.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: 'cantarellregular';
  src: url('../fonts/Cantarell-Regular-webfont.eot');
  src: url('../fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../fonts/Cantarell-Regular-webfont.svg#cantarellregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleolight';
  src: url('../fonts/aleo-light-webfont.eot');
  src: url('../fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aleo-light-webfont.woff') format('woff'), url('../fonts/aleo-light-webfont.ttf') format('truetype'), url('../fonts/aleo-light-webfont.svg#aleolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleoregular';
  src: url('../fonts/aleo-regular-webfont.eot');
  src: url('../fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aleo-regular-webfont.woff') format('woff'), url('../fonts/aleo-regular-webfont.ttf') format('truetype'), url('../fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aleoitalic';
  src: url('../fonts/aleo-italic-webfont.eot');
  src: url('../fonts/aleo-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aleo-italic-webfont.woff') format('woff'), url('../fonts/aleo-italic-webfont.ttf') format('truetype'), url('../fonts/aleo-italic-webfont.svg#aleoitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesqueBlackRegular';
  src: url('../fonts/brandon_blk-webfont.eot');
  src: url('../fonts/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_blk-webfont.woff') format('woff'), url('../fonts/brandon_blk-webfont.ttf') format('truetype'), url('../fonts/brandon_blk-webfont.svg#BrandonGrotesqueBlackRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url('../fonts/brandon_bld_0-webfont.eot');
  src: url('../fonts/brandon_bld_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_bld_0-webfont.woff') format('woff'), url('../fonts/brandon_bld_0-webfont.ttf') format('truetype'), url('../fonts/brandon_bld_0-webfont.svg#brandon_grotesquebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url('../fonts/brandon_med_0-webfont.eot');
  src: url('../fonts/brandon_med_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_med_0-webfont.woff') format('woff'), url('../fonts/brandon_med_0-webfont.ttf') format('truetype'), url('../fonts/brandon_med_0-webfont.svg#brandon_grotesquemedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquethin';
  src: url('../fonts/brandon_thin_0-webfont.eot');
  src: url('../fonts/brandon_thin_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_thin_0-webfont.woff') format('woff'), url('../fonts/brandon_thin_0-webfont.ttf') format('truetype'), url('../fonts/brandon_thin_0-webfont.svg#brandon_grotesquethin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
/* 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 {
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'cantarellregular', Arial, Helvetica, sans-serif;
}
.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:active {
  color: #5e79b7;
  text-decoration: none;
}
.story a:hover {
  color: #dbc492;
}
.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 {
  width: auto;
  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 .alignnone,
.story img.alignnone {
  margin: 0 auto 10px;
}
.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,
.story img.alignnone {
  display: block;
  margin-bottom: 10px;
}
.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%;
}
/* Wrappers
*******************************/
.wrapper {
  width: 960px;
  min-width: 320px;
  margin: 0 auto;
}
.fullwidth-wrap {
  width: 100%;
  height: auto;
}
/* Header
*******************************/
html.ipad body {
  padding: 0;
}
html.ipad body #open-left {
  display: none !important;
}
html.ipad #header-main {
  position: static !important;
}
body {
  padding: 84px 0 0;
}
body #searchbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #f2f2f2;
  width: 100%;
  height: 56px;
  overflow: hidden;
  padding: 80px 0;
  z-index: 38;
}
body #searchbar a.close-sbar {
  background: url('../img/scrollpane-arrows.png') 0 0 no-repeat;
  width: 99px;
  height: 50px;
  display: block;
  text-indent: -5555px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
}
body #searchbar a.close-sbar:hover {
  background-position: 0 -50px;
}
body #searchbar #searchform {
  width: 960px;
  min-width: 320px;
  margin: 0 auto;
}
body #searchbar #searchform fieldset {
  position: relative;
}
body #searchbar #searchform label {
  color: #000000;
  font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 2;
}
body #searchbar #searchform #s {
  background: #f2f2f2;
  border: 0;
  width: 800px;
  height: 56px;
  color: #000000;
  font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
body #searchbar #searchform #searchsubmit {
  background: url('../img/ssubmit.png') 0 0 no-repeat;
  display: block;
  width: 55px;
  height: 55px;
  overflow: hidden;
  float: right;
  text-indent: -5555px;
}
body #searchbar #searchform #searchsubmit:hover {
  background-position: 0 -55px;
}
#mobile-logo {
  display: none;
}
#mobile-content #open-left {
  background: url('../img/mobile-menu-icon.png') 0 0 no-repeat;
  display: block;
  width: 19px;
  height: 10px;
  margin: 12px 0 0 12px;
  text-indent: -4545em;
}
#mobile-content #open-left:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.snap-drawer-left #circle-thumbs {
  width: 100%;
  height: auto;
  margin: 20px auto;
  text-align: center;
  clear: both;
  display: block;
}
.snap-drawer-left #circle-thumbs li {
  max-width: 50% !important;
  max-width: 50px !important;
}
.snap-drawer-left #circle-thumbs li a {
  min-width: 20px;
  max-width: 100% !important;
}
#header-main {
  background: url('../img/headerbg.jpg') 50% 0 repeat-x;
  display: block;
  width: 100%;
  height: 69px;
  padding: 10px 0 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
