
#header-container { background-color: #ffffff; width: 100%; }
#header-container #logo {
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	 position: relative;
}

#logo img { margin: 0px; }

.containaer { width: 970px !important; }

#div-wrapper {
    white-space: nowrap;
    max-width: 99%;
}

.single-div {
    width: 27%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 3%;
    white-space: normal;
	 background-color: blue;
}

#enter-box {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;	
}

.enter-box-image {
	width: 100%;
	height: 511px;
	position: relative;
	display: table;
}

.enter-boxes {
	position: relative;	
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 23% 0px 0px 0px;
	box-sizing: border-box;
}

.enter-box-left {
	width: 205px;
	height: 305px;
	position: relative;	
	background: transparent url("../images/kardiologia_vstupte.png") no-repeat scroll center bottom; 
	text-align: center;
	margin: 0 15px 20px 0;
}

.enter-box-right {
	width: 205px;
	height: 305px;
	position: relative;	
	background: transparent url("../images/vseo_lek_vstupte.png") no-repeat scroll center bottom; 
	text-align: center;
	margin: 0 0 20px 0;

}

/* Mobile */
@media screen and (max-width: 480px) {
	.enter-box-left {
		width: 100%;
		min-width: 205px;
		height: 305px;
		background: transparent url("../images/kardiologia_vstupte.png") no-repeat scroll center bottom; 
		text-align: center;
		margin: 10px auto;
		display: block;
	}
	
	.enter-box-right {
		width: 100%;
		min-width: 205px;
		height: 305px;
		background: transparent url("../images/vseo_lek_vstupte.png") no-repeat scroll center bottom; 
		text-align: center;
		margin: 10px auto;
		display: block;
	}
}


/* CONTENT */
#content-container { 
	box-sizing: border-box;
	overflow: hidden;	
	display: block;	
}
#content { 
	box-sizing: border-box;
	border-top: 2px solid #000000;
	min-height: 150px;
	padding: 20px 10px 40px 10px;
}

#footer {
	box-sizing: border-box;
	clear: both;
	float: none;	
	height: auto;
	border-top: solid 2px #000000;
}