@charset "UTF-8";
/*$header_bg: #555;
$footer_bg: #000;
$body_bg: $footer_bg;*/
@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=Ubuntu:300,400,500,700|Droid+Serif:400,700);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #777;
  font: 400 13px/24px "Ubuntu", sans-serif;
  -webkit-text-size-adjust: none;
  background: #993333;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Droid Serif", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

h4 {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

h5 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
h5.mod1 {
  line-height: 36px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  text-transform: none;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 15px;
    line-height: 22px;
  }
}

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;
}

a[href^="callto:"]:hover {
  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;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 2px;
  background: #c6c5c2;
}

.link1 {
  color: #993333;
}
.link1:hover {
  color: #777;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
  margin-top: 20px;
}

h3 + .txt1 {
  margin-top: 18px;
}

.txt1 + .row {
  margin-top: 22px;
}

h5 + p {
  margin-top: 16px;
}

h6 + p {
  margin-top: 13px;
}

p + hr {
  margin-top: 29px;
}

hr + .btn {
  margin-top: 29px;
}

h3 + h5 {
  margin-top: 20px;
}

h3 + h5.mod1 {
  margin-top: 15px;
}

h5 + .btn2 {
  margin-top: 54px;
}

p + .btn {
  margin-top: 28px;
}

figure + h6 {
  margin-top: 34px;
}

.txt1 + img {
  margin-top: 52px;
}

img + p {
  margin-top: 39px;
}

p + p {
  margin-top: 13px;
}

img + h5 {
  margin-top: 36px;
}

img + h5 + p {
  margin-top: 6px;
}

hr + .inline-list2 {
  margin-top: 32px;
}

.row + .row.mod1 {
  margin-top: 12px;
}

.txt1 + article {
  margin-top: 52px;
}

.txt1 + .map {
  margin-top: 52px;
}

article + article {
  margin-top: 39px;
}

