::selection {
    background: #F7AA46;
    color: #FFF;
}
::-moz-selection {
    background: #F7AA46;
    color: #FFF;
}

html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Great Vibes', 'Open Sans', sans-serif;
    background-color: #FFF;
}
a {
    text-decoration: none;
    color: #F7AA46;
}
h1 {
    font-size: 68px;
    color: #000;
    text-align: center;
    font-weight: 400;
  
  	max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
h2 {
    font-size: 64px;
    color: #F7AA46;
    font-weight: 400;
}
h3 {
    font-size: 37px;
    color: #F7AA46;
    font-weight: 400;
}
p {
    font-family: 'Open Sans';
    font-weight: 200;
    font-size: 16px;
    /*color: #ACACAC;*/
    color: #757575fc;
    font-weight: 100;
}
span.open-sans {
    font-family: 'Open Sans';
    font-size: 56px;
    font-weight: 100;
}
span.p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 200;
    color: #ACACAC;
}
.divider {
    width: 22%;
    height: 1px;
    margin: 106.5px auto 72.5px auto;
    color: #F7AA46;
    background: #F7AA46;
}
.yellow {
    color: #F7AA46;
}



@media only screen and (max-width: 1080px) {
    body {
        width: 100%;
    }
    h1 {
		font-size: 39px;
	}
	h2 {
        font-size: 47px;
	}
	h3 {
		font-size: 32px;
	}
	p {
		font-size: 14px;
    }
    .divider {
        width: 45%;
        height: 1px;
        margin: 10px auto 50px auto;
        color: #F7AA46;
        background: #F7AA46;
    }
    header nav {
		height: 70px;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 9999;

		/*background: #000;*/
		background: #FFF;
		opacity: 0.95;
		border-bottom: 1px solid #F2F2F2;
    }
    #mobile-menu-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        margin: auto;
        background: #ffffff;
        z-index: 123456789;
        padding: 0 30px;
        overflow-x: hidden;
        transform: scale(1.5);
        visibility: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    #mobile-menu-wrapper.open {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
        transition: .3s ease-in-out;
    }
    #mobile-menu-wrapper img#mobile-menu-logo {
        width: 59.5px;
		margin-top: 9px;
		margin-left: 30px;
    }
    #mobile-menu-wrapper #mobile-menu-links {
        position: absolute;
        top: 20%;
        left: 65px;
    }
    #mobile-menu-wrapper #mobile-menu-links a {
        color: #ACACAC;
        font-weight: 100;
        font-size: 20px;
        font-family: 'Open Sans';
        display: block;
        margin-bottom: 15px;
        transition: 0.21s;
    }
    #mobile-menu-wrapper #mobile-menu-links a:hover {
        color: #F7AA46;
    }
    #mobile-menu-wrapper #mobile-menu-links a.active {
        font-weight: 600;
    }
    #mobile-menu-wrapper #mobile-menu-links #mobile-menu-btn {
        background: #F7AA46;
        border: 1.5px solid #F7AA46;
        color: #FFF;
        margin-top: 40px;
        padding: 10px 10px;
        text-align: center;
        font-size: 19px;
        border-radius: 5px;
        transition: 0.2s;
    }
    #mobile-menu-wrapper #mobile-menu-links #mobile-menu-btn:hover {
        background: #FFF;
        color: #F7AA46;
    }
    header nav img#mobile-menu-opener, header nav img#mobile-menu-closer {
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 30px;
        margin: auto;
        cursor: pointer;
        display: block;
    }
    header nav img#mobile-menu-closer {
        width: 30px;
        float: right;
        margin: 20px 0px 0 0;
    }
	header nav img#logo {
		width: 59.5px;
		margin-top: 8px;
		margin-left: 30px;
	}	
	header nav #nav-links {
		display: none;
    }


    .main #we-as {
        width: 100%;
        margin: 100px auto;
    }
    .main #we-as h1 {
        text-align: center;
    }
    .main #we-as #competence {
        margin-top: 50px;
    }
    .main #we-as #competence, .main #we-as #flexibility {
        margin-bottom: 50px;
    }
    .main #we-as #trust {
        margin-bottom: 0;
    }
    .main #we-as #competence img#competence-img, .main #we-as #trust img#trust-img {
        max-width: 40%;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px !important;
    }
    .main #we-as #flexibility img#flexibility-img {
        max-width: 30%;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px !important;
    }
    .main #we-as #we-as-text-left, .main #we-as #we-as-text-right {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
        line-height: 0.5em;
    }
    #we-as #flexibility #we-as-text-right {
        margin-right: 25px;
    }
    .main #we-as #we-as-text-left p, .main #we-as #we-as-text-right p {
        line-height: 1.75em;
    }
    #we-as #flexibility, #we-as #competence, #we-as #trust {
        margin-left: 0%;
        margin-right: 0%;
    }



    .main #what-our-clients-say h1 {
        margin-bottom: 50px;
      	max-width: 82%;
    }
    .main #what-our-clients-say #client-1, .main #what-our-clients-say #client-2, .main #what-our-clients-say #client-3 {
        text-align: center;
        max-width: 75%;
        margin: 0 auto 50px auto;
        line-height: 0.5em;
    }

    .main #what-our-clients-say #client-1, .main #what-our-clients-say #client-3 {
        display: none;
    }

    .main #what-our-clients-say #client-1 p, .main #what-our-clients-say #client-2 p, .main #what-our-clients-say #client-3 p {
        line-height: 1.75em;
    }
    .main #what-our-clients-say a#rate-us {
        display: flex;
    }
    .main #what-our-clients-say a#rate-us button#rate-us-btn {
        margin: 0 auto;
        margin-bottom: 50px;
        width: 200px;
        height: 50px;
        /*padding: 15px 0px;*/
        border: 1.2px solid #F7AA46;
        outline: none;
        border-radius: 5px;
        background: transparent;
        font-family: 'Great Vibes';
        color: #F7AA46;
        font-size: 20px;
        transition: 0.3s;
        text-align: center;
        justify-content: baseline;
        cursor: pointer;
    }
    .main #what-our-clients-say a#rate-us button#rate-us-btn:hover {
        background: #F7AA46;
        color: #FFF;
    }



    #where-to-find-us #bgimg {
        background-image: url('../images/where-to-find-us-bg-img-mobile.jpg');
        min-height: 414.6px;
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #where-to-find-us #where-to-find-us-text {
        max-width: 95%;
        text-align: center;
        margin: 0px auto;
        padding-top: 37.5px;
    }
    #where-to-find-us #where-to-find-us-text h2 {
        margin-bottom: 10px;
    }
    #where-to-find-us #where-to-find-us-text p {
        color: #FFF;
    }
    #where-to-find-us #where-to-find-us-btn, #where-to-find-us-btn-transparent {
        border: 1.5px solid #F7AA46;
        border-radius: 5px;
        cursor: pointer;
        color: #FFF;
        font-family: 'Great Vibes';
        font-size: 28px;
        outline: none;
        height: 62px;
        width: 205px;
        transition: 0.3s;
        margin-top: 30px;
    }
    #where-to-find-us #where-to-find-us-btn {
        margin-left: 10px;
        background-color: #F7AA46;
    }
    #where-to-find-us #where-to-find-us-btn:hover {
        background-color: transparent;
    }
    #where-to-find-us #where-to-find-us-btn-transparent {
        background-color: transparent;
    }
    #where-to-find-us #where-to-find-us-btn-transparent:hover {
        background-color: #F7AA46;
    }

    #where-to-find-us #where-to-find-us-opener {
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    #where-to-find-us #where-to-find-us-opener-slider {
        display: none;
    }
    #where-to-find-us #where-to-find-us-opener.opener-open #where-to-find-us-opener-slider {
        display: block;
    }
  	#where-to-find-us #where-to-find-us-opener.opener-open #where-to-find-us-opener-slider #opener-slider {
        display: none;
    }
    #where-to-find-us #where-to-find-us-opener.opener-open #where-to-find-us-opener-slider h3 {
        display: block;
    }
    #where-to-find-us #where-to-find-us-opener.opener-open {
        opacity: 1;
        visibility: visible;

        background: #fff;
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        margin: 30px auto;
        width: 90%;
        height: 78%;
        padding: 75px 25px;
        border-radius: 5px;
        z-index: 9988888889;
        -webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.12);
        box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.12);
    }
    #where-to-find-us #where-to-find-us-opener-closer {
        width: 30px;
        position: absolute;
        top: 30px;
        right: 30px;
        margin: auto;
        cursor: pointer;
        display: block;
    }
    


    #opening-hours {
        margin-top: 92,4px;
    }
    #opening-hours h1.yellow {
        margin-bottom: 10px;
    }
    #opening-hours p {
        max-width: 93%;
        margin: 0 auto 50px auto;
        text-align: center;
    }
  
  
  	#social-media {
        text-align: center;
        vertical-align: baseline;
        justify-content: baseline;
    }
    #social-media p {
        margin: 0 auto 50px auto
    }
    #social-media p img {
        max-width: 14%;
        transition: 1.3s;
    }
    #social-media p img:hover {
        transform: scale(1.1);
    }
    #social-media p i {
        font-size: 23px;
        margin-right: 10px;
    }
    #social-media p a:hover {
        font-weight: 700;
    }



    .main #how-much #pay-methods {
        margin-top: 50px;
    }
    .main #how-much #pay-methods, .main #how-much #coupon-specialoffers {
        margin-bottom: 50px;
    }
    #how-much #pay-methods, #how-much #price-list {
        margin-left: 0%;
    }
    #how-much #coupon-specialoffers {
        margin-right: 0%;
    }
    .main #how-much #coupon-specialoffers h2 {
        font-size: 37px;
      	line-height: 30px;
    }
    .main #how-much #how-much-text-left p, .main #how-much #how-much-text-right p {
        line-height: 1.75em;
    }
    .main #how-much #how-much-text-left, .main #how-much #how-much-text-right {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
        line-height: 0.5em;
    }
    .main #how-much #pay-methods img#pay-methods-img, #price-list img#price-list-img {
        max-width: 40%;
        display: block;
        margin: 0 auto;
    }
    .main #how-much #coupon-specialoffers img#coupon-specialoffers-img {
        max-width: 43%;
        display: block;
        margin: 0 auto;
    }
    .main #how-much #pay-methods img#pay-methods-img, .main #how-much #coupon-specialoffers img#coupon-specialoffers-img, .main #how-much #price-list img#price-list-img {
        margin-bottom: 40px;
    }




    footer {
        height: 100px;
        width: 100%;
        background: #F7AA46;
        margin-top: 60px;
        padding-top: 18px;
    }
    footer #footer-text p, .footer footer #footer-links a {
        color: #FFF;
        font-family: 'Open Sans';
        font-size: 15px;
        text-align: center;
    }
    footer #footer-text p {
        margin-right: 0;
    }
    footer #footer-links {
        margin: 10px auto;
        text-align: center;
    }
    footer #footer-links a:nth-child(1) {
        margin-right: 8px;
        margin-left: 0;
    }
    footer #footer-links a {
        color: #FFF;
        transition: 0.3s;
        padding: 2px;
        font-family: 'Open Sans';
    }
    footer #footer-links a:hover {
        color: #F7AA46;
        background-color: #FFF;
        border-radius: 3px;
    }




    

}

