@charset "utf-8";
/* CSS Document */




@import 'https://fonts.googleapis.com/css?family=Hind+Vadodara:400,600|Roboto:400,700';

*{
  margin:0; 
  padding:0;
 }
 h1.h2,h3,h4,h5,h6,p,a,label,ul,li{
     font:none;
	font-family: 'Hind Vadodara', sans-serif; 
 }
body{
    margin: 0;
    padding: 0;
    background-color:#ffffff;

}
.row{
    margin: 0;
    padding: 0;
	
}
.events1 h4,.events h4{color:#333;}
.pdg0{padding:0px;}
 .pdg2{padding:2px;}
.pdg5{padding:5px;}
.pdg10{padding:10px;}
.pdg20{padding:20px;}
.pdgt5{padding-top: 5px;}
.pdgt10{padding-top:10px;}
.pdgt15{padding-top:15px;}

.pdgt20{padding-top:20px;}
.pdgb10{padding-bottom:10px;}
.pdgb20{padding-bottom: 20px;}
.pdgl10{padding-left:10px;}
.pdgr10{padding-right:10px;}
.pdgl20{padding-left:20px;}
.pdgr20{padding-right:20px;}
.mgn0{margin:0px;}
.mgn5{margin:5px;}
.mgn10{margin:10px;}
.mgnt5{margin-top:5px;}

.mgnt10{margin-top:10px;}
.mgnt20{margin-top:20px;}

.mgn20{margin:20px;}
.mgnl10{margin-left:10px;}
.mgn10{margin-right:10px;}
.mgnl20{margin-left:20px;}
.mgnr20{margin-right:20px;}
.mgnt120{margin-top:130px;}
.mgnb{margin-bottom:10px;}
.mgnb0{margin-bottom:0px;}
.mgnb20{margin-bottom: 20px;}
.max{width:100%;}
.dis{display:inline-block;}
.txtct{text-align:center;}
.bgash{background-color:#2e3031;}
.bgblu{background-color:#54ade0;}
.fntb{color:#000;}
.fntg{color:#06F;}
.fntg1{color:#009900;}

.fntw{color:#fff;}
.fntbl{color:#666;}
.fntgry{color:#666;}
.fntv{
    color: #00b2d8;
    text-align: center;
    font-size:24px;
    margin-top:30px;
}
.bgw{
    background-color:#fff;
    margin:3px 10px 0 10px;
        
}
#event_create{
    margin-left:5%;
}
.brdrbtg{border-bottom:#009900 solid 1px;}
.brdrrb{border-right:#5aaedf solid 1px;}
.bbtn {display:table-cell;height:250px;vertical-align:bottom;}
.mrq  li{list-style:none; float:left;}
.lhight{line-height:25px;}
.btnp {width:90%; height:37px; background-color:#CCCCCC; border-radius:5px; margin:auto; margin-top: 20px; padding:10px 20px;    }
.btnpw{width:100%; margin-top:10px;}
.fntbl i{color:#FF0000; font-size:8px; position:absolute; margin-left:2px;}
.pmgnl{margin-left:10%;}
.btnevent {width:90%; height:37px; border-bottom:#0099FF solid 1px;  margin-left:20px; padding:10px 20px;    }
.evntcontxt{font-size:18px; color:#308bd1; cursor:pointer; }
.evntcontxt i{color:#308bd1;}
.evntcontxtp{font-size:14px; color:#666666; line-height:20px; padding:20px 0px 0px 22px; text-align:justify; display:none;}

/*------------------------------------------------------social icons start---------------------------------------------*/
.top_header{width:100%;height:50px;//background-color:rgba(153,153,153,0.4); //background-color:#26bbd6;
}
.top_header #mail{float:left;}
.top_header #mail a i{color:#666;font-size:18px;margin-left:20px;}
.top_header #mail a span{font-size:14px;color:#666;line-height:50px;padding-left:5px;}
.top_header #mail a{text-decoration:none;}
.top_header #mail a:hover >i{color:#333;}
.top_header #mail a:hover >span{color:#333;}
.top_header #phone{float:left;margin-left:20px;}
.top_header #phone i{color:#666;font-size:24px;margin-left:20px;}
.top_header #phone span{font-size:14px;color:#666;line-height:50px;padding-left:5px;}
#social_icones{float:right;margin-right:20px;}
#social_icones ul{}
#social_icones ul li{list-style:none;margin-left:10px;float:left;}
#social_icones ul li a{text-decoration:none;padding-left:5px;padding-right:5px;}
#social_icones ul li a i{font-size:22px;color:#666;line-height:50px;}
#social_icones ul li:nth-child(1) a i:hover{color:#3b5998;}
#social_icones ul li:nth-child(2) a i:hover{color:#55acee;}
#social_icones ul li:nth-child(3) a i:hover{color:#e02f2f;}
#social_icones ul li:last-child a i:hover{color:#0e76a8;}
.lgpopup{width: 400px; right: 10px;border: 1px solid #ccc; background-color:#fff; top: 40px; position: absolute; z-index:9999;}
.SignUp{width: 600px; right: 10px; border: 1px solid #ccc; background-color:#fff; top: 40px; position: absolute; z-index:9999;}
.signupw{width: 50%}
#sign{display: none;}
#sublogin{cursor: pointer;}
.user_creation{position:relative;}
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color:#333;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1111;
}
#demos{
    margin-top:0px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 25px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #88d2e5;
    color: #fff;
}

.signup h5{
    cursor: pointer;
    line-height: 45px;
    font-size: 18px;
    color: #666;
    padding-top: 1px;
}
#lghidden{display:none;}
.loginp h5{
    line-height: 45px;
    font-size: 18px;
    color: #666;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #00b2d8;
    color:#e2e2e2;
}
.navbar-nav>li>a:hover{
    color:#e2e2e2;
	background-color: #0389a6;
}
.navbar-nav>li{
    margin-right: 15px;
}
/*------------------------------------------------------social icons end---------------------------------------------*/
/*------------------------------------------------------header start---------------------------------------------*/
.ofter_login{width:100%; height:40px; background-color:#5aaedf; border:0px;}
.hiuser{text-align:center; padding-left:50px; color:#5aaedf;  }
.hiuser p{line-height:25px;}
.navbar-nav>li>a{color:#fff;font-size:18px;}
.contin{background-color:#eff4f7;//box-shadow:0 10px 5px 5px rgba(153,153,153,0.4);}
.container{padding-left:0;padding-right:0; background-color:#eff4f7;}
header{width:100%;height:60px;}
figure{
    position: absolute;
    width:80px;
    height:80px;
    background-image:url(../images/newlogo3.png);
    background-size:80px 80px;
    z-index: 2;
    margin-top:-10px;
}
header .navlist{float:left;margin-left: 20%;}
header .navlist ul{}
header .navlist ul li{list-style:none;float:left;}
header .navlist ul li a{text-decoration:none;padding:10px;padding-left:10px;padding-right:10px;line-height:100px;text-transform:uppercase;font-size:14px;
color:#333;}
header .navlist ul li a:hover{text-decoration:none;color:#02a5e8;}
.navbar-toggle .icon-bar{background-color:#000;}
.navbar-toggle{margin-top:30px;}
header #basic,header #doctor {margin-left:20px; }
.main-nav a{margin-top:30px;background-color:#acacac;}
.navbar-brand{font-size:16px;height:80px;line-height: 20px;padding: 15px;}
.navbar{border-radius: 0; margin-bottom: 0;}
#mynav li:last-child a{
    padding: 0;
    padding-top:7px;
}
.navbar-header{
   margin-left:80px;
}

/*------------------------------------------------------header start---------------------------------------------*/
.banner{width:80%;height:350px;margin:auto;}
.jssorb05 {position: absolute;}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {position: absolute;
 /* size of bullet elment */ width: 16px;height: 16px;background: url('images/b05.png') no-repeat;overflow: hidden;cursor: pointer;}
.jssorb05 div { background-position: -7px -7px; }.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }/* jssor slider arrow navigator skin 22 css *//*.jssora22l(normal).jssora22r(normal).jssora22l:hover(normal mouseover).jssora22r:hover(normal mouseover).jssora22l.jssora22ldn(mousedown).jssora22r.jssora22rdn(mousedown)*/
.jssora22l, .jssora22r {display: block;position: absolute;
            /* size of arrow element */width: 40px;height: 58px;cursor: pointer; background: url('images/a22.png') center center no-repeat;overflow: hidden;}
.jssora22l { background-position: -10px -31px;}.jssora22r { background-position: -70px -31px; }.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }.jssora22l.jssora22ldn { background-position: -250px -31px; }.jssora22r.jssora22rdn { background-position: -310px -31px; }.affix {top: 0;width: 74%;box-shadow:0px 5px rgba(204,204,204,0.7);}
.affix + .container-fluid {padding-top: 70px;}/*Banner Header code ends*//*Code Written By Venkat*/
#about_cma{width:100%;margin:auto;}
#about_cma h3{font-size:24px;color:#06f;text-align:center;padding:10px; border: 1px solid #d9ddde; border-radius:10px;height:45px; }
#about_cma p{font-size:14px;color:#909090;text-align:justify;padding-top:20px;width:80%;margin:auto;line-height:21px;}
.links{padding-top:5px;margin-bottom:20px; width:100%; margin:auto; margin-top: 20px;  }
.links h2{
    color: #333;
    font-size: 24px;    
    background-color: #74cddf;
    text-align: center;
    padding: 10px 0;
}
.ico{margin-top:15px;margin-bottom:20px;}
.ico .circle{position:relative;width:120px;height:120px;margin:auto;border-radius:100%;border:1px solid rgba(204,204,204,1);box-shadow:0px 3px 10px 3px rgba(102,102,102,0.2);}
.ico .circle img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.ico h3{text-align:center;font-size:22px;color:#06f;margin-top:10px;}
.ico p{font-size:14px;color:#909090;text-align:center;margin-bottom:20px;}
.ico p a{text-align:center;font-size:12px;padding:10px;background-color:#ccc;border-radius:10px;color:#666;line-height:20px;}
.ico p a:hover{text-decoration:none;background-color:rgba(224,224,224,1);}
.links .row, footer .row{margin:0;}
.infoicn p{ padding:30px; padding-left:60px; font-size:23px; color:#666; text-align:center;}
.grn_icons{ margin:0 auto;}
.event_search{  margin:auto; height:40px; background-color:#7fb3be;}
.event_search h2{
    text-align: center;
    color: #fff;
    line-height:35px;
    font-size:22px;
}
.evnt_color{
    background-color:#4692a2;
    width: 100%;
    height:40px;
    float: left;
}
.srch_bx{ margin:auto; width:60%; }
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.reg_color{
    background-color:#3ac0dd;
    width: 100%;
    height:44px;
}
.reg_color h2{
    color:#fff;
    line-height: 24px;
}
.morebtn{
    background-color:#8edcf0;
    color:#333;
    font-size:16px;
    text-transform: uppercase;
    border-radius: 0;
}
.morebtn a{
    color: #656064;
    text-decoration: none;
}
.badge1{
    width: 100%;
    height: 18px;
    background-color:#cee0e4;
    margin-top: 10px;
}
.btnb {
    background-color: #74c2c2;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    border-radius: 0;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.bgblu h3{
    font-size:24px;
    color:#fff;
    margin-top:10px;
}
.bgblu .h5{
    margin-top:0;
    margin-bottom:10px;
    font-size:18px;
    //color:#f4df8d;
	color: #333;
    
}
.bgblu h5{
    margin: 0;
    font-size: 18px;
}
.smgn{
    font-size:16px;
    font-family: 'Hind Vadodara', sans-serif;
}
 #otpsection{ 
	 position:absolute;  
	 z-index: 111111;  
	 left: 0;     
	 right: 0;    
	 top: 0%;     
	 bottom: 0;  
	 margin: auto;  
	 display: none;
        }
        .otpscreen{
            position:absolute;
            width: 30%;
            height: 250px;
            left: 0;
            right: 0;
            top:0;
            bottom: 0;
            margin: auto;
            background:#fff;
            box-shadow: 0px 2px 2px 1px #ccc;
            border-radius:10px;
            border:1px solid #3195e1;        } 
.otpscreen form{
         padding: 30px;
         
     }
    
         .otpscreen h3{
             text-align: center;
             color: #696b6d;
             line-height: 40px;
             font-size: 25px;
             margin-bottom: 20px;
        }
        
     .otpscreen a{
         position: absolute;
         right:10%;
         top:60%;
         color:#696b6d;
     }
     .otpscreen a:hover{
         color:brown;
         text-decoration: none
     }
     .otpscreen .btn{
         position: absolute;
         left: 40%;
         bottom: 20%;
     }
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}
.btn-success a{
	color:#fff;
}
#custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width  0.2s ease-in-out;
    -moz-transition:width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
    }
 
    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }   
    .search-query:focus{
        width: 260px;
    } 
	.event_block {
    width: 100%;
    height: 270px;
    overflow: hidden;
    margin-top:10px;
}
.article_head{
	color:#00b2d8; 
	font-size:26px;
}
.article_etxt{
	font-size:20px;
	color:#666; 
	line-height:25px;
	margin-right: 10%;
}	
 .terms{
    width: 90%;
    margin: auto;
  }
  .terms h2{
    color: #00b2d8;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .terms i{
    font-weight: 600;
    font-size: 18px;
  }
  .terms p{
    line-height: 25px;

  }
  .terms h5{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;

  }
.event_txt p{font-size:14px;color:#909090; text-align:left;padding:10px;margin:auto;line-height:20px;
 border-right:#CCC solid 2px;}
		 
  .event_txt li{font-size:18px;color:#333; margin-top:10px; list-style:inside;}
 
.strip{
		width:100%;
		height:auto;
		padding:8px 0 8px 0;		
		background-color:#e2e2e2;
	}
	.btn-warning{
		border-radius:2px;
	}
.contm{
    line-height:100px;
    height: auto;
    margin-top: 20px;
}
.contm h3{
	font-size:24px; padding-left:25px;
	color:#fff;
    line-height: 30px;
	
	}
.contm #mail{	
	margin-left:10%;
    color:#333;
    line-height: 30px;
}
.contm #mail a:hover{
	text-decoration:none;
	color:#fff;
}
.contm i{
	color:#fff;
}
.btn1{
        float: left;
        margin-top:50%;
        margin-right: 5%;
    }
     .btn2{
        float: left;
        margin-top:50%;
    }
#approve_Event p, #approve_Event1 p, #approve_Event2 p, #intrested_Event p {
    font-size:16px;
    color: #666;
    padding-left: 20px;
    line-height: 20px;
    padding-bottom:0;
}
 #approve_Event i,#approve_Event1 i,#approve_Event2 i,#intrested_Event i {
        font-size: 14px;
        color: #666;
        
        padding-right: 10px;
        float: left;
    }
#approve_Event h3, #approve_Event1 h3, #approve_Event2 h3, #intrested_Event h3{
    font-size:17px;
    color:#333;
    padding-left: 22px;
    font-weight:700;
}
.fntw i, .fntw i{
    float: left;
    padding:0 5px 0 0;
}
.fntw h4, .fntw h3{
    float: left;
}
.fntw h4{
    padding-left: 5px;
}
.contm span{
	color:#fff;
	margin-left:5px;
}
.contm #phone{
	margin-left:10%;
    line-height:30px;
}

.social{
	margin-right:20px;
    border:none;
}
.social ul{
	padding-top:10%;
}
.social ul li{
	list-style:none;
	margin-left:10px;
    float:left;
	
}
.social ul li a{
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
.social ul li a i{
	font-size:22px;
	color:#FFF;
	line-height:20px;
}
.social ul li:nth-child(1) a i:hover{
	color:#3b5998;
	
}
.social ul li:nth-child(2) a i:hover{
	color:#55acee;
	
}
.social ul li:nth-child(3) a i:hover{
	color:#e02f2f;
	
}
.social ul li:last-child a i:hover{
	color:#0e76a8;
	
}
textarea{resize: none;}
#sbtn1,#sbtn2{
    width:60px;
    height:40px;
	color:#fff; 
    border:0;
    border-radius:0;
    background-color:#66bcd9;
	
}
.prvious_events{
    width: 100%;
    background-color: #cfe6ee;
    padding: 10px;
    float: left;
    margin-top: 15px;
}
.prvious_events h4{
    padding-top:10px;
    color:#0d5463;
}
.prvious_events h2{
    font-size:16px;
    color:#333;
}
.prvious_events p{
    padding-top:12px;
    color:#369eb4;
}
.prvious_events img{
    margin-top: 5px;
}
.prvious_events p{
    float: left;
}
.doctrs_count{width:100%; height:75px; background-color:#fff; box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); margin-top:20px;position:relative;}
.dctrcount_crcle{width:60px; height:60px; border-radius:100%; background-color:#f7af48; margin:5px 0px 0px 20px; position:relative; float:left;}
.dctrcount_crclea{width:60px; height:60px; border-radius:100%; background-color:#31a8cf; margin:5px 0px 0px 20px; position:relative; float:left;}
.dctrcount_crclea i{color:#FFF; margin:12px 0px 0px 17px; }
.dctrcount_crclea .fa-users{
    color: #FFF;
    margin: 14px 0px 0px 13px;
}
.dctrcount_crcle i{color:#FFF; margin:12px 0px 0px 15px; }
.dctrcunt_txt p{font-size:14px;color:#909090; text-align:left;padding:10px;width:80%;margin:auto;line-height:21px;text-align:center;}
.dctrcunt_txt p span{
	font-size:18px;
	font-weight:bold;
}
.dctrcunt_txt img{width:50px; height:50px; float:left;}
	.dctrcunt_block{ height:250px; overflow:hidden; }

.registred_doctors{
    margin: 10px 0;    
    padding: 8px;
    background-color:#6bb1c0;
   
}
.registred_doctors h1{
    font-size:18px;
    line-height: 20px;
}
.registred_doctors h4{
    font-size:16px;
    color:#656064;
    padding-top:5px;
}
.registred_doctors img{
    margin-left: 10px;
}
.prvious_events p + p {
  margin:0;
}


/*------------------------------------------------------header end---------------------------------------------*/
/*------------------------------------------------------aboutus start---------------------------------------------*/
.aboutus p{font-size:18px;color:#909090; text-align:left;padding:20px;width:80%;margin:auto;line-height:26px;}
.aboutus h3,#people_hd h3 {font-size:24px;color:#00b2d8; text-align:center; margin-top:10px}
#aboutbanner img{ width:100%; height:300px;}
/*------------------------------------------------------aboutus end---------------------------------------------*/
/*------------------------------------------------------people behindit start---------------------------------------------*/
.people p{font-size:14px;color:#909090; text-align:left;padding:10px;margin:auto; line-height:20px;}
.people h3{font-size:24px;color:#333; margin-top:10px;}
.people h4{font-size:18px;color:#666;}
#people_hd h3 {font-size:24px;color:#00b2d8; text-align:center; margin-top:30px}
.people ul{
    margin-left:20px;
}
.info_people img{margin-left:20px;}
.people ul li{color:#909090; text-align:left;margin:auto; margin-top:10px; list-style:outside;}
/*------------------------------------------------------people behindit end---------------------------------------------*/
/*------------------------------------------------------msn-vsn start---------------------------------------------*/
.msn_vsn p{font-size:16px;color:#909090; text-align:left;padding:20px;margin:auto; line-height:20px; margin-left: 20px;}
.msn_vsn h3{font-size:24px;color:#00b2d8;text-align:center; margin-top:10px;}
.msn_vsn h4{font-size:20px;color:#009900; margin-top:10px; padding-left:30px; text-decoration: underline; }

.msn_vsn img{height:150px; width:180px;}
.msn_vsn row{margin:0;}
/*------------------------------------------------------msn-vsn end---------------------------------------------*/
/*------------------------------------------------------contct start---------------------------------------------*/
.contact p{font-size:14px;color:#909090; text-align:left;margin:auto; line-height:20px; padding-top:5px;}
.contact h3{font-size:24px;color:#00b2d8; text-decoration:underline;  margin-top:10px;}
.hdb{padding-top:5px; font-size:16px;}
.contact_body{ width:90%; margin:auto; margin:20px auto;}
.contact h5{
    color: #333;
}
/*------------------------------------------------------contct end---------------------------------------------*/
/*------------------------------------------------------contct start---------------------------------------------*/
.login{width:60%; margin:auto; margin-top:30px;}
.login input{width:40%; height:40px; padding:10px;}
.login label{padding:20px; color:#09C; }
.login select{width:40%; height:40px; padding:10px; margin-left:10px;}
/*------------------------------------------------------contct end---------------------------------------------*/
/*------------------------------------------------------event start---------------------------------------------*/
.apevnt h4{color:#666;}
.border{width:100%; height:auto; padding:20px; float:left; background-color:#d6e2e2; }


.border:hover
{
       box-shadow: inset 0 0 0 1px #53a7ea;
}

#social_icones1{float:right;margin-right:20px;}
#social_icones1 ul{}
#social_icones1 ul li{list-style:none;float:left;}
#social_icones1 ul li a{text-decoration:none;padding-left:5px;padding-right:5px;}
#social_icones1 ul li a i{font-size:22px;color:#666;line-height:50px;}
#social_icones1 ul li:nth-child(1) a i:hover{color:#3b5998;}
#social_icones1 ul li:nth-child(2) a i:hover{color:#55acee;}
#social_icones1 ul li:nth-child(3) a i:hover{color:#e02f2f;}
#social_icones1 ul li:last-child a i:hover{color:#0e76a8;}



/*Edited By Venkat*/
.ev_serach{
	width:100%;
	height:35px;
	border-radius:5px;
    z-index:99999;
}
.ev_serach input[type="text"]{
    height:40px;
    border-radius: 0;
    border:1px solid #ccc;
    z-index:99999;
   
}
.image_background{
    width: 100%;
    height: auto;
   
    float: left;
    margin-top: 20px;
}
.image_box{
    width: 90%;
    height: 140px;
    line-height: 150px !important;
    text-align: center;
    margin: auto;
}
.frame {
    height:auto;      /* equals max image height */
    width: auto;
    white-space: nowrap;    
    text-align: center; margin: 1em 0;
}

.image_background  p + p{
    margin: 0;
}
.data{
    width: 100%;
    height:82.6px;
    height: auto;
    background-color:#cfe6ee;    
    float: left;
}

.image_background h4{
    height:45px;
    color: #333;
    font-size:18px;
    padding-left: 5px;
    padding-top: 5px;
   
    
}
.image_background p{
    color: #369eb4;;
     padding: 5px;
    
}

.tt-menu,
.gist {
  text-align: left;
  
}
#event{
	width:100%;
}
.ev_icon{
	width:100%;
	height:160px;
}
.ev_icon img{
	width:100%;
	height:150px;
	position:relative;
}

/*Venkat Edited*/


.events{
              padding: 10px;
              padding-bottom: 20px;
          }
          .events .dx{
              border-right: 1px solid #666;
            
             
          }
          .events h4 , .events h5{
              float: left;
          }
          .events h4{
              padding-right: 10px;
             //border-right: 1px solid #333;
          }
          .events h5{
              padding-left: 10px;
          }
          .events p{
              clear: left;
          }
    
        #otpsection{
            position:absolute;
            z-index: 111111;
            left: 0;
            right: 0;
            top: 0%;
            bottom: 0;
            margin: auto;
            display: none;
           
           
        }
        .otpscreen{
            position:absolute;
            width: 30%;
            height: 250px;
            left: 0;
            right: 0;
            top:0;
            bottom: 0;
            margin: auto;
            background:#fff;
            box-shadow: 0px 2px 2px 1px #ccc;
            border-radius:10px;
            border:1px solid #3195e1;
        }
     .otpscreen form{
         padding: 30px;
         
     }
    
         .otpscreen h3{
             text-align: center;
             color: #696b6d;
             line-height: 40px;
             font-size: 25px;
             margin-bottom: 20px;
        }
        
     .otpscreen a{
         position: absolute;
         right:10%;
         top:60%;
         color:#696b6d;
     }
     .otpscreen a:hover{
         color:brown;
         text-decoration: none
     }
     .otpscreen .btn{
         position: absolute;
         left: 40%;
         bottom: 20%;
     }
.topHeader{
            width: 100%;
            height: 60px;
            background:#666;
        } 
        #popUps{
            display: none;
           
        }
        #popUps h4{
            color: #333;
            cursor: pointer;
            margin-top: 10px;
			padding: 10px;
			font-size:18px;
			//font-weight:600;
        }
        #popUps .al i {
    position: relative;
    top: 2px;
    left: 5px;
    font-weight: 400;
    font-size: 14px;
}
#popUps ul .lo h4{
    margin-top: 27px;
}   
        #popUps .lol{
            position: absolute;
            width: 180px;
            z-index: 11;
            background-color:#fff;
            padding:5px;
            top:52px;
            display: none;
            right:0%;
			z-index: 99999999999;
			
        }

.lol ul li:last-child a{
	width: 100%;
    text-decoration: none;
            padding: 10px;
            color: #666;
            line-height: 25px;
}

        #popUps ul li{
            list-style: none;
            padding:5px;
            float: left;
        }
        #popUps ul li a{
            text-decoration: none;
            color: #666;
            line-height: 25px;
        }
        #popUps ul li:hover{
            color:#333;
            background-color:#fff;
        }
      #ss{
            position: relative;
            cursor: pointer;
            
        }
#ss{
            background-color: #f5efe1;
            width: 100%;
            height: 35px;
            padding-left:10px;
            margin-top:20px;
            margin-left:20px;
        }
        #ss .si{
            float: left;
            
        }
        #ss h4{
           
            margin-top:8px;
			font-size:18px;
			//font-weight:600;
        }
        #ss .su{
            float: left;
            margin-left: 10px;
            
        }


.lgpopup{
               position: absolute;
               right: 12%;
               top:8%;
               box-shadow: 0 4px 4px 4px #ccc;
               display: none;
            
        }
           .lgpopup form{
               padding:20px;
           }
           .lgpopup form .glyphicon-remove{
               position: absolute;
               top:10px;
               right: 20px;
               cursor: pointer;
               color: #fff;
           }
           .SignUp{
               width: 50%;
               top:8%;
               right: 7%;
               display: none;
           }
           .SignUp form{
               padding: 20px;
               
               
           }
           .SignUp h4{
               text-align: center;
               padding: 10px;
               background-color: #666;
               color: #fff;
			   font-size:18px;
			//font-weight:600;
               
           }
           .lgpopup h4{
               text-align: center;
               padding: 10px;
               background-color: #666;
               color: #fff;
			   font-size:18px;
			font-weight:600;
               
           }
           .SignUp .glyphicon-remove{
               color: #fff;
               position: absolute;
            top: 5px;
            right: 10px;
               cursor: pointer;
           }
           .rd{
               margin-bottom: 20px;
               margin-left: 20px;
               font-size: 18px;
           }
.cl{
    margin-left: 20px;
}
#popUps ul{
    width: auto;
    margin-bottom:0;
    
}
#popUps ul li{
    float: left;
}


#popUps ul li:hover ul.lol{
    display: block;
	
}
#createE{
    margin-left:20px;
    background-color: #38c3e2;
    border-color: #38c3e2;
    font-size: 16px;
}
.img-thumbnail {
    border: 1px solid #d5d5d5;
}
.lol li{
	width: 100%;
    float: left;
        
}
.lol li:hover{
	border:0;
	
}
#rgst{
    margin-top:15%;
}
 footer{
	width:100%;
	background-color:#494949;
	margin-top:0px;
	
}
footer ul{
	padding:20px;
    
}

.nav_links{
   border-right:#999 1px solid; 
}

footer ul li{
	list-style:none;
	margin-top:20px;
    text-align:left;
    margin-left:50px; 
}
footer ul li a{
	text-decoration:none;
	padding:10px 0;
	font-size:16px;
	color:#fff;
}
footer ul li a:hover{
	text-decoration:none;
	color:#666;
	
}
.bordr{
    width:"1px";
    height: 220px;
    border-left: 1px solid #999;
}
/* base styles */
/* ----------- */

.lol{
	z-index: 99999999999;
}
#popUps .lol li:hover a{
	color: #000;
}
           
           .fp{
               position: absolute;
               right: 18%;
               top:50px;
               background-color: #fff;
               box-shadow: 0 4px 4px 4px #ccc;
               z-index:999999;
               display: none;
               
            
        }
#events_page{
    margin-left: 11%;
}


.f3{
    margin-top: 10px;
}
           .lgpopup form,.fp form{
               padding:20px;
           }
           .lgpopup form .glyphicon-remove, .fp form .glyphicon-remove{
               position: absolute;
               top:10px;
               right: 20px;
               cursor: pointer;
               color: #fff;
           }
           .SignUp form{
               padding: 20px;
               
               
           }
           .SignUp h4,.fp h4{
               text-align: center;
               padding: 10px;
               background-color: #666;
               color: #fff;
			   font-size:18px;
			//font-weight:600;
               
           }
           .lgpopup h4, .form .glyphicon-remove, .fp .form .glyphicon-remove{
               text-align: center;
               padding: 10px;
               background-color: #666;
               color: #fff;
               
           }
           .SignUp .glyphicon-remove,.fp .form .glyphicon-remove{
               color: #fff;
               position: absolute;
            top: 5px;
            right: 10px;
               cursor: pointer;
           }
           .rd{
               margin-bottom: 20px;
               margin-left: 20px;
               font-size: 18px;
               color: #333;
           }
           .lgpopup label,.SignUp label,.fp label{
               color: #333;
               font-size:14px;
               padding-bottom: 10px;
           }
           h4 a{
               color: #337ab7;
			   
           }
           h4 a:hover{
               text-decoration: none;
               color: #337ab7;
           }



.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

p + p {
  margin: 30px 0 0 0;
}

/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint,
.typeahead1 {
  width: 100%;
  height: 33px;
  padding: 8px 12px;
  font-size: 14px;
  border: 0px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
    color: #333;
}
.twitter-typeahead{
	width:100%;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus,.typeahead1:focus{
    color: #333;
  
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 0px solid #ccc;
  border: 0px solid rgba(204,204,204,1);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
color: #333;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 576px;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 200px;
}
#sponsorTypes{
  padding: 20px;
  
}
#sponsorTypes h2{
  color: #00b2d8;
}
.sponsorDetailes .etc{

}
.sponsorDetailes .etc a{
  text-decoration: none;
  color: #f00;
  font-size: 18px;
}
.sponsorDetailes .etc h3 span{
  font-weight: bold;
  font-size: 28px;
} 
.sponsorDetailes h3{
  margin-top: 10px;
}


.scroll-up .inner {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateY(100%);
 -webkit-transform:translateY(100%);	
 transform:translateY(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-up 15s linear infinite;
 -webkit-animation: scroll-up 15s linear infinite;
 animation: scroll-up 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-up {
 0%   { -moz-transform: translateY(-100%); }
 100% { -moz-transform: translateY(-100%); }
}
@-webkit-keyframes scroll-up {
 0%   { -webkit-transform: translateY(100%); }
 100% { -webkit-transform: translateY(-100%); }
}
@keyframes scroll-up {
 0%   { 
 -moz-transform: translateY(100%); /* Browser bug fix */
 -webkit-transform: translateY(100%); /* Browser bug fix */
 transform: translateY(100%); 		
 }
 100% { 
 -moz-transform: translateY(-100%); /* Browser bug fix */
 -webkit-transform: translateY(-100%); /* Browser bug fix */
 transform: translateY(-100%); 
 }
    
    



