/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
 }

.logorespo img{
	max-width:100%;
}
ul#navigation li.logorespo:last-child {

 width: 26%;
}
.logorespo a{
	padding-top:15px !important;
	    padding-bottom: 9px !important;
		cursor:pointer;
}
.logorespo a{
	background:#000 !important;
	    border-bottom: 4px solid #f36c38 !important; 

}
.logorespo:hover .submenu {
	display:block;
}
.submenu {
    list-style: none;
	padding: 15px 0!IMPORTANT;
	  background: #f36c38 !important;
	  display:none;
}
.logorespo:hover  .arrow-down {
  display:none;
}
.submenu li {
    width: 100% !important;
    text-align: center !IMPORTANT;
    padding: 0 0 15px 0!IMPORTANT;
    background: #f36c38 !important;
    color: #fff !important;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
	    line-height: 1.5em;
		font-size:20px !important;
		
}
.submenu li a:hover {
    background: #fff !important;
    color: #f36c38 !important;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: auto;
    border-top: 20px solid #f36c38;
    position: relative;
    top: 0;
}
.submenu  .arrow-down1 {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: auto;
    border-top: 20px solid #f36c38;
    position: relative;
    top: 35px;
	
}
.submenu li a {
    background: none !important;
    border: 1px solid #fff !important;
    text-align: center !IMPORTANT;
    width: 100px;
    color: #fff !important;
    font-size: 12px;
    padding: 5px !IMPORTANT;
    margin: 10px auto 0;
    font-family: sans-serif;
    font-style: initial;
    font-weight: normal;
}
  #nav-trigger span {
    display: inline-block;
padding:7px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase; }



    #nav-trigger span:hover {
      background-image:url(../backgrounds/screen.png); }

    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav {
  margin-bottom: 30px; }

nav#nav-main {
display:none;
  }

nav#nav-mobile {
  position: relative;
  display: none; }

#menu-icon {
width:40%;
margin-top:4px;
}

  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
width:100%;
top:27px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image:url(../backgrounds/wetbg.jpg); 
padding-bottom:1px;
z-index:9999;
}

  nav#nav-mobile li {
    display: block;
font-size:13px;
height:23px;
padding-top:6px;
    border-bottom: solid 1px #63676f; }

    nav#nav-mobile li:first-child {
    border-top: solid 1px #63676f; }

  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 2px 13px; 
text-decoration:none;}

    nav#nav-mobile a:hover {
      color: #fff; 
    background-image:url(../backgrounds/screen.png); }

a {outline:none;}


/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 470px) {
  #nav-trigger {
    display: block; 
margin-top:5%;
margin-left:45%;}

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; }
}

