*{margin: 0;padding: :0;outline: 0;}

html{
    max-width: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
}

.js div#preloader {
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #333 url('../images/loading.gif') no-repeat center center; 
}

body {
    z-index:1;
	margin:1px 0 0 0;
	padding: 0;
	text-align: left;
	font-family:"Trebuchet MS",Garamond,Georgia, "Times New Roman", Times, serif;
	color: #4e4c4c;
	font-size:13px;
	overflow-y:hidden;
    overflow:-x:hidden;
    box-shadow: inset 0 0 490px #000000;
    -webkit-box-shadow: inset 0px 0px 400px #000000;
    overflow: auto;
}

blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}

.readmore{
    float: right;
    text-align: right;
}

.readmore a{
    text-decoration: none;
    color: #ff0030;
    font-size: 14px;
}

.readmore a:hover{
    text-decoration: none;
    font-weight: bold;
}

.top_header{
    background-color: #fff;
    margin: 0px;
    padding-bottom: 5px;
}

@-webkit-keyframes condemned_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.clear{overflow:hidden;}

@font-face {
    font-family: Kanit-SemiBold;
    src: url(../fonts/Kanit-SemiBold.ttf);
}

@font-face {
    font-family: Kanit-Medium;
    src: url(../fonts/Kanit-Medium.ttf);
}

@font-face {
    font-family: Kanit-Light;
    src: url(../fonts/Kanit-Light.ttf);
}

@font-face {
    font-family: Kanit-ExtraLight;
    src: url(../fonts/Kanit-ExtraLight.ttf);
}

@font-face {
    font-family: MavenPro-Black;
    src: url(../fonts/MavenPro-Black.ttf);
}

@font-face {
    font-family: MavenPro-Bold;
    src: url(../fonts/MavenPro-Bold.ttf);
}

@font-face {
    font-family: MavenPro-Medium;
    src: url(../fonts/MavenPro-Medium.ttf);
}

@font-face {
    font-family: MavenPro-Regular;
    src: url(../fonts/MavenPro-Regular.ttf);
}
@font-face{
    font-family: my_colab_thin;
    src: url(../fonts/colab_thin.otf);
}
@font-face{
    font-family: my_gautamib;
    src: url(../fonts/gautamib.ttf);
}
@font-face{
    font-family: my_cooperb;
    src: url(../fonts/cooperb.ttf);
}


.navbar-nav {
    float: left;
    margin-right: 0px;
    margin-top: 2px;
    z-index:100;
}

.navbar-default {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
}

.nav > li {
    position: relative;
    display: block;
    padding: 0px 4px;
    border-right: 1px dotted #2c2b2b;
}

.nav > li:last-child {
    border-right: none;
}


.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important}

.dropdown-menu{
    margin-left: 5px;
    z-index:101;
}

.dropdown-menu li {
    border-bottom:1px dotted #2c2b2b;
}

.dropdown-menu li:last-child {
    border-bottom:none;
}

.navbar-default .navbar-nav > .active > a{
    color: #555;
    background-color: inherit;
}

.navbar-default .navbar-nav > .active > a:hover {
    color:#0803df;
    border-radius:5px;
    background: #ff81f8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fbe6fa,#ff81f8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fbe6fa,#ff81f8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fbe6fa,#ff81f8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fbe6fa,#ff81f8); /* Standard syntax */
}

.navbar-default .navbar-nav > .active > a:focus{
    color:#0803df;
    border-radius:5px;
    background: #1c9ea6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ff81f8, #1c9ea6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff81f8, #1c9ea6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff81f8, #1c9ea6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff81f8, #e9e9e9); /* Standard syntax */
}

.navbar-fixed-top{
    position: relative;
    margin-top:0px;
    background: #f7e8f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7e8f7 0%, #e5bee8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7e8f7 0%,#e5bee8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7e8f7 0%,#e5bee8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e8f7', endColorstr='#e5bee8',GradientType=0 ); /* IE6-9 */
}

.logo_image{
    float: left;
    height: 85px;
}

