/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/



/***************
*
*  Background
*
****************/

.rsLoyola,
.rsLoyola .rsOverflow,
.rsLoyola .rsSlide,
.rsLoyola .rsVideoFrameHolder,
.rsLoyola .rsThumbs {
	background: none;
	color: #FFF;
}

.rsLoyola .rsSlide figure {
	padding: 0;
	margin: 0;
	text-align: center;
}



/***************
*
*  1. Arrows
*
****************/

.rsLoyola .rsArrow {
	height: 100%;
	width: 75px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.content-slider-caption.rsLoyola.royalSlider {
	background:#272727;
}

.content-slider-caption .rsSlide p {
	margin: 10px;
	line-height: 16px;
}

#testimonials .rsLoyola .rsArrow {
	width: 30px;
}

.feature-slider.rsLoyola.rsHor .rsArrow {
	height: 100%;
}

.rsLoyola.rsVer .rsArrow {
	width: 100%;
	height: 44px;	
}

.rsLoyola.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}

.rsLoyola.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}

.rsLoyola.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}

.rsLoyola.rsHor .rsArrowRight {
	right: 0;
	top:0;
}

.feature-slider.rsLoyola.rsHor .rsArrowLeft {
	left: -50px;
}

.feature-slider.rsLoyola.rsHor .rsArrowRight {
	right: -55px;
}

.rsLoyola .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;
	position: absolute;	
	cursor: pointer;	
	background: url('/media/lucedu/patternlibrary/images/sprites/rs-loyola-arrow-gray.png') no-repeat;
	background-color: none;
/*	background-color: #272727;
	background-color: rgba(39,39,39,1.0);
	*background-color: #272727;
*/
	border-radius: 2px;
}

.feature-slider.rsLoyola.rsHor .rsArrow .rsArrowIcn {
	width: 32px;
	height: 40px;
	background-size: auto 38px;
}

.feature-slider.rsLoyola.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0 1px;
}

.feature-slider.rsLoyola.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -16px 1px;
}

.rsLoyola .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0);
}

#content-slider-itw.rsLoyola .rsArrowIcn:hover,
.feature-slider.rsLoyola .rsArrowIcn:hover { 
	background-color: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.rsLoyola.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px;
}

.rsLoyola.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px;
}

.rsLoyola.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px;
}
.rsLoyola.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px;
}

.rsLoyola .rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);
	*display: none;
}



#testimonials .rsLoyola.rsHor .rsArrow .rsArrowIcn { background-color: transparent; }

#testimonials.two-column .rsLoyola.rsHor .rsArrowLeft .rsArrowIcn,
#testimonials.three-column .rsLoyola.rsHor .rsArrowLeft .rsArrowIcn,
#testimonials.canvas .rsLoyola.rsHor .rsArrowLeft .rsArrowIcn {
	background-image: url('../images/rs-loyola-arrow-dark-left.png');
}

#testimonials.two-column .rsLoyola.rsHor .rsArrowRight .rsArrowIcn,
#testimonials.three-column .rsLoyola.rsHor .rsArrowRight .rsArrowIcn,
#testimonials.canvas .rsLoyola.rsHor .rsArrowRight .rsArrowIcn {
	background-image: url('../images/rs-loyola-arrow-dark-right.png'); background-position: 0px 0px;
}

.two-column .rsOverflow, #testimonials.canvas .rsOverflow {
	overflow: visible;
}

#image-gallery .rsOverflow {
	margin-bottom: 30px;
}



/***************
*
*  2. Bullets
*
****************/

.feature-slider.rsLoyola .rsBullets, .content-slider-testimonials-portrait.rsLoyola .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	top: -10px;
	width: 94.75%;
	height: auto;
	margin: 0 auto; 
	background: none;
	text-align: right;
	line-height: 8px;
	overflow: hidden;
}

.content-slider-testimonials-portrait.rsLoyola .rsBullets {
top: -50px;
width: 100%;
}

.rsLoyola .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}

.feature-slider.rsLoyola .rsBullet span, .content-slider-testimonials-portrait.rsLoyola .rsBullet span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 20%;
	background: #777;
	background: rgba(0, 0, 0, 0.3);
}

.feature-slider.rsLoyola .rsBullet.rsNavSelected span, .content-slider-testimonials-portrait.rsLoyola .rsBullet.rsNavSelected span {
	background-color: #680013;
}



/***************
*
*  3. Thumbnails
*
****************/

.rsThumbs { top: -15px; }

.rsLoyola .rsThumbsHor {
	width: 100%;
	height: auto;	
}

.rsLoyola .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.rsLoyola.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}

.rsLoyola.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}

.rsLoyola .rsThumb {
	float: left;
	overflow: hidden;
	width: 60px;
	height: 34px;
}

