/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
	height: auto;
	position: relative;
	direction: ltr;
}

.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}


/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsContent img {
	float: left;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
}

.royalSlider img {
	float: left;

	-webkit-backface-visibility: hidden;
}

.rsTitle {
	position: absolute;
	background: transparent;
	padding: 0px 10px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: auto !important;
	top: auto !important;
	top: auto;
	z-index: 25;
	padding: 5px 15px;
	color: #abacad;
	font-size: 12px;
	line-height: 1.625;
	max-width: 25%;
	opacity: 0;
}

.rsTitle p {
	float: left;
	clear: both;
}

.rsTitle p:last-of-type {
	margin-bottom: 0;
}

.rsTitle a {
	color: #fff;
}

.rsTitle a:focus,
.rsTitle a:active,
.rsTitle a:hover {
	color: #14b6ea;
}

.rsTitle a:focus img,
.rsTitle a:active img,
.rsTitle a:hover img {
	opacity: .75;
}

.rsTitle img {
	width: auto;
	height: auto;
	opacity: 1;

	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
}

.rs-full-width #gallery-slider .rsContent .rsTitle img,
.rs-full-width-window #gallery-slider .rsContent .rsTitle img {
	width: auto;
	height: auto;
	max-width: none;
}

.rsPreloader {
	position: absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}

.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}

.rsTabs {
	float: left;
}

.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}

.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor:url(images/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(images/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	-webkit-backface-visibility: hidden;
}


/* Background */
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #111;
}



/* =Gallery Post
----------------------------------------------- */
.post-gallery-slider {
	margin: 0 0 10px 0;
}

.post-gallery-slider.royalSlider img {
	width: 100%;
	height: auto;
}

.format-gallery .rsMinW .rsThumbsHor {
	margin: 5px 0 0 0;
	height: 5px;
    background-color: #ccc;
}

.format-gallery .rsMinW .rsThumb img {
    display: none;
}

.format-gallery .rsMinW .rsThumb {
	width: 65px;
	height: 65px;
    background-color: #666;
}

.format-gallery .rsMinW .rsThumb.rsNavSelected {
	    background-color: #507d9c;
}

.format-gallery .entry-content {
	float: none;
}

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.825em 0 0;
}

.format-gallery footer.entry-meta .entry-meta {
		padding: 0 0 1.825em 0;
}


/* =iosSlider
----------------------------------------------- */
.container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: visible;
	background: transparent;
}

.container .iosSliderContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	overflow: visible;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	height: auto;
}

.iosSlider .slider {
	width: 50000px;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;
	width: auto;
	padding: 0 20px 0 0;
}

.iosSlider .slider .item:last-child {
	padding: 0;
}

.iosSliderFullWidth .iosSlider .slider .item {
	width: 100%;
}

.iosSlider .slider .item img {
	width: 100%;
	height: auto;
	float: left;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.indicators {
	position: relative;
	top: 325px;
	left: 0;
	width: 1000px;
	height: 10px;
	margin: 0 auto;
	z-index: 10;
}

.indicators .item {
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	border: 1px solid #111;
}

.indicators .selected {
	background: #666;
}

.iosNext,
.iosPrev {
	display: block;
	font-size: 24px;
	color: white !important;
	line-height: 2.55;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	margin: -37px 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	background: #111;
	background: rgba(0, 0, 0, 0.1);
	width: 42px;
	height: 60px;
	text-align: center;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.iosNext {
	right: 0;
	left: auto;
}

.iosNext:hover,
.iosPrev:hover {
	background: rgba(0, 0, 0, 0.2);
}

.iosNext:before,
.iosPrev:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	content: "\e00d";
}

.iosNext:before {
	content: "\e00e";
}

.iosUnselectable {
	background: rgba(0, 0, 0, 0.1) !important;
	opacity: .15 !important;
}

.scrollbarBlock1 {
	background-color: rgba(255, 255, 255, 0.5);
}


/* =Defalut slider Portfolios
----------------------------------------------- */
.single-gallery #gallery-slider,
.single-portfolio #gallery-slider {
	width: 100%;
	height: 100%;
}
.single-gallery #gallery-slider .rsOverflow,
.single-gallery #gallery-slider .rsSlide, 
.single-portfolio #gallery-slider .rsOverflow,
.single-portfolio #gallery-slider .rsSlide {
	background: transparent;
}
.single-gallery #gallery-slider .rsArrowLeft,
.single-gallery #gallery-slider .rsArrowRight,
.single-portfolio #gallery-slider .rsArrowLeft,
.single-portfolio #gallery-slider .rsArrowRight {
	opacity: 0;
}
.single-gallery #gallery-slider:hover .rsArrowLeft,
.single-gallery #gallery-slider:hover .rsArrowRight, 
.single-portfolio #gallery-slider:hover .rsArrowLeft,
.single-portfolio #gallery-slider:hover .rsArrowRight {
	opacity: 1;
}
.single-gallery #gallery-slider.default:hover .rsArrowLeft,
.single-portfolio #gallery-slider.default:hover .rsArrowLeft {
	left: 30px;
}
.single-gallery #gallery-slider.default:hover .rsArrowRight,
.single-portfolio #gallery-slider.default:hover .rsArrowRight {
	right: 30px;
}
.single-gallery #gallery-slider.rsMinW.default .rsArrow, 
.single-portfolio #gallery-slider.rsMinW.default .rsArrow {
	border: none;
	line-height: 2.55;
	background: rgba(0, 0, 0, 0.1);
	width: 42px;
	height: 60px;
	text-align: center;
	margin: -30px 0 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.single-gallery #gallery-slider.default .rsArrowLeft,
