.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: 'proxima_novasemibold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novaregular_italic';
  src: url('../fonts/proximanova-regitalic-webfont.eot');
  src: url('../fonts/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regitalic-webfont.woff') format('woff'), url('../fonts/proximanova-regitalic-webfont.ttf') format('truetype'), url('../fonts/proximanova-regitalic-webfont.svg#proxima_novaregular_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novasemibold_italic';
  src: url('../fonts/proximanova-semibolditalic-webfont.eot');
  src: url('../fonts/proximanova-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibolditalic-webfont.woff') format('woff'), url('../fonts/proximanova-semibolditalic-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibolditalic-webfont.svg#proxima_novasemibold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novalight';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'la_belle_auroreregular';
  src: url('../fonts/labelleaurore-webfont.eot');
  src: url('../fonts/labelleaurore-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/labelleaurore-webfont.woff') format('woff'), url('../fonts/labelleaurore-webfont.ttf') format('truetype'), url('../fonts/labelleaurore-webfont.svg#la_belle_auroreregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  border: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid white;
  height: 16px;
  font-size: 12px;
  padding: 5px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: vertical;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.story {
  line-height: 1.5;
}
.story ul {
  text-align: left;
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  text-align: left;
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  text-align: left;
  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: #1b5e6c;
  text-decoration: none;
}
.story a:hover {
  color: #b59e69;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.story blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignnone,
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: .8em;
}
.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%;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #ffffff;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-opened .fancybox-title {
  display: none;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* Wrappers
*******************************/
#wrapper {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.mobile-menu {
  display: none;
}
body {
  background: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.story {
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}
.story p {
  line-height: 1.9;
  text-align: center;
}
.story.text-left {
  text-align: left;
}
.story.text-left p {
  text-align: left;
}
/* Header
*******************************/
header#header-main {
  margin: 0 auto 25px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
header#header-main .icon-m-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 10px;
  cursor: pointer;
  display: none;
}
header#header-main .icon-m-menu .item-i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #b8a271;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header#header-main .icon-m-menu .item-i:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #b8a271;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header#header-main .icon-m-menu .item-i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #b8a271;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header#header-main .icon-m-menu.active .item-i {
  background: none;
}
header#header-main .icon-m-menu.active .item-i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
header#header-main .icon-m-menu.active .item-i:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header#header-main .wrapper {
  background: url(../img/gold-slashes.png) 0 100% repeat-x;
  padding: 25px 0 35px;
  overflow: hidden;
}
header#header-main .logo {
  background: url(../img/logo2x.png) 50% 0 no-repeat;
  background-size: 100% auto;
  display: block;
  float: left;
  width: 229px;
  height: 110px;
  margin: 0 55px 0 0;
}
header#header-main .logo h1 {
  display: block;
  width: 229px;
  height: 110px;
  margin: 0;
}
header#header-main .logo a {
  display: block;
  width: 229px;
  height: 110px;
  text-indent: -4545px;
}
header#header-main #searchform {
  background: #b59e69;
  display: block;
  float: right;
  width: 172px;
  height: 28px;
  padding: 2px;
  position: relative;
}
header#header-main #searchform #s {
  background: #ffffff;
  border: 1px solid #b59e69;
  color: #747474;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  width: 134px;
  height: 26px;
  padding: 0 26px 0 10px;
  outline: 1px solid white;
  letter-spacing: 1px;
}
header#header-main #searchform #s::-webkit-input-placeholder {
  color: #747474;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 1px;
}
header#header-main #searchform #s:-moz-placeholder {
  /* Firefox 18- */
  color: #747474;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 1px;
}
header#header-main #searchform #s::-moz-placeholder {
  /* Firefox 19+ */
  color: #747474;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 1px;
}
header#header-main #searchform #s:-ms-input-placeholder {
  color: #747474;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 1px;
}
header#header-main #searchform #searchsubmit {
  background: url(../img/searchsubmit-bg.png) 0 -20px no-repeat;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 12px;
  right: 12px;
  text-indent: -4545em;
  overflow: hidden;
}
header#header-main #searchform #searchsubmit:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  background-position: 0 -10px;
}
header#header-main #nav-main {
  position: relative;
  z-index: 1;
  float: right;
  margin: 40px 0 0 0;
  zoom: 1;
}
header#header-main #nav-main ul {
  display: block;
  float: right;
  zoom: 1;
}
header#header-main #nav-main ul li {
  float: left;
  position: relative;
  margin: 0 0 0 22px;
}
header#header-main #nav-main ul li.home {
  min-width: 51px;
}
header#header-main #nav-main ul li.gallery {
  min-width: 64px;
}
header#header-main #nav-main ul li.gallery a:hover {
  color: #7699a3;
}
header#header-main #nav-main ul li.about {
  min-width: 52px;
}
header#header-main #nav-main ul li.about a:hover {
  color: #1b5e6c;
}
header#header-main #nav-main ul li.services {
  min-width: 71px;
}
header#header-main #nav-main ul li.press {
  min-width: 46px;
}
header#header-main #nav-main ul li.press a:hover {
  color: #7699a3;
}
header#header-main #nav-main ul li.testimonials {
  min-width: 104px;
}
header#header-main #nav-main ul li.testimonials a:hover {
  color: #1b5e6c;
}
header#header-main #nav-main ul li.blog {
  min-width: 39px;
}
header#header-main #nav-main ul li.contact {
  min-width: 63px;
}
header#header-main #nav-main ul li.contact a:hover {
  color: #7699a3;
}
header#header-main #nav-main ul li a {
  color: #747474;
  text-align: right;
  font-family: 'proxima_nova_rgregular';
  font-size: 17px;
  text-transform: capitalize;
  line-height: .1em;
}
header#header-main #nav-main ul li a:hover {
  color: #b59e69;
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 0.1;
}
header#header-main #nav-main ul li.current-menu-item a,
header#header-main #nav-main ul li.current_page_item a,
header#header-main #nav-main ul li.current-page-ancestor a {
  color: #b59e69;
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 0.1;
}
header#header-main #nav-main ul li.current-menu-item.gallery a,
header#header-main #nav-main ul li.current_page_item.gallery a,
header#header-main #nav-main ul li.current-page-ancestor.gallery a,
header#header-main #nav-main ul li.current-menu-item.press a,
header#header-main #nav-main ul li.current_page_item.press a,
header#header-main #nav-main ul li.current-page-ancestor.press a,
header#header-main #nav-main ul li.current-menu-item.contact a,
header#header-main #nav-main ul li.current_page_item.contact a,
header#header-main #nav-main ul li.current-page-ancestor.contact a {
  color: #7699a3;
}
header#header-main #nav-main ul li.current-menu-item.about a,
header#header-main #nav-main ul li.current_page_item.about a,
header#header-main #nav-main ul li.current-page-ancestor.about a,
header#header-main #nav-main ul li.current-menu-item.testimonials a,
header#header-main #nav-main ul li.current_page_item.testimonials a,
header#header-main #nav-main ul li.current-page-ancestor.testimonials a {
  color: #1b5e6c;
}
/* Content
*******************************/
#content-main {
  zoom: 1;
  width: 960px;
  margin: 0 auto;
}
#content-main:after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
}
.sidebar {
  float: right;
  width: 280px;
}
ul.social {
  float: right;
  overflow: hidden;
  margin: 0 20px;
}
ul.social li {
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  float: left;
  margin: 0 10px;
}
ul.social li a {
  background: url(../img/social-icons-rev2.png) 0 0 no-repeat;
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -4545px;
  margin: 0 auto;
}
ul.social li a.fcb {
  background-position: -68px 0;
}
ul.social li a.fcb:hover {
  background-position: -68px -34px;
}
ul.social li a.inst {
  background-position: -34px 0;
}
ul.social li a.inst:hover {
  background-position: -34px -34px;
}
ul.social li a.pin {
  background-position: 0 0;
}
ul.social li a.pin:hover {
  background-position: 0 -34px;
}
ul.share {
  margin: 0;
}
ul.share li {
  width: auto;
  margin: 0 0 0 10px;
}
ul.share li span {
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  line-height: 3;
}
/* Layouts
*******************************/
/* Footer
*******************************/
footer#footer-main {
  color: #747474;
  margin: 28px auto 0;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 10px;
}
footer#footer-main .wrapper {
  background: url(../img/gold-slashes.png) 0 0 repeat-x;
  padding: 28px 0 16px;
}
footer#footer-main p {
  display: inline-block;
  width: auto;
}
footer#footer-main p.madeby a {
  background: url(../img/icon-floagency.png) 0 0 no-repeat;
  display: inline-block;
  width: 68px;
  height: 8px;
  text-indent: -4545px;
  overflow: hidden;
  margin: 0 0 0 2px;
}
footer#footer-main p.madeby a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
footer#footer-main a {
  color: #1b5e6c;
}
footer#footer-main a:hover {
  color: #b59e69;
}
/* Pagination
**********************/
ul.page-numbers {
  background: url(../img/gold-slashes.png) 0 0 repeat-x;
  clear: both;
  position: relative;
  width: 72%;
  display: table;
  text-align: center;
  height: 37px;
  margin: 22px auto 0;
  padding: 30px 14% 0;
  overflow: hidden;
}
ul.page-numbers li {
  display: inline-block;
  width: 37px;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  text-align: center;
  margin: 0 5px;
  padding: 0;
}
ul.page-numbers li a.page-numbers,
ul.page-numbers li span.page-numbers {
  display: inline-block;
  padding: 11px 0;
  width: 37px;
  height: 15px;
}
ul.page-numbers li a.page-numbers {
  color: #747474;
}
ul.page-numbers li a.page-numbers.current,
ul.page-numbers li a.page-numbers:hover {
  color: #b59e69;
}
ul.page-numbers li span.page-numbers {
  color: #747474;
}
ul.page-numbers li span.current {
  background: url(../img/active-page.png) 0 50% no-repeat;
  color: #ffffff;
}
ul.page-numbers li a.prev,
ul.page-numbers li a.next {
  background: url(../img/pagenum-arrows.png) 0 0 no-repeat;
  color: #747474;
  display: block;
  margin: 0;
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  position: absolute;
  width: auto;
  height: 18px;
  line-height: 1;
  text-transform: lowercase;
  z-index: 66;
  top: 32px;
}
ul.page-numbers li a.prev {
  background-position: 0 -60px;
  left: 0;
  padding: 5px 0 7px 25px;
}
ul.page-numbers li a.prev:hover {
  background-position: 0 -90px;
  color: #1b5e6c;
}
ul.page-numbers li a.next {
  background-position: 100% 0;
  right: 0;
  padding: 5px 25px 7px 0;
}
ul.page-numbers li a.next:hover {
  background-position: 100% -30px;
  color: #b59e69;
}
/* Homepage
*******************************/
body.home {
  max-width: 100%;
  min-width: 960px;
  overflow-x: hidden;
}
body.home .fancybox-skin {
  background: transparent;
  border: none;
}
#homepage #home-slider {
  position: relative;
  height: 560px;
  margin: 0 auto 5px;
  width: 840px;
}
#homepage #home-slider:before {
  background: url(../img/yellow-dots.png) 50% 50% no-repeat #ffffff;
  width: 76px;
  height: 76px;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: -40px;
  margin: -38px 0 0 0;
  z-index: 22;
}
#homepage #home-slider:after {
  border: 1px solid #dfdfdf;
  background: transparent;
  width: 61px;
  height: 61px;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: -33px;
  margin: -31px 0 0 0;
  z-index: 24;
}
#homepage #home-slider .items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
  clear: both;
  z-index: 9;
}
#homepage #home-slider .items .item {
  float: left;
  position: relative;
  padding: 0 5px 0 0;
  width: auto;
  min-width: 350px;
  height: 560px;
  overflow: hidden;
}
#homepage #home-slider .items .item.custom-video a h3:after {
  content: 'watch our video';
}
#homepage #home-slider .items .item.custom-video a h3 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  bottom: 10px;
}
#homepage #home-slider .items .item .icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  text-align: center;
}
#homepage #home-slider .items .item .icon:after {
  content: "►";
  font-size: 25px;
  color: #b59e69;
}
#homepage #home-slider .items .item a h3 {
  background: rgba(255, 255, 255, 0.9);
  width: 330px;
  height: auto;
  min-height: 40px;
  padding: 50px 15px;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  text-transform: none;
  letter-spacing: 2px;
  color: #747474;
  text-align: center;
  zoom: 1;
  position: absolute;
  bottom: -200px;
  left: 50%;
  margin: 0 0 0 -170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -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;
}
#homepage #home-slider .items .item a h3:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 4;
}
#homepage #home-slider .items .item a h3:after {
  color: #b59e69;
  content: "open gallery";
  display: block;
  font-family: 'la_belle_auroreregular';
  text-transform: lowercase;
  text-align: center;
  font-size: 18px;
  margin: 10px auto 0;
}
#homepage #home-slider .items .item a:hover h3 {
  bottom: 10px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#homepage #home-slider .items .item img {
  height: 100%;
  width: auto;
}
#homepage #home-slider a.prev,
#homepage #home-slider a.next {
  background: url(../img/small-arrows.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 15px;
  overflow: hidden;
  text-indent: -4444px;
  margin-top: -8px;
  z-index: 30;
}
#homepage #home-slider a.prev {
  background-position: 0 -30px;
  left: -24px;
}
#homepage #home-slider a.prev:hover {
  background-position: 0 -45px;
}
#homepage #home-slider a.next {
  background-position: 0 0;
  left: 14px;
}
#homepage #home-slider a.next:hover {
  background-position: 0 -15px;
}
#homepage #info-grid {
  display: block;
  height: 400px;
  overflow: hidden;
  zoom: 1;
}
#homepage #info-grid #home-widgets {
  float: left;
  margin: 0 5px 0 0;
}
#homepage #info-grid #recent-posts {
  width: 280px;
  float: left;
  margin: 0 5px 0 0;
}
#homepage #info-grid #recent-posts .flotheme-testimonial-widget {
  padding: 18px 0 0;
}
#homepage #info-grid #recent-posts > a {
  display: block;
  width: 100%;
  height: 197px;
  margin: 0 0 6px;
  overflow: hidden;
  position: relative;
}
#homepage #info-grid #recent-posts > a img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#homepage #info-grid #recent-posts > a .content {
  background: rgba(27, 91, 108, 0.9);
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -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 #info-grid #recent-posts > a .content:before {
  border: 1px solid #ffffff;
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 4;
}
#homepage #info-grid #recent-posts > a .content h3 {
  display: block;
  width: 260px;
  height: 197px;
  display: table-cell;
  vertical-align: middle;
  font-family: 'proxima_novalight';
  font-size: 16px;
  text-transform: none;
}
#homepage #info-grid #recent-posts > a .content h3:before {
  background: url(../img/icon-book.png) 50% 0 no-repeat, url(../img/white-dots.png) 50% 80% no-repeat;
  color: #ffffff;
  content: "recent from blog";
  font-family: 'proxima_nova_rgregular';
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 28px 0;
  line-height: 1;
}
#homepage #info-grid #recent-posts > a .content h3:after {
  color: #b59e69;
  content: "open blog post";
  display: block;
  font-family: 'la_belle_auroreregular';
  text-transform: lowercase;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin: 25px auto 0;
}
#homepage #info-grid #recent-posts > a:hover .content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#homepage #info-grid #welcome {
  width: 390px;
  height: 400px;
  padding: 30px;
  float: right;
  line-height: 1.5;
  color: #747474;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
