﻿/*ALL*/
.reset, html, body, form, .wrapper, .navSocial a, .article, .footer {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-moz-keyframes anim {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1; }
  10% {
    width: 7.5px;
    height: 7.5px; }
  20% {
    width: 10px;
    height: 10px; }
  30% {
    width: 12.5px;
    height: 12.5px; }
  40% {
    width: 15px;
    height: 15px; }
  50% {
    width: 17.5px;
    height: 17.5px; }
  60% {
    width: 20px;
    height: 20px;
    opacity: 1; }
  70% {
    width: 22.5px;
    height: 22.5px;
    opacity: 0.75; }
  80% {
    width: 25px;
    height: 25px;
    opacity: 0.5; }
  85% {
    width: 26.75px;
    height: 26.75px;
    opacity: 0.5; }
  90% {
    width: 27.5px;
    height: 27.5px;
    opacity: 0.25; }
  90% {
    width: 28.75px;
    height: 28.75px;
    opacity: 0.25; }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0; } }

@-ms-keyframes anim {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1; }
  10% {
    width: 7.5px;
    height: 7.5px; }
  20% {
    width: 10px;
    height: 10px; }
  30% {
    width: 12.5px;
    height: 12.5px; }
  40% {
    width: 15px;
    height: 15px; }
  50% {
    width: 17.5px;
    height: 17.5px; }
  60% {
    width: 20px;
    height: 20px;
    opacity: 1; }
  70% {
    width: 22.5px;
    height: 22.5px;
    opacity: 0.75; }
  80% {
    width: 25px;
    height: 25px;
    opacity: 0.5; }
  85% {
    width: 26.75px;
    height: 26.75px;
    opacity: 0.5; }
  90% {
    width: 27.5px;
    height: 27.5px;
    opacity: 0.25; }
  90% {
    width: 28.75px;
    height: 28.75px;
    opacity: 0.25; }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0; } }

@-webkit-keyframes anim {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1; }
  10% {
    width: 7.5px;
    height: 7.5px; }
  20% {
    width: 10px;
    height: 10px; }
  30% {
    width: 12.5px;
    height: 12.5px; }
  40% {
    width: 15px;
    height: 15px; }
  50% {
    width: 17.5px;
    height: 17.5px; }
  60% {
    width: 20px;
    height: 20px;
    opacity: 1; }
  70% {
    width: 22.5px;
    height: 22.5px;
    opacity: 0.75; }
  80% {
    width: 25px;
    height: 25px;
    opacity: 0.5; }
  85% {
    width: 26.75px;
    height: 26.75px;
    opacity: 0.5; }
  90% {
    width: 27.5px;
    height: 27.5px;
    opacity: 0.25; }
  90% {
    width: 28.75px;
    height: 28.75px;
    opacity: 0.25; }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0; } }

@keyframes anim {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1; }
  10% {
    width: 7.5px;
    height: 7.5px; }
  20% {
    width: 10px;
    height: 10px; }
  30% {
    width: 12.5px;
    height: 12.5px; }
  40% {
    width: 15px;
    height: 15px; }
  50% {
    width: 17.5px;
    height: 17.5px; }
  60% {
    width: 20px;
    height: 20px;
    opacity: 1; }
  70% {
    width: 22.5px;
    height: 22.5px;
    opacity: 0.75; }
  80% {
    width: 25px;
    height: 25px;
    opacity: 0.5; }
  85% {
    width: 26.75px;
    height: 26.75px;
    opacity: 0.5; }
  90% {
    width: 27.5px;
    height: 27.5px;
    opacity: 0.25; }
  90% {
    width: 28.75px;
    height: 28.75px;
    opacity: 0.25; }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0; } }

