.video_container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video_container iframe,
.video_container object,
.video_container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.blog {
	margin-top:0;
	margin-bottom:0;
}
.paper_form{
height:100%
}

.paper_iframe {
border:0px;
height:100%;
width:100%;}


/* author */

#author .portrait img {
	border: 4px solid white;
	border-radius: 50%;
	}

#author,#author h2, #author h3 {
	color: white;
	}

#author .border-white {
	border: 1px solid white;
	}

#author .more {
	padding-top: 1rem;
	}

#author .portrait img {
	border: 6px solid white;
	}
#author a{
	color:#fff;
	font-weight:400;
}

/* end of author */

.job {
	font-size:16px;
	font-weight:800;
	color:#fff;
}


.btn-floating {

    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    width: 63px !important;
    height: 63px !important;
    padding:10px;
    padding-top:13px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    color: #fff; 
    width: inherit;
    text-align: center;
    margin:5px;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  z-index:9999;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