.map + p {
  margin-top: 35px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  font-family: "Droid Serif", sans-serif;
}
.brand_name {
  overflow: hidden;
  font-size: 130px;
  line-height: 130px;
  font-weight: 700;
}
.brand_slogan {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 29px;
  color: #993333;
  background: #edece8;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  letter-spacing: 3px;
  padding: 4px 17px 0px;
  text-transform: uppercase;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  margin-top: 6px;
  position: relative;
}
.index-list li {
  position: relative;
  padding-left: 57px;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero) ".";
  counter-increment: li;
  font-size: 30px;
  color: #993333;
  position: absolute;
  top: -3px;
  left: 2px;
  font-family: "Droid Serif", sans-serif;
}
.index-list li + li {
  margin-top: 33px;
}
.index-list h5 {
  text-align: left;
}
.index-list h5 + p {
  margin-top: 11px;
}
.index-list p + .btn {
  margin-top: 14px;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================  List1  ======================*/
.list1 {
  position: relative;
}
.list1 li {
  position: relative;
  text-align: center;
}
.list1 li:before {
  position: relative;
  width: 152px;
  height: 152px;
  line-height: 152px;
  font-size: 30px;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #eaa226;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  border: 2px solid #eaa226;
  margin-bottom: 30px;
}
.list1 li p {
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .list1 li p {
    padding: 0;
  }
}

/*==================  List2  ======================*/
.list2 {
  margin-top: 10px;
  position: relative;
}
.list2 li {
  position: relative;
  padding-left: 45px;
}
.list2 li:before {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  color: #993333;
  left: 1px;
  top: -5px;
}
.list2 li + li {
  margin-top: 35px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 10px;
}
.inline-list a {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #edece8;
}
.inline-list a:hover {
  color: #eaa226;
}

/*==================  Inline List2  ======================*/
.inline-list2 li {
  display: inline-block;
}
.inline-list2 li + li {
  margin-left: 4px;
}
@media (max-width: 1199px) {
  .inline-list2 li + li {
    margin-left: 1px;
  }
}
.inline-list2 a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #c6c5c2;
  font-size: 18px;
  text-align: center;
  color: #993333;
}
@media (max-width: 1199px) {
  .inline-list2 a {
    font-size: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.inline-list2 a:hover {
  color: #eaa226;
}

/*==================    Quote     ======================*/
blockquote {
  width: 100%;
  position: relative;
}
blockquote:before {
  position: relative;
  content: "\201c";
  color: #993333;
  font-family: "Droid Serif", sans-serif;
  font-size: 80px;
  line-height: 56px;
  font-weight: 700;
  vertical-align: top;
  z-index: 10;
}
blockquote q {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  font-weight: 700;
}
blockquote cite {
  display: block;
  font-size: 13px;
}
blockquote cite em {
  color: #222222;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Droid Serif", sans-serif;
  font-weight: 700;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote p + cite {
  margin-top: 33px;
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .marked-list {
    margin-right: 0;
  }
}
.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 400;
  font-size: px;
  font-family: "FontAwesome";
  color: #993333;
}
.marked-list li + li {
  margin-top: 3px;
}
.marked-list a:hover {
  color: #993333;
}

/*==================   Contact List   ======================*/
.contact-list {
  padding-top: 8px;
}
.contact-list li {
  position: relative;
  padding-left: 48px;
}
.contact-list li:before {
  position: absolute;
  display: inline-block;
  font-size: 36px;
  left: 14px;
  top: -10px;
  color: #eaa226;
}
.contact-list li + li:before {
  left: 5px;
}
.contact-list address {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222222;
}
.contact-list a[href^="mailto:"]:hover, .contact-list a[href^="callto:"]:hover {
  color: #eaa226;
}

/*==================     Privacy    =====================*/
.privacy {
  padding-top: 43px;
  padding-bottom: 42px;
}
.privacy dt {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #222222;
}
.privacy dt + dd {
  margin-top: 16px;
}
.privacy dd + dt {
  margin-top: 34px;
}
.privacy a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #eaa226;
}
.privacy a:hover {
  color: #993333;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #993333;
}

.bg2 {
  background: #eaa226;
}

.bg3 {
  background: #777;
}

.color1 {
  color: #993333;
}

.color2 {
  color: #eaa226;
}

.color3 {
  color: #777;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #993333;
  padding-right: 22px;
  position: relative;
  font-family: "Droid Serif", sans-serif;
  font-weight: 700;
}
.btn:before {
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f0a9';
  font-size: 14px;
  line-height: 26px;
  padding: 0 2px;
  right: 0;
  top: 0;
  color: #993333;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  color: #2e2e2e;
}
.btn:hover:before {
  right: 5px;
}
.btn:active {
  color: #2e2e2e;
}
.btn:active:before {
  right: 5px;
}

.btn2 {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: #993333;
  padding: 17px 37px 16px;
  background: #edece8;
  position: relative;
  font-family: "Droid Serif", sans-serif;
  font-weight: 700;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .btn2 {
    margin-bottom: 5px;
  }
}
.btn2:hover {
  color: #fff;
  background: #993333;
}
.btn2:active {
  color: #fff;
  background: #993333;
}

.btn3 {
  display: inline-block;
  font-size: 40px;
  line-height: 27px;
  color: #993333;
  padding: 32px 39px 28px;
  padding-right: 120px;
  position: relative;
  font-family: "Droid Serif", sans-serif;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .btn3 {
    font-size: 30px;
    padding: 32px 19px 28px;
    padding-right: 100px;
  }
}
@media (max-width: 479px) {
  .btn3 {
    font-size: 20px;
  }
}
.btn3:before {
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f105';
  font-size: 40px;
  width: 87px;
  height: 87px;
  line-height: 87px;
  background: #edece8;
  right: 0;
  top: 0;
  color: #993333;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 479px) {
  .btn3:before {
    display: none;
  }
}
.btn3:hover {
  color: #2e2e2e;
  background: #fff;
}
.btn3:hover:before {
  color: #eaa226;
  background: #993333;
}
.btn3:active {
  color: #2e2e2e;
  background: #fff;
}
.btn3:active:before {
  color: #eaa226;
  background: #993333;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 22px;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  font-family: "Droid Serif", sans-serif;
  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: 1px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #222222;
  padding: 10px 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #eaa226;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #eaa226;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 205px;
  margin-top: 1px;
  padding: 20px 0 20px;
  background: #eaa226;
  z-index: 999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 19px;
  color: #fff;
  padding: 7px 25px 7px 25px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: black;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 130px;
  margin-left: 1px;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: black;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 9px;
  top: -9px;
  content: "";
  font: 400 16px/50px "FontAwesome";
  color: #993333;
}

@media (max-width: 1365px) and (min-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 25px;
  }
  .sf-menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sf-menu > li + li {
    margin-left: 1px;
  }
  .sf-menu > li > a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@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: #993333;
  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: #edece8;
  z-index: 999;
  border-bottom: 2px solid #ddd;
}

