html,
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  background: #252525;
}

p {
  color: #CCA261;
  font-size: 14px;
  font-weight: 500;
}

o {
  color: #CCA261;
  font-size: 14px;
  font-weight: 300;
}

z {
  color: #CCA261;
  font-size: 14px;
  font-weight: 100;
}

a:link {
color: #CCA261;
}

a:visited {
color: #CCA261;
}

a:hover {
color: #FFFFFF;
text-decoration: none;
}


a:active {
color: #CCA261;
text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*=== ScrollBar ===*/

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #757575; 
  border-radius: 10px;
}


/*------------------------
  logo
--------------------------*/

#logo {
	float: left;
	margin-top: 40px;
	margin-left: 60px;
	color: #000000;
  	font-size: 14px;
  	font-weight: 100;
	letter-spacing: 0.7mm;
text-align: center;
}

/*------------------------
  menu
--------------------------*/

#menu {
	float: right;
  	margin-top: 40px;
	margin-right: 60px;
	color: #000000;
  	font-size: 14px;
  	font-weight: 500;
	letter-spacing: 0.5mm;
	word-spacing: 7mm;
text-align: center;
}

/*------------------------
  mainfoto
--------------------------*/

#main {
	width: 50%;
	margin: 0 auto;
   	margin-top: 140px;
	margin-bottom: 80px;
	text-align: center;
}



/*------------------------
  referencje
--------------------------*/
/*SLIDESHOW*/
.slideshow {
  border-radius: 15px;
  position: relative;
  width: 100%;
  margin: 0px 0px 00px 0px;
}
.slides p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  min-height: 12em;
  vertical-align: top;

}
.slides a {
  color: #757575;
  text-decoration: none;
}
.slides a:hover {
  text-decoration: underline;
}
.slides {
  opacity: 0;
  visibility: hidden;
  height: 0;
  pointer-events: none;
}
.showSlides {
  visibility: visible;
  height: 100% !important;
  opacity: 1;
  pointer-events: all;
  opacity: 1;
  transition: transform .3s ease-out 0.1s, opacity .3s ease-out 0.1s;
}
.slides-text {
  padding: 0px 20px 0 12px;
}
/* Next & previous buttons */
.slideshow .prev, .next {
  cursor: pointer;
  position: absolute;
  top: -50%;
  width: 0%;
  padding: 0px 70px;
  color: #757575;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  height: 100%;
}
.slideshow .prev {
  left: 0;
}
.slideshow .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow .prev span, .next span {
  position: absolute;
  top: 50%;
}
/* Caption text */
.slideshow .text {
  color: #757575;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.slideshow .numbertext {
  color: #757575;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}
/* The dots/bullets/indicators */
.slideshow .dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: -200px 10px;
  margin-bottom: 20px;
  background-color: #757575;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  -moz-transition: background-color 0.6s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: background-color 0.6s ease;
}
.slideshow .activeDot, .dot:hover {
  background-color: #CCA261;
}
.slideshow .dot:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
@media (max-width:700px){
  .slideshow {
    padding: 0px 0px;
    width: calc(100% - 10px);
  }
  .slideshow .slides p {
      font-size: 14px;
      line-height: 27px;
    }
    .slideshow .slides-text {
      padding: 0px 8px;
    }
    .slideshow .prev, .next {
      display: none;
    }
}





/*------------------------
  Portfolio
--------------------------*/

#portfolio {
    margin-top: 100px;
}




/*------------------------
  Cookieinfo
--------------------------*/

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 6px;
    font-family: 'Montserrat', sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000000;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: 600;
    color: #CCA261;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 0px;
    line-height: 20px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #979797;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #CCA261;
}


/*=== Preloder ===*/

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #252525;
}

.loader {
  width: 25px;
  height: 25px;
  border: 3px solid #CCA261;
  color: #CCA261;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 60px;
  border-left-color: transparent;
  animation: loader 0.9s linear infinite;
  -webkit-animation: loader 0.9s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}


/*------------------------
  Portfolio mini
--------------------------*/

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
}


/*------------------------
    Portfolio Section
--------------------------*/

.portfolio-section {
  overflow: hidden;
}

.portfolio-filter {
  list-style: none;
  padding-bottom: 10px;
}

.portfolio-filter li {
  font-size: 8px;
  font-weight: 400;
  display: inline-block;
  margin-right: 40px; /*--*/
  margin-left: 40px; /*--*/
  padding-bottom: 20px;
  color: #979797;
  cursor: pointer;
}

.portfolio-filter li:hover {
  color: #CCCCCC;
}

.portfolio-filter li.mixitup-control-active {
  color: #FF0040;
}

.portfolios-area .gallery-block {
  padding: 0;
}

.gallery-block {
  position: relative;
}

.portfolio-item {
  display: block;
  width: 100%;
  height: 480px;
  background-position: center;
  position: relative;
  margin-bottom: 0px;
}

