@media only screen and (max-width: 1250px) {
	.content-right img {
	    top: 30%;
	}

	.first-page .content {
	    padding: 20% 20%;
	}

	#menu-main-menu {
	    padding-left: 10%;
	    padding-right: 10%;
	    height: 143px;
	}
}

@media only screen and (max-width: 1024px) {
	.first-page .content {
	    padding: 20% 15%;
	}

	#menu-main-menu {
	    height: 134px;
	}
	
	label {
	    font-size: 22px;
	}

	footer h4 {
	    left: 15%;
	}
	#menu-footer-menu {
	    right: 6%;
	    width: 55%;
	}
}

@media only screen and (max-width: 768px) {
	.header-logo {
	    width: 50%;
	    padding-top: 5%;
	}

	.header-logo img {
	    width: 100%;
	}

	.content-left {
	    float: unset;
	    width: 100%;
	    padding: 10% 18%;
	    position: relative;
	    top: 40%;
	    padding-bottom: 0;
	}

	.content-right {
	    float: unset;
	    width: 100%;
	    padding: 10px;
	}

	.content-right img {
	    width: 100%;
	    position: relative;
	    right: 0;
	}

	.second-page h2 {
	    text-align: left;
	    line-height: 40pt;
	}

	.third-page .content {
	    font-size: 22px;
	    line-height: 40pt;
	}

	ol {
	    margin: 0;
	    padding: 0;
	    margin-top: 0;
	    font-size: 24px;
	    line-height: 34pt;
	}

	.first-page {
	    background-image: url(../img/mobile-background-1.jpg);
	}
	.second-page {
	    background-image: url(../img/mobile-background-2.jpg);
	}
	.third-page {
	    background-image: url(../img/mobile-background-3.jpg);
	}

	#back-to-top {
	    background-image: url(../img/back-to-top-hover.svg);
	}

	#menu-main-menu {
		width: 50%;
	    height: 110px;
	    padding-left: 20%;
    	padding-right: 12%;
    	padding-top: 5%;
	}

	.button-wrapper {
	    text-align: center;
	}
	label {
	    font-size: 22px;
	}
	input[type="text"] {
	    font-size: 17px;
	    margin: 5px 0;
	}
	.form-field.name .form-group:nth-child(1) {
	    max-width: 768px;
	    width: 100%;
	}
	.form-field.name .form-group:nth-child(2) {
	    max-width: 768px;
	    width: 100%;
	}
	label.last-name-label {
	    display: none;
	}
	.submitBtn {
	    padding: 18px 105px;
	    font-size: 22px;
	}

	.third-page .content {
	    margin-bottom: 30%;
	}
	form#contact-form {
	    padding-bottom: 20%;
	}
	.disclaimer-page .content-left,
	.privacy-policy-page .content-left,
	.cookies-policy-page .content-left {
	    padding-bottom: 40%;
	}
	.disclaimer-page .title,
	.privacy-policy-page .title,
	.cookies-policy-page .title  {
	    font-size: 23px !important;
	}
	.disclaimer-page p,
	.privacy-policy-page p,
	.cookies-policy-page p {
	    font-size: 1.5rem !important;
	}
	.disclaimer-page li,
	.privacy-policy-page li,
	.cookies-policy-page li {
	    font-size: 1.5rem !important;
	}
	.disclaimer-page ol,
	.privacy-policy-page ol,
	.cookies-policy-page ol {
	    font-size: 1.5rem !important;
	}

	footer h4 {
	    margin-left: 0;
	    position: absolute;
	    left: 13%;
	    bottom: 7%;
	    font-size: 13px !important;
	}
	#menu-footer-menu {
	    position: relative;
	    right: 0;
	    float: right;
	    margin-right: 0%;
	    display: inline-flex;
	    -moz-flex-flow: wrap;
	    -webkit-flex-flow: wrap;
	    flex-flow: wrap;
	    width: 100%;
	}
	#menu-footer-menu li {
	    font-size: 13px !important;
	    width: 50%;
	    margin: 10px 0;
	}
	#menu-footer-menu li:nth-child(1) {
	    order: 3;
	    margin-left: auto;
	}
}

