html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    }
    
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Source Sans Pro"*/
    line-height: 1.5em;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
    background-image: url('https://dl.dropboxusercontent.com/u/19929314/html/capri-foundation/img/capri-blur.jpg'); **/
    background-color: #f43e2e; 
    position: relative;
    }

a {
    color: #f43e2e;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #f43e2e;
}

.colored {
    color: #f43e2e;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Source Sans Pro"*/
}

.centered {
    display: block;
    text-align: center;
}
/* MENU */

#menu-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    z-index: 1000;
}

/* VERTICAL ALIGNMENT */

.mv-table {
    display: table;
    width: 100%;
    }
.mv-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    }
.mv-table-cell-middle {
    display: table-cell;
    vertical-align: middle;
    }
.mv-table-cell-bottom {
    display: table-cell;
    vertical-align: bottom;
    }
.mv-table-cell-top {
    display: table-cell;
    vertical-align: top;
    }

/* COVER */


#cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    }

#cover .mv-table, .section-header .mv-table {
    height: 100%;
    overflow: hidden;
    position: relative;
    } 

.dark {
    background-color: rgba(0,0,0,.5);
}

.freccia {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2000;
    }

.freccia-bottom {
    position: absolute;
    color: #555;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2000;
    }

.logo-cover {
    margin: 0 auto;
    max-width: 400px;
    display: block;
    }

#cover h1 {
    font-size: 6em;
    color: #fff;
    font-weight: 100;
    line-height: 1.5em;
    text-shadow: 0px 0px 7px rgba(121,125,89,1);
    }

#cover h2 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
    font-style: italic;
   text-shadow: 0px 0px 7px rgba(121,125,89,1);
}

@media (max-width: 720px) {
        #cover h1 {
            font-size: 2em;
            width: 100%;
        }
}

/* WRAP */

#wrap {
    width: 100%; 
    background-color: #fff
}

.section {
    width: 100%;
    padding-bottom: 4em;
    padding-top: 4em;
}

.section h2 {
    line-height: 1em;
    margin-bottom: 1em;
}

.section-header {
    /*padding-bottom: 10em;
    padding-top: 10em;    
    padding-bottom: 20vw;
    padding-top: 20vw;*/
    height: 40vw;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
    position: relative;    
}

.section-header h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 3em;
    line-height: 1em;
}

.section-title {
    font-size: 3em;
    font-weight: 100;
    text-align: center;
    margin: 1em 0 1.5em 0;
    color: #797d59;
    line-height: 1.25em;
    font-style: italic;
    font-family: "Lora", Georgia, Times, serif;
}

@media (max-width: 720px) {
        .section-title {
            font-size: 2em;
        }
}



#intro {
    background-color: #f43e2e;
}

#intro h1 {
    font-weight: 100;
    font-size: 3.5em;
    line-height: 1em;
}

/*#locale-header {
    background-image: url('../img/capri1.jpg');    
}*/

#la-pizza-header {
    background-position: 0 100%;
    background-image: url('../img/zucchina-in-fiore.jpg');    
}

#anticamente-header {
    background-position: 0 100%;
    background-image: url('../img/pizzantica1.jpg');    
}

#il-bere-header {
    background-image: url('../img/bdf.jpg');    
}

#prenotazioni-header {
    background-image: url('../img/prenotazioni.jpg');    
}

#contatti-header {
    background-image: url('../img/mappa.gif');    
}

#contatti-header h1 {
    color: #000;
}

#to-top {
    position: relative;
}

#footer {
    background-color: #f43e2e;
    color: #fff;
    font-size: 0.8em;
    padding: 2em 1em;
    line-height: 1.25em;
    text-align: center;
}

#footer a {
    color: #fff;
    text-decoration: underline
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}


/* ############### ----------   MENU   ---------- ############### */

.menu {
	position: fixed;
	right:3%;
	top:5%;
	background-color: #414042;
	background:url('../img/menu.svg') center center;
	background-size: 90%;
	z-index: 999;
	border: none;
	outline: 0;
	margin: 0;
	padding: 2px 0;
}
.menu:hover, .closeContent:hover {
	cursor: pointer;
	background-size: 100%;
}
.menu:active, .closeContent:active {
	background-size: 90%;
}
.menuopen {
	width:23px;
	height:27px;
	background:url("http://southpawagency.com/assets/img/menu.svg") no-repeat center center;
	background-size: 90%;
}
.menuopen-dark {
	background:url("http://southpawagency.com/assets/img/menuDark.svg") no-repeat center center;
	background-size: 90%;
}
.menuclose {
	width:36px;
	height:37px;
	margin-right:-6px;
	margin-top:-5px;
	background:url("http://southpawagency.com/assets/img/menu-x.svg") no-repeat center center;
	background-size: 90%;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(13,13,13,0.9);
	z-index:997;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 12.5%;
	height: calc(100% / 12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #aaa;
}

/* Effects */
.overlay-contentpush {
	background: rgba(13,13,13,0.9);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, visibility 0s 0.4s;
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

/** MEDIA QUERIES **/

@media (max-width: 920px) {
    
    .logo {
        width: 80%;
    }
    .section-header, body {
        background-attachment: scroll;
        background-position: 50% 50%;
    }
}

@media (max-width: 480px) {
    .section-header h1 {
        font-size: 2.25em;
    }    
    .section-header {
        height: 50vh;
    }
    
    .section {
        padding-bottom: 2em;
        padding-top: 2em;
    }
    #to-top {
        margin-top: 2em; 
    }
}

/* COOKIE LAWS */

.cookie-policy #cover {
    height: 300px;
}

.cookie-policy #cover .logo{
    height: 200px;
    width: auto;
}

#sputnik_cookie_policy_banner {
	position: fixed;
	bottom: 0;
	z-index: 100000000;
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	background: #333;
	color: #fff;
	overflow: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: -8px;
}

#sputnik_cookie_policy_banner a {
	text-decoration: underline;
	color: #FC0;
}
#sputnik_cookie_policy_banner a:hover {
	text-decoration: none;
}

#sputnik_cookie_policy_banner .scp_dx {
	float: right;
}

#sputnik_cookie_policy_banner .scp_chiudi {
	font-weight: bold;
	margin: auto 30px;
}

#sputnik_cookie_policy_banner .scp_policy {

}

#sputnik_cookie_policy_banner .scp_shine {
	content: "";
	position: absolute;
	height: 400px;
	left: -200px;
	background: #FFF;
	top: -80px;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-box-shadow: 0px 0px 20px 10px #FFF;
	        box-shadow: 0px 0px 20px 10px #FFF;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#sputnik_cookie_policy_tag {
	position: fixed;
	bottom: 0;
	right: 1%;
	z-index: 100000000;
	font-size: 12px;
	background: rgba(255,255,255,.7);
	padding: 3px 5px;
	color: rgba(0,0,0,.7);
	text-decoration: none;
	border-style: solid;
	border-color: rgba(0,0,0,.5);
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	-webkit-border-top-left-radius: 5px;
	        border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	        border-top-right-radius: 5px;
}
#sputnik_cookie_policy_tag:hover {
	background: #fff;
	color: #000;
	border-color: rgba(0,0,0,.8);
}
