.full-description-tab {
  display: none;
}


.comments-header {
  margin: 10px auto 0 auto;
  color: #666;
  font-weight: 100;
  width: 100%;
  max-width: 730px;
}

.comments-body {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 730px;
  padding-bottom: 30px;
}

.comments-body .context {
  clear: both;
}

.comment {
  margin: 20px auto 0 auto;
  padding: 10px;
  border-top: 1px solid #dcdbdb;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
}

.comments.best .comment {
  border-top: 0;
}

#load-more-comments {
  width: 180px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto;
  color: #fff;
  background: #ca1d61;
  padding: 8px 0;
  cursor: pointer;
}

.comment.my {
  color: #000;
}

.comment.best .date a {
  color: #ca1d61;
}

.comment header {
  position: relative;
  height: 35px;
}

.comment header img {
  float: left;
  width: 35px;
  height: 35px;
  padding-right: 10px;
  position: relative;
  left: 0;
  top: 0;
}

.comment[data-level='0'] header img {
  width: 50px;
  height: 50px;
}

.comment .comment-form-avatar {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

.comment.edit .body > div[data-moderator='0'] {
  display: none;
}

.comment.edit .body > div[data-moderator='1'] {
  display: block;
}

.comment.edit .body .flags, .comment.edit .body > div, .comment.edit .body > p, .comment.edit .body label, .comment.edit .body select, .comment.edit .row.submit {
  display: none;
}

#comment_form_rollup {
  cursor: pointer;
  text-align: center;
  display: none;
  font: 20px/20px Courier;
  padding: 0;
  color: gray;
  clear: both;
  width: 40px;
  margin: auto;
}

#comment_email, #comment_name {
  border: 1px solid #ddd;
  height: 19px;
  padding-left: 3px;
}

.comment header .info {
  float: left;
  position: relative;
}

.comment header menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  margin: 0;
  padding: 10px 0 10px 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 9px #999;
  -webkit-box-shadow: 4px 4px 9px #999;
  font: 13px 'Open Sans', sans-serif;
  text-align: left;
  z-index: 100;
}

.comment header .options .minimize, .comment header .options .maximize {
  display: inline-block;
  width: 20px;
  height: 16px;
  padding-right: 8px;
  margin-left: 5px;
  background: url('/images/my_construction/minus.png') no-repeat 0 0;
  border-right: 1px solid #ccc;
}

.comment .info .name {
  position: relative;
  font-size: 16px;
  margin-right: 5px;
  font-weight: bold;
  margin-right: 5px;
}

.comment[data-level='0'] .info .name {
  font-size: 20px;
}

.comment .info .name.z500 {
  font-weight: bold;
  color: #E32471;
}

.comment .info .province, .comment .info .my_construction {
  color: #ca1d61;
  text-transform: uppercase;
  font-size: 11px;
}

.comment .info a.my_construction {
  text-decoration: none;
}

.comment .info .province {
  color: #D8D8D8;
}

.comment .info .new {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  background: #E32471;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  line-height: 1em;
}

.comment footer .date {
  text-transform: none;
  color: #999;
  font-size: 11px;
  margin: 0 0 0 55px;
}

.comment.sublevel footer .date {
  margin: 0 0 0 40px;
}

.comment footer .date a {
  color: #999;
  text-decoration: none;
}

.comment header .options {
  position: relative;
  display: inline-block;
  margin: -2px 0 2px 0;
  padding: 0;
  vertical-align: middle;
  line-height: 8px;
}

.comment header > .options {
  position: absolute;
  top: 0;
  right: -8px;
  width: 60px;
}

.comment header .options .minimize, .comment header .options .maximize, .comment header .options .context {
  display: inline-block;
  width: 20px;
  height: 16px;
}

.comment.minimized header .options {
  padding: 0 !important;
}

.comment.minimized {
  padding-bottom: 0;
  border: 1px solid #f4f4f4;
  background: #fff !important;
}

.comment.minimized .body, .comment.minimized footer {
  display: none;
}

.comment .options .context {
  background: url('/images/my_construction/gray-arrow.png') no-repeat center;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
}

.comment header > .options .context {
  right: 0;
}

.comment .body {
  position: relative;
  padding: 0 10px 0 50px;
}

.comment.sublevel .body {
  padding: 0 10px 0 35px;
}

.comment .body .options {
  float: left;
}

.comment .content {
  float: left;
  padding: 2px 10px 5px 5px;
  font-size: 15px;
  line-height: 22px;
  word-wrap: break-word;
  text-align: left;
  width: 100%;
  max-width: 650px;
}

.comment .files {
  padding: 0 10px 0 5px;
}

.comment.sublevel .content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-align: left;
  width: 100%;
  max-width: 600px;
}

.comment.sublevel .content a {
  color: #E32471;
}

.comment .content .parent {
  padding-right: 10px;
  font-style: italic;
}

.comment.z500 .content .parent {
  color: #E32471;
}

.comment footer {
  text-align: left;
  margin: 0 0 -20px 0;
}

.comment.my footer {
  margin: 0 0 -7px 0;
}

.comment footer a.btn-answer {
  color: #666;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding: 4px;
  float: right;
}

.comment footer span.btn-answer, .comment .content .parent span.btn-answer {
  background: url('/images/my_construction/answer-arrow.png') no-repeat 0 0;
  display: inline-block;
  width: 19px;
  height: 15px;
  float: right;
  margin-top: 7px;
}

.comment .content .parent span.btn-answer {
  float: none;
  margin: 10px -5px -2px 3px;
  line-height: 10px;
}

/* edycja komentarza */
.comment.edit {
  padding: 0;
  background: transparent;
  border: 0;
}

.comment.edit .body {
  padding: 0 0 0 36px;
}

.comment .body textarea {
  width: 100%;
  height: 35px;
  min-height: 35px;
  cursor: pointer;
  border: 2px solid #999;
  padding: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.comment.edit .body textarea.invalid {
  border: 1px solid #f00;
}

.flags {
  position: absolute;
  left: 0;
  top: -4px;
  width: 50px;
  text-align: center;
}

.comment.edit .flags {
  top: 35px;
  width: 35px;
}

.comment.sublevel .flags {
  top: 3px;
  width: 35px;
}

.flags .fa-flag, .flags .fa-lock {
  display: block;
  font-size: 15px;
  display: block;
  margin: 8px auto 0 auto;
  width: auto;
  text-decoration: none;
}

.flags .fa-flag, .comment.edit .flags .fa-flag.enabled {
  color: #ca1d61;
}

.flags .fa-lock, .comment.edit .flags .fa-lock.enabled {
  color: red;
}

.comment.edit .flags .fa-flag, .comment.edit .flags .fa-lock {
  color: #bbb;
  margin: 12px auto 0 auto;
}

.comment .signature {
  padding-top: 5px;
  clear: left;
}

.signin {
  max-width:170px;
}


.comment .btn-signin-fb {
  background: #4f67a4;
  text-transform: none !important;
  font-size: 25px;
  padding-top: 3px;
}

.comment .btn-signin-google {
  background: #e53343;
  text-transform: none !important;
  font: 27px Georgia;
  padding-top: 0;
}

.comment .btn-signin > span {
  color: #000;
  font-weight: bold;
}

.comment .signin > a:hover, .comment footer a.btn-answer:hover, .comment .info a.my_construction:hover, #load-more-comments:hover {
  opacity: 0.7;
}

.comment .signin, .comment .security > span {
  padding: 10px 0;
  font: 13px 'Open Sans', Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
}

.comment .signin, .comment .spacer, .comment .security {
  float: left;
  padding-top: 10px;
}

.comment .signin {
  clear: left;
}

.comment .spacer {
  padding: 18px 30px 0 20px;
  text-align: center;
  color: #CBCBCB;
}

.comment.edit .security {
  position: absolute;
  left: 255px;
}

.comment.edit .row {
  position: relative;
  padding: 3px 0 2px 0;
  clear: left;
}

.comment.edit .row label {
  display: none;
  width: 60px;
}

.comment.edit .row.from_z500 label {
  width: 95px;
  float: left;
  line-height: 2;
}

.comment.edit label.add-files {
  width: 105px;
  float: right;
  clear: both;
  position: relative;
  font-size: 12px;
  font-family: inherit;
  color: #333;
  cursor: pointer;
  overflow: hidden;
}

.comment.edit label.add-files:hover {
  color: #ca1d61;
}

.comment.edit label.add-files input {
  opacity: 0;
  direction: ltr;
  cursor: pointer;
  width: 100%;
}

.comment.edit .row.submit {
  text-align: right;
  font-size: 14px;
  margin-bottom: -4px;
  clear: both;
  padding: 0 0 3px 0;
}

.comment.edit .row .error-msg {
  display: inline-block;
  padding-left: 10px;
  color: #f00;
  font-size: 12px;
}

.comment.edit .btn-cancel {
  background: transparent;
  border: 0 none;
  font: inherit;
  cursor: pointer;
}

.comment.edit .btn-save {
  padding: 5px 20px;
  background: #ca1d61;
  border: 0 none;
  font: inherit;
  color: #fff;
  cursor: pointer;
  height: 38px;
}

.comment.edit .btn-save:hover {
  opacity: 0.7;
}

.comment.edit .files {
  margin: 5px 0;
  padding-left: 2px;
  overflow: auto;
}

.comment.edit .files .file {
  position: relative;
  float: left;
  padding: 5px;
}

.comment.edit .files .file img, .comment .files .file-other, .comment.edit .files .file canvas {
  width: 90px;
  height: 64px;
  z-index: 1;
  cursor: default;
}

.comment .files .file-other {
  background: url('/images/icons/file_other.png') no-repeat center;
}

.comment .files a.file-other {
  display: block;
  cursor: pointer;
}

.comment.edit .files .progress-bar {
  position: relative;
  margin: 4px 0 0 0;
  width: 90px;
  height: 6px;
  background: #ddd;
}

.comment.edit .files .progress-bar .progress {
  width: 0%;
  height: 6px;
  background-image: linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -o-linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -moz-linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -webkit-linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -ms-linear-gradient(bottom, #6abb01 50%, #84d020 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.50, #6abb01), color-stop(0.50, #84d020));
}

.comment.edit .files .remove {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding: 3px 0 0 0;
  background: #fff;
  border: 1px solid #ca1d61;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  color: #ca1d61;
}

.comment.edit .files .remove:hover {
  background: #ca1d61;
  border: 1px solid #fff;
  color: #fff;
}

.comment .files img, .comment .files canvas {
  cursor: pointer;
}

/* podpoziom komentarza */
.comment.sublevel {
  margin-left: 50px;
  border: 0;
}

/* menu kontekstowe */
.comment menu {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 240px;
  padding: 10px 0 10px 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 9px #999;
  -webkit-box-shadow: 4px 4px 9px #999;
  font: 13px 'Open Sans', sans-serif;
  z-index: 100;
}

.comment menu ul li {
  display: block;
  padding: 0 10px;
}

.comment menu ul li a, .comment menu ul li > span {
  display: block;
  padding: 2px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}

.comment menu ul li a:hover, .comment menu ul li > span:hover {
  color: #E6538E;
}

.comment menu ul li a span, .comment menu ul li > span span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: transparent url('/images/my_construction/menu-icons.png') no-repeat 0 0;
  vertical-align: middle;
}

.comment menu ul li .hide span {
  background-position: -100px 0;
}

.comment menu ul li .answers span {
  background-position: -125px 0;
}

