  /* position menu & logo using flexbox */
a {
	outline:none;
}

header {
	text-align:center;
}
.container {
	
	display: flex;
	display: -ms-flexbox;
	display: flex;
   	background-color: #DAEAE4;
	-webkit-flex-flow: column wrap; 
	-ms-flex-flow: column wrap; 
	flex-flow: column wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	}

.logo {
	margin: 0 auto;
	padding:20px;
}

.logo a {
	border:none;
}
.logo h1 {
	padding: 20px 0 10px 0;
	letter-spacing: 3px;
	font-size: 1.2em;
	font-weight: 400;


}

.logo p {
	letter-spacing: 3px;
	font-size: .85em;
	font-weight: 400;
	margin: 0 20px;
}

.rwd-break { display: none; }


/* from other menu*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0 auto;
  border-bottom: none;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
   z-index:99;

}


#cssmenu li { border-left: solid 2px white; }
#cssmenu li:first-child { border: 0px; }
#cssmenu #menu-button {
  display: none;
}


#cssmenu > ul > li {
  float: left;
	 margin: 20px 0;
}
#cssmenu > ul > li > a {
 color:#747474;

  padding: 2px 10px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
	font-size: .8em;
	font-weight: 400;
  text-decoration: none;
  transition: transform .7s, background-color 1s ease-in 1s; /* the first bit says you want to animate any changes in the transform property over the course of half a second. The second part is about easing in the bg colour, but wait half a second before starting. The .5s matches the .5s of the transform animation so the browser waits before the transformation is complete before changing the bg colour */
	-webkit-transition: transform .7s, background-color 1s ease-in 1s;
	-ms-transition: transform .7s, background-color 1s ease-in 1s;
	-moz-transition: transform .7s, background-color 1s ease-in 1s;
}
#cssmenu > ul > li:hover > a {
	color: #F4AA90;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);

	

}
#cssmenu ul a.current {
	color: #A282FF;
}
#cssmenu ul li:last-child a {
	color: #F4AA90;
	font-weight: 400;
	font-size: 1.1em;
	 padding-top: -20px;
	
}
#cssmenu ul li:last-child:hover a {
	background-image: none;
	color: #747474;
}


#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 40px;
  opacity: 1;
}

/* small screen */



#cssmenu.small-screen {
	
	background-color: #FCAF93;
	border-radius:1% 1% 0 0;
	margin:10px 20px;
	width:90%;
	}
#cssmenu.small-screen ul li {
	border-left:none;
	padding: 10px 0 0 0;
	margin-bottom:0;
}


#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover,
#cssmenu.small-screen > ul > li.active > a {
  color: #747474;
  transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
}


#cssmenu.small-screen ul li:last-child a{
	margin-bottom:15px;;
}

#cssmenu.small-screen ul,
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul,
#cssmenu.small-screen > ul > li > ul,
#cssmenu.small-screen > ul > li:hover > ul,
#cssmenu.small-screen ul ul li:hover > ul,
#cssmenu.small-screen ul ul ul li:hover > ul,
#cssmenu.small-screen.align-right ul ul,
#cssmenu.small-screen.align-right ul ul li:hover > ul,
#cssmenu.small-screen.align-right ul ul ul li:hover > ul {
  position: relative;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  display: none;
  padding: 0;
  opacity: 1;
  text-align: left;
}

#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.5);
}
#cssmenu.small-screen ul li a {
  color:#FFFFFF;
}
#cssmenu.small-screen > ul > li > a,
#cssmenu.small-screen ul ul li a,
#cssmenu.small-screen ul ul li:first-child > a,
#cssmenu.small-screen ul ul li:last-child > a {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
#cssmenu.small-screen ul li a {
  padding-left: 12.5px;
}

#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul li.has-sub > a:after,
#cssmenu.small-screen ul ul li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  position: relative;
  display: block;
  padding: 20px;
  padding-left: 12.5px;
  cursor: pointer;
  font-size: 0.8em;
  color: #FFFFFF;
    font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;

}
#cssmenu.small-screen .submenu-button {
	position: absolute;
	right: 0;
	display: block;
	width: 53px;
	height: 53px;
	z-index: 1000;
	cursor: pointer;
	
}
#cssmenu.small-screen ul ul .submenu-button {
	height: 41px;
	
}
#cssmenu.small-screen #menu-button:after, #cssmenu.small-screen ul .submenu-button:after {
	content: '';
	position: absolute;
	right: 12.5px;
	top: 12.5px;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 15px;
	background-size: 56px 56px;
	background-position: 0 0;
	background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	
	
}
#cssmenu.small-screen #menu-button:after {
	background-color: #747474;
	
}

#cssmenu.small-screen ul .submenu-button.submenu-opened:after,
#cssmenu.small-screen #menu-button.menu-opened:after {
  background-position: 0 -28px;
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 6.5px;
}
#cssmenu.small-screen #menu-button:before,
#cssmenu.small-screen .submenu-button:before {
  content: '';
  position: absolute;
  right: 22.5px;
  top: 25.5px;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 19.5px;
}


#cssmenu.small-screen.select-list {
  padding: 5px;
}
  /* footer menu styles */
  #cssmenu-foot ul {
	margin: 5% 0 5% 0;
	
}
	nav li {
	display: inline;
}
#cssmenu-foot ul a {
	display: inline-block;
	text-decoration: none;
	font-size: .8em;
	text-transform:uppercase;
	color: #434343;
	letter-spacing:-.01px;
	border:none;
}
.container2 p a:hover {
	color: #99B5C1;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	
}
#cssmenu-foot li a {
	font-size: .65em;
	text-transform:uppercase;
	color: #434343;
	padding: 0 1.15em 0 0;
	margin:0 0 5px 9px;
	letter-spacing:-.02px;
	
}
#cssmenu-foot li a:hover {
	color: #F4AA90;
}

.to-top-arrow {
	position: fixed;
    bottom: 0;
    right: 0;
     z-index: 10000000;
  }
.to-top-arrow a {
	 border:none;
}
.button7 {
	color: #FFFFFF;
	background-color:#F4AA90;
	font-size:2rem;
	border-radius: 50%;
	padding:13px 10px;
	text-transform:uppercase;
	font-weight: 500;
	font-style: normal;
	margin-right: 20px;
	opacity: 0.5;
	
}
.button7:hover {
	background-color: #FFFFFF;
	color: #303C3E;
}

@media screen and (max-width:860px){
.container {
	-webkit-flex-flow: column wrap; 
	-ms-flex-flow: column wrap; 
	flex-flow: column wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	
	}
	.logo, #cssmenu {
	margin: 0 auto;
	
}
	.socials, .logo, #cssmenu {
	margin: 0 auto;
	
}

.phone {
	padding-bottom:20px;
}
#cssmenu-foot ul li {
	display:none;
	
}
	}
@media screen and (max-width:590px){

.logo {
	padding:10px 0;

}
.logo img {
	width: 20% auto;

}
.logo h1 {
	padding: 20px 0 10px 0;
	letter-spacing: 2px;
	font-size: 1em;
	font-weight: 400;


}


.logo p {
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 400;
	line-height: 1.3em; 
	}



}

@media screen and (max-width:400px){


.logo img {
	width: 20% auto;

}
.logo h1 {
	
	font-size: .9em;
	


}


.logo p {
	letter-spacing: 1px;
	font-size: .7em;

	}



}
