@charset "utf-8";
img, object, embed, video {
  max-width: 100%;
}
html, body {
  width: auto !important;
  overflow-x: hidden !important;
  background: #fdfdfa;
  color: #3a3a3c;
  font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}
.fluid {
  clear: both;
  margin-left: 0;
  width: 100%;
  float: left;
  display: block;
}
.fluidList {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/*fonts*/
@font-face {
  font-family: 'Cera GR';
  src: url('Cera GR.otf') format('opentype');
}
@font-face {
  font-family: 'Lato-Thin';
  src: url('Lato-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Light';
  src: url('Lato-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('Lato-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Black';
  src: url('Lato-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BebasNeue-Regular';
  src: url('BebasNeue-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Variane Script';
  src: url('Variane Script.ttf') format('truetype');
}
/*slideshow*/
.button {
  color: #fff;
  background-color: #3a3a3c;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  padding: 7px 10px 5px 11px;
  border: 1px solid #ffffff;
  font-family: 'BebasNeue-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #f7efd1;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}
/*////////////////////////////////////////////////*/
/*video*/
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.js-video.widescreen {
  padding-bottom: 56.34%;
}
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/*............*/
/*links*/
/*mobile menu*/
hr.mobile_menu {
  border-top: 1px solid #3a3a3c;
  width: 100%;
  margin: 10px auto;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  background-color: #c9d8c5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  border-right: 1px solid #e8d6d2;
}
.sidenav a {
  text-align: left;
  padding: 0px 20px 0px 32px;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  color: #3a3a3c;
  display: block;
  transition: 0.3s;
  padding-top: 0px;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidenav a:hover, .offcanvas a:focus {
  color: #f6f3ee;
  background-color: #3a3a3c;
}
.sidenav.closebtn {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 100px;
  margin-left: 0px;
  padding-top: 0px;
}
.close {
  font-size: 28px;
}
/*Main Navigation*/
.sc_holder_01 {
  display: block;
  position: relative;
  width: 100%;
  margin-left: 0%;
  margin-top: 0px;
  background-color: #c9d8c5;
  text-align: center;
  padding: 0px;
}
.sc_menu_m {
  display: block;
  display: flex;
  flex-flow: row wrap;
  justify-content:flex-start;
  top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  background-color: #c9d8c5;
  border-bottom: 0px solid #e8d6d2;
}
.sc_menu_m_l {
  display: block;
  top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 10%;
  min-width: 50px;
  text-align: left;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 6px;
  padding-left: 20px;
}
.sc_menu_m_r {
  display: block;
  top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 75%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.sc_menu_m_r_logo {
  display: block;
  top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 0px 3px 0px;
  background: #fdfdfa;
}
.sc_holder_menu_l {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  float: right;
  width: auto;
  margin-right: 0px;
  margin-top: 0px;
  text-align: right;
  padding: 0px 0px 0px 0px;
}
.sc_holder_menu_r {
  display: block;
  float: right;
  position: relative;
  clear: none;
  width: auto;
  margin-right: 0px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.0);
  text-align: right;
  padding: 0px 0px 0px 0px;
}
/*links*/
.navigation {
  margin: 0px;
  width: 100%;
  padding: 0;
  text-align: left;
  list-style: none;
}
.navigation li {
  display: block;
  float: left;
  width: auto;
  color: #535355;
  margin-right: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.0);
  border-left: 0px solid #7d7d7d;
  border-right: 0px solid #7d7d7d;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.navigation li a {
  display: block;
  font-weight: normal;
  color: #3a3a3c;
  text-decoration: none;
  text-decoration-color: #eecd8f;
  text-decoration-thickness: 1px: -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 10px 10px 5px 10px;
  border-bottom: 0px solid #647a84;
}
.navigation li a:visited {
  display: block;
  color: #3a3a3c;
  text-decoration: none;
  text-decoration-color: #eecd8f;
  text-decoration-thickness: 1px: -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 10px 10px 5px 10px;
  border-bottom: 0px solid #647a84;
}
.navigation li a:hover {
  display: block;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
}
/*Common links*/
a.lt1:link {
  color: #3a3a3c;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lt1:visited {
  color: #3a3a3c;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lt1:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #3a3a3c;
  text-decoration-thickness: 1px;
}
a.ls1:link {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.ls1:visited {
  color: #FFF;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.ls1:hover {
  color: #73383c;
  text-decoration: underline;
  text-decoration-color: #f6d8d0;
  text-decoration-thickness: 3px;
}
a.lb1:link {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lb1:visited {
  color: #a0a0a0;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lb1:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #f6d8d0;
  text-decoration-thickness: 3px;
}
a.plb1:link {
  color: #492A15;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.plb1:visited {
  color: #492A15;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.plb1:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #f6d8d0;
  text-decoration-thickness: 1px;
}
a.lf1:link {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lf1:visited {
  color: #FFF;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lf1:hover {
  color: #73383c;
  text-decoration: underline;
  text-decoration-color: #f6d8d0;
  text-decoration-thickness: 3px;
}
a.lu1:link {
  color: #d4d5d9;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lu1:visited {
  color: #d4d5d9;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lu1:hover {
  color: #c9d8c5;
}
a.lm1:link {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lm1:visited {
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lm1:hover {
  color: #73383c;
  text-decoration: underline;
  text-decoration-color: #f6d8d0;
  text-decoration-thickness: 3px;
}
a.lkw1:link {
  color: #6d3b20;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  text-decoration-thickness: 1px;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lkw1:visited {
  color: #6d3b20;
  text-decoration: none;
  text-decoration-thickness: 1px;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lkw1:hover {
  color: #965253;
  text-decoration: underline;
  text-decoration-color: #f6d8d0;
  text-decoration-thickness: 3px;
}
a.lr1:link {
  font-size: 21px;
  font-weight: normal;
  color: #965253;
  text-decoration: underline;
  text-decoration-color: #1c5572;
  text-decoration-thickness: 2px;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lr1:visited {
  font-size: 21px;
  font-weight: normal;
  color: #965253;
  text-decoration: underline;
  text-decoration-color: #1c5572;
  text-decoration-thickness: 2px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lr1:hover {
  color: #2d2d2d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #1e1e1e;
}
a.lr2:link {
  font-size: 21px;
  font-weight: normal;
  color: #73383c;
  text-decoration: underline;
  text-decoration-color: #1c5572;
  text-decoration-thickness: 2px;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lr2:visited {
  font-size: 21px;
  font-weight: normal;
  color: #965253;
  text-decoration: underline;
  text-decoration-color: #1c5572;
  text-decoration-thickness: 2px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lr2:hover {
  color: #2d2d2d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #1e1e1e;
}
a.lr3:link {
  font-size: 21px;
  font-weight: normal;
  color: #fffef2;
  text-decoration: underline;
  text-decoration-color: #eecd8f;
  text-decoration-thickness: 2px;
  font-family: 'BebasNeue-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lr3:visited {
  font-size: 21px;
  font-weight: normal;
  color: #fffef2;
  text-decoration: underline;
  text-decoration-color: #1c5572;
  text-decoration-thickness: 2px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lr3:hover {
  color: #2d2d2d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #1e1e1e;
}
a.lr4:link {
  font-size: 21px;
  font-weight: normal;
  color: #fffef2;
  text-decoration: underline;
  text-decoration-color: #1c5572;
  text-decoration-thickness: 2px;
  font-family: 'BebasNeue-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lr4:visited {
  font-size: 21px;
  font-weight: normal;
  color: #fffef2;
  text-decoration: underline;
  text-decoration-color: #eecd8f;
  text-decoration-thickness: 2px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.lr4:hover {
  color: #2d2d2d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #1e1e1e;
}
a.l1:link {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
a.l1:visited {
  color: #FFF;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .75s;
}
a.l1:hover {
  color: #73383c;
  text-decoration: underline;
  text-decoration-color: #f6d8d0;
  text-decoration-thickness: 3px;
}
a.lft1:link {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
  font-family: 'BebasNeue-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.lft1:visited {
  color: #FFF;
  text-decoration: none;
  font-size: 22px;
  font-family: 'Cera GR', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -o-transition: .7s;
  -ms-transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s;
}
a.lft1:hover {
  color: #f6d8d0;
  text-decoration: none;
}
a.lju1:link {
  color: #fff;
  background-color: #3a3a3c;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  padding: 7px 10px 5px 11px;
  border: 1px solid #ffffff;
  font-family: 'BebasNeue-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #f7efd1;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
a.lju1:visited {
  color: #fff;
  background-color: #3a3a3c;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  padding: 7px 10px 5px 11px;
  border: 1px solid #ffffff;
  font-family: 'BebasNeue-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #f7efd1;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
}
a.lju1:hover {
  background-color: #fcf5df;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
}
/*end links*/
/* /////////////////////////////////*/
/* /////////////////////////////////*/
/* /////////////////////////////////*/
/* Mobile Layout: 480px and below. */
.gridContainer {
  width: 100%;
}
/*..........*/
body {
  overflow-x: hidden;
  margin-top: 0px;
  margin-left: 0px;
  color: #000;
}
/*SPACING*/
a.anchor {
  display: block;
  position: relative;
  top: 0px;
  visibility: hidden;
}
/*TITLES-TEXT*/
.wrapper_brw01_banner {
  display: flex;
  justify-content: center;
  width: 95%;
  height: auto;
  margin: 0 auto;
  background-color: #f6f3ee;
}
/*//////TITLES//////*/
.spt_ncn_2e {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
  background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #c9d8c5 60%, #c9d8c5 100%);
}
.spt_ncn_2f {
  display: block;
  width: 0%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 30px 10px 30px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
  background-color: #c9d8c5;
}
.spt_ncn_2e_c02 {
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
  background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #e8d6d2 60%, #f2e4e1 100%);
}
.spt_ncn_2f_c02 {
  display: block;
  width: 10%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 30px 10px 30px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
  background-color: #f2e4e1;
}
/*NAV*/
.container_nv {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 1px;
  box-shadow: 0px 0px 0px #cdcdcd;
}
.container_tnv {
  display: none;
  justify-content: center;
  top: 0;
  width: 100%;
  height: auto;
  margin-left: 0%;
  background: #c9d8c5;
  text-align: center;
  padding: 2px 0px 2px 0px;
  border-bottom: thin solid #cccccc;
  font-family: 'BebasNeue-Regular', Arial, sans-serif;
}
.cn_tnv01a {
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  max-width: 600px;
  margin-top: 0%;
  margin-left: 0%;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  word-spacing: 3px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.cn_tnv01b {
  display: none;
  justify-content: flex-end;
  align-items: center;
  float: right;
  width: 50%;
  height: auto;
  max-width: 600px;
  margin-top: 0%;
  margin-left: 0%;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  word-spacing: 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.container_lnv {
  display: none;
  justify-content: center;
  top: 0;
  width: 100%;
  height: auto;
  margin-left: 0%;
  margin-top: 0%;
  background: #fdfdfa;
  text-align: center;
  padding: 2px 0px 2px 0px;
  border-bottom: thin solid #cccccc;
  font-family: 'BebasNeue-Regular', Arial, sans-serif;
}
.cn_lnv01a {
  display: none;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  word-spacing: 3px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.cn_lnv01b {
  display: none;
  justify-content: flex-end;
  float: right;
  width: 50%;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  word-spacing: 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.container_trw01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_trw01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.tcn01 {
  display: block;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 40px 0px 0px 0px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  word-spacing: 10px;
}
.tad01 {
  display: none;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 40px 5px 5px 5px;
  box-sizing: border-box;
}
.container_brw01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
  color: #000;
}
.wrapper_brw01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fffef2;
}
.bdclcn05 {
  display: block;
  height: 120px;
  max-height: 120px;
  width: 100%;
  min-width: auto;
  max-width: 98%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  background-size: cover;
  background-position: 80% center;
  background-repeat: no-repeat;
  background-color: #819983;
}
.bcn01 {
  display: block;
  width: 100%;
  height: 15px;
  min-width: 632px;
  max-width: 1100px;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
  text-align: left;
  color: #3a3a3c;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  background-color: #f6f3ee;
}
.bad01 {
  display: none;
  width: 30%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border-left: thin solid #cdcdcd;
}
.container_menu01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_menu01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.menu01 {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.menu01_hp {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 0px 0px 0px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
}
.wrapper_menun01 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
.menu_ad01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-left: 0px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.menu_ncn_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 20px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  text-align: center;
}
.menu_ncn_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 20px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  text-align: center;
  border-left: 0px solid #cdcdcd;
}
.menu_ncn_3a {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.menu_ncn_3b {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.menu_ncn_3c {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.menu_ncn_4a {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.menu_ncn_4b {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.menu_ncn_4c {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.menu_ncn_4d {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-left: 1px dotted #444444;
}
/*///////AD CONTAINERS////////*/
.as_ad01 {
  display: block;
  width: 428px;
  height: 68px;
  min-width: 300px;
  margin-top: 0px;
  margin-left: 0%;
  padding: 2px 20px 2px 20px;
  box-sizing: border-box;
  color: #fff;
  background-color: #278396;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
/*///////SPECIALTY CONTAINERS////////*/
/*ACCORDIAN*/
.accordion {
  color: #3a3a3c;
  background-color: #fdfdfa;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #cdcdcd;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.active, .accordion:hover {
  color: #fff;
  background-color: #819983;
}
.accordion:after {
  content: '\002B';
  color: #000;
  background-color: #fffef7;
  font-weight: bold;
  font-size: 25px;
  float: right;
  margin-left: 5px;
  border-bottom: 2px solid #819983;
}
.active:after {
  content: "\2212";
}
.panel {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  background-color: #fffef7;
  transition: max-height 0.2s ease-out;
}
/*//RATING//*/
.checked {
  color: #819983;
}
/*//CONTACT//*/
input.emf {
  font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  border: thin solid #8F8F8F;
  background-color: #fff;
  font-size: 20px;
}
textarea.emf {
  font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  border: thin solid #8F8F8F;
  background-color: #fff;
  font-size: 20px;
}
input.btn_subscribe01 {
  font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: thin solid #ccc;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 68px 7px 68px;
  text-decoration: none;
}
/*//RECIPE//*/
.container_recipe_rw01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_recipe_rw01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wrapper_recipe_cn {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.spt_rec_main_rw01 {
  display: block;
  margin-top: 0px;
  margin-left: 0%;
  padding: 30px 10px 20px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 17px;
  text-align: center;
  border-right: 0px solid #cdcdcd;
}
.spt_rec_main_rw02 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  background-color: #fffef2;
  color: #000;
  font-size: 17px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.spt_rec_main_rw03 {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-left: 0%;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  background-color: #f8e2b4;
  color: #000;
  font-size: 15px;
  text-align: left;
  border-top: 1px solid #1c5572;
  border-bottom: 6px solid #1c5572;
}
.spt_rec_main_rw04 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 10px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 17px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.rec_art_1a {
  display: block;
  margin-top: 10px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  text-align: left;
  border-right: 1px solid #cdcdcd;
}
.rec_faq_1a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #3a3a3c;
  background-color: #c9d8c5;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.rec_faq_1b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #f6f3ee;
  background-color: #505051;
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  font-family: 'Variane Script', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rec_faq_2a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  background-color: #c9d8c5;
  font-size: 18px;
  text-align: justify;
}
.wrapper_rec_menu_01 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
.recipe_cn01 {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-left: 0%;
  padding: 10px 20px 0px 20px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef2;
  font-size: 16px;
  text-align: center;
  border-top: 10px solid #444444;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.recipe_cn02 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  background-color: #eecd8f;
  font-size: 16px;
  border: 1px dashed #444444;
}
.recipe_cn03 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef2;
  text-align: left;
  font-size: 17px;
  border: 1px dashed #444444;
  border-bottom: 1px dashed #444444;
}
.recipe_cn04 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 20px 0px 20px;
  box-sizing: border-box;
  color: #000;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  border: 1px dashed #cdcdcd;
}
.recipe_cn04_title {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #d6bda9;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #492A15;
}
.recipe_cn04a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  border-right: 1px dashed #cdcdcd;
  border-left: 1px dashed #cdcdcd;
}
.recipe_cn04b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  border-top: 1px dashed #cdcdcd;
  border-right: 1px dashed #cdcdcd;
  border-left: 1px dashed #cdcdcd;
}
.recipe_cn05 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0%;
  padding: 0px 20px 30px 20px;
  box-sizing: border-box;
  color: #000;
  background: #efede9;
  font-size: 14px;
  text-align: center;
  border-top: 4px solid #2d2d2d;
  border-bottom: 8px solid #2d2d2d;
}
.recipe_ncn_1a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 0px 8px 0px;
  box-sizing: border-box;
  background-color: #1c5572;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px dashed #fffef2;
  border-right: 1px dashed #fffef2;
  font-family: 'BebasNeue-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipe_ncn_1b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 0px 8px 0px;
  box-sizing: border-box;
  background-color: #1c5572;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px dashed #fffef2;
  border-right: 0px dashed #cdcdcd;
  font-family: 'BebasNeue-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipe_ncn_1c {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 0px 8px 0px;
  box-sizing: border-box;
  background-color: #1c5572;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  border-right: 1px dashed #cdcdcd;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipe_ncn_1d {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 0px 8px 0px;
  box-sizing: border-box;
  background-color: #1c5572;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipe_ncn_1e {
  display: block;
  width: 33%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 3px 0px 4px 0px;
  box-sizing: border-box;
  background: #444444;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-left: 0px dotted #444444;
  border-bottom: 0px solid #cdcdcd;
}
.recipe_ncn_1f {
  display: block;
  width: 34%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 2px 0px 2px 0px;
  box-sizing: border-box;
  background: #444444;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-left: 1px dotted #fbfbfa;
  border-bottom: 0px solid #cdcdcd;
}
.recipe_ncn_1g {
  display: block;
  width: 33%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 2px 0px 2px 0px;
  box-sizing: border-box;
  background: #444444;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-left: 1px dotted #fbfbfa;
  border-bottom: 0px solid #cdcdcd;
}
.recipe_ad01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-left: 0px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.recipe_label01 {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(100, 100, 35, 0.0);
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px solid #545454;
}
.content_holder_recipe_label {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
  clear: none;
  color: #000;
  padding-top: 0px;
}
.content_label01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
  margin-bottom: 8px;
  clear: none;
  background-color: #2d2d2d;
  color: #ffffff;
  text-align: left;
  font-weight: normal;
  font-size: 17px;
  padding: 0px;
  border: 1px solid #cccccc;
}
.content_label01a {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(100, 100, 35, 0.0);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px solid #545454;
}
.content_label01b {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 0px;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.content_label01b01 {
  display: block;
  width: 50%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #283653;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_label01b02 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_label01b03 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_label01c {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
.content_label01c01 {
  display: block;
  width: 48%;
  height: auto;
  margin-left: 2%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #283653;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_label01c01a {
  display: block;
  width: 44%;
  height: auto;
  margin-left: 6%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #283653;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_label01c02 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_label01c03 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
/*//Recipes-Pair//*/
.container_pair01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_pair01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.pair01 {
  display: flex;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
.wrapper_pairn01 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
}
.pair_ad01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 1px solid #cdcdcd;
}
.pair_01 {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.pair_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
.pair_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
}
.content_holder_pair_label {
  display: block;
  width: 96%;
  height: auto;
  margin-top: 0px;
  margin-left: 2%;
  clear: none;
  color: #000;
  padding-top: 0px;
}
.content_pair_label01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: 0%;
  margin-bottom: 8px;
  clear: none;
  background-color: #ffffff;
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  padding: 0px;
  border: 1px dashed #000000;
}
.content_pair_label01a {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: #efede9;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px solid #545454;
}
.content_pair_label01b {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 0px;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.content_pair_label01b01 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #283653;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_pair_label01b02 {
  display: block;
  width: 70%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_pair_label01c {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #444444;
}
.content_pair_label01c01 {
  display: block;
  width: 25%;
  height: auto;
  margin: auto;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #283653;
  text-align: left;
  font-weight: normal;
  font-size: 17px;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border: 0px solid #444444;
}
.content_pair_label01c02 {
  display: block;
  width: 70%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding: 0px;
  border-left: 1px dashed #444444;
}
/*//VIDEO//*/
.container_vrw01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_vrw01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.vcn01 {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  background-color: #efede9;
  color: #000;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.container_vrw02 {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_vrw02 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fbfaf8;
}
.vcn02 {
  display: block;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  margin-top: 0px;
  margin-left: 0%;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: right;
  border-top: 0px solid #cdcdcd;
  border-bottom: 0px solid #cdcdcd;
}
.vad01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 0px 10px 0px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-left: 0px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.vpdt01 {
  display: block;
  width: 100%;
  min-width: 632px;
  max-width: 1100px;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: center;
}
/*//////NUT-CHART//////*/
.container_chart_rw01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
  color: #000;
}
.wrapper_chart_rw01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wrapper_chart_cn {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  border-top: 20px solid #2d2d2d;
  border-bottom: 20px solid #2d2d2d;
}
.chart_cn01 {
  display: block;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
.chart_ncn_1a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10% 0px 10%;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
.chart_ncn_1b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10% 0px 10%;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
  border-bottom: 0px solid #cdcdcd;
}
.chart_ad01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px;
  padding-top: 100px;
  background-color: #fff;
  border-left: 0px solid #cdcdcd;
}
.content_holder_chart_left {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
  clear: none;
  color: #000;
  padding-top: 0px;
}
.content_holder_chart_right {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
  clear: none;
  color: #000;
  padding-top: 0px;
  border: 0px solid #545454;
}
.content_chart01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-left: 0%;
  margin-bottom: 8px;
  clear: none;
  background-color: #ffffff;
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  padding: 0px;
  border: 1px solid #cccccc;
}
.content_chart01a {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(100, 100, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px solid #545454;
}
.content_chart01b {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 0px;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.content_chart01b01 {
  display: block;
  width: 50%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #283653;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_chart01b02 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_chart01b03 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_chart01c {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
.content_chart01c01 {
  display: block;
  width: 48%;
  height: auto;
  margin-left: 2%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #283653;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_chart01c01a {
  display: block;
  width: 44%;
  height: auto;
  margin-left: 6%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #283653;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_chart01c02 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
.content_chart01c03 {
  display: block;
  width: 25%;
  height: auto;
  margin-left: 0%;
  clear: none;
  background: rgba(10, 25, 35, 0.0);
  color: #000;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px solid #545454;
}
/*/////////COMMON CONTAINERS//////////*/
.container_rw01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_rw01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.cn01 {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
  border-bottom: 1px solid #cdcdcd;
}
.ad01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-left: 0px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.container_rw02 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_rw02 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.cn02 {
  display: block;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.ad02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-left: 0px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.container_bdclrw01 {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_bdclrw01 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bdclcn01 {
  display: block;
  height: 300px;
  width: 100%;
  min-width: 962px;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 200px 5px 5px 5px;
  box-sizing: border-box;
  background-size: cover;
  background-image: url("img/bg/bg01.jpg");
  color: #2d2d2d;
  font-size: 30px;
  text-align: center;
}
.container_bdrw01 {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_bdrw01 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bdcn01 {
  display: block;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 20px 5px 5px 5px;
  box-sizing: border-box;
  background-color: #b53231;
  color: #fcf5df;
  font-size: 18px;
  text-align: justify;
}
.bdclcn05 {
  display: block;
  height: 180px;
  max-height: 180px;
  width: 100%;
  min-width: auto;
  max-width: 95%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  background-size: cover;
  background-position: 80% center;
  background-repeat: no-repeat;
  background-color: #819983;
}
.bdclcn05_flex {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  max-height: 100%;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
  background-color: #819983;
}
.bdclcn05_flex_nest01 {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: "Lato-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bdclcn05_flex_nest02 {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  text-align: center;
}
.bdclcn06 {
  display: none;
  width: 100%;
  height: 2px;
  margin-top: 0px;
  margin-left: 0%;
  box-sizing: border-box;
  background-color: #e8d6d2;
}
.bdclcn07 {
  display: block;
  height: 7px;
  width: 100%;
  min-width: 962px;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  background-size: cover;
  background: #c9d8c5;
  color: #2d2d2d;
  font-size: 30px;
  text-align: center;
}
.bdclcn_rec01 {
  display: block;
  height: 20px;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  box-sizing: border-box;
  background-color: #845354;
}
.container_wrw01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_wrw01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wcn01 {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.container_mc01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.container_mc01_c01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
  background-color: #e7e8eb;
  padding: 40px 0px 20px 0px;
}
.wrapper_mc01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wrapper_mc01_jl {
  display: block;
  justify-content: left;
  box-sizing: border-box;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px;
}
.wrapper_mc01_rec {
  display: flex;
  justify-content: left;
  box-sizing: border-box;
  width: 100%;
  min-width: auto;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
.mc01 {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
.wrapper_mcn00 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.wrapper_mcn01 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
.wrapper_mcn01_rr01 {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
}
.wrapper_mcn02 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
.wrapper_mcn03 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
.wrapper_mcn04 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
.mc_ad01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-left: 0px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.container_mcf01 {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_mcf01 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.wrapper_mcnf01 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
.ncn_1a {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 40px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.ncn_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #e6af91;
  border-right: 0px solid #fcf5df;
  border-top: 10px solid #fdfdfa;
}
.ncn_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #e6af91;
  border-left: 0px solid #fcf5df;
  border-top: 10px solid #fdfdfa;
}
.ncn_3a {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.ncn_3b {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.ncn_3c {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.ncn_4a {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.ncn_4b {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.ncn_4c {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.ncn_4d {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.ncn_4a_hp {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_4b_hp {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_4c_hp {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_4d_hp {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_5a {
  display: block;
  width: 50%;
  margin-top: 5px;
  margin-left: 0%;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_5b {
  display: block;
  width: 50%;
  margin-top: 5px;
  margin-left: 0%;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_5c {
  display: block;
  width: 50%;
  margin-top: 5px;
  margin-left: 0%;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_5d {
  display: block;
  width: 50%;
  margin-top: 5px;
  margin-left: 0%;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_5e {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 0px dotted #444444;
}
.ncn_6a {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.ncn_6b {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.ncn_6c {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.ncn_6d {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.ncn_6e {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.ncn_6f {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: center;
  border-left: 1px dotted #444444;
}
.wdw_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #eecd8f;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6af91;
  border-right: 0px solid #fcf5df;
  border-top: 6px solid #fcf5df;
}
.wdw_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #eecd8f;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e6af91;
  border-left: 0px solid #fcf5df;
  border-top: 6px solid #fcf5df;
}
.cal_1a {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-left: 0%;
  padding: 20px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 18px;
  text-align: center;
}
.cal_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #e6af91;
  border-right: 0px dotted #e6af91;
  border-top: 1px solid #fcf5df;
}
.cal_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #e6af91;
  border-left: 0px dotted #e6af91;
  border-top: 5px solid #fcf5df;
}
.ncas_1a_t {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.ncas_1a_b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.ncas_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10px 10px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: left;
  border-bottom: 0px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
}
.ncas_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
}
.hncas_1a_t {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.hncas_1a_b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  text-align: left;
}
.hncas_2a {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10px 10px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  text-align: left;
  border-bottom: 0px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
}
.hncas_2b {
  display: block;
  width: 50%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  text-align: left;
  border-bottom: 0px solid #e6af91;
  border-left: 1px dotted #cdcdcd;
  border-top: 2px dotted #cdcdcd;
}
.ncnf_2a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 200px;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  background-color: #fcb913;
  font-size: 18px;
  text-align: justify;
}
.ncnf_2b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 200px;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #fff;
  background-color: #000000;
  font-size: 18px;
  text-align: justify;
}
.spt_ncn_title_02 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 25px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.spt_ncn_title_02a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 20px 5px 8px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.spt_ncn_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.spt_ncn_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
}
.spt_ncn_2c {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.spt_ncn_2d {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
}
.spt_ncn_2c_form {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 0px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: left;
}
.spt_ncn_2d_form {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 8px 8px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-left: 0px solid #cdcdcd;
}
.spt_ncn_2e {
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
  background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #c9d8c5 60%, #c9d8c5 100%);
}
.spt_ncn_2f {
  display: block;
  width: 20%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 30px 30px 30px 30px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
  background-color: #c9d8c5;
}
.spt_ncn_2e_c02 {
  display: block;
  width: 80%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
  background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #f2e4e1 60%, #f2e4e1 100%);
}
.spt_ncn_2f_c02 {
  display: block;
  width: 20%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
  background-color: #f2e4e1;
}
.spt_ncn_2g {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 17px;
  text-align: justify;
  background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 50%, #e8d6d2 50%, #f2e4e1 100%);
}
.spt_ncn_2h {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
  background-color: #f2e4e1;
}
.spt_ncn_2i {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.spt_ncn_2j {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
}
.spt_ncn_2k {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 40px 20px 10px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: left;
  border-top: thin solid #cdcdcd;
  border-right: 0px solid #cdcdcd;
  border-bottom: 3px solid #cdcdcd;
}
.spt_ncn_2l {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  color: #000;
	background-color: #e7e8eb;
  font-size: 18px;
  text-align: left;
  border-top: 0px solid #cdcdcd;
  border-left: 0px solid #cdcdcd;
}
.spt_nms_1a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 0px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: justify;
}
.spt_nms_1b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
}
.spt_nms_1b_rr01 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-right: 0px solid #cdcdcd;
}
.spt_nms_1b_nest {
  display: block;
  min-height: auto;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  text-align: left;
  border-bottom: thin solid #cdcdcd;
}
.spt_nms_1b_nest_tl {
  display: block;
  min-height: 110px;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 12px;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #f8f6f3;
  font-size: 16px;
  text-align: left;
  border: 1px dotted #eae6df;
}
.spt_pdt_1a {
  display: block;
  width: 10%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
.spt_pdt_1b {
  display: block;
  width: 90%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
  border-left: 1px solid #cdcdcd;
}
.bm_ncn_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 16px;
  text-align: left;
}
.bm_ncn_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 15px;
  text-align: left;
  border-left: 0px solid #cdcdcd;
}
.bm_ncn_2c {
  display: block;
  width: 70%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 16px;
  text-align: left;
}
.bm_ncn_2d {
  display: block;
  width: 30%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  background-color: #eecd8f;
  font-size: 16px;
  text-align: left;
  border-left: 1px solid #cdcdcd;
}
.wyn_ncn_1a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 16px;
  text-align: left;
}
.wyn_ncn_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 16px;
  text-align: left;
}
.wyn_ncn_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 8px 0px 8px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 16px;
  text-align: left;
  border-left: 0px solid #fcf5df;
  border-top: 10px solid #fcf5df;
}
.bmv_ncn_1a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef2;
  font-size: 16px;
  text-align: center;
  border-top: 10px solid #444444;
  border-left: 0px solid #cdcdcd;
  border-right: 0px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.bmv_ncn_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 16px;
  text-align: left;
  border-right: 0px dotted #cdcdcd;
}
.bmv_ncn_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef3;
  font-size: 16px;
  text-align: left;
  border-left: 0px solid #fcf5df;
}
/*//Recipes-Pair//*/
.content_holder_pair_label {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 0px;
  margin-left: 10%;
  clear: none;
  color: #000;
  padding-top: 0px;
}
.spt_nms_1a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.spt_nms_1b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
}
.spt_nms_1b_nest {
  display: block;
  min-height: 110px;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 3px 3px 3px 3px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  text-align: left;
  border-bottom: thin solid #cdcdcd;
}
.spt_nms_2a {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  background-color: #f8e2b4;
  color: #000;
  font-size: 16px;
  text-align: justify;
  border-top: 10px solid #fcf5df;
  border-bottom: 1px solid #cdcdcd;
}
.spt_nms_2b {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  color: #000;
  font-size: 17px;
  text-align: justify;
  border-left: 0px solid #cdcdcd;
}
.spt_nms_2b_art {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef2;
  font-size: 16px;
  text-align: left;
  border-left: 0px dotted #cdcdcd;
  border-top: 5px solid #fcf5df;
  border-bottom: 2px solid #cdcdcd;
}
/*/////////STYLE/////////////*/
h1 {
  font-size: 35px;
  font-weight: normal;
  text-align: center;
  line-height: 100%;
  color: #323731;
  font-family: "Lato-Light", Arial, sans-serif;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
h2 {
  font-size: 28px;
  font-family: "Lato-Regular", Arial, sans-serif;
  color: #51584f;
  font-weight: normal;
  text-align: center;
  line-height: 100%;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
h2.rec02a {
  font-size: 30px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #560000;
  text-decoration: underline;
  font-weight: normal;
  text-align: left;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0px;
}
h2.rec02b {
  font-size: 34px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #fffef3;
  background-color: #1c5572;
  text-decoration: none;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 3px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
h2.rec02c {
  font-size: 32px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #560000;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0px;
}
h2.rec02d {
  font-size: 32px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #204456;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0px;
}
  h2.rec02e {
  font-size: 27px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #492A15;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
  }
h3 {
  font-size: 26px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #492A15;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 10px;
}
h3.lr {
  font-size: 30px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #9C7356;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 10px;
}
h3.ctr {
  font-size: 30px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #492A15;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
h3.rec03a_in {
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #1c5572;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: -15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
h3.rec03a {
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #1c5572;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: -15px;
  padding-bottom: 0px;
}
h3.rec03b {
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #492A15;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: -16px;
  padding-bottom: 0px;
}
h3.rec03c {
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #73383c;
  text-decoration: none;
  font-size: 35px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  margin-top: 0;
  padding-top: 8px;
  margin-bottom: -5px;
  padding-bottom: 0px;
}
h3.rec03d {
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #1c5572;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0px;
  margin-top: 0;
  padding-top: 8px;
  margin-bottom: -16px;
  padding-bottom: 0px;
}
.aut01 {
  font-size: 20px;
  font-weight: bold;
  color: #73383c;
  font-family: 'Bellenia Love', Arial, sans-serif;
}
.spte01 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #1c5572;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte01r {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #73383c;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte01kw {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 70%;
  color: #492A15;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte02 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #492A15;
  font-family: "Lato-Regular", Arial, sans-serif;
}
.spte03 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #1c5572;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte03a {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #1c5572;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte03r {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #73383c;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte04 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #1c5572;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte04r {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 100%;
  color: #73383c;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte05 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #1c5572;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte06 {
  font-size: 36px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #204456;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.spte07 {
  font-size: 36px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #fffefd;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.spte08 {
  font-size: 36px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #73383c;
  margin-top: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.spte_c01 {
  font-size: 36px;
  color: #000;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c02 {
  font-size: 36px;
  color: #fffef2;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c03 {
  font-size: 30px;
  color: #73383c;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c03b {
  font-size: 32px;
  color: #73383c;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c04 {
  font-size: 30px;
  color: #1c5572;
  font-family: 'BebasNeue-Regular', Arial, sans-serif;
}
.spte_c05 {
  font-size: 36px;
  color: #e6af91;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c06 {
  font-size: 36px;
  color: #eecd8f;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c07 {
  font-size: 36px;
  color: #73383c;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c08 {
  font-size: 36px;
  color: #d6bda9;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c09 {
  font-size: 36px;
  color: #492A15;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spte_c10 {
  font-size: 36px;
  color: #204456;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
}
.spt_prdt01 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #242d32;
  font-family: 'Cera GR', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.spt_ssbj01 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #49553e;
  font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.spt_ssbj02 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #3a3a3c;
  font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.spt_ssbj03 {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #3a3a3c;
  font-family: 'Variane Script', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.spt_ssbj04 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #73383c;
  font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.spt_ssbj05 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #073747;
  font-family: 'Variane Script', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.spt_ssbj06 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #49553e;
  font-family: 'Lato-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.p01 {
  color: #000;
  font-size: 18px;
  text-align: justify;
}
.p01a {
  color: #000;
  font-size: 18px;
  text-align: justify;
}
.p01b {
  color: #000;
  font-size: 18px;
  text-align: left;
}
.p01c {
  color: #000;
  font-size: 18px;
  text-align: center;
}
.p02a {
  color: #000;
  font-size: 17px;
  text-align: justify;
}
.p02b {
  color: #000;
  font-size: 17px;
  text-align: left;
}
.p02c {
  color: #000;
  font-size: 17px;
  text-align: center;
}
.p03a {
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.p03b {
  color: #000;
  font-size: 16px;
  text-align: left;
}
.p03c {
  color: #000;
  font-size: 16px;
  text-align: center;
}
.p03 {
  color: #fcf5df;
}
.p04 {
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding: 0px 0px 0px 20px;
}
.p05 {
  color: #000;
  background-color: #eecd8f;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  padding: 20px 20px 20px 20px;
}
.p06 {
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding: 20px 20px 20px 20px;
  border: 2px dotted #1c5572;
}
.p06_lb {
  color: #000;
  background-color: #ffffff;
  text-align: justify;
  font-weight: normal;
  font-size: 13px;
  padding: 15px 15px 15px 15px;
  border: 1px solid #1c5572;
}
.p07 {
  color: #000;
  font-size: 17px;
  text-align: justify;
}
.p08 {
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  padding: 0px 0px 0px 15px;
}
.p09 {
  color: #000;
  font-size: 17px;
  text-align: justify;
}
.p10 {
  rotate: 1.5deg;
}
hr.m01 {
  border-top: 1px dashed #444444;
}
hr.m02 {
  border-top: 1px dashed #444444;
  width: 50%;
  margin: 5px auto;
}
hr.t01 {
  border-top: 1px dotted #444444;
  width: 100px;
  margin: 0px auto;
}
hr.t02 {
  border-top: 1px dotted #444444;
  width: 250px;
  margin: 0px auto;
}
hr.f01 {
  border-top: 1px dotted #e6af91;
  width: 100%;
  margin: 0px auto;
}
hr.sce01 {
  margin: 0px auto;
  height: 40px;
  width: 100%;
  background-color: #fcf5df;
}
hr.sce02 {
  margin: 0px auto;
  height: 20px;
  width: 100%;
  background-color: #e6af91;
}
hr.sce03 {
  margin: 0px auto;
  height: 20px;
  width: 100%;
  background-color: #eecd8f;
}
hr.sce03a {
  margin: 0px auto;
  height: 3px;
  width: 100%;
  background-color: #eecd8f;
}
hr.sce03b {
  margin: 0px auto;
  height: 2px;
  width: 100%;
  background-color: #eecd8f;
}
hr.sce04 {
  margin: 0px auto;
  height: 40px;
  width: 100%;
  background-color: #d6bda9;
}
hr.sce05 {
  margin: 0px auto;
  height: 40px;
  width: 100%;
  background-color: #492A15;
}
hr.sce06 {
  margin: 0px auto;
  width: 100%;
  border-top: 2px dotted #fffef3;
}
hr.sce07 {
  margin: 0px auto;
  height: 40px;
  width: 100%;
  background-color: #73383c;
}
hr.sce08 {
  margin: 0px auto;
  height: 40px;
  width: 100%;
  background-color: #845354;
}
hr.sce09 {
  margin: 0px auto;
  height: 40px;
  width: 100%;
  background-color: #1c5572;
}
hr.sce10 {
  margin: 0px auto;
  height: 40px;
  width: 100%;
  background-color: #204456;
}
ul.usqbr {
  list-style-type: square;
  margin-top: -8px;
  padding-left: 30px;
  font-size: 17px;
  color: #000;
}
ol.osqbr {
  margin-top: -3px;
  padding-left: 30px;
  font-size: 17px;
  color: #000;
}
li::marker {
  color: #492A15;
  font-weight: bold;
}
.art_cont_01 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_02 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #fffef2;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_03 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #73383c;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_04 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #1c5572;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_05 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #e6af91;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_06 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #eecd8f;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_07 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #d6bda9;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_08 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #492A15;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_09 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #845354;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.art_cont_10 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 5px 15px;
  box-sizing: border-box;
  color: #000;
  background-color: #204456;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid #cdcdcd;
}
.spt_nms_1b_nest_img {
  float: left;
  width: 170px;
  height: 100px;
  margin-right: 10px;
}
.art_1a_img {
  float: right;
  width: auto;
  height: auto;
  margin-left: 20px;
}
.wyn_nms_1a_nest_img_a {
  display: block;
  margin: auto;
  max-height: 380px;
  rotate: 0deg;
}
.wyn_nms_1a_nest_img_b {
  display: block;
  margin: auto;
  max-height: 420px;
  rotate: 90deg;
}
ul.kw01 {
  list-style-type: square;
  margin-top: -10px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #1c5572;
}
ul.kw02 {
  list-style-type: square;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #1c5572;
}
ul.kw03 {
  list-style-type: square;
  margin-top: -12px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.container_spacer01 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_spacer01 {
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.spacer01a {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  border-bottom: 0px solid #cdcdcd;
}
.spacer01b {
  display: none;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  background-color: #fbfbfa;
  border-left: 1px solid #cdcdcd;
  border-bottom: 0px solid #cdcdcd;
}
.spacer01uh {
  display: block;
  width: 100%;
  height: 100px;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}
/*///////FOOTER/////////*/
.container_ftr {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
  background: #819983;
  text-align: center;
  padding: 0px;
  border-top: 15px solid #e6af91;
  border-bottom: 1px solid #e6af91;
}
.wrapper_ftr {
  display: block;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
}
.cn_ftr01a1 {
  display: block;
  width: 50%;
  min-width: auto;
  max-width: 300px;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  clear: none;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 110%;
  text-align: center;
  padding: 20px 0px 5px 20px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.cn_ftr01a2 {
  display: block;
  width: 50%;
  min-width: auto;
  max-width: 300px;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  clear: none;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 110%;
  text-align: center;
  padding: 20px 0px 5px 0px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.cn_ftr01b {
  display: block;
  width: 100%;
  min-width: auto;
  max-width: 600px;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  clear: none;
  text-align: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.cn_ftr01c {
  display: block;
  width: 100%;
  min-width: auto;
  max-width: 600px;
  height: auto;
  margin-top: 0%;
  margin-left: 0%;
  clear: none;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 20px 10px 25px 10px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.cn_ftr02 {
  display: block;
  width: 100%;
  height: auto;
  clear: none;
  color: #382c35;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  padding: 0px 0px 5px 0px;
  box-sizing: border-box;
  border-top: 1px solid #e6af91;
}
.container_utl {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
  background: #3a3a3c;
  text-align: center;
  padding: 0px;
}
.cn_utl01a {
  display: flex;
  justify-content: flex-start;
  width: 70%;
  height: auto;
  margin-left: 0%;
  font-size: 11px;
  font-weight: normal;
  color: #d4d5d9;
  padding: 5px 5px 5px 25px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.cn_utl01b {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  height: auto;
  margin-left: 0%;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 25px 5px 5px;
  box-sizing: border-box;
  border: 0px solid #000000;
}
.container_spacer02 {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0%;
}
.wrapper_spacer02 {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.spacer02 {
  display: block;
  width: 100%;
  height: 20px;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
.spacer02a {
  display: block;
  width: 100%;
  height: 20px;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
.spacer02b {
  display: block;
  width: 100%;
  height: 30px;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
/*..........*/
/*..........*/
/*.............*/
@media only screen and (min-width: 481px) {
  .gridContainer {
    width: 100%;
  }
  /*BANNER*/
  .bdclcn05_flex {
    display: flex;
    flex-flow: row wrap;
    height: 190px;
    max-height: 190px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #819983;
  }
  .bdclcn05_flex_nest01 {
    display: block;
    text-align: left;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: "Lato-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .bdclcn05_flex_nest02 {
    display: flex;
    align-items: center;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 34px 0px 10px;
    box-sizing: border-box;
    text-align: right;
  }
  /*..........*/
  body {
    overflow-x: hidden;
    margin-top: 0px;
    margin-left: 0px;
    color: #000;
  }
  /*SPACING*/
  a.anchor {
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
  }
  /*TITLES-TEXT*/
  /*.....................*/
  /*.....................*/
  /*.....................*/
  .zeroMargin_mobile {
    margin-left: 0;
  }
  .hide_mobile {
    display: none;
  }
  .zeroMargin_tablet {
    margin-left: 0;
  }
  .hide_tablet {
    display: none;
  }
}
/*.............*/
/*.............*/
/*.............*/
@media only screen and (min-width: 600px) {
  .gridContainer {
    margin: 0 auto;
  }
  /*SPACING*/
  a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
  }
  /*.............*/
  .bdclcn05_flex {
    display: flex;
    flex-flow: row wrap;
    height: 190px;
    max-height: 190px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #819983;
  }
  .bdclcn05_flex_nest01 {
    display: block;
    text-align: left;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    line-height: 22px;
    font-family: "Lato-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .bdclcn05_flex_nest02 {
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 30px 0px 10px;
    box-sizing: border-box;
    text-align: right;
  }
  /*//////MENU//////*/
  .wrapper_menun01 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 4% 0px 4%;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
  }
  .menu_ncn_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
  }
  .menu_ncn_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #cdcdcd;
  }
  .menu_ncn_3a {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .menu_ncn_3b {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .menu_ncn_3c {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .menu_ncn_4a {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .menu_ncn_4b {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .menu_ncn_4c {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .menu_ncn_4d {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  /*//////TITLES//////*/
  .spt_ncn_2e {
    display: block;
    width: 80%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
    background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #c9d8c5 60%, #c9d8c5 100%);
  }
  .spt_ncn_2f {
    display: block;
    width: 20%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 0px solid #cdcdcd;
    background-color: #c9d8c5;
  }
  .spt_ncn_2e_c02 {
    display: block;
    width: 80%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
    background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #e8d6d2 60%, #f2e4e1 100%);
  }
  .spt_ncn_2f_c02 {
    display: block;
    width: 20%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 0px solid #cdcdcd;
    background-color: #f2e4e1;
  }
  /*//////RECIPE//////*/
  .wrapper_recipe_cn {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 580px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5% 0px 5%;
    box-sizing: border-box;
  }
  .recipe_cn05 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0%;
    padding: 0px 35% 30px 35%;
    box-sizing: border-box;
    color: #000;
    background: #efede9;
    font-size: 14px;
    text-align: center;
    border-top: 5px solid #2d2d2d;
    border-bottom: 10px solid #2d2d2d;
  }
  .recipe_ncn_1a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 0px 8px 0px;
    box-sizing: border-box;
    background-color: #1c5572;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    border-right: 1px dashed #fffef2;
    border-bottom: 0px dashed #fffef2;
    font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .recipe_ncn_1b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 0px 8px 0px;
    box-sizing: border-box;
    background-color: #1c5572;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 0px dashed #fffef2;
    border-right: 1px dashed #fffef2;
    font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .recipe_ncn_1c {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 0px 8px 0px;
    box-sizing: border-box;
    background-color: #1c5572;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    border-right: 1px dashed #fffef2;
    font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .recipe_ncn_1d {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 0px 8px 0px;
    box-sizing: border-box;
    background-color: #1c5572;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /*//Recipes-Pair//*/
  .content_holder_pair_label {
    display: block;
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-left: 5%;
    clear: none;
    color: #000;
    padding-top: 0px;
  }
  /*//////Multi-Split//////*/
  .wrapper_mcn00 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .wrapper_mcn01 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 4% 0px 4%;
    box-sizing: border-box;
  }
  .wrapper_mcn01_rr01 {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 4% 0px 4%;
    box-sizing: border-box;
  }
  .wrapper_mcn02 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: auto;
    max-width: 940px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
  }
  .wrapper_mcn03 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: auto;
    max-width: 840px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
  }
  .wrapper_mcn04 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: auto;
    max-width: 740px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
  }
  .ncn_1a {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .ncn_2a {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #e6af91;
    border-right: 0px solid #fcf5df;
    border-top: 10px solid #fdfdfa;
  }
  .ncn_2b {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #e6af91;
    border-left: 0px solid #fcf5df;
    border-top: 10px solid #fdfdfa;
  }
  .ncn_3a {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .ncn_3b {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .ncn_3c {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .ncn_4a {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
  }
  .ncn_4b {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_4c {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_4d {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_4a_hp {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_4b_hp {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_4c_hp {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_4d_hp {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_6a {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
  }
  .ncn_6b {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_6c {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_6d {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_6e {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_6f {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .spt_nms_1a {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .spt_nms_1b {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 0px solid #cdcdcd;
  }
  .spt_nms_1b_rr01 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-right: 0px solid #cdcdcd;
  }
  .spt_nms_1b_nest {
    display: block;
    min-height: 110px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 3px 3px 3px 3px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-bottom: thin solid #cdcdcd;
  }
  /*//////NUT-CHART//////*/
  .chart_cn01 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .chart_ncn_1a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }
  .chart_ncn_1b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
    border-bottom: 1px solid #cdcdcd;
  }
  /*//Recipes-Pair//*/
  .container_pair01 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_pair01 {
    display: block;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .pair01 {
    display: flex;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .wrapper_pairn01 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
  }
  .pair_ad01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #fff;
    border-left: 1px solid #cdcdcd;
  }
  .pair_01 {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
  }
  .pair_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .pair_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  /*///////FOOTER/////////*/
  .container_ftr {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    background: #819983;
    text-align: center;
    padding: 0px;
    border-top: 20px solid #e6af91;
    border-bottom: 1px solid #e6af91;
  }
  .wrapper_ftr {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 600px;
    max-width: 1124px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
  }
  .cn_ftr01a1 {
    display: block;
    width: 15%;
    min-width: 130px;
    max-width: 200px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    clear: none;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    padding: 30px 0px 5px 20px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_ftr01a2 {
    display: block;
    width: 15%;
    min-width: 130px;
    max-width: 200px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    clear: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    text-align: left;
    padding: 30px 0px 5px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_ftr01b {
    display: block;
    width: 35%;
    min-width: 100px;
    max-width: 321px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    clear: none;
    text-align: center;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_ftr01c {
    display: block;
    width: 35%;
    min-width: 200px;
    max-width: 300px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    clear: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 30px 10px 25px 10px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_ftr02 {
    display: block;
    width: 100%;
    height: auto;
    clear: none;
    color: #382c35;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    padding: 5px 0px 15px 0px;
    box-sizing: border-box;
    border-top: 1px solid #d0bab0;
  }
  .container_utl {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    background: #3a3a3c;
    text-align: center;
    padding: 0px;
  }
  .cn_utl01a {
    display: flex;
    justify-content: flex-start;
    width: 70%;
    height: auto;
    margin-left: 0%;
    font-size: 12px;
    font-weight: normal;
    color: #d4d5d9;
    padding: 5px 5px 5px 25px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_utl01b {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    height: auto;
    margin-left: 0%;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 25px 5px 5px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  /*.............*/
  .zeroMargin_tablet {
    margin-left: 0;
  }
  .hide_tablet {
    display: none;
  }
}
/*.............*/
/*.............*/
/*.............*/
@media only screen and (min-width: 700px) {
  .gridContainer {
    margin: 0 auto;
  }
  /*BANNER*/
  .bdclcn05_flex {
    display: flex;
    flex-flow: row wrap;
    height: 220px;
    max-height: 220px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #819983;
  }
  .bdclcn05_flex_nest01 {
    display: block;
    text-align: left;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 0px 0px 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 26px;
    line-height: 25px;
    font-family: "Lato-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .bdclcn05_flex_nest02 {
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 50px 0px 10px;
    box-sizing: border-box;
    text-align: right;
  }
  /*NAV*/
  .sc_holder_01 {
    display: none;
    position: relative;
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    background-color: #1c5572;
    text-align: center;
    padding: 0px;
  }
  .sc_menu_m {
    display: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #1c5572;
    border-bottom: 3px solid #e6af91;
  }
  .sc_menu_m_l {
    display: none;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 10%;
    min-width: 50px;
    text-align: left;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .sc_menu_m_r {
    display: none;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 70%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .container_nv {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 1px;
    box-shadow: 0px 0px 0px #cdcdcd;
  }
  .container_tnv {
    display: flex;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    margin-left: 0%;
    background: #c9d8c5;
    text-align: center;
    padding: 0px 0px 2px 0px;
    border-top: 2px solid #d4d5d9;
    border-bottom: 3px solid #e8d6d2;
  }
  .cn_tnv01a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: auto;
    max-width: 50%;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    word-spacing: 3px;
    padding: 5px 0px 0px 20px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_tnv01b {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    float: right;
    width: 50%;
    height: auto;
    max-width: 50%;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    word-spacing: 5px;
    padding: 3px 20px 0px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .container_lnv {
    display: flex;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0%;
    background: #fdfdfa;
    text-align: center;
    padding: 0px 0px 3px 0px;
    border-bottom: 0px solid #e8d6d2;
  }
  .cn_lnv01a {
    display: flex;
    justify-content: left;
    width: 38%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    word-spacing: 3px;
    padding: 5px 0px 0px 20px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_lnv01b {
    display: flex;
    justify-content: center;
    float: right;
    width: 62%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    word-spacing: 0px;
    padding: 55px 0px 0px 20px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  /*......Structure.......*/
  .ncn_1a {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 20px;
    text-align: center;
  }
  .ncn_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #e6af91;
    border-right: 3px solid #fdfdfa;
    border-top: 6px solid #fdfdfa;
  }
  .ncn_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #e6af91;
    border-left: 3px solid #fdfdfa;
    border-top: 6px solid #fdfdfa;
  }
  .spt_ncn_title_02 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 25px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
  }
  .spt_ncn_title_02a {
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 25px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .spt_ncn_2a {
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 8px 0px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .spt_ncn_2b {
    display: block;
    width: 30%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 8px 0px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_ncn_2c {
    display: block;
    width: 30%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 8px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: left;
  }
  .spt_ncn_2d {
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 8px 0px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_ncn_2c_form {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 8px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: left;
  }
  .spt_ncn_2d_form {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 30px 8px 8px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-left: 0px solid #cdcdcd;
  }
  .bdclcn06 {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 0px;
    margin-left: 0%;
    box-sizing: border-box;
    background-color: #e8d6d2;
  }
  .bdclcn07 {
    display: block;
    height: 25px;
    width: 100%;
    min-width: 962px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    background-size: cover;
    background: #c9d8c5;
    color: #2d2d2d;
    font-size: 30px;
    text-align: center;
  }
  .bdclcn_rec01 {
    display: block;
    height: 125px;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    box-sizing: border-box;
    background-color: #845354;
  }
  .wdw_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e6af91;
    border-right: 3px solid #fcf5df;
    border-top: 6px solid #fcf5df;
  }
  .wdw_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e6af91;
    border-left: 3px solid #fcf5df;
    border-top: 6px solid #fcf5df;
  }
  .cal_1a {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 18px;
    text-align: center;
  }
  .cal_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #e6af91;
    border-right: 1px dotted #e6af91;
    border-top: 1px solid #fcf5df;
  }
  .cal_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #e6af91;
    border-left: 1px dotted #e6af91;
    border-top: 1px solid #fcf5df;
  }
  /*//Recipes-Pair//*/
  .content_holder_pair_label {
    display: block;
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-left: 10%;
    clear: none;
    color: #000;
    padding-top: 0px;
  }
  .spt_rec_main_rw02 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
    background-color: #fffef2;
    color: #000;
    font-size: 17px;
    text-align: justify;
    border-bottom: 1px solid #cdcdcd;
  }
  .spt_nms_1a {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .spt_nms_1b {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_nms_1b_nest {
    display: block;
    min-height: 110px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 3px 3px 3px 3px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-bottom: thin solid #cdcdcd;
  }
  .spt_nms_2a {
    display: block;
    width: 35%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #f8e2b4;
    color: #000;
    font-size: 16px;
    text-align: justify;
    border-top: 5px solid #fcf5df;
    border-bottom: 1px solid #cdcdcd;
  }
  .spt_nms_2b {
    display: block;
    width: 65%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_nms_2b_art {
    display: block;
    width: 65%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef2;
    font-size: 16px;
    text-align: left;
    border-left: 0px dotted #cdcdcd;
    border-top: 5px solid #fcf5df;
    border-bottom: 1px solid #cdcdcd;
  }
  .bm_ncn_2a {
    display: block;
    width: 35%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 17px;
    text-align: left;
  }
  .bm_ncn_2b {
    display: block;
    width: 65%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 17px;
    text-align: left;
    border-left: 1px solid #cdcdcd;
  }
  .bm_ncn_2c {
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
  }
  .bm_ncn_2d {
    display: block;
    width: 30%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 16px;
    text-align: left;
    border-left: 1px solid #cdcdcd;
  }
  .wyn_ncn_1a {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 17px;
    text-align: left;
  }
  .wyn_ncn_2a {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 17px;
    text-align: left;
  }
  .wyn_ncn_2b {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 17px;
    text-align: left;
    border-left: 5px solid #fcf5df;
    border-top: 0px solid #fcf5df;
  }
  .wyn_nms_1a_nest_img_a {
    display: block;
    margin: auto;
    max-height: 320px;
    rotate: 0deg;
  }
  .wyn_nms_1a_nest_img_b {
    display: block;
    margin: auto;
    max-height: 320px;
    rotate: 0deg;
  }
  ul.usqbr {
    list-style-type: square;
    margin-top: -8px;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
  }
  ol.osqbr {
    margin-top: -3px;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
  }
  .content_holder_recipe_label {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    color: #000;
    box-sizing: border-box;
    padding: 5px 60px 5px 60px;
  }
  /*.............*/
  .zeroMargin_tablet {
    margin-left: 0;
  }
  .hide_tablet {
    display: none;
  }
}
/*.............*/
/*.............*/
/*.............*/
@media only screen and (min-width: 842px) {
  .gridContainer {
    margin: 0 auto;
  }
  /*NAV*/
  .sc_holder_01 {
    display: none;
    position: relative;
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    background-color: #1c5572;
    text-align: center;
    padding: 0px;
  }
  .sc_menu_m {
    display: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #1c5572;
    border-bottom: 3px solid #e6af91;
  }
  .sc_menu_m_l {
    display: none;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 10%;
    min-width: 50px;
    text-align: left;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .sc_menu_m_r {
    display: none;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 70%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .container_nv {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 0px #cdcdcd;
  }
  .container_tnv {
    display: flex;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    margin-left: 0%;
    background: #c9d8c5;
    text-align: center;
    padding: 0px 0px 2px 0px;
    border-top: 2px solid #d4d5d9;
    border-bottom: 3px solid #e8d6d2;
  }
  .cn_tnv01a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: auto;
    max-width: 50%;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    word-spacing: 3px;
    padding: 5px 0px 0px 20px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_tnv01b {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    float: right;
    width: 50%;
    height: auto;
    max-width: 50%;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    word-spacing: 5px;
    padding: 3px 20px 0px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .container_lnv {
    display: flex;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0%;
    background: #fdfdfa;
    text-align: center;
    padding: 0px 0px 5px 0px;
    border-bottom: 0px solid #e8d6d2;
  }
  .cn_lnv01a {
    display: flex;
    justify-content: center;
    width: 30%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    word-spacing: 3px;
    padding: 5px 0px 0px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_lnv01b {
    display: flex;
    justify-content: center;
    float: right;
    width: 70%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    word-spacing: 5px;
    padding: 50px 0px 0px 20px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .container_trw01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_trw01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .tcn01 {
    display: block;
    width: 100%;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 50px 0px 50px 0px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    word-spacing: 20px;
  }
  .tad01 {
    display: block;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 110px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #fbfbfa;
  }
  .container_brw01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_brw01 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f6f3ee;
  }
  .wrapper_brw01_banner {
    display: flex;
    justify-content: center;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #f6f3ee;
  }
  .bdclcn05 {
    display: block;
    height: 520px;
    max-height: 520px;
    width: 100%;
    min-width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-size: cover;
    background-position: 80% center;
    background-repeat: no-repeat;
    background-color: #819983;
  }
  .bdclcn05_flex {
    display: flex;
    flex-flow: row wrap;
    height: 240px;
    max-height: 2740px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #819983;
  }
  .bdclcn05_flex_nest01 {
    display: block;
    text-align: left;
    width: 55%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 0px 0px 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-family: "Lato-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .bdclcn05_flex_nest02 {
    display: flex;
    align-items: center;
    width: 45%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 50px 0px 10px;
    box-sizing: border-box;
    text-align: right;
  }
  .bcn01 {
    display: block;
    width: 95%;
    height: 21px;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 2px 0px 0px 10px;
    box-sizing: border-box;
    text-align: left;
    color: #3a3a3c;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #f6f3ee;
  }
  .bcn01_p {
    display: block;
    width: 100%;
    height: 21px;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 2px 0px 0px 10px;
    box-sizing: border-box;
    text-align: center;
    color: #3a3a3c;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    word-spacing: 1px;
    background-color: #fffef7;
  }
  .bad01 {
    display: block;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .container_menu01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_menu01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .menu01 {
    display: block;
    width: 100%;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .menu01_hp {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
  }
  .wrapper_menun01 {
    display: flex;
    flex-flow: row wrap;
    width: auto;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
  }
  .menu_ad01 {
    display: block;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 100px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-left: 1px solid #cdcdcd;
  }
  .menu_ncn_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px dashed #cdcdcd;
  }
  .menu_ncn_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px dashed #cdcdcd;
    border-left: 1px solid #cdcdcd;
  }
  .menu_ncn_3a {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 12px 0px 12px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-bottom: 0px solid #cdcdcd;
  }
  .menu_ncn_3b {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 12px 0px 12px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-left: 1px solid #cdcdcd;
    border-bottom: 0px solid #cdcdcd;
  }
  .menu_ncn_3c {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 12px 0px 12px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-left: 1px solid #cdcdcd;
    border-bottom: 0px solid #cdcdcd;
  }
  .menu_ncn_4a {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
  }
  .menu_ncn_4b {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .menu_ncn_4c {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .menu_ncn_4d {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  /*///////AD CONTAINERS////////*/
  .as_ad01 {
    display: flex;
    width: 300px;
    height: 300px;
    min-width: 300px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 2px 20px 2px 20px;
    box-sizing: border-box;
    color: #fff;
    background-color: #278396;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
  }
  /*///////SPECIALTY CONTAINERS////////*/
  /*//RECIPE//*/
  .container_recipe_rw01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_recipe_rw01 {
    display: flex;
    justify-content: left;
    width: 90%;
    min-width: 632px;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  }
  .wrapper_recipe_cn {
    display: flex;
    flex-flow: row wrap;
    min-width: 632px;
    max-width: 740px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 50px 0px 0px 50px;
    box-sizing: border-box;
  }
  .spt_rec_main_rw01 {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    padding: 40px 10px 20px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }
  .spt_rec_main_rw02 {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0%;
    padding: 40px 15px 20px 15px;
    box-sizing: border-box;
    background-color: #fffef2;
    color: #000;
    font-size: 17px;
    text-align: justify;
    border-bottom: 1px solid #cdcdcd;
  }
  .spt_rec_main_rw03 {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0%;
    padding: 10px 15px 50px 15px;
    box-sizing: border-box;
    background-color: #f8e2b4;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-top: 1px solid #1c5572;
    border-bottom: 6px solid #1c5572;
  }
  .spt_rec_main_rw04 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 17px;
    text-align: left;
    border-bottom: 0px solid #cdcdcd;
  }
  .rec_art_1a {
    display: block;
    margin-top: 10px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    text-align: left;
    border-right: 0px solid #cdcdcd;
  }
  .rec_faq_1a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #3a3a3c;
    background-color: #c9d8c5;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .rec_faq_1b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #f6f3ee;
    background-color: #505051;
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    font-family: 'Variane Script', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .rec_faq_2a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    background-color: #c9d8c5;
    font-size: 18px;
  }
  .wrapper_rec_menu_01 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
  }
  .recipe_cn01 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    padding: 10px 20px 0px 20px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef2;
    font-size: 17px;
    text-align: center;
    border-top: 10px solid #1c5572;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .recipe_cn02 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 40px 0px 40px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    background-color: #eecd8f;
    font-size: 18px;
    border: 0px solid #444444;
  }
  .recipe_cn03 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef2;
    text-align: left;
    font-size: 17px;
    border: 1px dashed #444444;
    border-bottom: 1px dashed #444444;
  }
  .recipe_cn04 {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    padding: 10px 20px 0px 20px;
    box-sizing: border-box;
    color: #000;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    border: 1px dashed #cdcdcd;
  }
  .recipe_cn04_title {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 10px 5px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #d6bda9;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #492A15;
  }
  .recipe_cn04a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    border-right: 0px dashed #cdcdcd;
    border-left: 1px dashed #cdcdcd;
  }
  .recipe_cn04b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    color: #000;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    border-top: 0px dashed #cdcdcd;
    border-right: 1px dashed #cdcdcd;
    border-left: 1px dashed #cdcdcd;
  }
  .recipe_cn05 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0%;
    padding: 10px 200px 30px 70px;
    box-sizing: border-box;
    color: #000;
    background: #efede9;
    font-size: 14px;
    text-align: center;
    border-top: 5px solid #2d2d2d;
    border-bottom: 10px solid #2d2d2d;
  }
  .recipe_ncn_1a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 0px 8px 0px;
    box-sizing: border-box;
    background-color: #1c5572;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    border-right: 1px dashed #cdcdcd;
    font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .recipe_ncn_1b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 0px 8px 0px;
    box-sizing: border-box;
    background-color: #1c5572;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    border-right: 1px dashed #cdcdcd;
    font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .recipe_ncn_1c {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 0px 8px 0px;
    box-sizing: border-box;
    background-color: #1c5572;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    border-right: 1px dashed #cdcdcd;
    font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .recipe_ncn_1d {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 0px 8px 0px;
    box-sizing: border-box;
    background-color: #1c5572;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    font-family: "BebasNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .recipe_ncn_1e {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 3px 0px 4px 0px;
    box-sizing: border-box;
    background: #444444;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-left: 0px dotted #444444;
    border-bottom: 0px solid #cdcdcd;
  }
  .recipe_ncn_1f {
    display: block;
    width: 34%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 2px 0px 2px 0px;
    box-sizing: border-box;
    background: #444444;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-left: 1px dotted #fbfbfa;
    border-bottom: 0px solid #cdcdcd;
  }
  .recipe_ncn_1g {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 2px 0px 2px 0px;
    box-sizing: border-box;
    background: #444444;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-left: 1px dotted #fbfbfa;
    border-bottom: 0px solid #cdcdcd;
  }
  .recipe_ad01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-left: 1px solid #cdcdcd;
    border-bottom: 0px solid #cdcdcd;
  }
  .recipe_label01 {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(100, 100, 35, 0.0);
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px solid #545454;
  }
  .content_holder_recipe_label {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    color: #000;
    box-sizing: border-box;
    padding: 5px 100px 5px 100px;
  }
  .content_label01 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-left: 0%;
    margin-bottom: 8px;
    clear: none;
    background-color: #ffffff;
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    padding: 0px;
    border: 1px solid #cccccc;
  }
  .content_label01a {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background-color: #2d2d2d;
    color: #fffef3;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px solid #000;
  }
  .content_label01b {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 0px;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
  }
  .content_label01b01 {
    display: block;
    width: 50%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #283653;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_label01b02 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_label01b03 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_label01c {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
  }
  .content_label01c01 {
    display: block;
    width: 48%;
    height: auto;
    margin-left: 2%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #283653;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_label01c01a {
    display: block;
    width: 44%;
    height: auto;
    margin-left: 6%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #283653;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_label01c02 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_label01c03 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  /*//Recipes-Pair//*/
  .container_pair01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_pair01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .pair01 {
    display: flex;
    width: 70%;
    min-width: 632px;
    max-width: 950px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .wrapper_pairn01 {
    display: flex;
    flex-flow: row wrap;
    width: 70%;
    min-width: 632px;
    max-width: 950px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .pair_ad01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #fff;
    border-left: 1px solid #cdcdcd;
  }
  .pair_01 {
    display: block;
    width: 100%;
    min-width: 632px;
    max-width: 950px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .pair_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .pair_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .content_holder_pair_label {
    display: block;
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-left: 5%;
    clear: none;
    color: #000;
    padding-top: 0px;
  }
  .content_pair_label01 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0%;
    margin-bottom: 8px;
    clear: none;
    background-color: #ffffff;
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    padding: 0px;
    border: 1px dashed #000000;
  }
  .content_pair_label01a {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: #efede9;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px solid #545454;
  }
  .content_pair_label01b {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 0px;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
  }
  .content_pair_label01b01 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #283653;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_pair_label01b02 {
    display: block;
    width: 70%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_pair_label01c {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #444444;
  }
  .content_pair_label01c01 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 2%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #283653;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    border: 0px solid #444444;
  }
  .content_pair_label01c02 {
    display: block;
    width: 70%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding: 0px;
    border-left: 1px dashed #444444;
  }
  /*//VIDEO//*/
  .container_vrw01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_vrw01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .vcn01 {
    display: block;
    width: 100%;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 170px 0px 170px;
    box-sizing: border-box;
    background-color: #efede9;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .container_vrw02 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_vrw02 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #242d32;
  }
  .vcn02 {
    display: block;
    width: 100%;
    min-width: 632px;
    max-width: 700px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: right;
    border-top: 0px solid #cdcdcd;
    border-bottom: 0px solid #cdcdcd;
  }
  .vad01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .vcn01 {
    display: block;
    width: 100%;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 170px 0px 170px;
    box-sizing: border-box;
    background-color: #efede9;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  /*//////NUT-CHART//////*/
  .container_chart_rw01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
    color: #000;
  }
  .wrapper_chart_rw01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .wrapper_chart_cn {
    display: flex;
    flex-flow: row wrap;
    width: 70%;
    min-width: 632px;
    max-width: 950px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 20px;
  }
  .chart_cn01 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .chart_ncn_1a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 30px 0px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }
  .chart_ncn_1b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 30px 0px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
    border-bottom: 1px solid #cdcdcd;
  }
  .chart_ad01 {
    display: block;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    border-left: 1px solid #cdcdcd;
  }
  .content_holder_chart_left {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    color: #000;
    padding-top: 0px;
  }
  .content_holder_chart_right {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    color: #000;
    padding-top: 0px;
    border: 0px solid #545454;
  }
  .content_chart01 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0%;
    margin-bottom: 8px;
    clear: none;
    background-color: #ffffff;
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    padding: 0px;
    border: 1px solid #cccccc;
  }
  .content_chart01a {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(100, 100, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px solid #545454;
  }
  .content_chart01b {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 0px;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
  }
  .content_chart01b01 {
    display: block;
    width: 50%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #283653;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_chart01b02 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_chart01b03 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_chart01c {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
  }
  .content_chart01c01 {
    display: block;
    width: 48%;
    height: auto;
    margin-left: 2%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #283653;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_chart01c01a {
    display: block;
    width: 44%;
    height: auto;
    margin-left: 6%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #283653;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_chart01c02 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  .content_chart01c03 {
    display: block;
    width: 25%;
    height: auto;
    margin-left: 0%;
    clear: none;
    background: rgba(10, 25, 35, 0.0);
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    border: 0px solid #545454;
  }
  /*/////////COMMON CONTAINERS//////////*/
  .container_rw01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_rw01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .cn01 {
    display: block;
    width: 70%;
    min-width: 632px;
    max-width: 950px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-bottom: 1px solid #cdcdcd;
  }
  .ad01 {
    display: flex;
    justify-content: center;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #fbfbfa;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .container_rw02 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_rw02 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .cn02 {
    display: block;
    width: 70%;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .ad02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-left: 1px solid #cdcdcd;
  }
  .container_bdclrw01 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
  }
  .wrapper_bdclrw01 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .bdclcn01 {
    display: block;
    height: 900px;
    width: 100%;
    min-width: 962px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 300px 5px 5px 5px;
    box-sizing: border-box;
    background-size: cover;
    background-image: url("img/bg/bg01.jpg");
    color: #2d2d2d;
    font-size: 30px;
    text-align: center;
  }
  .bdclcn02 {
    display: block;
    height: 400px;
    width: 100%;
    min-width: 962px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 300px 5px 5px 5px;
    box-sizing: border-box;
    background-size: cover;
    background-image: url("img/bg/bg01.jpg");
    color: #2d2d2d;
    font-size: 30px;
    text-align: center;
  }
  .bdclcn03 {
    display: block;
    height: 600px;
    width: 100%;
    min-width: 962px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 300px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #c9d8c5;
    color: #2d2d2d;
    font-size: 30px;
    text-align: center;
  }
  .bdclcn04 {
    display: block;
    height: 300px;
    width: 100%;
    min-width: 962px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 300px 5px 5px 5px;
    box-sizing: border-box;
    background-size: cover;
    background-image: url("img/bg/bg04.jpg");
    color: #2d2d2d;
    font-size: 30px;
    text-align: center;
  }
  .bdclcn05 {
    display: block;
    height: 520px;
    max-height: 520px;
    width: 100%;
    min-width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-size: cover;
    background-position: 80% center;
    background-repeat: no-repeat;
    background-color: #819983;
  }
  .bdclcn05b {
    display: block;
    height: 520px;
    max-height: 520px;
    width: 100%;
    min-width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-size: cover;
    background-position: 80% center;
    background-repeat: no-repeat;
    background-image: url("img/bg/bg05b.jpg");
    background-color: #819983;
  }
  .bdclcn05c {
    display: block;
    height: 520px;
    max-height: 520px;
    width: 100%;
    min-width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-size: cover;
    background-position: 80% center;
    background-repeat: no-repeat;
    background-image: url("img/bg/bg05c.jpg");
    background-color: #819983;
  }
  .bdclcn06 {
    display: block;
    height: 520px;
    width: 100%;
    min-width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-size: cover;
    background-image: url("img/bg/bg06.jpg");
  }
  .bdclcn07 {
    display: block;
    height: 65px;
    width: 100%;
    min-width: 962px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 5px 5px 5px;
    box-sizing: border-box;
    background-size: cover;
    background: #c9d8c5;
    color: #2d2d2d;
    font-size: 30px;
    text-align: center;
  }
  .bdclcn_rec01 {
    display: block;
    height: 145px;
    width: 100%;
    min-width: 962px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    box-sizing: border-box;
    background-size: cover;
    background-color: #845354;
    color: #2d2d2d;
    font-size: 30px;
    text-align: center;
  }
  .container_bdrw01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_bdrw01 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .bdcn01 {
    display: block;
    width: 100%;
    min-width: 962px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #560000;
    color: #fcf5df;
    font-size: 18px;
    text-align: justify;
  }
  .container_wrw01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_wrw01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .wcn01 {
    display: block;
    width: 100%;
    min-width: 962px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .wcn01n {
    display: block;
    width: 100%;
    min-width: 962px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 50px 5px 50px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .container_mc01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .container_mc01_c01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
    background-color: #e7e8eb;
    padding: 40px 0px 20px 0px;
  }
  .wrapper_mc01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .wrapper_mc01_jl {
    display: flex;
    justify-content: left;
    box-sizing: border-box;
    width: 98%;
    min-width: 632px;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
  }
  .wrapper_mc01_rec {
    display: flex;
    justify-content: left;
    box-sizing: border-box;
    width: 100%;
    min-width: 632px;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0px 0px 0px 60px;
  }
  .mc01 {
    display: flex;
    width: 70%;
    min-width: 632px;
    max-width: 950px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .wrapper_mcn00 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 632px;
    max-width: 1740px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .wrapper_mcn01 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .wrapper_mcn01_rr01 {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    width: 100%;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .wrapper_mcn02 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 632px;
    max-width: 940px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .wrapper_mcn03 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 632px;
    max-width: 840px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .wrapper_mcn04 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 632px;
    max-width: 740px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .mc_ad01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #fff;
    border-left: 1px solid #cdcdcd;
  }
  .container_mcf01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_mcf01 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .wrapper_mcnf01 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 632px;
    max-width: 1100px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .wrapper_mcnfw01 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-width: 632px;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .ncn_1a {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .ncn_2a {
    display: block;
    width: 50%;
    margin-top: 8px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fbf9f5;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
    border-right: 5px solid #fdfdfa;
    border-top: 1px solid #cdcdcd;
  }
  .ncn_2b {
    display: block;
    width: 50%;
    margin-top: 8px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fbf9f5;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
    border-left: 5px solid #fdfdfa;
    border-top: 1px solid #cdcdcd;
  }
  .ncn_3a {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 12px 12px 12px 12px;
    box-sizing: border-box;
    background-color: #f9f7f4;
    color: #000;
    font-size: 15px;
    text-align: left;
    border: 5px solid #f6f3ee;
  }
  .ncn_3b {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 12px 12px 12px 12px;
    box-sizing: border-box;
    background-color: #f9f7f4;
    color: #000;
    font-size: 15px;
    text-align: left;
    border: 5px solid #f6f3ee;
  }
  .ncn_3c {
    display: block;
    width: 33%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 12px 12px 12px 12px;
    box-sizing: border-box;
    background-color: #f9f7f4;
    color: #000;
    font-size: 15px;
    text-align: left;
    border: 5px solid #f6f3ee;
  }
  .ncn_4a {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
  }
  .ncn_4b {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_4c {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_4d {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_5a {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_5b {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_5c {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_5d {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_5e {
    display: block;
    width: 20%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_6a {
    display: block;
    width: 16%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
  }
  .ncn_6b {
    display: block;
    width: 16%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_6c {
    display: block;
    width: 16%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_6d {
    display: block;
    width: 16%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_6e {
    display: block;
    width: 16%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .ncn_6f {
    display: block;
    width: 16%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-left: 1px dotted #444444;
  }
  .wdw_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e6af91;
    border-right: 3px solid #fcf5df;
    border-top: 6px solid #fcf5df;
  }
  .wdw_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e6af91;
    border-left: 3px solid #fcf5df;
    border-top: 6px solid #fcf5df;
  }
  .cal_1a {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 18px;
    text-align: center;
  }
  .cal_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #e6af91;
    border-right: 2px dotted #e6af91;
    border-top: 1px solid #fcf5df;
  }
  .cal_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #e6af91;
    border-left: 2px dotted #e6af91;
    border-top: 1px solid #fcf5df;
  }
  .ncas_1a_t {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: left;
  }
  .ncas_1a_b {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
  }
  .ncas_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 20px 20px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-bottom: 0px solid #e6af91;
    border-right: 0px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
  }
  .ncas_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-bottom: 0px solid #e6af91;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
  }
  .hncas_1a_t {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
  }
  .hncas_1a_b {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
  }
  .hncas_2a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-bottom: 0px solid #e6af91;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
  }
  .hncas_2b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-bottom: 0px solid #e6af91;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
  }
  .ncnf_2a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 300px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    background-color: #fcb913;
    font-size: 18px;
    text-align: justify;
  }
  .ncnf_2b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 300px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #fff;
    background-color: #000000;
    font-size: 18px;
    text-align: justify;
  }
  .ncnfw_2a {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 35%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    color: #000;
    background-color: #fcb913;
    font-size: 18px;
    text-align: right;
  }
  .ncnfw_2b {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 65%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 20px;
    box-sizing: border-box;
    color: #fff;
    background-color: #000000;
    font-size: 18px;
    text-align: left;
  }
  .spt_ncn_title_02 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 45px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .spt_ncn_title_02a {
    display: block;
    width: 66%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 45px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: left;
  }
  .spt_ncn_2a {
    display: block;
    width: 66%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .spt_ncn_2b {
    display: block;
    width: 34%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_ncn_2c {
    display: block;
    width: 34%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-right: 1px solid #cdcdcd;
  }
  .spt_ncn_2d {
    display: block;
    width: 66%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 0px solid #cdcdcd;
  }
  .spt_ncn_2c_form {
    display: block;
    width: 34%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-right: 1px solid #cdcdcd;
  }
  .spt_ncn_2d_form {
    display: block;
    width: 66%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 35px 8px 8px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-left: 0px solid #cdcdcd;
  }
  .spt_ncn_2e {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
    background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #c9d8c5 60%, #c9d8c5 100%);
  }
  .spt_ncn_2f {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 0px solid #cdcdcd;
    background-color: #c9d8c5;
  }
  .spt_ncn_2e_c02 {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
    background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #e8d6d2 60%, #f2e4e1 100%);
  }
  .spt_ncn_2f_c02 {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 0px solid #cdcdcd;
    background-color: #f2e4e1;
  }
  .spt_ncn_2g {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
    background: linear-gradient(to right, #fdfdfa 0%, #fdfdfa 60%, #e8d6d2 60%, #f2e4e1 100%);
  }
  .spt_ncn_2h {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 50px 50px 50px 50px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 0px solid #cdcdcd;
    background-color: #f2e4e1;
  }
  .spt_ncn_2i {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 20px 10px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .spt_ncn_2j {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 0px solid #cdcdcd;
  }
  .spt_ncn_2k {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 20px 10px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-top: thin solid #cdcdcd;
    border-right: thin solid #cdcdcd;
    border-bottom: 0px solid #cdcdcd;
  }
  .spt_ncn_2l {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    color: #000;
	background-color: #fdfdfa;
    font-size: 18px;
    text-align: left;
    border-top: thin solid #cdcdcd;
    border-left: 0px solid #cdcdcd;
  }
  .spt_nms_1a {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .spt_nms_1b {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_nms_1b_rr01 {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-right: 1px solid #cdcdcd;
  }
  .spt_nms_1b_nest {
    display: block;
    min-height: 110px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 3px 3px 3px 3px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    text-align: left;
    border-bottom: thin solid #cdcdcd;
  }
  .spt_nms_1b_nest_tl {
    display: block;
    min-height: 110px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 12px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #f8f6f3;
    font-size: 15px;
    text-align: left;
    border: 1px dotted #eae6df;
  }
  .spt_pdt_1a {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 8px 8px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .spt_pdt_1b {
    display: block;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 10px 8px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_pdtv_1a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
  }
  .spt_pdtv_1b {
    display: block;
    width: 66%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 30px 100px 30px 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .bm_ncn_2a {
    display: block;
    width: 30%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
  }
  .bm_ncn_2b {
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-left: 1px solid #cdcdcd;
  }
  .bm_ncn_2c {
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
  }
  .bm_ncn_2d {
    display: block;
    width: 30%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 16px;
    text-align: left;
    border-left: 1px solid #cdcdcd;
  }
  .wyn_ncn_1a {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 17px;
    text-align: left;
  }
  .wyn_ncn_2a {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 17px;
    text-align: left;
  }
  .wyn_ncn_2b {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 17px;
    text-align: left;
    border-left: 5px solid #fcf5df;
    border-top: 0px solid #fcf5df;
  }
  .bmv_ncn_1a {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef2;
    font-size: 16px;
    text-align: center;
    border-top: 10px solid #444444;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .bmv_ncn_2a {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-right: 2px dotted #cdcdcd;
  }
  .bmv_ncn_2b {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-left: 4px solid #fcf5df;
  }
  .bm_ncn_4a {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 16px;
    text-align: left;
  }
  .bm_ncn_4b {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-left: 1px solid #cdcdcd;
  }
  .bm_ncn_4c {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 16px;
    text-align: left;
  }
  .bm_ncn_4d {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef3;
    font-size: 16px;
    text-align: left;
    border-left: 1px solid #cdcdcd;
  }
  /*//Recipes-Pair//*/
  .content_holder_pair_label {
    display: block;
    width: 80%;
    height: auto;
    margin-top: 0px;
    margin-left: 10%;
    clear: none;
    color: #000;
    padding-top: 0px;
  }
  .spt_nms_1b_nest {
    display: block;
    min-height: 110px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 3px 3px 3px 3px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: left;
    border-bottom: thin solid #cdcdcd;
  }
  .spt_nms_2a {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #f8e2b4;
    color: #000;
    font-size: 16px;
    text-align: justify;
    border-top: 5px solid #fcf5df;
    border-bottom: 1px solid #cdcdcd;
  }
  .spt_nms_2b {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_nms_2b_art {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000;
    background-color: #fffef2;
    font-size: 15px;
    text-align: left;
    border-left: 0px dotted #cdcdcd;
    border-top: 5px solid #fcf5df;
    border-bottom: 1px solid #cdcdcd;
  }
  /*GALLERY*/
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* Container for image text */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  .active, .demo:hover {
    opacity: 1;
  }
  /*ACCORDIAN*/
  .accordion {
    color: #3a3a3c;
    background-color: #fdfdfa;
    cursor: pointer;
    padding: 26px;
    width: 100%;
    border: none;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #cdcdcd;
    outline: none;
    font-size: 21px;
    transition: 0.4s;
    font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .active, .accordion:hover {
    color: #fff;
    background-color: #819983;
  }
  .accordion:after {
    content: '\002B';
    color: #000;
    background-color: #fffef7;
    font-weight: bold;
    font-size: 30px;
    float: right;
    margin-left: 5px;
    border-bottom: 2px solid #819983;
  }
  .active:after {
    content: "\2212";
  }
  .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    background-color: #fffef7;
    transition: max-height 0.2s ease-out;
  }
  /*/////////STYLE/////////////*/
  h1 {
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    line-height: 100%;
    color: #323731;
    font-family: "Lato-Light", Arial, sans-serif;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  h2 {
    font-size: 40px;
    font-family: "Lato-Regular", Arial, sans-serif;
    color: #51584f;
    font-weight: normal;
    text-align: center;
    line-height: 100%;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  h2.rec02a {
    font-size: 30px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #560000;
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  h2.rec02b {
    font-size: 45px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #fffef3;
    background-color: #1c5572;
    text-decoration: none;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 3px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  h2.rec02c {
    font-size: 32px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #560000;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  h2.rec02d {
    font-size: 32px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #204456;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0px;
  }
	  h2.rec02e {
  font-size: 36px;
  font-family: "BebasNeue-Regular", Arial, sans-serif;
  color: #492A15;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
  }
  h3 {
    font-size: 35px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #492A15;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  h3.lr {
    font-size: 35px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #9C7356;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  h3.ctr {
    font-size: 35px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #492A15;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  h3.rec03a_in {
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #1c5572;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: -15px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  h3.rec03a {
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #1c5572;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: -15px;
  }
  h3.rec03b {
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #492A15;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: -16px;
    padding-bottom: 0px;
  }
  h3.rec03c {
    font-family: "Lato-Regular", Arial, sans-serif;
    color: #73383c;
    text-decoration: none;
    font-size: 35px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 0;
    padding-top: 8px;
    margin-bottom: -10px;
    padding-bottom: 0px;
  }
  h3.rec03c_ctr {
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #73383c;
    text-decoration: none;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 0;
    padding-top: 8px;
    margin-bottom: -16px;
    padding-bottom: 0px;
  }
  h3.rec03d {
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #1c5572;
    text-decoration: none;
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 0;
    padding-top: 8px;
    margin-bottom: -16px;
    padding-bottom: 0px;
  }
  .aut01 {
    font-size: 20px;
    font-weight: bold;
    color: #73383c;
    font-family: 'Bellenia Love', Arial, sans-serif;
  }
  .spte01 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #1c5572;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte01r {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #73383c;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte01kw {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 70%;
    color: #492A15;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte02 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #3a3a3c;
    font-family: "Lato-Regular", Arial, sans-serif;
  }
  .spte03 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #1c5572;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte03a {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #1c5572;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte03r {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #73383c;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte04 {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #1c5572;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte04r {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 100%;
    color: #73383c;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte05 {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #1c5572;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte06 {
    font-size: 36px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #204456;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .spte07 {
    font-size: 36px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #fffefd;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .spte08 {
    font-size: 36px;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
    color: #73383c;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .spte_c01 {
    font-size: 36px;
    color: #000;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c02 {
    font-size: 36px;
    color: #fff;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c03 {
    font-size: 36px;
    color: #73383c;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c03b {
    font-size: 34px;
    color: #c9d8c5;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c04 {
    font-size: 36px;
    color: #f6f3ee;
    font-family: 'BebasNeue-Regular', Arial, sans-serif;
  }
  .spte_c05 {
    font-size: 36px;
    color: #d4d5d9;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c06 {
    font-size: 36px;
    color: #3a3a3c;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c07 {
    font-size: 36px;
    color: #e8d6d2;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c08 {
    font-size: 36px;
    color: #d6bda9;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c09 {
    font-size: 36px;
    color: #492A15;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spte_c10 {
    font-size: 36px;
    color: #204456;
    font-family: "BebasNeue-Regular", Arial, sans-serif;
  }
  .spt_prdt01 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #242d32;
    font-family: 'Cera GR', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .spt_ssbj01 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #49553e;
    font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .spt_ssbj02 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #3a3a3c;
    font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .spt_ssbj03 {
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #3a3a3c;
    font-family: 'Variane Script', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .spt_ssbj04 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #73383c;
    font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .spt_ssbj05 {
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #3a3a3c;
    font-family: 'Variane Script', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .spt_ssbj06 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #49553e;
    font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .p01 {
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .p01a {
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .p01b {
    color: #000;
    font-size: 18px;
    text-align: left;
  }
  .p01c {
    color: #000;
    font-size: 18px;
    text-align: center;
  }
  .p02a {
    color: #000;
    font-size: 17px;
    text-align: justify;
  }
  .p02b {
    color: #000;
    font-size: 17px;
    text-align: left;
  }
  .p02c {
    color: #000;
    font-size: 17px;
    text-align: center;
  }
  .p03a {
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .p03b {
    color: #000;
    font-size: 16px;
    text-align: left;
  }
  .p03c {
    color: #000;
    font-size: 16px;
    text-align: center;
  }
  .p03 {
    color: #fcf5df;
  }
  .p04 {
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 0px 0px 20px;
  }
  .p05 {
    color: #000;
    background-color: #eecd8f;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
  }
  .p06 {
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
    border: 2px dotted #1c5572;
  }
  .p06_lb {
    color: #000;
    background-color: #ffffff;
    text-align: justify;
    font-weight: normal;
    font-size: 13px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #1c5572;
  }
  .p07 {
    color: #000;
    font-size: 18px;
    line-height: 120%;
    text-align: justify;
  }
  .p08 {
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 0px 0px 20px;
  }
  .p09 {
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .p10 {
    rotate: 1.5deg;
  }
  hr.m01 {
    border-top: 1px dashed #444444;
  }
  hr.m02 {
    border-top: 1px dashed #444444;
    width: 50%;
    margin: 5px auto;
  }
  hr.t01 {
    border-top: 1px dotted #444444;
    width: 100px;
    margin: 0px auto;
  }
  hr.t02 {
    border-top: 1px dotted #444444;
    width: 250px;
    margin: 0px auto;
  }
  hr.f01 {
    border-top: 1px dotted #3a3a3c;
    width: 100%;
    margin: 0px auto;
  }
  hr.sce01 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #fcf5df;
  }
  hr.sce02 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #e6af91;
  }
  hr.sce03 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #eecd8f;
  }
  hr.sce03a {
    margin: 0px auto;
    height: 5px;
    width: 100%;
    background-color: #eecd8f;
  }
  hr.sce03b {
    margin: 0px auto;
    height: 2px;
    width: 100%;
    background-color: #eecd8f;
  }
  hr.sce03c {
    margin: 0px auto;
    height: 20px;
    width: 100%;
    background-color: #eecd8f;
  }
  hr.sce04 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #d6bda9;
  }
  hr.sce05 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #492A15;
  }
  hr.sce06 {
    margin: 0px auto;
    width: 100%;
    border-top: 2px dotted #fffef3;
  }
  hr.sce07 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #73383c;
  }
  hr.sce08 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #845354;
  }
  hr.sce09 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #1c5572;
  }
  hr.sce10 {
    margin: 0px auto;
    height: 40px;
    width: 100%;
    background-color: #204456;
  }
  ul.usqbr {
    list-style-type: square;
    margin-top: -10px;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
  }
  ol.osqbr {
    margin-top: -5px;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
  }
  .art_cont_01 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .art_cont_02 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #c9d8c5;
    font-size: 17px;
    text-align: left;
    border-bottom: 0px solid #cdcdcd;
  }
  .art_cont_03 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #d4d5d9;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .art_cont_04 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #3a3a3c;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .art_cont_05 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #e8d6d2;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .art_cont_06 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #eecd8f;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .art_cont_07 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #d6bda9;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .art_cont_08 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #492A15;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .art_cont_09 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #845354;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .art_cont_10 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    color: #000;
    background-color: #204456;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
  }
  .spt_nms_1b_nest_img {
    float: left;
    width: 170px;
    height: 100px;
    margin-right: 10px;
  }
  .art_1a_img {
    float: right;
    width: auto;
    height: auto;
    margin-left: 20px;
  }
  .wyn_nms_1a_nest_img_a {
    display: block;
    margin: auto;
    max-height: 320px;
    rotate: 0deg;
  }
  .wyn_nms_1a_nest_img_b {
    display: block;
    margin: auto;
    max-height: 320px;
    rotate: 0deg;
  }
  ul.kw01 {
    list-style-type: square;
    margin-top: -10px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #1c5572;
  }
  ul.kw02 {
    list-style-type: square;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #1c5572;
  }
  ul.kw03 {
    list-style-type: square;
    margin-top: -12px;
    padding-left: 60px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
  }
  .container_spacer01 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_spacer01 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .spacer01a {
    display: block;
    width: 70%;
    height: auto;
    min-width: 632px;
    max-width: 950px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    border-bottom: 0px solid #cdcdcd;
  }
  .spacer01b {
    display: block;
    width: 30%;
    height: auto;
    min-width: 330px;
    max-width: 330px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    background-color: #fbfbfa;
    border-left: 1px solid #cdcdcd;
    border-bottom: 0px solid #cdcdcd;
  }
  .spacer01uh {
    display: block;
    width: 100%;
    height: 100px;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
  }
  .container_spacer02 {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0%;
  }
  .wrapper_spacer02 {
    display: flex;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .spacer02 {
    display: block;
    width: 100%;
    height: 120px;
    min-width: 962px;
    max-width: 1280px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .spacer02a {
    display: block;
    width: 100%;
    height: 70px;
    min-width: 962px;
    max-width: 1280px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  .spacer02b {
    display: block;
    width: 100%;
    height: 40px;
    min-width: 962px;
    max-width: 1280px;
    margin-top: 0px;
    margin-left: 0%;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
  }
  /*.....................*/
  /*..........*/
  .zeroMargin_tablet {
    margin-left: 0;
  }
  .hide_tablet {
    display: none;
  }
}
/*..........*/
/*..........*/
/*.............*/
@media only screen and (min-width: 1000px) {
  .gridContainer {
    width: 100%;
  }
  /*BANNER*/
  .bdclcn05_flex {
    display: flex;
    flex-flow: row wrap;
    height: 300px;
    max-height: 300px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #819983;
  }
  .bdclcn05_flex_nest01 {
    display: block;
    text-align: left;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 0px 0px 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    font-family: "Lato-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .bdclcn05_flex_nest02 {
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 60px 0px 10px;
    box-sizing: border-box;
    text-align: right;
  }
  /*.....................*/
  /*.....................*/
  /*.....................*/
  .zeroMargin_mobile {
    margin-left: 0;
  }
  .hide_mobile {
    display: none;
  }
  .zeroMargin_tablet {
    margin-left: 0;
  }
  .hide_tablet {
    display: none;
  }
}
/*.............*/
/*.............*/
/*.............*/
/*.............*/
/*.............*/
/*.............*/
@media only screen and (min-width: 1124px) {
  .gridContainer {
    margin: 0 auto;
  }
  /*SPACING*/
  a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
  }
  /*MENU*/
  .container_lnv {
    display: flex;
    justify-content: center;
    top: 0;
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0%;
    background: #fdfdfa;
    text-align: center;
    padding: 0px 0px 5px 0px;
    border-bottom: 0px solid #e8d6d2;
  }
  .cn_lnv01a {
    display: flex;
    justify-content: flex-end;
    width: 35%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    word-spacing: 3px;
    padding: 5px 0px 0px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_lnv01b {
    display: flex;
    justify-content: center;
    float: right;
    width: 65%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    word-spacing: 5px;
    padding: 50px 0px 0px 20px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .ncn_4a_hp {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_4b_hp {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_4c_hp {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .ncn_4d_hp {
    display: block;
    width: 25%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border-left: 0px dotted #444444;
  }
  .spt_nms_1a {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    text-align: justify;
  }
  .spt_nms_1b {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-left: 1px solid #cdcdcd;
  }
  .spt_nms_1b_rr01 {
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    text-align: justify;
    border-right: 1px solid #cdcdcd;
  }
  .bdclcn05_flex {
    display: flex;
    flex-flow: row wrap;
    height: 350px;
    max-height: 350px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #819983;
  }
  .bdclcn05_flex_nest01 {
    display: block;
    text-align: left;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 10px 0px 0px 90px;
    box-sizing: border-box;
    color: #fff;
    font-size: 40px;
    line-height: 38px;
    font-family: "Lato-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .bdclcn05_flex_nest02 {
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 100px 0px 10px;
    box-sizing: border-box;
    text-align: right;
  }
  /*.............*/
  /*///////FOOTER/////////*/
  .container_ftr {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    background: #819983;
    text-align: center;
    padding: 0px;
    border-top: 20px solid #e8d6d2;
    border-bottom: 1px solid #3a3a3c;
  }
  .wrapper_ftr {
    display: flex;
    width: auto;
    min-width: 962px;
    max-width: 1200px;
    height: 250px;
    margin-top: 0%;
    margin-left: 0%;
  }
  .cn_ftr01a1 {
    display: block;
    width: 16%;
    min-width: 160px;
    max-width: 200px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    clear: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Cera GR', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 120%;
    letter-spacing: 1px;
    text-align: left;
    padding: 40px 0px 5px 20px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_ftr01a2 {
    display: block;
    width: 16%;
    min-width: 160px;
    max-width: 200px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    clear: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 1px;
    text-align: left;
    padding: 40px 0px 5px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_ftr01b {
    display: block;
    width: 35%;
    min-width: 322px;
    max-width: 400px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    clear: none;
    text-align: center;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_ftr01c {
    display: block;
    width: 33%;
    min-width: 320px;
    max-width: 400px;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    clear: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    padding: 30px 20px 0px 0px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_ftr02 {
    display: block;
    width: 100%;
    height: auto;
    clear: none;
    color: #382c35;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    padding: 5px 0px 5px 0px;
    box-sizing: border-box;
    border-top: 1px solid #d0bab0;
  }
  .container_utl {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    background: #3a3a3c;
    text-align: center;
    padding: 0px;
  }
  .cn_utl01a {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    margin-left: 0%;
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
    padding: 5px 5px 5px 25px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .cn_utl01b {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    margin-left: 0%;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 25px 5px 5px;
    box-sizing: border-box;
    border: 0px solid #000000;
  }
  .project_container {
    position: relative;
    width: 100%;
  }
  .project_image {
    display: block;
    width: 100%;
    height: 100%;
  }
  .project_overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-image: url("img/toast/recipes/avocado_toast/avocado-toast01_before.jpg");
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
  }
  .project_container:hover .project_overlay {
    width: 100%;
    left: 0;
  }
  .project_text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .checked {
    color: #819983;
  }
  input.emf {
    font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    border: thin solid #8F8F8F;
    background-color: #fff;
    font-size: 20px;
  }
  textarea.emf {
    font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    border: thin solid #8F8F8F;
    background-color: #fff;
    font-size: 20px;
  }
  input.btn_subscribe01 {
    font-family: 'Lato-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: thin solid #ccc;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 68px 7px 68px;
    text-decoration: none;
  }
  .image-wrapper {
    position: relative; /* Essential for positioning the images */
    width: 100%; /* Set the width */
    height: 100%; /* Set the height */
    top: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: top; /* This is often the fix */
  }
  .image-wrapper img {
    position: absolute; /* Stack the images */
    top: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    transition: opacity 0.5s ease; /* Smooth transition */
  }
  .hover-image {
    opacity: 0; /* Hide the hover image initially */
  }
  .image-wrapper:hover .hover-image {
    opacity: 1; /* Show the hover image on container hover */
  }
  .image-wrapper:hover .default-image {
    opacity: 0; /* Hide the default image on container hover */
  }
  /*.............*/
  .zeroMargin_tablet {
    margin-left: 0;
  }
  .hide_tablet {
    display: none;
  }
}
/*.............*/
/*.............*/
/*.............*/
@media only screen and (min-width: 1370px) {
  .gridContainer {
    margin: 0 auto;
  }
  /*BANNER*/
  .bdclcn05_flex {
    display: flex;
    flex-flow: row wrap;
    height: 520px;
    max-height: 520px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: #819983;
  }
  .bdclcn05_flex_nest01 {
    display: block;
    text-align: left;
    width: 40%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 50px 0px 0px 90px;
    box-sizing: border-box;
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    font-family: "Lato-Light", Helvetica, Arial, sans-serif;
  }
  .bdclcn05_flex_nest02 {
    display: flex;
    align-items: center;
    width: 60%;
    margin-top: 0px;
    margin-left: 0%;
    padding: 0px 20px 0px 80px;
    box-sizing: border-box;
    text-align: right;
  }
  /*.............*/
  .zeroMargin_tablet {
    margin-left: 0;
  }
  .hide_tablet {
    display: none;
  }
}