/*------------------------------------- Global styles -------------------------------------*/
body {
	position: relative;
	padding-bottom: 280px;
	min-height: 100vh;
	font-family: 'montserratregular', sans-serif !important;
}

section img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

section p {
	color: #303463 !important;
}

section .section-item {
	display: block;
}

section .section-item:hover {
	text-decoration: none;
}

section .date {
	color: #5c5c5c;
}

.btn-primary {
	position: relative;
	z-index: 5;
	text-transform: uppercase;
	padding: 15px 25px !important;
	border-radius: 3px !important;
	border: none !important; 
	background: #f22c99 !important;
	box-shadow: none !important;
	cursor: pointer;
	line-height: 30px !important;
}

.btn-primary:hover {
	background: #fc8a06 !important;
}

.btn .icon {
	position: relative;
	top: 4px;
	left: 9px;
	font-size: 24px;
}

/*------------------------------------- Header styles -------------------------------------*/

.site-header {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 4;
	background-color: transparent; 
}

.site-header .navbar {
	padding: 0;
}

.site-header .row {
	width: 100%;
}

.site-header .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-header-left-menu {
	float: left;
}

#menu-header-right-menu {
	float: right;
	margin-right: -15px;
}

.site-header .menu > li {
	display: inline-block;
}

.site-header .menu li a {
	display: block;
	font-size: 14px;
	padding: 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #005b72;
}

.site-header .menu li .icon {
	display: none;
	transition: transform 0.3s linear;
}

.site-header .menu li .icon:hover {
	cursor: pointer;
	color: #e7277a;
}

.site-header .menu li a:hover {
	color: #e7277a;
	background-image: url("../images/header-cloud.png");
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}

.site-header .logo-link {
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
}

.site-header .logo-link img {
	width: 100%;
	max-width: 300px;
}

.navbar-toggler {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 10px 15px !important;
	border-radius: 5px !important;
	outline: none !important;
	
}

.navbar-toggler .toggler-icon {
	display: block;
	width: 26px;
	height: 2px;
	margin: 4px 0;
	background: #303463;
	border-radius: 3px;
	transition: all 0.5s;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	background: transparent;
}

.navbar-toggler:hover .toggler-icon,
.navbar-toggler:focus .toggler-icon {
	background: #fc8a06;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 25% 10%;
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 30%;
}

.navbar-toggler.collapsed .top-bar,
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.site-header .menu .sub-menu {
	display: block;
	max-height: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	z-index: 3;
	transition: max-height 0.2s ease-out;
}

.site-header .menu .sub-menu.show {
	transition: max-height 0.7s ease-in;
	max-height: 1000px;
}

.site-header .sub-menu li {
	display: block;
}

.site-header .sub-menu li a {
	padding-left: 25px;
	background: #e1f5fb;
}

.site-header .sub-menu li a:hover {
	background: #60daff;
	color: #fff;
}

/*------------------------------------- Player section styles -------------------------------------*/

