@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body, html {
	font-family: 'Poppins', sans-serif;
	position: relative;
	font-size: 14px;
}
body.radio-player-body {
	padding-bottom: 95px;
}

/* NAVIGATION */
.navbar-light {
	background: transparent !important;
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.navbar-dark {
	background: #fff !important;
	padding: 15px 0;
	width: 100%;
	z-index: 99;
}
.navbar .navbar-brand img {
	height: 50px;
}
.navbar .navbar-nav {
	align-items: center;
}
.navbar .nav-item > .nav-link {
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	margin-left: 15px;
	transition: 0.15s ease all;
	color: #fff;
}
.navbar-dark.navbar .nav-item > .nav-link {
	color: #1f1f1f;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item.active > .nav-link {
	color: #26b6b6;
}
.navbar .nav-item > .nav-link:focus,
.navbar .nav-item > .nav-link:active {
	color: #9ec419;
}
.navbar .nav-item > .nav-link.button {
	background: rgb(158,196,25);
	background: -moz-linear-gradient(-45deg,  rgba(158,196,25,1) 0%, rgba(38,182,182,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(158,196,25,1) 0%,rgba(38,182,182,1) 100%);
	background: linear-gradient(135deg,  rgba(158,196,25,1) 0%,rgba(38,182,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec419', endColorstr='#26b6b6',GradientType=1 );
	color: #fff;
	padding: 10px 35px;
	border-radius: 35px;
	margin-left: 25px;
}
.navbar .nav-item > .nav-link.button:hover {
	box-shadow: rgba(0,0,0,0.075) 0 5px 25px 5px;
	filter: brightness(105%);
}
.navbar .nav-item > .nav-link.button:active {
	box-shadow: rgba(0,0,0,0.075) 0 5px 25px 5px;
	filter: brightness(110%);
}

/* MAIN */
.main {
	width: 100%;
	position: relative;
	padding: 200px 0 200px 0;
	background: url('../img/bg.jpg') center no-repeat;
	background-size: cover;
	color: #fff;
}
.main.blog-post {
	background: #999;
	padding: 350px 0 50px 0;
}
.main.blog-post .container {
	position: relative;
	z-index: 2;
}
.main.blog-post img.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}
.main.blog-post:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: ' ';
	background: #111;
	opacity: 0.5;
}
.main.blog-post p {
	margin-bottom: 0;
}
.main.blog-post .more-details {
	display: inline-block;
	vertical-align: top;
}
.main.blog-post .more-details + .more-details {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.main.blog-post .more-details span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}
.main.blog-post .more-details img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 5px;
}
.main.blog-post .more-details b {
	line-height: 25px;
}
.main h1 {
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 15px 0;
	padding-right: 20%;
	line-height: 1;
}
.main h1 span {
	font-weight: 400;
	font-size: 24px;
	margin-top: 5px;
	display: block;
}

/* RADIO PLAYER */
.radio-player {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9;
	padding: 15px 0;
	background: #fff;
	box-shadow: rgba(0,0,0,0.05) -10px 0 25px 5px;
}
.radio-player .player-wrapper .current-song img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
}
.radio-player .player-wrapper .current-song .song-details {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 95px);
	padding-left: 10px;
}
.radio-player .player-wrapper .current-song .song-details h2 {
	font-weight: 600;
	font-size: 16px;
}
.radio-player .player-wrapper .current-song .song-details h4 {
	margin: 0;
	font-size: 13px;
	color: #7a7a7a;
}
.radio-player .player-wrapper .player-actions {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.radio-player .player-wrapper .player-actions button.action {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	padding: 2px 0 0 4px;
	background: rgb(158,196,25);
	background: -moz-linear-gradient(-45deg,  rgba(158,196,25,1) 0%, rgba(38,182,182,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(158,196,25,1) 0%,rgba(38,182,182,1) 100%);
	background: linear-gradient(135deg,  rgba(158,196,25,1) 0%,rgba(38,182,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec419', endColorstr='#26b6b6',GradientType=1 );
	color: #fff;
	border: none;
	outline: none;
	transition: 0.15s ease all;
	margin-right: 15px;
}
.radio-player .player-wrapper .player-actions button.action:hover {
	box-shadow: rgba(0,0,0,0.075) 0 5px 25px 5px;
	filter: brightness(105%);
}
.radio-player .player-wrapper .player-actions button.action:active {
	box-shadow: rgba(0,0,0,0.075) 0 5px 25px 5px;
	filter: brightness(110%);
}
.radio-player .player-wrapper .player-actions .volume i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
.radio-player .player-wrapper .player-actions .volume input[type=range] {
	background-color: transparent;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]:focus {
	outline: none;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]::-webkit-slider-runnable-track {
	background: #dddddd;
	border: 0;
	height: 8px;
	cursor: pointer;
	border-radius: 20px;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]::-webkit-slider-thumb {
	margin-top: -4px;
	width: 16px;
	height: 16px;
	background: #9ec419;
	border: 0px solid rgba(158, 196, 25, 0);
	border: 0;
	border-radius: 25px;
	cursor: pointer;
	-webkit-appearance: none;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]:focus::-webkit-slider-runnable-track {
	background: #e5e5e5;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]::-moz-range-track {
	background: #dddddd;
	border: 0;
	width: 100%;
	height: 8px;
	cursor: pointer;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]::-moz-range-thumb {
	width: 16px;
	height: 16px;
	background: #9ec419;
	border: 0px solid rgba(158, 196, 25, 0);
	border: 0;
	border-radius: 25px;
	cursor: pointer;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]::-ms-track {
	background: transparent;
	border-color: transparent;
	border-width: 4px 0;
	color: transparent;
	width: 100%;
	height: 8px;
	cursor: pointer;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]::-ms-fill-lower {
	background: #d5d5d5;
	border: 0;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]::-ms-fill-upper {
	background: #dddddd;
	border: 0;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]::-ms-thumb {
	width: 16px;
	height: 16px;
	background: #9ec419;
	border: 0px solid rgba(158, 196, 25, 0);
	border: 0;
	border-radius: 25px;
	cursor: pointer;
	margin-top: 0px;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]:focus::-ms-fill-lower {
	background: #dddddd;
}
.radio-player .player-wrapper .player-actions .volume input[type=range]:focus::-ms-fill-upper {
	background: #e5e5e5;
}
@supports (-ms-ime-align:auto) {
	.radio-player .player-wrapper .player-actions .volume input[type=range] {
    	margin: 0;
  	}
}
.radio-player .player-stations {
	display: block;
	width: 100%;
	height: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.radio-player .player-stations .station {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #f2f3f4;
	cursor: pointer;
	transition: 0.15s ease all;
}
.radio-player .player-stations .station img {
	display: block;
	width: 50px;
	height: 50px;
	margin: auto;
	filter: grayscale(1);
	transition: 0.15s ease all;
}
.radio-player .player-stations .station.active img,
.radio-player .player-stations .station:hover img {
	filter: grayscale(0);
}
.radio-player .player-stations .station span {
	display: block;
	background: #666;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	width: 70px;
	transition: 0.15s ease all;
}
.radio-player .player-stations .station.active span,
.radio-player .player-stations .station:hover span {
	background: #9ec419;
	color: #fff;
}

/* LATEST NEWS */
.latest-news .news-item {
	display: block;
	position: relative;
	background: #fff;
	z-index: 2;
	margin-top: -50px;
	border-top: 2px solid #9ec419;
}
.latest-news.sidebar .news-item {
	margin-top: 25px;
}
.latest-news.general-page {
	padding: 30px 0 60px 0;
}
.latest-news.general-page .news-item {
	margin-top: 30px;
}
.latest-news .news-item img {
	position: relative;
	box-shadow: rgba(0,0,0,0.1) 0 15px 35px;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.latest-news .news-item h3 {
	display: block;
	font-weight: 600;
	font-size: 16px;
	margin: -15px 0 0 0;
}
.latest-news .news-item .type {
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	background: #fff;
	z-index: 2;
	position: relative;
	padding: 0 16px;
	line-height: 30px;
	display: inline-block;
	transform: translateY(-30px);
}
.latest-news .news-item .btn-link {
	padding: 10px 0;
	font-weight: 600;
	font-size: 14px;
	color: #9ec419;
}
.latest-news .news-item.v2 {
	border-top-color: #6dc1aa;
}
.latest-news .news-item.v2 .btn-link {
	color: #6dc1aa;
}
.latest-news .news-item.v3 {
	border-top-color: #008d94;
}
.latest-news .news-item.v3 .btn-link {
	color: #008d94;
}
.latest-news .news-item.v4 {
	border-top-color: #1c7676;
}
.latest-news .news-item.v4 .btn-link {
	color: #1c7676;
}
.latest-news.general-page .pagination {
	margin-top: 30px;
}

/* EMISSIONS */
.emisions {
	display: block;
	position: relative;
	padding: 60px 0;
}
.emisions .row.v2 {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.emisions .row.v2 div[class^='col'] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.emisions .box-wrapper {
	padding: 50px;
	background: #f2f3f4;
}
.emisions img.logo {
	height: 50px;
	margin-bottom: 50px;
}
.emisions h3 {
	font-size: 30px;
	font-weight: 600;
	color: #1f1f1f;
}
.emisions .btn-link {
	padding: 10px 0;
	font-weight: 600;
	font-size: 14px;
	color: #9ec419;
}
.emisions .emision-item {
	display: block;
	position: relative;
	width: 100%;
	height: 150px;
	padding: 25px;
}
.emisions .emision-item + .emision-item {
	margin-top: 15px;
}
.emisions .emision-item h3 {
	font-size: 24px;
	padding-right: 40%;
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.emisions .emision-item p {
	font-weight: 600;
	margin: 5px 0 0 0;
}
.emisions .emision-item img {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 64px;
	opacity: 0.25;
}
.emisions .emision-item.v2 {
	background: #88bd24;
}
.emisions .emision-item.v3 {
	background: #3baa34;
}
.emisions .emision-item.v4 {
	background: #96cb9d;
}
.emisions .emision-item.v5 {
	background: #26b6b6;
}
.emisions .emision-item.v6 {
	background: #008d94;
}

/* VIDEOS */
.videos {
	padding: 0 0 60px 0;
}
.videos.v2 {
	padding: 60px 0;
}
.videos .video-box {
	display: block;
	position: relative;
	cursor: pointer;
}
.videos .video-box img {
	display: block;
	width: 100%;
}
.videos .video-box .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 35px;
	color: #fff;
	z-index: 1;
}
.videos .video-item {
	display: block;
	position: relative;
	cursor: pointer;
}
.videos.v2 .video-item {
	margin-top: 30px;
	transition: 0.15s ease all;
}
.videos.v2 .video-item:hover {
	box-shadow: #26b6b6 0 0 0 3px;
}
.videos .video-item + .video-item {
	margin-top: 15px;
}
.videos .video-item:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'FontAwesome';
	content: '\f144';
	font-size: 24px;
	color: #fff;
	opacity: 0;
	transition: 0.15s ease all;
}
.videos.v2 .video-item:after {
	width: 100%;
	height: auto;
	padding-top: 50px;
	opacity: 1;
	font-size: 30px;
}
.videos.v2 .video-item:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	content: ' ';
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	opacity: 0.75;
	transition: 0.15s ease all;
}
.videos.v2 .video-item:hover:before {
	opacity: 0;
}
.videos .video-item:hover:after {
	opacity: 1;
}
.videos .video-item img {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 55px;
	border-radius: 4px;
	object-fit: cover;
}
.videos.v2 .video-item img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.videos.v2 .video-item:hover img {
	border-radius: 0;
}
.videos .video-item .info {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 85px);
	padding-left: 15px;
}
.videos.v2 .video-item .info {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	transition: 0.15s ease all;
}
.videos.v2 .video-item:hover .info {
	opacity: 0;
}
.videos .video-item .info h4 {
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	transition: 0.15s ease all;
}
.videos .video-item:hover .info h4 {
	color: #26b6b6;
}
.videos .video-item .info h5 {
	display: block;
	font-weight: 400;
	color: #999;
	margin: 0;
	font-size: 12px;
}
.videos.v2 .video-item .info h5 {
	color: #fff;
	opacity: 0.85;
}
.videos .video-item .info h6.playing {
	color: red;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 5px;
}
.videos .video-item .info h6:not(.playing) {
	font-size: 11px;
	padding: 3px 6px;
	border-radius: 4px;
	background: #eee;
	display: inline-block;
	margin-top: 5px;
}

/* FOOTER */
footer {
	display: block;
	position: relative;
	padding: 40px 0 80px 0;
	background: #f2f3f4;
}
footer a.logo {
	display: block;
}
footer a.logo img {
	height: 50px;
}
footer p {
	margin: 25px 0 15px 0;
}
footer ul.socials {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul.socials li {
	display: inline-block;
	vertical-align: middle;
}
footer ul.socials li a {
	display: block;
	width: 40px;
	height: 40px;
	background: #ddd;
	color: #1f1f1f;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	transition: 0.15s ease all;
}
footer ul.socials li a:hover,
footer ul.socials li a:focus {
	background: #26b6b6;
	color: #fff;
}
footer h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 15px 0;
}
footer ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul.menu li {
	display: block;
	margin-top: 5px;
}
footer ul.menu li a {
	display: block;
	color: #7a7a7a;
}
footer ul.menu li a:hover {
	color: #26b6b6;
}

/* BLOG PAGE */
.blog-page {
	display: block;
	padding: 50px 0;
}
.blog-page h3 {
	font-weight: 600;
	font-size: 20px;
}
.blog-page .video-wrapper {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(0,0,0,0.05) 0 10px 30px;
	margin: 25px 0;
}
.blog-page .breadcrumb {
	background: none;
	padding: 0 0 15px 0;
}
.blog-page .breadcrumb li.breadcrumb-item {
	font-size: 12px;
	color: #999;
}
.blog-page .breadcrumb li.breadcrumb-item a {
	color: #26b6b6;
}
.blog-page ul.links {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-page ul.links li {
	display: block;
}
.blog-page ul.links li a {
	color: #26b6b6;
	font-size: 12px;
	font-weight: 600;
	display: block;
	margin-top: 5px;
}
.blog-page .share-post {
	display: block;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
.blog-page .share-post h4 {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 14px;
	color: #999;
	margin-right: 15px;
}
.blog-page .share-post ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-page .share-post ul li {
	display: inline-block;
	vertical-align: middle;
}
.blog-page .share-post ul li a {
	color: #1f1f1f;
	background: #f2f3f4;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: block;
	transition: 0.15s ease all;
}
.blog-page .share-post ul li a:hover,
.blog-page .share-post ul li a:focus {
	background: #26b6b6;
	color: #fff;
}
.blog-page .blog-img {
	max-width: 350px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-radius: 5px;
}

/* VIDEO CATEGORIES */
.video-categories {
	display: block;
	position: relative;
	padding: 30px 0;
	background: #f5f9eb;
}
.video-categories ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.video-categories ul li {
	display: inline-block;
	vertical-align: middle;
}
.video-categories ul li a {
	display: block;
	font-weight: 600;
	color: #1f1f1f;
	padding: 6px 0;
	margin-right: 25px;
}
.video-categories ul li.active a {
	color: #26b6b6;
}

/* PAGINATION */
.videos.v2 .pagination {
	margin-top: 30px;
}
.pagination li.page-item a {
	border: none;
	border-radius: 25px !important;
	background: #f2f3f4;
	color: #1f1f1f;
	padding: 12px 18px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	transition: 0.15s ease all;
}
.pagination li.page-item a:hover {
	background: #e1e1e1;
}
.pagination li.page-item a:focus,
.pagination li.page-item a:active {
	box-shadow: rgba(38, 182, 182, 0.25) 0 0 0 5px;
	background: #26b6b6;
	color: #fff;
}

/* TOP NEWS */
.top-news .slide {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 550px;
	padding-top: 100px;
}
.top-news .slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}
.top-news .slide:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: ' ';
	background: #111;
	opacity: 0.5;
}
.top-news .slide .container {
	position: relative;
	z-index: 2;
}
.top-news .slide h3 {
	font-weight: 600;
	color: #fff;
	font-size: 36px;
}
.top-news .slide p {
	color: #fff;
	opacity: 0.75;
}
.top-news .slide .btn-link {
	padding: 10px 0;
	font-weight: 600;
	font-size: 14px;
	color: #9ec419;
}
.top-news.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
}
.top-news.owl-theme .owl-dots .owl-dot {
	outline: none;
	box-shadow: none;
}
.top-news.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 5px;
}
.top-news.owl-theme .owl-dots .owl-dot.active span,
.top-news.owl-theme .owl-dots .owl-dot:hover span {
	background: #9ec419;
}

/* GALLERIES */
.galleries {
	display: block;
	position: relative;
	padding: 30px 0 60px 0;
}
.galleries .gallery-item {
	display: block;
	position: relative;
	margin-top: 30px;
	width: 100%;
	background: #999;
}
.galleries .gallery-item.gallery-lg {
	height: 500px;
}
.galleries .gallery-item.gallery-md {
	height: 235px;
}
.galleries .gallery-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.galleries .gallery-item:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: ' ';
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	opacity: 0.85;
}
.galleries .gallery-item .gallery-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 35px 35px 15px 35px;
	z-index: 2;
	color: #fff;
}
.galleries .gallery-item .gallery-info h4 {
	font-weight: 600;
	font-size: 16px;
}
.galleries .gallery-item .gallery-info p {
	font-size: 12px;
	margin: 0;
	opacity: 0.75;
}
.galleries .gallery-item .gallery-info .btn-link {
	padding: 10px 0;
	font-weight: 600;
	font-size: 14px;
	color: #9ec419;
}
.galleries .gallery-item .gallery-info .share-gallery .dropdown-toggle:after {
	display: none;
}
.galleries .gallery-item .gallery-info .share-gallery .dropdown-toggle.btn-link {
	color: #26b6b6;
}
.galleries .gallery-item .gallery-info .share-gallery .dropdown-menu {
	padding: 10px 0;
	border: none;
	box-shadow: rgba(0,0,0,0.1) 0 10px 30px 5px;
	border-radius: 5px;
	background: #fff;
}
.galleries .gallery-item .gallery-info .share-gallery .dropdown-menu .dropdown-item {
	padding: 10px 20px;
	font-size: 14px;
}
.galleries .gallery-item .gallery-info .share-gallery .dropdown-menu .dropdown-item i {
	margin-left: -5px;
	margin-right: 5px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}