.comment menu ul li .watch span, .comment menu ul li .mark span {
  background-position: -300px 0;
}

.comment menu ul li .answer span {
  background-position: -325px 0;
}

.comment menu ul li .add span {
  background-position: -400px 0;
}

.comment menu ul li .delete span {
  background-position: -25px 0;
}

.comment menu ul li .ban-ip span {
  background-position: -475px 0;
}

.comment menu ul li .ban-domain span {
  background-position: -475px 0;
}

.comment menu ul li a:hover span, .comment menu ul li > span:hover span {
  background-position-y: -25px;
}


#comments-not-found {
  padding: 20px;
  background: #ffeff5;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.comments-filters {
  width: 100%;
  height: 24px;
  margin: 15px 0;
  float: left;
  clear: both;
  background: #fff;
}

.comments-filters > div {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #F5F6F5;
  width: 36%;
}

.comments-filters > div:first-of-type {
  width: 32%;
}

.comments-filters > div > ul {
  margin: 0;
  padding: 5px 20px 10px 20px;
  height: 125px;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 9px #999;
  border-top-width: 0;
  list-style: none;
}

.comments-filters > div > ul li {
  margin: 5px 0;
  font-size: 14px;
}

.comments-filters > div:nth-of-type(2) > ul {
  height: 415px;
}

.comments-filters > div > h4 {
  padding: 5px 20px;
  margin: 0;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #dcdbdb;
  position: relative;
}

.comments-filters > div.selected h4 {
  border-bottom: 2px solid #ca1d61;
}

.comments-filters > div > h4 .context {
  display: inline-block;
  width: 20px;
  height: 16px;
  position: absolute;
  left: 120px;
}

.comments-filters > div:nth-of-type(2) > h4 .context {
  left: 77px;
}

.comments-filters > div > h4 .context {
  background: url('/images/my_construction/gray-arrow.png') no-repeat center;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.comments-filters > div:last-of-type {
  width: 32%;
}

.comments-filters > div:last-of-type > ul {
  height: 90px;
}

.comments-filters a {
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
}

.comments-filters a.selected {
  color: #ca1d61;
}

.comments-filters a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 800px) {
  .comment .spacer {
    padding: 18px 10px 0 5px;
  }

  .comment.edit .security {
    left: 230px;
  }

  .comment.edit .row.submit {
    margin-bottom: 35px;
    position: relative;
    top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .comment .body {
    padding: 0 10px 0 20px;
  }

  .comment footer .date {
    margin: 0 0 0 25px;
  }

  .flags {
    width: 18px;
  }
}

@media screen and (max-width: 450px) {
  .comment {
    padding: 10px 0;
  }

  .comment .content {
    width: 96%;
  }

  .comment .body .flags {
    display: none;
  }

  .comment .signin {
    margin-left: -35px;
  }

  .comment .spacer {
    padding: 18px 10px 0 0;
    margin-left: -5px;
  }

  .comment.edit .security {
    left: 178px;
  }

  .comment.edit .security input {
    width: 126px;
  }

  .comment[data-level='0'] .body {
    padding: 0;
  }

  .comment.sublevel {
    margin-left: 0;
  }

  .comment footer .date {
    margin: 0 0 0 5px;
  }

  .comment.edit .btn-save {
    margin-top: 18px;
  }

  .comment.edit .row .error-msg {
    padding-left: 0;
    height: 13px;
    line-height: 1;
    overflow: hidden;
    font-size: 13px;
  }

  .comments-filters {
    display: none;
  }
}


#content-body {
  padding: 0 40px;
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
}

/* style globalne dla wszystkich widowków z dodatkami */

.addons-view .add-to-fav {
  display: none !important
}

.addons-view, .addons-view h1, .addons-view h2, .addons-view h3, .addons-view h4, .addons-view h4, .addons-view h5 {
  position: relative;
}

.addons-view h1 {
  font-size: 48px;
  font-weight: 100;
  text-transform: uppercase;
}

.addons-view h3 {
  font-size: 22px;
  text-transform: uppercase;
}

/* guzik przenoszący do części administracyjnej */

.addons-edit-button {
  float: right;
  margin: 10px 280px 10px 0;
  padding: 2px 15px;
  font-size: 13px;
  display: inline-block;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 3px;
  background: #ca1d61;
}

.addons-edit-button:hover {
  color: white;
  opacity: 0.5;
}

button.edit {
  position: absolute;
  display: none;
  bottom: 12px;
  right: 5px;
  text-transform: none;
  color: black;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 3px;
  background: white;
}

button.edit:hover {
  color: #ca1d61;
  background: yellow;
}

.addon-item:hover button.edit, .package-header:hover button.edit {
  display: block;
}

/* link podświetlający cały blok */
a.block {
  display: block;
  color: inherit;
  text-decoration: inherit;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

/* cena stara / nowa */
.addons-view .price-label {
  text-transform: uppercase;
}

.price-old {
  text-decoration: line-through;
  color: #444;
}

.price-new, .price-normal {
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #ca1d61;
  line-height: 34px;
}

.addon-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 64px;
  justify-content: flex-end;
}

.addon-actions .add-to-cart {
  padding: 15px;
  box-sizing: border-box;
  font-size: 24px;
}

.button-order {
  display: block;
  width: 100%;
  padding: 24px 15px;
  background: #666;
  border: 0 none;
  box-sizing: border-box;
  font: inherit;
  color: #fff;
  font-size: 24px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.addon-actions[data-button-count="2"] .add-to-cart, .addon-actions[data-button-count="2"] .button-order {
  font-size: 15px;
}

.addon-details {
  position: relative;
}

.addon-details .addon-price {
  padding: 20px 0;
}

.addon-details .addon-actions {
  position: relative;
  bottom: initial;
  left: initial;
}

.addon-details .add-to-cart, .addon-details .button-order {
  margin: 0 0 0 auto;
  max-width: 300px;
  padding: 14px 15px;
}

.button-order:hover {
  opacity: 0.5;
  color: white;
}

/* serduszko do ulubionych */
.add-to-fav {
  margin: 0 10px;
  width: 25px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  background: transparent url('/images/tools-icons-list.png') 0 0 no-repeat;
  background-position: -6px -9px;
  text-indent: -9999px;
}

.add-to-fav:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.addons-body {
  width: 100%;
  padding-right: 270px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* sidebar po prawej stronie */
.addons-sidebar {
  float: right;
  clear: right;
  width: 254px;
  margin-bottom: 50px;
  margin-right: 2px;
  text-transform: uppercase;
}

.addons-sidebar ul { list-style: none; }

li.sidebar-category {
  cursor: pointer;
}

li.sidebar-category h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  padding: 20px 0 20px 30px;
  display: block;
  margin: 0;
}

li.sidebar-category.down h3 {
  background: transparent url('/images/search-down-arrow.png') 12px 50% no-repeat;
}

li.sidebar-category.up h3 {
  background: transparent url('/images/search-right-arrow.png') 12px 50% no-repeat;
}

li.sidebar-category.up ul {
  display: none;
}

ul.sidebar-addons {
  padding: 0px 10px;
  margin: 0;
  list-style: none;
}

li.sidebar-addon h4 {
  padding-left: 20px;
  border-top: 1px solid #e4e4e4;
  font-size: 15px;
  margin: 0;
}

li.sidebar-addon:first-child h4 {
  border-top: none;
}

li.sidebar-addon h4 span.package-title {
  font-size: 12px;
  text-transform: none;
}

li.sidebar-addon a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 15px 0;
}

li.sidebar-addon a:hover {
  color: #ca1d61;
}

/* lista dodatków po lewej stronie */
.addons-list {
  overflow: auto
}

.addons-list .lead {
  font-size: 20px;
  line-height: 1.2;
  margin-top: -20px;
  margin-bottom: 30px;
}

.addons-list h2 {
  font-size: 36px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 50px 0 50px 0;
  clear: both;
  color: #ca1d61;
}

/* nagłówek dodatku */
.addon-header {
  padding: 1em;
  color: white;
  text-transform: uppercase;
  background: #ca1d61;
}

.addon-name {
  width: 100%;
  line-height: 1.3em;
  font-size: 28px;
  font-weight: normal;
  vertical-align: middle;
}

.addon-name a {
  text-decoration: none;
  color: inherit;
}

.addon-level {
  margin-top: 5px;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 5px;
}

.addon-level span.addon-level-stars {
  display: inline-block;
  height: 19px;
  margin-left: 5px;
  vertical-align: middle;
  background: transparent url('/images/addons/star-white-19x19.png');
}

.addon-level .level-1 {
  width: 19px
}

.addon-level .level-2 {
  width: 38px
}

.addon-level .level-3 {
  width: 57px
}

.addon-level .level-4 {
  width: 76px
}

.addon-level .level-5 {
  width: 95px
}

/* pojedynczy dodatek */
.addon-item {
  width: 330px;
  position: relative;
  background-color: #fff;
  position: relative;
}

.addon-item .addon-image {
  height: 200px;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addon-item .addon-image .fa {
  font-size: 120px;
  color: #fff;
  margin-top: -30px;
  text-shadow: 15px 15px 40px #2f2f2f;
}

.addon-item .addon-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  padding: 20px;
  max-height: 2.6em;
}

.addon-item .addon-description {
  font-size: 13px;
  overflow: hidden;
  margin: 0px 20px 20px;
  max-height: 4.6em;
  position: relative;
}

/* strona detalu dodatku */
.addon-details .tabs .slide-tabs {
  margin-bottom: 20px;
}

.addon-details .tabs .slide-tabs li {
  width: 16.66%;
  position: relative;
}

.addon-details .tabs .slide-tabs li:last-child {
  border-right: 0 none;
}

.addon-details .tabs .slide-tabs li > a > div {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 42px;
  font-weight: 500;
}

.addon-details .addon-name {
  font-size: 50px;
}

.addon-details .addon-content {
  padding: 40px 100px;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ccc;
  margin: 10px auto;
}

.addon-details .addon-content p a {
  color: #0099CC;
}

.addon-details .addon-image {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 0 -30px 20px -30px;
  padding: 20px 0;
}

.addon-details .addon-image img {
  max-width: 100%;
}

