/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

@media (max-width:800px) {

/*
	.mobile-shrink {
	width: 40%;
    }
*/
.placeholder {
text-align: center;
	padding: 6em 0;
}

#main {
	width: 100% !important;
    }
}
/*
@media (min-width:801px; max-width:1024px) {
.mobile-shrink {
	width: 80%;
		
}
}
*/

/*Lender Links in table*/
#banklinks, tr, td{
	border:none;
	margin-left:9em;
};

.placeholder {
text-align: center;
	padding: 6em 0;
	/*height: 400px;*/
}

.placeholder--2 {
text-align: center;
	padding: 4em;
}

/* SLOGAN BELOW*/
.quote {
	position: absolute;
	width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

.quote h3 {
  font: 300 55px/1.2 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
	text-shadow: 0 0 8px #000;
	background-color: rgba(200,50,50,0.7); padding: 0.25em 0.5em; border-radius: 0.5em;
	text-align: center;
}
 
.quote small {
  font: 300 18px/1.0 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}

quote p {
  background: #fff;
  font: italic 25px/1.5 Helvetica, sans-serif;
  text-align: center;
 
  position: absolute;
  left: 450px; top: -15px;
  padding: 30px;
  width: 400px;
 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*QUOTE ANIMATION*/
.quote:nth-child(1) {
  -webkit-animation: quoteshift 20s 0s infinite linear;
  -moz-animation: quoteshift 20s 0s infinite linear;
  -ms-animation: quoteshift 20s 0s infinite linear;
  -o-animation: quoteshift 20s 0s infinite linear;
  animation: quoteshift 20s 0s infinite linear;
}
 
.quote:nth-child(2) {
  -webkit-animation: quoteshift 20s 5s infinite linear;
  -moz-animation: quoteshift 20s 5s infinite linear;
  -ms-animation: quoteshift 20s 5s infinite linear;
  -o-animation: quoteshift 20s 5s infinite linear;
  animation: quoteshift 20s 5s infinite linear;
}
 
.quote:nth-child(3) {
  -webkit-animation: quoteshift 20s 10s infinite linear;
  -moz-animation: quoteshift 20s 10s infinite linear;
  -ms-animation: quoteshift 20s 10s infinite linear;
  -o-animation: quoteshift 20s 10s infinite linear;
  animation: quoteshift 20s 10s infinite linear;
}

.quote:nth-child(4) {
  -webkit-animation: quoteshift 20s 15s infinite linear;
  -moz-animation: quoteshift 20s 15s infinite linear;
  -ms-animation: quoteshift 20s 15s infinite linear;
  -o-animation: quoteshift 20s 15s infinite linear;
  animation: quoteshift 20s 15s infinite linear;
}
 
/*KEYFRAMES*/
@keyframes "quoteshift" {
 0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 }
 2% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
 }
 23% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
 }
 25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 }
 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 }
 
}
 
@-moz-keyframes quoteshift {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 2% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
 23% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
 25% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 
}
 
@-webkit-keyframes "quoteshift" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 2% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
 23% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
 25% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 
}
 
@-ms-keyframes "quoteshift" {
 0% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
 }
 2% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
 }
 23% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
 }
 25% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
 }
 
}
 
@-o-keyframes "quoteshift" {
 0% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 2% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
 23% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
 25% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 
}