.galleries .gallery-item .gallery-info .share-gallery .dropdown-menu .dropdown-item:hover {
	color: #26b6b6;
	background: none;
}
.galleries .gallery-item .gallery-info .share-gallery .dropdown-menu .dropdown-item:active,
.galleries .gallery-item .gallery-info .share-gallery .dropdown-menu .dropdown-item:focus {
	color: #9ec419;
	background: none;
}

/* GALLERY PAGE */
.gallery-page {
	padding: 60px 0;
}
.gallery-page h3 {
	font-weight: 600;
    color: #1f1f1f;
    font-size: 36px;
    max-width: 80%;
    line-height: 1;
}
.gallery-page .gallery-images a {
	display: block;
	width: 100%;
	height: 250px;
	position: relative;
	margin-top: 30px;
	transition: 0.15s ease all;
}
.gallery-page .gallery-images a:hover {
	box-shadow: #26b6b6 0 0 0 3px;
}
.gallery-page .gallery-images a img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}
.gallery-page .share-page {
	display: block;
}
.gallery-page .share-page h4 {
	display: block;
	margin: 0 0 15px 0;
	font-size: 14px;
	color: #999;
}
.gallery-page .share-page ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-page .share-page ul li {
	display: inline-block;
	vertical-align: middle;
}
.gallery-page .share-page ul li a {
	color: #1f1f1f;
	background: #f2f3f4;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: block;
	transition: 0.15s ease all;
}
.gallery-page .share-page ul li a:hover,
.gallery-page .share-page ul li a:focus {
	background: #26b6b6;
	color: #fff;
}

