/*Main Document Styling */

body, html {
	padding:0;
margin:0;
width:100%;
height:100%;

}

.container {

float:left;
margin:0;
padding:0;
width:100%;
height:auto;	
	
}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


h3, h4, h5, h6 {

    font-size:24px;

}

h3 {
	font-family: 'Dancing Script', cursive;
}


/* ------------------------------------------
  HOME CONTENT STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #f2f2f2;
  font: normal 100%/1.4 sans-serif;
}

#things, #contact {
    float:left;
  border-bottom: 1px solid #999;
  text-align: center;
  height:960px;
  width: 100%;
}



#about {
    float:left;
  border-bottom: 1px solid #999;
  text-align: center;
  min-height:960px;
  width: 100%;
}

p {
  width: 90%;
  margin: 0 auto;
}

/*-----------------------------------
	Home Content Styles - Desktop
-------------------------------------*/

#home {
    float:left;
  	border-bottom: 1px solid #999;
	height:100%;
  	width: 100%;
 	background:url(../img/white-rocks.jpg); /*  url(../img/white-rocks.jpg) no-repeat center center fixed */
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
   	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-color:; /*Lime #CF3 */
}

#home img: {
    width:100%;
    height:auto;
}

#home-center{
	width:80%;
	height:100%;
    margin: 0 auto;
	background-color:; /* Green #0C9 */
	text-align:center;
}

#home-text {
	padding:10%;
	width:80%;
	height:55%;
	margin:0 auto;
	background-color:; /* Light Purple #969 */
	
}

.home-catch {
    font-family: 'Dancing Script', cursive;
    font-size:3em;
    color:#fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	padding-top:10%;
	text-align:center;
}

.home-title {
	font-family: 'Oswald', sans-serif;
    font-size:4em;
    color:#fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	text-align:center;

}

.home-content {
    font-family: 'Dancing Script', cursive;
    font-size:2.4em;
    color:#fff;
    line-height:normal;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	text-align:center;
	padding-top:1%;
	padding-bottom:1%;
}

/*--Home Locations Button--*/

#home-button-container {
	position:relative;
    float:left;
 width:100%;
 height:15%;
 margin: 0 auto;
 background-color:; /* Strange Blue #63F */

}

.home-button {
	text-align:center;
    margin:0 auto;
    width:50%;

}

a.btn, a.btn:link, a.btn:visited, a.showbtn, a.showbtn:link, a.showbtn:visited {
    font-family: 'Sofia', cursive;
    display:inline-block;
    color:#000;
    background-color:#f2f2f2;
    font-weight:bold;
    font-size:3em;
    text-align:center;
    padding:0.7% 2.0%;
    text-decoration:none;
    margin-left:0;
    margin-top:15px;
    margin-bottom:5px;
    border:1px solid #f2f2f2;
    border-radius:15px;
    white-space:nowrap;
    opacity:0.7;
}

a.btn:hover,a.btn:active,a.showbtn:hover,a.showbtn:active {
    background-color:#f2f2f2;
    color:#8AC007;
    opacity:1;
}
/*--Home Locations Button--*/

/* ------------------------------------------
  HOME CONTENT STYLES END
--------------------------------------------- */


/* ------------------------------------------
  ABOUT CONTENT STYLES
--------------------------------------------- */

#about{
    background-color:#f2f2f2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#about img: {
    width:100%;
    height:auto;
}

.about-container{
    margin:auto;
    padding:auto;
    width:100%;
	height:auto;
}

#about-title {
	margin:0 auto;
	width:100%;
	height:15%;
	background-color:; /* Red #F33 */
}
.about-title h3{
 
 font-family: 'Dancing Script', cursive;
    font-size:3em;
text-align:center;
padding-top:2%;
}

#about-img {
    float:left;
width:100%;
height:40%;
margin: 0 auto;
padding: 0;
}

#about-info{
    float:left;
	width:80%;
	height:auto;
	padding: 0 10%;
}

.about-info {
    text-align:center;
    color:black;
    font-family: 'Vollkorn', serif;


}

/* ------------------------------------------
  ABOUT CONTENT STYLES END
--------------------------------------------- */


/* ------------------------------------------
  THINGS CONTENT STYLES
--------------------------------------------- */

#places{
    background: url(../img/carrick-a-rede.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  height:100%;
}

#about section {
  border-bottom: 1px solid #999;
  text-align: center;
  height:auto;
  width: 100%;
}


#places img: {
    width:100%;
    height:auto;
}

#things-title{
    float:left;
    width:100%;
    height:15%;

}

