﻿@charset "utf-8";
/* CSS Document */

.nyban2 span {
    width: 450px;
}

.ovbg {
    background: url(../../images/contactbg.jpg) no-repeat center top;
    height: 628px;
    background-size: cover;
    text-align: center;
}

.con_us {
    padding-top: 35px;
}

    .con_us p {
        font-size: 24px;
        color: #c9b67e;
        padding: 5px 0;
    }

        .con_us p.p1 {
            font-weight: bold;
            text-transform: uppercase;
        }

        .con_us p.p3 {
            margin-bottom: 40px;
        }

/*contact End*/

.ovbg1 {
    padding-bottom: 35px;
}

.ov-con {
    text-align: center;
    padding-top: 30px;
}

.host {
    /*height: 450px;*/
    /*padding-bottom: 35px;
    border-bottom: 1px solid #e8e5dd;*/
}

    .host h4 {
        font-size: 32px;
        color: #235a93;
        line-height: 40px;
        padding-bottom: 40px;
        font-weight: bold;
        /*width: 63%;*/
        margin: 0px auto;
    }

    .host p.p1 {
        padding-bottom: 30px;
        text-align: center;/*
        text-align: justify;*/

    }

    .host p {
        font-size: 16px;
        line-height: 25px;
        color: #676767;
        text-align:justify;
    }

.long_trem {
    padding-top: 30px;
}

    .long_trem h4 {
        font-size: 32px;
        color: #235a93;
        line-height: 40px;
        font-weight: bold;
    }

    .long_trem p {
        font-size: 16px;
        line-height: 25px;
        color: #676767;
        text-align:left;
    }

        .long_trem p.p1 {
            padding: 30px 0;
            text-align:center;
        }

        .long_trem p.p2 {
            margin-bottom: 20px;
        }
/*Organizations  End*/



.nyban3 span {
    width: 930px;
}

.venue {
    height: 515px;
    border-bottom: 1px solid #f2eee1;
}

    .venue h4 {
        font-size: 52px;
        color: #235a93;
        text-align: center;
        text-transform: uppercase;
        padding: 35px 0;
    }

.v-text {
    /*text-align: center;
    padding-top: 35px;*/
}

/*.v-text p {
        font-size: 16px;
        color: #c9b67e;
        line-height: 25px;
        margin-bottom: 10px;
}*/

.link-x {
    padding-top: 40px;
    /*min-height: 757px;*/
}

.link-top {
}

    .link-top ul li {
        float: left;
        text-align: center;
        line-height: 73px;
        margin-right: 28px;
    }

        .link-top ul li a {
            text-transform: uppercase;
            color: #235a93;
            font-size: 16px;
            text-decoration: none;
            width: 358px;
            height: 73px;
            border: 4px solid #235a93;
            display: block;
        }

        .link-top ul li.last {
            margin-right: 0px;
        }

        .link-top ul li.active a, .link-top ul li a:hover, .link-top ul li a:focus, .link-top ul li a:hover:focus {
            color: #c9b67e;
            border-color: #e3d7b2;
            transition: all 1.5s;
            outline: 0;
        }

.link-xcon {
    padding: 35px 0;
}

.linktcon{
    display:none;
}


.linktcon h4 {
    font-size: 32px;
    color: #c9b67e;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 4px solid #f2eee1;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.linktcon p {
    font-size: 16px;
    color: #676767;
    padding: 5px 0;
    line-height:25px;
}


    .linktcon ul li {
        font-size: 16px;
        color: #676767;
        line-height: 25px;
        list-style: initial;
        margin-left: 19px;
    }


.linktcon table {
    width: 100%;
}

    .linktcon table thead {
        background: #f5efdd;
        height: 63px;
        color: #235a93;
        font-weight: bold;
    }



    .linktcon table tbody tr td {
        font-size: 16px;
        line-height: 26px;
        padding: 10px;
    }
