/* 
	Left and right navigation arrows 	
*/
.royalSlider.uw .arrow {	
	background:url(controls-sprite-2.png) no-repeat 0 0;

	/* change arrows size here */
	width: 45px;
	height: 86px;
	margin-top:-29px;	
	
	-moz-opacity: 1;	
	opacity: 1;
}
/* arrow position in slider with thumbs */
.royalSlider.uw.with-thumbs .arrow {
	margin-top:-49px;
}

/* left arrow */
.royalSlider.uw .arrow.left {
	background-position: top left;
	left: -32px;	
}
/* right arrow */
.royalSlider.uw .arrow.right {
	background-position: top right;
}

/* Arrow down state */
.royalSlider.uw .arrow:active {
	
}


/* Arrow hover state */
.royalSlider.uw .arrow:hover {	
	-moz-opacity: 1;	
	opacity: 1;	
}
/* Arrow disabled state */
.royalSlider.uw .arrow.disabled {
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.uw .arrow.left.disabled {	
	background-position: 0 -108px;	
}
.royalSlider.uw .arrow.right.disabled {	
	background-position: -96px -108px;;	
}


/* uw custom */
.admin-caption-item {
  color:white;
}
.royalSlider .caption-purple-text-block {	
	background: rgb(57,39,91);	
	background: rgba(57,39,91,0.75);		
	color: white;
	padding:0;		
	border-right: 4px solid #D7A900;
	border-left: 4px solid #D7A900;
}
.royalSlider .caption-big-title {
	font-size: 32px;
	line-height: 36px;
}
.royalSlider .caption-smaller-title {
	font-size: 25px;
	line-height: 30px;
}

/* --- Slider --- */

body .royalSlider.uw .royalControlNavOverflow a.royalThumb {
    border: 3px solid #fff;
    background-color: #fff;
    width: 40px;
    height: 40px;
    outline: none;
}
body .royalSlider.uw .royalControlNavOverflow img {
    width: 40px;
    height: 40px;	
}
body .royalSlider.uw .royalControlNavOverflow a.royalThumb:hover {
    border: 3px solid #ddd;
    box-shadow: 0 0 5px white;
    -webkit-box-shadow: 0 0 5px white;
    -moz-box-shadow: 0 0 5px white;
}
body .royalSlider.uw .royalControlNavOverflow a.royalThumb.current {
    border: 3px solid #D7A900 !important;
    box-shadow: 0 0 5px white;
    -webkit-box-shadow: 0 0 5px white;
    -moz-box-shadow: 0 0 5px white;
}
body .royalSlider .royalControlNavOverflow a {	
    border: 3px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px #aaa;
    margin: 0 10px 0 0;
    z-index: 0;
}
body .royalSlider .royalControlNavOverflow {
    height: 75px;
}
body .royalSlider .thumbsArrow {
    display: none;
}
body .royalThumb img { float:left }

/* Captions container */

body .royalSlider .royalImage {
    position: relative;
    width: 100% !important;
}
body .royalSlider.uw .thumbsAndArrowsContainer {
    background: transparent;
    margin-top: -25px;
    zoom: 1;
    position: relative;
}

body .royalSlider .caption-smaller-title, .royalSlider .caption-big-title  {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -.05em;
    margin: 0 0 10px 0;
}


.royalSlideLink {
    cursor: pointer;
}

/** Caption Styles **/

.royalSlider .caption-black-text-block {	
    background: rgb(20, 20, 20);	
    background:rgba(0,0,0,0.75);		
    color: #FFF;
    padding:10px 15px;		
}
.royalSlider .caption-white-text-block {	
    background: rgb(230, 230, 230);	
    background:rgba(255,255,255,0.75);		
    color: #000;
    padding:10px 15px;		
}
.read-more {
    color: #d7a900;
    position: relative;
    
}
.read-more:after {
    content: "";
    margin-left: 5px;
    position: absolute;
    left: 73px;
    top: 4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #D7A900;
    height: 0px;
    width: 0;
}


/********************************************************************************************************************************************************************************
	Both Mobile and Desktop 
*********************************************************************************************************************************************************************************/


@media (max-width: 767px) { }

@media (min-width: 768px) and (max-width: 979px) { 	
	.royalSlider {
		background: none !important;
	}
	.royalSlider.uw .arrow.left {
	    left: 25px;
	}
	.royalSlider.uw .arrow.right {
	    right: 20px;
	}
}

@media (max-width: 480px) { }


/********************************************************************************************************************************************************************************
	Mobile 
*********************************************************************************************************************************************************************************/

@media (max-width: 767px) {  

	.royalSlider .royalWrapper, .royalSlide {
		height: auto !important;
	}
	body .royalSlider {
		height: 285px;
		padding: 0 0 20px 0;
		background: none !important;
	}
	.royalCaptionItem, .royalCaption {
		position: static !important;
		top: inherit !important;
		left: inherit !important;
		width: inherit !important;
		height: inherit !important;
	}
	.royalSlider .royalControlNavOverflow {
		padding: 5px 0;
	}
	.slider-content {
		clear: both;
	}
	.slider-content img {
		float: left;
		margin: 5px 15px 0 0;
	}

	/* --- Slider --- */
	
	.royalSlider {
		background: url("/cms/wp-content/themes/slider/img/slider-bg.png") no-repeat scroll 15px 0 transparent;
		padding: 22px 0 40px 0;
		width: 100% !important;
		height: auto !important;
	}
	body .royalSlider .royalImage {
		margin-bottom: 10px !important;
	}
	.royalSlider .royalControlNavThumbsContainer {
		border-radius: 5px;
		z-index: 9999;
		box-shadow: 0 -34px 19px #AAA;
		background-color: #fff;
		height: 75px;
		padding: 10px 7px 15px 12px;
		margin: 0 auto;
		left: auto !important;
	}
	.royalSlider .caption-big-title {
		font-size: 32px;
		line-height: 36px;
		padding: 0 15px 0 0 !important;	
		margin-top: 10px;
		width: 95% !important;
	}
	.royalSlider .caption-smaller-title {
		font-size: 25px;
		line-height: 30px;
		margin-top: 10px;
		width: 95% !important;
	}
	.royalSlider .royalSlide, .royalSlider .royalWrapper {
		background: #fff;
	}
	.royalSlider .caption-purple-text-block {
		display: none;
	}
	.royalSlider .royalCaptionItem {
		color: #39275b;
		margin-bottom: 5px;
		width: 92% !important;
	}
	.royalSlider .royalCaption {
		box-shadow: inset 0 -3px 3px #DDD;
		background-color: #FCFCFC;		
		color: white;
		padding: 0 15px 25px;
	}
	
	.royalSlider.uw.with-thumbs .arrow {
		top: 20%;
		background-color: #fff;
		border-radius: 4px;
	}
	.royalSlider.uw .arrow.left {
		left: 10px;
		opacity: .7;
		-moz-opacity: .7;
	}
	.royalSlider.uw .arrow.right {
		right: 10px;
		opacity: .7;
		-moz-opacity: .7;
	}
	.royalSlider.uw .arrow.disabled {
		-moz-opacity: .1;
		opacity: .1;
	}
	.royalSlider .royalControlNavThumbsContainer {
		margin: 0 auto;
	}
	.royalSlider .caption-big-title, .royalSlider .caption-smaller-title {
		font-size: 18px;
		line-height: 24px;
	}
	.royalSlider.uw .thumbsAndArrowsContainer {
		margin-top: -22px;
		
	}
	.royalSlider .royalControlNavThumbsContainer {
		box-shadow: 0 0 6px #BBB;
		height: 45px;
	}
	.royalSlider.uw .royalControlNavOverflow.royalThumbs {
		margin-top: 0px;
	}

}


/********************************************************************************************************************************************************************************
	Desktop 
*********************************************************************************************************************************************************************************/

@media (min-width: 768px) { 
	/* --- Slider --- */
	.royalSlider {
		background: url("/wp-content/themes/slider/img/slider-bg.png") no-repeat scroll 15px 0 transparent;
		padding: 22px 50px 40px 54px;
		margin-left: -50px;
		margin-top: -5px;
		width: 98.7% !important;
	}
	.span8 .royalSlider {
		background: url("slider.jpg") no-repeat 15px 0;
	}
	.royalSlider .royalControlNavThumbsContainer {
		border-radius: 5px;
		z-index: 10;
		box-shadow: 0 -34px 19px #AAA;
		background-color: #fff;
		height: 50px;
		padding: 10px 7px 15px 12px;
		margin: 0 auto;
		left: auto !important;
	}
	.royalSlider .caption-big-title {
		font-size: 32px;
		line-height: 36px;
	}
	.royalSlider .caption-smaller-title {
		font-size: 25px;
		line-height: 30px;
	}
	.featured-stories {
		margin-bottom: 30px;
	}
	.royalSlider.uw .arrow.left {
	    left: -4px;
	}
	.royalSlider.uw .arrow.right {
	    right: -15px;
	}	
	/* Caption item */
	.royalSlider .royalSlide {
	    z-index: 0;
	}
 
	/** Slider override **/
	
	.wp-admin .royalSlider {
		padding: 0;
		border: none;
		margin-left: 0;
	}

}

