#container {
    max-width:1012px;
    width:95%;
    position:relative;
    margin:-0 auto;
    padding:50px 0px;
    font-family:"Nanum Gothic";
}

.logo {
    width:300px;
    position:relative;
    margin:0 auto;
    max-width:100%;
    margin-bottom:50px;
}

.logo img {
    width:100%;
}

h2.tagline {
    font-size:23px;
    line-height:30px;
    text-align:center;
    margin:0px 90px 30px 90px;
}

h3 {
	text-align:center;
	font-size:21px;
    line-height:28px;
	margin-top:40px;
}

h3 a {color:#000}

.gallery {
    margin-bottom:35px;
}

.gallery li {
    width:100%;
    height:515px;
    background-size:cover;
    background-position:center center;
    position:relative;
}

.gallery li h3 {
    position:absolute;
    bottom:20px;
    left:25px;
    color:#ffffff;
    font-size:20px;
    line-height:24px;
}

.gallery li h3 span {
    display:block;
    font-size:15px;
}

.locations {
    margin-bottom:30px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.locations li {
    width:20%;
    float:left;
    padding-left:2px;
    box-sizing:border-box;
    text-align:center;
    line-height:24px;
    font-size:15px;
    font-weight:400;
	position:relative;
	margin-bottom:10px;
}

.locations li a {
    display:block;
    text-decoration:none;
    color:#000;
}

.locations li a:before {
    border:2px solid #f5f5f5;
    content:'';
    top:0px;
    position:absolute;
    width:calc(100% - 6px);
    height:calc(100% - 34px);
    display:block;
    z-index:20;
    transition:0.3s all;
}

.locations li a:hover:before {
    border:2px solid #000;
    content:'';
    z-index:24;
    transition:0.7s all;
    background:rgba(0,0,0,.1)
}

.locations li img {
    width:100%;
}

footer.links {
	color:#787878;
	font-size:14px;
	line-height:21px;
}

footer.links p {text-align:center; margin-top:50px;}

footer.links a {
	color:#787878;
	text-decoration:none;
}

footer.links a:hover {
	color:#222222;
	text-decoration:underline;
}

.subscribe input {
    -webkit-appearance: none;
    border-radius: 0;
}

.subscribe {
    margin-top:40px;
}

.subscribe p {
    text-align:Center;
    margin-bottom:25px;
}

.subscribe input[type="email"] {
    font-size:12px;
    border:1px solid #cccccc;
    background:#fafafa;
    padding:10px 15px;
    width:60%;
    box-sizing:border-box;
}

.subscribe input[type="submit"] {
    border:2px solid #000;
    background:#fff;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    padding:12px 45px;
    cursor:pointer;
    font-family:"minerva-modern";
    font-weight:900;
    letter-spacing:1px;
}

/* big buttons, no circle */
.lSAction > a {
    background:none;
    height:80px;
    margin-top:-50px;
    border:0px;
}
.lSAction > .lSPrev {
    left:0px;
}

.lSAction > .lSNext {
    right:8px;
}

.flickity-prev-next-button {
    width: 40px;
    height: 60px;
    background: rgba(0,0,0,.3);
    border-radius:0px;
  z-index:100;
  border:0px;
    cursor:pointer;
    -webkit-appearance: none;
    border-radius: 0;
  }

  .flickity-prev-next-button.next {	right:0px;}
  .flickity-prev-next-button.previous {left:0px;}

  .flickity-prev-next-button:hover {
    background: rgba(0,0,0,.4);
  }
  /* arrow color */
  .flickity-prev-next-button .arrow {
    fill: white;
  }
  .flickity-prev-next-button.no-svg {
    color: white;
  }
  /* hide disabled button */
  .flickity-prev-next-button:disabled {
    display: none;
  }

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


h2.tagline {
    margin:0px 30px 30px 30px;
}

    .gallery li {
        height:300px;
    }


.locations {
	width:100%;
}

.locations li {
    width:33.33%;
    margin-bottom:15px;
}

}


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


    h2.tagline {
        margin:0px 10px 30px 10px;
        font-size:18px;
        line-height:24px;
    }

        .gallery li {
            height:250px;
        }


    .locations li {
        width:100%;
    }

    .locations li img {
        width:80%;
        display:block;
        margin:0% 10%;
    }


.locations li a:before {
    border:0px solid #f5f5f5;
    content:'';
    top:0px;
    position:absolute;
    width:calc(100% - 6px);
    height:calc(100% - 34px);
    display:block;
    z-index:20;
    transition:0.3s all;
}

.locations li a:hover:before {
    border:0px solid #000;
    content:'';
    z-index:24;
    transition:0.7s all;
    background:none;
}

.subscribe input[type="email"] {
    width:80%;
}

    }