.fogsi_logo{
    margin-left: auto;
    margin-right: auto;
    width: 127px;
    padding: 0px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.coname {
    float: left;
    font-family: Kanit-Light;
    margin-top: -3px;
    margin-left: 15px;
    font-size: 34px;
    color: #0803df;
    text-shadow: 2px 2px 2px #232324;
    text-align: left;
    width: 989.2px;
}

.codate {
    font-family: Kanit-Light;
    margin-top: 0px;
    margin-left: 85px;
    font-size: 22px;
    color: #0803df;
    text-shadow: 1px 1px 2px #000000;
    text-align: left;
    line-height: 14px;
}

.login{
    display: block;
    float: right;
    padding-right: 5px;
}

.invitation_banner{
    border-radius: 3px;
    box-shadow: 2px 2px 4px #000000;
}

.org_committee_banner{
    border-radius: 3px;
    box-shadow: 2px 2px 4px #000000;
    margin-bottom: 20px;
}


.navbar-default{
   margin-bottom: 0px;
}


.slider-wrapper {
    width: 100%;
    margin: 0px auto;
}

#slider{
   margin-top: 0px;
}

.marquee_text_block{
    text-align:center;
    height: 50px;
    background-color:#2e2e2d;
    margin-top:-7px;
    margin-bottom:7px;
    padding-top:0px;
    padding-bottom:0px;
}

#marquee_1{
    line-height: 16px;
    color:#ffffff;
    font-weight: normal;
    font-size: 20px;
}

#marquee_2{
    line-height: 17px;
    color:#fbf182;
    font-weight: bold;
}


.nivo-controlNav { 
    text-align:center; 
    padding: 1px 0; 
    position: relative; 
    margin-top: -53px;
    z-index:50 !important; 
} 


.container_page{
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: -1px;
    margin-bottom: -17px;
    padding: 0px;
    background-color: #e9eaed;
    z-index: 1;
    padding-bottom: 53px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #666, rgba(0, 0, 0, 0)) 1 100%;
    box-shadow:#333;
}

.welcome_note{
    margin-top: -9px;
    color: #757676;
    padding-top: 0px;
    height: auto;
}

.welcome_note h5{
    border-bottom: 1px solid #c5d0da;
    border-top: 1px solid #c5d0da;
    margin-top: 0px;
    padding: 10px;
    text-align: center;
}

.welcome_note p{
    padding-left: 40px;
    padding-right: 10px;
    font-family: Kanit-Light;
    font-size: 14px;
}


.panel-group{
    margin-bottom: 3px;
    padding: 0px;
}

.tstyle{
    background-color: #333;
    border: 1px solid #d3e3g3;
}

.accordion_panel_text_left{
    text-align: left;
}

.accordion_panel_text_left a{
    text-decoration: none;
    font-family:MavenPro-Medium; 
}

.accordion_panel_text_left a:hover{
    text-decoration: none;
    color:#fb7b7b;
}

.heading_group{
    padding-left: 35px;
    margin-top: -24px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.heading_name{
 
}

.heading_desig{
    font-family: Kanit-Light;
    font-size: 13px;
}

.hhdr_full_con{
    margin-top: 0px;
    padding-top:0px;
    text-align:center;
    letter-spacing: 2px;
}

.middle-block-left{
    background: #01B5CC;
    margin: 16px;
    padding: 12px;
    color: #fff;
    font-family: Kanit-Light;
    box-shadow: 4px 5px 7px #888888;
    border-radius: 4px;
}

.block_hdr{
    font-family: MavenPro-Regular;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: -5px;
}

.img_empowering{
    height: 189px;
    width: 356px;
    box-shadow: 4px 5px 7px #888888;
    border-radius: 4px;
    margin: 16px;
}

.cforever{
    height: 760px;
    background: #fefcff;
    box-shadow: 4px 5px 7px #888888;
    margin-top: 2px;
    margin-bottom: 18px;
    font-family: MavenPro-Regular;
    font-size: 12px;
    text-align: left;
    padding-right: 5px;
}

.cforever p{
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    padding: 0px 25px;
}

.memreg{
   margin-top: 20px !important;
   margin-bottom: -8px !important;
}

.click_here{
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: MavenPro-Regular;
}

.click_here:hover{
    text-decoration: none;
    color: #e4e3e3;
}

.click_here:visited{
    text-decoration: none;
    color: #fff;
}

.constitution{
    height: auto;
    background: #fefcff;
    box-shadow: 4px 5px 7px #888888;
    margin-top: 2px;
    margin-bottom: 18px;
    font-family: Kanit-Light;
    font-size: 12px;
    text-align: left;
    padding-left:20px;
    padding-right: 35px;
}

.calendar{
    height: auto;
    background: #fefcff;
    box-shadow: 4px 5px 7px #888888;
    margin-top: 2px;
    margin-bottom: 18px;
    font-family: Kanit-Light;
    font-size: 16px;
    text-align: left;
    padding-left:20px;
    padding-right: 35px;
}


.aicog2010{
    height: 2200px;
    background: #fefcff;
    box-shadow: 4px 5px 7px #888888;
    margin-top: 2px;
    margin-bottom: 18px;
    font-family: Kanit-Light;
    font-size: 14px;
    text-align: left;
    padding-left:20px;
    padding-right: 35px;
}
.firstcharacter{
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 3px;
}

.h2header{
    color: #ff0003;
    text-align: center;
    width: auto;
    position: relative;
    padding-bottom: 8px;
    margin: auto;
    margin-top: 10px;;
 }

.h2header:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
}

