.browse-happy {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11000;
	background: url(../images/opacity.png) repeat;	
}

.browse-happy .ie-modal {
	width: 560px;
	height: 200px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 40px;
	margin-left: -300px;
	margin-top: -120px;
}

.browse-happy .ie-modal p {
	font-size: 25px;
	margin-bottom: 15px;
}

.brown {
  color: #3b2314 !important;
}
.orange {
  color: #ba6b02 !important;
}
.light-orange {
  color: #d58c49;
}
.white {
  color: #ffffff !important;
}
.blue {
  color: #335b85 !important;
}
.white-bg {
  background: #ffffff;
}
.text-small {
  font-size: 14px;
}
.text-medium {
  font-size: 18px;
  line-height: 22px;
}
.text-large {
  font-size: 21px;
  line-height: 26px;
}
.text-xlarge {
  font-size: 26px;
  line-height: 32px;
}
.text-xxlarge {
  font-size: 30px;
  line-height: 40px;
}
.designer-notes {
  font-family: "designer_notesregular", Helvetica, Arial, sans-serif;
}
.designer-bold {
  font-family: "designer_notesbold", Helvetica, Arial, sans-serif;
}
.amatic {
  font-family: 'amatic_scregular', 'Helvetica Neue', Helvetica, Arial, serif;
}
.amatic-bold {
  font-family: 'amatic_scbold', 'Helvetica Neue', Helvetica, Arial, serif;
}
.gloria {
  font-family: 'gloria_hallelujahregular', Helvetica, Arial, serif;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  counter-reset: counter;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "designer_notesregular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
p small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.font-size-base {
  font-size: 14px !important;
}
.font-size-large {
  font-size: 21px !important;
}
.font-size-small {
  font-size: 12px !important;
}
a {
  text-decoration: underline;
}
.transition-scale {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0;
  transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
}
.transition-scale-in {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
}
.transition-background {
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}
.transition-left {
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  -ms-transition: left 250ms ease;
  -o-transition: left 250ms ease;
  transition: left 250ms ease;
}
.transition-transform {
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
}
.transition-all {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.transition-maxheight {
  -webkit-transition: max-height 600ms;
  -moz-transition: max-height 600ms;
  -ms-transition: max-height 600ms;
  -o-transition: max-height 600ms;
  transition: max-height 600ms;
}
.transition-opacity {
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.container {
  max-width: 1020px !important;
  min-width: 1020px !important;
}
.justMe {
  font-family: 'just_me_again_down_hereRg', Arial, serif;
}
.deming {
  font-family: 'deming_epregular', 'Times New Roman', Times, serif;
}
.designer {
  font-family: 'designer_notesregular', 'Times New Roman', Times, serif;
}
.homemade-apple {
  font-family: 'HomemadeApple', "Brush Script MT", cursive;
}
.waiting {
  font-family: 'waiting_for_the_sunriseRg', "Brush Script MT", cursive;
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.transition-transform {
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.bounce {
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1);
  /* older webkit */

  -webkit-transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1.03);
  -moz-transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1.03);
  -o-transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1.03);
  transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1.03);
  /* custom */

}
.no-bg {
  background: none !important;
}
.inline {
  display: inline !important;
}
.text-uppercase {
  text-transform: uppercase;
}
#header {
  position: relative;
  z-index: 10;
  min-width: 1020px;
  padding: 10px 0 0px;
  background: url(../images/header-bottom.png) no-repeat bottom center;
  padding-bottom: 51px;
}
#header .logo {
  text-indent: -9999px;
  background: url(../images/main-logo.png) no-repeat;
  width: 103px;
  height: 83px;
}
#header .nav {
  margin-top: 15px;
}
#header .nav li {
  float: left;
  display: block;
}
#header .nav li a {
  text-decoration: none;
  font-family: 'just_me_again_down_hereRg', Arial, serif;
  color: #211e1e;
  font-size: 23px;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  text-transform: lowercase;
}
#header .nav li:hover,
#header .nav .current_page_item,
#header .nav .current_page_parent {
  background: url(../images/nav-hover-icons.png) no-repeat;
}
#header .nav li:hover a,
#header .nav .current_page_item a,
#header .nav .current_page_parent a {
  opacity: 0;
  background: none;
}
#header .nav li:nth-child(1):hover {
  background-position: top left;
}
#header .nav li:nth-child(2):hover,
#header .nav li:nth-child(2).current_page_item {
  background-position: -75px 0;
}
#header .nav li:nth-child(3):hover,
#header .nav li:nth-child(3).current_page_item {
  background-position: -135px 0;
}
#header .nav li:nth-child(4):hover,
#header .nav li:nth-child(4).current_page_item {
  background-position: -215px 0;
}
#header .nav li:nth-child(5):hover,
#header .nav li:nth-child(5).current_page_item {
  background-position: -345px 0;
}
#header .nav li:nth-child(5):hover,
#header .nav li:nth-child(5).current_page_parent {
  background-position: -345px 0;
}
#header .nav li:nth-child(6):hover,
#header .nav li:nth-child(6).current_page_item {
  background-position: -410px 0;
}
.page-hero {
  height: 400px;
  width: 100%;
  min-width: 1020px;
  margin-top: -19px;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  background: url(../images/sky.png) repeat;
}
.delay-500 {
  -webkit-transition-delay: 400ms !important;
  -moz-transition-delay: 400ms !important;
  -ms-transition-delay: 400ms !important;
  -o-transition-delay: 400ms !important;
  transition-delay: 400ms !important;
}
.delay-1000 {
  -webkit-transition-delay: 800ms !important;
  -moz-transition-delay: 800ms !important;
  -ms-transition-delay: 800ms !important;
  -o-transition-delay: 800ms !important;
  transition-delay: 800ms !important;
}
.delay-1500 {
  -webkit-transition-delay: 1200ms !important;
  -moz-transition-delay: 1200ms !important;
  -ms-transition-delay: 1200ms !important;
  -o-transition-delay: 1200ms !important;
  transition-delay: 1200ms !important;
}
.delay-2000 {
  -webkit-transition-delay: 1600ms !important;
  -moz-transition-delay: 1600ms !important;
  -ms-transition-delay: 1600ms !important;
  -o-transition-delay: 1600ms !important;
  transition-delay: 1600ms !important;
}
.page-hero.animate {
  opacity: 1;
}
.animate-down {
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate3d(0, -400px, 0);
  -moz-transform: translate3d(0, -400px, 0);
  -ms-transform: translate3d(0, -400px, 0);
  transform: translate3d(0, -400px, 0);
}
.animate-up {
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate3d(0, 400px, 0);
  -moz-transform: translate3d(0, 400px, 0);
  -ms-transform: translate3d(0, 400px, 0);
  transform: translate3d(0, 400px, 0);
}
.animate-right {
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate3d(-400px, 0px, 0);
  -moz-transform: translate3d(-400px, 0px, 0);
  -ms-transform: translate3d(-400px, 0px, 0);
  transform: translate3d(-400px, 0, 0);
}
.animate-left {
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate3d(400px, 0, 0);
  -moz-transform: translate3d(400px, 0, 0);
  -ms-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
}
.fade-in {
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  opacity: 0;
  transition-duration: 700ms;
}
.page-hero.animate .animate-down,
.page-hero.animate .animate-up,
.video-wrap.animate .animate-down,
.page-hero.animate .animate-left,
.page-hero.animate .animate-right {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1);
  /* older webkit */

  -webkit-transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1.03);
  -moz-transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1.03);
  -o-transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1.03);
  transition-timing-function: cubic-bezier(0.1, 0.785, 0.54, 1.03);
  /* custom */

}
.page-hero.animate .fade-in,
.video-wrap.animate .fade-in {
  opacity: 1;
}
#footer-boat {
  position: relative;
  z-index: 100;
}
#footer-boat .footer-boat {
  animation: keyframes-boat 2s infinite;
  -webkit-animation: keyframes-boat 2s infinite;
  /* Safari and Chrome */

}
#footer-boat img {
  margin-bottom: -70px;
  position: relative;
  z-index: 100;
}
#footer-boat .contact-footer {
  top: 10px;
  margin-bottom: -95px;
  text-align: left;
}
#footer-waves {
  width: 100%;
  min-width: 1020px;
  position: relative;
  z-index: 99;
  background: url(../images/footer-waves.png);
  height: 8px;
}
#footer {
  background: #279fd2;
  padding: 70px 0;
  min-width: 1020px;
  color: #ffffff;
}
#footer .footer-logo {
  margin-bottom: 15px;
}
#footer p,
#footer a {
  color: #ffffff;
  font-family: 'deming_epregular', 'Times New Roman', Times, serif;
  text-decoration: none;
  font-size: 10px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#footer a:hover {
  color: #0f5f7f;
}
@keyframes keyframes-boat {
  0% {
    transform: rotate(1.5deg);
  }
  50% {
    transform: rotate(-1.5deg);
  }
  100% {
    transform: rotate(1.5deg);
  }
}
@-webkit-keyframes keyframes-boat {
  0% {
    -webkit-transform: rotate(1.5deg);
  }
  50% {
    -webkit-transform: rotate(-1.5deg);
  }
  100% {
    -webkit-transform: rotate(1.5deg);
  }
}
.page-hero {
  position: relative;
  margin-bottom: -15px;
}
.home-header {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.home-header div {
  position: absolute;
}
.home-header .home-clouds-1 {
  background: url(../images/home-clouds-1.png) no-repeat;
  width: 107px;
  height: 164px;
  top: 0;
  left: 25px;
}
.home-header .home-clouds-2 {
  background: url(../images/home-clouds-2.png) no-repeat;
  width: 97px;
  height: 101px;
  top: 0;
  right: 40px;
}
.home-header .home-clouds-3 {
  background: url(../images/home-clouds-3.png) no-repeat;
  width: 835px;
  height: 172px;
  bottom: 70px;
  pointer-events: none;
  left: 60px;
}
.home-header .home-team {
  background: url(../images/home-team.png) no-repeat;
  width: 379px;
  height: 343px;
  bottom: -10px;
  left: 240px;
  z-index: 10;
}
.home-header .home-hills {
  background: url(../images/home-hills.png) no-repeat;
  width: 911px;
  height: 135px;
  bottom: -25px;
  left: 0px;
}
.home-header .home-text {
  background: url(../images/home-text.png) no-repeat;
  width: 703px;
  height: 128px;
  top: 20px;
  left: 95px;
}
.home-meetus-top {
  position: relative;
  z-index: 10;
  height: 18px;
  width: 888px;
  margin: auto;
  margin-bottom: -3px;
  background: url(../images/home-meetus-top.png) no-repeat top center;
}
.home-meet-us {
  width: 100%;
  background: url(../images/canvas.png);
  height: auto;
  min-width: 1020px;
  padding-top: 25px;
  min-height: 200px;
  margin-bottom: -9px;
}
.home-meet-us .container {
  background: url(../images/home-meetus-bg.png) 335px 10px no-repeat;
}
.home-meet-us .section {
  background: url(../images/home-meetus-sprite.png) no-repeat;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  cursor: pointer;
}
.home-meet-us .love-love {
  background-position: 60px 0;
  height: 165px;
  width: 100%;
}
.home-meet-us .love-love:hover {
  background-position: 60px -170px;
}
.home-meet-us .meet-us {
  background-position: -255px 0;
  width: 100%;
  height: 165px;
}
.home-meet-us .meet-us:hover {
  background-position: -255px -180px;
}
.home-meet-us .experience {
  background-position: -580px 0;
  width: 100%;
  height: 165px;
}
.home-meet-us .experience:hover {
  background-position: -580px -170px;
}
.home-meet-us .content {
  max-height: 0;
  margin: 20px 0;
  font-size: 20px;
  line-height: 22px;
  -webkit-transition: max-height 600ms;
  -moz-transition: max-height 600ms;
  -ms-transition: max-height 600ms;
  -o-transition: max-height 600ms;
  transition: max-height 600ms;
  overflow: hidden;
}
.home-meet-us .content p {
  color: #3b2314;
  margin: 10px 0;
}
.home-meet-us .content.show {
  max-height: 600px;
}
.home-blog-top {
  height: 18px;
  margin: auto;
  width: 888px;
  margin-bottom: 20px;
  background: url(../images/home-blog-top.png) no-repeat top center;
}
.home-slider-container {
  position: relative;
  margin-bottom: 25px;
  width: 1020px !important;
  padding: 0;
  max-width: 1020px !important;
}
.home-slider-container .bx-wrapper {
  position: relative;
  z-index: 100;
  padding-top: 35px;
}
.home-slider-container .bx-wrapper .home-slider {
  cursor: pointer;
}
.home-slider-container .bx-wrapper .home-slider li {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.home-slider-container .bx-wrapper .home-slider li img {
  height: auto;
  width: 400px;
}
.home-slider-container .bx-wrapper .home-slider li .title {
  text-align: center;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  font-size: 20px;
  font-family: 'HomemadeApple', "Brush Script MT", cursive;
  color: #ffffff;
}
.home-slider-container .bx-wrapper .home-slider li .overlay {
  opacity: 0;
  position: absolute;
  height: 180px;
  width: 400px;
  top: 0;
  left: 0;
  background: rgba(35, 31, 32, 0.8);
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.home-slider-container .bx-wrapper .home-slider li .overlay:hover {
  opacity: 1;
}
.home-slider-container .slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.home-slider-container .slider-controls .controls-right {
  top: 0;
  position: absolute;
  right: 0;
}

#about-slider li {
	padding-top: 5px;
}

.arrow {
  background: url(../images/arrow.png) no-repeat;
  width: 75px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.arrow-right {
  background: url(../images/arrow-right.png) no-repeat;
}
.arrow:hover {
  -webkit-transform: translate(-10px, 0px);
  -moz-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}
.arrow-right:hover {
  -webkit-transform: translate(10px, 0px);
  -moz-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}
.contact-header .home-team {
  background-image: url(../images/contact-team.png);
  height: 370px;
  width: 268px;
  right: 120px;
  left: auto;
}
.contact-header .home-text {
  background-image: url(../images/contact-text.png);
  height: 175px;
  width: 207px;
  left: 330px;
  top: 100px;
}
.contact-header .contact-sign {
  background-image: url(../images/contact-sign.png);
  height: 246px;
  width: 207px;
  left: 90px;
  bottom: -27px;
}
.mail-to {
  margin-top: 20px;
}
.mail-to a {
  color: black;
  text-decoration: none;
}
.mail-to a:hover {
  text-decoration: underline;
}
.phone {
  margin: 20px 0 45px;
}
.contact-container {
  max-width: 730px !important;
  width: 730px !important;
  margin: auto;
}
.wpcf7 {
  font-family: 'designer_notesregular', 'Times New Roman', Times, serif;
  font-size: 19px;
  color: black;
}
.wpcf7 input {
  height: 26px;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border: 2px solid #c1b49a;
}
.wpcf7 .row {
  margin: 15px 0;
}
.wpcf7 .wpcf7-submit {
  float: right;
  height: 41px;
  width: 153px;
  font-family: 'HomemadeApple', "Brush Script MT", cursive;
  color: #ffffff;
  border: 0;
  margin-right: 15px;
  padding-top: 10px;
  background: url(../images/canvas.png);
}
.wpcf7 .wpcf7-submit:hover {
  background: black;
}
.about-header .home-hills {
  background: url(../images/about-hills.png) no-repeat;
  bottom: -55px;
  height: 208px;
  left: 50px;
}
.about-header .home-team {
  height: 443px;
  width: 577px;
  bottom: -70px;
  left: 210px;
  background: url(../images/about-team.png) no-repeat;
}
.about-header .home-text {
  height: 130px;
  width: 260px;
  left: auto;
  top: 70px;
  right: 10px;
  background: url(../images/about-text.png) no-repeat;
}
.about-header .home-clouds-1 {
  width: 113px;
  height: 79px;
  left: 50%;
  top: -20px;
  background: url(../images/about-clouds.png) no-repeat;
}
.about-header .home-tree {
  width: 261px;
  height: 234px;
  left: 0px;
  top: -128px;
  background: url(../images/about-tree.png) no-repeat;
}
.about-meet-us h3 {
  padding: 10px 20px;
}
.about-meet-us p.about-intro {
  background: rgba(245, 245, 245, 0.25);
  padding: 25px 100px 20px;
  max-width: 895px;
}
.about-meet-us h2 {
  margin-top: 15px;
}
.about-meet-us .meet-us-content {
  width: 895px;
  margin: 20px 0 75px;
}
.about-meet-us .meet-us-content p {
  font-size: 19px;
  margin-top: 10px;
}
.about-slider-wrap {
  width: 800px;
  margin: auto;
}
.about-slider-wrap p {
  font-size: 20px;
}
.about-slider-wrap .about-pager {
  margin-top: 50px;
}
.about-slider-wrap .about-pager li {
  display: inline-block;
  margin-right: 22px;
  cursor: pointer;
}
.about-slider-wrap .about-pager li a {
  color: #d58c49;
  background: #f1f1f2;
  font-size: 21px;
  line-height: 26px;
  padding: 5px 30px 0;
  text-decoration: none;
}
.about-slider-wrap .about-pager li a.active {
  background: #d58c49;
  color: #ffffff !important;
}
.about-slider-wrap .about-pager li:last-child {
  margin-right: 0;
}
.working-header .home-team {
  width: 930px;
  height: 338px;
  left: 0;
  bottom: -40px;
  background: url(../images/working-team.png) no-repeat;
}
.working-header .home-clouds-1 {
  top: -60px;
}
.working-header .home-clouds-2 {
  width: 130px;
  height: 63px;
  left: 220px;
  top: 50px;
  background: url(../images/working-clouds-2.png) no-repeat;
}
.working-header .home-text {
  width: 180px;
  height: 162px;
  left: 360px;
  top: 40px;
  background: url(../images/working-text.png) no-repeat;
}
.working-header .home-hills {
  width: 930px;
  height: 109px;
  bottom: -15px;
  background: url(../images/working-hills.png) no-repeat;
}
.working-meet-us {
  padding-bottom: 65px;
}
.working-intro {
  width: 780px;
  margin: 15px auto 30px;
}
.working-with-checkboxes {
  padding: 20px 45px;
  font-family: 'designer_notesregular', 'Times New Roman', Times, serif;
  width: 888px;
  font-size: 21px;
  line-height: 25px;
  margin: auto;
  background: #ffffff;
}
.working-with-checkboxes ul li {
  color: #3b2314 !important;
  margin: 25px 0px;
  padding-left: 85px;
  padding-top: 6px;
  position: relative;
  counter-increment: counter;
  min-height: 45px;
  background: url(../images/checkbox.png) no-repeat 0 0;
}
.working-with-checkboxes ul li a {
  color: #ba6b02 !important;
}
.working-with-checkboxes ul li:first-child,
.working-with-checkboxes ul li:nth-child(2) {
  padding-top: 18px;
  background: url(../images/checkbox-checked.png) no-repeat 0 0;
}
.working-with-checkboxes ul li::before {
  position: absolute;
  left: 50px;
  top: 6px;
  content: counter(counter) '.';
}
.working-with-checkboxes ul li:first-child::before,
.working-with-checkboxes ul li:nth-child(2)::before {
  padding-top: 11px;
}
.checkboxes-top {
  width: 888px;
  margin: auto;
  margin-bottom: -8px;
  height: 18px;
  background: url(../images/checkboxes-top.png) no-repeat;
}
.checkboxes-bottom {
  width: 888px;
  margin: auto;
  margin-top: -12px;
  height: 18px;
  background: url(../images/checkboxes-bottom.png) no-repeat;
}
.working-with-us-main {
  height: auto;
  padding: 60px 0 150px;
  margin-bottom: -110px;
}
.working-with-us-main p {
  max-width: 711px;
  margin: 25px auto;
  font-size: 21px;
  line-height: 26px;
}
.portfolio-hero {
  height: 140px;
  position: relative;
  margin-bottom: 0px;
}
.portfolio-hero .contact-us-sign {
  width: 200px;
  height: 76px;
  position: absolute;
  top: -15px;
  padding-top: 43px;
  left: 50%;
  margin-left: -100px;
  z-index: 800;
  font-size: 19px;
  padding-left: 30px;
  background: url(../images/contact-us-sign.png) no-repeat;
}
.portfolio-hero .contact-us-sign a {
  text-decoration: none;
}
.portfolio-hero .contact-us-sign a:hover {
  text-decoration: underline;
  color: #2792c0 !important;
}
.portfolio-hero .portfolio-header .home-clouds-1 {
  top: -50px;
}
.portfolio-hero .portfolio-header .home-text {
  width: 200px;
  left: 390px;
  top: 45px;
  height: 43px;
  background: url(../images/portfolio-text.png) no-repeat;
}
.portfolio-hero .portfolio-header .home-bird {
  width: 106px;
  right: 60px;
  height: 94px;
  background: url(../images/portfolio-bird.png) no-repeat;
}
.galleryblock {
  position: relative;
  display: block;
  width: 100%;
  min-height: 395px;
  max-height: 405px;
  margin: 20px 0px 10px 0;
  z-index: 4;
  text-align: center;
  overflow: hidden;
}
.galleryblock ul {
  padding: 0px;
  margin: 0px auto 0px auto;
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  height: 405px;
  list-style: none;
  z-index: 3;
  overflow: hidden;
}
.galleryblock ul li {
  display: block;
  float: left;
  height: 405px;
  margin: 0px 5px 0px 5px;
  z-index: 3;
}
.gallerynav {
  position: absolute;
  width: 100%;
  top: 200px;
  height: 56px;
  display: block;
  z-index: 5;
}
.gallerynav a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
a.gallerynext {
  position: absolute;
  display: block;
  width: 95px;
  height: 50px;
  z-index: 5000000;
}
a.gallerynext {
  right: 25px;
}
a.gallerynext {
  background: url(../images/workprevnextarrows.png) no-repeat top right;
}
a.galleryprev {
  position: absolute;
  display: block;
  left: 25px;
  width: 95px;
  height: 50px;
}
a.galleryprev {
  background: url(../images/workprevnextarrows.png) no-repeat top left;
}
.blog-hero .home-team {
  width: 930px;
  height: 338px;
  left: 0;
  bottom: 17px;
  background: url(../images/blog-team.png) no-repeat;
}
.blog-hero .home-clouds-1 {
  top: -30px;
  left: 200px;
  height: 160px;
  width: 778px;
  background: url(../images/blog-clouds-2.png) no-repeat;
}
.blog-hero .home-clouds-2 {
  width: 175px;
  height: 285px;
  right: 100px;
  top: 0px;
  background: url(../images/blog-clouds-1.png) no-repeat;
}
.blog-hero .home-text {
  width: 180px;
  height: 162px;
  left: 450px;
  top: 160px;
  background: url(../images/blog-text.png) no-repeat;
}
.blog-hero .home-text-2 {
  width: 645px;
  height: 66px;
  left: 50%;
  margin-left: -342px;
  top: 7px;
  position: absolute;
  background: url(../images/blog-text-2.png) no-repeat;
}
.blog-hero .home-hills {
  width: 461px;
  height: 51px;
  bottom: 39px;
  background: url(../images/blog-hills.png) no-repeat;
}
.blog-hero .home-meet-us {
  height: 67px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  min-height: 0;
}
.blog-home-top {
  position: relative;
  z-index: 9999;
  margin-bottom: -23px;
  margin-top: 20px;
}
.blog-container, .blog-container > .row {
  padding: 0;
  max-width: 1020px !important;
  min-width: 1020px !important;
  position: relative;
  z-index: 9999;
}
.blog-entry-container {
  width: 820px;
  padding-left: 20px;
  float: left;
}
.blog-entry-container .entry {
  margin: 70px 0 0 0;
  font-size: 18px;
}
.blog-entry-container .entry p {
  margin: 15px 0;
  line-height: 24px;
}
.blog-entry-container .entry img {
  max-width: 100%;
}
.blog-entry-container .entry h2 {
  padding-left: 60px;
  padding-top: 10px;
  background: url(../images/sidebar-nav-icons.png) no-repeat;
}
.blog-entry-container .entry h2.advice {
  background-position: 0 -127px;
}
.blog-entry-container .entry h2.commercial {
  background-position: 0 -170px;
}
.blog-entry-container .entry h2.inspiration {
  background-position: 0 -90px;
}
.blog-entry-container .entry h2.other-stuff {
  background-position: 0 -222px;
}
.blog-entry-container .entry h2.our-life {
  background-position: 0 0px;
}
.blog-entry-container .entry h2.our-work {
  background-position: 0 -45px;
}
.blog-entry-container .entry h2 a {
  text-decoration: none;
}
.blog-entry-container .entry h2 a:hover {
  text-decoration: underline;
}
.sidebar {
  width: 170px;
  padding-top: 100px;
  float: right;
  background: url(../images/sidebar-trees.png) no-repeat left top;
}
.sidebar a {
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
  color: #231f20;
}
.sidebar h2 {
  font-family: 'HomemadeApple', "Brush Script MT", cursive;
  margin-top: 15px;
  color: #ffffff;
  background: url(../images/canvas.png);
  padding: 20px 20px 15px 20px;
  font-size: 20px;
}
.sidebar a h2:hover {
  color: #231f20;
}
.sidebar .categories {
  margin-top: 5px;
  font-family: 'designer_notesregular', 'Times New Roman', Times, serif;
}
.sidebar .categories li {
  background: url(../images/sidebar-nav-icons.png) no-repeat;
  padding-left: 53px;
  padding-top: 18px;
  margin: 13px 0;
}
.sidebar .categories li a {
  font-size: 19px;
  color: #335b85;
}
.sidebar .categories li:nth-child(1) {
  background-position: 0 -120px;
}
.sidebar .categories li:nth-child(2) {
  background-position: 0 -163px;
}
.sidebar .categories li:nth-child(3) {
  background-position: 0 -80px;
}
.sidebar .categories li:nth-child(4) {
  background-position: 0 -215px;
}
.sidebar .categories li:nth-child(5) {
  background-position: 0 10px;
}
.sidebar .categories li:nth-child(6) {
  background-position: 0 -37px;
}
.sidebar #s {
  width: 100%;
  border: 2px solid #335b85;
  font-family: 'designer_notesregular', 'Times New Roman', Times, serif;
  font-size: 18px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.sidebar ::-webkit-input-placeholder {
  color: #335b85;
}
.sidebar :-moz-placeholder {
  /* Firefox 18- */

  color: #335b85;
}
.sidebar ::-moz-placeholder {
  /* Firefox 19+ */

  color: #335b85;
}
.sidebar :-ms-input-placeholder {
  color: #335b85;
}
.sidebar .sidebar-social li {
  background: url(../images/social-icons.png) 0 0 no-repeat;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  height: 26px;
  margin: 10px 7px 5px;
  float: left;
  text-indent: -9999px;
  width: 26px;
}
.sidebar li.facebook {
  background-position: 10px 0;
}
.sidebar li.facebook:hover {
  background-position: 10px -27px;
}
.sidebar li.instagram {
  background-position: -30px 0px;
}
.sidebar li.instagram:hover {
  background-position: -30px -25px;
}
.sidebar li.pinterest {
  background-position: -68px 0px;
}
.sidebar li.pinterest:hover {
  background-position: -68px -25px;
}
.sidebar li.twitter {
  margin-right: 0;
  background-position: -110px 0px;
}
.sidebar li.twitter:hover {
  background-position: -110px -25px;
}
a.moretag {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  margin-top: 5px;
  font-size: 21px;
  background: url(../images/canvas.png);
  padding: 17px 10px 10px 10px;
}
a.moretag:hover {
  text-decoration: underline;
  color: #000000;
}
.single .entry-footer {
  width: 800px;
  margin: auto;
  margin-bottom: 15px;
  padding-top: 18px;
  height: 43px;
  font-family: "designer_notesbold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: url(../images/canvas.png);
  color: #303231;
}
.single .entry-footer .twitter {
  margin-top: -7px;
  margin-left: 5px;
  float: left;
  background: url(../images/footer-share.png) -60px 0 no-repeat;
  height: 25px;
  width: 25px;
}
.single .entry-footer .facebook {
  margin-top: -7px;
  float: left;
  background: url(../images/footer-share.png) -27px 0 no-repeat;
  height: 25px;
  width: 25px;
}
.single .entry-footer .pinterest {
  margin-top: -7px;
  margin-left: 10px;
  float: left;
  background: url(../images/footer-share.png) no-repeat;
  height: 25px;
  width: 25px;
}
.single .entry-footer a {
  color: #303231;
}
.single .add-comment,
.single .posted-by {
  float: left;
}
.single .social-share {
  float: right;
}
.single .add-comment {
  margin-right: 25px;
}
.single .posted-by {
  font-family: "designer_notesregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.single .share-on {
  font-size: 16px;
  float: left;
  font-family: "designer_notesbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-left: 25px;
}
.commentlist {
  list-style: none;
  margin-top: 20px;
  font-family: 'designer_notesregular', 'Times New Roman', Times, serif;
  color: #424242;
}
.commentlist .comment-content p {
  margin-top: 5px;
}
.commentlist .comment-date {
  float: right;
  color: #d4d2bf;
}
.commentlist .comment-author {
  font-size: 18px;
  float: left;
}
.commentlist .comment {
  border-bottom: 1px solid #d4d2bf;
}
#comments label {
  display: none;
}
#comments input {
  border-radius: 0;
}
#comments .form-submit {
  float: right;
  margin: 0;
}
#comments .comment-form-comment {
  margin-bottom: 5px;
}
#comments #comment-submit {
  text-transform: uppercase;
  color: #303231;
  border-radius: 0;
  padding-top: 10px;
  font-family: "designer_notesbold", Helvetica, Arial, sans-serif;
  background: url(../images/canvas.png);
}
#loader {
  z-index: 9999;
  top: 200px;
  left: 50%;
  margin-left: -80px;
  position: absolute;
}
#loader h4 {
  margin-bottom: 10px;
}
.page-template-business-php .home-header {
  width: 100% !important;
  max-width: none !important;
}
.page-template-business-php .page-hero {
  height: 605px;
  overflow: visible;
}
.page-template-business-php #header {
  width: 100%;
}
.page-template-business-php .home-hills {
  width: 100%;
  bottom: 90px;
  height: 195px;
  background: url(../images/commercial/hills.png) top center no-repeat;
}
.page-template-business-php .commercial-logo {
  width: 253px;
  height: 196px;
  top: 0px;
  position: absolute;
  left: 50%;
  margin-left: -126px;
}
.page-template-business-php .commercial-video {
  height: 604px;
  top: 0;
  width: 829px;
  position: absolute;
  left: 50%;
  z-index: 9999;
  margin-left: -420px;
  background: url(../images/commercial/video-bg.png) top center no-repeat;
}
.page-template-business-php .commercial-video iframe {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.page-template-business-php .commercial-clapper {
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: 100px;
  width: 100px;
}
.page-template-business-php .home-meet-us {
  margin-top: -100px;
  position: relative;
  z-index: 9000;
  padding: 130px 0 0;
}
.page-template-business-php .commercial-team-footer {
  height: 410px;
  margin-top: -15px;
  background: url(../images/commercial/footer.png) top center no-repeat;
  overflow: hidden;
}
.page-template-business-php .container {
  padding: 30px 0;
}
.page-template-business-php .container p {
  font-size: 20px;
  line-height: 1.2;
  color: #3b2314;
  margin: 12px 0 25px;
}
.page-template-business-php .commercial-contact {
  background: rgba(245, 245, 245, 0.25);
  padding: 40px 0;
  margin-top: 25px;
}
.page-template-business-php .commercial-contact a {
  text-decoration: none;
  color: #000000;
}
.page-template-business-php .commercial-contact a:hover {
  text-decoration: underline;
}
.page-template-business-php #footer {
  padding: 20px 0 20px 0;
  background: #716558;
}
.page-template-business-php #footer a {
  color: #FFFFFF;
}
.page-template-splash-php,
html {
  height: 100%;
  width: 100%;
  min-height: 100%;
}
.splash {
  background: url(../images/splash/sky.png) repeat-x;
  width: 12020px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
.splash .arrow {
  background: url(../images/splash/arrow.png) no-repeat;
}
.splash .arrow-left {
  top: 450px;
  left: 8450px;
  background: url(../images/splash/arrow-left.png) no-repeat;
  position: absolute;
  z-index: 9000;
}
.splash .prev-arrow {
  width: 113px;
  height: 49px;
  background: url(../images/splash/prev-arrow.png) no-repeat !important;
}
.splash .next-arrow {
  width: 118px;
  height: 49px;
  background: url(../images/splash/next-arrow.png) no-repeat;
}
.splash .white-bar {
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: url(../images/splash/white-bar.png) 0 1290px repeat-x;
}
.splash .main {
  width: 4277px;
  min-height: 640px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  pointer-events: none;
  background: url(../images/splash/main-1.png) 0 292px no-repeat;
  z-index: 1000;
}
.splash .main-2 {
  width: 7990px;
  min-height: 640px;
  height: 100%;
  position: absolute;
  left: 4030px;
  top: 0;
  pointer-events: none;
  background: url(../images/splash/main-2.png) 0 422px no-repeat;
  z-index: 1000;
}
.splash .ocean {
  width: 4508px;
  min-height: 640px;
  height: 100%;
  position: absolute;
  left: 1230px;
  top: 0;
  z-index: 10;
  pointer-events: none;
  background: url(../images/splash/ocean.png) 0 645px no-repeat;
}
.splash .logo {
  width: 299px;
  height: 249px;
  position: absolute;
  left: 125px;
  top: 290px;
  z-index: 9999;
  background: url(../images/splash/logo.png) no-repeat;
}
.splash .logo:hover {
  background-position: bottom left;
}
.splash #section1 {
  position: relative;
  z-index: 1;
}
.splash #section1 .tree {
  position: absolute;
  width: 273px;
  left: -10px;
  top: -20px;
  height: 347px;
  background: url(../images/splash/tree.png) no-repeat;
}
.splash #section1 .team {
  width: 577px;
  height: 443px;
  position: absolute;
  left: 60px;
  top: 20px;
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  background: url(../images/about-team.png) no-repeat;
}
.splash #section1 .team:hover {
  -webkit-transform: translate(0px, 30px);
  -moz-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}
