/*
Orange color: #ff9800
Dark orange: #ee8e00

*/


/* ---------------------------------------------- */
/* SETUP */
/* ---------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    color: #555;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/* ---------------------------------------------- */
/* REUSABLE */
/* ---------------------------------------------- */

.content-row {
    margin: 0 auto;
}

.centered-row {
    width: 90%;
}

section {
    padding: 80px 0;
}

.box {
    text-align: center;
}

.blue {
    color: #3b5998!important;
}

.heading {

}

/* ----------- HEADINGS ----------- */
h1,
h2,
h3,
h4 {
    text-align: center;
    font-weight: 300;
}

h1 {
    margin: 0;
    color: #fff;
    font-size: 200%;
    /*line-height: 60px;*/
}

h2 {
    font-size: 160%;
    margin-bottom: 60px;
    line-height: 60px;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 115%;
    margin-bottom: 50px;
}


/* ----------- BUTTONS ----------- */
.btn,
.btn:link,
.btn:visited {
    display: inline-block;
    padding: 7px 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ff9800;
    font-size: 75%;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    margin: 0 130px 0 0;
    cursor: pointer;
}

.btn-full,
.btn-full:link,
.btn-full:visited {
    background-color: #ff9800;
    color: #fff;
    -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s;
    transition: background-color 0.2s, color 0.2s, border 0.2s;
}

.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited {
    color: #ff9800;
    background-color: transparent;
    -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s;
    transition: background-color 0.2s, color 0.2s, border 0.2s;
}


.btn:hover,
.btn:active {
    background-color: #ee8e00;
}

.btn-full:hover,
.btn-full:active {
    border: 1px solid #ee8e00;
    color: #fff;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #ee8e00;
    color: #fff;
}


/* ----------- LINKS ----------- */

