<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
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;
}
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"] &gt; 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
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -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: none;
}
/* Float &amp; Align
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.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;
}
/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
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;
}
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 #c4bebc;
  border-bottom: 0;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework TYPO
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story {
  line-height: 1.5;
}
.story ul {
  list-style-type: square;
}
.story ul li {
  list-style-type: square;
}
.story ol {
  list-style-type: decimal;
}
.story ol li {
  list-style-type: 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:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.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,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
  overflow: auto;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  font-style: italic;
  border-left: 2px dotted #9b9b9b;
  padding-left: 15px;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto !important;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
}
.story dl dt {
  width: 150px;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 18px;
}
.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;
}
.story embed,
.story iframe {
  width: 100% !important;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
  position: relative;
}
.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 &gt; li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* 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%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: auto;
  -webkit-appearance: button;
  font-size: 16px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4bebc;
  height: 45px;
  font-size: 16px;
  font-family: 'Poiret One', cursive;
  padding: 0 2.71186440678%;
  color: #c5c5c5;
  letter-spacing: 1px;
  -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: none;
  height: 123px;
  padding: 2.71186440678%;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 16px;
  font-family: 'Poiret One', cursive;
  color: #575555;
  line-height: 1;
}
p {
  text-align: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.marginLeft {
  margin-left: 15.7291666667%;
}
.marginLeft_secondType {
  margin-left: 20.3778677463%;
}
.noPadding {
  padding: 0;
}
.titleSecond {
  font: 2em 'Parisienne', cursive;
  color: #c5c5c5;
  text-transform: none;
  margin: 0;
  letter-spacing: 1px;
  margin: 5.80296896086% 0 4.72334682861% 0;
}
.title {
  font: 2.375em 'Parisienne', cursive;
  color: #c5c5c5;
  text-transform: none;
  margin-bottom: 0;
}
.linkOpacity {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.linkOpacity:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.header {
  background: url('http://placehold.it/1903x260&amp;text=No thumb') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  text-align: center;
}
.header &gt; .container {
  height: 260px;
  position: relative;
}
.logo {
  display: inline-block;
  margin-top: 3.7%;
}
.logo_footer {
  margin-top: 8.02083333333%;
}
.alelogo {
  display: inline-block;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 100;
  color: #f1f1f1;
}
.nav {
  margin-top: 1.7%;
  position: relative;
  z-index: 1;
}
.nav_firstType .insNav {
  text-align: center;
}
.nav_firstType .insNav li {
  display: inline-block;
  vertical-align: top;
  margin-left: -6px;
  position: relative;
}
.nav_firstType .insNav li:first-child {
  margin-left: 0;
}
.nav_firstType .insNav li:hover &gt; .sub-menu {
  display: block;
}
.nav_firstType .insNav li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1875em;
  color: #fff;
  padding: 38px 24px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_firstType .insNav li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.nav_firstType .insNav li .sub-menu {
  min-width: 161px;
  display: none;
  position: absolute;
  top: 90px;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  z-index: 9999;
  padding: 5px 0;
  background: #281711;
}
.nav_firstType .insNav li .sub-menu li {
  position: relative;
  border-bottom: 1px solid #321f18;
  display: block;
  margin-left: 0;
}
.nav_firstType .insNav li .sub-menu li:last-child {
  border-bottom: none;
}
.nav_firstType .insNav li .sub-menu li:hover &gt; .sub-menu {
  display: block;
  top: -9px;
  left: 161px;
}
.nav_firstType .insNav li .sub-menu li a {
  display: block;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 8px 12px;
  font-size: 16px;
  white-space: nowrap;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.nav_firstType .insNav li .sub-menu li a:hover {
  background: rgba(40, 23, 17, 0.5);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.nav_firstType .insNav .current-menu-item {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.nav_secondType {
  background: url(images/aboutNavBg.jpg);
  margin-top: 75px;
  padding: 0;
  display: none;
  height: 95px;
}
.nav_secondType .insNav {
  text-align: center;
}
.nav_secondType .insNav li {
  display: inline-block;
  vertical-align: top;
  margin-left: -6px;
  position: relative;
}
.nav_secondType .insNav li:first-child {
  margin-left: 0;
}
.nav_secondType .insNav li:hover &gt; .sub-menu {
  display: block;
}
.nav_secondType .insNav li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1875em;
  color: #fff;
  padding: 38px 24px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_secondType .insNav li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.nav_secondType .insNav li .sub-menu {
  min-width: 192px;
  display: none;
  position: absolute;
  top: 95px;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  z-index: 9999;
  padding: 5px 0;
  background: #281711;
}
.nav_secondType .insNav li .sub-menu li {
  position: relative;
  border-bottom: 1px solid #321f18;
  display: block;
  margin-left: 0;
}
.nav_secondType .insNav li .sub-menu li:last-child {
  border-bottom: none;
}
.nav_secondType .insNav li .sub-menu li:hover &gt; .sub-menu {
  display: block;
  top: -9px;
  left: 192px;
}
.nav_secondType .insNav li .sub-menu li a {
  display: block;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 12px 45px 12px 24px;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.nav_secondType .insNav li .sub-menu li a:hover {
  background: rgba(40, 23, 17, 0.5);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.nav_secondType .insNav li .sub-menu li a:hover:after {
  content: "";
  background: url(images/subNavArrow.png) no-repeat;
}
.nav_secondType .insNav li .sub-menu li a:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  background: url(images/subNavArrow.png) no-repeat -49px 0;
  width: 8px;
  height: 15px;
}
.nav_secondType .insNav .current-menu-item {
  background: rgba(40, 23, 17, 0.5);
}
.fixe {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: block;
  width: 100%;
  margin-top: 0;
}
.subNav {
  width: 161px;
  display: none;
  position: absolute;
  top: 90px;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  z-index: 9999;
  padding: 5px 0;
  background: #281711;
}
.subNav_secondType {
  width: 192px;
  background: #281711;
  border: none;
  top: 95px;
  padding: 0;
}
.subNav__item {
  position: relative;
  border-bottom: 1px solid #321f18;
}
.subNav__item:last-child {
  border-bottom: none;
}
.subNav__item:hover &gt; .subNav {
  display: block;
  top: -9px;
  left: 161px;
}
.subNav__item_secondType {
  border-bottom: 1px solid #321f18;
  position: relative;
}
.subNav__item_secondType:hover &gt; .subNav {
  display: block;
  top: 0;
  left: 192px;
}
.subNav__link {
  display: block;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 8px 12px;
}
.subNav__link:hover {
  background: rgba(40, 23, 17, 0.5);
}
.subNav__link_secondType {
  padding: 12px 24px;
  position: relative;
}
.subNav__link_secondType:hover {
  text-decoration: none;
  background: rgba(40, 23, 17, 0.5);
}
.subNav__link_secondType:hover:after {
  content: "";
  background: url(images/subNavArrow.png) no-repeat;
}
.subNav__link_secondType:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  background: url(images/subNavArrow.png) no-repeat -49px 0;
  width: 8px;
  height: 15px;
}
.navToggle {
  position: relative;
  display: none;
  width: 100%;
  font: 28px 'Poiret One', cursive;
  color: #fff;
  text-align: left;
  padding: 2px 42px 4px 10px;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.navToggle:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(images/responsiveNavIcon.png) no-repeat;
}
.footer {
  background: url('http://placehold.it/1903x390&amp;text=No thumb') no-repeat center fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.footer .container {
  height: 390px;
  text-align: center;
  position: relative;
}
.footer__entry {
  letter-spacing: .4px;
  max-height: 70px;
  overflow: hidden;
  margin: 3.02083333333% 0 1em 0;
  text-align: center;
  line-height: 1.5;
}
.footer__entry p,
.footer__entry span {
  letter-spacing: inherit;
  margin: 0;
  text-align: center !important;
  line-height: inherit !important;
}
.social {
  display: inline-block;
  margin-top: 2.5%;
}
.social__item {
  display: inline-block;
  vertical-align: top;
}
.social__link {
  display: block;
  color: #fff;
}
.social__icon {
  display: block;
  background: url(images/social.png) no-repeat;
  width: 48px;
  height: 46px;
}
.social__icon_twitter:hover {
  background-position: 0 -80px;
}
.social__icon_facebook {
  background-position: -80px 0;
}
.social__icon_facebook:hover {
  background-position: -80px -80px;
}
.social__icon_google {
  background-position: -160px 0;
}
.social__icon_google:hover {
  background-position: -160px -80px;
}
.social__icon_printerest {
  background-position: -240px 0;
}
.social__icon_printerest:hover {
  background-position: -240px -80px;
}
.social__icon_flickr {
  background-position: -320px 0;
}
.social__icon_flickr:hover {
  background-position: -320px -80px;
}
.footerBottom {
  background: #3c2820;
}
.footerBottom .container {
  height: 78px;
}
.copyright {
  text-align: center;
  font-family: 'Parisienne', cursive;
  color: #fff;
  letter-spacing: .7px;
  padding-top: 3.75%;
}
.about_page {
  padding: 13.75% 0;
}
.about__row {
  margin-bottom: 8.75%;
}
.smallSlider {
  position: relative;
  width: 48.6458333333%;
  min-height: 385px;
  border: 1px solid #3c2820;
  padding: 1px;
  background: url(images/no-foto.png) no-repeat center;
}
.smallSlider:last-child {
  margin-bottom: 0;
}
.smallSlider .bx-viewport {
  height: auto !important;
}
.smallSlider .bx-controls-direction a {
  position: absolute;
  bottom: -18px;
  outline: 0;
  width: 48px;
  height: 46px;
  text-indent: -9999px;
  z-index: 101;
}
.smallSlider_left {
  float: left;
  margin-right: 1.25%;
}
.smallSlider_left .bx-prev {
  left: 10px;
  background: url(images/sliderArrow.png) no-repeat;
}
.smallSlider_left .bx-prev:hover {
  background-position: 0 -80px;
}
.smallSlider_left .bx-next {
  left: 68px;
  background: url(images/sliderArrow.png) no-repeat -80px 0;
}
.smallSlider_left .bx-next:hover {
  background-position: -80px -80px;
}
.smallSlider_right {
  float: right;
  margin-left: 1.25%;
}
.smallSlider_right .bx-prev {
  right: 10px;
  background: url(images/sliderArrow.png) no-repeat -80px 0;
}
.smallSlider_right .bx-prev:hover {
  background-position: -80px -80px;
}
.smallSlider_right .bx-next {
  right: 68px;
  background: url(images/sliderArrow.png) no-repeat;
}
.smallSlider_right .bx-next:hover {
  background-position: 0 -80px;
}
.insSmallSlider__item {
  min-height: 385px;
}
.insSmallSlider__item_aboutImgSecond {
  background: url(https://cheftonycatering.com/wp-content/themes/chardonnay/css/images/about/image2.jpg) no-repeat center;
}
.insSmallSlider__item_aboutImgThird {
  background: url(https://cheftonycatering.com/wp-content/themes/chardonnay/css/images/about/image3.jpg) no-repeat center;
}
.insSmallSlider__item_aboutImgFourth {
  background: url(https://cheftonycatering.com/wp-content/themes/chardonnay/css/images/about/image4.jpg) no-repeat center;
}
.post {
  width: 48.6458333333%;
  min-height: 385px;
  border-top: 4px double #c4bebc;
  border-bottom: 4px double #c4bebc;
  color: #333;
}
.post p,
.post span {
  letter-spacing: .4px;
  line-height: 1.5;
  color: inherit !important;
}
.post_left {
  float: left;
  margin-right: 1.25%;
}
.post_right {
  float: right;
  margin-left: 1.25%;
}
.post__title {
  font: 2.375em 'Parisienne', cursive;
  color: #c5c5c5;
  margin: 4.71092077088% 0 2.99785867238%;
  text-transform: none;
  letter-spacing: 1.3px;
}
.pageHeader {
  padding: 9.58333333333% 0 11.875%;
  text-align: center;
}
.pageHeader_contact {
  padding-top: 8.75%;
}
.pageHeader_events {
  padding-top: 8.75%;
}
.pageHeader_gallery {
  padding: 8.95833333333% 0 12.5%;
}
.pageHeader_galleryOpen {
  padding: 11.6666666667% 0 12.0833333333%;
}
.pageHeader_menusOpen {
  padding: 11.875% 0 9.79166666667%;
}
.pageHeader_team {
  padding: 9.58333333333% 0 15.5208333333%;
}
.pageHeader_aboutHome {
  padding: 14.375% 0 11.875%;
}
.pageHeader__icon {
  background: url(images/pageHeaderIcon.png) no-repeat;
  display: block;
  margin: 0 auto;
}
.pageHeader__icon_blog {
  width: 120px;
  height: 120px;
}
.pageHeader__icon_contact {
  width: 128px;
  height: 128px;
  background-position: -180px 0;
}
.pageHeader__icon_events {
  width: 50px;
  height: 128px;
  background-position: 0 -177px;
}
.pageHeader__icon_gallery {
  width: 128px;
  height: 128px;
  background-position: -370px 0;
}
.pageHeader__icon_galleryOpen {
  width: 85px;
  height: 98px;
  background-position: -101px -178px;
}
.pageHeader__icon_team {
  width: 128px;
  height: 88px;
  background-position: -241px -182px;
}
.pageHeader__icon_aboutHome {
  width: 49px;
  height: 63px;
  background-position: -409px -198px;
}
.insPageHeader {
  display: inline-block;
  margin-top: 4.79166666667%;
  padding: 4.58333333333% 0 3.75%;
  position: relative;
}
.insPageHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  border-top: 4px double #c4bebc;
}
.insPageHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  border-bottom: 4px double #c4bebc;
}
.insPageHeader_team {
  margin-top: 6.14583333333%;
  padding-bottom: 4.6875%;
}
.insPageHeader_aboutHome {
  margin-top: 7.39583333333%;
}
.insPageHeader_aboutHome p {
  color: #575555 !important;
}
.insPageHeader_aboutHome span {
  color: #575555 !important;
}
.insPageHeader_paddingBottom {
  padding-bottom: 0;
}
.insPageHeader__title {
  font: 3.5625em 'Parisienne', cursive;
  color: #c5c5c5;
  display: inline-block;
  text-transform: none;
  letter-spacing: 2px;
  margin: 0;
}
.insPageHeader__title_aboutHome {
  margin-bottom: 2.08333333333%;
}
.insPageHeader__subTitle {
  color: #d7d6d6;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: .8px;
}
.insPageHeader__subTitle span a {
  color: inherit;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.insPageHeader__subTitle span a:hover {
  text-decoration: underline;
}
.insPageHeader__price {
  font: 23px 'Parisienne', cursive;
  color: #63534d;
  margin-top: 25px;
}
#content {
  margin-bottom: 100px;
}
.blogItem {
  background: url('http://placehold.it/1903x523&amp;text=No Thumb') center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
}
.blogItem .container {
  height: 523px;
  position: relative;
}
.blogItem_second {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
}
.wrapInsBlogItem {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 1px;
  width: 52%;
  position: absolute;
  bottom: -1px;
}
.wrapInsBlogItem_left {
  left: 20px;
}
.wrapInsBlogItem_right {
  right: 20px;
}
.insBlogItem {
  background: #fff;
  text-align: center;
  padding: 7% 8% 7% 7%;
}
.insBlogItem__header {
  color: #d7d6d6;
  letter-spacing: .7px;
  margin-bottom: 7.07762557078%;
}
.insBlogItem__header span a {
  color: inherit;
  text-transform: capitalize;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.insBlogItem__header span a:hover {
  text-decoration: underline;
}
.insBlogItem__title {
  font: 2.375em 'Parisienne', cursive;
  color: #3c2820;
  text-transform: none;
  letter-spacing: 1.5px;
  margin: 0 0 0 1.3698630137%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insBlogItem__title a {
  color: #3c2820;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.insBlogItem__entry {
  margin-bottom: 7.53424657534%;
  max-height: 142px;
  overflow: hidden;
  line-height: 1.5;
}
.insBlogItem__entry p,
.insBlogItem__entry span,
.insBlogItem__entry ul {
  line-height: inherit;
  color: #575555 !important;
}
.insBlogItem__entry a {
  color: #575555 !important;
  text-decoration: underline;
}
.insBlogItem__more {
  font: 1.375em 'Parisienne', cursive;
  color: #3c2820;
  border-bottom: 4px double #c4bebc;
  display: inline-block;
  padding: 0 1.59817351598%;
}
.loading .container {
  height: 287px;
  position: relative;
}
.loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -29px;
}
.contact_page {
  margin-bottom: 13%;
  position: relative;
}
.contact_page .mapcode {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 945px;
  background: #000;
}
.contact_page .mapcode .ale_map_canvas {
  margin-bottom: 0;
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45;
}
.contact_page .container {
  height: 945px;
  padding: 0;
  position: relative;
}
.insContact {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -247px;
  background: #fff;
}
.insContact__image {
  width: 34.9%;
  min-height: 363px;
  float: left;
  margin-right: 2%;
}
.insContact__form {
  width: 59%;
  min-height: 363px;
  float: right;
  margin: 0 2%;
  padding-top: 2.050847%;
}
.form {
  text-align: center;
}
.form .form__title {
  margin: 0;
  text-transform: none;
  font: 2em 'Parisienne', cursive;
  color: #3c2820;
  letter-spacing: 1.3px;
  margin-bottom: 4.91525423729%;
}
.form input {
  width: 30.5084745763%;
}
.form input:nth-child(1) {
  float: left;
}
.form input:nth-child(3) {
  float: right;
}
.form textarea {
  width: 100%;
  margin: 4.74576271186% 0 3.22033898305% 0;
}
.form .form__btn {
  display: inline-block;
  font: 1.375em 'Parisienne', cursive;
  color: #3c2820;
  border-bottom: 4px double #c4bebc;
  padding: 0 30px;
  width: auto;
}
.insContact__entry {
  clear: both;
  background: #ececec;
  padding: 5.5% 2.5% 3.3% 2.3%;
  color: #707070;
}
.insContact__entry p {
  line-height: 1.2;
}
.event__image {
  width: 50%;
  min-height: 439px;
}
.event__image_left {
  float: left;
}
.event__image_right {
  float: right;
}
.event__image_first {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.event__image_second {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.event__image_third {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.event__image_fourth {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.event__container {
  width: 50%;
  min-height: 439px;
  background: #f5f5f5;
}
.event__container_left {
  float: left;
}
.event__container_right {
  float: right;
}
.insEvent {
  width: 47.4%;
  text-align: center;
  border-bottom: 4px double #bdb7b5;
  margin: 3.15457413249% 3.15457413249% 0;
  padding-bottom: 4.10094637224%;
  color: #333;
  line-height: 1.5;
}
.insEvent p,
.insEvent span {
  margin: 0 !important;
  text-align: center;
  line-height: 1.5;
  color: inherit !important;
}
.insEvent_left {
  float: left;
}
.insEvent_right {
  float: right;
}
.insEvent__header {
  border-bottom: 4px double #bdb7b5;
  margin-bottom: 6.20842572062%;
  padding-bottom: 6.20842572062%;
}
.insEvent__title {
  font: 2.375em 'Parisienne', cursive;
  color: #3c2820;
  margin: 0;
  text-transform: none;
  letter-spacing: 1.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insEvent__title a {
  color: inherit;
}
.insEvent__date {
  color: #d7d6d6;
  padding-top: 1.33037694013%;
}
.gallery_page {
  margin: -8px 0 0 0;
}
.galleryItem {
  float: left;
  width: 33.3%;
  max-height: 224px;
  position: relative;
  overflow: hidden;
}
.galleryItem:nth-child(even) {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.galleryItem:hover .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.galleryItem img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.galleryItem__title {
  font: 1.25em 'Parisienne', cursive;
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  max-height: 28px;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
}
.overlay_visible {
  opacity: 1;
}
.wrapBigSlider {
  overflow: hidden;
}
.bigSlider {
  position: relative;
  margin-bottom: 4.16666666667%;
  min-height: 48px;
}
.bigSlider .bx-viewport {
  overflow: visible !important;
}
.bigSlider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  outline: 0;
  width: 48px;
  height: 46px;
  text-indent: -9999px;
  z-index: 102;
}
.bigSlider .bx-prev {
  left: 50%;
  margin-left: -505px;
  background: url(images/sliderArrow.png) no-repeat;
}
.bigSlider .bx-prev:hover {
  background-position: 0 -80px;
}
.bigSlider .bx-next {
  right: 50%;
  margin-right: -505px;
  background: url(images/sliderArrow.png) no-repeat -80px 0;
}
.bigSlider .bx-next:hover {
  background-position: -80px -80px;
}
.insBigSlider .active-slide:before {
  background: transparent;
}
.insBigSlider__item {
  position: relative;
}
.insBigSlider__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
}
.menu .container {
  padding: 0;
}
.menuList {
  margin: 11.2% 0 -3.2% 0;
}
.menuList_open {
  margin: 0 0 15.2% 0;
}
.menuList__item {
  max-width: 301px;
  height: 351px;
  width: 30.1%;
  float: left;
  border-bottom: 4px double #c4bebc;
  overflow: hidden;
  margin: 0 1.6% 3.2%;
}
.menuList__image {
  max-height: 227px;
  position: relative;
}
.menuList__image:hover .overlay {
  opacity: 0;
}
.menuList__price {
  font: 1.25em Parisienne,cursive;
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}
.menuList__more {
  padding: 6.64451827243% 0 7.64119601329%;
}
.menuList__cook {
  float: left;
  width: 78px;
  height: 74px;
}
.menuList__about {
  margin-left: 90px;
}
.menuList__dishName {
  font-size: 1.2375em;
  color: #333;
  margin: 0;
  text-transform: none;
  letter-spacing: .9px;
  margin-top: -2px;
}
.menuList__dishName a {
  color: #333;
}
.menuList__cookName {
  font-size: .875em;
  color: #959191;
  margin: 0;
  text-transform: none;
  margin-top: 1.99335548173%;
  letter-spacing: .4px;
}
.openBlogHeader {
  background: url('http://placehold.it/1903x725&amp;text=No Thumb') center no-repeat fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  margin-top: -9px;
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
}
.openBlogHeader .container {
  height: 725px;
  padding: 0;
  position: relative;
}
.openPageHeader {
  margin: 50px 0;
}
.insOpenPageHeader__title {
  font: 3.5625em 'Parisienne', cursive;
  color: #c5c5c5;
  text-transform: none;
  margin: 0;
  letter-spacing: 2px;
  max-height: 235px;
  overflow: hidden;
  text-align: center;
}
.insOpenBlogHeader {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -235px;
  margin-top: -82px;
  padding: 2% 0 3.2%;
}
.insOpenBlogHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  border-top: 4px double #ffffff;
}
.insOpenBlogHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  border-bottom: 4px double #ffffff;
}
.insOpenBlogHeader span {
  color: #ffffff;
}
.insOpenBlogHeader__subTitle {
  margin-bottom: 5px;
}
.insOpenBlogHeader__subTitle span a {
  color: inherit;
  text-transform: capitalize;
}
.insOpenBlogHeader__subTitle span a:hover {
  text-decoration: underline;
}
.insOpenBlogHeader__title {
  font: 3.5625em 'Parisienne', cursive;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  letter-spacing: 2px;
  max-height: 235px;
  overflow: hidden;
}
.insOpenBlogHeader__date {
  color: #ffffff;
}
blockquote {
  border: 4px double #c4bebc;
  padding: 20px;
  margin: 2em;
  margin-right: 0;
  text-align: right;
}
.content {
  width: 74.1%;
  float: left;
  margin: 0 2%;
  padding: 4.18353576248% 0 12.8205128205%;
}
.content blockquote {
  border: 4px double #c4bebc;
  padding: 20px;
  margin: 2em;
  margin-right: 0;
  text-align: right;
}
.content ul {
  margin-left: 30px;
}
.content ul li {
  list-style-type: disc;
  display: list-item;
}
.content ol {
  margin-left: 30px;
}
.content ol li {
  list-style-type: upper-roman;
  display: list-item;
}
.comments {
  padding-left: 2.69905533063%;
}
.comment {
  margin-bottom: 10.5263157895%;
}
.comment_logout {
  text-align: left;
  margin: 0;
}
.comment_logout a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.comment_logout a:hover {
  text-decoration: none;
}
.comment_blog {
  padding: 3.23886639676% 0;
  border-bottom: 4px double #c4bebc;
}
.comment_blog .comment-reply-link {
  display: block;
  font: 1.25em 'Parisienne', cursive;
  margin: 16.25% 0 0 18.75%;
  letter-spacing: 1px;
  color: inherit;
}
.comment_blog:first-child {
  padding-top: 0;
}
.comment_blog1 {
  padding: 3.23886639676% 0;
  border-bottom: 4px double #c4bebc;
}
.comment__thumb {
  float: left;
}
.comment__thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.comment__reply {
  display: block;
  font: 1.25em 'Parisienne', cursive;
  margin: 16.25% 0 0 18.75%;
  letter-spacing: 1px;
  color: #575555;
}
.comment__content {
  margin-left: 106px;
}
.comment__header {
  letter-spacing: 1px;
}
.comment__name {
  margin: 0;
  text-transform: none;
  display: inline-block;
  font: 1.25em 'Parisienne', cursive;
  color: #3c2820;
}
.comment__name a {
  color: inherit;
}
.comment__date {
  display: inline-block;
  color: #c5c5c5;
}
.form__btn_comments {
  float: left !important;
}
.sidebar {
  width: 19.8%;
  float: right;
  margin-left: 2%;
  padding: 4% 0;
}
.widget {
  margin-bottom: 11.1111111111%;
  overflow: hidden;
}
.widget .caption {
  font: 1.625em 'Parisienne', cursive;
  color: #3c2820;
  text-transform: none;
  margin: 0 0 3.0303030303% 0;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
.widget .caption:after {
  content: "";
  position: absolute;
  top: 46%;
  left: 113%;
  width: 198px;
  border-top: 4px double #c4bebc;
}
.ale_about_widget figure {
  margin-bottom: 20px;
}
.ale_about_widget p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.2;
}
.aletheme-flickr .aletheme-flickr-widget {
  display: table;
  padding-left: 24px;
}
.aletheme-flickr .aletheme-flickr-widget .picture {
  display: inline-block;
  margin: 1px 1px 0 0;
}
.ale_mostcommented_widget .mostcommentedpost {
  margin-bottom: 20px;
}
.ale_mostcommented_widget .mostcommentedpost .entry-title {
  margin: 5px 0;
}
.ale_mostcommented_widget .mostcommentedpost .entry-title .title {
  font: inherit;
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ale_mostcommented_widget .mostcommentedpost .entry-title .title:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.ale_blog_widget .aletheme-blog-widget .cf .cf {
  margin-bottom: 20px;
}
.ale_blog_widget .aletheme-blog-widget .cf .cf .entry-title {
  margin: 5px 0;
}
.ale_blog_widget .aletheme-blog-widget .cf .cf .entry-title a {
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ale_blog_widget .aletheme-blog-widget .cf .cf .entry-title a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_archive ul li {
  margin-bottom: 7.07070707071%;
}
.widget_archive ul li a {
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_archive ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.widget_calendar #wp-calendar thead {
  font-size: 12px;
}
.widget_calendar #wp-calendar thead th {
  padding-bottom: 10px;
}
.widget_calendar #wp-calendar tbody {
  color: #aaa;
}
.widget_calendar #wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  padding: 4px;
}
.widget_calendar #wp-calendar tbody td a {
  color: #575555;
  text-decoration: underline;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_calendar #wp-calendar tbody td a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_calendar #wp-calendar tbody td:hover {
  background: #fff;
}
.widget_calendar #wp-calendar tbody .pad {
  background: none;
}
.widget_calendar #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
.widget_calendar #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.widget_categories ul li {
  margin-bottom: 7.07070707071%;
}
.widget_categories ul li a {
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_categories ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_nav_menu .menu-header-menu-container ul li {
  margin-bottom: 7.07070707071%;
  display: inline-block;
}
.widget_nav_menu .menu-header-menu-container ul li:after {
  content: "/";
  margin-left: 5px;
}
.widget_nav_menu .menu-header-menu-container ul li a {
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_nav_menu .menu-header-menu-container ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_meta ul li {
  margin-bottom: 7.07070707071%;
}
.widget_meta ul li a {
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_meta ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_pages ul li {
  margin-bottom: 7.07070707071%;
}
.widget_pages ul li a {
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pages ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_recent_comments ul li {
  margin-bottom: 7.07070707071%;
}
.widget_recent_comments ul li a {
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_recent_comments ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_recent_entries ul li {
  margin-bottom: 7.07070707071%;
}
.widget_recent_entries ul li a {
  font-size: .875em;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_recent_entries ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_search form fieldset {
  position: relative;
}
.widget_search form fieldset .searchinput {
  width: 100%;
  font-size: 1.125em;
  padding: 0 55px 0 15px;
}
.widget_search form fieldset .headerfont {
  position: absolute;
  top: 2px;
  right: 0;
  width: 60px;
  height: 41px;
  display: inline-block;
  background: url(images/searchBtn.png) no-repeat center;
  font-size: 0px;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin: 0 10.101010101% 5.05050505051% 0;
  font-size: 1em !important;
  color: #575555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_tag_cloud .tagcloud a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.widget_text .textwidget {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.2;
}
.widget_text .textwidget p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.2;
}
.teamMember {
  width: 33.33%;
  float: left;
  position: relative;
}
.teamMember img {
  width: 635px;
  height: 455px;
}
.teamMember:hover .overlay {
  opacity: 0;
}
.teamMember__name {
  font-size: 1.75em;
  color: #d7d6d6;
  margin-bottom: 1.8927444795%;
  max-height: 110px;
  overflow: hidden;
}
.teamMember__position {
  font: 1.4375em 'Parisienne', cursive;
  color: #d7d6d6;
}
.about_link {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.about_link a {
  font: 1.375em 'Parisienne', cursive;
  color: #3c2820;
}
.about_link a.fromblog {
  border-bottom: 4px double #c4bebc;
}
.about_link a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.description {
  display: block;
  border-top: 4px double #c4bebc;
  border-bottom: 4px double #c4bebc;
  padding: 3.54166666667% 0;
  margin-top: 3.22916666667%;
  margin-bottom: 11.9791666667%;
}
.description img {
  margin: 0 0 1em 0;
}
.description a {
  color: inherit;
  text-decoration: underline;
}
.description p,
.description span {
  line-height: 1.5;
  color: inherit !important;
}
.description p:last-child,
.description span:last-child {
  margin-bottom: 0;
}
.homePage .header {
  background: transparent;
}
.scrollNav {
  position: fixed;
  top: 50%;
  right: 1.6%;
  width: 45px;
  text-align: center;
  border-right: 4px double #3c2820;
  border-left: 4px double #3c2820;
  padding: 0 6px;
  z-index: 9999;
}
.scrollNav .active .scrollNav__ball {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #3c2820;
}
.scrollNav__item {
  display: inline-block;
}
.scrollNav__item:first-child {
  margin-top: 3px;
}
.scrollNav__item:last-child {
  margin-bottom: 3px;
}
.scrollNav__link {
  display: inline-block;
}
.scrollNav__ball {
  display: table;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px;
}
.scrollNav__ball:hover {
  border: 1px solid #3c2820;
}
.scrollNav__insBall {
  display: table-cell;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: #3c2820;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bg {
  width: 100%;
  height: 100%;
  min-height: 800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: 0 !important;
  position: relative;
}
.bg_first {
  overflow: hidden;
  background: url('http://placehold.it/1903x800&amp;text=No Thumb') center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.bg_first video {
  top: 0;
  left: 0;
  width: 1920px!important;
  margin-top: 0!important;
  height: auto!important;
  position: absolute;
}
.blackmask {
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  width: 100%;
  height: 100%;
}
.bg_third {
  background: url('http://placehold.it/1903x800&amp;text=No Thumb') center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.bg_fifth {
  background: url('http://placehold.it/1903x800&amp;text=No Thumb') center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.bg_seventh {
  background: url('http://placehold.it/1903x800&amp;text=No Thumb') center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.wrapLayerTitle {
  width: 395px;
  height: 395px;
  background: #000;
  background: rgba(41, 25, 16, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -197px;
  display: table;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wrapLayerTitle:hover {
  background: rgba(41, 25, 16, 0.95);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.wrapLayerTitle_blog {
  margin-top: -180px;
}
.layerTitle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 11.7647058824%;
}
.insLayerTitle {
  font: 4.625em 'Parisienne', cursive;
  color: #c5c5c5;
  text-transform: none;
  margin: 0;
  display: inline-block;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  line-height: 1;
  padding-top: 2%;
}
.testimonialblock {
  margin-top: 200px;
  width: 100%;
  text-align: center;
}
.testimonialblock .testimonialslider {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
.testimonialblock .testimonialslider .flex-control-nav {
  position: absolute;
  top: 100%;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.testimonialblock .testimonialslider .flex-control-nav li {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.testimonialblock .testimonialslider .flex-control-nav li a {
  width: 16px;
  height: 16px;
  font-size: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3c2820;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.testimonialblock .testimonialslider .flex-control-nav li a:hover {
  background: #c5c5c5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.testimonialblock .testimonialslider .flex-control-nav li a.flex-active {
  background: #c5c5c5;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem {
  width: 500px;
  height: 500px;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .title {
  margin-top: 90px;
  color: #FFF;
  margin-bottom: 40px;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .desc {
  width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 16px;
  color: #ffffff;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .desc p,
.testimonialblock .testimonialslider ul.slides li .testimonialitem .desc span {
  margin: 0;
  line-height: inherit;
  font-size: 16px;
  color: #ffffff !important;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .desc::before {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  height: 1px;
  margin-bottom: 20px;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .desc::after {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  height: 1px;
  margin-top: 20px;
}
.galleryonhome {
  margin: 10% 0 10% 0;
  text-align: center;
}
.galleryonhome h1.insPageHeader__title {
  margin-bottom: 50px;
  border-bottom: 4px double #c4bebc;
}
.blogPosts {
  margin: 13.4% 0 10%;
  text-align: center;
}
.blogPosts .blog_item {
  margin-left: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
  display: inline-block;
}
.blogPosts .blog_item figure.blog_mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.blogPosts .blog_item figure.blog_mask figcaption.hovermask {
  position: absolute;
  top: 67%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.blogPosts .blog_item figure.blog_mask figcaption.hovermask h1.insBlogPost__title {
  margin: 65px 10px 4px 10px;
}
.blogPosts .blog_item figure.blog_mask figcaption.hovermask .insBlogPost__date {
  color: #cccccc;
}
.blogPosts .blog_item figure.blog_mask:hover figcaption.hovermask {
  top: 20%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.wrapBlogPost {
  padding: 2px;
  border: 1px solid #3c2820;
  width: 27.9%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 4% 2%;
  overflow: hidden;
}
.blogPost {
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.blogPost img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blogPost:hover .insBlogPost {
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blogPost:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.insBlogPost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.65);
}
.insBlogPost__header {
  text-transform: uppercase;
  padding: 19.7132616487% 0 17.2043010753%;
  margin: 0 5.73476702509%;
}
.insBlogPost__title {
  margin-bottom: 2.07468879668%;
  letter-spacing: .8px;
  font-size: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 242px;
  color: #fff;
}
.insBlogPost__title a {
  color: #fff;
  white-space: nowrap;
}
.insBlogPost__date {
  font-size: .75em;
  letter-spacing: 1px;
}
.insBlogPost__content {
  background: url(images/blog_bottom.png) bottom center no-repeat;
  margin: 0 5.73476702509%;
  padding: 6.09318996416% 0;
  padding-bottom: 30px;
}
.insBlogPost__content p,
.insBlogPost__content span {
  color: #ffffff !important;
  line-height: 1.5;
}
.insBlogPost__content p:last-child,
.insBlogPost__content span:last-child {
  margin-bottom: 0;
}
.insBlogPost__content h1,
.insBlogPost__content h2,
.insBlogPost__content h3,
.insBlogPost__content h4,
.insBlogPost__content h5,
.insBlogPost__content h6 {
  color: #ffffff;
}
.insBlogPost__content a {
  color: #ffffff;
}
.menuItems {
  margin: 13.5% 0 16.8% .9%;
  text-align: center;
}
.menuItems .menu-flex-slider {
  width: 99.8%;
  position: relative;
}
.menuItems .menu-flex-slider .flex-control-nav {
  position: absolute;
  top: 100%;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.menuItems .menu-flex-slider .flex-control-nav li {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.menuItems .menu-flex-slider .flex-control-nav li a {
  width: 16px;
  height: 16px;
  font-size: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3c2820;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menuItems .menu-flex-slider .flex-control-nav li a:hover {
  background: #c5c5c5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menuItems .menu-flex-slider .flex-control-nav li a.flex-active {
  background: #c5c5c5;
}
.menuItems .menu-flex-slider ul.slides li {
  display: none;
  margin: 0;
}
.menuItem {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
  margin-right: -3px;
  width: 49.9%;
}
.menuItem:hover .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.menuItem:hover .menuItem__title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menuItem:hover .menuItem__price {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menuItem .overlay {
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}
.menuItem__title {
  font-size: 1.75em;
  color: #fff;
  margin-bottom: 4%;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 7%;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.menuItem__title:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -118px;
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  width: 235px;
}
.menuItem__price {
  font: 1.4375em 'Parisienne', cursive;
  color: #888787;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.wrapPopupTxt {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popupTxt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 13.4375%;
}
.insPopupTxt {
  position: relative;
  padding: 7.8125% 0;
  letter-spacing: 1.3px;
}
.insPopupTxt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 233px;
  margin-left: -118px;
  border-top: 4px double rgba(255, 255, 255, 0.3);
}
.insPopupTxt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 233px;
  margin-left: -118px;
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
}
.insPopupTxt_team {
  padding: 5.1724137931% 0;
}
.insPopupTxt_homeMenu:before {
  border: none;
}
.insPopupTxt_homeMenu:after {
  border: none;
}
.read_more {
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
.read_more a {
  font: 1.375em 'Parisienne', cursive;
  color: #3c2820;
}
.read_more a.fromblog {
  border-bottom: 4px double #c4bebc;
}
.read_more a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 99999;
  font-family: PT Serif, serif;
}
.preloader .img {
  position: absolute;
  top: 46%;
  font-size: 16px;
  text-transform: uppercase;
  color: #c9c9c9;
  text-align: center;
  width: 100%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  left: 0;
}
.preloader .img img.default {
  max-width: 50px;
  margin-bottom: 20px;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
.title_404 {
  margin-bottom: 20px;
}
.content_404 h1 {
  color: #3c2820;
}
.footer_404 p a {
  color: inherit;
  text-decoration: underline;
}
.not-found {
  text-align: center;
}
/* MAX-WIDTH: 1920PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 1920px) {
  .insEvent__title {
    font-size: 2em;
  }
}
/* MAX-WIDTH: 1280PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 1280px) {
  .insEvent {
    width: 93%;
  }
  .wrapLayerTitle {
    width: 410px;
    height: 410px;
    margin-left: -185px;
  }
  .insLayerTitle {
    font-size: 4em;
  }
  .insEvent__title {
    font-size: 2.375em;
  }
}
/* MAX-WIDTH: 1024PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 1024px) {
  .header .container {
    height: auto;
  }
  .insNav__link {
    padding: 38px 10px;
  }
  .smallSlider .bx-controls-direction a {
    top: -1%;
  }
  .about__row {
    width: 46%;
    float: left;
    margin: 0 2% 4%;
  }
  .smallSlider,
  .post {
    float: none;
    width: 100%;
    margin: 0;
  }
  .smallSlider {
    margin-bottom: 2.5%;
  }
  .post__title {
    padding-left: 5%;
  }
  .nav_secondType {
    height: auto;
  }
}
/* MAX-WIDTH: 800PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 800px) {
  .insNav__item {
    width: 20%;
  }
  .openBlogHeader .container {
    height: 480px;
  }
  .wrapBlogPost {
    width: 34%;
  }
  .nav_secondType {
    height: auto;
  }
  .insNav__link_secondType {
    padding: 20px 10px;
  }
  .subNav_secondType {
    top: 59px;
  }
  .event {
    float: left;
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .event__image {
    min-height: 100%;
    width: 100%;
  }
  .event__container {
    float: none;
    width: 100%;
  }
  .teamMember {
    width: 50%;
  }
}
/* MAX-WIDTH: 768PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 768px) {
  .insNav__item {
    width: 25%;
  }
}
/* MAX-WIDTH: 600PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 600px) {
  .about__row {
    float: none;
    width: 80%;
    margin: 0 auto 4% auto;
  }
  .smallSlider,
  .post {
    width: 100%;
    float: none;
  }
  .menuList__item {
    width: 46.8%;
  }
  .content {
    width: 96%;
    float: none;
    margin: 0 2%;
    padding: 31px 0 95px;
  }
  .sidebar {
    width: 96%;
    float: none;
    margin: 0 2%;
    padding: 40px 0;
  }
  .widget {
    width: 45%;
    margin: 0 2% 11.1111111111% 2%;
    display: inline-block;
    vertical-align: top;
  }
  .openBlogHeader .container {
    height: 380px;
  }
  .teamMember {
    width: 100%;
    max-width: 600px;
  }
  .wrapLayerTitle {
    width: 320px;
    height: 320px;
    margin-left: -155px;
  }
  .wrapBlogPost {
    width: 43%;
  }
}
/* MAX-WIDTH: 568PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 568px) {
  .wrapInsBlogItem {
    position: initial;
    width: 94%;
    margin: 0 auto;
  }
  .insBlogItem {
    background: rgba(255, 255, 255, 0.8);
  }
  .insBlogItem__header span {
    color: #3c2820;
  }
  .insBlogItem__date {
    color: #3c2820;
  }
  .insContact {
    position: initial;
    width: 70%;
    margin: 0 auto;
  }
  .insContact__image {
    width: 100%;
    min-height: 285px;
    float: none;
  }
  .insContact__form {
    width: 100%;
    float: none;
    margin: 0;
    padding: 2.050847%;
  }
  .contact .container {
    height: auto;
    padding: 10% 0;
  }
  .form input {
    width: 100%;
    margin-bottom: 4.74576271186%;
  }
  .form textarea {
    margin-top: 0;
  }
  .galleryItem {
    width: 50%;
  }
  .menuItem {
    width: 88%;
  }
  .nav_firstType {
    display: none;
  }
  .navToggle {
    display: block;
  }
  .logo {
    margin: 8.7% 8.7% 15%;
  }
  .event {
    float: none;
    width: 100%;
    margin: 0 0 2% 0;
  }
  .event__image {
    min-height: 325px;
  }
  .subNav {
    display: none !important;
  }
}
/* MAX-WIDTH: 480PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 480px) {
  .openBlogHeader .container {
    height: 280px;
  }
  .comments {
    padding-left: 0;
  }
  .insNav__item_secondType {
    width: 35%;
    border-top: 4px double rgba(255, 255, 255, 0.3);
  }
  .insNav__link_secondType {
    padding: 10px;
  }
  .wrapLayerTitle {
    width: 290px;
    height: 290px;
    margin-left: -140px;
  }
  .menuItem {
    width: 90%;
  }
}
/* MAX-WIDTH: 320PX
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media screen and (max-width: 320px) {
  .about__row {
    width: 100%;
    margin-bottom: 10%;
  }
  .wrapInsBlogItem {
    width: 100%;
  }
  .insContact {
    width: 88%;
  }
  .insContact__image {
    min-height: 225px;
  }
  .galleryItem {
    width: 100%;
  }
  .menuList__item {
    width: 100%;
    margin: 0 3% 3% 3%;
  }
  .insOpenBlogHeader {
    margin-left: -155px;
  }
  .insOpenBlogHeader__title {
    font-size: 2.5625em;
  }
  .marginLeft_secondType {
    margin: 0;
  }
  .widget {
    width: 96%;
  }
  .teamMember {
    width: 100%;
  }
  .insNav__item {
    width: 94%;
  }
  .insLayerTitle {
    line-height: .8;
  }
  .wrapBlogPost {
    width: 87%;
  }
  .menuItem {
    width: 87%;
  }
  .event__container {
    min-height: 475px;
  }
}</pre></body></html>