body {
  font-family: 'Rubik', sans-serif;
}
div, input, textarea, select {
	box-sizing: border-box;
}
.justify {
	text-align: justify;
}
body {
	margin:0;
}
#description, #apply {
	padding: 10px;	
}
img#banner-image {
    width: 100%;
	background: linear-gradient(0deg, #B3A398, #E7E3E0);
}
#banner-text {
    position: absolute;
    top: 10%;
    width: 40%;
    left: 10%;
    height: 100%;
}
#banner {
    width: 100%;
    position: relative;
}
#banner-text h1 {	
	font-size: 4vw;
}
#banner-text p {	
	font-size: 3vw;
}
.button {
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}
#banner-button {
	background-color: #9b1d1d;
	color: white;
	display: block;
    text-align: center;	
	font-size: 3.2vw;
}
.input-50 {
    width: calc(50% - 10px);
    float: left;
}
.input-100 {
    width: calc(100% - 10px);
}
textarea, input, select {
    padding: 10px;
    border: 1px solid grey;
    margin: 5px;
    border-radius: 5px;
}
#send-button {
    display: block;
    width: 100%;
    background-color: #2b3741;
    color: white;
    font-size: 1.2em;
}
.item {
    width: 33.333%;
    float: left;
}
.item-image {
	width: 100%;	
}
.item-image-block {
	width: 25%;
	float: left;
}
.item-description {
	width: 75%;
	float: left;
}
.weekday {
    width: 33.3333%;
    float: left;
}
.input-hours {
	float: right;
    margin-right: 30px;
}
.has-error {
	border: 1px solid red !important;
}
a.button-doc {
    border: 1px solid #9b1d1d;
    color: #9b1d1d;
    text-decoration: none;
    display: block;
    float: left;
    margin: 5px;
}
select#input-langs {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.items::after {
  content: "";
  display: table;
  clear: both;
}
#h2-contact {
	display: block;
    width: 60%;
    float: left;
}
.social-link img {
	width: 32px;
}
#social-links {
	text-align: right;
} 
#social-links::after {
  content: "";
  display: table;
  clear: both;
}
a.social-link {
    font-size: 1.4em;
    text-decoration: none !important;
}
.success-message {
    margin: 50px;
    padding: 15px;
    border: 2px solid #2b3741;
    box-shadow: 5px 5px 0px #dadada;
	text-align: center;
}
#back-button {
    color: #2b3741;
    border: 1px solid #2b3741;
    font-size: 1.2em;
}
#image-reviews {
    width: 100%;
}
span.price {
    font-size: 1.2em;
}
span.price-old {
    text-decoration: line-through;
}
span.price-new {
    color: red;
}
.item h3 {
    min-height: 50px;
}
span.asterisk {
	content: "*";	
    position: absolute;
    color: red;
	/*display: none;*/
}
.div-50 {
	width: 50%;
	float: left;
}

#mobile-buttons {
	display: none;
}

strong {
	color: #9b1d1d;
}

.item-inner {
	padding: 10px;
}

.error-message {
	border: 1px solid red;
	border-radius: 10px;
	padding: 10px;
	background-color: rgb(255, 128, 128);
}
.test-button {
    font-size: 19px;
    border: 3px solid rgba(56, 56, 56);
    color: black;
    display: inline-block;
}
#restart-button {
	background-color: rgb(255, 200, 200);
}
#next-button {
	background-color: rgb(200, 255, 200);
}
.button-block {
	display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #aba1a1;
    border-radius: 0;
    margin: 5px;
	word-break: break-word;	
}
a.link {
	margin-right: 15px;
}
@media (max-width: 768px) {
	.input-50 {
		width: calc(100% - 10px);
	}
	.div-50 {
		width: 100%;
	}
	.item {
		width: 100%;		
	}
	.weekday {
		width: 100%;		
	}
	#h2-contact {		
		width: 100%;		
	}
	#social-links {
		text-align: left;
	}
	div#mobile-buttons {
		display: block;
		width: 100vw;
		position: fixed;
		bottom: 0;		
	}
	a.mobile-button {
		display: block;
		/*width: 50vw;*/
		float: left;
		text-align: center;
		height: 50px;
		color: #9b1d1d;
		background-color: rgba(255, 255, 255, 1);
		border: 1px solid  #9b1d1d;
		box-sizing: border-box;
		text-decoration: none;
		font-size: 5vw;
		padding: 5px;
	}
	a.mobile-button img {
		height: 40px;
	}
	form#apply-form {
		padding-bottom: 50px;
	}
}