.h2header:after {
  right: 120px;
  height: 5px;
  left:135px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1d8103), to(transparent));
  background-image: -webkit-linear-gradient(left, #1d8103, transparent);
  background-image: -moz-linear-gradient(left, #1d8103, transparent);
  background-image: -o-linear-gradient(left, #1d8103, transparent);
}

.h3header{
    color: #00439a;
    font-family: my_cooperb; 
    text-align: center;
    width: auto;
    margin: auto;
    margin-top: 10px;
}

.h4header{
    color: #0d0d0d;
    font-family: my_cooperb; 
    text-align: center;
    width: auto;
    margin: auto;
    margin-top: 10px;
}

/********************************************************************Gallery Page*************************************************************/
.image_block{
    margin-left: 15px;
    margin-right: 15px;
}

.image_block a{
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.image_block:hover img{
    opacity: .6;
}

.image_block img:hover{
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}

.gallery-thumbnail{
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 100%;   
}

.gallery-img{
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75); 
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75); 
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    padding-left: 0px;
}


/*****************************************************************************************************************************************************/

.objectives_bullet{
  font-size: 15px;
  margin-top: -13px;
}

.objectives_bullet li {
    margin-top:10px;
}

.venu {
    height: 300px;
}

.organized {
    height: 121px;
    margin-top: 4px;
    color:#6f6f6e;
    margin-bottom: 0px;
}

.h5{
    font-family: Kanit-Medium;
}

.h7{
    font-weight: bold;
    font-family: Kanit-Light;
    font-size: 13px;
}

.h8{
    font-weight: bold;
    font-family: Kanit-ExtraLight;
    font-size: 12px;
}

.h4{
    font-weight: bold;
    font-family: Kanit-Light;
    font-size: 16px;
}

.home_registraion{
  border-top: 1px solid #c5c5c5;
  color: #6f6f6e;
  height: 320px;
  padding-top: 11.3px;
}

.registraion_detail{
  border-top: 1px solid #c5c5c5;
  color: #6f6f6e;
  height: 280px;
  padding-top: 11.3px;
}

.homereg{
    padding-bottom: 5px;
}

.detailreg{
     padding-bottom: 8px;
}

.home_rally {
    height:191px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
}

.conference_highlights{
    height:303px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
}

.h8{
    height:207px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
    margin-bottom: 10px;
}

.faculty{
    height:497px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
}

.faculty_complete{
    height:1850px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
}

.travel{
    height: 242px;
    background: #e9e9e9;
    box-shadow: 4px 5px 7px #888888;
    margin-top: 4px;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding-top: 1px;
    padding-bottom: 1px;
}


.venu p{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 0px 25px;
}

.commitment p {
    font-size: 19px;
    text-align: right;
    padding-top: 23px;
    padding-left: 12px;
    padding-right: 20px;
    padding-bottom: 0px;
    line-height: 26px;
}

.commitment p em{
    font-size: 12px;
    color:#7f807e;
}

.left_navigation h4, .cforever h4, .partners h4, .client_section h4, .venu h4, .travel h4, .constitution h4, .aicog2010 h4{
    font-family: Kanit-Light;
    color:#5b5b5b;
    border-radius: 0px;
    margin: 0;
    text-align: center;
    padding: 9px;
    text-shadow: 0.5px 1px 2px #000000;
}


.left_nav{
}

.left_nav ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.left_nav ul li {
    background: #bec7c3;
    padding: 6px 0px;
    padding-left: 17px;
    margin-bottom: 9px;
    cursor: pointer;
}

.left_nav ul li:first-child {
    margin-top: 9px;
}

.left_nav ul li:last-child {
    margin-bottom: 0px;
}

.left_nav ul li:hover {
    background: #888d8b;
}

.left_nav ul li:hover a{
    color:#fff;
}

.left_nav ul li a{
    text-decoration: none;
    color:#51535b;
}

.img-thumbnail{
    border-radius:3px; 
    height:140px;
    width:138px; 
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75); 
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75); 
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);"
}

