.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: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.eot');
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.eot');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
}
@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url('../fonts/PlayfairDisplay-Italic.eot');
}
@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url('../fonts/PlayfairDisplay-Italic.woff') format('woff'), url('../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
}
@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url('../fonts/Brandon_bld_0.eot');
}
@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url('../fonts/Brandon_bld_0.woff') format('woff'), url('../fonts/Brandon_bld_0.svg#BrandonGrotesque-Bold') format('svg');
}
/* Reset styles
*******************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  border: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid white;
  height: 16px;
  font-size: 12px;
  padding: 5px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: vertical;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a {
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: underline;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.story blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story img {
  max-width: 100%;
  height: auto;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides > li:first-child {
  display: block;
}
.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%;
}
/* Necessary CSS */
.lemmon-slider {
  overflow: hidden;
  position: relative;
}
.lemmon-slider ul {
  margin: 0;
  padding: 0;
}
.lemmon-slider li {
  float: left;
  margin: 0 5px 0 0;
  list-style: none;
}
/* IE6 issues */
.lemmon-slider ul {
  width: 100%;
}
/* Basic styles
*******************************/
a {
  color: inherit;
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: inherit;
}
:-moz-placeholder {
  color: inherit;
}
::-moz-placeholder {
  color: inherit;
}
:-ms-input-placeholder {
  color: inherit;
}
p:last-child {
  margin-bottom: 0;
}
.in {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.in .in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fullsize-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -99999px;
  overflow: hidden;
}
#wrapper {
  max-width: 100%;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
/* Default Page Elements
*******************************/
.small-divader {
  position: relative;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background: #e8d7ab;
}
.bow {
  position: relative;
  width: 73px;
  height: 42px;
  margin: 20px auto;
  background: url(../img/bow.png) top left no-repeat;
}
.bowtie {
  position: relative;
  width: 32px;
  height: 12px;
  margin: 20px auto;
  background: url(../img/bowtie.png) top left no-repeat;
}
/* Select
*******************************/
.selectbox {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  z-index: 200;
}
.selectbox .select {
  width: 100%;
  height: 30px;
  background: #fff;
  font: 18px/18px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #292929;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.selectbox .select .text {
  position: absolute;
  display: block;
  width: 100%;
  height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.selectbox .trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}
.selectbox .trigger .arrow {
  position: absolute;
  width: 16px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/arrow-bottom.png) top left no-repeat;
  overflow: hidden;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.selectbox:hover .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.selectbox .dropdown {
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 4px 0;
  background: #FFF;
  font: 12px 'PlayfairDisplay-Regular';
  letter-spacing: 1px;
  color: #42ade2;
  z-index: 100;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.selectbox li {
  padding: 5px 10px 6px;
  color: #231F20;
}
.selectbox li.selected {
  background: #e5d292;
  color: #FFF;
}
.selectbox li:hover {
  background: #e5d292;
  color: #FFF;
}
.selectbox li.disabled {
  color: #AAA;
}
.selectbox li.disabled:hover {
  background: none;
}
.black-arrow .selectbox .select {
  height: 45px;
  font: 12px 'ProximaNova-Semibold';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
}
.black-arrow .selectbox .dropdown {
  top: 45px;
  font: 12px/12px 'ProximaNova-Semibold';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #181818;
}
.black-arrow .selectbox .select .text {
  height: 12px;
}
.black-arrow .selectbox .trigger .arrow {
  width: 12px;
  height: 7px;
  background-image: url(../img/arrow-bottom-black.png);
}
.black-arrow .selectbox li {
  padding: 10px 15px;
}
/* Header
*******************************/
#header-main {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d3d3d3;
  -webkit-transform: translateZ(0);
  z-index: 100;
}
#header-main:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 90px;
  background: #d3d3d3;
  content: "";
  z-index: 3;
}
#header-main #nav-main {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#header-main #nav-main ul {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 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;
  text-align: center;
}
#header-main #nav-main li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  height: auto;
  padding-right: 20px;
  margin-right: 14px;
  font: 14px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  color: #181818;
}
#header-main #nav-main li a {
  position: relative;
  padding: 0 10px;
}
#header-main #nav-main li:after {
  position: absolute;
  width: auto;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  font: 14px/14px Tahoma;
  color: #181818;
  content: "/";
}
#header-main #nav-main li:last-child:after {
  display: none;
}
#header-main #nav-main li ul {
  background: #fff;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 100;
  padding: 10px 0;
  display: none;
}
#header-main #nav-main li ul li {
  display: block;
  padding: 5px 0;
}
#header-main #nav-main li ul li:after {
  display: none;
}
#header-main #nav-main li:hover ul {
  display: block;
}
#header-main #nav-main #slider {
  position: absolute;
  height: 4px;
  background: #181818;
  bottom: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#header-main .search-block #searchform {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 90px;
  overflow: hidden;
  zoom: 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;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}
#header-main .search-block #searchform.active,
#header-main .search-block #searchform:hover {
  width: 100%;
}
#header-main .search-block #searchform.active input[type="text"],
#header-main .search-block #searchform:hover input[type="text"] {
  padding: 0 15px;
  visibility: visible;
  opacity: 1;
}
#header-main .search-block #searchform .search-field-container {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
#header-main .search-block #searchform input[type="text"] {
  width: 100%;
  height: 35px;
  padding: 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;
  background: #f4f4f3;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  visibility: hidden;
  opacity: 0.5;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}
#header-main .search-block #searchform input[type="submit"] {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 31px;
  bottom: 0;
  margin: auto;
  background: #353535 url(../img/search_icon.png) center center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header-main .search-block #searchform input[type="submit"]:hover {
  background-color: #000;
}
#header-main.pages {
  /*		overflow: hidden;
		zoom:1;*/
}
#header-main.pages:after {
  content: none;
}
#header-main.pages #nav-main {
  padding-right: 0;
}
#header-main.pages .search-block #searchform .search-field-container {
  padding-left: 0;
}
#header-main .leftside {
  position: absolute;
  width: 25%;
  height: 100%;
  padding: 10px 25px;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  z-index: 2;
}
#header-main .leftside .logo {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#header-main .leftside .logo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 90%;
}
#header-main .leftside .logo:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: -20px;
  background: #d3d3d3;
  content: "";
  z-index: 3;
}
#header-main .rightside {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#header-main .rightside #header-options {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 0;
  line-height: 25px;
  border-bottom: 1px solid #d3d3d3;
  padding-right: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#header-main .rightside #header-options:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 90px;
  background: #d3d3d3;
  content: "";
  z-index: 3;
}
#header-main .rightside #socials {
  font-size: 0;
  text-align: right;
  padding-right: 30px;
}
#header-main .rightside #socials span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
}
#header-main .rightside #socials .social {
  margin-left: 30px;
  vertical-align: middle;
}
/* Socials
*******************************/
.social {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  background-color: #353535;
  -webkit-transition: background-color;
  -moz-transition: background-color;
  -ms-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.social:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/socials.png) top left no-repeat;
  content: "";
}
.social:hover {
  background-color: #e5d292;
}
.social.facebook:after {
  width: 7px;
  height: 13px;
  background-position: 0px 0px;
}
.social.facebook:hover:after {
  background-position: 0px -20px;
}
.social.twitter:after {
  width: 13px;
  height: 10px;
  background-position: -29px -2px;
}
.social.twitter:hover:after {
  background-position: -29px -22px;
}
.social.pinterest:after {
  width: 11px;
  height: 14px;
  background-position: -66px 0px;
}
.social.pinterest:hover:after {
  background-position: -66px -20px;
}
.social.instagram:after {
  width: 12px;
  height: 12px;
  background-position: -103px -1px;
}
.social.instagram:hover:after {
  background-position: -103px -21px;
}
.social.gplus:after {
  width: 14px;
  height: 14px;
  background-position: -141px -1px;
}
.social.gplus:hover:after {
  background-position: -141px -21px;
}
/* Circles
*******************************/
.circles:before,
.circles:after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 10%;
  left: 0;
  right: 0;
  background: #fff5eb;
}
.circles:before {
  top: 0;
}
.circles:after {
  bottom: 0;
}
.circles .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  display: none;
}
.circles .bg .circle {
  position: absolute;
  width: 1.6%;
  padding-bottom: 1.6%;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.circles .bg .circle:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.circles .bg .circle.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.circles .bg .circle.circle-1 {
  top: 2%;
  left: 1%;
}
.circles .bg .circle.circle-1:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-2 {
  top: 15%;
  left: 6%;
}
.circles .bg .circle.circle-2:after {
  background: #c4aa7e;
}
.circles .bg .circle.circle-3 {
  top: 8%;
  left: 10%;
}
.circles .bg .circle.circle-3:after {
  background: #000;
}
.circles .bg .circle.circle-4 {
  top: 12%;
  left: 15%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-4:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-5 {
  top: 40%;
  left: 10%;
  width: 2%;
  padding-bottom: 2%;
}
.circles .bg .circle.circle-5:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-6 {
  top: 60%;
  left: 4%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-6:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-7 {
  top: 75%;
  left: 13%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-7:after {
  background: #c4aa7e;
}
.circles .bg .circle.circle-8 {
  top: 7%;
  left: 20%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-8:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-9 {
  top: 50%;
  left: 19%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-9:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-10 {
  top: 50%;
  left: 19%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-10:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-11 {
  top: 35%;
  left: 23%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-11:after {
  background: #000;
}
.circles .bg .circle.circle-12 {
  top: 5%;
  left: 26%;
  width: 2.1%;
  padding-bottom: 2.1%;
}
.circles .bg .circle.circle-12:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-13 {
  top: 22%;
  left: 28%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-13:after {
  background: #c4aa7e;
}
.circles .bg .circle.circle-14 {
  top: 11%;
  left: 33%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-14:after {
  background: #000;
}
.circles .bg .circle.circle-15 {
  top: 41%;
  left: 33%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-15:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-16 {
  top: 14%;
  left: 41%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-16:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-17 {
  top: 9%;
  left: 51%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-17:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-18 {
  top: 9%;
  left: 39%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-18:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-19 {
  top: 14%;
  right: 41%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-19:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-20 {
  top: 41%;
  right: 33%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-20:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-21 {
  top: 11%;
  right: 33%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-21:after {
  background: #000;
}
.circles .bg .circle.circle-22 {
  top: 22%;
  right: 28%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-22:after {
  background: #c4aa7e;
}
.circles .bg .circle.circle-23 {
  top: 5%;
  right: 26%;
  width: 2.1%;
  padding-bottom: 2.1%;
}
.circles .bg .circle.circle-23:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-24 {
  top: 35%;
  right: 23%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-24:after {
  background: #000;
}
.circles .bg .circle.circle-25 {
  top: 50%;
  right: 19%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-25:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-26 {
  top: 50%;
  right: 19%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-26:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-27 {
  top: 7%;
  right: 20%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-27:after {
  background: #fef5ec;
}
.circles .bg .circle.circle-28 {
  top: 75%;
  right: 13%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-28:after {
  background: #c4aa7e;
}
.circles .bg .circle.circle-29 {
  top: 60%;
  right: 4%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-29:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-30 {
  top: 40%;
  right: 10%;
  width: 2%;
  padding-bottom: 2%;
}
.circles .bg .circle.circle-30:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-31 {
  top: 12%;
  right: 15%;
  width: 1.4%;
  padding-bottom: 1.4%;
}
.circles .bg .circle.circle-31:after {
  background: url(../img/pattern1.png);
}
.circles .bg .circle.circle-32 {
  top: 8%;
  right: 10%;
}
.circles .bg .circle.circle-32:after {
  background: #000;
}
.circles .bg .circle.circle-33 {
  top: 15%;
  right: 6%;
}
.circles .bg .circle.circle-33:after {
  background: #c4aa7e;
}
.circles .bg .circle.circle-34 {
  top: 2%;
  right: 1%;
}
.circles .bg .circle.circle-34:after {
  background: url(../img/pattern1.png);
}
.homepage .circles:before,
.homepage .circles:after {
  display: none;
}
.homepage .circles .bg {
  display: block;
}
/* Page title
*******************************/
.page-title {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}
.page-title.big h2 {
  font-size: 48px;
  letter-spacing: 4px;
}
.page-title h2 {
  position: relative;
  text-align: inherit;
  margin: 0;
  font: 36px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  color: #d2b362;
  z-index: 2;
}
.page-title h3 {
  position: relative;
  margin-top: 15px;
  font: 16px 'PlayfairDisplay-Regular';
  letter-spacing: 1px;
  color: #353535;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .page-title h2 {
    background: url(../img/pattern1.png);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* Page Header
*******************************/
.page-header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.page-header .logo {
  position: relative;
  width: 36%;
  max-width: 517px;
  min-width: 200px;
  height: auto;
  margin: 0 auto;
}
.page-header .logo img {
  width: 100%;
  height: auto;
}
/* Homepage
*******************************/
#homepage .logo #swiffycontainer {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
#homepage .logo #swiffycontainer div {
  background: transparent !important;
}
#homepage .intro-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#homepage .intro-container:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background: url(../img/ph_over.png) top left repeat-x;
  content: "";
}
#homepage .intro-container .box {
  position: relative;
  width: 90%;
  max-width: 435px;
  height: auto;
  padding: 40px 10px;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border: 10px solid #191919;
  border-bottom: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#homepage .intro-container .knot {
  position: relative;
  width: 64px;
  height: 12px;
  margin: 0 auto;
  background: url(../img/knot.png) top left no-repeat;
}
#homepage .intro-container .first-line,
#homepage .intro-container .second-line {
  font: 18px 'ProximaNova-Bold';
  text-transform: uppercase;
  color: #0a0a0a;
}
#homepage .intro-container .first-line {
  color: #dfcb91;
}
#homepage .intro-container .first-line,
#homepage .intro-container .second-line,
#homepage .intro-container .third-line {
  position: relative;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 5px;
}
#homepage .intro-container .third-line {
  font: 16px 'PlayfairDisplay-Regular';
  text-transform: uppercase;
  color: #0a0a0a;
  z-index: 10;
}
#homepage .text-intro {
  position: relative;
  width: 90%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  font: 14px/35px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
  text-align: center;
}
#homepage .text-intro i {
  font-family: 'PlayfairDisplay-Italic';
  font-style: normal;
}
#homepage .text-intro p {
  line-height: inherit;
  text-align: inherit;
}
#homepage .featured-gallery {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin-top: 35px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
#homepage .our-services {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
#homepage .our-services .our-services-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 45px 0;
  background: #f4f4f3;
}
#homepage .our-services .our-services-in h3 {
  position: relative;
  margin-bottom: 5px;
  font: 20px 'ProximaNova-Bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
#homepage .our-services .our-services-in .dots {
  position: relative;
  width: 100%;
  height: auto;
  font: 10px Tahoma;
  color: #e5d292;
  text-align: center;
}
#homepage .our-services .our-services-in .dots:after {
  content: "• • •";
}
#homepage .our-services .our-services-in .options {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10% 0;
  text-align: center;
  font-size: 0;
}
#homepage .our-services .our-services-in .option {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18%;
  height: 0;
  padding-bottom: 18%;
  margin: 0 5%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font: 14px 'BrandonGrotesque-Bold';
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000;
  top: 0;
  -webkit-transition: top;
  -moz-transition: top;
  -ms-transition: top;
  -o-transition: top;
  transition: top;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#homepage .our-services .our-services-in .option:first-child {
  background: #000;
  color: #fff;
}
#homepage .our-services .our-services-in .option:last-child {
  background: #e5d292;
  color: #fff;
}
#homepage .our-services .our-services-in .option:hover {
  top: -20px;
}
#homepage .our-services .our-services-in .divader-2 {
  position: relative;
  width: 123px;
  height: 20px;
  background: url(../img/divader-2.png) top left no-repeat;
  margin: 10px auto;
}
#homepage .our-services .our-services-in .option-in {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#homepage .about-us {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
#homepage .about-us .about-us-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10% 0;
  background: url(../img/pattern2.png);
  text-align: center;
  font-size: 0;
}
#homepage .about-us .block {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font: 12px 'BrandonGrotesque-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  top: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#homepage .about-us .block .block-in {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#homepage .about-us .block .block-in img {
  position: relative;
  width: 200%;
  left: -50%;
}
#homepage .about-us .block:hover {
  top: -20px;
}
#homepage .about-us .block .small-divader {
  margin: -15px auto 25px auto;
}
#homepage .portfolio {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
#homepage .portfolio .portfolio-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 45px 0;
}
#homepage .portfolio .portfolio-in h3 {
  position: relative;
  margin-bottom: 5px;
  font: 20px 'ProximaNova-Bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
#homepage .portfolio .portfolio-in .dots {
  position: relative;
  width: 100%;
  height: auto;
  font: 12px Tahoma;
  color: #000;
  text-align: center;
}
#homepage .portfolio .portfolio-in .dots:after {
  content: "▪ ▪ ▪";
}
#homepage .portfolio .portfolio-in .lemmon-slider {
  margin-top: 35px;
}
#homepage .portfolio .portfolio-in .lemmon-slider .slides li {
  position: relative;
}
#homepage .portfolio .portfolio-in .lemmon-slider .image {
  position: relative;
}
#homepage .portfolio .portfolio-in .lemmon-slider .image:hover .meta {
  opacity: 1;
  top: 0;
}
#homepage .portfolio .portfolio-in .lemmon-slider .meta {
  position: absolute;
  width: 90%;
  height: 70%;
  max-width: 260px;
  max-height: 290px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#homepage .portfolio .portfolio-in .lemmon-slider .meta h4 {
  margin: 0;
  font: 24px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #181818;
}
#homepage .portfolio .portfolio-in .lemmon-slider .meta .small-divader {
  margin: 10px auto 15px auto;
}
#homepage .portfolio .portfolio-in .lemmon-slider .meta h5 {
  font: 10px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #181818;
}
#homepage .portfolio .portfolio-in .lemmon-slider .bottom-meta {
  position: relative;
  width: 100%;
  height: auto;
  padding: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  background: #fff;
}
#homepage .portfolio .portfolio-in .lemmon-slider .bottom-meta:before {
  position: absolute;
  width: 1px;
  height: 50px;
  background: #d3d3d3;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
