* {
  margin: 0;
  padding: 0;
}

.mw-defaults {
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mw-defaults * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mw-defaults li {
  line-height: 22px;
}

.mw-defaults {
  font-size: 12px;
  color: #212121;
}

.mw-defaults li,
.mw-defaults ol,
.mw-defaults ul {
  margin: 0;
  padding: 0;
}

img[align='center'],
img[align='middle'] {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.element,
.mw-col,
.mw_item {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

img.element {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mw-col-container > h1:first-child,
.mw-col-container > h2:first-child,
.mw-col-container > h3:first-child,
.mw-col-container > h4:first-child,
.mw-col-container > h5:first-child,
.mw-col-container > p:first-child,
.mw-ui-col-container > h1:first-child,
.mw-ui-col-container > h2:first-child,
.mw-ui-col-container > h3:first-child,
.mw-ui-col-container > h4:first-child,
.mw-ui-col-container > h5:first-child,
.mw-ui-col-container > p:first-child {
  margin-top: 0;
}

.mw-col-container img.element:first-child,
.mw-col-container .picture:first-child img.element {
  margin-top: 0;
}

.mw-col-container img.element:last-child,
.mw-col-container .picture:last-child img.element {
  margin-bottom: 0;
}


/*****************  Grids  *******************/

.mw-col {
  display: table-cell;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.edit,
.mw-col {
  position: relative;
  vertical-align: top;
}

div.edit,
div.mw-col {
  min-height: 50px;
}

.edit:after,
.mw-col:after,
.element:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.element,
.element p {
  zoom: 1;
}

.element:empty {
  min-height: 20px;
}

.mw-col + br,
.mw-col + p {
  display: none !important;
}

.mw-col-container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  min-height: 30px;
  position: relative;
  vertical-align: top;
}

.mw-col-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.mw-row > .mw-col:first-child > .mw-col-container {
  padding-left: 0;
}

.mw-row > .mw-col:last-child > .mw-col-container {
  padding-right: 0;
}

.mw-col img {
  height: auto !important;
  max-width: 100%;
}

.free-element {
  position: relative;
  min-height: 300px;
}

@media (max-width: 767px) {
  .mw-row {
    display: block;
  }
  .mw-col {
    width: auto !important;
    float: none;
    display: block !important;
  }
  .mw-col > .ui-resizable-e {
    display: none;
  }
  .mw-row .mw-col .mw-col-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/* Static Grid */

.mw-ui-row,
.mw-ui-row-nodrop {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}

.mw-ui-row-fixed {
  table-layout: fixed;
}

.mw-ui-col,
.mw-ui-row-nodrop .mw-ui-col {
  display: table-cell;
  vertical-align: top;
}

.mw-ui-col-container {
  position: relative;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}

.mw-ui-row > .mw-ui-col:only-child > .mw-ui-col-container,
.mw-ui-row-nodrop > .mw-ui-col:only-child > .mw-ui-col-container {
  padding: 0px;
}

.mw-ui-row > .mw-ui-col:first-child > .mw-ui-col-container,
.mw-ui-row-nodrop > .mw-ui-col:first-child > .mw-ui-col-container {
  padding-left: 0
}

.mw-ui-row > .mw-ui-col:last-child > .mw-ui-col-container,
.mw-ui-row-nodrop > .mw-ui-col:last-child > .mw-ui-col-container {
  padding-right: 0
}

.mw-ui-col-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.vertical-middle,
.vertical-middle > *,
.vertical-middle > .mw-ui-col > .mw-ui-col-container,
.vertical-middle > .mw-ui-col > .mw-ui-col-container > * {
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .mw-ui-row-drop-on-1024 > .mw-ui-col {
    display: block !important;
    clear: both;
    width: auto !important;
  }
  .mw-ui-row-drop-on-1024 > .mw-ui-col > .mw-ui-col-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .mw-ui-row,
  .mw-ui-row > .mw-ui-col {
    display: block !important;
    clear: both;
    width: auto !important;
  }
  .mw-ui-row > .mw-ui-col > .mw-ui-col-container {
    padding-left: 0;
    padding-right: 0;
  }
}


/***************** /Grids  *******************/

.layout-element {
  clear: both;
  float: none;
}

.mw-embed-iframe,
.mwembed {
  padding: 12px 0;
  min-height: 200px;
  position: relative;
}

.mwembed {
  min-height: 20px;
}

.mw-embed-iframe iframe,
.mwembed video,
.mwembed audio,
.mwembed iframe {
  max-width: 100%;
  max-height: 100%;
}

body.dragStart .mwembed:after,
body.Resizing .mwembed:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent;
}

.mw-embed-embed {
  padding: 12px 0;
}

.mw-embed-embed embed,
.mw-embed-embed object {
  max-width: 100%;
}

.mw-uploaded-file {
  font-size: 12px;
  text-decoration: underline;
  color: #4688EC;
  display: inline-block;
  margin-right: 7px;
}

.mw-uploaded-file:hover {
  text-decoration: none;
}

.mw_clear {
  display: block;
  height: 1px;
  overflow: hidden;
  clear: both;
}

.mw-uploader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.mw-vspace {
  padding: 12px 0;
}

.vSpace {
  clear: both;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
}

#mw-html-info {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.free-item {
  position: absolute;
}

.edit .module-video,
.edit .module-pictures {
  padding: 10px 0;
}


/* Tables */

table[class*='mw-wysiwyg-table'] {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  table-layout: fixed;
}

table[class*='mw-wysiwyg-table'] td {
  padding: 6px;
  vertical-align: top;
}

table[class*='mw-wysiwyg-table'].valign td {
  vertical-align: middle;
}

.mw-wysiwyg-table > tbody > tr > td {
  border: 1px solid #DDDDDD;
}


/* Borderless */

.mw-wysiwyg-table-simple > tbody > tr > td {
  border-width: 0px 0px 1px;
  border-style: none none solid;
  border-color: #DDDDDD;
}


/* Zebra */

.mw-wysiwyg-table-zebra > tbody > tr > td {
  border: 1px solid #DDDDDD;
  background-color: #F3F3F3;
}

.mw-wysiwyg-table-zebra > tbody > tr:nth-child(2n+1) > td {
  background-color: #EDEDED;
}


/* Borderless Zebra */

.mw-wysiwyg-table-simple-zebra > tbody > tr > td {
  border-width: 0px 0px 1px;
  border-style: none none solid;
  border-color: #DDDDDD;
  background-color: #F3F3F3;
}

.mw-wysiwyg-table-simple-zebra > tbody > tr:nth-child(2n+1) > td {
  background-color: #EDEDED;
}

.well {
  display: block;
}

.valign {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.valign-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.valign-cell > * {
  vertical-align: middle;
}

.img-polaroid,
.img-rounded {
  display: inline-block;
}

[class*="span"] {
  margin-bottom: 20px;
}


/* /Tables */

#mw-inline-tableControl {
  display: none;
}

.mw-live-edit #mw-inline-tableControl {
  display: block;
}

.mw-cancel {
  font-size: 11px;
  color: #188DE7;
  text-align: center;
  cursor: pointer;
  padding: 5px 19px;
  border: 1px solid transparent;
}

.mw-cancel:hover {
  background: #F3F3F3;
  border-color: #D7D7D7;
}

.semi_hidden {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

.mw-span-font-size > * {
  font-size: inherit;
}

.pagination-holder > ul {
  margin: 10px 0;
}

.pagination-holder li {
  list-style: none;
  display: inline;
}

.mw-defaults img {
  border: none;
  max-width: 100%;
}

.mw-captcha-img {
  min-width: 75px;
  vertical-align: middle;
}


/* Overwriting clearing for elements that are columns */

.element[class*='col-'] {
  clear: none;
}


/* Title is hidden in admin panel */

.mw-admin-view [rel='content'][field='title'] {
  display: none !important;
}

.module-navigation {
  position: relative;
  zoom: 1;
  z-index: 9;
  /* z-index needed for dropdowns */
}

.module-navigation:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


/* Default skin */

.module-navigation-default li {
  list-style: none;
  position: relative;
}

.module-navigation-default a {
  display: block;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.module-navigation-default a:hover,
.module-navigation-default a:focus,
.module-navigation-default li:hover > a {
  background-color: #efecec;
}

.module-navigation-default a:active {
  box-shadow: inset 0 0 6px #ccc;
}

.module-navigation-default > ul > li ul {
  display: none;
}

.module-navigation-default > ul > li {
  display: inline-block;
}

.module-navigation-default > ul > li > a {
  padding: 10px 12px;
  display: inline-block;
}

.module-navigation-default > ul > li ul {
  display: none;
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  z-index: 9;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 2px -1px #E3E3E3;
}

.module-navigation-default > ul > li > ul a {
  padding: 8px 10px;
  white-space: nowrap;
  font-size: 85%;
}

.module-navigation-default > ul > li > ul > li ul {
  top: 0;
  left: 100%;
}

.module-navigation-default > ul li:hover > ul {
  display: block;
}


/* /Default skin */


/* small */

.nav-small {
  overflow: hidden;
  zoom: 1;
}

.nav-small > li {
  display: inline;
}

.nav-small > li > a {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 0px 3px;
  margin: 0px 3px;
  position: relative;
}

.nav-small li:first-child > a {
  margin-left: 0;
}

.nav-small li:last-child > a {
  margin-right: 0;
}

.nav-small > li:after {
  display: inline-block;
  width: 1px;
  height: 6px;
  content: "";
  position: relative;
  background: white;
}

.nav-small > li:last-child:after {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}


/**********************
    Default styles
***********************/


/***********************
              Fonts
    **********************/

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
textarea {
  font-family: 'Lato', sans-serif !important;
}

body.font-opensans,
body.font-opensans h1,
body.font-opensans h2,
body.font-opensans h3,
body.font-opensans h4,
body.font-opensans h5,
body.font-opensans h6,
body.font-opensans .h1,
body.font-opensans .h2,
body.font-opensans .h3,
body.font-opensans .h4,
body.font-opensans .h5,
body.font-opensans .h6,
body.font-opensans textarea {
  font-family: 'Open Sans', sans-serif;
}


/***********************
              /Fonts
    **********************/


/***********************
           Font Icons
    **********************/

* {
  outline: none !important;
}

.mw-col-container h4 {
  background: #f0f0f0;
  line-height: 24px;
  color: #333;
  padding: 4px 8px;
  cursor: pointer
}



/***********************
           /Font Icons
    **********************/

body {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}


/***********************
   Global Colors
**********************/

body,
.box-container,
a,
a:hover,
a:focus,
a:active {
  color: #556;
}

.box-container a,
.box-container a:hover,
.box-container a:focus,
.box-container a:active {}

.edit[field='content'][rel='content'] a {}

.mw-custom-fields-cart-item-value {
  word-break: break-all;
  white-space: pre-wrap;
}

.table td,
.mw-wysiwyg-table-zebra > tbody > tr > td,
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th,
.mw-wysiwyg-table-simple-zebra > tbody > tr > td {
  background-color: rgba(255, 255, 255, 0.25);
}

.mw-wysiwyg-table-zebra > tbody > tr:nth-child(2n+1) > td,
.mw-wysiwyg-table-simple-zebra > tbody > tr:nth-child(2n+1) > td {
  background-color: rgba(128, 128, 128, 0.24);
}

#header .pagination > a.active,
#footer .pagination > a.active,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #555566;
  border-color: #555566;
  color: white !important;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: transparent !important;
  background: rgba(255, 255, 255, 0.2);
}

.btn-default {
  background-color: #555566;
  border-color: transparent;
}

.btn-default {
  color: white !important;
}

[class^='btn-'],
.box-container [class^='btn-'] {
  color: white;
}

#main-container [class^='btn-'] {
  text-transform: uppercase;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #7F7F94;
  border-color: transparent;
}

.btn-warning {
  background: #ED8D00;
}

.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #555566;
}

.form-control {
  background-color: #F8F8F8;
  border-color: #EEEEEE;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  background-color: white;
  border-color: #D6D6D6;
}

.date,
.muted {
  color: rgba(92, 92, 92, 0.5);
}

.btn-action,
.product-price-holder .btn,
.btn-action-default {
  color: white;
  background: #555566;
}

.mw-defaults .btn-action,
.mw-defaults .btn-action-default {
  color: white;
}

.btn-action:hover,
.btn-action-default:hover,
.btn-action-default:focus,
.product-price-holder .btn:hover,
.product-price-holder .btn:focus,
.btn-action:focus {
  background: #41414E;
}

.btn-action:active,
.btn-action-default:active {
  box-shadow: inset 0 0 6px #000;
}

.sidebar-title,
.border-title {
  border-color: #EFEFEF;
}

.sidebar-box .nav li a {
  color: #8F8F8F;
}

.sidebar-box .nav li a.active {
  color: #555566;
}

.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: rgba(235, 235, 235, 0.3);
}

