/* cmsms stylesheet: Marco Design modified: 01/07/19 12:25:52 */
@font-face {
    font-family: 'CG';
	src: url('https://marcodesign.pl/uploads/fonts/gothic.eot');
    src: url('https://marcodesign.pl/uploads/fonts/gothic.eot?#iefix') format('embedded-opentype'),
         url('https://marcodesign.pl/uploads/fonts/gothic.woff') format('woff'),
         url('https://marcodesign.pl/uploads/fonts/gothic.ttf') format('truetype'),
         url('https://marcodesign.pl/uploads/fonts/gothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
   min-width: 320px;
   color: #333333;
   font-family: 'CG', Arial, Tahoma, Verdana, sans-serif;
   font-size: 17px;
   line-height: 20px;
}

body {
   background: #FFF;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-direction: row;
   -moz-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   -moz-align-items: center;
   -ms-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   -ms-justify-content: center;
   justify-content: center;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

body#tinymce {
   display: block;
   -webkit-flex-direction: initial;
   -moz-flex-direction: initial;
   -ms-flex-direction: initial;
   flex-direction: initial;
   -webkit-align-items: initial;
   -moz-align-items: initial;
   -ms-align-items: initial;
   align-items: initial;
   -webkit-justify-content: initial;
   -moz-justify-content: initial;
   -ms-justify-content: initial;
   justify-content: initial;
   -webkit-flex-wrap: initial;
   -moz-flex-wrap: initial;
   -ms-flex-wrap: initial;
   flex-wrap: initial;
}

p {
   margin-bottom: 15px;
}

a {
   color: #333;
}

a:hover,
a:active,
a:focus {
   color: #333;
   text-decoration: underline;
}

#wrapper {
   width: 100%;
   position: relative;
}

/* Menu górne */

.navbar-brand {
   height: 70px;
   padding: 0 0 0 4px;
}

.navbar-text {
   margin-top: 0;
   margin-bottom: 0;
   line-height: 70px;
   font-size: 26px;
   color: #333333;
   font-family: Arial;
}

.navbar-text p {
   margin-bottom: 0;
}

.navbar-collapse.in {
   overflow-y: hidden;
}

.navbar.navbar-headerMenu {
   width: 100%;
   z-index: 999;
   border-radius: 0;
   background: transparent;
   padding-top: 0;
   padding-bottom: 0;
   border: 0;
}

.navbar.navbar-headerMenu .container {
   position: relative;
   height: 100%;
}

#subpage .navbar.navbar-headerMenu .container:before {
   content: '' !important;
   display: block;
   position: absolute !important;
   bottom: 0 !important;
   left: 15px !important;
   right: 15px !important;
   width: auto !important;
   height: 1px !important;
   background: #CCCCCC !important;
}

.navbar-headerMenu .navbar-collapse {
   padding: 0 15px;
}

.navbar-nav > li {
   margin-top: 27.5px;
   margin-bottom: 27.5px;
}

.navbar-headerMenu .navbar-nav > li > a,
.navbar-headerMenu .navbar-nav > li > span {
   font-family: 'CG';
   color: #666666;
   line-height: 15px;
   font-weight: normal;
   font-size: 13px;
   padding: 0 15px;
   text-transform: uppercase;
   position: relative;
}

.navbar-headerMenu .navbar-nav > li > a:before,
.navbar-headerMenu .navbar-nav > li > span:before {
   content: '';
   height: 11px;
   width: 1px;
   background: #999;
   position: absolute;
   top: 50%;
   margin-top: -5.5px;
   left: -0.5px;
}

.navbar-headerMenu .navbar-nav > li:first-child > a:before,
.navbar-headerMenu .navbar-nav > li:first-child > span:before {
   content: '';
   height: 0;
   width: 0;
   background: transparent;
   top: 0;
   margin-top: 0;
   left: 0;
}