#homepage .portfolio .portfolio-in .lemmon-slider .bottom-meta:after {
  display: block;
  clear: both;
  content: "";
}
#homepage .portfolio .portfolio-in .lemmon-slider .bottom-meta .leftside {
  position: relative;
  width: auto;
  height: auto;
  float: left;
  font: 18px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
}
#homepage .portfolio .portfolio-in .lemmon-slider .bottom-meta .rightside {
  position: relative;
  width: auto;
  height: auto;
  float: right;
}
#homepage .portfolio .portfolio-in .lemmon-slider .bottom-meta .open {
  position: relative;
  padding-right: 17px;
  font: 10px/24px 'ProximaNova-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #353535;
}
#homepage .portfolio .portfolio-in .lemmon-slider .bottom-meta .open:after {
  position: absolute;
  width: 6px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/arrow-small-icon.png) top left no-repeat;
  content: "";
}
#homepage .testimonials {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
#homepage .testimonials .testimonials-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 45px 0;
  background: #fff5eb;
}
#homepage .testimonials .block-title {
  position: absolute;
  width: 50%;
  height: auto;
  right: 0;
  top: 0;
  font: 20px 'ProximaNova-Bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
#homepage .testimonials .block-content {
  position: relative;
  display: table;
  width: 100%;
  max-width: 1095px;
  height: auto;
  margin: 0 auto;
}
#homepage .testimonials .block-content .leftside,
#homepage .testimonials .block-content .rightside {
  position: relative;
  width: 50%;
  display: table-cell;
  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;
}
#homepage .testimonials .block-content .leftside img {
  max-width: 90%;
  min-height: 630px;
}
#homepage .testimonials .block-content .rightside {
  border-left: 1px solid #d7d7d7;
}
#homepage .testimonials .block-content .rightside .title-ghost {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d7d7d7;
}
#homepage .testimonials .block-content .rightside .testimonial {
  position: relative;
  width: 100%;
  height: 530px;
  padding-left: 45px;
  -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 .testimonials .block-content .rightside .testimonial h4 {
  font: 24px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  color: #181818;
  text-align: center;
}
#homepage .testimonials .block-content .rightside .testimonial .text {
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
}
#homepage .testimonials .block-content .rightside .testimonial .text p {
  line-height: inherit;
}
#homepage .testimonials .block-content .rightside .controls-ghost {
  position: relative;
  width: 100%;
  height: 50px;
  border-top: 1px solid #d7d7d7;
}
#homepage .testimonials .bottom-options {
  position: absolute;
  width: 50%;
  height: auto;
  right: 0;
  bottom: 3px;
  padding: 0 30px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
}
#homepage .testimonials .link-container {
  position: relative;
  width: auto;
  float: left;
  font: 12px 'ProximaNova-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}
#homepage .testimonials .link-container .view-all {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 7px;
  color: inherit;
}
#homepage .testimonials .link-container .view-all:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #e8d7ab;
  content: "";
}
#homepage .testimonials .link-container .view-all:hover {
  color: #e8d7ab;
}
#homepage .testimonials .custom-controls {
  position: relative;
  width: auto;
  height: auto;
  bottom: 7px;
  float: right;
  padding: 0 30px;
  font: 18px/23px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
}
#homepage .testimonials .custom-controls .flex-prev,
#homepage .testimonials .custom-controls .flex-next {
  position: absolute;
  display: block;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
}
#homepage .testimonials .custom-controls .flex-prev:after,
#homepage .testimonials .custom-controls .flex-next:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/direction_arrows.png);
  content: "";
}
#homepage .testimonials .custom-controls .flex-prev {
  left: 0;
}
#homepage .testimonials .custom-controls .flex-prev:after {
  background-position: top left;
}
#homepage .testimonials .custom-controls .flex-next {
  right: 0;
}
#homepage .testimonials .custom-controls .flex-next:after {
  left: auto;
  background-position: top right;
}
#homepage .from-blog {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
#homepage .from-blog .circles .bg {
  height: 180px;
}
#homepage .from-blog .from-blog-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 45px 0;
}
#homepage .from-blog .from-blog-in h3 {
  position: relative;
  margin-bottom: 5px;
  font: 20px 'ProximaNova-Bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
#homepage .from-blog .from-blog-in .dots {
  position: relative;
  width: 100%;
  height: auto;
  font: 12px Tahoma;
  color: #000;
  text-align: center;
}
#homepage .from-blog .from-blog-in .dots:after {
  content: "▪ ▪ ▪";
}
#homepage .from-blog .from-blog-in .block-content {
  position: relative;
  width: 90%;
  max-width: 1130px;
  height: auto;
  margin: 70px auto 0 auto;
  overflow: hidden;
  zoom: 1;
}
#homepage .from-blog .from-blog-in .block-content .post-block {
  position: relative;
  width: 45%;
  height: 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;
  float: left;
  padding-bottom: 70px;
  margin-bottom: 40px;
  background: #fff;
}
#homepage .from-blog .from-blog-in .block-content .post-block:nth-child(2n) {
  float: right;
}
#homepage .from-blog .from-blog-in .block-content .post-block .img {
  position: relative;
  width: 100%;
  height: auto;
}
#homepage .from-blog .from-blog-in .block-content .post-block .img img {
  width: 100%;
  height: auto;
}
#homepage .from-blog .from-blog-in .block-content .post-block .img a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#homepage .from-blog .from-blog-in .block-content .post-block .img a:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(53, 53, 53, 0.6);
  opacity: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  z-index: 2;
}
#homepage .from-blog .from-blog-in .block-content .post-block .img a:after {
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  margin: auto;
  background: url(../img/gallery-arrow.png) top left no-repeat;
  content: "";
  z-index: 3;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#homepage .from-blog .from-blog-in .block-content .post-block .img a:hover:before {
  opacity: 1;
}
#homepage .from-blog .from-blog-in .block-content .post-block .img a:hover:after {
  right: 0;
  opacity: 1;
}
#homepage .from-blog .from-blog-in .block-content .post-block .title {
  position: relative;
  width: 100%;
  height: auto;
  margin: 25px 0;
  text-align: center;
}
#homepage .from-blog .from-blog-in .block-content .post-block .title h4 {
  margin: 0;
  font: 24px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #181818;
}
#homepage .from-blog .from-blog-in .block-content .post-block .title h5 {
  position: relative;
  margin-top: 10px;
  font: 10px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #181818;
}
#homepage .from-blog .from-blog-in .block-content .post-block .options {
  position: absolute;
  display: table;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 13px 0 10px 0;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
  zoom: 1;
}
#homepage .from-blog .from-blog-in .block-content .post-block .options:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #ffffff url(../img/dotted-border.png) top left repeat-x;
  content: "";
}
#homepage .from-blog .from-blog-in .block-content .post-block .options .first,
#homepage .from-blog .from-blog-in .block-content .post-block .options .second,
#homepage .from-blog .from-blog-in .block-content .post-block .options .third {
  position: relative;
  display: table-cell;
  width: 30%;
  height: 45px;
  font: 10px/14px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
  vertical-align: middle;
}
#homepage .from-blog .from-blog-in .block-content .post-block .options .first a,
#homepage .from-blog .from-blog-in .block-content .post-block .options .second a,
#homepage .from-blog .from-blog-in .block-content .post-block .options .third a {
  color: #f6ab88;
}
#homepage .from-blog .from-blog-in .block-content .post-block .options .first a:hover,
#homepage .from-blog .from-blog-in .block-content .post-block .options .second a:hover,
#homepage .from-blog .from-blog-in .block-content .post-block .options .third a:hover {
  color: #df906b;
}
#homepage .from-blog .from-blog-in .block-content .post-block .options .second {
  width: 40%;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
#homepage .from-blog .from-blog-in .block-content .post-block .options span.comments {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 25px;
  background: url(../img/comments-small-icon.png) top left no-repeat;
}
#homepage .from-blog .from-blog-in .view-all-posts {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: url(../img/pattern2.png);
}
#homepage .from-blog .from-blog-in .view-all-posts .view-all {
  position: relative;
  width: 90%;
  max-width: 250px;
  height: auto;
  padding: 12px 0;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dcc689;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#homepage .from-blog .from-blog-in .view-all-posts .view-all:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#homepage .from-blog .from-blog-in .view-all-posts .view-all:before {
  position: absolute;
  display: block;
  width: 41px;
  height: 22px;
  left: 0;
  right: 0;
  top: -21px;
  margin: auto;
  background: url(../img/arrow-ribbon.png);
  content: "";
}
#homepage .from-blog .from-blog-in .view-all-posts .view-all span:before {
  position: relative;
  width: 17px;
  height: 9px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  background: url(../img/grid-icon.png) top left no-repeat;
  content: "";
}
#homepage .contact-block {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
}
#homepage .contact-block .contact-block-in {
  position: relative;
  display: table;
  width: 90%;
  max-width: 1150px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#homepage .contact-block .contact-block-in .leftside,
