/*MAIN*/

@import url('https://fonts.googleapis.com/css?family=Nunito');

@font-face {
    font-family: Futura;
    src: url(../font/Futura-Book.woff) format("WOFF");
    font-weight: normal;
}

html,
body {
    font-family: 'Futura', sans-serif !important;
    /*font-family: 'Nunito', sans-serif !important;*/
}

.no-margin {
    margin-bottom: 0 !important;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}






/*RESPONSIVE*/


/* Large Devices, Wide Screens */

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






/* Medium Devices, Desktops */

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






/* Small Devices, Tablets */

@media screen and (max-width: 780px) {
    .btn-inasal-view-more-photo {
        width: 100% !important;
    }
    .second-contents {
        padding: 0 !important;
    }
    #second-section {
        padding-top: 30px !important;
    }
    .first-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .border-img-one {
        display: none;
    }
    .border-img-two {
        display: none;
    }
    .footer-text {
        text-align: center;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .btn-inasal-view-menu {
        width: 100% !important;
        margin-bottom: 20px !important;
        position: relative !important;
    }
    .house-of-inasal-wrapper {
        width: 82% !important;
    }
    .section2 .contactform {
        width: auto !important;
    }
    .owl-prev {
        left: 0 !important;
    }
    .owl-next {
        right: 0 !important;
    }
    #social-media-holder {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        text-align: center;
        margin-top: 5px;
    }
    #social-media-holder p {
        display: inline;
        font-size: 25px;
        margin-left: 10px;
    }
    .newsletter-label {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}






/* Extra Small Devices, Phones */


/* Custom, iPhone Retina */

@media screen and (max-width: 481px) {
    p {
        font-size: 18px!important;
    }

    #slider-logo {
        max-height: 120px !important;
        left: 0 !important;
        right: 0 !important;
        width: 255px;
    }

    .btn-inasal-view-menu {
        margin: 20px 0 90px!important;
    }

    .leduc-img {
        padding-top: 20px;
    }

    .section2 .contactform {
        width: 100%!important;
        top: 0!important;
        position: static!important;
    }

    .contact-con {
        margin-top: 30px!important;
        top: 0!important;
        text-align: center!important;
        font-size: 18px!important;

        /*Drop shadow*/
        -webkit-box-shadow: -2px 4px 24px -12px rgba(0,0,0,1);
        -moz-box-shadow: -2px 4px 24px -12px rgba(0,0,0,1);
        box-shadow: -2px 4px 24px -12px rgba(0,0,0,1);

    }

    #on-the-table-description {
        line-height: 20px!important;
    }
}





/*SLIDER CSS*/

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.arrow-down {
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.arrow-down .fa-angle-down {
    border: 2px solid #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    cursor: pointer;
}

#slider-logo {
    max-height: 130px;
    height: auto;
    width: 255px;
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    box-sizing: border-box;
    z-index: 99999999999;
}

#slider-arrow-down {
    position: absolute;
    z-index: 99999;
    bottom: 5%;
    left: 50%;
    right: 0;
    display: block;
    margin: auto;
    box-sizing: border-box;
}

#slider-inasal .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#slider-inasal .carousel-indicators {
    justify-content: flex-end !important;
    margin-right: 2% !important;
}

#slider-inasal .carousel-caption {
    bottom: 0 !important;
}






/*FIRST SECTION*/

#first-section .col-sm-4 {
    height: 499px;
}

.border-img-one {
    position: absolute;
    right: 0;
    top: 0;
}

.border-img-two {
    position: absolute;
    right: -15px;
    top: 0;
}

.leduc-img {
    width: 100%;
    height: 100%;
}

.title-area {
    margin-bottom: 20px;
}

.contact-one {
    margin: 0 !important;
}

.title-area p {
    font-size: 40px;
    font-weight: bolder;
    line-height: 1.2;
}

.first-section {
    padding-top: 200px;
    padding-bottom: 200px;
    max-width: 1200px;
}

.btn-inasal-view-menu {
    color: #09A94B;
    background: transparent;
    border: 2px solid #AFAFAF;
    ;
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    width: 70%;
    position: absolute;
    bottom: 0;
}

.btn-inasal-view-menu:hover {
    color: white;
    background: #09A94B;
    border: 2px solid #09A94B;
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    margin: 0 auto;
    bottom: 0;
}

