
/*! http://responsiveslides.com v1.54 by @viljamis */



/*GLOBALS*/
/* this applies no matter what; great for colors and stuff */
@media all {
/* overall styles */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	float: left;
	max-width: 875px;
	width: 58%;
	height: auto;
	border: 0;
}
.callbacks_container {
	margin-bottom: 0;
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 0;
	padding-left: 0;
	border-bottom: 1px solid #bbb;
	height: auto;
}
.callbacks img {
	display: block;
	z-index: 1;
	margin-bottom: 0;
	border: 0;
}
.callbacks p img {
	margin: 0;
	padding-top: 4px;
}
.callbacks .caption img {
	width: inherit;
	height: auto;
	display: inline-block;
	float: none;
}
.callbacks .caption {
	display: block;
	z-index: 2;
	font-size: 16px;
	line-height: 20px;
	text-shadow: none;
	color: #7b7b7b;
	font-weight: bold;
	letter-spacing: .1px;
	width: 30%;
	float: left;
	padding: 0 0 50px 10px;
	margin: 0 0 0 20px;
}
h2.slideheader {
	float: left;
	color: #333;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 12px 30px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #666;
	width: 30%;
}
h3.slideheader {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 12px 30px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #666;
	width: 30%;
}
.callbacks .quotee {
	display: block;
	z-index: 2;
	font-size: 22px;
	line-height: 22px;
	color: #8F8F8F;
	font-weight: bold;
	letter-spacing: 0;
	margin: 10px 0 0 0;
}
.callbacks .more {
	z-index: 2;
	display: block;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
	color: #666;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	border: 1px solid #D0D0D0;
	padding: 2px 3px 2px 3px;
}
.callbacks .more a {
	color: #666;
	text-decoration: none;
}
.callbacks .more a:hover {
	color: #990000;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-image: url(images/arrow-back-next.png);
	bottom: 45px;
	right: 60px;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 38px;
	width: 30px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
ul.callbacks_tabs {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
ul.callbacks_tabs li {
	float: left;
	width: 38px;
}
ul.callbacks_tabs li.callbacks_here a {
	color: #666;
}
ul.callbacks_tabs li a {
	display: block;
	font-family: 'Helvetica', sans-serif;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	width: 20px;
	color: #bbb;
}
p.caption .person {
	color: #e2e2e2;
}
}

@media only screen and (max-width:1070px) {
.callbacks_nav {
	display: none;
}
}

@media only screen and (max-width:900px) {
.callbacks li {
	height: auto;
}
.callbacks_nav {
	top: 700px;
}
.rslides img {
	width: 100%;
}
.callbacks .caption {
	font-size: 16px;
	line-height: 18px;
	background-position: 0px 10px;
	width: 100%;
	padding: 12px 0 0 0;
	margin: 0;
}
.callbacks .more {
	z-index: 2;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
	color: #666;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	border: 1px solid #D0D0D0;
	padding: 2px 3px 2px 3px;
}
.callbacks_nav {
	display: none;
}
	
h2.slideheader {
	clear: left;
	color: #333333;
	font-size: 20px;
	line-height: 22px;
	margin: 12px 0 12px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #666;
	width: 100%;
}
h3.slideheader {
	clear: left;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #666;
	width: 100%;
}
}

@media only screen and (max-width:600px) {
#slideband {
	padding-top: 10px;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: auto;
	right: auto;
	top: 0;
	padding-bottom: 40px;
	padding-top: 0px;
	padding-left: 0;
	border-bottom: 1px solid #bbb;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	width: 100%;
	margin-bottom: 0px;
	border: 0;
}
.rslides img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 100%;
	height: auto;
	border: 0;
}
.callbacks_nav {
	top: 755px;
}
.callbacks .caption {
	display: block;
	z-index: 2;
	text-shadow: none;
	color: #7b7b7b;
	font-weight: bold;
	letter-spacing: .1px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	text-align: right;
	height: 200px;
}
.callbacks .more {
	z-index: 2;
	display: block;
	float: none;
	width: 80px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
	color: #666;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 12px auto 0 auto;
	border: 1px solid #D0D0D0;
	padding: 2px 3px 2px 3px;
}
}