.mwcommentsmodule .comment .comment-image,
.mw-captcha-image-holder,
.mw_modal {
  border-color: #EFEFEF
}

.mw-captcha-image-holder {
  background-color: white;
}

.send-mess-template-dream .send-mess,
.send-mess-template-dark .send-mess {
  border-color: transparent;
  padding: 20px;
}

.send-mess-template-dream .send-mess {
  background-color: rgba(255, 255, 255, 0.2);
}

.comments-user-profile {
  color: #8E8E8E;
}

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.5)
}

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.5)
}

::-webkit-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.5)
}

body.bgimage1 .box-container,
body.bgimage2 .box-container,
body.bgimage3 .box-container,
body.bgimage4 .box-container,
body.bgimagecustom .box-container {
  padding: 20px;
}

body .box-container .box-container {
  padding: 0;
}


/***********************
   /Image Backgrounds
**********************/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 100;
}

p {
  font-size: 13px;
  line-height: 18px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

img.left {
  float: left;
  margin: 0 15px 15px 0;
  position: relative;
  z-index: 1;
}

img.right {
  float: right;
  margin: 0 0 15px 15px;
  position: relative;
  z-index: 1;
}

.page14 .content {
  padding: 0;
}

.content {
  padding: 20px;
  min-height: 60vh;
  background: #fff;
}

.content h2:before,
.content h1:before {
  background: #FDAF17;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 20%;
}

.content h1,
.content h2 {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 24px;
}


/* Overwriting Bootstrap classes */

.container {
  min-width: 980px;
  max-width: 988px;
  width: 95%;
  padding: 0;
}

.btn,
.well,
.alert,
.form-control,
.img-rounded,
.nav-pills > li > a {
  border-radius: 0;
  max-width: 100%;
}

.well {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(238, 238, 238, 0.12);
  box-shadow: none;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  outline: none
}

.input-lg {
  font-size: inherit;
}

.thumbnail {
  border-radius: 0;
  padding: 0;
}

label,
.custom-field-title {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
}

select.form-control {
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert > ul,
.alert > ol {
  font-size: 12px;
}

.alert > ul.mw-error-list li {
  padding-left: 12px;
  background: #E66B7D;
  color: white;
  margin-bottom: 12px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: inherit;
}

.module-posts-template-search .pagination li {
  padding: 0;
}

h3 a.lead {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}


/*  Default Spaces Between elements  */

.edit[rel='content'][field='content'] > .element,
.edit[rel='content'][field='content'] .mw-col-container > .element,
.edit[rel='content'][field='content'] .mw-col-container > .module,
.edit[rel='content'][field='content'] > .module {
  margin-bottom: 20px;
}

.edit[rel='content'][field='content'] > .element:last-child,
.edit[rel='content'][field='content'] > .module:last-child {
  margin-bottom: 0;
}

.edit[rel='content'][field='content'] > .element > .mw-row {
  margin-top: 0;
  margin-bottom: 0;
}

.edit[rel='content'][field='content'] > .element > img.element {
  margin-top: 0;
  margin-bottom: 0;
}

.edit[rel='content'][field='content'] .module + .module {
  margin-top: 20px;
}

.edit[field='content'][rel='content'] ul,
.edit[field='content'][rel='content'] ol {
  padding-left: 16px;
}

.edit[rel='post'][field='content'] > .element,
.edit[rel='post'][field='content'] .mw-col-container > .element,
.edit[rel='post'][field='content'] .mw-col-container > .module,
.edit[rel='post'][field='content'] > .module {
  margin-bottom: 20px;
}

.edit[rel='post'][field='content'] > .element:last-child,
.edit[rel='post'][field='content'] > .module:last-child {
  margin-bottom: 0;
}

.edit[rel='post'][field='content'] > .element > .mw-row {
  margin-top: 0;
  margin-bottom: 0;
}

.edit[rel='post'][field='content'] > .element > img.element {
  margin-top: 0;
  margin-bottom: 0;
}

.edit[rel='post'][field='content'] .module + .module {
  margin-top: 20px;
}

.edit[field='content'][rel='post'] ul,
.edit[field='content'][rel='post'] ol {
  padding-left: 16px;
}

.edit[rel='page'][field='content'] > .element,
.edit[rel='page'][field='content'] .mw-col-container > .element,
.edit[rel='page'][field='content'] .mw-col-container > .module,
.edit[rel='page'][field='content'] > .module {
  margin-bottom: 20px;
}

.edit[rel='page'][field='content'] > .element:last-child,
.edit[rel='page'][field='content'] > .module:last-child {
  margin-bottom: 0;
}

.edit[rel='page'][field='content'] > .element > .mw-row {
  margin-top: 0;
  margin-bottom: 0;
}

.edit[rel='page'][field='content'] > .element > img.element {
  margin-top: 0;
  margin-bottom: 0;
}

.edit[rel='page'][field='content'] .module + .module {
  margin-top: 20px;
}

.edit[field='content'][rel='page'] ul,
.edit[field='content'][rel='page'] ol {
  padding-left: 16px;
}

.edit[rel='page'][field='content'] .element,
.edit[rel='post'][field='content'] .element,
.edit[rel='content'][field='content'] .element {
  margin-bottom: 10px;
  margin-top: 10px;
}


/**********************
    /Default styles
***********************/


/* UI Framework for the template */

.section-title {
  text-transform: uppercase;
  padding-bottom: 30px;
  text-align: left;
}

.page-title {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.section-title small {
  display: block;
  padding-bottom: 6px;
  font-size: 40%;
  font-weight: 100;
}

.border-title,
.send-mess-template-dream .send-mess-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.box-container {
  position: relative;
}

.box-container p a,
.box-container p a:hover,
.box-container p a:focus,
.box-container p a:active {
  color: #2A608B;
  text-decoration: underline;
}

.box-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.inner-bottom-box {
  clear: both;
  overflow: hidden;
  position: relative;
}

.inner-bottom-box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.btn-action {
  display: block;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  clear: both;
}

.product-price-holder .btn .glyphicon {
  display: none;
}

.product-price-holder .btn {
  text-transform: uppercase;
  font-size: 11px;
}

.mw-rotator-slide img {
  width: 100%;
}


/* /UI Framework for the template */

#header {}

#header .header-cart {
  margin-top: 41px;
  float: right;
  width: 190px;
  margin: 50px auto 0;
}

#header .header-cart > p.element:only-child {
  display: none;
}

.dragStart #header .header-cart:hover {
  background-color: #FFFFB9;
}