@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: #eaa226;
  -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: #993333;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.parallax h2.mod1 {
  padding: 25px 35px 18px;
  background: #eaa226;
  color: #fff;
  display: inline-block;
  font-size: 50px;
}
@media (max-width: 1199px) {
  .parallax h2.mod1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .parallax h2.mod1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .parallax h2.mod1 {
    font-size: 25px;
  }
}
.parallax h2 {
  padding: 23px 33px 16px;
  background: rgba(255, 255, 255, 0.7);
  color: #993333;
  display: inline-block;
  font-size: 40px;
}
@media (max-width: 1199px) {
  .parallax h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .parallax h2 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .parallax h2 {
    font-size: 25px;
  }
}
.parallax h4 {
  color: #fff;
  margin-top: 43px;
  margin-bottom: 81px;
}
.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;
}

/*--- start Development (to delete) ======================================================== */
.preview-container {
  display: none;
  opacity: 0.6;
  z-index: 99999999999;
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}

.preview-container.display {
  display: block;
}

.preview-container_bg {
  position: absolute;
  top: 0;
  height: 8000px;
  width: 2050px;
  left: 50%;
  margin-left: -1025px;
  -webkit-filter: opacity(1);
  filter: hue-rotate(120deg);
  filter: invert(1);
  filter: opacity(1);
}

.pr-bg-1 {
  margin: 0 0 0 0;
  height: 8000px;
}

.pr-bg-1 .preview-container_bg {
  background: url(../1.jpg) 50% 0 no-repeat;
}

.develop {
  position: relative;
  min-height: 702px;
  box-sizing: border-box;
}

/* Development (to delete)
========================================================*/
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #edece8;
  padding-bottom: 11px;
  border-bottom: 2px solid #c6c5c2;
}
header.main_page {
  border-bottom: none;
}
header .top_section {
  padding: 16px 0 8px;
  background: #993333;
  margin-bottom: 13px;
}
header .top_section .inline-list {
  float: right;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
  margin-top: 53px;
  margin-right: -14px;
}
@media (max-width: 1199px) {
  header .nav {
    margin-right: 1px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #edece8;
}

.txt1 {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 160px;
}
@media (max-width: 1199px) {
  .txt1 {
    padding: 0;
  }
}

/*==================      Section_pattern     ======================*/
.section_pattern {
  padding: 90px 0 100px;
  background: url(/design/5/pattern1.png);
  text-align: center;
}
.section_pattern h3 {
  color: #eaa226;
}
.section_pattern h5 {
  color: #fff;
}

strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #222222;
}

/*==================      article     ======================*/
article figure {
  position: relative;
}
article figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}
article figure figcaption time {
  position: relative;
  padding: 12px 26px 12px 21px;
  background: #eaa226;
  color: #fff;
  font-size: 16px;
}
article figure figcaption time:before {
  position: relative;
  display: inline-block;
  content: '\f073';
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  margin-right: 7px;
}

/*==================      section-photo     ======================*/
.section-photo figure {
  position: relative;
}
.section-photo figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.7);
  padding: 24px 5px 19px;
}
.section-photo figure figcaption h5 {
  color: #993333;
  text-align: center;
}
.section-photo figure figcaption h5 a:hover {
  color: #eaa226;
}
.section-photo figure img {
  width: 100%;
}
.section-photo h5 {
  text-align: left;
}
.section-photo h5 a:hover {
  color: #eaa226;
}
.section-photo figure + h5 {
  margin-top: 38px;
}
.section-photo h5 + p {
  margin-top: 7px;
  padding-bottom: 7px;
}
.section-photo p {
  color: #993333;
  line-height: 24px;
}
.section-photo p span {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}
@media (min-width: 768px) {
  .section-photo .row li.grid_1:nth-child(12n + 13),
  .section-photo .row li.grid_2:nth-child(6n + 7),
  .section-photo .row li.grid_3:nth-child(4n + 5),
  .section-photo .row div.col-md-4:nth-child(3n + 4),
  .section-photo .row li.grid_6:nth-child(2n + 3) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .section-photo .row div.col-xs-6:nth-child(2n + 3) {
    clear: left;
  }
}

