@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=Arbutus+Slab);
@import url(fl-chapps.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #464646;
  font: 400 18px/30px "Arbutus Slab", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2 {
  color: #FFF; }

h1, h2, h5 {
  text-transform: uppercase; }

h1 {
  font: 400 36px/48px "Arbutus Slab", sans-serif; }

h2 {
  font: 400 45px/60px "Arbutus Slab", sans-serif; }

h3 {
  font: 400 36px/48px "Arbutus Slab", sans-serif;
  color: #3a3231; }

h4 {
  font: 400 24px/30px "Arbutus Slab", sans-serif; }
  h4.default-color:hover {
    color: #f3c6f1; }

h5, .h5 {
  font: 400 22px/36px "Arbutus Slab", sans-serif; }
  h5 a:hover, .h5 a:hover {
    color: #5c1d54; }
  h5 a:active, .h5 a:active {
    color: #cc200f; }

em {
  font-size: 72px;
  line-height: 80px; }

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; }

address {
  font-size: 18px;
  line-height: 30px; }

blockquote {
  position: relative;
  padding-left: 70px; }
  blockquote:before {
    position: absolute;
    content: '\f10d';
    font-size: 30px;
    line-height: 30px;
    font-family: "FontAwesome";
    top: 5px;
    left: 7px;
    color: #5c1d54; }
  blockquote h5 {
    text-transform: none; }

/*=======================================================
                       Main Layout
=========================================================*/
a + address {
  margin-top: 9px; }

p + .link, .thumb--md + h5, p + .btn-md, * + .inline-list-1, * + .row__off, * + .btn-default, h3 + .mailform {
  margin-top: 42px; }

h5 + p, em + p, h4 + p, h2 + p, * + .marked-list, p + h5, .mail-link + p, .term-list dt + dd, .term-list dd + dt {
  margin-top: 20px; }

p + .offset, h3 + .list-1, * + .btn-secondary {
  margin-top: 55px; }

h3 + p, p + .offset-1, .term-list + .mail-link {
  margin-top: 30px; }

img + h4, * + .row__off-1, .image-wrap + p, img + h5 {
  margin-top: 35px; }

h3 + .image-wrap, h3 + .list-1--offset {
  margin-top: 66px; }

h3 + h5, * + .index-list, * + .quotes-list, h3 + .term-list {
  margin-top: 58px; }

* + .offset-2 {
  margin-top: 80px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name a {
    position: relative; }
    .brand_name a:before {
      position: absolute;
      content: '';
      background: url("../images/britly2.png") no-repeat;
      width: 100%;
      height: 58px;
      bottom: 100%;
      left: 70%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: 5px; }
  .brand_slogan {
    font: 400 14px/14px "Arbutus Slab", sans-serif;
    text-transform: uppercase;
    color: #f3c6f1; }
  .brand_name + .brand_slogan {
    margin-top: 7px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #5c1d54; }

.bg-secondary {
  background: #2d2434; }
  .bg-secondary h3, .bg-secondary h5, .bg-secondary p {
    color: #FFF; }

/*==================  Colors  ======================*/
.default-color {
  color: #FFF; }

.secondary-color {
  color: #f3c6f1; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 15px; }

.btn-sm {
  font-size: 15px;
  padding: 16px 22px;
  border-width: 1px; }

.btn-md {
  font-size: 16px;
  padding: 20px 25px 20px 23px; }

.btn-lg {
  font-size: 20px;
  line-height: 20px;
  border-width: 1px;
  padding: 19px 27px; }

.btn-default {
  border-color: #dadada;
  border-style: solid;
  color: #424242; }
  .btn-default:hover {
    color: #FFF; }

.btn-primary {
  color: #FFF;
  border-color: #FFF;
  border-style: solid; }

.btn-default:hover, .btn-primary:hover {
  background: #5c1d54;
  border-color: #5c1d54; }
.btn-default:active, .btn-primary:active {
  background: #cc200f;
  border-color: #cc200f; }

.btn-secondary {
  color: #FFF;
  background: #464646; }
  .btn-secondary:hover {
    background: #5c1d54; }
  .btn-secondary:active {
    background: #cc200f; }

/*==================      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: 72px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  font: 400 18px/19px "Arbutus Slab", sans-serif;
  text-transform: uppercase;
  position: relative; }
  .sf-menu > li > a:before, .sf-menu > li > a:after {
    position: absolute;
    content: '';
    margin-bottom: 10px;
    bottom: 100%;
    height: 2px;
    background: #f3c6f1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .sf-menu > li > a:before {
    left: 0;
    right: 100%; }
  .sf-menu > li > a:after {
    right: 0;
    left: 100%; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #f3c6f1; }
  .sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before, .sf-menu > li.active > a:before {
    right: 50%; }
  .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
    left: 50%; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 109px;
  margin-top: 42px;
  left: 0;
  margin-left: -8px;
  padding: 24px 20px 15px;
  background: #5c1d54;
  z-index: 10;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .sf-menu ul:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #5c1d54 transparent; }

.sf-menu ul > li > a {
  color: #FFF;
  text-transform: uppercase;
  font: 400 14px/15px "Arbutus Slab", sans-serif;
  padding: 12px 0; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #f3c6f1; }
.sf-menu ul > li + li {
  border-top: dashed 1px rgba(255, 255, 255, 0.5); }

.sf-menu ul ul {
  position: absolute;
  top: 55%;
  width: 114px;
  left: 100%;
  margin: 0;
  z-index: 12;
  padding: 17px 23px 13px;
  background: #FFF;
  text-align: left; }
  .sf-menu ul ul:before {
    display: none; }

.sf-menu ul ul > li > a {
  color: #464646; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #5c1d54; }
.sf-menu ul ul > li + li {
  border-color: #bcbcbc; }

@media (max-width: 991px) {
  .sf-menu > li + li {
    margin-left: 40px; } }
@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: #5c1d54;
      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; }

.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 {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: url("../images/bg1.png") repeat repeat;
  z-index: 999;
  border-bottom: 1px solid #464646; }
  .isStuck .inset-2 {
    padding: 30px 0 10px; }
  .isStuck .sf-menu ul {
    margin-top: 21px; }
  .isStuck .sf-menu ul ul {
    top: 50%; }
  .isStuck nav {
    border-top: none; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 21px;
  line-height: 46px;
  color: #5c1d54;
  background: #FFF;
  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: 60px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #FFF;
    background: #5c1d54;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================   Thumbnail    ======================*/
.thumb, .thumb-img {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img, .thumb-img 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;
  color: #FFF;
  background: transparent; }
  .thumb_overlay:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 20px "FontAwesome";
    line-height: 20px;
    margin-top: -10px;
    text-align: center; }
    .lt-ie9 .thumb_overlay:before {
      display: none; }
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(102, 146, 2, 0.4); }
  .lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66669202', endColorstr='#66669202')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66669202', endColorstr='#66669202');
    zoom: 1; }
  .lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block; }
.thumb:hover img {
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  -webkit-transform: scale(0.97);
  transform: scale(0.97); }
@media (max-width: 991px) {
  .thumb:hover img {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; } }
@media (max-width: 767px) {
  .thumb_overlay:before {
    font-size: 40px;
    line-height: 40px; } }

.thumb--md {
  max-width: 268px;
  margin: 0 auto; }
  .thumb--md img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .thumb--md_overlay {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.thumb--secondary:before, .thumb--secondary:after {
  position: absolute;
  content: 'Duytas Seyfas';
  color: #FFF;
  -moz-transform: translateY(-54%);
  -ms-transform: translateY(-54%);
  -o-transform: translateY(-54%);
  -webkit-transform: translateY(-54%);
  transform: translateY(-54%);
  opacity: 0;
  z-index: 2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 42%;
  font-size: 0;
  white-space: nowrap; }
.thumb--secondary:after {
  left: 100%; }
.thumb--secondary:before {
  right: 100%; }
.thumb--secondary .thumb_overlay-secondary {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent; }
.thumb--secondary:hover .thumb_overlay-secondary {
  opacity: 1;
  background: rgba(58, 48, 51, 0.34); }
  .lt-ie9 .thumb--secondary:hover .thumb_overlay-secondary {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#573A3033', endColorstr='#573A3033')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#573A3033', endColorstr='#573A3033');
    zoom: 1; }
.thumb--secondary:hover:before, .thumb--secondary:hover:after {
  opacity: 1;
  font-size: 24px; }
.thumb--secondary:hover:before {
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
.thumb--secondary:hover:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.thumb--secondary:hover img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax em, .parallax p, .parallax .btn-default, .parallax h3, .parallax h5 {
    color: #FFF; }
  .parallax .secondary-color {
    color: #f3c6f1; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/bg1.png") repeat repeat;
  text-align: center; }
  header nav {
    border-top: solid 1px #FFF;
    background: rgba(70, 70, 70, 0.2); }
    .lt-ie9 header nav {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33464646', endColorstr='#33464646')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33464646', endColorstr='#33464646');
      zoom: 1; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding: 132px 0 68px; }

.well-1 {
  padding: 72px 0 17px; }
  .well-1__off {
    padding-bottom: 117px; }
  .well-1__off-1 {
    padding-bottom: 130px; }
  .well-1__off-2 {
    padding-top: 35px; }
  .well-1__off-3 {
    padding-top: 110px; }
  .well-1__off-4 {
    padding-top: 64px; }
  .well-1__off-5 {
    padding-top: 42px; }

.well-2 {
  padding: 260px 0 170px; }
  .well-2__off {
    padding-top: 180px; }

.well-3 {
  padding: 90px 0 130px; }

.well-4 {
  padding-top: 75px; }

.well-5 {
  padding: 106px 0; }
  .well-5__off {
    padding-top: 66px; }
  .well-5__off-1 {
    padding-bottom: 110px; }

.well-6 {
  padding: 108px 0 120px; }
  .well-6__off {
    padding-top: 65px; }

.well-7 {
  padding: 177px 0 150px; }

/*==================      Inset     ======================*/
.inset-1 {
  padding: 150px 0 70px; }

.inset-2 {
  padding: 46px 0 31px; }

.inset-3 {
  padding: 0 20%; }

.inset-4 {
  padding: 0 70px; }
  .inset-4__md {
    padding-left: 0; }

.inset-5 {
  padding: 0 23px; }
  .inset-5__off {
    padding-left: 0; }

.inset-6 {
  padding-left: 30px; }

.inset-7 {
  padding: 0 70px; }
  .inset-7__off {
    padding-left: 0; }

.inset-8 {
  padding-top: 15px; }

.inset-9 {
  padding: 0 10px; }

.inset-10 {
  padding-left: 30px; }

/*==================      Postfix     ======================*/
.postfix-1 {
  margin-top: 20px; }

.postfix-2 {
  margin-top: 40px; }

/*==================    Uppercase   ======================*/
.uppercase {
  text-transform: uppercase; }

/*==================    Lowercase   ======================*/
.lowercase {
  text-transform: lowercase; }

/*==================    Text Center   ======================*/
.text-center {
  text-align: center; }

/*==================    Text Right   ======================*/
.text-right {
  text-align: right; }

/*==================    Line Height   ======================*/
.line-height-1 {
  line-height: 24px; }

.line-height-2 {
  line-height: 55px; }

/*==================      Link     ======================*/
.link {
  display: inline-block;
  font: 400 20px/20px "Arbutus Slab", sans-serif;
  color: #FFF;
  position: relative; }
  .link:before {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    right: 100%;
    top: 100%;
    margin-top: 10px;
    background: #f3c6f1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .link:hover {
    color: #f3c6f1; }
    .link:hover:before {
      right: 0; }
  .link:active {
    color: #bfe178; }
    .link:active:before {
      background: #bfe178; }

/*==================      Big     ======================*/
.big {
  font-size: 48px;
  line-height: 48px; }

/*==================  BgOverlay  ======================*/
.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay:before {
    position: absolute;
    content: '';
    height: 63px;
    left: 50%;
    width: 1170px;
    top: 100%;
    background: #FFF;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }

.img-wrap img {
  border: solid 10px rgba(255, 255, 255, 0.15); }

/*==================  Box Sm  ======================*/
.box-sm {
  border: solid 1px #edf0f6;
  padding-bottom: 37px; }

/*==================  Box Md  ======================*/
.box-md {
  position: relative;
  width: 127px;
  height: 127px; }
  .box-md:before {
    position: absolute;
    width: 127px;
    height: 127px;
    line-height: 127px;
    font-size: 55px;
    text-align: center;
    color: #5c1d54;
    border: solid 2px #a2ce3f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/*==================  Box Lg  ======================*/
.box-lg {
  display: block;
  border: solid 1px #FFF;
  padding: 30px 10px 35px; }
  .box-lg img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 10px rgba(255, 255, 255, 0.15); }

.box-lg--md {
  padding: 30px 10px 47px; }

/*==================  Col_off  ======================*/
.col_off [class*='col-']:nth-child(n+3) {
  margin-top: 37px; }

.col_off-1 [class*='col-']:nth-child(n+3) {
  margin-top: 40px; }
.col_off-1 [class*='col-']:nth-child(2n+3) {
  clear: left; }

/*==================  Post Meta  ======================*/
.post-meta {
  color: #5c1d54;
  display: inline-block;
  width: 127px;
  height: 127px;
  text-align: center;
  position: relative; }
  .post-meta > span {
    padding-top: 35px;
    display: inline-block;
    font-size: 42px;
    line-height: 40px; }
    .post-meta > span span {
      font-size: 13px;
      line-height: 20px; }
  .post-meta:before {
    position: absolute;
    content: '';
    width: 127px;
    height: 127px;
    border: solid 1px #5c1d54;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0; }

/*==================  Inline List  ======================*/
.inline-list-1 > li {
  display: inline-block; }
  .inline-list-1 > li a {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    line-height: 16px; }
    .inline-list-1 > li a:hover {
      color: #f3c6f1; }
  .inline-list-1 > li + li {
    margin-left: 26px; }

.list-1 li + li {
  margin-top: 42px; }

.inline-list-2 > li {
  display: inline-block; }
  .inline-list-2 > li a {
    display: inline-block;
    text-align: center;
    width: 59px;
    height: 59px;
    line-height: 59px;
    font-size: 16px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .lt-ie9 .inline-list-2 > li a {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#24000000', endColorstr='#24000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24000000', endColorstr='#24000000');
      zoom: 1; }
    .inline-list-2 > li a:hover {
      background: rgba(0, 0, 0, 0.5);
      color: #f3c6f1; }
      .lt-ie9 .inline-list-2 > li a:hover {
        background: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
        zoom: 1; }

/*==================  Marked List  ======================*/
.marked-list li a {
  position: relative;
  padding-left: 29px; }
  .marked-list li a:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    font-family: "FontAwesome";
    color: #5c1d54;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.marked-list li + li {
  margin-top: 10px; }
.marked-list a:hover {
  color: #5c1d54;
  text-decoration: none; }
  .marked-list a:hover:Before {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    padding-left: 130px; }
    .index-list li:before {
      position: absolute;
      content: counter(li,decimal) ".";
      counter-increment: li;
      left: 0;
      top: 10px;
      display: inline-block;
      width: 99px;
      height: 99px;
      line-height: 99px;
      font-size: 42px;
      color: #5c1d54;
      text-align: center;
      border: solid 2px #a2ce3f;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .index-list li + li {
      margin-top: 33px; }

/*==================   Quotes List  ======================*/
.quotes-list li + li {
  margin-top: 34px; }

/*==================   Mail Link  ======================*/
.mail-link {
  display: inline-block;
  text-decoration: underline; }
  .mail-link:hover {
    text-decoration: none;
    color: #5c1d54; }

/*==================   Contact Info  ======================*/
.contact-info p + dl {
  margin-top: 20px; }
.contact-info dl:before, .contact-info dl:after {
  display: table;
  content: "";
  line-height: 0; }
.contact-info dl:after {
  clear: both; }
.contact-info dl dt, .contact-info dl dd {
  float: left; }
.contact-info dl dt {
  width: 54%; }
.contact-info dl dd {
  width: 42%; }
.contact-info dl dd a:hover {
  color: #5c1d54; }

/*==================  Row Float  ======================*/
.row__float:before, .row__float:after {
  display: table;
  content: "";
  line-height: 0; }
.row__float:after {
  clear: both; }
.row__float [class*='col'] {
  float: right; }
  .row__float [class*='col'] * {
    float: none; }

/*==================  Col Off ======================*/
.col_off-2 [class*='col-']:nth-child(3n+4) {
  clear: left; }

/*==================  Brd Radius  ======================*/
.brd-radius {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: url("../images/bg1.png") repeat repeat;
  padding-top: 65px; }

/*==================  Footer Wrap  ======================*/
.footer-wrap {
  padding: 65px 0 75px; }

/*==================  Mail Footer  ======================*/
.mail-footer {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #fff9ae; }
  .mail-footer:before {
    position: absolute;
    content: '\e00f';
    font-family: 'fl-chapps';
    font-size: 18px;
    line-height: 18px;
    bottom: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .mail-footer:hover {
    color: #f3c6f1; }
    .mail-footer:hover:before {
      color: #f3c6f1; }

/*==================  Mail Footer  ======================*/
.privacy-footer a:hover {
  text-decoration: none;
  color: #fff9ae; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  h2 {
    font-size: 35px; }

  h3 {
    font-size: 25px;
    line-height: 35px; }

  h5, .h5 {
    font-size: 20px;
    line-height: 33px; }

  .line-height-2, h2 {
    line-height: 50px; }

  .box-lg {
    padding: 30px 5px 35px; }

  .inset-4, .inset-7--md, .inset-7--lg {
    padding: 0; }

  .inset-5__off {
    padding-right: 10px; }

  .box-lg--md {
    max-width: 350px;
    margin: auto; }

  .contact-info dl dt {
    width: 40%; }
  .contact-info dl dd {
    width: 60%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .img-wrap img {
    max-width: 90%; } }
@media (max-width: 991px) {
  h2 {
    font-size: 25px; }

  em {
    font-size: 50px;
    line-height: 60px; }

  .big {
    font-size: 30px;
    line-height: 30px; }

  h2, .line-height-2 {
    line-height: 35px; }

  h3 + .list-1, * + .btn-secondary {
    margin-top: 30px; }

  footer [class*='col-']:nth-child(2) {
    margin-top: 60px; }

  * + .row__off-1, .col-offset-md, * + .row__off, .postfix-2 {
    margin-top: 0; }

  .well {
    padding-top: 70px; }

  .row__float [class*='col'] {
    float: none; }
    .row__float [class*='col'] * {
      float: none; }

  .text-right, footer {
    text-align: center; }

  .btn-lg {
    padding: 14px 20px; }

  .box-md, .box-md:before {
    width: 100px;
    height: 100px; }

  .box-md:before {
    line-height: 100px;
    font-size: 40px; }

  .marked-list li a {
    font-size: 17px; }

  .col_off-2 [class*='col-']:nth-child(2n+3) {
    clear: left; }
  .col_off-2 [class*='col-']:nth-child(3n+4) {
    clear: none; }

  .postfix-1__sm {
    margin-top: 50px; } }
@media (max-width: 767px) {
  header nav {
    border-top: none; }

  h2 {
    font-size: 20px;
    line-height: 30px; }

  em {
    font-size: 30px;
    line-height: 40px; }

  .line-height-2 {
    line-height: 30px;
    font-size: 25px; }

  .big {
    font-size: 20px;
    line-height: 20px; }

  .inset-1 {
    padding: 80px 0 40px; }

  .inset-2 {
    padding: 0; }

  .inset-3 {
    padding: 0 10%; }

  h5 + p {
    margin-top: 10px; }

  [class*='well'] {
    padding: 50px 0; }

  .well-4 {
    padding-bottom: 0; }

  .thumb--md + h5, * + .btn-default, h3 + .image-wrap, h3 + .list-1--offset, h3 + h5, * + .index-list, * + .quotes-list, .postfix-1__sm, h3 + .term-list {
    margin-top: 20px; }

  .col-offset-xs {
    margin-top: 0; }

  p + .offset {
    margin-top: 30px; }

  .bg-overlay:before {
    display: none; }

  .box-lg {
    max-width: 370px;
    margin: auto; }

  .index-list li + li, .quotes-list li + li {
    margin-top: 20px; }

  blockquote {
    padding-left: 55px; }

  .index-list li {
    padding-left: 85px; }
    .index-list li:before {
      width: 70px;
      height: 70px;
      line-height: 70px;
      font-size: 30px;
      top: 0; }

  .text-center-sm {
    text-align: center; }

  .inset-5__off-xs {
    padding-left: 10px; }

  .col_off-1 [class*='col-']:nth-child(n+2) {
    margin-top: 20px; }
  .col_off-1 [class*='col-']:nth-child(2n+3) {
    clear: none; }

  .box_cnt__no-flow .postfix-1 {
    margin-top: 0; }

  footer {
    padding-top: 50px; } }
@media (max-width: 479px) {
  .inset-3, .inset-6 {
    padding: 0; }

  .list-1 .box_aside {
    float: none; }

  .text-center-xs {
    text-align: center; }

  .marked-list li a {
    padding-left: 20px;
    font-size: 15px;
    line-height: 15px; }
    .marked-list li a:before {
      font-size: 13px;
      line-height: 17px; }
  .marked-list li + li {
    margin-top: 0; } }




.fancybox > img {
margin-top: 5px !important;
}
.brand_name a::before {
height: 114px !important;
width: 133% !important;
left: 56% !important;
}
@media screen and (max-width:768px){.inset-1 {
padding: 128px 0 40px!important;
}
}