.places{
    height:100px;
    width:138px; 
}

.hospital_places{
    height:200px;
    width:320px; 
    margin-bottom: 8px;
    margin-top:10px;
}

.namedesg{
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
}

.name{
    font-family: Kanit-SemiBold;
    font-size: 14px;
}

.desg{
    font-family: Kanit-ExtraLight;
    font-size: 14px;
}

.top-left-logo{
    display: block;
    position: absolute;
    z-index: 200;
    margin-top:20px;
    left:40px;
    height: 90px;
    width: 90px;
}

.top-right-logo{
    display: block;
    position: absolute;
    z-index: 200;
    margin-top:20px;
    right:40px;
    height: 90px;
    width: 70px;
}

.bottom-right-logo{
    display: block;
    position: absolute;
    z-index: 200;
    margin-top:300px;
    right:40px;
    height: 128px;
    width: 140px;
   -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
   -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
   -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 


.client_section{
    background: #CEC6A2;
    margin-bottom: 20px;
    box-shadow: 4px 5px 7px #888888;
}

.client_images{
    padding-top: 20px;
    padding-bottom: 20px;
}

.client_section img{
    display: block;
    margin: 0 auto;
}

.shortcut{
    border-top:2px solid #637578;
    background: #3F4A4C; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#637578,#3F4A4C); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#637578,#3F4A4C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#637578,#3F4A4C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#637578,#3F4A4C); /* Standard syntax */
}


.interest_section{
    padding: 5px 0px;
    margin: 0 auto;
    width: 98%;
    color:#bcbcbc;
}

.interest_section li{
    color:#bcbcbc;
}


.interest_section li a{
    color:#e6e6e6;
    font-family: Kanit-ExtraLight;
    line-height: 20px;
    text-decoration: none
}

.interest_section li a:hover{
    color:#8f8f8f;
}


.places{
    margin-bottom:20px; 
}

.table{
    border:none;
}

.fixedicon {
    position: fixed;
    top: 250px;
    right: 0px;
    width: 60px;
    height: 200px;
    z-index: 100;
    display: none;
}

.fixedicon img {
    width: 50px;
    height: 200px;
}

.fixedicon_sm {
    width: 206px;
    margin: 0px auto;
    display: none;
}


.fixedicon_sm img {
    width: 200px;
    height: 50px;
    margin:0 2px;
    float: left;
}

.copyright{
    width: auto;
    margin: 8px auto;
}

.copyright p{
    color:#fff;
    font-family: Kanit-ExtraLight;
    font-size: 14px;
    text-align: center;
    white-space: normal;;
}
/***************************************************************Powered By******************************************************************/
.poweredBy{
    padding:2px 0;
}

.poweredByContent{
    float:right;
    width: 106px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.poweredByContent p{
    float:left;
}
.poweredByContent a{
    float: left;
    font-family: my_cooperb; 
    font-size: 10px;
    color: red;
    border: 1px solid red;
    border-radius: 3px;
    padding: 2px;
    font-weight: 100;
    background-color: #f7fca6;
    box-shadow: 0.5px 0.25px 0.75px #616060;
}
/*******************************************************************************************************************************************/
/*Overriding Media Classes*/
@media only screen and (min-width: 320px) and (max-width: 479px){
    #slider{
        margin-top: -1px;
    }

    .nivo-controlNav{
        display: none;
    }

    .logo_image{
        padding-bottom: 7px;
    }

    .coname {
        font-size: 20px;
        text-shadow: 1px 1px 2px #000000;
        width: auto;
        text-align: center;
        line-height: 20px;
    }

    .codate {
        display: block !important;
        position: relative !important;
        margin-top: 62px !important;
        margin-left: 4px !important;
        line-height: 24px !important;
        font-size: 18px !important;
        text-shadow: 1px 1px 2px #000000;
        text-align: center !important;
        padding-top: 4px !important;
        padding-bottom: 3px !important;
        float: none;
    }

    .login{
        margin-right: 30%;
        padding-bottom: 3px;
    }

    .welcome_note {
        height: 1400px;
    }

    .cforever {
        height: 680px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px){
    .logo_image{
        margin-left: 40% !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 479px){
   .logo_image{
        margin-left: 42% !important;
    }
}


@media only screen and (min-width: 480px) and (max-width: 639px){
    #slider{
        margin-top: -1px;
    }

   .nivo-controlNav{
        display: none;
    }

    .coname {
        font-size: 20px;
        text-shadow: 1px 1px 2px #000000;
        width: 300px;
    }

    .codate {
        font-size: 14px;
        text-shadow: 1px 1px 2px #000000;
        margin-top: 59px;
        margin-left: 83px;
        display: block;
        float: left;    
    }

  .memreg{
       margin-top: 20px !important;
       margin-bottom: -8px !important;
       padding-left: 10px;
       padding-right: 20px;
   }

}

@media only screen and (min-width: 504px) and (max-width: 622px){
   .codate {
        
 
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px){
    #slider{
        margin-top: -1px;
    }

    .nivo-controlNav{
        display: none;
    }

    .coname {
    font-size: 24px;
    text-shadow: 1px 1px 2px #000000;
    width: 472px;
    }

    .codate {
    font-size: 18px;
    text-shadow: 1px 1px 2px #000000;
    margin-top: 3px;
    margin-left: 17px;
    display: block;
    float: left;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    #slider{
        margin-top: -1px;
    }
    
    .nivo-controlNav{
        display: none;
    }

    .coname {
    font-size: 28px;
    text-shadow: 1px 1px 2px #000000;
    width: 566px;
    }

    .codate {
    font-size: 19px;
    text-shadow: 1px 1px 2px #000000;
    }

    .welcome_note {
        height: 900px;
    }

    .cforever {
        height: 900px;
    }

    .memreg{
       margin-top: 20px !important;
       margin-bottom: -8px !important;
       padding-left: 10px;
       padding-right: 20px;
   }

}

@media only screen and (min-width: 1024px) and (max-width: 1279px){
    #slider{
        margin-top: -1px;
    }

    .nivo-controlNav{
        display: none;
    }

    .coname {
    font-size: 32px;
    text-shadow: 1px 1px 2px #000000;
    width: 785px;
    }

    .codate {
    font-size: 20px;
    text-shadow: 1px 1px 2px #000000;
    }

    .welcome_note {
        height: 900px;
    }

    .cforever {
        height: 900px;
    }
}

@media only screen and (min-width: 1264px) and (max-width: 1279px){
    #slider{
        margin-top: -1px;
    }

    .coname {
    font-size: 32px;
    text-shadow: 1px 1px 2px #000000;
    width: 985px;
    }

    .codate {
    font-size: 20px;
    text-shadow: 1px 1px 2px #000000;
    }

    .welcome_note {
        height: 760px;
    }

    .cforever {
        height: 760px;
    }

    .memreg{
       margin-top: 20px !important;
       margin-bottom: -8px !important;
       padding-left: 10px;
       padding-right: 20px;
    }
}


