@font-face {
    font-family: 'DBWittayuX';
    src: url('../fonts/DBWittayuX.eot');
    src: url('../fonts/DBWittayuX.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DBWittayuX.woff2') format('woff2'),
         url('../fonts/DBWittayuX.woff') format('woff'),
         url('../fonts/DBWittayuX.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DBWittayuX-Bold';
    src: url('../fonts/DBWittayuX-Bold.eot');
    src: url('../fonts/DBWittayuX-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DBWittayuX-Bold.woff2') format('woff2'),
         url('../fonts/DBWittayuX-Bold.woff') format('woff'),
         url('../fonts/DBWittayuX-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
section > [class*="container"] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.clear {
  clear:both;
}
.half_page {
  width:460px;
  float:left;
}

.half_page.first {
  margin-right:20px;
}

.selectors {
  text-align:center;
  margin:20px;
}
.selectors a {
  font-family: 'BebasNeueRegular', Sans;
  font-weight: normal;
  text-decoration:none;
  color:#313131;
  font-size:34px;
  margin:10px;
}
.selectors a.active,
.selectors a:hover {
  color:#dd5555;
}

a.image_rollover_bottom,
a.image_rollover_right,
a.image_rollover_top,
a.image_rollover_left
{
  margin:0;
  display:block;
  position:relative;
  overflow:hidden;
}

a.image_rollover_bottom img,
a.image_rollover_right img,
a.image_rollover_top img,
a.image_rollover_left img {
  display:block;
}
.image_roll_zoom {
  display:inline-block;
  width:100%;
  height:100%;
  position:absolute;
  background:url(../images/zoomIn.png) no-repeat center center;
}
.image_roll_glass {
  display:none;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:url('../images/glass.png') repeat;
}


/* ------------------------ help --------------------------------- */


.help {
  width:960px;
  text-align:left;
  margin:0 auto;
}

.help p {
  margin:10px 0;
}

.help h2{
  margin:40px 0 20px 0;
  font-size:32px;
}

.help ol {
  padding-left:20px;
}

.big_image {
  margin-left:-120px
}

pre {
  border: solid 1px #dddddd;
  font-size: 11px;
  color: blue;
  margin: 10px 0;
  padding:10px;
  background: #f2f2f2;
}
code {
  font-size:1.2em;
  color: #008099;
}

.red { color:#c30000;}
.green {color:#1c9600;}
.orange {color:#c17b00;}
.purple {color:#b100c1;}
.blue {color:#1f08c9;}

/*table {
  border: solid 1px #dddddd;
  background:#fff;
  margin:10px 0;
}
th {
  padding:10px;
    background: #dddddd;
}

td {
  padding:10px;
    background: #f2f2f2;
}
*/

/*timeline*/
ol, ul {
    list-style: none;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #ffffff, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #ffffff, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #ffffff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #ffc200;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.timeline-box
{
  margin-right: 2.5%;
  float: left;
  width: auto !important;
  margin-bottom: 25px;
  margin-left: 2.5%;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background-color: #7b9d6f;*/
  background-color: rgba(5,104,57,1);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  /*font-size: 1.3rem;*/
  font-size: 18px;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -3px;
  height: 8px;
  width: 100%;
  border-radius: 0%;
  border: 2px solid rgba(0,0,0,0);
  background-color: transparent;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: rgba(5,104,57,1);
  border-color: rgba(5,104,57,1);
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #ffc200;
  border-color: #ffc200;
}
.cd-horizontal-timeline .events a.older-event::after {
  /*border-color: #7b9d6f;*/
  border-color: transparent;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  /*overflow: hidden;*/
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content > ol
{
  padding-left:0;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  /*padding: 0 5%;*/
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.media-list.wheretobuy-box
{

}
.media-list.wheretobuy-box .theme_button
{

}
.media-list.wheretobuy-box .media-left
{
  max-width:250px;
  box-sizing: border-box;
  display:  block;
  float: left;
  width: 45%;
}
.media-list.wheretobuy-box .wheretobuy-box-btn
{

}
.media-list.wheretobuy-box .wheretobuy-box-detail
{/* min-height: 150px; */overflow: hidden;}
.media-list.wheretobuy-box .media-left img
{
  max-width:250px;
  width: 100%;
}
.panel-heading.panel-heading2 .panel-title > a {
  line-height: 1;
  display: block;
  padding: 13px 85px 9px 0px;
  border-radius: 0px;
  color: #000000;
  font-size: 40px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.0);
}
.panel-heading.panel-heading2 .panel-title > a.collapsed {
  color: #ffffff;
  background-color: #056839;
}
.panel-heading.panel-heading2 .panel-title > a h5 {
  background: #ffffff;
  font-size: 40px;
  display: inline-table;
    margin: 0 0 0 60px;
    padding: 0px 15px;
}
.panel-heading.panel-heading2 .panel-title > a hr {
  border-top: 1px solid #b8aea6;
  margin-top: -18px;
}
.panel-heading.panel-heading2 .panel-title > a.collapsed h5 {
  background: #056839;
  font-size: 40px;
  display: inline-table;
    margin: 0 0 0 60px;
    padding: 0px 15px;
}
.panel-heading.panel-heading2 .panel-title > a.collapsed hr {
  border-top: 1px solid #056839;
  margin-top: -18px;
}
.panel-heading.panel-heading2 .panel-title > a:after {
    color: #ffffff;
    font-family: 'fontello';
    content: '\e800';
    position: absolute;
    font-size: 20px;
    line-height: 67px;
    text-align: center;
    right: 0;
    top: 0px;
    width: 67px;
    height: 67px;
    background-color: #056839;
}
.panel-group .panel-heading.panel-heading2 + .panel-collapse .panel-body {
  padding: 23px 30px 30px;
  margin-top: -1px;
  border: 1px solid #056839;
  border-radius: 0px;
}
@media only screen and (min-width: 768px){
  .cd-horizontal-timeline .events-content h2 {
    height: 42px;
    font-family: 'DBWittayuX';
      font-size: 18px !important;
      overflow: hidden;
        margin: 15px;
  }
}
.timelineLight .item {
    background: #f5f5f5 !important;
    height: auto !important;
    text-align: left !important;
    padding-bottom: 15px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.4) !important;
}
.timelineLight .item span {
    height: 145px !important;
    font-size: 15px !important;
    overflow: hidden;
}
.timelineLight .item .read_more {
    font-family: 'DBWittayuX-Bold';
  background: #ffffff !important;
  font-size: 16px;
  color: #056839 !important;
    margin-right: 15px;
}

#team_carousel .item {
  background: #000;
  height: 372px;
  text-align: center;
}
#team_carousel .item img {
  max-height: 372px;
}

#copyright .fr{float: none;} 

.news-section .media-left, .media > .pull-left{ width: 38%; }

@media only screen and (max-width: 1100px) {
  .timel{font-size: 19px;}

  #social {
    /* padding-right: 19px; */
  }
  .sf-menu {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 991px) {
    #social {
        padding-right: 7%;
        padding-left: 3%;
    }
    .sf-menu {
        margin-right: 45px;
    }
    .timel {
        padding: 5px 0px 0px 12px;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
    }
    #toggle_menu.sticked
    {
    }
    .more {
      right: 20px;
      padding: 22px 2px 11px 2px;
      height: 30px;
      width: 33px;
      top: -2px;
      background-size: 80%;
  }
  .bdrr
  {
    border: 1px solid #E7E7E7;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sf-menu > li > a {
        font-size: 21px;
        padding: 22px 14px 22px 14px;
    }
        .timeline-box
    {
      margin-right: 0.5%;
      margin-left: 0.5%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sf-menu > li > a {
        font-size: 16px;
        padding: 25px 10px 25px 10px;
    }
            .timeline-box
    {
      margin-right: 1.7%;
      margin-left: 1.7%;
    }
}
@media (max-width: 1200px)
{
  .owl-carousel .owl-wrapper-outer
  {
    max-height: 303px;
  }
}
@media (max-width: 992px)
{
  .owl-carousel .owl-wrapper-outer
  {
    max-height: 231px;
  }
}
@media only screen and (max-width: 767px) {
    #topline a.logo img {
        width: 80%;
    }
    .logo_woo {
    width: 82px;
    top: 5px;
    left: 0px;
    position: absolute;
    z-index: 5;
    }
    .timeline-box
    {
      margin:0;
    }
    .timelineLight .item,
    .timelineLight .item_open,
    .timeline-box
    {
      width: 100% !important;
      position: relative;
      margin-bottom: 5px;
      margin-top: 5px;
      height: auto;
      margin-right: 0 !important;
    }
    .timelineLight .item_open
    {
      /* position: absolute !important; */
      top: -52px;
      height: auto !important;
      margin-top: 0;
      min-height: 500px;
    }
    .timelineLight .item
    {
      margin-top: 0;
      height: 380px !important;
      margin-bottom: 0px;
      box-shadow: 0px 1px 7px rgba(0,0,0,0.4) !important;
    }
    .timelineLight .item_open_content.edited
    {
      margin-right:0;
      height: auto;
    }
    .timelineLight .item img
    {
      display:block;
      margin: 15px auto !important;
    }
    .timel
    {
      padding-left: 4%;
      width: 66%;
      font-size: 15px;
    }
    .timelineLight .item_open_content.edited h2
    {
      margin-top: 50px;
      font-size: 13px;
    }
    #social
    {
      padding: 0;
    }
    #toggle_menu {
        right: 5px;
        top: 10px;
        width: 50px;
        height: 40px;
    }
    #toggle_menu span {
        left: 15px;
    }
    .cd-horizontal-timeline .events-content h2
    {
      font-size: 13px;
      padding: 0 20px;
      max-height: 46px;
      overflow: auto;
      margin-top: 5px;
    }
    .lang {
      padding: 5px 0 5px 0px;
    }

    #toggle_menu.sticked{ right: 5px; }
}

@media only screen and (max-width: 640px) {
    .timel {
        font-size: 14px;
        padding: 7px 0 0 10%;
    }
    #toggle_menu span {
        left: 5px;
    }
    #social {
        padding-right: 0;
        padding-left: 8%;
    }
    #toggle_menu {
        width: 30px;
        height: 30px;
    }

    .event .nopad ,.event .ml0{
        padding: 0 15px !important;
    }

    .item-content {
        margin: 10px 0px;
    }

    .item-content h2{ font-size: 22px ; }
    #copyright > [class*="container"] {
       padding: 30px 15px; 
    }

    .event .ml0{ text-align: center; }
    .footmenu {
        padding: 0 0 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .logo_woo {
        width: 65px;
        height: 42px;
    }
    #toggle_menu {
        width: 30px;
        height: 30px;
    }
    .timelineLight .item_open_content.edited h2
    {
      font-size: 13px;
    }
    .media-list.wheretobuy-box .theme_button
    {
    padding: 10px 15px;
    }
    .timel
    {
      width: 73%;
      font-size: 12px;
    }
    .panel-group .panel-heading.panel-heading2 + .panel-collapse .panel-body
    {
      padding: 20px;
    }
    .post-date.media-heading
    {
      font-size: 17px;
    }
    .media-list.wheretobuy-box .media-body
    {
      clear: both;
      display: block;
      padding: 15px 0 0 0;
      border-bottom: 1px solid #e7e7e7;
      }
    }
    .media-list.wheretobuy-box
    {
      margin-bottom: 30px;
    }

@media (max-width: 400px)
{
  .panel-heading.panel-heading2 .panel-title > a h5
  {
    margin-left: 15px;
    font-size: 35px;
    padding: 0 10px;
  }
  .timelineLight .item img
  {
    margin: 15px auto 0 !important;
  }
  .media-list.wheretobuy-box .theme_button
    {
    padding: 10px 10px;
    }
}


/* Style CSS */