.addon-details .addon-title {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.addon-details .addon-content ul {
  margin: 20px 0;
}

.addon-details .addon-content ul li {
  margin: 10px 0 10px 30px;
  padding-left: 5px;
  list-style-type: disc;
}

.addon-details .addon-content ul li span {
  color: black;
}

.addon-details .addon-extra {
  margin: 40px 0;
}

.addon-details .addon-extra img {
  max-width: 700px;
}

.addon-details .addon-extra p {
  margin: 20px 0;
}

.addon-details .addon-price {
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}

.addon-details .addon-price .price-normal {
  font-size: 26px;
}

.addon-details a.addon-pdf-demo {
  width: 150px;
  height: 50px;
  padding: 5px 0 5px 55px;
  background: url('/images/addons/adobe-pdf-47x57.png') no-repeat;
  color: #0099CC;
  font-size: 14px;
  margin-top: 70px;
}

.addon-details a.addon-pdf-demo:hover, .addon-details .addon-content p a:hover {
  color: #ca1d61;
}

.addon-related-packages {
  padding: 40px 20px;
}

.addon-related-packages h3 {
  clear: both;
  font-size: 25px;
  text-transform: uppercase;
  margin: 30px 0;
}

.addon-related-packages ul {
  border-top: 1px solid #E4E4E4;
  margin: 30px 0;
}

.addon-related-packages li {
  border-bottom: 1px solid #E4E4E4;
}

.addon-related-packages li a {
  color: inherit;
  display: block;
  min-height: 80px;
  padding: 10px;
  overflow: auto;
}

.addon-related-packages .package-header {
  margin-top: 5px;
  line-height: 1;
  width: 450px;
}

.addon-related-packages .package-name {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.addon-related-packages .package-title {
  font-size: 20px;
}

.addon-related-pages {
  padding: 80px 20px 40px 20px;
}

.addon-related-pages a {
  color: #666;
  font-size: 17px;
}

.addon-related-pages a:hover {
  color: #ca1d61
}

.addon-related-pages h3 {
  clear: both;
  font-size: 25px;
  text-transform: uppercase;
  margin: 30px 0;
}

.addon-related-pages ul li {
  font-size: 20px;
  margin: 20px 10px;
}

.addons-family {
  margin: 40px -30px 0;
}

.addons-family-addon {
  border-top: 1px solid silver;
  padding: 40px 30px;
  overflow: auto;
}

.addons-family-addon:last-child {
  padding-bottom: 0px;
}

.addons-family-addon a.addon-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.addons-family-addon img {
  float: left;
}

.addons-family-addon-details {
  padding-left: 330px
}

.addons-family-addon h4 {
  font-size: 26px;
  font-weight: bold;
  color: #ca1d61;
  text-transform: uppercase;
}

.addons-family-addon-description {
  margin: 20px 0;
}

.addons-family-addon-price {
  text-transform: uppercase;
  text-align: right;
}

.addon-content .add-to-cart {
  padding: 6px 15px;
  font-size: 20px;
}


/* strona detalu zestawu */
.package-details {
  position: relative;
  padding-bottom: 100px;
}

.package-details .package-header {
  padding: 20px 15px 27px 15px;
  color: white;
  text-transform: uppercase;
  background: #ca1d61 url('/images/addons/addon-title-mask2.png') right bottom no-repeat;
  overflow: hidden;
}

.package-details .package-name {
  font-size: 35px;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 5px 0;
}

.package-details .package-title {
  font-size: 22px;
  text-transform: none;
  margin: 0;
}

.package-details .package-description {
  font-size: 16px;
  margin: 20px 0;
}

.package-flex {
  display: flex;
  padding-right: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.package-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
}

.package-details .package-addons {
  max-width: 320px;
  font-size: 15px;
}

.package-details .package-addons a {
  text-decoration: none;
  color: inherit
}

.package-details .package-addons a:hover {
  color: #ca1d61;
}

.package-details .addon-actions {
  position: relative;
  bottom: initial;
  left: initial;
}

.package-details .package-price {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}

.package-details .price-old {
  font-size: 16px;
}

.package-details .addons-list {
  margin: 30px 0 0px 0;
  border-bottom: 1px solid black;
}

.package-details .addons-list p.title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.addons-list .items {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-start;
}

.item-wrapper {
  width: 33%;
  margin-bottom: 50px;
}

.item {
  position: relative;
  width: 330px;
  height: 100%;
  margin: auto;
  background: #fff;
}

/* lista zestawów na dole */
.addons-packages {
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}

.addons-packages h2 {
  font-size: 36px;
  font-weight: 100;
  text-transform: uppercase;
}

/* pojedynczy zestaw */
.package-item .package-header {
  position: relative;
  padding: 10px 15px 17px 15px;
  color: white;
  background: #ca1d61;
}

.package-item h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}

.package-item h4 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 100;
  text-transform: none;
  margin: 0;
  white-space: nowrap;
}

.package-item h3 a,
.package-item h4 a {
  text-decoration: none;
  color: inherit;
}

.package-addons {
  padding: 20px;
  font-size: 14px;
  min-height: 120px;
}

.addon-square {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  vertical-align: bottom;
}

.package-item .package-price, .addon-price {
  text-align: right;
  font-size: 16px;
  padding: 0 20px 96px 20px;
  line-height: 1.4em;
}

.addons-list .add-to-cart {
  width: 100%;
}

/* style dla zakładki karty z dodatkami */

#project-addons .addons-view {
  margin-top: 40px
}

#project-addons .addons-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999
}

.addons-sidebar .files-list {
  border-bottom: 1px solid #252525;
  border-left: 1px solid #dcdcdc
}

.addons-sidebar .files-list h3 {
  padding: 15px;
  margin: 0
}

.addons-sidebar .files-list ul {
  background-color: #f4f4f4;
  padding: 15px;
  font-size: 13px
}

.addons-sidebar .files-list li {
  margin: 10px 0
}

.addons-sidebar .files-list li p {
}

.addons-sidebar .files-list a.download {
  display: inline-block;
  width: 80px;
  padding-left: 30px;
  background: url('/images/addons/download-11x9.png') 10px 5px no-repeat;
  color: #666;
  text-decoration: none
}

.addons-sidebar .files-list a.download:hover {
  color: #ca1d61
}

.addons-sidebar .files-list p.info {
  font-style: italic;
  font-size: 10px;
  color: #666;
  line-height: 15px
}

.addons-sidebar .images-list h3 {
  padding: 15px 0;
  margin: 20px 0;
  font-size: 22px
}

@media (max-width: 1400px) {
  .item-wrapper {
    width: 50%;
  }
}

@media (max-width: 1280px) {
  .addon-details .addon-name {
    font-size: 40px;
  }

  .addon-details .addon-content {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .item-wrapper {
    width: 100%;
  }

  .package-flex {
    display: block;
  }

  .package-details .package-right {
    margin: 0 0 auto auto;
  }

  .addon-related-packages .package-header {
    width: 100%;
  }

  .addons-family-addon-details {
    padding-left: 0;
    clear: both;
  }

  .addon-details .addon-name {
    font-size: 32px;
  }

  .addon-details .addon-content {
    padding: 32px;
  }
}

@media screen and (max-width: 750px) {
  .addons-sidebar {
    display: none;
  }

  .addons-body {
    padding-right: 0;
  }
}

@media screen and (max-width: 450px) {
  #content-body {
    padding: 0;
  }

  .addons-view h1 {
    text-align: center;
  }

  .addons-list .lead {
    padding: 0 10px;
  }

  .addon-item {
    width: 310px;
  }

  .package-details .package-description {
    text-indent: 10px;
  }

  .package-flex {
    padding-right: 0;
  }
}


#construction-inquiry { margin: auto; padding: 30px 0; }
#construction-inquiry h2 { font-size: 46px; text-align: center; margin-bottom: 20px; font-weight: 100; }
#construction-inquiry h4.info { color: #ca1d61; font-size: 17px; margin-bottom: 40px; text-align: center; }
#construction-inquiry h4 + p {
  max-width: 1024px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
}
#construction-inquiry form { width: 710px; margin: auto; }
#construction-inquiry .row { clear: both; box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 15px; text-align: right; }
#construction-inquiry .row:after { clear: both; content: ""; display: block; }
#construction-inquiry .row > div { float: left; padding-top: 25px; line-height: normal; }
#construction-inquiry .row > div.error-tooltip { padding-top: 15px; }
#construction-inquiry .row.submit > div.error-tooltip { margin-left: 677px; }
#construction-inquiry .row.space { padding-top: 25px; }
#construction-inquiry textarea {
  width: 100%;
  height: 200px;
  resize: none;
  background-color: #f2f2f2;
  background-image: linear-gradient(top, #f2f2f2 45px, transparent 3px), linear-gradient(left, #ca1d61 3px, #f2f2f2 3px);
  background-image: -webkit-linear-gradient(top, #f2f2f2 45px, transparent 3px), -webkit-linear-gradient(left, #ca1d61 3px, #f2f2f2 3px);
  background-image: -ms-linear-gradient(top, #f2f2f2 45px, transparent 3px), -ms-linear-gradient(left, #ca1d61 3px, #f2f2f2 3px);
  background-image: -o-linear-gradient(top, #f2f2f2 45px, transparent 3px), -o-linear-gradient(left, #ca1d61 3px, #f2f2f2 3px);
  background-size: 6px 48px;
  -webkit-background-size: 6px 48px;
  background-attachment: local;
  border: 0 none;
  outline: none;
  color: #333;
  line-height: 48px;
  font-size: 24px;
  padding: 5px 0 0 0;
}
#construction-inquiry input[type="text"], #construction-inquiry select { width: 330px; font-size: 25px; padding: 3px; margin: 15px 0 0 10px; box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; border: 0; border-bottom: 3px dotted #ca1d61; background: #F2F2F2; outline: none; color: #ca1d61; }
#construction-inquiry input[type="text"] { padding-left: 6px; }
#construction-inquiry *::-webkit-input-placeholder { color: #adadad; }
#construction-inquiry *:-moz-placeholder { color: #adadad; opacity: 1; }
#construction-inquiry *::-moz-placeholder { color: #adadad; opacity:  1; }
#construction-inquiry *:-ms-input-placeholder { color: #adadad; }
#construction-inquiry input[type="checkbox"] { width: auto; height: auto; appearance: checkbox; -webkit-appearance: checkbox; -moz-appearance: checkbox; }
#construction-inquiry label, #construction-inquiry div { font-size: 22px; }
#construction-inquiry[data-project-ordered="0"] .order-no { display: none; }
#construction-inquiry .row { font-size: 25px; }
#construction-inquiry .row { position: relative; }
#construction-inquiry .row .fa-question-circle { position: absolute; right: 2px; top: 19px; font-size: 24px; }
#construction-inquiry .row.technology .fa-question-circle { position: relative; top: initial; right: initial; margin-left: 10px; }
#construction-inquiry .z-hint-container { font-size: 15px; width: 200px; }
#construction-inquiry .not-guaranteed { color: #999; font-size: 20px; }
#construction-inquiry .submit { margin-top: 50px; line-height: normal; }
#construction-inquiry .submit button:hover { opacity: 0.75; }
#construction-inquiry .submit span { font-size: 20px; }
#construction-inquiry .submit input[type="checkbox"] { float: left; margin-top: 2px; }
#construction-inquiry .submit label { font-size: 17px; display: block; float: left; margin-left: 7px; }
#construction-inquiry .submit button { background: #ca1d61; border: 0; width: 330px; font-size: 22px; padding: 15px 0; text-align: center; color: #fff; text-transform: uppercase; margin-top: 3px; cursor: pointer; }
#construction-inquiry .error-tooltip { position: absolute; width: 230px; padding: 13px; background: #ca1d61; box-shadow: 6px 5px 15px -2px #666; color: #fff; font-size: 15px; }
#construction-inquiry .error-tooltip:after { content: ""; position: absolute; width: 24px; height: 24px; background: #ca1d61; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); tranform: rotate(45deg); overflow: hidden; z-index: 1; }
#construction-inquiry .error-tooltip.arrow-left:after { left: -10px; top: 50%; margin-top: -12px; }

@media screen and (max-width: 1335px) {
  #construction-inquiry form { margin: 0 0 0 10%; }
  #construction-inquiry .row { font-size: 24px; }
  #construction-inquiry form { width: 680px; }
  #construction-inquiry .row.submit > div.error-tooltip { margin-left: 647px; }
}

@media screen and (max-width: 1120px) {
  #construction-inquiry form { margin: 0 0 0 15px; }
}

@media screen and (max-width: 1023px) {
  #construction-inquiry form { width: 100%; max-width: 550px; margin: 0; margin-left: 10%; }
  #construction-inquiry input[type="text"], #construction-inquiry select { width: 250px; font-size: 22px; margin: 8px 0 0 10px; }
  #construction-inquiry h2 { font-size: 35px; }
  #construction-inquiry .row { font-size: 19px; }
  #construction-inquiry .submit label { font-size: 15px; }
  #construction-inquiry .submit button { width: 250px; font-size: 18px; padding: 12px 0; }
  #construction-inquiry .submit span { font-size: 16px; }
  #construction-inquiry .row { margin-top: 10px; }
  #construction-inquiry .submit { margin-top: 35px; }
  #construction-inquiry .row.space { padding-top: 15px; }
  #construction-inquiry .row.submit > div.error-tooltip { margin-left: 518px; }
}

@media screen and (max-width: 970px) {
  #construction-inquiry form { margin-left: 15px; }
}

@media screen and (max-width: 799px) {
  #construction-inquiry form { margin-left: auto; margin-right: auto; }
}


#content {
  max-width: none;
  padding: 0;
  background: #fff;
}

#content-body {
  max-width: none;
  padding: 0;
}

#project {
  clear: both;
}

