﻿/*
    Author :  Ayomi Gunasekara
    Name   :  style.css 
*/
body {
    color: #282828;
    font-family: 'Roboto', sans-serif !important;
}

.h_new{
    font-size:20px;
}

.navbar-fixed-top.fixednav {
    background: #24363d;
    opacity: 0.3;
}

.img_width {
    width: 150px;
}

.img_width_m {
    width: 60px;
}

.img_width_s {
    width: 50px;
}

.section_padding{
    margin-top:10px;
    margin-bottom:10px;
}

#para{
    display:none;
}

@media only screen and (max-width:400px) {
    div .mobile_view {
        font-size: 50px;
        line-height: 55px;
        margin-top: -200px;
        padding-bottom: 40px;
    }
}

.header_nav {
    background-color: white;
    margin-top: -15px;
}


.img-thumbnail {
    display: inline-block;
    /*max-width: 100%;*/
    height: auto;
    padding: 10px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slider-text-container {
    margin-bottom: 0px;
    margin-top: -345px;
}

.slider-text {
    position: relative;
    right: 0;
    top: -150px;
    text-shadow: 1px 1px 2px #000;
    /* transform: translate(-15vw, -40%); */
    text-align: right;
    bottom: auto;
    font-family: "Vidaloka", serif !important;
}

.title-text {
    font-size: 7.333vw;
    font-weight: 300;
    line-height: 6.51vw;
    margin-top: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
    text-shadow: 1px 1px 2px #000;
    padding: 0;
    color: #fff;
    font-family: "Vidaloka", serif !important;
    letter-spacing: 2px;
}

.slider-text span {
    display: block;
    line-height: normal;
    text-shadow: 1px 2px 4px rgb(0 0 0);
    font-size: 1.354vw;
    font-weight: 700;
    color: #d7d4d4d9;
    font-weight: 700;
}

.theme-background-color-03 {
    background-color: #f2f2f2;
}

.welcome-card-wrap {
    padding: 4.1666666667vw 5.2083333333vw;
    width: 100%;
    margin: 0 auto;
    border: 1.5625vw solid #000;
    text-align: center;
    font-family: "Vidaloka", serif !important;
}

.tagline {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 1px;
    font-family: "Vidaloka", serif !important;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1em;
}

.welcome-card-wrap p {
    font-size: 1.3541666667vw;
    line-height: 1.8;
    margin: 0 0 1.823vw;
}

.welcome-card-wrap .taru-signature {
    margin-top: 1.5625vw;
}

.welcome-card .welcome-card-wrap h2:after {
    padding-bottom: 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
}

.welcome-card-wrap h2:after {
    content: "";
    border-bottom: 1px solid #ddd;
    display: block;
    width: 60%;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
}

.font-family-01 {
    font-size: 2.188vw;
    line-height: 2.188vw;
    margin: 1.563vw auto 0.2vw;
    max-width: 60vw;
    font-family: "Vidaloka", serif !important;
    color: #000000;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.gradientBg, .theme-bg-color-1, .top-line {
    background-color: #000000 !important;
}

.well-transparent {
    /* background-color: rgba(0, 100, 0, 0.5); */
    border-radius: 3px;
    border: 1px solid #000;
    padding-bottom: 10px;
    position: relative;
    padding: 20px 30px 10px 30px;
}

.color-white {
    color: #ffffffa8;
}


/*image gallery 01*/

.gallery {
    width: 100%;
    margin: auto;
    border-radius: 0px;
    overflow: hidden;
}

.img-c {
    width: 20%;
    height: 150px;
    float: left;
    position: relative;
    overflow: hidden;
}

.img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform ease-in-out 300ms;
}

    .img-w img {
        display: none;
    }

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

    .img-c:hover .img-w {
        transform: scale(1.08);
        transition: transform cubic-bezier(0.4, 0, 0.2, 1) 650ms;
    }

    .img-c.active {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        z-index: 2;
    }   

    .img-c.postactive {
        position: absolute;
        z-index: 2;
        pointer-events: none;
    }

    .img-c.active.positioned {
        left: 0 !important;
        top: 0 !important;
        transition-delay: 50ms;
    }