.player-section {
	position: relative;
	overflow: hidden;
	margin-top: -52px;
	//padding-top: 500px;
	padding-top: 208px;
	background-image: url("../images/player-background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.player-section .play-pause-btn {
	position: relative;
	z-index: 3;
	background: url("../images/player-btn.png");
	margin-bottom: 25px;
	background-size: 100%;
	color: #fff;
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	border: 5px solid rgba(244, 61, 61, 0.3);
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

.player-section .play-pause-btn:hover {
	color: #303463;
}

.player-section .play-pause-btn .icon {
	font-size: 6.5rem;
	margin-left: 15px;
}

.player-section .player-info .now-playing strong {
	color: #e7277a;
}

.player-section .player-info .next-playing strong {
	color: #fc8a06;
}

.player-section .images-wrap {
	position: relative;
}

.player-section .images-wrap img {
	position: absolute;
	width: 100%;
}

.player-section .images-wrap .kids {
	left: -63%;
	bottom: -6rem;
	max-width: 450px;
}

.player-section .images-wrap .ballon {
	//right: -25%;
	//bottom: 12rem;
	right: -53%;
	bottom: 0;
	max-width: 150px;
}

.player-section .images-wrap .ballons {
	//right: -90%;
	//bottom: 15rem;
	right: -7%;
	bottom: -3rem;
	max-width: 130px;
}

/*------------------------------------- What new section styles -------------------------------------*/

.what-new-section {
	position: relative;
	padding-bottom: 60px;
	background-image: url("../images/video-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.what-new-section h3 {
	position: relative;
	text-transform: uppercase;
	color: #F94D4D;
	margin: 50px 0 30px 0;
}

.section-item .img-wrap img {
	border: 3px solid transparent;
}

.section-item .img-wrap {
	position: relative;
	border-radius: 5px;
}

.section-item:hover .img-wrap img {
	opacity: 0.6;
}

.what-new-section .item-wrap:nth-child(1) .section-item .img-wrap {
	background-color: #e7277a;
}

.what-new-section .item-wrap:nth-child(1) .big-post .img-wrap {
	background-color: #fc8a06;
}

.what-new-section .item-wrap:nth-child(2) .section-item .img-wrap {
	background-color: #91c403;
}

.what-new-section .item-wrap:nth-child(3) .section-item .img-wrap {
	background-color: #008caf;
}

.what-new-section .item-wrap:nth-child(4) .section-item .img-wrap {
	background-color: #ffcc00;
}

.what-new-section .section-item .img-wrap .icon {
	position: absolute;
	font-size: 36px;
	padding: 10px;
	bottom: -3px;
	border-radius: 3px;
	left: -3px;
	color: #fff;
	transform: rotate(-10deg);
}

.what-new-section .big-post .img-wrap .icon {
	font-size: 50px;
}

.what-new-section .big-post:hover .img-wrap .icon {
	font-size: 60px !important;
}

.what-new-section .item-wrap .section-item:hover .icon {
	font-size: 46px;
}

.what-new-section .item-wrap:nth-child(1) .section-item {
	color: #e7277a;
}

.what-new-section .item-wrap:nth-child(1) .section-item .icon {
	background-color: rgba(231, 39, 122, 0.8);
}

.what-new-section .item-wrap:nth-child(1) .big-post {
	color: #fc8a06;
}

.what-new-section .item-wrap:nth-child(1) .big-post .icon {
	background-color: rgba(252, 138, 6, 0.7);
}

.what-new-section .item-wrap:nth-child(2) .section-item {
	color: #91c403;
}

.what-new-section .item-wrap:nth-child(2) .section-item .icon {
	background-color: rgba(145, 196, 3, 0.8);
}

.what-new-section .item-wrap:nth-child(3) .section-item {
	color: #008caf;
}

.what-new-section .item-wrap:nth-child(3) .section-item .icon {
	background-color: rgba(0, 140, 175, 0.8);
}

.what-new-section .item-wrap:nth-child(4) .section-item {
	color: #ffcc00;
}

.what-new-section .item-wrap:nth-child(4) .section-item .icon {
	background-color: rgba(255, 204, 0, 0.8);
}

.section-item .img-wrap .watch-now {
	text-transform: uppercase;
	display: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.section-item:hover .img-wrap .watch-now {
	display: block;
}

/*------------------------------------- Common - on-radio and listen section styles -------------------------------------*/
.listen-section-title{
	text-align: center!important;
	position: relative;
	
	text-transform: uppercase;

	color: #f22c99;
}
.listen-section-subtitle{
	position: relative; 

	top: 100px!important;
}
.common-section {
	position: relative;
	top: -50px;
	padding: 90px 0;
	background-image: url("../images/games-background1.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.common-section h3 {
	position: relative;
	text-transform: uppercase;
	color: #F94D4D;
	margin: 1% 0 10% 0;
}

.common-section .item-wrap .img-wrap img {
	border: 3px solid transparent;
}

.common-section .item-wrap:nth-child(1) .img-wrap {
	background-color: #e7277a;
	margin-top: 80px;
}

.common-section .item-wrap:nth-child(1) .section-item {
	color: #e7277a;
}

.common-section .item-wrap:nth-child(2) .img-wrap {
	background-color: #008caf;
	margin-top: 140px;
}

.common-section .item-wrap:nth-child(2) .section-item {
	color: #008caf;
}

.common-section .item-wrap:nth-child(3) .img-wrap {
	background-color: #91c403;
	margin-top: -20px;
}

.common-section .item-wrap:nth-child(3) .section-item {
	color: #91c403;
}

.common-section .item-wrap:nth-child(4) .section-item {
	color: rgba(255, 94, 0, 1);
}

.common-section .item-wrap .section-item .icon {
	position: absolute;
	font-size: 40px;
	padding: 10px 15px;
	border-radius: 3px;
	top: 50px;
	bottom: unset;
	left: -20px;
	color: #fff;
	transform: rotate(-10deg);
}

.common-section .item-wrap .section-item:hover .icon {
	font-size: 50px;
}

.common-section .item-wrap:nth-child(1) .img-wrap .icon,
.common-section .item-wrap:nth-child(1) .section-item h6 {
	background-color: rgba(231, 39, 122, 0.8);
}

.common-section .item-wrap:nth-child(2) .img-wrap .icon,
.common-section .item-wrap:nth-child(2) .section-item h6 {
	background-color: rgba(0, 140, 175, 0.8);
}

.common-section .item-wrap:nth-child(3) .img-wrap .icon,
.common-section .item-wrap:nth-child(3) .section-item h6 {
	background-color: rgba(145, 196, 3, 0.8);
}

.common-section .item-wrap:nth-child(4) .img-wrap .icon,
.common-section .item-wrap:nth-child(4) .section-item h6 {
	background-color: rgba(255, 94, 0, 0.8); 
}

.common-section .item-wrap .section-item h6 {
	position: absolute;
	text-transform: uppercase;
	padding: 15px;
	right: -10px;
	bottom: -20px;
	color: #fff;
	border-radius: 5px;
	max-width: 85%;
}

.common-section .btn-primary {
	background: #fc8a06 !important;
}

.common-section .btn-primary:hover {
	background: #f22c99 !important;
}



.listen-section-1 .item-wrap:nth-child(1) .img-wrap .icon,
.listen-section-1 .item-wrap:nth-child(1) .section-item h6 {
	background-color: rgba(145, 196, 3, 0.8) !important;
}

.listen-section-1 .item-wrap:nth-child(2) .img-wrap .icon,
.listen-section-1 .item-wrap:nth-child(2) .section-item h6 {
	background-color: rgba(255, 94, 0, 0.8) !important;
}

.listen-section-1 .item-wrap:nth-child(3) .img-wrap .icon,
.listen-section-1 .item-wrap:nth-child(3) .section-item h6 {
	background-color: rgba(231, 39, 122, 0.8) !important;
}

.listen-section-1 .item-wrap:nth-child(4) .img-wrap .icon,
.listen-section-1 .item-wrap:nth-child(4) .section-item h6 {
	background-color: rgba(0, 140, 175, 0.8) !important;
}





/*------------------------------------- News section styles -------------------------------------*/

.news-section {
	position: relative;
	padding-bottom: 100px;
	background-image: url("../images/curious-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.news-section h3 {
	position: relative;
	text-transform: uppercase;
	color: #F94D4D;
	margin-bottom: 30px;
}

.news-section .item-wrap:nth-child(1) .section-item .img-wrap {
	background-color: #e7277a;
}

.news-section .item-wrap:nth-child(2) .section-item .img-wrap {
	background-color: #91c403 ;
}

.news-section .item-wrap:nth-child(2) .big-post .img-wrap {
	background-color: #fc8a06 ;
}

.news-section .item-wrap:nth-child(3) .section-item .img-wrap {
	background-color: #008caf;
}

.news-section .item-wrap:nth-child(4) .section-item .img-wrap {
	background-color: #ffcc00;
}

.news-section .section-item .img-wrap .icon {
	position: absolute;
	font-size: 18px;
	padding: 20px 10px;
	bottom: -3px;
	border-radius: 3px;
	left: -3px;
	color: #fff;
	transform: rotate(-10deg);
}

.news-section .item-wrap .section-item:hover .icon {
	font-size: 26px;
}

.news-section .big-post .img-wrap .icon {
	font-size: 26px;
}

.news-section .big-post:hover .img-wrap .icon {
	font-size: 34px !important;
}

.news-section .item-wrap:nth-child(1) .section-item {
	color: #e7277a;
}

.news-section .item-wrap:nth-child(1) .section-item .img-wrap .icon {
	background-color: rgba(231, 39, 122, 0.8);
}

.news-section .item-wrap:nth-child(2) .section-item .img-wrap .icon {
	background-color: rgba(145, 196, 3, 0.8);
}

.news-section .item-wrap:nth-child(2) .section-item {
	color: #91c403;
}

.news-section .item-wrap:nth-child(2) .big-post .img-wrap .icon {
	background-color: rgba(252, 138, 6, 0.7);
}

.news-section .item-wrap:nth-child(2) .big-post {
	color: #fc8a06;
}

.news-section .item-wrap:nth-child(3) .section-item .img-wrap .icon {
	background-color: rgba(0, 140, 175, 0.8);
}

.news-section .item-wrap:nth-child(3) .section-item {
	color: #008caf;
}

.news-section .item-wrap:nth-child(4) .section-item .img-wrap .icon {
	background-color: rgba(255, 204, 0, 0.8);
}

.news-section .item-wrap:nth-child(4) .section-item {
	color: #ffcc00;
}

.news-section .section-item .img-wrap .learn-now {
	text-transform: uppercase;
	display: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.news-section .section-item:hover .img-wrap .learn-now {
	display: block;
}

.news-section .btn-primary {
	background: #303463 !important;
}

.news-section .btn-primary:hover {
	background: #008caf !important;
}

/*------------------------------------- Footer styles -------------------------------------*/

.site-footer {
	position: absolute;
	width: 100%;
	padding: 25px 0 50px 0;
	background: #008caf;
	bottom: 60px;
}

.site-footer:before {
	content: '';
	position: absolute;
	top: -70px;
	z-index: 2;
	width: 100%;
	height: 70px;
	background-repeat: no-repeat;
	background-image: url(../images/footer-waves.png);
	background-size: cover;
	background-position: center;
}

.site-footer .footer-boat {
	position: absolute;
	width: 100%;
	max-width: 250px;
	bottom: 105%;
	right: 7%;
}

.site-footer ul {
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}

.site-footer ul li {
	display: inline-block;
	margin: 5px 0;
}

.site-footer .footer-nav ul li a {
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
}

.site-footer .footer-nav ul li a:hover,
.site-footer .social-links li a:hover {
	text-decoration: none;
	color: #ffcc00;
}

.site-footer .social-links li a {
	color: #fff;
	font-size: 24px;
	padding: 0 12px;
}

.site-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 0;
	color: #fff;
	background: #008caf;
}

.site-info:before {
	content: '';
	position: absolute;
	top: -43px;
	width: 100%;
	height: 43px;
	background-image: url(../images/site-info-waves.png);
	background-size: cover;
	background-position: center;
}

/*------------------------------------- Archive pages styles -------------------------------------*/

.latest-post {
	position: relative;
	margin-top: -51px;
	padding: 150px 0 100px 0;
	background-image: url(../images/list-page-background2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #f94d4d;
}

.latest-post .img-wrap img {
	border: 3px solid transparent;
}

.latest-post h2 {
	width: 100%;
}

.latest-post .img-wrap {
	position: relative;
	background-color: #fc8a06;
	border-radius: 5px;
}

.latest-post .img-wrap .icon {
	position: absolute;
	font-size: 46px;
	padding: 10px;
	bottom: -3px;
	border-radius: 3px;
	left: -3px;
	color: #fff;
	transform: rotate(-10deg);
	background-color: rgba(252, 138, 6, 0.7);
}

.latest-post .info .look-more {
	position: relative;
	background: #f94d4d;
	color: #fff;
	display: inline-block;
	padding: 15px 40px 15px 20px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.latest-post .info .look-more .icon {
	position: absolute;
	top: 11px;
	right: 12px;
	font-size: 18px;
}

.latest-post .info .look-more:hover {
	background: #f22c99;
}

.section-all-articles {
	padding-bottom: 100px;
	background-image: url("../images/curious-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.section-all-articles h3 {
	color: #303463;
}

.section-all-articles h3 span {
	font-family: 'Marck Script', cursive;
	font-size: 50px;
	color: #f94d4d;
}

.item-wrap.special-class-1 .section-item .img-wrap,
#carouselCurious .carousel-item.special-class-1 .img-wrap {
	background-color: #e7277a;
}

.item-wrap.special-class-1 .section-item .img-wrap .icon,
#carouselCurious .carousel-item.special-class-1 .img-wrap .icon {
	background-color: rgba(231, 39, 122, 0.8);
}

.item-wrap.special-class-1 .section-item,
#carouselCurious .carousel-item.special-class-1 {
	color: #e7277a;
}

.item-wrap.special-class-2 .section-item .img-wrap,
#carouselCurious .carousel-item.special-class-2 .img-wrap {
	background-color: #91c403;
}

.item-wrap.special-class-2 .section-item .img-wrap .icon,
#carouselCurious .carousel-item.special-class-2 .img-wrap .icon {
	background-color: rgba(145, 196, 3, 0.8);
}

.item-wrap.special-class-2 .section-item,
#carouselCurious .carousel-item.special-class-2 {
	color: #91c403;
}

.item-wrap.special-class-3 .section-item .img-wrap,
#carouselCurious .carousel-item.special-class-3 .img-wrap {
	background-color: #008caf;
}

.item-wrap.special-class-3 .section-item .img-wrap .icon,
#carouselCurious .carousel-item.special-class-3 .img-wrap .icon {
	background-color: rgba(0, 140, 175, 0.8);
}

.item-wrap.special-class-3 .section-item,
#carouselCurious .carousel-item.special-class-3 {
	color: #008caf;
}