#project .s-search {
  width: 100%;
  background: #1b1b1b;
  padding: 10px 0;
  position: relative;
  z-index: 1023;
}
#project .s-search #simple-search { margin: 0 auto; }

#project .basic-info {
  background: #252525;
  margin: auto;
  color: #6B6B6B;
  font-size: 13px;
}

#project .basic-info a { color: #ca1d61; }

#project .admin-area {
  position: fixed;
  top: 145px;
  left: 20px;
  padding: 10px;
  background: rgba(25,25,25,0.8);
  color: #fff;
  font-size: 14px;
  z-index: 25;
}

#project .admin-area span {
  margin-right: 20px;
}

#project .admin-area a {
  text-decoration: none;
  color: #ca1d61;
}

.create-note { color: #ca1d61; }

#project #main-view {
  width: 100%;
  padding: 0 40px;
  background: #252525;
  box-sizing: border-box;
}

#project #main-view #simple-search { padding-top: 20px; }

#project #main-view .inner {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

a.label.builtby {
  background: #CE1C63;
  color: #fff;
  font-weight: 100;
  text-align: center;
  padding: 12px 15px;
  font-size: 26px;
  right: 102px;
  top: 53px;
  box-shadow: none;
  position: absolute;
  z-index: 30;
  text-decoration: none;
  text-transform: uppercase;
}
#project #main-view .slider-container { float: left; position: relative; width: 1336px; }
#project #main-view .royalSlider { width: 100%; }
#project #main-view .royalSlider.rsFullscreen { width: 100%; max-width: max-content; }
#project #main-view .royalSlider img { width: 100%; }
#project #main-view .royalSlider > .plan { display: none; }
#project #main-view .royalSlider .plan { background: #fff; overflow: auto; height: 1080px; }
#project #main-view .royalSlider .plan > div { float: left; margin: 20px 0 0 0; color: #000; }
#project #main-view .royalSlider .plan .plan-img { text-align: center; width: 63%; }
#project #main-view .royalSlider .plan img.rsMainSlideImage { max-width: 93%; width: auto !important; height: auto !important; max-height: 720px !important; margin: 0 auto !important; }
#project #main-view .royalSlider.rsFullscreen .plan img.rsMainSlideImage { max-height: 850px !important; }
#project #main-view .royalSlider .plan div.rooms { width: 33%; }
#project #main-view .plan .rooms h3 { font-size: 28px; }
#project #main-view .plan .rooms span { text-transform: uppercase; }
#project #main-view .plan .rooms ul li { display: block; border-bottom: 1px solid #f1f1f1; font-size: 17px; line-height: 2; width: 98%; max-width: 300px; }
#project #main-view .plan .rooms ul li span { display: inline-block; width: 75%; }
#project #main-view .rsDefault .rsOverflow, #project #main-view .rsDefault .rsSlide, #project #main-view .rsDefault .rsVideoFrameHolder, #project #main-view .rsDefault .rsThumbs { background: #252525; }
#project #main-view .rsFullscreen.rsDefault .rsOverflow, #general-data-left .rsFullscreen.rsDefault .rsSlide, #general-data-left .rsFullscreen.rsDefault .rsVideoFrameHolder, #general-data-left .rsFullscreen.rsDefault .rsThumbs { background: #252525; }
#project #main-view .rsNav { padding: 0; }
#project #main-view .rsDefault .rsThumb { width: 102px; height: 69px; }
#project #main-view .rsThumbsHor { height: 68px; }
#project #main-view iframe.loan { width: 1336px; max-width: 1336px; height: 592px; border: 0 none; float: left;}
#project #main-view iframe.walk { width: 1336px; max-width: 1336px; border: 0 none; float: left;}

#project .label-new, #project .label-recommended, #project .label-new, #project .label-2017-ready {
  text-transform: uppercase; width: 110px;	height: 20px; display: block; position: absolute; left: 0; text-align: center; color: white; line-height: 20px; font-size: 11px;
}
#project .label-new { background-color: #CE1C63; top: 30px; }
#project .label-recommended { background-color: #216DC6; top: 50px; }
#project .label-2017-ready { background-color: #efef2f; top: 70px; color: #000; }

#project .main-view-tabs {
  float:right;
  width: 64px;
  line-height: normal;
  font-size: 8px;
  text-transform: uppercase;
  z-index: 20;
}

#project .main-view-tabs li a {
  display: block;
  width: 100%;
  height: 64px;
  margin-bottom: 1px;
  padding-top: 16px;
  box-sizing: border-box;
  -webkit-sizing: border-box;
  background: #161616;
  color: #999;
  text-decoration: none;
  text-align: center;
  transition: background 0.5s, padding 0.5s, margin 0.5s, color 0.5s;
}

#project .main-view-tabs li a i {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

@-webkit-keyframes blinker {
  0% {background-color: #252525;}
  50% {background-color: #ca1d61;}
  100% {background-color: #252525;}
}
@keyframes blinker {
  0% {background-color: #252525;}
  50% {background-color: #ca1d61;}
  100% {background-color: #252525;}
}

#project .main-view-tabs li a:hover { background-color: #ca1d61; animation-name: none; -webkit-animation-name: none; color: #fff; }
#project .main-view-tabs li a.selected { background-color: #ca1d61; color: #fff; }

#project input[type="checkbox"] {
  appearance: button;
  -webkit-appearance: button;
  width:  25px;
  height: 30px;
  border: 0 none;
  background: url('/images/checkbox6.png') no-repeat -5px -2px;
  color: #fff;
  white-space: nowrap;
  overflow:hidden;
  vertical-align: middle;
  outline: none;
}
#project input[type="checkbox"] + label { cursor: pointer; }
#project input[type="checkbox"]:hover { background-position: -5px -37px; }
#project input[type="checkbox"]:checked { background-position: -5px -72px; }
#project input[type="checkbox"]:checked:hover { background-position: -5px -107px; }

#project .wooden-version-info {
  padding: 1em 0;
  font-size: 14px;
}

/* Pasek narzędziowy */
#main-footer {
  margin: auto;
  background: #E6E6E6;
  padding: 10px 40px 20px 40px;
  position: relative;
}

#main-footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  box-sizing: border-box;
}

#main-footer a {
  padding: 0;
  background: transparent;
  text-decoration: none;
  font-size: 10px;
  color: #252525;
}
#main-footer a:hover, #main-footer #question-button:hover { background: #fff; color: #000; }
#main-footer .buttons {
  vertical-align: middle;
}
#main-footer a.button {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 17px 0 0 0;
  margin-left: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: bold;
  vertical-align: middle;
  color: #333;
}
#main-footer a.button i {
  display: block;
  font-size: 26px;
  line-height: 26px;
  color: #999;
}

#main-footer #question-button {
  width: auto;
  min-width: 275px;
  padding: 20px 15px;
  background: #fff;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

#main-footer .ocen form { float: left; padding: 2px; width: 60px; }
#main-footer .voting { width: 160px; height: 60px; padding-top: 20px; }
#main-footer .vote { font-size: 2em; }

#project-content {
  margin: 10px auto auto auto;
  padding: 0 40px;
}

/* dane ogólne */
#general-info, #project-realizations, #construction-offers, #project-variants, #project-comments, #project-interior, #project-costs, #project-faq, #project-structure, #project-10-mythology {
  width: 100%;
  max-width: 1400px;
  padding: 20px 0;
  margin: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;

}

#general-info > header {
  padding: 20px 0;
  text-align: center;
}

#project-variants header, #project-realizations header, #project-constructions > header, #project-comments > header, #project-interior > header, #project-costs > header,
#project-constructions > header {
  margin: auto;
  padding: 20px 40px;
  text-align: center;
}
#project-variants > header, #my-construction header, #project-constructions header { padding-top: 20px; padding-bottom: 20px; }
#project-variants header { padding-bottom: 0; }

#general-info > header h1, #project-elevations > h1, #general-info .variants > h1, #general-info .similar > h1,
#project-realizations > header h1, #project-variants > header h1, #project-comments > header h1,
#project-interior > header h1, #project-costs > header h1, #project-faq > header h1, #my-construction .stages header h1,
#my-construction .archive header h1, #project-constructions header h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 50px;
  text-align: center;
}

#general-info > header h2, #project-realizations header h2, #project-variants header h2, #project-comments header h2, #project-interior header h2, #project-costs header h2, #project-faq > header h2, #my-construction .welcome header p {
  margin: 0;
  font-size: 21px;
  font-weight: 100;
}

#project-realizations .mc-listing-big { margin: 40px auto 50px auto; overflow: auto; }

#project .star {
  margin: 0 auto 50px auto;
  width: auto;
  font-size: 17px;
  color: #ca1d61;
  max-width: 1600px;
  position: relative;
  padding: 40px 22px 10px 22px;
  line-height: normal;
  clear: both;
}

#my-construction .star span { font-size: 30px; position: absolute; left: 0; top: 32px; }
#project-faq #faq { margin-top: 40px; }

#general-info .col-container {
  padding: 60px 0 40px 0;
}

#general-info .cols {
  margin: auto;
  background: url('/images/project/dot.png') repeat-y 500px 0, url('/images/project/dot.png') repeat-y 0 0, url('/images/project/dot.png') repeat-y 100% 0;
}

#general-info .left-col {
  float: left;
  width: 500px;
  padding: 10px 40px 10px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#general-info .right-col {
  float: left;
  width: 900px;
  padding: 10px 40px 10px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#general-info h3 {
  font-size: 24px;
  text-transform: uppercase;
}

#general-info h4 {
  font-size: 21px;
}

#general-info h4 span { text-transform: uppercase; }

#general-info header {
  margin-bottom: 20px;
}

#general-info header p { font-size: 24px;}
#general-info header p b.highlighted { font-size: 19px; color: #ca1d61; }

#general-info .files-list table {
  width: 100%;
  font-size: 14px;
}

#general-info .files-list th, #general-info .files-list td, #general-info .dimensions th, #general-info .dimensions td {
  padding: 5px 0;
  border-bottom: 1px solid #f1f1f1;
}

#general-info .files-list td { width: 20px; }
#project-variants .download a, #general-info .files-list a {
  text-decoration: none;
  color: #ca1d61;
}