article .box_aside {
  margin-right: 27px;
}
article .box_cnt {
  margin-top: -8px;
}
@media (max-width: 1199px) {
  article .box_cnt {
    margin-top: 0;
  }
}

.article-section2 article .article-box {
  width: 100%;
  display: block;
  padding: 8px 20px 29px;
  padding-left: 91px;
  background: #993333;
  position: relative;
  color: #fff;
  min-height: 101px;
}
.article-section2 article .article-box h6 {
  color: #fff;
}
.article-section2 article .article-box time {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  padding: 13px 26px 1px 21px;
  background: #eaa226;
  color: #fff;
  font-size: 16px;
}
.article-section2 article .article-box time span {
  font-weight: 300;
  font-size: 30px;
  display: block;
  margin-top: 10px;
}
.article-section2 article .article-box time:before {
  position: relative;
  display: inline-block;
  content: '\f073';
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  margin-right: 7px;
}

/*==================      Well     ======================*/
.well {
  padding-top: 180px;
  padding-bottom: 177px;
}
@media (max-width: 479px) {
  .well {
    padding: 70px 0;
  }
}

.well2 {
  padding-top: 121px;
  padding-bottom: 113px;
}

.well3 {
  padding-top: 148px;
  padding-bottom: 174px;
}

.well4 {
  padding-top: 120px;
  padding-bottom: 116px;
}

.well5 {
  padding-top: 112px;
  padding-bottom: 98px;
}

.well6 {
  padding-top: 113px;
  padding-bottom: 111px;
}

.well7 {
  padding-top: 116px;
  padding-bottom: 113px;
}

.well8 {
  padding-top: 148px;
  padding-bottom: 115px;
}

.well9 {
  padding-top: 121px;
  padding-bottom: 123px;
}

.well10 {
  padding-top: 121px;
  padding-bottom: 113px;
}

.well11 {
  padding-top: 116px;
  padding-bottom: 120px;
}

.well12 {
  padding-top: 111px;
  padding-bottom: 99px;
}

.well13 {
  padding-top: 121px;
  padding-bottom: 113px;
}

.well14 {
  padding-top: 116px;
  padding-bottom: 57px;
}

.well15 {
  padding-top: 56px;
  padding-bottom: 123px;
}

.well16 {
  padding-top: 121px;
  padding-bottom: 113px;
}

.well17 {
  padding-top: 10px;
  padding-bottom: 83px;
}

.well18 {
  padding-top: 145px;
  padding-bottom: 173px;
}

@media (max-width: 479px) {
  .well, .well2, .well3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
figure img {
  width: 100%;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding: 76px 0 75px;
  color: #edece8;
  background: #993333;
}
@media (max-width: 991px) {
  footer .box_cnt {
    overflow: hidden;
  }
}
footer .brand_name {
  color: #edece8;
}
footer .brand_slogan {
  color: #eaa226;
  background: #993333;
}
footer .brand + p {
  margin-top: 4px;
}
footer h3 {
  color: #edece8;
  text-align: left;
  font-size: 26px;
  margin-top: 9px;
}
footer article .box_aside {
  margin-right: 22px;
}
footer article p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-top: -2px;
}
@media (max-width: 1199px) {
  footer article p {
    margin-top: 1px;
  }
}
footer article time {
  color: #eaa226;
}
footer article p + time {
  margin-top: 12px;
}
footer article {
  margin-top: 34px;
}
footer article + article {
  margin-top: 28px;
}
footer h3 + p {
  margin-top: 26px;
}
footer p + address {
  margin-top: 21px;
}
footer address {
  color: #fff;
  font-size: 13px;
  line-height: 50px;
}
footer address i {
  font-size: 30px;
  line-height: 30px;
  padding-right: 10px;
  color: #fff;
  position: relative;
}
footer address i.mod1 {
  font-size: 36px;
}
footer address i.mod2 {
  font-size: 24px;
}
footer address i:nth-child(3) {
  top: 6px;
}
footer address a {
  margin-right: 2px;
  display: inline-block;
}
footer address a:hover {
  color: #eaa226;
  text-decoration: none;
}
