html {
  position: relative;
  min-height: 100%;
}

#zwykla10 {
	width:1000px;
	margin:0 auto;
	display:table;
}

.container{
  width: 1150px !important;
}

.opisstrony {
	padding:55px 50px;
}

.opisstrony2 {
	padding:35Px 50px 35px 50px;
}

.opisstrony2 .col-md-4  {
	padding-left: 0px;
    padding-right: 0px;
}

#ourservices P {
  color: #4c6972;
  text-align: center;
}

#aboutus {
	padding:50px 0 100px 0;
}

#contact-area {
	
	margin-top: 5px;
}

#contact-area input, #contact-area textarea {
	padding: 3px 5px;
	width: 100%;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 3px 0px;
	border: 2px solid #000;
	outline:0;
	color:#000;
}

button:focus {
	outline:0;
}

#contact-area textarea {
	height: 90px;
	outline:0;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #2d9de4;
	outline:0;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}
label {
    float: left;
    text-align: left;
    margin-right: 15px;
    width: 90%;
    padding-top: 5px;
    font-size: 9px;
    line-height: 12px;
}

#contact-area input#check10 {
    float: left;
    width: auto;
    margin: 5px;
}

.heroimage {
	width:100%;
}

.content-2 {
  overflow: hidden;
  padding: 71px 20px 30px 20px;
  position: relative;
}