@media only screen and (max-width: 600px) {
	.first-page .content {
		font-size: 24px;
	    padding: 40% 12%;
	}

	.content-left {
	    padding-bottom: 5%;
	}

	ol {
	    font-size: 20px;
	    line-height: 30pt;
	}

	.second-page h2 {
	    text-align: center;
	    line-height: 40pt;
	}

	.third-page .content {
	    font-size: 20px;
	    line-height: 30pt;
	}

	#back-to-top {
	    bottom: 70px;
	    right: 30px;
	}

	#menu-main-menu {
	    padding-top: 0%;
	}
	#menu-item-11 a:before {
	    transform: scale(.7);
	}
	#menu-item-11.current-menu-item a:before {
	    transform: scale(.7);
	}
	#menu-item-14 a:before {
	    transform: scale(.7);
	}
	#menu-item-14.current-menu-item a:before {
	    transform: scale(.7);
	}
}

@media only screen and (max-width: 480px) {
	.header-logo {
	    width: 60%;
	}

	.second-page h2 {
	    text-align: left;
	    line-height: 35pt;
	    font-size: 25px;
	}

	li {
	    font-size: 19px;
	}

	h2 {
	    font-size: 16px;
	}

	h3 {
	    font-size: 14px;
	}

	h4 {
	    font-size: 12px;
	}

	.second-page {
	    padding: 10% 10%;
	}

	.second-page h2 {
	    line-height: 30pt;
	    font-size: 21px;
	}

	.content-left {
	    padding: 15% 9%;
	    padding-bottom: 25%;
	}

	.content-right {
	    float: unset;
	    width: 135%;
	    padding: 10px;
	    bottom: 50px;
	    position: relative;
	    left: -22%;
	}

	.content-left p {
	    font-size: 22px;
	}

	.third-page .content {
	    font-size: 18px;
	    line-height: 28pt;
	}

	#back-to-top {
	    background-size: 35px;
	    bottom: 25px;
	    right: 15px;
	    width: 36px;
	    height: 115px;
	}

	footer {
	    bottom: 0;
	}

	#menu-main-menu {
	    height: 74px;
	    padding-left: 4%;
	    padding-right: 4%;
	    padding-top: 4%;
	    width: 40%;
	}

	label {
	    font-size: 16px;
	}
	input[type="text"] {
	    min-height: 40px;
	    font-size: 20px;
	}
	input[type="email"] {
	    min-height: 40px;
	    font-size: 20px;
	}
	textarea {
	    min-height: 100px;
	    font-size: 18px !important;
	}
	input {
	    font-size: 20px;
	}
	input::placeholder {
	    font-size: 17px;
	    font-weight: 100;
	    color: #dfdfdf;
	}
	.submitBtn {
	    padding: 10px 65px;
	    font-size: 18px;
	    margin: 0 auto;
	    background-size: 170px !important;
	    text-align: center;
	}
	.notification {
	    max-width: 300px;
	    width: 100%;
	}

	.third-page .content {
	    margin-bottom: 50%;
	}
	form#contact-form {
	    padding-bottom: 40%;
	}
	.disclaimer-page .content-left,
	.privacy-policy-page .content-left,
	.cookies-policy-page .content-left {
	    margin-bottom: 0%;
	}

	footer h4 {
	    font-size: 13px !important;
	}
	#menu-footer-menu {
	    margin-top: 17px;
	}
	#menu-footer-menu li {
	    font-size: 13px !important;
	}
}

@media only screen and (max-width: 425px) {
	li {
	    margin-bottom: 25px;
    	font-size: 18px;
	}

	.first-page .content {
	    font-size: 20px;
	    padding: 55% 10%;
	}

	.second-page h2 {
	    font-size: 19px;
	}

	footer h4 {
	    left: 5%;
	}
}

@media only screen and (max-width: 375px) {
	.first-page .content {
	    font-size: 18px;
	    padding: 65% 10%;
	    line-height: 32pt;
	}

	.second-page h2 {
	    line-height: 28pt;
	    font-size: 18px;
	    text-align: center;
	}

	.third-page .content {
	    font-size: 16px;
	}

	ol {
	    line-height: 28pt;
	}

	li {
	    font-size: 16px;
	}

	h2 {
	    font-size: 16px;
	}

	h3 {
	    font-size: 14px;
	}

	h4 {
	    font-size: 12px;
	}

	#menu-main-menu {
	    height: 62px;
	}
	#menu-item-11 a:before {
	    transform: scale(.6);
	}
	#menu-item-11.current-menu-item a:before {
	    transform: scale(.6);
	}
	#menu-item-14 a:before {
	    transform: scale(.6);
	}
	#menu-item-14.current-menu-item a:before {
	    transform: scale(.6);
	}
}

@media only screen and (max-width: 325px) {
	.second-page h2 {
	    line-height: 28pt;
	    font-size: 16px;
	}
	.third-page .content {
	    font-size: 15px;
	    line-height: 25pt;
	}
	ol {
	    line-height: 27pt;
	}
}