html {
	scroll-behavior: smooth;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: inherit;
  transition: background-color 5000s ease-in-out 0s;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

body {
	display: block;

	/*max-width: 1600px;
	padding: 0px 5% 0px 5%;*/
	margin: 0 auto;
	list-style-type: none;
	text-decoration: none;
	color: inherit;
	/*box-shadow: 0px 0px 15px 0px grey;*/
}

p {
	margin: 0;
	padding: 0;
}

body a {
	color: inherit;
	text-decoration: none;
	list-style-type: none;
}

.cookies-info-container {
	display: none;
	position: fixed;
	box-shadow: 0px 0px 4px 0px rgba(100,100,100,1);
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 10001;
	transition: 0.4s;
	padding: 20px;
}

.cookies-info {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.cookies-info-text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cookies-info p, span {
	font-family: Open Sans;
	font-size: 14px;
	color: rgba(100,100,100,1);
}

.cookies-info a {
	text-decoration: underline;
	font-family: Open Sans;
	font-size: 14px;
	color: rgba(100,100,100,1);
}

.cookies-text {
	padding: 1px 2px 1px 2px;
}

.cookies-info-text a:hover {
	color: rgba(100,100,100,0.7);
}

.cookies-accept-button {
	width: auto;
	display: block;
	margin: 0;
	border: none;
	background-color: white;
}	

.cookies-accept-button:focus {
	border: none;
	background-color: white;
	outline: none;
}

.cookies-accept-button p {
	text-align: center;
	white-space: nowrap;
	padding: 12px 32px 12px 32px;
	margin: 0px 16px 0px 4px;
	background-color: rgba(100,100,100,0.7);
	color: white;
	font-weight: 400;
}

.cookies-accept-button p:hover {
	background-color: rgba(100,100,100,1);
	color: white;
	font-weight: 400;
	cursor: pointer;
}

.menu-mobile {
	display: none;
}

.header1 {
	margin: 0;
	padding-top: 12px;
	display: block;
}

.header2 {
	margin: 0;
	display: block;
}

.translate-button {
	opacity: 0.7;
	margin: 0;
	padding: 0;
}

.translate-button:hover {
	cursor: pointer;
	opacity: 1;
}

.modal-background {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1500;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-content {
	width: 500px;
	height: 150px;
	background-color: rgba(255,92,0,1);
	border-radius: 16px;
	padding: 20px;	
	margin: 0px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.modal-content-close {
	color: white;
	position: absolute;
	top: 4px;
	right: 14px;
	font-size: 20px;
	font-family: Open Sans;
	font-weight: 100;
	padding: 0;
	margin: 0;
}

.modal-content h1 {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 100;
	color: white;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header-top {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.header-top-left {
	margin: auto 0;
	padding: 12px 20px 10px 150px;
}

.header-top-left img {
	height: 70px;

}

.header-top-right {
	margin: 0;
	padding: 12px 130px 4px 20px;
	margin-top: auto;
}

.header-top-right-translate {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	list-style-type: none;
	margin: 0;
	padding: 0;	
	padding-right: 130px;
}

.header-top-translate-mobile {
	display: none;
}

.header-top-right-translate p {
	font-size: 13px;
	font-family: Open Sans;
}

#pl p {
	padding-right: 3px;
}

#en p {
	padding-left: 3px;
	padding-right: 3px;
}

#de p {
	padding-left: 3px;
	padding-right: 3px;
}

#es p {
	padding-left: 3px;
}

.header-top-right p {
	padding: 0;
	margin: auto 0;
	font-family: Open Sans;
}

.facebook-icon2 {
	height: 24px;
	width: 24px;
	margin: 0;
	margin-left: 8px;
	padding: 0;
}

.facebook-icon2 img {
	max-width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.facebook-icon {
	display: none;
}

.menu-dropdown {
	display: none;
}

.phone-icon-number {
	display: flex; 
	align-content: center;
	align-items: center;
	justify-content: flex-end; 
	padding-bottom: 5px;
}

#Header_phone_icon_container {
	height: 30px;
	width: 40px;
}

#Header_phone_icon {
	max-width: 100%;
	padding-right: 10px;
	object-fit: cover;
	object-position: 50% 50%;
}

.phone-mobile-icon {
	display: none;
}

#Header_phone_mobile_icon_container {
	height: 30px;
	width: 40px;
}