.splash #section1 .hills {
  width: 1117px;
  height: 391px;
  position: absolute;
  left: 420px;
  z-index: 9998;
  top: 400px;
  background: url(../images/splash/section1-hills.png) no-repeat;
}
.splash #section1 .sign {
  width: 202px;
  height: 246px;
  position: absolute;
  left: 1050px;
  top: 396px;
  z-index: 9999;
  background: url(../images/splash/sign.png) no-repeat;
}
.splash #section1 .sign .sign-small {
  width: 108px;
  height: 48px;
  position: relative;
  top: 100px;
  left: 55px;
  background: url(../images/splash/sign-small.png) no-repeat;
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.splash #section1 .sign:hover .sign-small {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.splash #section1 .clouds-1 {
  background: url(../images/home-clouds-1.png) no-repeat;
  width: 107px;
  height: 164px;
  top: 0;
  left: 25px;
  left: 1200px;
  position: absolute;
}
.splash #section1 .clouds-2 {
  background: url(../images/splash/big-cloud.png) no-repeat;
  width: 154px;
  height: 215px;
  left: 1200px;
  position: absolute;
}
.splash #section1 .text {
  position: absolute;
  left: 670px;
  top: 20px;
}
.splash #section1 .text p {
  width: 283px;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  padding-bottom: 10px;
  background: url(../images/splash/section1-arrow.png) 110px 85px no-repeat;
}
.splash #section1 .text .arrow {
  float: left;
  position: relative;
  max-width: 75px;
}
.splash #section1 .text .arrow .gloria {
  display: none;
  left: 0;
  bottom: -30px;
  position: absolute;
  margin-top: 50px;
  
  text-decoration: underline;
  font-size: 14px;
}
.splash #section1 .text .arrow:hover .gloria {
  display: block;
}
.splash #section1 .text .waiting {
  font-size: 28px;
  margin-top: 10px;
  margin-left: 30px;
}
.splash #section1 .text .justMe {
  font-size: 51px;
  margin: -5px 15px 0 30px;
  float: left;
}
.splash #section2 {
  position: relative;
  z-index: 10;
}
.splash #section2 .boat {
  width: 748px;
  height: 324px;
  position: absolute;
  left: 1850px;
  top: 425px;
  animation: keyframes-boat 2.5s infinite;
  -webkit-animation: keyframes-boat 2.5s infinite;
  /* Safari and Chrome */

  background: url(../images/splash/boat-1.png) no-repeat;
}
.splash #section2 .boat-ripples {
  width: 754px;
  height: 77px;
  position: absolute;
  left: 1850px;
  top: 665px;
  background: url(../images/splash/boat-waves.png) no-repeat;
}
.splash #section2 .seagull {
  width: 110px;
  height: 169px;
  position: absolute;
  left: 1950px;
  top: 0px;
  background: url(../images/splash/seagull.png) no-repeat;
}
.splash #section2 .clouds-1 {
  background: url(../images/home-clouds-1.png) no-repeat;
  width: 107px;
  height: 164px;
  top: 0;
  left: 25px;
  left: 1800px;
  position: absolute;
}
.splash #section2 .clouds-2 {
  background: url(../images/home-clouds-2.png) no-repeat;
  width: 97px;
  height: 101px;
  top: 0;
  right: 40px;
  position: absolute;
  left: 2000px;
}
.splash #section2 .clouds-3 {
  background: url(../images/home-clouds-3.png) no-repeat;
  width: 835px;
  height: 172px;
  bottom: 70px;
  pointer-events: none;
  left: 60px;
  position: absolute;
  left: 1200px;
  top: 200px;
}
.splash #section2 .clouds-4 {
  background: url(../images/splash/clouds-4.png) no-repeat;
  height: 115px;
  width: 184px;
  z-index: -1;
  position: absolute;
  left: 1600px;
  top: 500px;
}
.splash #section2 .arrow {
  left: 2600px;
  position: absolute;
  top: 570px;
}
.shark {
  background: url(../images/splash/shark.png) 0 840px no-repeat;
  width: 377px;
  height: 100%;
  position: absolute;
  left: 3700px;
  z-index: 9999;
}
.splash #section3 .boat {
  width: 839px;
  height: 310px;
  position: absolute;
  left: 3150px;
  top: 450px;
  z-index: 9999;
  animation: keyframes-boat 2.5s infinite;
  -webkit-animation: keyframes-boat 2.5s infinite;
  /* Safari and Chrome */

  background: url(../images/splash/boat-2.png) no-repeat;
}
.splash #section3 .pelican {
  position: absolute;
  width: 106px;
  left: 3700px;
  height: 94px;
  background: url(../images/portfolio-bird.png) no-repeat;
}
.splash #section3 .text {
  height: 103px;
  width: 74px;
  background: url(../images/splash/section3-text.png) no-repeat;
  position: absolute;
  left: 4000px;
  z-index: 9999;
  top: 500px;
}
.splash #section3 .weddings-logo {
  width: 417px;
  height: 390px;
  background: url(../images/splash/weddings-logo.png) no-repeat;
  position: absolute;
  left: 2900px;
  padding: 115px 20px 0;
  color: #FFFFFF;
  top: -32px;
}
.splash #section3 .arrow {
  left: 4000px;
  position: absolute;
  top: 540px;
  z-index: 9999;
}
.splash #section3 .weddings-sign {
  width: 446px;
  height: 298px;
  background: url(../images/splash/weddings-sign.png) no-repeat;
  position: absolute;
  left: 3880px;
  padding: 115px 20px 0;
  color: #FFFFFF;
  top: 0;
}
.splash #section3 .weddings-sign p {
  font-size: 20px;
  margin-bottom: 70px;
}
.splash #section3 .weddings-sign a {
  color: #d58c49;
  text-decoration: none;
}
.splash #section3 .weddings-sign a:hover {
  text-decoration: underline;
}
.splash #section3 .weddings-sign h2 {
  text-align: center;
  font-size: 22px;
  color: #d58c49;
}
.splash #section4 {
  position: relative;
  z-index: 9000;
}
.splash #section4 .waves {
  width: 652px;
  height: 74px;
  background: url(../images/splash/section4-waves.png) no-repeat;
  position: absolute;
  left: 4360px;
  color: #FFFFFF;
  top: 670px;
  z-index: 1;
}
.splash #section4 .boat {
  width: 165px;
  height: 165px;
  background: url(../images/splash/section4-boat.png) no-repeat;
  position: absolute;
  left: 4360px;
  top: 520px;
}
.splash #section4 .team {
  width: 359px;
  height: 140px;
  background: url(../images/splash/section4-team.png) no-repeat;
  position: absolute;
  left: 5180px;
  top: 580px;
  z-index: 2;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}
