@font-face
{
    font-family: "Calibri1";
    src: url('font/258941651-calibri.eot');
    src: url('font/258941651-calibrid41d.eot?#iefix') format('embedded-opentype'), url('font/258941651-calibri.svg#Calibri') format('svg'), url('font/258941651-calibri.html') format('woff'), url('font/258941651-calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body
{
    padding: 0px;
    margin: 0px;
    font-family: "Calibri1";
    color: #333333;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

a
{
    /*  color: #fff;*/
    text-decoration: none;
}


ul
{
    margin: 0;
    padding: 0;
}

    ul li
    {
        list-style-type: none;
    }

.clear
{
    clear: both;
}

.header
{
    width: 999px;
    margin: 0 auto;
    height: 130px;
}

.logo
{
    float: left;
}

.right_content
{
    float: right;
    width: 435px;
    height: auto;
}



.link_area
{
    width: 100%;
    height: auto;
    float: right;
    text-align: right;
    margin-top: 22px;
    margin-right: 10px;
}

    .link_area a
    {
        width: auto;
        text-decoration: none;
        margin: 0 5px;
        color: #666;
    }

.style
{
    width: 300px;
    height: 38px;
    background-color: background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 15%, #cccccc 85%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(85%,#cccccc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 15%,#cccccc 85%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 15%,#cccccc 85%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 15%,#cccccc 85%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 15%,#cccccc 85%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    border: solid thin #333;
    border-radius: 25px;
    margin-top: 30px;
}

    .style ul
    {
        width: 300px;
        display: none;
    }

        .style ul li
        {
            width: 100%;
            float: left;
            list-style: none;
        }

            .style ul li a
            {
                font-size: 14px;
            }

.link_area a:hover
{
    text-decoration: underline;
}

.nav
{
    width: 100%;
    height: 46px;
    border-bottom: solid thin #000;
    background-color: #333333;
}




.menu
{
    width: 1050px;
    height: auto;
    margin: 0 auto;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

    #cssmenu:after,
    #cssmenu > ul:after
    {
        content: '.';
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button
    {
        display: none;
    }

#cssmenu
{
    width: auto;
    background-color: #333333;
}

    #cssmenu > ul
    {
    }

    #cssmenu.align-right > ul > li
    {
        float: right;
    }

    #cssmenu > ul > li
    {
        float: left;
        display: inline-block;
    }

    #cssmenu.align-center > ul
    {
        float: none;
        text-align: center;
    }

        #cssmenu.align-center > ul > li
        {
            float: none;
        }

    #cssmenu.align-center ul ul
    {
        text-align: left;
    }

    #cssmenu > ul > li > a
    {
        padding: 14px 15px 15px 15px;
        border-right: 1px solid rgba(80, 80, 80, 0.12);
        text-decoration: none;
        font-size: 17px;
        /* font-weight: 700; */
        color: #ffffff;
        /* text-transform: uppercase; */
        /* letter-spacing: 1px; */
    }

        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li > a:hover,
        #cssmenu > ul > li.active > a
        {
            color: #ffffff;
        }

    #cssmenu > ul > li.has-sub > a
    {
        padding-right: 35px;
    }

        #cssmenu > ul > li.has-sub > a::after
        {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-top-color: #d3eced;
            right: 17px;
            top: 21.5px;
        }

    #cssmenu > ul > li.has-sub.active > a::after,
    #cssmenu > ul > li.has-sub:hover > a
    {
        border-top-color: #ffffff;
    }

    #cssmenu ul ul
    {
        position: absolute;
        left: -9999px;
        top: 60px;
        padding-top: 6px;
        font-size: 14px;
        opacity: 0;
        -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
        -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
        -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
        -o-transition: top 0.2s ease, opacity 0.2s ease-in;
        transition: top 0.2s ease, opacity 0.2s ease-in;
    }

    #cssmenu.align-right ul ul
    {
        text-align: right;
    }

    #cssmenu > ul > li > ul::after
    {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #ffffff;
        top: -4px;
        left: 20px;
    }

    #cssmenu.align-right > ul > li > ul::after
    {
        left: auto;
        right: 20px;
    }

    #cssmenu ul ul ul::after
    {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-right-color: #ffffff;
        top: 11px;
        left: -4px;
    }

    #cssmenu.align-right ul ul ul::after
    {
        border-right-color: transparent;
        border-left-color: #ffffff;
        left: auto;
        right: -4px;
    }

    #cssmenu > ul > li > ul
    {
        top: 120px;
    }

    #cssmenu > ul > li:hover > ul
    {
        top: 45px;
        left: 0;
        opacity: 1;
    }

    #cssmenu.align-right > ul > li:hover > ul
    {
        left: auto;
        right: 0;
    }

    #cssmenu ul ul ul
    {
        padding-top: 0;
        padding-left: 6px;
    }

    #cssmenu.align-right ul ul ul
    {
        padding-right: 6px;
    }

    #cssmenu ul ul > li:hover > ul
    {
        left: 180px;
        top: 0;
        opacity: 1;
    }

    #cssmenu.align-right ul ul > li:hover > ul
    {
        left: auto;
        right: 100%;
        opacity: 1;
    }

    #cssmenu ul ul li a
    {
        text-decoration: none;
        font-weight: 400;
        padding: 11px 25px;
        width: 255px;
        color: #777777;
        background: #ffffff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a
    {
        color: #333333;
    }

    #cssmenu ul ul li:first-child > a
    {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    #cssmenu ul ul li:last-child > a
    {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #cssmenu > ul > li > ul::after
    {
        position: absolute;
        display: block;
    }

    #cssmenu ul ul li.has-sub > a::after
    {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left-color: #777777;
        right: 17px;
        top: 14px;
    }

    #cssmenu.align-right ul ul li.has-sub > a::after
    {
        border-left-color: transparent;
        border-right-color: #777777;
        right: auto;
        left: 17px;
    }

    #cssmenu ul ul li.has-sub.active > a::after,
    #cssmenu ul ul li.has-sub:hover > a::after
    {
        border-left-color: #333333;
    }

    #cssmenu.align-right ul ul li.has-sub.active > a::after,
    #cssmenu.align-right ul ul li.has-sub:hover > a::after
    {
        border-right-color: #333333;
        border-left-color: transparent;
    }

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)
{
    #cssmenu
    {
        background: #333333;
    }

        #cssmenu > ul
        {
            display: none;
        }

            #cssmenu > ul.open
            {
                display: block;
                border-top: 1px solid rgba(0, 0, 0, 0.1);
            }

        #cssmenu.align-right > ul
        {
            float: none;
        }

        #cssmenu.align-center > ul
        {
            text-align: left;
        }

        #cssmenu > ul > li,
        #cssmenu.align-right > ul > li
        {
            float: none;
            display: block;
        }

            #cssmenu > ul > li > a
            {
                padding: 18px 25px 18px 25px;
                border-right: 0;
            }

            #cssmenu > ul > li:hover > a,
            #cssmenu > ul > li.active > a
            {
                background: rgba(0, 0, 0, 0.1);
            }

        #cssmenu #menu-button
        {
            display: block;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            color: #d3eced;
            padding: 18px 25px 18px 25px;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: url('images/bg.html');
            cursor: pointer;
        }

        #cssmenu ul ul,
        #cssmenu ul li:hover > ul,
        #cssmenu > ul > li > ul,
        #cssmenu ul ul ul,
        #cssmenu ul ul li:hover > ul,
        #cssmenu.align-right ul ul,
        #cssmenu.align-right ul li:hover > ul,
        #cssmenu.align-right > ul > li > ul,
        #cssmenu.align-right ul ul ul,
        #cssmenu.align-right ul ul li:hover > ul
        {
            left: 0;
            right: auto;
            top: auto;
            opacity: 1;
            width: 100%;
            padding: 0;
            position: relative;
            text-align: left;
        }

            #cssmenu ul ul li
            {
                width: 100%;
            }

                #cssmenu ul ul li a
                {
                    width: 100%;
                    box-shadow: none;
                    padding-left: 35px;
                }

            #cssmenu ul ul ul li a
            {
                padding-left: 45px;
            }

            #cssmenu ul ul li:first-child > a,
            #cssmenu ul ul li:last-child > a
            {
                border-radius: 0;
            }

        #cssmenu #menu-button::after
        {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #d3eced;
            border-bottom: 2px solid #d3eced;
            right: 25px;
            top: 18px;
        }

        #cssmenu #menu-button::before
        {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #d3eced;
            right: 25px;
            top: 28px;
        }

        #cssmenu > ul > li.has-sub > a::after,
        #cssmenu ul ul li.has-sub > a::after
        {
            display: none;
        }
}
















.container_bg
{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.content
{
    width: 999px;
    margin: 0 auto;
}

.site_row1
{
    width: 602px;
    float: right;
    margin-right: 33px;
    margin-top: 25px;
}

.site_row2
{
    width: 602px;
    float: right;
    margin-right: 33px;
}

.site_row3
{
    width: 800px;
    float: right;
    margin-right: 16.5em;
}

.site_row1 .col_1
{
    width: 200px;
    height: 200px;
    float: left;
}

.site_row2 .col_1
{
    width: 200px;
    height: 200px;
    float: left;
}

.site_row3 .col_1
{
    width: 200px;
    height: 200px;
    float: left;
}


.footer_bg
{
    width: 100%;
    height: 244px;
    background-color: #333333;
}

.footer_links
{
    width: 999px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

    .footer_links .box_1
    {
        width: 229px;
        height: auto;
        margin-right: 20px;
        float: left;
    }

    .footer_links .box_last
    {
        width: 180px;
        height: auto;
        float: left;
    }

.box_last h1
{
    font-size: 24px;
    color: #CCC;
    font-weight: normal;
    margin-left: 10px;
}

.box_last ul
{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

    .box_last ul li
    {
        list-style: none;
        width: 100%;
    }

        .box_last ul li a
        {
            font-size: 16px;
            font-weight: normal;
            text-decoration: none;
            color: #ffffff;
        }


            .box_last ul li a:hover
            {
                text-decoration: underline;
            }

.box_1 h1
{
    font-size: 16px;
    color: #CCC;
    font-weight: normal;
    margin-left: 10px;
}

.box_1 ul
{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

    .box_1 ul li
    {
        list-style: none;
        width: 100%;
    }

        .box_1 ul li a
        {
            font-size: 16px;
            font-weight: normal;
            text-decoration: none;
            color: #ffffff;
        }

.box_last h1
{
    font-size: 16px;
    color: #CCC;
    font-weight: normal;
    margin-left: 10px;
}



.box_1 ul li a:hover
{
    text-decoration: underline;
}

.spacer_20px
{
    height: 20px;
}

.bar_bg
{
    width: 100%;
    height: 60px;
    background-color: #da2337;
}

.bottom_bar
{
    width: 999px;
    margin: 0 auto;
    height: auto;
}

.caption
{
    float: right;
    width: 300px;
    margin: 10px 25px 0 0;
    padding: 5px;
    background: #CCC;
}

#p2
{
    display: none;
}

.bottom_bar p
{
    font-size: 16px;
    color: #ffffff;
    float: left;
    width: auto;
}


.bottom_bar a
{
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.social
{
    float: right;
}


.panel
{
    margin: 0 auto;
    width: 130px;
    height: 130px;
    position: relative;
    font-size: .8em;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    cursor: pointer;
}
    /* -- make sure to declare a default for every property that you want animated -- */
    /* -- general styles, including Y axis rotation -- */
    .panel .front
    {
        position: absolute;
        top: 0;
        z-index: 900;
        width: inherit;
        height: inherit;
        text-align: center;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        /* -- transition is the magic sauce for animation -- */
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .panel.flip .front
    {
        z-index: 900;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    }

    .panel .back
    {
        position: absolute;
        top: 0;
        z-index: 800;
        width: inherit;
        height: inherit;
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateY(-180deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        /* -- transition is the magic sauce for animation -- */
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .panel.flip .back
    {
        z-index: 1000;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
    }




/*Banner animation Slide*/
.slider
{
    position: relative;
    width: 999px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 0;
}

.slides
{
    height: 100%;
    /* Simple clear fix */
    overflow: hidden;
    /**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    /**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide
{
    height: 100%;
    float: left;
    clear: none;
}


.slider-arrows
{
    display: none;
}

.slider-arrow
{
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 10px;
    width: 16px;
    background-color: #2c2f2e;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .slider-arrow a
    {
        color: #fff;
        text-decoration: none;
    }

.slider-arrow--right
{
    bottom: 7%;
    right: 890px;
    background-color: #da2337;
}

.slider-arrow--left
{
    bottom: 7%;
    left: 30px;
}

    .slider-arrow--left a
    {
        color: #fff;
        text-decoration: none;
    }


.slider-nav
{
    position: absolute;
    bottom: 30px;
}

.slider-nav__item
{
    width: 10px;
    height: 10px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 2px #353535;
    display: none;
}

    .slider-nav__item:hover
    {
        background: #ccc;
    }

.slider-nav__item--current
{
    background: #fff;
    border: solid 2px #ea702f;
}

.clp
{
    width: 999px;
    height: auto;
    height: 106px;
    margin: auto;
    padding: 0;
    margin-top: 15px;
}
/*end*/
.bannnerleftslide
{
    width: 360px;
    height: 373px;
    float: left;
    background-color: #eeeeee;
    margin-top: 25px;
}

    .bannnerleftslide h3
    {
        padding: 10px 10px 0px 10px;
        font-size: 18px;
        color: #333333;
        margin: 10px 0px 0px 0px;
    }

    .bannnerleftslide p
    {
        margin: 10px;
        line-height: 18px;
        text-align: left;
    }

.bannnerrightside
{
    width: 635px;
    height: 398px;
    float: right;
}

select
{
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f8f8f8;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    width: 200px;
    background: none;
    border: 0;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    select
    {
        padding-right: 18px;
    }
}

label
{
    position: relative;
}

/*label:after {
        content: '<>';
        font: 11px "Consolas", monospace;
        color: #aaa;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 8px;
        top: 2px;
        padding: 0 0 2px;
        border-bottom: 1px solid #ddd;
        position: absolute;
        pointer-events: none;
    }

    label:before {
        content: '';
        right: 6px;
        top: 0px;
        width: 20px;
        height: 20px;
        background: #f8f8f8;
        position: absolute;
        pointer-events: none;
        display: block;
    }*/

.content-holder
{
    width: 999px;
    height: auto;
    padding-bottom: 20px;
    margin: auto;
    padding: 0;
}

.video
{
    width: 580px;
    height: auto;
    float: left;
}

    .video p
    {
        line-height: 18px;
        padding-right: 10px;
        margin-bottom: 0px;
    }

    .video ul
    {
        margin: 0;
        padding: 0;
    }

        .video ul li
        {
            list-style-type: disc;
            line-height: 18px;
            margin-left: 18px;
        }

.inside-content
{
    width: 758px;
    height: auto;
    float: left;
}

    .inside-content p
    {
        line-height: 18px;
        padding-right: 10px;
        margin-bottom: 0px;
    }

    .inside-content ul
    {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .inside-content ul li
        {
            line-height: 19px;
            margin-left: 18px;
            list-style-type: disc;
            margin-bottom: 5px;
        }

            .inside-content ul li ul
            {
                margin-left: 0px;
                padding: 0;
            }

    .inside-content us li ul li
    {
        line-height: 19px;
        margin-left: 5px;
        list-style-type: none;
        margin-bottom: 5px;
        color: #333333;
    }


table, th, td
{
    border: 0px solid grey;
    border-collapse: collapse;
    padding: 5px;
    margin-bottom: 20px;
}

    table tr:nth-child(odd)
    {
        background-color: #dddddd;
        color: #175dcb;
    }

    table tr:nth-child(even)
    {
        background-color: #CCC;
        color: #175dcb;
    }



.inside-content h1
{
    font-size: 24px;
    color: #0d278a;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

h1
{
    font-size: 18px;
    color: #0d278a;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.inside-content h2
{
    font-size: 22px;
    color: #da2337;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h2
{
    font-size: 16px;
    color: #da2337;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

    h2 a
    {
        color: #da2337;
        text-decoration: none;
    }


.founder
{
    width: 170px;
    height: 430px;
    float: left;
    background-color: #d92236;
    font-size: 15px;
}

    .founder div
    {
        color: #fff;
        text-align: center;
        margin: 10px 0 0 0px;
    }

        .founder div a
        {
            color: #000;
            text-align: center;
            font-weight: bold;
        }

.news
{
    width: 239px;
    height: 430px;
    float: right;
    background-color: #dddddd;
    border: solid thin #333333;
    border-bottom: solid thin #333333;
}

    .news ul li
    {
        border: none !important;
    }

        .news ul li a
        {
            float: none !important;
        }

.slider_text
{
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0px auto 7px auto;
    padding: 10px;
    background-color: #333333;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
}

.left
{
    width: 745px;
    height: auto;
    float: left;
    background-color: #dddddd;
}

    .left h3
    {
        font-size: 20px;
        color: #ffffff;
        margin: 0px 0px 0px 0px;
        background-color: #da2338;
        text-transform: uppercase;
        font-weight: normal;
        padding: 5px 5px 5px 10px;
    }

.news h4
{
    font-size: 20px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    background-color: #333333;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 5px 5px 10px;
}

.spacer_20
{
    width: 100%;
    height: 10px;
    float: left;
    background-color: #ffffff;
}

.left h4
{
    font-size: 15px;
    color: #666666;
    margin: 10px 0px 0px 0px;
    padding-left: 10px;
}

.left p
{
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    padding-left: 10px;
    width: 96%;
}

.right
{
    width: 240px !important;
    height: auto;
    float: right;
    background-color: #dddddd;
}

.content_area
{
    width: 999px;
    height: 550px;
    margin: 10px auto 0 auto;
}



.founder_box_1
{
    width: 360px;
    height: auto;
    padding: 10px 0 10px 0;
    margin-left: 10px;
}

    .founder_box_1 img
    {
        float: left;
        margin-right: 15px;
    }

    .founder_box_1 h2
    {
        font-size: 14px;
        margin: 0px;
    }







#cssmenu_1,
#cssmenu_1 ul,
#cssmenu_1 li,
#cssmenu_1 ul li a
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    position: relative;
}

#cssmenu_1
{
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #cssmenu_1 a
    {
        line-height: 1.3;
    }

    #cssmenu_1 ul li
    {
        background-color: rgb(64, 64, 65);
    }

    #cssmenu_1 > ul > li > a
    {
        font-size: 16px;
        display: block;
        background: url(images/pattern.html) top left repeat;
        color: #ffec2e;
        border: 1px solid #333333;
        border-bottom: none;
        text-shadow: 0 -1px 1px #751d0c;
    }

        #cssmenu_1 > ul > li > a > span
        {
            display: block;
            padding: 10px 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        #cssmenu_1 > ul > li > a:hover
        {
            text-decoration: none;
        }

    #cssmenu_1 > ul > li.active
    {
        border-bottom: none;
    }

    #cssmenu_1 > ul > li.has-sub > a span
    {
        background: url(../images/icon_plus.png) 96% center no-repeat;
    }

    #cssmenu_1 > ul > li.has-sub.active > a span
    {
        background: url(../images/icon_minus.png) 96% center no-repeat;
    }

    #cssmenu_1 ul ul
    {
        display: none;
        background: #fff;
        margin: 0;
        padding: 0;
    }

        #cssmenu_1 ul ul li
        {
            background: none;
        }


.box
{
    width: auto;
    height: auto;
    padding: 10px 0;
    background-color: #dddddd;
    font-size: 14px !important;
    line-height: 18px !important;
    text-shadow: none !important;
    padding: 10px !important;
    float: none !important;
    line-height: 22px;
}

.founderimg
{
    border: solid 4px #eee;
}

.newspn
{
    font-size: 16px;
    color: #333333;
    padding: 0px 10px 0 10px;
    font-weight: bold;
}

.news p
{
    color: #000000;
    padding: 0px 10px 0px 10px;
    text-align: left;
    line-height: 15px;
}

    .news p a
    {
        font-weight: bold;
        color: #da2337;
    }

.princepal
{
    width: 999px;
    height: auto;
    margin: auto;
    padding: 0;
    margin-top: 7px;
    margin-bottom: 0px;
}

h3
{
    padding: 10px 10px 0px 10px;
    font-size: 18px;
    color: #333333;
    margin: 10px 0px 0px 0px;
}

h4
{
    padding: 10px 10px 0px 0px;
    font-size: 18px;
    color: #333333;
    margin: 10px 0px 0px 0px;
}

    h4 a
    {
        color: #333333;
    }

.princepal ul
{
    margin: 0;
    padding: 0;
}

    .princepal ul li
    {
        margin: 0;
        padding: 0;
        float: left;
        border: solid 1px #666;
        width: 238px;
        height: 230px;
        margin-bottom: 7px;
    }

        .princepal ul li h1
        {
            width: 228px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            background: #000;
            font-size: 16px;
            margin-top: 0px;
            padding-left: 10px;
            margin-bottom: 0;
        }

        .princepal ul li a
        {
            color: #da2337;
            font-weight: bold;
            text-decoration: none;
            float: right;
            padding-right: 10px;
        }

        .princepal ul li input[type=text], input[type=password]
        {
            border: 1px solid rgb(204, 204, 204);
            border-radius: 3px;
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            width: 188px;
            height: 24px;
            padding: 4px 20px 4px 8px;
            font-size: 12px;
            -moz-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
            margin-bottom: 5px;
            margin-left: 10px;
            margin-top: 10px;
        }

.button-meone
{
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background-color: rgb(0, 0, 0);
    border-radius: 6px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 12px;
    border: 1px solid rgb(84, 84, 84);
    background-image: linear-gradient(top, #545454, #000);
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
    cursor: pointer;
}


.inside-banner
{
    width: 999px;
    height: 250px;
    margin: auto;
    padding: 0;
}


.rightpart
{
    float: right;
}

rightpart ul
{
    margin: 0;
    padding: 0;
}

.rightpart ul li
{
    margin: 0;
    padding: 0;
    border: solid 1px #666;
    width: 238px;
    height: 230px;
    margin-top: 7px;
    margin-bottom: 7px;
}

    .rightpart ul li h1
    {
        width: 228px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #000;
        font-size: 16px;
        margin-top: 0px;
        padding-left: 10px;
        margin-bottom: 0;
    }

    .rightpart ul li a
    {
        color: #da2337;
        font-weight: bold;
        text-decoration: none;
        float: right;
        padding-right: 10px;
    }

    .rightpart ul li input[type=text]
    {
        border: 1px solid rgb(204, 204, 204);
        border-radius: 3px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        width: 188px;
        height: 24px;
        padding: 4px 20px 4px 8px;
        font-size: 12px;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        margin-bottom: 5px;
        margin-left: 10px;
        margin-top: 10px;
    }

.tleft
{
    /*width: 33%;*/
    margin-right: 35px;
    float: left;
}

.tright
{
    width: 35%;
    float: right;
}

.textbox
{
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.txtmain
{
    width: 699px;
    float: left;
    height: auto;
    margin-bottom: 6px;
    line-height: 25px;
    font-size: 22px;
}

.texleft
{
    width: 180px;
    display: inline-block;
    height: auto;
    float: left;
    line-height: 40px;
    font-size: 14px;
    font-family: Arial;
}


.texright
{
    width: 300px;
    display: inline-block;
    height: auto;
    float: left;
}


.txtright input[type=text]
{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    width: 300px;
    min-height: 28px;
    padding: 4px 20px 4px 8px;
    font-size: 12px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .txtright input[type=text]:focus
    {
        width: 380px;
        border-color: #51a7e8;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 0 5px rgba(81,167,232,0.5);
        outline: none;
    }


.txtright textarea
{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    width: 300px;
    height: 70px;
    min-height: 28px;
    padding: 4px 20px 4px 8px;
    font-size: 12px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .txtright textarea:focus
    {
        width: 380px;
        border-color: #51a7e8;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 0 5px rgba(81,167,232,0.5);
        outline: none;
    }


.about
{
    position: relative;
    width: 308px;
    min-height: 205px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    padding: 15px 17px 2px 10px;
    text-align: center;
}

    .about:after
    {
        position: absolute;
        width: 80%;
        height: 40%;
        left: 10%;
        border-radius: 50%;
        z-index: -1;
        bottom: 0%;
        content: "";
        box-shadow: 0 7px 16px rgba(0,0,0,0.4);
    }

    .about span
    {
        text-align: left;
        font-size: 12px;
        width: 100%;
        display: inline-block;
    }

    .about a
    {
        color: #933229;
        text-decoration: none;
        font-weight: bold;
    }

        .about a:hover
        {
            color: #666;
            text-decoration: none;
            font-weight: bold;
        }


.about1
{
    position: relative;
    width: 182px;
    min-height: 205px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    padding: 25px 10px 10px 10px;
    text-align: center;
    float: right;
    margin: 0px 20px 20px 20px;
}

    .about1:after
    {
        position: absolute;
        width: 80%;
        height: 40%;
        left: 10%;
        border-radius: 50%;
        z-index: -1;
        bottom: 0%;
        content: "";
        box-shadow: 0 7px 16px rgba(0,0,0,0.4);
    }



.about2
{
    position: relative;
    width: 182px;
    min-height: 205px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    padding: 25px 10px 10px 10px;
    text-align: center;
    float: left;
    margin: 0px 50px 30px 0px;
}

    .about2:after
    {
        position: absolute;
        width: 80%;
        height: 40%;
        left: 10%;
        border-radius: 50%;
        z-index: -1;
        bottom: 0%;
        content: "";
        box-shadow: 0 7px 16px rgba(0,0,0,0.4);
    }


.photogallery
{
    position: relative;
    width: 182px;
    min-height: 130px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    padding: 25px 10px 10px 10px;
    text-align: center;
    float: left;
    margin: 0px 50px 50px 0px;
}



    .photogallery:after
    {
        position: absolute;
        width: 80%;
        height: 40%;
        left: 10%;
        border-radius: 50%;
        z-index: -1;
        bottom: 0%;
        content: "";
        box-shadow: 0 7px 16px rgba(0,0,0,0.4);
    }



#jquery-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

    #jquery-lightbox a img
    {
        border: none;
    }

#lightbox-container-image-box
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    z-index: 2500000;
}

#lightbox-container-image
{
    padding: 10px;
}

#lightbox-loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav
{
    left: 0;
}

#lightbox-nav a
{
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev
{
    left: 0;
    float: left;
}

#lightbox-nav-btnNext
{
    right: 0;
    float: right;
}

#lightbox-container-image-data-box
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data
{
    padding: 0 10px;
    color: #666;
}

    #lightbox-container-image-data #lightbox-image-details
    {
        width: 70%;
        float: left;
        text-align: left;
    }

#lightbox-image-details-caption
{
    font-weight: bold;
}

#lightbox-image-details-currentNumber
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/*news List*/

.newslist
{
    margin-bottom: 20px;
    width: 100%;
}
/*end news list*/

/*for virtual tour*/
.youtube
{
    width: 233px;
    height: 250px;
    float: left;
    margin-bottom: 22.3px;
}

.clsfull
{
    width: 999px;
}

.fltrightuy
{
    margin-left: 22.3px;
}

.fltright
{
    float: right;
}
/*end*/
.newsimg
{
    float: left;
    padding: 10px 20px 20px 10px;
}

.fltright-spn
{
    float: right;
    margin-right: 150px;
}



.staff
{
    position: relative;
    width: 182px;
    height: 220px;
    background-color: #fff;
    /*box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;*/
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    padding: 25px 10px 10px 10px;
    text-align: center;
    float: left;
    margin: 0px 50px 30px 0px;
}

.StaffName
{
    font-weight: bold;
    color: #da2337;
    font-size: 17px;
}

.Designation
{
    font-weight: bold;
    color: #536BDF;
    font-size: 15px;
}

.Qualification
{
    color: #666;
    font-size: 14px;
}

.DepName
{
    font-size: 20px;
    color: #252525;
    font-weight: bold;
    margin: 5px 10px 15px 0;
    border-bottom: 3px solid rgba(169, 165, 165, 0.57);
    padding-bottom: 9px;
}

.picgallery
{
    border: solid 1px rgb(238, 238, 238);
    float: left;
    margin-right: 10px;
    margin-bottom: 60px;
    height: 110px;
    text-align: center;
}

    .picgallery img
    {
        padding: 5px;
    }

.pic-flt
{
    float: right;
}

.mrg-right
{
    margin-left: 36px;
}

input.input-validation-error
{
    border: 1px solid #e80c4d !important;
}

#Errormsg
{
    color: red;
    padding: 10px 4px 5px 10px;
    /* width: 26px; */
    float: left;
}

/*table*/


.TFtable
{
    width: 100%;
    border-collapse: collapse;
}

    .TFtable td
    {
        padding: 7px;
        border: #4e95f4 1px solid;
    }

    .TFtable th
    {
        background: #13417a;
        color: #fff;
        padding: 5px;
        font-weight: normal;
    }

tfoot td
{
    background: #13417a;
    color: #fff;
    padding: 5px;
    font-weight: normal;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr
{
    background: #b8d1f3;
}
    /*  Define the background color for all the ODD background rows  */
    .TFtable tr:nth-child(odd)
    {
        background: #b8d1f3;
    }
    /*  Define the background color for all the EVEN background rows  */
    .TFtable tr:nth-child(even)
    {
        background: #dae5f4;
    }




/**/


/*tab start*/


/*.tabs {
    width: 999px;
    border-top: solid 0px #d1d1d1;
    margin-top:10px;
    
}

.tabs ul {
    margin: 0;
    padding: 0;
}

    .tabs ul li {
        float: left;
        margin: 0 5px 0 0 !important;
        width: auto;
    }

.tabs span {
    height:auto;
    width:auto;
    display:inline-block;
}

.div {
    width:auto;
    height:auto;
}



 .tabs h1 {
        font-family: 'HelveticaNeueCondensedBold';
        font-size: 24px;
        color: #565656;
       
        font-weight: bold;
        text-transform: uppercase;
        margin-top:0px!important;
    }*/


.tabs
{
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tabs a
    {
        position: relative;
        background: #ddd;
        background-image: linear-gradient(to bottom, #959595, #272727);
        padding: .7em 40px;
        float: left;
        text-decoration: none;
        color: #fff;
        border-radius: 5px 0 0 0;
        box-shadow: 0 2px 2px rgba(0,0,0,.4);
    }

        .tabs a:hover,
        .tabs a:hover::after,
        .tabs a:focus,
        .tabs a:focus::after
        {
            background: #cbcbcb;
        }

.current a
{
    background: #cbcbcb !important;
}

    .current a::after
    {
        background: #cbcbcb !important;
    }

.tabs a:focus
{
    outline: 0;
}

.tabs a::after
{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    background: #ddd;
    background-image: linear-gradient(to bottom, #959595, #272727);
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
    transform: skew(10deg);
    border-radius: 0 5px 0 0;
}

.tabs #current a,
.tabs #current a::after
{
    background: #c8c8c8;
    z-index: 3;
    color: #000;
}

.tabs .mycontent a,
.tabs .mycontent a::after
{
    background: #fff;
    z-index: 3;
}

.tabs p
{
    margin-bottom: 10px;
    text-align: justify;
}

.mycontent
{
    background: #fff;
    padding: 2em;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

    .mycontent p
    {
        margin-bottom: 10px;
        text-align: justify;
    }



.mycontent
{
    border: solid 1px #ccc;
    border-top: none;
}

    .mycontent h1
    {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        margin: 5px 0 5px 0;
        font-family: Calibri;
    }


    .mycontent h2
    {
        font-size: 16px;
        color: #da2337;
        font-weight: bold;
        margin: 5px 0 5px 0;
        background: #efd3d2;
        padding: 11px;
    }


/**/

/*accordation*/

#left_nav
{
    width: 250px;
}

#body
{
}

.accordion
{
    margin: 0;
    padding: 10px;
    height: 20px;
    border-top: #f0f0f0 1px solid;
    background: #cccccc;
    text-decoration: none;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    font-weight: bold;
}

.accordion-open
{
    background: #000;
    color: #fff;
}

    .accordion-open span
    {
        display: block;
        float: right;
        padding: 10px;
    }

    .accordion-open span
    {
        background: url(../images/minus.png) center center no-repeat;
    }

.accordion-close span
{
    display: block;
    float: right;
    background: url(../images/plus.png) center center no-repeat;
    padding: 10px;
}

div.container
{
    padding: 0;
    margin: 0;
}

div.contentaccord
{
    background: #f0f0f0;
    margin: 0;
    padding: 10px;
    font-size: .9em;
    line-height: 1.5em;
}

div.content ul, div.content p
{
    padding: 0;
    margin: 0;
    padding: 3px;
}

    div.content ul li
    {
        list-style-position: inside;
        line-height: 25px;
    }

        div.content ul li a
        {
            color: #555555;
        }

code
{
    overflow: auto;
}
/*end accordation*/

.viewmore
{
    color: #da2337;
    font-weight: bold;
    text-decoration: none;
    float: right;
    padding-right: 10px;
}

/*enquiryForm*/

.EnquiryForm .userLabel
{
    float: left;
    width: 25%;
}

.EnquiryForm .usertxt
{
    float: left;
    width: 75%;
}


.EnquiryForm label
{
    color: #404040;
    font-weight: normal;
    position: relative;
    z-index: 0;
    padding: 0px;
}

.EnquiryForm span
{
    color: red;
    font-size: 14px;
    font-weight: bold;
}


.EnquiryForm textarea
{
    -moz-box-sizing: content-box;
    border: 1px solid #B2B2B2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    margin-top: 4px;
    padding: 5px 5px 5px 15px;
    transition: all 0.2s linear 0s;
    width: 300px;
}


.EnquiryForm input[type="text"], .EnquiryForm input[type="password"]
{
    -moz-box-sizing: content-box;
    border: 1px solid #B2B2B2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    margin-top: 4px;
    padding: 5px 5px 5px 15px;
    transition: all 0.2s linear 0s;
    width: 300px;
}

.EnquiryForm select
{
    -moz-box-sizing: content-box;
    border: 1px solid #B2B2B2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    margin-top: 4px;
    padding: 5px 5px 5px 15px;
    transition: all 0.2s linear 0s;
    width: 322px;
}
/*end enquiry form*/

/*extrat curricul activity*/
.ex-box
{
    width: auto;
    display: block;
}

.exb
{
    width: 450px;
    border: 1px dashed #c1c1c1;
    padding: 10px;
    min-height: 300px;
    float: left;
    margin-bottom: 55px;
    background-color: #f27723;
    color: #fff;
}


.exbiright
{
    width: 450px;
    border: 1px dashed #c1c1c1;
    padding: 10px;
    min-height: 300px;
    float: right;
    margin-bottom: 55px;
    background-color: #f27723;
    color: #fff;
}

.ex-box img
{
    border: solid 1px #c1c1c1;
}

.ex-box a
{
    color: #db0707;
    text-decoration: none;
    float: left;
    font-weight: bold;
}

.ex-box h1
{
    font-size: 22px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #fdf4de;
}
/*extract curricual activity*/

/*carrer oriented course*/
.img-course
{
    float: left;
    padding: 10px 0px 0px 0px;
}

.cocl
{
    width: 300px;
    float: left;
}

.coc
{
    width: 300px;
    float: right;
    margin-right: 20px;
}

/*end carrer oriented course*/


/*::::::::::::::: PAGE STYLE (END) :::::::::::::::*/

/*::::::::::::::: SLIDEDECK SLIDE STYLE (BEGIN) :::::::::::::::*/

#slidedeck_frame
{
    width: 622px;
    height: 381px;
    position: relative;
    overflow: hidden;
}

dl.slidedeck
{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: right;
    background: #ccc;
}

    dl.slidedeck > dd
    {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    dl.slidedeck dd.slide_1
    {
        background: url('../Images/virtualtour/Quadrangle.png') center center no-repeat;
    }

    dl.slidedeck dd.slide_2
    {
        background: url('../Images/virtualtour/library.png') center center no-repeat;
    }

    dl.slidedeck dd.slide_3
    {
        background: url('../Images/virtualtour/Auditorium.png') center center no-repeat;
    }

    dl.slidedeck dd.slide_4
    {
        background: url('../Images/virtualtour/computer-lab.png') center center no-repeat;
    }

    dl.slidedeck dd.slide_5
    {
        background: url('../Images/virtualtour/playground.png') center center no-repeat;
    }

    dl.slidedeck dd.slide_6
    {
        background: url('../Images/virtualtour/classroom-projector.png') center center no-repeat;
    }


    dl.slidedeck dd.slide_7
    {
        background: url('../Images/virtualtour/college-bookshop.png') center center no-repeat;
    }

    dl.slidedeck dd.slide_8
    {
        background: url('../Images/virtualtour/college-canteem.png') center center no-repeat;
    }


    dl.slidedeck dd.slide_9
    {
        background: url('../Images/virtualtour/mcom-library.png') center center no-repeat;
    }

    dl.slidedeck dd.slide_10
    {
        background: url('../Images/virtualtour/mcom-classroom.png') center center no-repeat;
    }
/*::::::::::::::: SLIDEDECK SLIDE STYLE (END) :::::::::::::::*/

/*::::::::::::::: CAPTION STYLE (BEGIN) :::::::::::::::*/

div.caption
{
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 10px 0 45px;
    color: #fff;
    position: absolute;
    bottom: 0px;
}

    div.caption h3, div.caption p, div.title h3, div.title p
    {
        margin: 0;
        padding: 0 20px;
        font-size: 12px;
    }

    div.caption h3
    {
        font-size: 14px;
    }

/*::::::::::::::: CAPTION STYLE (END) :::::::::::::::*/

/*::::::::::::::: VERTICAL NAVIGATION STYLE (BEGIN) :::::::::::::::*/

ul.slidedeckNav
{
    position: absolute;
    bottom: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
    right: 15px;
    font-size: 11px;
    line-height: 11px;
}

    ul.slidedeckNav li
    {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
    }

        ul.slidedeckNav li a
        {
            display: block;
            position: relative;
            overflow: hidden;
            width: 15px;
            padding: 6px 3px;
            text-align: center;
            margin-left: 5px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: #fff;
            text-decoration: none;
        }

        ul.slidedeckNav li.active a
        {
            background: #555;
        }

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop
{
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover
{
    background: url(../images/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus
{
    outline: none;
}

.TrusteeName
{
    color: #C74019;
    font-weight: bold;
}

.TrusteeDesignation
{
    color: #082A99;
    font-weight: bold;
}

.login_area h1
{
    font-size: 16px;
    font-weight: bold;
    color: #0a5596;
    margin-bottom: 10px;
}

.login-d
{
    width: 35%;
    border: solid 1px #eee;
    padding: 20px;
    border-radius: 10px;
    background: #eee;
    margin-bottom: 20px;
    -moz-box-shadow: inset 0 0 20px #CCC;
    -webkit-box-shadow: inset 0 0 20px #CCC;
    box-shadow: inset 0 0 20px #CCC;
}







    .login-d input[type=text]
    {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        padding: 5px 0px 9px 3px;
        margin: 5px 1px 3px 0px;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        width: 200px;
    }

    .login-d input[type=password]
    {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        padding: 3px 0px 3px 3px;
        margin: 5px 1px 3px 0px;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        width: 200px;
    }

    .login-d label
    {
        width: 100px;
        float: left;
        line-height: 42px;
    }


    .login-d .submit
    {
        display: inline-block;
        padding: 5px 15px 5px 15px;
        background-color: rgb(0, 0, 0);
        border-radius: 6px;
        text-decoration: none;
        color: rgb(255, 255, 255);
        font-size: 12px;
        border: 1px solid rgb(84, 84, 84);
        background-image: linear-gradient(top, #545454, #000);
        margin-bottom: 5px;
        margin-right: 10px;
        margin-top: 10px;
        margin-left: 99px;
        cursor: pointer;
    }


#DvdPaging
{
    float: right;
}

    #DvdPaging a
    {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #333333;
        border: 1px solid #ddd;
        border-left-width: 0;
        color: white;
    }

    #DvdPaging b
    {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #F60C0C;
        border: 1px solid #ddd;
        border-left-width: 0;
        color: #ccc;
    }


.visicounter
{
    background: black;
    color: white;
    /* width: 97px; */
    height: 24px;
    /* padding: 10px; */
    font-size: 14px;
    float: right;
    text-align: center;
    margin-right: 15px;
    border-radius: 6px;
    padding: 5px 15px 0 15px;
    margin-top: 15px;
}

.social
{
    margin-left: 20px;
    color: #fff;
}

    .social a
    {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 7px 10px 0;
        text-align: center;
        margin: auto;
        padding: 0;
        background-color: #333333;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .social a:hover
        {
            border-color: #fff;
        }

        .social a i
        {
            line-height: 36px;
            font-size: 20px;
            color: #fff;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .social a:hover i
        {
            color: #666;
        }

.BoxBorder
{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #888;
}

.StuSuppLeft
{
    float: left;
    width: 66%;
    margin-bottom: 5%;
}


.StuSuppright
{
    float: left;
    width: 25%;
    margin-right: 5%;
    margin-bottom: 5%;
}

    .StuSuppright a
    {
        color: #da2337;
        font-weight: bold;
        text-decoration: none;
        float: right;
        padding-right: 10px;
    }


.clubleft
{
    float: left;
    width: 66%;
    margin-bottom: 5%;
}

.clubright
{
    float: left;
    width: 25%;
}

    .clubright a
    {
        color: #da2337;
        font-weight: bold;
        text-decoration: none;
        float: right;
        padding-right: 10px;
    }