.item-wrap.special-class-0 .section-item .img-wrap,
#carouselCurious .carousel-item.special-class-0 .img-wrap {
	background-color: #ffcc00;
}

.item-wrap.special-class-0 .section-item,
#carouselCurious .carousel-item.special-class-0 {
	color: #ffcc00;
}

.item-wrap.special-class-0 .section-item .img-wrap .icon,
#carouselCurious .carousel-item.special-class-0 .img-wrap .icon {
	background-color: rgba(255, 204, 0, 0.8);
}

.section-item .img-wrap .icon,
#carouselCurious .carousel-item .img-wrap .icon {
	position: absolute;
	font-size: 36px;
	padding: 10px;
	bottom: -3px;
	border-radius: 3px;
	left: -3px;
	color: #fff;
	transform: rotate(-10deg);
}

#carouselCurious .carousel-item .img-wrap {
	position: relative;
}

#carouselCurious .carousel-item .img-wrap .icon {
	font-size: 18px !important;
	padding: 20px 10px !important;
}

.item-wrap .section-item:hover .icon {
	font-size: 46px;
}

#carouselCurious .carousel-item:hover .img-wrap .icon {
	font-size: 26px !important;
}

.curious-title {
	text-transform: uppercase;
	color: #f22c99;
}

#carouselCurious .carousel-item {
	text-decoration: none;
	border-radius: 5px;
}