#Header_phone_mobile_icon {
	max-width: 100%;
	padding-right: 10px;
	object-fit: cover;
	object-position: 50% 50%;
}

.header-bottom {
	width: 100%;
	margin: 0; 
	padding: 0; 
	display: block;  
	position: relative;
}

.header-bottom-image-container {
	width: 100%;
	display: flex;
	height: 560px;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.header-bottom-image-container img {
	max-width: 100vw;
	margin: 0;
	padding: 0;
	opacity: 0.95;
	object-fit: cover;
	object-position: 50% 50%;
	/*box-shadow: 0px 10px 10px 1px rgba(100,100,100,1);*/
}

.header-bottom-up-bar-mobile {
	display: none;
}

.header-bottom-up-bar-mobile div {
	display: none;
}

.header-middle {
	padding: 0;
	margin: 0;
	display: block;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.header-bottom-up-bar {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: white;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: sticky;
}

.header-bottom-right-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.header-bottom-right-translate-icon {
	margin-right: 6px;
}

.header-bottom-right-translate-icon img {
	height: 25px;
	margin-top: 5px;
}

.header-bottom-right {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

.header-bottom-right p {
	display: block;
	margin: 0;
	padding: 0 0 0px 20px;
	color: black;
	font-family: Open Sans;
	font-weight: 500;
	font-size: 14px;
}

.header-bottom-left {
	height: 100%;
	margin: 0;
	padding: 0;
	padding-left: 130px;
	background-color: white;
}

.header-bottom-left ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.header-bottom-left ul li {
	margin: 0;
	padding: 16px 20px 16px 20px;
	display: inline-block;
}

.header-bottom-left ul a {
	text-decoration: none;
	list-style-type: none;
	color: rgba(100,100,100,1);
	font-family: Open Sans;
	letter-spacing: 1px;
	font-size: 13px;
}

.header-bottom-left ul li:hover {
	border-top: 2px solid rgba(255,96,0,1);
	padding: 14px 20px 14px 20px;
	/*background-color: rgba(255,96,0);
	color: white;*/

}

.header-bottom-inner-container {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.header-bottom-first-bar {
	margin: 0;
	z-index: 1;
	padding: 0;
	position: absolute;
	top: 0;
	padding-left: 130px;
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1) 40%, rgba(255,96,0,0) 100%);
}

.header-bottom-first-bar p {
	margin: 0;
	padding: 0;
	font-family: Open Sans;
	font-weight: 500;
	font-size: 15px;
	color: white;
	padding: 8px 20px 8px 20px;
}

.header-bottom-second-bar {
	padding: 0 130px 0 130px;
	margin: 0 auto;
	display: flex;
	width: auto;
	position: absolute;
	width: 100%;
	bottom: 0;
	justify-content: space-between;
	background-color: rgba(255,96,0,1);
	/*background-color: rgba(247,150,59,1);*/
}

.header-bottom-second-bar div {
	padding: 6px 20px 6px 20px;
}

.header-bottom-second-bar p {
	font-family: Impact;
	font-weight: 100;
	color: white;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.header-bottom-second-bar-items {
	display: flex;
	align-items: center;
}

.header-bottom-second-bar-items img {
	height: 11px;
	margin: 0 6px;
}

.home-white-bar {
	padding: 0;
	margin: 0px 0px 48px 0px;
	display: block;
	width: 100%;
}

#indexadvices, #indexabout, #indexcontact, #indexmain, #indexgallery {
	width: 100%;
}

.main-orange-bar {
	padding: 0;
	margin: 64px 130px 48px 130px;
	display: flex;
	flex-direction: row;
	align-items: center;
	/*background-color: rgba(255,92,0,1);*/
	background-color: white;
	border-bottom: 2px solid rgba(255,96,0,1);
}

.main-orange-bar h1 {
	color: rgba(100,100,100,1);
	/*color: white; */
	font-family: Open Sans; 
	font-size: 22px; 
	font-weight: 100; 
	margin: 0; 
	padding: 16px 0px 12px 14px;
}

main {
	width: 100%;
	margin: 0 auto;
	padding: 0 140px 0 140px;
}

.main-container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	margin-bottom: 128px;
}

.main-content {
	margin-left: auto;
	width: 60%;
}

.main-content-cell-flex {
	display: flex;
}

.main-content-cell-flex p {
	color: rgba(100,100,100,1);
	font-family: Open Sans;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 10px;
}

.main-content-cell-flex span {
	color: rgba(255,92,0,1);
	line-height: 150%;
	margin-top: 8px;
	margin-left: 8px;
}

.main-content-header1 {
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1), rgba(255,96,0,0));
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}

