/*html {
  height: 100%;
}

body {
  background: -webkit-linear-gradient(320deg, #07d9a3, #048fee);
  background: linear-gradient(130deg, #07d9a3, #048fee);
  background-size: 400% 400%;
  -webkit-animation: gradient 16s ease infinite;
  animation: gradient 16s ease infinite;
}*/

.content_slider {
  margin: auto;
  padding: 7px 22px;    
  top: 100px;
    position: absolute;
 /* width: 80%;*/ width: 350px;
/*  max-width: 1200px;
  min-width: 300px;
  right: -45px; 
  */
}

.slick-slider {
 /* margin: 30px auto 50px;*/ height: 109px;
background: rgba(0, 0, 0, 0) url("../images/transimg.png") repeat scroll 0 0;
   
    border-radius: 9px;
    margin: 0; padding: 3px 15px;
}

.slick-prev,
.slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 37px;
  margin-top: -20px;
}
.slick-prev path,
.slick-next path {
  fill: rgba(255, 255, 255, 0.4);
}
.slick-prev:hover path,
.slick-next:hover path {
  fill: #FFFFFF;
}

.slick-prev {
  left: -7px;
}

.slick-next {
  right: -7px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots {display:none!important;}
.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #FFFFFF;
}

.quote-container {
  /*min-height: 200px;*/
  color: #666666;
  font-size: 36px;
  margin: 0 20px;
  position: relative;
}
.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.quote-container .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%;
}
.quote-container .quote {
  position: relative;
  z-index: 600;
  /*padding: 40px 0 40px 180px;*/
  margin: 0;
  font-size: 12px;
  font-style: italic;
  /*line-height: 1.4 !important;*/
  font-family: Calibri;
  color: white;
}
.quote-container .quote a{
    font-weight: bold;
    text-decoration: underline;
    color: #ffce31!important;
}

.quote-container .quote h1:first-child:before {
    content: '\201C';
    color: rgba(255, 255, 255, 0.44);
    font-size: 2.9em;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    text-shadow: none;
    z-index: -10;
}

.quote-container .quote h1 {
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    line-height: 17px;
  
}


input.formError
{
	border: 1px solid #f33 !important;
}


blockquote {
    margin: 0;
}
.quote-container .quote h1:first-child:before {

	
	content: '\201C';
  color: rgba(255, 255, 255, 0.44);
  font-size: 2.9em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
 top: -0.3em; 
  left: -0.5em;
  text-shadow: none;
  z-index: -10;
}
.quote-container .quote cite {
  display: block;
  font-size: 14px;
}
.quote-container .quote cite h2 {
  font-size: 16px;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}