.content-2 h2 {
	text-align:center;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.content-2 h3 {
	text-align:center;
	padding:0px 0 55px 0;
}

.content-2.col-5 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-5 .row > div {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 33%;
  }
}
@media (min-width: 992px) {
  .content-2.col-5 .row > div {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .content-2.col-5 {
    padding-top: 75px;
  }
  .content-2.col-5 .thumbnail h3 {
    margin-top: 15px;
  }
  .content-2.col-5 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
}
.content-2.col-4 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-4 .row > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-2.col-4 .row > div {
    float: left;
    width: 25%;
  }
}
.content-2.col-3 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-3 .row > div {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .content-2.col-3 {
    padding-top: 0px;
  }
  .content-2.col-3 .thumbnail h3 {
    margin-top: 4px;
  }
  .content-2.col-3 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-3 .thumbnail .group {
    margin-top: 37px;
  }
}
.content-2.col-2 .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .content-2.col-2 .row > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .content-2.col-2 {
    padding-top: 48px;
  }
  .content-2.col-2 .thumbnail > img {
    width: 100%;
    max-width: 300px;
  }
  .content-2.col-2 .thumbnail h3 {
    margin-top: -14px;
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 1.5em;
  }
  .content-2.col-2 .thumbnail h3 + h3 {
    margin-top: -19px;
  }
  .content-2.col-2 .thumbnail p {
    font-size: 17px;
    line-height: 27px;
  }
  .content-2.col-2 .thumbnail .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .content-2 {
    padding: 0 20px;
  }
  .content-2 .row > div {
    -webkit-box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06);
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06);
  }
  .content-2.dark .row > div {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-2.col-5 {
    padding-top: 70px;
  }
  .content-2.col-5 .row > div + div + div + div {
    margin-top: 50px;
  }
  .content-2.col-5 .thumbnail h3 {
    margin-top: 10px;
  }
  .content-2.col-5 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-4 {
    padding: 64px 20px 70px;
  }
  .content-2.col-4 .row > div + div + div {
    margin-top: 39px;
  }
  .content-2.col-4 .thumbnail h3 {
    margin-top: 4px;
    margin-bottom: 32px;
  }
  .content-2.col-4 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-4 .thumbnail .group {
    margin-top: 37px;
  }
  .content-2.col-3 {
    padding-top: 73px;
  }
  .content-2.col-3 .thumbnail h3 {
    margin-top: 12px;
    margin-bottom: 33px;
  }
  .content-2.col-3 .thumbnail h3 + h3 {
    margin-top: -33px;
  }
  .content-2.col-3 .thumbnail .group {
    margin-top: 36px;
  }
  .content-2.col-2 {
    padding-top: 64px;
  }
  .content-2.col-2 .thumbnail h3 {
    margin-top: 4px;
    margin-bottom: 33px;
  }
  .content-2.col-2 .thumbnail h3 + h3 {
    margin-top: -34px;
  }
  .content-2.col-2 .thumbnail .group {
    margin-top: 36px;
  }
}
.content-2 .container {
  padding: 0;
  position: relative;
  z-index: 3;
}
.content-2 .row {
  margin-left: -24px;
  margin-right: -24px;
}
.content-2 .thumbnail {
  background: none;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .content-2 .thumbnail {
    padding-top: 52px;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail {
    padding-bottom: 70px;
  }
}
.content-2 .thumbnail > img,
.content-2 .thumbnail .image img {
  max-width: 95%;
}
@media (max-width: 767px) {
  .content-2 .thumbnail > img,
  .content-2 .thumbnail .image img {
    width: 100%;
    max-width: 300px;
  }
}
.content-2 .thumbnail h3 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 32px;
  margin-top: 11px;
}
.content-2 .thumbnail h3 + h3 {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .content-2 .thumbnail h3 {
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: -14px;
  }
  .content-2 .thumbnail h3 + h3 {
    margin-top: -21px;
  }
}
.content-2 .thumbnail p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}
.content-2 .thumbnail p + p {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .content-2 .thumbnail p {
    font-size: 17px;
    line-height: 27px;
  }
}
.content-2 .thumbnail .group {
  line-height: 43px;
  margin-bottom: 14px;
  margin-top: 33px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-2 .thumbnail .group {
    margin-top: 29px;
    line-height: 67px;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail .group {
    margin-top: 37px;
  }
}
@media (max-width: 767px) {
  .content-2 .thumbnail .btn {
    padding: 16px 27px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-right: 9px;
  }
}
@media (max-width: 480px) {
  .content-2 .thumbnail .btn {
    display: block;
    margin-right: 0;
  }
  .content-2 .thumbnail .btn + .btn {
    margin-top: 12px;
  }
}
.content-2.simple h3 {
  margin-top: 0 !important;
  margin-bottom: 31px !important;
}
.content-2.simple h3 + h3 {
  margin-top: -30px !important;
}
.content-2.simple.col-5 {
  padding-top: 77px;
}
.content-2.simple.col-4,
.content-2.simple.col-3 {
  padding-top: 76px;
}
.content-2.simple.col-2 {
  padding-top: 64px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-2.simple h3 {
    margin-bottom: 32px !important;
  }
  .content-2.simple.col-5 {
    padding-top: 76px;
  }
  .content-2.simple.col-5 .row > div + div + div + div {
    margin-top: 53px;
  }
  .content-2.simple.col-4 {
    padding-top: 77px;
  }
  .content-2.simple.col-4 .row > div + div + div {
    margin-top: 53px;
  }
  .content-2.simple.col-2 {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .content-2.simple {
    padding-top: 0 !important;
  }
  .content-2.simple .thumbnail {
    padding-top: 68px;
  }
  .content-2.simple h3 {
    margin-bottom: 20px !important;
  }
  .content-2.simple h3 + h3 {
    margin-top: -21px !important;
  }
}
.content-2.dark {
  background: #3c3c3c;
}
.content-2.dark h1,
.content-2.dark h2,
.content-2.dark h3,
.content-2.dark h4 {
  color: #fff;
}
.content-2.dark p {
  color: #fff;
}
.content-2.dark .btn-default {
  border-color: #fff;
  color: #fff;
}
.content-2.dark .btn-default:hover,
.content-2.dark .btn-default:focus,
.content-2.dark .btn-default.focus,
.content-2.dark .btn-default:active,
.content-2.dark .btn-default.active,
.open > .dropdown-toggle.content-2.dark .btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #252525;
}

.col-sm-offset-1 span {
	color:#00a7e1;
}

.col-sm-offset-1 h1 {
	font-size:18px;
	letter-spacing: 0px;
	margin-top: 0px;
    margin-bottom: -3px;
}

.newcomfort-navbar {
  position: relative;
  width: 100%;
}
.newcomfort-navbar:before {
  content: "";
  display: block;
}
.newcomfort-navbar__brand-link:after,
.newcomfort-navbar__brand-img {
  height: 124px;
}
.newcomfort-navbar:before,
.newcomfort-navbar__container {
  height: 98px;
}
.newcomfort-navbar--ss .newcomfort-navbar__brand-link:after,
.newcomfort-navbar--ss .newcomfort-navbar__brand-img {
  height: 74px;
}
.newcomfort-navbar--ss:before,
.newcomfort-navbar--ss .newcomfort-navbar__container {
  height: 98px;
}
.newcomfort-navbar--xs .newcomfort-navbar__brand-link:after,
.newcomfort-navbar--xs .newcomfort-navbar__brand-img {
  height: 32px;
}
.newcomfort-navbar--xs:before,
.newcomfort-navbar--xs .newcomfort-navbar__container {
  height: 56px;
}
.newcomfort-navbar--s .newcomfort-navbar__brand-link:after,
.newcomfort-navbar--s .newcomfort-navbar__brand-img {
  height: 48px;
}
.newcomfort-navbar--s:before,
.newcomfort-navbar--s .newcomfort-navbar__container {
  height: 72px;
}
.newcomfort-navbar--m .newcomfort-navbar__brand-link:after,
.newcomfort-navbar--m .newcomfort-navbar__brand-img {
  height: 64px;
}
.newcomfort-navbar--m:before,
.newcomfort-navbar--m .newcomfort-navbar__container {
  height: 88px;
}
.newcomfort-navbar--l .newcomfort-navbar__brand-link:after,
.newcomfort-navbar--l .newcomfort-navbar__brand-img {
  height: 96px;
}
.newcomfort-navbar--l:before,
.newcomfort-navbar--l .newcomfort-navbar__container {
  height: 120px;
}
.newcomfort-navbar--xl .newcomfort-navbar__brand-link:after,
.newcomfort-navbar--xl .newcomfort-navbar__brand-img {
  height: 128px;
}
.newcomfort-navbar--xl:before,
.newcomfort-navbar--xl .newcomfort-navbar__container {
  height: 152px;
}
.newcomfort-navbar--short .newcomfort-navbar__brand-link:after,
.newcomfort-navbar--short .newcomfort-navbar__brand-img {
  height: 40px;
}
.newcomfort-navbar--short:before,
.newcomfort-navbar--short .newcomfort-navbar__container {
  height: 64px;
}
.newcomfort-navbar--short .newcomfort-navbar__container {
  padding: 12px 0;
}
@media (max-width: 767px) {

.opisstrony {
	padding:40px 15px;
}

.newcomfort-navbar__container {
    display: table;
    padding: 3px 0;
    width: 100%;
}

.newcomfort-gallery .newcomfort-gallery-row.no-gutter .newcomfort-gallery-item {
    padding: 0;
	width:50%;
}


  .newcomfort-navbar--short .newcomfort-navbar__brand-link:after,
  .newcomfort-navbar--short .newcomfort-navbar__brand-img {
    height: 31px;
  }
  .newcomfort-navbar--short:before,
  .newcomfort-navbar--short .newcomfort-navbar__container {
    height: 45px;
  }
  .newcomfort-navbar--short .newcomfort-navbar__container {
    padding: 7px 0;
  }
}
.newcomfort-navbar__brand-img {
  position: relative;
}
.newcomfort-navbar__brand-img,
.newcomfort-navbar__container,
.newcomfort-navbar__section {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.newcomfort-navbar__section {
  background: #000;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.newcomfort-navbar__container {
  display: table;
  padding: 12px 0;
  width: 100%;
}
.newcomfort-navbar__menu-box {
  display: table;
  width: 100%;
}
.newcomfort-navbar__menu-box--inline-left,
.newcomfort-navbar__menu-box--inline-center,
.newcomfort-navbar__menu-box--inline-right {
  display: block;
  text-align: left;
}
.newcomfort-navbar__menu-box--inline-center {
  text-align: center;
}
.newcomfort-navbar__menu-box--inline-right {
  text-align: right;
}
.newcomfort-navbar__column {
  display: table-cell;
  vertical-align: middle;
}
.newcomfort-navbar__column--xxs {
  width: 1%;
}
.newcomfort-navbar__column--xs {
  width: 10%;
}
.newcomfort-navbar__column--s {
  width: 20%;
}
.newcomfort-navbar__column--m {
  width: 30%;
}
.newcomfort-navbar__column--l {
  width: 40%;
}
.newcomfort-navbar__column--xl {
  width: 50%;
}
.newcomfort-navbar__menu-box--inline-left .newcomfort-navbar__column,
.newcomfort-navbar__menu-box--inline-center .newcomfort-navbar__column,
.newcomfort-navbar__menu-box--inline-right .newcomfort-navbar__column {
  display: inline-block;
}
.newcomfort-navbar__items {
  float: left;
  padding-left: 0px;
  position: relative;
  left: -20px;
}
.newcomfort-navbar__items--right {
  float: right;
  left: 0;
}
.newcomfort-navbar__item {
  display: block;
  float: left;
  position: relative;
}
.newcomfort-navbar__hamburger {
  display: none;
  margin-top: -11px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10000;
}
.newcomfort-navbar--collapsed .newcomfort-navbar__container {
  position: relative;
}
.newcomfort-navbar--collapsed .newcomfort-navbar__column {
  display: block;
  width: 100%;
}
.newcomfort-navbar--collapsed .newcomfort-navbar__items--right {
  padding-top: 13px;
}
.newcomfort-navbar--collapsed .newcomfort-navbar__menu {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.newcomfort-navbar--collapsed .newcomfort-navbar__menu-box {
  display: table-cell;
  vertical-align: middle;
}
.newcomfort-navbar--collapsed .newcomfort-navbar__items {
  float: none;
}
.newcomfort-navbar--collapsed .newcomfort-navbar__item {
  float: none;
}
.newcomfort-navbar--collapsed .newcomfort-navbar__hamburger {
  display: block;
}
.newcomfort-navbar--collapsed.newcomfort-navbar--open .newcomfort-navbar__menu {
  display: table;
}
.newcomfort-navbar--collapsed.newcomfort-navbar--open:not(.newcomfort-navbar--sticky) .newcomfort-navbar__section {
  background: none;
  position: fixed;
}
.newcomfort-navbar--collapsed.newcomfort-navbar--open .newcomfort-navbar__brand {
  visibility: hidden;
}
.newcomfort-navbar--collapsed.newcomfort-navbar--sticky.newcomfort-navbar--open .newcomfort-navbar__brand {
  visibility: visible;
}
.newcomfort-navbar--collapsed.newcomfort-navbar--open .newcomfort-navbar__brand-img,
.newcomfort-navbar--collapsed.newcomfort-navbar--open .newcomfort-navbar__container {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.newcomfort-navbar--freeze.newcomfort-navbar--collapsed.newcomfort-navbar--open .newcomfort-navbar__hamburger,
.newcomfort-navbar--freeze.newcomfort-navbar--collapsed.newcomfort-navbar--open .newcomfort-navbar__hamburger:hover {
  color: #fff !important;
}
.newcomfort-navbar--sticky .newcomfort-navbar__section {
  position: fixed;
}
.newcomfort-navbar--absolute {
  position: absolute;
}
.newcomfort-navbar--transparent .newcomfort-navbar__section {
  background: rgba(0,0,0,0.8);
}
.newcomfort-navbar--stuck .newcomfort-navbar__section,
.newcomfort-navbar--relative .newcomfort-navbar__section {
  background: #000;
}
@media (max-width: 991px) {
  .newcomfort-navbar--auto-collapse .newcomfort-navbar__container {
    position: relative;
  }
  .newcomfort-navbar--auto-collapse .newcomfort-navbar__column {
    display: block;
    width: 100%;
  }
  .newcomfort-navbar--auto-collapse .newcomfort-navbar__items--right {
    padding-top: 13px;
  }
  .newcomfort-navbar--auto-collapse .newcomfort-navbar__menu {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .newcomfort-navbar--auto-collapse .newcomfort-navbar__menu-box {
    display: table-cell;
    vertical-align: middle;
  }
  .newcomfort-navbar--auto-collapse .newcomfort-navbar__items {
    float: none;
  }
  .newcomfort-navbar--auto-collapse .newcomfort-navbar__item {
    float: none;
  }
  .newcomfort-navbar--auto-collapse .newcomfort-navbar__hamburger {
    display: block;
  }
  .newcomfort-navbar--auto-collapse.newcomfort-navbar--open .newcomfort-navbar__menu {
    display: table;
  }
  .newcomfort-navbar--auto-collapse.newcomfort-navbar--open:not(.newcomfort-navbar--sticky) .newcomfort-navbar__section {
    background: none;
    position: fixed;
  }
  .newcomfort-navbar--auto-collapse.newcomfort-navbar--open .newcomfort-navbar__brand {
    visibility: hidden;
  }
  .newcomfort-navbar--auto-collapse.newcomfort-navbar--sticky.newcomfort-navbar--open .newcomfort-navbar__brand {
    visibility: visible;
  }
  .newcomfort-navbar--auto-collapse.newcomfort-navbar--open .newcomfort-navbar__brand-img,
  .newcomfort-navbar--auto-collapse.newcomfort-navbar--open .newcomfort-navbar__container {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .newcomfort-navbar--freeze.newcomfort-navbar--auto-collapse.newcomfort-navbar--open .newcomfort-navbar__hamburger,
  .newcomfort-navbar--freeze.newcomfort-navbar--auto-collapse.newcomfort-navbar--open .newcomfort-navbar__hamburger:hover {
    color: #fff !important;
  }
}
.newcomfort-after-navbar:before {
  content: "";
  display: block;
  height: 98px;
}
.newcomfort-hamburger {
  cursor: pointer;
  height: 23px;
  width: 30px;
}
.newcomfort-hamburger:focus {
  outline: none;
}
.newcomfort-hamburger__line,
.newcomfort-hamburger__line:before,
.newcomfort-hamburger__line:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  cursor: pointer;
}
.newcomfort-hamburger__line,
.newcomfort-hamburger__line:before,
.newcomfort-hamburger__line:after {
  width: 30px;
  border-bottom: 5px solid;
  top: 9px;
}
.newcomfort-hamburger__line:before {
  top: -9px;
}
.newcomfort-hamburger__line:after {
  top: 9px;
}
.newcomfort-hamburger__line,
.newcomfort-hamburger__line:before,
.newcomfort-hamburger__line:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.newcomfort-hamburger--open .newcomfort-hamburger__line {
  border-color: transparent;
}
.newcomfort-hamburger--open .newcomfort-hamburger__line:before,
.newcomfort-hamburger--open .newcomfort-hamburger__line:after {
  top: 0;
}
.newcomfort-hamburger--open .newcomfort-hamburger__line:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newcomfort-hamburger--open .newcomfort-hamburger__line:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}
@media (max-width: 767px) {
  .newcomfort-hamburger {
    height: 23px;
    width: 27px;
  }
  .newcomfort-hamburger__line,
  .newcomfort-hamburger__line:before,
  .newcomfort-hamburger__line:after {
    width: 27px;
    border-bottom: 4px solid;
    top: 9px;
  }
  .newcomfort-hamburger__line:before {
    top: -9px;
  }
  .newcomfort-hamburger__line:after {
    top: 9px;
  }
}
.newcomfort-brand {
  display: block;
  float: left;
  position: relative;
}
.newcomfort-brand,
.newcomfort-brand:hover {
  text-decoration: none;
}
.newcomfort-brand__name {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}
.newcomfort-brand__name,
.newcomfort-brand__name:hover {
  text-decoration: none;
}
.newcomfort-brand--inline {
  display: table;
}
.newcomfort-brand--inline:after {
  content: "";
  display: table-cell;
  width: 1px;
}
.newcomfort-brand--inline .newcomfort-brand__logo,
.newcomfort-brand--inline .newcomfort-brand__name {
  display: table-cell;
  vertical-align: middle;
}
.newcomfort-brand--inline .newcomfort-brand__logo {
  padding-right: 10px;
}
.newcomfort-brand--inline .newcomfort-brand__name {
  margin: 0;
  text-align: left;
}

.newcomfort-section {
  padding: 0 20px;
}
.newcomfort-section--no-padding {
  padding: 0;
}
.newcomfort-section--relative {
  position: relative;
}
.newcomfort-section--fixed-size {
  overflow: hidden;
}
.newcomfort-section--full-height {
  height: 100vh;
}
.newcomfort-section--full-height.newcomfort-after-navbar:before {
  display: none;
}
.newcomfort-section--bg-adapted {
  background-attachment: scroll;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.newcomfort-section--gray {
  background-color: #444444;
}
.newcomfort-section--light-gray {
  background-color: #f0f0f0;
}
.newcomfort-section--dark-gray {
  background-color: #3c3c3c;
}
.newcomfort-section__container {
  padding: 0;
  position: relative;
  z-index: 3;
}
.newcomfort-section__container--std-padding {
  padding: 93px 0;
}
.newcomfort-section__container--sm-padding {
  padding: 41px 0;
}
.newcomfort-section__container--isolated {
  padding-bottom: 93px;
  padding-top: 93px;
}
.newcomfort-section__container--first {
  padding-top: 93px;
  padding-bottom: 41px;
}
.newcomfort-section__container--middle {
  padding-bottom: 41px;
}
.newcomfort-section__container--last {
  padding-bottom: 93px;
}
.newcomfort-section__left {
  padding-right: 40px;
}
.newcomfort-section__right {
  padding-left: 15px;
}
.newcomfort-section__header {
  line-height: 1.5em;
  margin: -10px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .newcomfort-section__left {
    padding-right: 15px;
  }
  .newcomfort-section__right {
    padding-left: 15px;
    padding-top: 51px;
  }
}
.newcomfort-arrow {
  bottom: 71px;
  left: 0;
  line-height: 1px;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.newcomfort-arrow__link {
  display: inline-block;
  font-size: 26px;
}
.newcomfort-arrow__link,
.newcomfort-arrow__link:hover,
.newcomfort-arrow__link:focus {
  color: #fff;
}
.newcomfort-arrow--floating .newcomfort-arrow__link {
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
  animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.newcomfort-arrow--dark .newcomfort-arrow__link,
.newcomfort-arrow--dark .newcomfort-arrow__link:hover,
.newcomfort-arrow--dark .newcomfort-arrow__link:focus {
  color: #252525;
}
@media (max-width: 767px) {
  .newcomfort-arrow {
    bottom: 41px;
  }
}
@media (max-width: 320px) {
  .newcomfort-arrow {
    bottom: 21px;
    text-align: center;
  }
}
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
  .newcomfort-arrow {
    bottom: 31px;
  }
}
.newcomfort-box {
  display: table;
  width: 100%;
}
.newcomfort-box--fixed {
  table-layout: fixed;
}
.newcomfort-box--stretched {
  height: 100%;
}
.newcomfort-box__magnet {
  display: table-cell;
  float: none;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
}
.newcomfort-box__magnet--sm-padding {
  padding: 41px 0;
}
.newcomfort-box__magnet--top-left,
.newcomfort-box__magnet--top-center,
.newcomfort-box__magnet--top-right {
  vertical-align: top;
}
.newcomfort-box__magnet--bottom-left,
.newcomfort-box__magnet--bottom-center,
.newcomfort-box__magnet--bottom-right {
  vertical-align: bottom;
}
.newcomfort-box__magnet--top-left,
.newcomfort-box__magnet--center-left,
.newcomfort-box__magnet--bottom-left {
  text-align: left;
}
.newcomfort-box__magnet--top-right,
.newcomfort-box__magnet--center-right,
.newcomfort-box__magnet--bottom-right {
  text-align: right;
}
.newcomfort-box__container {
  height: 50%;
}
@media (max-width: 767px) {
  .newcomfort-box__container {
    height: 100%;
  }
  .newcomfort-box--adapted {
    display: block;
  }
  .newcomfort-box--adapted > .newcomfort-box__magnet {
    display: block;
    height: auto;
  }
}
.newcomfort-overlay {
  background: #222;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.newcomfort-google-map__marker {
  color: #252525;
  display: none;
  margin: 0;
}
.newcomfort-google-map--loaded .newcomfort-google-map__marker {
  display: block;
}
.newcomfort-hero {
  color: #fff;
  position: relative;
}

.newcomfort-hero2 {
	padding:30px;
	background: rgba(0,0,0,0.6);
}

.newcomfort-hero2 a {
	color:#fff;	
	font-size:30px;
}

.newcomfort-hero__text {
  font-size: 42px;
  font-weight: bold;
  left: -2px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: -18px 0 1px 0;
  padding-bottom: 41px;
  position: relative;
  top: 8px;
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #707070;
  text-transform:uppercase;
}
.newcomfort-hero__subtext {
  font-size: 30px;
  line-height: 36px;
  font-weight:bold;
  margin: -32px 0 3px 0;
  padding: 0 0 41px 0;
  position: relative;
  top: 6px;
  text-transform:uppercase;
  text-shadow: 1px 1px 0px #000, 2px 2px 0px #707070;
}

.newcomfort-contacts {
    color: #dedede;
    font-size: 14px;
    line-height: 1.7em;
    padding: 45px 17% 25px;
}

.col-sm-offset-1 {
    text-align: center;
}

.newcomfort-contacts__img {
  max-width: 100%;
  margin: 6px 0 5px 40px;
}
.newcomfort-contacts__img--left {
  margin-left: 0;
}
.newcomfort-contacts__text {
  margin: 0;
  float:left;
}

.newcomfort-contacts__text span {
	font-size:10px;
	line-height:10px;
	margin-top:-1px;
	float:left;
}

.newcomfort-contacts__header {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 3px;
}
.newcomfort-contacts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
	
.newcomfort-contacts {
    padding: 35px 0% 35px;
}

  .newcomfort-contacts__img {
    margin-bottom: 10px;
  }
  .newcomfort-contacts__header {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .newcomfort-contacts__column {
    margin-top: 37px;
  }
}
.newcomfort-footer {
  color: #dedede;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align:center;
  padding: 37px 0 39px;
  word-spacing: 1px;
}
.newcomfort-footer__copyright {
  margin: 0;
}
.newcomfort-buttons {
  margin: -26px 0 13px 0;
  position: relative;
  text-align: left;
  top: 26px;
}
.newcomfort-buttons__btn,
.newcomfort-buttons__link {
  margin: 0 10px 13px 0;
}
.newcomfort-buttons__btn,
.newcomfort-buttons__link,
.newcomfort-buttons__btn:hover,
.newcomfort-buttons__link:hover {
  text-decoration: none;
}
.newcomfort-buttons--no-offset {
  margin-top: 0;
  top: 0;
}
.newcomfort-buttons--only-links {
  left: -20px;
}
.newcomfort-buttons--center {
  left: 5px;
  text-align: center;
}
.newcomfort-buttons--center.newcomfort-buttons--only-links {
  left: 0;
}
.newcomfort-buttons--right {
  text-align: right;
}
.newcomfort-buttons--right .newcomfort-buttons__btn,
.newcomfort-buttons--right .newcomfort-buttons__link {
  margin: 0 0 13px 10px;
}
.newcomfort-buttons--right.newcomfort-buttons--only-links {
  left: 20px;
}
.newcomfort-buttons--activated {
  left: 5px;
  text-align: center;
}
.newcomfort-buttons--activated .newcomfort-buttons__btn,
.newcomfort-buttons--activated .newcomfort-buttons__link {
  margin-left: 0;
  margin-right: 0;
}
.newcomfort-buttons--activated .newcomfort-buttons__link {
  font-size: 25px;
  padding: 10px 30px 2px;
}
.newcomfort-buttons--activated .newcomfort-buttons__btn {
  font-size: 15px;
  margin-top: 9px;
  padding: 15px 30px;
}
.newcomfort-buttons--freeze.newcomfort-buttons--activated .newcomfort-buttons__link {
  font-size: 25px !important;
}
.newcomfort-buttons--freeze.newcomfort-buttons--activated .newcomfort-buttons__link,
.newcomfort-buttons--freeze.newcomfort-buttons--activated .newcomfort-buttons__link:hover {
  color: #fff !important;
}
.newcomfort-buttons--freeze.newcomfort-buttons--activated .newcomfort-buttons__btn {
  font-size: 15px !important;
}
@media (max-width: 991px) {
  .newcomfort-buttons--active {
    left: 5px;
    text-align: center;
  }
  .newcomfort-buttons--active .newcomfort-buttons__btn,
  .newcomfort-buttons--active .newcomfort-buttons__link {
    margin-left: 0;
    margin-right: 0;
  }
  .newcomfort-buttons--active .newcomfort-buttons__link {
    font-size: 25px;
    padding: 10px 30px 2px;
  }
  .newcomfort-buttons--active .newcomfort-buttons__btn {
    font-size: 15px;
    margin-top: 9px;
    padding: 15px 30px;
  }
  .newcomfort-buttons--freeze.newcomfort-buttons--active .newcomfort-buttons__link {
    font-size: 25px !important;
  }
  .newcomfort-buttons--freeze.newcomfort-buttons--active .newcomfort-buttons__link,
  .newcomfort-buttons--freeze.newcomfort-buttons--active .newcomfort-buttons__link:hover {
    color: #fff !important;
  }
  .newcomfort-buttons--freeze.newcomfort-buttons--active .newcomfort-buttons__btn {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .newcomfort-buttons--auto-align {
    left: 5px;
    text-align: center;
  }
  .newcomfort-buttons--auto-align.newcomfort-buttons--only-links {
    left: 0;
  }
}
@media (max-width: 530px) {
  .newcomfort-buttons {
    left: 0;
  }
  .newcomfort-buttons__btn,
  .newcomfort-buttons__link,
  .newcomfort-buttons--right .newcomfort-buttons__btn,
  .newcomfort-buttons--right .newcomfort-buttons__link {
    display: inline-block;
    margin: 0 0 13px 0;
    text-align: center;
    width: 100%;
  }
  .newcomfort-buttons--activated .newcomfort-buttons__btn,
  .newcomfort-buttons--activated .newcomfort-buttons__link,
  .newcomfort-buttons--active .newcomfort-buttons__btn,
  .newcomfort-buttons--active .newcomfort-buttons__link {
    width: auto;
  }
  .newcomfort-buttons--activated .newcomfort-buttons__btn,
  .newcomfort-buttons--active .newcomfort-buttons__btn {
    margin-top: 9px;
  }
}

.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
}

/*-------

   Slider

-------*/
.newcomfort-slider .carousel-inner > .active,
.newcomfort-slider .carousel-inner > .next,
.newcomfort-slider .carousel-inner > .prev {
	display: table;
}
.newcomfort-slider .carousel-control {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.newcomfort-slider .carousel-control.left {
	margin-left: 20px;
}
.newcomfort-slider .carousel-control.right {
	margin-right: 20px;
}
.newcomfort-slider .carousel-control:hover {
	background: #fff;
	color: #000;
}
.newcomfort-slider .carousel-indicators {
    bottom: 20px;
}
.newcomfort-slider .carousel-indicators li,
.newcomfort-slider .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 3px;
    border: 2px solid #ffffff;
}

@media (max-width: 767px) {
.newcomfort-slider .carousel-control {
        top: auto;
        bottom: 20px;
}
}

/* boxed model */
.newcomfort-slider > .boxed-slider {
    position: relative;
    padding: 93px 0;
}
.newcomfort-slider > .container .carousel-indicators {
    margin-bottom: 93px;
}
@media (max-width: 767px) {
.newcomfort-slider > .container .carousel-control {
        margin-bottom: 93px;
}
}
.newcomfort-slider > .container img {
    width: 100%;
}
.newcomfort-slider > .container img + .row {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newcomfort-slider .newcomfort-section {
    padding-left: 0;
    padding-right: 0;
}

/* article layout */
.newcomfort-slider .article-slider > div {
    padding-left: 0;
    padding-right: 0;
}
.newcomfort-slider > .container.article-slider .carousel-indicators {
    margin-bottom: 0;
}

/*-------

   Gallery

-------*/
.newcomfort-gallery .newcomfort-gallery-item {
    position: relative;
    /*display: inline-block;*/
    padding-bottom: 30px;
}
.newcomfort-gallery .newcomfort-gallery-item > a {
    position: relative;
    display: block;
    background: #fff;
    outline: none;
}
.newcomfort-gallery .newcomfort-gallery-row {
    margin-bottom: -30px;
}
.newcomfort-gallery .newcomfort-gallery-item img {
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}
.newcomfort-gallery .newcomfort-gallery-item > a:hover img {
    opacity: 0.9;
}
.newcomfort-gallery .newcomfort-gallery-item .icon {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}
.newcomfort-gallery .newcomfort-gallery-item > a:hover .icon {
    opacity: 1;
}

/* remove spacing */
.newcomfort-gallery .newcomfort-gallery-row.no-gutter {
    margin: 0;
}
.newcomfort-gallery .newcomfort-gallery-row.no-gutter .newcomfort-gallery-item {
    padding: 0;
}

/* container */
.newcomfort-gallery .container.newcomfort-gallery-layout-default {
    padding: 93px 0;
}

/* fix horizontal scrollbar */
.newcomfort-gallery .newcomfort-gallery-layout-default,
.newcomfort-gallery .newcomfort-gallery-layout-article {
    overflow: hidden;
}

/* article layout */
.newcomfort-gallery .newcomfort-gallery-layout-article > div {
    padding-left: 0;
    padding-right: 0;
}


/* lightbox */
.newcomfort-gallery .modal {
    position: fixed;
    overflow: hidden;
    padding-right: 0 !important;
}
.newcomfort-gallery .modal-body {
    padding: 0;
}
.newcomfort-gallery .modal-body img {
    width: 100%;
}
.newcomfort-gallery .modal .close {
    position: absolute;
    background-image: none;
    font-size: 20px;
    width: 54px;
    height: 54px;
    top: 20px;
    right: 20px;
    line-height: 54px;
    opacity: 1;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.newcomfort-gallery .modal .close:hover {
    background: #fff;
    color: #000;
}

/* modal back color opacity */
.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media (max-width: 768px) {
	
	.newcomfort-gallery .newcomfort-gallery-row.no-gutter {
    margin: 0px 0 0px 0;
    background: #0d0d0d;
}
    .newcomfort-gallery .modal-dialog {
        margin: 10px auto;
    }

    .newcomfort-gallery .carousel-indicators,
    .newcomfort-gallery .carousel-control,
    .newcomfort-gallery .modal .close {
        position: fixed;
    }
}

/* fix fade in effect */
.newcomfort-gallery .modal.fade .modal-dialog {
    margin-top: -100px;
    -webkit-transition: margin-top 0.3s ease-out;
    -moz-transition: margin-top 0.3s ease-out;
    -o-transition: margin-top 0.3s ease-out;
    transition: margin-top 0.3s ease-out;
}
.newcomfort-gallery .modal.in .modal-dialog,
.newcomfort-gallery .modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.newcomfort-gallery .modal.in .modal-dialog {
    margin-top: 30px;
}

.newcomfort-buttons--right img {
	width:42px;
	height:42px;
}

.newcomfort-buttons--right img:hover {
	opacity:0.8;
}