.main-content-header2 {
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1), rgba(255,96,0,0));
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	margin-top: 24px;
}

.main-content-headers h1 {
	color: white;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 6px 20px 6px 20px;
}

.main-content-more {
	padding-left: 30px;
	color: rgba(255,96,0,1);
	font-family: Open Sans;
}

.main-content-more-inside-link {
	display: inline-block;
}

.main-content-more-outside-link {
	display: none;
}

.main-image {
	width: 40%;
}

.main-image img {
	width: 100%;
  	display: block;
  	margin-right: auto;
} 

.about-container {
	display: block;
	margin-bottom: 128px;
}

.about-container-up {
	margin: 0 auto;
	display: flex;
	padding: 0;
	justify-content: space-around;
}

.about-content {
	width: 60%;
	padding: 0;
	padding-bottom: 64px;
	margin: 0;	
}

.about-content-up {
	padding: 0;
	margin: 0;
}

.about-content-up-header {
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1), rgba(255,96,0,0));
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}

.about-content-up-header h1 {
	color: white;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 6px 20px 6px 20px;
}

.about-content-up-text-cell-flex {
	display: flex;
}

.about-content-up-text {
	padding: 0;
	margin: 0;
}

.about-content-up-text p {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 150%;
	padding: 16px;
	padding-top: 10px;
	padding-left: 18px;
	margin: 0;
	color: rgba(100,100,100,1);
}

.about-content-up-text span {
	color: rgba(255,92,0,1);
	line-height: 150%;
	margin-top: 8px;
	margin-left: 8px;
}

.about-content-bottom {
	padding: 0;
	margin: 0;
}

.about-content-bottom-header {
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1), rgba(255,96,0,0));
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	margin-top: 24px;
}

.about-content-bottom-header h1 {
	color: white;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 6px 20px 6px 20px;
}

.about-content-bottom-text {
	padding: 0;
	margin: 0;
}

.about-content-bottom-text p {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 16px;
	color: rgba(100,100,100,1);
}

.about-content-bottom-text span {
	color: rgba(255,92,0,1);
	line-height: 150%;
	margin-top: 8px;
	margin-left: 8px;
}

.about-content-bottom-text-flex1 span {
	margin-top: 16px;
}

.about-content-bottom-text-flex {
	display: flex;

}


.about-content-bottom-vat {
	padding: 0;
	margin: 0;
}

.about-image {
	width: 40%;
	padding: 0;
	margin: 0;
	height: 400px;
	position: relative;

}

.about-image img {
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
  	max-width: 100%;
  	max-height: 100%;
  	position: absolute;
  	top: 0;
} 

.about-container-bottom {
	width: 100%;
	margin-top: 64px;
}

.about-container-bottom-flex-cell {
	display: flex;
}

.about-container-bottom-flex-cell p {
	font-family: Open Sans;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 0;
	padding-right: 16px;
	color: rgba(100,100,100,1);
}

.about-container-bottom-flex-cell span {
	color: rgba(255,92,0,1);
	line-height: 150%;
	margin-top: 16px;
	margin-left: 8px;
}

.about-container-bottom-1 {
	display: block;
	margin-bottom: 64px;
}

.about-container-domestic-removals-image {
	display: block;
	width: 250px;	
	margin: 44px auto 32px auto;
}

.about-container-bottom-1-header {
	color: black;
	font-family: Open Sans;
	font-size: 28px;
	font-weight: 400;
	text-align: left;
	padding: 16px 0px 16px 0px;

}

.about-cotnainer-bottom-1-orange-bar {
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1), rgba(255,96,0,0));
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.about-cotnainer-bottom-1-orange-bar p {
	color: white;
	display: block;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 6px 0 6px 20px;
}

