/* Slider itself */
.royalSlider.iskin {	
	padding-bottom: 26px;
}
/* Slider with thumbs (used to add padding based on thumbnails size)*/
.royalSlider.iskin.with-thumbs {
	padding-bottom: 62px;
}


/* 
	Left and right navigation arrows 	
*/

.royalSlider.iskin .arrow {	

	background:url(controls-sprite.png) no-repeat 0 0;

	/* change arrows size here */
	width: 32px;
	height: 32px;
	margin-top:-18px;	
	
	-moz-opacity: 0.8;	
	opacity: 0.8;
}
/* arrow position in slider with thumbs */
.royalSlider.iskin.with-thumbs .arrow {
	margin-top:-49px;
}

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

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

/* Arrow hover state */
.royalSlider.iskin .arrow:hover {	
	-moz-opacity: 1;	
	opacity: 1;	
}
/* Arrow disabled state */
.royalSlider.iskin .arrow.disabled {
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.iskin .arrow.left.disabled {	
	background-position: -32px 0px;	
}
.royalSlider.iskin .arrow.right.disabled {	
	background-position: -136px 0px;	
}



/* 

	Bullets and thumbnails navigation
	
*/
.royalSlider.iskin .royalControlNavOverflow a {	
	background: url(controls-sprite.png) no-repeat 0 -164px transparent;
/*
	width:18px;
	height:18px;	
*/	
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;
}


/*IE Fixes */

.royalSlider.iskin .arrow {	



	/* change arrows size here */
	width: 32px;
	height: 32px;
	margin-top:-18px;	
	
	-moz-opacity: 0.8;	
	opacity: 0.8;
}


/* left arrow */
.royalSlider.iskin .arrow.left {
	background:url(controls-arrow-back.png) no-repeat 0 0 !important;
	left: -32px;	
}
/* right arrow */
.royalSlider.iskin .arrow.right {
	background:url(controls-arrow-forward.png) no-repeat 0 0 !important;
	right: -32px;
}

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

/* Arrow hover state */
.royalSlider.iskin .arrow:hover {	
	-moz-opacity: 1;	
	opacity: 1;	
}
/* Arrow disabled state */
.royalSlider.iskin .arrow.disabled {
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.iskin .arrow.left.disabled {	
	background-position: -32px 0px;	
}
.royalSlider.iskin .arrow.right.disabled {	
	background-position: -136px 0px;	
}




.royalSlider .royalControlNavOverflow a {
display:block;
background: url(controls-control-off-white.png) 0px 0px transparent !important;
/*
background: url(controls-sprite.png) no-repeat 0 -202px transparent;
*/
width: 18px;
height:18px;
}
.royalSlider .royalControlNavOverflow a.current:hover {	
background: url(controls-control-off-white.png) 0px 0px transparent;
width: 18px;
height:18px;
}

.royalSlider .royalControlNavOverflow a.current {
	display:block;
background: url(controls-control-on-white.png) 0px 0px transparent !important;
/*
background: url(controls-sprite.png) no-repeat 0 -202px transparent;
*/
width: 18px;
height:18px;
}
.royalSlider .royalControlNavOverflow a.current:hover {	
background: url(controls-control-on-white.png) 0px 0px transparent;
width: 18px;
height:18px;
}



/*
.royalSlider .royalControlNavOverflow A.current {	
	BORDER-RIGHT: #c00 3px solid;	
	BACKGROUND-POSITION: -3px -3px;	BORDER-TOP: #c00 3px solid;	BORDER-LEFT: #c00 3px solid;	WIDTH: 138px;	BORDER-BOTTOM: #c00 3px solid;	HEIGHT: 54px}

*/
/* Current bullet */
.royalSlider.iskin .royalControlNavOverflow a.current {	

	background-position: 0 -182px !important;
}
/* Bullet hover state */
.royalSlider.iskin .royalControlNavOverflow a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Bullets nav or thumbnails main container */
.royalSlider.iskin .royalControlNavOverflow {
	margin-top:4px;
}
/* Thumbnails main container */
.royalSlider.iskin .thumbsAndArrowsContainer {	
	margin: 5px 0 0 0;
	position: relative;
	float:left;
	background: #E8EDEE;	
	-moz-border-radius: 4px; 
  	-webkit-border-radius: 4px; 
 	border-radius: 4px;
}
.royalSlider.iskin .royalControlNavOverflow.royalThumbs {	
	margin-top:4px;	
}

/* Thumbnails */
.royalSlider.iskin .royalControlNavOverflow a {
width:18px;
height:18px;
}

.royalSlider.iskin .royalControlNavOverflow a.royalThumb{		
	background-color: transparent;	
	background-position: 1px 1px;
	
	width:80px;
	height:45px;	
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;		

	border: 1px solid #eee;
	padding: 1px;
}
.royalSlider .royalControlNavOverflow a:hover {
background-color: none;
}
.royalSlider .royalControlNavOverflow a {
background: none no-repeat scroll 0 0;
}
.royalSlider .royalControlNavOverflow a.current {
background-color: none !important;
}
/* Current thumbnail */
.royalSlider.iskin .royalControlNavOverflow a.royalThumb.current {
	/*
	background:none !important;
	*/
	border:none !important;
	
	background-position: 1px 1px !important;
	/*
	border:1px solid #CCC !important;	
	*/
}
/* Thumbnail hover state*/
.royalSlider.iskin .royalControlNavOverflow a.royalThumb:hover {		
	background-position: 1px 1px;
	border: 1px solid #0085cf;	
}


/* 
	Thumbnails navigation arrows
		
*/
.royalSlider.iskin .thumbsArrow {

	background:url(controls-sprite.png) no-repeat 0 0;
	width: 28px;
	height: 57px;
	
	-moz-opacity: 0.8;	
	opacity: 0.8;	
}
.royalSlider.iskin .thumbsArrow.left {
	background-position: -116px -132px;
	left: 0;	
}
.royalSlider.iskin .thumbsArrow.right {
	background-position: -156px -132px;
	right: 0
}
.royalSlider.iskin .thumbsArrow:hover  {	
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.iskin .thumbsArrow.disabled {	
	-moz-opacity: 1;	
	opacity: 1;
}
.royalSlider.iskin .thumbsArrow.left.disabled {	
	background-position: -36px -132px;
}
.royalSlider.iskin .thumbsArrow.right.disabled {	
	background-position: -76px -132px;
}

/* This stylesheet is used for preview, not related to slider basic files. Do NOT include it in your project */



#slider1 {
	margin-top: 0px;
	height: 400px;
	width: 100%;
}

/* ======================== Sliders ===================== */


.content-slider {
	width: 100%;
	height: 100%;

}

div#post-carousel {
margin: 0 auto;
}

.like-module-header{
height:42px;
color:#FFF;
overflow:hidden;
margin:0px;
padding:0px;
}
.like-module-header p{
margin:10px 0 0 50px;
}
.like-module-header .category-name{
font-size:16px;
font-weight:bold;
}
.slider-ajax-container{
/*height:341px;*/
margin:0;
padding:0;
}
.slider-header{
height:42px;
}
.royalSlide{
/*height:115px;*/
}
.content-slider {
width: 310px;

}

.royalSlider.iskin .arrow {
margin-top: -36px;
}


.content-slider .exampleButton {
	cursor:pointer;
	padding:5px 12px 8px !important;
	font-size:14px;
}
.content-slider .imageItem {
	margin: 10px 35px 0;
	float: left;
}
.content-slider .centeredSlide {
	margin: 0 auto;
	width: 850px;
}
.slideBlogBlock {
float: left;
width: 240px;
height:115px;
/*overflow:hidden;*/
margin-left: 68px;
margin-top: 0px;
}
.slideBlogBlock ul {
margin:0;
padding:0;
}
.slideBlogBlock li {
background:url(/wo/i/facebookthankyou/img/like-bg.png) top right no-repeat;
float:left;

height:115px;
list-style-type: none;
text-align:center;
width:105px;
}
.slideBlogBlock .lastItem {
background:none;
}
.royalSlide .blogSlide {
/*margin-top:42px !important;*/
}

.content-slider .slideTextBlock {
	float:left;
	width: 450px;
	margin-left: -20px;
	margin-top: 15px;
}
.content-slider h4 {
	color: #555;
	font-size:32px;
	line-height:24px;
	margin: 5px 0 11px 0;
}
.content-slider .slideTextBlock p {
	color:#000;
	margin-bottom:10px;
	font-size:16px;
	font-family: Georgia;
}
.slideBlogBlock .post-details{
padding:2px 8px;
}
.content-slider .slideBlogBlock .channel-logo {
	padding:2px 6px;
	height:80px;
}
.content-slider img, .content-slider iframe {
	float:left;
	/*background:#FFF;*/
	padding:0px;
	/*border:1px solid #EEE;*/
}
.content-slider .royalSlide, .content-slider .royalWrapper {
	background: none;
}
.content-slider.royalSlider .royalControlNavOverflow {
	margin-top: -20px;
}
.content-slider.royalSlider .arrow.right {
	right: 0px;
}
.content-slider.royalSlider .arrow.left {
	left: 0px;
}


.content-slider .royalWrapper {

	/*
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.30);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.30);
	box-shadow:0 1px 3px rgba(0,0,0,0.30);
	background:#F5F5F5;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
*/
}

/* ======================== Sliders END ===================== */


.blogSlideContainer{
/*width:310px;*/

overflow:hidden;
overflow-x:hidden;
position:relative;
}

.royalWrapper{
margin-left:30px;
overflow:visible !important;
clear:both;
}


.royalSlider .royalSlide {
overflow: visible !important;
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.blogPost {
/*
  margin:25px 30px 0 30px;
  width:250px;
  */
  float:left;
}
.blogPost .postPhoto {
	overflow:hidden;
}
.blogPost .postPhoto img{
	width:100%;
	border:none;
}

.blogPost .titleLink {
	text-decoration: none;
	color:#000;
}
.feedRow{
	clear:both;
}

.blogPost .post-title {
font-family:Arial,Georgia, serif;
font-weight:bold;
}
.blogPost .post-desc {
font-family:Arial,Georgia, serif;
font-weight:normal;
padding-top:5px;
}
.blogPost p{
  padding:0px;
  margin:0px;
}
.blogPost .post-img{
  padding-top:20px;
}
/*
.blogPost .post-title{
  padding-top:150px;
}
*/
.blogPost img{
  width:250px;
}

.blog-loading{
	font-family:"Arial";
	font-size:12px;
	text-align:center;
	padding-top:155px;
}


