body{font-family: 'Work Sans', sans-serif;padding:0;margin:0;}
a:link{color: #333;text-decoration: underline;}
a:hover{color: #09384F;}
h2{font-size: 22px;line-height:24px;}
/*Layout*/
.navbar{margin-bottom: 0px;border: 0px;}
.logo{display:block;margin: 0px auto;padding-top:15px;}
.top{
background-image: -ms-linear-gradient(left, #09384F 0%, #018DCA 100%);
background-image: -moz-linear-gradient(left, #09384F 0%, #018DCA 100%);
background-image: -o-linear-gradient(left, #09384F 0%, #018DCA 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #09384F), color-stop(100, #018DCA));
background-image: -webkit-linear-gradient(left, #09384F 0%, #018DCA 100%);
background-image: linear-gradient(to right, #09384F 0%, #018DCA 100%);
height: 15vh;
}

.footer{
background-image: -ms-linear-gradient(left, #09384F 0%, #018DCA 100%);
background-image: -moz-linear-gradient(left, #09384F 0%, #018DCA 100%);
background-image: -o-linear-gradient(left, #09384F 0%, #018DCA 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #09384F), color-stop(100, #018DCA));
background-image: -webkit-linear-gradient(left, #09384F 0%, #018DCA 100%);
background-image: linear-gradient(to right, #09384F 0%, #018DCA 100%);
height: 5vh;
}

.row{margin-right: 0px;margin-left:0px;}
.col-md-6{padding:0px;width:50%;}
.row {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;flex-wrap: wrap;}
.row > [class*='col-'] {display: flex;flex-direction: column;}

.gradient{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC) repeat;}
.photo{object-fit: cover;object-position: 50% 20%;width:100%; opacity: .85;transition: opacity 2s ease-out;-moz-transition: opacity 2s ease-out;-webkit-transition: opacity 2s ease-out;-o-transition: opacity 2s ease-out;background-size:cover;height: 80vh;}
/*.photo:hover{opacity: 1;transition: opacity 2s ease-out;-moz-transition: opacity 2s ease-out;-webkit-transition: opacity 2s ease-out;-o-transition: opacity 2s ease-out;}
*/
.opis{background-color: #E1E2E3;height: 80vh;}
.photo, .dejw{height:80vh;}
.head_opis{margin-left: 10%;margin-top: auto;}
.body_opis{margin-left: 10%;margin-bottom: auto;padding-top: 10px;font-size: 16px;}
.adress{margin-top: 15px;margin-bottom: 30px;line-height: 20px  !important;}


/*RWD*/
@media (max-width: 991px) {
.head_opis {margin:10px 1% 0 1%;text-align:center;}
h2{margin:0;}
.body_opis {margin-top:10px;padding:0;text-align:center;}
.adress{margin:0;}
.photo, .dejw{height: 55vh;}
.opis{height:30vh;}
.body_opis p{font-size:13px;}
.footer{display:none;}
.head_opis h2 {font-size:16px;}
.body_opis{margin:0 1%;}
.col-md-6{padding:0px;width:100%;}
}