.about-cotnainer-bottom-1-orange-bar img {
	height: 20px;
	width: auto;
	margin: 0;
	padding-left: 10px;
}

.about-container-bottom-2 {
	display: block;
	padding: 0;	
	padding-top: 64px;
	margin: 0;
}

.about-container-international-removals-image {
	display: block;
	width: 700px;	
	margin: 64px auto 64px auto;
}

.about-cotnainer-bottom-2-orange-bar {
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1), rgba(255,96,0,0));
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.about-cotnainer-bottom-2-orange-bar p {
	color: white;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 6px 0 6px 20px;
} 

.about-cotnainer-bottom-2-orange-bar img {
	height: 20px;
	width: auto;
	margin: 0;
	padding-left: 10px;
}

.services-container {
	display: block;
	margin-bottom: 128px;
}

.gallery-container {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 128px;
}

.gallery-our-cars-image-container-orange-bar {
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1) 20%, rgba(255,96,0,0) 95%);
	margin: 0;
	padding: 6px 20px 6px 20px;
}

.gallery-our-cars-image-container-orange-bar h1 {
	color: white;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.gallery-our-cars-container {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery-our-cars-image-container {
	padding: 1px;
	width: 25%;
	text-align: center;
}

.gallery-our-cars-image-container img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
}

.contact-container {
	margin: 0 auto;
	padding: 0 20px 0 20px;
	margin-bottom: 128px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.contact-info-container {
	margin: 0;
	padding: 0px 40px 0px 0px;
}

.contact-info-container img {
	height: 450px;
	margin: 30px 30px 10px 30px;
}

.contact-info-container-tel {
	font-family: Open Sans;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	margin: 0;
	padding-top: 16px;
	padding-bottom: 4px;
	color: rgba(100,100,100,1);
}

.contact-info-container-url {
	font-family: Open Sans;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	margin: 0;
	padding: 4px;
	color: rgba(255,96,0,1);
}

.contact-map-container {
	padding: 0px 40px 0px 40px;
}

#contact-map {
	border-top: 5px solid rgba(255,92,0,1);
	width: 350px;
	height: 385px;
}

.contact-map {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.contact-form-container {
	margin: 0;
	padding: 0px 0px 0px 40px;
}

.status {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 32px;
}

#message-successfull {
	color: green;
}

#message-fail {
	color: red;
}

.contact-info-content {
	font-family: Open Sans;
}

.contact-form form {
	margin: 0 auto;
	width: 550px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid rgba(137,137,137,1);
	border-radius: 16px;
	padding: 32px;
}

.contact-form input { 

	width: 100%;

}

.contact-form textarea {
	width: 100%;
	resize: vertical;
}

form label {
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: grey;
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 100;
}

.contact-form-content {
	padding: 7px;
	padding-left: 12px;
	margin-bottom: 4px;
	border-radius: 16px;
	border: 1px solid #a9aab2;
	font-size: 14px;
	font-family: calibri;
	color: #8f919c;
}

.contact-form-content:focus {
	outline-width: 0;
}

.g-recaptcha {
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 16px;
	transform-origin: 50% 50%;
 	-webkit-transform-origin: 50% 50%;
}

.contact-form-content-submit {
	width: 100%;
	border-radius: 16px;
	border: none;
	padding: 12px;
	margin: 0;
	color: white;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: rgba(137,137,137,1);
	font-family: impact;
	font-size: 16px;
}

#Contact_icon_white {
	height: 12px;
	vertical-align: middle;
	padding-left: 4px;
}

.contact-form-content-submit:focus {
	outline-width: 0;
}

.contact-form-content-submit:hover {
	cursor: pointer;
	background-color: rgba(255,92,0,1);
}

#contact-form-callnow div p {
	font-size: 16px;
}

