@charset "UTF-8";
/*TEST*/
/* This reset is loosely derived from HTML5 boilerplate 
for more information visit http://html5boilerplate.com/ */
/* Every browser has its own default ‘user agent’ stylesheet, that it uses to make unstyled websites appear more legible.
Using a CSS Reset, CSS authors can force every browser to have all its styles reset to null, thus avoiding cross-browser differences as much as possible.
From the consistent base that you’ve set up via your reset, you can then go on to re-style your document,
safe in the knowledge that the browsers’ differences in their default rendering of HTML can’t touch you! */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

body {
  -webkit-text-size-adjust: none; }

.clear:before, .clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"], input.radio {
  vertical-align: text-bottom; }

input[type="checkbox"], input.checkbox, .checkboxes input {
  vertical-align: bottom; }

.ie7 input[type="checkbox"], .ie7 input.checkbox, .ie7 .checkboxes input {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button, .btn {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

/* .checkbox, .radio {float:left; width:13px; height:13px; margin-right:6px; padding:0;} */
button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

.content ul, .content ol {
  margin-left: 2em; }

ol {
  list-style-type: decimal; }

ul li {
  list-style-type: none; }

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

strong, b, th {
  font-weight: bold; }

/* TEMPLATE CUSTOM FONTS */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.typography a,
.typography a.intro {
  color: #999999;
  text-decoration: none; }

.typography a:hover {
  color: #87cfc5; }

.icon-twitter, .icon-vimeo, .icon-linkedIn, .icon-instagram, .icon-facebook, .icon-menu, .icon-dot, .icon-Cross-1, .icon-Cross-2, .icon-line, .icon-pinterest {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-twitter:before {
  content: "\e000"; }

.icon-vimeo:before {
  content: "\e003"; }

.icon-linkedIn:before {
  content: "\e004"; }

.icon-instagram:before {
  content: "\e005"; }

.icon-facebook:before {
  content: "\e006"; }

.icon-menu:before {
  content: "\e007"; }

.icon-dot:before {
  content: "\e008"; }

.icon-Cross-1:before {
  content: "\e001"; }

.icon-Cross-2:before {
  content: "\e002"; }

.icon-line:before {
  content: "\e009"; }

.icon-pinterest:before {
  content: "\e00a"; }

/* BASE TYPOGRPHY */
/* These are the default styles for the Simple theme */
body {
  font-size: 12px;
  /* This overrides the browsers default font size */
  line-height: 20px;
  /* If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
  margin-bottom: 20px;
  color: #666666;
  font-family: 'Gotham A', 'Gotham B', 'arial';
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 100%; }

a, div {
  outline: none;
  -webkit-tap-highlight-color: transparent; }

::selection {
  background: #bfe5df;
  /* Safari */ }

::-moz-selection {
  background: #bfe5df;
  /* Firefox */ }

.services-container span {
  font-family: 'Gotham A', 'Gotham B', arial !important; }

body a {
  text-decoration: none;
  outline: 0; }

/* this removes the underline from all links */
body a:link {
  -webkit-tap-highlight-color: transparent; }

/* this sets the highlight color when links are tapped on Safari (browser) on iPhone */
body a {
  color: black; }

/*  p a{
    color: #666666 !important;
    border-bottom:#bfe5df !important;
  }

  p a:hover{
    color:#333333 !important;
  }*/
/* HEADERS */
h1 {
  color: white;
  font-size: 4.5em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

h3 {
  color: #96dacf;
  font-size: 5em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

h4 {
  color: white;
  font-size: 6em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

h5 {
  color: #96dacf;
  font-size: 4em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

h6 {
  color: white;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.galleries-container .thumbnail-cont .title p {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.mission-container h2 {
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 1.7em; }

/* PARAGRAGHS */
.mission-container span {
  font-family: 'Gotham A', 'Gotham B', arial !important; }

.mission-container p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 15px;
  line-height: 1.6;
  color: #666666;
  font-family: 'Gotham A', 'Gotham B', arial !important; }

.services-container .column .start {
  color: #666666;
  /*font-size:1.2em;
  line-height: 1.8em;*/
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }

.services-container .column span {
  display: inline; }

.services-container .column p {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 22px;
  text-align: center; }

.blog-post {
  color: #666666;
  font-size: 1em;
  line-height: 1.8em; }

.blog-post:hover {
  color: #000000; }

.footer .button {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.footer .bottom a {
  color: #999999; }

.footer .button:hover {
  color: #666666; }

.footer .links {
  color: #666666;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.master-gallery .end a {
  color: white;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.master-gallery .end .button-cont p {
  text-align: center; }

.master-gallery .end .line-1 p {
  color: #474141;
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.master-gallery .end .line-2 p {
  color: #474141;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

/* CAPTION */
#caption {
  text-align: center;
  text-transform: uppercase; }

#caption h2 {
  color: #96d9cf;
  font-size: 4em;
  font-weight: 500; }

/* LINKS */
.top a {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  color: #333333; }

.top a:hover {
  transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out; }

.menu-light a {
  color: white; }

/*.menu-dark a{
  color: #333333;
}*/
/*.menu-dark .top a{
  color: #333333 !important;
}*/
.menu-dark a {
  color: #333333; }

.footer .site-by a {
  color: white; }

.footer .site-by a:hover {
  color: white;
  text-decoration: underline; }

/* LIST STYLES
-------------------------------------------- */
.typography ul li {
  text-transform: uppercase; }

.master ul li {
  font-size: 1.33em;
  line-height: 1.35em;
  letter-spacing: 0.07em; }

/* TEST */
.test-push {
  width: 100%;
  height: 50px; }

/* CSS LOADER */
.gallery-loader {
  position: absolute;
  width: 40px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -20px;
  display: none; }

a:hover {
  cursor: pointer; }

#ajax {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

#name_b {
  position: absolute;
  left: -9999em; }

.form-messages {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  text-align: center;
  font-size: 1.5em; }

#overlay-inner .form-messages.success {
  color: #6b7171 !important; }

.form-messages.visible {
  position: relative;
  opacity: 1;
  z-index: 1; }

.form-messages.error {
  color: #D70606; }

.form-messages.success {
  color: #96dacf; }

input.required.req-error {
  border: 2px solid #D70606; }

#over {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

#ajax.trans, #over.trans {
  opacity: 0; }

p em {
  font-style: italic; }

.loader {
  position: absolute;
  width: 40px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -20px;
  display: none; }

#floatingBarsG {
  position: relative;
  width: 40px;
  height: 50px; }

.blockG {
  position: absolute;
  background-color: #96DBD0;
  width: 6px;
  height: 16px;
  -moz-border-radius: 6px 6px 0 0;
  -moz-transform: scale(0.4);
  -moz-animation-name: fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 6px 6px 0 0;
  -webkit-transform: scale(0.4);
  -webkit-animation-name: fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 6px 6px 0 0;
  -ms-transform: scale(0.4);
  -ms-animation-name: fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 6px 6px 0 0;
  -o-transform: scale(0.4);
  -o-animation-name: fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 6px 6px 0 0;
  transform: scale(0.4);
  animation-name: fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear; }

#rotateG_01 {
  left: 0;
  top: 18px;
  -moz-animation-delay: 0.39s;
  -moz-transform: rotate(-90deg);
  -webkit-animation-delay: 0.39s;
  -webkit-transform: rotate(-90deg);
  -ms-animation-delay: 0.39s;
  -ms-transform: rotate(-90deg);
  -o-animation-delay: 0.39s;
  -o-transform: rotate(-90deg);
  animation-delay: 0.39s;
  transform: rotate(-90deg); }

#rotateG_02 {
  left: 5px;
  top: 6px;
  -moz-animation-delay: 0.52s;
  -moz-transform: rotate(-45deg);
  -webkit-animation-delay: 0.52s;
  -webkit-transform: rotate(-45deg);
  -ms-animation-delay: 0.52s;
  -ms-transform: rotate(-45deg);
  -o-animation-delay: 0.52s;
  -o-transform: rotate(-45deg);
  animation-delay: 0.52s;
  transform: rotate(-45deg); }

#rotateG_03 {
  left: 17px;
  top: 2px;
  -moz-animation-delay: 0.65s;
  -moz-transform: rotate(0deg);
  -webkit-animation-delay: 0.65s;
  -webkit-transform: rotate(0deg);
  -ms-animation-delay: 0.65s;
  -ms-transform: rotate(0deg);
  -o-animation-delay: 0.65s;
  -o-transform: rotate(0deg);
  animation-delay: 0.65s;
  transform: rotate(0deg); }

#rotateG_04 {
  right: 5px;
  top: 6px;
  -moz-animation-delay: 0.78s;
  -moz-transform: rotate(45deg);
  -webkit-animation-delay: 0.78s;
  -webkit-transform: rotate(45deg);
  -ms-animation-delay: 0.78s;
  -ms-transform: rotate(45deg);
  -o-animation-delay: 0.78s;
  -o-transform: rotate(45deg);
  animation-delay: 0.78s;
  transform: rotate(45deg); }

#rotateG_05 {
  right: 0;
  top: 18px;
  -moz-animation-delay: 0.9099999999999999s;
  -moz-transform: rotate(90deg);
  -webkit-animation-delay: 0.9099999999999999s;
  -webkit-transform: rotate(90deg);
  -ms-animation-delay: 0.9099999999999999s;
  -ms-transform: rotate(90deg);
  -o-animation-delay: 0.9099999999999999s;
  -o-transform: rotate(90deg);
  animation-delay: 0.9099999999999999s;
  transform: rotate(90deg); }

#rotateG_06 {
  right: 5px;
  bottom: 5px;
  -moz-animation-delay: 1.04s;
  -moz-transform: rotate(135deg);
  -webkit-animation-delay: 1.04s;
  -webkit-transform: rotate(135deg);
  -ms-animation-delay: 1.04s;
  -ms-transform: rotate(135deg);
  -o-animation-delay: 1.04s;
  -o-transform: rotate(135deg);
  animation-delay: 1.04s;
  transform: rotate(135deg); }

#rotateG_07 {
  bottom: 0;
  left: 17px;
  -moz-animation-delay: 1.1700000000000002s;
  -moz-transform: rotate(180deg);
  -webkit-animation-delay: 1.1700000000000002s;
  -webkit-transform: rotate(180deg);
  -ms-animation-delay: 1.1700000000000002s;
  -ms-transform: rotate(180deg);
  -o-animation-delay: 1.1700000000000002s;
  -o-transform: rotate(180deg);
  animation-delay: 1.1700000000000002s;
  transform: rotate(180deg); }

#rotateG_08 {
  left: 5px;
  bottom: 5px;
  -moz-animation-delay: 1.3s;
  -moz-transform: rotate(-135deg);
  -webkit-animation-delay: 1.3s;
  -webkit-transform: rotate(-135deg);
  -ms-animation-delay: 1.3s;
  -ms-transform: rotate(-135deg);
  -o-animation-delay: 1.3s;
  -o-transform: rotate(-135deg);
  animation-delay: 1.3s;
  transform: rotate(-135deg); }

@-moz-keyframes fadeG {
  0% {
    background-color: #FFFFFF; }
  100% {
    background-color: #96DBD0; } }
@-webkit-keyframes fadeG {
  0% {
    background-color: #FFFFFF; }
  100% {
    background-color: #96DBD0; } }
@-ms-keyframes fadeG {
  0% {
    background-color: #FFFFFF; }
  100% {
    background-color: #96DBD0; } }
@-o-keyframes fadeG {
  0% {
    background-color: #FFFFFF; }
  100% {
    background-color: #96DBD0; } }
@keyframes fadeG {
  0% {
    background-color: #FFFFFF; }
  100% {
    background-color: #96DBD0; } }
.line,
.lastUnit {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
  padding: 0 10px; }

.unit {
  /* unit - Base class which divides a line into sections (columns). */
  float: left;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
                       /* box-sizing:border-box; creates a box-model where
padding and border are NOT added onto the width - they are included in the width,
so a 200px wide element with 20px padding will be 200px, NOT 240px wide */ }

.unitRightv {
  /* Use this class if you want to offset a column eg: |--content(.unit)--|--content(.unit)--|--no-content--|--no-content--|--content(.unitRighttv)--| */
  float: right; }

/* sizeXofY - Extends unit. Indicates the fractional width of the unit, for example size3of4 would take up three quarters, or 75%, of the horizontal space.
The following fractions are supported: 1, 1/2, 1/3, 2/3, 1/4, 3/4, 1/5, 2/5, 3/5, 4/5 */
/* It is possible to add more columns if you wish you will just have to add the fractions that are missing eg: .size1of6 {width:16.66666%;} */
.size1of1 {
  float: none; }

.size1of2 {
  width: 50%; }

.size1of3 {
  width: 33.33333%; }
  .size1of3:nth-of-type(3n+1) {
    clear: left; }

.width-override .size1of3 {
  width: 50%; }

.size2of3 {
  width: 66.66666%; }

.size1of4 {
  width: 25%; }

.size3of4 {
  width: 75%; }

.size1of5 {
  width: 20%; }

.size2of5 {
  width: 40%; }

.ize3of5 {
  width: 60%; }

.size4of5 {
  width: 80%; }

.lastUnit {
  /* lastUnit - Extends unit. Applied to the last child of every line. */
  float: none;
  width: auto;
  _position: relative;
                    /* Bug fix for IE6 - Internet Explorer 6 and below wouldn't fail on properties that were prefixed with non-alphanumeric characters.
meaning that anything prefixed with _ wouldn't be picked up by any other browsers */
  _left: -3px;
  _margin-right: -3px; }

/* MAIN LAYOUT */
body {
  margin: 0;
  background: white;
  min-width: 240px;
  -webkit-text-size-adjust: none;
  /* The text size is not adjusted for Safari on iPhone */
  position: absolute;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }

.active-phone-menu {
  left: -220px;
  position: fixed; }

#MemberLoginForm_LoginForm {
  position: absolute;
  z-index: 10000; }

#page-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 200; }

.cont {
  position: absolute;
  left: 2em;
  right: 2em;
  top: 0;
  bottom: 0; }

.section-cont {
  background-color: white;
  position: relative;
  padding: 0 2em;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

.inside {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1000px; }

.container--image {
  text-align: center; }

/* General styles for all menus */
.cbp-spmenu {
  margin-top: -281px;
  background: #5d5c5d;
  position: relative;
  height: 281px;
  transition: margin-top .3s ease-in-out;
  -moz-transition: margin-top .3s ease-in-out;
  -webkit-transition: margin-top .3s ease-in-out; }
  .cbp-spmenu .inner {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: auto;
    left: -16px; }
  .cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6; }
  .cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300; }

.cbp-spmenu-show {
  margin-top: 0; }

.navigation-column {
  position: relative;
  z-index: 100%;
  float: left;
  width: 25%;
  margin: 53px 0% 90px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px; }

.navigation-column--default {
  position: relative;
  z-index: 100%;
  float: left;
  width: 25%;
  margin: 53px 0% 90px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px; }

.nav-4 {
  margin-right: 0px !important; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000; }
  .cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 1em; }

.cbp-spmenu-horizontal {
  width: 100%;
  left: 0;
  z-index: 500;
  overflow: hidden; }
  .cbp-spmenu-horizontal h5 {
    color: #d8d9da;
    padding: 12px 0 14px 0;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.09em; }
  .cbp-spmenu-horizontal a {
    font-size: 1em;
    line-height: 1.95;
    color: #d8d9da; }

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-bottom {
  bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px; }

.cbp-page-down {
  top: 281px;
  -webkit-animation: push-page-down 0.3s;
  -moz-animation: push-page-down 0.3s;
  -ms-animation: push-page-down 0.3s;
  -o-animation: push-page-down 0.3s; }

@-webkit-keyframes push-page-down {
  0% {
    top: 0; }
  100% {
    top: 281px; } }
@-moz-keyframes push-page-down {
  0% {
    top: 0; }
  100% {
    top: 281px; } }
@-ms-keyframes push-page-down {
  0% {
    top: 0; }
  100% {
    top: 281px; } }
@-o-keyframes push-page-down {
  0% {
    top: 0; }
  100% {
    top: 281px; } }
.cbp-page-up {
  margin-top: 0px;
  -webkit-animation: push-page-up 0.3s;
  -moz-animation: push-page-up 0.3s;
  -ms-animation: push-page-up 0.3s;
  -o-animation: push-page-up 0.3s; }

@-webkit-keyframes push-page-up {
  0% {
    margin-top: 281px; }
  100% {
    margin-top: 0px; } }
@-moz-keyframes push-page-up {
  0% {
    margin-top: 281px; }
  100% {
    margin-top: 0px; } }
@-ms-keyframes push-page-up {
  0% {
    margin-top: 281px; }
  100% {
    margin-top: 0px; } }
@-o-keyframes push-page-up {
  0% {
    margin-top: 281px; }
  100% {
    margin-top: 0px; } }
.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px; }

.cbp-spmenu-open {
  top: 281px;
  -webkit-animation: menu-page-down 0.3s;
  -moz-animation: menu-page-down 0.3s;
  -ms-animation: menu-page-down 0.3s;
  -o-animation: menu-page-down 0.3s; }

@-webkit-keyframes menu-page-down {
  0% {
    top: 0px; }
  100% {
    top: 281px; } }
@-moz-keyframes menu-page-down {
  0% {
    top: 0px; }
  100% {
    top: 281px; } }
@-ms-keyframes menu-page-down {
  0% {
    top: 0px; }
  100% {
    top: 281px; } }
@-o-keyframes menu-page-down {
  0% {
    top: 0px; }
  100% {
    top: 281px; } }
.cbp-spmenu-close {
  top: 0px;
  -webkit-animation: menu-page-up 0.3s;
  -moz-animation: menu-page-up 0.3s;
  -ms-animation: menu-page-up 0.3s;
  -o-animation: menu-page-up 0.3s; }

@-webkit-keyframes menu-page-up {
  0% {
    top: 281px; }
  100% {
    top: 0px; } }
@-moz-keyframes menu-page-up {
  0% {
    top: 281px; }
  100% {
    top: 0px; } }
@-ms-keyframes menu-page-up {
  0% {
    top: 281px; }
  100% {
    top: 0px; } }
@-o-keyframes menu-page-up {
  0% {
    top: 281px; }
  100% {
    top: 0px; } }
/* PUSH MENU MOBILE */
.mobile-push-down {
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 12px; }
  .mobile-push-down a {
    line-height: 1.5em; }

.mobile-push-down-inner {
  left: 0;
  width: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  background-color: #5d5c5d;
  transition: width .5s ease-in-out;
  -moz-transition: width .5s ease-in-out;
  -webkit-transition: width .5s ease-in-out; }
  .mobile-push-down-inner .cbp-spmenu-horizontal h5 {
    padding: -12px 0 4px 0;
    line-height: 1.2;
    padding: -12px 0 0px 0; }

.active-phone-menu .mobile-push-down-inner {
  width: 220px; }

.mobile-push-down .cbp-spmenu-horizontal {
  position: relative;
  width: 220px;
  right: 0;
  z-index: 500;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px; }
.mobile-push-down .cbp-spmenu {
  margin-top: 0;
  height: auto;
  padding-bottom: 30px; }
.mobile-push-down .navigation-column {
  width: 100%;
  margin: 18px 35px 0px 0; }
.mobile-push-down .navigation-column--default {
  width: 100%;
  margin: 18px 35px 0px 0; }

.hide-pag {
  display: none !important; }

/* INFORMATION OVERLAY */
.info-overlay-page {
  display: none; }

.info-overlay-section {
  display: none;
  position: relative; }

.TermsAndConditionsPage .main-content-push {
  background-color: #96dbd0;
  height: auto;
  z-index: 20; }
.TermsAndConditionsPage .notchcurrent {
  background-color: #96dbd0; }
.TermsAndConditionsPage #info-overlay {
  display: block;
  opacity: 1;
  z-index: 100; }

.TermsAndConditionsPage-home .home-info-overlay {
  display: block; }
  .TermsAndConditionsPage-home .home-info-overlay .TermsAndConditionsPage-info-overlay {
    display: block; }

.TermsAndConditionsPage-photokombi .photokombi-info-overlay {
  display: block; }
  .TermsAndConditionsPage-photokombi .photokombi-info-overlay .TermsAndConditionsPage-info-overlay {
    display: block; }
.TermsAndConditionsPage-photokombi .boutique-photography-info-overlay {
  display: block; }
  .TermsAndConditionsPage-photokombi .boutique-photography-info-overlay .TermsAndConditionsPage-info-overlay {
    display: block; }

.TermsAndConditionsPage-wedding-collective .wedding-collective-info-overlay {
  display: block; }
  .TermsAndConditionsPage-wedding-collective .wedding-collective-info-overlay .TermsAndConditionsPage-info-overlay {
    display: block; }

/*FAQ*/
.FAQ .main-content-push {
  background-color: #96dbd0;
  height: auto;
  z-index: 20; }
.FAQ .notchcurrent {
  background-color: #96dbd0; }
.FAQ #info-overlay {
  display: block;
  opacity: 1;
  z-index: 100; }

.FAQ-home .home-info-overlay {
  display: block; }
  .FAQ-home .home-info-overlay .FAQ-info-overlay {
    display: block; }

.FAQ-photokombi .photokombi-info-overlay {
  display: block; }
  .FAQ-photokombi .photokombi-info-overlay .FAQ-info-overlay {
    display: block; }

.FAQ-boutique-photography .boutique-photography-info-overlay {
  display: block; }
  .FAQ-boutique-photography .boutique-photography-info-overlay .FAQ-info-overlay {
    display: block; }

.FAQ-wedding-collective .wedding-collective-info-overlay {
  display: block; }
  .FAQ-wedding-collective .wedding-collective-info-overlay .FAQ-info-overlay {
    display: block; }

/* Testimonial */
.Testimonial .main-content-push {
  background-color: #96dbd0;
  height: auto;
  z-index: 20; }
.Testimonial .notchcurrent {
  background-color: #96dbd0; }
.Testimonial #info-overlay {
  display: block;
  opacity: 1;
  z-index: 100; }

.Testimonial-home .home-info-overlay {
  display: block; }
  .Testimonial-home .home-info-overlay .Testimonial-info-overlay {
    display: block; }

.Testimonial-photokombi .photokombi-info-overlay {
  display: block; }
  .Testimonial-photokombi .photokombi-info-overlay .Testimonial-info-overlay {
    display: block; }

.Testimonial-boutique-photography .boutique-photography-info-overlay {
  display: block; }
  .Testimonial-boutique-photography .boutique-photography-info-overlay .Testimonial-info-overlay {
    display: block; }

.Testimonial-wedding-collective .wedding-collective-info-overlay {
  display: block; }
  .Testimonial-wedding-collective .wedding-collective-info-overlay .Testimonial-info-overlay {
    display: block; }

/* ContactPage */
.content-container .open {
  height: auto;
  z-index: 20;
  background-color: #96dbd0; }

.main-content-push {
  transition: 0.3s all ease-in-out; }

.ContactPage .main-content-push {
  background-color: #96dbd0;
  height: auto;
  z-index: 20; }
.ContactPage .notchcurrent {
  background-color: #96dbd0; }
.ContactPage #info-overlay {
  display: block;
  opacity: 1;
  z-index: 100; }

.ContactPage-home .home-info-overlay {
  display: block; }
  .ContactPage-home .home-info-overlay .ContactPage-info-overlay {
    display: block; }

.ContactPage-photokombi .photokombi-info-overlay {
  display: block; }
  .ContactPage-photokombi .photokombi-info-overlay .ContactPage-info-overlay {
    display: block; }

.ContactPage-boutique-photography .boutique-photography-info-overlay {
  display: block; }
  .ContactPage-boutique-photography .boutique-photography-info-overlay .ContactPage-info-overlay {
    display: block; }

.ContactPage-wedding-collective .wedding-collective-info-overlay {
  display: block; }
  .ContactPage-wedding-collective .wedding-collective-info-overlay .ContactPage-info-overlay {
    display: block; }

.bg-show {
  height: auto !important;
  z-index: 20 !important;
  background-color: #96dbd0 !important; }

.home-child .notch-home {
  background-color: #96dbd0; }

.photokombi-child .notch-photokombi {
  background-color: #96dbd0; }

.boutique-photography-child .notch-boutique-photography {
  background-color: #96dbd0; }

.wedding-collective-child .notch-wedding-collective {
  background-color: #96dbd0; }

/*FAQ
Testimonial
ContactPage*/
.TermsAndConditionsPage-info-overlay .column {
  font-size: 11px;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 26px;
  clear: none !important; }
  .TermsAndConditionsPage-info-overlay .column p {
    margin-bottom: 10px; }

.main-content-push {
  background-color: transparent;
  height: 100%;
  position: relative;
  width: 100%;
  min-height: 580px;
  overflow: auto;
  z-index: 0;
  transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -webkit-transition: height .5s ease-in-out; }

.color-bottom {
  position: absolute;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background-color: #96dbd0; }

#info-overlay {
  width: 100%;
  position: relative;
  padding: 0 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 210;
  background-color: #96dbd0;
  opacity: 0;
  z-index: 0; }
  #info-overlay a {
    color: #000000; }

#info-inner {
  width: 100%;
  max-width: 976px;
  margin: auto;
  position: absolute;
  height: 100%; }

#overlay-inner {
  width: 100%;
  max-width: 976px;
  position: relative;
  margin: 77px auto 50px auto; }
  #overlay-inner .column {
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    padding-bottom: 50px; }

#exit-overlay-cont {
  width: 74px;
  height: 74px;
  position: absolute;
  right: 0;
  background: url(../images/X-sprite.png);
  z-index: 400;
  cursor: pointer;
  top: 4px; }
  #exit-overlay-cont:hover {
    background-position: 0 -74px; }

/* TESTIMONALs */
.testimonial-content {
  left: 0;
  right: 0; }

.testimonial-column {
  position: relative;
  margin: 3px 38px 0 0;
  padding-bottom: 30px;
  width: 100%; }

.Testimonial4 {
  margin-right: 0; }

.testimonial-text {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.59;
  font-style: italic;
  margin-bottom: 20px; }

.testimonial-name {
  color: white;
  margin-bottom: 0px; }

.testimonial-company {
  color: white;
  text-transform: uppercase; }

/* FAQ STYLES */
.info-title {
  border-bottom: 1px solid #6b7171;
  padding-bottom: 12px;
  margin-bottom: 47px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 89px; }
  .info-title h2 {
    color: #6b7171;
    font-size: 2.4em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500; }

.info-content {
  padding: 0 0 20px 0;
  clear: both; }
  .info-content .faq-cont {
    font-size: 1em;
    line-height: 1;
    width: 33%;
    float: left; }
    .info-content .faq-cont h5 {
      color: white;
      float: left;
      font-size: 2em;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 500; }
    .info-content .faq-cont p {
      font-family: 'Gotham A', 'Gotham B' , arial !important;
      font-size: 1em;
      line-height: 1.4em; }
    .info-content .faq-cont span {
      font-family: 'Gotham A', 'Gotham B' arial !important; }
    .info-content .faq-cont:nth-of-type(3n+4) {
      clear: left; }
  .info-content .question {
    margin-left: 36px;
    padding-right: 18px;
    padding-top: 8px; }
  .info-content .answer-cont {
    clear: both;
    margin-top: 8px; }
  .info-content .answer {
    margin-left: 36px;
    padding-right: 18px;
    padding-top: 8px;
    border-bottom: 1px dashed white;
    padding-bottom: 25px;
    margin-bottom: 13px; }

/* CONTACT FORM */
.contact-container {
  width: 100%;
  position: relative;
  overflow: auto; }
  .contact-container .column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 34px;
    font-size: 1.2em;
    margin-bottom: 19px;
    margin-top: 5px; }
  .contact-container .size1of4 {
    width: 26%; }
  .contact-container .column-devide {
    width: 1px;
    position: absolute;
    height: 100%;
    background-color: #888F8F; }
  .contact-container .size1of2contact {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 21px;
    padding-top: 2px; }
  .contact-container .contact-lable {
    font-weight: 500;
    clear: both;
    float: left;
    margin-right: 5px; }
  .contact-container .contact-email {
    color: #666666 !important; }
  .contact-container .contact-details {
    margin-top: 17px;
    max-width: 242px;
    font-style: italic; }

.devide-2 {
  left: 50%;
  margin-left: 9px; }

/* TOP NAVIGATION */
.top {
  position: absolute;
  top: 0;
  height: 100px;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out; }
  .top #navigation {
    position: absolute;
    right: 0; }
    .top #navigation .page-trigger {
      float: left; }
  .top ul {
    position: relative;
    margin-top: 27px;
    margin-right: 73px;
    font-size: 14px;
    display: block; }
  .top .link {
    float: left;
    height: 13px;
    padding: 0 11px;
    margin: 0;
    position: relative;
    display: inline; }
    .top .link a {
      padding: 0;
      margin: 0; }
      .top .link a:hover {
        color: #666666; }
  .top .vert-line {
    background-color: white;
    width: 1px;
    height: 1em;
    position: absolute;
    right: 0;
    top: 3px;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out; }

.top-menu-open {
  top: 281px; }

.icon-menu {
  position: absolute;
  right: -60px;
  top: -19px;
  font-size: 61px !important;
  height: 40px;
  z-index: 500; }

.menu-dark .vert-line {
  background-color: #333333; }

/* PAGE TOP */
.master-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0; }

.mobile-slide-overlay {
  position: absolute;
  top: 50px;
  bottom: 180px;
  left: 0;
  right: 0;
  z-index: 19;
  background-color: white;
  opacity: 0.00001; }

.master-image-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 160px;
  min-height: 600px; }
  .master-image-container img {
    position: absolute;
    width: auto;
    height: 100%;
    bottom: 0; }

.master-gallery {
  position: absolute;
  height: 100%;
  width: 100%; }
  .master-gallery .arrow-cont {
    position: absolute;
    bottom: 50%;
    width: 80px;
    z-index: 10; }
  .master-gallery .arrow-cont-left {
    left: 0; }
  .master-gallery .arrow-cont-right {
    right: 0; }
  .master-gallery .arrow {
    cursor: pointer;
    position: absolute;
    width: 38px;
    height: 70px;
    bottom: 50%;
    background-image: url("../images/sprite-banner-arrow.png"); }
  .master-gallery .arrow-left {
    left: 40px;
    background-position: -0px 0; }
    .master-gallery .arrow-left:hover {
      background-position: -76px 0; }
  .master-gallery .arrow-right {
    right: 40px;
    background-position: -38px 0; }
    .master-gallery .arrow-right:hover {
      background-position: -114px 0; }
  .master-gallery .pagination-cont {
    position: absolute;
    z-index: 20;
    bottom: 0;
    height: 84px;
    width: 100%;
    font-size: 1.2em;
    color: white;
    text-align: center;
    font-family: arial !important; }
  .master-gallery #pagination-cont span {
    margin: 2px; }
  .master-gallery .pagination-dot {
    cursor: pointer;
    margin: 0px 5px; }
  .master-gallery .activeSlide {
    color: #96dacf; }
  .master-gallery .pagination-dot:hover {
    color: #96dacf; }
  .master-gallery .gallery-slider {
    position: absolute;
    height: 100%; }
  .master-gallery .extra {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200; }
  .master-gallery .end .overlay {
    position: absolute;
    z-index: 250;
    width: 100%;
    height: 286px;
    top: 50%;
    margin-top: -143px; }
  .master-gallery .end .button-cont {
    padding-top: 57px;
    padding-bottom: 34px; }
  .master-gallery .end .button {
    background-color: #96dacf;
    padding: 0.8em 3em;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 57px auto 0; }

#caption {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  margin-left: -470px;
  margin-top: -175px;
  width: 940px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.seasonal-con {
  text-align: center;
  width: 100%;
  position: relative;
  margin: 40px 0; }
  .seasonal-con .con {
    opacity: 0;
    z-index: 5;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1.0s ease-in-out;
    -moz-transition: opacity 1.0s ease-in-out;
    -o-transition: opacity 1.0s ease-in-out;
    transition: opacity 1.0s ease-in-out; }
  .seasonal-con .active {
    position: relative;
    opacity: 1;
    z-index: 6; }
  .seasonal-con video {
    width: 100%;
    height: auto; }
  .seasonal-con .image-con {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
    .seasonal-con .image-con.paused {
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -o-flex;
      display: -msflex; }
  .seasonal-con img {
    position: relative;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    height: auto; }
  .seasonal-con h5 {
    z-index: 10;
    top: -70px;
    left: 0;
    right: 0;
    line-height: 1;
    margin-bottom: 50px; }

.cycle-overlay {
  position: absolute;
  z-index: 200;
  top: 0; }

.pagination-dot-2 {
  cursor: pointer; }

.temp-logo-holder {
  display: none; }

.master-image-container .logo-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0; }

.logo {
  left: -50%;
  position: relative;
  width: 100%;
  margin: auto;
  transition: width 0.25s;
  -moz-transition: width 0.25s;
  -webkit-transition: width 0.25s; }

.logo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -105px;
  transition: margin-top 0.25s;
  -moz-transition: margin-top 0.25s;
  -webkit-transition: margin-top 0.25s; }

.preload-home .logo-inner {
  margin-top: -164px; }

.logo img {
  position: relative !important;
  width: 100% !important;
  height: auto !important; }

.master-image-container .logo-overlay .sub-text-21 {
  position: absolute;
  bottom: 0;
  color: #999999;
  width: 45%;
  right: 0; }

.home .logo-overlay {
  width: 428px; }

.wedding-collective .logo-overlay {
  width: 612px; }

.boutique-photography .logo-overlay {
  width: 685px; }

.photokombi .logo-overlay {
  width: 487px; }

.preload-photokombi .tag-line {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 30px !important;
  margin-top: -68px !important;
  font-size: 1.2em !important;
  line-height: 1.5 !important;
  left: 50% !important;
  position: relative !important;
  max-width: 50% !important;
  text-transform: none !important;
  text-align: left !important; }

.preload-home .logo-overlay {
  width: 480px; }

.preload-home .tag-line {
  padding-left: 0;
  margin: 0 auto;
  left: 0;
  position: relative;
  text-transform: uppercase;
  max-width: 408px;
  display: static; }

.preload-home .tag-line p {
  text-align: center; }

.preload-home .tag-line-one {
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 24px; }

.preload-home .tag-line-two {
  margin-top: 10px;
  font-size: 1em;
  line-height: 1; }

.preload-photokombi .logo-overlay {
  width: 486px; }

.preload-boutique-photography .logo-overlay {
  width: 686px; }

.preload-wedding-collective .logo-overlay {
  width: 610px; }

.color-logo {
  color: #666666; }

.white-logo {
  color: white; }

.color-logo {
  color: #666666; }

.white-logo {
  color: white; }

.tag-line {
  padding-left: 30px;
  margin-top: -68px;
  font-size: 1.2em;
  line-height: 1.5;
  left: 50%;
  position: relative;
  max-width: 50%; }

.color-logo {
  color: #666666; }

.white-logo {
  color: white; }

.banner-overlay {
  width: 100%;
  max-width: 710px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  margin: auto;
  position: relative;
  top: 50%;
  margin-top: -120px; }

.banner-overlay h3 {
  margin-bottom: 27px; }

.banner-overlay p {
  text-align: center;
  text-transform: uppercase;
  color: #474141; }

.banner-overlay .banner-tag-line {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 3px; }

.banner-overlay .description {
  font-size: 1em;
  line-height: 1.9;
  max-width: 400px;
  margin: auto;
  margin-bottom: 50px; }

.banner-overlay .link-to-cont {
  text-align: center;
  margin: auto; }

.banner-overlay .link-to-cont:hover {
  color: #474141 !important; }

.banner-overlay .link-to {
  background-color: #96dacf;
  color: white;
  padding: 14px 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500; }

.link-to:hover {
  color: #666666 !important; }

.filler-right {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: 470px;
  background-color: white; }

.filler-left {
  width: 100%;
  height: 20px;
  position: absolute;
  left: -50%;
  margin-left: -516px;
  background-color: white; }

.master-menu-container .notch-cont {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  height: 20px;
  left: -16px; }
  @media all and (max-width: 920px) {
    .master-menu-container .notch-cont {
      display: none; } }

.master-menu-container .size1of4 {
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.link-number-4 {
  margin-right: 0 !important; }

.gutter-left {
  width: 5000px;
  height: 100%;
  left: -5000px;
  position: absolute;
  background-color: white; }
  @media all and (max-width: 920px) {
    .gutter-left {
      width: 200%;
      left: -20px;
      overflow: hidden; } }

.gutter-right {
  width: 2000px;
  height: 100%;
  right: -1995px;
  position: absolute;
  background-color: white; }

.master-menu-container .notch-placement {
  position: relative;
  height: 20px; }

.notch-placement {
  background-color: white; }

.notch-cont .current {
  background-color: transparent; }

.master-menu-container .notchcurrent {
  background: url(../images/notch.png) repeat center right;
  position: absolute;
  height: 100%;
  width: 71px; }

.home-child .notch-home .notchsection {
  background: url(../images/notch.png) repeat center right;
  position: absolute;
  height: 100%;
  width: 71px; }

.photokombi-child .notch-photokombi .notchsection {
  background: url(../images/notch.png) repeat center right;
  position: absolute;
  height: 100%;
  width: 71px; }

.boutique-photography-child .notch-boutique-photography .notchsection {
  background: url(../images/notch.png) repeat center right;
  position: absolute;
  height: 100%;
  width: 71px; }

.wedding-collective-child .notch-wedding-collective .notchsection {
  background: url(../images/notch.png) repeat center right;
  position: absolute;
  height: 100%;
  width: 71px; }

.master-menu-container .notch-filler {
  position: absolute;
  height: 100%;
  left: 50px;
  right: 0;
  background-color: white; }

.master-menu-container .notch-placement {
  float: left; }

.master-menu-container-container {
  width: 100%;
  height: 100%; }

.push-master-menu {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 760px;
  margin-top: -180px; }

.master-menu-container {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  z-index: 250; }

.master-menu-container-bg {
  width: 100%;
  height: 160px;
  bottom: 0;
  background-color: white;
  position: absolute; }

/* PAGE MIDDLE */
.content-container {
  top: 0;
  bottom: 180px;
  width: 100%; }

.page-trigger {
  display: none;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

.home .home-trigger {
  display: block;
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

.photokombi .photokombi-trigger {
  display: block;
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

.boutique-photography .boutique-photography-trigger {
  display: block;
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

.wedding-collective .wedding-collective-trigger {
  display: block;
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

.mission-container {
  width: 100%;
  z-index: 100;
  position: relative;
  z-index: 1000;
  top: -31px;
  margin-bottom: 80px; }
  .mission-container .mission-image {
    position: relative;
    width: 87%; }
    .mission-container .mission-image img {
      width: 100%;
      height: auto;
      position: relative; }
  .mission-container .mission-statement {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 124px;
    padding-left: 19px; }
  .mission-container .column {
    float: left;
    padding-right: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.how-it-works .mission-container {
  margin-bottom: 150px; }

.mission-booking {
  min-height: 0 !important; }
  .mission-booking h5 {
    margin: 30px 0 50px; }
  .mission-booking .section-cont {
    margin-top: 40px; }
  @media all and (max-width: 920px) {
    .mission-booking h5 {
      line-height: 1; }
    .mission-booking .booking-con-page {
      padding: 0 24px; } }

.crosses {
  color: #8acfc5;
  font-size: 27px;
  float: right;
  margin-right: 90px;
  margin-top: 13px; }

.cross {
  float: left; }

.galleries-container {
  position: relative;
  width: 100%;
  margin: 80px 0 60px;
  overflow: hidden;
  z-index: 100000;
  background-color: #FFF; }

.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 18px;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: none;
    position: relative; }
    .slick-dots li button {
      position: absolute;
      left: 0;
      opacity: 0; }

.counter-inner {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 2.3em; }

.galleries-container .gallery-bg {
  position: absolute;
  width: 100%;
  top: 180px;
  height: 217px;
  background-color: #bfe5df; }

.gallery-arrows-cont-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.gallery-arrows-cont {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1156px;
  margin: auto; }

.gallery-arrow-cont {
  width: 68px;
  height: 100%;
  position: absolute; }

.gallery-arrow-right {
  right: 0px; }

.gallery-arrow-left {
  left: 0px; }

.gallery-arrow {
  background-image: url("../images/sprite-gallery-arrows.png");
  width: 38px;
  height: 69px;
  position: absolute;
  z-index: 900;
  top: 50%;
  margin-top: -35px;
  cursor: pointer; }

.gallery-left {
  background-position: -76px 0;
  right: 0px; }

.gallery-left:hover {
  background-position: -0px 0; }

.gallery-right {
  background-position: -114px 0; }

.gallery-right:hover {
  background-position: -38px 0; }

.galleries-container .gallery-title-cont {
  position: absolute;
  width: 100%;
  top: 180px;
  height: 100%;
  top: 0;
  display: inline-table; }

.galleries-container .gallery-title {
  vertical-align: middle;
  position: relative;
  z-index: 10000;
  margin: 25px 0; }

.gallery-title h5 {
  text-align: center;
  line-height: 1; }

.gallery-overlay-cont-cont {
  top: 0;
  left: 0;
  z-index: 2000;
  position: absolute;
  z-index: 1000; }

.galleries-container .gallery-overlay-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 1000; }

.gallery-slider {
  background-color: #bfe5df; }

.gallery-overlay-cont {
  background-color: #bfe5df; }

.galleries-container .gallery-overlay-inner {
  position: absolute;
  height: 100%;
  width: 100%; }

.galleries-container .gallery-overlay {
  width: 100%;
  background-color: #fff;
  position: absolute;
  height: 100%;
  z-index: 1000;
  max-height: 625px; }

.phone .mobile-gallery {
  width: 100%;
  height: 100%;
  background-color: #bfe5df;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000;
  display: none; }

.phone .mobile-gallery-inner {
  position: absolute;
  top: 0px;
  bottom: -30px;
  left: 0;
  right: -30px; }

.phone .mobile-gallery-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.phone .gallery {
  top: 50px;
  bottom: 70px;
  position: absolute; }

.phone .gallery img {
  height: 100%;
  width: auto;
  margin-right: 10px;
  float: left; }

.phone .exit {
  top: 13px !important; }

.mobile-gallery-bottom {
  position: absolute;
  height: 50px;
  bottom: 0;
  width: 100%;
  z-index: 10000000;
  background-color: #bfe5df;
  display: none; }

.exit {
  display: none;
  position: absolute;
  top: 27px;
  right: 218px;
  cursor: pointer;
  background: url(../images/X-sprite.png);
  width: 74px;
  height: 74px;
  z-index: 200; }

.exit:hover {
  background-position: 0 -74px; }

.galleries-container .arrow-cont {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  z-index: 1050;
  position: absolute;
  cursor: pointer;
  background-image: url("../images/sprite-gallery-arrows.png");
  width: 38px;
  height: 69px;
  display: none; }

.galleries-container .arrow-cont-left {
  left: 83px;
  background-position: -76px 0; }

.galleries-container .arrow-cont-left:hover {
  left: 83px;
  background-position: -0px 0; }

.galleries-container .arrow {
  cursor: pointer;
  position: absolute;
  width: 38px;
  height: 70px;
  top: 50%;
  margin-top: -35px; }

.galleries-container .arrow-left {
  left: 40px; }

.galleries-container .arrow-cont-right {
  right: 83px;
  background-position: -114px 0; }

.galleries-container .arrow-cont-right:hover {
  background-position: -38px 0; }

.galleries-container .arrow-right {
  right: 40px; }

.mobile-gallery-show {
  display: block; }

/* PRELOAD IMAGE AREA STYLES */
#image-preload-area {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#pagination-cont-cont {
  position: absolute;
  top: 430px;
  top: 397px;
  height: 70px;
  width: 100%;
  font-size: 11px; }

#pagination-cont-2 {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  font-size: 11px;
  z-index: 1000; }

#pagination-cont {
  position: relative;
  width: 100px;
  height: 100%;
  margin: auto; }

#pagination-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-top: 33px; }

#pagination {
  color: #a9a9a9;
  text-align: center;
  cursor: pointer; }

.pagination-dot-2 {
  display: inline;
  margin: 0px 5px; }

.pagination-dot-2:hover, .slick-dots li:hover {
  color: #8acfc5; }

#pagination .activeSlide, .slick-active {
  color: #8acfc5; }

.galleries-container {
  padding: 20px 0 60px; }

.galleries-container .gallery-slider {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.gallery-images img {
  width: auto;
  height: 625px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  border: 0px;
  display: block; }
  @media all and (max-width: 480px) {
    .gallery-images img {
      max-height: 400px !important; } }

.slide {
  -webkit-transition: left 1.0s ease-in-out;
  -moz-transition: left 1.0s ease-in-out;
  -o-transition: left 1.0s ease-in-out;
  transition: left 1.0s ease-in-out; }

.gallery-slider .banner-image-cont {
  opacity: 0;
  /*TEMP*/
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1.0s ease-in-out;
  -moz-transition: opacity 1.0s ease-in-out;
  -o-transition: opacity 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out; }

.gallery-slider .banner-overlay-cont {
  position: absolute;
  width: 100%;
  height: 100%; }

.preload-banner-image {
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 1.0s ease-in-out;
  -moz-transition: opacity 1.0s ease-in-out;
  -o-transition: opacity 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out; }

.gallery-cycle {
  -webkit-transition: opacity 1.0s ease-in-out;
  -moz-transition: opacity 1.0s ease-in-out;
  -o-transition: opacity 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out;
  opacity: 0;
  z-index: 5; }

.current-banner-image {
  opacity: 1;
  z-index: 6; }

/* PRELOAD GALLERY AREA */
.preload-banner-image-cont {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1.0s ease-in-out;
  -moz-transition: opacity 1.0s ease-in-out;
  -o-transition: opacity 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out; }

.preload-banner-image {
  position: absolute;
  width: 100%;
  height: 100%; }

.home .home-gallery {
  opacity: 1;
  z-index: 6; }

.photokombi .photokombi-gallery {
  opacity: 1;
  z-index: 6; }

.boutique-photography .boutique-photography-gallery {
  opacity: 1;
  z-index: 6; }

.wedding-collective .wedding-collective-gallery {
  opacity: 1;
  z-index: 6; }

.preload-banner-image-cont .banner-overlay-cont {
  position: absolute;
  width: 100%;
  height: 100%; }

.gallery-slider .slideshow .image-overlay {
  position: absolute;
  height: 100%;
  z-index: 50; }

.fadeout {
  opacity: 0 !important;
  -webkit-animation: fadeout-animation 3s;
  -moz-animation: fadeout-animation 3s;
  -ms-animation: fadeout-animation 3s;
  -o-animation: fadeout-animation 3s; }

@-webkit-keyframes fadeout-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeout-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeout-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeout-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadein {
  opacity: 1 !important;
  -webkit-animation: fadein-animation 3s;
  -moz-animation: fadein-animation 3s;
  -ms-animation: fadein-animation 3s;
  -o-animation: fadein-animation 3s; }

@-webkit-keyframes fadein-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadein-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadein-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadein-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pricing-con-con .service-blocks-cont {
  padding-bottom: 0 !important;
  margin-top: 50px !important; }

.services-container {
  position: relative;
  z-index: 0;
  overflow: auto;
  clear: both;
  background-color: #FFFFFF; }
  .services-container .service-blocks-cont {
    display: inline-block;
    padding-bottom: 112px;
    margin-top: 90px;
    width: 100%; }
  .services-container .divide-blue {
    height: 6px;
    width: 20%;
    background-color: #96dacf;
    margin: 30px auto; }
  .services-container .pricing-cont {
    box-sizing: border-box; }
    .services-container .pricing-cont.size1of3 {
      width: 30.5%;
      margin-right: 4.1%; }
      .services-container .pricing-cont.size1of3:last-child {
        margin-right: 0; }
      @media all and (max-width: 920px) {
        .services-container .pricing-cont.size1of3 {
          width: 100%; }
          .services-container .pricing-cont.size1of3 .column {
            padding-bottom: 40px; } }
    .services-container .pricing-cont .time {
      font-weight: 500; }
    .services-container .pricing-cont .container--image {
      margin-bottom: 40px; }
      .services-container .pricing-cont .container--image img {
        max-height: 55px !important;
        width: auto !important;
        border-radius: 0px; }
    .services-container .pricing-cont .column {
      background-color: #F7F7F7;
      min-height: 380px; }
    .services-container .pricing-cont .price {
      line-height: 2; }
    .services-container .pricing-cont em {
      font-style: italic; }
    .services-container .pricing-cont:last-child .container--image {
      margin-bottom: 32px; }
      .services-container .pricing-cont:last-child .container--image img {
        max-height: 63px !important; }
  .services-container .note {
    font-style: italic; }
  .services-container .not-sub {
    font-size: 14px;
    margin-bottom: 30px; }
  .services-container .size1of1 {
    position: relative;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out; }
  .services-container .services-bg {
    background-color: #f7f7f7;
    position: absolute;
    top: 40px;
    bottom: 0;
    width: 100%; }
  .services-container .header {
    position: relative;
    width: 100%;
    bottom: -19px;
    z-index: 50;
    letter-spacing: 0.16em;
    line-height: 1; }
  .services-container .section {
    float: left;
    position: relative; }
  .services-container .section a {
    color: #333333;
    font-family: 'Gotham A', 'Gotham B', 'arial'; }
  .services-container .section .section-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    overflow: hidden; }
  .services-container .service-link-bg {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    opacity: 0.6; }
  .services-container .container--image {
    margin-bottom: 40px; }
  .services-container .column p {
    line-height: 1.8 !important; }

.services-container.pricing {
  margin-top: -40px; }

.services2 {
  margin-top: -42px; }

/*service-link-bg*/
.view {
  position: absolute;
  color: #bfe5df;
  font-size: 57em;
  width: 100%;
  text-align: center;
  top: 194px; }

.service-circle {
  position: absolute;
  color: #bfe5df;
  font-size: 57em;
  width: 100%;
  text-align: center;
  top: 187px; }

.become-vendor {
  position: absolute;
  top: 187px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: block;
  width: 100%; }

.view-overlay-service {
  position: absolute;
  top: 193px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: block;
  width: 100%; }

.become-vendor-center {
  width: 120px;
  position: relative;
  margin: auto; }

.become-vendor-center p {
  text-align: center; }

.services-container .section .section-link:hover {
  opacity: 1; }

.services-container .section .clickActive {
  opacity: 1; }

.section-vendors {
  position: absolute;
  width: 100%;
  background-color: #f7f7f7;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.section-vendors:hover {
  opacity: 1.0; }

.section-vendors .vendors-header {
  font-size: 3em;
  line-height: 1;
  color: #96dacf;
  text-transform: uppercase;
  max-width: 220px; }

.vendors {
  position: absolute;
  bottom: 48px;
  max-width: 75%; }

.vendor-link {
  color: #666666 !important;
  display: block;
  font-size: 1.1em;
  margin-top: 6px;
  font-weight: 400; }

.vendor-link a {
  color: #666666 !important; }

.services-container .image-cont {
  height: 357px;
  width: 100%;
  margin-bottom: 1px;
  position: relative;
  background-color: #f7f7f7; }

.services-container .image {
  position: relative;
  height: 100%;
  width: 100% !important; }

.services-container img {
  position: relative;
  margin: auto;
  width: auto;
  height: 207px;
  border-radius: 100%;
  padding: 10px;
  box-sizing: border-box; }

.services-container .column {
  padding: 0 20px 20px 20px; }

/* HEADER */
header {
  display: none; }

/* NAVIGATION */
.master {
  position: absolute;
  left: 2em;
  right: 2em;
  top: 0;
  bottom: 0; }

.master .inner {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  left: -16px;
  margin-top: 20px; }

.master ul {
  height: 106px;
  min-width: 280px;
  position: relative;
  width: 100%; }

.master li {
  float: left;
  position: relative;
  height: 100%;
  transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out; }

.master li a {
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 30px;
  right: 0;
  text-transform: uppercase;
  color: #999999;
  border-bottom: 1px solid #999999;
  -webkit-transition: border-bottom 0.25s ease-in,color 0.25s ease-in;
  -moz-transition: border-bottom 0.25s ease-in,color 0.25s ease-in;
  -o-transition: border-bottom 0.25s ease-in,color 0.25s ease-in;
  transition: border-bottom 0.25s ease-in,color 0.25s ease-in; }

.master li a span {
  display: block;
  width: 112px;
  height: 40px; }

.master li a:hover {
  color: #333333;
  border-bottom: 1px solid #333333; }

.master .current-menu-item a {
  border-bottom: 1px solid #333333;
  color: #333333; }

.signoff {
  text-align: center;
  width: 100%;
  padding: 0; }
  .signoff .inside h5 {
    line-height: 1.2em;
    padding: 40px; }
  @media all and (max-width: 480px) {
    .signoff .inside h5 {
      font-size: 3em;
      padding: 20px; } }

.signoff.alt {
  background-color: #f7f7f7;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  .signoff.alt:hover {
    background: #bfe5df; }
    .signoff.alt:hover h5 {
      color: #f7f7f7 !important; }

/* FOOTER */
.footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -78px; }

.footer .cont {
  position: relative;
  overflow: auto;
  left: 0;
  right: 0;
  top: -146px; }

.footer .section {
  height: 473px;
  float: left; }

.footer .connect-text {
  width: 330px;
  height: 160px;
  background-image: url("../images/connect.png");
  margin: auto; }

.footer .social-lockup {
  position: relative; }

.footer .social-links {
  text-align: center;
  padding-bottom: 30px; }

.footer .icon {
  color: #cccccc;
  font-size: 54px;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -o-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }

.footer .icon:hover {
  color: #f7f7f7; }

.footer #vimeo {
  top: 197px;
  left: 22%; }

.footer .instagram-feed {
  position: relative; }

.footer .instagram-feed .image-cont {
  height: 257px;
  width: 257px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 160px auto 0 auto; }

.insta-circle-link {
  width: 100%;
  height: 257px;
  display: block; }

.footer .instagram-feed .image {
  width: 100%;
  height: 100%; }

.footer .instagram-feed .image img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.footer .instagram-feed .hash {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 100%; }

.footer .instagram-feed .text {
  width: 292px;
  height: 124px;
  left: 50%;
  margin-left: -145px;
  background-image: url(../images/Insta-Kombi.png);
  position: absolute;
  bottom: 29px;
  background-size: contain;
  background-repeat: no-repeat; }

.footer .blog-feed {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 61px;
  padding-left: 23px;
  overflow: hidden; }

.footer .blog {
  margin-top: 172px;
  position: relative; }

.footer .blog-post {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 20px 0;
  font-size: 12px;
  margin-bottom: 29px;
  position: relative; }

.footer .blog-line {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #bfe5df; }

.footer .blog-line:hover {
  position: absolute;
  bottom: 3px;
  top: 0;
  width: 100%;
  border-bottom: 4px solid #bfe5df; }

.footer .post-2 {
  top: 101px;
  width: 100%; }

.footer .bottom {
  width: 100%;
  height: 440px;
  background-color: #bfe5df;
  position: relative;
  overflow: hidden; }

.footer .nav-links {
  padding-top: 75px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 373px;
  margin: auto;
  position: relative; }

.footer .social-lockup {
  position: relative; }

.footer .icon {
  color: #cccccc;
  font-size: 54px;
  position: absolute;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -o-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }

.footer .icon:hover {
  color: #bfe5df; }

.footer #vimeo {
  top: 197px;
  left: 22%; }

.footer #twitter {
  top: 255px;
  left: 41%; }

.footer #facebook {
  top: 283px;
  left: 27.7px; }

.footer #pinterest {
  top: 351px;
  left: 28%; }

.footer #instagram {
  top: 340px;
  left: 64%; }

.footer #instafeed {
  margin: 0 -10px; }

.footer .nav-links p {
  text-align: center; }

.footer .button {
  background-color: #ffffff;
  display: inline-block;
  padding: 12px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
  margin-bottom: 15px;
  text-align: center; }

.footer-signoff {
  background: url(../images/footer-sign-off.png) no-repeat center center;
  width: 310px;
  background-size: contain;
  margin: auto;
  min-height: 150px; }

/*
footer-sign-off.png
footer-sign-off@2x.png*/
.footer .back-top {
  left: 0; }

.footer .enquiries {
  margin-right: 0px; }

.footer .links {
  clear: both; }

.footer .conditions {
  font-weight: 400px;
  color: #666666 !important;
  text-transform: uppercase; }

.center-link {
  text-align: center;
  margin-top: 30px; }

.footer .copyright {
  text-transform: uppercase;
  text-align: center; }

.footer .site-by {
  margin: 30px auto 60px;
  font-size: 0.6rem;
  color: white;
  text-transform: uppercase;
  text-align: center; }

.footer .site-by a {
  color: white; }

.footer .site-by a:hover {
  text-decoration: underline; }

/* GALLERY OVERLAY */
.test-slideshow {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 1000; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: #fff; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #fff;
  position: relative; }

.jspDrag {
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 10px; }

.jspHorizontalBar .jspArrow {
  width: 10px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/* Circular Content Carousel Style */
.ca-container {
  position: relative;
  margin: 25px auto 20px auto;
  width: 990px;
  height: 450px; }

.ca-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.ca-item {
  position: relative;
  float: left;
  width: 330px;
  height: 100%; }

.ca-more {
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 4px 15px;
  font-weight: bold;
  background: #ccbda2;
  text-align: center;
  color: white;
  font-family: "Georgia","Times New Roman",serif;
  font-style: italic;
  text-shadow: 1px 1px 1px #897c63; }

.ca-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff url(../images/cross.png) no-repeat center center;
  width: 27px;
  height: 27px;
  text-indent: -9000px;
  outline: none;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.7; }

.ca-close:hover {
  opacity: 1.0; }

.ca-item-main {
  padding: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.ca-icon {
  width: 233px;
  height: 189px;
  position: relative;
  margin: 0 auto;
  background: transparent url(../images/animal1.png) no-repeat center center; }

.ca-item-2 .ca-icon {
  background-image: url(../images/animal2.png); }

.ca-item-3 .ca-icon {
  background-image: url(../images/animal3.png); }

.ca-item-4 .ca-icon {
  background-image: url(../images/animal4.png); }

.ca-item-5 .ca-icon {
  background-image: url(../images/animal5.png); }

.ca-item-6 .ca-icon {
  background-image: url(../images/animal6.png); }

.ca-item-7 .ca-icon {
  background-image: url(../images/animal7.png); }

.ca-item-8 .ca-icon {
  background-image: url(../images/animal8.png); }

.ca-item h3 {
  font-family: 'Coustard', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  height: 85px;
  text-align: center;
  text-shadow: 0px 1px 1px #e4ebe9; }

.ca-item h4 {
  font-family: "Georgia","Times New Roman",serif;
  font-style: italic;
  font-size: 12px;
  text-align: left;
  border-left: 10px solid #b0ccc6;
  padding-left: 10px;
  line-height: 24px;
  margin: 10px;
  position: relative; }

.ca-item h4 span {
  text-indent: 40px;
  display: block; }

.ca-item h4 span.ca-quote {
  color: #f4eee3;
  font-size: 100px;
  position: absolute;
  top: 20px;
  left: 0px;
  text-indent: 0px; }

.ca-content-wrapper {
  background: #b0ccc6;
  position: absolute;
  width: 0px;
  /* expands to width of the wrapper minus 1 element */
  height: 440px;
  top: 5px;
  text-align: left;
  z-index: 10000;
  overflow: hidden; }

.ca-content {
  width: 660px;
  overflow: hidden; }

.ca-content-text {
  font-size: 14px;
  font-style: italic;
  font-family: "Georgia","Times New Roman",serif;
  margin: 10px 20px;
  padding: 10px 20px;
  line-height: 24px; }

.ca-content-text p {
  padding-bottom: 5px; }

.ca-content h6 {
  margin: 25px 20px 0px 35px;
  font-size: 32px;
  padding-bottom: 5px;
  color: #000;
  font-family: 'Coustard', sans-serif;
  color: #60817a;
  border-bottom: 2px solid #99bcb4;
  text-shadow: 1px 1px 1px #99BCB4; }

.ca-content ul {
  margin: 20px 35px;
  height: 30px; }

.ca-content ul li {
  float: left;
  margin: 0px 2px; }

.ca-content ul li a {
  color: #fff;
  background: #000;
  padding: 3px 6px;
  font-size: 14px;
  font-family: "Georgia","Times New Roman",serif;
  font-style: italic; }

.ca-content ul li a:hover {
  background: #fff;
  color: #000;
  text-shadow: none; }

.ca-nav span {
  width: 25px;
  height: 38px;
  background: transparent url(../images/arrows.png) no-repeat top left;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  left: -40px;
  text-indent: -9000px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 100; }

.ca-nav span.ca-nav-next {
  background-position: top right;
  left: auto;
  right: -40px; }

.ca-nav span:hover {
  opacity: 1.0; }

/* PAGE SPECIFIC LAYOUT */
/* DEVICE & RESPONSIVE LAYOUT */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .master-image-container .logo-20 {
    background-position: 0 -350px; }

  .master-image-container .logo-21 {
    background: url(../images/logos/large_wedding_collective@2x.png);
    background-size: 562px 160px; }

  .master-image-container .logo-19 {
    background: url(../images/logos/large_photokombi@2x.png);
    background-size: 562px 160px; }

  .footer .connect-text {
    background-image: url("../images/connect@2x.png");
    background-size: 330px 160px; }

  .master-menu-container .notchcurrent {
    background: url(../images/notch@2x.png);
    background-size: 71px 21px; }

  #exit-overlay-cont {
    background: url(../images/X-sprite@2x.png);
    background-size: 74px 148px; }

  .exit {
    background: url(../images/X-sprite@2x.png);
    background-size: 74px 148px; }

  .footer-signoff {
    background: url(../images/footer-sign-off.png) no-repeat center center;
    background-size: contain; }

  .master-gallery .arrow, .gallery-arrow, .galleries-container .arrow-cont {
    background-image: url("../images/sprite-gallery-arrows@x2.png");
    background-size: 152px 110px; } }
#mobile-slide-area {
  width: 400%;
  height: 100%;
  position: absolute; }

#mobile-slide-area .preload-banner-image-cont {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  opacity: 1; }

/*EXTRA CSS*/
.footer .bottom {
  min-height: 440px;
  height: auto; }

.logo-foot {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50px; }
  .logo-foot img {
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -50%; }
  @media all and (max-width: 920px) {
    .logo-foot {
      margin: 0 auto 20px;
      top: 0;
      margin-top: 0; } }

.approved-weddings {
  right: 32px; }

.paper-lace {
  left: 32px; }
  @media all and (max-width: 910px) {
    .paper-lace {
      height: auto; } }

button.arrow {
  overflow: visible;
  border: none;
  background-color: transparent;
  background-image: url(../images/sprite-banner-arrow.png);
  font-size: 0; }
  button.arrow:active {
    outline: none;
    border: none; }
  @media all and (max-width: 920px) {
    button.arrow {
      display: none !important; } }

button.arrow-left:hover {
  background-position: -76px -108px; }

button.arrow-right {
  right: 0px;
  background-position: -38px -108px; }

button.arrow-right:hover {
  background-position: -114px -108px; }

/*EXTRA CSS END */
@media all and (max-width: 480px) {
  .galleries-container {
    height: 432px; } }
.form-column {
  width: 100%;
  display: inline;
  margin: 10px 0; }
  .form-column input, .form-column select, .form-column textarea, .form-column label {
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none; }
    .form-column input:focus, .form-column select:focus, .form-column textarea:focus, .form-column label:focus {
      outline: 0;
      border: 2px solid #96dacf; }
  .form-column label {
    line-height: 2; }
  .form-column input, .form-column select {
    vertical-align: middle;
    width: 100%;
    padding: 6px;
    height: 32px;
    margin: 10px 0;
    background-color: #f7f7f7; }
  .form-column textarea {
    width: 100%;
    height: 100px;
    margin-top: 9px;
    background-color: #f7f7f7;
    transition: all .2s ease-in-out;
    --oz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; }
  .form-column .button-con {
    text-align: center; }
  .form-column button {
    margin: auto;
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    background-color: #6b7171;
    color: #f7f7f7;
    margin-top: 9px;
    float: right;
    margin-right: 24px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border: none;
    box-sizing: border-box; }
    .form-column button:hover {
      background-color: #96dacf; }
    @media all and (max-width: 480px) {
      .form-column button {
        float: none;
        margin: 0; } }
  .form-column .other {
    display: none;
    opacity: 0;
    z-index: -1; }
  .form-column .trans {
    display: block;
    left: 0;
    opacity: 1;
    z-index: 1; }
  @media all and (min-width: 768px) {
    .form-column {
      width: 50%;
      display: inline-block;
      float: left; }
      .form-column input, .form-column select, .form-column textarea, .form-column label {
        width: 95%; }
      .form-column textarea {
        height: 37px; }
      .form-column .height {
        height: 86px; } }

.main-content-push .form-column button:hover {
  background: #f7f7f7;
  color: #6b7171; }

.main-content-push .form-column input:focus, .main-content-push .form-column select:focus, .main-content-push .form-column textarea:focus, .main-content-push .form-column label:focus {
  outline: 0;
  border: 2px solid #999999; }

.form-column {
  padding-right: 0 !important;
  margin: 0; }

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 920px) {
  body {
    font-size: 10px !important; }

  .footer .icon {
    font-size: 50px; }
  .footer .social-lockup {
    text-align: center; }

  /*EXTRA CSS */
  .approved-weddings, .paper-lace {
    top: 0;
    left: 0;
    position: relative;
    margin: 32px auto; }

  .logo-foot img {
    margin-top: 0;
    top: 0; }

  /*EXTRA CSS END */
  .banner-overlay .description {
    margin-bottom: 32px; }

  .banner-overlay {
    margin-top: -132px; }

  .banner-overlay h3 {
    font-size: 2.5em;
    margin-bottom: 26px; }

  .banner-overlay .link-to {
    padding: 09px 19px; }

  .mission-container {
    background-color: white; }

  .mission-container .mission-image {
    left: 0px; }

  #pagination-cont-cont {
    top: 427px; }

  .navigation-column {
    padding-left: 19px !important; }

  .navigation-column--default {
    padding-left: 19px !important; }

  .cbp-spmenu-horizontal a {
    margin-bottom: 2px; }

  .tag-line {
    padding-left: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 16px; }

  .size1of2 {
    width: 100%; }

  .size1of3 {
    width: 100%; }

  .width-override .size1of3 {
    width: 100%; }

  .size2of3 {
    width: 100%; }

  .size1of4 {
    width: 100%; }

  .contact-container .size1of4 {
    width: 100%; }

  .mission-container .mission-image {
    width: 100%; }

  .mission-container .mission-statement {
    position: relative;
    width: 100%;
    left: 0;
    top: 30px; }

  .mission-container {
    min-height: 0; }

  .master li a {
    border-bottom: none; }

  .master li a:hover {
    border-bottom: none; }

  .master .current a {
    border-bottom: none; }

  .mobile-slider {
    width: 100%;
    height: 100%;
    overflow: auto; }

  .mobile-menu-underline {
    position: absolute;
    bottom: 0;
    left: 2em;
    right: 2em;
    height: 1px;
    background-color: #C2BFBF; }

  .container--image {
    padding: 0 130px; }

  .mobile-slider .master {
    min-width: 500px;
    padding-top: 30px; }

  .mobile-slider-cont {
    position: absolute;
    width: 100%;
    height: 122px; }

  .mobile-slider {
    width: 100%;
    height: 122px;
    overflow: auto;
    position: relative;
    z-index: 500; }

  .master {
    overflow: hidden;
    left: 0;
    right: 0;
    padding-left: 2em;
    padding-right: 2em; }

  .preload-home .logo-inner {
    margin-top: -119px; }

  /*m-nav-arrow*/
  .pagination-dot-2 {
    font-size: 15px !important; }

  .mobile-arrow {
    background-image: url("../images/m-nav-arrow@2x.png");
    background-size: 11px 21px;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 11px;
    height: 21px; }

  .preload-boutique-photography .tag-line {
    margin-top: -42px !important; }

  .preload-wedding-collective .tag-line {
    margin-top: -42px !important; }

  .preload-photokombi .tag-line {
    margin-top: -42px !important; }

  .master ul {
    height: 71px;
    width: 100%;
    min-width: 500px; }

  .master-gallery .arrow-cont {
    width: 40px;
    display: none; }
  .master-gallery .arrow {
    height: 40px;
    margin-top: -20px;
    background-image: url("../images/sprite-gallery-arrows.png"); }
  .master-gallery .arrow-left {
    left: 0px;
    background-position: -0px -70px; }
  .master-gallery .arrow-left:hover {
    background-position: -76px -70px; }
  .master-gallery .arrow-right {
    right: 0px;
    background-position: -38px -70px; }
  .master-gallery .arrow-right:hover {
    background-position: -114px -70px; }

  /* INFO OVERLAY */
  .devide-1, .devide-2 {
    display: none; }

  .contact-container .size1of2contact {
    padding-left: 0; }

  #overlay-inner .column {
    padding-bottom: 0px;
    clear: none; }

  #overlay-inner .column-last {
    padding-bottom: 50px !important; }

  /* GALLEIES */
  .gallery-arrow-cont {
    display: none !important; }

  .galleries-container {
    padding: 6px 0 51px; }
    .galleries-container .gallery-title {
      margin: -3px 0 3px; }

  .slick-dots {
    margin-top: 10px; }

  .galleries-container .gallery-overlay {
    max-height: none; }

  .galleries-container .thumbnail-cont {
    margin-left: 0px; }

  .thumbnails {
    position: absolute;
    left: 75px;
    right: 75px;
    top: 60px; }

  /* SERVICES */
  .mission-container .mission-statement {
    padding-left: 0; }

  .mission-container .column {
    padding-right: 0px; }

  .services-container .column {
    padding: 0 20px 0px 20px; }

  .services-container .column {
    position: relative;
    margin: 20px 0 40px; }

  .services-container img {
    position: relative;
    margin: auto;
    height: auto;
    width: 100%;
    max-height: none; }

  .logo {
    width: 50%; }

  .logo-inner {
    margin-top: -82px; }

  /* footer */
  .footer .center-icons {
    text-align: center !important;
    margin: auto; }

  .footer .center-icons p {
    text-align: center; }

  .footer .social-lockup {
    height: auto;
    margin-top: 200px; }

  .footer .icon {
    position: static; }

  .footer .instagram-feed .image-cont {
    margin: 70px auto 0 auto; }

  .footer .instagram-feed .text {
    bottom: 117px; }

  .footer .blog {
    margin-top: 0px; }

  .footer .blog-feed {
    padding-top: 0px;
    padding-right: 23px;
    height: 147px;
    top: -60px;
    position: relative; }

  .footer .bottom {
    margin-top: 0px; }

  .galleries-container .gallery-bg {
    top: 130px; }

  .main-content-push {
    min-height: 395px;
    font-size: 12px;
    margin-bottom: -24px; }

  .galleries-container .thumbnail-cont {
    margin-left: -78px; }

  .galleries-container .thumbnail-cont .thumbnail {
    width: 145px;
    height: 145px; }

  .galleries-container .thumbnail-cont .title {
    width: 145px;
    position: relative; }

  /* Print Styles */
  /* Based on HTML5 boilerplate print styles */ }
@media all and (max-width: 720px) {
  .container--image {
    padding: 0 50px; }
    .container--image img {
      max-width: 320px; }

  .seasonal-con {
    display: inline-block;
    margin: 60px 0 40px; }
    .seasonal-con img {
      box-sizing: border-box;
      padding: 0 20px; } }
@media all and (max-width: 480px) {
  .footer .icon {
    font-size: 45px; } }

/*# sourceMappingURL=layout.css.map */
