 /*  
 
 RoyalSlider
 
 */
.royalSlider {	
	position:relative;
	/* set width and height of slider here, in px, % or em*/
	width:600px;
	height:300px;
	/* Used to prevent content "jumping" on page load. this property is removed when javascript is loaded and slider is instanciated */
	overflow:hidden;
}

#banner-rotator {
	width: 100%;
	height: 440px;
}


/**
*  Slides area (set background here)
*/

.royalSlider .royalWrapper {
	overflow:visible;	
	position:relative;

	width:100%; 
	height:100%;
}
.royalSlider .royalSlide,
.royalSlider .royalWrapper {
	/* Bakground behind slides */
/*	background: #111111; 
	background: -moz-linear-gradient(top, #111111 0%, #242424 100%); 	
	background: -webkit-linear-gradient(top, #111111 0%,#242424 100%); 
	background: -o-linear-gradient(top, #111111 0%,#242424 100%);
	background: -ms-linear-gradient(top, #111111 0%,#242424 100%); 	
	background: linear-gradient(top, #111111 0%,#242424 100%);*/
}
/* slides holder, grabbing container */
.royalSlider .royalSlidesContainer {
	position: relative;
	left: 0;
	top: 0 !important;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	border: 0 !important;
}


/* slide item */
.royalSlider .royalSlide {
	padding: 0 !important;
	margin: 0 !important;	
	border: 0 !important;
	list-style: none !important;
	
	position:relative;
	float:left;	
	
	overflow:hidden;	
}

/* 

	Direction Navigation (arrows) 

*/
.royalSlider .arrow
{	
	/*background:url(../img/controlsSprite.png) no-repeat 0 0;*/
	background-color: #C00;
	background-repeat: no-repeat;
	background-position: 0 0;

	/* change arrows size here */
	width: 45px;
	height: 90px;
	
	top:50%;
	margin-top:-45px;	
	
	cursor: pointer;
	display: block;
	position: absolute;		
	
	z-index:25;
	
}
.royalSlider .arrow:hover {
	
}
.royalSlider .arrow.disabled {
	
}
/* left arrow */
.royalSlider .arrow.left {
	background-position: top left;
	left: 0;	
}
/* right arrow */
.royalSlider .arrow.right {
	background-position: top right;
	right: 0;
}




/* Control navigation container (bullets or thumbs) */
.royalSlider .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
/* This container is inside ".royalControlNavContainer"  
   and is used for auto horizontal centering */
.royalSlider .royalControlNavCenterer {	
	float: left;
	position: relative;
	left: -50%;
}

.royalSlider.default .royalControlNavCenterer {
	background-color: transparent !important
}

/* Control navigation container*/ 
.royalSlider .royalControlNavContainer {
	float: left;
	position: relative;
	left: 50%;	
}


/* Scrollable thumbnails containers */
.royalSlider .royalControlNavThumbsContainer {		
	left:0;
	position:relative;
}
.royalSlider .thumbsAndArrowsContainer {
	overflow:hidden;
	width: 100%;
	position: relative;
}
.royalSlider .royalControlNavOverflow.royalThumbs {	
	width: auto;
	position: relative;
	overflow: hidden;
	margin-top:4px;	
}






/* 

	Control navigation (bullets, thumbnails)
	
*/
.royalSlider .royalControlNavOverflow a{	
	background:#0C0 none no-repeat scroll 0 0;
	
	width:20px;
	height:20px;	
	
	float:left;	
	cursor:pointer;	
	
	position:relative;
	display:block;
	
	text-indent: -9999px;	
}
/* Current control navigation item */
.royalSlider .royalControlNavOverflow a.current {	
	background-color: #C00;	
}
/* Hover state navigation item */
.royalSlider .royalControlNavOverflow a:hover {	
	background-color: #00C;
}

/* Thumbnails */
.royalSlider .royalControlNavOverflow a.royalThumb{	
	/*background: none no-repeat 0 0;*/
	/*background-color: ;*/
	width:144px;
	height:60px;	
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;
	
}
.royalSlider .royalControlNavOverflow a.royalThumb.current {	
	background-position: -3px -3px  !important;
	border:3px solid #C00 !important;
	width:138px;
	height:54px;
}
.royalSlider .royalControlNavOverflow a.royalThumb:hover {	
	background-position: -3px -3px;	
	border:3px solid #00C;
	width:138px;
	height:54px;
}



/* 

	Thumbnails navigation arrows 
	
*/
.royalSlider .thumbsArrow {	
	width: 38px;
	height: 68px;	
	
	cursor: pointer;
	display: block;
	position: relative;		
	z-index: 25;
	
	background: #C99;
	
}
.royalSlider .thumbsArrow.left {	
	float: left;
}
.royalSlider .thumbsArrow.right {	
	float: right;
}
.royalSlider .thumbsArrow:hover  {
	
}
.royalSlider .thumbsArrow.disabled {
	
}






/* Captions container */
.royalSlider .royalCaption {
	z-index:20;
	display:block;
	position:absolute;	
	left:0;
	top:0;
	/*font: normal normal normal 1em/1.5em Georgia, serif;
	color:#FFF;		*/
}
/* Caption item */
.royalSlider .royalCaptionItem {
	position:absolute;	
	left:0;
	top:0;
	margin: 0;
	padding: 0;
}

.royalSlide.homebase h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	width: 100px;
	display: block;
	white-space: normal;
	margin: 0 auto;
	color: #fff;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

.royalCaption h2.txt {
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	white-space: normal !important;
	color: #fff;
	text-shadow: 0px 0px 5px #3A3A3A;
	letter-spacing: -1px;
}