.things-title {
    font-family: 'Dancing Script', cursive;
    font-size:3em;
    color:#fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	padding-top:2%;
	text-align:center;
}

#things-hex {
    margin-top:10%;
    width:100%;
	height:auto;
	margin:0 auto;
    float:left;
}

/* HEX CONTENT */

.hexicon {
	width:25%;
	height:auto;
	float:left;
	padding:0;	
	background-color:; /*#1A789A*/
	
	
}

.hexicon-wpadding{
	width:25%;
	height:auto;
	float:left;
	padding-left:12.5%;	
	background-color:; /*#C9070A*/
	
	
}

.hexicon img {
	width:90%;
	padding:0 1% 0 1%;
	height:auto;	
}
.hexicon-wpadding img {
	width:90%;
	padding:0 1% 0 1%;
	height:auto;	
}

#hex-container{
    margin:auto;
    width:80%;
	height:auto;
	padding-top:0;

}

#hex1 {
    float:left;
}

#hex2 {
    float:left;

}

.flip-line{
    padding-left:135px;

}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
}
    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    width: 250px;
    height: 250px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}


/* ------------------------------------------
  THINGS CONTENT STYLES END
--------------------------------------------- */




/* ------------------------------------------
  MAP CONTENT STYLES
--------------------------------------------- */

#map{
        float:left;
  border-bottom: 1px solid #999;
  text-align: center;
  height:925px;
  width: 100%;
  background:url(../img/Animated-Map.gif) no-repeat center center fixed;
    background-color:#f2f2f2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.map-container{
    margin:auto;
    padding:auto;
    width:100%;
    height:100vh;
    position:relative;
    z-index:10;
}

.map-content{
    margin:auto;
    width:100%;
    position:absolute;
    top:0;
}

.map-title{
    float:left;
    margin-top:20px;
    width:100%;
    height:150px;
}

.map-title h4{
    margin:auto;
    font-family: 'Dancing Script', cursive;
    font-size:115px;
    color:white;
    line-height:normal;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);

}

.map-canvas{
    margin:auto;
    padding:auto;
    width:100%;
    height:925px;
    position:relative;
    z-index:-1;
}

/* ------------------------------------------
  MAP CONTENT STYLES END
--------------------------------------------- */


/* ------------------------------------------
  CONTACT CONTENT STYLES
--------------------------------------------- */

#contact {
    width:100%;
    height:100%;
    margin 0 auto;
    background: #f2f2f2;
}

.contact-container {
    width:100%;
    height:auto;
    margin:auto;
    padding: 50px 0;
    margin-bottom:45px;
}

.contact-title {
    float:left;
    width:95%;
    height:auto;
    margin:auto;
    padding: 2% 2.5%;
}

.contact-title h5{
    font-family: 'Oswald', sans-serif;
    font-size:75px;
    color:black;
    line-height:normal;
}

.contact-info {
    float:left;
    width:95%;
    height:auto;
    margin:auto;
    padding-top: 1%;
	padding-left:2.5%;
    padding-bottom:2%;
}

.contact-info h6{
    font-family: 'Oswald', sans-serif;
    font-size:18px;
    color:black;
    line-height:normal;
}

#contact .contact-container form input,
#contact .contact-container form textarea {
    width:95%;
    height:30px;
    padding:5px 10px;
    font-size: 12px;
    color:#999;
    letter-spacing:1px;
    background: #FFF;
    border:2px solid #FFF;
    margin-bottom:25px;
  -webkit-transition:all .1s ease-in-out;
    -moz-transition:all .1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
    -o-transition:all .1s ease-in-out;
    transition:all .1s ease-in-out;}

#contact .contact-container form input:focus,
#contact .contact-container form textarea:focus {
    border:2px solid #dd4545;
    color:#999;}

#contact .contact-container form textarea {
    height:150px;}

#contact .contact-container form .submit {
    width:95%;
    padding:5px 10px;
    font-size: 12px;
    letter-spacing:1px;
    background:#dd4545;
    height:40px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#FFF;
    border:2px solid #b43838;
  -webkit-transition:all .1s ease-in-out;
    -moz-transition:all .1s ease-in-out;
    -ms-transition:all .1s ease-in-out;
    -o-transition:all .1s ease-in-out;
    transition:all .1s ease-in-out;}

#contact .contact-container form .submit:hover {
    color:#FFF;
    border:2px solid #dd4545;
    background: #b43838;
    cursor:pointer;}

#contact .contact-container form .required {
    color:#b43838;}