#project-variants .download a span {
  display: inline-block;
  margin-left: 10px;
  padding-right: 30px;
  background: url('/images/icons/file_pdf.png') no-repeat right center;
  color: #999;
}

#general-info .files-list a:hover, #project-variants .download a:hover { opacity: 0.75; }
#general-info .description, #general-info .files-list { margin-top: 40px; padding: 30px 0; border-top: 1px solid #ccc; font-size: 15px; line-height: 22px; }
#general-info .description p { margin: 0.5em 0; }

#general-info .tags li { display: inline-block; padding: 2px 4px; background: #f4f4f4; margin-right: 10px; color: #666; }

#general-info .hint.fa-question-circle, #general-info .z-hint.fa-question-circle { color: #ddd; }

#general-info .left-col .features {
  width: 100%;
  margin: 10px 0;
  border: 0 none;
  font-size: 13px;
  display: table;
}

#general-info .left-col .features.cost-files { margin: 0; font-size: 12px; }

#general-info .left-col .features > div { display: table-row; }

#general-info .left-col .features > div > div:first-child {
  display: table-cell;
  width: 50%;
  padding: 4px 0;
  border-bottom: 1px solid #F1F1F1;
  text-align: left;
  color: #666;
  font-weight: 400;
}

#general-info .left-col .features.annotation > div > div:first-child {
  width: 100%;
  font-size: 11px;
  font-weight: 100;
  text-align: left;
}

#general-info .left-col .features.heating-info > div > div:first-child {
  width: 100%;
  font-weight: 400;
  text-align: left;
}

#general-info .left-col .features > div > div:not(:first-child)  {
  display: table-cell;
  padding: 4px 0;
  border-bottom: 1px solid #F1F1F1;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}

#general-info .left-col .features > div > div:not(:first-child):last-child { width: 20px; text-align: center; }

#general-info .left-col .features td.empty { border-bottom: 0 none; }
#general-info .left-col .features > div.empty > div {
  border: 0 none;
}

#general-info .left-col .features h3 {
  font-size: 22px;
  font-weight: 100;
  text-transform: none;
}

#general-info .left-col .features del { color: #aaa; }

#general-info .left-col .features strong {
  font-weight: bold;
  color: #ca1d61;
}

#general-info .left-col .features .old {
  font-size: 19px;
  font-weight: 100;
  text-decoration: line-through;
}

#general-info .left-col .cost-file a {
  color: #ca1d61;
  font-size: 13px;
}

#general-info .cost { border-top: 1px solid #ddd; padding: 20px 0; }
#general-info .cost h3 { line-height: 1; }
#general-info .cost h3 .source { font-size: 12px; }
#general-info .cost h3 .source span { color: #ca1d61; }
#general-info .cost h3 .source span:nth-of-type(2) { color: #999; }

#general-info .right-col .projections > a {
  float: left;
  display: block;
  width: 400px;
  margin-right: 80px;
}

#general-info .right-col .projections > a img { width: 100%; }

#general-info .rooms header {
  border: 0 none;
}

#general-info div.rooms {
  float: left;
  width: 280px;
}

#general-info .rooms ul, #general-info .dimensions table {
  line-height: 28px;
  font-size: 15px;
  color: #333;
}

#general-info .rooms ul li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

#general-info .rooms ul li span {
  display: inline-block;
  width: 220px
}

#general-info .rooms ul li b {
  display: inline-block;
  width: 50px
}

#general-info .right-col .placement, #general-info .right-col .materials {
  margin-top: 20px;
  padding: 40px 0 40px 40px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}

#general-info .right-col .placement a {
  float: left;
  display: block;
  width: 360px;
  text-align: center;
  margin: 20px 80px 0 0;
}

#general-info .right-col .placement img {
  width: 250px;
}

#general-info .right-col .placement .dimensions {
  float: left;
  width: 330px;
  padding: 20px 0 0 0;
}
#general-info .right-col .placement .dimensions h4 { text-transform: uppercase; }

#general-info .dimensions table th {
  width: 250px;
  font-weight: 100;
  text-transform: uppercase;
}

#general-info .dimensions table td {
  font-weight: bold;
}

#general-info .right-col .materials table {
  width: 100%;
  margin: 10px 0;
  font-size: 13px;
}

#general-info .right-col .materials th {
  width: 120px;
  padding: 5px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
  font-weight: 100;
}

#general-info .right-col .materials td {
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  color: #000;
  line-height: 24px;
}

#general-info .elevations, #general-info .variants, #general-info .similar {
  width: 100%;
  padding: 40px 0 20px 0;
  background: #fff;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  text-align: center;
}

#general-info .elevations > ul > li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
}

#general-info .variants {
  padding: 40px 0;
}
#general-info .variants h1 { margin-bottom: 20px; }
#general-info .variants a {
  color: #ca1d61;
  font-size: 18px;
  line-height: 40px;
}

#general-info .dynamic_tags th, #general-info .dynamic_tags td { vertical-align: top; }
#general-info .dynamic_tags li { padding: 0 0 5px 0; }

#project-variants .listing > ul { margin-top: 20px; margin-left: -20px; }
#project-variants .listing > ul > li { float: left; display: block; position: relative; width: 20%; height: 191px; margin: 0 0 30px 0; }
#project-variants .listing > ul > li { height: 335px; }
#project-variants .listing > ul > li > div { width: 290px; margin: auto; }
#project-variants .listing img { display: block; width: 290px; height: 164px; }
#project-variants .listing .short-summary li { display: block; float: left; min-width: 25px; padding: 4px 8px; color: #fff; font-size: 14px; line-height: normal; }
#project-variants .listing .short-summary li h2 { margin: 0; padding: 0; font-weight: bold; }
#project-variants .listing .short-summary li a { color: #fff; font-size: 14px; text-decoration: none; }
#project-variants .listing .short-summary li span { font-size: 14px; font-weight: normal; }
#project-variants .listing .short-summary li:first-of-type { background: #ca1d61; }
#project-variants .listing .short-summary li:nth-of-type(2) { background: #252525; }
#project-variants .listing .short-summary li:nth-of-type(3) { background: transparent; color: #333; font-weight: bold; }
#project-variants .listing > ul > li a img:hover { opacity: 0.75; }

#project-variants, #project-addons, #project-faq {
  max-width: 1600px;
  margin: auto;
}

#project-variants .filters {
  padding: 15px 0;
  font-size: 11px;
}
#project-variants .filters .sort { float: right; }
#project-variants .filters .sort select {
  background-color: #fff;
  border-top: 1px solid #abadb3;
  border-right: 1px solid #dbdfe6;
  border-bottom: 1px solid #e3e9ef;
  border-left: 1px solid #e2e3ea;
  border-radius: 2px;
  font-family: inherit;
}
#project-variants .filters .sort span {
  display: inline-block;
  width: 30px;
  height: 8px;
  background: url('/images/project/sort.png') no-repeat 0 0;
  cursor: pointer;
}

#project-variants .listing {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
}

#project-variants .listing .features {
  float: left;
  width: 100%;
  padding: 5px 0;
  font-size: 13px;
}

#project-variants .listing .features p {
  padding: 3px 3px 8px 3px;
  color: #000;
  font-size: 16px;
}

#project-variants .listing .features > span {
  display: block;
  padding: 0 3px;
  color: #666;
}

#project-variants h3 {
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
}

#project-variants .comment-form { margin: 10px auto; }
#project-variants .comment-form .bulb { width: 500px; margin: 0 auto; border-bottom: 4px solid #ca1d61; text-align: center; }
#project-variants .comment-form .bulb img { border-bottom: 5px solid #f2f2f2; margin-bottom: -10px; }
#project-variants .comment-form h3 { margin: 20px 0; font: bold 30px 'Open Sans', Arial, sans-serif; text-align: center; color: #ca1d61; }
#project-variants .comment-form > p { max-width: 570px; margin: 10px auto 20px auto; color: #666; font-size: 16px; text-align: justify; line-height: 22px; }
#project-variants .comment-form .flow { text-align: center; }
#project-variants .comment-form ol { max-width: 800px; margin: 0 auto; padding: 10px; }
#project-variants .comment-form ol li { float: left; width: 33.333%; text-transform: uppercase; font-size: 11px; font-weight: bold; text-align: center; color: #666; }
#project-variants .comment-form ol li:first-child { color: #ca1d61; }

#project-variants .comment-form .comment { margin: 0 auto; }
#project-variants .comment-form .comment .body { background: transparent; }
#project-variants .ideas, #project-variants .ideas > .context { width: 1000px; margin: 10px auto 0 auto; padding: 10px 0; border-top: 1px solid #dcdbdb; }
#project-variants .ideas { border-top: 1px solid #000; margin-top: 30px; }

#project-variants .comment { padding: 0; background: transparent; }
#project-variants .comment header > .options { width: 32px; }
#project-variants .comment .left-col {
  float: left;
  width: 647px;
  padding: 15px 15px 0 15px;
  background: #f4f4f4;
}
#project-variants .comment .left-col footer { margin: 0 0 5px 0; }
#project-variants .comment .right-col {
  float: left;
  width: 263px;
  margin-left: 30px;
  padding: 15px 15px 5px 15px;
  background: #f4f5f4;
}
#project-variants .comment .right-col button {
  width: 100%;
  padding: 8px 0;
  background-image: linear-gradient(bottom, #E3E3E3 30%, #FFFFFF 85%);
  background-image: -o-linear-gradient(bottom, #E3E3E3 30%, #FFFFFF 85%);
  background-image: -webkit-linear-gradient(bottom, #E3E3E3 30%, #FFFFFF 85%);
  background-image: -ms-linear-gradient(bottom, #E3E3E3 30%, #FFFFFF 85%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.3, #E3E3E3),color-stop(0.85, #FFFFFF));
  border: 0 none;
  font-family: inherit;
  font-size: 18px;
  text-align: center;
  color: #333;
  cursor: pointer;
}
#project-variants .comment .right-col button:hover {
  background-image: linear-gradient(bottom, #ccc 30%, #e3e3e3 85%);
  background-image: -o-linear-gradient(bottom, #ccc 30%, #e3e3e3 85%);
  background-image: -webkit-linear-gradient(bottom, #ccc 30%, #e3e3e3 85%);
  background-image: -ms-linear-gradient(bottom, #ccc 30%, #e3e3e3 85%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.3, #ccc),color-stop(0.85, #e3e3e3));
  color: #000;
}
#project-variants .comment .right-col button span {
  display: inline-block;
  width: 27px;
  height: 33px;
  margin-left: 15px;
  background: url('/images/project/hand-ok.png') no-repeat;
  vertical-align: middle;
}
#project-variants .comment .right-col .voted {
  width: 100%;
  padding: 15px 0;
  background: #fff;
  font-family: inherit;
  font-size: 18px;
  text-align: center;
  color: #333;
}

#project-variants .comment .right-col div.votes-count {
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  color: #333;
  line-height: initial;
}

#project-variants .comment .right-col div.votes-count span {
  display: block;
  margin: auto;
  font-size: 70px;
}

#project-variants .comment .right-col p.votes-count {
  padding: 5px 0;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}

#project-variants .comment header .info { width: auto; }

#project-variants .comment.sublevel .left-col { width: 597px; }
#project-variants .comment.edit.sublevel .body { background: transparent; }
#project-variants .comment.sublevel .content { width: 540px; }

/* komentarze */

.comments-body .context .best-comment { width: 234px; margin-top: 12px; }
.comments-body .context .best-comment a { font-weight: bold; color: #e70059; text-decoration: none; }
.comments-body .context .best-comment-bar { width: 234px; height: 6px; margin-bottom: -15px; background: url('/images/my_construction/down-mark.png') no-repeat center; }
#project-interior { text-align: center; }

#interiors {
  max-width: 1000px;
  margin: auto;
  padding-top: 20px; 
}

#interiors h3 {
  clear: both;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 36px;
}
#interiors .media-box {
  display: inline-block;
  position: relative; 
  width: 320px;
  padding: 10px;
  box-sizing: border-box;
  font: 100 20px 'Open Sans', Arial, sans-serif;
  color: #636161; 
}
#interiors .media-box.wide {
  max-width: none;
}
#interiors .media-box > a { transition: opacity 0.5s; }
#interiors .media-box > a:hover { opacity: 0.5; }

