/*==========================***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: 60px 0 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1;
}
.home-section-content {
    padding: 30px 0 40px;
}
section.bg-img-section {
    height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
}


/*@media screen and (max-width: 1024px){
    section.bg-img-section{
        background-attachment: scroll !important;
    }
}*/

.bg-image-caption {
    margin-left: 100px;
}
.bg-img-section-head {
    padding: 20px;
    margin: 60px 0px 30px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: inline-block;
    position: relative;
}
.bg-img-section-sub-head {
    margin: 0;
    width: 30%;
    padding: 10px 20px;
    font-size: 0.8rem;
    line-height: 1.6;
    position: relative;
}
/*--------introduction----------*/

section.introduction {
    position: relative;
    /*height: 100%;*/
    background: url('../images/bg-img.jpg');
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center 0 !important;
    background-attachment: fixed !important;
}
.bg-overlay-screen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /*background: radial-gradient(circle,rgba(0,0,0,0),rgba(0,0,0,0.5));*/
    z-index: -1;  /*added on 28/1/2015, it was obstructing the click on the arrow at the bottom*/
}
.text-on-image {
    display: table;
    height: 100%;
    width: 100%;
}
.intro-caption {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.home-text-heading {
    width: 60%;
    margin: 30px auto 0;
    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 {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.7rem;
}
section.introduction .bottom:after {
    display: block;
    margin: 0 auto 0;
    height: 20px;
    width: 20px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    content: '';
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------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 35px;
    position: relative;
}
.first-section-content p {
    font-size: 0.8rem;
    margin-bottom: 20px;
}
.first-section-content h3 {
    margin-bottom: 40px;
    width: 100%;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: -40px;
}
.rm-btn {
    margin: 20px 0 0;
}


/*--------first-section-ends---------*/



/*-------------third-section-----------*/
.third-section-sub-head {
    width: 40%;
    margin: auto;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 30px;
}
.third-section-wrapper ul li {
    padding: 0 27px 20px;
}
.image-div {
    margin-bottom: 15px;
}
.image-div img {
    width: 100%;
}
.third-section-wrapper h6 {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.third-section-wrapper p {
    font-size: 0.8rem;
    width: 100%;
}
.view-menu-btn {
    text-align: center;
}

/*-------------third-section-ends----------*/




/*-------------fifth-section-ends----------*/


.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-slides-container .orbit-caption {
    width: 90%;
    margin-left: 5%;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}
.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) {
    section.introduction {
        background-attachment: scroll !important;
    }
    section.bg-img-section {
        background-attachment: scroll !important;
    }
    .intro-caption {
        top: 40%;
    }
    .home-text-heading {
        width: 70%;
    }
    .home-text-description {
        width: 60%;
    }
    section.bg-img-section {
        height: 400px;
    }
    .third-section-sub-head {
        width: 60%;
    }
    .home-section-content {
        padding: 30px 10px 40px;
    }
    .third-section ul.large-block-grid-3 li {
        padding: 10px;
    }
    .third-section-wrapper p {
        width: 100%;
        margin-left: 0;
    }
    .third-section-wrapper h6 {
        margin-left: 0;
    }
    .fifth-section-gallery li img {
        height: auto;
    }
}

@media (max-width: 640px) {
    .home-text-heading {
        width: 100%;
    }
    .home-text-description {
        width: 80%;
    }
    .intro-caption {
        top: 30%;
    }

}