.portfolio-item .pi-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.portfolio-item .pi-inner h2 {
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 50px;
  bottom: 40px;
  color: #fff;
  letter-spacing: 10px;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.portfolio-item:hover .pi-inner {
  background: rgba(204, 162, 97, 0.8);
}

.portfolio-item:hover .pi-inner h2 {
  opacity: 1;
  letter-spacing: 0;
}

.img-popup-warp .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img-popup-warp.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*------------------------
    Kontakt
--------------------------*/

div.kontakt {
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: center;
	
}


/*------------------------
    Formularz
--------------------------*/

* {
    box-sizing: border-box;
}

.form {
    margin:3rem auto;
    font-family: 'Montserrat', sans-serif;
    max-width:40rem;
}
.form .form-row {
    margin-bottom:1rem;
}
.form .form-row:last-child {
    margin-bottom: 0;
}
.form input[type=text],
.form input[type=email],
.form textarea,
.form .checkbox-cnt .state {
    box-shadow:inset 0 1px 5px rgba(0,0,0,0.07);
}
.form input[type=text],
.form input[type=email],
.form textarea {
    border-radius:0.2rem;
    font-family: 'Montserrat', sans-serif;
    padding:0.8rem;
    border:1px solid #aaa;
    display: block;
    width:100%;
    color:#CCA261;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
    border-color:#CCA261;
    box-shadow:inset 0 0 0 1px #CCA261, inset 0 1px 5px rgba(0,0,0,0.07);
    outline:none;
}
.form textarea {
    height:10rem;
}
.form label {
    font-weight:bold;
    display: block;
    font-size:0.9rem;
    margin-bottom:0.5rem;
}
.form .submit-btn {
    font-family: 'Montserrat', sans-serif;
    padding:1rem 2rem;
    background: black;
    border:0;
    border-radius:0.2rem;
    color:#fff;
    font-size:1.1rem;
    font-weight: bold;
    transition: 0.3s background-color;
}

/* checkbox */
.form .submit-btn:hover {
    background: #CCA261;
}
.form .checkbox-cnt {
    padding-left:3rem;
    position: relative;
    font-weight: normal;
    font-size:0.85rem;
    line-height: 1.1rem;
    color:#444;
    cursor: pointer;
}
.form .checkbox-cnt .state {
    width:2rem;
    height: 2rem;
    display: block;
    position: absolute;
    left:0;
    top:0;
    border:1px solid #aaa;
    border-radius:0.2rem;
}
.form .checkbox-cnt .state:before {
    width:1rem;
    height: 1rem;
    border-radius:0.2rem;
    background: #CCA261;
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    content:'';
    transform:translate(-50%, -50%) scale(1);
    opacity:0;
}
.form .checkbox-cnt input:checked ~ .state:before {
    animation: checkboxShowAnim 0.5s 1;
    opacity: 1;
}
.form .checkbox-cnt input {
    position:absolute;
    top:0; left:0;
    width:2rem;
    height: 2rem;
    z-index: 2;
    cursor:pointer;
    padding:0;
    margin:0;
    opacity: 0;
}
@keyframes checkboxShowAnim {
    0%  { border-radius:50%; transform:translate(-50%, -50%) scale(0.2); }
    50% { transform:translate(-50%, -50%) scale(1.2); }
    100% { transform:translate(-50%, -50%) scale(1); }
}

/* walidacja */
.form input[type=text].error,
.form input[type=email].error,
.form textarea.error,
.form .checkbox-cnt input.error ~ .state {
    border-color:##E01546;
}
.field-error {
    color:##E0C7A0;
    padding:0.5rem 0;
    font-size:0.8rem;
}

@media screen and (max-width:500px) {
    .form .submit-btn {
        display: block;
        width: 100%;
    }
}






/*------------------------
    Footer Section
--------------------------*/
.footer-section {
  padding: 0px;
}

.footer-section .copyright {
  font-size: 12px;
  font-weight: 100;
  color: #CCA261;
  margin-top: 40px;
margin-bottom: 40px;
}

.social-links {
  margin-top: 10px;
  margin-bottom: 40px;
}

.social-links a {
  color: #CCA261;
  font-size: 16px;
  margin-right: 20px;
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links a:hover {
  color: #FFFFFF;
}



/*------------------------
    Responsywnosc
--------------------------*/


@media all and (min-width:124px) and (max-width:768px) {


#logo {
	display: block;
  	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0px;
	color: #000000;
  	font-size: 14px;
  	font-weight: 100;
	letter-spacing: 0.7mm;
	text-align: center;
}

#menu {
	display: block;
  	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	color: #000000;
  	font-size: 14px;
  	font-weight: 500;
	letter-spacing: 0.5mm;
	word-spacing: 100mm;
}

#main {
   	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}

img {
   	
	display: block;
  	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.form {
   	
	display: block;
  	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

	
}


