.widgets {
  overflow: visible;
}
.widgets .widget {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  width: 305px;
  text-align: left;
  font-size: 14px;
  margin: 0 3px;
  white-space: normal;
  display: inline-grid;
}
.widgets .widget.howto {
  font-size: 14px;
  width: 303px;
}
.widgets .widget.howto .body {
  padding: 10px;
}
.widgets .widget.howto .body h6 {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.widgets .widget.howto .body > div:first-of-type {
  width: 180px;
  float: left;
  font-size: 12px;
}
.widgets .widget.howto .body > div:first-of-type > h6:nth-of-type(2) {
  margin-top: 2px;
}
.widgets .widget.howto .body > div:first-of-type button {
  padding: 0;
  border: none;
  width: 100%;
  height: 96px;
  background-image: url("https://i.ytimg.com/vi/uUUXraOhpiY/hqdefault.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
}
.widgets .widget.howto .body > div:first-of-type button > img {
  max-width: 100%;
  max-height: 100%;
}
.widgets .widget.howto .body > div:last-of-type {
  width: 100px;
  float: right;
  line-height: 12px;
}
.widgets .widget.howto .body > div:last-of-type .container-fluid {
  font-size: inherit;
}
.widgets .widget.howto .body > div:last-of-type .container-fluid span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.widgets .widget.howto .body > div:last-of-type .container-fluid .img {
  background-size: contain;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.widgets .widget.howto .body > div:last-of-type .container-fluid .img.howto-drag {
  background-image: url(../images/design/howto/drag_icon.png);
}
.widgets .widget.howto .body > div:last-of-type .container-fluid .img.howto-rotate {
  background-image: url(../images/design/howto/rotate_icon.png);
}
.widgets .widget.howto .body > div:last-of-type .container-fluid .img.howto-delete {
  background-image: url(../images/design/howto/remove_icon.png);
}
.widgets .widget .title {
  background-color: #13264c;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.widgets .widget .body {
  padding: 0 10px 5px 10px;
  background-color: #d7d7d7;
  height: 270px;
}
.widgets .widget .body label {
  display: block;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
}
.widgets .widget .body label span {
  color: #3d9ad9;
}
.widgets .widget .body .radio-selector {
  border-radius: 5px;
  box-shadow: inset 0 0 4px #333;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #c1c1c1;
  color: #fff;
  position: relative;
}
.widgets .widget .body .radio-selector label {
  display: table-cell;
  text-align: center;
  padding: 2px 4px;
  font-weight: normal;
  cursor: pointer;
}
.widgets .widget .body .radio-selector label.selected {
  background-color: #c60c30;
  box-shadow: inset 0 0 4px #333;
}
.widgets .widget .body .radio-selector label input {
  display: none;
}
.widgets .widget .body .drag-selector {
  border-bottom: 1px solid #333;
  padding-top: 10px;
  overflow: visible;
  position: relative;
  margin-bottom: 10px;
}
.widgets .widget .body .drag-selector::after {
  width: 20px;
  height: 20px;
  background-color: #c60c30;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  border-radius: 10px;
  box-shadow: inset 3px 3px 3px #333;
}
.widgets .widget .body .radio-selector-circles {
  overflow: hidden;
  padding: 3px 0;
}
.widgets .widget .body .radio-selector-circles label {
  float: left;
  width: 25px;
  height: 25px;
  background-color: #fff;
  margin: 0 1px;
  border-radius: 15px;
  box-shadow: inset 0 0 1px 1px #000;
  border: 3px solid #d7d7d7;
  cursor: pointer;
}
.widgets .widget .body .radio-selector-circles label.selected {
  border-color: #c60c30;
}
.widgets .widget .body .radio-selector-circles label input {
  display: none;
}
.widgets .widget .body .door-selector {
  padding: 0 20px;
}
.widgets .widget .body .door-selector button {
  background-image: url("../images//design/2D_door.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  width: 75px;
  height: 75px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #333;
  background-color: #c1c1c1;
  font-weight: bold;
  position: relative;
  margin: 20px;
}
.widgets .widget .body .door-selector button:hover {
  background-color: #c60c30;
}
.widgets .widget .body .door-selector button span {
  position: absolute;
  top: 5px;
  left: 5px;
}

.listing {
  position: relative;
  overflow: hidden;
  height: 305px;
}
.listing > div:first-child {
  float: left;
  font-size: 14px;
  text-align: left;
  width: 155px;
}
.listing > div:first-child > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 8px;
  margin: 4px;
  cursor: pointer;
}
.listing > div:first-child > span.selected, .listing > div:first-child > span:hover {
  background-color: #c60c30;
  color: #fff;
}
.listing > div:last-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 160px;
  right: 0;
}
.listing > div:last-child > div:first-child {
  margin-top: -47px;
  height: 45px;
}
.listing > div:last-child > div:first-child span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-indent: -9999px;
  margin: 5px 10px;
  border: 2px solid #858688;
  cursor: pointer;
}
.listing > div:last-child > div:first-child span:hover, .listing > div:last-child > div:first-child span.selected {
  border-color: #c60c30;
}
.listing > div:last-child > div:last-child {
  overflow: hidden;
  margin-top: 10px;
}
.listing > div:last-child > div:last-child > div {
  float: left;
  width: calc(100% - 100px);
  height: auto;
}
.listing > div:last-child > div:last-child > div .product {
  background-color: white;
  border-radius: 5px;
  display: table-cell;
  width: 175px;
  position: relative;
  white-space: normal;
}
.listing > div:last-child > div:last-child > div .product.product-extra {
  height: auto;
  position: relative;
}
.listing > div:last-child > div:last-child > div .product.product-extra .out-of-stock {
  bottom: 44px;
  border-radius: 0;
}
.listing > div:last-child > div:last-child > div .product.product-extra > button {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  /*position: absolute;*/
  bottom: 0;
  right: 0;
  background-color: #458fc1;
  color: white;
  padding: 10px 4px;
  border-radius: 0 0 5px 5px;
  border: none;
  width: 100%;
  cursor: pointer;
}
.listing > div:last-child > div:last-child > div .product .out-of-stock {
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 0, 0, 0.75);
  color: white;
  padding: 0 10px;
  border-radius: 0 0 5px 5px;
  display: none;
}
.listing > div:last-child > div:last-child > div .product .title {
  display: block;
  padding: 2px 5px;
  height: 35px;
  text-align: left;
  font-weight: bold;
  line-height: 14px;
}
.listing > div:last-child > div:last-child > div .product .img {
  width: 100%;
  height: 100px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin: 30px 0px;
}
.listing > div:last-child > div:last-child > div .product .img > div {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background-image: url(../images/design/icon-info.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.listing > div:last-child > div:last-child > div .product .img:hover > div {
  display: block;
}
.listing > div:last-child > div:last-child > div .product .img span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #4b6b37;
  color: white;
  padding: 1px 4px;
}
.listing > div:last-child > div:last-child > div .product .render {
  width: 100%;
  height: 100px;
  position: initial;
  padding: 15px 10px;
}
.listing > div:last-child > div:last-child > div .product .render > div {
  width: 100%;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.listing > div:last-child > div:last-child > div .product .render:after {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  content: "+";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #458fc1;
  color: white;
  padding: 0 4px;
  border-radius: 0 0 5px 0;
}
.listing > div:last-child > div:last-child > span {
  float: right;
  background: url("../images/design/arrow-right.png") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 250px;
  display: block;
  cursor: pointer;
}
.listing > div:last-child > div:last-child > span.left {
  float: left;
  transform: scaleX(-1);
}

.tabs-content {
  background-color: #c1c1c1;
  padding: 5px;
  font-size: 12px;
}
.tabs-content > div {
  display: none;
  overflow: visible;
  white-space: nowrap;
}
.tabs-content > div.selected {
  display: block;
}
.tabs-content > div .products-holder {
  overflow: hidden;
}
.tabs-content > div .products-holder .products {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  margin-top: -10px;
  transition: 0.5s margin-left;
}

.products-sizing.ps-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 16px;
}
.products-sizing.ps-horizontal .ps-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
}
.products-sizing.ps-horizontal hr {
  position: absolute;
  top: -8px;
  border-top: 1px solid #fff;
  height: 0;
}
.products-sizing.ps-horizontal hr .ps-line-left {
  left: 0;
}
.products-sizing.ps-horizontal hr.ps-line-right {
  right: 0;
}
.products-sizing.ps-horizontal .ps-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 4px;
}
.products-sizing.ps-horizontal .ps-arrow.ps-left-arrow {
  border-right: 4px solid #fff;
  left: 0;
}
.products-sizing.ps-horizontal .ps-arrow.ps-right-arrow {
  border-left: 4px solid #fff;
  right: 0;
}
.products-sizing.ps-vertical {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 16px;
}
.products-sizing.ps-vertical .ps-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 14px;
  margin-top: -50%;
  white-space: nowrap;
  color: #fff;
}
.products-sizing.ps-vertical hr {
  position: absolute;
  left: 8px;
  border-left: 1px solid #fff;
  width: 0;
}
.products-sizing.ps-vertical hr.ps-line-top {
  top: -16px;
}
.products-sizing.ps-vertical hr.ps-line-bottom {
  bottom: -16px;
}
.products-sizing.ps-vertical .ps-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  left: 4px;
}
.products-sizing.ps-vertical .ps-arrow.ps-top-arrow {
  border-bottom: 4px solid #fff;
  top: 0;
}
.products-sizing.ps-vertical .ps-arrow.ps-bottom-arrow {
  border-top: 4px solid #fff;
  bottom: 0;
}