#carouselCurious .carousel-item .img-wrap {
	border-radius: 5px;
}

#carouselCurious .carousel-item .img-wrap img {
	border: 3px solid transparent;
}

.curious-nav {
	position: relative;
	top: -34px;
}

.carousel-inner {
	width: auto !important;
	background: rgba(255,255,255,0.9);
}

.curious-nav .carousel-control-prev {
	position: absolute;
	right: 30px;
	left: unset;
}

.curious-nav .carousel-control-prev,
.curious-nav .carousel-control-next {
	display: block;
	color: #fff;
	background: #f22c99;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	opacity: 1;
}

.curious-nav .carousel-control-prev .icon {
	font-size: 12px;
	margin-right: 1px;
}

.curious-nav .carousel-control-next .icon {
	font-size: 12px;
	margin-left: 3px;
}

.curious-nav .carousel-control-prev:hover,
.curious-nav .carousel-control-next:hover {
	opacity: 0.5;
}

#menu-categories-sidebar {
	list-style-type: none;
	padding: 0;
	border-radius: 5px;
}

#menu-categories-sidebar li a {
	display: block;
	padding: 15px 20px;
	background: #303463;
	color: #fff;
	text-transform: uppercase;
}

#menu-categories-sidebar li .icon {
	float: right;
	font-size: 14px;
	padding: 5px;
}