#header-main .wrapper {
  overflow: hidden;
}
#header-main h1 {
  float: left;
  display: block;
  width: 148px;
  height: 66px;
  margin: 0;
}
#header-main h1 a {
  background: url('../img/logo-white.png') 0 0 no-repeat;
  display: block;
  width: 148px;
  height: 66px;
  text-indent: -6666px;
}
#header-main h1 a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#header-main #nav-main {
  float: left;
  margin: 26px 0 0 50px;
}
#header-main #nav-main ul li {
  float: left;
  font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  padding: 0 43px 0 0;
}
#header-main #nav-main ul li:after {
  content: " ";
  display: inline-block;
  background: #000000;
  width: 3px;
  height: 3px;
  margin: 0 20px;
  position: absolute;
  top: 4px;
  right: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header-main #nav-main ul li:last-child {
  padding: 0;
}
#header-main #nav-main ul li:last-child:after {
  display: none;
}
#header-main #nav-main ul li a {
  color: #ffffff;
}
#header-main #nav-main ul li a:hover {
  color: #dbc492;
}
#header-main #nav-main ul li.current-menu-item a,
#header-main #nav-main ul li.current_page_item a,
#header-main #nav-main ul li.current-page-ancestor a {
  color: #dbc492;
}
#header-main #nav-main ul li ul.sub-menu {
  position: absolute;
}
#header-main a.searchtoggle {
  background: url('../img/searchsubmit-bg.png') 0 0 no-repeat;
  display: block;
  width: 19px;
  height: 15px;
  overflow: hidden;
  text-indent: -5555px;
  float: right;
  margin: 24px 0 0;
}
#header-main a.searchtoggle:hover {
  background-position: 0 -15px;
}
#header-main .info-submenu {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  display: none;
  padding: 16px 0;
  clear: both;
  width: 100%;
  position: relative;
  top: 8px;
}
#header-main .info-submenu ul {
  min-width: 960px;
  width: 960px;
  margin: 0 auto;
}
#header-main .info-submenu ul li {
  float: left;
  font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  padding: 0 43px 0 0;
}
#header-main .info-submenu ul li:after {
  content: " ";
  display: inline-block;
  background: #000000;
  width: 3px;
  height: 3px;
  margin: 0 20px;
  position: absolute;
  top: 4px;
  right: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header-main .info-submenu ul li:last-child {
  padding: 0;
}
#header-main .info-submenu ul li:last-child:after {
  display: none;
}
#header-main .info-submenu ul li a {
  color: #5e79b7;
}
#header-main .info-submenu ul li a:hover {
  color: #000000;
}
/* Content
*******************************/
/* Social / Share
*******************************/
.share {
  float: right;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 1px;
}
.share li {
  float: left;
  margin: 0 0 0 14px;
}
.share li span {
  line-height: 3.1;
}
.share li a {
  background: url('../img/social-icons.png') 0 0 no-repeat;
  background-color: #dfdfdf;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  text-indent: -55555px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.share li a.fcb {
  background-position: -6px -50px;
}
.share li a.fcb:hover {
  background-position: -6px -6px;
}
.share li a.twt {
  background-position: -95px -50px;
}
.share li a.twt:hover {
  background-position: -95px -6px;
}
.share li a.pin {
  background-position: -138px -50px;
}
.share li a.pin:hover {
  background-position: -138px -6px;
}
.share li a:hover {
  background-color: #5e79b7;
}
/* Footer
*******************************/
a.booknow {
  background: url('../img/ui-elements.png') 100% 0 no-repeat;
  display: block;
  color: #000000;
  max-width: 960px;
  margin: 26px auto;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.1;
  height: 50px;
  overflow: hidden;
}
a.booknow:hover {
  background-position: 100% -50px;
  color: #777777;
}
ul.page-numbers {
  width: 960px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin: 26px auto 0;
}
ul.page-numbers li {
  display: inline-block;
  margin: 12px 3px 0;
}
ul.page-numbers li span {
  color: #777777;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
ul.page-numbers li a {
  color: #000000;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
ul.page-numbers li a.prev {
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.1;
  position: absolute;
  height: 50px;
  top: 0;
  left: 0;
}
ul.page-numbers li a.prev:before {
  background: url('../img/paginator-arrows.png') 0 0 no-repeat;
  content: " ";
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 12px 0 0;
}
ul.page-numbers li a.prev:hover:before {
  background-position: 0 -50px;
}
ul.page-numbers li a.next {
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.1;
  position: absolute;
  height: 50px;
  top: 0;
  right: 0;
}
ul.page-numbers li a.next:after {
  background: url('../img/paginator-arrows.png') -50px 0 no-repeat;
  content: " ";
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  margin: 0 0 0 12px;
}
ul.page-numbers li a.next:hover:before {
  background-position: -50px -50px;
}
ul.page-numbers li a:hover {
  color: #777777;
}
#archives {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x;
  padding: 40px 0 16px;
  margin: 26px auto -26px;
  width: 100%;
  height: auto;
}
#archives .flo-archives {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#archives .flo-archives h4 {
  color: #000000;
  float: left;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 72px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0;
}
#archives .flo-archives .year {
  position: absolute;
  width: 80px;
  top: 8px;
  left: 478px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
}
#archives .flo-archives .year a {
  background: url('../img/paginator-small-arrows.png') 0 0 no-repeat;
  display: inline-block;
  width: 10px;
  height: 19px;
  overflow: hidden;
  text-indent: -55555px;
  margin: 10px 0 0;
}
#archives .flo-archives .year a.up {
  background-position: 0 0;
  float: right;
}
#archives .flo-archives .year a.up:hover {
  background-position: 0 -19px;
}
#archives .flo-archives .year a.down {
  background-position: 0 -38px;
  float: left;
}
#archives .flo-archives .year a.down:hover {
  background-position: 0 -57px;
}
#archives .flo-archives .months {
  width: 360px;
  float: right;
  overflow: hidden;
}
#archives .flo-archives .months .year-months {
  display: none;
}
#archives .flo-archives .months .year-months span {
  color: #777777;
  display: block;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 6px 0 22px 20px;
  width: 40px;
  text-align: right;
}
#archives .flo-archives .months .year-months a {
  color: #000000;
  display: block;
  float: left;
  line-height: 1;
  margin: 6px 0 22px 20px;
  width: 40px;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
}
#archives .flo-archives .months .year-months a:hover {
  color: #dbc492;
}
footer {
  background: url('../img/dbl-line.png') 0 0 repeat-x;
  margin: 26px auto 0;
  padding: 0 0 0 0;
  text-align: left;
  color: #1d1d1d;
  font-size: 12px;
  font-family: 'cantarellregular', Arial, Helvetica, sans-serif;
}
footer p {
  display: inline;
  line-height: 1;
}
footer .madeby {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
footer .madeby a {
  background: url('../img/floagency.png') 0 0 no-repeat;
  display: inline-block;
  text-indent: -56565px;
  width: 76px;
  height: 9px;
  margin: 0 2px;
  line-height: 0.7em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .madeby a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.main-footer .footer-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.main-footer .footer-container .instagram-title {
  color: #000000;
  font-size: 38px;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0;
  padding-top: 50px;
}
.main-footer .footer-container .instagram-name {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
}
.main-footer .footer-container .instagram-name a {
  color: #000000;
  font-size: 14px;
  font-family: 'cantarellregular';
  -webkit-transition: color;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  transition: color;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.main-footer .footer-container .instagram-name a:hover {
  color: #5e79b7;
}
.main-footer .footer-container .instagram-feed {
  width: 100%;
  margin-bottom: 50px;
  -webkit-transition: color;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  transition: color;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.main-footer .footer-container .instagram-feed .inner-img-block {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.main-footer .footer-container .instagram-feed .inner-img-block img {
  display: block;
  width: 100%;
  height: auto;
}
.main-footer .footer-container .instagram-feed .inner-img-block:hover {
  opacity: 0.5;
}
.main-footer .footer-container .footer-bottom-bar {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.main-footer .footer-container .footer-bottom-bar .footer-social-media {
  margin-right: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item {
  position: relative;
  margin-right: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item:hover {
  opacity: 0.5;
}
.main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item:last-child {
  margin-right: 0;
}
.main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item .icon-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item .icon-img img {
  width: 100%;
  height: auto;
}
.main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item .social-title {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'brandon_grotesquebold';
}
.main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email .item {
  margin-right: 70px;
  color: #000;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email .item:last-child {
  margin-right: 0;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email .item .item-title {
  font-family: 'brandon_grotesquebold';
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email .item .item-sub-title {
  color: #000000;
  font-size: 14px;
  font-family: 'cantarellregular';
  -webkit-transition: color;
  -moz-transition: color;
  -ms-transition: color;
  -o-transition: color;
  transition: color;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email .item .item-sub-title a {
  color: #000;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email .item .item-sub-title a:hover {
  color: #5e79b7;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email .item.f-button a {
  display: block;
  background: url('../img/footer-button.png') no-repeat center center;
  background-size: cover;
  width: 180px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold';
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-footer .footer-container .footer-bottom-bar .footer-contact-email .item.f-button a:hover {
  opacity: 0.5;
}
.main-footer .copyright-container {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #1d1d1d;
  font-size: 12px;
  font-family: 'cantarellregular', Arial, Helvetica, sans-serif;
}
/* Homepage
*******************************/
body.home .wrapper {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
}
body.home #header-main {
  top: -84px;
  z-index: 27 !important;
}
#scroll-header {
  background: #ffffff;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
}
#scroll-header #logo {
  background: url('../img/logo.png') 50% 50% no-repeat;
  background-size: auto 100%;
  display: block;
  width: 550px;
  height: 238px;
  margin: 0 auto;
  text-indent: -4444px;
}
.scrollblock {
  position: relative;
  width: 100%;
}
#bluecircles {
  background: url('../img/blue-circles.png') 0 0 no-repeat;
  display: block;
  width: 336px;
  height: 630px;
  position: absolute;
  right: 0;
  top: 550px;
}
#circle-thumbs {
  width: 960px;
  height: 124px;
  margin: 56px auto 46px;
  text-align: center;
  clear: both;
  display: block;
}
#circle-thumbs li {
  min-width: 130px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#circle-thumbs li a {
  background: url('../img/gold-circle.png') 50% 5px no-repeat;
  color: #000000;
  display: block;
  padding: 100px 0 0 0;
  font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  min-width: 106px;
  position: relative;
}
#circle-thumbs li a:before {
  background: url('../img/hover-mosaic.png') 50% 0 no-repeat;
  content: " ";
  width: 100%;
  height: 74px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-105deg);
  -moz-transform: rotate(-105deg);
  transform: rotate(-105deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#circle-thumbs li a:after {
  background: url('../img/thumbcircle-icons.png') 0 0 no-repeat;
  content: " ";
  display: block;
  width: 96px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -48px;
  z-index: 2;
}
#circle-thumbs li a.home-circ:after {
  background-position: 0 0;
}
#circle-thumbs li a.about-circ:after {
  background-position: -96px 0;
}
#circle-thumbs li a.blog-circ:after {
  background-position: -192px;
}
#circle-thumbs li a.gal-circ:after {
  background-position: -288px;
}
#circle-thumbs li a.film-circ:after {
  background-position: -384px;
}
#circle-thumbs li a.info-circ:after {
  background-position: -480px;
}
#circle-thumbs li a.contact-circ:after {
  background-position: -576px;
}
#circle-thumbs li a:hover {
  color: #dbc492;
}
#circle-thumbs li a:hover:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#homepage {
  margin-top: 310px;
}
#homepage .wrapper {
  width: 100%;
  max-width: 1200px;
  min-width: 980px;
}
#homepage .home-block {
  display: block;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#homepage .home-block h3 {
  color: #000000;
  display: block;
  width: 100%;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 72px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 65px 0 70px;
}
#homepage .home-block h3:before {
  background: url('../img/home-headline-icons.png') 0 0 no-repeat;
  content: " ";
  display: block;
  width: 110px;
  height: 80px;
  margin: 0 auto 15px;
  overflow: hidden;
  z-index: 0;
}
#homepage #welcome {
  border-bottom: 1px solid #e5e5e5;
  background: url('../img/sand-gradientbg.png') 50% 0 repeat-x;
  width: 100%;
  min-height: 330px;
  padding: 80px 0 40px;
  text-align: center;
}
#homepage #welcome:before {
  background: url('../img/mouse-icon.png') 0 0 no-repeat;
  content: " ";
  display: block;
  width: 29px;
  height: 46px;
  margin: 0 auto 70px;
  overflow: hidden;
  -webkit-animation-name: pulsate;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  z-index: 0;
}
#homepage #welcome h2 {
  color: #000000;
  display: block;
  font-size: 48px;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 700px;
  margin: 0 auto;
}
#homepage #welcome h2 strong {
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
}
#homepage #photo-galls {
  border-top: 1px solid #e5e5e5;
}
#homepage #photo-galls h3:before {
  background-position: 0 0;
}
#homepage #photo-galls #gall-slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#homepage #photo-galls #gall-slider .flex-direction-nav li a {
  background: url('../img/gallery-arrows.png') 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  overflow: hidden;
  text-indent: -4444px;
}
#homepage #photo-galls #gall-slider .flex-direction-nav li a.flex-prev {
  background-position: 0 50%;
  left: 0;
}
#homepage #photo-galls #gall-slider .flex-direction-nav li a.flex-prev:hover {
  background-position: -50px 50%;
}
#homepage #photo-galls #gall-slider .flex-direction-nav li a.flex-next {
  background-position: -150px 50%;
  right: 0;
}
#homepage #photo-galls #gall-slider .flex-direction-nav li a.flex-next:hover {
  background-position: -100px 50%;
}
#homepage #photo-galls #gall-slider .flex-viewport {
  overflow: visible !important;
}
#homepage #photo-galls #gall-slider .slides li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#homepage #photo-galls #gall-slider .slides li a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#homepage #photo-galls #gall-slider .slides li a figure:before {
  background: url('../img/gray-overlay.png') 50% 50% repeat;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage #photo-galls #gall-slider .slides li a figure:after {
  background: url('../img/plus-circle.png') 0 0 no-repeat;
  content: " ";
  display: block;
  position: absolute;
  top: 43%;
  left: 50%;
  width: 47px;
  height: 47px;
  margin: 0 0 0 -23px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#homepage #photo-galls #gall-slider .slides li a figure img {
  width: 100%;
  height: auto;
}
#homepage #photo-galls #gall-slider .slides li a .info {
  background: url('../img/aquarelbluebg.png') 0 0 no-repeat #5e79b7;
  background-size: 120% auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 94%;
  padding: 3%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage #photo-galls #gall-slider .slides li a .info h4 {
  color: #ffffff;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto 8px;
}
#homepage #photo-galls #gall-slider .slides li a .info .meta {
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
}
#homepage #photo-galls #gall-slider .slides li a .info .meta span:after {
  content: "/";
  padding: 0 10px;
}
#homepage #photo-galls #gall-slider .slides li a:hover figure:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#homepage #photo-galls #gall-slider .slides li a:hover figure:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#homepage #photo-galls #gall-slider .slides li a:hover .info {
  bottom: 0;
}
#homepage #photo-galls .view-all {
  background: url('../img/viewall-frame.png') 50% 50% no-repeat;
  color: #000000;
  font-size: 14px;
  font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 22px 0;
  width: 250px;
  display: block;
  margin: 4% auto 35px;
  text-decoration: none;
}
#homepage #photo-galls .view-all:hover {
  color: #dbc492;
}
#homepage #film-galls {
  border-top: 1px solid #e5e5e5;
}
#homepage #film-galls h3:before {
  background-position: -110px 0;
}
#homepage #film-galls #film-slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 28;
}
#homepage #film-galls #film-slider .flex-direction-nav li a {
  background: url('../img/gallery-arrows.png') 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 30%;
  width: 50px;
  height: 40%;
  overflow: hidden;
  text-indent: -4444px;
  z-index: 29;
}
#homepage #film-galls #film-slider .flex-direction-nav li a.flex-prev {
  background-position: 0 50%;
  left: 0;
}
#homepage #film-galls #film-slider .flex-direction-nav li a.flex-prev:hover {
  background-position: -50px 50%;
}
#homepage #film-galls #film-slider .flex-direction-nav li a.flex-next {
  background-position: -150px 50%;
  right: 0;
}
#homepage #film-galls #film-slider .flex-direction-nav li a.flex-next:hover {
  background-position: -100px 50%;
}
#homepage #film-galls #film-slider .flex-viewport {
  overflow: visible !important;
}
#homepage #film-galls #film-slider .slides li {
  width: 100%;
}
#homepage #film-galls #film-slider .slides li .active .info,
#homepage #film-galls #film-slider .slides li .active .overlay {
  display: none;
}
#homepage #film-galls #film-slider .slides li .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#homepage #film-galls #film-slider .slides li .info {
  background: #ffffff;
  display: block;
  width: 320px;
  height: 350px;
  top: 50%;
  left: 50%;
  padding: 28px;
  margin: -188px 0 0 -203px;
  z-index: 4;
  text-align: center;
  position: absolute;
}
#homepage #film-galls #film-slider .slides li .info a.play-video {
  background: url('../img/play-icon.png') 50% 0 no-repeat;
  color: #000000;
  display: block;
  font-family: 'BrandonGrotesqueBlackRegular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 60px 0 0;
  margin: 24px auto 34px;
}
#homepage #film-galls #film-slider .slides li .info a.play-video:hover {
  color: #dbc492;
}
#homepage #film-galls #film-slider .slides li .info h4 {
  color: #000000;
  font-size: 18px;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 10px auto;
}
#homepage #film-galls #film-slider .slides li .info h4 a {
  color: #000000;
}
#homepage #film-galls #film-slider .slides li .info h4 a:hover {
  color: #5e79b7;
}
#homepage #film-galls #film-slider .slides li .info a.view-all {
  background: url('../img/gold-border.png') 0 0 no-repeat;
  color: #000000;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  margin: 0 auto;
  width: 320px;
  padding: 18px 0 0;
  position: absolute;
  bottom: 20px;
  left: 28px;
  text-align: center;
}
#homepage #film-galls #film-slider .slides li .info a.view-all:hover {
  color: #dbc492;
}
#homepage #film-galls #film-slider .slides li .info time {
  color: #dbc492;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  text-align: center;
}
#homepage #recent-posts {
  margin: 0 auto 25px;
}
#homepage #recent-posts h3:before {
  background-position: -330px 0;
}
#homepage #recent-posts .recent-post {
  width: 30%;
  float: left;
  margin: 0 5% 42px 0;
}
#homepage #recent-posts .recent-post.third {
  margin: 0 0 12px 0;
}
#homepage #recent-posts .recent-post a figure {
  display: block;
  width: 100%;
  max-height: 226px;
  overflow: hidden;
}
#homepage #recent-posts .recent-post a figure img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage #recent-posts .recent-post a h4 {
  color: #000000;
  font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto 0;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage #recent-posts .recent-post a:hover figure {
  background: #5e79b7;
}
#homepage #recent-posts .recent-post a:hover figure img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
#homepage #recent-posts .recent-post a:hover h4 {
  color: #5e79b7;
}
#homepage #recent-posts .continue {
  background: url('../img/continue-to-blog.png') 50% 50% no-repeat;
  display: block;
  width: 30%;
  height: 226px;
  float: left;
  text-indent: -5555px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage #recent-posts .continue:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#homepage #about-block {
  width: 100%;
  position: relative;
  min-height: 596px;
}
#homepage #about-block #slider-wrap {
  width: 100%;
  height: 596px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#homepage #about-block #slider-wrap #slider {
  width: 54.6667%;
  height: 596px;
  margin: 0;
  overflow: visible;
  position: static;
  float: left;
}
#homepage #about-block #slider-wrap #slider .flex-direction-nav a {
  background: url('../img/paginator-arrows.png') 0 0 no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 273px;
  text-indent: -4545px;
}
#homepage #about-block #slider-wrap #slider .flex-direction-nav a.flex-prev {
  background-position: 0 0;
  left: 30px;
}
#homepage #about-block #slider-wrap #slider .flex-direction-nav a.flex-prev:hover {
  background-position: 0 -50px;
}
#homepage #about-block #slider-wrap #slider .flex-direction-nav a.flex-next {
  background-position: -50px 0;
  right: 47.8333%;
}
#homepage #about-block #slider-wrap #slider .flex-direction-nav a.flex-next:hover {
  background-position: -50px -50px;
}
#homepage #about-block #slider-wrap #slider .flex-viewport {
  overflow: visible !important;
}
#homepage #about-block #slider-wrap #slider .slides li {
  width: 100%;
}
#homepage #about-block #slider-wrap #slider .slides li img {
  min-height: 596px;
  width: auto;
  max-width: none;
}
#homepage #about-block .bluebox {
  background: url('../img/purple-romb.png') 50% 50% no-repeat rgba(94, 121, 183, 0.9);
  width: 45.3333%;
  height: 596px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#homepage #about-block .bluebox h3 {
  color: #ffffff;
  display: block;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 44px !important;
  text-indent: center;
  max-width: 180px;
  margin: 120px auto 10px;
  line-height: 1.2;
}
#homepage #about-block .bluebox h3:before {
  display: none;
}
#homepage #about-block .bluebox #moto {
  color: #dbc492;
  text-transform: uppercase;
  text-align: center;
  font-family: 'BrandonGrotesqueBlackRegular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  width: 300px;
  letter-spacing: 2px;
  margin: 40px auto 0;
}
#homepage #about-block .bluebox #moto span {
  display: block;
  font-size: 12px;
  width: 180px;
  margin: 12px auto;
}
#homepage #about-block .bluebox #moto span:before {
  display: block;
  background: #dbc492;
  content: " ";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto 15px;
}
#homepage #about-block .bluebox a.more {
  background: url('../img/more-linkbg.png') 50% 100% no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: 'BrandonGrotesqueBlackRegular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 0 30px;
  position: absolute;
  bottom: 50px;
  width: 30%;
  left: 35%;
}
#homepage #about-block .bluebox a.more:hover {
  color: #dbc492;
}
#homepage #contact-block h3:before {
  background-position: -220px 0;
}
#homepage #contact-block .wrapper {
  overflow: hidden;
  zoom: 1;
}
#homepage #contact-block #gmap3 {
  display: block;
  width: 50%;
  height: 370px;
  float: left;
}
#homepage #contact-block .right-side {
  float: right;
  width: 47%;
  overflow: hidden;
  padding: 0 0 0 3%;
}
#homepage #contact-block .right-side .info-block {
  margin: 0 0 36px;
  width: 68%;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'cantarellregular', Arial, Helvetica, sans-serif;
  text-align: left;
}
#homepage #contact-block .right-side .info-block ul {
  list-style: square;
}
#homepage #contact-block .right-side .info-block ul li {
  list-style: square;
}
#homepage #contact-block .right-side .info-block ol {
  list-style: decimal;
}
#homepage #contact-block .right-side .info-block ol li {
  list-style: decimal;
}
#homepage #contact-block .right-side .info-block ul,
#homepage #contact-block .right-side .info-block ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
#homepage #contact-block .right-side .info-block ul ul,
#homepage #contact-block .right-side .info-block ol ul,
#homepage #contact-block .right-side .info-block ul ol,
#homepage #contact-block .right-side .info-block ol ol {
  margin-bottom: 0;
}
#homepage #contact-block .right-side .info-block ol ol {
  list-style: upper-alpha;
}
#homepage #contact-block .right-side .info-block ol ol ol {
  list-style: lower-roman;
}
#homepage #contact-block .right-side .info-block ol ol ol ol {
  list-style: lower-alpha;
}
#homepage #contact-block .right-side .info-block h1,
#homepage #contact-block .right-side .info-block h2,
#homepage #contact-block .right-side .info-block h3,
#homepage #contact-block .right-side .info-block h4,
#homepage #contact-block .right-side .info-block h5,
#homepage #contact-block .right-side .info-block h6 {
  text-transform: none;
  margin-bottom: .5em;
}
#homepage #contact-block .right-side .info-block 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;
}
#homepage #contact-block .right-side .info-block a:link,
#homepage #contact-block .right-side .info-block a:visited,
#homepage #contact-block .right-side .info-block a:active {
  color: #5e79b7;
  text-decoration: none;
}
#homepage #contact-block .right-side .info-block a:hover {
  color: #dbc492;
}
#homepage #contact-block .right-side .info-block table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
#homepage #contact-block .right-side .info-block table td,
#homepage #contact-block .right-side .info-block table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
#homepage #contact-block .right-side .info-block table th {
  font-weight: bold;
}
#homepage #contact-block .right-side .info-block pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
#homepage #contact-block .right-side .info-block blockquote {
  font-style: italic;
  margin: 1em 3em;
}
#homepage #contact-block .right-side .info-block blockquote p:before {
  content: '"';
}
#homepage #contact-block .right-side .info-block blockquote p:after {
  content: '"';
}
#homepage #contact-block .right-side .info-block img.size-auto,
#homepage #contact-block .right-side .info-block img.size-full,
#homepage #contact-block .right-side .info-block img.size-large,
#homepage #contact-block .right-side .info-block img.size-medium,
#homepage #contact-block .right-side .info-block .attachment img {
  width: auto;
  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. */
}
#homepage #contact-block .right-side .info-block .alignnone,
#homepage #contact-block .right-side .info-block img.alignnone {
  margin: 0 auto 10px;
}
#homepage #contact-block .right-side .info-block .alignleft,
#homepage #contact-block .right-side .info-block img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
#homepage #contact-block .right-side .info-block .alignright,
#homepage #contact-block .right-side .info-block img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
#homepage #contact-block .right-side .info-block .aligncenter,
#homepage #contact-block .right-side .info-block img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#homepage #contact-block .right-side .info-block img.alignleft,
#homepage #contact-block .right-side .info-block img.alignright,
#homepage #contact-block .right-side .info-block img.aligncenter,
#homepage #contact-block .right-side .info-block img.alignnone {
  display: block;
  margin-bottom: 10px;
}
#homepage #contact-block .right-side .info-block .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
#homepage #contact-block .right-side .info-block .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
#homepage #contact-block .right-side .info-block .wp-smiley {
  margin: 0;
}
#homepage #contact-block .right-side .info-block p {
  text-align: left;
}
#homepage #contact-block .right-side .info-block h4 {
  color: #000000;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 auto 0.4em;
}
#homepage #contact-block .right-side .connect {
  background: url('../img/aquarelbluebg.png') 0 0 no-repeat rgba(231, 240, 251, 0.85);
  width: auto;
  padding: 12px 15px;
  color: #ffffff;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  float: left;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage #contact-block .right-side .connect:hover {
  background-color: #5e79b7;
}
#homepage #contact-block .right-side .social {
  display: block;
  width: 50%;
  float: right;
  margin: 0 !important;
}
#homepage #contact-block .right-side .social li {
  display: block;
  margin: 0 0 14px 0;
}
#homepage #contact-block .right-side .social li a {
  background: none;
  color: #000000;
  text-indent: 0;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  text-align: left;
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0 0 0 58px;
  line-height: 3;
  position: relative;
}
#homepage #contact-block .right-side .social li a:before {
  background: url('../img/social-icons.png') 0 0 no-repeat;
  background-color: #5e79b7;
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#homepage #contact-block .right-side .social li a.fcb:before {
  background-position: 0 0;
}
#homepage #contact-block .right-side .social li a.vim:before {
  background-position: -44px 0;
}
#homepage #contact-block .right-side .social li a.twt:before {
  background-position: -88px 0;
}
#homepage #contact-block .right-side .social li a.pin:before {
  background-position: -132px 0;
}
#homepage #contact-block .right-side .social li a.email:before {
  background-position: -176px 0;
}
#homepage #contact-block .right-side .social li a:hover:before {
  background-color: #dbc492;
}
/* Blog
*******************************/
header.page-title {
  overflow: hidden;
}
header.page-title h2 {
  width: 660px;
  float: left;
}
header.page-title #cats-toggler {
  color: #000000;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  float: right;
  margin: 44px 0 0;
  padding: 0 24px 0 0;
  position: relative;
}
header.page-title #cats-toggler:after {
  background: url('../img/cats-toggler-arrows.png') 0 -48px no-repeat;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -3px;
  right: 0;
}
header.page-title #cats-toggler:hover {
  color: #5e79b7;
}
header.page-title #cats-toggler:hover:after {
  background-position: 0 -32px;
}
header.page-title #cats-toggler.opened:after {
  background-position: 0 0;
}
header.page-title #cats-toggler.opened:hover {
  color: #5e79b7;
}
header.page-title #cats-toggler.opened:hover:after {
  background-position: 0 -16px;
}
header.page-title .cats-subnav {
  border-top: 1px solid #e5e5e5;
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 34px 0;
  overflow: hidden;
  zoom: 1;
}
header.page-title .cats-subnav h4 {
  color: #000000;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 190px;
  float: left;
  margin: 0 0 0 64px;
}
header.page-title .cats-subnav h4 span {
  color: #dbc492;
  display: block;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 1;
}
header.page-title .cats-subnav ul {
  display: block;
  width: 130px;
  float: left;
  margin: 0 0 0 60px;
}
header.page-title .cats-subnav ul li {
  display: block;
  margin: 4px 0;
}
header.page-title .cats-subnav ul li a {
  color: #000000;
  display: block;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 0;
}
header.page-title .cats-subnav ul li a:hover {
  color: #dbc492;
}
#blog h2:before {
  background: url('../img/page-icons.png') -335px 0 no-repeat;
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#blog .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
  padding: 45px 0;
}
#blog .fullwidth-wrap .wrapper {
  overflow: hidden;
}
#blog .fullwidth-wrap .wrapper .post {
  border: 1px solid #e5e5e5;
  display: block;
  width: 314px;
  height: 314px;
  float: left;
  margin: 0 9px 9px 0;
  overflow: hidden;
  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;
}
#blog .fullwidth-wrap .wrapper .post.index-1 {
  width: 637px;
  height: 637px;
}
#blog .fullwidth-wrap .wrapper .post.index-1 figure {
  width: 637px;
  height: 637px;
}
#blog .fullwidth-wrap .wrapper .post.index-1 .info {
  background: url('../img/aquarelbluebg.png') 0 0 no-repeat rgba(231, 240, 251, 0.85);
  background-size: 100% 100%;
  display: block;
  width: 557px;
  height: 557px;
  padding: 40px;
}
#blog .fullwidth-wrap .wrapper .post.index-1 .info h3 {
  margin: 170px auto 24px;
}
#blog .fullwidth-wrap .wrapper .post.index-2,
#blog .fullwidth-wrap .wrapper .post.index-3,
#blog .fullwidth-wrap .wrapper .post.third {
  margin: 0 0 9px;
}
#blog .fullwidth-wrap .wrapper .post figure {
  display: block;
  width: 314px;
  height: 314px;
}
#blog .fullwidth-wrap .wrapper .post figure img {
  width: 100%;
  height: auto;
}
#blog .fullwidth-wrap .wrapper .post .info {
  background: url('../img/aquarelbluebg.png') 0 0 no-repeat rgba(231, 240, 251, 0.85);
  display: block;
  width: 274px;
  height: 274px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#blog .fullwidth-wrap .wrapper .post .info.display_info {
  -moz-opacity: 8 !important;
  -khtml-opacity: 8 !important;
  -webkit-opacity: 8 !important;
  opacity: 8 !important;
}
#blog .fullwidth-wrap .wrapper .post .info h3 {
  color: #000000;
  font-size: 18px;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 auto 24px;
}
#blog .fullwidth-wrap .wrapper .post .info h3:before {
  content: "+";
  display: block;
  border: 2px solid #ffffff;
  width: 18px;
  height: 18px;
  padding: 7px;
  line-height: 1;
  margin: 35px auto;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#blog .fullwidth-wrap .wrapper .post .info time,
