


/*==========================***HOME-PAGE***========================*/
.main-logo-small h1 {
    padding: 10px;
    margin: 10px;
}
.small-nav {
    padding: 20px;
}
.small-nav ul li {
    text-align: center;
    margin: 5px;
    width: 29%;
    height: 65px;
    padding: 20px 0px;
    text-shadow: 2px 2px 2px #333;
    background: rgba(1,1,1,0.5);
}
.small-nav ul li a {
    color: #fff;
    font-weight: bold;
}
.section-head {
    text-align: center;
    padding: 0px 30px 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;
}
.section-sub-head {
    width: 85%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0;
}
.home-section-content {
    padding: 30px 0 40px;
}
section.bg-img-section {
    position: relative;
    height: 400px;
    width: 100%;
    display: table;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img-section-head {
    padding: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: inline-block;
    position: relative;
    color: #fff !important;
    text-shadow: 0px 2px 3px #333;
}
.bg-image-caption {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 11; /*2-2-2015 to fix overlay problem*/
}
.bg-img-section-sub-head {
    margin: 0 auto;
    width: 30%;
    padding: 10px 20px;
    font-size: 0.8rem;
    line-height: 1.6;
    position: relative;
    color: #fff !important;
    text-shadow: 0px 2px 3px #333;
}
/*--------introduction----------*/

section.introduction {
    position: relative;
    /*height: 100%;*/
    background: url('../images/bg-img.jpg');
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-home img {
    max-height: 125px;
    margin-bottom: 30px;
}
.home-order-btn {
    margin-bottom: 0;
}
.contact-no-home {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    text-shadow: 0px 1px 2px #333;
}

.text-on-image {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;/*2-2-2015 added to fix slider*/
    z-index:11;/*added to solve firefox issue 31/1/2015 */
    top:0;
}
.intro-caption {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.home-text-heading {
    width: 60%;
    margin: 20px auto;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0px 1px 3px #333;
    text-transform: uppercase;
    line-height: 1.2;
}
.home-text-description {
    width: 40%;
    margin: auto;
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 10px;
    text-shadow: 0px 2px 1px #333;
}
section.introduction .bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:12;
}
.bottom #triangle-up {
    width: 0;
    height: 0;
    margin: auto;
    border-left: 60px solid transparent !important;
    border-right: 60px solid transparent !important;
    border-bottom: 30px solid;
}
.main-home-offer {
    padding: 30px 40px 10px;
    position: absolute;
    bottom: 0;
    width: 50%;
    margin-left: 25%;
    text-align: center;
    z-index: 99;
    visibility: hidden;
}
h6.main-offer-name {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.main-offer-detail {
    margin-bottom: 25px;
}
.main-offer-detail:last-child {
    margin-bottom: 0;
}
.offer-close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.main-home-offer .orbit-bullets {
    margin: 0 auto 10px auto;
    top: 5px;
}
.orbit-bullets li {
    opacity: 0.6;
}
.orbit-bullets li.active {
    opacity: 1;
}
/*--------introduction-ends---------*/



/*--------first-section-------------*/

.first-section-wrapper {
    display: table;
    padding: 40px 0;
}
.first-section-img {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
}
.first-section-img img {
    width: 100%;
}
.first-section-content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
    position: relative;
}

.rm-btn {
    margin: 20px 0 0;
}


/*--------first-section-ends---------*/

.second-section-wrapper {
    display: table;
    padding: 60px 0;
}
.second-section-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.second-section-img {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
a.button.home-offer-btn {
    margin-top: 10px;
}

/*-------------third-section-----------*/
.third-section-wrapper {
    display: table;
    padding: 60px 0;
}
.third-section-images {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
}
.third-section-content {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
}
.image-div img {
    width: 100%;
}
.third-section-wrapper h6 {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.view-menu-btn {
    text-align: center;
}

/*-------------third-section-ends----------*/




/*-------------fifth-section-ends----------*/

.fifth-section .section-head {
    padding-top: 60px;
}
.fifth-section-gallery li img {
    height: 400px;
}

.orbit-timer {
    display: none;
}
.fifth-section-gallery .orbit-container .orbit-prev{
    text-indent: 3px !important;
    color: #333;
    background: transparent!important;
    left: 1%;
}
.fifth-section-gallery .orbit-container .orbit-next {
    text-indent: 7px !important;
    color: #333;
    background: transparent!important;
    right: 1%;
}
.fifth-section-gallery .orbit-container .orbit-slides-container img {
    width: 90%;
    margin: auto;
}
.fifth-section-gallery .orbit-container .orbit-slide-number {
    display: none;
}
.fifth-section-gallery .orbit-bullets li {
    opacity: 0.6;
}
.fifth-section-gallery .orbit-bullets li.active {
    opacity: 1;
}


/*-------------fifth-section-ends----------*/



/*========================***HOME-PAGE-ENDS***=========================*/


@media (max-width:1024px) {
    .intro-caption {
        top: 40%;
    }
    .home-text-heading {
        width: 70%;
    }
    .home-text-description {
        width: 60%;
    }
    section.bg-img-section {
        height: 400px;
    }
    .home-section-content {
        padding: 40px 10px;
    }
    .third-section ul.large-block-grid-3 li {
        padding: 10px;
    }
    .third-section-wrapper h6 {
        margin-left: 0;
    }
    .fifth-section-gallery li img {
        height: auto;
    }
    .bg-img-section-sub-head {
        width: 55%;
    }
}

@media (max-width: 770px) {
    section.section-home.bg_color_a {
        padding-left: 60px;
        padding-right: 60px;
    }
    .home-text-heading {
        width: 100%;
    }
    .home-text-description {
        width: 80%;
    }
    .intro-caption {
        top: 30%;
    }
    .first-section-wrapper {
        display: block;
    }
    .bg-img-section-sub-head {
        width: 75%;
    }
    .first-section-img {
        width: 100%;
        display: block;
    }
    .first-section-content {
        width: 100%;
        display: block;
        position: relative;
    }
    .third-section-wrapper {
        display: block;
    }
    .third-section-images {
        width: 100%;
        display: block;
    }
    .third-section-content {
        width: 100%;
        display: block;
    }
    .second-section-wrapper {
        display: block;
    }
    .second-section-img {
        width: 100%;
        display: block;
    }
    .second-section-content {
        width: 100%;
        display: block;
    }
    .main-home-offer {
        width: 80%;
        margin-left: 10%;
    }
}
@media (max-width: 640px) {
    section.section-home.bg_color_a {
        padding-left: 0px;
        padding-right: 0px;
    }
    .first-section-content {
        padding: 15px 0;
    }
    .home-offer {
        max-width: 90%;
    }
    .section-head {
        padding: 0px 0px 30px;
    }
    .section-sub-head {
        width: 95%;
    }
    .first-section-img {
        padding: 20px 0px;
    }
    .bg-img-section-sub-head {
        width: 90%;
    }
    .home-section-content {
        padding: 40px 0px;
    }
    .third-section-images {
        padding: 20px 0px;
    }
    .third-section-content {
        padding: 20px 0px;
    }
    .second-section-content {
        padding: 0;
    }
    .second-section-img {
        padding: 0;
    }
    .fifth-section-gallery {
        margin-bottom: 70px;
    }
}