a:link,
a:visited {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

a:hover,
a:active {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* ----------- LISTS ----------- */

ul {
    list-style: none;
}

li {
    font-size: 80%;
    font-weight: 100;
}


/* ----------- FORMS ----------- */

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
    width: 100%;
    font-size: 130%;
    padding: 7px;
    border-radius: 10px;
    border: 1px solid hsla(0, 0%, 100%, 0.4);
    background-color: #fff;
    color: #555;
}

*:focus { outline: none; }

/* ---------------------------------------------- */
/* MODAL LOGIN */
/* ---------------------------------------------- */

.modal-login {
    display: none;
    position: absolute;
    right: 70px;
    top: 70px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-box-shadow: 1px 1px 5px #aaa;
            box-shadow: 1px 1px 5px #aaa;
    width: 30%;
    border-radius: 10px;
    padding: 20px 0;
}

.modal-login label {
    font-size: 70%;
    display: block;
    text-align: left;
    margin: 5px 0;
}

.modal-login i {
    position: absolute;
    right: 15px;
    top: 10px;
    /* margin: 10px 0 20px 0; */
}

/* .modal-login form {
    width: 80%;
    margin: 0 auto;
} */

.modal-login-fields {
    width: 80%;
    margin: 0 auto;
}

.modal-login input {
    border: 1px solid #555;
    border-radius: 6px;
    width: 100%;
    height: 35px;
    float: left;
    margin-bottom:20px;
    display: block;
    font-size: 90%;
    padding: 7px;
    background-color: #fff;
    color: #555;
}

.modal-login button {
    margin: 10px 5px 0 5px;
}


.content {
    padding-top: 63px;
}


/* ---------------------------------------------- */
/* HEADER */
/* ---------------------------------------------- */

header {
    background-image: url(img/desktop-1155613.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.homepage-text-box {
    position: absolute;
    top: 30%;
    left: 63%;
    width: 60vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.homepage-text-box h1 {
    /*color: #ee8e00!important;*/
    color: #09210F;
    background-color: hsla(0, 0%, 100%, 0.4);
    border-radius: 10px;
    margin: 70px 50px 50px 50px;
    padding: 40px;
    line-height: 40px;
}

.homepage-searchbar {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.redirect-search-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

nav {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
    z-index: 1;
  	height: 4em;
}

.nav-logo {
    height: 40px;
    width: auto;
    float: left;
    margin-top: 10px;
    margin-left: 170px;
    margin-bottom: 30px;
}

.main-nav {
    float: right;
    position: absolute;
    right: 5%;
  	top: 50%;
  	transform: translate(0, -50%);
}

/* Sticky Nav */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 2px 2px #efefef;
            box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.homepage-search {
    /*width: 70vw;*/
    /*height: 100px;*/
    /*background-color: hsla(0, 0%, 100%, 0.4);*/
    /*border-radius: 10px;*/
    /*position: absolute;*/
    /*top: 65%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, 0);*/
    /*        transform: translate(-50%, 0);*/
    /*padding: 10px 20px;*/
    /*overflow: hidden;*/
        width: 70vw;
    background-color: hsla(0, 0%, 100%, 0.4);
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto;
}

.homepage-search input {
    height: 60px;
}

.homepage-search .input-submit {
    width: 100%;
    border-radius: 10px;
    height: 60px;
    background-color: #ff9800;
    color: #fff;
    border: 1px solid #ff9800;
    font-size: 150%;
    -webkit-transition: background-color 0.2s, border 0.2s;
    transition: background-color 0.2s, border 0.2s;
}

.homepage-search .input-submit:hover,
.homepage-search .input-submit:active {
    background-color: #ee8e00;
    border: 1px solid #ee8e00;
    cursor: pointer;
}

.homepage-search select {
    height: 60px;
}

/* ---------------------------------------------- */
/* PACKAGES */
/* ---------------------------------------------- */

.package-box-container {
    max-width: 90vw;
}

.package-box {
    max-width: 350px;
    padding: 50px 0;
    text-align: center;
    background-color: #ff9800;
    color: #fff;
    border-radius: 10px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    margin: auto;
    -webkit-transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, -webkit-transform 0.4s;
    transition: background-color 0.4s, transform 0.4s;
    transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.package-box:hover,
.package-box:active {
    background-color: #ff9800;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}

.package-box-price {
    font-size: 190%;
    font-weight: 100;
}

.package-box-desc {
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.package-btn:link,
.package-btn:visited {
    width: 60%;
    display: inline-block;
    font-weight: 300;
    text-decoration: none;
    border-radius: 7px;
    background-color: #fff;
    color: #ff9800;
    padding: 2%;
    margin: 50px 0 0 0;
    border: 1px solid #ff9800;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.package-btn:hover,
.package-btn:active {
    background-color: #ff9800;
    color: #fff;
    border: 1px solid #fff;
}


/* ---------------------------------------------- */
/* STEPS */
/* ---------------------------------------------- */

.section-steps {
    background-color: darkgray;
    /*background-image: url(img/steps-image.jpg);*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #09210F;
    /*background-color: hsla(0, 0%, 100%, 0.4);*/
    /*border-radius: 10px;*/
}

.steps-box {
    text-align: center;
}

.steps-img {
    margin: 10px 0;
}

.steps-button-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.btn-steps {
    color: #09210F!important;
    font-size: 135%!important;
    background-color: transparent!important;
    border: 2px solid #09210F!important;
    transition: transform 0.3s!important;
}

.btn-search {
    color: #fff!important;
    font-size: 165%!important;
    background-color: transparent!important;
    border: 2px solid #fff!important;
    transition: transform 0.3s!important;
}

.to-search-btn {
    font-size: 165%!important;
}

.btn-steps:active,
.btn-steps:hover {
    transform: scale(1.1);
}

.btn-search:active,
.btn-search:hover {
    transform: scale(1.1);
}


/* ---------------------------------------------- */
/* CATEGORIES */
/* ---------------------------------------------- */

.section-categories {
    max-width: 100%;
    margin: 0 auto;
    color: #000;
    text-align: center;
}

.category-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.category-box {
    flex-basis: 200px;
    margin: 20px 0;
    text-align: center;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.category-box:hover,
.category-box:active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.category-box .category-img,
.category-box .category-img {
    -webkit-transition: background-color 0.4s, border 0.4s;
    transition: background-color 0.4s, border 0.4s;
}

.category-box:hover .category-img,
.category-box:active .category-img {
    background-color: #ff9800;
    /* border: 1px solid #555; */
}

.category-img {
    height: 80px;
    width: auto;
    padding: 20px;
    border-radius: 50%;
    margin: 30px 0 10px 0;
    background-color: #fff;
    border: 0;;
}

.category-name {
    margin: 0 0 30px 0;
    font-size: 90%;
}

/* ---------------------------------------------- */
/* INFO */
/* ---------------------------------------------- */

.section-info {
    /* background-color: #f9f9f9; */
    /* border-top: 1px dotted #555; */
}

.info-box {
    text-align: center;
}

.info-box p {
    font-size: 85%;
    padding: 0 40px;
}


/* ---------------------------------------------- */
/* INFO */
/* ---------------------------------------------- */

.section-promotion {
    max-width: 100%;
    background-color: #9e9e9e;
    display: flex;
    flex-direction: column;
    padding: 50px 0 0 0;
}

.section-promotion h4 {
    margin: 0 0 40px 0;
    color: #fff;
}

.promotion-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 50px;
    padding-right: 50px;
}

/* Styling the scrollbar */

/* Width */
.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
}

/* Height */
.custom-scrollbar::-webkit-scrollbar {
    height: 10px;
  }

/* Track */
.custom-scrollbar::-webkit-scrollbar {
    background: #b7b7b7;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ff9800; 
    /* border-radius: 10px; */
  }
  
  /* Handle on hover */
  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #ee8e00;
  }


.promotion-box {
    position: relative;
    min-width: 240px;
    height: 150px;
    margin: 0 2%;
    border-radius: 10px;
    overflow: hidden;
}

.promotion-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transform: scale(1.3);
    transition: transform 0.3s;
}

.promotion-box:hover img {
    transform: scale(1);
}

.promotion-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
    font-size: 80%;
    text-align: center;
    white-space: normal;
}


/* ---------------------------------------------- */
/* PAYMENT OPTIONS */
/* ---------------------------------------------- */

.section-payment-options .box {
    width: 100%;
}

.section-payment-options p {
    margin: 0 280px;
    font-size: 90%;
    line-height: 145%;
    word-spacing: 4px;
}

.section-payment-options h4 {
    font-size: 160%;
}


/* ---------------------------------------------- */
/* TERMS AND CONDITIONS */
/* ---------------------------------------------- */

.section-terms .box {
    width: 100%;
    margin-bottom: 80px;
}

.section-terms p {
    margin: 0 240px;
    font-size: 90%;
    line-height: 145%;
    word-spacing: 4px;
}

.section-terms h4 {
    font-size: 160%;
}


/* ---------------------------------------------- */
/* TERMS AND CONDITIONS */
/* ---------------------------------------------- */

.section-marketing .centered-row {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.section-marketing .content-row {
    margin-bottom: 50px;
}

.section-marketing h3 {
    font-size: 140%;
}

/* .marketing-img {
    background-image: url(../img/marketing-promotion-1.png);
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 200px;
} */

.section-marketing .box {
    height: 150px;
    display: table;
}

.marketing-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 85%;
}

.marketing-desc-cont {
    display: table-cell;
    vertical-align: middle;
    line-height: 30px;
}

.marketing-price {
    font-size: 120%;
}

.marketing-desc {
    font-size: 85%;
}


/* ---------------------------------------------- */
/* LOGIN PAGE */
/* ---------------------------------------------- */

.section-login {
    padding: 80px 0;
}

.section-login h4 {
    font-size: 140%;
}

.section-login .centered-row {
    width: 40%;
    /* background-color: #e0e0e050; */
    border-radius: 12px;
    padding: 0;
}

.section-login input {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    display: block;
    font-size: 100%;
    border: 1px solid #9e9e9e;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 5px;
}

.section-login box {
    width: 100%;
}

.section-login p {
    font-size: 80%;
    text-align: center;
    margin-top: 40px;
}

.section-login .content-row {
    /* margin: 30px 0; */
}



/* ---------------------------------------------- */
/* REGISTER PAGE */
/* ---------------------------------------------- */

.section-register {
    width: 80%;
    margin: 0 auto;
}

.section-register h4 {
    text-align: left;
    font-size: 140%;
}

.fieldset {
    margin-bottom: 60px;
}

.section-register label {
    font-size: 80%;
}

.section-register input {
    display: block;
    width: 45%;
    font-size: 85%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    background-color: unset;
    color: unset;
    margin-top: 4px;
    margin-bottom: 15px;
}





/* ---------------------------------------------- */
/* SEARCH PAGE */
/* ---------------------------------------------- */

.search-bar-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4em;
  	margin-top: 2em;
    background-color: #ff9800;
    margin-bottom: 40px;
}

.search-bar {
    background-color: hsla(0, 0%, 100%, 0.4);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.search-bar-big {
    flex-basis: 30%;
}

.search-bar-small {
    flex-basis: 60px;
}

.search-bar input {
    height: 60px;
    font-size: 100%;
}

.search-bar .input-submit {
    border-radius: 10px;
    height: 60px;
    background-color: #fff;
    color: #ff9800;
    border: 1px solid #fff;
    font-size: 150%;
    margin: 0;
}

.search-bar .input-submit:hover,
.search-bar .input-submit:active {
    cursor: pointer;
}

.search-bar select {
    height: 60px;
    font-size: 100%;
}

.section-searchpage {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.searchpage-results {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
}

.searchpage-title h4{
    font-size: 120%;
    text-align: left;
    margin: 0 0 20px 10px;
}

.searchpage-toolbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.count-container {
    font-size: 100%;
}

.search-results-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.search-result {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #b4b4b4;
}

.search-result:last-child {
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 20px;
}

.result-image {
    flex-basis: 200px;
    height: fit-content;
    min-height: 200px;
}

.result-image img {
    width: 200px;
    height: auto;
    object-fit: cover;
}

.result-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 20px;
}

.result-title {
    color: #ff9800;
    font-size: 110%;
}

.result-detail {
    font-size: 90%;
}

.more-details {
    color: #ff9800;
}

.searchpage-promotions {
    flex-basis: 20%;
    max-height: 300vh;
    background-color: #00bfa5;
    padding-top: 20px;
    flex-wrap: nowrap;
    overflow-y: auto;
    margin-bottom: 40px;
    border-bottom: 1px solid #b4b4b4;
}

.searchpage-promotions h4 {
    color: #fff;
    font-size: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 50px;
}

.search-promotion-box {
    position: relative;
    width: 200px;
    height: 130px;
    margin: 50px auto;
    border-radius: 10px;
    overflow: hidden;
}

.search-promotion-box img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    transform: scale(1.3);
    transition: transform 0.3s;
}

.search-promotion-box:hover img {
    transform: scale(1);
}

.search-promotion-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
    font-size: 80%;
    text-align: center;
}


/*******************     PAGINATION     ******************/

.pagination-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-right: 30px;
    margin-bottom: 10px;
}

.pagination .btn-primary {
	margin-right: 5px;
}

.btn-primary.btn-sm:hover,
.btn-primary.btn-sm:active {
    text-decoration: none;
}

li.ng-scope {
    /* font-size: 150%; */
    width: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 130%;
    text-decoration: none;
    border-radius: 5px;
    color: #ff9800!important;
    border: 1px solid #ff9800;
    background-color: #fff;
    margin-right: 5px;
    transition: all 0.2s;
}

li.ng-scope.active {
    background-color: #ff9800;
    color: #fff!important;
}

li.ng-scope a {
    color: #ff9800;
}

li.ng-scope.active a {
    color: #fff;
}

.btn-pagin:link,
.btn-pagin:visited {
    display: inline-block;
    padding: 7px 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 5px;
    color: #ff9800!important;
    border: 1px solid #ff9800;
    background-color: #fff;
    font-size: 90%;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

.btn-pagin:hover,
.btn-pagin:active {
    background-color: #ff9800;
    color: #fff!important;
    cursor: pointer;
}

.btn-pagin.active {
    background-color: #ff9800;
    color: #fff!important;
}


/*******************     SORTING     ******************/
.sorting-cont {
    margin: 0 35px 10px 0;
}


/* ---------------------------------------------- */
/* BUSINESS PAGE */
/* ---------------------------------------------- */

.business-cover-container {
    width: fit-content;
    max-width: 95%;
    max-height: 500px;
    margin: 20px auto;
}

.business-cover-container img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    margin: 0 auto;
}

.business-name {
    font-size: 160%;
    font-weight: 500;
    text-align: center;
    color: #555;
}

.business-details-container {
    width: 98%;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 40px;
}

.business-info-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.business-details {
    width: 22%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.heading {
    font-size: 120%;
    color: #ff9800;
    margin: 20px 0;
}

.business-phone {
    font-size: 150%;
}

.business-detail {
    display: inline;
    font-size: 90%;
}

.detail-container {
    margin: 10px 0;
}

.business-worktime {
    flex-basis: 22%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.business-map-container {
    flex-basis: 45%;
}

.business-map {
    height: 250px;
    background-color: #eee;
}

.business-desc-container {
    width: 96%;
    margin: 0 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 50px;    
}

.business-desc {
    font-size: 90%;
}

.business-gallery {
    width: 96%;
    margin: 0 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    /* margin-bottom: 50px; */
}

.gallery-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.gallery-img {
    width: auto;
    max-width: 200px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 25px 50px 25px;
}

.gallery-img:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
  
 /* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
  
/* Add Animation */
 .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
 }
  
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
  
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
  
/* The Close Button */
.close {
    position: fixed;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    z-index: 2;
    transition: 0.3s;
}
  
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
}

.business-links {
    width: 96%;
    margin: 0 2%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

.business-link {
    margin-right: 25px;
}

.business-link i {
    font-size: 150%;
    transition: 0s;
}

.business-link i:hover,
.business-link i:active {
    color: unset;
}


/* ---------------------------------------------- */
/* PROFILE PAGE */
/* ---------------------------------------------- */

.section-profile {
    width: 88%;
    margin: 0 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-heading {
    font-size: 110%;
    margin: 60px 0;
}

.profile-general {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.small-title {
    font-size: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.profile-input-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.profileError {
    text-align: center;
    margin: 0 0 30px 10px;
}

.requiredInput {
    color: #f00;
    font-size: 130%;
}

.profileInputField {
    border: 1px solid #555!important;
    width: 40%!important;
    font-size: 100%!important;
    padding: 4px!important;
    border-radius: 5px!important;
    margin-bottom: 30px!important;
}

/* .profileFileField {
    margin-bottom: 30px;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.profileFileField + label {
    font-size: 100%;
    padding: 10px;
    color: white;
    border: 1px solid #000;
    background-color: #ff9800;
    display: inline-block;
}

.profileFileField:focus + label,
.profileFileField + label:hover {
    background-color: #ee8e00;
    cursor: pointer;
} */

.profile-label {
    font-size: 80%;
    margin-bottom: 5px;
}

.profile-note {
    font-size: 60%;
    margin-bottom: 5px;
}

.profile-submit-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 50px 0;
}

.profileWorktimeField {
    width: 20%!important;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 100%;
    /* 20px */
    /* font-weight: 700; */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 6 */

.inputfile-6 + label {
    color: #ee8e00;
}

.inputfile-6 + label {
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #000;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 250px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #ff9800;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #ee8e00;
}


.alert-cont {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.alert-success {
    flex-basis:50%;
    padding: 20px;
  background-color: #4CAF5099;
  color: white;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  border-radius:10px;
}


/* ---------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------- */

footer {
    background-color: #e0e0e0;
    margin: 0;
    color: #808080;
    border-top: 1px solid #ccc;
}

.footer-box {
    margin-top: 25px;
    text-align: center;
}

.footer-contact li {
    margin: 15px 0;
}

footer p {
    font-size: 90%;
}

.social-links li{
    display: inline-block;
    margin: 20px 10px;
}

.fab {
    font-size: 220%;
}

.fa-facebook-square,
.fa-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.fa-facebook-square:hover,
.fa-facebook-square:active {
    color: #3b5998;
}

.fa-instagram:hover,
.fa-intagram:active {
    color: #C13584;
}

.copy {
    background-color: #9e9e9e;
}

.copy p {
    font-size: 70%;
    color: #e0e0e0;
    margin: 5px 0;
    text-align: center;
}

.scroller {
    opacity: 0.7;
    height: 65px;
    width: auto;
    position: fixed;
    bottom: 18px;
    right: 18px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: none;
}

.scroller:hover,
.scroller:active {
    opacity: 1;
    cursor: pointer;
}




/* MEDIA QUERIES */

@media only screen and (max-width: 1600px) and (min-width: 1450px) {

    .main-nav {
        font-size: 150%;
    }

    .homepage-text-box {
        font-size: 130%;
    }

    .category-box {
        flex-basis: 16%;
        flex-grow: 1;
        font-size: 150%;
    }

    .section-steps {
        font-size: 140%;
    }

    .section-info {
        font-size: 140%;
    }

    .section-promotion {
        font-size: 120%;
    }

    .promotion-box {
        margin: 0 40px;
    }
    

    footer {
        font-size: 140%;
    }

}

@media only screen and (max-width: 1920px) and (min-width: 1601px) {

    section {
        padding: 120px 0;
    }
  
  	nav {
    	height: 5em;  
  	}

    .main-nav {
        font-size: 200%;
    }

    .nav-logo {
        height: 60px;
    }

    .homepage-text-box {
        font-size: 160%;
    }

    .homepage-search {
    height: unset;
    margin: 20px auto;
    padding: 20px 20px;
    font-size: 70%;
    }

    .homepage-search .col {
        margin-bottom: 0;
        margin-top: 0;
    }

    .homepage-search input {
        height: 100px;
    }

    .homepage-search select {
        height: 100px;
    }

    .homepage-search .input-submit {
        height: 100px;
        font-size: 150%;
    }

    .category-box {
        flex-basis: 16%;
        flex-grow: 1;
        font-size: 200%;
    }

    .section-steps {
        font-size: 180%;
    }

    .section-info {
        font-size: 180%;
    }

    .section-promotion {
        font-size: 180%;
        padding: 120px 0;
    }

    .promotion-box {
        height: 150px;
        min-width: 290px;
        margin: 0 48px;
    }

    footer {
        font-size: 180%;
    }

} 


@media only screen and (max-width: 1024px) {
    .homepage-text-box {
        font-size: 80%;
    }

    .category-box {
        flex-basis: 150px;
    }

    .homepage-search input {
        height: 50px;
    }

    .homepage-search select {
        height: 50px;
    } 

    .homepage-search .input-submit {
        height: 50px;
    }

    .homepage-search {
        height: unset;
    }

    .promotion-box {
        height: 130px;
        min-width: 200px;
        margin: 0 30px;
    }

}

@media only screen and (max-width: 768px) {

    section {
        padding: 50px 0;
    }

    .homepage-text-box {
        font-size: 70%;
    }

    .homepage-search input {
        height: 45px;
    }

    .homepage-search select {
        height: 45px;
    }

    .homepage-search .input-submit {
        height: 45px;
        font-size: 100%;
    }

    .homepage-search .btn {
        padding: 0;
    }

    .category-container {
        
    }

    .category-box {
        flex-basis: 21%;
        flex-grow: 1;
    }

    .section-steps {
        font-size: 80%;
    }
    
    .promotion-box {
        height: 130px;
        min-width: 200px;
        margin: 0 30px;
    }
}

@media only screen and (max-width: 480px) {

    section {
        padding: 50px 0;
    }

    .homepage-text-box {
        font-size: 70%;
    }

    .homepage-text-box h1 {
        line-height: 50px;
    }

    .homepage-search input {
        height: 45px; 
        margin-bottom: 20px;
    }

    .homepage-search select {
        height: 45px; 
        margin-bottom: 20px;
    }

    .homepage-search .input-submit {
        height: 45px;
    }

    .homepage-search {
        top: 54%;
        width: 80vw;
    }

    .nav-logo {
        height: 30px;
        margin-top: 15px;
    }

    .category-box {
        flex-basis: 29%;
        flex-grow: 1;
    }
    .btn, .btn:link, .btn:visited {
    display: inline-block;
    padding: 7px 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ff9800;
    font-size: 75%;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    margin: 0 90px 0 0;
    cursor: pointer;
}

    .category-name {
        font-size: 80%;
    }

    .section-steps .content-row .col {
        margin-bottom: 50px;
    }

    .section-info .content-row .col:first-child {
        margin-bottom: 50px;
    }
    
    .promotion-box {
        height: 110px;
        min-width: 180px;
        margin: 0 30px;
    }
    .section-searchpage {
    width: 100%;
    display: block;
    flex-direction: row;
    justify-content: space-around;
}

}

@media only screen and (max-width: 420px) {

    .promotion-box {
        height: 100px;
        min-width: 160px;
        margin: 0 25px;
    }
        .btn, .btn:link, .btn:visited {
    display: inline-block;
    padding: 7px 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ff9800;
    font-size: 75%;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    margin: 0 80px 0 0;
    cursor: pointer;
}


}

@media only screen and (max-width: 360px) {

    .nav-logo {
        margin-left: 10px; 
    }

    .main-nav {
        margin: 15px 0;

    }

    .homepage-text-box {
        font-size: 60%;
    }

    .category-box {
        flex-basis: 44%;
        flex-grow: 1;
    }

    .category-name {
        font-size: 70%;
    }

    .promotion-box {
        height: 100px;
        min-width: 180px;
        margin: 0 90px;
    }

}