#homepage #info-grid #welcome ul {
  text-align: left;
  list-style: square;
}
#homepage #info-grid #welcome ul li {
  list-style: square;
}
#homepage #info-grid #welcome ol {
  text-align: left;
  list-style: decimal;
}
#homepage #info-grid #welcome ol li {
  list-style: decimal;
}
#homepage #info-grid #welcome ul,
#homepage #info-grid #welcome ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
#homepage #info-grid #welcome ul ul,
#homepage #info-grid #welcome ol ul,
#homepage #info-grid #welcome ul ol,
#homepage #info-grid #welcome ol ol {
  text-align: left;
  margin-bottom: 0;
}
#homepage #info-grid #welcome ol ol {
  list-style: upper-alpha;
}
#homepage #info-grid #welcome ol ol ol {
  list-style: lower-roman;
}
#homepage #info-grid #welcome ol ol ol ol {
  list-style: lower-alpha;
}
#homepage #info-grid #welcome h1,
#homepage #info-grid #welcome h2,
#homepage #info-grid #welcome h3,
#homepage #info-grid #welcome h4,
#homepage #info-grid #welcome h5,
#homepage #info-grid #welcome h6 {
  text-transform: none;
  margin-bottom: .5em;
}
#homepage #info-grid #welcome 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 #info-grid #welcome a:link,
#homepage #info-grid #welcome a:visited,
#homepage #info-grid #welcome a:active {
  color: #1b5e6c;
  text-decoration: none;
}
#homepage #info-grid #welcome a:hover {
  color: #b59e69;
}
#homepage #info-grid #welcome table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
#homepage #info-grid #welcome table td,
#homepage #info-grid #welcome table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
#homepage #info-grid #welcome table th {
  font-weight: bold;
}
#homepage #info-grid #welcome pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
#homepage #info-grid #welcome blockquote {
  font-style: italic;
  margin: 1em 3em;
}
#homepage #info-grid #welcome blockquote p:before {
  content: '"';
}
#homepage #info-grid #welcome blockquote p:after {
  content: '"';
}
#homepage #info-grid #welcome img.size-auto,
#homepage #info-grid #welcome img.size-full,
#homepage #info-grid #welcome img.size-large,
#homepage #info-grid #welcome img.size-medium,
#homepage #info-grid #welcome .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
#homepage #info-grid #welcome .alignleft,
#homepage #info-grid #welcome img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
#homepage #info-grid #welcome .alignright,
#homepage #info-grid #welcome img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
#homepage #info-grid #welcome .aligncenter,
#homepage #info-grid #welcome img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#homepage #info-grid #welcome img.alignnone,
#homepage #info-grid #welcome img.alignleft,
#homepage #info-grid #welcome img.alignright,
#homepage #info-grid #welcome img.aligncenter {
  margin-bottom: .8em;
}
#homepage #info-grid #welcome .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
#homepage #info-grid #welcome .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
#homepage #info-grid #welcome .wp-smiley {
  margin: 0;
}
#homepage #info-grid #welcome p {
  line-height: 1.9;
  text-align: center;
}
#homepage #info-grid #welcome.text-left {
  text-align: left;
}
#homepage #info-grid #welcome.text-left p {
  text-align: left;
}
#homepage #info-grid #welcome:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
#homepage #info-grid #welcome h3 {
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  color: #b59e69;
  text-align: center;
  text-transform: capitalize;
}
#homepage #info-grid #welcome .details {
  position: relative;
  z-index: 5;
  line-height: 1.5;
  color: #747474;
  font-size: 14px;
  line-height: 1.9;
  font-family: 'proxima_nova_rgregular';
  text-align: center;
}
#homepage #info-grid #welcome .details ul {
  text-align: left;
  list-style: square;
}
#homepage #info-grid #welcome .details ul li {
  list-style: square;
}
#homepage #info-grid #welcome .details ol {
  text-align: left;
  list-style: decimal;
}
#homepage #info-grid #welcome .details ol li {
  list-style: decimal;
}
#homepage #info-grid #welcome .details ul,
#homepage #info-grid #welcome .details ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
#homepage #info-grid #welcome .details ul ul,
#homepage #info-grid #welcome .details ol ul,
#homepage #info-grid #welcome .details ul ol,
#homepage #info-grid #welcome .details ol ol {
  text-align: left;
  margin-bottom: 0;
}
#homepage #info-grid #welcome .details ol ol {
  list-style: upper-alpha;
}
#homepage #info-grid #welcome .details ol ol ol {
  list-style: lower-roman;
}
#homepage #info-grid #welcome .details ol ol ol ol {
  list-style: lower-alpha;
}
#homepage #info-grid #welcome .details h1,
#homepage #info-grid #welcome .details h2,
#homepage #info-grid #welcome .details h3,
#homepage #info-grid #welcome .details h4,
#homepage #info-grid #welcome .details h5,
#homepage #info-grid #welcome .details h6 {
  text-transform: none;
  margin-bottom: .5em;
}
#homepage #info-grid #welcome .details 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 #info-grid #welcome .details a:link,
#homepage #info-grid #welcome .details a:visited,
#homepage #info-grid #welcome .details a:active {
  color: #1b5e6c;
  text-decoration: none;
}
#homepage #info-grid #welcome .details a:hover {
  color: #b59e69;
}
#homepage #info-grid #welcome .details table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
#homepage #info-grid #welcome .details table td,
#homepage #info-grid #welcome .details table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
#homepage #info-grid #welcome .details table th {
  font-weight: bold;
}
#homepage #info-grid #welcome .details pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
#homepage #info-grid #welcome .details blockquote {
  font-style: italic;
  margin: 1em 3em;
}
#homepage #info-grid #welcome .details blockquote p:before {
  content: '"';
}
#homepage #info-grid #welcome .details blockquote p:after {
  content: '"';
}
#homepage #info-grid #welcome .details img.size-auto,
#homepage #info-grid #welcome .details img.size-full,
#homepage #info-grid #welcome .details img.size-large,
#homepage #info-grid #welcome .details img.size-medium,
#homepage #info-grid #welcome .details .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
#homepage #info-grid #welcome .details .alignleft,
#homepage #info-grid #welcome .details img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
#homepage #info-grid #welcome .details .alignright,
#homepage #info-grid #welcome .details img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
#homepage #info-grid #welcome .details .aligncenter,
#homepage #info-grid #welcome .details img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#homepage #info-grid #welcome .details img.alignnone,
#homepage #info-grid #welcome .details img.alignleft,
#homepage #info-grid #welcome .details img.alignright,
#homepage #info-grid #welcome .details img.aligncenter {
  margin-bottom: .8em;
}
#homepage #info-grid #welcome .details .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
#homepage #info-grid #welcome .details .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
#homepage #info-grid #welcome .details .wp-smiley {
  margin: 0;
}
#homepage #info-grid #welcome .details p {
  line-height: 1.9;
  text-align: center;
}
#homepage #info-grid #welcome .details.text-left {
  text-align: left;
}
#homepage #info-grid #welcome .details.text-left p {
  text-align: left;
}
#homepage #info-grid #welcome .details p {
  text-align: center;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
