body
{
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 12px;
    background: url(../../cblgcloharu.com/img/bg.html) repeat-x;
    font-family: Arial;
    text-align: justify;
    color: #000;
}
form
{
    margin: 0;
}
@font-face
{
    font-family: 'Conv_Antic-Regular';
    src: url('../fonts/Antic-Regular.eot');
    src: local('☺'), url('../fonts/Antic-Regular.woff') format('woff'), url('http://cblgcloharu.com/fonts/Antic-Regular.ttf') format('truetype'), url('http://cblgcloharu.com/fonts/Antic-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Conv_BASKVILL';
    src: url('../fonts/BASKVILL.eot');
    src: local('☺'), url('../fonts/BASKVILL.woff') format('woff'), url('../fonts/BASKVILL.ttf') format('truetype'), url('../fonts/BASKVILL.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
a
{
    outline: none;
}

#stop
{
    display: none;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.clr
{
    clear: both;
}
.top_btns_bg
{
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfff4 0%, #c4c4c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfff4 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfff4 0%,#c4c4c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfff4 0%,#c4c4c4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfff4 0%,#c4c4c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
    height: 35px;
}
.top-height
{
    height: 66px;
}
.top_btns_bg_inner
{
    width: 960px;
    margin: 0 auto;
    padding: 5px 0 0 0;
}
.top-line-bg
{
    height: 6px;
    background: #2f2f47;
}
.header-bg
{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.header
{
    width: 980px;
    height: auto;
    margin: 0 auto;
}
.header .logo
{
    width: 180px;
    height: 141px;
    background: #CCC;
    padding: 0;
}
.header .logo img
{
    width: 160px;
    height: 121px;
}
.header .logo-name
{
    color: #2F2F47;
    font-family: 'Conv_Antic-Regular';
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 40px 0 0 15px;
    width: 470px;
}
.header .search
{
    margin: 0;
}
.header .translate-btn
{
    margin: 0;
}
.header .translate-btn a
{
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 3px 6px;
}
.btn-padding
{
    padding: 3px 6px;
}

.navigation
{
    margin: 35px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    width: 785px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.navigation ul
{
    margin: 0;
    padding: 10px 0;
}
.navigation ul li
{
    display: inline;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navigation ul li a
{
    display: inline;
    list-style-type: none;
    padding: 8px 30px;
    text-decoration: none;
    margin: 0 0 0 10px;
    border-bottom: 0px solid #7d7d7d;
    color: #000;
    text-align: left;
}
.navigation ul li a:hover
{
    display: inline;
    list-style-type: none;
    padding: 8px 30px;
    text-decoration: none;
    margin: 0 0 0 10px;
    border-bottom: 0px solid #7d7d7d;
    color: #fff;
    text-align: left;
    background: #015889; /* Old browsers */
    background: -moz-linear-gradient(top,  #015889 0%, #1e73a3 50%, #015889 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015889), color-stop(50%,#1e73a3), color-stop(100%,#015889)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #015889 0%,#1e73a3 50%,#015889 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #015889 0%,#1e73a3 50%,#015889 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #015889 0%,#1e73a3 50%,#015889 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #015889 0%,#1e73a3 50%,#015889 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015889', endColorstr='#015889',GradientType=0 ); /* IE6-9 */
}

.navigation ul li a.select
{
    display: inline;
    list-style-type: none;
    padding: 8px 30px;
    text-decoration: none;
    margin: 0 0 0 10px;
    border-bottom: 0px solid #7d7d7d;
    color: #fff;
    text-align: left;
    background: #015889; /* Old browsers */
    background: -moz-linear-gradient(top,  #015889 0%, #1e73a3 50%, #015889 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015889), color-stop(50%,#1e73a3), color-stop(100%,#015889)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #015889 0%,#1e73a3 50%,#015889 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #015889 0%,#1e73a3 50%,#015889 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #015889 0%,#1e73a3 50%,#015889 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #015889 0%,#1e73a3 50%,#015889 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015889', endColorstr='#015889',GradientType=0 ); /* IE6-9 */
}

.mid_part
{
    width: 960px;
    margin: 0 auto;
    height: auto;
    padding: 10px;
    background: #ffffff;
}

.lft_sidebar
{
    width: 170px;
    height: auto;
    margin: 0 10px 0 0;
}
/*.left_nav{ width:170px; height:auto;}
.left_nav ul{ width:170px; height:auto; margin:0; padding:0;}
.left_nav ul li{ width:170px; height:auto; margin:0; padding:0; list-style-type:none; display:block;}
.left_nav ul li a{ width:160px; height:auto; margin:0; padding:5px 0 5px 10px; list-style-type:none; display:block; text-decoration:none; color:#919090; text-align:left; text-transform:uppercase; font-size:12px;}
.left_nav ul li a:hover{ width:160px; height:auto; margin:0; padding:5px 0 5px 10px; list-style-type:none; display:block; text-decoration:none; background:#f6f5f5; color:#2f2f47; text-align:left; text-transform:uppercase; font-size:12px;}
*/

.update_bg
{
    border: none;
    text-align: center;
    width: 156px;
    color: #000;
    font-size: 16px;
    padding: 0;
    font-family: Arial;
    margin: 10px 0 20px 0;
}

.side_btn_bg
{
    background: #f8f8f4;
    border: solid 2px #ccc;
    text-align: center;
    width: 156px;
    color: #43b6dc;
    font-size: 18px;
    padding: 20px 5px;
    font-family: 'Conv_BASKVILL';
    margin: 10px 0 20px 0;
}

.side_btn_bg a
{
    color: #43b6dc;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Conv_BASKVILL';
    text-transform: uppercase;
    text-align: center;
}
.side_btn_bg a:hover
{
    color: #43b6dc;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Conv_BASKVILL';
}

.request_btn_bg
{
    border: solid 1px #ececec;
    text-align: center;
    width: 156px;
    color: #43b6dc;
    font-size: 19px;
    padding: 25px 5px;
    font-family: 'Conv_BASKVILL';
    margin: 20px 0;
    background: #4596cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #4596cb 0%, #31719d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4596cb), color-stop(100%,#31719d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4596cb 0%,#31719d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4596cb 0%,#31719d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4596cb 0%,#31719d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4596cb 0%,#31719d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4596cb', endColorstr='#31719d',GradientType=0 ); /* IE6-9 */
}
.request_btn_bg a
{
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Conv_BASKVILL';
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
}

.request_btn_bg a:hover
{
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Conv_BASKVILL';
}

.video_btn_bg
{
    background: #f8f8f4;
    border: solid 2px #ececec;
    width: 146px;
    color: #43b6dc;
    font-size: 15px;
    padding: 10px;
    font-family: 'Conv_BASKVILL';
    margin: 10px 0;
}

.video_btn_bg a
{
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Conv_BASKVILL';
    text-transform: uppercase;
}
.video_btn_bg a img
{
    padding: 0;
    margin-right: 10px;
}
.video_btn_bg a:hover
{
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Conv_BASKVILL';
    text-transform: uppercase;
}

.calender_head
{
    width: 170px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
}
.calender
{
    width: 170px;
    height: 170px;
    margin-top: 5px;
    text-align: center;
}

.right_sidebar
{
    width: 775px;
    height: auto;
    margin: 0;
    padding: 0;
}

.welcom_head
{
    font-size: 24px;
    font-family: 'Conv_BASKVILL';
    color: #000;
    margin: 20px 0 10px 0;
}
.welcom_note
{
    font-size: 12px;
    color: #000;
    width: 100%;
}

.prncpl_msg
{
    width: 450px;
    font-size: 12px;
    text-align: justify;
    margin-right: 10px;
}

.prncpl_msg img
{
    -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    padding: 3px;
    margin-right: 10px;
}


.right_news_part
{
    width: 280px;
}
.news_head
{
    font-size: 24px;
    font-family: 'Conv_BASKVILL';
    color: #333;
    margin: 20px 0 10px 0;
    width: 280px;
}
.news_data
{
    font-size: 12px;
    text-align: justify;
    margin: 30px 0;
}
.news_data span
{
    font-size: 16px;
    text-align: justify;
    font-family: 'Conv_BASKVILL';
    color: #43b6dc;
}
.news_data img
{
    -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    padding: 3px;
    margin-right: 10px;
}

.footer
{
    background-repeat: repeat-x;
    width: 100%;
    margin: 0;
    height: 55px;
    border-top: 5px solid #323348;
    background: #4596cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #4596cb 0%, #31719d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4596cb), color-stop(100%,#31719d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4596cb 0%,#31719d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4596cb 0%,#31719d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4596cb 0%,#31719d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4596cb 0%,#31719d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4596cb', endColorstr='#31719d',GradientType=0 ); /* IE6-9 */
}
.footer_mid
{
    width: 960px;
    margin: 0 auto;
}
.footer_txt
{
    margin: 5px 0 0 0;
    color: #FFF;
}
.footer_txt a
{
    margin: 5px 0 0 0;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
}

.footer_txt-2
{
    margin: 5px 0 0 0;
    color: #FFF;
    width: 210px;
    text-align: right;
}
.footer_txt-2 a
{
    margin: 5px 0 0 0;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
}
.pull-right-new
{
    float: right;
    text-align: right;
    width: 430px;
}

/*--------------side bar menu-------------------*/

.sidebarmenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font: bold 13px Verdana;
    width: 180px; /* Main Menu Item widths */
    border-bottom: 1px solid #ccc;
}

.sidebarmenu ul li
{
    position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a
{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: #000;
    text-decoration: none;
    padding: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active
{
    background-color: #EDEDED; /*background of tabs (default state)*/
    color: #000;
}

.sidebarmenu ul li a:visited
{
    color: #000;
}

.sidebarmenu ul li a:hover
{
    background-color: #DDD;
}

/*Sub level menu items */
.sidebarmenu ul li ul
{
    position: absolute;
    width: 170px; /*Sub Menu Items width */
    top: 0;
    visibility: hidden;
    z-index: 10000;
}

.sidebarmenu a.subfolderstyle
{
    background: url('../img/arrow-right.gif') no-repeat 97% 50%;
}


/* Holly Hack for IE \*/
* html .sidebarmenu ul li
{
    float: left;
    height: 1%;
}
* html .sidebarmenu ul li a
{
    height: 1%;
}
/* End */

/*--------------side bar menu-------------------*/

/*-----------sitemap navigation----------------*/
.sitemap_bg
{
    border: 0px solid #fff;
    box-shadow: 0px 0px 2px #888888;
    padding: 8px 10px;
    border-radius: 6px;
    background: #82A3B8; /* Old browsers */
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 760px;
}

.sitemap_div ul
{
    margin: 0px;
    padding: 0px 0px 0px 30px;
    line-height: 17px;
    list-style: none;
}
.sitemap_div ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sitemap_div ul li .parent
{
    font-size: 12px;
    font-weight: bold;
    color: #05537E;
}
.sitemap_div ul li a
{
    font-family: Arial;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
.sitemap_div ul li a:hover
{
    color: #ff0000;
}
.sitemap_div ul li .submenu
{
    margin: 0px;
    padding: 0px 0px 0px 30px;
    line-height: 17px;
    list-style: none;
}
.sitemap_div ul li .submenu li
{
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
.sitemap_div ul li .submenu li a
{
    font-family: Arial;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
.sitemap_div ul li .submenu li a:hover
{
    color: #ff0000;
}
/*-----------sitemap navigation----------------*/

.faculty-detail
{
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0 0 0;
}
.faculty
{
    padding: 6px;
    margin: 0 10px 0 0;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
}

.bo_bottom td
{
    background: background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ECECEC;
    border-bottom: 0px;
    padding: 5px;
    color: #43B6DC;
}
.bo_bottom_2 td
{
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
    font-weight: bold;
}
.bo_bottom_1
{
    border: 1px solid #ECECEC;
}

.faculty-detail-dark
{
    background: #ededed;
    padding: 5px 0 5px 10px;
}
.faculty-detail-lite
{
    background: #f7f7f7;
    padding: 5px 0 5px 10px;
}

.abc
{
    background: background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ECECEC;
    border-bottom: 0px;
    padding: 5px;
    color: #43B6DC;
}
.menu li a, .btn, .btn-info
{
    behavior: url(js/PIE.htc);
    position: relative;
}

* + html .support-phone strong
{
    margin-bottom: -16px;
}
* + html .menu li a
{
    padding: 33px 0 24px;
}

.scrollup
{
    width: 40px;
    height: 40px;
    opacity: 0.4;
    position: fixed;
    bottom: 90px;
    right: 50px;
    color: #000;
    display: none;
    text-indent: -9999px;
    background: url("../img/icon_top.png") no-repeat;
}

a:focus
{
    outline: none !important;
    outline-offset: 0;
}

/*  Visitor Count */
.visitor{ margin-top:10px; font-size:13px; font-weight:bold; color:#FFF;}
.visitor .count{color:#FFEE00; font-weight:bold; font-family: 'Conv_Digital_tech'; letter-spacing:3px; }
.visitorcollege {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
.visitorcollege .count{color:#43b6dc; font-weight:bold; font-family: 'Conv_Digital_tech'; letter-spacing:3px;}