#blog .fullwidth-wrap .wrapper .post .info span {
  color: #5e79b7;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  text-align: center;
}
#blog .fullwidth-wrap .wrapper .post .info span:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}
#blog .fullwidth-wrap .wrapper .post:hover .info {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#blog .fullwidth-wrap .wrapper .post:hover .info h3:before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
#post h2:before {
  background: url('../img/page-icons.png') -335px 0 no-repeat;
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#post .back-to-grid {
  background: url('../img/grid-icon.png') 0 0 no-repeat;
  display: block;
  float: right;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 40px 28px 0 0;
  padding: 0 0 0 32px;
  height: 16px;
}
#post .back-to-grid:hover {
  background-position: 0 -16px;
  color: #777777;
}
#post .chronological {
  float: right;
  margin: 38px 0 0;
}
#post .chronological span {
  color: #000000;
  display: inline-block;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}
#post .chronological .prev a {
  background: none;
  color: #000000;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  height: 19px;
  width: 70px;
  padding: 0;
  text-align: left;
}
#post .chronological .prev a:before {
  background: url('../img/paginator-small-arrows.png') 0 -38px no-repeat;
  content: " ";
  display: block;
  float: left;
  width: 10px;
  height: 19px;
  margin: 0 12px 0 0;
  position: static;
}
#post .chronological .prev a:after {
  content: "/";
  display: inline;
  padding: 0 12px;
}
#post .chronological .prev a:hover {
  color: #5e79b7;
}
#post .chronological .prev a:hover:before {
  background-position: 0 -57px;
}
#post .chronological .next a {
  background: none;
  color: #000000;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  height: 19px;
  right: 0;
  width: 70px;
  padding: 0;
  text-align: right;
}
#post .chronological .next a:after {
  background: url('../img/paginator-small-arrows.png') 0 0 no-repeat;
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 19px;
  margin: 0 0 0 12px;
}
#post .chronological .next a:hover {
  color: #5e79b7;
}
#post .chronological .next a:hover:after {
  background-position: 0 -19px;
}
#post .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
  padding: 45px 0 4px;
  margin-bottom: -30px;
}
#post .fullwidth-wrap article h2 {
  background: none;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 34px;
  padding: 0;
  line-height: 1;
  width: 100%;
  max-width: 960px;
}
#post .fullwidth-wrap article h2:before {
  content: "";
  display: none;
}
#post .fullwidth-wrap article .meta {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 960px;
}
#post .fullwidth-wrap article .meta a,
#post .fullwidth-wrap article .meta time {
  color: #dbc492;
  font-family: 'BrandonGrotesqueBlackRegular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-family: 14px;
}
#post .fullwidth-wrap article .meta a:hover {
  color: #777777;
}
#post .fullwidth-wrap article .actions {
  background: url('../img/dbl-line.png') 0 0 repeat-x;
  margin: 20px auto 0;
}
#post .fullwidth-wrap article .actions .wrapper {
  border: 1px solid #e5e5e5;
  border-top: 0;
  width: 960px;
  padding: 24px 20px 20px 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#post .fullwidth-wrap article .actions .wrapper .comCounter {
  background: url('../img/comcount-bg.png') 0 0 no-repeat;
  float: left;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
  padding: 8px 0 8px 40px;
  height: 14px;
  letter-spacing: 1px;
}
#post .fullwidth-wrap article .actions .wrapper .share li span {
  display: block;
  line-height: 1;
  padding: 8px 0;
  height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
}
#post .fullwidth-wrap article .actions .wrapper .share li a {
  background-color: #5e79b7;
}
#post .fullwidth-wrap article .actions .wrapper .share li a.fcb {
  background-position: -6px -6px;
}
#post .fullwidth-wrap article .actions .wrapper .share li a.fcb:hover {
  background-position: -6px -50px;
}
#post .fullwidth-wrap article .actions .wrapper .share li a.twt {
  background-position: -95px -6px;
}
#post .fullwidth-wrap article .actions .wrapper .share li a.twt:hover {
  background-position: -95px -50px;
}
#post .fullwidth-wrap article .actions .wrapper .share li a.pin {
  background-position: -138px -6px;
}
#post .fullwidth-wrap article .actions .wrapper .share li a.pin:hover {
  background-position: -138px -50px;
}
#post .fullwidth-wrap article .actions .wrapper .share li a:hover {
  background-color: #dfdfdf;
}
#post .fullwidth-wrap article .comments {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 902px;
  padding: 0 28px;
  overflow: hidden;
  zoom: 1;
}
#post .fullwidth-wrap article .comments .list {
  width: 620px;
  float: left;
  display: block;
  height: 442px;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li span.no-com {
  background: url('../img/first-comment.png') 50% 100% no-repeat;
  display: block;
  width: 100%;
  height: 290px;
  overflow: hidden;
  text-indent: -5555px;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment {
  background: url('../img/gold-border.png') 0 100% no-repeat;
  padding: 0 0 10px;
  margin: 26px 0;
  width: 550px;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment:last-child {
  background: none;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .author,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .author a {
  color: #000000;
  display: block;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .added {
  color: #dbc492;
  display: block;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 1;
  margin: 8px 0;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text {
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'cantarellregular', Arial, Helvetica, sans-serif;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul {
  list-style: square;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul li {
  list-style: square;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol {
  list-style: decimal;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol li {
  list-style: decimal;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul ul,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ul,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul ol,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ol {
  margin-bottom: 0;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ol {
  list-style: upper-alpha;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ol ol {
  list-style: lower-roman;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ol ol ol {
  list-style: lower-alpha;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h1,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h2,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h3,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h4,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h5,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h6 {
  text-transform: none;
  margin-bottom: .5em;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text 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;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text a:link,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text a:visited,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text a:active {
  color: #5e79b7;
  text-decoration: none;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text a:hover {
  color: #dbc492;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text table td,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text table th {
  font-weight: bold;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text blockquote {
  font-style: italic;
  margin: 1em 3em;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text blockquote p:before {
  content: '"';
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text blockquote p:after {
  content: '"';
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.size-auto,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.size-full,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.size-large,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.size-medium,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .attachment img {
  width: auto;
  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. */
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .alignnone,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignnone {
  margin: 0 auto 10px;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .alignleft,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .alignright,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .aligncenter,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignleft,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignright,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.aligncenter,
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignnone {
  display: block;
  margin-bottom: 10px;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
#post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .wp-smiley {
  margin: 0;
}
#post .fullwidth-wrap article .comments .comment-form {
  margin: 28px 0 ;
  float: right;
  width: 280px;
}
#post .fullwidth-wrap article .comments .comment-form .messages {
  color: #5e79b7;
  text-align: center;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 12px;
  width: 100%;
}
#post .fullwidth-wrap article .comments .comment-form form {
  width: 100%;
}
#post .fullwidth-wrap article .comments .comment-form form input,
#post .fullwidth-wrap article .comments .comment-form form textarea,
#post .fullwidth-wrap article .comments .comment-form form label {
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
}
#post .fullwidth-wrap article .comments .comment-form form label {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 23px;
  left: 0;
  text-align: center;
}
#post .fullwidth-wrap article .comments .comment-form form label.error {
  color: red;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  top: 4px;
  right: 5px;
  text-align: right;
}
#post .fullwidth-wrap article .comments .comment-form form .inputs {
  width: 100%;
}
#post .fullwidth-wrap article .comments .comment-form form .inputs div {
  position: relative;
  margin: 0 auto 10px;
}
#post .fullwidth-wrap article .comments .comment-form form .inputs div input {
  background: #f2f2f2;
  border: 0;
  width: 100%;
  height: 56px;
  padding: 23px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#post .fullwidth-wrap article .comments .comment-form form .area {
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
}
#post .fullwidth-wrap article .comments .comment-form form .area label {
  top: 69px;
}
#post .fullwidth-wrap article .comments .comment-form form .area label.error {
  top: 4px;
  right: 5px;
}
#post .fullwidth-wrap article .comments .comment-form form .area textarea {
  background: #f2f2f2;
  border: 0;
  width: 100%;
  height: 148px;
  padding: 12px;
  text-transform: none;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#post .fullwidth-wrap article .comments .comment-form form .submit input[type="submit"] {
  border: 0;
  color: #000000;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto;
  width: auto;
  text-align: center;
  padding: 0;
  display: block;
}
/* Simple Page
*******************************/
section.page h2 {
  display: block;
  color: #000000;
  max-width: 960px;
  margin: 20px auto;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2.3;
}
section.page .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
  padding: 32px 0;
}
/* Error Page
*******************************/
#page404 .fullwidth-wrap {
  background: url('../img/blue-circles.png') 102% -252px no-repeat;
  padding: 80px 0 10px;
}
#page404 .fullwidth-wrap h2 {
  background: url('../img/404-bg.png') 50% 0 no-repeat;
  padding: 200px 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 24px;
}
#page404 .fullwidth-wrap .story {
  width: 410px;
  margin: 0 auto;
  text-align: center;
}
#page404 .fullwidth-wrap .story p {
  text-align: center;
}
/* About
*******************************/
#about > h2:before {
  background: url('../img/page-icons.png') -390px 0 no-repeat;
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#about .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x;
  padding: 45px 0 0;
  margin-bottom: -26px;
}
#about article {
  width: 960px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 32px;
}
#about article h2 {
  color: #000000;
  display: block;
  float: left;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.97em;
  text-align: right;
  width: 298px;
  position: relative;
  margin: 0;
}
#about article h2 span {
  color: #dbc492;
  font-size: 144px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.82em;
}
#about article .story {
  width: 600px;
  float: right;
}
#about #slider-wrap {
  width: 100%;
  height: 596px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
