/*Dane kontaktowe w nagłówku*******************/

#header_contact {
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

#header_contact p {
	
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.akv {
	
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    overflow: hidden;
}

.vertical-middleak {
	height: auto !important;
}

@media screen and (max-width: 1200px) {

    .akhide {
    display: none !important;
    }

}

@media screen and (max-width: 1350px) {

    .akhide1 {
    display: none !important;
    }

}

.akmapstd {
    height: 500px;
    }

@media screen and (max-width: 400px) {

    .akmap {
    height: 300px !important;
    }

}

.img-circlelittle { border-radius: 1% !important; }

.captiontextcolor {
    color: white !important; /*#414242*/
}

/*Godziny otwarcia*/
.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
    opacity: 0.8;
}


.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }



/**********************************************/