/* CONTACT */
.contact-map {
	display: block;
	width: 100%;
	height: 300px;
	background: #f2f3f4;
}
.contact {
	padding: 60px 0;
}
.contact h3 {
	font-size: 30px;
	color: #1f1f1f;
	font-weight: 600;
}
.contact .form-group label {
	font-size: 12px;
	color: #7a7a7a;
	display: block;
	margin-bottom: 3px;
}
.contact .form-group .form-control {
	padding: 10px;
	height: auto;
}
.contact .form-group .form-control:focus {
	box-shadow: rgba(38,182,182,0.35) 0 0 0 3px;
}
.contact .form-group textarea.form-control {
	min-height: 140px;
}
.contact p.small {
	margin-top: 15px;
	color: #aaa;
}
.contact .contact-item {
	display: block;
	position: relative;
}
.contact .contact-item + .contact-item {
	margin-top: 20px;
}
.contact .contact-item .icon {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 68px;
	color: #fff;
	font-size: 24px;
	background: #26b6b6;
	border-radius: 50%;
}
.contact .contact-item .info {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 75px);
	padding-left: 10px;
}
.contact .contact-item .info span {
	display: block;
	font-size: 14px;
	color: #7a7a7a;
}

.btn-primary {
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	transition: 0.15s ease all;
	color: #fff;
	background: rgb(158,196,25);
	background: -moz-linear-gradient(-45deg,  rgba(158,196,25,1) 0%, rgba(38,182,182,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(158,196,25,1) 0%,rgba(38,182,182,1) 100%);
	background: linear-gradient(135deg,  rgba(158,196,25,1) 0%,rgba(38,182,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec419', endColorstr='#26b6b6',GradientType=1 );
	padding: 10px 35px;
	border-radius: 35px;
	border-color: transparent;
}
.btn-primary:hover {
	box-shadow: rgba(0,0,0,0.075) 0 5px 25px 5px;
	filter: brightness(105%);
	border-color: transparent;
}
.btn-primary:active,
.btn-primary:focus {
	box-shadow: rgba(0,0,0,0.075) 0 5px 25px 5px !important;
	filter: brightness(110%) !important;
	border-color: transparent !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.videos .video-item .info h4 {
		font-size: 12px;
	}
	.videos .video-item .info h5 {
		font-size: 9px;
	}
	.latest-news .news-item h3 {
		font-size: 13px;
	}
	.latest-news .news-item .btn-link {
		font-size: 12px;
	}
	.emisions img.logo {
		height: auto;
		max-width: 80%;
	}
	.emisions .emision-item h3 {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar .navbar-brand img {
		height: 35px;
	}
	.navbar .nav-item > .nav-link {
		margin-left: 5px;
		font-size: 0.85rem;
	}
	.navbar .nav-item > .nav-link.button {
		margin-left: 15px;
	}
	.main {
		padding: 160px 0;
	}
	.main h1 {
		font-size: 30px;
	}
	.main h1 span {
		font-size: 20px;
	}
	.emisions .btn-link {
		margin-bottom: 20px;
	}
	footer h3 {
		margin-top: 30px;
	}
	.radio-player .player-wrapper .current-song .song-details {
		display: none;
	}
	.videos.v2 {
		padding: 40px 0;
	}
	.top-news .slide h3 {
		font-size: 30px;
	}
	.galleries .gallery-item .gallery-info .btn-link {
		font-size: 12px;
	}
	.main.blog-post {
		padding: 250px 0 50px 0;
	}
	.main.blog-post .more-details {
		margin-top: 25px;
	}
	.blog-page .breadcrumb {
		display: none;
	}
	.blog-page .blog-img {
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	.navbar-light,
	.navbar-dark {
		padding: 15px;
	}
	.navbar .navbar-brand img {
		height: 40px;
	}
	.navbar-light .navbar-toggler,
	.navbar-dark .navbar-toggler {
		filter: invert(1);
		outline: none;
		box-shadow: none;
		border: none;
	}
	.navbar-light .navbar-collapse {
		background: #555;
		padding-top: 25px;
		padding-bottom: 25px;
		border-radius: 6px;
	}
	.navbar .nav-item > .nav-link.button {
		margin-left: 0;
		margin-top: 15px;
	}
	.navbar .nav-item > .nav-link {
		margin-left: 0;
	}
	.main h1 {
		font-size: 24px;
		text-align: center;
		padding-right: 25px;
		padding-left: 25px;
	}
	.main h1 span {
		font-size: 18px;
	}
	.main p {
		text-align: center;
		font-size: 12px;
	}
	.radio-player .player-wrapper .current-song .song-details {
		display: none;
	}
	.latest-news {
		margin-top: -50px;
	}
	.latest-news .news-item {
		margin-top: 30px;
	}
	.emisions {
		padding: 30px 0;
	}
	.emisions .box-wrapper {
		padding: 45px 25px;
	}
	.emisions img.logo {
		height: 30px;
		margin-bottom: 25px;
	}
	.emisions h3 {
		font-size: 24px;
	}
	.emisions p {
		font-size: 12px;
	}
	.emisions .btn-link {
		margin-bottom: 20px;
	}
	.emisions .emision-item {
		margin-top: 15px;
	}
	.videos .video-box .info {
		padding: 20px;
	}
	.videos .video-box .info h4 {
		font-size: 16px;
	}
	.videos .video-box .info h5 {
		font-size: 12px;
	}
	.videos {
		padding: 0 0 30px 0;
	}
	footer {
		padding: 40px 0 40px 0;
	}
	footer h3 {
		margin: 30px 0 10px 0;
	}
	body.radio-player-body {
		padding-bottom: 90px;
	}
	.video-categories {
		padding: 10px 0;
	}
	.video-categories ul {
		white-space: nowrap;
		overflow-y: hidden;
	}
	.video-categories ul li a {
		margin-right: 20px;
		font-size: 12px;
	}
	.videos.v2 {
		padding: 30px 0;
	}
	.videos.v2 .row.mobile-row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.videos.v2 .row.mobile-row div[class^='col'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.videos.v2 .video-item {
		margin-top: 10px;
	}
	.videos.v2 .video-item img {
		height: 100px;
	}
	.videos.v2 .video-item:after {
		padding-top: 25px;
		font-size: 20px;
	}
	.videos.v2 .video-item .info {
		padding: 0 10px 10px 10px;
	}
	.videos .video-item .info h4 {
		font-size: 12px;
	}
	.videos .video-item .info h5 {
		font-size: 9px;
	}
	.top-news .slide h3 {
		font-size: 20px;
	}
	.top-news .slide p {
		font-size: 12px;
	}
	.latest-news.general-page {
		margin-top: 0;
		padding: 1px 0 30px 0;
	}
	.main.blog-post {
		padding: 250px 0 50px 0;
	}
	.main.blog-post h1 {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	.main.blog-post p {
		text-align: left;
	}
	.main.blog-post .more-details {
		margin-top: 30px;
	}
	.main.blog-post .more-details span {
		margin-bottom: 0;
	}
	.blog-page {
		padding: 30px 0;
	}
	.blog-page .breadcrumb {
		white-space: nowrap;
		display: block;
		overflow-y: hidden;
	}
	.blog-page .breadcrumb li.breadcrumb-item {
		display: inline-block;
		vertical-align: middle;
	}
	.blog-page .blog-img {
		float: none !important;
		max-width: 100%;
		margin-left: 0;
	}
	.blog-page .share-post {
		padding-bottom: 30px;
	}
	.galleries {
		padding: 1px 0 30px 0;
	}
	.galleries .gallery-item {
		margin-top: 15px;
	}
	.gallery-page {
		padding: 30px 0;
	}
	.gallery-page .gallery-images a {
		margin-top: 15px;
	}
	.gallery-page h3 {
		font-size: 24px;
		padding-right: 0;
		max-width: 100%;
	}
	.contact-map {
		height: 200px;
	}
	.contact {
		padding: 30px 0;
	}
}