body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
  display:block;
}
/*._buffer {
  position:absolute;
  bottom:0px;
  display:block;
  height:70px;
}*/
.con_body {
  position: relative;
  display:block;
  min-height: 768px;
  /*height: auto !important;*/
  /*height: 100%;*/
  /*margin-bottom: 70px;*/
  min-width: 1024px;
  width:100%;
  overflow: auto;
}
.footer {
  display: block;
  /*bottom:0px;*/
  min-width:1024px;
  width:100%; 
  color:#ddd;
  background-color:#1d558c;
  text-align:center;
  padding:10px 80px;
  text-align: justify;
  z-index: 100;
}
.left_con {
  /*position:absolute;*/
  top:0px;
  width:calc(70% - 3px);
  display: block;
  float:left;
  /*left:0px;*/
}
.right_con {
  /*position:absolute;*/
  /*top:0px;*/
  display: block;
  float: right;
  width: 30%;
  /*position: absolute;*/
  /*margin-right: 0;*/
  /*margin-left: 70%;*/
  /*position: absolute;*/
}
.bgimg-1, .bgimg-2, .bgimg-3 {
  display: block;
  position: relative;
  /*opacity: 0.65;*/
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 768px;
}
.nav-tabs>li {
  width:20%;
}
.tab-content, #a_s1, #a_s2, #a_s3, #a_s4, #a_s5  {
  font-family: 'Josefin Sans', sans-serif;
  font-size: x-large;
  font-weight: bold;
}
.glyphicon {
  top:6px;
  float:right;
}
.bgimg-1 {
  background-image: url("img_parallax.png");
  min-height: 60%;
  opacity: 1;
  min-width: 1496px;
  background-size:100%;
}
#s1 div.list-group .list-group-item:first-child {
  border-top-left-radius:0px;
}
#a_s1 {
  background-color: #337ab7;
  color: white;
}
#a_s2 {
  background-color: #3c763d;
  color: white;
}
#a_s3 {
  background-color: #a94442;
  color: white;
}
#a_s4 {
  background-color: #8a6d3b;
  color: white;
}
#a_s5 {
  background-color: #337ab7;
  color: white;
}
.bgimg-2 {
  display: block;
  background-image: url("img_parallax2.png");
  min-height: 400px;
  /*opacity: 0.25;*/
}

.bgimg-3 {
  background-image: url("img_parallax3.jpg");
  min-height: 400px;
}

.caption {
  /*position: absolute;*/
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #000;
  padding-bottom: 30px;
}

.caption span.border {
  background-color: #000;
  color: #fff;
  padding: 18px;
  font-size: 40px;
  font-weight: 900;
  /*letter-spacing: 10px;*/
  font-family: 'Merriweather', serif;
}
.cap_body {
  top :20%;
  position:absolute;
  color:black;
  font-weight: bolder;
  font-size: 20px;
}
#s_font {
  color: #fff;
  margin: 3px 40px 0px 0px;
  padding: 0px 5px 0px 5px;
  font-family: 'Overpass', sans-serif;
  font-weight: 300;
}
#t_holder {
  padding-bottom: 25px;
}
h3 {
  /*letter-spacing: 5px;*/
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}
.part_con {
  overflow-y:auto;
  max-height: 40%;
  color:black;
}
.part_con .caption {
  background-color: #2d82da;
}
#Reg_con {
  padding:50px 30px 100% 30px;
  height: 100%;
}
#speaker_con {
  position: relative;
  display: block;
  padding:60px 30px 30px 30px;
  color:#ddd;
  background-color:#FFFFFF;
  text-align:center;
}
.con_topic {
  display:block;
  color: #777;
  background-color:white;
  text-align:center;
  padding:50px 80px;
  text-align: justify;
}
#std_list li{
  padding-top: 10px;
}
#std_list li:last-child {
  padding-bottom: 10px;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1400px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
    #Reg_con {
      padding: 120px 50px 100% 50px;
      /*max-height: 100%;*/
    }
    #speaker_con {
      padding:100px 80px 30px 0px;
    }
    .left_con {
      width:75%;
    }
    .right_con {
      width: 25%;
      /*margin-left: 75%;*/
      overflow:auto;
    }
}
@media only screen and (max-device-width: 1100px) {
    #Reg_con {
          padding: 120px 50px 100% 50px;
          /*max-height: 100%;*/
        }
}