#homepage #info-grid #welcome .details strong {
  color: #1b5e6c;
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
}
#homepage #info-grid #welcome .details a.contact-us {
  color: #747474;
  display: block;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px auto 10px;
}
#homepage #info-grid #welcome .details a.contact-us:before {
  background: url(../img/icon-envelope-yellow.png) 0 0 no-repeat;
  content: " ";
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 10px;
}
#homepage #info-grid #welcome .details a.contact-us:hover:before {
  background-position: 0 -48px;
}
#homepage #info-grid #welcome .details a.contact-us:hover {
  color: #303030;
}
#homepage #info-grid #welcome .details {
  position: relative;
  z-index: 5;
  margin: 30px auto 0;
}
#homepage #info-grid #welcome .details .award-list {
  width: 96%;
  max-width: 300px;
  margin: 0 auto 8px;
  list-style: none;
}
#homepage #info-grid #welcome .details .award-list li {
  list-style: none;
  float: left;
  margin-bottom: 35px;
  width: 30%;
  height: 90px;
  margin-right: 5%;
  text-align: center;
}
#homepage #info-grid #welcome .details .award-list li:nth-child(3n) {
  margin-right: 0;
}
#homepage #info-grid #welcome .details .award-list li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#homepage #info-grid #welcome .details .award-list li img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#homepage #info-grid #welcome .details a.about {
  color: #1b5e6c;
  display: block;
  text-align: center;
  font-family: 'proxima_novaregular_italic';
  font-size: 14px;
  line-height: 1;
  position: relative;
  text-decoration: none;
  padding: 0 20px 10px;
  margin: 0 auto 10px;
  text-transform: capitalize;
}
#homepage #info-grid #welcome .details a.about:hover {
  color: #b59e69;
}
#homepage #videos {
  display: block;
  clear: both;
  margin: 5px auto 0;
  width: 100%;
}
#homepage #videos .video-block {
  display: block;
  width: 477px;
  height: 268px;
  overflow: hidden;
  float: left;
}
#homepage #videos .video-block#vid-1 {
  margin: 0 6px 0 0;
}
#homepage #videos .video-block#vid-2 {
  float: right;
}
#homepage #videoOverlayContent {
  display: none;
}
.home-video-slider-content {
  width: 100%;
  margin: 30px 0;
}
.home-video-slider-content .col-left {
  padding-top: 16px;
  float: left;
  width: 77%;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  color: #747474;
  line-height: 1.5em;
}
.home-video-slider-content .col-right {
  float: right;
  width: 23%;
  text-align: right;
}
.home-video-slider-content .col-right .close-btn {
  background-image: url('../img/fancy-close.png');
  background-repeat: no-repeat;
  background-size: 56px 56px;
  width: 100%;
  height: 56px;
  display: block;
  background-position: top right;
  margin-bottom: 24px;
}
.home-video-slider-content .col-right .rm {
  display: block;
  font-family: 'la_belle_auroreregular';
  font-size: 18px;
  color: #1b5e6c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-video-slider-content .col-right .rm:hover {
  color: #b59e69;
}
/* Blog
*******************************/
body.category header#header-main #nav-main ul li.blog a,
body.search header#header-main #nav-main ul li.blog a,
body.archive.date header#header-main #nav-main ul li.blog a,
body.single-post header#header-main #nav-main ul li.blog a {
  color: #b59e69;
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 0.1;
}
.main-column {
  width: 640px;
  float: left;
}
.main-column .page-title h2 {
  font-family: 'la_belle_auroreregular';
  color: #1b5e6c;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 22px;
  text-align: center;
}
.main-column .page-title h2 span {
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-column .post {
  background: url(../img/gold-slashes.png) 0 100% repeat-x;
  padding: 10px 0 32px;
  margin: 0 auto 34px;
}
.main-column .post:last-child {
  background: none;
}
.main-column .post img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.main-column .post .preview .title h2 {
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto 8px;
  letter-spacing: 1px;
}
.main-column .post .preview .title h2 a {
  color: #747474;
}
.main-column .post .preview .title h2 a:hover {
  color: #b59e69;
}
.main-column .post .preview .title .meta {
  color: #747474;
  font-family: 'proxima_novaregular_italic';
  font-size: 14px;
  text-transform: lowercase;
  text-align: center;
  line-height: 1;
  margin: 0 0 24px;
}
.main-column .post .preview .title .meta time {
  text-transform: none;
}
.main-column .post .preview .title .meta a {
  color: #1b5e6c;
}
.main-column .post .preview .title .meta a:hover {
  color: #b59e69;
}
.main-column .post .preview figure {
  margin: 0 auto 28px;
}
.main-column .post .preview figure img {
  margin: 0 auto;
  display: block;
}
.main-column .post .preview .excerpt {
  line-height: 1.5;
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}
.main-column .post .preview .excerpt ul {
  text-align: left;
  list-style: square;
}
.main-column .post .preview .excerpt ul li {
  list-style: square;
}
.main-column .post .preview .excerpt ol {
  text-align: left;
  list-style: decimal;
}
.main-column .post .preview .excerpt ol li {
  list-style: decimal;
}
.main-column .post .preview .excerpt ul,
.main-column .post .preview .excerpt ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.main-column .post .preview .excerpt ul ul,
.main-column .post .preview .excerpt ol ul,
.main-column .post .preview .excerpt ul ol,
.main-column .post .preview .excerpt ol ol {
  text-align: left;
  margin-bottom: 0;
}
.main-column .post .preview .excerpt ol ol {
  list-style: upper-alpha;
}
.main-column .post .preview .excerpt ol ol ol {
  list-style: lower-roman;
}
.main-column .post .preview .excerpt ol ol ol ol {
  list-style: lower-alpha;
}
.main-column .post .preview .excerpt h1,
.main-column .post .preview .excerpt h2,
.main-column .post .preview .excerpt h3,
.main-column .post .preview .excerpt h4,
.main-column .post .preview .excerpt h5,
.main-column .post .preview .excerpt h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.main-column .post .preview .excerpt 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;
}
.main-column .post .preview .excerpt a:link,
.main-column .post .preview .excerpt a:visited,
.main-column .post .preview .excerpt a:active {
  color: #1b5e6c;
  text-decoration: none;
}
.main-column .post .preview .excerpt a:hover {
  color: #b59e69;
}
.main-column .post .preview .excerpt table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.main-column .post .preview .excerpt table td,
.main-column .post .preview .excerpt table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.main-column .post .preview .excerpt table th {
  font-weight: bold;
}
.main-column .post .preview .excerpt pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.main-column .post .preview .excerpt blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.main-column .post .preview .excerpt blockquote p:before {
  content: '"';
}
.main-column .post .preview .excerpt blockquote p:after {
  content: '"';
}
.main-column .post .preview .excerpt img.size-auto,
.main-column .post .preview .excerpt img.size-full,
.main-column .post .preview .excerpt img.size-large,
.main-column .post .preview .excerpt img.size-medium,
.main-column .post .preview .excerpt .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.main-column .post .preview .excerpt .alignleft,
.main-column .post .preview .excerpt img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.main-column .post .preview .excerpt .alignright,
.main-column .post .preview .excerpt img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.main-column .post .preview .excerpt .aligncenter,
.main-column .post .preview .excerpt img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-column .post .preview .excerpt img.alignnone,
.main-column .post .preview .excerpt img.alignleft,
.main-column .post .preview .excerpt img.alignright,
.main-column .post .preview .excerpt img.aligncenter {
  margin-bottom: .8em;
}
.main-column .post .preview .excerpt .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.main-column .post .preview .excerpt .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.main-column .post .preview .excerpt .wp-smiley {
  margin: 0;
}
.main-column .post .preview .excerpt p {
  line-height: 1.9;
  text-align: center;
}
.main-column .post .preview .excerpt.text-left {
  text-align: left;
}
.main-column .post .preview .excerpt.text-left p {
  text-align: left;
}
.main-column .post .actions {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 40px 0 36px;
  margin: 40px 0;
}
.main-column .post .actions .tags {
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  word-spacing: 12px;
  margin: 0 auto 20px;
}
.main-column .post .actions .tags a {
  color: #747474;
}
.main-column .post .actions .tags a:hover {
  color: #1b5e6c;
}
.main-column .post .actions .share {
  display: table;
  text-align: center;
  width: 100%;
}
.main-column .post .actions .share li {
  width: 30px;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px;
}
.main-column .post .actions .share li a {
  background: url(../img/icons-share.png) 0 0 no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -4545em;
}
.main-column .post .actions .share li a.pin {
  background-position: 0 0;
}
.main-column .post .actions .share li a.pin:hover {
  background-position: 0 -30px;
}
.main-column .post .actions .share li a.fcb {
  background-position: -30px 0;
}
.main-column .post .actions .share li a.fcb:hover {
  background-position: -30px -30px;
}
.main-column .post .comments {
  margin: 0 auto 22px;
  overflow: hidden;
  zoom: 1;
}
.main-column .post .comments .list {
  width: 390px;
  height: 342px;
  overflow: scroll;
  float: left;
}
.main-column .post .comments .list .commentlist li {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 20px;
}
.main-column .post .comments .list .commentlist li .no-com {
  color: #747474;
  display: block;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 6px;
}
.main-column .post .comments .list .commentlist li .author {
  color: #747474;
  display: block;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.main-column .post .comments .list .commentlist li .added {
  color: #747474;
  display: block;
  font-family: 'proxima_novaregular_italic';
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.main-column .post .comments .list .commentlist li .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  color: #c5c5c5;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
}
.main-column .post .comments .list .commentlist li .comment-reply-link:hover {
  color: #1b5e6c;
}
.main-column .post .comments .list .commentlist li .text {
  line-height: 1.5;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  text-align: left;
  margin: 20px 0 0;
  color: #747474;
  font-size: 16px;
}
.main-column .post .comments .list .commentlist li .text ul {
  text-align: left;
  list-style: square;
}
.main-column .post .comments .list .commentlist li .text ul li {
  list-style: square;
}
.main-column .post .comments .list .commentlist li .text ol {
  text-align: left;
  list-style: decimal;
}
.main-column .post .comments .list .commentlist li .text ol li {
  list-style: decimal;
}
.main-column .post .comments .list .commentlist li .text ul,
.main-column .post .comments .list .commentlist li .text ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.main-column .post .comments .list .commentlist li .text ul ul,
.main-column .post .comments .list .commentlist li .text ol ul,
.main-column .post .comments .list .commentlist li .text ul ol,
.main-column .post .comments .list .commentlist li .text ol ol {
  text-align: left;
  margin-bottom: 0;
}
.main-column .post .comments .list .commentlist li .text ol ol {
  list-style: upper-alpha;
}
.main-column .post .comments .list .commentlist li .text ol ol ol {
  list-style: lower-roman;
}
.main-column .post .comments .list .commentlist li .text ol ol ol ol {
  list-style: lower-alpha;
}
.main-column .post .comments .list .commentlist li .text h1,
.main-column .post .comments .list .commentlist li .text h2,
.main-column .post .comments .list .commentlist li .text h3,
.main-column .post .comments .list .commentlist li .text h4,
.main-column .post .comments .list .commentlist li .text h5,
.main-column .post .comments .list .commentlist li .text h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.main-column .post .comments .list .commentlist li .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;
}
.main-column .post .comments .list .commentlist li .text a:link,
.main-column .post .comments .list .commentlist li .text a:visited,
.main-column .post .comments .list .commentlist li .text a:active {
  color: #1b5e6c;
  text-decoration: none;
}
.main-column .post .comments .list .commentlist li .text a:hover {
  color: #b59e69;
}
.main-column .post .comments .list .commentlist li .text table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.main-column .post .comments .list .commentlist li .text table td,
.main-column .post .comments .list .commentlist li .text table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.main-column .post .comments .list .commentlist li .text table th {
  font-weight: bold;
}
.main-column .post .comments .list .commentlist li .text pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.main-column .post .comments .list .commentlist li .text blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.main-column .post .comments .list .commentlist li .text blockquote p:before {
  content: '"';
}
.main-column .post .comments .list .commentlist li .text blockquote p:after {
  content: '"';
}
.main-column .post .comments .list .commentlist li .text img.size-auto,
.main-column .post .comments .list .commentlist li .text img.size-full,
.main-column .post .comments .list .commentlist li .text img.size-large,
.main-column .post .comments .list .commentlist li .text img.size-medium,
.main-column .post .comments .list .commentlist li .text .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.main-column .post .comments .list .commentlist li .text .alignleft,
.main-column .post .comments .list .commentlist li .text img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.main-column .post .comments .list .commentlist li .text .alignright,
.main-column .post .comments .list .commentlist li .text img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.main-column .post .comments .list .commentlist li .text .aligncenter,
.main-column .post .comments .list .commentlist li .text img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-column .post .comments .list .commentlist li .text img.alignnone,
.main-column .post .comments .list .commentlist li .text img.alignleft,
.main-column .post .comments .list .commentlist li .text img.alignright,
.main-column .post .comments .list .commentlist li .text img.aligncenter {
  margin-bottom: .8em;
}
.main-column .post .comments .list .commentlist li .text .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.main-column .post .comments .list .commentlist li .text .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.main-column .post .comments .list .commentlist li .text .wp-smiley {
  margin: 0;
}
.main-column .post .comments .list .commentlist li .text p {
  line-height: 1.9;
  text-align: center;
}
.main-column .post .comments .list .commentlist li .text.text-left {
  text-align: left;
}
.main-column .post .comments .list .commentlist li .text.text-left p {
  text-align: left;
}
.main-column .post .comments .list .commentlist li .text p {
  text-align: left;
}
.main-column .post .comments .list .commentlist li > ul {
  border-top: 1px solid #dfdfdf;
  margin: 0 0 0 25px;
  padding: 25px 0 0;
}
.main-column .post .comments .list .commentlist li > ul li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0 0 10px;
}
.main-column .post .comments .comment-form {
  width: 230px;
  float: right;
}
.main-column .post .comments .comment-form .messages {
  color: #1b5e6c;
  font-size: 12px;
  font-family: 'proxima_novaregular_italic';
  margin: 0;
}
.main-column .post .comments .comment-form .messages p {
  text-align: center;
}
.main-column .post .comments .comment-form form .mess-container > div {
  position: relative;
}
.main-column .post .comments .comment-form form .mess-container .reply-to {
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
}
.main-column .post .comments .comment-form form .mess-container .reply-to .reply-to-name {
  display: inline;
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
}
.main-column .post .comments .comment-form form .mess-container .reply-to div {
  margin: 0 0 10px;
}
.main-column .post .comments .comment-form form .mess-container .cancel-reply {
  color: #1b5e6c;
  font-family: 'proxima_nova_rgregular';
  font-size: 10px;
  position: absolute;
  top: 2px;
  right: 0;
}
.main-column .post .comments .comment-form form .mess-container .cancel-reply:hover {
  color: #b59e69;
}
.main-column .post .comments .comment-form form label {
  position: absolute;
}
.main-column .post .comments .comment-form form label.desc {
  color: #747474;
  text-align: center;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  z-index: 3;
  width: 222px;
  top: 12px;
}
.main-column .post .comments .comment-form form label.error {
  color: red;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  right: 0;
  bottom: -14px;
}
.main-column .post .comments .comment-form form .inputs div {
  border: 1px solid #dfdfdf;
  display: block;
  padding: 3px;
  position: relative;
  margin: 0 0 20px;
}
.main-column .post .comments .comment-form form .inputs div input {
  border: 1px solid #dfdfdf;
  display: block;
  width: 222px;
  height: 34px;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  color: #747474;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.main-column .post .comments .comment-form form .area {
  border: 1px solid #dfdfdf;
  display: block;
  padding: 3px;
  position: relative;
  margin: 0 0 20px;
}
.main-column .post .comments .comment-form form .area textarea {
  border: 1px solid #dfdfdf;
  display: block;
  width: 222px;
  height: 88px;
  margin: 0;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  color: #747474;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.main-column .post .comments .comment-form form .area textarea:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 0;
}
.main-column .post .comments .comment-form form .submit {
  border: 0;
  background: #b59e69;
  padding: 3px;
  position: relative;
}
.main-column .post .comments .comment-form form .submit input[type="submit"] {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  display: block;
  width: 223px;
  height: 34px;
}
.main-column .post .comments .comment-form form .submit:hover {
  background: #1b5e6c;
}
.main-column .post footer a.toggle {
  color: #1b5e6c;
  display: block;
  letter-spacing: 1px;
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  text-transform: lowercase;
  text-align: center;
}
.main-column .post footer a.toggle:hover {
  color: #b59e69;
}
.main-column .post footer .loading {
  background: url(../img/ajax-loader.gif) 50% -8px no-repeat;
  display: block;
  width: 24px;
  height: 16px;
  margin: 0 auto;
  visibility: hidden;
}
/* About
*******************************/
#about {
  margin: 10px auto 0;
  overflow: hidden;
}
#about .made-photo {
  margin-bottom: 50px;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#about .made-photo a {
  color: #747474;
}
#about .made-photo a:hover {
  color: #b59e69;
}
#about .one-third {
  width: 320px;
  float: left;
}
#about .one-third figure {
  width: 100%;
  margin: 0 auto 10px;
}
#about .one-third figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#about .one-third #contact-box {
  width: 100%;
  margin: 0 auto 30px;
  padding: 28px 0 25px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
#about .one-third #contact-box:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
#about .one-third #contact-box .social {
  border-bottom: 1px solid #dfdfdf;
  display: table;
  float: none;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 0 0 60px;
  width: 178px;
}
#about .one-third #contact-box .social:after {
  border-bottom: 1px solid #dfdfdf;
  content: "Find us on socials";
  position: absolute;
  display: block;
  bottom: 3px;
  color: #999999;
  text-align: center;
  color: #7699a3;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  width: 100%;
  padding: 15px 0 20px;
}
#about .one-third #contact-box .social li {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#about .one-third #contact-box .details {
  position: relative;
  z-index: 5;
  line-height: 1.5;
  color: #747474;
  font-size: 14px;
  line-height: 1.9;
  font-size: 12px;
  font-family: 'proxima_nova_rgregular';
  text-align: center;
}
#about .one-third #contact-box .details ul {
  text-align: left;
  list-style: square;
}
#about .one-third #contact-box .details ul li {
  list-style: square;
}
#about .one-third #contact-box .details ol {
  text-align: left;
  list-style: decimal;
}
#about .one-third #contact-box .details ol li {
  list-style: decimal;
}
#about .one-third #contact-box .details ul,
#about .one-third #contact-box .details ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
#about .one-third #contact-box .details ul ul,
#about .one-third #contact-box .details ol ul,
#about .one-third #contact-box .details ul ol,
#about .one-third #contact-box .details ol ol {
  text-align: left;
  margin-bottom: 0;
}
#about .one-third #contact-box .details ol ol {
  list-style: upper-alpha;
}
#about .one-third #contact-box .details ol ol ol {
  list-style: lower-roman;
}
#about .one-third #contact-box .details ol ol ol ol {
  list-style: lower-alpha;
}
#about .one-third #contact-box .details h1,
#about .one-third #contact-box .details h2,
#about .one-third #contact-box .details h3,
#about .one-third #contact-box .details h4,
#about .one-third #contact-box .details h5,
#about .one-third #contact-box .details h6 {
  text-transform: none;
  margin-bottom: .5em;
}
#about .one-third #contact-box .details 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;
}
#about .one-third #contact-box .details a:link,
#about .one-third #contact-box .details a:visited,
#about .one-third #contact-box .details a:active {
  color: #1b5e6c;
  text-decoration: none;
}
#about .one-third #contact-box .details a:hover {
  color: #b59e69;
}
#about .one-third #contact-box .details table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
#about .one-third #contact-box .details table td,
#about .one-third #contact-box .details table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
#about .one-third #contact-box .details table th {
  font-weight: bold;
}
#about .one-third #contact-box .details pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
#about .one-third #contact-box .details blockquote {
  font-style: italic;
  margin: 1em 3em;
}
#about .one-third #contact-box .details blockquote p:before {
  content: '"';
}
#about .one-third #contact-box .details blockquote p:after {
  content: '"';
}
#about .one-third #contact-box .details img.size-auto,
#about .one-third #contact-box .details img.size-full,
#about .one-third #contact-box .details img.size-large,
#about .one-third #contact-box .details img.size-medium,
#about .one-third #contact-box .details .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
#about .one-third #contact-box .details .alignleft,
#about .one-third #contact-box .details img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
#about .one-third #contact-box .details .alignright,
#about .one-third #contact-box .details img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
#about .one-third #contact-box .details .aligncenter,
#about .one-third #contact-box .details img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#about .one-third #contact-box .details img.alignnone,
#about .one-third #contact-box .details img.alignleft,
#about .one-third #contact-box .details img.alignright,
#about .one-third #contact-box .details img.aligncenter {
  margin-bottom: .8em;
}
#about .one-third #contact-box .details .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
#about .one-third #contact-box .details .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
#about .one-third #contact-box .details .wp-smiley {
  margin: 0;
}
#about .one-third #contact-box .details p {
  line-height: 1.9;
  text-align: center;
}
#about .one-third #contact-box .details.text-left {
  text-align: left;
}
#about .one-third #contact-box .details.text-left p {
  text-align: left;
}
#about .one-third #contact-box .details:hover:before {
  background-position: 0 -48px;
}
#about .one-third #contact-box .details p {
  text-align: center;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