#print-order {
  display: none;
}
#print-order .print-header {
  margin-bottom: 10px;
  overflow: hidden;
}
#print-order .print-header img {
  margin: auto;
  height: 60px;
}
#print-order .print-render {
  height: 400px;
  width: 100%;
}
#print-order .print-render img {
  max-height: 100%;
  max-width: 100%;
}

body.print > .container-fluid {
  display: none !important;
}
body.print .header, body.print #tabs-content, body.print .footer, body.print #renderer-pixi, body.print #render-holder, body.print .btn-start-over, body.print .modal, body.print .modal-backdrop {
  display: none !important;
}
body.print #print-order {
  display: block;
}

@media print {
  body > .container-fluid {
    display: none !important;
  }
  .header, #tabs-content, .footer, #renderer-pixi, #render-holder, .btn-start-over, .modal, .modal-backdrop {
    display: none !important;
  }
  #print-order {
    display: block;
  }
}
#rendered-boat .boat-base {
  box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 10px, rgba(0, 0, 0, 0.3) inset 1px 1px 10px;
  position: absolute;
}
#rendered-boat .boat-fence {
  border: 1px solid #fff;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px, rgba(0, 0, 0, 0.4) inset 1px 1px 5px;
}
#rendered-boat.noshadow .boat-base, #rendered-boat.noshadow .boat-fence {
  box-shadow: none;
}

