@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import "animate.css";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Damion);
@import url(https://fonts.googleapis.com/css?family=Asap:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Satisfy);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: url(../images/bg01.jpg) repeat;
}
a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
p {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
}
p a {
  font: bold 12px/18px 'Lato', sans-serif;
  color: #b20838;
}
p a:hover {
  color: #f52b64;
}
p a:active {
  background: inherit;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-text-size-adjust: none;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  background: #292727;
  border-top: 5px solid #b20838;
  border-bottom: 5px solid #292727;
}
.header-panel {
  position: relative;
}
@media (max-width: 767px) {
  .header-panel {
    margin-bottom: -5px;
  }
}
ul.top-menu {
  position: absolute;
  top: -5px;
  right: -6px;
  padding: 0 24px 0 14px;
  background-color: #b20838;
  border-radius: 5px;
  z-index: 3;
}
ul.top-menu li {
  float: left;
  margin-left: 14px;
}
ul.top-menu li:first-child {
  margin-left: 0;
}
ul.top-menu li,
ul.top-menu li a {
  position: relative;
  color: #fff;
  font: bold 20px/26px 'Lato', sans-serif;
  text-transform: capitalize;
}
ul.top-menu li a:hover {
  text-decoration: none;
}
ul.top-menu li a:hover:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background: #fff;
}
ul.top-menu:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #b20838 transparent transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.top-menu {
    right: 0;
  }
}
@media (max-width: 767px) {
  ul.top-menu {
    left: 0;
    right: 0;
    text-align: center;
    position: relative;
    border-radius: 0;
  }
  ul.top-menu li {
    float: none;
    display: inline-block;
  }
}
#stuck_container {
  border-bottom: 1px solid #383431;
}
#stuck_container .header-wrap {
  position: relative;
  min-height: 81px;
  z-index: 1;
}
#stuck_container .search-wrap {
  position: relative;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #stuck_container .header-wrap {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #stuck_container .header-wrap {
    text-align: center;
    padding-left: 142px;
  }
}
.brand {
  position: relative;
  float: left;
  padding-left: 142px;
  height: 81px;
}
.brand h1 {
  position: absolute;
  top: -2px;
  left: 0;
  background: #b20838;
  width: 142px;
  padding: 12px 20px 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.brand a {
  display: block;
  text-decoration: none;
}
.brand a .logo {
  display: inline-block;
  width: 48px;
  height: 52px;
  background: url("../images/index_icon01.png") no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.brand a .company-name,
.brand a .company-slogan {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.brand a .company-name {
  padding-top: 12px;
  font: bold 38px/33px 'Asap', sans-serif;
}
.brand a .company-slogan {
  font: bold 11px/30px 'Asap', sans-serif;
}
.brand a:hover .logo {
  background: url("../images/index_icon01h.png") no-repeat;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .brand {
    height: 118px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .brand {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .brand {
    position: relative;
    display: block;
    float: none;
    height: auto;
    padding: 0px;
  }
  .brand h1 {
    position: relative;
    display: block;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .brand h1 a {
    display: inline-block;
    position: relative;
  }
  .brand h1 a .company-name {
    display: inline-block;
    padding-top: 15px;
  }
  .brand h1 a .company-slogan {
    display: block;
    position: absolute;
    left: 54px;
    top: -5px;
  }
  .brand .logo {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .brand h1 a .company-name {
    font-size: 34px;
  }
}
ul.social-list_1 {
  padding: 42px 2px 15px 12px;
  height: 24px;
  float: left;
}
ul.social-list_1 li {
  margin-left: 6px;
}
ul.social-list_1 li a {
  width: 14px;
  height: 14px;
  color: #292727;
  background: #cfb896;
  font-size: 14px;
  line-height: 14px;
  padding: 5px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
ul.social-list_1 li a:hover {
  background: #f4b43f;
}
@media (min-width: 980px) and (max-width: 1199px) {
  ul.social-list_1 {
    display: inline-block;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.social-list_1 {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  ul.social-list_1 {
    float: none;
    display: block;
    text-align: center;
    padding-top: 12px;
  }
  ul.social-list_1 li {
    float: none;
    display: inline-block;
  }
}
/* ======================= Search Form ======================= */
#search {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  padding-left: 142px;
  overflow: hidden;
  height: 0;
  z-index: 2;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search.active {
  height: 42px;
}
#search .input_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 40px 11px 6px;
  box-sizing: border-box;
  line-height: 20px;
  border-right: 5px solid #292727;
  border-bottom: 5px solid #292727;
  background-color: #383431;
  -webkit-appearance: none;
  border-radius: 0;
}
#search input {
  display: block;
  width: 100%;
  height: 20px;
  font: normal 16px/20px 'Lato', sans-serif;
  color: #cfb896;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
#search a {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search a:before {
  content: '\f002';
  position: absolute;
  top: -1px;
  right: -1px;
  font: normal 20px/20px 'FontAwesome';
  color: #cfb896;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#search a:hover:before {
  color: #f4b43f;
  text-decoration: none;
}
@media (max-width: 767px) {
  #search {
    position: relative;
    height: auto;
    padding: 0px 0px 12px;
  }
  #search .input_wrap {
    border: none;
  }
}
/* Main menu styles
========================================================*/
nav {
  position: relative;
  z-index: 2;
  float: right;
}
.sf-menu {
  height: 18px;
  margin: 44px 0 19px 0;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin-left: 31px;
}
.sf-menu > li.last-child {
  margin-left: 36px;
}
.sf-menu > li > a:hover,
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  color: #f4b43f;
}
.sf-menu > li > a {
  color: #cfb896;
  font: bold 18px/18px 'Lato', sans-serif;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a .fa {
  font-size: 20px;
  line-height: 15px;
}
.sf-menu a {
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.js-search .fa-search,
.js-search .fa-times {
  width: 19px;
}
.js-search .fa-search {
  display: block;
}
.js-search .fa-times {
  display: none;
}
.js-search.active .fa-search {
  display: none;
}
.js-search.active .fa-times {
  display: block;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 43px;
  left: 50%;
  width: 176px;
  margin-left: -88px;
  background: #fff;
  padding: 17px 0px 21px;
  z-index: 5;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #292727;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
}
.sf-menu ul li a {
  padding: 0 20px;
  display: block;
  color: #ffffff;
  font: normal 12px/35px Arial, "Times New Roman", sans-serif;
}
.sf-menu ul li a:hover {
  background-color: #434040;
}
.sf-menu ul li.sfHover > a {
  background-color: #434040;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 100%;
  margin-left: 0;
  background: #ffffff;
  padding: 10px 0;
  z-index: 4;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.sf-menu ul ul li {
  line-height: 30px;
}
.sf-menu ul ul li a {
  padding: 0 20px;
  color: #424242;
}
.sf-menu ul ul li a:hover {
  background: #b3b3b3;
}
.select-menu {
  display: block;
  width: 100%;
  background: none repeat scroll 0% 0% #383431;
  border: medium none;
  height: 43px;
  color: #CFB896;
  border-top: 1px solid #CFB896;
  outline: none;
  -webkit-appearance: none;
  font: normal 16px/20px 'Lato', sans-serif;
}
@media (min-width: 980px) and (max-width: 1199px) {
  nav {
    float: none;
    display: inline-block;
  }
  .sf-menu {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
  .sf-menu {
    margin-top: 0;
  }
  .sf-menu > li {
    margin-left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    float: none;
    display: block;
  }
  .sf-menu {
    display: none;
    margin: 0 0 12px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #292727;
  padding: 0;
  z-index: 999;
}
.isStuck .social-list_1,
.isStuck .js-search {
  display: none;
}
.isStuck .brand {
  padding-left: 0;
  height: 81px;
}
.isStuck .brand h1 {
  position: relative;
  padding-top: 16px;
  width: auto;
  height: 100%!important;
}
.isStuck .brand h1 .company-name {
  display: inline-block;
}
.isStuck .brand h1 .company-slogan {
  position: absolute;
  top: 9px;
  left: 74px;
}
.isStuck .sf-menu {
  margin: 34px 0 30px 0;
}
.isStuck .sf-menu ul {
  top: 48px;
}
.isStuck .sf-menu ul ul {
  top: -10px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  position: relative;
  margin-top: -1px;
  padding-top: 1px;
  overflow: hidden;
}
/*=================== Wrappers ========================*/
.wrapper_bg01 {
  background: #fefbec;
}
.wrapper_bg02 {
  background: rgba(247, 247, 247, 0.48);
}
.wrapper_1 {
  padding: 66px 0 71px;
}
.wrapper_2 {
  padding-top: 58px;
  padding-bottom: 72px;
}
.wrapper_3 {
  padding-bottom: 54px;
}
.wrapper_4 {
  padding-bottom: 71px;
}
.wrapper_5 {
  padding-top: 18px;
  padding-bottom: 62px;
}
.wrapper_6 {
  padding-bottom: 76px;
}
.wrapper_7 {
  padding-bottom: 60px;
}
/*=================== Headers ========================*/
[class^='h2_'] {
  font: 900 36px/36px 'Lato', sans-serif;
}
.h2_1 {
  color: #b20838;
}
.h2_11 {
  color: #fff;
}
.h2_2 {
  color: #b20838;
}
.h2_3 {
  color: #b20838;
  padding-top: 70px;
  padding-bottom: 37px;
  text-align: center;
}
.h2_3.first {
  padding-top: 114px;
}
.h2_4 {
  color: #b20838;
  padding-bottom: 21px;
  text-align: center;
}
/*=================== Buttons ========================*/
[class^='primary-btn_'] {
  display: inline-block;
  min-width: 170px;
  padding: 12px 20px 11px;
  text-transform: uppercase;
  font: 900 14px/14px "Lato", sans-serif;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
[class^='primary-btn_']:hover {
  text-decoration: none;
}
.primary-btn_1 {
  color: #ffffff;
  background: #000;
}
.primary-btn_1:hover {
  background: #b20838;
}
/*=================== Boxes ========================*/
.box_1 {
  text-align: center;
}
.box_1 img {
  background: #b20838;
  border-radius: 500px;
  margin-bottom: 17px;
}
.box_1 .header {
  padding-bottom: 18px;
}
.box_1 .header,
.box_1 .header a {
  font: 900 italic 24px/24px 'Lato', sans-serif;
  color: #f4b43f;
  text-decoration: none;
}
.box_1 .header a:hover {
  color: #fada9f;
  text-decoration: none;
}
.box_1 .caption {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
}
.box_1 .caption a {
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .box_1 {
    padding-bottom: 30px;
  }
  .box_1 img {
    margin-top: 17px;
  }
}
.box_2 {
  padding-left: 7px;
  padding-right: 47px;
  padding-bottom: 14px;
}
.box_2.last-child {
  padding-bottom: 0;
}
.box_2 img.put-left {
  float: left;
  margin-right: 20px;
  background: #faf8f5;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.05);
  box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.05);
}
.box_2 .header,
.box_2 .header a {
  font: bold italic 18px/18px 'Lato', sans-serif;
  color: #b20838;
  text-decoration: none;
}
.box_2 .header a:hover {
  color: #e30a47;
  text-decoration: none;
}
.box_2 .header {
  padding-bottom: 13px;
  padding-top: 18px;
}
.box_2 .caption {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
}
.box_2 .caption a {
  font-size: 14px;
  line-height: 21px;
}
.box_3 {
  padding-bottom: 26px;
}
.box_3.last-row {
  padding-bottom: 0;
}
.box_3 img {
  -webkit-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.05);
  box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.05);
}
.box_3 .header,
.box_3 .header a {
  font: bold italic 14px/14px 'Lato', sans-serif;
  color: #000;
  text-decoration: none;
}
.box_3 .header a:hover {
  color: #b20838;
  text-decoration: none;
}
.box_3 [class^='icon_'] {
  display: inline-block;
  padding: 15px 0 15px 36px;
}
.box_3 .icon_1 {
  background: url("../images/index_icon10.png") no-repeat -3px 3px;
}
.box_3 .icon_2 {
  background: url("../images/index_icon11.png") no-repeat -2px 3px;
}
.box_3 .icon_3 {
  background: url("../images/index_icon12.png") no-repeat 0 3px;
}
.box_3 .icon_4 {
  background: url("../images/index_icon13.png") no-repeat 0 3px;
}
.box_3 .icon_5 {
  background: url("../images/index_icon14.png") no-repeat -2px 3px;
}
.box_3 .icon_6 {
  background: url("../images/index_icon15.png") no-repeat 0 3px;
}
.box_3 .icon_7 {
  background: url("../images/index_icon16.png") no-repeat 0 3px;
}
.box_3 .icon_8 {
  background: url("../images/index_icon17.png") no-repeat 0 3px;
}
@media (max-width: 767px) {
  .box_3 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .box_3.last-row {
    padding-bottom: 26px;
  }
}
.box_4 {
  margin-bottom: 40px;
}
.box_4.last-row {
  margin-bottom: 0;
}
.box_4 img.put-left {
  float: left;
  margin-top: 3px;
  margin-right: 28px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
}
.box_4 .credits {
  font: 900 italic 18px/20px 'Lato', sans-serif;
  color: #f4b43f;
  padding-bottom: 12px;
}
.box_4 .caption {
  padding-bottom: 29px;
}
.box_4 .caption,
.box_4 .caption a {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
}
.box_4 .caption a:hover {
  color: #b20838;
}
@media (max-width: 1199px) {
  .box_4 .img-wrap {
    text-align: center;
  }
  .box_4.last-row {
    margin-bottom: 40px;
  }
  .box_4 img.put-left {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .box_4 img {
    width: 100%;
  }
}
.box_5 {
  text-align: center;
}
.box_5 .header,
.box_5 .credits,
.box_5 .header a,
.box_5 .credits a {
  font: 900 italic 18px/22px 'Lato', sans-serif;
  color: #b20838;
  text-decoration: none;
}
.box_5 .header a:hover,
.box_5 .credits a:hover {
  color: #e30a47;
  text-decoration: none;
}
.box_5 .header {
  padding-bottom: 12px;
}
.box_5 .credits {
  line-height: 13px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .box_5 {
    margin-bottom: 36px;
  }
}
.box_6 {
  position: relative;
  padding-left: 100px;
}
.box_6 img.put-left-abs {
  position: absolute;
  max-width: 82px;
  left: 1px;
  top: -1px;
  background: #faf8f5;
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.05);
  box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.05);
}
.box_6 .header,
.box_6 .header_1,
.box_6 .credits,
.box_6 .header a,
.box_6 .header_1 a,
.box_6 .credits a {
  font: bold italic 18px/18px 'Lato', sans-serif;
  color: #b20838;
  text-decoration: none;
}
.box_6 .header a:hover,
.box_6 .header_1 a:hover,
.box_6 .credits a:hover {
  color: #e30a47;
  text-decoration: none;
}
.box_6 .header_1,
.box_6 .credits,
.box_6 .header_1 a,
.box_6 .credits a {
  font-weight: 900;
}
.box_6 .header_1 {
  padding-bottom: 12px;
}
.box_6 .credits {
  line-height: 13px;
  padding-bottom: 6px;
}
.box_6 .caption {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
}
.box_6 .caption a {
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .box_6 {
    margin-bottom: 36px;
  }
}
@media (max-width: 479px) {
  .box_6 {
    padding-left: 0;
  }
  .box_6 img.put-left-abs {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 82px;
  }
}
.box_7 {
  margin-top: -3px;
}
.box_7 img.put-left {
  float: left;
  border: 6px solid #fff;
  margin-top: 3px;
  margin-right: 30px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
}
.box_7 .header {
  padding-bottom: 12px;
}
.box_7 .header,
.box_7 .header a {
  font: 900 italic 18px/21px 'Lato', sans-serif;
  color: #b20838;
  text-decoration: none;
}
.box_7 .header a:hover {
  color: #e30a47;
}
.box_7 .caption {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
  padding-bottom: 29px;
  padding-right: 40px;
}
.box_7 .caption a {
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .box_7 .img-wrap {
    text-align: center;
  }
  .box_7 img.put-left {
    float: none;
    display: inline-block;
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .box_7 img.put-left {
    width: 100%;
  }
}
.box_8 {
  padding-bottom: 38px;
}
.box_8.last-row {
  padding-bottom: 0;
}
.box_8 .header {
  padding-top: 13px;
  padding-bottom: 10px;
}
.box_8 .header,
.box_8 .header a {
  font: 900 italic 18px/22px 'Lato', sans-serif;
  color: #f4b43f;
  text-decoration: none;
}
.box_8 .header a:hover {
  color: #f7c76f;
  text-decoration: none;
}
.box_8 .caption {
  font: normal 14px/21px 'Lato', sans-serif;
}
@media (max-width: 767px) {
  .box_8.last-row {
    padding-bottom: 38px;
  }
}
.box_9 {
  margin-top: -5px;
  padding-bottom: 38px;
  margin-bottom: 42px;
  border-bottom: 1px solid #846856;
}
.box_9.last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.box_9 img.put-left {
  float: left;
  margin-top: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
}
.box_9 .header {
  padding-top: 13px;
  padding-bottom: 10px;
}
.box_9 .header,
.box_9 .header a {
  font: 900 italic 18px/22px 'Lato', sans-serif;
  color: #b20838;
  text-decoration: none;
}
.box_9 .header a:hover {
  color: #e30a47;
  text-decoration: none;
}
.box_9 .header:first-child {
  padding: 0;
}
.box_9 .credits,
.box_9 .credits a {
  font: 900 italic 18px/22px 'Lato', sans-serif;
  color: #f4b43f;
  text-decoration: none;
}
.box_9 .credits a:hover {
  color: #f7c76f;
  text-decoration: none;
}
.box_9 .caption {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
  padding-bottom: 37px;
}
.box_9 .caption_1 {
  font: 900 italic 14px/22px 'Lato', sans-serif;
  color: #000;
  text-decoration: none;
  padding-bottom: 36px;
}
@media (max-width: 1199px) {
  .box_9 .img-wrap {
    text-align: center;
  }
  .box_9 img.put-left {
    float: none;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .box_9 img {
    width: 100%;
  }
}
[class^='header-box_'] {
  text-align: center;
}
[class^='header-box_'] h2 {
  position: relative;
}
[class^='header-box_'] img.center-abs {
  position: absolute;
  z-index: -1;
}
[class^='header-box_'] .caption {
  font: bold 16px/16px 'Lato', sans-serif;
  color: #b20838;
}
[class^='header-box_'] .caption .toCaps {
  text-transform: uppercase;
}
[class^='header-box_'].first {
  padding-top: 73px;
}
.header-box_1 {
	padding-top: 31px;
	color: #FFFFFF;
}
.header-box_1 h2 {
  padding-top: 41px;
  padding-bottom: 13px;
}
.header-box_1 img.center-abs {
  left: 50%;
  margin-left: -44px;
  top: 0px;
}
.header-box_1 .caption {
	padding-bottom: 39px;
	color: #FFFFFF;
}
.header-box_2 {
  padding-top: 31px;
}
.header-box_2 h2 {
  padding-top: 41px;
  padding-bottom: 13px;
}
.header-box_2 img.center-abs {
  left: 50%;
  margin-left: -52px;
  top: -5px;
}
.header-box_2 .caption {
  padding-bottom: 36px;
}
.header-box_3 {
  padding-bottom: 81px;
}
.header-box_3 .header {
  font: normal 21px/34px 'Lato', sans-serif;
  color: #b20838;
}
.header-box_3 .header:after {
  content: '';
  display: block;
  margin: 0 auto;
  max-width: 358px;
  height: 1px;
  background: #836755;
  margin-top: 17px;
  margin-bottom: 26px;
}
.header-box_3 .caption {
  font: normal 27px/27px 'Satisfy', cursive;
  color: #b20838;
}
/*=================== Default list ========================*/
ul.default-list {
  padding-top: 2px;
}
ul.default-list li {
  padding-top: 8px;
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
}
ul.default-list li a {
  font-size: 14px;
  line-height: 21px;
  color: #404040;
  text-decoration: none;
}
ul.default-list li a:hover {
  color: #b20838;
  text-decoration: none;
}
ul.default-list li:before {
  content: '-';
  color: #b20838;
  font-size: 18px;
  padding-right: 10px;
}
/*=================== Terms List ========================*/
dl.terms-list {
  text-align: center;
  margin-top: -5px;
}
dl.terms-list dt {
  font: 900 italic 18px/22px 'Lato', sans-serif;
  color: #b20838;
  padding-bottom: 11px;
}
dl.terms-list dd {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
  padding-bottom: 35px;
}
dl.terms-list dd.last-child {
  padding-bottom: 15px;
}
dl.terms-list a {
  font: 900 italic 14px/21px 'Lato', sans-serif;
  color: #b20838;
  text-decoration: none;
}
dl.terms-list a:hover {
  color: #e30a47;
  text-decoration: none;
}
/*=================== Ligthbox ========================*/
a[data-type='lightbox'] {
  background: url('../images/magnify.png') no-repeat -500px 500px;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
}
a[data-type='lightbox'].orange {
  background: url('../images/magnify_orange.png') no-repeat -500px 500px;
}
a[data-type='lightbox'] img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a[data-type='lightbox']:hover {
  background-position: center center;
}
a[data-type='lightbox']:hover img {
  opacity: 0.2;
}
/*=================== Video ========================*/
.video {
  display: block;
  width: 100%;
  height: 221px;
  border: none;
  background: #ffffff;
  max-width: 455px;
  padding: 6px;
  margin: 37px auto 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
}
/*=================== Video Link ========================*/
a[data-type='video'] {
  display: block;
  margin: 37px auto 0;
  position: relative;
  text-decoration: none;
  padding: 6px;
  background: #ffffff;
  max-width: 455px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
}
a[data-type='video'] img {
  width: 100%;
  height: auto;
}
a[data-type='video']:after {
  content: '\f144';
  position: absolute;
  left: 50%;
  margin-left: -39px;
  top: 50%;
  margin-top: -44px;
  color: #fff;
  font: normal 77px/77px 'FontAwesome';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.83;
}
a[data-type='video']:hover:after {
  color: #000;
}
@media (max-width: 767px) {
  a[data-type='video'] {
    margin-top: 0;
  }
}
/*=================== Map ========================*/
.map_1 {
  width: 100%;
  height: 453px;
}
@media (max-width: 767px) {
  .map_1 {
    height: 200px;
  }
}
.map_2 {
  width: 100%;
  height: 416px;
  margin-bottom: 42px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.15);
}
@media (max-width: 767px) {
  .map_2 {
    height: 200px;
  }
}
/*=================== Rate ========================*/
.rate {
  margin-bottom: 22px;
  padding-top: 13px;
  padding-right: 7px;
}
.rate + .color1 {
  position: relative;
  top: -2px;
  margin-top: -1px;
}
.rate span {
  display: inline-block;
}
.rate span + span {
  float: right;
}
.rate li {
  font: normal 14px/22px 'Lato', sans-serif;
  color: #404040;
}
.rate li + li {
  margin-top: 21px;
}
.rate .scale {
  border: 1px solid #846856;
  padding: 1px;
}
.rate .scale div {
  height: 7px;
  position: relative;
}
.rate .scale div .prog {
  position: absolute;
  left: 0;
  background-color: #000;
  top: 0;
  bottom: 0;
  width: 39%;
}
.rate .scale div .prog.w39 {
  width: 39%;
}
.rate .scale div .prog.w31 {
  width: 31%;
}
.rate .scale div .prog.w20 {
  width: 20%;
}
.rate .scale div .prog.w11 {
  width: 11%;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  border-top: 4px solid #292727;
  position: relative;
}
#footer .header {
  font: 900 16px/23px 'Lato', sans-serif;
  color: #b20838;
  padding-bottom: 21px;
  text-transform: uppercase;
}
#footer .footer-wrap_1 {
  padding-top: 66px;
  padding-bottom: 62px;
  background: #fefbec;
}
#footer .footer-wrap_2 {
  position: relative;
}
#footer .footer-wrap_2:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #72523f;
  top: 2px;
  left: -31px;
}
#footer .info {
  margin-top: 1px;
  text-align: center;
  padding-bottom: 61px;
  padding-top: 56px;
  background: rgba(254, 251, 236, 0.78);
}
#footer .info,
#footer .info a {
  font: normal 14px/14px 'Lato', sans-serif;
  text-decoration: none;
  color: #404040;
}
#footer .info a {
  font-weight: 900;
  text-transform: uppercase;
  color: #b20838;
}
#footer .info a:hover {
  color: #e30a47;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #footer .footer-wrap_2:before {
    left: -21px;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .footer-wrap_2:before {
    display: none;
  }
}
@media (max-width: 479px) {
  #footer .info a {
    display: block;
  }
}
/*=================== Footer list ========================*/
ul.footer-list > li {
  float: left;
  margin-left: 60px;
  padding-bottom: 21px;
}
ul.footer-list > li:first-child {
  min-width: 70px;
  margin-left: 0;
}
ul.footer-list ul li,
ul.footer-list ul li a {
  font: normal 14px/23px 'Lato', sans-serif;
  color: #404040;
  text-decoration: none;
}
ul.footer-list ul li a {
  text-transform: capitalize;
}
ul.footer-list ul li.current a,
ul.footer-list ul li a:hover {
  color: #b20838;
  text-decoration: none;
}
@media (max-width: 767px) {
  ul.footer-list {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  ul.footer-list > li {
    float: none;
    display: block;
    margin-left: 0;
  }
}
/*=================== Address ========================*/
.address_1,
.address_1 dl dt,
.address_1 dl dd,
.address_1 a {
  font: normal 14px/23px 'Lato', sans-serif;
  color: #404040;
}
.address_1 a {
  text-decoration: none;
}
.address_1 a:hover {
  color: #b20838;
}
.address_1 dl {
  padding-bottom: 23px;
}
.address_1 dl dt,
.address_1 dl dd {
  display: inline-block;
}
@media (max-width: 767px) {
  .address_1 {
    padding-bottom: 22px;
  }
}
.address_2 {
  margin-top: -4px;
}
.address_2 .header {
  font: 900 italic 18px/22px 'Lato', sans-serif;
  color: #b20838;
  padding-bottom: 10px;
}
.address_2,
.address_2 dl dt,
.address_2 dl dd {
  font: normal 14px/21px 'Lato', sans-serif;
  color: #404040;
}
.address_2 a {
  text-decoration: none;
  color: #b20838;
}
.address_2 a:hover {
  color: #e30a47;
}
.address_2 dl {
  padding-bottom: 23px;
}
.address_2 dl dt,
.address_2 dl dd {
  display: inline-block;
}
.address_2 dl dd {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .address_2 {
    padding-bottom: 22px;
  }
}
/*=================== Social List 2 ========================*/
ul.social-list_2 {
  margin-top: -6px;
  display: block;
  width: 100%;
  height: 32px;
  float: none;
  padding-bottom: 96px;
}
ul.social-list_2 li {
  display: inline-block;
  margin-left: 21px;
}
ul.social-list_2 li:first-child {
  margin-left: 0;
}
ul.social-list_2 li a {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.social-list_2 li a.fa {
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 31px;
  line-height: 32px;
}
ul.social-list_2 li a:hover {
  color: #b20838;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.social-list_2 {
    text-align: center;
  }
  ul.social-list_2 li {
    margin: 5px 10px;
    float: none;
  }
  ul.social-list_2 li a.fa {
    width: auto;
  }
}
@media (max-width: 767px) {
  ul.social-list_2 {
    text-align: center;
  }
  ul.social-list_2 li {
    float: none;
    display: inline-block;
  }
}
/* ======================== Subscribe Form =========================== */
#subscribe-form {
  margin-top: -7px;
  position: relative;
  letter-spacing: -2px;
}
#subscribe-form input {
  display: block;
  width: 285px;
  height: 26px;
  margin: 0;
  padding: 0 9px;
  background: #fff;
  color: #b19e90;
  border: 1px solid #b20838;
  font: normal 12px 'Lato', sans-serif;
  line-height: 26px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