.single-portfolio #gallery-slider.default .rsArrowLeft {
	left: -30px;
}
.single-gallery #gallery-slider.default .rsArrowRight,
.single-portfolio #gallery-slider.default .rsArrowRight {
	right: -30px;
}
.single-gallery #gallery-slider.rsMinW.default .rsArrowIcn,
.single-portfolio #gallery-slider.rsMinW.default .rsArrowIcn {
	font-size: 24px;
	line-height: 2.545;
}
.single-gallery #gallery-slider.rsMinW.default .rsArrow:hover, 
.single-portfolio #gallery-slider.rsMinW.default .rsArrow:hover {
	background: rgba(0, 0, 0, 0.2);
}


/* =Defalut slider Full Width Gallery
----------------------------------------------- */
.page-template-page-full-width-gallery-php #gallery-slider {
	width: 100%;
	height: 100%;
    margin: 0 0 20px 0;
}

.page-template-page-full-width-gallery-php #gallery-slider .rsOverflow,
.page-template-page-full-width-gallery-php #gallery-slider .rsSlide {
	background: transparent;
}

.page-template-page-full-width-gallery-php #gallery-slider .rsArrowLeft,
.page-template-page-full-width-gallery-php #gallery-slider .rsArrowRight {
	opacity: 0;
}

.page-template-page-full-width-gallery-php #gallery-slider:hover .rsArrowLeft,
.page-template-page-full-width-gallery-php #gallery-slider:hover .rsArrowRight {
	opacity: 1;
}

.page-template-page-full-width-gallery-php #gallery-slider.default:hover .rsArrowLeft {
	left: 30px;
}

.page-template-page-full-width-gallery-php #gallery-slider.default:hover .rsArrowRight {
	right: 30px;
}

.page-template-page-full-width-gallery-php #gallery-slider.rsMinW.default .rsArrow {
	border: none;
	line-height: 2.55;
	background: rgba(0, 0, 0, 0.1);
	width: 42px;
	height: 60px;
	text-align: center;
	margin: -30px 0 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-template-page-full-width-gallery-php #gallery-slider.default .rsArrowLeft {
	left: -30px;
}

.page-template-page-full-width-gallery-php #gallery-slider.default .rsArrowRight {
	right: -30px;
}

.page-template-page-full-width-gallery-php #gallery-slider.rsMinW.default .rsArrowIcn {
	font-size: 24px;
	line-height: 2.545;
}

.page-template-page-full-width-gallery-php #gallery-slider.rsMinW.default .rsArrow:hover {
	background: rgba(0, 0, 0, 0.2);
}


/* =Defalut slider on Post (Agregado)
----------------------------------------------- */
#gallery-slider-default #gallery-slider {
	width: 100% !important;
	height: auto !important;
    margin: 0 0 10px 0;
}

#gallery-slider-default #gallery-slider .rsOverflow,
#gallery-slider-default #gallery-slider .rsSlide {
	background: transparent;
}

#gallery-slider-default #gallery-slider .rsArrowLeft,
#gallery-slider-default #gallery-slider .rsArrowRight {
	opacity: 0;
}