body {
  background-color: #fff;
  text-align: center;
}
body .container-fluid {
  font-size: 0;
  padding: 0;
}

.header {
  background-color: #fff;
}
.header > div {
  display: inline-block;
  overflow: hidden;
}
.header .menu-holder {
  display: block;
  text-align: center;
  background-color: #13264c;
}
.header .menu-holder #tab-menu {
  display: inline-block;
  overflow: hidden;
}
.header .menu-holder #tab-menu > div {
  float: left;
  width: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.header .menu-holder #tab-menu > div:hover, .header .menu-holder #tab-menu > div.selected {
  color: #C60C30;
}
.header .logo {
  background-image: url("../images//design/deck-designer-logo-s.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 170px;
  height: 60px;
  margin-bottom: 5px;
  margin-top: -26px;
}
.header .start-over {
  position: absolute;
  top: 46px;
  overflow: visible;
  z-index: 999;
}
.header .start-over a {
  background: #c60c30;
  border-color: #c60c30;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
  margin-left: -56px;
}
.header .tab-menu {
  width: 962px;
}

#render-holder {
  background-color: #aaaaaa;
  height: 400px;
  position: relative;
}
#render-holder #renderer-pixi {
  width: 1300px;
  margin: auto;
}

.canvas-holder {
  height: 400px;
  background-color: #aaa;
}

.footer {
  padding: 5px;
  font-size: 12px;
}

#modal-order .email-form button {
  width: 100%;
  background-color: #c60c30;
  color: #fff;
  font-weight: bold;
  border: none;
}
#modal-order .email-form button img {
  height: 20px;
}

.cart {
  background-color: #c1c1c1;
  border-radius: 5px;
}
.cart .title {
  background-color: #13264c;
  border-radius: 5px;
  padding: 3px 3px 3px 10px;
  overflow: hidden;
  color: #fff;
  text-align: left;
  line-height: 38px;
  font-size: 16px;
}
.cart .title .total-price {
  color: #3a9533;
}
.cart .title button {
  float: right;
  background-color: #c60c30;
  border-color: #c60c30;
  color: #fff;
  font-weight: bold;
}
.cart .title > a {
  display: none;
}
.cart .products {
  padding: 5px 0 0 5px;
  overflow: hidden;
}
.cart .products > div:not(.title) {
  border-radius: 5px;
  background-color: #fff;
  margin: 0 5px 5px 0;
  float: left;
  padding: 5px;
  display: table;
  text-align: left;
  position: relative;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.cart .products > div:not(.title) .out-of-stock {
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 0, 0, 0.75);
  color: white;
  padding: 0 10px;
  border-radius: 0 0 5px 0;
}
.cart .products > div:not(.title) > button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  padding: 0 0 2px 0;
  line-height: 0px;
  background: red;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}