.splash #section4 .team p {
  display: none;
  position: absolute;
  font-size: 26px;
  top: 0;
}
.splash #section4 .team p:first-child {
  left: 30px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
}
.splash #section4 .team p:nth-child(2) {
  left: 240px;
  top: 20px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.splash #section4 .team:hover {
  background-position: 0 20px;
}
.splash #section4 .team:hover p {
  display: block;
}
.splash #section4 .buoy {
  height: 204px;
  width: 135px;
  background: url(../images/splash/buoy.png) no-repeat;
  position: absolute;
  left: 4500px;
  top: 495px;
}
.splash #section4 .clouds-1 {
  background: url(../images/home-clouds-1.png) no-repeat;
  width: 107px;
  height: 164px;
  left: 25px;
  left: 3000px;
  top: 0;
  position: absolute;
}
.splash #section5 .bridge {
  width: 619px;
  height: 73px;
  background: url(../images/splash/bridge.png) no-repeat;
  position: absolute;
  left: 5330px;
  top: 620px;
  z-index: 999;
}
.splash #section5 .team {
  width: 988px;
  height: 100%;
  background: url(../images/splash/section5-team.png) no-repeat 0 196px;
  position: absolute;
  left: 5630px;
  top: 0;
  pointer-events: none;
  z-index: 9999;
}
.splash #section5 .city {
  width: 1760px;
  height: 354px;
  background: url(../images/splash/city.png) no-repeat;
  position: absolute;
  left: 5350px;
  top: 315px;
}
.splash #section5 .sign {
  width: 180px;
  height: 213px;
  background: url(../images/splash/section5-sign.png) no-repeat;
  position: absolute;
  left: 6100px;
  top: 475px;
  z-index: 5999;
}
.splash #section5 .grey-clouds {
  width: 236px;
  height: 188px;
  background: url(../images/splash/grey-clouds.png) no-repeat;
  position: absolute;
  left: 5750px;
  top: -20px;
  z-index: 1;
}
.splash #section5 .clapper {
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: 100px;
  width: 100px;
  left: 6900px;
  top: 0;
  height: 179px;
  margin-left: 0;
  background: url(../images/commercial/clapper.png) no-repeat;
}
.splash #section5 .logo {
  left: 6970px;
  top: 0;
  height: 232px;
  z-index: 0;
  width: 298px;
  background: url(../images/splash/commercial-sign.png) no-repeat;
}
.splash #section5 .text {
  height: 103px;
  width: 74px;
  background: url(../images/splash/section3-text.png) no-repeat;
  left: 4000px;
  z-index: 9999;
  top: 500px;
  position: absolute;
  left: 7350px;
  top: 70px;
  padding: 0;
  width: 400px;
  background: none;
}
.splash #section5 .text p {
  font-size: 20px;
}
.splash #section5 .text h2 {
  font-size: 21px;
  margin-top: 20px;
}
.splash #section5 .text a {
  color: #d58c49;
  text-decoration: none;
}
.splash #section5 .text a:hover {
  text-decoration: underline;
}
.splash #section5 .arrow {
  position: absolute;
  left: 5960px;
  z-index: 4999;
  top: 490px;
}
.splash #section5 .arrow-2 {
  position: absolute;
  left: 6300px;
  z-index: 4999;
  top: 490px;
}
.splash #section6 .blog-logo {
  height: 256px;
  width: 1912px;
  background: url(../images/splash/blog-logo.png) no-repeat;
  position: absolute;
  left: 7000px;
  top: -29px;
  z-index: 1;
  pointer-events: none;
}
.splash #section6 .sad-cloud {
  width: 189px;
  height: 346px;
  background: url(../images/splash/sad-cloud.png) no-repeat;
  position: absolute;
  left: 7500px;
  top: -40px;
  z-index: 0;
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.splash #section6 .sad-cloud:hover {
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.splash #section6 .brown-spot {
  left: 7170px;
  top: 720px;
  height: 83px;
  width: 200px;
  z-index: 9998;
  position: absolute;
  background: url(../images/splash/brown-spot.png) no-repeat;
  border-radius: 50px;
}
.splash #section6 .snake {
  width: 226px;
  height: 101px;
  background: url(../images/splash/snake.png) no-repeat;
  position: absolute;
  left: 7200px;
  top: 700px;
  z-index: 9999;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}