#gallery-slider-default #gallery-slider:hover .rsArrowLeft,
#gallery-slider-default #gallery-slider:hover .rsArrowRight {
	opacity: 1;
}

#gallery-slider-default #gallery-slider.default:hover .rsArrowLeft {
	left: 30px;
}

#gallery-slider-default #gallery-slider.default:hover .rsArrowRight {
	right: 30px;
}

#gallery-slider-default #gallery-slider.rsMinW.default .rsArrow {
	border: none;
	line-height: 2.55;
	background: rgba(0, 0, 0, 0.1);
	width: 42px;
	height: 60px;
	text-align: center;
	margin: -30px 0 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#gallery-slider-default #gallery-slider.default .rsArrowLeft {
	left: -30px;
}

#gallery-slider-default #gallery-slider.default .rsArrowRight {
	right: -30px;
}

#gallery-slider-default #gallery-slider.rsMinW.default .rsArrowIcn {
	font-size: 24px;
	line-height: 2.545;
}

#gallery-slider-default #gallery-slider.rsMinW.default .rsArrow:hover {
	background: rgba(0, 0, 0, 0.2);
}




/*----------------------------------------------------------------------------------------------COMMONS ---------------------------------------------------------------------------------------------- */



/* =Preloader
----------------------------------------------- */
.rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(images/preloader.gif);

	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;	
}





/***************
*
*  Arrows
*
****************/
.rsMinW .rsArrow {
	height: 58px;
	width: 61px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	top: 50%;
	left: 0;
	margin: -32px 0 0;
	opacity: .75;
	background: rgba(0, 0, 0, .35);
	text-align: center;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-backface-visibility: hidden;
 }

.rsMinW .rsArrowLeft {}
.rsMinW .rsArrowRight {
	right: 0;
	left: auto;
	border-left: 3px solid #fff;
	border-right: 0;
}

.rsMinW .rsArrowIcn {		
	width: auto;
	height: auto;
	cursor: pointer;
	background: #111;
	background-color: transparent;
	font-size: 28px;
	color: #fff;
	line-height: 2.145;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.rsMinW .rsArrow:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .15);
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {}
.rsMinW .rsArrowDisabled { opacity: .15; }

.rsMinW .rsArrow .rsArrowIcn:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	content: "\e00d";
}

.rsMinW .rsArrowRight .rsArrowIcn:before {
	content: "\e00e";
}



/***************
*
/ Bullets
*
****************/
.rsMinW .rsBullets {
	position: absolute;
	z-index: 35;
	bottom: 35px;
	left: 35px;
	width: auto;
	height: auto;
	text-align: left;
	line-height: 8px;
}

.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin: 0 6px;
	border: 2px solid #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;

	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-ms-transition: all ease .2s;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	float: left;
	-webkit-backface-visibility: hidden;
}

.rsMinW .rsBullet:active,
.rsMinW .rsBullet:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.rsMinW .rsBullet.rsNavSelected  {
	opacity: 1;
}


/***************
*
*  Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
	width: 100%;
	height: 74px;
}

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

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

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

.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 74px;
	height: 74px;
}

.rsMinW .rsThumb img {
	max-width: 100%;
	height: auto;
	float: left;
}

.rsMinW .rsThumb.rsNavSelected {
	background: #b3d4fc;
}

.rsMinW .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.rsMinW .rsTmb {
	display: block;
}


/* Thumbnails with text */
.rsMinW .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}

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


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

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

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

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {}

.rsMinW .rsThumbsArrowDisabled { display: none !important; }


/***************
*
*  Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
	right: 30px;
	top: 30px;
	width: 28px;
	height: 28px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	border: 1px solid #fff;
	opacity: .75;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 0;
	width: 28px;
	height: 28px;
	background-color: #111;
	background-color: rgba(0, 0, 0, .35);
	font-size: 16px;
	text-align: center;
	filter: alpha(opacity=75);
	color: #fff;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.rsMinW .rsFullscreenIcn:before,
.rsMinW.rsFullscreen .rsFullscreenIcn:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-style: normal;
}

.rsMinW .rsFullscreenIcn:before {
	content: "\f065";
}

.rsMinW .rsFullscreenBtn:hover {
	opacity: 1;
}

.rsMinW .rsFullscreenBtn:hover rsFullscreenIcn {
	background: rgba(255, 255, 255, .15);
}

.rsMinW.rsFullscreen .rsFullscreenIcn:before {
	content: "\f066";
}