.ideal-image-slider { margin-bottom:40px;}

/* Captions */
.iis-has-captions .iis-slide { text-indent: 0; }
.iis-caption {
	right: 5%;
    left:auto;
	background: #fff;
	background: rgba(255,255,255,0.7);
    border-radius: 0;
	font: 14px/1.6em 'Roboto';
	color: #222;
    border-bottom:#ee951f 4px solid;
}

.iis-caption img {
    max-width:100%;
}

.iis-caption h2 {
    text-transform: uppercase;
    font-weight:bold;
}

.iis-caption p {
    font-size:16px;
}

.iis-has-bullet-nav .iis-caption { max-width: 42%; }
.iis-caption .iis-caption-title { font-weight: bold; }
.iis-caption .iis-caption-content {
	font-size: 13px;
	line-height: 1.6em;
	color: #222;
}
.iis-caption .iis-caption-content a,
.iis-caption .iis-caption-content a:visited {
	color: #fff;
	text-decoration: none;
	padding:8px 15px;
    background-color: #ee951f;
    display: inline-block;
    text-transform: uppercase;
}
.iis-caption .iis-caption-content a:hover,
.iis-caption .iis-caption-content a:active {
  	text-decoration: none;
    background-color: #222;
}

.iis-bullet-nav { right:auto; left:5%;}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .iis-caption {
    	right: 10%;
    }
}

/* Very Large Devices, Very Wide Screens */
@media only screen and (min-width: 1600px) {
    .iis-caption {
    	right: 20%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}