#about #slider-wrap #slider {
  width: 896px;
  height: 596px;
  margin: 0 auto;
  overflow: visible;
  position: static;
}
#about #slider-wrap #slider .flex-direction-nav a {
  background: url('../img/paginator-arrows.png') 0 0 no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 273px;
  text-indent: -4545px;
}
#about #slider-wrap #slider .flex-direction-nav a.flex-prev {
  background-position: 0 0;
  left: 30px;
}
#about #slider-wrap #slider .flex-direction-nav a.flex-prev:hover {
  background-position: 0 -50px;
}
#about #slider-wrap #slider .flex-direction-nav a.flex-next {
  background-position: -50px 0;
  right: 30px;
}
#about #slider-wrap #slider .flex-direction-nav a.flex-next:hover {
  background-position: -50px -50px;
}
#about #slider-wrap #slider .flex-viewport {
  overflow: visible !important;
}
#about #slider-wrap #slider .slides li {
  width: 896px;
}
#about #facts {
  clear: both;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#about #facts aside {
  background: url('../img/choose-romb.png') 50% 76px no-repeat;
  width: 320px;
  float: left;
  padding: 300px 0 0;
}
#about #facts aside a.prof-chooser {
  display: block;
  margin: 0 auto;
  width: 163px;
  height: 163px;
  overflow: hidden;
  position: relative;
  z-index: 8;
}
#about #facts aside a.prof-chooser img {
  max-width: 100%;
  height: auto;
}
#about #facts aside a.prof-chooser span {
  background: url('../img/profile-hover.png') 0 0 no-repeat;
  color: #ffffff;
  display: block;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  height: 24px;
  line-height: 1;
  letter-spacing: 2px;
  padding: 70px 0;
  text-transform: uppercase;
  width: 163px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#about #facts aside a.prof-chooser:hover span {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#about #facts aside span.or {
  color: #000000;
  display: block;
  margin: 15px auto;
  text-align: center;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 18px;
}
#about #facts .main-content {
  background: url('../img/sand-gradientbg-vertical-2.png') 0 0 repeat-y;
  width: 320px;
  float: right;
  width: 640px;
  padding: 58px 0 0;
  min-height: 700px;
}
#about #facts .main-content .quote-1 {
  color: #000000;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 80px;
  margin: 0 0 32px;
  position: relative;
}
#about #facts .main-content .quote-1:before {
  color: #dbc492;
  content: "\"";
  font-size: 68px;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -4px;
  left: 34px;
}
#about #facts .main-content .quote-1 p:after {
  color: #dbc492;
  content: "\"";
  font-size: 68px;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 0;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
#about #facts .main-content .quote-2 {
  color: #000000;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 80px;
  margin: 0 0 32px;
}
#about #facts .main-content .profile {
  background: url('../img/dbl-line.png') 0 0 repeat-x;
  display: none;
  width: auto;
  padding: 40px 0 0 80px;
}
#about #facts .main-content .profile h2,
#about #facts .main-content .profile h3,
#about #facts .main-content .profile h4 {
  color: #000000;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 12px;
}
#about #facts .main-content .profile p {
  margin: 0 0 2em;
}
/* Galleries
*******************************/
body.tax-gallery-category header#header-main #nav-main ul li.photo-gallery a {
  color: #dbc492;
}
#portfolio h2:before {
  background: url('../img/page-icons.png') -220px 0 no-repeat;
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#portfolio .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
  padding: 45px 0;
}
#portfolio .fullwidth-wrap .wrapper {
  overflow: hidden;
}
#portfolio .fullwidth-wrap .wrapper .gallery {
  display: block;
  width: 314px;
  height: 314px;
  float: left;
  margin: 0 9px 9px 0;
  overflow: hidden;
  position: relative;
}
#portfolio .fullwidth-wrap .wrapper .gallery.third {
  margin: 0 0 9px;
}
#portfolio .fullwidth-wrap .wrapper .gallery figure {
  display: block;
  width: 314px;
  height: 314px;
}
#portfolio .fullwidth-wrap .wrapper .gallery figure img {
  width: 100%;
  height: auto;
}
#portfolio .fullwidth-wrap .wrapper .gallery .info {
  background: url('../img/aquarelbluebg.png') 0 0 no-repeat rgba(231, 240, 251, 0.85);
  display: block;
  width: 274px;
  height: 274px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .fullwidth-wrap .wrapper .gallery .info h3 {
  color: #000000;
  font-size: 18px;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 auto 24px;
}
#portfolio .fullwidth-wrap .wrapper .gallery .info h3:before {
  content: "+";
  display: block;
  border: 2px solid #ffffff;
  width: 18px;
  height: 18px;
  padding: 7px;
  line-height: 1;
  margin: 35px auto;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#portfolio .fullwidth-wrap .wrapper .gallery .info time,
#portfolio .fullwidth-wrap .wrapper .gallery .info span {
  color: #5e79b7;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  text-align: center;
}
#portfolio .fullwidth-wrap .wrapper .gallery .info span:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}
#portfolio .fullwidth-wrap .wrapper .gallery:hover .info {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#portfolio .fullwidth-wrap .wrapper .gallery:hover .info h3:before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
body.single-gallery #gallery h2 {
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
}
body.single-gallery #gallery .meta {
  width: 960px;
  text-align: center;
  margin: 0 auto 16px;
}
body.single-gallery #gallery .meta time,
body.single-gallery #gallery .meta a {
  color: #5e79b7;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  text-align: center;
}
body.single-gallery #gallery .meta a:hover {
  color: #777777;
}
body.single-gallery #gallery .meta time:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}
body.single-gallery #gallery #slider {
  width: 960px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