#subscribe-form label {
  display: inline-block;
  position: relative;
}
#subscribe-form .error {
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  overflow: hidden;
  height: 0px;
  font-size: 10px;
  color: #b20838;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#subscribe-form .success {
  display: block;
  width: 100%;
  color: #000;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -20px;
  font: normal 10px Arial, "Times New Roman", sans-serif;
  line-height: 23px;
  letter-spacing: normal;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form .primary-btn_1 {
  font: bold 13px/26px 'Lato', sans-serif;
  color: #fff;
  background: #b20838;
  min-width: 83px;
  max-height: 26px;
  padding: 0 10px;
  text-align: center;
  letter-spacing: normal;
}
#subscribe-form .primary-btn_1:hover {
  background: #e30a47;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #subscribe-form input {
    width: 215px;
  }
}
@media (max-width: 979px) {
  #subscribe-form input {
    width: 100%;
  }
  #subscribe-form label {
    display: block;
  }
  #subscribe-form .primary-btn_1 {
    margin-top: 4px;
  }
}
@media (max-width: 479px) {
  #subscribe-form {
    padding-right: 0;
  }
  #subscribe-form .primary-btn {
    margin-top: 10px;
    display: block;
    position: relative;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #404040;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #b20838;
}
/* =================  Social List ============== */
[class^='social-list_'] li {
  float: left;
}
[class^='social-list_'] li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 500px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*Core variables and mixins*/
