﻿body {
    background: #fefefe;
    color: #414141;
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    outline: none;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

td {
    cursor: pointer;
}

.mb40 {
    margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #292929;
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
}

h1, .h1 {
    font-size: 56px;
    line-height: 64px;
}

h2 {
    font-size: 40px;
    line-height: 32px;
}

.space {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.bg {
    background: url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
}

/*************************Heading, Subheading********************************/
.section-highlight, .heading_border {
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
}

    .section-highlight:after, .section-highlight:before, .heading_border:after, .heading_border:before {
        content: " ";
        position: absolute;
        bottom: 3px;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 1px;
        background-color: #df4a43;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }

    .section-highlight:after, .heading_border:after {
        bottom: 0;
    }

.subheading {
    margin: 0 0 -20px 0;
}


.breadcrumb {
    color: #fff;
    font-size: 11px;
    margin: 20px 0 -20px 0;
    background: #236188;
}

    .breadcrumb::after, .breadcrumb::before {
        content: ' ';
        display: table;
    }

    .breadcrumb a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        padding: 10px;
    }

    .breadcrumb .separator {
        padding: 0 10px;
    }

    .breadcrumb h3 {
        color: #fff;
        padding: 20px;
        text-shadow: 2px 2px 2px #000;
    }

.news_box {
    background: #8a0000;
    padding: 20px;
    min-height: 175px;
    color: #fff;
}
/**********************TopBar***********************************/
.top_header {
    background: linear-gradient(to bottom, #a51902 0%,#771e04 100%);
    color: #fff;
    text-shadow: none;
    position: relative;
    z-index: 8;
    width: 100%;
    padding-top: 5px;
}

    .top_header p {
    }

    .top_header ul li {
        display: inline-block;
        list-style: none;
        padding-left: 20px;
        float: right;
    }

/**********************logo***********************************/

.logo_background {
    background-image: url(../images/logo_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    margin: auto;
    padding: 0;
    /*position: fixed;*/
    position: absolute;
    right: 0;
    -webkit-transition: top .2s;
    transition: top .2s;
    z-index: 15;
}

.logo_link {
    background: url(../images/logo.jpg) no-repeat;
    background-size: cover;
    color: transparent;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .logo_link:before {
        background: #79b04c;
        content: '';
        height: 4px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        top: 0;
        -webkit-transition: width .2s;
        transition: width .2s;
        width: 0%;
    }

    .logo_link:hover:before, .logo_link:focus:before {
        width: 100%;
    }



/**********************Menu***********************************/

#main_menu {
    background: #ffffa7;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    z-index: 1;
}

/**********************slider***********************************/

.bs-slider {
    overflow: hidden;
    max-height: 500px;
    position: relative;
    background: #000000;
    min-height: 450px;
}

    .bs-slider:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .bs-slider:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0, 0, 0, 0.40);*/
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100% !important;
    }

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover {
        color: #fdfdfd;
        background: rgba(0, 0, 0, 0.5);
        border: 0px transparent;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

    .indicators-line > .carousel-indicators li {
        padding: 0;
        width: 15px;
        height: 15px;
        border: 1px solid rgb(158, 158, 158);
        text-indent: 0;
        overflow: hidden;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        background: rgb(158, 158, 158);
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        z-index: 10;
        cursor: pointer;
    }

        .indicators-line > .carousel-indicators li:last-child {
            margin-right: 0;
        }

    .indicators-line > .carousel-indicators .active {
        margin: 1px 5px 1px 1px;
        box-shadow: 0 0 0 2px #fff;
        background-color: transparent;
        position: relative;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .indicators-line > .carousel-indicators .active:before {
            transform: scale(0.5);
            background-color: #fff;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

    .slide-text > h1 {
        padding: 0;
        color: #ffffff;
        font-size: 70px;
        font-style: normal;
        line-height: 84px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .slide-text > p {
        padding: 0;
        color: #ffffff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 40px;
        letter-spacing: 1px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .slide-text > a.btn-default {
        color: #000;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-right: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .slide-text > a.btn-primary {
        color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-left: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        background: #00bfff;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .slide-text > a:hover,
    .slide-text > a:active {
        color: #ffffff;
        background: #222222;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }


/***************************products*******************************/

.aminities-box {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    border: 8px rgba(6, 6, 6, 0) solid;
    box-shadow: 0 0 5px gray;
}

    .aminities-box img {
        width: 100%;
        max-height: 220px;
        min-height: 220px;
    }

    .aminities-box span {
        padding: 10px;
        transition: all .2s ease;
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        overflow: hidden;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.6);
    }

    .aminities-box small {
        text-align: center;
        display: block;
        position: relative;
        border: 1px rgba(255,255,255,0.3) solid;
        height: 100%;
        border-radius: 5px;
    }

        .aminities-box small p {
            font-weight: 600;
            transition: all 1s ease;
            color: white !important;
            font-size: 14px;
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0;
            top: 67.5px;
            visibility: visible;
            animation-name: fadeInUp;
        }

    .aminities-box:hover span {
        border-radius: 0;
        transition: all .8s ease;
        padding: 0;
        height: 0;
        width: 0;
        left: 50%;
        top: 50%;
    }

    .aminities-box:hover p {
        margin-top: -300px;
        transition: all 1s ease;
    }

.huge-thumb {
    color: #000;
    cursor: pointer;
    float: left;
    position: relative;
    width: 50%;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

    .huge-thumb .flipper {
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
        height: 175px;
    }

    .huge-thumb .front, .huge-thumb .back {
        background-color: #fff;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

        .huge-thumb .front > div, .huge-thumb .back > div {
            display: inline-block;
            vertical-align: middle;
            width: 90%;
        }

        .huge-thumb .front:before, .huge-thumb .back:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

    .huge-thumb .front {
        z-index: 2;
        -webkit-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }

    .huge-thumb .back {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

.articles h4 {
    padding: 4px 15px;
}

.articleLeft {
    padding-top: 15px;
}

.huge-thumb.alt .front, .huge-thumb.alt .back {
    background-color: #ebebeb;
}

.huge-thumb img {
    display: block;
    margin: auto;
}

.huge-thumb:hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

footer {
    color: #fff;
    font-size: 12px;
    z-index: 2;
}

.footer_top {
    background: #333f4f;
    padding-bottom: 30px;
}

    .footer_top ul {
        list-style: none;
        margin: 0px;
        padding: 5px 0 0 0;
        margin: 0px auto;
    }

        .footer_top ul li {
            background: url(../images/bul.gif) no-repeat scroll 0 16px;
            color: #869AAE;
            padding: 8px 0 2px 16px;
        }

            .footer_top ul li a {
                color: #cacaca;
            }

.foot_title {
    font-size: 20px;
    padding: 20px 0px 5px 0px;
}

footer .footer-info-area {
    background-color: #000000;
}

.footer-info-area {
    padding-top: 20px;
    padding-bottom: 20px;
}

/**************************Contact page******************************/
.contact_bg {
    background: linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),transparent url(../images/bgfooter1.jpg) 0 0/auto repeat scroll;
    padding-top: 150px;
    padding-bottom: 150px;
    clear: both;
    float: left;
    width: 100%;
}

.contact_add {
    background: #f1ca31;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 30px;
    min-height: 1px;
    position: relative;
}

.contact_details {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 30px;
    padding-bottom: 15px;
    transition: all 0.3s ease 0s;
}

.content_img {
    width: 100px;
    float: left;
}

    .content_img img {
        /*border-radius: 50px 50px 50px 50px;*/
        margin-right: 15px;
    }

.layout-4 .box-right {
    overflow: hidden;
    padding: 0 0 0 30px;
}

.content-position {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

content-title {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin: 0px 0 20px;
}

.content-desc {
    color: #000;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    margin-bottom: 25px;
}


.google_maps {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
}

.add_padding {
    padding-right: 40px;
    padding-left: 40px;
    border-right: 1px solid rgba(0,0,0,.1);
}


.text_block i {
    color: #f1ca31;
    min-width: 22px;
}

.social_icons a {
    padding: 10px;
    margin: 3px;
    background: rgb(221, 221, 221);
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
}

.social_icons i {
    width: 1em;
    height: 1em;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.social_icons a:hover {
    background-color: #f1ca31;
    color: #000;
}

    .social_icons a:hover i {
        color: #000;
    }

/*******************Plot Page********************************/

.wide40 {
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px;
    margin: 0px auto;
    font-weight: 900;
}

.wide24 {
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0px;
    margin: 0px auto;
    font-weight: 900;
}

.widelong {
    text-align: center;
    text-transform: capitalize;
    padding: 0px 0px;
    margin: -12px auto;
    font-weight: 900;
}

.imgbg {
    background:
    /* On "top" */
    repeating-linear-gradient( 45deg, transparent, transparent 10px, #ccc 10px, #ccc 20px ),
    /* on "bottom" */
    linear-gradient( to bottom, #eee, #999 );
    box-shadow: 2px 2px 2px 2px #ccc;
}

.bb_blue {
    border-bottom: 3px solid #029ab3;
}

.bl_blue {
    border-left: 2px solid #029ab3;
    position: relative;
}

.text {
    position: absolute;
    transform: rotate(-90.0deg);
    margin-top: 522px;
    margin-left: -48px;
    background: #fff;
}

.br_blue {
    border-right: 2px solid #029ab3;
}

.wide100 {
    line-height: 1140px;
}

.wide100 {
    margin: 32px 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px;
    font-weight: 900;
    transform: rotate(-90.0deg);
    white-space: nowrap;
}


.wide101 {
    margin: 100px 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px;
    font-weight: 900;
    transform: rotate(-90.0deg);
    white-space: nowrap;
}

.image_box {
    width: 100%;
    height: auto;
    margin: 10px 0px 0px 0px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
    z-index: 99;
}

    .image_box .mask, .image_box .content {
        width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .image_box img {
        display: block;
        position: relative;
    }


    .image_box h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .image_box p {
        font-family: Georgia, serif;
        font-style: italic;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center;
    }

    .image_box a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
    }

        .image_box a.info: hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
        }

.image_effect .mask-1, .image_effect .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    background: rgba(119, 0, 36, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.image_effect .mask-1 {
    left: auto;
    right: 150px;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.image_effect .mask-2 {
    top: auto;
    bottom: 0px;
    left: 150px;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.image_effect .content {
    background: rgba(0, 0, 0, 0.9);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 100%;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}

.image_effect h2 {
    background: transparent;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.image_effect a.info {
    display: none;
}

/*.image_effect:hover .content {*/
.image_effect .content {
    height: auto;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    top: 30px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}

.image_effect:hover .mask-1, .image_effect:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.image_effect:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}

.image_effect:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}


#content {
    border: 3px solid #029ab3;
    border-width: 0 3px;
    display: inline-block;
    margin: 50px 0;
    width: 100%;
}

.divider {
    font-size: 30px;
    margin: -0.65em auto -0.45em;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

    .divider:before,
    .divider:after {
        content: "";
        vertical-align: top;
        display: inline-block;
        width: 50%;
        height: 0.65em;
        border-bottom: 3px solid #029ab3;
        margin: 0 2% 0 -55%;
    }

    .divider:after {
        margin: 0 -55% 0 2%;
    }

.wide24p {
    float: right;
    margin: -15% -8px 0px 5px;
    /* text-align: center; */
    text-transform: uppercase;
    /* padding: 40px 0px; */
    font-weight: 900;
    transform: rotate(-90.0deg);
    white-space: nowrap;
    color: #ff1100;
}
/*#content p {
    margin: 150px 0px;
}*/
.tooltip1 {
    border: 1px solid black;
    width: 230px;
    margin-left: 23px;
    margin-top: -56px;
    background-color: #9C27B0;
    border-radius: 4px;
    color: white;
    position: absolute;
    z-index: 99999;
    text-align: left;
    padding: 5px;
}

/*
    new css for phase 2

    */
.wide762 {
    line-height: 762px !important;
}

.wide338 {
    line-height: 338px !important;
}

.text1 {
    position: absolute;
    transform: rotate(-90.0deg);
    margin-top: 215px;
    margin-left: -48px;
    background: #fff;
}

.text2 {
    position: absolute;
    transform: rotate(-90.0deg);
    margin-top: 458px;
    margin-left: -52px;
    background: #fff;
}

.text3 {
    position: absolute;
    transform: rotate(-90.0deg);
    margin-top: 641px;
    margin-left: -48px;
    background: #fff;
}