.cssAnim {
  opacity: 0.8;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 600px;
  -webkit-border-radius: 600px;
  border-radius: 600px;
  -moz-animation-name: anim;
  -o-animation-name: anim;
  -webkit-animation-name: anim;
  animation-name: anim;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 3px solid #FFDF50;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  margin: auto; }

.vAlign {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
  margin-left: -1px; }

.cssAnimWrapper {
  display: block;
  top: 0;
  left: 0;
  width: 94px;
  height: 94px;
  text-align: center;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.instagramCol:nth-child(5n+1) {
  background-color: #00D2BB; }

.instagramCol:nth-child(5n+2) {
  background-color: #FFAF11; }

.instagramCol:nth-child(5n+3) {
  background-color: #AB3702; }

.instagramCol:nth-child(5n+4) {
  background-color: #FDCC84; }

.instagramCol:nth-child(5n+5) {
  background-color: #67C2FF; }

body {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #231F20;
  background-image: url(../images/Trace6.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 800px auto; }

.wrapper {
  margin-top: 50px;
  position: relative; }

textarea, input[type=text] {
  width: 80%;
  border: 2px solid #9f9899;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  margin: 4px auto;
  display: block;
  outline: none; }

.chkBx {
  width: 80%;
  padding: 8px;
  font-size: 14px;
  margin: 4px auto;
  display: block; }

.dropShadow, input[type=button], .bookNow, .more, .note, .navImage {
  -webkit-filter: drop-shadow(0 5px 4px rgba(34, 39, 32, 0.7));
  filter: drop-shadow(0 5px 4px rgba(34, 39, 32, 0.7)); }

h1 a {
  text-decoration: none; }

input[type=button], .bookNow, .more {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background-image: url(../images/Tape.png);
  background-size: 100% auto;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-color: transparent;
  border: none;
  width: 80%;
  margin: 25px auto;
  font-family: "verveine", sans-serif;
  font-size: 32px;
  outline: none;
  text-align: center;
  line-height: 50px;
  text-decoration: none; }

input[type=button]:hover, .bookNow:hover {
  text-decoration: underline;
  color: #AB3702; }

textarea.error, input[type=text].error {
  border: 2px solid red; }

label.error {
  display: block;
  color: red;
  text-align: center;
  margin: auto auto; }

.instaFeed {
  width: 450px; }

.cols, .oneThird, .twoThirds, .threeCol, .twoCol, .oneCol, .left, .right {
  /*border: 1px solid green;*/
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  max-height: 100%; }

.oneThird {
  width: 33.333%; }

.twoThirds {
  width: 66.666%; }

.threeCol {
  width: 33.333%; }

.banner .threeCol {
  vertical-align: middle; }

.twoCol {
  width: 50%; }

.oneCol {
  width: 100%; }

.left, .right {
  text-align: left; }

.noteBottom .left {
  width: 17%;
  border-right: 1px solid #FDCC84;
  padding: 0 4px 20px 15px; }

.noteBottom .right {
  width: 80%;
  border-left: 1px solid #FDCC84;
  margin-left: -1px;
  padding: 0 20px 20px 20px; }

a {
  color: #231F20; }

.logo a #myLogo {
  text-decoration: none;
  background-repeat: no-repeat;
  display: inline-block;
  width: 320px;
  height: 45px;
  margin: 0;
  color: #231F20;
  fill: #231F20;
  /*@include maskimage(auto 100%, url(../images/Logo.svg));*/
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear; }

.logo a #myLogo:hover {
  color: #AB3702;
  fill: #AB3702; }

.blogPost {
  margin-bottom: 40px; }

.navSocial a {
  text-decoration: none;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 2px;
  border-radius: 40px;
  width: 45px;
  height: 45px;
  background-color: #231F20;
  background-image: url(../images/Social.svg);
  background-size: auto 90%, auto 100%;
  -moz-transition: background-image 100ms linear;
  -o-transition: background-image 100ms linear;
  -webkit-transition: background-image 100ms linear;
  transition: background-image 100ms linear;
  vertical-align: middle; }

.navSocial a:nth-child(odd) {
  background-image: url(../images/Social.svg);
  background-color: #AB3702; }

.navSocial a.socialFacebook {
  background-position: -0.5% center, 0 0; }

.navSocial a.socialTwitter {
  background-position: 16% center, 0 0; }

.navSocial a.socialInstagram {
  background-position: 33.25% center, 0 0; }

.navSocial a.socialGooglePlus {
  background-position: -128px center, 0 0; }

.navSocial a.socialPinterest {
  background-position: -257px center, 0 0; }

.navSocial a.socialEmail {
  background-position: 84% center, 0 0; }

.navSocial a.permalink, a.cmnt, .cmntInner {
  background-image: none;
  background-repeat: no-repeat;
  display: block;
  float: left; }

.navSocial a:hover {
  background-color: #FFAF11; }

.label {
  display: inline-block;
  vertical-align: middle; }

.algnRight {
  text-align: right; }

.algnLeft {
  text-align: left; }

.blogImage {
  overflow: hidden;
  margin-top: 10px; }

.content, .footer, .banner {
  display: block;
  z-index: 1;
  clear: both;
  margin: 0 Auto;
  max-width: 1024px; }

.content {
  margin-top: 160px; }

.banner {
  max-width: 1024px;
  width: 100%;
  position: relative; }

.bannerWrapper {
  top: 55px;
  transition: background-color .5s ease-in-out;
  -moz-transition: background-color .5s ease-in-out;
  -webkit-transition: background-color .5s ease-in-out;
  -o-transition: background-color .5s ease-in-out;
  /*background-color:$lightyellow;*/
  display: block;
  position: fixed;
  margin-top: -15px;
  padding: 15px;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: center; }

.polaroids {
  margin: 40px 0;
  text-align: center; }

.home {
  margin: auto; }

.instagramWrapper {
  background-color: #FFFFFF;
  background-image: url(../images/instagrambackground.svg);
  background-size: 5px 5px;
  /**/
  padding: 18px;
  text-align: left; }

.cta {
  background-image: url(../images/Arrow1.png);
  background-size: auto 100%;
  width: 100%;
  /* background-position: center right; */
  height: 120px;
  /* text-align: right; */
  display: inline-block;
  background-repeat: no-repeat; }

.articleWrapper {
  background-image: url(../images/instagrambackground.svg), radial-gradient(#FFEFA7, #FFDF50);
  padding: 18px;
  background-size: 5px 5px, 100%; }

.instagramWrapper, .articleWrapper {
  margin: 11px;
  border-radius: 3px; }

.article, .instagram {
  background-color: white; }

.article {
  text-align: left;
  padding: 18px;
  min-height: 372px; }

.instagramCol img {
  width: 110%;
  margin: -5% 0 0 -5%; }

.instagramCol {
  overflow: hidden;
  width: 94px;
  height: 94px; }

a.feedInstagram {
  text-decoration: none;
  background-repeat: no-repeat;
  display: block;
  margin: 0;
  width: 94px;
  height: 94px;
  position: relative;
  background-color: #FFAF11;
  background: url(../images/Social.svg) no-repeat 32% center, radial-gradient(#C4734E, #AB3702);
  background-size: auto 60%, 100% auto;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  /*url(img.png) no-repeat 50% 300px,
		linear-gradient(top, #1e5799 0%,#a5c9e5 100%);*/ }

/*
.navImage:nth-child(1) {
    @include rotate(4deg);
}
.navImage:nth-child(2) {
    @include rotate(1deg);
}

.navImage:nth-child(3) {
    @include rotate(-5deg);
}

.navImage:nth-child(4) {
    @include rotate(3deg);
}*/
.note {
  width: 100%;
  margin: auto;
  max-width: 840px;
  padding: 40px 0;
  -ms-transform: rotate(-0.5deg);
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  text-align: left; }

.noteTop {
  background-image: url(/images/note.png);
  background-size: 83% auto;
  background-repeat: repeat-x;
  background-position: center 0;
  height: 34px; }

.noteBottom {
  background-image: url(/images/hands.png), url(/images/lines.png);
  background-size: 20.5% auto,50% auto;
  background-repeat: no-repeat, repeat;
  background-color: #fff;
  background-position: bottom right, 0 8px;
  margin-top: -5px;
  padding: 9px 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.footer {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 22px auto;
  font-family: "verveine",sans-serif;
  font-size: 22px; }

.navigation ul, .subnav ul {
  padding: 0;
  text-transform: capitalize; }

.subnav ul {
  padding: 18px;
  background-color: white; }

.navigation li {
  list-style: none;
  display: inline-block; }

.subnav li {
  list-style: none;
  display: block; }

.navigation ul a, .subnav li a {
  padding: 4px 11px;
  text-decoration: none;
  font-size: 25px;
  font-family: "verveine", sans-serif;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear; }

.navigation ul a {
  color: #231F20; }

.subnav li a {
  padding: 0 0;
  font-size: 24px; }

.navigation ul a:hover, .subnav ul a:hover, .footer ul a:hover, .pagefooter ul a:hover {
  text-decoration: underline;
  color: #AB3702; }

.navigation ul ul {
  display: none; }

/*hides the second, third etc tier of main nav*/
.navigation ul a.on {
  text-decoration: underline; }

/* HOME PAGE NAV */
.box-size, .navImage, .navFrame, .navFrameInternal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.imgWrapper {
  float: right;
  margin: -30px -30px 0 0; }

.navImage {
  width: 310px;
  height: 348px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  text-align: left;
  overflow: hidden; }

.navFrame {
  width: 300px;
  height: 328px;
  padding: 0;
  background-image: url(/images/frame.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  margin: 0 5px; }

.navFrameInternal {
  width: 300px;
  height: 328px;
  padding: 0;
  background-image: url(/images/frameInternal.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  margin: 0 5px; }

.navImage img {
  position: absolute; }

.imgclip {
  position: absolute;
  overflow: hidden;
  height: 264px;
  width: 264px;
  top: 45px;
  left: 24px; }

.navImage .link {
  z-index: 100;
  position: absolute;
  font-family: "verveine", sans-serif;
  font-size: 25px;
  text-align: center;
  width: 100%;
  color: #231F20;
  text-decoration: none; }

h1, h2, h3 {
  margin: 0;
  font-weight: normal; }

h1 {
  font-size: 42px;
  font-family: "verveine", sans-serif;
  line-height: 42px; }

h2, .noMore {
  font-size: 32px;
  font-family: "verveine", sans-serif;
  line-height: 42px; }

h3 {
  font-size: 24px;
  font-family: "verveine", sans-serif;
  line-height: 32px; }

p {
  font-weight: normal;
  line-height: 24px;
  margin: 12px 0; }

.crumb {
  font-family: "verveine", sans-serif;
  color: #9f9899; }

.crumb a {
  color: #9f9899;
  font-size: 24px;
  text-decoration: none;
  text-transform: capitalize; }

.crumb a:hover {
  text-decoration: underline; }

.internalpage {
  text-align: left;
  width: 1000px; }

.pagecontent {
  width: calc(78% - 2.8em);
  margin-bottom: 32px;
  padding: 22px;
  display: block;
  display: inline-block;
  background-image: url(/images/80PercentWht.png); }

.isRwd {
  display: none; }

@media only screen and (orientation: portrait) and (max-width: 420px) {
  .imgWrapper {float:none}
  .twoCol, .threeCol, .oneThird, .twoThirds {
    width: 100%; }
  .notIsMobile {
    display: none; }
  .isRwd {
    display: block; }
  .algnRight, .algnLeft {
    text-align: center; }
  .banner {
    left: 0;
    margin: auto auto;
    top: 0;
    position: relative; }
  .content {
    margin-top: 2px; }
  .bannerWrapper {
    top: 5px;
    display: block;
    position: relative;
    margin-top: 0;
    padding: 0;
    max-width: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    text-align: center; }
  .navigation ul {
    margin: 0 0 20px 0; } }

@media only screen and (orientation: portrait) and (min-width: 420px) and (max-width: 960px) {
  .twoCol {
    width: 100%; }
  .threeCol {
    width: 50%; } }

