﻿@charset "utf-8";
/* CSS Document */


* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none;
    list-style: none;
}

body {
    line-height: 24px;
}

#container {
    width: 100%;
    float: left;
}

.header {
    background: none repeat scroll 0 0 #1a1a1a;
    box-shadow: 0 1px 4px #585858;
    width: 100%;
    position: fixed;
    z-index: 1;
}

.wrapper {
    /*width: 73.20%;*/
    width: 81%;
    margin: 0 auto;
}

.nav_li {
    float: left !important;
    margin: 0 0 0 7px;
}

.nav > li > a:first-child {
    padding-left: 0px;
}

.sign_in {
    background: #d1b372; /* Old browsers */
    background: -moz-linear-gradient(top, #d1b372 0%, #f0e3c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1b372), color-stop(100%,#f0e3c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1b372 0%,#f0e3c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1b372 0%,#f0e3c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1b372 0%,#f0e3c4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d1b372 0%,#f0e3c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1b372', endColorstr='#f0e3c4',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    color: #333 !important;
    float: left;
    font-size: 12px !important;
    margin-top: 3px;
    padding: 4px 5px !important;
    text-transform: uppercase;
    margin-bottom: 1%;
    margin-right: 1%;
}

    .sign_in:hover {
        background: #f0e3c4; /* Old browsers */
        background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */
    }

@media (min-width: 500px) {
    .padding {
        /*margin-right:47.4%;*/
        margin-right: 22.7%;
    }
}

.sign_li {
    float: left;
    margin-right: 5px;
    width: 100%;
}


.logo {
    position: absolute;
    width: auto;
    left: -108.5% !important;
    z-index: 2;
    float: left;
}


    .logo img {
        background: none repeat scroll 0 0 #fff;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 1px 5px #000;
        padding: 1% 12%;
        width: 76%;
        height: auto;
        /*background-size: 100%; /* To fill the dimensions of container (button), or */
        background-size: 10% auto;
        min-width: 2px;
        max-width: 200px;
        float: left;
    }


.banner {
    width: 100%;
    float: left;
    margin-top: 6%;
}

    .banner > iframe {
        width: 100%;
        float: left;
        height: 414px;
    }

.content {
    width: 100%;
    float: left;
    margin-top: 3%;
    margin-bottom: 10%;
}

@media only screen and (min-width : 320px) {
    .content_left {
        width: 100%;
        float: left;
    }
}

.content_left_in {
    width: 100%;
    float: left;
}

    .content_left_in h1 {
        font-family: 'MinionProItalic';
        font-size: 32px;
        font-weight: normal;
        width: 100%;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        color: #333;
    }

    .content_left_in > p {
        font-family: 'FuturaBookBook';
        color: #747474;
        font-size: 14px;
        padding-top: 1%;
    }

    .content_left_in h1 span {
        color: #83603a;
    }



@media screen and (max-width:520px) {
    .content_left_in ul {
        clear: both;
        float: left;
    }
}

.content_left_in ul {
    width: 48%;
    float: left;
    margin-top: 2%;
    margin-right: 2%;
}

    .content_left_in ul li {
        width: 100%;
        float: left;
        background: url(../images/tick.png) left no-repeat;
    }

        .content_left_in ul li h4 {
            float: left;
            font-weight: normal;
            padding-left: 25px;
            font-family: 'FuturaBookBook';
            color: #747474;
            font-size: 14px;
        }

@media only screen and (min-width : 350px) {
    .content_right {
        width: 100%;
        float: right;
        margin-top: 2%;
        /*padding-right: 10%;*/
    }
}

@media only screen and (min-width : 100px) {
    .content_right_in {
        float: left;
        border: 1px solid #ecc347;
        border-radius: 8px;
        padding: 0 10% 3% 10%;
        width: 0%;
    }
}

.content_right_in h1 {
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-top: -10px;
    background: #fff;
    font-size: 32px;
    font-family: 'MinionProItalic';
    font-weight: normal;
    color: #333;
}

.content_right_in ul {
    width: 100%;
    float: left;
    margin-top: 5%;
}

    .content_right_in ul li {
        width: 100%;
        float: left;
        margin-bottom: 5%;
    }

        .content_right_in ul li label {
            float: left;
            color: 2c2c2c;
            padding-bottom: 1%;
            font-family: 'FuturaBookBook';
            color: #747474;
        }

        .content_right_in ul li input[type="text"] {
            width: 98%;
            float: left;
            height: 30px;
            background: #e9dfcf;
            border: 1px solid #ecc347;
            padding-left: 2%;
        }

        .content_right_in ul li input[type="password"] {
            width: 98%;
            float: left;
            background: #e9dfcf;
            height: 30px;
            border: 1px solid #ecc347;
            padding-left: 2%;
        }

        .content_right_in ul li input[type="submit"] {
            background: #83603a;
            border-radius: 3px;
            color: #fff;
            float: left;
            font-size: 14px;
            padding: 10px;
            text-transform: uppercase;
            cursor: pointer;
        }

            .content_right_in ul li input[type="submit"]:hover {
                background: #f0e3c4; /* Old browsers */
                background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
                background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */
                color: #333;
            }

        .content_right_in ul li p {
            float: left;
            width: 100%;
            font-size: 12px;
            font-family: 'Futura-Book';
            color: #747474;
        }

            .content_right_in ul li p span {
                color: #ecc347;
            }

.service {
    width: 100%;
    float: left;
    margin-top: 4%;
}

@media only screen and (min-width : 120px) {
    .service_in {
        float: left;
        border: 1px solid #ecc347;
        border-radius: 8px;
        padding: 0% 0% 4% 0;
        width: 100%;
    }
}

.service_in h1 {
    font-family: 'MinionProItalic';
    font-size: 32px;
    font-weight: normal;
    color: #333;
    width: 24%;
    text-align: center;
    margin-left: 38%;
    margin-top: -10px;
    background: #fff;
}

.service_box {
    width: 100%;
    float: left;
}

.service_box_main {
    width: 100%;
    float: left;
    margin-top: 3%;
}

.service_box_in {
    width: 100%;
    float: left;
    text-align: center;
}

    .service_box_in ul {
        width: 100%;
        float: left;
    }

        .service_box_in ul li {
            width: 100%;
            float: left;
        }

.service_in h3 {
    font-family: 'MinionProMediumCondCaption';
    font-size: 20px;
    font-weight: normal;
    color: #333;
    padding: 3% 0;
}


.service_box_in ul li span {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 12%;
}

.read:hover {
    background: #f0e3c4; /* Old browsers */
    background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */
    color: #333;
}

.building {
    width: 114px;
    height: 114px;
    background: url(../images/building.png) no-repeat center;
    background-size: 100%;
    float: left;
    margin-left: 23%;
}

.virtual {
    float: none;
    height: auto;
    margin: 27px 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}

.confrence {
    float: none;
    height: auto;
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}

.copy {
    float: none;
    height: auto;
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}

.office {
    float: none;
    height: auto;
    margin: 27px 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}

.office_left {
    width: 90%;
    float: left;
}

    .office_left h1 {
        float: left;
        width: 100%;
        font-family: 'MinionProItalic';
        font-size: 32px;
        font-weight: normal;
        color: #333;
        padding-bottom: 12px;
    }

    .office_left > ul {
        float: left;
        width: 100%;
    }

    .office_left p span img {
        float: left;
    }

.panel {
    width: 100%;
    float: left;
}

    .panel i {
        width: 15%;
        float: left;
        padding-right: 5%;
    }

    .panel p {
        width: 80%;
        float: left;
        font-size: 14px;
        font-family: 'FuturaBookBook';
        color: #333;
    }

    .panel > a {
        color: #83603a;
        float: right;
        font-size: 14px;
        font-family: 'FuturaBookBook';
    }

        .panel > a:hover {
            color: #ecc347;
        }

.office_right {
    width: 100%;
    float: right;
    padding-right: 10%;
}

.office_right_in {
    float: left;
    width: 100%;
}

    .office_right_in h1 {
        font-family: 'MinionProItalic';
        font-size: 32px;
        font-weight: normal;
        color: #333;
        float: left;
        padding-bottom: 12px;
    }

    .office_right_in h4 {
        font-family: 'MinionProMediumCondCaption';
        font-size: 17px;
        font-weight: normal;
        color: #333;
        padding: 1% 0;
        float: left;
        width: 98%;
    }

    .office_right_in p {
        font-family: 'FuturaBookBook';
        font-size: 13px;
        font-weight: normal;
        color: #747474;
        float: left;
        width: 98%;
    }

    .office_right_in a {
        background: none repeat scroll 0 0 #83603a;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-family: 'FuturaBookBook';
        font-size: 13px;
        padding: 7px 10px;
        text-transform: uppercase;
        float: right;
        margin-top: 3%;
    }

        .office_right_in a:hover {
            background: #f0e3c4; /* Old browsers */
            background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */
            color: #333;
        }

.office_img {
    float: left;
    width: 100%;
    margin-top: 8%;
}

    .office_img img {
        float: left;
        width: 94%;
        box-shadow: 0 0 5px #333;
        border-radius: 15px;
        border: 2px solid #ecc347;
        max-width: 500px;
        min-width: 50px;
    }

.virtual_office {
    border-bottom: 1px solid #e0e0e0;
    float: left;
    margin-top: 4%;
    padding: 0 10% 4%;
    width: 100%;
}

    .virtual_office h1 {
        color: #333;
        font-family: 'MinionProItalic';
        font-size: 32px;
        font-weight: normal;
        padding-bottom: 12px;
    }

.virtual_office_left {
    width: 50%;
    float: left;
}

.virtual_office_left_in {
    width: 100%;
    float: left;
}

.virtual_office_img {
    float: left;
    width: 100%;
    margin-top: 1%;
}

    .virtual_office_img img {
        float: left;
        width: 94%;
        box-shadow: 0 0 5px #333;
        border-radius: 15px;
        border: 2px solid #ecc347;
        max-width: 500px;
        min-width: 50px;
    }

.virtual_office_right {
    width: 50%;
    float: left;
}

.virtual_office_right_in {
    padding: 1% 3%;
    width: 94%;
    float: left;
}

    .virtual_office_right_in ul {
        width: 100%;
        float: left;
        padding: 1% 0;
    }

        .virtual_office_right_in ul li {
            width: 100%;
            float: left;
        }

    .virtual_office_right_in h4 {
        color: #333;
        float: left;
        font-family: 'MinionProMediumCondCaption';
        font-size: 17px;
        font-weight: normal;
        padding: 1% 0 0 0;
        width: 98%;
    }

    .virtual_office_right_in p {
        color: #747474;
        float: left;
        font-family: 'FuturaBookBook';
        font-size: 13px;
        font-weight: normal;
        padding: 1%;
        width: 98%;
    }

    .virtual_office_right_in a {
        background: none repeat scroll 0 0 #83603a;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-family: 'FuturaBookBook';
        font-size: 13px;
        padding: 7px 10px;
        text-transform: uppercase;
        float: right;
        margin-top: 3%;
    }

        .virtual_office_right_in a:hover {
            background: #f0e3c4; /* Old browsers */
            background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */
            color: #333;
        }

.therapist {
    float: left;
    margin-top: 4%;
    padding: 0 0 4%;
    width: 100%;
}

    .therapist h1 {
        color: #333;
        font-family: 'MinionProItalic';
        font-size: 32px;
        font-weight: normal;
        padding-left: 1%;
    }

.therapist_right {
    width: 50%;
    float: right;
}

.therapist_right_in {
    width: 100%;
    float: left;
}

.therapist_img {
    float: left;
    padding: 2%;
    width: 96%;
    margin-top: 1%;
}

    .therapist_img img {
        float: left;
        width: 94%;
        box-shadow: 0 0 5px #333;
        border-radius: 15px;
        border: 2px solid #ecc347;
        max-width: 500px;
        min-width: 50px;
    }

.therapist_left {
    width: 50%;
    float: left;
}

.therapist_left_in {
    padding: 1% 3%;
    width: 94%;
    float: left;
}

    .therapist_left_in p {
        color: #747474;
        float: left;
        font-family: 'FuturaBookBook';
        font-size: 13px;
        font-weight: normal;
        width: 98%;
        padding: 1% 0;
    }

    .therapist_left_in a {
        background: none repeat scroll 0 0 #83603a;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-family: 'FuturaBookBook';
        font-size: 13px;
        padding: 7px 10px;
        text-transform: uppercase;
        float: right;
        margin-top: 3%;
    }

        .therapist_left_in a:hover {
            background: #f0e3c4; /* Old browsers */
            background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */
            color: #333;
        }

.bottom_para {
    width: 100%;
    float: left;
    background: #fff9e7;
    padding-right: 10%;
}

.bottom_para_in {
    width: 100%;
    float: left;
    background: #fff9e7;
    padding: 2% 0;
}

    .bottom_para_in p {
        color: #747474;
        float: left;
        font-family: 'FuturaBookBook';
        font-size: 13px;
        font-weight: normal;
        width: 98%;
        padding: 0.7% 0;
    }

.footer {
    width: 100%;
    float: left;
    background: #1a1a1a;
    padding: 0 0 2%;
}

.footer_in {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3% 0 2%;
}

    .footer_in ul li {
        display: inline;
    }

        .footer_in ul li a {
            color: #b2b2b2;
            font-family: 'MinionProMediumCondCaption';
            font-size: 13px;
            text-transform: uppercase;
            padding: 0 10px;
        }

            .footer_in ul li a:hover {
                color: #d1b372;
            }

.footer_bottom p {
    font-family: 'FuturaBookBook';
    font-size: 13px;
    font-weight: normal;
    color: #6e6e6e;
    padding: 10px 0;
    width: 100%;
    float: left;
    text-align: center;
}

.social {
    width: 31% !important;
    float: right;
    margin-right: -155px;
}

    .social li {
        float: left;
        margin-left: 5px;
    }

        .social li p {
            float: left;
            font-family: 'FuturaBookBook';
            font-size: 14px;
            color: #b2b2b2;
            font-weight: bold;
            background: url(../images/phone.png) no-repeat left bottom 6px;
            padding: 9px 7px 0px 28px;
        }

.email a {
    float: left;
    background: url(../images/email.png) no-repeat;
    width: 7px;
    height: 7px;
    background-size: 100%;
    padding: 10px !important;
}

    .email a:hover {
        background: url(../images/email_h.png) no-repeat;
        width: 7px;
        height: 7px;
        background-size: 100%;
        padding: 10px !important;
    }

.fb a {
    float: left;
    background: url(../images/fb.png) no-repeat;
    width: 7px;
    height: 7px;
    background-size: 100%;
    padding: 10px !important;
}

    .fb a:hover {
        background: url(../images/fb_h.png) no-repeat;
        width: 7px;
        height: 7px;
        background-size: 100%;
        padding: 10px !important;
    }

.twitter a {
    float: left;
    background: url(../images/twitter.png) no-repeat;
    width: 7px;
    height: 7px;
    background-size: 100%;
    padding: 10px !important;
}

    .twitter a:hover {
        background: url(../images/twitter_h.png) no-repeat;
        width: 7px;
        height: 7px;
        background-size: 100%;
        padding: 10px !important;
    }

.pin a {
    float: left;
    background: url(../images/pinterest.png) no-repeat;
    width: 7px;
    height: 7px;
    background-size: 100%;
    padding: 10px !important;
}

    .pin a:hover {
        background: url(../images/pinterest_h.png) no-repeat;
        width: 7px;
        height: 7px;
        background-size: 100%;
        padding: 10px !important;
    }



/**********************************6/24/2014**********************************/

.side_form_b {
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 78%;
}

    .side_form_b span {
        margin: 0px;
        padding: 5px 2px;
        float: left;
        width: 100%;
    }

        .side_form_b span label {
            margin: 0px;
            padding: 0 0 4px 0;
            float: left;
            width: 100%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #333;
            font-family: 'FuturaBookBook';
        }

        .side_form_b span input {
            margin: 0px;
            padding: 1%;
            float: left;
            width: 98%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #333;
            border: 1px solid #bfbfbf;
            height: 24px;
        }


.textx {
    margin: 0px;
    padding: 1%;
    float: left;
    width: 98%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    border: 1px solid #bfbfbf;
    height: 124px;
    font-family: 'FuturaBookBook';
}


.search_buttom {
    background: none repeat scroll 0 0 #83603a;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'FuturaBookBook';
}

    .search_buttom:hover {
        background: #f0e3c4; /* Old browsers */
        background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */
        color: #333;
    }


.conatct_select {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    font-family: 'FuturaBookBook';
}

.slide-out-div {
    z-index: 999;
}

.slide-out-div1 {
    z-index: 999;
}

.slide-out-div2 {
    z-index: 999;
    background: #fff;
}

.slide-out-div3 {
    z-index: 999;
}


.slide-out-div p {
    background: none repeat scroll 0 0 #ffc;
    border: 1px solid #ccc;
    color: #333;
    font-family: 'FuturaBookBook';
    font-size: 14px;
    padding: 20px 60px 20px 20px;
    position: relative;
    top: -60px;
    width: 700px;
}

.handle2 {
    top: 205px !important;
}


.slidev2 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ecc347;
    float: left;
    height: auto;
    padding: 2%;
    width: 649px;
}

