@charset "utf-8";



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}


.ar_no_menu{
	padding-top: 20px;
	padding-bottom: 20px;
}

.topnav {
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.topnav a {
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;

}


.topnav .icon {
  display: none;
  color:#5b5b5b
}
#menu_bt0 {display: none;}





#menu_bt3 {
	font-weight: bold;
	font-size: 24px;
	color: #E7947B;
	font-family: 'Lato', "sans-serif;";
	color: #5b5b5b;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
	background: rgba(255, 255, 255, 0.0);
	-webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
	transition: background 0.5s;
	letter-spacing: 0.15em;
  }










#menu_bt0, #menu_bt1, #menu_bt2, #menu_bt4, #menu_bt5 {
	color: #E7947B;
	font-family: 'Lato', "sans-serif;";
	color: #5b5b5b;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	width: 20%;
	background: rgba(255, 255, 255, 0.0);
	-webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
	transition: background 0.5s;
		letter-spacing: 0.15em;
		line-height:24px

  }

#menu_bt0:Hover, #menu_bt1:Hover, #menu_bt2:Hover, #menu_bt3:Hover, #menu_bt4:Hover, #menu_bt5:Hover {
   background: rgba(255, 255, 255, 0.5);
   color: #e8957c;
   width:20%;


   
 }






@media screen and (max-width: 750px) {
	.icon{
	font-size: 24px;
}


#menu_bt3 {display: none;}

  .topnav a {display: none;}

  .topnav a.icon {
	color: #5b5b5b;
	display: block;
	text-align:right;
	right: 0;
	top: 0;
	width: 50%;
	 padding-right:30px;
}
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	  padding-right:30px;
	    color:#5b5b5b;
	  background: rgba(255, 255, 255, 0.0);
    position: absolute;
	text-align:right;
    right: 0;
    top: 0;
	width:50% ;
  }
    .topnav.responsive .icon:Hover {
	  background: rgba(255, 255, 255, 0.5);

  }
  .topnav.responsive a {
    float: none;
    display: block;
  }
  
  
#menu_bt1, #menu_bt2, #menu_bt3, #menu_bt4, #menu_bt5 {
	color: #E7947B;
	font-family: 'Lato', "sans-serif;";
	font-weight: normal;
	color: #5b5b5b;
	text-align:left;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	padding-left:30px;
background: rgba(255, 255, 255, 0.0);
	-webkit-transition: width 0.5s, margin-right 0.5s, margin-left 0.5s, font-size 0.5s, background 0.5s; /* For Safari 3.1 to 6.0 */
	transition: width 0.5s, margin-right 0.5s, margin-left 0.5, font-size 0.5s, background 0.5s;
  }


#menu_bt0 {
	display: block;
	width: 50%;
	text-align: left;
	background: rgba(255, 255, 255, 0.0);
	font-size: 24px;
	font-weight: bold;
	color: #5B5B5B;
	letter-spacing: 0.15em;
	padding-left:30px;
}

#menu_bt0:Hover {
	width: 50%;
   background: rgba(255, 255, 255, 0.5);
   color: #e8957c;
   font-size:24px



   
 }

 #menu_bt1:Hover, #menu_bt2:Hover, #menu_bt3:Hover, #menu_bt4:Hover, #menu_bt5:Hover {
   background: rgba(255, 255, 255, 0.5);
   color: #e8957c;
   width:100%;


   
 }
 
  
  
  
  
  
  
}
