@media only screen and (max-width: 1199px) {
	.contact-us .contact-form .wpcf7-form-control {
		max-height: 150px;
	}
}

@media (min-width: 1200px) {
	
}

@media only screen and (max-width: 991px) {

	.player-section .images-wrap .ballon {
		right: -100% !important;
		bottom: 3rem !important;
	}

	.player-section .images-wrap .ballons {
		right: -50% !important;
		bottom: -5rem !important;
	}
	
	.player-section .images-wrap .kids {
		left: -100% !important;
	}

	.site-header {
		position: absolute;
		width: 100%;
		top: 51px;
		background: #e1f5fb;
	}

	.site-header .logo-link {
		left: 5%;
		transform: none;
	}

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

	.site-header .menu li .icon {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 10px;
		padding: 16px;
	}

	.site-header .menu li .icon.rotate {
		transform: rotate(180deg);
	}

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

	#menu-header-left-menu,
	#menu-header-right-menu {
		float: unset;
		margin: 0;
	}

	#menu-header-left-menu {
		padding-top: 130px;
	}

	#menu-header-right-menu {
		padding-bottom: 30px;
	}

	.site-header .menu .sub-menu {
		width: 100%;
		position: relative;
		border-radius: 0;
		top: 0;
		left: 0;
	}

	.site-header .menu .sub-menu li a {
		padding-left: 50px;
	}
	
	.on-radio-section .item-wrap .img-wrap {
		margin-top: 0 !important;
	}

	.contact-us .contact-form {
		padding: 40px;
	}

	.contact-us .contact-form .wpcf7-form-control {
		max-height: 100px;
	}
}

@media only screen and (max-width: 767px) {

	.listen-section-subtitle{
	
		top: 100px!important;
	}


	.player-section .images-wrap .ballon {
		display: none;
	}

	.player-section .images-wrap .ballons {
		display: none;
	}
	
	.player-section .images-wrap .kids {
		display: none;
	}

	section .item-wrap,
	.carousel-item, .p-40 {
		padding: 0 40px !important;
	}

	.site-header .logo-link img {
		max-width: 250px;
	}

	.curve-border {
		width: 90% !important;
	}

	.news-section .curve-border {
		margin-bottom: -120px !important;
	}

	.site-footer .footer-boat {
		max-width: 180px;
	}
	
	#fixed-player .volume-bars{
		top: auto;
	    left: auto;
	    position: absolute;
	    right: -20px;
	    bottom: 90px;
	    transform: rotate(-90deg);
	    width: 120px;
	    height: 100%;
	    text-align: center;
	    padding-top: 17px;
	    padding-left: 10px;
	    padding-right: 10px;
	    background-color: rgba(144,219,242,0.8);
	    border: 1px solid #CBB4BE;
	    display: none;
	}

	.contact-us .contact-form {
		background-image: none;
	}

}

@media only screen and (max-width: 550px) {
	body {
		padding-bottom: 300px;
	}

	.site-header .logo-link img {
		max-width: 200px;
	}

	.player-section .play-pause-btn {
		width: 140px;
		height: 140px;
	}

	.player-section .play-pause-btn .icon {
		font-size: 6rem;
	}

	.news-section {
		padding-bottom: 150px;
	}

	#carouselCurious {
		margin-bottom: 10rem;
	}

	.who-we-are {
		padding-bottom: 200px;
	}
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 380px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 768px) {
    .latest-post .info {
		background: rgba(255,255,255,0.9);
		padding: 30px 50px;
		border-radius: 50px 120px 120px 50px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#header-container {
		width: 100%;
		max-width: 100%;
	}

	.site-header .logo-link {
		left: 48%
	}

	.site-header .logo-link img {
		max-width: 220px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}