.menu-wrap a {
	color: #fff;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #fff;
}

.subarea{
        font-size: 10px;
    padding-left: 30px !important;
}

.content-wrap {
	
	-webkit-overflow-scrolling: touch;
}

#open-button{
    position: fixed
}

.content {
	position: relative;
	
}

.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

#searchMobile{
    position: absolute;
	z-index: 1007;

}

/* Menu Button */
.menu-button {
	position: absolute;
	z-index: 1007;
	margin: 0.5em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 22px;
	color: transparent;
	background: transparent;
        right: 0;
}

.menu-button .line{
 width: 30px;
       height: 3px;
    background-color: #ccc ;
    display: block;
    margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-button:hover{
  cursor: pointer;
}

#open-button{
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#open-button.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#open-button:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
          width: 45px;
    height: 45px;
    border: 3px solid transparent;
    top: calc(75% - 35px);
    left: calc(73% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#open-button.is-active:before{
  border: 2px solid #ecf0f1;
}

#open-button.is-active .line{
  width: 20px;
}

#open-button.is-active .line:nth-child(2){
  opacity: 0;
}

#open-button.is-active .line:nth-child(1){
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
}

#open-button.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}

/* Close Button */
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
        display: none;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 1006;
	width: 100%;
	height: 1000%;
	background: #004d71;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
	-webkit-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu, 
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
        text-align: left;
}

.icon-list a {
	display: block;
	padding: 0.8em;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 700;
}

/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        left: 0;
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#openSearch{
    position: fixed;
    z-index: 1005;
    right: 20%;
    top: 3%
}

.fullwidth{
    width:100%;
    height: 100%;
    background-color: #004d71 ;
    overflow-y: scroll;
    position: absolute;
    z-index: 1008;
    display: none
}

#closeSearch{
    position: absolute;
    z-index: 1008;
    right: 5%;
    top: 2%;
    color: #fff;
    font-size: 30px;
}

#formricercaMobile{
    margin-top: 45%;
    float: left;
    width: 100%;
}

.inputMobileSearch{
    float: left;
    width: 90%;
}

.submitMobileSearch{
    float: left;
    width: 5%;
}

#formricercaMobile input[type="text"]{
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 30px;
    border-bottom: 2px solid #fff;
    border-top: transparent;
     border-left: transparent;
     border-right: transparent;
    margin: 0 auto;
    background: transparent;
}

#formricercaMobile input[type="submit"]{
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    color: #000;
    
}

#formricercaMobile input[type="text"]::-webkit-input-placeholder{
   color: #fff;
}
#formricercaMobile input[type="text"]::-moz-placeholder{
   color: #fff;
}
#formricercaMobile input[type="text"]:-ms-input-placeholder{
   color: #fff;
}
#formricercaMobile input[type="text"]:-moz-placeholder{
   color: #fff;
}


#formricercaMobile input[type="text"]:focus::-webkit-input-placeholder{
   background: #fff;
}
#formricercaMobile input[type="text"]:focus::-moz-placeholder{
   background: #fff;
}
#formricercaMobile input[type="text"]:focus:-ms-input-placeholder{
   background: #fff;
}
#formricercaMobile input[type="text"]:focus:-moz-placeholder{
   background: #fff;
}

#formricercaMobile input[type="text"]:focus{
     background: #fff;
}

#formricercaMobile input[type="text"]:active::-webkit-input-placeholder{
   background: #fff;
}
#formricercaMobile input[type="text"]:active::-moz-placeholder{
   background: #fff;
}
#formricercaMobile input[type="text"]:active:-ms-input-placeholder{
   background: #fff;
}
#formricercaMobile input[type="text"]:active:-moz-placeholder{
   background: #fff;
}

.bgSubmit{
    background: url('../img/icon_search_b.png') no-repeat  !important;
   
}