.splash #section6 .snake p {
  color: white;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
  position: absolute;
  right: 10px;
  top: 0;
  display: none;
  font-size: 25px;
}
.splash #section6 .snake:hover {
  background-position: 10px 0;
}
.splash #section6 .snake:hover p {
  display: block;
}
.splash #section6 .team {
  width: 626px;
  height: 361px;
  background: url(../images/splash/section6-team.png) no-repeat;
  position: absolute;
  left: 7955px;
  top: 317px;
  z-index: 9999;
}
.splash #section6 .team .drop {
  width: 17px;
  height: 13px;
  background: url(../images/splash/drop.png) no-repeat;
  position: relative;
  top: 210px;
  left: 150px;
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
  -ms-transition: -ms-transform 250ms ease;
  -o-transition: -o-transform 250ms ease;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.splash #section6 .team:hover .drop {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}
.splash #section7 .team {
  width: 589px;
  height: 100%;
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  background: url(../images/splash/section7-team.png) 0 225px no-repeat;
  left: 9250px;
}
.splash #section7 .hills {
  width: 1795px;
  height: 301px;
  position: absolute;
  background: url(../images/splash/section7-hills.png) no-repeat;
  left: 6850px;
  top: 445px;
  z-index: 4000;
}
.splash #section7 .sad-cloud {
  width: 254px;
  height: 395px;
  background: url(../images/splash/sad-cloud-2.png) no-repeat;
  position: absolute;
  left: 8200px;
  top: -95px;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.splash #section7 .sad-cloud:hover {
  background-position: bottom left;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.splash #section7 .sign {
  width: 248px;
  height: 151px;
  background: url(../images/splash/section7-sign.png) no-repeat;
  position: absolute;
  left: 7800px;
  top: 365px;
  z-index: 9999;
}
.splash #section7 .sign a {
	font-size: 22px;
	display: block;
	text-align: center;
	margin-top: 24px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
	text-decoration: none;
}
.splash #section7 .sign a:hover {
	text-decoration: underline;
	color: #335b85 !important;
}
.splash #section7 .text {
  width: 373px;
  position: absolute;
  left: 8577px;
  top: 235px;
  z-index: 9999;
}
.splash #section7 .text p {
  font-size: 20px;
  color: #335b85;
  line-height: 22px;
}
.splash #section7 .arrow-left {
  top: 450px;
  left: 8450px;
  background: url(../images/splash/arrow-left.png) no-repeat;
  position: absolute;
  z-index: 9000;
}
.splash #section7 .arrow-right {
  top: 450px;
  left: 9325px;
  position: absolute;
  z-index: 9000;
}
.splash #section8 .hills {
  width: 711px;
  height: 65px;
  background: url(../images/splash/section8-hills-2.png) no-repeat;
  position: absolute;
  left: 12600px;
  top: 590px;
  z-index: 9000;
}
.splash #section8 .balloon {
  width: 150px;
  height: 302px;
  background: url(../images/splash/balloon.png) no-repeat;
  position: absolute;
  left: 8100px;
  top: -70px;
  z-index: 9000;
}
.splash #section8 .hills2 {
  width: 518px;
  height: 206px;
  background: url(../images/splash/section8-hills.png) no-repeat;
  position: absolute;
  left: 9620px;
  top: 470px;
}
.splash #section8 .team {
  width: 804px;
  height: 373px;
  background: url(../images/splash/section8-team.png) no-repeat;
  position: absolute;
  left: 11350px;
  top: 283px;
  z-index: 10;
}
.splash #section8 .rainbow {
  width: 236px;
  height: 156px;
  background: url(../images/splash/rainbow.png) no-repeat;
  position: absolute;
  left: 8700px;
  top: -20px;
}
.splash #section8 .clouds {
  background: url(../images/home-clouds-1.png) no-repeat;
  width: 107px;
  height: 164px;
  left: 25px;
  left: 8800px;
  top: 0;
  position: absolute;
}
.splash .kangaroo {
  width: 338px;
  z-index: 999;
  height: 295px;
  background: url(../images/splash/kangaroo.png) 265px 15px no-repeat;
  position: absolute;
  left: 11682px;
  top: 195px;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}