/*testimonials*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome' !important;
        float: left;
        margin-right: 10px;
    }

.tagline {
    letter-spacing: 0.2vw;
    font-size: 0.8vw;
    line-height: 1.146vw;
    text-transform: uppercase;
}


.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.alternate-colors {
    background: rgb(0,0,0) !important;
    background: linear-gradient(0deg, rgba(0,0,0,1) 26%, rgba(193,152,76,1) 100%) !important;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 360px;
    background: #000000;
    text-align: center;
    cursor: pointer;
}

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.5;
    }

    .grid figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .grid figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

        .grid figure h2 span {
            font-weight: 800;
        }

    .grid figure h2,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width: 768px) .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 2px #000;
}


.slider-text span {
    display: block;
    line-height: normal;
    text-shadow: 2px 3px 3px #000;
    font-size: 1.354vw;
    font-weight: 700;
    color: #c1984c;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.form-control {
    font-weight: 700;
}

.btn-warning {
    background-color: #c1984c;
    border-color: #c1984c;
}

    .btn-warning:hover {
        background-color: #c1984cd1;
        border-color: #c1984cd1;
    }

footer .footer-logos {
    margin-bottom: 0em;
    width: 100%;
    margin-top: 2em;
}

    footer .footer-logos ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer .footer-logos ul li:first-child {
            padding-left: 0;
        }

        footer .footer-logos ul li {
            padding: 0 10px;
            padding-left: 10px;
            line-height: 0;
        }

footer .copyright-wrapper a {
    font-size: 0.7291666667vw;
}

footer .footer-logos img {
    max-width: 7.8125vw;
}

footer .social-links {
    padding: 0;
}

.social-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    list-style: none;
    padding: 40px 0;
    margin: 0;
}

footer .copyright-wrapper a {
    font-size: 0.7291666667vw;
    text-decoration: none;
    color: #fff;
}

.social-links li a {
    margin: 0 0.417vw;
    width: 2.604vw;
    height: 2.604vw;
}

.social-links li a {
    display: block;
    margin: 0 8px;
    border-radius: 50%;
    width: 35px;
    height: 30px;
    line-height: 70px;
}

.topic-headers {
    text-align: center;
    color: #fff;
    width: 50%;
    height: 100px;
    position: absolute;
    top: 8em;
    left: 0;
    right: 0;
    margin: auto;
}

    .topic-headers h2 {
        font-size: 3em;
        color: #fff;
        font-family: "Vidaloka", serif;
        font-weight: 300;
    }

    .topic-headers span {
        font-size: 1em;
        color: #fff;
    }

.div-col {
    background-image: url(/Images/Belmont2.jpg);
    background-size: contain;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-contact {
    float: right
}


@media only screen and (max-width: 600px) {
    .footer-contact {
        float: left;
    }

    footer .footer-logos {
        margin-bottom: 2em;
    }

    .font-family-01 {
        font-size: 2em;
        line-height: 1em;
    }

    .tagline {
        font-size: 0.6em;
        margin-top: 1em;
    }

    .slider-text {
        text-align: center;
    }

    .title-text {
        font-size: 6em;
        line-height: 0.8em;
    }

    .slider-text span {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

@media only screen and (min-width: 770px) and (max-device-width: 990px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }

    .nav > li > a {
        padding: 5px 1px;
    }
}

@media (min-width: 768px) .navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav {
    float: right;
    margin: 0;
}

@media only screen and (min-width: 600px) and (max-device-width: 991px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }

    .nav > li > a {
        padding: 5px 1px;
    }

    .footer-contact {
        float: left;
    }

    footer .footer-logos {
        margin-bottom: 2em;
    }
}

.navbar-toggle {
    background-color: #ffffff;
    margin-top:17px;
}

    .navbar-toggle .icon-bar {
        background-color: #000000;
    }

@media only screen and (min-device-width: 224px) and (max-device-width: 767px) {

    .navbar-fixed-top .navbar-collapse {
        background-color: #000000d6;
        margin:0px -15px;
        padding-right:25px;
    }

    .tagline {
        font-size: 0.6em;
        margin-top: 1em;
    }

    .slider-text {
        text-align: center;
    }

    .title-text {
        font-size: 6em;
        line-height: 0.8em;
    }

    .slider-text span {
        font-size: 1.5em;
    }

    .logo {
        width: 100%;
        margin-left: 15px;
    }

    .social-links li a {
        margin: 29px 8px;
    }

    footer .footer-logos img {
        max-width: 4em;
    }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 990px) {
    .social-links li a {
        margin: 0px 8px 45px 8px;
    }
}