.cart .products > div:not(.title) > div {
  display: table-cell;
  vertical-align: top;
}
.cart .products > div:not(.title) > div:first-of-type {
  border-right: 2px solid #C1C1C1;
}
.cart .products > div:not(.title) > div:nth-of-type(2) {
  text-align: center;
}
.cart .products > div:not(.title) > div:nth-of-type(2) > span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #838484;
}
.cart .products > div:not(.title) > div:nth-of-type(2) > strong {
  color: #3d9ad9;
}
.cart .products > div:not(.title) > div.thumb {
  width: 55px;
  height: 55px;
  border: 2px solid #c1c1c1;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cart .products > div:not(.title) > div:first-of-type > span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-left: 15px;
  line-height: 16px;
}
.cart .products > div:not(.title) > div:first-of-type > span:first-child {
  width: 200px;
  height: 35px;
}
.cart .products > div:not(.title) > div:first-of-type > span.price {
  color: #C60C30;
  font-size: 14px;
}
.cart .products > div:not(.title) > div.qty {
  vertical-align: middle;
  font-size: 24px;
  padding: 0 7.5px;
}
.cart .products-holder .title {
  display: none;
}

body.sticky-design .container-fluid {
  position: relative;
  min-height: 100vh;
  padding-bottom: 54px;
}
body.sticky-design .container-fluid #render-holder {
  height: calc(100vh - 400px - 54px);
  min-height: 400px;
}
body.sticky-design .container-fluid #render-holder .canvas-holder {
  height: calc(100vh - 400px - 54px);
  min-height: 400px;
}
body.sticky-design .container-fluid .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
body.sticky-design .container-fluid .footer .cart {
  position: relative;
}
body.sticky-design .container-fluid .footer .cart > .title {
  position: relative;
}
body.sticky-design .container-fluid .footer .cart > .title > a {
  display: block;
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -15px;
  padding: 12px 10px 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
body.sticky-design .container-fluid .footer .cart > .title > a > i {
  display: block;
  border: solid black;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -3px;
}
body.sticky-design .container-fluid .footer .cart > .title > a:hover {
  background-color: rgb(255, 255, 255);
}
body.sticky-design .container-fluid .footer .cart > .title > a.close > i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body.sticky-design .container-fluid .footer .cart.closed .title > a > i {
  margin-top: 0px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
body.sticky-design .container-fluid .footer .cart.closed .products-holder {
  display: none;
}
body.sticky-design .container-fluid .footer .cart .products-holder {
  position: absolute;
  bottom: 45px;
  left: 20px;
  right: 20px;
  background-color: #458fc1;
  border-radius: 5px 5px 0 0;
  z-index: 9999;
  display: block;
}
body.sticky-design .container-fluid .footer .cart .products-holder .title {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  display: block;
}
body.sticky-design .container-fluid .footer .cart .products-holder .title span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  padding: 2px 12px 0 12px;
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
}
body.sticky-design .container-fluid .footer .cart .products-holder .products {
  background-color: #c1c1c1;
  margin: 10px 10px 0 10px;
}

#modal-product-info {
  text-align: left;
  color: #fff;
}
#modal-product-info h2 span {
  display: inline-block;
  margin-left: 10px;
  color: #4b9cd3;
}
#modal-product-info .images {
  overflow: hidden;
}
#modal-product-info .images > a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  float: left;
  border: 1px solid #13264c;
  background-color: #fff;
}

#modal-warning .modal-dialog {
  max-width: 500px;
}
#modal-warning .warning-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}
#modal-warning .warning-text button.confirm {
  float: left;
  background-color: #f87d1e;
  color: #000;
  font-weight: bold;
  border: none;
}
#modal-warning .warning-text button.cancel {
  float: right;
  background-color: #ff4a4a;
  color: #000;
  font-weight: bold;
  border: none;
}

.modal button.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  background-color: #333;
  padding: 1px 5px 4px 5px;
}
.modal h2 {
  font-size: 16px;
  display: block;
  text-align: left;
  margin-bottom: 15px;
  background-color: #13264c;
  color: #fff;
  padding: 5px 10px;
}
.modal .modal-dialog {
  max-width: 800px;
}
.modal .modal-content {
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.modal .modal-body {
  padding: 0;
  background-color: #4b9cd3;
}
.modal .modal-body > div {
  padding: 5px 20px;
}
.modal .modal-body .preview {
  background-color: #aaa;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
}

/** miscelanous */
#drag-image {
  position: absolute;
  top: 0;
  left: 0;
}
#drag-image.flipY {
  transform: scaleY(-1);
}
#drag-image.rotateLeft {
  transform: rotate(-90deg);
}
#drag-image.rotateRight {
  transform: rotate(90deg);
}

#drag-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(248, 125, 30, 0.7);
  border: 1px solid #000;
}

#floatingObj {
  position: absolute;
  top: 0;
  left: 0;
}
#floatingObj > img {
  position: relative;
  top: 0;
  left: 0;
}

#delete-zone {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0px;
  width: 75px;
  background: url(../images/design/recycle-32.png) no-repeat center;
  background-color: #009446;
  border-radius: 0px 10px 10px 0px;
  display: none;
}

.boatProduct {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.boatProduct > img {
  position: relative;
  top: 0;
  left: 0;
}

.draggable {
  cursor: move !important;
}

.boat-engine {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*# sourceMappingURL=default.css.map */
