﻿@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:100,300);
/*@import url(//fonts.googleapis.com/css?family=Yesteryear);*/
@import url(//fonts.googleapis.com/css?family=Tangerine);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 300 17px/26px "Lato", sans-serif;
  -webkit-text-size-adjust: none;
  background: #2e2929; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font: 300 71px/71px "Lato", sans-serif;
  color: #000000; }

h2 {
  font: 400 121px/80px "Tangerine", sans-serif; }

h3 {
  font: 100 81px/81px "Lato", sans-serif; }

h4 {
    font: 400 52px/64px "Didact Gothic", sans-serif;
    color: #2e2929;
}

h5 {
  font: 300 24px/34px "Lato", sans-serif;
  color: #000000;
  text-transform: uppercase; }

h6, .h6 {
  font: 300 22px/25px "Lato", sans-serif;
  text-transform: uppercase;
  color: #000000; }
  h6 a:hover, .h6 a:hover {
    color: #777777; }
  h6 a:active, .h6 a:active {
    color: #5e5e5e; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

hr {
  padding: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #d9d9d9; }

address p span:last-child {
  margin-top: 8px;
  display: inline-block; }

/*=======================================================
                       Main Layout
=========================================================*/
h3 + p, * + .inline-list, p + p, .inline-list-primary + p, h4 + address, * + .term-list, * + .mail {
  margin-top: 26px; }

img + h4, * + .float-box, .term-list-primary dd + dt, * + .inline-list-primary, .icon-block + .icon-block, * + .text-right, * + .term-list-secondary, * + .mailform, * + .map, .term-list dd + dt {
  margin-top: 30px; }

h5 + p, h5 + ul, * + .row__offset-4 {
  margin-top: 18px; }

h6 + p, .term-list-primary dt + dd, * + .row__offset-2, .term-list-secondary dt + dd, .term-list dt + dd {
  margin-top: 8px; }

* + hr {
  margin-top: 66px; }

* + .row__offset, * + .btn_offset, h5 + img, .thumb + h6 {
  margin-top: 40px; }

img + h6 {
  margin-top: 46px; }

h5 + .term-list-primary, h5 + h6, * + .icon-block, h5 + .off {
  margin-top: 36px; }

* + .row__offset-1 {
  margin-top: 0; }

* + blockquote {
  margin-top: 12px; }

img + .off {
  margin-top: 22px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name a {
    padding-left: 84px;
    position: relative;
    font: 400 62px/70px "Tangerine", sans-serif; }
    /*.brand_name a:before {
      position: absolute;
      content: 'E';
      font: 400 93px/117px "Tangerine", sans-serif;
      color: #fff;
      width: 101px;
      height: 101px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      background: #2e2929;
      top: 0;
      left: 0; }*/

/*==================  Backgrounds  ======================*/
.bg-img-primary {
  background-image: url("../images/page-1_img09.jpg");
  background-repeat: no-repeat;
  background-position: right center; }

.bg-img-primary--md {
  background-position: right bottom; }

.bg-img-secondary {
  background-image: url("../images/page-1_img10.jpg");
  background-repeat: no-repeat;
  background-position: left center; }

.bg-img-secondary--md {
  background-position: left bottom; }

/*==================  Colors  ======================*/
.color-primary {
  color: #2e2929; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 300;
  line-height: 22px; }

.btn-md {
  font-size: 22px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px; }

.btn-fixed-width {
    width: 250px;
    text-align:center;
}

.btn-default {
  padding: 22px 39px 23px 39px;
  color: #777777;
  border-color: #d9d9d9;
  background: #fff;
  position: relative;
  z-index: 0; }
  .btn-default:before {
    position: absolute;
    content: '';
    background: #d9d9d9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1; }
  .btn-default:hover {
    color: #fff; }
    .btn-default:hover:before {
      bottom: 0; }
  .btn-default:active:before {
    background: silver; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 26px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  font: 300 22px/22px "Lato", sans-serif;
  /*text-transform: uppercase;*/
  color: #777777; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #000000; }
.sf-menu > li.active > a {
    font-weight:700;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -25px;
  width: 195px;
  margin-top: 56px;
  padding: 17px 27px 22px 27px;
  background: #2e2929;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #726969;
  font: 300 15px/15px "Lato", sans-serif;
  padding: 12px 0; }
.sf-menu ul > li + li {
  border-top: solid 1px #433c3c; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff; }

.sf-menu ul ul {
  position: absolute;
  top: 15%;
  width: 150px;
  margin-top: 0;
  left: 100%;
  margin-left: 3px;
  z-index: 4; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -7px;
    content: "";
    font: 400 14px/14px "FontAwesome"; }

@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 15px; }
  .isStuck .sf-menu > li > a {
      font-size:18px;
  }
}
@media (max-width: 991px) {
  .sf-menu ul {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #000000;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 25px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #000000;
  padding: 10px 0; }
  .isStuck .brand_name a {
    padding-left: 70px; }
    .isStuck .brand_name a:before {
      width: 60px;
      height: 60px;
      line-height: 50px;
      font-size: 50px; }
  .isStuck h1 {
    font-size: 50px;
    line-height: 50px; }
  .isStuck .inset-2 {
    padding-top: 15px; }
  .isStuck .sf-menu ul {
    margin-top: 24px; }
    .isStuck .sf-menu ul ul {
      margin-top: 0; }

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #777777;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #5e5e5e;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent; }
    .thumb_overlay:before {
      content: '+';
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      width: 97px;
      height: 97px;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font: 400 121px "Tangerine", sans-serif;
      color: #2e2929;
      line-height: 97px;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    -webkit-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .thumb_overlay:before {
      height: 60px;
      width: 60px;
      font-size: 100px;
      line-height: 60px; } }
  @media (max-width: 991px) {
    .thumb:hover img {
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      -webkit-transform: none;
      transform: none; } }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  padding: 28px 0 38px; }
  header:before, header:after {
    display: table;
    content: "";
    line-height: 0; }
  header:after {
    clear: both; }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
  @media (max-width: 991px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

/*==================      Well     ======================*/
.well {
  padding: 70px 0 92px; }
  .well__off {
    padding-top: 35px; }
  .well__off-1 {
    padding-top: 65px; }
  .well__off-2 {
    padding-bottom: 85px; }

.well-2 {
  padding-top: 65px; }

.well-3 {
  padding: 80px 0 100px; }
  .well-3__off {
    padding-top: 65px; }
  .well-3__off-1 {
    padding-top: 35px; }
  .well-3__off-2 {
    padding-bottom: 65px; }
  .well-4 {
  padding: 60px 0 0 0; }

/*==================      Insets     ======================*/
.inset-1 {
  padding-left: 35px; }

.inset-2 {
  padding-right: 35px;
  padding-top: 26px; }

.inset-3 {
  padding: 0 3%; }

.inset-4 {
  padding-left: 5px; }

.inset-5 {
  padding: 0 100px; }

/*==================      Prefix     ======================*/
.prefix-1 {
  margin-top: 70px; }

/*==================  Uppercase  ======================*/
.uppercase {
  text-transform: uppercase; }

/*==================  Text Center  ======================*/
.text-center {
  text-align: center; }

/*==================  Text Right  ======================*/
.text-right {
  text-align: right; }

/*==================  Float Box  ======================*/
.float-box:before, .float-box:after {
  display: table;
  content: "";
  line-height: 0; }
.float-box:after {
  clear: both; }
.float-box > div {
  float: left;
  width: 20%; }

/*==================  Row Offset-3  ======================*/
.row__offset-3 {
  margin-top: 0; }
  .row__offset-3 [class*='col-'] {
    margin-top: 0; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    padding-left: 98px; }
    .index-list li:before {
      position: absolute;
      content: counter(li,decimal);
      counter-increment: li;
      font: 400 47px/71px "Tangerine", sans-serif;
      left: 15px;
      top: -4px;
      color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      background: #2f2929;
      text-align: center; }

/*==================   Divider  ======================*/
.divider {
  background: url("../images/page-2_img01.jpg") center center;
  background-size: cover;
  width: 100%;
  height: 10px; }

/*==================  Icon Block  ======================*/
.icon-block [class*='fa-']:before {
  font-size: 48px;
  line-height: 48px;
  color: #2e2929; }
.icon-block .box_aside {
  width: 70px;
  text-align: center; }
.icon-block .box_cnt__no-flow {
  padding-left: 30px; }

/*==================  term List Secondary  ======================*/
.term-list-secondary dd a:hover {
  color: #000000; }
.term-list-secondary dd a:active {
  text-decoration: underline; }

/*==================   Inline List Primary  ======================*/
.inline-list-primary > li {
  margin: 0 auto;
  padding: 12px 0 1px;
  max-width: 370px; }
  .inline-list-primary > li + li {
    border-top: solid 1px #d4d2d2; }
  .inline-list-primary > li a {
    font-size: 15px;
    line-height: 15px;
    display: inline-block; }
    .inline-list-primary > li a:hover {
      color: #000000; }

/*==================  Col Offset Lg  ======================*/
.col-offset-lg [class*='col-']:nth-child(2n+3) {
  clear: left; }

.col-offset-lg-primary [class*='col-']:nth-child(3n+4) {
  clear: left; }
.col-offset-lg-primary [class*='col-']:nth-child(n+4) {
  margin-top: 38px; }

/*==================  Mail  ======================*/
.mail {
  color: #000000;
  display: inline-block; }
  .mail:hover {
    color: #777777; }
  .mail:active {
    text-decoration: underline; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #2e2929;
  padding: 96px 0 86px; }

/*==================   Privacy  ======================*/
.privacy:hover {
  text-decoration: none;
  color: #fff; }
.privacy:active {
  text-decoration: underline; }

/*==================   Inline List  ======================*/
.inline-list > li {
  display: inline-block; }
  .inline-list > li a {
    display: inline-block;
    font-size: 31px;
    line-height: 31px;
    color: #726969;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .inline-list > li a:hover {
      color: #fff; }
    .inline-list > li a:active {
      color: #e6e6e6; }
  .inline-list > li + li {
    margin-left: 15px; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  h2 {
    font-size: 100px;
    line-height: 100px; }

  h3 {
    font-size: 60px;
    line-height: 60px; }

  h5 {
    font-size: 24px;
    line-height: 30px; }

  .inset-1 {
    padding-left: 20px; }

  .inset-4 {
    padding-left: 15px; }

  .inset-5 {
    padding: 0; }

  .row__offset-3 {
    margin-top: 30px; } }
@media (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  blockquote {
    text-align: center; }

  .text-right {
    text-align: center; } }
@media (max-width: 991px) {
  header {
    padding: 28px 0 28px; }

  h2 {
    font-size: 70px;
    line-height: 70px; }

  h3 {
    font-size: 45px;
    line-height: 45px; }

  .inset-1 {
    padding-left: 0; }

  .inset-2 {
    padding-top: 40px;
    padding-right: 0; }

  .prefix-1 {
    margin-top: 30px; }

  .float-box > div:nth-child(n+1) {
    width: 50%; }
  .float-box > div:nth-child(n+3) {
    width: 33.3333%; }

  .col-offset-lg [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .col-offset-lg-primary [class*='col-']:nth-child(3n+4) {
    clear: none; }
  .col-offset-lg-primary [class*='col-']:nth-child(2n+3) {
    clear: left; }
  .col-offset-lg-primary [class*='col-']:nth-child(n+4) {
    margin-top: 30px; }

  .col-offset-md [class*='col-']:nth-child(2n+3) {
    clear: left; }

  .row__offset-3 [class*='col-']:nth-child(2n+3) {
    clear: left; }
  .row__offset-3 [class*='col-']:nth-child(n+3) {
    margin-top: 20px; }

  blockquote figure {
    text-align: center; } }
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 40px; }

  h2 {
    font-size: 46px;
    line-height: 46px; }

  h3 {
    font-size: 40px;
    line-height: 40px; }

  .brand_name a {
    padding-left: 80px; }
    .brand_name a:before {
      width: 70px;
      height: 70px;
      font-size: 55px;
      line-height: 80px;
      top: -10px; }

  [class*='well'], footer {
    padding: 50px 0; }

  .well-2 {
    padding-top: 30px;
    padding-bottom: 0; }

  .col-offset-xs {
    margin-top: 0; }

  * + hr, * + .row__offset, h5 + .term-list-primary, h5 + h6, * + .icon-block, h5 + .off, img + h6 {
    margin-top: 30px; }

  .inset-2 {
    padding-top: 0; }

  .icon-block .box_cnt__no-flow {
    padding-left: 10px; } }
@media (max-width: 479px) {
  .float-box > div {
    float: none; }
    .float-box > div:nth-child(n+1), .float-box > div :nth-child(n+3) {
      width: 100%; }

  .col-offset-md [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .col-offset-lg-primary [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .row__offset-3 [class*='col-'] {
    margin-top: 20px; }
    .row__offset-3 [class*='col-']:nth-child(2n+3) {
      clear: none; } }










header {
    padding: 13px 0 18px;
}
.brand_name a::before {
    background-color:transparent;
    content: "";
}
.brand_name a {
    background: transparent url("../images/logo.png") no-repeat scroll 0 0;    
    background-size: 64px 62px;
    display: block;
    /*line-height: 80px;*/
    padding-left: 74px;
    position: relative;
}
.isStuck .brand_name a {
    background-size: contain;
    line-height: 52px;
    padding-left: 70px;
    background-size: 52px 50px;
}
.mailform-wrap > label {
    width: 48.54% !important;
}
.condolence .mailform-wrap > label {
    width: 48.07% !important;
}
.mailform-wrap + .mailform-wrap {
    margin-top: 20px;
}
h4 + address {
    margin-top: 32px;
}
.h6 {
    display:block;
}
.h6 + dl {
    margin-top:20px;
}
dl {
    overflow:hidden;
}
dt {
    display:block;
    float:left;
    width:20px;
    clear:left;
    margin-top:5px;
    text-align:center;
}
dd {
    display:block;
    float:left;
    padding-left:10px;
    margin-top:5px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.sf-menu > li.sfHover > a, 
.sf-menu > li > a:hover, 
.sf-menu > li.active > a {
    color:#16141f;
}
body,
.index-list li::before {
    background-color: #16141f;
}
footer {
    color:#ffffff;
    background-color:#494e59;
}
.camera_overlayer{
background-color:rgba(0, 0, 0, 0.3);
}
.condolences {
    text-align:center;
}
.condolences .thumb {
border:#657796 solid 3px;
box-shadow:0 0 3px #657796;
}
.condolences h5 {
margin-top:5px;
font-size:24px;
}
.condolences .row .btn {
    display:block;
    margin-top:10px;
    padding:5px 15px;
    border:#e6f0f9 solid 1px;
}
.condolences .row + .btn {
    margin-top:30px;
}
h1 {
    font: 400 56px/71px "Lato",sans-serif;
}
.products h4,
.services h4 {
    font: 400 56px/70px "Tangerine",sans-serif;
}
a + h4 {
    margin-top:10px;
}
.camera_caption h2 {
    font: 400 64px/78px "Didact Gothic", sans-serif;
    text-shadow: 0px 0px 3px #16141f;  
}
.camera_nav {
    display:none;
    visibility:hidden;
}
.bg-color-primary {
    background:#e6f0f9;
}
/*.products img {
    border:#16141f solid 5px !important;
    box-shadow:0 0 3px #16141f !important;
}*/
.bg-color-primary .products img {
    border:#657796 solid 3px;
    box-shadow:0 0 3px #657796;
}
.btn-default {
    background: #fff none repeat scroll 0 0;
    border-color: #e6f0f9;
    color: #16141f;
}
.thumb:hover img {
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
-webkit-transform: none;
transform: none; 
}
.condolence
{
    font-size:16px;
}
.condolence h4 + *,
.condolence * + h4 {
    margin-top:30px;
}
.condolence .thumb {
    width:200px;
    margin-right:20px;
    margin-bottom:10px;
    float:left;
    border:#657796 solid 3px;    
    box-shadow: 0 0 3px #657796;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.condolence .date {
    display:block;
    margin-bottom:10px;
}
.condolence .description {
    display:block;
    margin-top:0;
    margin-bottom:10px;
}

.products .thumb {  
    border:#657796 solid 3px;  
    box-shadow: 0 0 3px #657796;
}

.product
{
    font-size:16px;
}
.product h4 + *,
.product * + h4 {
    margin-top:30px;
}
.product .thumb {
    width:384px;
    margin-right:20px;
    margin-bottom:10px;
    float:left;
    border:#657796 solid 3px;    
    box-shadow: 0 0 3px #657796;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.product .description {
    display:block;
    margin-top:0;
    margin-bottom:10px;
    clear:both;
}

.offset-top-0 {
    margin-top:0;
}
.offset-top-30 {
    margin-top:30px;
}

.mailform input.error,
.mailform textarea.error,
.mailform select.error {
    border:1px solid #ff0000 !important;
}

.mailform .radio {
	display: inline-block;
	cursor: pointer;
	font-size: 16px; 
    /*margin:0 0 10px 0; */
    line-height:28px;
    color:#16141f;
    padding-left:0;
}
.mailform table.radio {
    margin:5px 0 5px 0;
}
.mailform input[type=radio] {
	display:none; 
}
.mailform .radio label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align:middle;
	background-color: #ffffff;
	color: #16141f;
	text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-right:10px;
	font-size: 11px;
    line-height:16px;
}
.mailform .radio input[type=radio]:checked + label:before {
	content: "\f111";
    font-family: 'FontAwesome';
}
.mailform .radio label {
    margin-top:0;
    padding-left:0;
    padding-right:20px;
}

.mailform label input,
.mailform label select,
.mailform label textarea {
    color:#16141f !important;
}

.services li + li {
    margin-top:10px;
}

@media (max-width:1399px) {    
    .inset-1 {
        padding-left:25px;
    }
    .inset-2 {
        padding-top:20px;
        padding-right:25px;
    }
    .sf-menu > li > a {
        font: 300 20px/22px "Lato",sans-serif;
    }
    .brand_name a {
        padding-left: 65px;
        background-size: 52px 50px;
        font-size: 48px;
        line-height: 52px;
    }
    /*.isStuck .brand_name a {
        padding-left: 45px;
        background-size: 42px 40px;
        font-size: 40px;
        line-height: 40px;
    }*/
}
@media (max-width:1199px) { 
    header .brand, header .nav {
        float: none;
    } 
    header {
        text-align: center;
    }
    .camera_caption h2 {
        font: 400 72px/72px "Tangerine", sans-serif;
        text-shadow:0 0 3px #16141f;
    } 
    .mailform-wrap > label {
        width: 100% !important;
    }
    .condolence .mailform-wrap > label {
        width: 100% !important;
    }
    .inset-1 {
        padding-left:15px;
    }
    .inset-2 {
        padding-top:40px;
        padding-right:15px;
    }
    .isStuck .inset-2 {
        padding-top:0;
    }
    .brand_name a {
        padding-left: 75px;
        background-size: 62px 60px;
        font-size: 48px;
        line-height: 62px;
    }

    .isStuck .brand_name a {
        padding-left: 45px;
        background-size: 42px 40px;
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width:991px) {
    .sf-menu > li > a {
        font: 300 20px/22px "Lato",sans-serif;
    }
    .brand_name a {
        background-size: 62px 60px;
        font-size: 48px;
        line-height: 62px;
        padding-left: 65px;
    }
    .inset-1 {
        padding-left:0;
    }
    h1 {
        font: 400 42px/56px "Lato",sans-serif;
    } 
    .camera_caption h2 {
        font: 400 72px/72px "Tangerine", sans-serif;
    }
    h4 {
        font: 400 64px/60px "Tangerine",sans-serif;
    }
    
    .offset-md-top-0 {
        margin-top:0;
    }
    .offset-md-top-30 {
        margin-top:30px;
    }
    .condolence .date {
        clear:both;
    }
}
@media (max-width:767px) {
    .brand_name a {
        background-size: 52px 50px;
        background-position: 0 center;
        font-size: 48px;
        line-height: 52px;
        padding-left: 55px;
    }
    h1 {
        font: 400 36px/42px "Lato",sans-serif;
    } 
    .camera_caption h2 {
        font: 400 36px/36px "Tangerine", sans-serif;
    }
    h4 {
        font: 400 56px/52px "Tangerine",sans-serif;
    }
    .products h4,
    .services h4 {
        font: 400 42px/48px "Tangerine",sans-serif;
    }
    .condolence .thumb {
        float:none;
        margin:0 auto 10px auto;
    }
    
    .offset-sm-top-0 {
        margin-top:0;
    }
    .offset-sm-top-30 {
        margin-top:30px;
    }
    .condolence {
        text-align:center;
    }
    .product {
        text-align:center;
    }
}
@media (max-width:479px) {
    h4 {
        font: 400 48px/42px "Tangerine",sans-serif;
    }
    .products h4,
    .services h4 {
        font: 400 36px/42px "Tangerine",sans-serif;
    }
    .brand_name a {
        background-size: 42px 40px;
        background-position: 0 center;
        font-size: 32px;
        line-height: 42px;
        padding-left: 45px;
        padding-right:20px;
    }
}