.contact-thanks {
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

.contact-thanks p {
	font-family: Open Sans;
	font-weight: 100;
	font-size: 16px;
}

.contact-thanks-clickhere {
	display:;
	color: black;
}

.advices_container {
	margin: 0;
	margin-bottom: 64px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: flex;
	justify-content: center;
}

.advices_column_container {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.advices_image {
	position: sticky;
	width: 30%;
	height: 100%;
	display: block;
	top: 19vh;
	margin-left: auto;
}

.advices_image img {
	display: block;
	height: 60vh;
	margin-left: auto;
}

.advices_cell {
	width: 100%;
	margin-bottom: 64px;
}

.advices_cell_header_left {
	width: 100%;
	background-image: linear-gradient(to right, rgba(255,96,0,1) 20%, rgba(255,96,0,0) 95%);
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}

.advices_cell_header_right {
	width: 100%;
	background-image: linear-gradient(to left, rgba(255,96,0,1) 20%, rgba(255,96,0,0) 95%);
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	margin-top: 32px;
}

.advices_cell_header_left p {
	color: white;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	padding: 6px 20px 6px 20px;
	text-align: left;
}

.advices_cell_header_right p {
	color: white;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
	text-align: right;
	padding: 6px 20px 6px 20px;
}

.advices_cell_content {
	display: flex;
	justify-content: center;
}

.advices_cell_content_text {
	width: 100%;
}

.advices_cell_content_icon {
	margin: 0;
	padding: 0;
}


.advices_cell_content_icon img {
	height: 90px;
	margin: 16px;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
}

.advices_cell_content_icon2 {
	display: none;
	margin: 0 auto;
}

.advices_cell_content_icon2 img {
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

.advices_cell_content_text_cell {
	display: flex;
}

.advices_cell_content_text_cell span {
	color: rgba(255,96,0,1);
	margin: 0;
	padding: 16px;
	padding-top: 10px;
	padding-right: 0px;
}

.advices_cell_content_text_cell p {
	margin: 0;
	padding: 0;
	font-family: Open Sans;
	padding: 16px;
	line-height: 150%;
	padding-left: 10px;
	padding-right: 120px;
	padding-top: 10px;
	font-size: 16px;
	color: rgba(105,105,105,1);
}

footer {
		margin: 0;
}

.navigation-wall {
	opacity: 0.7;
	font-size: 12px;
}

.footer-container {
	padding: 26px 0 26px 0;
	display: flex;
	justify-content: space-between;
	border-top: 2px solid rgba(255,96,0,1);
	position: relative;
}

.footer-container-logo {
	position: relative;
	left: 0;
	margin-left: 20px;
	padding-left: 140px;
}

.footer-container-logo img {
	display: block;
	margin: 0;
	padding: 0;
	height: 30px;
}

.footer-container-translate {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.footer-container-translate li {
	margin: 0;
	padding: 0;
}


.footer-container-translate p {
	margin: 0;
	padding: 0;
	font-family: Open Sans;
	font-size: 12px;
}


.footer-container-navigation {
	margin-right: 20px;
	padding-right: 140px;
	position: relative;
	right: 0;
}

.footer-container-navigation ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.footer-container-navigation ul li {
	margin: 0;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

.footer-container-navigation ul a {
	text-decoration: none;
	list-style-type: none;
}


.footer-container-navigation p {
	margin: 0;
	padding: 0;
	color: black;
	font-family: Open Sans;
	font-size: 12px;
	opacity: 0.7;
}

.footer-container-navigation p:hover {
	opacity: 1;
	cursor: pointer;
}

#gotopbtn {
	display: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	position: fixed;
	height: 45px;
	bottom: 30px;
	right: 20px;
	background-color: white;
	border-radius: 16px;
}

#gotopbtn:hover {
	cursor: pointer;
}

.fas {
	color: rgba(255,92,0,1);
	font-size: 32px;
	padding: 10px;
}

@media screen and (max-width: 1250px) {

	.header-top-left {
		padding-left: 65px;
	}

	.header-top-right {
		padding-right: 65px;
	}

	.header-bottom-left {
		padding-left: 45px;
	}

	.header-top-right-translate {
		padding-right: 65px;		
	}

	.header-bottom-second-bar {
		padding-left: 65px;
		padding-right: 65px;
	}

	.footer-container-logo {
		padding-left: 65px;
	}

	.footer-container-navigation {
		padding-right: 65px;
	}


}

@media screen and (max-width: 1100px) {
	
	body {
		width: 100vw;
		margin: 0;
		padding: 0;
	}

	header {
		width: 100vw;
		margin: 0;
		padding: 0;
	}

	main {
		width: 100vw;
		margin: 0;
		padding: 0;
	}
	
	footer {
		width: 100vw;
		margin: 0;
		margin-top: 0;
		padding: 0;
	}

	.header-top {
		padding: 0px 15px 12px 15px;
	}

	.header-top-left img {
		height: 50px;
	}
	
	.header-top-right {
		display: flex;
		padding: 0;
		padding-right: 10px;
		align-items: center;
	}

	.header-top-translate-mobile {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		list-style-type: none;
		margin: 0;
		padding: 0;	
		padding-top: 10px;
		padding-right: 25px;
	}

	.header-top-translate-mobile p {
		font-size: 13px;
		font-family: Open Sans;
	}

	.header-top-right-translate {
		display: none;
	}

	.header-top-left {
		padding: 12px 10px 0px 10px;
	}

	.facebook-icon2 {
		display: none;
	}

	.facebook-icon {
		display: block;
		height: 40px;
		width: 40px;
		margin: 0 7px 0 7px;
	}

	.facebook-icon img {
		max-width: 100%;
		object-fit: contain;
		object-position: 50% 50%;
	}


	.menu-slider {
		display: block;
		position: relative;
		background-image: url("img/Dropdown_menu_orange_circle.png");
		background-repeat: no-repeat; 
		background-size: cover; 
		background-position: center; 
		height: 40px;
		width: 40px;
		margin: 0px 0px 0px 7px;	
	}

	.menu-slider:hover {
		cursor: pointer;
	}

	.menu-mobile {
		display: block;
		height: 100%;
		width: 250px;
		position: fixed;
		z-index: 9999;
		top: 0;
		right: -255px;
		background-color: rgba(100,100,100,1);
		overflow-x: hidden;
		transition: 0.3s;
	}

	.menu-mobile-close {
		position: absolute;
		top: 5px;
		right: 10px;
		transition: 0.05s;
	}

	.menu-mobile-background {
		right: 0;
		top: 0;
		position: fixed;
		overflow: hidden;
		z-index: 9998;
		width: 0px;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
	}

	.menu-mobile-header {
		min-width: 250px;
		padding: 16px;
		text-align: center;
		background-color: white;
	}

	.menu-mobile-header p {
		font-family: Open Sans;
		font-size: 14px;
		color: rgba(100,100,100,1);
		padding: 2px;
		font-weight: 500;
		display: block;
		white-space: nowrap;
	}

	.menu-mobile-header img {
		margin: 0 auto;
		height: 65px;
		padding-bottom: 6px;

	}

	.menu-mobile-close p:hover {
		color: rgba(240,240,240,1);
		cursor: pointer;
	}

	.menu-mobile-close p {
		font-family: Open Sans;
		font-size: 18px;
		color: rgba(100,100,100,1);
		font-weight: 600;
		display: block;
	}

	.dropdown-content-item {
		min-width: 100%;
		transition: 0.1s;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		padding: 10px;
		padding-top: 15px;
		margin: 0;
		flex-wrap: nowrap;
	}

	.dropdown-content-item-text p {
		white-space: nowrap;
		font-family: Open Sans;
		font-size: 13px;
		color: white;
		padding: 10px;
		padding-left: 0;	
		margin: 0;
		display: block;
	}
	
	.dropdown-content-item-text {
		padding: 0;
		margin: 0;
	}

	.dropdown-content-item-icon {
		min-width: 50px;
		display: flex;
		margin: 0;
	}

	.dropdown-content-item-icon img {
		margin: 0 auto;
	}

	.dropdown-content-item:hover {
		background-color: rgba(150,150,150,1);
	}

	.menu-dropdown:hover {
		cursor: pointer;
	}

	.phone-icon-number {
		display: none;
		padding: 0;
		margin: 0;
	}

	.phone-mobile-icon {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}

	#Header_phone_mobile_icon_container {
		width: 40px;
		height: 40px;
		margin: 0 0 0 0;
		padding: 0;
	}

	#Header_phone_mobile_icon {
		height: 40px;
		width: 40px;
		padding: 0;
		margin: 0;
	}

	.phone-icon-number-callnow p {
		display: none;
	}

	.header-bottom-image-container {
		height: 450px;
	}

	.header-bottom-up-bar, .header-bottom-first-bar {
		display: none;
	}

	.header-bottom-up-bar-mobile {
		display: none;
		background-color: white;
		width: 100%;
	}

	.header-bottom-up-bar-mobile div {
		display: none;
	}

	.header-bottom-up-bar-mobile p {
		font-family: Open Sans;
		font-size: 16px;
		color: grey;
		padding: 8px;
	}

	.header-bottom-second-bar div {
		display: none;
	}

	.header-bottom-image-container {
		height: 80vh;
	}

	.main-orange-bar {
		padding: 0px 0px 0px 0px;
		margin: 36px 0px 48px 0px;
		width: 100%;
		border: none;
		justify-content: center;
	}

	.main-orange-bar h1 {
		font-size: 26px;
		padding: 16px 16px 12px 16px;
		border-bottom: 2px solid rgba(255,96,0,1);
	}


	.main-container {
		display: block;
		margin: 0 auto;
		padding: 0;
	}

	.main-content {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.main-content img {
		padding-left: 6px;
	}

	.main-content p {
		padding-left: 12px;
		padding-right: 24px;
	}

	.main-image {
		width: 50%;
		padding: 0;
		margin: 0 auto;
		margin-bottom: 32px;
	}

	.main-image img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.main-content-more {
		padding-left: 38px;
	}

	.main-content-cell-flex p {
		padding-left: 12px;
		padding-right: 24px;
	}

	.main-content-cell-flex span {
		padding-left: 12px;
	}

	.main-content-more-inside-link {
		display: none;
	}

	.main-content-more-outside-link {
		display: inline-block;
	}

	.about-container {
		margin-bottom: 64px;
	}

	.about-container-up {
		display: block;
		margin: 0 auto;
		padding: 0;
	}

	.about-container-up img {
		padding-left: 6px;
	}

	.about-container-up p {
		padding-left: 12px;
		padding-right: 24px;
	}

	.about-content {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.about-content-up-text-cell-flex p {
		padding-left: 12px;
		padding-right: 24px;
	}

	.about-content-up-text-cell-flex span {
		padding-left: 12px;
	}


	.about-content-bottom-text span {
		padding-left: 12px;
	}

	.about-content-bottom-text p {
		padding-right: 24px;
	}

	.about-image {
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: 32px;
		position: static;
	}

	.about-image img {
		height: 100%;
		width: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: static;
	}

	.about-container-bottom-1-header {
		padding-left: 12px;
	}

	.about-container-bottom-2-header {
		padding-left: 12px;
	}

	.about-container-bottom-flex-cell p {
		padding-right: 24px;
	}

	.about-container-bottom-flex-cell span {
		padding-left: 12px;
	}

	.gallery-container {
		margin-bottom: 64px;
	}

	.gallery-our-cars-image-container-orange-bar {
		width: 100%;
		padding: 6px 20px 6px 20px;
	}

	.gallery-our-cars-container {
		width: 100%;
		margin: 0 auto;
		justify-content: center;
	}

	.gallery-our-cars-image-container {
		width: 50%;
		padding: 1px;
		margin: 0;
	}

	.contact-container {
		flex-direction: column;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 64px;
	}

	.contact-info-container, .contact-map-container {
		display: block;
		margin: 0 auto;
		margin-bottom: 64px;
	}

	.contact-info-container {
		padding: 0 10px;
	}

	.contact-map-container {
		padding: 0px 12px 0px 12px;
	}

	#contact-map {
		width: 300px;
		height: 350px;
	}

	.contact-form-container {
		display: block;
		padding: 0px;
		margin: 0 auto;
	}
	
	.advices_container_header {
		margin-bottom: 16px;
		margin-top: 36px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.advices_container_header_advices {
		font-size: 44px;
		line-height: 50%;
	}

	.advices_container_header_text {		
		font-size: 14px;
		line-height: 18px;
		padding-left: 35px;
	}

	.advices_container_header_questionMark {
		font-size: 39px;
		line-height: 48px;
	}

	.advices_column_left {
		margin-left: 15px;
		margin-right: 15px;
	}

	.advices_column_right {
		margin-left: 15px;
		margin-right: 15px;
	}

	.advices_cell_content_text_cell p {
		padding-right: 100px;
	}

	.footer-container {
		display: block;
		margin: 0 auto;
	}

	.footer-container-logo {
		position: static;
		display: flex;
		margin: 0 auto;	
		justify-content: center;
		margin-bottom: 16px;
		padding-left: 0;
	}

	.footer-container-translate {
		display: flex;
		justify-content: center;
		transform: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 16px;
	}

	.footer-container-navigation {
		display: flex;
		justify-content: center;
		position: static;
		margin: 0 auto;
		margin-bottom: 16px;
		padding-right: 0;
	}

}

@media screen and (max-width: 1000px) {

	.advices_column_left {
		width: 80%;
		margin: 0;
	}

	.advices_column_right {
		width: 80%;
		margin: 0;
	}

}	

@media screen and (max-width: 900px) {

	.header-bottom-image-container {
		height: 80vh;
	}

	.header-bottom-image-container img {
		max-width: 100vw;
		object-fit: cover;
		object-position: 50% 50%;
	}

	.advices_image {
		display: none;
	}

	.advices_column_container {
		width: 100%;
	}

	.advices_cell_content_text_cell p {
		padding-right: 16px;
	}

}

@media screen and (max-width: 750px) {

	.about-container-international-removals-image {
		width: 90%;
		margin: 32px auto 32px auto;
	}

}

@media screen and (max-width: 630px) {

	.contact-form-container {
		width: 100%;
	}

	.contact-form form {
		width: 85%;
	}

}

@media screen and (max-width: 500px) {

	.cookies-info {
		flex-direction: column;	
		align-content: flex-start;
		align-items: flex-start;
	}

	.cookies-accept-button {
		width: 100%;
	}

	.cookies-accept-button p {
		margin: 10px 0px 10px 0px;
		border-radius: 0px;
	}

	.cookies-accept-button p:hover {
		margin: 10px 0px 10px 0px;
		border-radius: 0px;
	}

	.contact-map-container iframe {
		width: 250px;
		height: 250px;
	}

	.contact-form form {
		width: 100%;
		border: none;
		padding: 0 32px 0 32px;
	}

	.contact-form-callnow #contact-form-callnow {
		font-size: 14px;
	}
	
	.modal-content {
		height: 100px;
	}

	.modal-content h1 {
		font-size: 14px;
	}

	.header-top-translate-mobile {
		padding-top: 10px;
		padding-right: 15px;
	}

	.header-top-right {
		display: flex;
		padding: 0;
		padding-right: 10px;
		align-items: center;
	}

	.header-top-left {
		padding: 10px 0px 0px 0px;
	}

	.header-top-right {
		padding-right: 0px;
	}

	.header-bottom-up-bar-mobile p {
		font-family: Open Sans;
		color: white;
		margin: 0;
		font-size: 16px;
		padding: 5px 4px 5px 4px;
	}

	.about-container {
		padding: 0px 0px 0px 0px;
	}

	.main-image {
		width: 100%;
	}

	.about-image {
		margin-top: 32px;
		height: 360px;
	}

	.gallery-our-cars-image-container {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.advices_column_left {
		width: 100%;
		margin: 0;
	}

	.advices_column_right {
		width: 100%;
		margin: 0;
	}

	.advices_cell {
		margin-bottom: 32px;
	}

	.advices_cell_content_text_cell span {
		margin-left: 16px;
	}

	.advices_cell_content_icon {
		display: none;
	}

	.advices_cell_content_icon2 {
		display: block;
		text-align: center;
		margin: 0;
		margin-top: 10px;
		padding: 0;
	}

	.footer-container-logo {
		margin-left: 0px;
	}

	.footer-container-navigation {
		margin-right: 0px;
	}

}

@media screen and (max-width: 450px) {
	
	.g-recaptcha {
		transform-origin: left top;
 		-webkit-transform-origin: left top;
	}

}

@media screen and (max-width: 400px) {

	.about-image {
		margin-top: 32px;
		height: 280px;
	}

	.g-recaptcha {
		margin-top: 12px;
		margin-bottom: 8px;
	}

}

@media screen and (max-width: 340px) {

	.g-recaptcha {
		margin-top: 12px;
		margin-bottom: 0;
	}

}