#header .header-cart * {
  vertical-align: middle;
}

#header-search .mw-search {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

#header .nav-small {
  margin-top: 20px;
}

.home-slider {
  display: none;
}

body.page14 .thumbnail {
  border: 0;
}

body.page14 .thumbnail .caption {
  padding: 0;
}

body.page14 .mw-breadcrumb {
  display: none;
}

body #content-holder {
  clear: both;
  padding-top: 200px;
}

.mw-breadcrumb {
  background: #fff;
  padding: 10px;
  padding-bottom: 0;
  display: inline-block;
}

#logo {
  margin: auto;
  background: url(../images/logo.png) top left no-repeat;
  width: 140px;
  height: 280px;
  position: absolute;
  top: -101px;
  left: 50%;
  margin-left: -570px;
  z-index: 100;
}

#logo a {
  text-decoration: none;
  outline: none;
  text-indent: -9999px;
  display: block;
}

#main-menu .module-navigation-default > .nav {
  padding-top: 20px;
  text-align: right;
}

body {
  background: url(../images/bg.jpg) 50% -50px no-repeat !important;
}

#main-menu {
  min-height: 100px;
  width: 100%;
  float: right;
  clear: both;
  background: #f0f0f0;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid #231f20;
}

#main-menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#main-menu .module-navigation-default .nav a {
  background: none;
  color: #231f20;
  font-weight: bold;
}