#menu-categories-sidebar li a:hover {
	background: #282b52;
	text-decoration: none;
}

#menu-categories-sidebar li:first-child a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#menu-categories-sidebar li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* ----------------------------- Pagination styles ----------------------------- */

.page-nav .page-numbers {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding-top: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	line-height: 22px;
	background: transparent;
	color: #f22c99;
	text-decoration: none;
}

.page-nav .page-numbers:hover,
.page-nav .page-numbers.current {
	background: #f22c99;
	color: #fff;
}
.page-nav .page-numbers.next,
.page-nav .page-numbers.prev {
	color: #f22c99;
	font-size: 14px;
	padding-top: 4px;
}

.page-nav .page-numbers.next:hover,
.page-nav .page-numbers.prev:hover {
	color: #fff;
}

.page-nav .page-numbers .icon {
	font-weight: bold;
}

/* ----------------------------- Single page styles ----------------------------- */

.single-page {
	position: relative;
	padding: 150px 0 100px 0;
	margin-top: -52px;
	background-image: url(../images/list-page-background2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.single-page h3 {
	color: #f94d4d;
	font-weight: 600;
}

.single-page .single-main-img {
	border: 3px solid #f94d4d;
	border-radius: 5px;
}

.single-page .related-articles .related-title {
	color: #303463;
	text-transform: uppercase;
}

.single-page .latest-posts .title {
	text-transform: uppercase;
	color: #008caf;
}

.single-page .latest-posts .post-wrap {
	display: block;
	border-radius: 5px;
	text-decoration: none;
	padding: 15px;
	background: rgba(0, 140, 175, 0.15);
}

.single-page .latest-posts .post-wrap:hover {
	background: #008caf;
}

.single-page .latest-posts .post-wrap:hover .date,
.single-page .latest-posts .post-wrap:hover h6 {
	color: #fff !important;
}

.single-page .latest-posts .post-wrap.color-0 h6 {
	color: #008caf;
}
.single-page .latest-posts .post-wrap.color-1 h6 {
	color: #91c403;
}
.single-page .latest-posts .post-wrap.color-2 h6 {
	color: #e7277a;
}
.single-page .latest-posts .post-wrap.color-3 h6 {
	color: #f94d4d;
}

.mejs-container, 
.mejs-container .mejs-controls, 
.mejs-embed, .mejs-embed body {
	background: #008caf !important;
}

.single-page .author img {
	max-width: 50px;
	border-radius: 50%;
}

.single-page .author .author-info {
	display: inline-block;
}

.single-page .author .author-info a {
	text-transform: uppercase;
	color: #f94d4d;
	text-decoration: none;
}

.single-page .author .author-info a:hover {
	color: #e7277a;
}

.single-page .author .author-info .small-text {
	font-size: 14px;
	color: #5c5c5c;
}

/* ----------------------------- Page error 404 styles ----------------------------- */

.page-heading.error {
	padding-top: 150px;
}

.error-text {
	position: relative;
	padding: 80px 0;
}

.error-text a {
	color: #fc8a06;
}

.error-text a:hover {
	color: #303463;
	text-decoration: none;
}

/*------------------------------------- Contact us page styles -------------------------------------*/

.contact-us {
	position: relative;
	margin-top: -52px;
	padding: 150px 0;
	background-image: url(../images/list-page-background2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.contact-us .contact-us-title {
	color: #008caf;
}

.contact-us .contact-form {
	width: 100%;
	background-image: url(../images/contacts.png);
	background-size: 100%;
    background-repeat: no-repeat;
    padding: 70px;
}

.contact-us .contact-form label {
	color: #303463;
	font-size: 18px;
}

.contact-us .contact-form .wpcf7-form-control {
	width: 100%;
	padding: 10px 15px;
	border: 2px solid #60daff;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	outline: none;
}

.contact-us .contact-form .wpcf7-form-control.wpcf7-submit {
	text-transform: uppercase;
	padding: 15px 25px;
	border-radius: 3px;
	border: none; 
	background: #303463;
	box-shadow: none;
	cursor: pointer;
	color: #fff;
}

.contact-us .contact-form .wpcf7-form-control.wpcf7-recaptcha {
	border: none;
	background: transparent;
}

.contact-us .contact-form .wpcf7-form-control.wpcf7-recaptcha div {
	margin: 0 auto;
}

.contact-us .contact-form .wpcf7-form-control.wpcf7-submit:hover {
	background: #008caf;
}

/*------------------------------------- Who we are page styles -------------------------------------*/

.who-we-are {
	position: relative;
	margin-top: -52px;
	padding: 150px 0 100px 0;
	background-image: url(../images/list-page-background2.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.who-we-are .container {
	background: #fff;
	border-radius: 100px;
	padding: 50px;
}

.who-we-are .person-wrap {
	position: relative;
	width: 100%;
	max-width: 350px;
	height: auto;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
}

.who-we-are .person-wrap:hover img {
	opacity: 0.7;
}

.who-we-are .person-wrap.pw-1 {
	background: #e7277a;
}
.who-we-are .person-wrap.pw-2 {
	background: #91c403;
}
.who-we-are .person-wrap.pw-3 {
	background: #008caf;
}
.who-we-are .person-wrap.pw-4 {
	background: #ffcc00;
}

.who-we-are .person-wrap img {
	border: 3px solid transparent;
}

.who-we-are .person-wrap .person-name {
	position: absolute;
	left: 20px;
	bottom: -50px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.3s ease-out;
}

.who-we-are .person-wrap:hover .person-name {
	bottom: 20px;
	transition: all 0.3s ease-in;
}

.volume-wrap{
	text-align:center;
}

#fixed-player{
	background:rgba(144,219,242,0.8);
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	border-top:1px solid #CBB4BE;
	z-index:100;
	height:60px;
	transition: 1s;
}

#fixed-player .row{
	height:100%;
}

#fixed-player .col-sm-2{
	padding-right:0px;
	padding-top:15px;
}


#fixed-player .play-pause-btn{
	background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
    top:6px;
    left:calc( 50% - 30px );
 	position:absolute;
    background: url(../images/player-btn.png);
    margin-bottom: 25px;
    background-size: 100%;
    color: #fff;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(244, 61, 61, 0.3);
    border-radius: 50%;
    outline: none;
}

#fixed-player .play-pause-btn span{
    color: #fff;
    font-size:25px;
	line-height: 45px;
    margin-left: 3px;
}

#fixed-player .play-pause-btn:hover span{
	color: #303463;
}