.rsLoyola .rsThumb img {
	width: 100%;
	height: 100%;
}

.rsLoyola .rsThumb.rsNavSelected {
	background: #FFFFFF;
}

.rsLoyola .rsThumb.rsNavSelected img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.rsLoyola .rsTmb {
	display: block;
}

/***************
*
*  3A. Thumbnails - Text
*
****************/

.rsLoyola .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}

.rsLoyola .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

/***************
*
*  3B. Thumbnails - Arrows
*
****************/

.rsLoyola .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}

.rsLoyola .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}

.rsLoyola.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}

.rsLoyola.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0; left: 0;
}

.rsLoyola.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}

.rsLoyola.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}

.rsLoyola.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top:0;
}

.rsLoyola .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/media/home/stylesheets/royalslider/loyola/images/rs-loyola-arrow-dark.png');
}

.rsLoyola.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}

.rsLoyola.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}

.rsLoyola.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}

.rsLoyola.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}

.rsLoyola .rsThumbsArrowDisabled {
	display: block !important;
}

/***************
*
*  3C. Thumbnails - Resized
*
****************/

@media screen and (min-width: 0px) and (max-width: 800px) {

.rsLoyola .rsThumb {
	width: 59px;
	height: 44px;
}

.rsLoyola .rsThumbsHor {
	height: 44px;
}

.rsLoyola .rsThumbsVer {
	width: 59px;
}

}



/***************
*
*  4. Tabs
*
****************/

.rsLoyola .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}

.rsLoyola .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
	*display:inline; 
	*zoom:1;
}

.rsLoyola .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.rsLoyola .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right:  1px solid #cfcfcf;
}

.rsLoyola .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsLoyola .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}



/***************
*
*  5. Fullscreen button
*
****************/

.rsLoyola .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsLoyola .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('../images/rs-loyola.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsLoyola .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsLoyola.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}



/***************
*
*  6. Play/close video button
*
****************/

.rsLoyola .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}

.rsLoyola .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(images/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}

.rsLoyola .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}

.rsLoyola .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}

.rsLoyola .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);	
}

.rsLoyola .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsLoyola .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../images/rs-loyola.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}

.rsLoyola .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsLoyola .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/media/home/images/preloader-white.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}



/***************
*
*  8. Global caption
*
****************/

.rsLoyola .rsImageCounter,
.rsLoyola .rsGCaption {
	color: #272727;
	text-align: left;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	background: none;
}

.rsLoyola .rsGCaption span.image-credit, span.image-credit {
	color: #272727;
	text-align: left;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	background: none;
}

span.image-credit {
	float: left;
	padding: 30px 0 0 0;
}




/***************
*
*  8. Visible Nearby
*
****************/

.visibleNearby {
  width: 100%;
  background: #141414;
  color: #FFF;
  padding-top: 25px;
}

.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}

.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}

#content-slider-visible-nearby .rsGCaption span.image-credit {
	font-weight: 100;
	color: #CCCCCC;
}


/***************
*
*  8B. Visible Nearby - Scaling Transforms
*
****************/

.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#content-slider-visible-nearby .rsSlide img {
	opacity: 0.5;
}

#content-slider-visible-nearby .rsActiveSlide img{
	opacity: 1;
}


/***************
*
*  9. Image Gallery
*
****************/

#image-gallery-visibleNearby #content-slider { max-height: 500px; padding-top: 0; }

#image-gallery-full-bleed .rsLoyola .rsGCaption,
#image-gallery-visibleNearby .rsLoyola .rsGCaption {
    margin-top: -1px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	background-color: #272727;
	background-image: url('/media/lucedu/patternlibrary/images/sprites/image-gallery-grid.png');
}

#image-gallery-full-bleed .rsLoyola .rsGCaption span,
#image-gallery-visibleNearby .rsLoyola .rsGCaption span { display: inline; }

#image-gallery-full-bleed .rsLoyola .rsArrow,
#image-gallery-visibleNearby .rsLoyola .rsArrow { top: 49%; height: auto; }

#image-gallery-full-bleed .rsLoyola .rsArrowLeft,
#image-gallery-visibleNearby .rsLoyola .rsArrowLeft { left: 10%; }

#image-gallery-full-bleed .rsLoyola .rsArrowRight,
#image-gallery-visibleNearby .rsLoyola .rsArrowRight { right: 10%; }

#image-gallery-full-bleed .rsLoyola .rsArrowLeft .rsArrowIcn,
#image-gallery-visibleNearby .rsLoyola .rsArrowLeft .rsArrowIcn { background-position: 5px 0px; }

#image-gallery-full-bleed .rsLoyola .rsArrowRight .rsArrowIcn,
#image-gallery-visibleNearby .rsLoyola .rsArrowRight .rsArrowIcn { background-position: -35px 0px; }