#homepage .contact-block .contact-block-in .rightside {
  position: relative;
  width: 50%;
  height: auto;
  display: table-cell;
  padding: 20px 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#homepage .contact-block .contact-block-in .leftside {
  font: 14px/36px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
}
#homepage .contact-block .contact-block-in .leftside p {
  line-height: inherit;
  text-align: center;
}
#homepage .contact-block .contact-block-in .rightside {
  border-left: 1px solid #d7d7d7;
}
#homepage .contact-block .contact-block-in #socials {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
}
#homepage .contact-block .contact-block-in #socials .social {
  margin: 0 13px;
  background-color: #000;
}
#homepage .contact-block .contact-block-in #socials .social:hover {
  background-color: #e5d292;
}
#homepage .contact-block .contact-block-in .contact {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 15px;
  font: 12px 'ProximaNova-Semibold';
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}
#homepage .contact-block .contact-block-in .contact:before {
  position: relative;
  display: block;
  width: 21px;
  height: 15px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: url(../img/contact-icon.png) top left no-repeat;
  content: "";
}
/* About
*******************************/
#about-page {
  position: relative;
  width: 100%;
  height: auto;
}
#about-page .page-title {
  border-bottom: none;
}
#about-page .main-block {
  position: relative;
  width: 100%;
  height: auto;
  display: table;
}
#about-page .main-block .leftside,
#about-page .main-block .rightside {
  position: relative;
  width: 50%;
  height: auto;
  display: table-cell;
  vertical-align: top;
}
#about-page .main-block .leftside img {
  width: 100%;
  height: auto;
}
#about-page .main-block .rightside {
  padding: 40px 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
}
#about-page .main-block .rightside:before {
  position: absolute;
  width: 80%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #d7d7d7;
  content: "";
}
#about-page .main-block .rightside p {
  line-height: inherit;
}
#about-page .main-block .rightside .sign {
  position: relative;
  margin-top: 25px;
}
#about-page .questionnaire {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
#about-page .questionnaire .questionnaire-in {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f3;
}
#about-page .questionnaire .questionnaire-in .leftside,
#about-page .questionnaire .questionnaire-in .rightside {
  position: relative;
  display: table-cell;
  width: 50%;
  height: auto;
  vertical-align: middle;
}
#about-page .questionnaire .questionnaire-in .icon {
  position: relative;
  display: block;
  width: 60%;
  height: 0;
  padding-bottom: 60%;
  margin: 0 auto;
  background: url(../img/questionnaire-icon.png) top left no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#about-page .questionnaire .questionnaire-in .rightside {
  padding: 0 5%;
  border-left: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#about-page .questionnaire .questionnaire-in .rightside h4 {
  font: 18px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
  text-align: left;
  text-transform: none;
}
#about-page .questionnaire .questionnaire-in .rightside .text {
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
}
#about-page .questionnaire .questionnaire-in .rightside .text p {
  line-height: inherit;
  margin-bottom: 40px;
}
#about-page .questionnaire .questionnaire-in .custom-controls {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding: 0 60px;
  font: 30px/30px 'PlayfairDisplay-Italic';
  letter-spacing: 2px;
  color: #000;
}
#about-page .questionnaire .questionnaire-in .custom-controls .flex-prev,
#about-page .questionnaire .questionnaire-in .custom-controls .flex-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #000;
  font-size: 0;
  opacity: 0.4;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#about-page .questionnaire .questionnaire-in .custom-controls .flex-prev:hover,
#about-page .questionnaire .questionnaire-in .custom-controls .flex-next:hover {
  opacity: 1;
}
#about-page .questionnaire .questionnaire-in .custom-controls .flex-prev:after,
#about-page .questionnaire .questionnaire-in .custom-controls .flex-next:after {
  position: absolute;
  width: 10px;
  height: 7px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background-image: url(../img/direction_arrows2.png);
  background-repeat: no-repeat;
}
#about-page .questionnaire .questionnaire-in .custom-controls .flex-prev {
  left: 0;
}
#about-page .questionnaire .questionnaire-in .custom-controls .flex-prev:after {
  background-position: top left;
}
#about-page .questionnaire .questionnaire-in .custom-controls .flex-next {
  right: 0;
}
#about-page .questionnaire .questionnaire-in .custom-controls .flex-next:after {
  background-position: top right;
}
#about-page .meet {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
#about-page .meet .meet-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: url(../img/pattern2.png);
  text-align: center;
}
#about-page .meet .meet-in .button {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 46%;
  max-width: 330px;
  padding: 25px 0;
  border: 3px solid #e5d292;
  margin: 0 2%;
  background: #fff;
  font: 24px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#about-page .meet .meet-in .button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/* Blog
*******************************/
#blog-container {
  position: relative;
  width: 100%;
  max-width: 1150px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#blog-container #posts {
  position: relative;
  width: 68%;
  height: auto;
  padding: 0 40px 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#blog-container #posts .not-found {
  margin-top: 30px;
}
#blog-container #posts:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
  background: #d3d3d3;
  content: "";
}
#blog-container #sidebar {
  position: relative;
  width: 32%;
  height: auto;
  padding: 35px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  border-left: 1px solid #d3d3d3;
}
#blog-container #sidebar .block {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px solid #d7d7d7;
}
#blog-container #sidebar .block:first-child {
  padding-top: 0;
}
#blog-container #sidebar .block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#blog-container #sidebar .block h4 {
  font: 12px 'ProximaNova-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #181818;
}
#blog-container #sidebar .block.about {
  text-align: center;
  padding: 60px 0;
}
#blog-container #sidebar .block.about .about-block {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  background: #fef5ec;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font: 12px 'BrandonGrotesque-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f6ab88;
  top: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#blog-container #sidebar .block.about .about-block .about-block-in {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#blog-container #sidebar .block.about .about-block .about-block-in img {
  position: relative;
  width: 200%;
  left: -50%;
}
#blog-container #sidebar .block.about .about-block:hover {
  top: -10px;
}
#blog-container #sidebar .block.about .about-block .small-divader {
  margin: -5px auto 15px auto;
}
#blog-container #sidebar .block.categories {
  text-align: center;
}
#blog-container #sidebar .block.categories .list {
  position: relative;
  margin-top: 30px;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
}
#blog-container #sidebar .block.categories .list li {
  position: relative;
  margin: 10px 0;
}
#blog-container #sidebar .block.categories .list a {
  color: inherit;
}
#blog-container #sidebar .block.categories .list a:hover {
  color: #e5d292;
}
#blog-container #sidebar .block.twitter {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
  font: 13px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
}
#blog-container #sidebar .block.twitter p {
  line-height: inherit;
}
#blog-container #sidebar .block.twitter .twitter-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff5eb;
}
#blog-container #sidebar .block.twitter .twitter-caption {
  position: relative;
  width: 136px;
  height: 18px;
  margin: 0 auto;
  background: url(../img/twitter-caption.png) top left no-repeat;
}
#blog-container #sidebar .block.twitter .tweet {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#blog-container #sidebar .block.twitter .tweet a {
  color: #e5d292;
}
#blog-container #sidebar .block.twitter .tweet a:hover {
  color: #c7b36e;
}
#blog-container #sidebar .block.socials {
  padding: 20px 0;
  font-size: 0;
  text-align: right;
}
#blog-container #sidebar .block.socials span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
}
#blog-container #sidebar .block.socials .social {
  margin-left: 10px;
  vertical-align: middle;
}
#blog-container #sidebar .block.newsletter {
  text-align: center;
}
#blog-container #sidebar .block.newsletter h4.newsletter:before {
  position: relative;
  display: block;
  width: 21px;
  height: 15px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: url(../img/contact-icon.png) top left no-repeat;
  content: "";
}
#blog-container #sidebar .block.newsletter form {
  position: relative;
  margin-top: 20px;
}
#blog-container #sidebar .block.newsletter form .input-container {
  position: relative;
  width: 100%;
  height: auto;
}
#blog-container #sidebar .block.newsletter form label.error {
  display: none !important;
}
#blog-container #sidebar .block.newsletter form input[type="text"],
#blog-container #sidebar .block.newsletter form input[type="email"],
#blog-container #sidebar .block.newsletter form input[type="url"],
#blog-container #sidebar .block.newsletter form textarea {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid #dcc689;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#blog-container #sidebar .block.newsletter form input[type="text"].error,
#blog-container #sidebar .block.newsletter form input[type="email"].error,
#blog-container #sidebar .block.newsletter form input[type="url"].error,
#blog-container #sidebar .block.newsletter form textarea.error {
  background: #ffdada;
}
#blog-container #sidebar .block.newsletter form textarea {
  height: 120px;
  padding: 10px;
}
#blog-container #sidebar .block.newsletter form .submit-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#blog-container #sidebar .block.newsletter form .submit-container input[type="submit"] {
  padding: 5px 10px;
  border: none;
  font: 12px 'ProximaNova-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f6ab88;
}
#blog-container #sidebar .block.newsletter form .submit-container input[type="submit"]:hover {
  color: #d88964;
}
#blog-container #sidebar .block.featured-on {
  text-align: center;
}
#blog-container #sidebar .block.featured-on .banners div {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
#blog-container #sidebar .block.featured-on .banners div:last-child {
  margin-bottom: 0;
}
#blog-container #sidebar .block.featured-on .banners img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.post {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  border-bottom: 1px solid #d3d3d3;
}
.post:last-child {
  border-bottom: none;
}
.post .preview {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.post .preview .title-container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 35px 0;
}
.post .preview time,
.post .preview h5 {
  position: relative;
  margin: 0;
  font: 10px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.post .preview h2 {
  position: relative;
  margin: 30px 0 15px 0;
  font: 24px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #353535;
}
.post .preview .options {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding: 13px 0 10px 0;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
  zoom: 1;
}
.post .preview .options:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #ffffff url(../img/dotted-border.png) top left repeat-x;
  content: "";
}
.post .preview .options .first,
.post .preview .options .second,
.post .preview .options .third {
  position: relative;
  display: table-cell;
  width: 30%;
  height: 45px;
  font: 10px/14px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
  vertical-align: middle;
}
.post .preview .options .first a,
.post .preview .options .second a,
.post .preview .options .third a {
  color: #f6ab88;
}
.post .preview .options .first a:hover,
.post .preview .options .second a:hover,
.post .preview .options .third a:hover {
  color: #df906b;
}
.post .preview .options .second {
  width: 40%;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.post .preview .options span.comments {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 25px;
  background: url(../img/comments-small-icon.png) top left no-repeat;
}
.post .full {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: block;
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
}
.post .full p {
  position: relative;
  width: 100%;
  clear: both;
  line-height: inherit;
  margin-bottom: 30px;
  overflow: hidden;
}
.post .full img {
  position: relative;
  display: block;
  max-width: 100%;
  float: left;
  margin-bottom: 10px;
}
.post .full table {
  width: 100%;
}
.post .stats {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 0;
  margin-top: 15px;
  overflow: hidden;
  zoom: 1;
}
.post .stats:before,
.post .stats:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  background: #ffffff url(../img/dotted-border.png) top left repeat-x;
  content: "";
}
.post .stats:before {
  top: 0;
}
.post .stats:after {
  bottom: 0;
}
.post .stats .leftside {
  position: relative;
  width: auto;
  float: left;
  font: 10px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #181818;
}
.post .stats .leftside span.comments {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 25px;
  background: url(../img/comments-small-icon.png) left center no-repeat;
}
.post .stats .leftside a {
  color: #f6ab88;
}
.post .stats .leftside a:hover {
  color: #df906b;
}
.post .stats .rightside {
  position: relative;
  width: auto;
  float: right;
  font-size: 0;
}
.post .stats .rightside span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
}
.post .stats .rightside .social {
  margin-left: 30px;
  vertical-align: middle;
}
.post .stats .rightside .pinterest a {
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.post .comments-container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 3px 0;
  overflow: hidden;
  zoom: 1;
}
.post .comments-container:before {
  position: absolute;
  display: block;
  width: 3px;
  height: 99%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 65%;
  background: #ffffff url(../img/dotted-border-v.png) top left repeat-y;
  content: "";
}
.post .comments-container:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #ffffff url(../img/dotted-border.png) top left repeat-x;
  content: "";
}
.post .comments-container .comments {
  position: relative;
  width: 65%;
  height: auto;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.post .comments-container .comments .scroll-pane {
  height: 390px;
}
.post .comments-container .comments .commentlist {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.post .comments-container .comments .comment {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 0;
  border-bottom: 1px solid #d7d7d7;
}
.post .comments-container .comments .comment:first-child {
  padding-top: 0;
}
.post .comments-container .comments .comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.post .comments-container .comments .comment .comment-author {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.post .comments-container .comments .comment .comment-author .author {
  position: relative;
  width: 100%;
  padding-right: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: 18px/25px 'PlayfairDisplay-Regular';
  letter-spacing: 1px;
  color: #181818;
}
.post .comments-container .comments .comment .comment-author time {
  position: absolute;
  width: auto;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font: 10px/10px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c0c0c0;
}
.post .comments-container .respond {
  position: relative;
  width: 35%;
  height: auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.post .comments-container .respond .info {
  font: 12px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}
.post .comments-container .respond .info.messages {
  margin-top: 20px;
}
.post .comments-container .respond .input-container {
  position: relative;
  width: 100%;
  height: auto;
}
.post .comments-container .respond label.error {
  display: none !important;
}
.post .comments-container .respond input[type="text"],
.post .comments-container .respond input[type="email"],
.post .comments-container .respond input[type="url"],
.post .comments-container .respond textarea {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid #dcc689;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.post .comments-container .respond input[type="text"].error,
.post .comments-container .respond input[type="email"].error,
.post .comments-container .respond input[type="url"].error,
.post .comments-container .respond textarea.error {
  background: #ffdada;
}
.post .comments-container .respond textarea {
  height: 120px;
  padding: 10px;
}
.post .comments-container .respond .button-container {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.post .comments-container .respond .button-container button {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font: 12px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.post .comments-container .respond .button-container button span {
  color: #f6ab88;
}
.also-like {
  position: relative;
  width: 100%;
  height: auto;
  padding: 35px 0;
  overflow: hidden;
  zoom: 1;
}
.also-like h4 {
  font: 12px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.also-like .also-posts {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.also-like .also-posts .item {
  position: relative;
  width: 32%;
  height: auto;
  float: left;
}
.also-like .also-posts .item:nth-child(2) {
  margin: 0 2%;
}
.also-like .also-posts .item .img {
  position: relative;
  width: 100%;
  height: auto;
}
.also-like .also-posts .item .img img {
  width: 100%;
  height: auto;
}
.also-like .also-posts .item .img a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.also-like .also-posts .item .img a:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(53, 53, 53, 0.6);
  opacity: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  z-index: 2;
}
.also-like .also-posts .item .img a:after {
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  margin: auto;
  background: url(../img/gallery-arrow.png) top left no-repeat;
  content: "";
  z-index: 3;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.also-like .also-posts .item .img a:hover:before {
  opacity: 1;
}
.also-like .also-posts .item .img a:hover:after {
  right: 0;
  opacity: 1;
}
.also-like .also-posts .item .title {
  position: relative;
  margin-top: 20px;
  font: 16px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #353535;
  text-align: center;
}
/* Franchise
*******************************/
#franchise {
  position: relative;
  width: 100%;
  height: auto;
}
#franchise .main-block {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 70px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
}
#franchise .main-block .leftside {
  position: relative;
  width: 35%;
  height: auto;
  float: left;
}
#franchise .main-block .leftside img {
  max-width: 100%;
  height: auto;
}
#franchise .main-block .leftside .buttons {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
}
#franchise .main-block .leftside .buttons .block {
  position: relative;
  width: 100%;
  height: auto;
  border: 2px solid #ceb259;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#franchise .main-block .leftside .buttons .block .block-in {
  padding: 75px 0;
  border: 2px dotted #ceb259;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#franchise .main-block .leftside .buttons .block .block-in .bowtie {
  margin: 0 auto 15px auto;
}
#franchise .main-block .leftside .buttons .block .block-in h3 {
  margin: 0 0 10px 0;
  font: 30px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #221f1f;
}
#franchise .main-block .leftside .buttons .block .block-in h4 {
  margin: 0;
  font: 14px 'ProximaNova-Bold';
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #ceb259;
}
#franchise .main-block .rightside {
  position: relative;
  width: 65%;
  height: auto;
  float: right;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
}
#franchise .main-block .rightside p {
  line-height: inherit;
}
#franchise .map-container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/pattern2.png);
  overflow: hidden;
  zoom: 1;
}
#franchise .map-container .leftside {
  position: relative;
  width: 65%;
  height: auto;
  float: left;
}
#franchise .map-container .leftside .map {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
#franchise .map-container .leftside #gmap3 {
  position: relative;
  width: 100%;
  height: 500px;
}
#franchise .map-container .leftside .marker-title {
  position: relative;
  display: none;
  width: 300px;
  height: auto;
  padding: 15px 0;
  background: #fff;
  font: 20px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #353535;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#franchise .map-container .leftside .marker-title.active {
  display: block;
}
#franchise .map-container .rightside {
  position: relative;
  width: 35%;
  height: auto;
  float: right;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#franchise .map-container .rightside .rightside-in {
  position: relative;
  width: 100%;
  height: 520px;
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
#franchise .map-container .rightside .rightside-in #city-select {
  position: relative;
  width: 100%;
  height: auto;
}
#franchise .map-container .rightside .rightside-in #city-select .select-name {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #dcc689;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
}
#franchise .map-container .rightside .rightside-in #city-select .select-name:after {
  position: absolute;
  width: 16px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/arrow-bottom.png) top left no-repeat;
  overflow: hidden;
  content: "";
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#franchise .map-container .rightside .rightside-in #city-select .select-name:hover:after {
  opacity: 1;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown {
  position: absolute;
  width: 100%;
  height: auto;
  top: 41px;
  left: 0;
  padding: 30px 20px;
  border: 1px solid #dcc689;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  zoom: 1;
  word-wrap: break-word;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown.opened {
  visibility: visible;
  opacity: 1;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown .select-items {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown .scroll-pane {
  max-height: 340px;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown .scroll-pane .jspVerticalBar {
  width: 3px;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown .scroll-pane .jspTrack {
  background: none;
  display: block;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown .scroll-pane .jspTrack:after {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #d7d7d7;
  content: "";
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown .scroll-pane .jspTrack .jspDrag {
  background: #d3be81;
  z-index: 11;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown .select-item {
  position: relative;
  width: 48%;
  height: auto;
  min-height: 40px;
  float: left;
  margin: 0;
  cursor: pointer;
  font: 14px 'ProximaNova-Regular';
  text-align: left;
  color: #000;
}
#franchise .map-container .rightside .rightside-in #city-select .select-dropdown .select-item:nth-child(2n) {
  float: right;
}
#franchise .map-container .rightside .rightside-in h4 {
  position: relative;
  margin: 30px 0;
  font: 10px/20px 'ProximaNova-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #c0c0c0;
}
#franchise .map-container .rightside .rightside-in .city {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-top: 45px;
  background-repeat: no-repeat;
  background-position: center top;
  font: 12px/19px 'ProximaNova-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #353535;
}
#franchise .map-container .rightside .rightside-in .city:first-child {
  margin-top: 0;
}
#franchise .map-container .rightside .rightside-in .city.active {
  background-image: url(../img/pointer_active.png);
}
#franchise .map-container .rightside .rightside-in .city.for-sale {
  background-image: url(../img/pointer_sale.png);
}
#franchise .map-container .rightside .rightside-in .city.sold {
  background-image: url(../img/pointer_sold.png);
}
#franchise .map-container .rightside .popup-information {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  padding: 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
#franchise .map-container .rightside .city-description {
  position: relative;
  width: 100%;
  height: auto;
}
#franchise .map-container .rightside .city-description h5 {
  font: 10px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