.table_main {
    border: 1px solid #ecc347;
    position: relative;
    top: 0px;
    /*width: 1052px !important;*/
     width: 1111px !important;
    background: #fff;
    float: left;
}



.service_inn {
    float: left;
    text-align: center;
    width: 100%;
}



.circle span {
    background: none repeat scroll 0 0 #83603a;
    border-radius: 50%;
    float: left;
    height: 120px;
    margin: 0;
    padding: 0;
    width: 120px;
}

    .circle span:hover {
        background: #997650;
    }




.service_inn h3 {
    color: #333;
    font-family: 'MinionProMediumCondCaption';
    font-size: 18px;
    padding: 0;
    float: left;
    font-weight: normal;
    width: 100%;
    padding: 5% 0;
}

.service_inn p {
    color: #747474;
    font-family: 'FuturaBookBook';
    font-size: 14px;
    padding: 0;
    float: left;
    width: 96%;
    padding-bottom: 5%;
}

.read {
    background: #83603a;
    border-radius: 3px;
    font-family: 'FuturaBookBook';
    font-size: 13px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.circle {
    margin-left: 20%;
    width: 60%;
    float: left;
}



@media screen and (max-width:400px) {
    .service_box li {
        clear: both;
        float: left;
    }
}

.service_box ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .service_box ul li {
        float: left;
        height: auto;
        margin: 2%;
        padding: 0%;
        width: 217px;
        /*max-width:100%;*/
    }

.office1 {
    float: left;
    margin-top: 4%;
    width: 100%;
}

.handle, .handle1, .handle2, .handle3 {
    cursor: pointer !important;
}

    .handle:hover {
        background: url(../images/tab_h.png) !important;
    }

    .handle1:hover {
        background: url(../images/tab-1_h.png) !important;
    }

    .handle2:hover {
        background: url(../images/tab-2_h.png) !important;
    }

    .handle3:hover {
        background: url(../images/tab-3_h.png) !important;
    }

.btn {
    width: 100%;
    float: left;
}

.slidediv1 {
    border: 1px solid #ecc347;
    position: relative;
    top: -186px;
    width: 1290px;
    background: #fff;
    float: left;
}

.slidediv1_map {
    width: 100%;
    float: left;
}

.slidediv1_map_main {
    width: 300px;
    float: left;
    background: #fff;
    border-right: 1px solid #ecc347;
    height: 449px;
    padding-top: 25px;
}

.slidediv1_map p {
    color: #000;
    font-family: 'FuturaBookBook';
    font-size: 14px;
    padding: 0;
    float: left;
    width: 96%;
    padding: 10px 0px;
    text-align: center;
}

.slidediv1_map h3 {
    color: #000;
    font-family: 'FuturaBookBook';
    font-size: 16px;
    padding: 0;
    float: left;
    width: 96%;
    text-align: center;
}

.slidediv1_btn {
    width: 90%;
    padding: 0 5%;
    float: left;
}

    .slidediv1_btn ul {
        width: 100%;
        float: left;
        margin: 10px 0px;
    }

        .slidediv1_btn ul li {
            width: 45%;
            float: left;
            margin-right: 5%;
        }

            .slidediv1_btn ul li a {
                background: none repeat scroll 0 0 #83603a;
                border-radius: 3px;
                color: #fff;
                cursor: pointer;
                float: left;
                font-family: 'FuturaBookBook';
                font-size: 13px;
                margin-top: 3%;
                padding: 10px;
                text-transform: uppercase;
                width: 90%;
                text-align: center;
            }

                .slidediv1_btn ul li a:hover {
                    background: #f0e3c4; /* Old browsers */
                    background: -moz-linear-gradient(top, #f0e3c4 0%, #d1b372 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e3c4), color-stop(100%,#d1b372)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #f0e3c4 0%,#d1b372 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #f0e3c4 0%,#d1b372 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e3c4', endColorstr='#d1b372',GradientType=0 ); /* IE6-9 */
                    color: #333;
                }

.slidediv1_map_in {
    width: 100%;
    float: left;
}

    .slidediv1_map_in > iframe {
        width: 96%;
        float: left;
        height: 200px;
        border: 5px solid #83603a;
    }