body.single-gallery #gallery #slider .flex-direction-nav li a {
  background: url('../img/gallery-arrows.png') 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  overflow: hidden;
  text-indent: -4444px;
}
body.single-gallery #gallery #slider .flex-direction-nav li a.flex-prev {
  background-position: 0 50%;
  left: 0;
}
body.single-gallery #gallery #slider .flex-direction-nav li a.flex-prev:hover {
  background-position: -50px 50%;
}
body.single-gallery #gallery #slider .flex-direction-nav li a.flex-next {
  background-position: -150px 50%;
  right: 0;
}
body.single-gallery #gallery #slider .flex-direction-nav li a.flex-next:hover {
  background-position: -100px 50%;
}
body.single-gallery .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
  padding: 18px 0 32px;
  margin: 0 auto 28px;
}
body.single-gallery .wrapper {
  overflow: hidden;
}
body.single-gallery .wrapper .back-to-grid {
  background: url('../img/grid-icon.png') 0 0 no-repeat;
  display: block;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 7px 0 0;
  padding: 0 0 0 32px;
  height: 16px;
  float: left;
}
body.single-gallery .wrapper .back-to-grid:hover {
  background-position: 0 -16px;
  color: #777777;
}
body.single-gallery .wrapper .share {
  float: right;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 1px;
}
body.single-gallery .wrapper .share li {
  float: left;
  margin: 0 0 0 14px;
}
body.single-gallery .wrapper .share li span {
  line-height: 3.1;
}
body.single-gallery #footer-main {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x;
}
#blog ul.page-numbers,
body.post-type-archive-gallery ul.page-numbers,
body.post-type-archive-video ul.page-numbers {
  width: 960px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: left;
  margin: 26px auto 0;
}
#blog ul.page-numbers li,
body.post-type-archive-gallery ul.page-numbers li,
body.post-type-archive-video ul.page-numbers li {
  display: inline-block;
  margin: 0 3px 0 0;
}
#blog ul.page-numbers li .firstelem,
body.post-type-archive-gallery ul.page-numbers li .firstelem,
body.post-type-archive-video ul.page-numbers li .firstelem {
  background: none;
  padding: 0 ;
  margin: 0 ;
}
#blog ul.page-numbers li .hasdot,
body.post-type-archive-gallery ul.page-numbers li .hasdot,
body.post-type-archive-video ul.page-numbers li .hasdot {
  background: url('../img/gray-dot.png') 0 50% no-repeat;
}
#blog ul.page-numbers li span,
body.post-type-archive-gallery ul.page-numbers li span,
body.post-type-archive-video ul.page-numbers li span {
  color: #5e79b7;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 0 0 16px ;
  margin: 0 0 0 10px ;
}
#blog ul.page-numbers li a,
body.post-type-archive-gallery ul.page-numbers li a,
body.post-type-archive-video ul.page-numbers li a {
  color: #000000;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  padding: 0 0 0 16px ;
  margin: 0 0 0 10px ;
}
#blog ul.page-numbers li a.prev,
body.post-type-archive-gallery ul.page-numbers li a.prev,
body.post-type-archive-video ul.page-numbers li a.prev {
  background: none;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  position: absolute;
  height: 19px;
  top: 0;
  right: 90px;
  left: auto;
  width: 70px;
  padding: 0;
  text-align: left;
}
#blog ul.page-numbers li a.prev:before,
body.post-type-archive-gallery ul.page-numbers li a.prev:before,
body.post-type-archive-video ul.page-numbers li a.prev:before {
  background: url('../img/paginator-small-arrows.png') 0 -38px no-repeat;
  content: " ";
  display: block;
  float: left;
  width: 10px;
  height: 19px;
  margin: 0 12px 0 0;
  position: static;
}
#blog ul.page-numbers li a.prev:hover:before,
body.post-type-archive-gallery ul.page-numbers li a.prev:hover:before,
body.post-type-archive-video ul.page-numbers li a.prev:hover:before {
  background-position: 0 -57px;
}
#blog ul.page-numbers li a.next,
body.post-type-archive-gallery ul.page-numbers li a.next,
body.post-type-archive-video ul.page-numbers li a.next {
  background: none;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  position: absolute;
  height: 19px;
  top: 0;
  right: 0;
  width: 70px;
  padding: 0;
  text-align: right;
}
#blog ul.page-numbers li a.next:after,
body.post-type-archive-gallery ul.page-numbers li a.next:after,
body.post-type-archive-video ul.page-numbers li a.next:after {
  background: url('../img/paginator-small-arrows.png') 0 0 no-repeat;
  content: " ";
  display: block;
  float: right;
  width: 10px;
  height: 19px;
  margin: 0 0 0 12px;
}
#blog ul.page-numbers li a.next:hover:after,
body.post-type-archive-gallery ul.page-numbers li a.next:hover:after,
body.post-type-archive-video ul.page-numbers li a.next:hover:after {
  background-position: 0 -19px;
}
#blog ul.page-numbers li a:hover,
body.post-type-archive-gallery ul.page-numbers li a:hover,
body.post-type-archive-video ul.page-numbers li a:hover {
  color: #777777;
}
#blog #footer-main,
body.post-type-archive-gallery #footer-main,
body.post-type-archive-video #footer-main {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x;
}
/* Contact
*******************************/
#contact h2:before {
  background: url('../img/page-icons.png') -165px 0 no-repeat;
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#contact .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x;
  padding: 0;
  margin: 0 auto -26px;
}
#contact .fullwidth-wrap .wrapper {
  background: url('../img/sand-gradientbg-vertical.png') 70px 0 repeat-y;
  overflow: hidden;
}
#contact .left-side {
  float: left;
  padding: 32px 33px 32px 0;
  width: 360px;
  text-align: center;
}
#contact .left-side .social a {
  background: none;
  text-indent: unset;
  display: inline-block;
}
#contact .left-side .social a img {
  display: block;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#contact .left-side .social a:hover img {
  opacity: 0.5;
}
#contact .left-side #gmap3 {
  display: block;
  width: 100%;
  height: 204px;
  overflow: hidden;
}
#contact .left-side .info-block {
  margin: 36px auto;
  width: 68%;
  margin-left: 0;
  text-align: left;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-family: 'cantarellregular', Arial, Helvetica, sans-serif;
}
#contact .left-side .info-block ul {
  list-style: square;
}
#contact .left-side .info-block ul li {
  list-style: square;
}
#contact .left-side .info-block ol {
  list-style: decimal;
}
#contact .left-side .info-block ol li {
  list-style: decimal;
}
#contact .left-side .info-block ul,
#contact .left-side .info-block ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
#contact .left-side .info-block ul ul,
#contact .left-side .info-block ol ul,
#contact .left-side .info-block ul ol,
#contact .left-side .info-block ol ol {
  margin-bottom: 0;
}
#contact .left-side .info-block ol ol {
  list-style: upper-alpha;
}
#contact .left-side .info-block ol ol ol {
  list-style: lower-roman;
}
#contact .left-side .info-block ol ol ol ol {
  list-style: lower-alpha;
}
#contact .left-side .info-block h1,
#contact .left-side .info-block h2,
#contact .left-side .info-block h3,
#contact .left-side .info-block h4,
#contact .left-side .info-block h5,
#contact .left-side .info-block h6 {
  text-transform: none;
  margin-bottom: .5em;
}
#contact .left-side .info-block 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;
}
#contact .left-side .info-block a:link,
#contact .left-side .info-block a:visited,
#contact .left-side .info-block a:active {
  color: #5e79b7;
  text-decoration: none;
}
#contact .left-side .info-block a:hover {
  color: #dbc492;
}
#contact .left-side .info-block table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
#contact .left-side .info-block table td,
#contact .left-side .info-block table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
#contact .left-side .info-block table th {
  font-weight: bold;
}
#contact .left-side .info-block pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
#contact .left-side .info-block blockquote {
  font-style: italic;
  margin: 1em 3em;
}
#contact .left-side .info-block blockquote p:before {
  content: '"';
}
#contact .left-side .info-block blockquote p:after {
  content: '"';
}
#contact .left-side .info-block img.size-auto,
#contact .left-side .info-block img.size-full,
#contact .left-side .info-block img.size-large,
#contact .left-side .info-block img.size-medium,
#contact .left-side .info-block .attachment img {
  width: auto;
  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. */
}
#contact .left-side .info-block .alignnone,
#contact .left-side .info-block img.alignnone {
  margin: 0 auto 10px;
}
#contact .left-side .info-block .alignleft,
#contact .left-side .info-block img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
#contact .left-side .info-block .alignright,
#contact .left-side .info-block img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
#contact .left-side .info-block .aligncenter,
#contact .left-side .info-block img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contact .left-side .info-block img.alignleft,
#contact .left-side .info-block img.alignright,
#contact .left-side .info-block img.aligncenter,
#contact .left-side .info-block img.alignnone {
  display: block;
  margin-bottom: 10px;
}
#contact .left-side .info-block .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
#contact .left-side .info-block .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
#contact .left-side .info-block .wp-smiley {
  margin: 0;
}
#contact .left-side .info-block p {
  text-align: center;
}
#contact .left-side .info-block h4 {
  color: #000000;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 auto 0.4em;
}
#contact .left-side .info-block .social {
  text-align: left;
}
#contact .right-side {
  float: right;
  width: 516px;
  padding: 32px 20px;
}
#contact .right-side form {
  width: 100%;
}
#contact .right-side form input,
#contact .right-side form textarea,
#contact .right-side form label {
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
}
#contact .right-side form label {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 22px;
  left: 0;
  text-align: center;
  z-index: 2;
}
#contact .right-side form .inputs {
  width: 100%;
}
#contact .right-side form .inputs p {
  position: relative;
  margin: 0 auto 10px;
}
#contact .right-side form .inputs p input {
  background: #f2f2f2;
  border: 0;
  width: 100%;
  height: 54px;
  padding: 22px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#contact .right-side form .inputs p input#your-date {
  background: url('../img/cal-icon.png') 94% 50% no-repeat #f2f2f2;
}
#contact .right-side form .area {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#contact .right-side form .area p {
  margin: 0 auto;
  line-height: 1;
}
#contact .right-side form .area label {
  top: 68px;
}
#contact .right-side form .area textarea {
  background: #f2f2f2;
  border: 0;
  width: 100%;
  height: 146px;
  padding: 12px;
  text-transform: none;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#contact .right-side form .say input[type="submit"] {
  background: url('../img/scrollpane-arrows.png') 0 -200px no-repeat;
  color: #ffffff;
  display: block;
  width: 99px;
  height: 50px;
  border: 0;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0 38px;
}
#contact .right-side form .say input[type="submit"]:hover {
  background-position: 0 -250px;
}
#contact .right-side form .wpcf7-response-output,
#contact .right-side form .wpcf7-validation-errors {
  color: #5e79b7;
  font-family: 'aleoitalic', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  border: 0;
  margin: 15px auto 0;
  padding: 0;
}
#ui-datepicker-div {
  display: none;
  background: #ffffff;
  border: 10px solid #5e79b7;
  position: absolute;
  top: 56px;
  width: 496px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 12 !important;
}
#ui-datepicker-div a {
  color: #000000;
}
#ui-datepicker-div a:hover {
  color: #dbc492;
}
#ui-datepicker-div .ui-datepicker-header {
  margin: 12px auto;
  width: 86%;
}
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-title {
  display: block;
  clear: both;
  width: 86%;
  text-align: center;
  margin: 0 auto;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 86%;
  margin: 16px auto;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  color: #5e79b7;
  font-family: 'aleoitalic', Arial, Helvetica, sans-serif;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  padding: 6px 0;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  display: block;
}
.social {
  width: 100%;
  text-align: center;
  margin: 16px auto 30px !important;
  padding: 0;
}
.social li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.social li a {
  background: url('../img/social-icons.png') 0 0 no-repeat;
  background-color: #5e79b7;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  text-indent: -55555px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social li a.fcb {
  background-position: 0 0;
}
.social li a.vim {
  background-position: -44px 0;
}
.social li a.twt {
  background-position: -88px 0;
}
.social li a.pin {
  background-position: -132px 0;
}
.social li a.email {
  background-position: -176px 0;
}
.social li a:hover {
  background-color: #dbc492;
}
/* Info
*******************************/
body.page-template-template-investment-php #header-main #nav-main ul li.info a,
body.post-type-archive-faq #header-main #nav-main ul li.info a,
body.post-type-archive-testimonial #header-main #nav-main ul li.info a {
  color: #dbc492;
}
body.page-template-template-investment-php .info-submenu,
body.post-type-archive-faq .info-submenu,
body.post-type-archive-testimonial .info-submenu {
  display: block !important;
}
body.page-template-template-investment-php .page,
body.post-type-archive-faq .page,
body.post-type-archive-testimonial .page {
  padding-top: 45px !important;
}
/* Investment
*******************************/
#investment h2:before {
  background: url('../img/page-icons.png') -55px 0 no-repeat;
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#investment .story {
  margin: 10px auto 40px;
}
#investment .details {
  margin: 40px auto 0;
}
#investment #packages {
  background: url('../img/sand-gradientbg.png') 50% 0 repeat-x;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#investment #packages .package {
  margin: 50px 0 40px;
  width: 33.3333%;
  float: left;
}
#investment #packages .package h3 {
  color: #000000;
  display: table-cell;
  font-size: 24px;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  width: 318px;
  height: 84px;
  vertical-align: bottom;
}
#investment #packages .package h3 span {
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  display: block;
}
#investment #packages .package figure {
  display: block;
  margin: 15px auto 25px;
  width: 150px;
  height: 120px;
  position: relative;
}
#investment #packages .package figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#investment #packages .package .price {
  color: #000000;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'brandon_grotesquemedium', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
body.page-template-template-investment-php a.booknow {
  background: none;
  display: block;
  color: #000000;
  max-width: 960px;
  margin: 26px auto;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.1;
  height: 112px;
  overflow: hidden;
}
body.page-template-template-investment-php a.booknow:before {
  background: url('../img/ui-elements.png') 0 0 no-repeat;
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  overflow: hidden;
}
body.page-template-template-investment-php a.booknow:hover {
  color: #777777;
}
body.page-template-template-investment-php a.booknow:hover:before {
  background-position: 0 -50px;
}
/* Testimonials
*******************************/
#testimonials h2:before {
  background: url('../img/page-icons.png') -55px 0 no-repeat;
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#testimonials .fullwidth-wrap article.testimonial {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 3px 0 26px;
  margin: 0 auto 32px;
  zoom: 1;
}
#testimonials .fullwidth-wrap article.testimonial:last-child {
  border: 0;
  padding: 3px 0 0;
  margin: 0 auto;
}
#testimonials .fullwidth-wrap article.testimonial figure {
  background: #ffffff;
  border: 2px solid #dbc492;
  display: block;
  float: left;
  width: 192px;
  height: 192px;
  overflow: hidden;
  margin: 0 42px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#testimonials .fullwidth-wrap article.testimonial figure img {
  margin: 4px;
  display: block;
  width: 184px;
  height: auto;
  -webkit-border-radius: 92px;
  -moz-border-radius: 92px;
  border-radius: 92px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#testimonials .fullwidth-wrap article.testimonial h3 {
  color: #000000;
  font-family: 'aleoregular', Arial, Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 720px;
  float: right;
  text-align: left;
  line-height: 1.2;
  margin: 0 0 22px;
}
#testimonials .fullwidth-wrap article.testimonial .story {
  width: 720px;
  float: right;
}
#testimonials .fullwidth-wrap article.testimonial .story .details {
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}
#testimonials .fullwidth-wrap article.testimonial .story .details li {
  display: block;
  margin: 0 0 3px;
  letter-spacing: 1px;
}
#testimonials .fullwidth-wrap article.testimonial .story .details li span {
  color: #dbc492;
}
#testimonials .fullwidth-wrap article.testimonial .story .details li a {
  color: #5e79b7;
}
#testimonials .fullwidth-wrap article.testimonial .story .details li a:hover {
  color: #777777;
}
/* Videos
*******************************/
body.tax-video-category header#header-main #nav-main ul li.film-gallery a {
  color: #dbc492;
}
#video-archive h2:before {
  background: url('../img/page-icons.png') -275px 0 no-repeat;
  content: " ";
  display: block;
  width: 60px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#video-archive .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
  padding: 4px 0;
}
#video-archive .fullwidth-wrap .video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 9px;
  overflow: hidden;
  position: relative;
}
#video-archive .fullwidth-wrap .video.active {
  z-index: 3;
}
#video-archive .fullwidth-wrap .video.active .info,
#video-archive .fullwidth-wrap .video.active .overlay {
  display: none;
}
#video-archive .fullwidth-wrap .video .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#video-archive .fullwidth-wrap .video .info {
  background: #ffffff;
  display: block;
  width: 320px;
  height: 350px;
  top: 50%;
  left: 50%;
  padding: 28px;
  margin: -188px 0 0 -203px;
  z-index: 2;
  text-align: center;
  position: absolute;
}
#video-archive .fullwidth-wrap .video .info a.play-video {
  background: url('../img/play-icon.png') 50% 0 no-repeat;
  color: #000000;
  display: block;
  font-family: 'BrandonGrotesqueBlackRegular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 60px 0 0;
  margin: 24px auto 34px;
}
#video-archive .fullwidth-wrap .video .info a.play-video:hover {
  color: #dbc492;
}
#video-archive .fullwidth-wrap .video .info h3 {
  color: #000000;
  font-size: 18px;
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 10px auto;
}
#video-archive .fullwidth-wrap .video .info h3 a {
  color: #000000;
}
#video-archive .fullwidth-wrap .video .info h3 a:hover {
  color: #5e79b7;
}
#video-archive .fullwidth-wrap .video .info a.video-cat {
  color: #5e79b7;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 10px auto 30px;
}
#video-archive .fullwidth-wrap .video .info time {
  color: #dbc492;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  text-align: center;
}
#video-archive .fullwidth-wrap .video .info .share {
  float: none;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#video-archive .fullwidth-wrap .video .info .share li {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