/* ------------------------------------------
  CONTACT CONTENT STYLES END
--------------------------------------------- */

/* ------------------------------------------
  LOCAL PAGE
--------------------------------------------- */

#local {
 background: url(../img/local-bg.jpg) no-repeat center center;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#local img {
    width:100%;
    height:auto;
}

.local-container{
    margin:auto;
    padding:auto;
    width:1170px;
    height:592px;
    text-align: center;
}

.local-catch{
    float:left;
    margin-top:105px;
    width:1170px;
    height:95px;
    font-family: 'Dancing Script', cursive;
}

.local-title{
    float:left;
    margin-top:15px;
    width:1170px;
    height:85px;
    font-family: 'Oswald', sans-serif;
}

.local-name{
    float:left;
    margin-top:20px;
    width:1170px;
    height:170px;

}

#businesses {
    background-color:#f2f2f2;
       -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#businesses img {
    height:auto;
}

.businesses-container{
    margin:auto;
    padding:auto;
    width:1170px;
    height:1640px;
}

.businesses-nav{
    float:left;
    margin-top:10px;
    width:1170px;
    height:80px;

}

.businesses-content{
    float:left;
    margin:auto;
    padding:auto;
    width:1170px;
    height:370px;

}


.businesses-img{
    float: left;
    margin-top: 40px;
    margin-left: 30px;
    height: 285px;
    width: 567px;
}

.businesses-info{
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    height: 285px;
    width: 490px;

}


.footer-container{
    margin:auto;
    padding:auto;
    width:1170px;
    height:50px;
    opacity:0.5;

}

#local h1 {
     margin-bottom: .5em;
      font-family: 'Oswald', sans-serif;
      font-size: 65px;
      line-height:none;
    color:#FFF;

    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);

}

#local h2 {
       margin-top:-20px;
     font-family: 'Dancing Script', cursive;
      font-size: 85px;
      line-height:none;
    color:#FFF;

    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
}

#local h3 {
    margin-top:-40px;
     font-family: 'Dancing Script', cursive;
    font-size: 70px;
      line-height:none;
    color:#FFF;

    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
}

#local h4 {
     font-family: 'Oswald', sans-serif;
    font-size: 30px;
      line-height:none;
    color:#333;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
}

#local p {
     width: 90%;
     margin: 0 auto;
     font-family: 'Vollkorn', serif;
}

.businesses-info p {
    margin: 0 auto;
     font-family: 'Vollkorn', serif;
    color:#000;
    text-align:justify

}

#businesses h1 {
     margin-bottom: .5em;
      font-family: 'Oswald', sans-serif;
      font-size: 65px;
      line-height:none;
    color:#FFF;

}

#businesses h2 {
       margin-top:-20px;
     font-family: 'Dancing Script', cursive;
      font-size: 85px;
      line-height:none;
    color:#FFF;
}

#businesses h3 {
    margin-top:-40px;
     font-family: 'Dancing Script', cursive;
    font-size: 70px;
      line-height:none;
    color:#FFF;
}

#businesses h4 {
     font-family: 'Oswald', sans-serif;
    font-size: 30px;
      line-height:none;
    color:#333;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
}

#businesses p {
     width: 90%;
     margin: 0 auto;
     font-family: 'Vollkorn', serif;
}


/* ------------------------------------------
  LOCAL PAGE END
--------------------------------------------- */


/*-------------------------------------------------
			Location Template Styles
	----------------------------------------*/
	
	#location {
    float:left;
  	border-bottom: 1px solid #999;
	height:100%;
  	width: 100%;
 	background:url(../img/.jpg); /* Insert Images Here */
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
   	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-color:; /*Lime #CF3 */
}

#location-info {
	width:100%;
	height:100%;
	float:left;
	margin:0;
	padding:0;
	background-color:; /*Lime #CF3 */	
	
}

#location-left {
	width:50%;
	height:100%;
	background-color:; /*#932729 red */	
	padding:0;
	margin:0;
	float:left;
	
}
#location-right {
	width:50%;
	height:100%;
	background-color:; /* #3B0C87 Purple */	
	padding:0;
	margin:0;
	float:left;
	
}

#gallery {
	width:80%;
	padding-top:10%;
	padding-left:10%;
	height:auto;	
	margin:0 auto;
	
	
}
#location-left img {
		padding-top:2.5%;
		padding-left:2.5%;
		width:25%;
		height:auto;
		border:thin #333;
	
}

#location-text {
	width:80%;
	padding-top:10%;
	padding-left:10%;
	height:100%;	
	margin: auto;

	
}