.splash .kangaroo p {
  font-size: 25px;
  position: relative;
  top: -20px;
  left: 180px;
  display: none;
}
.splash .kangaroo:hover {
  background-position: 160px 15px;
}
.splash .kangaroo:hover p {
  display: block;
}
.splash #section9-text {
  position: absolute;
  z-index: 1;
}
.splash #section9 .logo {
  width: 584px;
  height: 332px;
  background: url(../images/splash/section9-logo.png) no-repeat;
  position: absolute;
  left: 9530px;
  top: -100px;
  z-index: 0;
}
.splash #section9 .tree {
  width: 495px;
  height: 712px;
  background: url(../images/splash/section9-tree.png) no-repeat;
  position: absolute;
  left: 11525px;
  top: -80px;
  z-index: 0;
}
.splash #section9 .tree .parrot {
  height: 100px;
  width: 60px;
  top: 160px;
  color: white;
  left: 50px;
  position: relative;
}
.splash #section9 .tree .parrot p {
  font-size: 25px;
  display: none;
  color: #FFFFFF;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.splash #section9 .tree .parrot:hover p {
  display: block;
}
.splash #section9 .hills {
  width: 1350px;
  height: 211px;
  background: url(../images/splash/section9-hills.png) no-repeat;
  position: absolute;
  left: 9000px;
  top: 435px;
}
.splash #section9 .team {
  width: 341px;
  height: 550px;
  background: url(../images/splash/section9-team.png) no-repeat;
  position: absolute;
  left: 13200px;
  top: 120px;
}
.splash #section9-text .arrow {
  position: absolute;
  left: 11450px;
  top: 260px;
}
.splash #section9-text h4 {
  margin-top: 10px;
}
.splash #section9-text .text-2 {
  position: absolute;
  left: 11550px;
  top: 270px;
  width: 215px;
}
.splash #section9-text .text-2 .contact {
  margin: 25px 0 0;
}
.splash #section9-text .text-2 .contact img {
  margin-right: 8px;
  position: relative;
  top: 3px;
  display: inline-block;
}
.splash #section9-text .text-2 .contact h2 {
  display: inline;
  font-size: 24px;
  color: #d58c49;
}
.splash #section9-text .text-2 .contact h2 a {
  color: #d58c49 !important;
}
.splash #section9-text .text-2 .contact h2 a:hover {
  color: #335b85 !important;
}
.splash #section9-text .text-2 .blue {
  color: #2792c0 !important;
}
.splash #section9-text .text-2 .deming {
  font-size: 10px;
  color: #999999;
}
.splash #section9-text .text-2 .deming a {
  color: #999999;
}
.splash #section9 .text-2 .deming a:hover {
  color: #ba6b02;
}
.splash #section9-text .text-2 a {
  text-decoration: none;
}
.splash #section9-text .text-2 a:hover {
  text-decoration: underline;
}
.splash #section9-text .text-2 p {
  font-size: 18px;
  color: #335b85;
  margin: 10px 0;
}
.splash #section9-text .text {
  position: absolute;
  left: 10760px;
  top: 225px;
  width: 375px;
}
.splash #section9-text .text p {
  color: #335b85;
  font-size: 20px;
}
.splash #section9-text .text p.ocean-blue {
  color: #3e5d4b;
}
.splash #section9-text .text h2 {
  margin-top: 10px;
}
.splash #section9-text .text a {
  color: #d58c49;
  text-decoration: none;
}
.splash #section9-text .text a:hover {
  text-decoration: underline;
  color: #335b85;
}
@media (max-width: 1100px) {
  .splash #section9-text .hills {
    width: 1200px;
  }
}