@media only screen and (min-width: 1280px) and (max-width: 1365px){
    #slider{
        margin-top: -1px;
    }
}


@media only screen and (min-width: 1366px) and (max-width: 1679px){
    #slider{
        margin-top: -1px;
    }


}


@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


@media only screen and (min-width: 442px) and (max-width: 767px) {
    .partners{
        height: 345px;
    }

}

/*Extra Small Device*/
@media only screen and (max-width: 767px) {
    .navbar-nav {
        float: left;
        margin-right: 0px;
        margin-top: 24px;
    }
    
    .nav > li{
        border-right: none;
    }
    
    .left_navigation{
        margin-bottom: 20px;
    }

    .commitment{
       height: 155px;
    }

    .commitment p {
        line-height: 20px;
    }

    .cforever{
        margin-bottom: 20px;
    }

    .client_section{
        margin-top: 20px;
    }

    .bottom-right-logo{
        display: none;
    }

    .cforever p, .partners p{
        font-size: 13px;
    }

    .organized{
        height: 150px;
    }

    .registraion_detail{
        height: 310px;
    }

    .conference_highlights{
        height: 330px;
    }
    .left-logo{
    }

    .right-logo{

    }

    .memreg{
       margin-top: 20px !important;
       margin-bottom: -8px !important;
       padding-left: 10px;
       padding-right: 20px;
   }
  
}

