
/* responsive */

@media only screen and (max-width: 700px) {

#mainnav {
	display: none;
}

#wrapper {
	width: 100% !important;
}

#header, #footer {
    width: 100% !important;
    margin: 0 auto;
}

#header {
	height:  auto;
}

#header .inside {
	margin: 0 10px;
}

#header img {
	max-width: 100%;
	height: auto;
}

#main .mod_article {
    width: 100% !important;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

#main .inside {
	margin: 0 10px;
}

.facebook, .instagram {
	width: 99% !important;
	float: none !important;
	margin-bottom: 10px !important;
}

#main .mod_article.fullwidth {
    width: 100% !important;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.ce_gallery.family img,
.ce_gallery.luana img {
    width: 300px;
    height: auto;
}

.ce_gallery.family li, .ce_gallery.luana li {
	max-width: 50% !important;
	height: auto !important;
}

.ce_gallery .caption {
	font-size: 14px !important;
	padding: 5px !important;
}

.ce_gallery .image_container .caption {
	height: 97% !important;
}

.filmfloat {
	float:none !important;
}

}