.location-title {
	text-align:center;
	font-family: 'Dancing Script', cursive;
    font-size:3em;
	padding-top:10%;
	padding-bottom:2%;
	
	
}



/*-----------------------------------------
			Location Backgrounds
----------------------------------------------*/

/*--Portrush Heading--*/
#port-home {
  height:100%;
  width: 100%;
 background: url(../img/portrush/720p-sand.gif) no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}



#causeway-home {
  height:100%;
  width: 100%;
 background: url(../img/causeway/causeway-back.gif) no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

/*Binevenagh Heading */

#bin-home {
  height:100%;
  width: 100%;
 background:url(../img/binevanagh/mountain-lake.gif) no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#lima-home {
	height:100%;
  width: 100%;
  background: url(../img/limavady/limavady-back.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

#derry-home {
	height:100%;
  width: 100%;
  background: url(../img/derry/derry-back.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}
#downhill-home {
	height:100%;
  width: 100%;
  background: url(../img/downhill/Downhill-back.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}
#dunluce-home {
	height:100%;
  width: 100%;
  background: url(../img/dunluce/dunluce-back.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}




/* ------------------------------------------
  LOCATION CONTENT STYLEs
--------------------------------------------- */

/*--Mussenden Heading--*/

#mussenden-home {
  border-bottom: 1px solid #999;
  text-align: center;
  height:980px;
  width: 100%;
 background: url(../img/mussenden/mussenden-temple.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#mussenden img: {
    width:100%;
    height:auto;
}


/*--Location--*/
#location-about{
    float:left
    background-color:#f2f2f2;
      margin-top:50px
}

.location-container{
    margin:auto;
    width:100%;
	height:auto;
}




/*-Locations Button--*/
.loc-button-container{
    float:left;
    margin-top:50px;
    width:1170px;
    margin-bottom:50px;
}
.loc-button{
    margin:auto;
    width:385px;

}

a.loc-btn, a.loc-btn:link, a.loc-btn:visited, a.showloc-btn, a.showloc-btn:link, a.showloc-btn:visited {
    font-family: 'Sofia', cursive;
    display:inline-block;
    color:#000;
    background-color:#D4D4D4;
    font-weight:bold;
    font-size:40px;
    text-align:center;
    padding:0.7% 2.0%;
    text-decoration:none;
    margin-left:0;
    margin-top:15px;
    margin-bottom:5px;
    border:1px solid #D4D4D4;
    border-radius:15px;
    white-space:nowrap;
    opacity:0.7;
}

a.loc-btn:hover,a.loc-btn:active,a.show-btn:hover,a.show-btn:active {
    background-color:#D4D4D4;
    color:#8AC007;
    opacity:0.9;
}
/*--Home Locations Button--*/

/* ------------------------------------------
  MUSSENDEN CONTENT STYLES END
--------------------------------------------- */


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 65em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #f2f2f2;
  position: fixed;
  z-index: 60;
  width: 100%;
  height:8.5%;
  left: 0;
  top: 0;

      box-shadow: 5px 5px 5px #676767;
    -moz-box-shadow: 5px 5px 5px #676767;
    -webkit-box-shadow: 5px 5px 5px #676767;


}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0px 0px 40px;
  color: #f2f2f2;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 50;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 65em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 65em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 65em) {
  .nav-collapse li {
    width: auto;
  }
}

/*-Main menu nav config-*/
.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid black;
  text-decoration: none;
  background: #f2f2f2;
  padding: 0.7em 1em;
  color: #000;
  width: 100%;
  float: left;
  height:40px;
}
/*-Main menu nav config-*/


.nav-collapse a:active,
.nav-collapse .active a {
  background: #CCC;

}

/*-Main menu nav config-*/
@media screen and (min-width: 65em) {
  .nav-collapse a {
    padding: 1.75em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
    height:8.5%;
  }
}
/*-Main menu nav config-*/

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
  border-right:0px;
}

@media screen and (min-width: 65em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 75px;
  float: right;
}

.nav-toggle:before {
  color: #000; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}



.menu-item {
    display: inline-block;
    position: relative;
}

.menu-item + .menu-item {
}

.menu-item + .menu-item::before {
    content: '';
    border-left: 1px solid #000;
    position: absolute;
    height: 50%;
    left: 0;
    top: 25%;
}

@media screen and (max-width: 65em) {
.menu-item + .menu-item::before {
    content: '';
    border-left: 0px solid #fff;
    position: absolute;
	width:100%;
    height: 50%;
    left: 0;
    top: 25%;

}
}
