.play-from-youtube {
	font-size: 35px;
	color: #eee;
}

.play-from-youtube, .play-from-youtube:active, .play-from-youtube:focus, .play-from-youtube:hover {
	font-family: "Open Sans", sans-serif;
	color: #eee;
	font-size: 35px;
	font-weight: 500;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #7e7e7e;
  background-color: #e2e2e2;
  border: 1px solid #ffffff;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #333333;
  background-color: #d7d7d7;
  border-color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #373e11;
  border-color: #ffffff;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #e2e2e2;
  border-color: #ffffff;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

/* mis css*/
.section-heading h2{
    color: #95bd0f;
	font-weight: 600;
}
.section-padding-80-0{
    background-color: #f7ffdb;
}
.classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
    color: white;
    font-weight: 600;
}

.razo-btn.btn-2 {
    background-color: #d7d2d2;
    color: #000;
}

.nav-brand > img:nth-child(1){
	width: 130px;
}

.header-area{
    background-color: #95bd0f;
}
.classy-nav-container .classy-navbar .classynav ul li a{
    color: #fff;
}
.classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a.active{
    color: #0f5105;
}
.main-header-area.sticky .classy-navbar {
    height: 60px;
}
/*HUNALDO*/
.nav-brand > img:nth-child(1) {
    width: 170px;
    margin-top: 0px;
/*
    margin-top: 16px; para que el icono encaje en el nav
*/
}
.header-area .social-share-icon, .header-area .search-icon {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.header-area .social-share-icon:focus, .header-area .social-share-icon:hover, .header-area .search-icon:focus, .header-area .search-icon:hover {
    color: #0f5105;
}
.main-header-area.sticky{
    background-color:#95bd0f;
}
/*HUNALDO*/
.main-header-area.sticky .nav-brand > img:nth-child(1) {
    width: 124px;
/*
    width: 170px;
*/
    margin-top: 0px;
}
/*HUNALDO*/
.main-header-area.sticky .classy-navbar {
    height: 65px;
}
.footer-logo > img:nth-child(1){
	max-width: 50%;
}
.welcome-slides .owl-dots .owl-dot.active {
    background-color: #95bd0f;
}
.razo-music-charts-area.bg-img{
    background: #95bd0f;
	position: relative;
    z-index: -1;
}
.razo-music-charts-area.bg-img .papel{
    background-image: url(/static/img/bg-img/papel.png);
	height: 706px;
	background-repeat: no-repeat;
}

.papel{
    background-image: url(/static/img/bg-img/papel.png);
	height: 706px;
	background-repeat: no-repeat;
}

.bg-papel{
    background:#95bd0f;
    position: relative;
    z-index: 0;
}

.section-heading.olive h2 {
    color: #373e11;
	margin-top: 30px;
}
/*.row.content {
    position: relative;
    z-index: -2;
}*/

#scrollUp{
	background-color: #95bd0f;
}
#scrollUp:hover{
	background-color: #373e11;
}
.single-footer-widget .single-contact-info .icon, .razo-blog-masonary-single-item .post-content .read-more-btn:hover, .razo-blog-masonary-single-item .post-content .read-more-btn:focus {
    color: #95bd0f;
}
.razo-btn.btn-2:focus, .razo-btn.btn-2:hover, .razo-btn, .razo-btn.btn-sm:hover, .razo-btn.btn-sm:focus {
    background-color: #95bd0f;
    color: #ffffff;
}
.featured-post-area .post-overlay .post-title:hover, .featured-post-area .post-overlay .post-title:focus, .razo-single-post .post-content .post-title:hover, .razo-single-post .post-content .post-title:focus, .razo-single-post .post-content .post-meta a:hover, .razo-single-post .post-content .post-meta a:focus, .single-razo-event-area .event-content .event-meta a:hover, .single-razo-event-area .event-content .event-meta a:focus  {
    color: #95bd0f;
}
.featured-post-area.small-featured-post {
    height: 260px;
}

.slide-zindex {
    z-index: -1;
    background-color:#95bd0f;
    padding-top: 80px;
}

.text-content {
    height: 149px;
    overflow: hidden;
}
.text-content p, .text-content h5{
    color: white;
}
.event-search-content form .form-group .form-input-icon, .single-razo-event-area .event-content .event-meta a i  {
    font-size: 14px;
    color: #95bd0f;;
}
.razo-btn:focus, .razo-btn:hover {
    background-color: #373e11;
    color: #ffffff;
}
.razo-btn.btn-sm {
    border: 1px solid #95bd0f;
	color: #95bd0f;
}
.razo-single-latest-news-area .post-date h2 {
    display: block;
    background-color: #373e11;
    font-size: 48px;
    padding: 20px 0;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}
.row{
	margin-right: 0px;
}
.green{
	background-color: #018f34;
}
.proyecto p{
	color: #fff;
	line-height: 1.2;
	text-align: justify;
	font-size: 14px;
	hyphens: auto;
}
.sec p.secundario{
    text-overflow: ellipsis;
    white-space: pre-line;
    overflow: hidden;
    height: 86px;
	font-size: 14px;

}
.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.55);
}
.bg-img.jarallax .single-music-chart, .bg-img.jarallax .razo-music-charts-area {
    background-color: rgba(0, 0, 0, 0.40);
}