#about .one-third #contact-box .details strong {
  color: #7699a3;
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
}
#about .one-third #contact-box .details a.contact-us {
  color: #b59e69;
  display: block;
  text-align: center;
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  text-decoration: none;
  padding: 0 20px 10px;
  margin: 0 auto 10px;
}
#about .one-third #contact-box .details a.contact-us:before {
  background: url(../img/icon-envelope-yellow.png) 0 0 no-repeat;
  content: " ";
  width: 48px;
  height: 48px;
  display: block;
  margin: 25px auto 20px;
}
#about .one-third #contact-box .details a.contact-us:hover {
  color: #1b5e6c;
}
#about .one-third #contact-box .details a.contact-us:hover:before {
  background-position: 0 -48px;
}
#about .one-third #facts {
  margin: 0 auto 30px;
  padding: 28px 0 0;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
#about .one-third #facts:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
#about .one-third #facts h3 {
  color: #b59e69;
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  font-family: 'la_belle_auroreregular';
  padding: 0;
  line-height: 1.5;
}
#about .one-third #facts h3 span {
  color: #7699a3;
  display: block;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 auto 5px;
  letter-spacing: 1px;
}
#about .one-third #facts #fact-slider {
  width: 280px;
  height: auto;
  position: relative;
  margin: 0 auto 25px;
}
#about .one-third #facts #fact-slider .flex-direction-nav li a {
  background: url(../img/small-arrows.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 15px;
  overflow: hidden;
  text-indent: -4444px;
  margin-top: 0;
}
#about .one-third #facts #fact-slider .flex-direction-nav li a.flex-prev {
  background-position: 0 -30px;
  left: -5px;
}
#about .one-third #facts #fact-slider .flex-direction-nav li a.flex-prev:hover {
  background-position: 0 -45px;
}
#about .one-third #facts #fact-slider .flex-direction-nav li a.flex-next {
  background-position: 0 0;
  right: -5px;
}
#about .one-third #facts #fact-slider .flex-direction-nav li a.flex-next:hover {
  background-position: 0 -15px;
}
#about .two-third {
  width: 610px;
  float: right;
}
#about .two-third h2 {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  color: #b59e69;
  font-family: 'la_belle_auroreregular';
  font-size: 24px;
  text-transform: none;
  word-spacing: 4px;
  line-height: 1.5;
  padding: 0 0 20px;
  margin: 0 0 30px;
}
#about .two-third h2:before {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  bottom: 3px;
  width: 100%;
  z-index: 0;
}
#about .two-third article {
  height: 434px;
  overflow: scroll;
}
#about .two-third #about-bliss {
  margin: 30px auto;
}
#about .two-third #things-enjoy {
  margin: 30px 0;
  padding: 35px 35px 27px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
#about .two-third #things-enjoy:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
#about .two-third #things-enjoy h3 {
  color: #7699a3;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
  margin: 0 0 24px;
}
#about .two-third #things-enjoy #thing-slider {
  width: 540px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
#about .two-third #things-enjoy #thing-slider .flex-direction-nav li a {
  background: url(../img/small-arrows.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: -42px;
  width: 10px;
  height: 15px;
  overflow: hidden;
  text-indent: -4444px;
  margin-top: 0;
}
#about .two-third #things-enjoy #thing-slider .flex-direction-nav li a.flex-prev {
  background-position: 0 -30px;
  right: 35px;
}
#about .two-third #things-enjoy #thing-slider .flex-direction-nav li a.flex-prev:hover {
  background-position: 0 -45px;
}
#about .two-third #things-enjoy #thing-slider .flex-direction-nav li a.flex-next {
  background-position: 0 0;
  right: 0;
}
#about .two-third #things-enjoy #thing-slider .flex-direction-nav li a.flex-next:hover {
  background-position: 0 -15px;
}
#about .two-third #things-enjoy #thing-slider li {
  display: block;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#about .two-third #things-enjoy #thing-slider li .thing {
  display: block;
  width: 130px;
  height: 130px;
  overflow: hidden;
  float: left;
  margin: 0 6px 6px 0;
}
#about .two-third #things-enjoy #thing-slider li .thing.noMarginRight {
  margin: 0 0 6px 0;
}
#about .last-press {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 20px 40px;
  margin-bottom: 30px;
}
#about .last-press:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
#about .last-press .in {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
#about .last-press .in .in {
  display: table-cell;
  vertical-align: middle;
}
#about .last-press h3 {
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  color: #b59e69;
  text-transform: none;
  margin-bottom: 25px;
}
#about .last-press .flexslider {
  width: 96%;
  margin: 0 auto;
}
#about .last-press .flex-direction-nav li a {
  background: url(../img/small-arrows.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  bottom: 50%;
  margin-bottom: -7px;
  width: 20px;
  height: 15px;
  overflow: hidden;
  text-indent: -4444px;
  margin-top: 0;
}
#about .last-press .flex-direction-nav li a.flex-prev {
  background-position: 0 -30px;
  left: -2%;
}
#about .last-press .flex-direction-nav li a.flex-prev:hover {
  background-position: 0 -45px;
}
#about .last-press .flex-direction-nav li a.flex-next {
  background-position: 0 0;
  right: -2%;
}
#about .last-press .flex-direction-nav li a.flex-next:hover {
  background-position: 0 -15px;
}
#about .last-press ul.slides li {
  width: 100px;
  height: 100px;
  text-align: center;
}
#about .last-press ul.slides li a {
  display: block;
}
#about .last-press ul.slides li a:hover img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#about .last-press ul.slides li img {
  max-width: 75px;
  max-height: 100px;
  width: auto;
  height: auto;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#about #team-members {
  background: url(../img/gold-slashes.png) 100% 0 repeat-x;
  padding: 32px 0 0;
  display: block;
  clear: both;
}
#about #team-members h3 {
  color: #7699a3;
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  text-transform: capitalize;
  margin: 0 0 16px;
  letter-spacing: 1px;
  word-spacing: 4px;
  line-height: 1;
  text-align: center;
  margin: 0 0 24px;
}
#about #team-members #team-slider {
  width: 900px;
  height: 532px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  margin: 0 auto;
}
#about #team-members #team-slider .flex-direction-nav li a {
  background: url(../img/pagenum-arrows.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 251px;
  width: 20px;
  height: 30px;
  overflow: hidden;
  text-indent: -4444px;
}
#about #team-members #team-slider .flex-direction-nav li a.flex-prev {
  background-position: 0 -60px;
  left: 0;
}
#about #team-members #team-slider .flex-direction-nav li a.flex-prev:hover {
  background-position: 0 -90px;
}
#about #team-members #team-slider .flex-direction-nav li a.flex-next {
  background-position: 0 0;
  right: 0;
}
#about #team-members #team-slider .flex-direction-nav li a.flex-next:hover {
  background-position: 0 -30px;
}
#about #team-members #team-slider li .teammember {
  width: 420px;
  height: 530px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
#about #team-members #team-slider li .teammember:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
#about #team-members #team-slider li .teammember figure {
  display: block;
  width: 140px;
  height: 140px;
  margin: 35px auto 25px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#about #team-members #team-slider li .teammember figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#about #team-members #team-slider li .teammember h4 {
  color: #747474;
  display: block;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}
#about #team-members #team-slider li .teammember .position {
  color: #1b5e6c;
  display: block;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  text-align: center;
  text-transform: lowercase;
}
#about #team-members #team-slider li .teammember .info {
  background: url(../img/dots.png) 50% 0 no-repeat;
  width: 380px;
  height: 250px;
  margin: 12px auto 0;
  padding: 14px 0 0;
}
#timeline {
  width: 610px;
  height: 342px;
  overflow: hidden;
  position: relative;
  background: url('../img/timeline-dots.png') left 52px repeat-x;
  margin: 30px 0;
}
#timeline h3 {
  color: #7699a3;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
}
#dates {
  width: 610px !important;
  height: 60px;
  overflow: hidden;
}
#dates li {
  list-style: none;
  float: left;
  width: 66px;
  height: 35px;
}
#dates a {
  background: url('../img/timeline-datesbg.png') 0 0 no-repeat;
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 11px;
  font-size: 11px;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  color: #1b5e6c;
  padding: 12px 0;
  overflow: hidden;
}
#dates a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#dates .selected {
  background-position: 0 -35px;
  color: #ffffff;
}
#issues {
  width: 610px;
  height: 226px;
  overflow: hidden;
}
#issues li {
  width: 610px;
  height: 226px;
  list-style: none;
  float: left;
}
#issues li.selected img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#issues li figure {
  float: left;
  margin: 0 38px 0 0;
  width: 222px;
  height: 222px;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#issues li figure:before {
  background: url('../img/circle-dots-frame.png') 50% 50% no-repeat;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#issues li img {
  background: transparent;
  display: block;
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#issues li .story {
  height: 222px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#issues li .story p {
  text-align: left;
}
#issues li .story h4 {
  color: #1b5e6c;
  font-size: 12px;
  font-family: 'proxima_nova_rgregular';
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Error Page
*******************************/
.not-found {
  line-height: 1.5;
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  font-size: 16px;
  font-family: 'proxima_novalight';
  text-align: left;
}
.not-found ul {
  text-align: left;
  list-style: square;
}
.not-found ul li {
  list-style: square;
}
.not-found ol {
  text-align: left;
  list-style: decimal;
}
.not-found ol li {
  list-style: decimal;
}
.not-found ul,
.not-found ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.not-found ul ul,
.not-found ol ul,
.not-found ul ol,
.not-found ol ol {
  text-align: left;
  margin-bottom: 0;
}
.not-found ol ol {
  list-style: upper-alpha;
}
.not-found ol ol ol {
  list-style: lower-roman;
}
.not-found ol ol ol ol {
  list-style: lower-alpha;
}
.not-found h1,
.not-found h2,
.not-found h3,
.not-found h4,
.not-found h5,
.not-found h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.not-found 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;
}
.not-found a:link,
.not-found a:visited,
.not-found a:active {
  color: #1b5e6c;
  text-decoration: none;
}
.not-found a:hover {
  color: #b59e69;
}
.not-found table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.not-found table td,
.not-found table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.not-found table th {
  font-weight: bold;
}
.not-found pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.not-found blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.not-found blockquote p:before {
  content: '"';
}
.not-found blockquote p:after {
  content: '"';
}
.not-found img.size-auto,
.not-found img.size-full,
.not-found img.size-large,
.not-found img.size-medium,
.not-found .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.not-found .alignleft,
.not-found img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.not-found .alignright,
.not-found img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.not-found .aligncenter,
.not-found img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.not-found img.alignnone,
.not-found img.alignleft,
.not-found img.alignright,
.not-found img.aligncenter {
  margin-bottom: .8em;
}
.not-found .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.not-found .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.not-found .wp-smiley {
  margin: 0;
}
.not-found p {
  line-height: 1.9;
  text-align: center;
}
.not-found.text-left {
  text-align: left;
}
.not-found.text-left p {
  text-align: left;
}
.not-found p {
  text-align: left;
}
.not-found #go-back {
  background: url(../img/small-arrows.png) 0 -30px no-repeat;
  color: #747474;
  display: inline-block;
  float: left;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 0 1px 15px;
  position: relative;
  top: 10px;
  line-height: 1;
  text-decoration: none;
}
.not-found #go-back:hover {
  background-position: 0 -45px;
  color: #1b5e6c;
}
#page404 {
  min-height: 340px;
}
#page404 .page-title h2 {
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 34px;
  line-height: 1;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