#main-menu .module-navigation-default .nav a:hover {
  color: #fff;
  background: #231f20;
}

.module-navigation-default > ul > li > ul {
  border: none;
  box-shadow: none;
  background: #231f20;
  text-align: left;
}

.module-navigation-default > ul > li > ul > li > ul {
  border: none;
  box-shadow: none;
  background: #231f20;
  text-align: left;
}

.module-navigation-default > ul > li > ul > li > ul > li > ul {
  border: none;
  box-shadow: none;
  background: #231f20;
  text-align: left;
}

.module-navigation-default > ul > li > ul a {
  color: #FDAF17 !important;
  font-weight: bold;
}

.module-navigation-default > ul > li > ul a:hover {
  color: #fff !important;
}

.module-navigation-default > ul > li ul {
  border: none !important;
  box-shadow: none !important;
}

.module-navigation-default > ul > li {
  margin-right: 12px;
}

.module-navigation-default li ul > li:first-child > a {
  border-top-width: 3px;
}

.module-navigation-default li ul > li:last-child > a {
  border-bottom-width: 3px;
}

.module-navigation-default > ul > li > a:active,
.module-navigation-default > ul > li > a.active {
  box-shadow: none;
  outline: none;
  background: #231f20 !important;
  color: #FDAF17 !important;
}

