.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
@font-face {
  font-family: 'Brandon_med';
  src: url('fonts/Brandon_Medium/Brandon_med.eot');
  src: local('☺'), url('fonts/Brandon_Medium/Brandon_med.woff') format('woff'), url('fonts/Brandon_Medium/Brandon_med.ttf') format('truetype'), url('fonts/Brandon_Medium/Brandon_med.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon_reg';
  src: url('fonts/Brandon_Regular/Brandon_reg.eot');
  src: local('☺'), url('fonts/Brandon_Regular/Brandon_reg.woff') format('woff'), url('fonts/Brandon_Regular/Brandon_reg.ttf') format('truetype'), url('fonts/Brandon_Regular/Brandon_reg.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon_blk';
  src: url('fonts/Brandon_Black/Brandon_blk.eot');
  src: local('☺'), url('fonts/Brandon_Black/Brandon_blk.woff') format('woff'), url('fonts/Brandon_Black/Brandon_blk.ttf') format('truetype'), url('fonts/Brandon_Black/Brandon_blk.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GlosaDisplay-Roman-Italic';
  src: url('fonts/Glosa_Rom_It/GlosaDisplay-Roman-Italic.eot');
  src: local('☺'), url('fonts/Glosa_Rom_It/GlosaDisplay-Roman-Italic.woff') format('woff'), url('fonts/Glosa_Rom_It/GlosaDisplay-Roman-Italic.ttf') format('truetype'), url('fonts/Glosa_Rom_It/GlosaDisplay-Roman-Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima_Nova_reg';
  src: url('fonts/Proxima_Regular/Proxima_Nova_reg.eot');
  src: local('☺'), url('fonts/Proxima_Regular/Proxima_Nova_reg.woff') format('woff'), url('fonts/Proxima_Regular/Proxima_Nova_reg.ttf') format('truetype'), url('fonts/Proxima_Regular/Proxima_Nova_reg.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'texgyrepagella-italic';
  src: url('fonts/Teg_Gyre_Italic/texgyrepagella-italic.eot');
  src: local('☺'), url('fonts/Teg_Gyre_Italic/texgyrepagella-italic.woff') format('woff'), url('fonts/Teg_Gyre_Italic/texgyrepagella-italic.ttf') format('truetype'), url('fonts/Teg_Gyre_Italic/texgyrepagella-italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'texgyrepagella-regular';
  src: url('fonts/Tex_Gyre_Regular/texgyrepagella-regular.eot');
  src: local('☺'), url('fonts/Tex_Gyre_Regular/texgyrepagella-regular.woff') format('woff'), url('fonts/Tex_Gyre_Regular/texgyrepagella-regular.ttf') format('truetype'), url('fonts/Tex_Gyre_Regular/texgyrepagella-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  border: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid white;
  height: 16px;
  font-size: 12px;
  padding: 5px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: vertical;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a {
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: underline;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.story blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  zoom: 1;
  position: relative;
}
/* Open first post */
.full {
  display: none;
}
#post .full {
  display: block;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
img {
  max-width: 100%;
  height: auto;
}
/* Wrappers
*******************************/
#wrapper {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea,
button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a {
  color: #282828;
}
a.pinit-button {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a.pinit-button:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Mobile Menu
*******************************/
body {
  background-color: #f9f9f9;
}
#openMenu {
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/mobile-menu.png");
  width: 25px;
  height: 10px;
  position: absolute;
  left: 30px;
  top: 60px;
  z-index: 130;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.flexible-nav {
  position: relative;
  left: -280px;
  display: none;
  width: 280px;
  top: 0;
  position: absolute;
  z-index: 100;
  background-color: #f9f9f9;
}
.flexible-nav nav.mobile-nav {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 110px 30px 0;
}
.flexible-nav nav.mobile-nav ul {
  list-style-type: none;
}
.flexible-nav nav.mobile-nav ul li {
  margin: 40px 0;
}
.flexible-nav nav.mobile-nav ul li.no-top-margin {
  margin: 0 0 40px 0;
}
.flexible-nav nav.mobile-nav ul li a {
  color: #535353;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.flexible-nav nav.mobile-nav ul li a:hover {
  border-color: #000;
}
.flexible-nav nav.mobile-nav ul li ul.sub-menu {
  margin-left: 30px;
}
.flexible-nav nav.mobile-nav ul li ul.sub-menu li {
  margin: 30px 0;
}
.flexible-nav nav.mobile-nav ul li ul.sub-menu li a {
  font-size: 11px;
}
/* Header
*******************************/
.header-main {
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  position: relative;
}
.header-main .logo {
  position: relative;
  width: 302px;
  height: 51px;
  margin: 0 auto 35px;
  padding-top: 55px;
}
.header-main .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/logo.png");
}
.header-main .nav-main {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.header-main .nav-main ul {
  list-style-type: none;
}
.header-main .nav-main ul li {
  float: left;
  margin: 20px 0;
  position: relative;
  text-align: center;
  width: 14.28%;
  z-index: 9999;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.header-main .nav-main ul li:hover .sub-menu {
  display: block;
}
.header-main .nav-main ul li:hover {
  background-color: #eeeeef;
}
.header-main .nav-main ul li a {
  color: #535353;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
}
.header-main .nav-main ul li ul.sub-menu {
  width: 100%;
  display: none;
  position: absolute;
  background-color: #fff;
  text-align: center;
  left: 0;
}
.header-main .nav-main ul li ul.sub-menu li {
  width: 100%;
  float: none;
}
.header-main .custom-area {
  background-color: #f9f9f9;
  height: 100%;
  width: 14%;
  max-width: 190px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  padding: 45px 0;
}
.header-main .custom-area .row1 {
  position: relative;
  width: 100%;
}
.header-main .custom-area .row2 {
  margin-top: 40px;
  width: 100%;
}
.header-main .custom-area a {
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #b8b8b8;
  padding-top: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center 10%;
  position: relative;
  display: block;
  width: 50%;
  margin: 0;
  text-indent: 0;
  float: left;
  text-align: center;
}
.header-main .custom-area a:hover {
  background-position-y: 0%;
}
.header-main .custom-area a.search {
  background-image: url('../img/search.png');
}
.header-main .custom-area a.account-area {
  background-image: url('../img/client-area.png');
}
.header-main .custom-area a.vendors {
  background-image: url('../img/vendors.png');
}
.header-main .custom-area a.links {
  background-image: url('../img/links.png');
}
.header-main .search-form {
  position: absolute;
  bottom: -100px;
  right: -500px;
  top: 10px;
  padding: 30px;
  height: 100px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  width: 450px;
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.header-main .search-form input {
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #282828;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 11px;
}
.header-main .search-form input[type="text"] {
  border: 1px solid #efefef;
  width: 300px;
  text-align: center;
}
.header-main .search-form input[type="text"]:-moz-placeholder {
  color: #000;
}
.header-main .search-form input[type="text"]::-moz-placeholder {
  color: #000;
}
.header-main .search-form input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.header-main .search-form input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
.header-main .search-form input[type="submit"] {
  background-color: #f9f9f9;
  padding: 8px 15px 6px;
  margin-top: 1px;
  position: relative;
  left: 0;
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: 16px;
  background-image: url("../img/search.png");
}
.header-main .search-form input[type="submit"]:hover {
  left: 5px;
}
/* Content
*******************************/
.content-main .page-title h2 {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding: 50px 0;
  margin: 0;
  color: #000;
  letter-spacing: 3px;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: initial;
  background-image: url("../img/link-separator.png");
}
/* Layouts
*******************************/
/* Footer
*******************************/
footer.footer-main {
  padding: 30px 0;
  border-top: 1px solid #d7d7d7;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-family: 'Proxima_Nova_reg', Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
}
footer.footer-main .copy {
  display: inline-block;
}
footer.footer-main .madeby {
  display: inline-block;
}
footer.footer-main .madeby a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/footer-logo.png");
  display: inline-block;
  width: 80px;
  height: 10px;
}
/* Homepage
*******************************/
section.homepage {
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
}
section.homepage #intro {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
section.homepage #intro #swiffycontainer {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -205px;
}
section.homepage .wrapper {
  position: relative;
}
section.homepage .wrapper .frame {
  height: 600px;
  padding: 0;
}
section.homepage .wrapper .frame .flex-viewport {
  overflow: visible!important;
}
section.homepage .wrapper .frame .slides {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style-type: none;
  overflow: visible!important;
}
section.homepage .wrapper .frame .slides li {
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
section.homepage .wrapper .frame .slides li figure {
  width: 99.5%;
  text-align: center;
}
section.homepage .wrapper .frame .slides li figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
section.homepage .wrapper .flex-next,
section.homepage .wrapper .flex-prev {
  display: block;
  width: 36px;
  height: 36px;
  top: 40%;
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
section.homepage .wrapper .flex-next:hover,
section.homepage .wrapper .flex-prev:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
section.homepage .wrapper .flex-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/gallery-next.png");
  right: 25px;
}
section.homepage .wrapper .flex-prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/gallery-prev.png");
  left: 25px;
}
section.homepage .wrapper .scrollbar {
  width: 95%;
  height: 2px;
  border: 1px solid #c7c7c7;
  position: relative;
  margin: 50px auto;
}
section.homepage .wrapper .scrollbar .handle {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 17px;
  height: 17px;
  position: absolute;
  top: -7px;
  background-color: #b9b9ae;
}
section.homepage .wrapper.babies .scrollbar {
  width: 90%;
  margin: 50px auto;
}
section.homepage .home-gallery .frame {
  width: 900px;
  margin: 0 auto;
}
section.homepage .home-gallery .frame li {
  width: 900px;
  overflow: hidden;
}
section.homepage .home-gallery .frame li figure {
  width: 100%;
  max-width: 900px;
  height: 600px;
}
section.homepage .home-gallery .featured-slider li .bot-overlay {
  z-index: 2;
  height: 220px;
  position: absolute;
  width: 100%;
  padding: 15px 50px 20px;
  bottom: -150px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.homepage .home-gallery .featured-slider li .bot-overlay .transparent-bg {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  height: 220px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.homepage .home-gallery .featured-slider li .bot-overlay time {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section.homepage .home-gallery .featured-slider li .bot-overlay h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0 15px;
  position: relative;
}
section.homepage .home-gallery .featured-slider li .bot-overlay h3 .arrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/post-arrow.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
section.homepage .home-gallery .featured-slider li .bot-overlay .description {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #2f2f2f;
  max-width: 580px;
  width: 70%;
}
section.homepage .home-gallery .featured-slider li .bot-overlay .open-gallery {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 2px;
  color: #282828;
  position: absolute;
  right: 47px;
  bottom: 50px;
}
section.homepage .home-gallery .featured-slider li .bot-overlay:hover {
  bottom: 0;
  padding-top: 30px;
}
section.homepage .home-gallery .featured-slider li .bot-overlay:hover h3 .arrow {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
section.homepage .home-gallery .featured-slider li .bot-overlay:hover .transparent-bg {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
section.homepage .latest-weddings {
  background-color: #f9f9f9;
  padding: 90px 0 120px;
  font-weight: normal;
  font-style: normal;
  position: relative;
}
section.homepage .latest-weddings h2 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  margin: 0 0 60px;
}
section.homepage .latest-weddings .view-all {
  padding-left: 20px;
  padding-bottom: 2px;
  margin-left: -38px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #282828;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: initial;
  background-image: url("../img/view-all.png");
  border-bottom: 1px solid transparent;
}
section.homepage .latest-weddings .view-all:hover {
  color: #757575;
  border-color: #757575;
}
section.homepage .latest-weddings .weddings-list {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
section.homepage .latest-weddings .weddings-list ul {
  list-style-type: none;
}
section.homepage .latest-weddings .weddings-list ul li {
  float: left;
  width: 32.33%;
  margin: 10px 0;
}
section.homepage .latest-weddings .weddings-list ul li:nth-child(3n+2) {
  margin: 10px 1.5%;
}
section.homepage .latest-weddings .weddings-list ul li figure {
  text-align: center;
  width: 100%;
}
section.homepage .latest-weddings .weddings-list ul li figure img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
section.homepage .latest-weddings .weddings-list ul li .bot-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 140px;
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
}
section.homepage .latest-weddings .weddings-list ul li .bot-info time,
section.homepage .latest-weddings .weddings-list ul li .bot-info .open-gallery {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #282828;
}
section.homepage .latest-weddings .weddings-list ul li .bot-info h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section.homepage .latest-weddings .weddings-list ul li .bot-info .open-gallery {
  padding: 5px 25px 5px 0;
  text-decoration: underline;
  position: absolute;
  bottom: 22px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: initial;
  background-image: url("../img/gallery-arrow.png");
}
section.homepage .latest-weddings .weddings-list ul li .bot-info .open-gallery:hover {
  background-position-x: 100%;
}
section.homepage .author-info {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-weight: normal;
  font-style: normal;
  margin-top: 10px;
}
section.homepage .author-info .inner-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
section.homepage .author-info .col-left {
  width: 40%;
  padding: 50px 90px 50px 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #d7d7d7;
}
section.homepage .author-info .col-left h2 {
  font-size: 24px;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
section.homepage .author-info .col-left ul {
  list-style-type: none;
}
section.homepage .author-info .col-left ul li {
  margin-bottom: 60px;
}
section.homepage .author-info .col-left ul li .left-side {
  float: left;
  width: 20%;
}
section.homepage .author-info .col-left ul li .left-side time {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
section.homepage .author-info .col-left ul li .right-side {
  float: left;
  width: 80%;
}
section.homepage .author-info .col-left ul li .right-side h2 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
section.homepage .author-info .col-left ul li .right-side .content {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 35px;
  color: #2f2f2f;
}
section.homepage .author-info .col-left ul li .right-side .open-post {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 2px;
  color: #282828;
}
section.homepage .author-info .col-right {
  width: 60%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 50px 90px;
  text-align: center;
}
section.homepage .author-info .col-right h1,
section.homepage .author-info .col-right h2,
section.homepage .author-info .col-right h3 {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  color: #282828;
}
section.homepage .author-info .col-right h2 {
  font-size: 18px;
}
section.homepage .author-info .col-right h3 {
  font-size: 16px;
}
section.homepage .author-info .col-right h2.section-title {
  text-align: center;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding-top: 160px;
  margin-bottom: 45px;
  letter-spacing: 3px;
  color: #282828;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: initial;
  background-image: url("../img/jasmine-about.png");
}
section.homepage .author-info .col-right .about-content {
  height: 400px;
  text-align: left;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #2f2f2f;
  margin-bottom: 30px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.homepage .author-info .col-right .about-content p {
  margin-bottom: 30px;
  line-height: 26px;
}
section.homepage .author-info .col-right a.about-link {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  color: #282828;
  text-align: center;
}
section.homepage .author-info .col-right .jspVerticalBar {
  width: 4px;
  margin-right: 8px;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.homepage .author-info .col-right .jspVerticalBar .jspDrag {
  background-color: #c7c7c7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 17px;
  width: 17px;
  position: relative;
  left: -7px;
}
section.homepage .author-info .col-right .jspVerticalBar .jspCap {
  display: block;
  width: 100%;
}
section.homepage .author-info .col-right .jspVerticalBar .jspCap.jspCapBottom {
  height: 2px;
}
section.homepage .babies {
  position: relative;
}
section.homepage .babies .floated {
  float: left;
  width: 70%;
  position: relative;
  overflow: hidden;
}
section.homepage .babies .frame {
  width: 900px;
}
section.homepage .babies .frame li {
  width: 900px;
  overflow: hidden;
}
section.homepage .babies .frame li figure {
  width: 99.5%;
}
section.homepage .babies .frame li figure img {
  width: 100%;
}
section.homepage .babies div.first-slide {
  width: 30%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
  float: left;
}
section.homepage .babies div.first-slide a.open-babies {
  font-size: 10px;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #282828;
  padding-bottom: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-position: center 98%;
  background-size: initial;
  background-image: url("../img/haki-arrow.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.homepage .babies div.first-slide a.open-babies h2 {
  text-align: center;
  font-size: 48px;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  letter-spacing: 5px;
  padding-top: 270px;
  text-decoration: none !important;
  margin-bottom: 25px;
  position: relative;
}
section.homepage .babies div.first-slide a.open-babies h2:before {
  content: " ";
  display: block;
  width: 100%;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: initial;
  background-image: url("../img/illustr-rabbit.png");
}
section.homepage .babies div.first-slide a.open-babies h2 span.hover-bg {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: #f0f0f0;
  z-index: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.homepage .babies div.first-slide a.open-babies span {
  text-decoration: underline;
}
section.homepage .babies div.first-slide a.open-babies:hover {
  color: #b9b9ae;
}
section.homepage .babies div.first-slide a.open-babies:hover h2 {
  color: #282828;
}
section.homepage .babies div.first-slide a.open-babies:hover span.hover-bg {
  top: 24%;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  height: 180px;
}
section.homepage .babies ul.slides li figure {
  width: 100%;
  height: 100%;
  text-align: center;
}
section.homepage .babies ul.slides li figure img {
  max-width: 100%;
  max-height: 100%;
}
section.homepage .babies ul.slides li .bot-overlay {
  position: absolute;
  height: 270px;
  bottom: -200px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  z-index: 2;
  width: 100%;
}
section.homepage .babies ul.slides li .bot-overlay .transparent-bg {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  z-index: -1;
}
section.homepage .babies ul.slides li .bot-overlay time {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #282828;
}
section.homepage .babies ul.slides li .bot-overlay h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #282828;
  letter-spacing: 2px;
  margin: 14px 0 30px;
}
section.homepage .babies ul.slides li .bot-overlay .description {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
section.homepage .babies ul.slides li .bot-overlay .open-gallery {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 2px;
  position: absolute;
  bottom: 20px;
  left: 50px;
  padding: 5px 0;
  width: 90%;
  color: #282828;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: initial;
  background-image: url("../img/post-arrow.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.homepage .babies ul.slides li .bot-overlay .open-gallery:hover {
  background-position-x: 100%;
}
section.homepage .babies ul.slides li .bot-overlay:hover {
  bottom: 0;
  padding: 30px 50px 0;
}
section.homepage .babies ul.slides li .bot-overlay:hover .transparent-bg {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
section.homepage .pre-footer {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  position: relative;
}
section.homepage .pre-footer .inner-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
section.homepage .pre-footer .col1 {
  padding: 50px 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 38%;
  /*540px*/
  height: 100%;
}
section.homepage .pre-footer .col1 a {
  display: block;
  width: 85%;
  margin: 80px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/press-bg.png");
  height: 360px;
  position: relative;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 160px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.homepage .pre-footer .col1 a:hover {
  color: #b9b9ae;
}
section.homepage .pre-footer .col1 a span {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  display: block;
  color: #000;
}
section.homepage .pre-footer .col2 {
  height: 650px;
  float: left;
  width: 30%;
  /*420px*/
  padding: 50px 0;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.homepage .pre-footer .col2 .home-social {
  list-style-type: none;
}
section.homepage .pre-footer .col2 .home-social li {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
section.homepage .pre-footer .col2 .home-social li a {
  text-transform: uppercase;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: #000;
  position: relative;
  display: block;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  padding-top: 100px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.homepage .pre-footer .col2 .home-social li a .separator {
  width: 55px;
  border-top: 1px solid #d7d7d7;
  margin: 0 auto 10px;
}
section.homepage .pre-footer .col2 .home-social li a span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  z-index: -1;
}
section.homepage .pre-footer .col2 .home-social li a.fb {
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: initial;
  background-image: url("../img/fb-share-big.png");
}
section.homepage .pre-footer .col2 .home-social li a.twi {
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: initial;
  background-image: url("../img/twit-share-big.png");
}
section.homepage .pre-footer .col2 .home-social li a.plus1 {
  background-repeat: no-repeat;
  background-position: 60% 22%;
  background-size: initial;
  background-image: url("../img/gpus-share-big.png");
}
section.homepage .pre-footer .col2 .home-social li a:hover {
  padding-top: 120px;
}
section.homepage .pre-footer .col2 .home-social li a:hover span {
  width: 96px;
  height: 96px;
  left: 50%;
  margin-left: -48px;
  top: 0;
  background-color: #f0f0f0;
}
section.homepage .pre-footer .col3 {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 32%;
  /*480px*/
  padding: 50px 0;
}
section.homepage .pre-footer .col3 .row1 {
  padding-bottom: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.homepage .pre-footer .col3 .row1 ul {
  list-style-type: none;
  margin-bottom: 50px;
}
section.homepage .pre-footer .col3 .row1 ul li {
  margin: 20px 0;
  background-repeat: no-repeat;
  background-position: center 85%;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  padding-bottom: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
section.homepage .pre-footer .col3 .row1 ul li:hover {
  background-position-y: 100%;
}
section.homepage .pre-footer .col3 .row1 ul li:last-child {
  background-image: none;
}
section.homepage .pre-footer .col3 .row1 ul li a {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.homepage .pre-footer .col3 .row1 ul li a:hover {
  color: #b9b9ae;
}
section.homepage .pre-footer .col3 .row2 {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.homepage .pre-footer .col3 .row2 a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 195px;
  display: block;
  width: 170px;
  margin: 40px auto 0;
  position: relative;
}
section.homepage .pre-footer .col3 .row2 a:before {
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: initial;
  background-image: url("../img/telephone.png");
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  width: 170px;
  height: 190px;
  margin: 0 auto;
  z-index: 2;
}
section.homepage .pre-footer .col3 .row2 a span {
  display: block;
  font-size: 24px;
  letter-spacing: 3px;
}
section.homepage .pre-footer .col3 .row2 a .hover-bg {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: #f0f0f0;
  z-index: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.homepage .pre-footer .col3 .row2 a:hover .hover-bg {
  top: 0;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
}
/* Blog
*******************************/
article.post {
  margin: 50px auto;
  max-width: 900px;
  width: 100%;
  position: relative;
}
article.post header.preview {
  width: 100%;
}
article.post header.preview figure {
  text-align: center;
  margin: 0 0 50px;
  position: relative;
}
article.post header.preview figure img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
article.post header.preview .left-col {
  float: left;
  max-width: 100px;
  width: 15%;
}
article.post header.preview .left-col time {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
}
article.post header.preview .right-col {
  float: left;
  max-width: 800px;
  width: 85%;
  position: relative;
}
article.post header.preview .right-col h2 {
  max-width: 300px;
  margin-bottom: 0.5em;
  font-size: 14px;
}
article.post header.preview .right-col h2 a {
  color: #282828;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
}
article.post header.preview .right-col .categories {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  color: #2f2f2f;
}
article.post header.preview .right-col .categories a {
  color: #2f2f2f;
}
article.post header.preview .right-col .post-excerpt {
  margin-top: 45px;
  font-style: normal;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}
article.post header.preview .right-col .post-excerpt p {
  line-height: 26px;
}
article.post header.preview .right-col .back-link {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #282828;
  text-decoration: underline;
  padding: 7px 25px;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 2px;
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: initial;
  background-image: url("../img/scroll-up.png");
}
article.post header.preview .right-col .back-link:hover {
  background-position-y: 0;
}
article.post header.preview .right-col .tog-post {
  display: block;
  right: 0;
  bottom: 0;
}
article.post header.preview .right-col .post-arrow {
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
}
article.post header.preview .tog-post-out,
article.post header.preview .tog-post {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  position: absolute;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
article.post header.preview .post-arrow-out,
article.post header.preview .post-arrow {
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/post-arrow.png");
  position: absolute;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 20px;
  height: 20px;
  font-size: 0;
}
article.post section.full section.story {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  line-height: 26px;
  margin: 45px auto;
  width: 100%;
}
article.post section.full section.story p {
  width: 100%;
  line-height: 26px;
  margin: 0;
}
article.post section.full section.story p img {
  max-width: 100%;
  height: auto;
  margin: 1.5px 0;
}
article.post section.full .comments {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
article.post section.full .comments .messages {
  font-style: normal;
  font-weight: normal;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 15px 0 0;
  color: #00a400;
  position: absolute;
  bottom: 0;
  background-color: lightgreen;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
article.post section.full .comments .list {
  float: left;
  width: 585px;
  padding-right: 15px;
  height: 425px;
  overflow: auto;
}
article.post section.full .comments .list.empty {
  background-image: url('../img/texture-bg.png');
  background-repeat: repeat;
  background-size: initial;
  background-position: left top;
}
article.post section.full .comments .list.empty .commentlist li.no-comment .comments-wrapper {
  width: 250px;
  height: 250px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  left: 50%;
  margin-left: -115px;
  top: 70px;
  line-height: 250px;
  position: relative;
  text-align: center;
}
article.post section.full .comments .list.empty .commentlist li.no-comment .comments-wrapper span {
  vertical-align: middle;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px;
}
article.post section.full .comments .list.empty .jspVerticalBar {
  display: none;
}
article.post section.full .comments .list .commentlist {
  width: 100%;
}
article.post section.full .comments .list .commentlist li {
  font-style: normal;
  font-weight: normal;
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
article.post section.full .comments .list .commentlist li .no-com {
  font-size: 16px;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  width: 100%;
  color: #d0d0d0;
}
article.post section.full .comments .list .commentlist li:last-child {
  border-bottom: none;
}
article.post section.full .comments .list .commentlist li .author {
  font-size: 18px;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
}
article.post section.full .comments .list .commentlist li .added {
  font-size: 14px;
  color: #cdcdcd;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  float: right;
}
article.post section.full .comments .list .commentlist li .text {
  margin: 20px 0 25px;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
article.post section.full .comments .list .jspVerticalBar {
  width: 10px;
  margin-right: 5px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
article.post section.full .comments .list .jspVerticalBar .jspDrag {
  background-color: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 45px;
  width: 5px;
  margin: 0 auto;
}
article.post section.full .comments .list .jspVerticalBar .jspArrow {
  width: 19px;
  height: 50px;
  display: block;
  left: -5px;
  position: relative;
}
article.post section.full .comments .list .jspVerticalBar .jspArrowUp {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url("../img/scroll-up.png");
  top: 15px;
}
article.post section.full .comments .list .jspVerticalBar .jspArrowDown {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../img/scroll-down.png");
  bottom: 15px;
}
article.post section.full .comments .comment-form {
  display: block;
  float: left;
  max-width: 290px;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  margin: 0 15px;
  height: 425px;
}
article.post section.full .comments .comment-form .inputs div {
  position: relative;
}
article.post section.full .comments .comment-form .area {
  position: relative;
}
article.post section.full .comments .comment-form input,
article.post section.full .comments .comment-form textarea {
  border: 1px solid #d7d7d7;
  width: 100%;
  height: 45px;
  text-align: center;
  margin: 2px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
article.post section.full .comments .comment-form textarea {
  height: 200px;
}
article.post section.full .comments .comment-form input[type="submit"] {
  border: none;
}
article.post section.full .comments .comment-form label.error {
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  color: #ff3333;
  background-color: #ffe5e5;
  top: 2px;
  right: -55%;
  text-align: left;
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  line-height: 16px;
  z-index: 2;
}
article.post section.actions {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  border-top: 1px solid #d7d7d7;
  padding: 30px 0;
  vertical-align: middle;
}
article.post section.actions ul {
  list-style-type: none;
  float: right;
}
article.post section.actions ul li {
  float: left;
  margin: 0 20px;
}
article.post section.actions ul li a {
  display: block;
  height: 20px;
  padding-left: 30px;
  padding-top: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
article.post section.actions ul li a:hover {
  color: #696969;
  background-position-x: 5px;
}
article.post section.actions ul li .fb {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: initial;
  background-image: url("../img/fb-share.png");
}
article.post section.actions ul li .gplus {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: initial;
  background-image: url("../img/gplus-share.png");
}
article.post section.actions ul li .twit {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: initial;
  background-image: url("../img/twit-share.png");
}
article.post footer {
  margin-top: 40px;
}
article.post footer .custom-separator {
  padding: 21px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
article.post footer .custom-separator .line {
  background-color: #d7d7d7;
  vertical-align: middle;
  width: 100%;
  display: block;
  height: 1px;
}
article.post footer .custom-separator .flower {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/post-separator.png");
  width: 91px;
  height: 42px;
  display: block;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 0;
}
article.post.open-post header.preview .post-arrow-out {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  display: block;
  left: 50%;
  bottom: 50px;
  margin-left: -60px;
}
article.post.open-post header.preview .tog-post-out {
  display: block;
  bottom: 55px;
  left: 50%;
  margin-left: -35px;
}
article.post.open-post header.preview .right-col .post-arrow {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
article.post.open-post header.preview .right-col .tog-post {
  top: 5px;
  right: 25px;
}
article.post.open-post header.preview .right-col .post-excerpt {
  display: none;
}
div.archives {
  max-width: 900px;
  width: 95%;
  margin: 0 auto 50px;
  padding-top: 60px;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  color: #282828;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div.archives h4 {
  display: block;
  float: left;
  width: 10%;
}
div.archives .year {
  display: block;
  float: left;
  margin: 0 2%;
  position: relative;
  top: 0;
  width: 6%;
  text-align: center;
}
div.archives .year #archives-active-year {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
div.archives .year a {
  position: absolute;
  display: block;
  width: 10px;
  height: 6px;
  left: 50%;
  margin-left: -5px;
}
div.archives .year .up {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/year-up.png");
  top: -20px;
}
div.archives .year .up:active #archives-active-year {
  top: -20px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
div.archives .year .down {
  bottom: -20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/year-down.png");
}
div.archives .year .down:active + #archives-active-year {
  top: 20px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
div.archives .months {
  display: block;
  float: left;
  color: #d0d0d0;
  width: 80%;
}
div.archives .months span {
  margin: 0 10px;
}
div.archives .months a {
  margin: 0 10px;
  color: #282828;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.archives .months a:hover {
  color: #696969;
}
div.archives .months .year-months {
  display: none;
}
div.archives .months .year-active {
  display: block;
}
ul.page-numbers {
  list-style-type: none;
  text-align: center;
  width: 900px;
  position: relative;
  margin: 0 auto 50px;
}
ul.page-numbers li {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 0 5px;
  display: inline;
  text-transform: uppercase;
}
ul.page-numbers li .prev {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
ul.page-numbers li .next {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
ul.page-numbers li a {
  color: #282828;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.page-numbers li a:hover {
  color: #696969;
}
/* About Page
*******************************/
div.about {
  padding-top: 1px;
  background-color: #f9f9f9;
}
div.about section {
  max-width: 1200px;
  margin: 20px auto 0;
  width: 95%;
  position: relative;
  font-weight: normal;
  font-style: normal;
}
div.about section .inner-wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
}
div.about section.sect-desc {
  background-color: #fff;
  margin-bottom: 100px;
}
div.about section.sect-desc .inner-wrap .col-left {
  max-width: 320px;
  margin-right: 40px;
  float: left;
  text-align: center;
}
div.about section.sect-desc .inner-wrap .col-left .contact-page {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #282828;
  letter-spacing: 2px;
}
div.about section.sect-desc .inner-wrap .col-right {
  float: left;
  max-width: 560px;
  font-size: 14px;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
}
div.about section.sect-desc .inner-wrap .col-right p {
  margin: 35px 0;
  line-height: 26px;
}
div.about section.sect-desc .inner-wrap .col-right p:first-child {
  margin-top: 0;
}
div.about section.sect-desc .social-links {
  margin: 45px 0 35px;
}
div.about section.sect-desc .social-links .twit {
  margin: 0 75px;
}
div.about section.sect-desc .social-links a:hover {
  top: -10px;
}
div.about section.sect-details {
  max-width: 100%;
  width: 100%;
  padding: 120px 0;
  background-color: #fff;
  background-image: url('../img/texture-bg.png');
  background-repeat: repeat;
  background-position: left top;
}
div.about section.sect-details .outer-wrapper {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #fff;
}
div.about section.sect-details .outer-wrapper .inner-wrap ul {
  margin: 30px 0 40px;
  list-style-type: none;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
div.about section.sect-details .outer-wrapper .inner-wrap strong {
  font-weight: normal;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div.about section.sect-details .outer-wrapper .inner-wrap .col-left {
  float: left;
  width: 48%;
  margin-right: 4%;
}
div.about section.sect-details .outer-wrapper .inner-wrap .col-right {
  float: left;
  width: 48%;
}
div.about section.sect-how-work {
  background-color: #fff;
  margin-top: 160px;
}
div.about section.sect-how-work .page-title {
  font-size: 24px;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  top: -100px;
  padding-bottom: 40px;
  letter-spacing: 3px;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: initial;
  background-image: url("../img/link-separator.png");
}
div.about section.sect-how-work .inner-wrap ul {
  list-style-type: none;
}
div.about section.sect-how-work .inner-wrap ul li {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
div.about section.sect-how-work .inner-wrap ul li .custom-separator {
  padding: 21px 0;
  width: 100%;
  position: relative;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.about section.sect-how-work .inner-wrap ul li .custom-separator .line {
  background-color: #d7d7d7;
  vertical-align: middle;
  width: 100%;
  display: block;
  height: 1px;
}
div.about section.sect-how-work .inner-wrap ul li .custom-separator .flower {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/post-separator.png");
  width: 91px;
  height: 42px;
  display: block;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 0;
}
div.about section.sect-how-work .inner-wrap ul li:last-child .custom-separator {
  display: none;
}
div.about section.sect-how-work .inner-wrap h2 {
  font-size: 24px;
  letter-spacing: 3px;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
div.about section.sect-how-work .inner-wrap .col-left {
  max-width: 320px;
  margin-right: 40px;
  float: left;
  text-align: center;
  width: 33%;
}
div.about section.sect-how-work .inner-wrap .col-right {
  float: left;
  max-width: 560px;
  font-size: 14px;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  line-height: 26px;
  width: 63%;
}
div.about section.sect-how-work .inner-wrap .col-right p {
  line-height: 26px;
}
div.about section.sect-page-links {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin-top: 120px;
}
div.about section.sect-page-links .outer-wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
}
div.about section.sect-page-links .outer-wrapper .col-left {
  border-right: 1px solid #d7d7d7;
}
div.about section.sect-page-links .outer-wrapper .col-left,
div.about section.sect-page-links .outer-wrapper .col-right {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.about section.sect-page-links .outer-wrapper a {
  text-align: center;
  display: block;
  width: 100%;
  height: 150px;
  padding-top: 50px;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d7d7;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 3px;
  color: #000;
  background-repeat: no-repeat;
  background-position: center 65%;
  background-size: 206px 21px;
  background-image: url("../img/link-separator.png");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.about section.sect-page-links .outer-wrapper a:last-child {
  border-bottom: none;
}
div.about section.sect-page-links .outer-wrapper a:hover {
  background-position: center 70%;
}
.custom-sect-how-work {
  background-color: #fff;
  margin-top: 160px;
}
.custom-sect-how-work .page-title {
  font-size: 24px;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  top: -100px;
  padding-bottom: 40px;
  letter-spacing: 3px;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: initial;
  background-image: url("../img/link-separator.png");
}
.custom-sect-how-work .inner-wrap ul {
  list-style-type: none;
}
.custom-sect-how-work .inner-wrap ul li {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.custom-sect-how-work .inner-wrap ul li .custom-separator {
  padding: 21px 0;
  width: 100%;
  position: relative;
  margin-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-sect-how-work .inner-wrap ul li .custom-separator .line {
  background-color: #d7d7d7;
  vertical-align: middle;
  width: 100%;
  display: block;
  height: 1px;
}
.custom-sect-how-work .inner-wrap ul li .custom-separator .flower {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/post-separator.png");
  width: 91px;
  height: 42px;
  display: block;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 0;
}
.custom-sect-how-work .inner-wrap ul li:last-child .custom-separator {
  display: none;
}
.custom-sect-how-work .inner-wrap h2 {
  font-size: 24px;
  letter-spacing: 3px;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.custom-sect-how-work .inner-wrap .col-left {
  max-width: 320px;
  margin-right: 40px;
  float: left;
  text-align: center;
  width: 33%;
}
.custom-sect-how-work .inner-wrap .col-text {
  max-width: 100%;
  font-size: 14px;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  line-height: 26px;
  width: 63%;
}
.custom-sect-how-work .inner-wrap .col-text p {
  line-height: 26px;
}
div.investment section.collection-info.first-section {
  margin-bottom: 60px;
}
/* Social Links
*******************************/
.social-links {
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  font-weight: normal;
  font-style: normal;
}
.social-links ul {
  list-style-type: none;
  width: 100%;
  text-align: center;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  top: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.social-links ul li a.fb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/fb-share.png");
}
.social-links ul li a.twit {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/twit-share.png");
}
.social-links ul li a.plus1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/gplus-share.png");
}

section.homepage .pre-footer .col2 .home-social li a.inst {
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: center 20px;
    background-image: url("../img/instagram.png");
}

/* Simple Page
*******************************/
/* Search Page
*******************************/
section.search-page {
  background-color: #f9f9f9;
  font-weight: normal;
  font-style: normal;
}
section.search-page h2.page-title {
  padding: 100px 0;
  text-align: center;
  background-color: #fff;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 4px;
}
section.search-page h2.page-title span {
  margin-top: 40px;
  font-size: 14px;
  display: block;
  text-align: center;
}
section.search-page .search-results {
  max-width: 900px;
  margin: 0 auto;
  width: 95%;
}
section.search-page .search-results ul {
  width: 100%;
  list-style-type: none;
}
section.search-page .search-results ul li {
  font-weight: normal;
  font-style: normal;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 10px 0;
  height: 450px;
}
section.search-page .search-results ul li:nth-child(2n) {
  margin-left: 2%;
}
section.search-page .search-results ul li figure {
  max-width: 100%;
  text-align: center;
}
section.search-page .search-results ul li figure img {
  max-width: 100%;
  height: auto;
}
section.search-page .search-results ul li .box-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 160px;
  padding: 20px 30px;
  background-color: #fff;
}
section.search-page .search-results ul li .box-info h2 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
section.search-page .search-results ul li .box-info .description {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #2f2f2f;
}
section.search-page .search-results ul li .box-info .description a {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #2f2f2f;
  text-decoration: underline;
}
section.search-page .search-results ul li .box-info a {
  position: absolute;
  bottom: 20px;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 25px 5px 0;
  color: #282828;
  text-decoration: underline;
  left: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: initial;
  background-image: url("../img/gallery-arrow.png");
}
section.search-page .search-results ul li .box-info a:hover {
  background-position-x: 100%;
}
section.search-page .not-found {
  font-size: 18px;
  text-align: center;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}
section.search-page .not-found p {
  text-align: center;
}
/* Links Page
*******************************/
section.page-links {
  position: relative;
  padding: 50px 0 10px;
  font-weight: normal;
  font-style: normal;
}
section.page-links .page-title {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: initial;
  background-image: url("../img/link-separator.png");
}
section.page-links ul {
  list-style-type: none;
}
section.page-links ul li {
  width: 100%;
  padding: 50px 0;
  background-color: #f9f9f9;
}
section.page-links ul li .inner-wrapper {
  margin: 0 auto;
  max-width: 900px;
  width: 95%;
}
section.page-links ul li .inner-wrapper .col-left {
  float: left;
  max-width: 300px;
  width: 34%;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.page-links ul li .inner-wrapper .col-left figure {
  text-align: center;
  max-width: 100%;
}
section.page-links ul li .inner-wrapper .col-left figure img {
  max-width: 100%;
  max-height: 100%;
}
section.page-links ul li .inner-wrapper .col-right {
  float: left;
  max-width: 675px;
  width: 64%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.page-links ul li .inner-wrapper .col-right h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}
section.page-links ul li .inner-wrapper .col-right h3 a {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-decoration: underline;
  letter-spacing: 2px;
  font-size: 10px;
  padding: 5px 34px 5px 0;
  color: #282828;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: initial;
  background-image: url("../img/post-arrow.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.page-links ul li .inner-wrapper .col-right h3 a:hover {
  background-position-x: 100%;
}
section.page-links ul li .inner-wrapper .col-right .short-description {
  margin-top: 45px;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
section.page-links ul li .inner-wrapper .col-right .short-description p {
  line-height: 26px;
}
section.page-links ul li:nth-child(even) {
  background-color: #fff;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 10px 0;
}
/* Galleries
*******************************/
div.gallery {
  background-color: #f9f9f9;
}
div.gallery .page-title {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding: 50px 0;
  margin: 0;
  letter-spacing: 3px;
  color: #000;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: initial;
  background-image: url("../img/link-separator.png");
}
div.gallery .inner-wrapper {
  max-width: 900px;
  width: 95%;
  margin: 20px auto 0;
  font-style: normal;
  font-weight: normal;
}
div.gallery .inner-wrapper ul.gallery-cell {
  width: 100%;
  list-style-type: none;
}
div.gallery .inner-wrapper ul.gallery-cell li {
  float: left;
  width: 48.5%;
  text-align: center;
  margin-bottom: 10px;
}
div.gallery .inner-wrapper ul.gallery-cell li:nth-child(2n) {
  margin-left: 3%;
}
div.gallery .inner-wrapper ul.gallery-cell li img {
  max-width: 100%;
  height: auto;
  max-height: 290px;
}
div.gallery .inner-wrapper ul.gallery-cell li .bottom-info {
  width: 100%;
  height: 160px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  text-align: left;
  position: relative;
}
div.gallery .inner-wrapper ul.gallery-cell li .bottom-info h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  letter-spacing: 2px;
  margin: 15px 0;
}
div.gallery .inner-wrapper ul.gallery-cell li .bottom-info a,
div.gallery .inner-wrapper ul.gallery-cell li .bottom-info time {
  font-size: 10px;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #282828;
}
div.gallery .inner-wrapper ul.gallery-cell li .bottom-info a {
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-decoration: underline;
  padding: 5px 35px 5px 0;
  font-size: 10px;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: initial;
  background-image: url("../img/gallery-arrow.png");
}
div.gallery .inner-wrapper ul.gallery-cell li .bottom-info a:hover {
  background-position-x: 100%;
}
div.gallery .inner-wrapper .page-numbers {
  padding: 70px 0;
}
div.gallery.venues .inner-wrapper ul.gallery-cell li .bottom-info h3 {
  margin-top: 0;
}
div.gallery.venues .inner-wrapper ul.gallery-cell li .bottom-info .small-excerpt {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  font-weight: normal;
}
div.gallery-open .mobile-wrap {
  display: none;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
div.gallery-open .mobile-wrap figure {
  width: 100%;
}
div.gallery-open .mobile-wrap figure img {
  max-width: 100%;
  height: auto;
}
div.gallery-open .gallery-single {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #d7d7d7;
}
div.gallery-open .gallery-single .inner-wrapper {
  max-width: 900px;
  width: 95%;
  margin: 50px auto 0;
  position: relative;
}
div.gallery-open .gallery-single time {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #282828;
}
div.gallery-open .gallery-single h1,
div.gallery-open .gallery-single h2,
div.gallery-open .gallery-single h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 12px;
}
div.gallery-open .gallery-single a.go-back-mobile,
div.gallery-open .gallery-single a.go-back {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #282828;
  text-decoration: underline;
  padding: 10px 30px 5px 0;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: right 7px;
  background-size: initial;
  background-image: url("../img/scroll-up.png");
}
div.gallery-open .gallery-single a.go-back-mobile:hover,
div.gallery-open .gallery-single a.go-back:hover {
  background-position-y: 0;
}
div.gallery-open .gallery-single a.go-back-mobile {
  display: none;
}
div.gallery-open .gallery-single a.go-back {
  right: 0;
  top: 0;
}
div.gallery-open .gallery-single .frame {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/lazyload.gif");
  height: 900px;
  width: 900px;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
div.gallery-open .gallery-single .frame.loaded {
  background-image: none;
  height: auto;
}
div.gallery-open .gallery-single .frame.loaded ul {
  visibility: visible;
}
div.gallery-open .gallery-single .frame ul {
  visibility: hidden;
}
div.gallery-open .gallery-single .frame .flex-viewport {
  overflow: visible!important;
}
div.gallery-open .gallery-single .frame .flex-prev,
div.gallery-open .gallery-single .frame .flex-next {
  position: absolute;
  top: 260px;
  z-index: 20;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f9f9f9;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
div.gallery-open .gallery-single .frame .flex-prev:hover,
div.gallery-open .gallery-single .frame .flex-next:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
div.gallery-open .gallery-single .frame .flex-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/gallery-next.png");
  right: -10%;
}
div.gallery-open .gallery-single .frame .flex-prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/gallery-prev.png");
  left: -10%;
}
div.gallery-open .gallery-single .frame .slides {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
div.gallery-open .gallery-single .frame .slides li {
  float: left;
  padding: 0;
  width: 900px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.gallery-open .gallery-single .frame .slides li.flex-active-slide figure {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
div.gallery-open .gallery-single .frame .slides li figure {
  height: 600px;
  vertical-align: middle;
  text-align: center;
  line-height: 600px;
  max-width: 900px;
  width: 99.5%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
div.gallery-open .gallery-single .frame .slides li figure img {
  width: 100%;
  height: 100%;
}
div.gallery-open .gallery-single .items-total {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  text-align: right;
  float: right;
}
div.gallery-open .gallery-description {
  margin: 30px auto;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
}
div.gallery-open .gallery-description h1,
div.gallery-open .gallery-description h2,
div.gallery-open .gallery-description h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 12px;
}
div.gallery-open .gallery-description .inner-wrapper {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}
div.gallery-open .gallery-description .inner-wrapper p {
  font-size: 14px;
  line-height: 26px;
}
div.gallery-open .gallery-description .inner-wrapper a.venue-link {
  font-size: 10px;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #282828;
  letter-spacing: 2px;
  padding-right: 30px;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: initial;
  background-image: url("../img/gallery-arrow.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.gallery-open .gallery-description .inner-wrapper a.venue-link:hover {
  background-position-x: 100%;
}
div.gallery-open .gallery-description .inner-wrapper .content-photos {
  margin: 30px 0;
}
div.gallery-open .gallery-description .inner-wrapper .content-photos ul li {
  text-align: center;
  margin: 3px 0;
}
div.gallery-open .gallery-description .inner-wrapper .content-photos ul li figure {
  max-width: 900px;
  width: 100%;
}
div.gallery-open .gallery-description .inner-wrapper .content-photos ul li figure img {
  width: 100%;
  height: 100%;
}
div.gallery-open .gallery-description .inner-wrapper .content-photos ul li figure.loading {
  height: 400px;
  line-height: 400px;
  vertical-align: middle;
  text-align: center;
}
div.gallery-open .gallery-description .inner-wrapper .content-photos ul li figure.loading img {
  vertical-align: middle;
  width: auto;
  height: auto;
}
div.gallery-open .gallery-description .social-links {
  float: none;
}
div.gallery-open .gallery-description .social-links ul {
  text-align: center;
}
div.gallery-open .gallery-description .social-links ul li {
  float: none;
  display: inline-block;
}
div.gallery-open .social-links {
  font-size: 14px;
  text-transform: uppercase;
  background-image: none;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  float: left;
}
div.gallery-open .social-links ul {
  width: 100%;
  margin-bottom: 30px;
}
div.gallery-open .social-links ul li {
  width: auto;
  float: left;
  margin: 0 10px;
}
div.gallery-open .social-links ul li a {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #282828;
  padding: 5px 0 5px 25px;
  background-position: left 50%;
  display: inline;
}
div.gallery-open .social-links ul li a:hover {
  background-position-y: 0%;
}
/* Gallery Archive
*******************************/
div.gallery-categories {
  width: 100%;
  max-width: 900px;
  margin: 100px auto 100px;
}
div.gallery-categories ul li {
  float: left;
  width: 32%;
  text-align: center;
}
div.gallery-categories ul li:nth-child(3n+2) {
  margin: 0 2%;
}
div.gallery-categories ul li.babies .cat-logo:before {
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: initial;
  background-image: url("../img/rabbit.png");
}
div.gallery-categories ul li.wedding .cat-logo:before {
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: initial;
  background-image: url("../img/butterfly.png");
}
div.gallery-categories ul li.pre-wedding .cat-logo:before {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: initial;
  background-image: url("../img/babies-logo.png");
}
div.gallery-categories ul li .cat-logo {
  display: block;
  padding-top: 260px;
  color: #282828;
  font-weight: normal;
  font-size: 10px;
  font-style: normal;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  width: 200px;
  margin: 0 auto;
}
div.gallery-categories ul li .cat-logo:before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 240px;
  margin: 0 auto;
  z-index: 2;
}
div.gallery-categories ul li .cat-logo:hover span {
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}
div.gallery-categories ul li .cat-logo span {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #f9f9f9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.gallery-categories ul li .arrow {
  display: block;
  width: 20px;
  height: 20px;
  margin: 65px auto 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/haki-arrow.png");
}
/* Testimonials
*******************************/
section.testimonials {
  padding: 50px 0;
}
section.testimonials .inner-wrapper {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  font-weight: normal;
  font-style: normal;
}
section.testimonials .inner-wrapper h2.page-title {
  font-size: 24px;
  text-align: center;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  margin-bottom: 50px;
  padding-bottom: 40px;
  letter-spacing: 3px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
section.testimonials .inner-wrapper h2.page-title .leaf {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/custom-bg.png");
  display: block;
  width: 80px;
  height: 21px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -40px;
  z-index: 2;
  background-color: #fff;
}
section.testimonials .inner-wrapper .item {
  max-width: 900px;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.testimonials .inner-wrapper .item .col-left {
  float: left;
  max-width: 80px;
  text-align: left;
  width: 9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
}
section.testimonials .inner-wrapper .item .col-left time {
  font-size: 14px;
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #2f2f2f;
}
section.testimonials .inner-wrapper .item .col-left .prev-img {
  margin-top: 60px;
}
section.testimonials .inner-wrapper .item .col-left .prev-img img {
  max-width: 100%;
}
section.testimonials .inner-wrapper .item .col-right {
  float: left;
  max-width: 820px;
  text-align: left;
  width: 91%;
  position: relative;
  color: #2f2f2f;
  padding-right: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.testimonials .inner-wrapper .item .col-right h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin: 0 0 1em;
  color: #000;
}
section.testimonials .inner-wrapper .item .col-right .location {
  font-size: 16px;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}
section.testimonials .inner-wrapper .item .col-right .small-excerpt,
section.testimonials .inner-wrapper .item .col-right a {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
section.testimonials .inner-wrapper .item .col-right span.icon {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/post-arrow.png");
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.testimonials .inner-wrapper .item .col-right span.icon:hover {
  right: 0;
}
section.testimonials .inner-wrapper .item .col-right a.open-testimonial {
  color: #282828;
  text-transform: uppercase;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.testimonials .inner-wrapper .item .col-right a.open-testimonial:hover {
  color: #8e8e8e;
}
section.testimonials .inner-wrapper .item .testimonial-overlay {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  height: 100%;
  width: 100%;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper figure {
  text-align: center;
  margin-bottom: 15px;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper figure img {
  max-width: 100%;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper h3 {
  font-size: 18px;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 200px;
  position: relative;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper h3 a.close-testimonial {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px 25px;
  position: absolute;
  letter-spacing: 2px;
  top: 0;
  right: 0;
  color: #282828;
  text-decoration: underline;
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: initial;
  background-image: url("../img/scroll-up.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper h3 a.close-testimonial:hover {
  background-position-y: 0%;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper .location {
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #2f2f2f;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper .long-description {
  margin-top: 60px;
}
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper .long-description p,
section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper .long-description a {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 26px;
}
section.testimonials .inner-wrapper .custom-separator {
  padding: 21px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.testimonials .inner-wrapper .custom-separator .line {
  background-color: #d7d7d7;
  vertical-align: middle;
  width: 100%;
  display: block;
  height: 1px;
}
section.testimonials .inner-wrapper .custom-separator .flower {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/post-separator.png");
  width: 91px;
  height: 42px;
  display: block;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 0;
}
section.testimonials .inner-wrapper .testimonial-pagination {
  margin-top: 60px;
}
/* Press
*******************************/
div.press {
  background-color: #f9f9f9;
  padding: 50px 0;
}
div.press h2.page-title {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  padding-bottom: 35px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 50px;
}
div.press ul.page-numbers {
  margin: 50px auto;
}
div.press .press-categories {
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  margin: 50px 0;
}
div.press .press-categories ul {
  list-style-type: none;
}
div.press .press-categories ul li {
  display: inline-block;
  margin: 0 20px;
}
div.press .press-categories a {
  color: #cdcdcd;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.press .press-categories a:hover {
  color: #282828;
}
div.press .inner-wrapper {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
div.press .inner-wrapper ul.press-grid {
  list-style-type: none;
  width: 100%;
}
div.press .inner-wrapper ul.press-grid li {
  width: 30%;
  float: left;
  margin: 5px 0;
}
div.press .inner-wrapper ul.press-grid li:nth-child(3n+2) {
  margin: 5px 3%;
}
div.press .inner-wrapper ul.press-grid li figure {
  height: auto;
  max-width: 290px;
  width: 100%;
  line-height: 100%;
  vertical-align: middle;
  text-align: center;
}
div.press .inner-wrapper ul.press-grid li figure img {
  max-width: 100%;
  max-height: 100%;
}
div.press .inner-wrapper ul.press-grid li .bottom-info {
  position: relative;
  background-color: #fff;
  height: 160px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
div.press .inner-wrapper ul.press-grid li .bottom-info time {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #282828;
}
div.press .inner-wrapper ul.press-grid li .bottom-info h3 {
  font-size: 12px;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  line-height: 16px;
  margin: 15px 0;
}
div.press .inner-wrapper ul.press-grid li .bottom-info a {
  color: #282828;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-decoration: underline;
  padding: 5px 30px 5px 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: initial;
  background-image: url("../img/gallery-arrow.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.press .inner-wrapper ul.press-grid li .bottom-info a:hover {
  background-position-x: 100%;
}
section.press-footer {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  padding: 50px 0;
}
section.press-footer .inner-wrapper {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
section.press-footer .frame {
  width: 100%;
  height: 150px;
  padding: 0;
}
section.press-footer .frame .slidee {
  margin: 0;
  padding: 0;
  height: 150px;
  list-style: none;
}
section.press-footer .frame .slidee li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 192px;
  height: 150px;
  position: relative;
  text-align: center;
}
section.press-footer .frame .slidee li img {
  width: 120px;
  height: 120px;
}
section.press-footer .frame .slidee li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.press-footer .scrollbar {
  width: 90%;
  height: 2px;
  border: 1px solid #c7c7c7;
  margin: 50px auto 0;
}
section.press-footer .scrollbar .handle {
  width: 16px;
  /* overriden if dynamicHandle: 1 */
  height: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #b9b9ae;
  display: block;
  position: relative;
  top: -7px;
  cursor: pointer;
}
/* Training
*******************************/
div.training h2.page-title {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  padding-bottom: 35px;
  text-align: center;
  letter-spacing: 4px;
  margin: 50px 0;
}
div.training .excerpt {
  max-width: 900px;
  width: 95%;
  margin: 50px auto;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
div.training .excerpt p {
  line-height: 26px;
}
div.training section.training-info {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: initial;
  background-image: url("../img/texture-bg.png");
  background-repeat: repeat;
  width: 100%;
  padding: 120px 0;
  font-style: normal;
  font-weight: normal;
}
div.training section.training-info .outer-wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
div.training section.training-info .outer-wrapper .inner-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-left {
  float: left;
  max-width: 270px;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-left ul {
  list-style-type: none;
  height: 100%;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-left ul li {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  padding-bottom: 35px;
  text-align: center;
  vertical-align: middle;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-left ul li h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 24px;
  margin: 10px 0 5px;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-left ul li:last-child {
  background-image: none;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-right {
  padding: 50px;
  padding-right: 0;
  border-left: 1px solid #d7d7d7;
  float: left;
  max-width: 630px;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-right h3 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 18px;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-right .description ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-right .description ul li {
  line-height: 18px;
  list-style-type: disc;
  margin: 5px 0;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-right .description ul:first-child {
  padding-left: 20px;
}
div.training section.training-info .outer-wrapper .inner-wrapper .col-right .description p {
  display: none;
}
div.training footer.page-footer {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin: 50px 0 0;
  background-color: #f9f9f9;
  padding: 50px 0;
}
div.training footer.page-footer a {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-bottom: 65px;
  color: #000;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.training footer.page-footer a:hover {
  background-position-y: 100%;
}
div.training footer.page-footer a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
div.training footer.page-footer p {
  display: block;
  text-align: center;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  max-width: 370px;
  line-height: 26px;
  margin: 70px auto 0;
}
/* Investment Page
*******************************/
div.investment {
  background-color: #f9f9f9;
  width: 100%;
  padding: 35px 0;
  position: relative;
  font-style: normal;
  font-weight: normal;
}
div.investment p {
  font-size: 14px;
  line-height: 26px;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
div.investment h2.page-title {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  padding-bottom: 35px;
  text-align: center;
  letter-spacing: 4px;
  margin: 15px 0 50px;
}
div.investment .inner-wrapper {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
div.investment section.collection-info {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
div.investment section.collection-info .inner-wrapper h3 {
  font-weight: normal;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
div.investment section.collection-info .inner-wrapper strong {
  font-weight: normal;
  font-style: normal;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.investment section.collection-info .inner-wrapper p {
  margin-bottom: 30px;
}
div.investment section.collection-info .inner-wrapper div.lists {
  margin: 40px;
}
div.investment section.collection-info .inner-wrapper div.lists ul {
  float: left;
  width: 45%;
}
div.investment section.collection-info .inner-wrapper div.lists ul:first-child {
  margin-right: 10%;
}
div.investment section.collection-info .inner-wrapper div.lists ul li {
  list-style-type: disc;
  margin: 40px 3%;
  width: 94%;
}
div.investment section.packages {
  width: 100%;
  background-color: #fff;
  margin-top: 120px;
}
div.investment section.packages .inner-wrapper ul {
  position: relative;
}
div.investment section.packages .inner-wrapper ul li {
  width: 30%;
  float: left;
  text-align: center;
}
div.investment section.packages .inner-wrapper ul li:nth-child(3n+2) {
  margin: 0 5%;
}
div.investment section.packages .inner-wrapper ul li .package {
  position: relative;
  vertical-align: middle;
  display: block;
  height: 220px;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  display: table;
}
div.investment section.packages .inner-wrapper ul li .package figure {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.investment section.packages .inner-wrapper ul li .package figure img {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  max-height: 220px;
  max-width: 220px;
  margin: 0 auto;
}
div.investment section.packages .inner-wrapper ul li .package .gray-bg {
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f9f9f9;
  z-index: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.investment section.packages .inner-wrapper ul li .package:hover .gray-bg {
  width: 220px;
  height: 220px;
  left: 0;
  top: 0;
}
div.investment section.packages .inner-wrapper ul li h3.collection-title {
  font-size: 24px;
  font-style: normal;
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  margin: 50px 0 40px;
}
div.investment section.packages .inner-wrapper ul li .expand {
  font-size: 10px;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #282828;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center -25px;
  background-size: initial;
  background-image: url("../img/open-sprite.png");
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
div.investment section.packages .inner-wrapper ul li .expand:hover {
  background-position-y: -20px;
}
div.investment section.packages .inner-wrapper ul li .expand.open {
  background-position: center 25px;
}
div.investment section.packages .inner-wrapper ul li .expand.open:hover {
  background-position-y: 20px;
}
div.investment section.packages .inner-wrapper .additional-info {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 70px;
}
div.investment section.packages .inner-wrapper .additional-info p {
  font-size: 14px;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  line-height: 26px;
  font-style: normal;
  font-weight: normal;
}
div.investment section.packages .inner-wrapper .additional-info p img {
  height: auto;
  max-width: 100%;
}
div.investment section.packages .inner-wrapper .additional-info .custom-separator {
  padding: 21px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.investment section.packages .inner-wrapper .additional-info .custom-separator .line {
  background-color: #d7d7d7;
  vertical-align: middle;
  width: 100%;
  display: block;
  height: 1px;
}
div.investment section.packages .inner-wrapper .additional-info .custom-separator .flower {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: initial;
  background-image: url("../img/post-separator.png");
  width: 91px;
  height: 42px;
  display: block;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 0;
}
div.investment section.packages .inner-wrapper .additional-info h4 {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 40px 0 50px;
  position: relative;
}
div.investment section.packages .inner-wrapper .additional-info h4 .tog-pack {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 10px;
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #282828;
  letter-spacing: 1px;
  text-decoration: underline;
  padding: 10px 30px 10px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: initial;
  background-image: url("../img/scroll-up.png");
}
div.investment section.packages .inner-wrapper .additional-info h4 .tog-pack:hover {
  background-position-y: 30%;
}
div.investment footer.page-footer {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin: 50px 0 0;
}
div.investment footer.page-footer a {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-bottom: 65px;
  color: #000;
  background-repeat: no-repeat;
  background-position: center 90%;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.investment footer.page-footer a:hover {
  background-position-y: 100%;
}
div.investment footer.page-footer a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
}
div.investment footer.page-footer p {
  display: block;
  text-align: center;
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  max-width: 370px;
  margin: 70px auto 0;
}
div.investment.babies section.packages .inner-wrapper ul li {
  float: none;
  width: 80%;
  margin: 0 auto;
}
div.investment.babies section.packages .inner-wrapper ul li .collection-title {
  margin-bottom: 5px;
}
div.investment.babies section.packages .inner-wrapper ul li .price {
  font-family: 'Brandon_blk', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
div.investment.babies section.packages .inner-wrapper ul li .small-desc p {
  text-align: center;
}
div.investment.babies section.packages .inner-wrapper ul li .expand {
  height: 0;
  padding: 0;
  font-size: 0;
  margin: 0;
}
/* Contact Page
*******************************/
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
  box-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
  padding: 20px;
  color: #535353;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
}
.ui-datepicker .ui-datepicker-title {
  margin: 20px 0;
  text-align: justify;
}
.ui-datepicker a.ui-datepicker-next {
  float: right;
}
.ui-datepicker select:last-child {
  float: right;
}
.ui-datepicker table thead th {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  padding: 5px;
}
.ui-datepicker table tbody td {
  text-align: center;
  padding: 5px;
}
section.contact {
  width: 100%;
  background-color: #f9f9f9;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 120px;
}
section.contact section.head {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 30px;
  text-align: center;
}
section.contact section.head .inner-wrapper {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
}
section.contact section.head .inner-wrapper a {
  font-family: 'Brandon_med', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #282828;
  letter-spacing: 2px;
}
section.contact section.head .inner-wrapper .contact-heading {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: initial;
  background-image: url("../img/link-separator.png");
  letter-spacing: 3px;
  text-transform: uppercase;
}
section.contact section.head .inner-wrapper .description {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 25px;
}
section.contact section.head .inner-wrapper .description p {
  text-align: center;
  line-height: 26px;
  margin-bottom: 0;
}
section.contact section.head .inner-wrapper .description p strong {
  font-size: 18px;
  letter-spacing: 2px;
}
section.contact section.head .inner-wrapper .description p a {
  text-transform: uppercase;
  font-size: 14px;
}
section.contact section.contact-data {
  max-width: 1200px;
  width: 95%;
  margin: 120px auto 0;
  background-color: #fff;
}
section.contact section.contact-data .gform_wrapper {
  position: relative;
}
section.contact section.contact-data .gfield {
  width: 49%;
}
section.contact section.contact-data .gform_heading {
  display: none;
}
section.contact section.contact-data .gform_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49%;
}
section.contact section.contact-data #field_1_6 {
  position: absolute;
  right: 0;
  top: 0;
}
section.contact section.contact-data .validation_error {
  display: none;
}
section.contact section.contact-data .inner-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
section.contact section.contact-data .inner-wrapper .left-part {
  max-width: 270px;
  width: 29%;
  float: left;
  text-align: center;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-right: 1px solid #efefef;
  padding: 50px;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.contact section.contact-data .inner-wrapper .left-part .contact-logo {
  width: 165px;
  height: 165px;
  background-color: #f0f0f0;
  position: relative;
  margin: 0 auto 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.contact section.contact-data .inner-wrapper .left-part .contact-logo .the-phone {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/telephone.png");
}
section.contact section.contact-data .inner-wrapper .left-part .phone-nr {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
section.contact section.contact-data .inner-wrapper .left-part .small-separator {
  display: block;
  width: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #d7d7d7;
  height: 1px;
}
section.contact section.contact-data .inner-wrapper .left-part .email-addr {
  margin: 20px 0;
  display: block;
  letter-spacing: 1px;
}
section.contact section.contact-data .inner-wrapper .left-part .email-addr a {
  color: #282828;
}
section.contact section.contact-data .inner-wrapper .right-part {
  float: left;
  max-width: 690px;
  width: 71%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  padding-right: 0;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  font-size: 14px;
}
section.contact section.contact-data .inner-wrapper .right-part form #field_3_6 {
  position: absolute;
  right: 0;
  top: 0;
}
section.contact section.contact-data .inner-wrapper .right-part form .col-left {
  max-width: 320px;
  width: 46%;
  float: left;
}
section.contact section.contact-data .inner-wrapper .right-part form .col-left span[role="alert"] {
  left: -170px;
}
section.contact section.contact-data .inner-wrapper .right-part form .col-right {
  float: left;
  max-width: 320px;
  width: 46%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}
section.contact section.contact-data .inner-wrapper .right-part form .col-right span[role="alert"] {
  right: -170px;
  top: -165px;
}
section.contact section.contact-data .inner-wrapper .right-part form .wpcf7-form-control-wrap {
  position: relative;
}
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error .validation_message {
  display: none;
}
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error input,
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error textarea {
  border-color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error input:-moz-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error textarea:-moz-placeholder {
  color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error input::-moz-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error textarea::-moz-placeholder {
  color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error input:-ms-input-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error textarea:-ms-input-placeholder {
  color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error input::-webkit-input-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form .gfield_error textarea::-webkit-input-placeholder {
  color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form input,
section.contact section.contact-data .inner-wrapper .right-part form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #efefef;
  padding: 10px 5px;
  width: 100%;
  height: 40px;
  font-family: 'texgyrepagella-italic', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.contact section.contact-data .inner-wrapper .right-part form input:-moz-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form textarea:-moz-placeholder {
  color: #000;
}
section.contact section.contact-data .inner-wrapper .right-part form input::-moz-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form textarea::-moz-placeholder {
  color: #000;
}
section.contact section.contact-data .inner-wrapper .right-part form input:-ms-input-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form textarea:-ms-input-placeholder {
  color: #000;
}
section.contact section.contact-data .inner-wrapper .right-part form input::-webkit-input-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form textarea::-webkit-input-placeholder {
  color: #000;
}
section.contact section.contact-data .inner-wrapper .right-part form input.wpcf7-not-valid,
section.contact section.contact-data .inner-wrapper .right-part form textarea.wpcf7-not-valid {
  border-color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form input.wpcf7-not-valid:-moz-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form textarea.wpcf7-not-valid:-moz-placeholder {
  color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form input.wpcf7-not-valid::-moz-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form textarea.wpcf7-not-valid::-moz-placeholder {
  color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form input.wpcf7-not-valid:-ms-input-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form input.wpcf7-not-valid::-webkit-input-placeholder,
section.contact section.contact-data .inner-wrapper .right-part form textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #ff3333;
}
section.contact section.contact-data .inner-wrapper .right-part form textarea {
  height: 220px;
  resize: none;
}
section.contact section.contact-data .inner-wrapper .right-part form span[role="alert"] {
  position: absolute;
  background-color: #ff9999;
  top: 0;
  width: 170px;
  display: inline-block;
  z-index: 2;
  color: #fff;
}
section.contact section.contact-data .inner-wrapper .right-part form input[type='submit'] {
  background-color: #f9f9f9;
  border: none;
}
section.contact section.contact-data .inner-wrapper .right-part form input[type='submit']:hover {
  background-color: #e8e8e8;
}
section.contact section.contact-data .inner-wrapper .right-part form .wpcf7-validation-errors {
  border: none;
  background-color: #ff9999;
  color: #fff;
}
section.contact section.contact-data .inner-wrapper .right-part form .wpcf7-mail-sent-ok {
  border: none;
  background-color: #90EE90;
}
/* 404.php
*******************************/
#page404 {
  background-color: #f9f9f9;
  width: 100%;
  padding: 120px 0;
}
#page404 .outer-wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 90px 0;
  background-color: #fff;
}
#page404 .outer-wrapper .inner-wrapper {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  font-weight: normal;
  font-style: normal;
}
#page404 .outer-wrapper .inner-wrapper h1 {
  font-family: 'GlosaDisplay-Roman-Italic', Arial, Helvetica, sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#page404 .outer-wrapper .inner-wrapper p {
  font-family: 'texgyrepagella-regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: initial;
  background-image: url("../img/link-separator.png");
}
#page404 .outer-wrapper .inner-wrapper .social-links {
  background-image: none;
  margin-top: 40px;
}
#page404 .outer-wrapper .inner-wrapper .social-links a:hover {
  top: -10px;
}
#page404 .outer-wrapper .inner-wrapper .social-links .plus1 {
  margin: 0 70px;
}
/* Widgets
*******************************/
/*
 * 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: 19px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #fff;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  position: relative;
}
.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  float: left;
  height: 100%;
}
.iphone .header-main .custom-area {
  display: none;
}
.iphone section.homepage #intro {
  display: none;
}
.iphone div.training section.training-info .outer-wrapper .inner-wrapper .col-right .description ul {
  float: none;
  width: 90%;
  margin: 25px auto;
}
.iphone div.training section.training-info .outer-wrapper .inner-wrapper .col-right .description ul:first-child {
  padding: 0;
}
.iphone div.archives h4 {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}
.iphone div.archives .year {
  width: 50%;
  float: left;
  margin: 0;
}
.iphone div.archives .months {
  width: 100%;
  margin-top: 30px;
}
.iphone div.archives .months span,
.iphone div.archives .months a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  margin: 14px 0;
}
.iphone article.post section.actions .share-title {
  display: block;
  width: 100%;
  text-align: center;
}
.iphone article.post section.actions ul {
  float: none;
  width: 220px;
  margin: 20px auto 0;
}
.iphone article.post section.actions ul li a {
  top: 0;
  font-size: 0;
  position: relative;
}
.iphone article.post section.actions ul li a:hover {
  top: -5px;
  background-position-x: left;
}
.iphone div.gallery-open .mobile-wrap {
  display: block;
}
.iphone div.gallery-open .frame {
  display: none;
}
.iphone div.gallery-open a.go-back {
  display: none;
}
.iphone div.gallery-open a.go-back-mobile {
  display: inline;
  position: relative;
  top: -10px;
}
.iphone div.gallery-open .items-total {
  display: none;
}
.iphone div.about section.sect-how-work .inner-wrap .col-left,
.ipad div.about section.sect-how-work .inner-wrap .col-left {
  float: none;
  width: 100%;
  text-align: center;
  margin: 0 0 40px;
  max-width: 100%;
}
.iphone div.about section.sect-how-work .inner-wrap .col-right,
.ipad div.about section.sect-how-work .inner-wrap .col-right {
  float: none;
  width: 90%;
  margin: 0 auto;
  max-width: 100%;
}
.iphone div.about section.sect-how-work .inner-wrap .col-right h2,
.ipad div.about section.sect-how-work .inner-wrap .col-right h2 {
  text-align: center;
}
.iphone div.about section.sect-desc .inner-wrap .col-left,
.ipad div.about section.sect-desc .inner-wrap .col-left {
  float: none;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-bottom: 40px;
}
.iphone div.about section.sect-desc .inner-wrap .col-right,
.ipad div.about section.sect-desc .inner-wrap .col-right {
  max-width: 90%;
  width: 90%;
  float: none;
  margin: 0 auto;
}
.iphone div.about section.sect-page-links .outer-wrapper .col-left,
.ipad div.about section.sect-page-links .outer-wrapper .col-left {
  border-bottom: 1px solid #d7d7d7;
}
.iphone div.about section.sect-page-links .outer-wrapper .col-left,
.ipad div.about section.sect-page-links .outer-wrapper .col-left,
.iphone div.about section.sect-page-links .outer-wrapper .col-right,
.ipad div.about section.sect-page-links .outer-wrapper .col-right {
  float: none;
  width: 100%;
}
.iphone div.press .inner-wrapper ul.press-grid li .bottom-info,
.ipad div.press .inner-wrapper ul.press-grid li .bottom-info {
  height: 160px;
}
.iphone div.press .inner-wrapper ul.press-grid li .bottom-info h3,
.ipad div.press .inner-wrapper ul.press-grid li .bottom-info h3 {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 12px;
  margin: 10px 0 15px;
}
.iphone section.homepage .wrapper .flex-next,
.ipad section.homepage .wrapper .flex-next,
.iphone section.homepage .wrapper .flex-prev,
.ipad section.homepage .wrapper .flex-prev {
  display: none;
}
.iphone section.contact section.contact-data .inner-wrapper .left-part,
.ipad section.contact section.contact-data .inner-wrapper .left-part {
  max-width: 90%;
  width: 90%;
  float: none;
  margin: 50px auto;
  padding: 0;
  border-right: none;
  padding-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}
.iphone section.contact section.contact-data .inner-wrapper .right-part,
.ipad section.contact section.contact-data .inner-wrapper .right-part {
  max-width: 100%;
  width: 90%;
  float: none;
  margin: 50px auto;
  padding: 0;
}
.iphone section.contact section.contact-data .inner-wrapper .right-part form .col-left,
.ipad section.contact section.contact-data .inner-wrapper .right-part form .col-left {
  width: 48%;
  max-width: 48%;
}
.iphone section.contact section.contact-data .inner-wrapper .right-part form .col-left span[role="alert"],
.ipad section.contact section.contact-data .inner-wrapper .right-part form .col-left span[role="alert"] {
  left: auto;
  top: -5px;
}
.iphone section.contact section.contact-data .inner-wrapper .right-part form .col-right,
.ipad section.contact section.contact-data .inner-wrapper .right-part form .col-right {
  width: 48%;
  max-width: 48%;
  padding: 0;
  margin-left: 4%;
}
.iphone section.contact section.contact-data .inner-wrapper .right-part form .col-right span[role="alert"],
.ipad section.contact section.contact-data .inner-wrapper .right-part form .col-right span[role="alert"] {
  top: -5px;
  right: auto;
}
.iphone section.contact section.contact-data .inner-wrapper .right-part form span[role="alert"],
.ipad section.contact section.contact-data .inner-wrapper .right-part form span[role="alert"] {
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) {
  #openMenu {
    display: block;
  }
  .flexible-nav {
    display: block;
  }
  .header-main .nav-main {
    display: none;
  }
  .header-main .custom-area {
    padding: 25px 0;
    height: 140px;
  }
  .header-main .custom-area .row2 {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  section.homepage .latest-weddings .weddings-list {
    width: 85%;
  }
  section.homepage .latest-weddings .weddings-list ul li {
    width: 48%;
  }
  section.homepage .latest-weddings .weddings-list ul li:nth-child(3n+2) {
    margin: 10px 0;
  }
  section.homepage .latest-weddings .weddings-list ul li:nth-child(2n) {
    margin-left: 4%;
  }
  section.homepage .babies .frame {
    width: 680px;
  }
  section.homepage .author-info .col-left {
    float: none;
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
  }
  section.homepage .author-info .col-left h2 {
    text-align: left;
    margin-left: 10%;
  }
  section.homepage .author-info .col-left ul li {
    width: 48%;
    float: left;
    margin-bottom: 0;
  }
  section.homepage .author-info .col-left ul li:nth-child(2n) {
    margin-left: 2%;
    padding-left: 2%;
    border-left: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.homepage .author-info .col-right {
    float: none;
    width: 75%;
    padding: 50px 0;
    margin: 0 auto;
  }
  section.homepage .pre-footer .col1 {
    width: 50%;
  }
  section.homepage .pre-footer .col1 a {
    margin: 80px auto;
  }
  section.homepage .pre-footer .col2 {
    width: 50%;
    border-right: none;
  }
  section.homepage .pre-footer .col3 {
    border-top: 1px solid #d7d7d7;
    width: 100%;
    padding: 0;
  }
  section.homepage .pre-footer .col3 .row1 {
    padding: 50px 0;
    float: left;
    width: 50%;
    border-bottom: none;
  }
  section.homepage .pre-footer .col3 .row2 {
    border-left: 1px solid #d7d7d7;
    padding: 50px 0;
    float: left;
    width: 50%;
  }
}
@media (max-width: 900px) {
  section.homepage .home-gallery .frame {
    width: 90%;
    height: auto;
  }
  section.homepage .home-gallery .frame .slides li {
    height: auto;
  }
  section.homepage .home-gallery .frame .slides li figure {
    height: auto;
    line-height: 100%;
  }
  section.homepage .babies div.first-slide {
    width: 40%;
  }
  section.homepage .babies div.first-slide h2 {
    background-size: 90%;
  }
  section.homepage .babies .floated {
    margin-top: 40px;
    width: 60%;
  }
  section.homepage .babies .frame {
    width: 100%;
    height: auto;
  }
  ul.page-numbers {
    width: 90%;
  }
  div.gallery-open .gallery-single .frame {
    width: 95%;
  }
  div.gallery-open .gallery-single .frame .slides li figure {
    height: auto;
    line-height: 100%;
  }
  div.gallery-open .gallery-single .frame .slides li figure img {
    height: auto;
  }
  article.post section.full section.story p {
    width: 87%;
  }
  section.contact section.contact-data .inner-wrapper .left-part {
    max-width: 90%;
    width: 90%;
    float: none;
    margin: 50px auto;
    padding: 0;
    border-right: none;
    padding-bottom: 50px;
    border-bottom: 1px solid #d7d7d7;
  }
  section.contact section.contact-data .inner-wrapper .right-part {
    max-width: 100%;
    width: 90%;
    float: none;
    margin: 50px auto;
    padding: 0;
  }
  section.contact section.contact-data .inner-wrapper .right-part form .col-left {
    width: 48%;
    max-width: 48%;
  }
  section.contact section.contact-data .inner-wrapper .right-part form .col-left span[role="alert"] {
    left: auto;
    top: -5px;
  }
  section.contact section.contact-data .inner-wrapper .right-part form .col-right {
    width: 48%;
    max-width: 48%;
    padding: 0;
    margin-left: 4%;
  }
  section.contact section.contact-data .inner-wrapper .right-part form .col-right span[role="alert"] {
    top: -5px;
    right: auto;
  }
  section.contact section.contact-data .inner-wrapper .right-part form span[role="alert"] {
    position: relative;
    width: 100%;
  }
  div.press .inner-wrapper ul.press-grid li .bottom-info {
    height: 160px;
  }
  div.press .inner-wrapper ul.press-grid li .bottom-info h3 {
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 12px;
    margin: 10px 0 15px;
  }
  div.gallery.venues .inner-wrapper ul.gallery-cell li .bottom-info .small-excerpt {
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .header-main .custom-area {
    width: 150px;
  }
  section.homepage .wrapper .flex-prev,
  section.homepage .wrapper .flex-next {
    top: 30%;
  }
  section.homepage .home-gallery .frame {
    width: 100%;
  }
  section.homepage .home-gallery .featured-slider li .bot-overlay {
    height: 100px;
    position: relative;
    bottom: 0;
    background-color: #fff;
    padding-top: 30px;
  }
  section.homepage .home-gallery .featured-slider li .bot-overlay:hover {
    bottom: 0;
  }
  section.homepage .home-gallery .featured-slider li .bot-overlay h3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 110px;
  }
  section.homepage .home-gallery .featured-slider li .bot-overlay h3 .arrow {
    top: -25px;
    right: -3px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  section.homepage .home-gallery .featured-slider li .bot-overlay .transparent-bg {
    display: none;
  }
  section.homepage .home-gallery .featured-slider li .bot-overlay .description {
    display: none;
  }
  section.homepage .home-gallery .featured-slider li .bot-overlay .open-gallery {
    bottom: 20px;
  }
  section.homepage .author-info .col-right {
    width: 85%;
  }
  section.homepage .babies div.first-slide {
    padding: 40px 0 80px;
    margin-bottom: 10px;
  }
  section.homepage .pre-footer .col1 a {
    text-align: center;
    width: 80%;
    height: 390px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../img/press-bg-ipad-h.png");
  }
  article.post {
    width: 90%;
  }
  article.post figure img {
    height: auto;
  }
  article.post .header-preview .right-col .post-excerpt {
    width: 80%;
  }
  article.post section.full section.story {
    width: 95%;
    margin: 45px auto;
  }
  article.post section.full .comments .list {
    float: none;
    width: 95%;
    padding-right: 5%;
    border-bottom: 1px solid #d7d7d7;
  }
  article.post section.full .comments .comment-form {
    float: none;
    width: 95%;
    max-width: 100%;
  }
  article.post section.full .comments .comment-form label.error {
    right: 0;
  }
  article.post footer {
    margin-top: 60px;
  }
  div.archives {
    width: 90%;
  }
  div.archives h4 {
    display: none;
  }
  div.archives .months {
    width: 90%;
  }
  div.archives .months span {
    margin: 0 1%;
  }
  div.archives .months a {
    margin: 0 1%;
  }
  footer.footer-main {
    margin: 0 auto;
    width: 100%;
  }
  footer.footer-main p {
    text-align: center;
    margin: 0;
    line-height: 24px;
  }
  div.gallery-categories ul li.pre-wedding .cat-logo,
  div.gallery-categories ul li.babies .cat-logo,
  div.gallery-categories ul li.wedding .cat-logo {
    background-size: contain;
    width: 100%;
  }
  div.investment section.packages .inner-wrapper ul li {
    width: 100%;
    float: none;
    margin: 30px 0 50px;
  }
  div.investment section.packages .inner-wrapper ul li:nth-child(3n+2) {
    margin: 30px 0 50px;
  }
}
@media (max-width: 480px) {
  #openMenu {
    top: 135px;
    left: 50%;
    margin-left: -13px;
  }
  #openMenu.open {
    left: 30px;
    top: 60px;
    margin-left: 0;
  }
  .header-main {
    border: none;
  }
  .header-main .logo {
    margin-bottom: 80px;
  }
  .header-main .custom-area {
    display: none;
  }
  .content-main .page-title h2 {
    display: none;
  }
  article.post header.preview .left-col,
  article.post header.preview .right-col {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  article.post header.preview .left-col h2,
  article.post header.preview .right-col h2 {
    max-width: 100%;
    margin-top: 10px;
  }
  article.post header.preview .left-col .back-link,
  article.post header.preview .right-col .back-link {
    display: none;
  }
  article.post header.preview .left-col .tog-post,
  article.post header.preview .right-col .tog-post {
    bottom: -30px;
    right: auto;
    left: 0;
  }
  article.post header.preview .left-col .post-arrow,
  article.post header.preview .right-col .post-arrow {
    top: auto;
    bottom: -30px;
  }
  article.post.open-post header.preview .right-col .tog-post {
    left: auto;
  }
  article.post.open-post header.preview .right-col .post-arrow {
    bottom: auto;
    top: 0;
  }
  article.post section.full section.story {
    margin-top: 20px;
    width: 100%;
  }
  article.post section.full section.story p {
    width: 100%;
  }
  article.post section.full .comments .list .commentlist li .author {
    display: block;
  }
  article.post section.full .comments .list .commentlist li .added {
    margin-top: 10px;
    display: block;
    float: none;
  }
  article.post section.actions .share-title {
    display: block;
    width: 100%;
    text-align: center;
  }
  article.post section.actions ul {
    float: none;
    width: 220px;
    margin: 20px auto 0;
  }
  article.post section.actions ul li a {
    top: 0;
    font-size: 0;
    position: relative;
  }
  article.post section.actions ul li a:hover {
    top: -5px;
    background-position-x: left;
  }
  div.archives h4 {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
  }
  div.archives .year {
    width: 50%;
    float: left;
    margin: 0;
  }
  div.archives .months {
    width: 100%;
    margin-top: 30px;
  }
  div.archives .months span,
  div.archives .months a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    margin: 14px 0;
  }
  section.homepage .wrapper .flex-next,
  section.homepage .wrapper .flex-prev {
    display: none;
  }
  section.homepage .home-gallery .featured-slider .slides li {
    padding-bottom: 100px;
  }
  section.homepage .home-gallery .featured-slider .slides li .bot-overlay {
    padding: 10px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
  }
  section.homepage .home-gallery .featured-slider .slides li .bot-overlay:hover {
    bottom: 0;
  }
  section.homepage .home-gallery .featured-slider .slides li .bot-overlay:hover {
    padding: 10px;
  }
  section.homepage .home-gallery .featured-slider .slides li .bot-overlay time {
    display: none;
  }
  section.homepage .home-gallery .featured-slider .slides li .bot-overlay h3 {
    padding: 0;
  }
  section.homepage .home-gallery .featured-slider .slides li .bot-overlay h3 .arrow {
    top: 60px;
    right: 0;
  }
  section.homepage .home-gallery .featured-slider .slides li .bot-overlay .open-gallery {
    right: auto;
    bottom: 0;
  }
  section.homepage .latest-weddings .weddings-list ul li {
    width: 100%;
    float: none;
  }
  section.homepage .latest-weddings .weddings-list ul li:nth-child(2n) {
    margin: 10px 0;
  }
  section.homepage .latest-weddings .view-all {
    margin-left: -38px;
  }
  section.homepage .author-info .col-left ul li {
    width: 100%;
    float: none;
    margin: 30px 0;
  }
  section.homepage .author-info .col-left ul li:nth-child(2n) {
    margin: 30px 0;
    border: none;
  }
  section.homepage .author-info .col-left ul li .left-side {
    width: 25%;
  }
  section.homepage .author-info .col-left ul li .right-side {
    width: 75%;
  }
  section.homepage .babies div.first-slide {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  section.homepage .babies div.first-slide h2 {
    background-size: initial;
  }
  section.homepage .babies .floated {
    display: none;
  }
  section.homepage .babies .scrollbar {
    display: none;
  }
  section.homepage .pre-footer .col1 {
    float: none;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
  }
  section.homepage .pre-footer .col1 a {
    width: 100%;
    margin: 0;
  }
  section.homepage .pre-footer .col2 {
    float: none;
    width: 100%;
    height: auto;
    border: none;
  }
  section.homepage .pre-footer .col3 {
    float: none;
    width: 100%;
  }
  section.homepage .pre-footer .col3 .row1 {
    float: none;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
  }
  section.homepage .pre-footer .col3 .row2 {
    float: none;
    width: 100%;
  }
  div.gallery-open .mobile-wrap {
    display: block;
  }
  div.gallery-open .gallery-single {
    border: none;
  }
  div.gallery-open .gallery-single .frame {
    display: none;
  }
  div.gallery-open .gallery-single a.go-back {
    display: none;
  }
  div.gallery-open .gallery-single a.go-back-mobile {
    display: inline;
    position: relative;
    top: -10px;
  }
  div.gallery-open .gallery-single .social-links {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0 40px;
    width: 100%;
    float: none;
  }
  div.gallery-open .gallery-single .social-links ul {
    width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  div.gallery-open .gallery-single .social-links ul li {
    float: none;
  }
  div.gallery-open .gallery-single .social-links ul li a {
    font-size: 0;
    padding: 15px 10px;
  }
  div.gallery-open .gallery-single .items-total {
    display: none;
  }
  div.gallery-open .gallery-description .inner-wrapper .social-links {
    display: none;
  }
  div.gallery-categories ul li {
    float: none;
    width: 90%;
    margin: 20px auto;
  }
  div.gallery-categories ul li:nth-child(3n+2) {
    margin: 20px auto;
  }
  div.gallery-categories ul li.pre-wedding .cat-logo,
  div.gallery-categories ul li.babies .cat-logo,
  div.gallery-categories ul li.wedding .cat-logo {
    background-size: initial;
  }
  div.gallery .inner-wrapper ul.gallery-cell li {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  div.gallery .inner-wrapper ul.gallery-cell li:nth-child(2n) {
    margin: 10px 0;
  }
  div.gallery .inner-wrapper ul.gallery-cell li img {
    height: auto;
  }
  div.gallery .inner-wrapper ul.gallery-cell li .bottom-info .small-excerpt {
    display: none;
  }
  div.about section.sect-how-work .inner-wrap .col-left {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
    max-width: 100%;
  }
  div.about section.sect-how-work .inner-wrap .col-right {
    float: none;
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
  }
  div.about section.sect-how-work .inner-wrap .col-right h2 {
    text-align: center;
  }
  div.about section.sect-desc .inner-wrap .col-left {
    float: none;
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
  }
  div.about section.sect-desc .inner-wrap .col-right {
    max-width: 90%;
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  div.about section.sect-page-links .outer-wrapper .col-left {
    border-bottom: 1px solid #d7d7d7;
  }
  div.about section.sect-page-links .outer-wrapper .col-left,
  div.about section.sect-page-links .outer-wrapper .col-right {
    float: none;
    width: 100%;
  }
  section.testimonials .inner-wrapper .item .col-left {
    width: 25%;
    padding: 0;
  }
  section.testimonials .inner-wrapper .item .col-right {
    width: 75%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  section.testimonials .inner-wrapper .item .col-right a.open-testimonial {
    right: auto;
  }
  section.testimonials .inner-wrapper .item .col-right span.icon {
    top: auto;
    bottom: 0;
  }
  section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper h3 {
    padding-right: 0;
    padding-bottom: 40px;
  }
  section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper h3 a.close-testimonial {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    padding-left: 0;
  }
  section.testimonials .inner-wrapper .item .testimonial-overlay .overlay-wrapper .long-description {
    margin-top: 30px;
  }
  div.press .inner-wrapper ul.press-grid li {
    width: 48%;
  }
  div.press .inner-wrapper ul.press-grid li:nth-child(3n+2) {
    margin: 5px;
  }
  div.press .inner-wrapper ul.press-grid li:nth-child(2n) {
    margin: 5px 2%;
  }
  div.press .inner-wrapper ul.press-grid li figure {
    height: auto;
    line-height: 100%;
  }
  div.investment section.collection-info .inner-wrapper div.lists ul {
    float: none;
    width: 100%;
  }
  div.investment section.collection-info .inner-wrapper div.lists ul:first-child {
    margin: 0;
  }
  div.training section.training-info .outer-wrapper .inner-wrapper {
    padding: 0;
  }
  div.training section.training-info .outer-wrapper .inner-wrapper .col-left {
    max-width: 100%;
    float: none;
    width: 90%;
    margin: 50px auto;
    border-bottom: 1px solid #d7d7d7;
  }
  div.training section.training-info .outer-wrapper .inner-wrapper .col-right {
    max-width: 100%;
    width: 90%;
    margin: 50px auto;
    float: none;
    padding: 0;
    border-left: none;
  }
  div.training section.training-info .outer-wrapper .inner-wrapper .col-right .description ul {
    float: none;
    width: 90%;
    margin: 25px auto;
  }
  div.training section.training-info .outer-wrapper .inner-wrapper .col-right .description ul:first-child {
    padding: 0;
  }
}
@media (max-width: 320px) {
  section.homepage .home-gallery .frame {
    width: 320px;
  }
  div.press .inner-wrapper ul.press-grid li {
    width: 100%;
    float: none;
    margin: 10px 0;
  }
  div.press .inner-wrapper ul.press-grid li:nth-child(3n+2) {
    margin: 10px 0;
  }
  div.press .inner-wrapper ul.press-grid li:nth-child(2n) {
    margin: 10px 0;
  }
}




.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-bottom: 2px !important;
}