.navbar-headerMenu .navbar-nav > li > ul > li > a,
.navbar-headerMenu .navbar-nav > li > ul > li > span
   text-transform: none;
}
.navbar-headerMenu .navbar-nav > li > a {
   
}
.navbar-headerMenu .navbar-nav > li:first-child > a,
.navbar-headerMenu .navbar-nav > li:first-child > span {
   
}
.navbar-headerMenu .navbar-nav > li > a:hover,
.navbar-headerMenu .navbar-nav > li > a:focus,
.navbar-headerMenu .navbar-nav > li > span:hover,
.navbar-headerMenu .navbar-nav > li > span:focus {
  background: transparent;
  color: #666;
  text-decoration: underline;
}
.navbar-headerMenu .navbar-nav > .menuactive > a,
.navbar-headerMenu .navbar-nav > .menuactive > a:hover,
.navbar-headerMenu .navbar-nav > .menuactive > a:focus,
.navbar-headerMenu .navbar-nav > .menuactive > span,
.navbar-headerMenu .navbar-nav > .menuactive > span:hover,
.navbar-headerMenu .navbar-nav > .menuactive > span:focus {
  background: transparent;
  color: #666;
  text-decoration: underline;
}
.navbar-headerMenu .navbar-nav > .disabled > a,
.navbar-headerMenu .navbar-nav > .disabled > a:hover,
.navbar-headerMenu .navbar-nav > .disabled > a:focus,
.navbar-headerMenu .navbar-nav > .disabled > span,
.navbar-headerMenu .navbar-nav > .disabled > span:hover,
.navbar-headerMenu .navbar-nav > .disabled > span:focus {
  background: transparent;
  color: #666;
  text-decoration: underline;
}
.navbar-headerMenu .navbar-collapse {
   border-top:0;
   margin-top: 0;
   margin-bottom: 0;
}
.navbar-headerMenu .navbar-collapse,
.navbar-headerMenu .navbar-form {
  border-color: #e7e7e7;
}
.navbar-headerMenu .navbar-nav > .open > a,
.navbar-headerMenu .navbar-nav > .open > a:hover,
.navbar-headerMenu .navbar-nav > .open > a:focus {
  color: #006600 !important;
  text-decoration: none;
  background-color: transparent;
}

.navbar {
   margin-bottom: 0 !important;
}

.navbar-headerMenu .navbar-collapse {
   margin-top: 0;
   margin-bottom: 0;
}

@media (max-width: 991px) {
   .navbar-brand {
      float: none;
      padding-left: 0;
      height: 26px;
   }
   .navbar-text {
      text-align: center;
      line-height: 66px;
   }
   .navbar.navbar-headerMenu .navbar-nav > li {
      margin-top: 0;
      margin-bottom: 0;
   }
   .navbar.navbar-headerMenu .navbar-nav > li,
   .navbar.navbar-headerMenu .navbar-nav > li > a,
   .navbar.navbar-headerMenu .navbar-nav > li > span {
      line-height: 15px;
   }
   .navbar-headerMenu .navbar-collapse {
     padding: 0 15px;
   }

   .navbar-headerMenu .navbar-nav > li > a:hover,
   .navbar-headerMenu .navbar-nav > li > a:focus {
     border-bottom: 0;
   }
   .navbar-headerMenu .navbar-nav > .menuactive > a,
   .navbar-headerMenu .navbar-nav > .menuactive > a:hover,
   .navbar-headerMenu .navbar-nav > .menuactive > a:focus {
     border-bottom: 0;
   }
   .navbar-headerMenu .navbar-nav > .disabled > a,
   .navbar-headerMenu .navbar-nav > .disabled > a:hover,
   .navbar-headerMenu .navbar-nav > .disabled > a:focus {
     border-bottom: 0;
   }
    .navbar-headerMenu .navbar-collapse .navbar-nav {
       margin-top: 15px;
       margin-bottom: 0;
    }
    .navbar.navbar-headerMenu .navbar-nav > li, .navbar.navbar-headerMenu .navbar-nav > li > a, .navbar.navbar-headerMenu .navbar-nav > li > span {
       line-height: 15px;
    }
    .navbar-headerMenu .navbar-collapse .navbar-nav > li > a {
       text-align: right;
       padding: 0;
    }
    .navbar-headerMenu .navbar-collapse .navbar-nav > li:first-child > a {
       border-top: 0;
    }
    .navbar-headerMenu .navbar-collapse {
       margin: 0;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        margin-right: 0;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  	display:block !important;
    }
    .navbar-headerMenu .navbar-collapse .navbar-nav {
       margin-top: 0;
       margin-bottom: 10px;
    }
    .navbar-right {
       margin-right: 0;
       margin-left: 0;
    }
    .navbar-headerMenu .navbar-collapse {
       padding: 0 15px;
    }
   #header .navbar.navbar-headerMenu {
   }
   .navbar.navbar-headerMenu .navbar-nav > li,
   .navbar.navbar-headerMenu .navbar-nav > li > a,
   .navbar.navbar-headerMenu .navbar-nav > li > span {
      line-height: 20px;
      text-align: center;
   }
   .navbar-headerMenu .navbar-collapse {
      padding: 0;
   }

   .navbar-headerMenu .navbar-nav > li > a:before,
   .navbar-headerMenu .navbar-nav > li > span:before {
      content: '';
      height: 1px;
      width: 100px;
      background: #666;
      position: absolute;
      top: 5px;
      bottom: auto;
      left: 50%;
      margin-left: -50px;
   }
   .navbar-headerMenu .navbar-toggle {
     position: relative;
     margin: 16px auto;
     display: block;
     border-color: #ddd;
     background-color: #FFF;
     border-radius: 4px !important;
   }
   .navbar-headerMenu .navbar-toggle:hover,
   .navbar-headerMenu .navbar-toggle:focus {
     background-color: #ddd;
   }
   .navbar-headerMenu .navbar-toggle .icon-bar {
     background-color: #666;
   }
}

