/*** Custom Template ***/

/*** Overrides to Common CSS for all templates ***/
.cycloneslider-template-custom{
	position:relative;
	width:800px;
	height:350px;
	margin-left: 35px;
}
.cycloneslider-template-custom .cycloneslider-slides{
	position:relative;
	overflow: hidden;
	width:800px;
	max-height:350px;
	background-color:#394e75;
}
.cycloneslider-template-custom .cycloneslider-slide{
	position:absolute;
	left:0;
	top:0;
	width:800px;
	height:350px;
	background-color:#394e75;
	z-index:100;
}
.cycloneslider-template-custom .cycloneslider-slide img{
	border:0;
	padding:0;
	margin:0;
	max-width:100%;
}
.cycloneslider-template-custom .cycloneslider-prev,
.cycloneslider-template-custom .cycloneslider-next,
.cycloneslider-template-custom .cycloneslider-pager{
	cursor:pointer;
}
.cycloneslider-template-custom .cycloneslider-slide:first-child{
	z-index:101;
}

/*** Custom ***/
.cycloneslider-template-custom img{
    display:inline-block;
    float: right;
}
.cycloneslider-template-custom .cycloneslider-prev,
.cycloneslider-template-custom .cycloneslider-next{
    display:none;
    position:absolute;
    top:50%;
    margin-top:-22px;
    z-index:102;
    width:26px;
    height:44px;
    text-indent:-99999px;
    background: url(images/sprite-arrows.png) no-repeat;
}
.cycloneslider-template-custom .cycloneslider-prev{
    left:10px;
    background-position:0 0;
}
.cycloneslider-template-custom .cycloneslider-next{
    right:10px;
    background-position:-29px 0;
}
.cycloneslider-template-custom .cycloneslider-pager{
    position:absolute;
    z-index:102;
    top:310px;
    right:260px;
}
.cycloneslider-template-custom .cycloneslider-pager span {
    background: url(images/sprite-nav.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 0;
    width: 10px;
    height: 10px;
    line-height: 0;
    margin-right: 6px;
    text-indent: -99999px;
}
.cycloneslider-template-custom .cycloneslider-pager span.cycle-pager-active {
    background-position: left bottom;
}
.cycloneslider-template-custom .cycloneslider-caption{
    position:absolute;
    left:0;
    top:0;
    width:550px;
    height:250px;
    background: none;
    color:#fff;
}
.cycloneslider-template-custom .cycloneslider-caption-title{ 
    padding:10px 20px 25px 20px;
    font-size:32px;
    line-height:1;
    margin-bottom:0;
}
.cycloneslider-template-custom .cycloneslider-caption-description{
    padding:0 20px 15px 30px;
    line-height:1.5;
    font-size:20px;
    color: #f1f6f8;
}
.cycloneslider-template-custom .cycloneslider-readmore{
    position:absolute;
    background-color: #3d5e99;
    border-radius:40px;
    box-shadow: 0 1px 6px rgba(50, 50, 50, 0.3);
    padding:10px 30px 15px;
    left:15px;
    top:275px;
    width:190px;
    height:28px;
    color:#fff;
    font-size:28px;
}

.cycloneslider-template-custom .cycloneslider-slide iframe,
.cycloneslider-template-custom .cycloneslider-slide object,
.cycloneslider-template-custom .cycloneslider-slide embed {
    position: absolute;
    top: 0;
    left: 400px;
    width: 100% !important;
    height: 350px !important;
    z-index: 10000;
}