@media (max-height: 815px) {
  .snake {
    display: none;
  }
    .brown-spot { display: none; }
}

.wp-paginate {
	text-align: center;
}

.wp-paginate li {
	background: none;
	margin: 0;
	margin-right: 10px;
	font-size: 20px;
}

.wp-paginate a, .wp-paginate .current {
	font-family: 'HomemadeApple', "Brush Script MT", cursive;
	color: #ba6b02 !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.wp-paginate a:hover, .wp-paginate .current:hover, .wp-paginate .current {
	text-decoration: underline !important;
	color: #335b85 !important;
}

.wp-paginate li::after  {
	content: ',';
}

.wp-paginate li:last-child::after, .wp-paginate li:first-child::after  {
	content: '';
}

.pagination {
	margin: 0 !important;
	margin-bottom: 50px !important;
	position: relative;
	width: 800px;
}

.pagination a {
	color: #ba6b02 !important;
	text-decoration: none;
}

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

.pagination div {
	position: absolute;
	height: 49px;
	padding-top: 14px;
	display: none;
}

.pagination .prev-post-link {
	top: 0;
	left: 0;
	padding-left: 100px;
	background: url(../images/arrow.png) no-repeat;
}

.pagination .next-post-link {
	top: 0;
	right: 0;
	padding-right: 100px;
	background: url(../images/arrow-right.png) top right no-repeat;
}

.prev-post-link.show, .next-post-link.show {
	display: block;
}