@charset "utf-8";
/* CSS Document */


#carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}

#wins {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
}

#wins ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#wins li {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
}

/* Styling for prev and next buttons */

.btn-bar {
  width:100%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  top: 0px;
}

#buttons {
  padding: 0 0 5px 0;
  display: inline-block;
}

#buttons a {
  display: inline-block;
  font-size: 2.00em;
  outline: 0;
  margin: 10px 10px;
  color: rgba(255,255,255,1.00);
  text-decoration: none;
  padding: 0px;
  width: 50px;
  font-weight: 900;
  transition: all ease 4s;
}

a#prev:hover,
a#next:hover {
  color: rgba(69,164,218,1.00);
  transition: all ease 2s;
}

.quote-phrase,
.quote-author {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
}

.quote-phrase {
  color: #FFF;
  line-height: 1.3em;
  height: 230px;
}

.quote-marks {
  color: rgba(69,164,218,1.00);
}

.quote-author {
  font-size: 1.2em;
  color: rgba(140,144,151,1.00);
  font-weight: 400;
  text-align: center;
}

.quoteContainer,
.authorContainer {
  display: table;
  width: 100%;
}



@media only screen and (min-width:50px) and (max-width: 470px) {
	
	#buttons a {
	  font-size: 1.50em;
	  margin: 0 20px;
	  width: 30px;
	}
	
	.quote-phrase {
	  font-size: 0.8em;
	  line-height: 1.3em;
	}
	
	.quote-author {
	  font-size: 0.8em;
	}

	
}