#project-content #disclaimer a {
  color:#898778;
}

#project-content #disclaimer {
  font-size: 11px;
  color: #898778;
  padding: 20px;
}

.note-form textarea { max-width: 450px; width: 430px; }

#partner-registration .error-tooltip.arrow-left.arrow-top:after { left: 20px; top: 0; }

/* inwdywidualne ustawienia formularzy popup */
#ask-for-loan-form { background: url('/images/project/loan-background.jpg') no-repeat right 38px; }
#ask-for-loan-form .desc1, #ask-for-loan-form .desc2 { width: 290px; padding-bottom: 10px; font-size: 12px; }
#ask-for-loan-form .ask_for_loan_content strong, #adaptation-form .adaptation_content strong { font-weight: bold; color: #ca1d61; }
#adaptation-form .desc1, #adaptation-form .desc2 { padding-bottom: 10px; font-size: 13px; }

.popup-form .project-thumb {
  float: left;
  width: 100px;
  height: 90px;
  margin-right: 10px;
}

#project #main-data .z-hint-container {
  font-size: 14px;
}

#project #main-data .z-hint-container a { font-size: 14px; }

#project #main-data .z-hint-container ul { color: #fff; }
#project #main-data .z-hint-container li {
  float: none;
  display: list-item;
  height: auto;
  padding: 0;
  margin-left: 1.5em;
  list-style: outside disc;
  font-size: inherit;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
}

.social-media-inline {
  max-width: 100%;
  text-align: center;
  margin-top:50px;
}

.social-media-inline .links a {
  display: inline-block;
  width: 37px;
  height: 37px;
}

.social-media-inline .plugins > div {
  display: none;
}

#vk_groups {
  display: inline-block;
}

.vk-community-plugin {
  background: url('/images/vk_hover_img.png') no-repeat ;
}

.vk-community-plugin.active {
  background: url('/images/vk_img.png') no-repeat ;
}


.facebook-website-plugin {
  background: url('/images/fb_hover_img.png') no-repeat ;
}

.facebook-website-plugin.active {
  background: url('/images/fb_img.png') no-repeat ;
}

.odnoklassniki-group-plugin {
  background: url('/images/ok_hover_img.png') no-repeat ;
}

.odnoklassniki-group-plugin.active {
  background: url('/images/ok_img.png') no-repeat ;
}

article.context .comments .comment a img:hover { opacity: 0.7; }
.mc-listing-big ul li a img:hover { opacity: 0.75; }

#project-mc-popup { position: fixed; left: 50%; top: 50%; max-width: 1024px; width: 100%; max-height: 100vh; transform: translateX(-50%) translateY(-50%); background: #fff; z-index: 10001; overflow: hidden; overflow-y: auto; height: auto; }
#project-mc-popup h3 { padding: 20px 25px 10px; margin: 0; font-size: 24px; color: #ca1d61; font-weight: 100; text-transform: uppercase; }
#project-mc-popup .x { position: absolute; right: 6px; top: 3px; font-size: 36px; color: #000; cursor: pointer; }
#project-mc-popup .x:hover { opacity: 0.75; }
#project-mc-popup .mc-listing-big { width: calc(100% - 30px); margin: auto; }
#project-mc-popup.one .mc-listing-big { width: 330px; }
#project-mc-popup .mc-listing-big ul li { min-width: 330px; width: 330px; }
#project-mc-popup .mc-listing-big .photo { top: 200px; }

@media screen and (max-width: 1559px) {
  #project #main-view .inner { max-width: 1234px; }
  #project #main-view .slider-container { max-width: 1170px; }
  #main-footer .inner { max-width: 1234px; }
  #project #main-data .inner { max-width: 1234px; }
  #project #main-data .inner > .left-col { max-width: 800px; }
  #project #main-data .inner > .right-col { padding: 0; }
  #main-footer .inner { padding-right: 0; }
 
  #general-info { max-width: 1234px; }
  #general-info .cols { background-position: 465px 0, 0 0, 100% 0; }
  #general-info .left-col { width: 465px; }
  #general-info .right-col { width: 769px; }
  #general-info .right-col .projections > a { width: 300px; }
  #general-info .elevations > ul > li img { width: 300px; }

  #project-variants .listing > ul > li { width: 25%; }
}

@media screen and (max-width: 1335px) {
  #project #main-view .inner { max-width: 1180px; }
  #project #main-data .inner > .left-col { max-width: 750px; }
  #project #main-view .slider-container { max-width: 1116px; }
  #main-footer .inner { max-width: 1180px; }
  #project #main-data .inner { max-width: 1180px; }

  #general-info { max-width: 1180px; }
  #general-info .cols { background-position: 435px 0, 0 0, 100% 0; }
  #general-info .left-col { width: 435px; }
  #general-info .right-col { width: 745px; }
  #general-info .right-col .projections > a { width: 300px; }
  #general-info div.rooms { width: 280px; }

  #project-variants .listing > ul > li, #general-info .projects-listing.similar  > ul > li { width: 33.333%; }
}

@media screen and (max-width: 1279px) {
  #project .main-view-tabs { width: 50px; font-size: 7px; }
  #project .main-view-tabs li a { height: 50px; padding-top: 10px; }
  #project #main-view .inner { max-width: 920px; }
  #project #main-data .inner > .left-col { max-width: 500px; }
  #project #main-view .slider-container { max-width: 870px; }
  #project #main-view .royalSlider .plan > div { margin: 5px 0 0 0; }
  #project #main-view .plan .rooms ul li { font-size: 16px; line-height: 1.5; }

  #project #main-data .short-summary { height: 60px; }
  #project #main-data .short-summary li { height: 60px; padding: 13px 12px; font-size: 22px; }
  #project #main-data .short-summary li.name { padding: 10px 12px; }
  #project #main-data .short-summary li h2 { font-size: 36px; line-height: 36px; }
  #project #main-data .short-summary li.build-ad { padding-top: 17px; }
  #project #main-data .short-summary li .top-left { top: 5px; }

  #general-info { max-width: 920px; }
  #general-info .cols { background-position: 435px 0, 0 0, 100% 0; }
  #general-info .left-col { width: 435px; }
  #general-info .description, #general-info .files-list { font-size: 14px; line-height: 20px; }
  #general-info .right-col { width: 485px; padding: 10px 20px; }
  #general-info .right-col .projections > a { width: 210px; margin-right: 20px; }
  #general-info div.rooms { width: 215px; }
  #general-info .rooms ul li span { width: 160px; }
  #general-info .rooms ul { font-size: 13px; }
  #general-info h4 { font-size: 17px; }
  #general-info .right-col .placement, #general-info .right-col .materials { padding: 30px 0 30px 20px; }
  #general-info .right-col .placement a { float: none; width: 400px; margin: auto; }
  #general-info .right-col .addons { padding: 30px 0 30px 20px; }
  #general-info .right-col .addons ul li { font-size: 13px; }
  #general-info .elevations > ul > li img { width: 230px; }
  
  #project-variants .ideas, #project-variants .ideas > .context { width: auto; }
}

@media screen and (max-width: 1120px) {
  #project-variants .comments { max-width: 677px; margin: auto; overflow: hidden; }
  #project-variants .comment .right-col { width: 120px; padding: 0 5px 5px 5px; margin-left: 0; float: none; }
  #project-variants .comment .right-col div.votes-count { font-size: 15px; }
  #project-variants .comment .right-col div.votes-count span { font-size: 25px; }
  #project-mc-popup.three { width: 720px; margin-left: -360px; margin-top: -315px; overflow-y: auto; }
  #project-mc-popup h3 { font-size: 23px; }
}
@media screen and (max-width: 1120px) and (max-height: 630px) {
  #project-mc-popup.three { height: 330px; margin-top: -175px; }
  #project-mc-popup.three .mc-listing-big { width: calc(100% - 10px); }
  #project-mc-popup h3 { padding: 7px 25px 5px; }
}

@media screen and (max-width: 1023px) {
  #project #main-view { padding: 0; }
  #project .main-view-tabs { display: none; }
  #project #main-view .inner { max-width: none; }
  #project #main-view .slider-container { max-width: none; width: 100%; }
  #project #main-view .plan .rooms ul li { font-size: 14px; line-height: 1.4; }
  #main-footer { padding: 10px 20px; }
  #main-footer .inner { max-width: none; }

  #project #main-data { padding: 0 20px; }
  #project #main-data .inner { max-width: none; }
  #project #main-data .inner > .left-col { margin: auto; padding: 0; }
  #project #main-data .inner > .left-col h1 { margin-top: 0; line-height: 30px; }
  #project #main-data .inner > .left-col .promotion { font-size: 18px; line-height: 24px; }
  #project #main-data .inner > .right-col { margin: auto auto 20px auto; padding: 0; }
  #general-info .right-col .projections { width: 680px; margin: auto; }
  #general-info .right-col .projections > a { width: 360px; margin-right: 40px; }
  #general-info div.rooms { width: 260px; }
  #general-info h4 { font-size: 21px; }
  #general-info .rooms ul li span { width: 200px; }
  #general-info .rooms ul { font-size: 15px; }
  #general-info .right-col .placement a { float: left; width: 260px; }
  #general-info .right-col .placement, #general-info .right-col .materials, #general-info .right-col .addons { width: 680px; margin: auto; }
  
  #project-variants .listing > ul > li, #general-info .projects-listing.similar  > ul > li { width: 50%; }
  #project #main-data .short-summary.built { margin-bottom: 10px; }
  #project #main-data .short-summary.built .show-details { padding-top: 18px; font-size: 20px; }
  #project #main-data .short-summary li.build-ad { display: none; }

  #general-info .cols { background: transparent; }
  #general-info .left-col { width: 100%; }
  #general-info .right-col { width: 100%; }
  #general-info .elevations > ul > li { width: 50%; }
  #general-info .elevations > ul > li img { width: auto; }
}

@media screen and (max-width: 900px) {
  #project #main-data .inner > .left-col { max-width: none; }
  #project #main-data .inner > .left-col h1 { margin-top: 1em; }
}