#page404 .page-title h2:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
#page404 .buttons {
  display: block;
  text-align: center;
  margin: 90px auto 0;
}
#page404 .buttons a {
  color: #1b5e6c;
  font-family: 'la_belle_auroreregular';
  margin: 0 16px;
  text-transform: lowercase;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#page404 .buttons a:hover {
  color: #b59e69;
}
/* Galleries
*******************************/
body.post-type-archive-video header#header-main #nav-main ul li.gallery a,
body.post-type-archive-gallery header#header-main #nav-main ul li.gallery a,
body.single-video header#header-main #nav-main ul li.gallery a,
body.single-gallery header#header-main #nav-main ul li.gallery a {
  color: #7699a3;
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 0.1;
}
#portfolio .intro {
  background: url(../img/gold-slashes.png) 0 100% repeat-x;
  text-align: center;
  color: #1b5e6c;
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  padding: 0 0 1px;
  margin: 0 auto 32px;
  position: relative;
  text-transform: none;
  z-index: 4;
}
#portfolio #feat-galls {
  margin: 0 auto 10px;
  background: url(../img/ajax-loader.gif) 50% 50% no-repeat;
  width: 960px;
  height: auto;
  min-height: 300px;
}
#portfolio #feat-galls .flex-direction-nav li a {
  background: url(../img/large-arrows-rev2.png) 0 50% no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 100%;
  overflow: hidden;
  text-indent: -4444px;
  margin-top: 0;
}
#portfolio #feat-galls .flex-direction-nav li a.flex-prev {
  background-position: 0 50%;
  left: -28px;
}
#portfolio #feat-galls .flex-direction-nav li a.flex-prev:hover {
  background-position: -56px 50%;
}
#portfolio #feat-galls .flex-direction-nav li a.flex-next {
  background-position: -168px 50%;
  right: -28px;
}
#portfolio #feat-galls .flex-direction-nav li a.flex-next:hover {
  background-position: -112px 50%;
}
#portfolio #feat-galls .slides li a {
  display: block;
  position: relative;
}
#portfolio #feat-galls .slides li a h3 {
  background: rgba(255, 255, 255, 0.9);
  width: 330px;
  height: auto;
  min-height: 140px;
  padding: 45px;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  letter-spacing: 2px;
  color: #747474;
  text-align: center;
  zoom: 1;
  position: absolute;
  text-transform: none;
  top: 100%;
  left: 50%;
  margin: -70px 0 0 -180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -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 #feat-galls .slides li a h3:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 4;
}
#portfolio #feat-galls .slides li a h3:after {
  color: #b59e69;
  content: "open gallery";
  display: block;
  font-family: 'la_belle_auroreregular';
  text-transform: lowercase;
  text-align: center;
  font-size: 20px;
  margin: 10px auto 0;
}
#portfolio #feat-galls .slides li a:hover h3 {
  top: 50%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#portfolio #portfolio-type {
  border: 1px solid #dfdfdf;
  display: table;
  padding: 40px 0;
  text-align: center;
  margin: 0 auto 10px;
  width: auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio #portfolio-type:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: -1;
}
#portfolio #portfolio-type li {
  font-family: 'proxima_nova_rgregular';
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#portfolio #portfolio-type li:after {
  color: #dfdfdf;
  content: "|";
  display: inline;
}
#portfolio #portfolio-type li:last-child a.active_cat,
#portfolio #portfolio-type li:last-child a:hover {
  color: #b59e69;
}
#portfolio #portfolio-type li:last-child:after {
  display: none;
}
#portfolio #portfolio-type li a {
  color: #747474;
  padding: 0 20px;
  min-width: 70px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#portfolio #portfolio-type li a.active_cat,
#portfolio #portfolio-type li a:hover {
  color: #1b5e6c;
  font-size: 20px;
  font-family: 'la_belle_auroreregular';
  letter-spacing: 1px;
}
#portfolio #portfolio-type li a.active_cat:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#portfolio #thumb-grid {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
#portfolio #thumb-grid .gal-thumb {
  display: block;
  float: left;
  height: auto;
  width: auto;
  width: 318px;
  margin: 0 0 3px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio #thumb-grid .gal-thumb a {
  display: block;
  position: relative;
}
#portfolio #thumb-grid .gal-thumb a img {
  width: auto;
  max-width: 318px;
  height: auto;
}
#portfolio #thumb-grid .gal-thumb a h3 {
  background: rgba(27, 91, 108, 0.9);
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  zoom: 1;
  position: absolute;
  text-transform: none;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -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 #thumb-grid .gal-thumb a h3:before {
  border: 1px solid #ffffff;
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 4;
}
#portfolio #thumb-grid .gal-thumb a h3 span {
  display: block;
  width: 258px;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}
#portfolio #thumb-grid .gal-thumb a h3 span:after {
  color: #b59e69;
  content: "open gallery";
  display: block;
  font-family: 'la_belle_auroreregular';
  text-transform: lowercase;
  text-align: center;
  font-size: 18px;
  margin: 10px auto 0;
}
#portfolio #thumb-grid .gal-thumb a:hover h3 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#portfolio #thumb-grid .gal-thumb.video-thumb a {
  height: 178px;
}
#portfolio #thumb-grid .gal-thumb.video-thumb a h3 span {
  height: 178px;
}
#portfolio #thumb-grid .gal-thumb.video-thumb a h3 span:after {
  content: "play video";
}
#portfolio #thumb-grid .gal-thumb.no-img h3 {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#gallery h2 {
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 20px;
  letter-spacing: 2px;
  padding: 34px;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
#gallery h2:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
#gallery #video-holder {
  background: url(../img/ajax-loader.gif) 50% 50% no-repeat;
  width: 960px;
  height: auto;
  min-height: 300px;
}
#gallery #slider {
  background: url(../img/ajax-loader.gif) 50% 50% no-repeat;
  width: 960px;
  height: auto;
  min-height: 300px;
  position: relative;
  margin: 0 auto;
}
#gallery #slider .flex-direction-nav li a {
  background: url(../img/large-arrows-rev2.png) 0 50% no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 100%;
  overflow: hidden;
  text-indent: -4444px;
  margin-top: 0;
}
#gallery #slider .flex-direction-nav li a.flex-prev {
  background-position: 0 50%;
  left: -28px;
}
#gallery #slider .flex-direction-nav li a.flex-prev:hover {
  background-position: -56px 50%;
}
#gallery #slider .flex-direction-nav li a.flex-next {
  background-position: -168px 50%;
  right: -28px;
}
#gallery #slider .flex-direction-nav li a.flex-next:hover {
  background-position: -112px 50%;
}
#gallery .actions {
  overflow: hidden;
  zoom: 1;
  margin: 25px auto 0;
  clear: both;
}
#gallery .actions .back-to-grid {
  background: url(../img/small-arrows.png) 0 -30px no-repeat;
  color: #747474;
  display: inline-block;
  float: left;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 0 1px 15px;
  position: relative;
  top: 10px;
  line-height: 1;
}
#gallery .actions .back-to-grid:hover {
  background-position: 0 -45px;
  color: #1b5e6c;
}
#gallery .actions ul.share {
  float: right;
  overflow: hidden;
}
#gallery .actions ul.share li {
  display: block;
  width: auto;
  height: 34px;
  overflow: hidden;
  float: left;
  margin: 0 10px;
}
#gallery .actions ul.share li a {
  background: url(../img/social-icons-rev2.png) 0 0 no-repeat;
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -4545px;
  margin: 0 auto;
}
#gallery .actions ul.share li a.fcb {
  background-position: -68px 0;
}
#gallery .actions ul.share li a.fcb:hover {
  background-position: -68px -34px;
}
#gallery .actions ul.share li a.pin {
  background-position: 0 0;
}
#gallery .actions ul.share li a.pin:hover {
  background-position: 0 -34px;
}
#gallery .meta {
  border-top: 1px solid #dfdfdf;
  display: block;
  position: relative;
  text-align: center;
  margin: 25px auto 0;
  padding: 3px 0 0;
  font-family: 'proxima_novaregular_italic';
}
#gallery .meta .cnt-meta {
  border-top: 1px solid #dfdfdf;
  padding-top: 25px;
}
#gallery .meta span {
  font-family: 'proxima_nova_rgregular';
  font-size: 10px;
  text-transform: uppercase;
  color: #1b5e6c;
  margin: 0 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#gallery .meta span a {
  color: #747474;
}
#gallery .meta span a:hover {
  color: #b59e69;
}
/* Testimonials
*******************************/
#testimonials .intro {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 0 12px;
  font-family: 'proxima_novaregular_italic';
}
#testimonials .intro p {
  text-align: center;
}
#testimonials .intro:before {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  width: 100%;
  height: 1px;
}
#testimonials article.testimonial {
  background: url(../img/gold-slashes.png) 0 100% repeat-x;
  padding: 32px 0;
  overflow: hidden;
  zoom: 1;
}
#testimonials article.testimonial:last-child {
  background: none;
  padding: 32px 0 10px;
}
#testimonials article.testimonial figure {
  width: 200px;
  height: auto;
  overflow: hidden;
  max-height: 200px;
}
#testimonials article.testimonial figure img {
  max-width: 100%;
  height: auto;
}
#testimonials article.testimonial .content {
  width: 730px;
}
#testimonials article.testimonial .content h3 {
  display: inline-block;
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
#testimonials article.testimonial .content span.date {
  color: #1b5e6c;
  display: block;
  font-size: 14px;
  font-family: 'proxima_novasemibold_italic';
  margin: 0 0 18px;
}
#testimonials article.testimonial .content .story {
  text-align: left;
}
#testimonials article.testimonial .content .story p {
  text-align: left;
}
#testimonials article.testimonial .content .story .testimonial_url {
  color: #1b5e6c;
  display: block;
  font-size: 14px;
  font-family: 'proxima_nova_rgregular';
  font-style: italic;
  text-decoration: none;
}
#testimonials article.testimonial .content .story .testimonial_url:hover {
  color: #b59e69;
}
#testimonials article.testimonial.odd figure {
  float: left;
}
#testimonials article.testimonial.odd .content {
  float: right;
}
#testimonials article.testimonial.even figure {
  float: right;
}
#testimonials article.testimonial.even .content {
  float: left;
}
body.post-type-archive-testimonial ul.page-numbers {
  margin: 32px auto 0;
}
/* Service
*******************************/
#service {
  width: 640px;
  float: left;
}
#service #subnav {
  display: table;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto 10px;
  width: auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#service #subnav li {
  font-family: 'proxima_nova_rgregular';
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#service #subnav li:after {
  color: #dfdfdf;
  content: "|";
  display: inline;
}
#service #subnav li:last-child:after {
  display: none;
}
#service #subnav li a {
  color: #747474;
  padding: 0 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#service #subnav li a#subpage-169 {
  min-width: 78px;
}
#service #subnav li a#subpage-169.active_page,
#service #subnav li a#subpage-169:hover {
  color: #b59e69;
}
#service #subnav li a#subpage-172 {
  min-width: 54px;
}
#service #subnav li a#subpage-172.active_page,
#service #subnav li a#subpage-172:hover {
  color: #7699a3;
}
#service #subnav li a.active_page,
#service #subnav li a:hover {
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  color: #1b5e6c;
}
#service #subnav li a.active_page:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#service .details:before {
  color: #b59e69;
  content: "\”";
  display: block;
  font-family: 'proxima_nova_rgregular';
  font-size: 56px;
  text-align: center;
  height: 60px;
}
#service #more-testimonials {
  color: #1b5e6c;
  display: block;
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  text-align: center;
  margin: 32px auto;
  line-height: 1;
  text-transform: lowercase;
  text-decoration: none;
}
#service #more-testimonials:hover {
  color: #b59e69;
}
.page-btm {
  border-top: 1px solid #dfdfdf;
  width: 960px;
  display: block;
  clear: both;
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding: 30px 0 0;
}
.page-btm:before {
  border-top: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  z-index: 0;
  width: 100%;
}
.page-btm .contact-us {
  background: url(../img/icon-envelope.png) 100% 0 no-repeat;
  color: #747474;
  display: inline-block;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  height: 12px;
  line-height: 1;
  padding: 8px 38px 3px 0;
  margin: 4px 0 0 0;
  text-transform: uppercase;
  overflow: hidden;
}
.page-btm .contact-us:hover {
  background-position: 100% -23px;
  color: #1b5e6c;
}
/* Contact
*******************************/
footer#footer-main {
  width: 100%;
}
body.page-template-template-contact-php header#header-main,
body.page-template-template-contact-php footer#footer-main {
  background: #ffffff;
}
body.page-template-template-contact-php header#header-main .wrapper,
body.page-template-template-contact-php footer#footer-main .wrapper {
  background-image: none;
}
body.page-template-template-contact-php #contact {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  width: 960px;
  height: auto;
  padding: 34px 40px;
  margin: 35px auto;
  overflow: hidden;
  zoom: 1;
  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;
}
body.page-template-template-contact-php #contact:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 0;
}
body.page-template-template-contact-php #contact h2 {
  background: url(../img/gold-slashes.png) 0 100% repeat-x;
  text-align: center;
  color: #1b5e6c;
  font-family: 'la_belle_auroreregular';
  padding: 0 0 28px;
  margin: 0 auto 28px;
  position: relative;
  text-transform: none;
  z-index: 4;
}
body.page-template-template-contact-php #contact h2 span {
  display: block;
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  padding: 0 0 16px;
}
body.page-template-template-contact-php #contact .story {
  float: left;
  width: 310px;
  text-align: left;
  font-family: 'proxima_novaregular_italic';
  position: relative;
  z-index: 4;
}
body.page-template-template-contact-php #contact .story p {
  text-align: left;
}
body.page-template-template-contact-php #contact .story .details {
  font-family: 'proxima_nova_rgregular';
}
body.page-template-template-contact-php #contact .story .details strong {
  color: #7699a3;
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
}
body.page-template-template-contact-php #contact .wpcf7 {
  float: right;
  width: 532px;
}
body.page-template-template-contact-php #contact .wpcf7 form {
  position: relative;
  z-index: 4;
}
body.page-template-template-contact-php #contact .wpcf7 form p {
  border: 1px solid #dfdfdf;
  display: block;
  padding: 3px;
  position: relative;
}
body.page-template-template-contact-php #contact .wpcf7 form label {
  color: #747474;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  z-index: 3;
  width: 248px;
  top: 10px;
}
body.page-template-template-contact-php #contact .wpcf7 form input {
  border: 1px solid #dfdfdf;
  display: block;
  width: 248px;
  height: 34px;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  color: #747474;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-template-template-contact-php #contact .wpcf7 form textarea {
  border: 1px solid #dfdfdf;
  display: block;
  width: 248px;
  height: 88px;
  margin: 0;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  color: #747474;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-template-template-contact-php #contact .wpcf7 form textarea:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 0;
}
body.page-template-template-contact-php #contact .wpcf7 form .left-side {
  width: 256px;
  float: left;
}
body.page-template-template-contact-php #contact .wpcf7 form .right-side {
  width: 256px;
  float: right;
}
body.page-template-template-contact-php #contact .wpcf7 form .say {
  border: 0;
  background: #b59e69;
  padding: 3px;
  position: relative;
}
body.page-template-template-contact-php #contact .wpcf7 form .say input[type="submit"] {
  border-color: #ffffff;
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
}
body.page-template-template-contact-php #contact .wpcf7 form .say img {
  position: absolute;
  top: 12px;
  left: 10px;
}
body.page-template-template-contact-php #contact .wpcf7 form .say:hover {
  background: #1b5e6c;
}
body.page-template-template-contact-php #contact .wpcf7 .wpcf7-response-output,
body.page-template-template-contact-php #contact .wpcf7 .wpcf7-display-none,
body.page-template-template-contact-php #contact .wpcf7 .wpcf7-validation-errors {
  border: 0;
  clear: both;
  font-family: 'la_belle_auroreregular';
  font-size: 18px;
  color: #1b5e6c;
  text-align: center;
  margin: 0;
  padding: 12px 0 0;
  width: 100%;
}
/* Press
*******************************/
body.tax-press-category header#header-main #nav-main ul li.press a {
  color: #7699a3;
  font-family: 'la_belle_auroreregular';
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 0.1;
}
#press {
  clear: both;
  display: block;
  overflow: hidden;
  zoom: 1;
}
#press .intro {
  display: block;
  position: relative;
  text-align: center;
  margin: 5px 0 25px;
  font-family: 'proxima_novaregular_italic';
}
#press .intro p {
  text-align: center;
}
#press #press-cats {
  border: 1px solid #dfdfdf;
  display: table;
  padding: 40px 0;
  text-align: center;
  margin: 0 auto 20px;
  width: auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#press #press-cats:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: -1;
}
#press #press-cats li {
  font-family: 'proxima_nova_rgregular';
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#press #press-cats li:after {
  color: #dfdfdf;
  content: "|";
  display: inline;
}
#press #press-cats li:last-child a.active_cat,
#press #press-cats li:last-child a:hover {
  color: #b59e69;
}
#press #press-cats li:last-child:after {
  display: none;
}
#press #press-cats li a {
  color: #747474;
  padding: 0 20px;
  min-width: 70px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#press #press-cats li a.active_cat,