#franchise .map-container .rightside .city-description .small-divader {
  margin: 15px auto;
}
#franchise .map-container .rightside .city-description h3 {
  font: 20px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #353535;
  word-wrap: break-word;
}
#franchise .map-container .rightside .city-description .text {
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
}
#franchise .map-container .rightside .city-description .text p {
  line-height: inherit;
}
#franchise #inquire-container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto 30px;
}
#franchise #inquire-container .leftside {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 35%;
  height: auto;
  background: #d7c074;
}
#franchise #inquire-container .leftside .leftside-in {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#franchise #inquire-container .leftside .leftside-in-in {
  position: relative;
  width: 100%;
  height: 100%;
}
#franchise #inquire-container .leftside .block {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 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;
  background: #fff;
  font: 20px/30px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #353535;
}
#franchise #inquire-container .leftside .block span:before,
#franchise #inquire-container .leftside .block span:after {
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  background: #c0c0c0;
  margin: 20px auto;
  content: "";
}
#franchise #inquire-container .rightside {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  height: 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;
}
#franchise #inquire-container .rightside .rightside-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fef5ec;
}
#franchise #inquire-container .rightside h3 {
  position: relative;
  margin-bottom: 25px;
  font: 16px/30px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #353535;
}
#franchise #inquire-container .rightside form {
  position: relative;
  width: 100%;
  height: auto;
}
#franchise #inquire-container .rightside .leftpart,
#franchise #inquire-container .rightside .rightpart {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#franchise #inquire-container .rightside .leftpart {
  padding-right: 10px;
}
#franchise #inquire-container .rightside .rightpart {
  padding-left: 10px;
}
#franchise #inquire-container .rightside .input-container,
#franchise #inquire-container .rightside .textarea-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}
#franchise #inquire-container .rightside .input-container:last-child,
#franchise #inquire-container .rightside .textarea-container:last-child {
  margin-bottom: 0;
}
#franchise #inquire-container .rightside .textarea-container {
  margin-bottom: 0;
}
#franchise #inquire-container .rightside .input-container.checkbox {
  margin: 15px 0;
  text-align: center;
}
#franchise #inquire-container .rightside input[type="text"],
#franchise #inquire-container .rightside input[type="email"],
#franchise #inquire-container .rightside input[type="url"],
#franchise #inquire-container .rightside textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dcc689;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#franchise #inquire-container .rightside input[type="text"].wpcf7-not-valid,
#franchise #inquire-container .rightside input[type="email"].wpcf7-not-valid,
#franchise #inquire-container .rightside input[type="url"].wpcf7-not-valid,
#franchise #inquire-container .rightside textarea.wpcf7-not-valid {
  background: #ffdada;
}
#franchise #inquire-container .rightside textarea {
  height: 283px;
  padding: 10px;
  resize: vertical;
}
#franchise #inquire-container .rightside .your-message textarea {
  height: 260px;
}
#franchise #inquire-container .rightside .label {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  font: 12px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
}
#franchise #inquire-container .rightside .wpcf7-checkbox {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -moz-column-width: 50%;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-width: 50%;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-width: 50%;
  column-count: 2;
  column-gap: 20px;
}
#franchise #inquire-container .rightside .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0 10px 5px 0;
  padding-left: 24px;
}
#franchise #inquire-container .rightside .wpcf7-checkbox input[type="checkbox"] {
  display: none;
}
#franchise #inquire-container .rightside .wpcf7-checkbox input[type="checkbox"] + span {
  position: relative;
  padding-left: 21px;
  font: 12px 'PlayfairDisplay-Regular';
  letter-spacing: 1px;
  color: #000;
  cursor: pointer;
}
#franchise #inquire-container .rightside .wpcf7-checkbox input[type="checkbox"] + span::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  text-align: center;
  height: 13px;
  width: 13px;
  background: #fff;
  border: 1px solid #dcc689;
  font: 11px/13px Tahoma;
}
#franchise #inquire-container .rightside .wpcf7-checkbox input[type="checkbox"]:checked + span::before {
  content: "✓";
}
#franchise #inquire-container .rightside br {
  display: none;
}
#franchise #inquire-container .rightside .textarea-container label {
  position: absolute;
  height: 14px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  font: 14px/14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  cursor: text;
}
#franchise #inquire-container .rightside .selectbox .select {
  height: 40px;
  border: 1px solid #dcc689;
  font: 14px 'PlayfairDisplay-Italic';
  text-transform: none;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}
#franchise #inquire-container .rightside .selectbox .select .text {
  padding: 0 30px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#franchise #inquire-container .rightside .selectbox .dropdown {
  top: 40px;
}
#franchise #inquire-container .rightside .submit-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
  text-align: center;
}
#franchise #inquire-container .rightside .submit-container input[type="submit"] {
  display: none !important;
}
#franchise #inquire-container .rightside .submit-container img {
  position: relative;
  margin-right: -25px;
}
#franchise #inquire-container .rightside .submit-container button {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 60px;
  font: 18px 'ProximaNova-Bold';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}
#franchise #inquire-container .rightside .submit-container button:before,
#franchise #inquire-container .rightside .submit-container button:after {
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #c0c0c0;
  content: "";
}
#franchise #inquire-container .rightside .submit-container button:before {
  left: 0;
}
#franchise #inquire-container .rightside .submit-container button:after {
  right: 0;
}
#franchise #inquire-container .rightside .wpcf7-not-valid-tip {
  display: none !important;
}
#franchise #inquire-container .rightside .wpcf7-response-output {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0 0 0;
  border: none;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #515151;
}
#franchise #inquire-container .rightside .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
/* Planners
*******************************/
#planners {
  position: relative;
  width: 100%;
  height: auto;
}
#planners .main-block {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 700px;
}
#planners .leftside {
  position: absolute;
  width: 300px;
  height: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 2;
}
#planners .leftside:after {
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  top: 0;
  right: -1px;
  background: #d3d3d3;
  content: "";
}
#planners .leftside .leftside-in {
  position: relative;
  width: 100%;
  height: auto;
}
#planners .leftside .leftside-in .main-options {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f3;
}
#planners .leftside .leftside-in .main-options.fixed {
  position: fixed;
  top: 0;
}
#planners .leftside .label {
  position: relative;
  margin-bottom: 15px;
  font: 18px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}
#planners .leftside .small-divader {
  margin: 30px auto;
}
#planners .leftside .search .input-container {
  position: relative;
  width: 100%;
  height: auto;
}
#planners .leftside .search input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0 40px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font: 12px 'ProximaNova-Semibold';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
#planners .leftside .search input[type="submit"] {
  position: absolute;
  width: auto;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  font: 12px/12px 'ProximaNova-Semibold';
}
#planners .leftside .black-arrow {
  margin-bottom: 10px;
}
#planners .rightside {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#planners .rightside .rightside-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-left: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#planners .rightside .row {
  position: relative;
  width: 100%;
  height: auto;
  padding: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  zoom: 1;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#planners .rightside .row:nth-child(odd) {
  background: #fff5eb;
}
#planners .rightside .row .member {
  position: relative;
  width: 30%;
  height: auto;
  float: left;
  text-align: center;
}
#planners .rightside .row .member:nth-child(2) {
  margin: 0 5%;
}
#planners .rightside .row .member .image {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
#planners .rightside .row .member .image:after {
  position: absolute;
  display: block;
  width: 95%;
  height: 95%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "";
}
#planners .rightside .row .member .image img {
  width: 100%;
  height: auto;
}
#planners .rightside .row .member .image .open-more {
  position: absolute;
  display: block;
  width: 90%;
  height: 90%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #e5d292;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#planners .rightside .row .member .image .open-more:after {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background: url(../img/plus-icon.png) center center no-repeat;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#planners .rightside .row .member .image .open-more.close {
  opacity: 1;
}
#planners .rightside .row .member .image .open-more.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#planners .rightside .row .member .image:hover .open-more {
  opacity: 1;
}
#planners .rightside .row .member .information {
  position: relative;
  margin-top: 30px;
}
#planners .rightside .row .member h3 {
  margin: 0;
  font: 14px 'BrandonGrotesque-Bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}