@media screen and (max-width: 799px) {
  #project #main-view .royalSlider .plan .plan-img { width: 100%; }
  #project #main-view .royalSlider .plan img.rsMainSlideImage { max-height: 200px !important; }
  #project #main-view .royalSlider .plan div.rooms { display: none; }
  #project #main-data .inner > .left-col { max-width: 100%; }
  #project #main-data .inner > .right-col { max-width: 100%; width: auto; }
  #project #main-data .right-col input[type="button"] { width: 170px; height: 50px; padding: 15px 0; font-size: 20px; line-height: 20px; }
  #main-footer .inner { max-width: none; }
  #main-footer a.button { width: 55px; height: 55px; padding: 15px 0 0 0; }
  #main-footer a.button i { font-size: 22px; line-height: 22px; }
  #main-footer #question-button { width: auto; padding: 16px 15px; font-size: 16px; }
  
  #project #main-data .inner { max-width: none; }

  #project #main-data .short-summary.built .show-details { float: none; clear: both; padding-top: 18px; font-size: 20px; text-align: center; }
  #project #main-data .short-summary li.build-ad p:nth-of-type(2) { display: none; }
  #project #main-data .mirror-box { float: none; text-align: center; margin: 0; padding-top: 12px; }
  #project #main-data .mirror-box a { display: inline-block; width: 150px; text-align: left; }
  #project #main-data .mirror-box a span { display: inline-block; width: 120px; vertical-align: middle; }

  #general-info .col-container { padding-top: 20px; }
  #general-info .right-col { padding: 10px 0; }
  #general-info .right-col .projections, #general-info .right-col .placement, #general-info .right-col .materials, #general-info .right-col .addons { width: 100%; }
  #general-info .right-col .projections > a { float: none; width: 360px; margin: auto; }
  #general-info div.rooms { float: none; width: 260px; margin: auto; }
  #general-info .elevations > ul > li { width: 100%; }
  #general-info .right-col .placement a { float: none; margin: auto; }
  #general-info .right-col .placement .dimensions { float: none; margin: auto; }
  
  #project-variants .filters .sort select { padding: 5px; }
  #project-variants .comment .left-col { width: calc(100% - 15px); padding: 15px 15px 0 0; }
  #project-variants .comment.sublevel .left-col { width: calc(100% - 5px); }
}
@media screen and (max-width: 750px) {
  #project-variants .listing > ul > li, #general-info .projects-listing.similar  > ul > li { width: 100%; }
  #project #main-data .right-col button i { margin-right: 10px; }
  #project-mc-popup.three, #project-mc-popup.two, #project-mc-popup.one { width: 360px; margin-left: -180px; }
  #project-mc-popup h3 { font-size: 21px; padding: 7px 25px 0; }
  #project-mc-popup .mc-listing-big .photo { top: 190px; }
  #project-mc-popup.two { margin-top: -315px; }
}
@media screen and (max-width: 750px) and (max-height: 630px) {
  #main-footer .inner { justify-content: center; }
  #project-mc-popup.two { height: 330px; margin-top: -175px; overflow: auto; }
  #project-mc-popup.two .mc-listing-big { width: calc(100% - 10px); }
}

@media screen and (max-width: 668px), screen and (max-height: 668px) {
  #project .admin-area { display: none; }
}

@media screen and (max-width: 650px) {
  #project-variants .comment-form ol { display: none; }
  #project-variants .comment-form .flow img { display: none; }
}

@media screen and (max-width: 599px) {
  #general-info > header h1, #project-elevations > h1, #general-info .variants > h1, #general-info .similar > h1, #project-realizations > header h1, #project-constructions > header h1, #project-variants > header h1, #project-comments > header h1, #project-interior > header h1, #project-costs > header h1, #project-faq > header h1, #my-construction .stages header h1, #my-construction .archive header h1 { font-size: 28px; }
  #general-info > header h2, #project-realizations header h2, #project-constructions header h2, #project-variants header h2, #project-comments header h2, #project-interior header h2, #project-costs header h2, #project-faq > header h2, #my-construction .welcome header p { font-size: 20px; line-height: 1.2em; }

  #project #main-view .inner { max-width: 390px; }
  #project #main-view .slider-container { max-width: 340px; }
  #project #main-view .royalSlider .plan img.rsMainSlideImage { max-height: 135px !important; }

  #project #main-data .inner > .left-col h1 { margin-top: 20px; }
  #project #main-data .short-summary li { height: 54px; padding: 14px 10px; font-size: 18px; }
  #project #main-data .short-summary li.name { padding: 13px 12px; }
  #project #main-data .short-summary li h2 { font-size: 28px; line-height: 28px; }
  #project #main-data .short-summary li.build-ad { padding-top: 17px; }
  #main-footer .voting { display: none; }

  #project-variants .filters .sort { float: none; text-align: center; margin-top: 10px; font-size: 15px; }
  #project-variants .filters .sort select { padding: 8px 5px; margin: 0 7px; }

  #general-info .right-col .projections > a { float: none; width: 260px; margin: auto; }
  #general-info div.rooms { float: none; width: 260px; margin: auto; }
  #general-info .elevations > ul > li img { width: 260px; }
  #general-info .right-col .placement .dimensions { width: 260px; }
  #general-info .dimensions table th { width: 200px; }
  
  #project-comments { margin-left: 10px; width: calc(100% - 20px); }
  
  #project-content { padding: 0; }
  #project #main-data .select-project { margin-bottom: 30px; }
  #project #main-data .select-project-list li { padding: 5px 15px 0 15px; }
  
  #project-variants { width: 97%; }
  #project-variants .comment-form .bulb, #project-variants .comment-form > p, #project-variants .comment.sublevel .content { width: 100%; }
  #project-variants header { padding: 20px 20px 0 20px; }
}

@media screen and (max-width: 450px) {
  #project #main-view .inner { max-width: 100%; }
  #project #main-view .slider-container { max-width: 100%; }
  #main-footer .inner { max-width: 300px; }
  #project .main-view-tabs { display: none; }
  #project #main-data .short-summary li.cost { display: none; }
  #project #main-data .right-col input[type="button"] { width: auto; margin-right: 0; padding: 3px 15px 0 15px; font-size: 16px; line-height: 16px; }
  #main-footer .inner { padding-right: 0; }
  #main-footer li { margin: 0 20px 20px 0; }
  #main-footer a.button { width: 35px; height: 50px; }
  #main-footer a.button i { font-size: 22px; line-height: 22px; }
  #main-footer #question-button { font-size: 13px; }
  #project-comments > header { padding: 0; }
  #project-comments > header h1 { font-size: 47px; }
  #general-info .files-list th, #general-info .files-list td  { padding: 20px 0; }
  #general-info .col-container { padding: 0px 0 40px 0; }
  #general-info .left-col { padding: 10px; }
  #general-info .left-col .features th, #general-info .right-col .materials td { font-size: 15px; }
}

@media screen and (max-width: 399px) {
  #project #main-data .short-summary { height: 112px; }
  #project #main-data .short-summary .mirror-box { clear: both; }
  #project #main-data .short-summary .mirror-box a { width: auto; }
  #project #main-data .short-summary .mirror-box a span { width: auto; }
  #project-mc-popup.one, #project-mc-popup.two, #project-mc-popup.three { width: 320px; margin-left: -160px; }
  #project-mc-popup h3 { font-size: 19px; padding: 7px 30px 0 15px; }
  #project-mc-popup .mc-listing-big ul li { min-width: 290px; width: 290px; }
  #project-mc-popup .mc-listing-big ul li > div { width: 290px; }
  #project-mc-popup .mc-listing-big img { width: 290px; height: 164px; }
  #project-mc-popup.one .mc-listing-big { width: 290px; }
}

@media screen and (max-width: 320px) {
  #project #main-data .right-col button { width: auto; padding: 15px 15px; font-size: 14px; }
}

@media screen and (max-height: 350px) {
  #project-mc-popup { overflow-y: hidden; }
  #project-mc-popup.one, #project-mc-popup.two, #project-mc-popup.three { top: 0; margin-top: 0; height: 320px; }
}


.helpdesk-question { position: relative; display: block; margin: 10px 0; font-size: 16px; text-align: right; }
.helpdesk-question p { font-style: italic; }
.helpdesk-question a {
  display: inline-block;
  width: 130px;
  margin-left: 20px;
  padding: 9px 0;
  background-color: #ca1d61;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
}
.helpdesk-question a:hover { background-color: #ea6296; }

#helpdesk-form .row.checkbox.agreement label { width: 300px; }

#helpdesk-thread {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding: 30px;
  font: 18px 'Open Sans', sans-serif;
  color: #666;
}

#helpdesk-thread h1 {
  font: 100 28px 'Open Sans', sans-serif;
  color: #ca1d61;
}

#helpdesk-thread section { margin-bottom: 10px; padding: 10px; border-bottom: 1px solid #eee; font-size: 14px; }

#helpdesk-thread section img { float: left; width: 100px; margin: 0 10px 0 0; }
#helpdesk-thread section .name { float: left; margin-bottom: 10px; }
#helpdesk-thread section .date { color: #999; }
#helpdesk-thread section .content { float: left; width: calc(100% - 110px); }
#helpdesk-thread section .content p {
  margin-bottom: 10px;
}
#helpdesk-thread section textarea { width: 100%; max-width: 890px; height: 60px; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; border: 1px solid #ddd; box-shadow: 0 0 7px #ccc; outline: none; }
#helpdesk-thread button {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #ca1d61;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F082B0', endColorstr='#E32471', GradientType=0);
  background-image: linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -o-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -moz-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -ms-linear-gradient(top, #F082B0 7%, #E32471 85%);
  border: 0 none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
#helpdesk-thread strong { font-weight: bold; }


#construction-offers {
  color: #333;
}

#construction-offers > header {
  text-align: left;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.5em;
}

#construction-offers > header p {
  color: #ca1d61;
  font-weight: bold;
}

#construction-offers > header h2 {
  color: #A9BF0F;
  font-size: 54px;
}

#construction-offers > header a {
  color: #A9BF0F;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
}

#construction-offers > header a:hover {
  text-decoration: underline;
}

.offers-header {
  max-width: 1600px;
  margin: 25px auto auto auto;
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 100;
}

.offers-header b { font-size: 26px; }

#builder-offers { width: 100%; max-width: 1600px; margin: 0 auto; border-bottom: 1px solid #f0f0f0; padding: 5px 10px 20px 10px; background: #f2f2f2; }
#builder-offers .construction-offer { width: calc(25% - 5px); margin: 25px 0 20px 5px; }
#builder-offers .construction-offer .header, #builder-offers .construction-offer article, #builder-offers .construction-offer .row > div.area { width: auto; }
#builder-offers .construction-offer a.button { padding: 5px 12px; }
#builder-offers .construction-offer footer { bottom: 15px; right: 15px; }
#builder-offers .construction-offer article { padding: 35px 0 0 20px; }

#container-costs {
  width: 100%; max-width: 1600px; margin: 60px auto; padding: 0 100px;
}
#container-costs .left-column {
  width: 66.66%; float: left; padding: 10px 0 0 0; position: relative;
}

#container-costs .left-column h1 {
  margin: 15px 0 5px 0;
}
#container-costs .right-column { width: 33.33%; float: left; padding: 36px 0 0 0; }
#container-costs .right-column span { text-transform: uppercase; font-weight: bold; }
#container-costs .right-column div { width: 260px; line-height: 1.3; font-size: 18px; margin: auto; }
#container-costs .right-column .info-2 { color: #ca1d61; margin-top: 35px; }

