h1 {
    font-size: 2rem;
    padding-top: 1rem;
}
.kancelaria-podatkowa-tlo {
    background-image: url("../../images/portfolio/kancelaria-podatkowa-tlo.jpg");
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.deski-dom-bawaria {
    background-image: url("../../images/portfolio/deski-dom-bawaria.jpg");
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* webbrowser */

.browser-window {
  text-align: left;
  margin: 20px 0;
  max-width:1300px;
  overflow:hidden;
  width:auto;
  display: inline-block;
  border-radius: 5px;
  border:1px solid #e7e7e6;
  background-color: #fff;
  box-shadow: 0px 30px 15px -20px rgba(50, 50, 50, 0.1);
}

.browser-window .web-top-bar {
  height: 30px;
  border-radius: 5px 5px 0 0;
  border-top: thin solid #eaeae9;
  border-bottom: thin solid #dfdfde;
  background: linear-gradient(#e7e7e6, #e2e2e1);
}

.browser-window .circle {
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: white;
}

.browser-window .circles {
  margin: 10px 10px;
}

.browser-window .content {
  margin: 0;
  width: 100%;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  background-color: #fafafa;
}

.browser-window .dev-tools {
  width: 100%;
  margin: 0;
  padding: 0;
}

.browser-window .dev-tools .bar {
  margin-top: -4px;
  border-top: thin solid #e7e7e6;
  border-bottom: thin solid #e7e7e6;
  color: #e7e7e6;
  display:none;
}
.browser-window .dev-tools .bar .dev-bar-content {
  padding: 10px;
  float: left;
}
.browser-window .dev-tools .bar .close {
  float: right;
  border-left: thin solid #e7e7e6;
  padding: 10px;
}
.browser-window .dev-tools .content {
	padding:0;
}
.browser-window .dev-tools .content .html {
  height: 100%;
}
@media screen and (min-width:87,5em) {
    .browser-window .dev-tools .content .html {
        height: 100%;
        width: 1400px;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
}
.browser-window .dev-tools .content .css {
  float: right;
  height: 100%;
  width: 30%;
  display: none;
}

.clear {
  clear: both;
  height:0;
  display: none;
}

/* new templates */
/*default*/

.portfolio-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
}
.full-height {
    min-height: 100vh;  
}
.full-height.scroll {
    /*overflow-y: auto;*/       
    position: relative;
}
.portfolio-item-content {
    padding:6rem 6rem 4rem 6rem;
    width:100% !important;
}
.simplebar-track.simplebar-vertical {
    background: #f1f1f1;    
}
.simplebar-scrollbar:before {
    background: linear-gradient(152deg, #61b8b3, #696a66);
}
.simplebar-scrollbar.simplebar-visible.simplebar-hover:before {
    background: linear-gradient(152deg, #61b8b3, #696a66, #9c484d, #ca0e54) !important;
    background-size: 800% 800% !important;
    -webkit-animation: gradient 5s ease infinite !important;
    -moz-animation: gradient 5s ease infinite !important;
    -o-animation: gradient 5s ease infinite !important;
    animation: gradient 5s ease infinite !important;
    
}
.simplebar-wrapper {
    margin:0 !important;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before  {
    opacity: 1 !important;
}


@-webkit-keyframes gradient {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes gradient {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes gradient {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes gradient { 
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}



@media (min-width: 1200px) and (max-width: 1399.98px){

    .portfolio-item-content {
        padding:1rem 3rem 2rem 3rem;
    }
    
}


/*close button*/

a.close {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 30px;
    top: 30px;
    margin-top: 0px;
    margin-right: 0px;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    border-radius: 50px;
    box-shadow: 0 0 20px 0 rgba(86, 131, 134, 0.5);
}
a.close:hover {    
    width: 108px;
    height: 48px;
    position: fixed;
    right: -20px;
    top: 30px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a.close:hover > span {
    left: 12px;
     -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a.close > span {
  background-color: #61b8b3;
  display: block;
  height: 6px;
  border-radius: 3px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
    top: 20px;
    margin-top: 0px;
    left: 6px;
    width: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
a.close > span span {
  display: block;
  background-color: #6f9ea1;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  left: 0;
  top: 0;
}
a.close > span.left {
  transform: rotate(45deg);
  transform-origin: center;
}
a.close > span.left .circle-left {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 0;
}
a.close > span.left .circle-right {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 30px;
}
a.close > span.right {
  transform: rotate(-45deg);
  transform-origin: center;
}
a.close > span.right .circle-left {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 0;
}
a.close > span.right .circle-right {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 30px;
}
a.close:hover > span {
  background-color: #a63055;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.close:hover > span span {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #b90c3d;
}
a.close:hover > span.left .circle-left {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 33px;
}
a.close:hover > span.left .circle-right {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: -3px;
}
a.close:hover > span.right .circle-left {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 33px;
}
a.close:hover > span.right .circle-right {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: -3px;
}


.button-animated {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    background: #61b8b3;
    background: -moz-linear-gradient(right, #61b8b3 0, #6f9ea1 100%);
    background: -webkit-gradient(right top, left top, color-stop(0, #61b8b3), color-stop(100%, #6f9ea1));
    background: -webkit-linear-gradient(right, #61b8b3 0, #6f9ea1 100%);
    background: -o-linear-gradient(right, #61b8b3 0, #6f9ea1 100%);
    background: -ms-linear-gradient(right, #61b8b3 0, #6f9ea1 100%);
    background: linear-gradient(to right, #61b8b3 0, #6f9ea1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f9ea1', endColorstr='#61b8b3', GradientType=1);
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 30px 20px 80px;
    color: white;
    border-radius: 20px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    }
.button-animated:after {
    min-width: 3.25rem;  
    text-align: center;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%) rotate(0deg);
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -moz-transform: translate(0, -50%) rotate(0deg);
    -o-transform: translate(0, -50%) rotate(0deg);
    font-family: "Font Awesome 5 Free";    
    border-right: 3px solid #81e8e3;    
    color: #ffffff;
    font-size: 2em;
    background: transparent;
    padding: 14px 8px 14px 8px;
    border-radius: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.button-animated.online:after {
    content: '\f06e';
}
.button-animated.brief:after {
    content: ' \f0eb ';
}

.button-animated:hover {
    left: 10px;
    color: white;
    border-radius: 50px;
    background: #61b8b3;
    background: -moz-linear-gradient(right, #6f9ea1 0, #696a66 100%);
    background: -webkit-gradient(right top, left top, color-stop(0, #6f9ea1), color-stop(100%, #696a66));
    background: -webkit-linear-gradient(right, #6f9ea1 0, #696a66 100%);
    background: -o-linear-gradient(right, #6f9ea1 0, #696a66 100%);
    background: -ms-linear-gradient(right, #6f9ea1 0, #696a66 100%);
    background: linear-gradient(to right, #6f9ea1 0, #696a66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f9ea1', endColorstr='#696a66', GradientType=1);    
}
.button-animated:hover:after {
    left: -16px;
    padding: 10px 22px 10px 25px;
    box-shadow: 0 0 20px 0 rgba(86, 131, 134, 0.5);
    border-radius: 20px;
    background: #fff;
    color:#2b2b2b;
}