.module-navigation-default a {
  color: #555;
  background-color: transparent;
}

.module-navigation-default li:hover a.active,
.module-navigation-default a.active,
.module-navigation-default a.active:hover,
.module-navigation-default a.active:active,
.module-navigation-default a.active:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
}

.module-navigation-default > ul > li > ul a {
  min-width: 190px;
}

.module-navigation-default a {
  text-transform: uppercase;
}

#main-menu .module-navigation-default {
  padding-top: 11px;
  padding-bottom: 11px;
}

.content-header {
  padding: 0;
}

.latest-items {
  text-align: center;
  margin: 30px 0;
}

.latest-items > .section-title {
  margin-top: 0;
}

.latest-items .description {
  text-align: justify;
}

.latest-items .blog-post-footer {
  padding-top: 10px;
}

.latest-items .product-price-holder .price,
.latest-items .product-price-holder .btn {
  margin: 0 3px;
}

.product-price-holder {
  padding-top: 20px;
  margin: auto
}

.product-price-holder .price {
  float: left;
  font-size: 20px;
  margin-top: 2px;
}

.product-price-holder .btn {
  float: right;
}

.latest-items .mw-ui-col-container {
  padding: 10px 0;
  border: 1px solid transparent;
}

.latest-items .mw-ui-col-container .description {
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}