#planners .rightside .row .member .small-divader {
  margin: 10px auto;
}
#planners .rightside .row .member h5 {
  margin: 0;
  font: 12px 'PlayfairDisplay-Regular';
  letter-spacing: 1px;
  color: #181818;
  text-transform: none;
}
#planners .rightside .ajaxItemContent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
}
#planners .rightside .ajaxItemContent .leftpart {
  position: relative;
  width: 40%;
  height: auto;
  float: left;
}
#planners .rightside .ajaxItemContent .leftpart:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
  background: #d3d3d3;
  content: "";
}
#planners .rightside .ajaxItemContent .leftpart .information {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
#planners .rightside .ajaxItemContent .leftpart .information h3 {
  margin: 0;
  font: 14px 'BrandonGrotesque-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #181818;
}
#planners .rightside .ajaxItemContent .leftpart .information h5 {
  font: 12px 'PlayfairDisplay-Regular';
  letter-spacing: 1px;
  color: #181818;
  text-transform: none;
}
#planners .rightside .ajaxItemContent .leftpart .information .small-divader {
  margin: 10px auto;
}
#planners .rightside .ajaxItemContent .leftpart .image {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
#planners .rightside .ajaxItemContent .leftpart .image img {
  max-width: 100%;
  height: auto;
}
#planners .rightside .ajaxItemContent .leftpart .more {
  margin-top: 60px;
  text-align: center;
}
#planners .rightside .ajaxItemContent .leftpart .more a {
  display: inline-block;
  width: 230px;
  border: 1px solid #dcc689;
  font: 16px/42px 'PlayfairDisplay-Italic';
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#planners .rightside .ajaxItemContent .leftpart .more a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
#planners .rightside .ajaxItemContent .rightpart {
  position: relative;
  width: 60%;
  height: auto;
  float: right;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #d3d3d3;
}
#planners .rightside .ajaxItemContent .rightpart h4 {
  font: 14px 'BrandonGrotesque-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#planners .rightside .ajaxItemContent .rightpart .phone,
#planners .rightside .ajaxItemContent .rightpart .email {
  position: relative;
  margin-top: 15px;
  font: 14px 'ProximaNova-Semibold';
  letter-spacing: 1px;
}
#planners .rightside .ajaxItemContent .rightpart .text {
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
}
#planners .rightside .ajaxItemContent .rightpart .text.italic {
  font-size: 'PlayfairDisplay-Italic';
}
#planners .rightside .ajaxItemContent .rightpart .text p {
  line-height: inherit;
}
#planners .rightside .ajaxItemContent .rightpart .info-block {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
/* Contact us
*******************************/
#contact-page {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
}
#contact-page .leftside {
  position: relative;
  width: 35%;
  height: auto;
  float: left;
  padding: 45px 0;
}
#contact-page .leftside .label {
  font: 12px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
#contact-page .leftside .label.choose-state {
  margin-top: 20px;
  padding-top: 25px;
  background: url(../img/state-icon.png) center top no-repeat;
}
#contact-page .leftside .basic-numbers {
  position: relative;
  margin-top: 15px;
  font: 14px 'ProximaNova-Semibold';
  text-align: center;
  letter-spacing: 1px;
  color: #606060;
}
#contact-page .leftside .basic-numbers p {
  text-align: inherit;
}
#contact-page .leftside .default-select {
  width: 250px;
  margin: 20px auto;
}
#contact-page .leftside .default-select .selectbox {
  text-align: center;
}
#contact-page .leftside .members .item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 0;
  text-align: center;
}
#contact-page .leftside .members .item:after {
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #e8d7ab;
  content: "";
}
#contact-page .leftside .members .item:last-child:after {
  display: none;
}
#contact-page .leftside .members .item .title {
  font: 13px/18px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
#contact-page .leftside .members .item .city,
#contact-page .leftside .members .item .phone,
#contact-page .leftside .members .item .email {
  position: relative;
  margin-top: 15px;
  font: 14px 'ProximaNova-Semibold';
  letter-spacing: 1px;
}
#contact-page .leftside .members .item .city {
  margin-top: 0;
  margin-bottom: 15px;
}
#contact-page .leftside #socials {
  padding: 60px 0;
  font-size: 0;
  text-align: center;
}
#contact-page .leftside #socials span {
  position: relative;
  display: block;
  margin-bottom: 30px;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
}
#contact-page .leftside #socials .social {
  margin: 0 15px;
  vertical-align: middle;
}
#contact-page .leftside .not-found {
  font-size: 12px;
}
#contact-page .rightside {
  position: relative;
  width: 65%;
  height: auto;
  padding: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  background: url(../img/dotted-border-v.png) top left repeat-y;
}
#contact-page .rightside .rightside-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fef5ec;
}
#contact-page .rightside .information {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  text-align: center;
}
#contact-page .rightside .information p {
  line-height: inherit;
  text-align: inherit;
}
#contact-page .rightside .form {
  position: relative;
  width: 100%;
  height: auto;
}
#contact-page .rightside .form br {
  display: none;
}
#contact-page .rightside .form .input-container {
  position: relative;
  width: 100%;
  max-width: 490px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
}
#contact-page .rightside .form .input-container.wedding-date {
  position: relative;
  margin-top: 15px;
  font-size: 0;
}
#contact-page .rightside .form .input-container.wedding-date span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 32%;
}
#contact-page .rightside .form .input-container.wedding-date span.date-dd {
  margin: 0 2%;
}
#contact-page .rightside .form input[type="text"],
#contact-page .rightside .form input[type="email"],
#contact-page .rightside .form input[type="url"],
#contact-page .rightside .form textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dcc689;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#contact-page .rightside .form input[type="text"].wpcf7-not-valid,
#contact-page .rightside .form input[type="email"].wpcf7-not-valid,
#contact-page .rightside .form input[type="url"].wpcf7-not-valid,
#contact-page .rightside .form textarea.wpcf7-not-valid {
  background: #ffdada;
}
#contact-page .rightside .form textarea {
  height: 140px;
  padding: 10px;
  resize: vertical;
}
#contact-page .rightside .form .selectbox .select {
  height: 40px;
  border: 1px solid #dcc689;
  font: 14px 'PlayfairDisplay-Italic';
  text-transform: none;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  background: #fff;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#contact-page .rightside .form .selectbox .select .text {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-page .rightside .form .wpcf7-not-valid .selectbox .select {
  background: #ffdada;
}
#contact-page .rightside .form .selectbox .dropdown {
  top: 40px;
}
#contact-page .rightside .form .label {
  position: relative;
  margin-bottom: 5px;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}
#contact-page .rightside .form .submit-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
  text-align: center;
}
#contact-page .rightside .form .submit-container .button {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  height: auto;
  padding: 0 58px;
}
#contact-page .rightside .form .submit-container .button:before,
#contact-page .rightside .form .submit-container .button:after {
  position: absolute;
  display: block;
  width: 48px;
  height: 1px;
  top: 8px;
  background: #c0c0c0;
  content: "";
}
#contact-page .rightside .form .submit-container .button:before {
  left: 0;
}
#contact-page .rightside .form .submit-container .button:after {
  right: 0;
}
#contact-page .rightside .form .submit-container input[type="submit"] {
  padding: 0;
  border: none;
  margin: 0;
  font: 18px 'ProximaNova-Bold';
  letter-spacing: 1px;
  color: #000;
}
#contact-page .rightside .form .submit-container img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
#contact-page .rightside .form .wpcf7-not-valid-tip {
  display: none !important;
}
#contact-page .rightside .form .wpcf7-response-output {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0 0 0;
  border: none;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  text-align: center;
  color: #515151;
}
@-moz-document url-prefix() {
  #contact-page .rightside .form .selectbox .select {
    color: #747474;
  }
  #gallery .bottom-info .options .colors .color.active:after,
  #portfolio .options .colors .color.active:after {
    top: -2px !important;
    left: 2px;
  }
}
/* Portfolio
*******************************/
#portfolio {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 70px;
  -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 .options {
  position: relative;
  width: 100%;
  height: 68px;
  padding: 25px 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#portfolio .options:hover {
  height: 250px;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#portfolio .options:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 13px;
  bottom: 0;
  left: 0;
  background: #ffffff url(../img/dotted-border.png) bottom left repeat-x;
  content: "";
}
#portfolio .options .options-in {
  position: relative;
  width: 100%;
  height: 100%;
}
#portfolio .options .options-in:after {
  display: block;
  clear: both;
  content: "";
}
#portfolio .options .option {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  padding-right: 40px;
  -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 .options .option.overflow {
  overflow: hidden;
}
#portfolio .options .option.mobile-option {
  display: none;
}
#portfolio .options .custom-select {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#portfolio .options .custom-select select {
  font: 18px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}
#portfolio .options .custom-select option {
  font-size: 12px;
}
#portfolio .options .custom-select:after {
  position: absolute;
  display: block;
  width: 16px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/arrow-bottom.png) top left no-repeat;
  content: "";
  z-index: -1;
}
#portfolio .options h4 {
  position: relative;
  margin-bottom: 15px;
  font: 12px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 23px;
}
#portfolio .options h4.category {
  background: url(../img/category-icon.png) left center no-repeat;
}
#portfolio .options h4.tags {
  background: url(../img/tags-icon.png) left center no-repeat;
}
#portfolio .options h4.state {
  background: url(../img/state-icon.png) left center no-repeat;
}
#portfolio .options h4.color {
  background: url(../img/color-icon.png) left center no-repeat;
}
#portfolio .options .gallery-tags {
  position: relative;
  font: 11px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#portfolio .options .gallery-tags .tag {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-bottom: 1px;
}
#portfolio .options .gallery-tags .tag.active {
  color: #d2b362;
  border-bottom: 1px dashed #d2b362;
}
#portfolio .options .colors .color {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 4px 4px 0;
  cursor: pointer;
  border: 1px solid transparent;
}
#portfolio .options .colors .color[data-value="ffffff"],
#portfolio .options .colors .color[data-value="fffff0"] {
  border-color: #ccc;
}
#portfolio .options .colors .color[data-value="ffffff"].active,
#portfolio .options .colors .color[data-value="fffff0"].active {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
}
#portfolio .options .colors .color[data-value="ffffff"].active:after,
#portfolio .options .colors .color[data-value="fffff0"].active:after {
  color: #ccc;
}
#portfolio .options .colors .color.active {
  border: none;
  width: 14px;
  height: 14px;
}
#portfolio .options .colors .color.active:after {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font: 9px/12px Tahoma;
  color: #fff;
  text-align: center;
  content: "x";
}
#portfolio .galleries {
  width: 100%;
  height: auto;
  padding: 20px 0 20px 0;
  overflow: hidden;
  zoom: 1;
}
#portfolio .galleries.loading:after {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/loader.gif) top left no-repeat;
  content: "";
}
#portfolio .galleries .gallery {
  position: relative;
  width: 32%;
  height: auto;
  float: left;
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
  background: #fff;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#portfolio .galleries .gallery:hover {
  background: #fff5eb;
}
#portfolio .galleries .gallery:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
#portfolio .galleries .gallery .image {
  position: relative;
  width: 100%;
  height: auto;
}
#portfolio .galleries .gallery .image img {
  width: 100%;
  height: auto;
}
#portfolio .galleries .gallery .image a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#portfolio .galleries .gallery .image a:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(53, 53, 53, 0.6);
  opacity: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#portfolio .galleries .gallery .image a:after {
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  margin: auto;
  background: url(../img/gallery-arrow.png) top left no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#portfolio .galleries .gallery .image a:hover:before {
  opacity: 1;
}
#portfolio .galleries .gallery .image a:hover:after {
  right: 0;
  opacity: 1;
}
#portfolio .galleries .gallery .information {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#portfolio .galleries .gallery .information time,
#portfolio .galleries .gallery .information h5 {
  font: 10px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#portfolio .galleries .gallery .information h3,
#portfolio .galleries .gallery .information h5 {
  text-align: inherit;
  margin: 0;
}
#portfolio .galleries .gallery .information h3 {
  position: relative;
  margin-bottom: 15px;
  font: 20px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  color: #353535;
}
#portfolio .galleries .gallery .information h5 {
  color: #353535;
}
#portfolio .galleries .gallery .small-divader {
  margin: 15px auto;
}
#portfolio .ajax-content {
  padding-bottom: 120px;
}
#portfolio .pagination {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 10px;
  padding: 10px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/pattern2.png);
  font: 18px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
}
#portfolio .pagination .pagination-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 13px 0px;
  background: #fff;
  border: 1px solid #dcc689;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#portfolio .pagination .numbers .current {
  border-bottom: 1px solid #000;
}
#portfolio .pagination .numbers .divader,
#portfolio .pagination .numbers .dots {
  position: relative;
  margin: 0 10px;
}
#portfolio .pagination .prev,
#portfolio .pagination .next {
  position: absolute;
  width: auto;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
}
#portfolio .pagination .prev {
  left: 20px;
}
#portfolio .pagination .next {
  right: 20px;
}
/* Gallery
*******************************/
#gallery {
  position: relative;
  width: 100%;
  height: auto;
}
#gallery .information {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0;
  text-align: center;
}
#gallery .information time,
#gallery .information h5 {
  font: 10px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#gallery .information h2,
#gallery .information h5 {
  text-align: inherit;
  margin: 0;
}
#gallery .information h2 {
  position: relative;
  margin-bottom: 15px;
  font: 24px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  color: #353535;
}
#gallery .information h5 {
  color: #353535;
}
#gallery .small-divader {
  margin: 15px auto 10px auto;
}
#gallery .thumbnails {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px 0;
}
#gallery .thumbnails ul.slides li {
  position: relative;
  margin-right: 1px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#gallery .thumbnails ul.slides li:hover {
  opacity: 0.7;
}
#gallery .thumbnails .flex-prev,
#gallery .thumbnails .flex-next {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #181818;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#gallery .thumbnails .flex-prev:hover,
#gallery .thumbnails .flex-next:hover {
  background: #434343;
}
#gallery .thumbnails .flex-prev:after,
#gallery .thumbnails .flex-next:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/direction_arrows.png);
  content: "";
}
#gallery .thumbnails .flex-prev {
  left: 20px;
}
#gallery .thumbnails .flex-prev:after {
  background-position: top left;
}
#gallery .thumbnails .flex-next {
  right: 20px;
}
#gallery .thumbnails .flex-next:after {
  background-position: top right;
}
#gallery .bottom-info {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 70px;
  -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 .bottom-info .options {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 0;
}
#gallery .bottom-info .options:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 13px;
  bottom: 0;
  left: 0;
  background: #ffffff url(../img/dotted-border.png) bottom left repeat-x;
  content: "";
}
#gallery .bottom-info .options .options-in {
  position: relative;
  width: 100%;
  height: auto;
}
#gallery .bottom-info .options .options-in:after {
  display: block;
  clear: both;
  content: "";
}
#gallery .bottom-info .options .option {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  padding-right: 40px;
  -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 .bottom-info .options .option.overflow {
  overflow: hidden;
}
#gallery .bottom-info .options .list {
  font: 18px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}