.btn-inasal-view-menu:focus {
    box-shadow: none !important;
}

#social-media-holder {
    position: fixed;
    right: 30px;
    top: 35%;
    z-index: 999;
}

#about-inasal {
    line-height: 1.2;
}

.house-of-inasal-wrapper {
    width: 95%;
    font-size: 14px;
}






/*SECOND SECTION*/

#second-section {
    background: #f7f7f7;
    padding-bottom: 60px;
}

.second-contents {
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.follow-text {
    margin-right: 4px;
    font-size: 14px;
    color: #202221;
}

.ig_username a {
    margin-left: 4px;
    color: #001BE2 !important;
    font-weight: bold;
    font-size: 14px;
}

.main-gallery {
    margin-top: 30px;
}

#second-section .fa-instagram {
    color: #001BE2;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#main {
    overflow: hidden;
    margin-left: -1px;
}

#main>* {
    width: calc((100% / 3) - 1px);
    height: calc((70vw / 3) - 1px);
    float: left;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1px -1px 0 0;
    float: left;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color .4s cubic-bezier(.4, 0, .2, 1);
    position: relative;
}

@media (max-width: 539px) {
    #main>* {
        width: calc((100% / 2) - 1px);
        height: calc((100vw / 2) - 1px);
    }
}

.icon {
    width: 100%;
    height: 100%;
}

#main a {
    height: 100%;
}

.btn-inasal-view-more-photo {
    color: black;
    background: transparent;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    margin-top: 30px;
    margin: 0 auto;
    display: block;
    width: 22%;
    position: relative;
    top: 30px;
}

.btn-inasal-view-more-photo:hover {
    color: white;
    background: black;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    margin-top: 30px;
    margin: 0 auto;
    display: block;
    width: 22%;
    position: relative;
    top: 30px;
}

.btn-inasal-view-more-photo:focus {
    box-shadow: none !important;
}

#on-the-table-description {
    line-height: 18px;
    color: #202221;
}

.owl-carousel {
    position: relative;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 47%;
    margin-top: -10px;
    font-size: 25px !important;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none !important;
}

.owl-prev {
    left: -25px;
}

.owl-next {
    right: -20px;
}

#IG-images-holder {
    margin-top: 30px;
}




/*MAP*/

#map .row {
    height: 140px;
    padding-bottom: 30px;
}

.maps-hold {
    padding: 0 !important;
}

#gmap_canvas img {
    max-width: none!important;
    background: none!important
}

.section2 {
    position: relative;
    overflow: hidden;
}

.contact-con {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 55px;
}

.section2 .contactform {
    position: absolute;
    top: 6%;
    z-index: 99;
    background: white;
    padding: 40px 40px 40px;
    box-sizing: border-box;
    width: 300px;
    font-size: 14px;
}

.contmap {
    overflow: hidden;
    height: 550px;
    width: 100%;
}

#gmap_canvas {
    height: 100%;
    width: 100%;
}






/*FOOTER*/

.newsleter-holder {
    align-items: center!important;
    width: 300px;
    margin: 0 auto;
}

.footer-text {
    font-weight: 400;
    font-size: 12px;
    color: #909090;
}

.terms:hover {
    color: #ff5844;
}

#map .container-fluid {
    margin-top: 15px;
}

.newsleter-holder #email-input {
    background: #f6f6f6;
    border: transparent;
    border-right: 1px solid #dddddd;
    font-size: 12px;
}

.newsleter-holder #email-input:focus {
    outline: none;
    box-shadow: none !important;
}

.newsleter-holder .input-group-append {
    background: #f6f6f6;
}

.newsleter-holder button {
    border-radius: unset;
    border: transparent;
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.newsleter-holder button:hover {
    color: white;
}


.newsletter-label {
    margin-left: 40px;
    margin-right: 20px;
    font-size: 12px;
}

#contact-logo {
    height: 130px;
    padding: 20px 0 30px;
}

.social-icons {
    height: 15px;
}

.modal-header {padding:1rem 2rem;}
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    color:#66666a; padding:1rem 2rem;
}
.carousel-inner{background:#000;}
.carousel-inner .carousel-item{opacity:0.7;}

.err-msg, .suc-msg{color:#ff0000; font-size:11px; position:absolute; top:33px; left:175px; margin:0;}
.suc-msg{color:green;}

h1{font-size: 2.2rem !important; color: #09A94B;}