.latest-items .mw-ui-col-container a.lead {
  margin-bottom: 0;
}


/* Footer */

#footer {
  margin-top: 20px;
  background: #231F20 !important;
  border-top: 1px solid #FDAF17;
}

#footer .container .mw-ui-row {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 20px;
}

#footer,
#footer p {
  font-size: 12px;
  line-height: 15px;
}

#powered {
  font-size: 11px;
  text-align: right;
  width: 200px;
}

#copyright {
  width: 200px;
}

#footer-menu ul {
  text-align: center;
}


/* /Footer */


/* Sidebar */

.module-posts-template-sidebar li {
  position: relative;
  min-height: 100px;
}

.module-posts-template-sidebar li .media-body p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}

.module-posts-template-sidebar li .media-body h5 {
  font-size: 14px;
  margin: 0 0 5px;
}

.sidebar-post-image {
  float: left;
  width: 70px;
  height: 70px;
  background-size: cover;
}

.module-posts-template-sidebar .media-body {
  padding: 5px 8px;
}

.module-posts-template-sidebar .sidebar-post-image + .media-body {
  position: relative;
  margin-left: 80px;
  padding: 0;
}

.module-posts-template-sidebar .btn-link {
  padding-left: 0;
}

.module-posts-template-sidebar .media-heading {
  font-weight: bolder;
}

.module-posts-template-sidebar .date {
  font-size: 11px;
}

.sidebar .well {
  padding: 0;
  border: none;
  background: none;
}

.sidebar-box .well > .nav > li > a {
  background-image: url(../images/categories-list-bullet.gif);
  background-repeat: no-repeat;
  background-position: 4px 16px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.sidebar-box .well > .nav > li > a.active {
  background-image: url(../images/categories-list-bullet-active.png);
  background-position: 0px 16px;
}

.sidebar-box .well > .nav > li > a {
  padding-left: 15px;
}

.sidebar-box .nav li li a {
  font-size: 13px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, .03);
  display: block;
}

.sidebar-box .nav li li li a {
  padding-left: 30px;
}

.sidebar-box .nav li li li li a {
  padding-left: 40px;
}

.sidebar-box .nav li li a:hover {
  color: #555;
  text-decoration: none;
}

.sidebar-box .nav > li > a:hover,
.sidebar-box .nav > li > a:focus {
  background-color: transparent;
  text-decoration: none;
}

.sidebar .send-mess-template-dream .send-mess,
.sidebar .send-mess-template-dark .send-mess {
  padding: 0;
  border: none
}

.sidebar .module + .module {
  margin-top: 20px;
}

.sidebar .captcha-holder {
  margin-bottom: 25px;
}

.sidebar .send-mess-template-dream .cft-submit,
.sidebar .send-mess-template-dark .cft-submit {
  display: block;
  width: 100%;
}


/* /Sidebar */


/* Local Modules and Module overwriting */

.module > .module:first-child {
  margin-top: 20px;
}

[data-type='shop/checkout'] {
  padding-top: 20px;
}

.icon-shopping-cart-holder,
.mw-cart-small-icon-shopping-cart {
  width: 20px;
}

.cart-small .no-items {
  margin-left: 0;
}

.mw-cart-small-icon-shopping-cart {
  background: none;
  vertical-align: middle;
  top: 0;
}

.mw-cart-small-icon-shopping-cart:before {
  content: '\e802';
  font-family: 'fontello';
  font-size: 20px;
}

.mwcommentsmodule .comments-template-stylish .comment .comment-content,
.mwcommentsmodule .comment-author {
  color: inherit
}

.mw-rotator-template-inner .rotator-next,
.mw-rotator-template-inner .rotator-prev {
  height: 40px;
  width: 40px;
  margin-top: -20px;
  top: 50%;
}