#press #press-cats li a:hover {
  color: #1b5e6c;
  font-size: 20px;
  font-family: 'la_belle_auroreregular';
  letter-spacing: 1px;
}
#press #press-cats li a.active_cat:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#press .press-post {
  display: block;
  float: left;
  margin: 0 26px 26px 0;
  width: 220px;
  height: 292px;
  overflow: hidden;
  position: relative;
  -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;
}
#press .press-post .in {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
#press .press-post .in .in {
  display: table-cell;
  vertical-align: middle;
}
#press .press-post.nomargin-right {
  margin-right: 0;
}
#press .press-post a {
  display: block;
  width: 220px;
  height: 292px;
  overflow: hidden;
  position: relative;
  -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;
}
#press .press-post a figure {
  border: 1px solid  #bcbcbc;
  display: block;
  width: 220px;
  height: 292px;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#press .press-post a figure img {
  max-width: 220px;
  height: auto;
}
#press .press-post a .info {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 219px;
  height: 291px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#press .press-post a .info:after {
  border: 1px solid  #bcbcbc;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  z-index: 1;
}
#press .press-post a .info h3 {
  color: #747474;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: table-cell;
  width: 199px;
  padding: 0 10px;
  height: 291px;
  vertical-align: middle;
}
#press .press-post a .info h3:after {
  background: url(../img/dots.png) 50% 12px no-repeat;
  color: #1b5e6c;
  content: "read article";
  display: block;
  font-family: 'la_belle_auroreregular';
  font-size: 18px;
  text-align: center;
  line-height: 1;
  text-transform: lowercase;
  padding: 26px 0 0;
}
#press .press-post a:hover figure {
  border-color: #ffffff;
}
#press .press-post a:hover .info {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#press #awards {
  display: block;
  clear: both;
  margin: 20px auto;
}
#press #awards h3 {
  border: 1px solid #dfdfdf;
  display: table;
  padding: 40px 0;
  text-align: center;
  margin: 0 auto 20px;
  width: auto;
  width: 100%;
  position: relative;
  font-family: 'proxima_nova_rgregular';
  font-size: 18px;
  color: #1b5e6c;
  text-transform: capitalize;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#press #awards h3:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: -1;
}
#press #awards .wp_bannerize {
  overflow: hidden;
  zoom: 1;
}
#press #awards .wp_bannerize div {
  width: 150px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin: 0 26px 26px 0;
}
#press #awards .wp_bannerize div a {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  height: 150px;
}
#press #awards .wp_bannerize div img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  max-width: 100%;
  height: auto;
}
.fancybox-skin {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  z-index: 100;
}
.fancybox-inner {
  min-height: 600px !important;
  z-index: 100;
  overflow: visible !important;
}
.fancybox-inner a.close {
  background: url(../img/fancy-close.png) 50% 50% no-repeat;
  display: block;
  width: 56px;
  height: 56px;
  top: -28px;
  right: -28px;
  text-indent: -5555px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fancybox-inner a.close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-inner figure {
  display: block;
  max-width: 900px;
  max-height: 600px;
  margin: 0 auto;
}
.fancybox-inner figure img {
  display: block;
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
}
.fancybox-inner .flexslider {
  display: block;
  width: 900px;
  height: 600px;
  background: url(../img/ajax-loader.gif) 50% 50% no-repeat;
  min-height: 300px;
  position: relative;
  margin: 0 auto;
}
.fancybox-inner .flexslider .flex-viewport {
  height: 0 ;
  position: absolute !important;
  top: 0 !important;
  max-height: 600px !important;
  overflow: hidden !important;
}
.fancybox-inner .flexslider .slides img {
  max-height: 600px;
}
.fancybox-inner .flexslider .slides .view-more {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 6px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  text-transform: lowercase;
}
.fancybox-inner .flexslider .slides .view-more:hover {
  color: #181818;
}
.fancybox-inner .flexslider .flex-direction-nav li a {
  background: url(../img/large-arrows-rev2.png) 0 50% no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 100%;
  overflow: hidden;
  text-indent: -4444px;
  margin-top: 0;
}
.fancybox-inner .flexslider .flex-direction-nav li a.flex-prev {
  background-position: 0 50%;
  left: -28px;
}
.fancybox-inner .flexslider .flex-direction-nav li a.flex-prev:hover {
  background-position: -56px 50%;
}
.fancybox-inner .flexslider .flex-direction-nav li a.flex-next {
  background-position: -168px 50%;
  right: -28px;
}
.fancybox-inner .flexslider .flex-direction-nav li a.flex-next:hover {
  background-position: -112px 50%;
}
.fancybox-overlay {
  background: rgba(255, 255, 255, 0.8);
}
/* Widgets
*******************************/
.widget.instagram {
  margin: 0 0 30px;
}
.widget.instagram h3 {
  color: #b59e69;
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  padding: 0;
  margin: 0 auto 10px;
}
.widget.instagram .instagram-image {
  padding: 0;
  margin: 0 auto;
  float: none;
}
.widget.instagram .instagram-image a {
  display: block;
}
.widget.instagram .instagram-image a img {
  max-width: 100%;
  height: auto;
}
.flo_instthumb_widget {
  margin: 0 0 30px;
}
.flo_instthumb_widget h3 {
  color: #b59e69;
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  font-family: 'la_belle_auroreregular';
  padding: 0;
  margin: 0 auto 6px;
}
.flo_instthumb_widget .flotheme-instthumb-widget a {
  display: block;
}
.flo_instthumb_widget .flotheme-instthumb-widget a figure {
  max-width: 280px;
  height: auto;
  display: block;
}
.flo_instthumb_widget .flotheme-instthumb-widget a figure img {
  width: 100%;
  height: auto;
}
.flo_instthumb_widget .flotheme-instthumb-widget a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.flo_social_widget {
  padding: 30px 0;
  margin: 0 0 30px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
.flo_social_widget:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
.flo_social_widget h3 {
  border-bottom: 1px solid #dfdfdf;
  color: #999999;
  text-align: center;
  color: #7699a3;
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto 28px;
  padding: 0 0 20px;
  width: 178px;
  position: relative;
}
.flo_social_widget h3:before {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  bottom: 3px;
  z-index: 0;
  width: 100%;
}
.flo_social_widget .flotheme-social-widget {
  position: relative;
  z-index: 4;
}
.flo_social_widget .flotheme-social-widget .social {
  display: table;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.flo_social_widget .flotheme-social-widget .social li {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.widget_categories {
  margin: 0 0 30px;
  padding: 30px 0 24px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
.widget_categories:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
.widget_categories .widget-inner h3 {
  color: #b59e69;
  font-family: 'la_belle_auroreregular';
  text-transform: capitalize;
  text-align: center;
  font-size: 22px;
  margin: 0 auto 20px;
}
.widget_categories .widget-inner ul {
  display: block;
  width: 200px;
  position: relative;
  margin: 10px auto 0;
  border-top: 1px solid #dfdfdf;
  padding: 18px 0 0;
}
.widget_categories .widget-inner ul:before {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 2px;
  z-index: 0;
  width: 100%;
}
.widget_categories .widget-inner ul li {
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  margin: 12px 0;
}
.widget_categories .widget-inner ul li a {
  color: #747474;
}
.widget_categories .widget-inner ul li a:hover {
  color: #b59e69;
}
.flotheme-aboutthumb-widget {
  display: block;
  width: 280px;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
.flotheme-aboutthumb-widget a {
  display: block;
  position: relative;
  width: 280px;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.flotheme-aboutthumb-widget a:before {
  background: url(../img/about-widget-stamp.png) 0 0 no-repeat;
  content: " ";
  display: block;
  width: 204px;
  height: 186px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -93px 0 0 -102px;
  z-index: 4;
}
.flotheme-aboutthumb-widget a:after {
  background-color: rgba(255, 255, 255, 0.9);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 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;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.flotheme-aboutthumb-widget a figure {
  width: 280px;
  height: 400px;
  display: block;
}
.flotheme-aboutthumb-widget a figure:after {
  border: 1px solid #555;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.flotheme-aboutthumb-widget a figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.flotheme-aboutthumb-widget a:hover:before {
  background-position: 0 -186px;
}
.flotheme-aboutthumb-widget a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.flotheme-aboutthumb-widget a:hover figure:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.flo_contact_widget {
  margin: 0 0 30px;
  padding: 30px 0 24px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
.flo_contact_widget:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
.flo_contact_widget .flotheme-contact-widget {
  position: relative;
  z-index: 5;
  line-height: 1.5;
  color: #747474;
  font-size: 14px;
  line-height: 1.9;
  font-family: 'proxima_nova_rgregular';
  text-align: center;
}
.flo_contact_widget .flotheme-contact-widget ul {
  text-align: left;
  list-style: square;
}
.flo_contact_widget .flotheme-contact-widget ul li {
  list-style: square;
}
.flo_contact_widget .flotheme-contact-widget ol {
  text-align: left;
  list-style: decimal;
}
.flo_contact_widget .flotheme-contact-widget ol li {
  list-style: decimal;
}
.flo_contact_widget .flotheme-contact-widget ul,
.flo_contact_widget .flotheme-contact-widget ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.flo_contact_widget .flotheme-contact-widget ul ul,
.flo_contact_widget .flotheme-contact-widget ol ul,
.flo_contact_widget .flotheme-contact-widget ul ol,
.flo_contact_widget .flotheme-contact-widget ol ol {
  text-align: left;
  margin-bottom: 0;
}
.flo_contact_widget .flotheme-contact-widget ol ol {
  list-style: upper-alpha;
}
.flo_contact_widget .flotheme-contact-widget ol ol ol {
  list-style: lower-roman;
}
.flo_contact_widget .flotheme-contact-widget ol ol ol ol {
  list-style: lower-alpha;
}
.flo_contact_widget .flotheme-contact-widget h1,
.flo_contact_widget .flotheme-contact-widget h2,
.flo_contact_widget .flotheme-contact-widget h3,
.flo_contact_widget .flotheme-contact-widget h4,
.flo_contact_widget .flotheme-contact-widget h5,
.flo_contact_widget .flotheme-contact-widget h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.flo_contact_widget .flotheme-contact-widget 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;
}
.flo_contact_widget .flotheme-contact-widget a:link,
.flo_contact_widget .flotheme-contact-widget a:visited,
.flo_contact_widget .flotheme-contact-widget a:active {
  color: #1b5e6c;
  text-decoration: none;
}
.flo_contact_widget .flotheme-contact-widget a:hover {
  color: #b59e69;
}
.flo_contact_widget .flotheme-contact-widget table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.flo_contact_widget .flotheme-contact-widget table td,
.flo_contact_widget .flotheme-contact-widget table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.flo_contact_widget .flotheme-contact-widget table th {
  font-weight: bold;
}
.flo_contact_widget .flotheme-contact-widget pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.flo_contact_widget .flotheme-contact-widget blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.flo_contact_widget .flotheme-contact-widget blockquote p:before {
  content: '"';
}
.flo_contact_widget .flotheme-contact-widget blockquote p:after {
  content: '"';
}
.flo_contact_widget .flotheme-contact-widget img.size-auto,
.flo_contact_widget .flotheme-contact-widget img.size-full,
.flo_contact_widget .flotheme-contact-widget img.size-large,
.flo_contact_widget .flotheme-contact-widget img.size-medium,
.flo_contact_widget .flotheme-contact-widget .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.flo_contact_widget .flotheme-contact-widget .alignleft,
.flo_contact_widget .flotheme-contact-widget img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.flo_contact_widget .flotheme-contact-widget .alignright,
.flo_contact_widget .flotheme-contact-widget img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.flo_contact_widget .flotheme-contact-widget .aligncenter,
.flo_contact_widget .flotheme-contact-widget img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.flo_contact_widget .flotheme-contact-widget img.alignnone,
.flo_contact_widget .flotheme-contact-widget img.alignleft,
.flo_contact_widget .flotheme-contact-widget img.alignright,
.flo_contact_widget .flotheme-contact-widget img.aligncenter {
  margin-bottom: .8em;
}
.flo_contact_widget .flotheme-contact-widget .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.flo_contact_widget .flotheme-contact-widget .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.flo_contact_widget .flotheme-contact-widget .wp-smiley {
  margin: 0;
}
.flo_contact_widget .flotheme-contact-widget p {
  line-height: 1.9;
  text-align: center;
}
.flo_contact_widget .flotheme-contact-widget.text-left {
  text-align: left;
}
.flo_contact_widget .flotheme-contact-widget.text-left p {
  text-align: left;
}
.flo_contact_widget .flotheme-contact-widget p {
  text-align: center;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.flo_contact_widget .flotheme-contact-widget strong {
  color: #7699a3;
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
}
.flo_contact_widget .flotheme-contact-widget a.contact-us {
  color: #b59e69;
  display: block;
  text-align: center;
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  text-decoration: none;
  padding: 0 20px;
  margin: 0 auto;
}
.flo_contact_widget .flotheme-contact-widget a.contact-us:before {
  background: url(../img/icon-envelope-yellow.png) 0 0 no-repeat;
  content: " ";
  width: 48px;
  height: 48px;
  display: block;
  margin: 20px auto 20px;
}
.flo_contact_widget .flotheme-contact-widget a.contact-us:hover {
  color: #1b5e6c;
}
.flo_contact_widget .flotheme-contact-widget a.contact-us:hover:before {
  background-position: 0 -48px;
}
.videos-box {
  height: 197px;
  padding: 12px 0;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
.videos-box:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
.videos-box h3 {
  color: #b59e69;
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  font-family: 'la_belle_auroreregular';
  padding: 0;
  margin: 8px auto 2px;
}
.videos-box .text {
  position: relative;
  z-index: 20;
  line-height: 1.5;
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  font-family: 'proxima_novaregular_italic';
  max-width: 270px;
  margin: 0 auto;
}
.videos-box .text ul {
  text-align: left;
  list-style: square;
}
.videos-box .text ul li {
  list-style: square;
}
.videos-box .text ol {
  text-align: left;
  list-style: decimal;
}
.videos-box .text ol li {
  list-style: decimal;
}
.videos-box .text ul,
.videos-box .text ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.videos-box .text ul ul,
.videos-box .text ol ul,
.videos-box .text ul ol,
.videos-box .text ol ol {
  text-align: left;
  margin-bottom: 0;
}
.videos-box .text ol ol {
  list-style: upper-alpha;
}
.videos-box .text ol ol ol {
  list-style: lower-roman;
}
.videos-box .text ol ol ol ol {
  list-style: lower-alpha;
}
.videos-box .text h1,
.videos-box .text h2,
.videos-box .text h3,
.videos-box .text h4,
.videos-box .text h5,
.videos-box .text h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.videos-box .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;
}
.videos-box .text a:link,
.videos-box .text a:visited,
.videos-box .text a:active {
  color: #1b5e6c;
  text-decoration: none;
}
.videos-box .text a:hover {
  color: #b59e69;
}
.videos-box .text table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.videos-box .text table td,
.videos-box .text table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.videos-box .text table th {
  font-weight: bold;
}
.videos-box .text pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.videos-box .text blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.videos-box .text blockquote p:before {
  content: '"';
}
.videos-box .text blockquote p:after {
  content: '"';
}
.videos-box .text img.size-auto,
.videos-box .text img.size-full,
.videos-box .text img.size-large,
.videos-box .text img.size-medium,
.videos-box .text .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.videos-box .text .alignleft,
.videos-box .text img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.videos-box .text .alignright,
.videos-box .text img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.videos-box .text .aligncenter,
.videos-box .text img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.videos-box .text img.alignnone,
.videos-box .text img.alignleft,
.videos-box .text img.alignright,
.videos-box .text img.aligncenter {
  margin-bottom: .8em;
}
.videos-box .text .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.videos-box .text .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.videos-box .text .wp-smiley {
  margin: 0;
}
.videos-box .text p {
  line-height: 1.9;
  text-align: center;
}
.videos-box .text.text-left {
  text-align: left;
}
.videos-box .text.text-left p {
  text-align: left;
}
.videos-box .text a {
  line-height: 1;
  display: block;
  margin: 15px auto 0;
}
.videos-box .more {
  background: url(../img/icon-video-yellow.png) 0 0 no-repeat;
  content: " ";
  width: 48px;
  height: 48px;
  display: block;
  margin: 5px auto 0;
  overflow: hidden;
  text-indent: -4444px;
}
.videos-box .more:hover {
  background-position: 0 -48px;
  color: #1b5e6c;
}
.flo_testimonial_widget {
  margin: 0 auto 26px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  padding: 0 0 25px;
}
.flo_testimonial_widget:before {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  bottom: 3px;
  z-index: 0;
  width: 100%;
}
.flo_testimonial_widget h3 {
  color: #b59e69;
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  font-family: 'la_belle_auroreregular';
  padding: 0;
  margin: 0 auto 10px;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text {
  line-height: 1.5;
  color: #747474;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  font-family: 'proxima_novaregular_italic';
  width: 240px;
  margin: 0 auto 5px;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ul {
  text-align: left;
  list-style: square;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ul li {
  list-style: square;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ol {
  text-align: left;
  list-style: decimal;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ol li {
  list-style: decimal;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ul,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ol {
  text-align: left;
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ul ul,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ol ul,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ul ol,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ol ol {
  text-align: left;
  margin-bottom: 0;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ol ol {
  list-style: upper-alpha;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ol ol ol {
  list-style: lower-roman;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text ol ol ol ol {
  list-style: lower-alpha;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text h1,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text h2,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text h3,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text h4,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text h5,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .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;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text a:link,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text a:visited,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text a:active {
  color: #1b5e6c;
  text-decoration: none;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text a:hover {
  color: #b59e69;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text table td,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text table th {
  font-weight: bold;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text blockquote p:before {
  content: '"';
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text blockquote p:after {
  content: '"';
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.size-auto,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.size-full,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.size-large,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.size-medium,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text .alignleft,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text .alignright,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text .aligncenter,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.alignnone,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.alignleft,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.alignright,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text img.aligncenter {
  margin-bottom: .8em;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text .wp-smiley {
  margin: 0;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text p {
  line-height: 1.9;
  text-align: center;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text.text-left {
  text-align: left;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .text.text-left p {
  text-align: left;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .more,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .author {
  color: #747474;
  display: block;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  text-transform: uppercase;
  margin: -8px 0 0;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .more:before,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .author:before {
  content: "____";
  display: block;
  color: #747474;
  margin: 0 auto 15px;
}
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .more:hover,
.flo_testimonial_widget .widget-inner .flotheme-testimonial-widget .author:hover {
  color: #1b5e6c;
}
.flo_pintthumb_widget {
  display: block;
  width: 280px;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a {
  letter-spacing: 1px;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a .smalltext {
  color: #ffffff;
  display: block;
  font-family: 'proxima_nova_rgregular';
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 21px;
  width: 238px;
  padding: 18px 0;
  line-height: 1;
  z-index: 3;
  overflow: hidden;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a .smalltext.toptext {
  top: 10px;
  border-bottom: 1px solid #ffffff;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a .smalltext.btmtext {
  bottom: 10px;
  border-top: 1px solid #ffffff;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a figure {
  background: #1b5e6c;
  position: relative;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a figure:before {
  background: url(../img/pint-thumb-dots.png) 50% 50% no-repeat;
  display: block;
  content: " ";
  width: 263px;
  height: 382px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a figure img {
  width: 100%;
  height: auto;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a figure span {
  color: #ffffff;
  display: block;
  font-family: 'la_belle_auroreregular';
  font-size: 26px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  width: 220px;
  top: 180px;
  left: 30px;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a:hover .smalltext {
  color: #b59e69;
  border-color: #b59e69;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a:hover figure img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.flo_pintthumb_widget .widget-inner .flotheme-pintthumb-widget a:hover figure span {
  color: #b59e69;
}
.flo_blog_widget {
  margin: 0 0 20px;
}
.flo_blog_widget .widget-inner h3 {
  color: #b59e69;
  font-family: 'la_belle_auroreregular';
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  margin: 0 0 24px;
}
.flo_blog_widget .widget-inner .flotheme-blog-widget ul {
  margin: 0 0 0 -18px;
}
.flo_blog_widget .widget-inner .flotheme-blog-widget ul li {
  width: 130px;
  float: left;
  margin: 0 0 0 18px;
}
.flo_blog_widget .widget-inner .flotheme-blog-widget ul li .entry-thumb {
  width: 130px;
  height: 130px;
  display: block;
  overflow: hidden;
}
.flo_blog_widget .widget-inner .flotheme-blog-widget ul li .entry-thumb a {
  display: block;
  width: 130px;
  height: 130px;
  position: relative;
}
.flo_blog_widget .widget-inner .flotheme-blog-widget ul li .entry-thumb a:before {
  background: rgba(243, 222, 165, 0.7);
  color: #ffffff;
  content: "open post";
  display: block;
  width: 130px;
  height: 14px;
  text-transform: capitalize;
  font-size: 12px;
  font-family: 'proxima_nova_rgregular';
  position: absolute;
  top: 0;
  left: 0;
  padding: 58px 0;
  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;
}
.flo_blog_widget .widget-inner .flotheme-blog-widget ul li .detail h4 {
  font-family: 'proxima_nova_rgregular';
  font-size: 10px;
  margin: 6px 0 0 0;
  text-align: center;
}
.flo_blog_widget .widget-inner .flotheme-blog-widget ul li .detail h4 a {
  color: #747474;
}
.flo_blog_widget .widget-inner .flotheme-blog-widget ul li a:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.flo_archive_widget {
  width: 100%;
  padding: 25px 0;
  margin: 0 0 30px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  zoom: 1;
  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;
}
.flo_archive_widget:before {
  border: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 0;
}
.flo_archive_widget h3 {
  border-bottom: 1px solid #dfdfdf;
  color: #b59e69;
  font-family: 'la_belle_auroreregular';
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 28px;
  padding: 0 0 20px;
  width: 80%;
  position: relative;
}
.flo_archive_widget h3:before {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  content: " ";
  position: absolute;
  bottom: 3px;
  z-index: 0;
  width: 100%;
}
.flo_archive_widget .flo-archives {
  width: 250px;
  margin: 10px auto 0;
  position: relative;
  z-index: 4;
}
.flo_archive_widget .flo-archives .year {
  color: #747474;
  width: 100%;
  position: relative;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
.flo_archive_widget .flo-archives .year a {
  background: url(../img/small-arrows.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 15px;
  overflow: hidden;
  text-indent: -4444px;
  margin-top: 0;
}
.flo_archive_widget .flo-archives .year a.down {
  background-position: 0 -30px;
  left: 55px;
}
.flo_archive_widget .flo-archives .year a.down:hover {
  background-position: 0 -45px;
}
.flo_archive_widget .flo-archives .year a.up {
  background-position: 0 0;
  right: 55px;
}
.flo_archive_widget .flo-archives .year a.up:hover {
  background-position: 0 -15px;
}
.flo_archive_widget .flo-archives .months {
  padding: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.flo_archive_widget .flo-archives .months .year-months {
  display: none;
  clear: both;
  overflow: hidden;
}
.flo_archive_widget .flo-archives .months .year-months a,
.flo_archive_widget .flo-archives .months .year-months span {
  display: block;
  padding: 4px 0;
  margin: 5px 0;
  width: 25%;
  float: left;
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.flo_archive_widget .flo-archives .months .year-months a {
  color: #b59e69;
}
.flo_archive_widget .flo-archives .months .year-months a:hover {
  background: #b59e69;
  color: #ffffff;
}
.flo_archive_widget .flo-archives .months .year-months span {
  color: #747474;
}
/* JScrollPane Styles
 *******************************/
.jspContainer {
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  background: url(../img/jspVerticalBar-bg.png) 50% 0 repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  margin: 0 ;
}
.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: none;
  position: relative;
}
.jspDrag {
  background: #b59e69;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.jspDrag:before {
  background: transparent;
  border: 1px solid #ffffff;
  content: " ";
  display: block;
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.jspDrag:hover:before {
  border-color: #b59e69;
}
.jspDrag:hover {
  background: #b59e69 !important;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.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;
}
@media (max-width: 1024px) {
  .story p iframe {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 780px) {
  body.home,
  #wrapper,
  #content-main,
  .wrapper {
    width: 100%;
  }
  body.home {
    min-width: 100%;
  }
  #wrapper {
    min-width: 100%;
  }
  header#header-main {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  header#header-main #nav-main {
    padding-top: 35px;
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
  header#header-main #nav-main ul {
    float: none;
  }
  header#header-main #nav-main ul li {
    float: none;
    display: inline-block;
    min-width: 0!important;
  }
  header#header-main #nav-main ul li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  header#header-main #nav-main ul li:first-child:after {
    display: none;
  }
  header#header-main #nav-main ul li a {
    font-family: proxima_novasemibold;
    font-size: 13px;
  }
  header#header-main #nav-main ul li {
    position: relative;
    margin-left: 20px;
    padding-left: 25px;
  }
  header#header-main #nav-main ul li:after {
    content: '/';
    position: absolute;
    font-family: proxima_novasemibold;
    color: #747474;
    font-size: 13px;
    left: 0;
    top: 0;
  }
  #homepage #home-slider {
    width: 94%;
    height: 482px;
    margin-bottom: 25px;
    overflow: hidden;
  }
  #homepage #home-slider .items .item {
    height: 482px;
    min-width: 0;
  }
  #homepage #home-slider:before,
  #homepage #home-slider:after,
  #homepage #home-slider a.prev,
  #homepage #home-slider a.next {
    display: none;
  }
  #homepage #home-slider .items .item.active a h3 {
    left: 0;
    margin-left: 0;
    width: 100%;
    padding: 25px 15px 45px 15px;
    bottom: 0;
    opacity: 1;
  }
  #info-grid {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0 auto;
  }
  #homepage #info-grid #home-widgets {
    width: 50%;
    margin-right: 0;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flotheme-aboutthumb-widget {
    width: 100%;
    height: auto;
  }
  .flotheme-aboutthumb-widget a {
    width: 100%;
    height: auto;
  }
  .flotheme-aboutthumb-widget a figure {
    width: 100%;
    height: auto;
  }
  .flotheme-aboutthumb-widget a figure img {
    width: 100%;
  }
  #homepage #info-grid #recent-posts {
    width: 50%;
    margin-right: 0;
  }
  #homepage #info-grid #recent-posts > a {
    height: auto;
  }
  #homepage #info-grid #recent-posts > a img {
    width: 100%;
  }
  #homepage #info-grid {
    height: auto;
  }
  #homepage #info-grid #welcome {
    width: 100%;
  }
  .videos-box {
    height: 249px;
  }
  .videos-box h3 {
    margin-top: 30px;
  }
  .videos-box .text a {
    margin: 20px auto 0;
  }
  #homepage #info-grid #welcome .details .award-list {
    max-width: 100%;
  }
  #homepage #info-grid #welcome .details .award-list li {
    height: auto;
    width: 15%;
    margin-right: 2%;
  }
  #homepage #info-grid #welcome .details .award-list li:nth-child(3n) {
    margin-right: 2%;
  }
  #homepage #info-grid #welcome .details .award-list li img {
    width: 100%;
    max-height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
  #homepage #info-grid #welcome .details .award-list li:nth-child(6n) {
    margin-right: 0;
  }
  #homepage #info-grid #welcome {
    height: auto;
  }
  footer#footer-main .wrapper {
    margin: 0 auto;
    width: 94%;
  }
  #service {
    float: none;
    width: 96%;
    margin: 0 auto;
  }
  .sidebar {
    float: none;
    margin: 0 auto;
    width: 94%;
  }
  .page-btm {
    width: 94%;
    margin: 0 auto;
  }
  .flo_blog_widget .widget-inner .flotheme-blog-widget ul {
    text-align: center;
  }
  .flo_blog_widget .widget-inner .flotheme-blog-widget ul li {
    float: none;
    display: inline-block;
    width: 22%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flo_blog_widget .widget-inner .flotheme-blog-widget ul li .entry-thumb,
  .flo_blog_widget .widget-inner .flotheme-blog-widget ul li .entry-thumb a,
  .flo_blog_widget .widget-inner .flotheme-blog-widget ul li .entry-thumb a img {
    width: 100%;
    height: auto;
  }
  .flo_pintthumb_widget {
    margin: 0 auto;
  }
  .page-btm {
    margin-top: 20px;
  }
  #press {
    width: 94%;
    margin: 0 auto;
  }
  #press .popup {
    display: none;
  }
  #press .press-post {
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #press .press-post:nth-child(3n+3) {
    margin-right: 0;
  }
  #press .press-post a {
    width: 100%;
    height: auto;
  }
  #press .press-post a figure {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #press .press-post.nomargin-right:last-of-type {
    margin-right: 0;
  }
  #press .press-post a .info {
    width: 100%;
  }
  #press .press-post a figure img {
    width: 100%;
    height: auto;
  }
  #press .press-post.nomargin-right {
    margin-left: 0;
    margin-right: 2%;
  }
  #testimonials article.testimonial {
    width: 94%;
    margin: 0 auto;
  }
  #testimonials article.testimonial.even figure {
    float: none;
    margin: 0 auto;
  }
  #testimonials article.testimonial.even .content {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  #testimonials article.testimonial.odd figure {
    float: none;
    margin: 0 auto;
  }
  #testimonials article.testimonial .content h3 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #testimonials article.testimonial .content {
    float: none;
    width: 100%;
  }
  body.page-template-template-contact-php #contact {
    width: 94%;
    margin: 0 auto 3% auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.page-template-template-contact-php #contact .story {
    float: none;
    width: 85%;
    margin: 0 auto;
  }
  body.page-template-template-contact-php #contact .wpcf7 {
    float: none;
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
  }
  .main-column {
    float: none;
    width: 94%;
    margin: 0 auto;
  }
  .flo_instthumb_widget .flotheme-instthumb-widget a figure {
    margin: 0 auto;
  }
  .blog .sidebar,
  .single-post .sidebar {
    width: 60%;
  }
  .story p iframe {
    width: 100%;
  }
  #portfolio #feat-galls {
    width: 90%;
  }
  #portfolio .intro {
    width: 94%;
    margin: 0 auto;
  }
  #portfolio #portfolio-type {
    width: 94%;
    margin: 0 auto;
  }
  #portfolio #thumb-grid {
    width: 85%;
    margin: 10px auto 0 auto;
  }
  #gallery #slider {
    width: 90%;
  }
  #gallery .actions,
  #gallery .meta {
    width: 94%;
  }
  #about .one-third {
    float: none;
    margin: 0 auto;
  }
  #about .two-third {
    float: none;
    width: 85%;
    margin: 0 auto;
  }
  #about .last-press {
    width: 94%;
    margin: 25px auto 25px auto;
  }
  #about #team-members {
    width: 94%;
    margin: 0 auto;
  }
  #about #team-members #team-slider {
    padding: 0;
    width: 94%;
  }
  #homepage #info-grid #recent-posts > a .content h3 {
    display: block;
    margin: 65px auto 0 auto;
  }
  #homepage #home-slider .items .item a h3 {
    opacity: 0;
  }
  #homepage #home-slider .items .item.active a h3 {
    bottom: 0;
  }
  #homepage #home-slider .items .item .icon {
    bottom: 7px;
  }
  #homepage #home-slider .items .item.custom-video a h3 {
    bottom: 0;
    opacity: 0;
  }
  #homepage #home-slider .items .item.active.custom-video a h3 {
    opacity: 1;
  }
  #homepage #home-slider .items .item.active a h3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #homepage #home-slider .items .item a:hover h3 {
    opacity: 0;
  }
  #homepage #home-slider .items .item.active a:hover h3 {
    opacity: 1;
  }
  .flo_instthumb_widget h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 740px) {
  #homepage #home-slider,
  #homepage #home-slider .items .item {
    height: 280px;
  }
  .videos-box {
    height: 238px;
  }
  .desc-menu {
    display: none;
  }
  .icon-m-menu {
    display: block!important;
  }
  .mobile-menu {
    width: 94%;
    margin: 0 auto 20px auto;
    display: none;
    background: #fff;
  }
  .mobile-menu .mob-menu {
    display: block;
  }
  .mobile-menu .mob-menu ul {
    overflow: hidden;
  }
  .mobile-menu .mob-menu ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-menu .mob-menu ul li:nth-child(odd) {
    border-right: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-menu .mob-menu ul li a {
    font-size: 13px;
    font-family: proxima_novasemibold;
    color: #747474;
  }
  .mobile-menu .social {
    display: block;
    float: none;
    margin: 30px 0 0 0;
    text-align: center;
    padding-bottom: 20px;
  }
  .mobile-menu .social li {
    display: inline-block;
    float: none;
  }
  header#header-main #searchform,
  header ul.social {
    display: none;
  }
  body.page-template-template-contact-php #contact .story {
    width: 90%;
  }
  body.page-template-template-contact-php #contact .wpcf7 {
    width: 90%;
  }
  footer#footer-main {
    margin-top: 0;
  }
  .story p iframe {
    height: 250px;
  }
  .main-column .post .actions {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #portfolio #thumb-grid {
    width: 88%;
  }
  #gallery .actions,
  #gallery .meta {
    margin-bottom: 25px;
  }
  #gallery h2 {
    width: 94%;
    margin: 0 auto 25px auto;
  }
  #about #team-members #team-slider {
    margin-bottom: 25px;
  }
  .fancybox-overlay iframe {
    height: 240px;
  }
}
@media (max-width: 680px) {
  .flo_blog_widget .widget-inner .flotheme-blog-widget ul li {
    width: 21%;
  }
  body.page-template-template-contact-php #contact .story {
    width: 100%;
  }
  body.page-template-template-contact-php #contact .wpcf7 {
    width: 100%;
  }
  #portfolio #thumb-grid {
    width: 96%;
  }
}
@media (max-width: 580px) {
  .main-column .post .comments .list {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .main-column .post .comments .comment-form {
    float: none;
    margin: 0 auto;
  }
  .main-column .post .comments .list {
    height: 242px;
  }
  #portfolio #thumb-grid {
    width: 56%;
  }
  #portfolio #feat-galls {
    width: 75%;
  }
  #timeline {
    width: 100%;
  }
  #issues li figure {
    float: none;
    margin: 0 auto;
  }
  #timeline {
    height: auto;
  }
  #issues {
    height: auto;
  }
  #issues li {
    width: 480px;
    height: auto;
  }
  #issues li .story {
    width: 480px;
  }
  #issues li .story p {
    text-align: center;
  }
  #about #team-members #team-slider li .teammember {
    width: 360px;
  }
  #about #team-members #team-slider li .teammember .info {
    width: 320px;
  }
  #homepage #home-slider,
  #homepage #home-slider .items .item {
    height: 220px;
    text-align: center;
  }
  #homepage #home-slider .items .item img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .flo_blog_widget .widget-inner .flotheme-blog-widget ul li {
    width: 35%;
  }
  #issues li {
    width: 405px;
  }
}
@media (max-width: 420px) {
  #homepage #home-slider,
  #homepage #home-slider .items .item {
    height: 260px;
  }
  #homepage #info-grid #home-widgets,
  #homepage #info-grid #recent-posts {
    width: 100%;
    padding-right: 0;
  }
  #homepage #info-grid #recent-posts > a .content h3 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 75px;
  }
  #homepage #info-grid #welcome {
    margin-top: 10px;
  }
  #homepage #info-grid #welcome .details .award-list {
    text-align: center;
  }
  #homepage #info-grid #welcome .details .award-list li {
    float: none;
    display: inline-block;
    width: 35%;
    margin-right: 10%;
  }
  #homepage #info-grid #welcome .details .award-list li:nth-child(3n) {
    margin-right: 10%;
  }
  .flotheme-aboutthumb-widget {
    margin-bottom: 10px;
  }
  .page-btm {
    text-align: center;
  }
  ul.share {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  ul.social li {
    float: none;
    display: inline-block;
  }
  #press .press-post {
    width: 49%;
  }
  #press .press-post:nth-child(2n+2) {
    margin-right: 0;
  }
  #press .press-post:nth-child(3n+3) {
    margin-right: 0;
  }
  #press .press-post:nth-child(6n+6) {
    margin-right: 0;
  }
  #press .press-post {
    width: 64%;
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  #press #press-cats li {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #press #press-cats li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #press #press-cats li:last-child:before {
    display: none;
  }
  #press #press-cats li:after {
    display: none;
  }
  #press #press-cats li:before {
    content: '';
    width: 11px;
    height: 2px;
    background: #747474;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }
  .main-column .post .actions {
    padding: 0 0 15px 0;
    margin: 0 0 40px 0;
  }
  .main-column .post .comments .list {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .main-column .post .comments .comment-form {
    float: none;
    margin: 0 auto;
  }
  .blog .sidebar,
  .single-post .sidebar {
    width: 80%;
  }
  #portfolio #thumb-grid {
    width: 77%;
  }
  #portfolio #feat-galls {
    width: 85%;
  }
  #gallery .actions .back-to-grid {
    float: none;
  }
  #gallery .actions,
  #gallery .meta {
    text-align: center;
  }
  #gallery .actions ul.share {
    float: none;
    text-align: center;
  }
  #gallery .actions ul.share li {
    float: none;
    display: inline-block;
  }
  #gallery #slider {
    min-height: 250px;
  }
  #gallery #slider {
    width: 80%;
  }
  #timeline {
    width: 100%;
  }
  #issues li figure {
    float: none;
    margin: 0 auto;
  }
  #timeline {
    height: auto;
  }
  #issues {
    height: auto;
  }
  #issues li {
    width: 355px;
    height: auto;
  }
  #issues li .story {
    width: 355px;
  }
  #issues li .story p {
    text-align: center;
  }
  #about #team-members #team-slider li .teammember {
    width: 360px;
  }
  #about #team-members #team-slider li .teammember .info {
    width: 320px;
  }
}
@media (max-width: 380px) {
  #homepage #home-slider,
  #homepage #home-slider .items .item {
    height: 235px;
  }
  #homepage #info-grid #recent-posts > a .content h3 {
    margin-top: 65px;
  }
  #service #subnav li {
    display: block;
    margin-bottom: 15px;
  }
  #service #subnav li:last-child {
    margin-bottom: 0;
  }
  #service #subnav li:after {
    display: none;
  }
  body.page-template-template-contact-php #contact .wpcf7 form .left-side {
    float: none;
    margin: 0 auto;
  }
  body.page-template-template-contact-php #contact .wpcf7 form .right-side {
    float: none;
    margin: 0 auto;
  }
  .story p iframe {
    height: auto;
  }
  .main-column .post .comments .list {
    height: 242px;
  }
  #about .last-press {
    width: 85%;
  }
  #about .last-press {
    padding: 35px 35px 40px;
  }
  #about .two-third h2 {
    text-align: center;
  }
  #issues li {
    width: 315px;
  }
  #about #team-members #team-slider li .teammember {
    width: 330px;
  }
}
@media (max-width: 320px) {
  #homepage #home-slider,
  #homepage #home-slider .items .item {
    height: 200px;
  }
  #homepage #info-grid #recent-posts > a .content h3 {
    margin-top: 45px;
  }
  body.page-template-template-contact-php #contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #homepage #home-slider,
  #homepage #home-slider .items .item {
    height: 200px;
  }
  body.page-template-template-contact-php header#header-main,
  body.page-template-template-contact-php footer#footer-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.page-template-template-contact-php #contact .story {
    width: 80%;
  }
  #gallery #slider {
    min-height: 180px;
  }
  #about .one-third {
    width: 94%;
    margin: 0 auto;
  }
  #about .last-press {
    padding: 35px 20px 40px;
  }
  #about .last-press h3 {
    text-align: center;
  }
  #about .last-press .flex-direction-nav li a.flex-next {
    right: -10%;
  }
  #about .one-third #facts #fact-slider .flex-direction-nav li a.flex-prev {
    left: 10px;
  }
  #issues li {
    width: 270px;
  }
  #about #team-members #team-slider li .teammember {
    width: 275px;
  }
  #about .story p {
    padding-right: 10%;
    padding-left: 2%;
  }
}
@media (min-height: 825px) {
  body.page-template-template-contact-php #footer-main {
    position: fixed;
    bottom: 0;
  }
}