#gallery .bottom-info .options h4 {
  position: relative;
  margin-bottom: 15px;
  font: 12px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 23px;
}
#gallery .bottom-info .options h4.category {
  background: url(../img/category-icon.png) left center no-repeat;
}
#gallery .bottom-info .options h4.tags {
  background: url(../img/tags-icon.png) left center no-repeat;
}
#gallery .bottom-info .options h4.state {
  background: url(../img/state-icon.png) left center no-repeat;
}
#gallery .bottom-info .options h4.color {
  background: url(../img/color-icon.png) left center no-repeat;
}
#gallery .bottom-info .options .gallery-tags {
  position: relative;
  font: 11px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#gallery .bottom-info .options .gallery-tags .tag {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-bottom: 1px;
}
#gallery .bottom-info .options .gallery-tags .tag.active {
  color: #d2b362;
  border-bottom: 1px dashed #d2b362;
}
#gallery .bottom-info .options .colors .color {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 4px 4px 0;
  cursor: pointer;
  border: 1px solid transparent;
}
#gallery .bottom-info .options .colors .color[data-value="ffffff"],
#gallery .bottom-info .options .colors .color[data-value="fffff0"] {
  border-color: #ccc;
}
#gallery .bottom-info .options .colors .color[data-value="ffffff"].active,
#gallery .bottom-info .options .colors .color[data-value="fffff0"].active {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
}
#gallery .bottom-info .options .colors .color[data-value="ffffff"].active:after,
#gallery .bottom-info .options .colors .color[data-value="fffff0"].active:after {
  color: #ccc;
}
#gallery .bottom-info .options .colors .color.active {
  border: none;
  width: 14px;
  height: 14px;
}
#gallery .bottom-info .options .colors .color.active:after {
  position: absolute;
  width: 10px;
  height: 10px;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font: 9px/10px Tahoma;
  color: #fff;
  text-align: center;
  content: "x";
}
#gallery .bottom-info .bottom-controls {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
}
#gallery .bottom-info .bottom-controls .leftside {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  height: auto;
  padding: 20px 0;
  background: url(../img/dotted-border-v.png) top right repeat-y;
}
#gallery .bottom-info .bottom-controls .leftside img {
  max-width: 50%;
  height: auto;
  margin-right: 15px;
}
#gallery .bottom-info .bottom-controls .rightside {
  position: relative;
  display: table-cell;
  width: 50%;
  height: auto;
}
#gallery .bottom-info .bottom-controls .rightside .option {
  position: relative;
  width: 50%;
  height: 120px;
  float: right;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
}
#gallery .bottom-info .bottom-controls .rightside .option:first-child {
  background: url(../img/dotted-border-v.png) top left repeat-y;
}
.black-arrow .selectbox .dropdown li:first-child {
  display: none!important;
}
/* Testimonials
*******************************/
#testimonials {
  position: relative;
  width: 100%;
  height: auto;
}
#testimonials .testimonials-container {
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  zoom: 1;
  -webkit-transition: padding;
  -moz-transition: padding;
  -ms-transition: padding;
  -o-transition: padding;
  transition: padding;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#testimonials .testimonials-container.loading {
  padding: 30px 0;
}
#testimonials .testimonials-container.loading:after {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/loader.gif) top left no-repeat;
  content: "";
}
#testimonials .testimonial-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
#testimonials .testimonial-box:nth-child(odd) {
  background: #fff5eb;
}
#testimonials .testimonial-box-in {
  position: relative;
  display: table;
  width: 90%;
  max-width: 1095px;
  height: auto;
  margin: 0 auto;
}
#testimonials .testimonial-box-in .leftside,
#testimonials .testimonial-box-in .rightside {
  position: relative;
  width: 50%;
  display: table-cell;
  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;
}
#testimonials .testimonial-box-in .leftside img {
  max-width: 90%;
  width: auto;
  min-height: 630px;
}
#testimonials .testimonial-box-in .rightside {
  border-left: 1px solid #d7d7d7;
}
#testimonials .testimonial-box-in .rightside .title {
  position: relative;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #d7d7d7;
  font: 24px 'PlayfairDisplay-Regular';
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #181818;
}
#testimonials .testimonial-box-in .rightside .testimonial {
  position: relative;
  width: 100%;
  height: 510px;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#testimonials .testimonial-box-in .rightside .testimonial h4 {
  font: 24px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  color: #181818;
  text-align: center;
}
#testimonials .testimonial-box-in .rightside .testimonial .text {
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
}
#testimonials .testimonial-box-in .rightside .testimonial .text p {
  line-height: inherit;
}
#testimonials .testimonial-box-in .rightside .controls-ghost {
  position: relative;
  width: 100%;
  height: 50px;
  border-top: 1px solid #d7d7d7;
}
#testimonials .ajax-content {
  padding-bottom: 120px;
}
#testimonials .pagination {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 10px;
  padding: 10px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/pattern2.png);
  font: 18px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
}
#testimonials .pagination .pagination-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 13px 0px;
  background: #fff;
  border: 1px solid #dcc689;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#testimonials .pagination .numbers .current {
  border-bottom: 1px solid #000;
}
#testimonials .pagination .numbers .divader,
#testimonials .pagination .numbers .dots {
  position: relative;
  margin: 0 10px;
}
#testimonials .pagination .prev,
#testimonials .pagination .next {
  position: absolute;
  width: auto;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
}
#testimonials .pagination .prev {
  left: 20px;
}
#testimonials .pagination .next {
  right: 20px;
}
/* Services
*******************************/
#services {
  position: relative;
  width: 100%;
  height: auto;
}
#services .packages {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
#services .packages .bg {
  position: relative;
  width: 100%;
  height: 355px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#services .packages .bg .images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#services .packages .bg .images .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#services .packages .bg .images .image.active {
  opacity: 1;
  z-index: 2;
}
#services .packages .options {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 50px;
  left: 0;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 3;
}
#services .packages .options .option {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 30%;
  margin: 0 1%;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px 'BrandonGrotesque-Bold';
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  cursor: pointer;
}
#services .packages .options .option .option-in {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#services .packages .options .option.active .option-in {
  background: url(../img/pattern1.png);
}
#services .packages .options .option.active:hover {
  border-color: #fff;
  color: #fff;
}
#services .packages .options .option:hover {
  border-color: #f5ded2;
  color: #f5ded2;
}
#services .packages .ajax-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 240px;
}
#services .packages .ajaxContent {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
}
#services .packages .ajaxContent .content {
  position: relative;
  width: 90%;
  max-width: 590px;
  height: auto;
  margin: 60px auto;
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
  text-align: center;
}
#services .packages .ajaxContent .content p {
  line-height: inherit;
  text-align: inherit;
}
#services .main-content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0;
}
#services .main-content .content-in {
  position: relative;
  width: 100%;
  max-width: 1050px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
}
#services .main-content .content-in .leftside,
#services .main-content .content-in .rightside {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#services .main-content .content-in .leftside:after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1px;
  background: #d3d3d3;
  content: "";
}
#services .main-content .content-in .rightside {
  border-left: 1px solid #d3d3d3;
}
#services .main-content .content-in h3 {
  margin: 0 0 45px 0;
  font-size: 14px;
  text-transform: uppercase;
}
#services .main-content .content-in p {
  line-height: inherit;
}
#services .bottom-options {
  position: relative;
  width: 100%;
  height: 435px;
  overflow: hidden;
  zoom: 1;
}
#services .bottom-options .leftside {
  position: relative;
  width: 65%;
  height: 100%;
  float: left;
}
#services .bottom-options .leftside ul.slides,
#services .bottom-options .leftside ul.slides li,
#services .bottom-options .leftside .default-layout,
#services .bottom-options .leftside .lemmon-slider {
  height: 100% !important;
  max-height: 100% !important;
}
#services .bottom-options .leftside img {
  height: 100% !important;
}
#services .bottom-options .rightside {
  position: relative;
  width: 35%;
  height: 100%;
  float: right;
  background: url(../img/pattern2.png);
}
#services .bottom-options .rightside .option {
  position: relative;
  display: block;
  width: 90%;
  max-width: 285px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  border: 3px solid #e5d292;
  background: #fff;
  font: 24px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#services .bottom-options .rightside .option:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
/* Press
*******************************/
#press {
  position: relative;
  width: 100%;
  height: auto;
}
#press .press-items {
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px;
  -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-items .flexslider.mobile,
#press .press-items .flexslider.ipad {
  display: none;
}
#press .press-items .flex-control-nav {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
#press .press-items .flex-control-nav li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px;
}
#press .press-items .flex-control-nav li a {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../img/pattern1.png);
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#press .press-items .flex-control-nav li a.flex-active {
  background: #000;
}
#press .press-box {
  position: relative;
  width: 32%;
  height: auto;
  float: left;
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
  background: #fff;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#press .press-box:hover {
  background: #fff5eb;
}
#press .press-box:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
#press .press-box .image {
  position: relative;
  width: 100%;
  height: auto;
}
#press .press-box .image img {
  width: 100%;
  height: auto;
}
#press .press-box .image a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#press .press-box .image a:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(53, 53, 53, 0.6);
  opacity: 0;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -ms-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#press .press-box .image a:after {
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  margin: auto;
  background: url(../img/gallery-arrow.png) top left no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#press .press-box .image a:hover:before {
  opacity: 1;
}
#press .press-box .image a:hover:after {
  right: 0;
  opacity: 1;
}
#press .press-box .information {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#press .press-box .information time,
#press .press-box .information h5 {
  font: 10px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#press .press-box .information h3,
#press .press-box .information h5 {
  text-align: inherit;
  margin: 0;
}
#press .press-box .information h3 {
  position: relative;
  margin-bottom: 15px;
  font: 20px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  color: #353535;
}
#press .press-box .information h5 {
  color: #353535;
}
#press .press-box .small-divader {
  margin: 15px auto;
}
#press .awards {
  position: relative;
  width: 100%;
  height: auto;
}
#press .block-title-container {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/pattern2.png);
}
#press .block-title-container .caption {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#press .block-title-container .caption .caption-in {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font: 36px 'PlayfairDisplay-Regular';
  letter-spacing: 4px;
  color: #353535;
  text-align: center;
  text-transform: uppercase;
}
#press .banners {
  position: relative;
  width: 100%;
  height: auto;
  padding: 70px;
  -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 .banners .wp_bannerize {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
#press .banners .wp_bannerize div {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 31%;
  height: auto;
  margin: 0 1%;
}
#press .banners .wp_bannerize div img {
  max-width: 100%;
  height: auto;
}
/* Member
*******************************/
#city-page {
  position: relative;
}
#city-page .main-block {
  border-bottom: 1px solid #d7d7d7;
  padding: 57px 0 37px;
  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;
  overflow: hidden;
  zoom: 1;
}
#city-page .main-block:before {
  background: #d7d7d7;
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: 35%;
  bottom: 0;
}
#city-page .main-block .leftside {
  position: relative;
  width: 35%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 39px;
}
#city-page .main-block .leftside .member {
  text-align: center;
}
#city-page .main-block .leftside .member .image {
  position: relative;
  /*                    &:after {
                        position: absolute;
                        width: 95%;
                        height: 95%;
                        top:0;
                        left:0;
                        bottom:0;
                        right: 0;
                        margin:auto;
                        border: 1px solid #fff;
                        .rounded(100%);
                        content: "";
                    }*/
}
#city-page .main-block .leftside .member .image img {
  width: 100%;
  height: auto;
}
#city-page .main-block .leftside .member .information {
  position: relative;
  margin-top: 30px;
}
#city-page .main-block .leftside .member .information h3 {
  margin: 0;
  font: 14px 'BrandonGrotesque-Bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}