.mw-rotator-template-inner .rotator-next:hover,
.mw-rotator-template-inner .rotator-prev:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.masonry-item-grid {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.module-posts-head h3 {
  margin-bottom: 0;
}

.module-posts-head .date {
  display: block;
  padding-bottom: 10px;
}

.post-list-template-default,
.module-posts-template-sidebar,
.module-posts-template-search {
  text-align: left;
}

.module-posts-template-search,
.module-posts-template-search a:active,
.module-posts-template-search a:hover,
.module-posts-template-search a:focus,
.module-posts-template-search a {
  color: #555566
}

.post-list-template-default .post-single-title-date .lead {
  margin-top: 0;
}

.module-posts-template-masonry-liteness .masonry-item,
.mw-images-template-masonry-liteness .masonry-item {
  width: 31%;
  margin-bottom: 15px;
}

.module-posts-template-masonry .masonry-item,
.module-products-template-masonry .masonry-item {
  background-color: transparent;
}

.content-gallery-slider {
  margin-bottom: 50px;
  position: relative;
}

.content-gallery-slider .carousel-inner .item {
  max-height: 530px;
  overflow: hidden;
}

.content-gallery-slider .carousel-inner .item img {
  width: 100%;
  min-width: 100%;
}

.mw-product-prices {
  clear: both;
  padding-bottom: 20px;
}

.mw-price {
  font-size: 32px;
  font-weight: 100;
}

.mw-price small {
  font-size: 14px;
}

label.mw-price {
  cursor: pointer;
}

.add-to-cart {
  margin: 20px auto;
}

.mw-rotator-template-inner a.rotator-paging-item-thumbnail.active,
.mw-rotator-template-inner a.rotator-paging-item-thumbnail:hover,
.mw-rotator-template-inner a.rotator-paging-item-thumbnail:focus {
  box-shadow: 0 0 3px -1px #222;
  border-color: transparent
}

.module-shop-products a.img-polaroid {
  position: relative;
  display: block;
  overflow: hidden;
}

.mw-rotator-template-inner .mw-gallery-holder {
  border: none
}

.mw-rotator-template-inner a.rotator-paging-item-thumbnail {
  max-height: 135px;
  border: none;
  box-shadow: none;
  opacity: 0.6;
}

.mw-rotator-template-inner a.rotator-paging-item-thumbnail.active,
.mw-rotator-template-inner a.rotator-paging-item-thumbnail:hover,
.mw-rotator-template-inner a.rotator-paging-item-thumbnail:focus {
  box-shadow: none;
  border: none;
  opacity: 1;
}

.mw-rotator-ctrls {
  padding-top: 20px;
}

.mw-rotator-template-multiline .rotator-index-control-mode-thumbnails {
  margin: 0 -10px;
}

.module-products-template-columns-3 .valign,
.module-posts-template-columns .valign,
.module-posts-template-columns .valign *,
.module-products-template-columns-3 .valign * {
  max-height: 300px;
  min-width: 100%;
  width: 100%;
}

.mw-search-autocomplete .mw-search-autocomplete-field-holder input {
  background-color: #fff;
}

.module-posts-template-search p {
  display: none;
}

.mw-search-autocomplete .module-posts-template-search > ul > li.active {
  background: #555566;
}

.mw-search-autocomplete .module-posts-template-search > ul > li.active a {
  color: white !important;
}

.cart-small-checkout-link,
.cart-small-checkout-link:hover,
.cart-small-checkout-link:focus,
.cart-small-checkout-link:active {
  text-decoration: none
}

.mw-cart-small-order-info-total {
  margin-left: 12px;
}

.mw-cart-small-order-info-total {
  font-weight: 100
}

.mw-cart-small-order-info strong {
  font-weight: normal;
  font-size: 18px;
}

.shipping-and-payment {
  margin: 50px auto;
}

.shipping-and-payment h2 {
  font-size: 22px;
  min-height: 0;
  padding-bottom: 20px;
}

.mwcommentsmodule .comment {
  padding: 20px 0 0;
}

.mwcommentsmodule .comment .comment-image {
  border-width: 1px;
  border-style: solid;
  margin-top: 0;
}

.mwcommentsmodule .comment-image-holder {
  width: 65px;
}

.comment-image-holder .mw-ui-col-container {
  width: 70px;
}

.comments-user-profile {
  display: block;
  padding-bottom: 12px;
  font-weight: 100;
}

.comments-template-stylish hr {
  display: none;
}

.comments-template-stylish .mw-comments-form {
  padding-top: 30px;
}

.mw-cart-big input[type="number"],
.mw-sidebar-cart input[type="number"] {
  width: 55px;
}

.module-login,
.module-register,
.module-forgot-password {
  max-width: 550px;
}

.module-login h2,
.module-register h2,
.module-forgot-password h2 {
  padding-bottom: 15px;
}

#AddToCartModal .btn {
  margin: 0 10px;
}

