.award{
	position:relative;
	padding-bottom:50px;
	padding-top:50px;
	    background: url(../images/2.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
}
.award:before{
	content:'';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    width: 100%;
    height: 100%;
/*    background: #444444e6;*/background: #094f71de;
    z-index: 0;
}
.award .award_A{
	position:relative;
	z-index:10;
}
.award .award_A .a_title{
	text-align:center;
}
.award .award_A .a_title h2{
    display: inline-block;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 10px 0px;
    border: solid #fff;
    border-width: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}
#carousel {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
/*  height: 250px;*/ height:auto;
    border: solid #ddd;
    border-width: 0px 0px 0px 0px;
		    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

#slides ul {
  list-style: none;
  width: 100%;
  height:auto;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  /*height: 250px;*/ height:auto;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

#slides li .imgs{
	width:100%;
	text-align:center;
	 margin:20px 0px 20px 0px;
}
#slides li .imgs span{
}
#slides li .imgs span img{
	/*max-width:120px;*/
	max-width:60px;
	border-radius:0px 0px 0px 0px;
	border:solid #fff;
	border-width:0px 0px 0px 0px;
}
/* Styling for prev and next buttons */

.btn-bar {
/*  width: 60%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 40px;*/    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    z-index: 1;
}

#buttons {
  padding: 0 0 0px 0;
  opacity:0;
 /* float: right;*/
 	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
#carousel:hover #buttons{
	opacity:1;
}
#buttons.lft{
    position: absolute;
    left: -43px;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: 44px;
    height: max-content;
    text-align: center;
    background: #0a0303bf;
}
#buttons.rit{
    position: absolute;
    right: -43px;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: 44px;
    height: max-content;
    text-align: center;
    background: #0a0303bf;
}

#buttons a {
/*  text-align: center;
  display: block;
  font-size: 50px;
  float: left;
  outline: 0;
  margin: 0 60px;
  color: #b14943;
  text-decoration: none;
  display: block;
  padding: 9px;
  width: 35px;*/    text-align: center;
    display: block;
    font-size: 50px;
    line-height: 54px;
    float: left;
    outline: 0;
    margin: auto auto;
    color: #b14943;
    text-decoration: none;
    display: block;
    padding: 0px 10px 0px 10px;
}

a#prev:hover,
a#next:hover {
  color: #FFF;
  text-shadow: .5px 0px #b14943;
}

.quote-phrase,
.quote-author {
  font-family: sans-serif;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
 /* height: 200px;*/ min-height:100px; height:auto;
 margin:20px 0px 20px 0px;
  font-size: 18px;
  line-height:26px;
  color: #FFF;
  font-style: italic;
/*  text-shadow: .5px 0px #b14943;*/
}

.quote-marks {
  font-size: 16px;
  padding: 0 3px 3px;
  position: inherit;
}

.quote-author {
  font-style: normal;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  height: 30px;
  border:solid #ddd;
  border-width:0px 0px 0px 0px;
}

.quoteContainer,
.authorContainer {
  display: table;
  width: 100%;
   margin:20px 0px 20px 0px;
}