#video-archive .fullwidth-wrap .video .info .share li:first-child {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
#video-archive .fullwidth-wrap .video .info .share li span {
  color: #000000;
  line-height: 2;
}
#video-archive .fullwidth-wrap .video a.permalink {
  background: url('../img/link-angle.png') 0 0 no-repeat;
  width: 70px;
  height: 70px;
  display: block;
  text-indent: -5555px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#video-archive .fullwidth-wrap .video a.permalink:hover {
  background-position: 0 -70px;
}
body.single-video #video h2 {
  font-family: 'aleolight', Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
}
body.single-video #video .meta {
  width: 960px;
  text-align: center;
  margin: 0 auto 16px;
}
body.single-video #video .meta time,
body.single-video #video .meta a {
  color: #5e79b7;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  text-align: center;
}
body.single-video #video .meta a:hover {
  color: #777777;
}
body.single-video #video .meta time:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
}
body.single-video #video #player {
  width: 960px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
body.single-video .fullwidth-wrap {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
  padding: 18px 0 32px;
  margin: 0 auto 28px;
}
body.single-video .wrapper {
  overflow: hidden;
}
body.single-video .wrapper .back-to-list {
  background: url('../img/list-icon.png') 0 0 no-repeat;
  display: block;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 7px 0 0;
  padding: 0 0 0 32px;
  height: 16px;
  float: left;
}
body.single-video .wrapper .back-to-list:hover {
  background-position: 0 -16px;
  color: #777777;
}
body.single-video .wrapper .share {
  float: right;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 1px;
}
body.single-video .wrapper .share li {
  float: left;
  margin: 0 0 0 14px;
}
body.single-video .wrapper .share li span {
  line-height: 3.1;
}
body.single-video #footer-main {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x;
}
/* Press
*******************************/
/* FAQ
*******************************/
#faq h2:before {
  background: url('../img/page-icons.png') 0 0 no-repeat;
  content: " ";
  display: block;
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 12px;
}
#faq .fullwidth-wrap .wrapper article.faq {
  background: #f6f3ed;
  display: block;
  width: 920px;
  padding: 20px;
  margin: 0 auto 32px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#faq .fullwidth-wrap .wrapper article.faq:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #f6f3ed;
  position: absolute;
  top: -10px;
  left: 20px;
}
#faq .fullwidth-wrap .wrapper article.faq:last-child {
  margin: 0 auto;
}
#faq .fullwidth-wrap .wrapper article.faq h3 {
  color: #000000;
  font-family: 'aleoitalic', Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  float: left;
  width: 430px;
  position: relative;
  padding: 0 0 0 40px;
  line-height: 1.3;
  letter-spacing: 1px;
}
#faq .fullwidth-wrap .wrapper article.faq h3:before {
  content: "Q:";
  display: block;
  color: #dbc492;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
#faq .fullwidth-wrap .wrapper article.faq .story {
  float: right;
  width: 380px;
  position: relative;
  padding: 0 0 0 40px;
}
#faq .fullwidth-wrap .wrapper article.faq .story:before {
  content: "A:";
  display: block;
  color: #5e79b7;
  font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-faq #footer-main {
  background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x;
}
/* JScrollPane Styles
 *******************************/