#city-page .main-block .leftside .member .information .small-divader {
  margin: 10px auto;
}
#city-page .main-block .leftside .member .information h5 {
  margin: 0;
  font: 12px 'PlayfairDisplay-Regular';
  letter-spacing: 1px;
  color: #181818;
  text-transform: none;
}
#city-page .main-block .leftside .member .contact {
  margin-top: 80px;
  font: 13px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
}
#city-page .main-block .leftside .member .contact li {
  margin-top: 20px;
  padding-top: 22px;
  position: relative;
}
#city-page .main-block .leftside .member .contact li:before {
  background: #e8d7ab;
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
#city-page .main-block .leftside .member .contact li:first-child {
  margin-top: 0;
  padding-top: 0;
}
#city-page .main-block .leftside .member .contact li:first-child:before {
  display: none;
}
#city-page .main-block .leftside .member .contact span {
  display: block;
  font: 14px/18px 'ProximaNova-Semibold';
  text-transform: none;
  padding-top: 15px;
}
#city-page .main-block .leftside .buttons {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
#city-page .main-block .leftside .buttons .block {
  position: relative;
  width: 100%;
  height: auto;
  border: 2px solid #ceb259;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#city-page .main-block .leftside .buttons .block .block-in {
  padding: 75px 0;
  border: 2px dotted #ceb259;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#city-page .main-block .leftside .buttons .block .block-in .bowtie {
  margin: 0 auto 15px auto;
}
#city-page .main-block .leftside .buttons .block .block-in h3 {
  margin: 0 0 10px 0;
  font: 30px 'PlayfairDisplay-Regular';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #221f1f;
}
#city-page .main-block .leftside .buttons .block .block-in h4 {
  margin: 0;
  font: 14px 'ProximaNova-Bold';
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #ceb259;
}
#city-page .main-block .rightside {
  position: relative;
  width: 65%;
  height: auto;
  float: right;
  padding-left: 18px;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  color: #000;
}
#city-page .main-block .rightside p {
  line-height: inherit;
}
#city-page .main-block .rightside .description {
  padding: 0 32px;
}
#city-page .main-block .rightside .testimonials {
  background: #fff5eb;
  margin-top: 40px;
  padding: 48px 63px 100px;
}
#city-page .main-block .rightside .testimonials h2 {
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
  font: 14px/1 'ProximaNova-Bold';
  letter-spacing: 2px;
  margin-bottom: 80px;
}
#city-page .main-block .rightside .testimonials .items {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 90px;
}
#city-page .main-block .rightside .testimonials .items .item h3 {
  font: 20px/1 'PlayfairDisplay-Regular';
  text-transform: none;
  margin-bottom: 40px;
}
#city-page .main-block .rightside .testimonials .items .item .text {
  text-align: left;
}
#city-page .main-block .rightside .testimonials .items .flex-direction-nav .flex-prev,
#city-page .main-block .rightside .testimonials .items .flex-direction-nav .flex-next {
  background: url(../img/member-testimonial-arrow.png) 0 0 no-repeat;
  display: block;
  width: 9px;
  height: 14px;
  text-indent: -9999px;
  position: absolute;
  bottom: -42px;
}
#city-page .main-block .rightside .testimonials .items .flex-direction-nav .flex-prev {
  left: 50%;
  margin-left: -40px;
}
#city-page .main-block .rightside .testimonials .items .flex-direction-nav .flex-next {
  background-position: 100%;
  right: 50%;
  margin-right: -40px;
}
#city-page .main-block .rightside .testimonials .items .paging {
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  font: 15px/1 'PlayfairDisplay-Italic';
}
#city-page .default-layout {
  margin-top: 14px;
}
/* Default gallery layout
*******************************/
.default-layout {
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.default-layout:after {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/loader.gif) top left no-repeat;
  content: "";
}
.default-layout .lemmon-slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.default-layout.visible .lemmon-slider {
  visibility: visible;
  opacity: 1;
}
.default-layout.visible:after {
  display: none;
}
.default-layout ul.slides li {
  margin-right: 1px;
}
.default-layout ul.slides li img {
  width: auto;
}
.default-layout .prev-slide,
.default-layout .next-slide {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #181818;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  -webkit-transition: background;
  -moz-transition: background;
  -ms-transition: background;
  -o-transition: background;
  transition: background;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.default-layout .prev-slide:hover,
.default-layout .next-slide:hover {
  background: #434343;
}
.default-layout .prev-slide:after,
.default-layout .next-slide:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/direction_arrows.png);
  content: "";
}
.default-layout .prev-slide {
  left: 20px;
}
.default-layout .prev-slide:after {
  background-position: top left;
}
.default-layout .next-slide {
  right: 20px;
}
.default-layout .next-slide:after {
  background-position: top right;
}
.default-layout .pinit-wrapper {
  position: relative;
}
.default-layout .rolling-pin {
  position: absolute;
  display: block;
  width: 43px;
  height: 20px;
  bottom: 10px;
  right: 10px;
  background: url(../img/pinbutton.png) top left no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
/* Not found
*******************************/
.not-found {
  position: relative;
  width: 100%;
  height: auto;
  font: 15px PlayfairDisplay-Regular;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
}
.not-found.ajax {
  margin-top: 20px;
}
.not-found.gallery-single {
  margin: 30px 0 60px 0;
}
.not-found p {
  text-align: inherit;
}
/* Page 404
*******************************/
#page404 {
  position: relative;
  width: 100%;
  height: auto;
}
#page404 .page-title {
  padding: 0;
  margin-bottom: 20px;
  border-bottom: none;
}
#page404 .title-container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
#page404 .title-container p {
  font: 10px 'ProximaNova-Bold';
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
#page404 .options {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/pattern2.png);
  overflow: hidden;
  zoom: 1;
}
#page404 .options .option {
  position: relative;
  width: 22%;
  height: auto;
  padding: 50px 0;
  margin: 1.5%;
  float: left;
  background: #fff;
  font: 20px 'PlayfairDisplay-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #353535;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
#page404 .options .option:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
#page404 .options .option:before,
#page404 .options .option:after {
  position: absolute;
  display: block;
  width: 45px;
  height: 1px;
  background: #c0c0c0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}
#page404 .options .option:before {
  top: 30px;
}
#page404 .options .option:after {
  bottom: 30px;
}
#page404 #socials {
  padding: 60px 0;
  font-size: 0;
  text-align: center;
}
#page404 #socials span {
  position: relative;
  display: block;
  margin-bottom: 30px;
  font: 14px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  color: #000;
}
#page404 #socials .social {
  margin: 0 15px;
  vertical-align: middle;
}
/* Default Page
*******************************/
article.type-page .story {
  margin: 0 auto;
  max-width: 1150px;
  padding: 35px 20px;
}
/* Footer
*******************************/
#footer-main {
  position: relative;
  width: 100%;
  height: auto;
  padding: 35px 0;
  border-top: 1px solid #d3d3d3;
  font: 12px "ProximaNova-Light";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
