body{
  background-color: #f5f5f5;
  color: #555;
  font-size: 15px;
}


.nav_container{
  background-color: #3568A2;
}
.navbar-default .navbar-brand{
    height: auto;
    width: 170px;
    padding: 0px;
    padding-top: 15px;
}

.navbar-default .navbar-brand img{
  width: 100%;
  height: auto;
}

.navbar-default {
    background-color: #3568A2;
    border: none;
    margin-bottom: 0px;
}

.navbar-nav>li{
  padding: 0px 5px;
}
.navbar-default .navbar-nav>li>a {
    color: #EEE;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 10px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #EEE;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  padding-left: 0px;
}

.featured_image{
  background: url("../images/IMG_6212.JPG") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.87;
}

@media(max-width:767px) {
  .featured_image{
    min-height: 701px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  .featured_image{
    min-height: 413px;
  }

}

@media (min-width: 992px) {
  .featured_image{
    min-height: 662px;
  }

}

@media (min-width: 1500px) {
  .featured_image{
    min-height: 716px;
  }
}

@media (min-width: 1900px) {
  .featured_image{
    min-height: 800px;
  }
}


/*
@media(min-width:1200px) {
  .featured_image{
    min-height: 1025px;
  }

}
*/
.featured_box{
  position: relative;
}
.featured_body{
    position: absolute;
    margin: auto;
    top: 14%;
/*    left: 0px;
    right: 0px;
    width: 80%;
*/}

h1.featured_row {
    color: #D0CDCD;
    line-height: 1.5;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}
.sub_featured_one {
    color: #800;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sub_featured_two {
    color: #ddd;
    font-size: 15px;
}

.sub_featured_three {
    color: #080;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

h1.featured_row span{
  display: block;
}

.text_button{
    margin-top: 20px;
    position: absolute;
    bottom: 15px;
    left: 15%;
}

.text_button_one a,
.text_button_two a{
    width: 77%;
    display: block;
    float: right;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 8px;
    margin-bottom: 25px;
}

.text_button .text_button_one a{
    background: #691B1B;
    color: #bbb;
    box-shadow: 1px 1px 5px 0px #400;
}

.text_button .text_button_two a{
    background: #080;
    color: #ddd;
    box-shadow: 1px 1px 5px 0px #003100;
}


.highlighted_body {
    margin-top: 30px;
}

.hi_title h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #080;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0px;
    margin-bottom: 20px;
  }

.hi_title h2 span {
    margin-right: 10px;
}
.highlighted_body_left_two .hi_title h2 {
    color: #1A5890;
}

.hi_right_title h3{
    font-size: 17px;
    text-transform: uppercase;
    color: #1A5890;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 0px;
}

.highlighted_body_right_two .hi_right_title h3{
  color: #080;
}

.hi_right_title h3 span {
    margin-right: 10px;
}

.highlighted_body_left,
.highlighted_body_right{
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 1px 1px 8px 0px #CCC;
    -moz-box-shadow: 1px 1px 8px 0px #CCC;
    box-shadow: 1px 1px 8px 0px #CCC;
}
.highlighted_body_right{
  padding: 18px;
}
.hi_right_box ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.hi_box .box_content {
    font-size: 14px;
    font-weight: bold;
    color: #606060;
    border-bottom: 1px solid #eaeaea;
    background: #f6f6f6;
    margin-bottom: 10px;
    padding: 12px 15px;
}

.more_link{
    padding: 30px 0px 0px 0px;
    text-align: center;
    float: left;
    width: 100%;
}

.more_link a{
    color: #080;
    background: #DCE8DC;
    padding: 6px 77px 4px 77px;
    border-radius: 6px;
    border-bottom: 1px solid #7FBF7F;
}

.speaker_box {
    text-align: center;
    padding: 15px;
    border: 1px solid #CCC;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    height: 383px;
    max-height: 383px;
    background: #fdfdfd;
    -webkit-box-shadow: 1px 1px 8px 0px #CCC;
    -moz-box-shadow: 1px 1px 8px 0px #CCC;
    box-shadow: 1px 1px 8px 0px #CCC;
}

.speaker_about_box {
    padding-top: 5px;
}
.speaker_name {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.speaker_desig {
    color: #777;
}

.speaker_college {
    font-size: 15px;
    min-height: 45px;
}
.image_box{
  padding: 10px;
  min-height: 248px;
}
.image_box img{
  width: 100%;
  height: auto;
  max-height: 220px;
}

.para_box {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    text-align: justify;
}

.hi_right_box_image img{
  width: 95%;
  height: auto;
}

.hi_right_title h4 {
    margin: 15px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #716F6F;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
  background-color: #fff;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    color: #666;
}

.hi_right_box {
    margin-top: 7px;
}

.highlighted_body_right_zero{
  padding-bottom: 25px;
  margin-top: 10px;
}

.highlighted_body_right_zero .hi_right_box{
  margin-top: 0px;
}

.hi_right_box ul li {
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.highlighted_body_right_one li a{
    font-size: 15px;
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 10px;
}

.page_content_left{
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 1px 1px 8px 0px #CCC;
    -moz-box-shadow: 1px 1px 8px 0px #CCC;
    box-shadow: 1px 1px 8px 0px #CCC;
    margin-top: 10px;

}
.boxed_column{
  margin-top: 10px;
}

.page_speakers .page_content{
  margin-top: 10px;
}
.content_header {
    background: #DDD;
    background-size: cover;
}

.content_header h1{
  font-weight: bold;
  color: #686868;
  font-size: 22px;
  padding-bottom: 10px;
}

caption{
  padding-top: 0px;
}

table{
  font-size: 15px;
}

table tbody{
  border-bottom: 1px solid #ddd;
}

body.imp_dates .navbar-default .navbar-nav>li.imp_dates,
body.home .navbar-default .navbar-nav>li.home,
body.contact .navbar-default .navbar-nav>li.contact,
body.speakers .navbar-default .navbar-nav>li.speakers,
body.accommodation .navbar-default .navbar-nav>li.accommodation,
body.registration .navbar-default .navbar-nav>li.registration,
body.committee .navbar-default .navbar-nav>li.committee,
body.signup .navbar-default .navbar-nav>li.signup{
  background-color: #063D7B;
}


.contact_body{
    font-size: 15px;
    color: #555;
}

p.contact_name{
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.contact_about {
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 15px 14px 15px;
    background: #f4f4f4;
}
.contact_about a{
  color: #9A3131;
}

.contact_about span{
  padding-right: 10px;
}

.contact_photo {
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
}

.contact_photo img{
  width: 100%;
  height: auto;
}


@media(max-width:767px) {
.text_button{
     left:-10%;
	}
}

@media(max-width:767px) {

  .page_content_left{
    padding: 15px;
    margin-bottom: 30px;
  }

  .contact_about {
      margin-bottom: 10px;
      padding: 10px 5px 10px 15px;
  }

  .contact_photo {
      padding: 15px;
  }

  .content_header{
    height: 100px;
  }

  .content_header h1 {
      padding-top: 17px;
      font-size: 28px;
  }

  .featured_body{
    top: 8%;
  }

  h1.featured_row{
    font-size: 28px;
  }

  .date_text{
    margin-bottom: 10px;
  }

  .navbar-default .navbar-collapse, 
  .navbar-default .navbar-form{
    float: none;
    border: none;
  }
  .navbar-default .navbar-toggle{
    top: 1px;
  }

  .highlighted_body_left_two .hi_title h2{
    line-height: 1.9;
  }
  
  .highlighted_body_left, 
  .highlighted_body_right{
      padding: 20px;
  }

  .page_content_left{
    min-height: 100px;
  }

}

.highlighted_body_right_two li a{
    font-size: 14px;
    padding: 5px 5px;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    border-radius: 4px;
}

.highlighted_body_right_two li a:hover{
    text-decoration: none;
    color: #800;
}

.awesome_box {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.awesome_box_image img{
  width: 100%;
  height: auto;
}

.awesome_box_text {
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #ddd;
    font-weight: bold;
    padding: 100px 10px 40px 10px;
    -webkit-transition: all .17s ease ;
    -moz-transition: all .17s ease ;
    -o-transition: all .17s ease ;
    -ms-transition: all .17s ease ;
    transition: all .17s ease ;
    opacity: 0;
    z-index: -1;

}

.awesome_box:hover .awesome_box_text {
    opacity: 1;
    z-index: 1;
    top: 0px;
}


.page_volunteers .awesome_body{
  padding: 0px;
}

.page_vol_box{
  padding: 0px 15px;
}

.text_button .text_button_two a:hover{
  background-color: #209C20;
  color: #FFF;
  box-shadow: 2px 2px 8px 0px #111;
}

.text_button .text_button_one a:hover{
  background-color: #B11F1F;
  color: #FFF;
  box-shadow: 2px 2px 8px 0px #111;
}

footer {
    background: #444;
    margin-top: 30px;
    padding: 15px 0px;
    color: #f7f7f7;
    line-height: 1.7;
}

.footer_title h5 {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #bbb;
}

.copyright {
    text-align: center;
    padding-top: 30px;
    margin: 30px 40px;
    border-top: 1px solid #555;
    margin-top: 0px;
}

footer .border_line {
    border-top: 1px solid #333;
    height: 1px;
    margin: 30px 40px 0px 40px;
}

footer a {
    color: #FFF;
    border-bottom: 1px solid #DDD;
}

.footer_box_two .footer_body span{
    display: block;
}


.box_main {
    background: #fff;
    padding: 15px 30px 30px 30px;
    -webkit-box-shadow: 3px 3px 4px -1px #ccc;
    -moz-box-shadow: 3px 3px 4px -1px #ccc;
    box-shadow: 3px 3px 4px -1px #ccc;
    margin-bottom: 15px;
}

.box_title {
    padding-top: 15px;
}
.box_content {
    border-bottom: 1px solid #EEE;
    padding: 14px 0px;
}
.boxed_column_one .box_content {
    padding: 25px 0px 15px 0px;
}

.box_title h4 {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    border-bottom: 1px solid #C5C8CC;
    padding-right: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.boxed_column_one .box_title h4 {
    color: #1A5890;
    padding-bottom: 2px;
}

.box_title h4 .glyphicon {
    padding-right: 7px;
    padding-left: 1px;
    font-size: 16px;
}

.box_name {
    font-weight: bold;
    color: #606060;
}

.box_about {
    font-size: 13px;
    color: #666;
}

.boxed_column_two .box_title h4 {
    color: #080;
    display: block;
    padding: 0px 0px 5px 0px;
}

footer a:hover{
  color: #FFF;
  text-decoration: none;
}

.highlighted_body_right_zero{
  padding: 10px;
}

.hi_right_title_box{
    padding-left: 0px;
    font-weight: bold;
    padding-top: 20px;
    color: #666;
    padding-right: 20px;
    text-align: center;
}


.carousel-inner{
  height: 302px;
}
.carousel-inner img{
  width: 100%;
  height: 302px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background: rgba(0, 0, 0, 0.5);
}

.header_row_box{
  background-color: #0e4c92;
}

.header_body {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 10px;
}

h1.header_row_one {
    margin-top: 25px;
    margin-bottom: 5px;
}
.head_row_one, .head_row_two, .head_row_three {
    display: block;
    font-size: 21px;
    color: #EEE;
    font-weight: bold;
}
.header_row_two, .header_row_three {
    color: #CEDEEC;
    font-size: 15px;
    margin-top: 2px;
}

.header_row_three {
    font-size: 13px;
}

.header_left{
  padding-top: 35px;
}

.header_right{
  padding-top: 20px;
}

.header_left img{
  width: 100%;
}

.header_right img{
  width: 60%;
}

.header_row_outer_box{
  background-color: #0e4c92;
}

.home_page_highlighted{
    margin-top: 10px;
    background: #fff;
    padding: 8px;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 8px 0px #CCC;
    -moz-box-shadow: 1px 1px 8px 0px #CCC;
    box-shadow: 1px 1px 8px 0px #CCC;
}

.page_volunteers{
  margin-top: 30px;
}


.highlighted_body_right.highlighted_body_right_one{
  padding: 16px;
  padding-bottom: 8px;
}
.highlighted_body_right.highlighted_body_right_one img{
  width: 71px;
  height: 95px;
  clear: both;
  display: block;
  float: left;
  margin-right: 7px;
}
.highlighted_body_right.highlighted_body_right_one li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 23px;
}
.highlighted_body_right.highlighted_body_right_one li a{
  font-size: 13px;
  line-height: 19px;
  border-bottom: none;
}

.highlighted_body_right_one li.second_news{
  padding-bottom: 2px;
  margin-bottom: 5px;
}


.registration_form label{
  display: block;
  color: #666;
}

.form_element_box{
  margin-bottom: 17px;
}

.registration_form input[type="text"],
.registration_form input[type="password"],
.registration_form select{
  width: 86%;
  height: 28px;
}

input[type=checkbox], 
input[type=radio]{
  margin-right: 4px;
}

.radio_text{
  margin-right: 10px;
  font-size: 14px;
}

.registration_form input[type="submit"]{
  float: left;
  width: 44%;
  position: relative;
  height: 35px;
  border: none;
  margin-top: 20px;
  padding: 6px 42px;
  background: #08A208;
  color: #EEE;
  border-radius: 4px;
  margin-bottom: 20px;
  border-bottom: 2px solid #080;

}

.registration_form input[type="submit"]:hover{
  background: #08B508;
  color: #fff;
  border-bottom: 4px solid #080;
}

.accomodation{
  display: none;
}

.register_now_link{
  text-align: center;
  margin-top: 35px;
}

.register_now_link a{
  padding: 8px 42px;
  background: #08A208;
  color: #EEE;
  border-radius: 4px;
  margin-top: 23px;
  border-bottom: 2px solid #080;
}

.register_now_link a:hover{
  background: #08B508;
  color: #fff;
  border-bottom: 4px solid #080;
  text-decoration: none;
}

.page_registration .content_header{
  background: none;
  padding-left: 15px;
}

.page_registration .content_header h1{
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.form_element_note{
  font-size: 12px;
  margin-bottom: 15px;
}

.form_element_box span{
  font-weight: normal;
}

.form_element_box label span{
  color: #C72121;
}

.successful_page_message{
  width: 50%;
  float: none;
  margin: auto;
  text-align: center;
  background: #D1EFDC;
  padding: 5px 0px;
}

.amount_to_be_paid{
  background: #CFE0EF;
  padding: 14px;
  border: 1px solid #A2B9CE;
  margin-top: 10px;
  margin-left: 15px;
  font-weight: bold;
  color: #666;
}

.amount_to_be_paid span{
  font-weight: bold;
  color: #080;
}

.page_signup_login h1{
  font-size: 17px;
  margin-left: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #555;
}

.page_signup_login{
  margin-top: 25px;
}

button[name="btn-login"],
button[name="btn-signup"]{
    height: 35px;
    border: none;
    margin-top: 20px;
    padding: 6px 42px;
    background: #469846;
    color: #EEE;
    border-radius: 4px;
    margin-bottom: 20px;
    border-bottom: 2px solid #080;
}

button[name="btn-login"]:hover{
    border-bottom: 4px solid #080;
}

button[name="btn-signup"]{
    background: #3A70AD;
    border-bottom: 2px solid #15559E;
}
button[name="btn-signup"]:hover{
  border-bottom: 4px solid #15559E;
}

/*.page_content_left.page_content_right{
  padding-bottom: 50px;
}*/


.title_of_the_paper,
.paper_id,
.presenting_author{
  display: none;
}