body {
	background-image: url('/static/img/default/background-4k.jpg');
	background-position: center;
}

.mobile-only {
	display: none;
}

div#site-container {
	width: 1200px;
	margin: 20px auto;
}

header {
}

	header div.contact {
		float: left;
		width: 420px;
	}

		header div.contact h1 {
			font-size: 24px;
		}

	header div.social {
		float: right;
		width: 420px;
		text-align: right;
	}

		header div.social a svg {
			height: 30px;
			width: auto;
			margin: 10px;
		}

div#ebcicoma-anim {
	width: 300px;
	height: 200px;
	margin: auto;
}

div#main {
	min-height: 400px;
}

	div#main div.section,
	div#main div.page {
		clear: both;
		margin: 40px;
	}

		div#main div.section h1 {
			font-weight: 500;
			font-size: 24px;
			margin-bottom: 30px;
			text-align: center;
		}

		div#main div.section.ugyfel-visszajelzesek {
			padding-bottom: 20px;
		}

		div#main div.section div.image {
			background-color: white;
			border: 1px solid #d0d0d0;
			padding: 5px;

			box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.50);
			-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.50);
			-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.50);
		}

			div#main div.section div.image img {
				float: left;
			}

	div#main div.page {
		background-color: rgba(255, 255, 255, 0.4);
		border-left: 10px solid #c2e0fa;
		padding: 10px 20px 10px 20px;
	}

		div#main div.page h1 {
			font-weight: 500;
			font-size: 24px;
			text-align: center;
		}

	div#main div.section {
		background-color: rgba(255, 255, 255, 0.3);
		padding: 10px 20px 10px 20px;
	}

	div#main div.section.bemutatkozas {
		border-left: 10px solid #c2e0fa;
	}

		div#main div.section.bemutatkozas div.image {
			float: left;
			margin: 0px 20px 20px 0px;
		}

			div#main div.section.bemutatkozas div.image img {
				width: 200px;
				height: 200px;
			}

	div#main div.section.szolgaltatasok {
		border-right: 10px solid #f3e7d1;
	}

		div#main div.section.szolgaltatasok div.image {
			float: right;
			margin: 0px 0px 20px 20px;
		}

			div#main div.section.szolgaltatasok div.image img {
				width: 200px;
				height: 227px;
			}

	div#main div.section.arlista {
		border-left: 10px solid #c2e0fa;
	}

	div#main div.section.idopontfoglalas {
		border-right: 10px solid #f3e7d1;
	}

	div#main div.section.galeria {
		border-left: 10px solid #c2e0fa;
	}

	div#main div.section.ugyfel-visszajelzesek {
		border-right: 10px solid #f3e7d1;
	}

	footer div.content p.copyright span.separator {
		margin: 0px 10px;
	}

	div#main div.section.galeria a.instagram-post {
		background-size: cover;
		display: inline-block;
		height: 250px;
		width: 250px;
	}

	div#main div.section.ugyfel-visszajelzesek a.review-picture {
		background-size: cover;
		display: inline-block;
		height: 250px;
		width: 350px;
	}

	#customize-controls svg {
	}

	#customize-controls div.prev,
	#customize-controls-2 div.prev {
		cursor: pointer;
		position: absolute;
		top: 160px;
		left: 10px;
		width: 80px;
		height: 80px;
		z-index: 999;
	}

	#customize-controls div.next,
	#customize-controls-2 div.next {
		cursor: pointer;
		position: absolute;
		top: 160px;
		right: 20px;
		width: 80px;
		height: 80px;
		z-index: 999;
	}

	div.slider-2 div.slide p {
		margin: 0px 10px;
	}

.container-table100 {
	width: 100%;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

/*
	align-items: center;
	justify-content: center;
*/

	flex-wrap: wrap;
	padding: 20px 0px;
}

div.wrap-table100 {
	overflow: hidden;
}

div.table {
	border-collapse: collapse;
	display: table;
	margin: 0;
	width: 100%;
}

.row {
	display: table-row;
}

.row.header {
	background: linear-gradient(to right, rgba(194,224,250,1) 0%, rgba(243,231,209,1) 100%) left bottom transparent no-repeat;
	background-size: 100% 5px;
	border-bottom: 1px solid #d0d0d0;
}

	.row.header .cell {
		/* border-bottom: 1px solid #d0d0d0; */
		font-weight: 500;
		line-height: 1.2;
		padding-bottom: 9px;
		padding-top: 9px;
	}

.cell {
	display: table-cell;
}

	.cell p {
		margin: 0 0 10px 0;
	}

.row .cell {
	font-size: 15px;
	line-height: 1.2;
	padding: 10px;
}

div.price-list div.title {
	font-size: 11pt;
	line-height: 1.2;
	padding: 10px;
}

div.price-list .row .cell {
	font-size: 11pt;
}

	div.price-list .row .cell:nth-child(1) {
		width: 340px;
		/* padding-left: 40px; */
	}

	div.price-list .row .cell:nth-child(2) {
		width: 170px;
	}

	div.price-list .row .cell:nth-child(3) {
		width: 170px;
	}

	div.price-list .row .cell:nth-child(4) {
		width: 170px;
	}

	div.price-list .row .cell:nth-child(5) {
		width: 170px;
	}