#fixed-player .play-pause-btn .icon-play-button{
	margin-left:3px;
}

#fixed-player .speaker-btn, .volume-wrap .speaker-btn{
	background: transparent;
    border: 0;
    outline: none;
    font-size:24px;
	color:#F94D4D;
}

#fixed-player .speaker-btn:hover, .volume-wrap .speaker-btn:hover{
	color:#303463;
}


#fixed-player .bar, .volume-wrap .bar{
	width: 5px;
    height: 13px;
    border-radius: 3px;
	background-color:#F94D4D;
}

#fixed-player .bar:hover, #fixed-player .bar.orange, .volume-wrap .bar:hover, .volume-wrap .bar.orange{
    background-color: #303463;
 }

 #fixed-player .sound-volume {
	 padding-left: 8%;
 }

 #fixed-player .volume-bars, .volume-wrap .volume-bars{
 	display:inline-block;
 	list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position:relative;
    top:-5px;
 }

#fixed-player .volume-bars li, .volume-wrap .volume-bars li{
	display:inline-block;
}

 #fixed-player .now-playing, #fixed-player .next-playing{
 	display:inline-block;
 	position:absolute;
 	width:50%;
 	top:10px;
    font-size: 0.9rem;
 }
 
 .home #fixed-player .now-playing, .home #fixed-player .next-playing{
	 display:none;
 }

 #fixed-player .now-playing{
 	text-align:right;
 	padding-right:40px;
 	left:0px;
 }

 #fixed-player .next-playing{
	text-align: left;
 	right:-40px;
 }