#container-costs .description-info {
  line-height: 22px; padding: 50px 0 7px 0; font-family: 'Open Sans', Arial, sans-serif; font-size: 16px;
}
#project-content { background: #f6f6f6; margin: auto; }
#project-content .costs-head-row { text-align: center; }
#project-content .costs-head-row .edit-date {	font-size: 16px; text-transform: uppercase; margin-bottom: 20px; }
#project-content .costs-head-row .edit-date span { color: #ca1d61; }
#project-content .costs-head-row .edit-date span:nth-of-type(2) { color: #666; font-size: 11px; }
#container-costs .left-column .costs-table table, #container-costs .left-column .costs-table .economic-method, #container-costs .left-column .files-list {
  width: 100%; margin: auto;
}
#container-costs .left-column .costs-table table thead td {
  border-right: 1px solid #ADABAB; border-bottom: 1px solid #ADABAB; font-size: 24px; padding: 25px 15px; text-align: center;
}
#container-costs .left-column .costs-table table tbody td {
  border-bottom: 1px solid #ADABAB; border-right: 1px solid #ADABAB; font-size: 24px; padding: 30px; text-align: right;
}
#container-costs .left-column .costs-table table tbody td.desc {
  text-align: left; color:#000;
}
#container-costs .left-column .costs-table table tbody .sum td {
  font-size: 30px; border-bottom: 0;
}
#container-costs .left-column .costs-table table tbody .sum td.desc {
  color:#000; font-size: 30px;
}
#container-costs .left-column .costs-table .economic-method {
  padding: 20px 30px 20px 10px; background: #000; color: #fff; font-size: 22px; margin-top: 20px;
}
#container-costs .left-column .costs-table .economic-method .desc {
  display: inline-block;
  margin-right: 5px;
}
#container-costs .left-column .costs-table .economic-method .price {
  display: inline-block;
  font-size: 30px;
}
#container-costs .left-column .files-list{
  font-size: 24px; margin-top: 15px;
}
#container-costs .left-column .files-list .files{

}
#container-costs .left-column .files-list .files li {
  display: block; padding: 20px 0 0 55px; color: #000; min-height: 60px; color: #ca1d61; position: relative; font-size: 28px;
}
#container-costs .left-column .files-list .files li > span {
  display: inline-block;
  padding-top: 12px;
}

#container-costs .files .ftype { text-transform: uppercase; }
#container-costs .left-column .files-list h3 {
  color: #ADAD8D; display: block; float: left; font-size: 12px; padding: 7px 0;
}
#container-costs .left-column .files-list .files li a {
  display: block; float: right; text-decoration: none; background: #ca1d61; color: #fff; font-size: 14px; width: 180px; height: 43px; margin-left: 20px; text-align: center; line-height: 44px;
}
#container-costs .left-column .files-list .files li a:hover { opacity: 0.8; }

#container-costs .left-column .files li.pdf {
  background: url('/images/icons/pdf_new.png') left no-repeat; display: block;
}
#container-costs .left-column .files li.xls {
  background: url('/images/icons/xls_new.png') left no-repeat; display: block;
}
#container-costs .left-column .files li.doc {
  background: url('/images/icons/doc_new.png') left no-repeat; display: block;
}

#container-costs .bottom-term {
  border-top: 1px solid #E3E2D8; float: left; margin-top: 100px; width: 954px; color:#898778; padding-top: 10px; padding-bottom: 10px; font-size: 11px;
}

#addons-container { width: 100%; max-width: 1600px; margin: 10px auto 40px auto; overflow: hidden; padding: 0 100px; }
#addons-container .addons-header { color: #000; text-decoration: none; display: block; width: 100%; min-height: 180px; background: #fff; margin: 10px 0 60px 0; padding: 35px 70px 0 80px; overflow: hidden; }
#addons-container .addons-header:hover, a#average-container:hover, #addons-container .more-addons:hover { color: #000; opacity: 0.75; }
#addons-container .l, #addons-container .r { float: left; padding-bottom: 20px; }
#addons-container .l > span { display: block; }
#addons-container .t, #addons-container .l { text-transform: uppercase; }
#addons-container .t { color: #ca1d61; font-size: 15px; font-weight: bold; }
#addons-container .l { font-size: 39px; line-height: 1.3; width: 46%; max-width: 620px; }
#addons-container .r { font-size: 22px; line-height: 1.5; font-weight: 200; width: 54%; }
#addons-container .r span { font-weight: bold; }
#addons-container .addon-item .addon-image { background: #fff url('/images/addons/addon_x6.jpg') no-repeat 0 15px; }
#addons-container #addon-item-23 .addon-image { background-position: 0 -187px; }
#addons-container #addon-item-11 .addon-image { background-position: 0 -807px; }
#addons-container #addon-item-25 .addon-image { background-position: 0 -385px; }
#addons-container #addon-item-9 .addon-image { background-position: 0 -590px; }
#addons-container #addon-item-15 .addon-image { background-position: 0 -997px; }
#addons-container .add-to-fav { display: none; }
#average-container { width: 100%; max-width: 1600px; min-height: 210px; background: transparent; color: #000; text-decoration: none; display: block; height: auto; padding: 25px 100px 0 100px; margin: 40px auto; overflow: hidden; }
#average-container .costs-head-row h1 { margin: 0; }
#average-container h2 { margin: 30px 0 10px 0; color: #ca1d61; font-size: 40px; }
#average-container > .bbx { width: 33.33%; height: 220px; float: left; text-align: center; padding: 0 10px; }
#average-container > .bbx > div { border: 1px solid #ccc; width: 100%; max-width: 340px; height: 210px; margin: auto; padding: 10px 25px 0 25px; font-size: 20px; line-height: 1.3; }
#constructions-container { padding-bottom: 40px; }
#addons-container .more-addons { display: block; width: 100%; background: #fff; padding: 20px; margin: 20px 0 0 0; text-align: center; font-size: 20px; text-decoration: none; text-transform: uppercase; color: #000; }
#my-construction .mc-listing-big .total-cost, #my-construction .mc-listing-big .partial-cost { position: absolute; right: 10px; top: 188px; font-size: 26px; padding: 6px; cursor: pointer; }
#my-construction .mc-listing-big .partial-cost { background: #b6b6b6; cursor: pointer; }
#my-construction .mc-listing-big .new { top: 80px; }

#container-costs #disclaimer {
  padding: 0; margin: 40px 0 10px 0;
}

@media screen and (max-width: 1660px) {
  .constr-offer-wrapper { width: 33.33%; }
}

@media screen and (max-width: 1600px) {
  #addons-container .l { font-size: 33px; }
  #addons-container .r { font-size: 19px; }
}

@media screen and (max-width: 1440px) {
  #container-costs .left-column .costs-table .economic-method .desc { font-size: 19px; }
  #container-costs .left-column .costs-table .economic-method .price { font-size: 23px; }
  #container-costs .left-column .files-list .files li { font-size: 25px; }
  #addons-container .l { font-size: 30px; }
  #addons-container .r { font-size: 18px; }
  #addons-container .addons-header { padding-left: 60px; padding-right: 40px; }
}

@media screen and (max-width: 1340px) {
  #addons-container .l { font-size: 29px; width: 49%; }
  #addons-container .r { font-size: 17px; width: 51%; }
  #addons-container .item-wrapper { width: 50%; margin-bottom: 20px; }
  .constr-offer-wrapper { width: 50%; }
}

@media screen and (max-width: 1260px) {
  #container-costs .left-column .costs-table .economic-method .desc { font-size: 18px; }
  #container-costs .left-column .files-list .files li { font-size: 23px; }
  #container-costs .right-column div { width: 220px; font-size: 16px; }
  #container-costs .left-column { width: 70%; }
  #container-costs .right-column { width: 30%; }
}

@media screen and (max-width: 1200px) {
  #container-costs .left-column .files-list .files li { font-size: 19px; }
  #addons-container .addons-header { padding-left: 40px; padding-right: 30px; }
  #addons-container .l { font-size: 27px; }
  #container-costs .left-column .costs-table table thead td, #container-costs .left-column .costs-table table tbody td { padding-left: 12px; padding-right: 12px; }
  #container-costs .left-column .costs-table .economic-method .desc { font-size: 16px; }
  #average-container > .bbx > div { font-size: 18px; }
}

@media screen and (max-width: 1100px) {
  #container-costs .left-column .files-list .files li { font-size: 16px; }
  #container-costs .left-column .files-list .files li a { margin-left: 0; } 
  #container-costs .left-column .costs-table .economic-method { padding-right: 10px; }
  #container-costs .left-column .costs-table .economic-method .desc { font-size: 15px; }
  #container-costs .left-column .costs-table .economic-method .price { font-size: 21px; }
  #container-costs .right-column div { width: 200px; font-size: 15px; }
  #container-costs .left-column .costs-table table thead td, #container-costs .left-column .costs-table table tbody td { padding-left: 8px; padding-right: 8px; font-size: 22px; }
  #container-costs .left-column .costs-table table tbody tr td:first-of-type { font-size: 20px; }
  #container-costs, #addons-container, #average-container { padding-left: 40px; padding-right: 40px; }
  #addons-container .l, #addons-container .r { float: none; max-width: 100%; width: 100%; padding-bottom: 5px; }
  #addons-container .r { padding-bottom: 20px; }
  #addons-container .l > span { display: none; }
  #addons-container .addons-header { padding-bottom: 25px; }
  .bbx > .mc-listing-big { width: 720px !important; }
  #addons-container .addons-header { padding: 35px 20px 0 20px; }
}

@media screen and (max-width: 1000px) {
  #container-costs .left-column { width: 100%; }
  #container-costs .right-column { display: none; }
  #container-costs .left-column .costs-table .economic-method .desc { font-size: 20px; }
  #container-costs .left-column .costs-table .economic-method .price, #container-costs .left-column .files-list .files li { font-size: 24px; }
  #average-container > .bbx > div { font-size: 16px; }
  #average-container h2 { font-size: 30px; }
}

@media screen and (max-width: 880px) {
  #container-costs, #addons-container, #average-container { padding-left: 5px; padding-right: 5px; }
  .constr-offer-wrapper, #construction-offer-filter-form { width: 100%; }
}

@media screen and (max-width: 780px) {
  .bbx > .mc-listing-big { width: 360px !important; }
  #container-costs .left-column .costs-table .economic-method .desc { font-size: 15px; }
  #container-costs .left-column .files-list .files li { font-size: 16px; }
  #container-costs .left-column .costs-table table thead td, #container-costs .left-column .costs-table table tbody td { padding-left: 4px; padding-right: 6px; font-size: 20px; }
  #container-costs .left-column .costs-table table tbody tr td:first-of-type, #container-costs .left-column .costs-table table tbody .sum td.desc, #container-costs .left-column .costs-table table tbody .sum td { font-size: 20px; }
  #addons-container .item-wrapper { float: none; margin: 0 auto 30px auto; width: 100%; }
  #addons-container .addons-packages .item-wrapper:nth-of-type(3) { display: block; }
  .addons-body.bbx { display: none; }
  #average-container > .bbx { padding: 0 5px; }
}

@media screen and (max-width: 680px) {
  #container-costs .left-column .files-list .files li { width: 100%; max-width: 240px; margin: auto; text-align: left; }
  #container-costs .left-column .files-list .files li > span { display: block; height: 40px; padding-top: 0; }
  #container-costs .left-column .files-list .files li a { float: none; }
  #container-costs .left-column .files li.pdf, #container-costs .left-column .files li.xls, #container-costs .left-column .files li.doc { background-position: left 22px; }
  .item-wrapper { width: auto; }
  #addons-container { padding-left: 0; padding-right: 0; }
  #average-container h2 { font-size: 24px; }
  #average-container > .bbx { height: auto; }
  #average-container > .bbx > div { padding-left: 5px; padding-right: 5px; height: auto; }
}


