@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);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font-weight: 300;
  font-size: 1.3em;
  font-family: "Lato", sans-serif ;
  /*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 "Yesteryear", sans-serif; }

h3 {
  font: 100 81px/81px "Lato", sans-serif; }

h4 {
  font: 400 81px/70px "Yesteryear", sans-serif;
  color: #2e2929; }

h5 {
  font: 100 34px/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-template-elodie {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page-template-elodie {
    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; }



.vc_row {
  padding: 0px 30px !important;
}
.vc_row h1 {
  margin-bottom: 30px;
}
a + h4, img + h4 {
  margin-bottom: 15px;
}
h1 {
  font-size: 60px;
}
h4 {
  font-family: lato, arial;
  font-size:48px;
}
h5 {
  font-size: 28px;
}



/*=======================================================
                       Main Layout
=========================================================*/
h3 + p, * + .inline-list, p + p, .inline-list-primary + p, h4 + address, * + .term-list, * + .mail {
  margin-top: 26px; }

a + h4, 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, * + .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 {
    position: relative;
    font-size: 50px; }

.baseline-elodie {
  color:#ccc;
  font-size: 20px;
  margin-top: 10px;
}
.logo-elodie {
  line-height: 30px;
  padding-top: 40px;
}
/*==================  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-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, .sf-menu > li.current-menu-item > a {
  color: #000000; }

.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; } }
@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: 70px;
      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: 979px) {
  .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 "Yesteryear", 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 5px; }
  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; }

/*==================      Insets     ======================*/
.inset-1 {
  padding-left: 30px; }

.inset-2 {
  padding-right: 15px;
  padding-top: 31px; }

.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 "Yesteryear", 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: 30px;
    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; } }