#fixed-player .now-playing strong{
	text-transform: uppercase;
	font-size:15px;
	color:#212529;
	display:block;
	text-align:right;
}

#fixed-player .now-playing span{
	color:#212529;
	display:block;
	text-align:right;
}

#fixed-player .next-playing strong{
	text-transform: uppercase;
	font-size:15px;
	color:#212529;
	display:block;
	text-align:left;
}

#fixed-player .next-playing span{
	color:#212529;
	display:block;
	text-align:left;
}

#toggle-fixed-player {
    position: absolute;
    right: 0px;
    bottom: 60px;
    border-bottom: 0px;
    width: 40px;
    height: 40px;
    padding: 10px;
}

#toggle-fixed-player .top-bar {
    transform: rotate(45deg);
    transform-origin: 25% 10%;
}

#toggle-fixed-player .toggler-icon {
    display: block;
    width: 26px;
    height: 2px;
    margin: 4px 0;
    background: #303463;
    border-radius: 3px;
    transition: all 0.5s;
}

#fixed-player.hidden{
	bottom: -60px;
}

#toggle-fixed-player.closed {
    padding: 10px 8px;
}

#toggle-fixed-player .top-bar {
    transform: rotate(45deg);
    transform-origin: 25% 10%;
}

#toggle-fixed-player.closed .top-bar {
    transform: rotate(45deg);
    transform-origin: 65%;
    width: 15px;
    margin-left: 10px;
}

#toggle-fixed-player .middle-bar {
    opacity: 0;
}

#toggle-fixed-player.closed .middle-bar {
    opacity: 1;
    transform: rotate(90deg);
}

#toggle-fixed-player .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 30%;
}

#toggle-fixed-player.closed .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: -70%;
    width: 15px;
    margin-left: 5px;
}

.icon-pause{
	margin-left:0px !important;
}

.icon-mute{
	font-size:27px;
}

#fixed-player .now-playing, #fixed-player .next-playing{
	visibility:hidden;
}

.home #fixed-player{
	visibility:hidden;
}

#hidden{
	display:none;
}

.novinite {
	width: 100%;
	border: 20px dashed rgb(231, 109, 39);
	border-radius: 50px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.5);

}
.novinite-title{
	width: 100%;
	text-align: center;
	color: #00aeee;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.img-icon{
	width: 70px;
	height: 70px;
	margin-right: 12px;
}