@media (max-width: 767px) {
   .navbar-text {
      font-size: 18px;
      line-height: 34px;
   }
   .navbar-headerMenu .navbar-toggle {
     float: none;
     margin-top: 0;
     margin-bottom: 7.5px;
   }
}

.formularz .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.formularz div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.formularz div[class*="col-"].fields {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
}

.formularz h3 {
   display: block;
   max-width: 100%;
   margin-top: 0;
   margin-bottom: 20px !important;
   font-weight: normal;
}

.formularz .error {
   color: red;
   margin-bottom: 15px;
}

.formularz .success {
   color: #006188;
   margin-bottom: 15px;
}

.formularz input[type="text"],
.formularz textarea {
   font-size: 12px;
   color: #666666;
   border: 1px solid #DCD5CB;
   border-radius: 0;
   box-shadow: none;
}

.formularz button[type="submit"] {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 30px 0 30px;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none;
    font-family: Arial;
    background: #4C4C4C;
    color: #FFF;
    font-weight: normal;
    border: 0;
    border-radius: 0;
    position: relative;
}

.formularz button[type="submit"]:active,
.formularz button[type="submit"]:visited,
.formularz button[type="submit"]:hover {
    color: #FFF;
    background: #4C4C4C;
    text-decoration: underline;
    box-shadow: none;
}

.formularz textarea {
   border: 1px solid #DBD5CD;
   resize: vertical;
   height: 77px;
   min-height: 77px;
}

.formularz .text {
   text-align: center;
}

.formularz .text h2 {
   font-size: 24px;
   margin-bottom: 0;
}

.formularz .text h3 {
   margin-top: 0;
   font-size: 17px;
}

.formularz .text p {
   font-size: 20px;
}

@media (max-width: 767px) { 
.formularz #phone {
    margin-bottom: 15px;
}
.formularz .row > div[class*="col-xs-12"] {
   margin-top: 0;
}
}

#formularz .text {
   text-align: center;
}

.formularz .text h2 {
   font-size: 24px;
   margin-bottom: 0;
}

.formularz .text h3 {
   margin-top: 0;
   font-size: 17px;
}

.formularz .text p {
   font-size: 20px;
}

@media (max-width: 767px) {
   #formularz #name {
      margin-bottom: 15px;
   }
}

.title {
   margin-top: 30px;
   margin-bottom: 30px;
   font-size: 20px;
   line-height: 23px;
   color: #333333;
}

@media (max-width: 767px) {
   .title {
      margin-top: 15px;
      margin-bottom: 15px;
   }
}

h1,
h1.title {
   font-size: 23px;
   line-height: 26px;
}

h2,
h2.title {
   font-size: 20px;
   line-height: 23px;
}

h3,
h3.title {
   font-size: 18px;
   line-height: 21px;
}

h4,
h4.title {
   font-size: 16px;
   line-height: 19px;
}

h5,
h5.title {
   font-size: 14px;
   line-height: 17px;
}

h6,
h6.title {
   font-size: 12px;
   line-height: 15px;
}

#cookieWarning {
  z-index: 9999;
  font-size: 12px;
  background: #000;
  -khtml-opacity: 0.85;
  -rim-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: fixed;
  left: 0;
  text-align:center;
  width:100%;
  padding: 12px 0;
  overflow: hidden;
  line-height: 12px;
}

#cookieWarning p { 
  margin: 0;
}

#cookieWarning a {
  font-weight: bold;
  color: #FFF;
} 

#cookieWarning #closeCookieWarning {
  padding: 3px 5px;
  display:inline-block;
  width:100px;
  cursor:pointer;
  border-radius:5px;
  line-height: 18px;
}

.h4, .h5, .h6, h4, h5, h6 {
   margin-bottom: 25px;
}

#copyright {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 8px;
  font-family: Verdana;
  line-height: 10px;
  text-align: right;
  color: #666666;
}

#copyright a {
   text-decoration: none;
   font-weight: bold;
   color: #666666;
}

#copyright p {
   margin-bottom: 0;
}

@media (max-width: 767px) {
   #copyright {
     text-align: center;
   }
}

.full-width {
   width: 100%;
}

.no-padding {
   padding: 0;
}

.checkbox, .radio {
   margin-top: 0;
   margin-bottom: 0;
}

.checkbox label, .radio label {
   font-size: 15px;
   line-height: 18px;
}

#footer {
   margin-top: 7.5px;
   padding-top: 10px;
   padding-bottom: 35px;
}

#footer .container {
   position: relative;
}

#footer .container::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 15px;
    right: 15px;
    width: auto;
    height: 1px;
    background: #CDCDCD;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 767px) {
   .row {
      margin-left: -15px !important;
      margin-right: -15px !important;
   }
}

.img-left {
   float: left;
   margin-right: 20px;
}

.img-right {
   float: right;
   margin-left: 20px;
}

@media (max-width: 767px) {
   .img-left,
   .img-right {
      float: none;
      margin: 0 auto;
   }
}
