



	#main-logo {
    margin-top: 0;
    width: 350px;
	}
#main-logo-min{
    margin-top: 0;
    width: 350px;
	}

#main-title-wrap,#main-title-undertext {
    color: #fff;
}

#main-title-wrap {
    font-weight:bold;
}

.icon-star{display:none;}

#headertrans select{display:inline;}


#reservaheader {
    background-color: #2f4d95;
color:#fff; 
text-align:center;
}

#btnreserva{
background: url('/wp-content/themes/wpnation/images/btnreserva.png') no-repeat;
height:56px;
margin:5px;
width:206px;
margin:auto;
}

 #textoreserva{padding-top:15px;}
 #textoreserva a{ color:#2F4D95; margin-left:60px; text-decoration:none; font-weight:bold; font-size: 25px; }


.blog-post-meta-wrap , .blog-post-content {display:none;
}

#footer-wrap  ul,#footer-wrap  ul li {
    margin: 0px;
    list-style-type: none;
}


/* Desktops and laptops */
/* Note: Design for a width of 1290+ */
@media only screen and (min-width : 1290px) {

	#main-logo {
    margin-top: 0;
    width: 350px;
	}
}


/* #Tablet (Portrait) */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 769px) and (max-width: 1029px) {
	#main-logo {
    margin-top: 0;
    width: 350px;
	}
}


/*  #Mobile (Portrait) */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 768px) {

	#main-logo {
    margin-top: 0;
    width: 350px;
	}
}

/* #Mobile (Landscape) */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 768px) {

	#main-logo {
    margin-top: 0;
    width: 350px;
	}
}


@media (max-width: 480px) {

	#main-logo {
    margin-top: 0;
    width: 350px;
	}
}