.jspContainer {
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 99px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 900px;
  height: 16px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: url('../img/scroll-track.png') 50% 0 repeat-y;
  position: relative;
}
.jspDrag {
  background: url('../img/scroll-drag.png') 0 0 no-repeat;
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 41px;
  cursor: pointer;
  overflow: hidden;
}
.jspDrag:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  background: url('../img/scrollpane-arrows.png') 0 0 no-repeat;
  width: 99px;
  height: 50px;
}
.jspVerticalBar .jspArrow.jspArrowUp {
  background-position: 0 0;
}
.jspVerticalBar .jspArrow.jspArrowUp:hover {
  background-position: 0 -50px;
}
.jspVerticalBar .jspArrow.jspArrowDown {
  background-position: 0 -150px;
}
.jspVerticalBar .jspArrow.jspArrowDown:hover {
  background-position: 0 -100px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
  display: none;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* SnapJS Styles
 *******************************/
.snap-content {
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 270px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  z-index: 1;
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
@media (min-width: 1640px) {
  #homepage #about-block #slider-wrap #slider .slides li img {
    min-height: none;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  footer .madeby {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-footer .footer-container .footer-bottom-bar .footer-social-media {
    margin-right: 0;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-footer .footer-container .footer-bottom-bar {
    display: block;
  }
}
@media (max-width: 640px) {
  body {
    padding: 0 !important;
  }
  body #header-main,
  body #searchbar {
    display: none;
  }
  .wrapper {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
  }
  #mobile-logo {
    display: block;
    width: 90%;
    height: 208px;
    margin: 15px auto 0;
  }
  #mobile-logo a {
    background: url('../img/logo.png') 50% 50% no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100%;
    height: 208px;
    text-indent: -4444px;
  }
  a.booknow {
    background: url('../img/ui-elements.png') 100% 0 no-repeat;
    display: block;
    color: #000000;
    width: 96%;
    margin: 24px auto;
    font-family: 'aleolight', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2.9;
    height: 50px;
    overflow: hidden;
  }
  a.booknow:hover {
    background-position: 100% -50px;
    color: #777777;
  }
  #archives .flo-archives {
    width: 96%;
  }
  #archives .flo-archives h4 {
    float: none;
    font-size: 22px;
    letter-spacing: 3px;
    margin: 0 auto 10px;
    text-align: center;
  }
  #archives .flo-archives .year {
    position: static;
    width: 80px;
    margin: 24px auto;
    position: relative;
    top: auto;
    left: auto;
  }
  #archives .flo-archives .year a {
    margin: 0;
    position: absolute;
    top: -2px;
  }
  #archives .flo-archives .year a.up {
    right: -36px;
  }
  #archives .flo-archives .year a.down {
    left: -36px;
  }
  #archives .flo-archives .months {
    width: 98%;
    float: none;
    overflow: hidden;
    margin: 0 auto;
  }
  #archives .flo-archives .months .year-months {
    display: none;
  }
  #archives .flo-archives .months .year-months span {
    color: #777777;
    display: block;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 6px 0 20px;
    width: 16.66%;
    text-align: center;
  }
  #archives .flo-archives .months .year-months a {
    color: #000000;
    display: block;
    float: left;
    line-height: 1;
    margin: 6px 0 20px;
    width: 16.66%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
  }
  #archives .flo-archives .months .year-months a:hover {
    color: #dbc492;
  }
  #footer-main {
    text-align: center;
  }
  body.page-template-template-investment-php #header-main #nav-main ul li.info a,
  body.post-type-archive-faq #header-main #nav-main ul li.info a,
  body.post-type-archive-testimonial #header-main #nav-main ul li.info a {
    color: #dbc492;
  }
  body.page-template-template-investment-php .info-submenu,
  body.post-type-archive-faq .info-submenu,
  body.post-type-archive-testimonial .info-submenu {
    display: none;
  }
  body.page-template-template-investment-php .page,
  body.post-type-archive-faq .page,
  body.post-type-archive-testimonial .page {
    padding-top: 0 !important;
  }
  /* FAQ
	*******************************/
  #faq h2 {
    text-align: center;
  }
  #faq h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #faq .fullwidth-wrap .wrapper article.faq {
    display: block;
    width: 84%;
    padding: 5%;
    margin: 0 auto 8%;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #faq .fullwidth-wrap .wrapper article.faq:before {
    top: -10px;
    left: 28px;
  }
  #faq .fullwidth-wrap .wrapper article.faq:last-child {
    margin: 0 auto;
  }
  #faq .fullwidth-wrap .wrapper article.faq h3 {
    color: #000000;
    font-family: 'aleoitalic', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    float: none;
    width: 84%;
    position: relative;
    padding: 0 0 0 16%;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  #faq .fullwidth-wrap .wrapper article.faq h3:before {
    font-size: 24px;
    top: 0;
    left: 0;
  }
  #faq .fullwidth-wrap .wrapper article.faq .story {
    float: right;
    width: 84%;
    position: relative;
    padding: 0 0 0 16%;
  }
  #faq .fullwidth-wrap .wrapper article.faq .story:before {
    font-size: 24px;
    top: 0;
    left: 0;
  }
  /* Investment
	*******************************/
  #investment h2 {
    text-align: center;
  }
  #investment h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #investment .story {
    margin: 10px auto 40px;
    max-width: 94%;
    text-align: center;
  }
  #investment .story p {
    text-align: center;
  }
  #investment .details {
    margin: 40px auto 0;
  }
  #investment #packages {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #investment #packages .package {
    margin: 30px 0 55px;
    width: 100%;
    float: none;
  }
  #investment #packages .package h3 {
    color: #000000;
    display: block;
    font-size: 24px;
    font-family: 'aleoregular', Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
  body.page-template-template-investment-php a.booknow {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.1;
    height: auto;
  }
  body.page-template-template-investment-php a.booknow:before {
    margin: 0 auto 16px;
  }
  /* Testimonials
	*******************************/
  #testimonials h2 {
    text-align: center;
  }
  #testimonials h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #testimonials .fullwidth-wrap article.testimonial {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 3px 0 26px;
    margin: 0 auto 32px;
    width: 96%;
    zoom: 1;
  }
  #testimonials .fullwidth-wrap article.testimonial:last-child {
    border: 0;
    padding: 3px 0 0;
    margin: 0 auto;
  }
  #testimonials .fullwidth-wrap article.testimonial figure {
    background: #ffffff;
    border: 2px solid #dbc492;
    display: block;
    float: none;
    margin: 0  auto 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #testimonials .fullwidth-wrap article.testimonial figure img {
    margin: 4px;
    display: block;
    width: 184px;
    height: auto;
    -webkit-border-radius: 92px;
    -moz-border-radius: 92px;
    border-radius: 92px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #testimonials .fullwidth-wrap article.testimonial h3 {
    font-size: 26px;
    letter-spacing: 2px;
    width: 100%;
    float: none;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 22px;
  }
  #testimonials .fullwidth-wrap article.testimonial .story {
    width: 96%;
    float: none;
    text-align: center;
  }
  #testimonials .fullwidth-wrap article.testimonial .story p {
    text-align: center;
  }
  /* Contact
	*******************************/
  #contact h2 {
    text-align: center;
  }
  #contact h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #contact .left-side {
    float: none;
    padding: 22px 3% 10px;
    width: 94%;
    text-align: center;
    margin: 0 auto;
  }
  #contact .left-side #gmap3 {
    display: block;
    width: 100%;
    height: 204px;
    overflow: hidden;
  }
  #contact .left-side .info-block {
    margin: 30px auto;
    width: 100%;
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
    font-family: 'cantarellregular', Arial, Helvetica, sans-serif;
    text-align: center;
  }
  #contact .left-side .info-block ul {
    list-style: square;
  }
  #contact .left-side .info-block ul li {
    list-style: square;
  }
  #contact .left-side .info-block ol {
    list-style: decimal;
  }
  #contact .left-side .info-block ol li {
    list-style: decimal;
  }
  #contact .left-side .info-block ul,
  #contact .left-side .info-block ol {
    margin: 0 0 1em 1.5em;
    line-height: 1.5;
  }
  #contact .left-side .info-block ul ul,
  #contact .left-side .info-block ol ul,
  #contact .left-side .info-block ul ol,
  #contact .left-side .info-block ol ol {
    margin-bottom: 0;
  }
  #contact .left-side .info-block ol ol {
    list-style: upper-alpha;
  }
  #contact .left-side .info-block ol ol ol {
    list-style: lower-roman;
  }
  #contact .left-side .info-block ol ol ol ol {
    list-style: lower-alpha;
  }
  #contact .left-side .info-block h1,
  #contact .left-side .info-block h2,
  #contact .left-side .info-block h3,
  #contact .left-side .info-block h4,
  #contact .left-side .info-block h5,
  #contact .left-side .info-block h6 {
    text-transform: none;
    margin-bottom: .5em;
  }
  #contact .left-side .info-block 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;
  }
  #contact .left-side .info-block a:link,
  #contact .left-side .info-block a:visited,
  #contact .left-side .info-block a:active {
    color: #5e79b7;
    text-decoration: none;
  }
  #contact .left-side .info-block a:hover {
    color: #dbc492;
  }
  #contact .left-side .info-block table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 18px;
  }
  #contact .left-side .info-block table td,
  #contact .left-side .info-block table th {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ccc;
  }
  #contact .left-side .info-block table th {
    font-weight: bold;
  }
  #contact .left-side .info-block pre {
    border: 1px solid #ccc;
    background: #eee;
    padding: 1em 2em;
    margin-bottom: 1em;
  }
  #contact .left-side .info-block blockquote {
    font-style: italic;
    margin: 1em 3em;
  }
  #contact .left-side .info-block blockquote p:before {
    content: '"';
  }
  #contact .left-side .info-block blockquote p:after {
    content: '"';
  }
  #contact .left-side .info-block img.size-auto,
  #contact .left-side .info-block img.size-full,
  #contact .left-side .info-block img.size-large,
  #contact .left-side .info-block img.size-medium,
  #contact .left-side .info-block .attachment img {
    width: auto;
    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. */
  }
  #contact .left-side .info-block .alignnone,
  #contact .left-side .info-block img.alignnone {
    margin: 0 auto 10px;
  }
  #contact .left-side .info-block .alignleft,
  #contact .left-side .info-block img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
  }
  #contact .left-side .info-block .alignright,
  #contact .left-side .info-block img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
  }
  #contact .left-side .info-block .aligncenter,
  #contact .left-side .info-block img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #contact .left-side .info-block img.alignleft,
  #contact .left-side .info-block img.alignright,
  #contact .left-side .info-block img.aligncenter,
  #contact .left-side .info-block img.alignnone {
    display: block;
    margin-bottom: 10px;
  }
  #contact .left-side .info-block .wp-caption {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
  }
  #contact .left-side .info-block .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 11px;
    margin: 0;
    padding: 5px;
  }
  #contact .left-side .info-block .wp-smiley {
    margin: 0;
  }
  #contact .left-side .info-block p {
    text-align: center;
  }
  #contact .left-side .info-block h4 {
    color: #000000;
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 auto 0.4em;
  }
  #contact .right-side {
    float: none;
    width: 94%;
    padding: 10px 3% 32px;
    margin: 0 auto;
  }
  #contact .right-side form {
    width: 100%;
  }
  #contact .right-side form input,
  #contact .right-side form textarea,
  #contact .right-side form label {
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
  }
  #contact .right-side form label {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 22px;
    left: 0;
    text-align: center;
    z-index: 2;
  }
  #contact .right-side form .inputs {
    width: 100%;
  }
  #contact .right-side form .inputs p {
    position: relative;
    margin: 0 auto 10px;
  }
  #contact .right-side form .inputs p input {
    background: #f2f2f2;
    border: 0;
    width: 100%;
    height: 54px;
    padding: 22px 5%;
  }
  #contact .right-side form .inputs p input#your-date {
    background: url('../img/cal-icon.png') 94% 50% no-repeat #f2f2f2;
  }
  #contact .right-side form .area {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  #contact .right-side form .area p {
    margin: 0 auto;
    line-height: 1;
  }
  #contact .right-side form .area label {
    top: 64px;
  }
  #contact .right-side form .area textarea {
    border: 0;
    width: 100%;
    height: 140px;
    padding: 12px 5%;
  }
  #ui-datepicker-div {
    width: 88%;
  }
  /* About
	*******************************/
  #about h2 {
    text-align: center;
  }
  #about h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #about .fullwidth-wrap {
    background: url('../img/dbl-line.png') 0 0 repeat-x;
    padding: 45px 0 0;
    margin-bottom: -26px;
  }
  #about article {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 32px;
  }
  #about article h2 {
    float: none;
    margin: 0 auto 34px;
  }
  #about article .story {
    width: 94%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #about article .story p {
    text-align: center;
  }
  #about #slider-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 5;
  }
  #about #slider-wrap #slider {
    width: 100%;
    height: auto;
  }
  #about #slider-wrap #slider .flex-direction-nav a {
    background: url('../img/paginator-arrows.png') 0 0 no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 273px;
    text-indent: -4545px;
  }
  #about #slider-wrap #slider .flex-direction-nav a.flex-prev {
    background-position: 0 0;
    left: 30px;
  }
  #about #slider-wrap #slider .flex-direction-nav a.flex-prev:hover {
    background-position: 0 -50px;
  }
  #about #slider-wrap #slider .flex-direction-nav a.flex-next {
    background-position: -50px 0;
    right: 30px;
  }
  #about #slider-wrap #slider .flex-direction-nav a.flex-next:hover {
    background-position: -50px -50px;
  }
  #about #slider-wrap #slider .flex-viewport {
    overflow: visible !important;
  }
  #about #slider-wrap #slider .slides li {
    width: 896px;
  }
  #about #facts {
    clear: both;
    width: 100%;
  }
  #about #facts aside {
    background: url('../img/choose-romb.png') 50% 76px no-repeat;
    width: 100%;
    float: none;
    padding: 300px 0 30px;
  }
  #about #facts aside a.prof-chooser {
    display: block;
    margin: 0 auto;
    width: 163px;
    height: 163px;
    overflow: hidden;
    position: relative;
    z-index: 8;
  }
  #about #facts aside a.prof-chooser img {
    max-width: 100%;
    height: auto;
  }
  #about #facts aside a.prof-chooser span {
    background: url('../img/profile-hover.png') 0 0 no-repeat;
    color: #ffffff;
    display: block;
    font-family: 'aleoregular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    height: 24px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 70px 0;
    text-transform: uppercase;
    width: 163px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #about #facts aside a.prof-chooser:hover span {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  #about #facts aside span.or {
    color: #000000;
    display: block;
    margin: 15px auto;
    text-align: center;
    font-family: 'aleolight', Arial, Helvetica, sans-serif;
    font-size: 18px;
  }
  #about #facts .main-content {
    background: url('../img/sand-gradientbg.png') 50% 0 repeat-x;
    width: 100%;
    float: none;
    padding: 58px 0 0;
    min-height: 700px;
  }
  #about #facts .main-content .quote-1 {
    padding: 0 8%;
    margin: 0 0 32px;
    position: relative;
    font-size: 22px;
  }
  #about #facts .main-content .quote-1:before {
    content: "";
    display: none;
  }
  #about #facts .main-content .quote-1 p:before,
  #about #facts .main-content .quote-1 p:after {
    color: #dbc492;
    content: "\"";
    font-size: 68px;
    font-family: 'aleoregular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 0;
    display: inline-block;
    margin: 0 4px;
  }
  #about #facts .main-content .quote-1 p:before {
    margin: 0 14px 0 0;
  }
  #about #facts .main-content .quote-2 {
    font-size: 22px;
    padding: 0 8%;
  }
  #about #facts .main-content .profile {
    padding: 40px 8% 0;
    text-align: center  !important;
  }
  #about #facts .main-content .profile p {
    text-align: center !important;
  }
  /* Portfolio
	*******************************/
  #portfolio h2 {
    text-align: center;
  }
  #portfolio h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #portfolio .fullwidth-wrap {
    background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
    padding: 45px 0 10px;
  }
  #portfolio .fullwidth-wrap .wrapper {
    overflow: hidden;
  }
  #portfolio .fullwidth-wrap .wrapper .gallery {
    height: auto !important;
    min-height: 390px;
    float: none;
    margin: 0 auto 38px;
  }
  #portfolio .fullwidth-wrap .wrapper .gallery.third {
    margin: 0 auto 38px;
  }
  #portfolio .fullwidth-wrap .wrapper .gallery .info {
    background: none;
    display: block;
    width: 314px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 328px 0 0;
    z-index: 2;
    text-align: center;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
  }
  #portfolio .fullwidth-wrap .wrapper .gallery .info h3 {
    margin: 0 auto 8px;
  }
  #portfolio .fullwidth-wrap .wrapper .gallery .info h3:before {
    content: "";
    display: none;
  }
  body.single-gallery #gallery h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  body.single-gallery #gallery .meta {
    width: 100%;
    margin: 0 auto 16px;
  }
  body.single-gallery #gallery #slider {
    width: 100%;
  }
  body.single-gallery #gallery #slider .flex-direction-nav li a.flex-prev {
    left: -5px;
  }
  body.single-gallery #gallery #slider .flex-direction-nav li a.flex-next {
    right: -5px;
  }
  body.single-gallery .wrapper {
    overflow: hidden;
  }
  body.single-gallery .wrapper .back-to-grid {
    display: block;
    margin: 0 auto 18px;
    padding: 0 0 0 32px;
    height: 16px;
    float: none;
    width: 90px;
  }
  body.single-gallery .wrapper .share {
    float: none;
    width: 100%;
    text-align: center;
  }
  body.single-gallery .wrapper .share li {
    float: none;
    margin: 0 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  body.single-gallery .wrapper .share li:first-child {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
  }
  body.single-gallery .wrapper .share li span {
    line-height: 2;
  }
  /* Video
	*******************************/
  #video-archive h2 {
    text-align: center;
  }
  #video-archive h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #video-archive .fullwidth-wrap .video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 9px;
    overflow: hidden;
    position: relative;
  }
  #video-archive .fullwidth-wrap .video.active {
    z-index: 3;
  }
  #video-archive .fullwidth-wrap .video.active .info {
    display: block;
  }
  #video-archive .fullwidth-wrap .video.active .overlay {
    display: none;
  }
  #video-archive .fullwidth-wrap .video .overlay {
    display: none;
  }
  #video-archive .fullwidth-wrap .video .info {
    background: #ffffff;
    display: block;
    width: 100%;
    height: auto;
    position: static;
    padding: 12px 0;
    margin: 4px auto 14px;
    z-index: 2;
    text-align: center;
  }
  #video-archive .fullwidth-wrap .video .info a.play-video {
    display: none;
  }
  #video-archive .fullwidth-wrap .video a.permalink {
    display: none;
  }
  body.single-video #video h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  body.single-video #video .meta {
    width: 100%;
    margin: 0 auto 16px;
  }
  body.single-video #video #player {
    width: 100%;
  }
  body.single-video .wrapper {
    overflow: hidden;
  }
  body.single-video .wrapper .back-to-list {
    display: block;
    margin: 0 auto 18px;
    padding: 0 0 0 32px;
    height: 16px;
    float: none;
    width: 90px;
  }
  body.single-video .wrapper .share {
    float: none;
    width: 100%;
    text-align: center;
  }
  body.single-video .wrapper .share li {
    float: none;
    margin: 0 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  body.single-video .wrapper .share li:first-child {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
  }
  body.single-video .wrapper .share li span {
    line-height: 2;
  }
  /* Blog
	*******************************/
  header.page-title {
    overflow: hidden;
  }
  header.page-title h2 {
    width: 100%;
    float: none;
  }
  header.page-title #cats-toggler {
    color: #000000;
    display: block;
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    float: none;
    margin: 10px auto 15px;
    padding: 0 24px 0 0;
    width: 68px;
    position: relative;
  }
  #blog h2 {
    text-align: center;
  }
  #blog h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #blog .fullwidth-wrap {
    background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/sand-gradientbg.png') 50% 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
    padding: 45px 0;
  }
  #blog .fullwidth-wrap .wrapper {
    overflow: hidden;
  }
  #blog .fullwidth-wrap .wrapper .post {
    border: 0;
    height: auto !important;
    min-height: 390px;
    float: none;
    margin: 0 auto 20px;
  }
  #blog .fullwidth-wrap .wrapper .post.index-1,
  #blog .fullwidth-wrap .wrapper .post.index-2,
  #blog .fullwidth-wrap .wrapper .post.index-3,
  #blog .fullwidth-wrap .wrapper .post.third {
    border: 0;
    height: auto !important;
    min-height: 390px;
    float: none;
    margin: 0 auto 20px;
    width: 314px !important;
  }
  #blog .fullwidth-wrap .wrapper .post.index-1 .info,
  #blog .fullwidth-wrap .wrapper .post.index-2 .info,
  #blog .fullwidth-wrap .wrapper .post.index-3 .info,
  #blog .fullwidth-wrap .wrapper .post.third .info {
    background: none;
    display: block;
    width: 314px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 328px 0 0;
    z-index: 2;
    text-align: center;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
  }
  #blog .fullwidth-wrap .wrapper .post.index-1 .info h3,
  #blog .fullwidth-wrap .wrapper .post.index-2 .info h3,
  #blog .fullwidth-wrap .wrapper .post.index-3 .info h3,
  #blog .fullwidth-wrap .wrapper .post.third .info h3 {
    margin: 0 auto 8px;
  }
  #blog .fullwidth-wrap .wrapper .post.index-1 .info h3:before,
  #blog .fullwidth-wrap .wrapper .post.index-2 .info h3:before,
  #blog .fullwidth-wrap .wrapper .post.index-3 .info h3:before,
  #blog .fullwidth-wrap .wrapper .post.third .info h3:before {
    content: "";
    display: none;
  }
  #blog .fullwidth-wrap .wrapper .post.index-1 figure,
  #blog .fullwidth-wrap .wrapper .post.index-2 figure,
  #blog .fullwidth-wrap .wrapper .post.index-3 figure,
  #blog .fullwidth-wrap .wrapper .post.third figure {
    width: 314px !important;
    height: auto !important;
  }
  #blog .fullwidth-wrap .wrapper .post figure {
    width: 100% !important;
    height: auto;
  }
  #blog .fullwidth-wrap .wrapper .post figure img {
    width: 100% !important;
    height: auto;
  }
  #blog .fullwidth-wrap .wrapper .post .info {
    background: none;
    display: block;
    width: 314px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 328px 0 0;
    z-index: 2;
    text-align: center;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
  }
  #blog .fullwidth-wrap .wrapper .post .info h3 {
    margin: 0 auto 8px;
  }
  #blog .fullwidth-wrap .wrapper .post .info h3:before {
    content: "";
    display: none;
  }
  #post h2 {
    text-align: center;
  }
  #post h2:before {
    float: none;
    margin: 0 auto 12px;
  }
  #post .back-to-grid {
    float: none;
    margin: 20px auto;
    padding: 0 0 0 32px;
    height: 16px;
    width: 98px;
  }
  #post .chronological {
    display: none;
  }
  #post .fullwidth-wrap {
    background: url('../img/dbl-line.png') 0 0 repeat-x, url('../img/dbl-line.png') 0 100% repeat-x;
    padding: 45px 0 4px;
    margin-bottom: -30px;
  }
  #post .fullwidth-wrap article {
    width: 92%;
    margin: 0 auto;
  }
  #post .fullwidth-wrap article h2 {
    font-size: 40px;
    margin: 0 auto 24px;
    width: 100%;
  }
  #post .fullwidth-wrap article .meta {
    margin: 0 auto 26px;
  }
  #post .fullwidth-wrap article .actions {
    background: url('../img/dbl-line.png') 0 0 repeat-x;
    margin: 20px auto 0;
    width: 100%;
  }
  #post .fullwidth-wrap article .actions .wrapper {
    border: 1px solid #e5e5e5;
    border-top: 0;
    width: 94%;
    padding: 24px 20px 20px 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #post .fullwidth-wrap article .actions .wrapper .comCounter {
    float: none;
    margin: 30px auto 0;
    clear: both;
    display: block;
    text-align: center;
    width: 110px;
  }
  #post .fullwidth-wrap article .actions .wrapper .share {
    display: block;
    margin: 0 auto 10px;
    float: none;
    text-align: center;
    overflow: hidden;
    zoom: 1;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li {
    float: none;
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li span {
    display: none;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li a {
    background-color: #5e79b7;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li a.fcb {
    background-position: -6px -6px;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li a.fcb:hover {
    background-position: -6px -50px;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li a.twt {
    background-position: -95px -6px;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li a.twt:hover {
    background-position: -95px -50px;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li a.pin {
    background-position: -138px -6px;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li a.pin:hover {
    background-position: -138px -50px;
  }
  #post .fullwidth-wrap article .actions .wrapper .share li a:hover {
    background-color: #dfdfdf;
  }
  #post .fullwidth-wrap article .comments {
    border: 0;
    width: 94%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
  }
  #post .fullwidth-wrap article .comments .list {
    width: 100%;
    float: none;
    display: block;
    height: auto;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li span.no-com {
    background: url('../img/first-comment.png') 50% 100% no-repeat;
    display: block;
    width: 100%;
    height: 290px;
    overflow: hidden;
    text-indent: -5555px;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment {
    background: url('../img/gold-border.png') 0 100% no-repeat;
    padding: 0 0 10px;
    margin: 26px 0;
    width: 100%;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment:last-child {
    background: none;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
    font-family: 'cantarellregular', Arial, Helvetica, sans-serif;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul {
    list-style: square;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul li {
    list-style: square;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol {
    list-style: decimal;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol li {
    list-style: decimal;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol {
    margin: 0 0 1em 1.5em;
    line-height: 1.5;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul ul,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ul,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ul ol,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ol {
    margin-bottom: 0;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ol {
    list-style: upper-alpha;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ol ol {
    list-style: lower-roman;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text ol ol ol ol {
    list-style: lower-alpha;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h1,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h2,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h3,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h4,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h5,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text h6 {
    text-transform: none;
    margin-bottom: .5em;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text 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;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text a:link,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text a:visited,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text a:active {
    color: #5e79b7;
    text-decoration: none;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text a:hover {
    color: #dbc492;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 18px;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text table td,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text table th {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ccc;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text table th {
    font-weight: bold;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text pre {
    border: 1px solid #ccc;
    background: #eee;
    padding: 1em 2em;
    margin-bottom: 1em;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text blockquote {
    font-style: italic;
    margin: 1em 3em;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text blockquote p:before {
    content: '"';
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text blockquote p:after {
    content: '"';
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.size-auto,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.size-full,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.size-large,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.size-medium,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .attachment img {
    width: auto;
    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. */
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .alignnone,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignnone {
    margin: 0 auto 10px;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .alignleft,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .alignright,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .aligncenter,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignleft,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignright,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.aligncenter,
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text img.alignnone {
    display: block;
    margin-bottom: 10px;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .wp-caption {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 11px;
    margin: 0;
    padding: 5px;
  }
  #post .fullwidth-wrap article .comments .list ol.commentlist li.comment .text .wp-smiley {
    margin: 0;
  }
  #post .fullwidth-wrap article .comments .comment-form {
    margin: 28px 0 ;
    float: none;
    width: 100%;
  }
  #post .fullwidth-wrap article .comments .comment-form form {
    width: 100%;
  }
  #post .fullwidth-wrap article .comments .comment-form form input,
  #post .fullwidth-wrap article .comments .comment-form form textarea,
  #post .fullwidth-wrap article .comments .comment-form form label {
    font-family: 'brandon_grotesquebold', Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
  }
  #post .fullwidth-wrap article .comments .comment-form form label {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 23px;
    left: 0;
    text-align: center;
  }
  #post .fullwidth-wrap article .comments .comment-form form label.error {
    color: red;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    top: 4px;
    right: 5px;
    text-align: right;
  }
  #post .fullwidth-wrap article .comments .comment-form form .inputs {
    width: 100%;
  }
  #post .fullwidth-wrap article .comments .comment-form form .inputs div {
    position: relative;
    margin: 0 auto 10px;
  }
  #post .fullwidth-wrap article .comments .comment-form form .inputs div input {
    background: #f2f2f2;
    border: 0;
    width: 100%;
    height: 56px;
    padding: 23px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #post .fullwidth-wrap article .comments .comment-form form .area {
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
  }
  #post .fullwidth-wrap article .comments .comment-form form .area label {
    top: 69px;
  }
  #post .fullwidth-wrap article .comments .comment-form form .area label.error {
    top: 4px;
    right: 5px;
  }
  #post .fullwidth-wrap article .comments .comment-form form .area textarea {
    background: #f2f2f2;
    border: 0;
    width: 100%;
    height: 148px;
    padding: 12px;
    text-transform: none;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #post .fullwidth-wrap article .comments .comment-form form .submit input[type="submit"] {
    border: 0;
    color: #000000;
    font-family: 'aleoregular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 auto;
    width: auto;
    text-align: center;
    padding: 0;
    display: block;
  }
  #blog ul.page-numbers,
  body.post-type-archive-gallery ul.page-numbers,
  body.post-type-archive-video ul.page-numbers {
    width: 70%;
    height: auto;
    position: relative;
    text-align: center;
    margin: 26px auto 0;
    padding: 0 15%;
    overflow-x: hidden;
    min-height: 19px;
  }
  #blog ul.page-numbers li,
  body.post-type-archive-gallery ul.page-numbers li,
  body.post-type-archive-video ul.page-numbers li {
    display: inline-block;
    margin: 0 3px;
  }
  #blog ul.page-numbers li .firstelem,
  body.post-type-archive-gallery ul.page-numbers li .firstelem,
  body.post-type-archive-video ul.page-numbers li .firstelem {
    margin: 0 4px;
  }
  #blog ul.page-numbers li .hasdot,
  body.post-type-archive-gallery ul.page-numbers li .hasdot,
  body.post-type-archive-video ul.page-numbers li .hasdot {
    background: none;
  }
  #blog ul.page-numbers li span,
  body.post-type-archive-gallery ul.page-numbers li span,
  body.post-type-archive-video ul.page-numbers li span {
    padding: 0 5px;
    margin: 0 4px;
    width: 12px;
  }
  #blog ul.page-numbers li a,
  body.post-type-archive-gallery ul.page-numbers li a,
  body.post-type-archive-video ul.page-numbers li a {
    position: relative;
    padding: 0 5px;
    margin: 0 4px;
    width: 12px;
  }
  #blog ul.page-numbers li a.prev,
  body.post-type-archive-gallery ul.page-numbers li a.prev,
  body.post-type-archive-video ul.page-numbers li a.prev {
    background: url('../img/paginator-small-arrows.png') 0 -38px no-repeat;
    position: absolute;
    height: 19px;
    top: 0;
    left: 4%;
    right: auto;
    width: 10px;
    padding: 0;
    text-indent: -4444px;
  }
  #blog ul.page-numbers li a.prev:before,
  body.post-type-archive-gallery ul.page-numbers li a.prev:before,
  body.post-type-archive-video ul.page-numbers li a.prev:before {
    content: "";
    display: none;
  }
  #blog ul.page-numbers li a.prev:hover,
  body.post-type-archive-gallery ul.page-numbers li a.prev:hover,
  body.post-type-archive-video ul.page-numbers li a.prev:hover {
    background-position: 0 -57px;
  }
  #blog ul.page-numbers li a.next,
  body.post-type-archive-gallery ul.page-numbers li a.next,
  body.post-type-archive-video ul.page-numbers li a.next {
    background: url('../img/paginator-small-arrows.png') 0 0 no-repeat;
    position: absolute;
    height: 19px;
    top: 0;
    right: 4%;
    width: 10px;
    padding: 0;
    text-indent: 4444px;
  }
  #blog ul.page-numbers li a.next:after,
  body.post-type-archive-gallery ul.page-numbers li a.next:after,
  body.post-type-archive-video ul.page-numbers li a.next:after {
    content: "";
    display: none;
  }
  #blog ul.page-numbers li a.next:hover,
  body.post-type-archive-gallery ul.page-numbers li a.next:hover,
  body.post-type-archive-video ul.page-numbers li a.next:hover {
    background-position: 0 -19px;
  }
  /* Error Page
	*******************************/
  #page404 .fullwidth-wrap {
    background: url('../img/blue-circles.png') 452% -252px no-repeat;
    padding: 80px 0 10px;
  }
  #page404 .fullwidth-wrap .story {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  #page404 .fullwidth-wrap .story p {
    text-align: center;
  }
  #page404 .fullwidth-wrap #circle-thumbs {
    width: 96%;
    height: auto;
    margin: 56px auto 6px;
    text-align: center;
    clear: both;
    display: block;
  }
  #page404 .fullwidth-wrap #circle-thumbs li {
    margin-bottom: 20px;
  }
  /* Homepage
	*******************************/
  body.home .wrapper {
    width: 100%;
    min-width: 320px;
  }
  body.home .scrollblock {
    display: none !important;
  }
  #homepage {
    margin-top: 50px;
  }
  #homepage .wrapper {
    width: 100%;
    min-width: 320px;
  }
  #homepage .home-block h3 {
    width: 98%;
    font-family: 'aleolight', Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin: 55px 0 25px;
  }
  #homepage #welcome {
    height: auto;
    min-height: 20px;
    padding: 40px 0;
    text-align: center;
  }
  #homepage #welcome:before {
    content: "";
    display: none;
  }
  #homepage #welcome h2 {
    font-size: 28px;
    width: 90%;
  }
  #homepage #circle-thumbs {
    display: none !important;
  }
  #homepage #film-galls #film-slider .flex-direction-nav li a {
    top: auto;
    bottom: 20%;
  }
  #homepage #film-galls #film-slider .slides li {
    width: 90%;
  }
  #homepage #film-galls #film-slider .slides li .active .info,
  #homepage #film-galls #film-slider .slides li .active .overlay {
    display: none;
  }
  #homepage #film-galls #film-slider .slides li .overlay {
    display: none;
  }
  #homepage #film-galls #film-slider .slides li .info {
    background: #ffffff;
    display: block;
    width: 100%;
    height: auto;
    min-height: 30px;
    position: static;
    padding: 10px;
    margin: 0 auto;
  }
  #homepage #film-galls #film-slider .slides li .info a.play-video {
    display: none;
  }
  #homepage #recent-posts {
    margin: 0 auto 30px;
  }
  #homepage #recent-posts .recent-post {
    width: 100%;
    float: none;
    margin: 0 0 16px 0;
  }
  #homepage #recent-posts .recent-post a h4 {
    margin: 8px auto;
  }
  #homepage #recent-posts .continue {
    background: url('../img/continue-to-blog.png') 50% 50% no-repeat;
    width: 60%;
    float: none;
    margin: 10px auto;
  }
  #homepage #about-block {
    min-height: 300px;
  }
  #homepage #about-block #slider-wrap {
    height: 300px;
  }
  #homepage #about-block #slider-wrap #slider {
    width: 100%;
    height: 300px;
    margin: 0;
    float: none;
  }
  #homepage #about-block #slider-wrap #slider .flex-direction-nav a {
    top: 125px;
  }
  #homepage #about-block #slider-wrap #slider .flex-direction-nav a.flex-prev {
    background-position: 0 0;
    left: 20px;
  }
  #homepage #about-block #slider-wrap #slider .flex-direction-nav a.flex-prev:hover {
    background-position: 0 -50px;
  }
  #homepage #about-block #slider-wrap #slider .flex-direction-nav a.flex-next {
    background-position: -50px 0;
    right: 20px;
  }
  #homepage #about-block #slider-wrap #slider .flex-direction-nav a.flex-next:hover {
    background-position: -50px -50px;
  }
  #homepage #about-block #slider-wrap #slider .slides li img {
    max-width: 100%;
    min-height: 296px;
  }
  #homepage #about-block .bluebox {
    background: url('../img/purple-romb.png') 50% 50% no-repeat rgba(94, 121, 183, 0.9);
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 0;
  }
  #homepage #about-block .bluebox h3 {
    font-size: 24px !important;
    text-align: center;
    max-width: 280px;
  }
  #homepage #about-block .bluebox #moto {
    color: #dbc492;
    text-transform: uppercase;
    text-align: center;
    font-family: 'BrandonGrotesqueBlackRegular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 300px;
    letter-spacing: 2px;
    margin: 40px auto 0;
  }
  #homepage #about-block .bluebox #moto span {
    display: block;
    font-size: 12px;
    width: 180px;
    margin: 12px auto;
  }
  #homepage #about-block .bluebox #moto span:before {
    display: block;
    background: #dbc492;
    content: " ";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto 15px;
  }
  #homepage #about-block .bluebox a.more {
    font-size: 12px;
    padding: 0 0 26px;
    position: absolute;
    top: 40px;
    width: 50%;
    left: 25%;
    height: 34px;
  }
  #homepage #contact-block #gmap3 {
    display: none;
  }
  #homepage #contact-block .right-side {
    float: none;
    width: 96%;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
  }
  #homepage #contact-block .right-side .info-block {
    margin: 0 auto 20px;
    width: 90%;
    text-align: center;
  }
  #homepage #contact-block .right-side .info-block h4,
  #homepage #contact-block .right-side .info-block p {
    text-align: center;
  }
  #homepage #contact-block .right-side .connect {
    display: block;
    text-align: center;
    float: none;
    margin: 10px auto;
  }
  #homepage #contact-block .right-side .social {
    width: 90%;
    float: none;
    margin: 10px auto !important;
    text-align: center;
  }
  #homepage #contact-block .right-side .social li {
    display: inline-block;
    margin: 0 14px 14px 0;
    float: none;
  }
  #homepage #contact-block .right-side .social li a {
    width: 44px;
    padding: 0;
    text-indent: -4444em;
  }
}
@media (max-width: 420px) {
  .flo-shcode-instgm-container .img-block {
    width: 50%!important;
  }
  .flo-shcode-instgm-container .img-block:last-child {
    display: none;
  }
  .main-footer .footer-container .footer-bottom-bar .footer-social-media {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-footer .footer-container .footer-bottom-bar .footer-contact-email {
    display: block;
  }
  .main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item {
    margin-right: 0;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .main-footer .footer-container .footer-bottom-bar .footer-social-media .social-item:last-child {
    margin-bottom: 0;
  }
  .main-footer .footer-container .footer-bottom-bar .footer-contact-email .item {
    margin-right: 0;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .main-footer .footer-container .footer-bottom-bar .footer-contact-email .item:last-child {
    margin-bottom: 0;
  }
  .main-footer .footer-container .footer-bottom-bar .footer-contact-email .item .item-title {
    margin-bottom: 0;
    margin-right: 10px;
  }
  footer .madeby {
    display: block;
    line-height: 22px;
    text-align: center;
  }
  .main-footer .footer-container .instagram-title {
    font-size: 22px;
  }
}