@media only screen and (max-width: 800px) {
    #mobile-menu-wrapper img#mobile-menu-logo {
		margin-left: 5px;
    }
    #mobile-menu-wrapper #mobile-menu-links {
        left: 40px;
    }
    #mobile-menu-wrapper #mobile-menu-links #mobile-menu-btn {
        padding: 10px 100px;
    }

    #where-to-find-us #where-to-find-us-opener.opener-open {
        width: 87%;
    }
}
@media only screen and (max-width: 568px) {
    #bg-img {
        background-attachment: scroll;
    }
  	#where-to-find-us #where-to-find-us-text {
        padding-top: 10px;
    }
    #where-to-find-us #where-to-find-us-btn, #where-to-find-us-btn-transparent {
        width: 90% !important;
        height: 50px;
        font-size: 22px !important;        
    }
    #where-to-find-us #where-to-find-us-btn {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    #where-to-find-us #where-to-find-us-opener.opener-open {
        width: 82%;
    }
  
  	#social-media p img {
        max-width: 30% !important;
    }
}















/*@media only screen and (min-width: 1080px) {
    header nav {
        height: 70px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 9999;

        /*background: #000;
        background: #FFF;
        opacity: 0.95;
        border-bottom: 1px solid #F2F2F2;
    }
    header nav img#logo {
        width: 69.5px;
        margin-top: 2px;
        margin-left: 9%;
    }
    header nav #nav-links {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 9%;
        margin-top: 25px;
    }
    header nav #nav-links a {
        font-family: 'Open Sans';
        font-size: 16px;
        color: #000;
        font-weight: 100;
    }
    header nav#nav #nav-links a#active:after {
        content: '';
        background: #F7AA46;
        position: absolute;
        left: -1px;
        bottom: -1.425em;
        width: 70px;
        height: 0.2rem;
        border-left: none;
        border-right: 1px solid #F7AA46;
        border-top: 1px solid #F7AA46;
        border-bottom: none;
        border-radius: 10px;
    }
    header nav #nav-links a#inactive {
    margin-left: 40px;
    }
    header nav #nav-links a#nav-btn {
        background: #F7AA46;
        color: #FFF;
        border: 1.5px solid #F7AA46;
        padding: 7px 24px;
        margin-left: 40px;
        border-radius: 20px;
        text-align: center;
        transition: 0.3s;
    }
    header nav #nav-links a#nav-btn:hover {
        background: transparent;
        color: #F7AA46;
    }
    header nav #nav-links a#nav-btn span {
        margin-left: 12.8px;
    }
}*/