.module-posts-template-columns .row > div {
  padding-bottom: 20px;
}

.post-list-template-default .post-list-image img {
  margin-bottom: 20px;
}

.mw-sidebar-cart td,
.mw-sidebar-cart th {
  font-size: 12px;
  padding: 5px;
}

.mw-sidebar-cart tr td:last-child,
.mw-sidebar-cart tr th:last-child {
  display: none;
}


/* /Local Modules */


/* Sidebar Styles */

.sidebar-title {
  margin: 35px 0 17px;
  padding-bottom: 17px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}


/* /Sidebar Styles */


/* Checkout */

.checkout-total-table label {
  white-space: nowrap;
}

.checkout-total-table td {
  min-width: 200px;
}

.mw-cart-item td:last-child {
  text-align: center;
}

.mw-cart-big .mw-cart-table tbody td {
  vertical-align: middle;
}


/* Checkout page */

#cart_checkout table {
  border: none;
  margin: 20px auto
}

#cart_checkout .mw-cart-big-table {
  margin-bottom: 50px;
}

.mw-cart-big-table img {
  min-width: 60px;
}

#cart_checkout th,
#cart_checkout td {
  border-left: none;
  border-right: none;
  padding: 12px;
}

#cart_checkout th {
  font-weight: 100;
}

#cart_checkout .well {
  border: none;
  padding: 15px;
}

.shipping_cost,
.total_cost {
  font-size: 22px;
  font-weight: 100;
}

.shipping-and-payment label {
  display: block;
  padding-top: 15px;
  font-weight: 100;
}

.gateway-selector {
  padding-left: 12px;
  margin-bottom: 30px;
}

.mw-cart-action-holder {
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 50px;
}

.mw-cart-action-holder .btn {
  padding: 20px 50px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
}

.btn-default {
  font-size: 12px;
}


/* Contact us */

.contacts-icons span {
  color: #0099DA;
  width: 40px;
  float: left;
}

.contacts-icons span.bold {
  color: #0099DA;
  font-weight: bold;
  font-size: 15px;
}

.contacts-icons p {
  padding: 9px 0;
  margin: 0;
  font-size: 12px;
}

.contacts-info .symbol {
  margin: 0 16px 0 -8px;
  font-size: 50px;
  width: 30px;
}

.contacts-info .glyphicon {
  font-size: 26px;
  margin-right: 8px;
  width: 30px;
}

.contacts-block .send-mess,
.contacts-block .well {
  padding: 30px;
}

.send-mess-template-dream .send-mess-title {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

a.module-posts-image img {
  width: 100%;
  max-width: 100%;
}

.clear {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-default .list-group-item.active {
  color: #000;
  background-color: #DDD;
  border-color: #DDD;
}

.panel-primary .list-group-item.active {
  color: #FFF;
  background-color: #428BCA;
  border-color: #428BCA;
}


/* Contact form */

.send-mess .textarea {
  min-height: 110px;
  resize: none;
}

.send-mess .form-control {
  box-shadow: none;
  border-color: #ddd;
  height: 40px;
}

.send-mess .form-control:focus {
  box-shadow: none;
  border-color: #FFB417;
}

.send-mess .main-btn {
  background: #FDAF17;
  border-color: #FDAF17;
  color: #fff;
}

.send-mess .main-btn:hover,
.send-mess .main-btn:focus {
  background: #231F20;
  color: #fff !important;
}

.send-mess .error {
  color: #E43D25;
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.send-mess #err-form {
  text-align: center;
}

.send-mess #ajaxsuccess {
  background: #f5f5f5;
  color: #000;
  display: none;
  font: 20px/50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 10px;
  width: 100%;
}


/* Google Maps */

#map {
  display: block;
  height: 400px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 30px;
}

.map-shadow {
  bottom: 0;
  box-shadow: 0 0 200px #000000 inset;
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.overlay {
  background: transparent url("../images/marker.png") no-repeat center bottom;
  display: block;
  height: 80px;
  text-align: center;
  width: 102px;
  z-index: 10;
}

.overlay_arrow {
  height: 0;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  width: 0;
}

.overlay_arrow.above {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #000;
  bottom: -13px;
}

.overlay_arrow.below {
  border-bottom: 16px solid #000;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  top: -15px;
}
ul .list-group-item {
  padding: 11px 20px;
}
ul .list-group-item > .badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  padding: 4px;
}

.machines h3 {
  margin-top: 10px;
}

.element small { font-weight: bolder; color: grey;}

