/*
Author: Francesco Ascione
Site-Web: www.radioantennaluciana.it
Email: francesco16ascione@gmail.com
Version: 1.0
*/



/*-------------------------------------------------
Generali
-------------------------------------------------*/
body{height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F4F4F4;}


/*-------------------------------------------------
Header
-------------------------------------------------*/
.navbar{background-color: #0f0096; height: 60px;}
.logo{
	width: auto;
	margin: 5px 5px;
	height: 50px;
	float: left;}

.menu_desktop{
	position: static;
	width: 77%;
	float: right;
	background-color: #0F0096;
	text-align: center;
	height: 60px;
	margin: 0;}

.menu_desktop ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;}

.menu_desktop ul li{
	float: left;
	width: 20%;}

.menu_desktop a{
	color: #fff;
	display: block;
	font: 14px;
	padding: 20.5px 20px;
	text-transform: uppercase;
	text-decoration: none;}
.postcard{width: 278px; float: left; margin-left: 10px; margin-right: 10px;}
.img_postcard{width: 100%; height: 200px;}
.menu_desktop a:hover{
	background:#0f0090;}
.description{margin: 0 auto; padding: 0;}
.description p{border: double; padding: 10px; background-color: #0f0096; color: yellow; max-width: 880px; margin: 0 auto;}
.on_air{height: 100px; width: auto; margin-top: 5px;}
.notice{width: 900px; height: 350px; margin: 10px auto 10px;}
/*-------------------------------------------------

-------------------------------------------------*/
.clear{clear: both;}

/*-------------------------------------------------
Pagina
-------------------------------------------------*/

.cover{height: 600px; background-image:url(../images/studio.jpeg); background-size: cover; background-position: center center; position: relative;}

.filter{background: #000; width: 100%; height: 100%; position: absolute; z-index: 0; opacity: 0.5;}

.caption{display: table; height: 100%; width: 100%; position: relative; z-index: 1;}

.copy{display: table-cell; vertical-align:middle; text-align: center; color: #fff;}


/*-------------------------------------------------
Footer
-------------------------------------------------*/
.calltoaction{height: 50px; max-width: 300px; background-color: #fff; margin: 0 auto; border-radius: 20px; padding: 0;}
.links_decoration{text-decoration: none;}
.botton{font-size: 30px; color: red; padding: 3px; font-family: 'Paytone One', sans-serif;}
.footer p {text-align: center; color: yellow; margin: 0px; padding: 5px;}
.footer a{text-decoration: none; color: yellow}
.footer{height: auto; width: 100%; background-color: #0f0096;}
/*-------------------------------------------------
Media Tablet
-------------------------------------------------*/
@media (min-width: 650px) and (max-width: 1000px){


}
/*-------------------------------------------------
Media Cellulari
-------------------------------------------------*/

@media (max-width: 767px){



.menu_smartphone{
	float: left;
	padding: 5px;
	cursor: pointer;
	margin:  0px 0 0 20px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: red;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
	margin-top: 22px}

.icon-bar{
	display: block;
	width: 18px;
	height: 2px;
	margin: 5px;
	background-color: #0f0096;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

.show{display:block!important}

.line{width: 100%; display: block; background-color: #0f0096; height: 3px;}
.menu_desktop{
	width: 100%;
	float:left;
	height: auto;
	display:none;}

.menu_desktop ul li{
	width: 100%;
	float: left;}
	.description p{width:90%; margin: 0px auto 10px;}
.logo{
	width: auto;
	height: 60px;
	float: right;
	display: block;
	margin: 10px 10px;}
	.navbar{height: 80px;}
	.notice{width: 90%; margin: 0 auto;}
	.postcard{width: 100%; margin: 0px 0px 10px 0px;}
}