.royalCaption h2.txt.a-more-profitable {
	font-size: 40px;
	font-size: 4rem;
	width: 800px !important;
	margin: 0 auto;
	display: block;
}

.royalSlide h3 {
	color: #fff;
	line-height: 95%;
}

.royalSlide.homebase h3 {
	line-height: 120%;
}

.royalCaption h2.txt.controlled-revenue {
	font-size: 40px;
	width: 800px !important;
	margin: 0 auto;
	display: block;
}

.royalSlider.default .royalControlNavOverflow a {
	width: 15px;
	height: 14px !important;
	overflow: hidden;
	background: url('../images/site/btn-panel-paginate.png') no-repeat !important;
}

.royalSlider.default .royalControlNavOverflow a.current {
	background-position: 0px -14px !important;
}

.royalSlide.scaled h3 {
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

.royalSlide.scaled .royalCaptionItem.ico h3 {
	margin: 0 0 0 0;
	position: relative;
	top:-55px;
	text-align: center;
}

.royalSlide.scaled .royalCaptionItem.ico {
	width: 285px;
}

.royalSlide.scaled .sgSmallText {
	font-size: 14px;
	font-size: 1.4rem;
	color: #cae9f0;
}

.royalSlide.scaled h4 {
	font-size: 27px;
	font-size: 2.7rem;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	position: relative;
	top:-58px;
	color: #fff;
	white-space: nowrap;
}

.royalSlide.profitability h2.txt.increase-revenue {
	font-weight: normal;
	font-size: 40px;
	font-size: 4.0rem;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	width: 800px;
}

.royalSlide.profitability .royalCaptionItem.ico {
	width: 285px !important;
	text-align: center;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 27px;
	font-size: 2.7rem;
}

.royalSlide.profitability .royalCaptionItem.ico h3 {
	top:-50px;
	position: relative;
	text-transform: uppercase;
}

.royalSlide.profitability h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.royalSlide.profitability .sgSmallText {
	font-size: 14px;
	font-size: 1.4rem;
	color: #cae9f0;
}

.royalSlide.expert h2.txt.optimize {
	font-size: 40px;
	font-size: 4.0rem;
	width: 800px;
}

.royalSlide.expert h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.royalSlide.expert .sgSmallText {
	font-size: 14px;
	font-size: 1.4rem;
	color: #cae9f0;
}

.royalSlide.expert .royalCaptionItem.ico {
	width: 285px;
	text-align: center;
	font-size: 27px;
}

.royalSlide.expert .royalCaptionItem.ico img{
/*	position: absolute;*/
/*	left:	-160px;
	top:30px;*/
}

.royalSlide.expert .royalCaptionItem.ico h3 {
	top:-75px;
	position: relative;
	text-transform: uppercase;
}

.royalSlide.best h2.txt.deploy {
	font-weight: normal;
	font-size: 40px;
	font-size: 4.0rem;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	width: 870px;
}

.royalSlide.best .royalCaptionItem.ico {
	position: relative;
	width: 285px;
	text-align: center;
}

.royalSlide.best .sgSmallText {
	color: #CAE9F0;
}

.royalSlide.best .royalCaptionItem.ico img{
/*	position: absolute;
	left:	-160px;
	top:30px;*/
}

.royalSlide.best .royalCaptionItem h3 {
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.royalSlide.best .royalCaptionItem.ico h3 {
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	white-space: normal !important;
	line-height: 105%;
	position: relative;
	top:-80px;
	font-family: AvenirLTStd85Heavy,"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

/* Loading (welcome) screen */
.royalSlider .royalLoadingScreen {
	background:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	z-index:99;	
}
/* Loading screen text ("Loading...") */
.royalSlider .royalLoadingScreen p {		
	width:100%;
	position:absolute;	
	margin:0 auto;
	top: 45%;
	text-align:center;
}

/* single slide image preloader */
.royalSlider .royalPreloader {	
	position:absolute;
	width:24px;
	height:24px;
	left:50%;
	top:50%;
	margin-left:-12px;
	margin-top:-12px;	
	z-index:0;	
	background-image:url(../img/preloader.gif);
}


.royalSlider.default .arrow {
	background-color: transparent !important;
	width: 33px !important;
	height: 64px !important;
	background:url('/images/site/btn-hp-arrows.png') no-repeat !important;
}

.royalSlider .arrow.left.disabled,
.royalSlider .arrow.right.disabled {
	background-color: transparent !important	;
	display: none !important;
}

.royalSlider.default .arrow.right {
	background-position: -33px 0px !important;
}

.royalSlider .grab-cursor{cursor:move;}
.royalSlider .grab-cursor{cursor:url("/images/site/grab.png") 8 8,-moz-grab;}
.royalSlider .grab-cursor{*cursor:url(/images/site/grab.cur);}
.royalSlider .grab-cursor{cursor:move\0/;} /* ie8 hack */

.royalSlider .grabbing-cursor{cursor:move;}
.royalSlider .grabbing-cursor{cursor:url("/images/site/grabbing.png") 8 8,-moz-grabbing;}
.royalSlider .grabbing-cursor{*cursor:url(/images/site/grabbing.cur);}


/* Cursor used if mouse dragging is disabled */
.royalSlider .auto-cursor{cursor:auto;}

.royalSlider .royalHtmlContent {
	position: absolute;
	top: 0;
	left: 0;
}
.royalSlider .non-draggable {
	cursor: auto;
}
.royalSlider .fade-container .royalSlide{
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.royalSlider .royalImage {
	max-width:none;
	margin:0;
	padding: 0 !important;
	border: 0 !important;	
}