/*Small Device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client_section{
        margin-top: 20px;
    }

    .bottom-right-logo{
        display: none;
    }

}

@media only screen and (max-width: 420px){
    .nivo-controlNav{
        display: none;
    }
}

@media only screen and (max-width: 1299px) {
    .fixedicon_sm {
        display: block;
    }
}

@media only screen and (min-width: 1300px) {
    .fixedicon {
        display: block;
    }
}

/**********************************************************************************Members Portal*****************************************************************************************/
.uniline_vertical_form{
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 22px;
    text-align: center;
}

label {
    color: #333;
}

label.compulsory:after{
   content: " *";
   color: red;
   font-size: 18px;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.toUpperCase{
  text-transform:uppercase;
}

.toLowerCase{
  text-transform:lowercase;
}
.compulsory {
  border-color: #FF0000;
}

.compulsory:focus {
  border-color: #ff4200;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.compulsory1{
   color: red;
   font-size: 18px; 
   margin-top: -20px;   
}

.with-errors-center{
    font-family: Kanit-Light;
    font-size:11px;
    color:#ff0000;
    text-shadow:#666;
    text-align: center;
    margin: 0 auto;
    height: 10px;
    min-height: 10px;
    max-height: 10px;

}

.err_msg{
    color: red !important;
    font-family: Kanit-Light;
    font-size:16px;
 }

 #pswd_info {
    position:absolute;
    bottom:-200px;
    bottom: -145px\9; /* IE Specific */
    right:55px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    z-index:100;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info ul li{
    list-style-type: none;
    text-align: left;
    font-size: 12px;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

#pswd_info {
    display:none;
}


.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

#uidsetup-form .short{ color:#FF0000; } #uidsetup-form .weak{ color:#E66C2C; } #uidsetup-form .good{ color:#2D98F3; } #uidsetup-form .strong{ color:#006400; }

.InputBoxstyle {
   height: 25px;
   font-size: 13px;
   line-height: 25px;
   padding: 5px, 0px, 5px, 0px;
   margin-top: 5px;
}

.InputSmallBoxstyle{
   height: 25px;
   font-size: 12px;
   line-height: 20px;
   padding: 2px, 0px, 2px, 0px !important;
}

.InputTinylBoxstyle{
   height: 20px;
   font-size: 10px;
   line-height: 20px;
   padding: 1px, 0px, 1px, 0px;
}

.form-group{
    margin-bottom: 2px;
}

.less_hspace{
   margin: 0px !important;
   padding-left: 10px !important;
   padding-right: 20px !important;
}

.std_label{
    text-align: left;
    float:left;
}

 /******************************************************************************BOOTSTRAP MODAL*******************************************************************************************/
.modal-open
{
    overflow:hidden
}
.modal
{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    outline:0
}
.modal-open .modal
{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-scrollbar-measure
{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:hidden;
}
/******************************************************************************************************************************************************************************************/