#footer-main p {
  display: inline;
}
#footer-main a {
  font-family: "ProximaNova-Semibold";
}
.post-type-archive-press-item #footer-main {
  border-top: none;
}
/* Pagination
*******************************/
#posts-pagination {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 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;
  margin-top: 20px;
  background: url(../img/pattern2.png);
  font: 18px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
}
#posts-pagination .pagination-in {
  position: relative;
  width: 68%;
  height: auto;
  padding: 0 40px 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#posts-pagination #wp_page_numbers {
  position: relative;
  width: 100%;
  height: auto;
  padding: 13px 0px;
  background: #fff;
  border: 1px solid #dcc689;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#posts-pagination a {
  color: inherit;
}
#posts-pagination a:hover {
  color: #e5d292;
}
#posts-pagination ul .active_page {
  border-bottom: 1px solid #000;
}
#posts-pagination ul .divader,
#posts-pagination ul .dots {
  position: relative;
  margin: 0 10px;
}
#posts-pagination ul a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
}
#posts-pagination .prev-page,
#posts-pagination .next-page {
  position: absolute;
  width: auto;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
}
#posts-pagination .prev-page {
  left: 20px;
}
#posts-pagination .next-page {
  right: 20px;
}
.block-instagram-feed {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 0.3125rem;
}
#homepage .from-blog .from-blog-in {
  padding: 45px 0 25px 0;
}
.block-title {
  position: relative;
  margin-bottom: 5px;
  font: 20px 'ProximaNova-Bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
}
.block-title-url {
  text-align: center;
  position: relative;
  font: 16px 'PlayfairDisplay-Italic';
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.block-title-url a {
  color: #000;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.block-title-url a:hover {
  opacity: 0.5;
}
.block-instagram-feed.about {
  border-bottom: 0;
}
.flo-shcode-instgm-container img {
  width: 100%;
}
.flo-shcode-instgm-container:not(.instgm-flo-pattern) .img-block {
  box-sizing: border-box;
}
.block-press-description .press-desc {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
}
.block-press-description p {
  font: 14px/30px 'ProximaNova-Semibold';
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
.block-press-description p:last-child {
  margin-bottom: 0;
}
.questionnaire-image {
  padding-top: 50px;
  padding-bottom: 50px;
}
.questionnaire-image img {
  display: block;
  max-width: 270px;
  margin: 0 auto;
}
#contact-page .leftside .dropdown ul li:first-child {
  display: none!important;
}
/* Plugins
*******************************/
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  background: transparent;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: transparent;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  display: none;
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  position: absolute;
  width: 17px;
  height: 17px;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  left: 0;
}
.jspArrow:after {
  position: absolute;
  display: block;
  width: 17px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  content: "";
  background: url(../img/scroll-arrows.png) top left no-repeat;
}
.jspArrow.jspArrowUp {
  top: 0;
}
.jspArrow.jspArrowDown {
  bottom: 0;
}
.jspArrow.jspArrowDown:after {
  background-position: bottom left;
}
.jspArrow.jspDisabled {
  cursor: default;
  opacity: 0.7;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* Animations
*******************************/
@-webkit-keyframes sliding {
  0% {
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    top: 70%;
    left: -30%;
    opacity: 0;
  }
}
@-moz-keyframes sliding {
  0% {
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    top: 70%;
    left: -30%;
    opacity: 0;
  }
}
@-o-keyframes sliding {
  0% {
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    top: 70%;
    left: -30%;
    opacity: 0;
  }
}
@keyframes sliding {
  0% {
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.3;
  }
  100% {
    top: 70%;
    left: -30%;
    opacity: 0;
  }
}
@media (max-width: 1440px) {
  #header-main #nav-main li {
    padding-right: 23px;
    margin-right: 17px;
  }
  #header-main.pages #nav-main li {
    padding-right: 13px;
    margin-right: 7px;
  }
}
@media (max-width: 1300px) {
  #header-main.pages #nav-main li {
    padding-right: 10px;
    margin-right: 2px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .page-header.circles .bg,
  .page-title.circles .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/confetti.png) center 10px no-repeat;
    -webkit-background-size: 90% auto;
    -moz-background-size: 90% auto;
    -o-background-size: 90% auto;
    background-size: 90% auto;
  }
  #header-main #nav-main li {
    padding-right: 10px;
    margin-right: 2px;
    font-size: 12px;
  }
  #homepage .testimonials .block-content .rightside .testimonial .text {
    font: 12px/24px 'ProximaNova-Semibold';
  }
  #homepage .testimonials .link-container {
    width: 130px;
    overflow: hidden;
    font-size: 10px;
    letter-spacing: 1px;
  }
  #homepage .testimonials .link-container .view-all {
    width: 250px;
  }
  #homepage .from-blog .from-blog-in .block-content .post-block {
    width: 48%;
  }
  #homepage .contact-block .contact-block-in .contact {
    font-size: 10px;
    letter-spacing: 1px;
  }
  #homepage .our-services .our-services-in .option {
    font-size: 11px;
    letter-spacing: 2px;
  }
  #blog-container #posts {
    padding-left: 20px;
    padding-right: 20px;
  }
  #blog-container #sidebar {
    padding: 35px 10px;
  }
  #franchise .main-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  #franchise .map-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #franchise #inquire-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #services .main-content .content-in .leftside,
  #services .main-content .content-in .rightside {
    padding: 0 5%;
  }
  #posts-pagination .pagination-in {
    padding: 0 20px;
  }
  #portfolio,
  #portfolio .pagination {
    padding-left: 20px;
    padding-right: 20px;
  }
  #planners .rightside .ajaxItemContent {
    padding: 40px 20px;
  }
  #planners .rightside .ajaxItemContent .rightpart {
    padding-left: 20px;
  }
  .post .comments-container:before {
    display: none;
  }
  .post .comments-container .comments,
  .post .comments-container .respond {
    width: 100%;
    float: none;
  }
  #planners .rightside .row .member .image {
    width: 90%;
  }
}
/* iPad
*******************************/
.only-table,
#nav-mobile,
#socials-mobile {
  display: none;
}
@media (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
  .only-table {
    display: block;
  }
  #header-main {
    z-index: 10;
  }
  #header-main:after {
    z-index: 1111;
  }
  #header-main.pages {
    overflow: visible;
  }
  #header-main.pages:after {
    display: block;
    clear: both;
    right: 91px;
    height: 80px;
    content: "";
    z-index: 1111;
  }
  #header-main.pages .leftside {
    width: 45%;
  }
  #header-main.pages .rightside {
    padding-left: 45%;
  }
  #header-main.pages .rightside #header-options:after {
    display: none;
  }
  #header-main.pages #socials {
    display: none;
  }
  #header-main.pages #socials-mobile {
    position: relative;
    display: block;
    padding: 20px 0;
    padding-right: 30px;
    font-size: 0;
    text-align: right;
  }
  #header-main.pages #socials-mobile span {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font: 14px 'PlayfairDisplay-Italic';
    letter-spacing: 1px;
    color: #000;
  }
  #header-main.pages #socials-mobile .social {
    margin-left: 30px;
    vertical-align: middle;
  }
  #header-main.pages #nav-mobile {
    padding: 0;
    padding-right: 1px;
  }
  #header-main.pages #nav-mobile .selectbox {
    padding: 0;
  }
  #header-main.pages #nav-mobile .selectbox .dropdown {
    top: 55px !important;
    border: 1px solid #d3d3d3;
  }
  #header-main.pages .search-block #searchform .search-field-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header-main .search-block #searchform {
    z-index: 1000;
  }
  #nav-main {
    display: none;
  }
  #nav-mobile {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #nav-mobile .default-select {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
  }
  #nav-mobile .selectbox {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #nav-mobile .selectbox .select {
    text-transform: none;
  }
  #nav-mobile .selectbox .select .text {
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/nav_icon.png) left center no-repeat;
  }
  #nav-mobile .selectbox .dropdown {
    top: 90px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
  }
  #nav-mobile .selectbox .trigger {
    display: none;
  }
  #homepage .our-services .our-services-in .option {
    display: block;
    width: 30%;
    padding-bottom: 30%;
    margin: 0 auto 15% auto;
  }
  #homepage .our-services .our-services-in .option:last-child {
    margin-bottom: 0;
  }
  #homepage .about-us .block {
    width: 40%;
    padding-bottom: 40%;
  }
  #homepage .testimonials .block-title {
    width: 100%;
  }
  #homepage .testimonials .block-content {
    width: 90%;
  }
  #homepage .testimonials .block-content .leftside {
    display: none;
  }
  #homepage .testimonials .block-content .rightside {
    width: 100%;
    float: none;
    border-left: none;
  }
  #homepage .testimonials .block-content .rightside .testimonial {
    height: auto;
    padding: 50px 0;
  }
  #homepage .testimonials .block-content .rightside #table-thumb {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }
  #homepage .testimonials .block-content .rightside #table-thumb img {
    max-width: 100%;
  }
  #homepage .testimonials .bottom-options {
    width: 100%;
  }
  #homepage .testimonials .custom-controls .flex-prev,
  #homepage .testimonials .custom-controls .flex-next {
    width: 25px;
  }
  #homepage .testimonials .custom-controls .flex-next {
    right: 5px;
  }
  #homepage .from-blog .circles .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/confetti.png) center 10px no-repeat;
    -webkit-background-size: 90% auto;
    -moz-background-size: 90% auto;
    -o-background-size: 90% auto;
    background-size: 90% auto;
  }
  #homepage .from-blog .from-blog-in .block-content .post-block {
    width: 65%;
    height: auto;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  #homepage .from-blog .from-blog-in .block-content .post-block:last-child {
    margin-bottom: 25px;
  }
  #homepage .contact-block .contact-block-in {
    width: 100%;
  }
  #homepage .contact-block .contact-block-in .leftside,
  #homepage .contact-block .contact-block-in .rightside {
    padding: 20px 10px;
  }
  #about-page .main-block {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #about-page .main-block .leftside,
  #about-page .main-block .rightside {
    display: block;
    width: 100%;
    float: none;
  }
  #about-page .main-block .rightside {
    padding-left: 0;
    padding-right: 0;
  }
  #about-page .main-block .rightside:before {
    display: none;
  }
  #about-page .questionnaire .questionnaire-in {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  #about-page .questionnaire .questionnaire-in .leftside,
  #about-page .questionnaire .questionnaire-in .rightside {
    display: block;
    width: 100%;
  }
  #about-page .questionnaire .questionnaire-in .rightside {
    margin-top: 40px;
    border-top: 1px solid #d3d3d3;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
    text-align: center;
  }
  #about-page .meet .meet-in {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about-page .meet .meet-in .button {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  #about-page .meet .meet-in .button:last-child {
    margin-bottom: 0;
  }
  #planners .main-block {
    min-height: 0px;
  }
  #planners .main-block .leftside {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
  }
  #planners .main-block .leftside .leftside-in .main-options {
    width: 100% !important;
  }
  #planners .main-block .leftside .leftside-in .main-options.fixed {
    position: relative;
  }
  #planners .main-block .rightside {
    padding-left: 0;
  }
  #contact-page .leftside,
  #contact-page .rightside {
    position: relative;
    width: 100%;
    height: auto;
  }
  #contact-page .leftside #socials {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: auto;
    padding: 45px 0;
    margin: 0 auto;
    margin-top: 45px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  #contact-page .rightside {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
  #portfolio .options {
    height: auto;
    -moz-transition-duration: 0ms;
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
  }
  #portfolio .options:hover {
    height: auto;
  }
  #portfolio .options .option {
    width: 50%;
    margin-bottom: 35px;
  }
  #portfolio .options .option.overflow {
    display: none;
  }
  #portfolio .options .option.mobile-option {
    display: block;
  }
  #portfolio .galleries .gallery {
    width: 48%;
  }
  #portfolio .galleries .gallery:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  #portfolio .galleries .gallery:nth-child(2n) {
    float: right;
  }
  #gallery .thumbnails {
    display: none;
  }
  #gallery .bottom-info .options .option {
    width: 50%;
    min-height: 51px;
    margin-bottom: 35px;
  }
  #gallery .bottom-info .options .option.overflow {
    display: none;
  }
  #gallery .bottom-info .options .option.mobile-option {
    display: block;
  }
  #gallery .bottom-info .bottom-controls {
    display: block;
  }
  #gallery .bottom-info .bottom-controls .leftside,
  #gallery .bottom-info .bottom-controls .rightside {
    width: 100%;
    display: block;
    background: none;
    overflow: hidden;
    zoom: 1;
  }
  #gallery .bottom-info .bottom-controls .leftside:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 13px;
    bottom: 0;
    left: 0;
    background: #ffffff url(../img/dotted-border.png) bottom left repeat-x;
    content: "";
  }
  #press .press-items .flexslider.desktop {
    display: none;
  }
  #press .press-items .flexslider.ipad {
    display: block;
  }
  #press .press-items .flexslider .press-box {
    width: 48%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #press .press-items .flexslider .press-box:last-child {
    float: right;
  }
  #press .press-items .flexslider .press-box:first-child {
    float: left;
  }
  #press .banners .wp_bannerize div {
    width: 100%;
    margin: 0;
    padding: 36px 0 40px 0;
  }
  #press .banners .wp_bannerize div:after {
    position: absolute;
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #e8d7ab;
    content: "";
  }
  #services .packages .options {
    padding-left: 20px;
    padding-right: 20px;
  }
  #services .packages .options .option {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
  #services .packages .options .option:last-child {
    margin-bottom: 0;
  }
  #services .bottom-options {
    height: auto;
  }
  #services .bottom-options .leftside,
  #services .bottom-options .rightside {
    width: 100%;
    height: auto;
    float: none;
  }
  #services .bottom-options .leftside {
    height: 330px;
  }
  #services .bottom-options .rightside {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #services .bottom-options .rightside .option {
    width: 45%;
    max-width: 100%;
    float: left;
  }
  #services .bottom-options .rightside .option:nth-child(2n) {
    float: right;
  }
  #blog-container #posts,
  #blog-container #sidebar {
    width: 100%;
    float: none;
    overflow: hidden;
    zoom: 1;
  }
  #blog-container #posts:after {
    display: none;
  }
  #blog-container #sidebar {
    border-left: none;
  }
  #blog-container #sidebar .block {
    width: 48%;
    float: left;
  }
  #blog-container #sidebar .block.about {
    min-height: 160px;
  }
  #blog-container #sidebar .block.about .about-block {
    width: 140px;
    padding-bottom: 140px;
  }
  #blog-container #sidebar .block.twitter {
    width: 48%;
    float: right;
    min-height: 174px;
  }
  #blog-container #sidebar .block.socials {
    float: right;
    text-align: center;
  }
  #blog-container #sidebar .block.categories {
    display: none;
  }
  #blog-container #sidebar .block.newsletter {
    float: right;
    border-bottom: 0;
  }
  #blog-container #sidebar .block.featured-on {
    float: left;
  }
  #posts-pagination {
    display: none;
  }
  #posts-pagination.mobile {
    display: block;
  }
  #posts-pagination .pagination-in {
    width: 100%;
  }
  #franchise .map-container .rightside .rightside-in .city {
    margin-top: 35px;
    font-size: 10px;
  }
  #franchise #inquire-container .rightside .wpcf7-checkbox .wpcf7-list-item {
    padding-left: 0;
  }
}
/* iPhone
*******************************/
#posts-pagination.mobile {
  display: none;
}
@media (max-width: 640px) {
  #header-main.pages:after {
    display: none;
  }
  #header-main.pages .leftside {
    position: relative;
    width: 100%;
    height: 160px;
    float: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #d3d3d3;
  }
  #header-main.pages .leftside .logo:after {
    display: none;
  }
  #header-main.pages .rightside {
    padding-left: 0;
  }
  #header-main.pages .rightside #header-options:after {
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    right: 91px;
    background: #d3d3d3;
    content: "";
    z-index: 1111;
  }
  #header-main.pages #nav-mobile .selectbox .select {
    position: relative;
  }
  #header-main.pages #nav-mobile .selectbox .select .text {
    padding-left: 20px;
    padding-right: 40px;
    background: none;
  }
  #header-main.pages #nav-mobile .selectbox .select .trigger {
    display: block;
    background: url(../img/nav_icon.png) left center no-repeat;
  }
  #header-main.pages #nav-mobile .selectbox .select .trigger .arrow {
    display: none;
  }
  #header-main.pages #socials-mobile {
    padding-right: 0;
    text-align: center;
  }
  #header-main.pages #socials-mobile span {
    display: block;
    margin-bottom: 20px;
  }
  #header-main.pages #socials-mobile .social {
    margin: 0 15px;
  }
  #header-main .search-block #searchform .search-field-container {
    padding: 0 15px;
  }
  #homepage .from-blog .from-blog-in .block-content .post-block {
    width: 100%;
    padding-bottom: 0;
    height: auto !important;
  }
  #homepage .from-blog .from-blog-in .block-content .post-block .options {
    position: relative;
  }
  #homepage .from-blog .from-blog-in .block-content .post-block .options .first,
  #homepage .from-blog .from-blog-in .block-content .post-block .options .second,
  #homepage .from-blog .from-blog-in .block-content .post-block .options .third {
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 0;
    border: none;
  }
  #homepage .from-blog .from-blog-in .block-content .post-block .options .first:after,
  #homepage .from-blog .from-blog-in .block-content .post-block .options .second:after {
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #d7d7d7;
    content: "";
  }
  #homepage .our-services .our-services-in .option {
    width: 50%;
    padding-bottom: 50%;
    margin: 10% auto 35% auto;
  }
  #homepage .testimonials .bottom-options {
    padding-left: 0;
    padding-right: 0;
  }
  #homepage .contact-block .contact-block-in {
    display: block;
    width: 100%;
  }
  #homepage .contact-block .contact-block-in .leftside,
  #homepage .contact-block .contact-block-in .rightside {
    display: block;
    width: 100%;
    float: none;
    padding: 20px 10px;
  }
  #planners .rightside .row {
    padding-left: 0;
    padding-right: 0;
  }
  #planners .rightside .row .member {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 35px 0 !important;
  }
  #planners .rightside .row .member:last-child {
    margin-bottom: 0 !important;
  }
  #planners .rightside .ajaxItemContent .leftpart,
  #planners .rightside .ajaxItemContent .rightpart {
    width: 100%;
    height: auto;
    float: none;
    border: none;
  }
  #planners .rightside .ajaxItemContent .leftpart:after,
  #planners .rightside .ajaxItemContent .rightpart:after {
    display: none;
  }
  #planners .rightside .ajaxItemContent .leftpart {
    margin-bottom: 35px;
  }
  #portfolio .options .option {
    width: 100%;
    padding: 0;
  }
  #portfolio .options .option.overflow {
    display: block;
  }
  #portfolio .options .option.mobile-option {
    display: none;
  }
  #portfolio .galleries .gallery {
    width: 100%;
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
  #gallery .bottom-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  #gallery .bottom-info .options .option {
    width: 100%;
    margin-bottom: 35px;
  }
  #gallery .bottom-info .options .option.overflow {
    display: block;
  }
  #gallery .bottom-info .options .option.mobile-option {
    display: none;
  }
  #press .press-items .flexslider.desktop {
    display: none;
  }
  #press .press-items .flexslider.ipad {
    display: none;
  }
  #press .press-items .flexslider.mobile {
    display: block;
  }
  #press .press-items .flexslider .press-box {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #press .press-items .flexslider .press-box:last-child {
    float: none;
  }
  #services .packages .options .option {
    font-size: 10px;
  }
  #services .main-content .content-in .leftside,
  #services .main-content .content-in .rightside {
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  #services .main-content .content-in .leftside:after {
    display: none;
  }
  #services .main-content .content-in .rightside {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
  }
  #services .bottom-options .leftside {
    height: 180px;
  }
  #services .bottom-options .rightside {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #services .bottom-options .rightside .option {
    width: 100%;
    max-width: 100%;
    float: none !important;
  }
  .post .stats .leftside,
  .post .stats .rightside {
    width: 100%;
    float: none;
    text-align: center;
  }
  .post .stats .leftside {
    margin-bottom: 25px;
  }
  .post .stats .rightside span.caption {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .post .stats .rightside .social {
    margin: 0 15px;
  }
  .post .full p img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #posts-pagination.mobile {
    display: block;
  }
  .also-like .also-posts .item .title {
    font-size: 10px;
  }
  #blog-container #sidebar {
    padding-bottom: 20px;
  }
  #blog-container #sidebar .block {
    float: none !important;
    width: 100% !important;
    height: auto;
    min-height: 0 !important;
  }
  #posts-pagination ul a {
    margin: 0 3px;
  }
  #posts-pagination .prev-page,
  #posts-pagination .next-page {
    display: none;
  }
  #franchise .main-block .leftside,
  #franchise .main-block .rightside {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  #franchise .main-block .rightside {
    margin-top: 20px;
  }
  #franchise .map-container .leftside,
  #franchise .map-container .rightside {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  #franchise .map-container .leftside #gmap3 {
    height: 200px;
  }
  #franchise .map-container .leftside .marker-title {
    width: 150px;
    left: 75px;
    top: 10px;
    font-size: 10px;
  }
  #franchise .map-container .rightside {
    margin-top: 20px;
  }
  #franchise #inquire-container {
    padding-left: 0;
    padding-right: 0;
  }
  #franchise #inquire-container .rightside {
    padding-left: 0;
  }
  #franchise #inquire-container .rightside .leftpart,
  #franchise #inquire-container .rightside .rightpart {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  #franchise #inquire-container .rightside .rightpart {
    margin-top: 4px;
  }
  #franchise #inquire-container .rightside .wpcf7-checkbox {
    -moz-column-width: 100%;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-width: 100%;
    column-count: 1;
    column-gap: 0;
  }
}
@media (max-width: 768px) {
  #city-page .main-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  #city-page .main-block:before {
    display: none;
  }
  #city-page .main-block .leftside,
  #city-page .main-block .rightside {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  #city-page .main-block .rightside {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .flo-shcode-instgm-container .img-block {
    width: 50%;
  }
}
