@font-face {
  font-family: 'Averta Semibold';
  src: url("../fonts/averta_semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url("../fonts/averta.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aparajita Bold';
  src: url("../fonts/aparajb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aparajita Bold Italic';
  src: url("../fonts/aparajbi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Averta", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr {
  border-top: 1px solid #8e8e8e !important;
}

.navbar-default {
  background-color: #fff;
  border: none;
}

.navbar-default #main-navigation {
  margin: 10px 0px;
  position: relative;
}

.navbar-default #main-navigation ul.navbar-center {
  float: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.navbar-default #main-navigation ul.navbar-center > li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-family: "Averta Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-default #main-navigation ul.navbar-center > li#nav-logo {
  text-align: center;
}

.navbar-default #main-navigation ul.navbar-center > li#nav-logo a {
  padding: 0;
}

.navbar-default #main-navigation ul.navbar-center > li#nav-logo img {
  padding: 0 15px;
  text-align: center;
}
.navbar-default .dropdown .dropdown-icon-toggle {
  display: none;
}
.navbar-default #main-navigation ul.navbar-center > li.dropdown.open > a {
  font-weight: bold;
  background-color: #fff;
}

.navbar-default #main-navigation ul.navbar-center > li.dropdown .dropdown-menu {
  padding: 0px;
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #787C7C;
  border-radius: 0px;
  border: none;
}

.navbar-default #main-navigation ul.navbar-center > li.dropdown .dropdown-menu li {
  font-family: "Aparajita Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-default #main-navigation ul.navbar-center > li.dropdown .dropdown-menu li a {
  padding: 8px 0;
  color: #fff;
  cursor: pointer;
}

.navbar-default #main-navigation ul.navbar-center > li.dropdown .dropdown-menu li a:hover {
  color: #46433B;
}

.navbar-default #main-navigation #nav-sub #select-lang {
  display: block;
  margin-top: 8px;
  min-width: 92px;
  /* &.dropdown {
					&> a {
						padding: 15px 15px 0;
					}
					&.open {
						&> a {
							background-color: #fff;
						}

						.dropdown-menu {
							padding: 0px;
							right: 30px;
							text-align: left;
							min-width: auto;
							border: none;
							text-align: left;
							background: transparent;
							box-shadow: none;

							a {
								padding: 0;
								&:hover {
									background: transparent;
								}
							}
						}
					}
				} */
}

.navbar-default #main-navigation #nav-sub #select-lang .lang {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/lang.png") no-repeat;
  background-position: 0px 0px;
  vertical-align: middle;
}

.navbar-default #main-navigation #nav-sub #select-lang .lang.lang-en {
  background-position: 0px -15px;
}

.navbar-default #main-navigation #nav-sub #form-search {
  display: none;
}

.navbar-default #main-navigation #nav-sub #show-search {
  border: none;
}

.navbar-default #main-navigation #nav-sub.active #select-lang {
  display: none;
}

.navbar-default #main-navigation #nav-sub.active #form-search {
  display: block;
}

#wrapper {
  padding-top: 71px;
  border-left: 3.125rem solid #fff;
  border-right: 3.125rem solid #fff;
}

#wrapper:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 3.125rem;
  background-color: #fff;
}

.one-page {
  background-color: #ebebe8;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.one-page.clear {
  background-color: #fff;
}

.one-page .main-logo {
  max-width: 600px;
  margin: 0 auto;
}

.one-page .main-logo img {
  margin: 0 auto;
}

#sticky-image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate3d(0, 60%, 0) scale(1);
  transform: translate3d(0, 60%, 0) scale(1);
}

#sticky-image img {
  transition: all 0.25s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#row-one {
  background: #ebebe8 no-repeat bottom center;
}

#row-one h2 {
  margin: 0 auto;
  max-width: 700px;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.8em;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

#row-one .text-section {
  position: relative;
  z-index: 2;
}

#row-two {
  background: #ebebe8 url("../images/bg-row-two.png") no-repeat center;
  background-size: 100%;
}

#row-two .parent-height {
  position: relative;
}

#row-two .parent-height .container {
  height: 100%;
}

#row-two .parent-height .container .row-middle {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 99;
}

#row-two .parent-height .container .row-middle [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

#row-two .row-about h1, #row-two .row-about h2 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}

#row-two .row-about h1 {
  color: #50514F;
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: "Averta Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#row-two .row-about h2 {
  font-size: 2.5rem;
  line-height: 1.45em;
  margin-bottom: 0.5em;
  color: #777C7C;
  font-family: "Averta Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#row-two .row-about p {
  color: #777C7C;
  font-size: 2rem;
  line-height: 1.8em;
  font-family: "Aparajita Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#row-two .row-contact .row-center {
  max-width: 80%;
  margin: 0 auto;
}

#row-two .row-contact .row-center h2 {
  font-size: 20px;
  color: #50514F;
  font-family: "Averta Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#row-two .row-contact .row-center h2.stretch {
  padding: 0 10px;
  text-align: left;
  letter-spacing: 0.2em;
}

#row-two .row-contact .row-center h2.stretch span {
  width: 100%;
  height: 0px;
  display: inline-block;
}

#row-two .row-contact .row-center h2 a {
  color: #0D83A3;
  text-decoration: none;
}

#row-two .row-contact .row-center p {
  color: #50514F;
  font-size: 20px;
}

#row-two .row-contact .row-center .form-group {
  margin-bottom: 8px;
}

#row-two .row-contact .row-center .form-group input {
  height: 40px;
}

#row-two .row-contact .row-center .form-group input, #row-two .row-contact .row-center .form-group textarea {
  padding: 8px 8px;
  border: none;
  border-radius: 0px;
  font-family: "Aparajita Bold Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
}

#row-two .row-contact .row-center .form-group .btn {
  margin-top: 20px;
  padding: 10px 0;
  min-width: 200px;
  border: none;
  border-radius: 0;
  background-color: #777C7C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: background-color linear 0.25s;
  -moz-transition: background-color linear 0.25s;
  -ms-transition: background-color linear 0.25s;
  transition: background-color linear 0.25s;
}

#row-two .row-contact .row-center .form-group .btn:hover {
  background-color: #46433B;
}

#row-two img {
  margin: auto;
}

#row-two .bottom-border {
  min-width: 180px;
  border-bottom: 2px solid rgba(102, 102, 102, 0.5);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
#row-two .top-border a,
#row-two .bottom-border a {
  color: inherit;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  font-size: 16px;
}
#row-two .top-border a:hover,
#row-two .bottom-border a:hover {
  color: #000;
}
#row-two .top-border {
  min-width: 180px;
  border-top: 2px solid rgba(102, 102, 102, 0.5);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

#row-three {
  background-color: #fff;
}
#row-three.home {
  padding: 50px 0;
}

#row-three a {
  color: #46433B;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

#row-three a:hover {
  color: #000;
  text-decoration: none;
}

#row-three .main-logo {
  margin-bottom: 80px;
}

#social-media-icon li {
  display: inline-block;
  padding: 0 10px;
}

#social-media-icon li a {
  font-size: 3rem;
}

#row-product {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#row-product.binchotan-bg {
  background-size: cover;
}

#row-product.wood-vinegar-bg {
  background-size: cover;
}

#row-product .text-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#row-product .text-section h1,
.text-section h1.border-bottom {
  font-size: 55px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.text-section h1.no-border-bottom {
  padding-bottom: 15px;
}
.text-section h1.border-bottom {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  font-size: 36px;
}

#row-product .text-section h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5em;
  margin: 0 auto;
  width: 150px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

#row-product .text-section.contact h1:after,
.text-section.contact h1.border-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5em;
  margin: 0 auto;
  width: 150px;
  border-bottom: 3px solid #666;
}

#row-product .text-section p {
  font-family: "Aparajita Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.28em;
  line-height: 1.6em;
  color: #fff;
}
#row-product .text-section.contact h1,
#row-product .text-section.contact p {
  color: #333 !important;
}
#row-product .text-section.contact.left {
  text-align: left;
}
#row-product .text-section.contact.left h1 {
  text-align: center;
}
#row-product .text-section .btn {
  margin-top: 50px;
  background: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

#row-product .text-section .btn:hover {
  border-color: #ebebe8;
  color: #ebebe8;
}

#row-flipster {
  margin-top: 30px;
  padding: 30px 15px;
  background-color: #EBECE8;
  text-align: center;
}

#row-flipster #flat-description {
  max-width: 800px;
  margin: 0 auto 30px;
  color: #494848;
}

#row-flipster #flat-description h2 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#row-flipster #flat-description p {
  font-family: "Aparajita Bold Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.28em;
}

#row-flipster #flat {
  max-width: 960px;
  margin: 0 auto;
}

#row-flipster #flat ul li h2, #row-flipster #flat ul li p {
  display: none;
}

#row-flipster #flat ul li .middle-image {
  max-height: 290px;
}

#row-flipster #flat ul li .middle-image img {
  margin: 0 auto;
  vertical-align: middle;
  max-height: 290px;
}

#row-flipster #mouse-flipster {
  max-width: 30px;
  margin: 30px auto 0;
}

#row-article .text-section > .detail{
  margin-bottom: 14px;
}
#row-article .text-section > .detail a,
#row-article-sidebar .text-section.sidebar ul a{
  color: #8e8e8e !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
#row-article .text-section > .detail a:hover,
#row-article-sidebar .text-section.sidebar ul a:hover {
  color: #333 !important;
}
#row-article .text-section > .detail .pull-right{
  text-align: right;
}
#row-article,
#row-article-sidebar {
  margin-top: 30px;
  padding: 30px;
  background-color: #EBECE8;
  text-align: center;
}
#row-article.detail {
  margin-top: 0px;
  text-align: left !important;
}
#row-article.detail.article {
  margin-top: 0px;
  text-align: center !important;
}
#row-article.home a {
    color: #46433B;
    font-weight: bold;
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
#row-article.home a:hover {
    color: #000;
    text-decoration: none;
}
#row-article > h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #494848;
}

#row-article .thumbnail,
#row-article-sidebar .thumbnail {
  position: relative;
  padding: 0px;
  margin-bottom: 50px;
}

#row-article .thumbnail img,
#row-article-sidebar .thumbnail img {
  margin: 0 auto;
  max-height: 230px;
}

#row-article .thumbnail .btn-share,
#row-article-sidebar .thumbnail .btn-share {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  -webkit-transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

#row-article .thumbnail .btn-share:hover,
#row-article-sidebar .thumbnail .btn-share:hover {
  color: #ebebe8;
  text-shadow: 0px 0px 10px #000;
}

#row-article .thumbnail h3,
#row-article-sidebar .thumbnail h3 {
  margin-top: 10px;
  font-family: "Aparajita Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.28;
}

#row-article .thumbnail h3 a,
#row-article-sidebar .thumbnail h3 a {
  color: #777C7C;
  -webkit-transition: color linear 0.25s;
  -moz-transition: color linear 0.25s;
  -ms-transition: color linear 0.25s;
  transition: color linear 0.25s;
}

#row-article .thumbnail h3 a:hover,
#row-article-sidebar .thumbnail h3 a:hover {
  color: #46433B;
  text-decoration: none;
}

#row-article .thumbnail p,
#row-article-sidebar .thumbnail p {
  font-family: "Aparajita Bold Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.28em;
}

#row-article .thumbnail .order-button,
#row-article-sidebar .thumbnail .order-button {
  padding-top: 15px;
  margin-bottom: -25px;
}

#row-article .order-button .btn,
#row-article .thumbnail .order-button .btn,
#row-article-sidebar .order-button .btn,
#row-article-sidebar .thumbnail .order-button .btn {
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  background-color: #777C7C;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transition: background-color linear 0.25s;
  -moz-transition: background-color linear 0.25s;
  -ms-transition: background-color linear 0.25s;
  transition: background-color linear 0.25s;
}

#row-article .order-button .btn:hover,
#row-article .thumbnail .order-button .btn:hover,
#row-article-sidebar .order-button .btn:hover,
#row-article-sidebar .thumbnail .order-button .btn:hover {
  background-color: #46433B;
}
#row-article h2 {
  margin: 10px 0 20px;
}
#row-article .load-more {
  margin: 30px 0 10px;
}

#row-article .load-more a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #777C7C;
}

#row-article .load-more a:hover {
  text-decoration: none;
  color: #46433B;
}
#row-article-sidebar 
{
  margin-top: 0px;
}
#row-article-sidebar .text-section.sidebar {
  padding-bottom: 43px;
}
#row-article-sidebar .text-section.sidebar:nth-child(2) {
  padding-top: 42px;
  border-bottom: 0;
}
#row-article-sidebar .text-section.sidebar ul{
  text-align: left !important;
  padding-left: 15px;
}
#row-detail .row-center {
  float: none;
  margin: 0 auto;
}

#row-detail #main-image.thumbnail {
  border: none;
  max-height: 230px;
  overflow: hidden;
  height: 230px;
}
#row-detail #main-image.thumbnail > img {
  height: 100% !important;
  width: auto !important;
}
#row-detail .slick div img {
  margin: 0 auto;
  width: 95%;
}

.slick-prev {
  left: 25px;
}
.slick-next {
  right: 25px;
}
.slick-arrow {
  z-index: 3;
}
.slick-slide,
.slick-cloned,
.slick-slide img,
.slick-cloned img{
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.slick-adapt-height
{
  max-height: 290px;
  display: inline-block;
  width: auto;
}
.slick-adapt-height img
{
  height: 100%;
  max-height: 290px;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
#flat h2,
#flat p {
  display: none;
}
.slick-slide.slick-active:not(.slick-center) img
{
  -webkit-transform: scale(.75);
     -moz-transform: scale(.75);
      -ms-transform: scale(.75);
       -o-transform: scale(.75);
          transform: scale(.75);
}
#row-detail .slick-next::before,
#row-detail .slick-prev::before {
  color: #46433B;
}

#row-detail .page-header {
  border: none;
  margin-left: 40px;
}
.text-section .page-header {
  padding: 0px;
  margin: 0px;
  border: none;
}

#row-detail .page-header a,
.text-section .page-header a {
  vertical-align: middle;
  text-decoration: none;
  color: #46433B;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#row-detail .page-header a span,
.text-section .page-header a span {
  color: #777C7C;
  margin-top: -5px;
  vertical-align: middle;
}

#row-detail .page-header a:hover,
.text-section .page-header a:hover {
  color: #777C7C;
}

#row-detail h1, #row-detail h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #46433B;
}

#row-detail h1 {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

#row-detail h2 {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
  min-width: 98px;
}
#row-detail h2 > span {
  font-weight: normal;
}
#row-detail .product-description {
  padding-bottom: 20px;
  font-size: 1.28em;
  color: #46433B;
  display: inline;
}
#row-detail span
{
  display: inline-block;
}
#row-detail span:not(.fa), #row-detail p {
  font-family: "Aparajita Bold Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#row-detail span.size,
#row-detail span.price,
#row-detail span.weight {
  color: #777C7C;
  font-size: 1.28em;
}

#row-detail .box-button {
  padding-top: 15px;
}

#row-detail .box-button .btn-order {
  border-radius: 0px;
  border: 2px solid #777C7C;
  text-transform: uppercase;
  background-color: #777C7C;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

#row-detail .box-button .btn-order:hover {
  border-color: #46433B;
  background-color: #46433B;
}

#row-detail .box-button .btn-share {
  border: 2px solid #777C7C;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -ms-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

footer {
  padding-bottom: 3.125rem;
}

footer .container-fluid {
  background-color: #ebebe8;
}

footer .container-fluid .text-center {
  padding: 25px 0;
  font-weight: bold;
  text-transform: uppercase;
}
footer.white
{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;  
}
footer.white .container-fluid {
  background-color: #fff;
}

footer.white .container-fluid .text-center {
  padding: 25px 0 0;
}
@media only screen and (max-width: 480px) {
  #row-one {
    background: #ebebe8;
    min-height: 360px;
    border-bottom: none;
  }
  #row-one .col-xs-12 {
    position: relative;
  }
  #row-one .text-section {
    margin-top: 50px;
  }
  #row-one h2 {
    margin: 0 auto;
    max-width: 700px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    line-height: 1.5em;
  }
  #row-two {
    padding: 50px 0;
  }
  #row-two .parent-height .container .row-middle {
    display: block;
  }
  #row-two .parent-height .container .row-middle [class*="col-"] {
    float: left;
    width: 100%;
    display: block;
    vertical-align: middle;
  }
  #row-two .pull-left, #row-two .pull-right {
    float: none !important;
  }
  #row-two .row-about h1 {
    text-align: center;
  }
  #row-two .row-about h2 {
    font-size: 1.25em;
    margin-bottom: 15px;
    text-align: center;
  }
  #row-two .row-about p {
    text-align: center;
  }
  #row-two .row-contact .row-center {
    max-width: 100%;
  }
  #row-two .row-contact .row-center h2 {
    font-size: 1em;
  }
  #row-two .row-contact .row-center h2.stretch {
    text-align: center;
  }
  #row-two .row-contact .row-center h2.stretch span {
    display: block;
  }
  #row-three {
    padding: 50px 0;
  }
  #row-product .text-section h1 {
    font-size: 2.5em;
  }
  #row-article {
    padding: 0;
  }
  #row-article .container > h2 {
    margin-bottom: 20px;
  }
  #row-article .container .col-sm-6 {
    margin-bottom: 50px;
  }
  #row-article .load-more {
    margin: 0 0 30px;
  }
  footer .container-fluid .text-center {
    padding: 20px 0;
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper {
    padding-top: 50px;
    border-left: 1.125rem solid #fff;
    border-right: 1.125rem solid #fff;
  }
  .one-page {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .navbar-default .navbar-header .navbar-brand img {
    max-height: 100%;
  }
  .navbar-default #main-navigation {
    margin: 0 -15px 0 -15px;
  }
  .navbar-default #main-navigation.in {
    box-shadow: 0px 2px 5px #999;
  }
  .navbar-default #main-navigation ul.navbar-center {
    position: relative;
    margin: 7.5px -15px;
  }
  .navbar-default #main-navigation ul.navbar-center > li {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar-default #main-navigation ul.navbar-center > li#nav-logo {
    display: none !important;
  }
  .navbar-default #main-navigation #form-search {
    display: block !important;
  }
  .navbar-default #main-navigation #form-search .navbar-form {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-default #main-navigation #show-search {
    display: none;
  }
  .navbar-default #main-navigation.active #select-lang {
    display: none;
  }
  .navbar-default #main-navigation.active #form-search {
    display: block;
  }
  .navbar-default #nav-sub #select-lang {
    border-top: 1px solid #ebebe8;
  }
  .navbar-default .dropdown .dropdown-icon-toggle {
    display: inline-block;
    width: 21px;
    border: 1px solid #8d8d88;
    border-radius: 5px;
    vertical-align: bottom;
    margin-left: 10px;
    cursor: pointer;
  }
  .navbar-default .dropdown .dropdown-icon-toggle > i{
    width: 18px;
    margin: auto;
    text-align: center;
    transition: all .5s;
  }
  .navbar-default .dropdown .dropdown-icon-toggle.down > i{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .navbar-default #main-navigation ul.navbar-center > li.dropdown .dropdown-menu
  {
    text-align: left; 
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .navbar-default #main-navigation ul.navbar-center > li.dropdown .dropdown-menu
  {
    padding: 5px 15px;
  }
  .navbar-default #main-navigation ul.navbar-center > li.dropdown .dropdown-menu:nth-child(1)
  {
    padding-top: 5px;
  }
  .navbar-default #main-navigation ul.navbar-center > li.dropdown .dropdown-menu:nth-child(2)
  {
    padding-bottom: 5px;
  }
  #row-article.detail.article
  {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #row-detail .page-header {
    margin: 20px 0 0;
  }
  #row-detail .page-header span.fa-3x {
    font-size: 1.8em;
  }
  #row-detail .col-md-7 h1 {
    margin-top: 20px;
  }
  #row-detail .col-md-7 .box-button {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #row-article .thumbnail img,
  #row-article-sidebar .thumbnail img
  {
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #wrapper .container {
    width: 100%;
  }
  #row-article .text-section > .detail .pull-right{
    text-align: left;
    margin-bottom: 7px;
    float: left !important;
  }
}

@media only screen and (max-width: 1919px) {
  #row-one.one-page {
    background-position: center 115%;
  }
  #row-one.one-page .main-logo img {
    max-height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-center .dropdown:hover .dropdown-menu {
    display: block;
  }
  #nav-sub #select-lang {
    display: block;
  }
  #nav-sub #select-lang .lang {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/lang.png") no-repeat;
    background-position: 0px 0px;
    vertical-align: middle;
  }
  #nav-sub #select-lang .lang.lang-en {
    background-position: 0px -15px;
  }
  #nav-sub #select-lang.dropdown > a {
    padding: 7px 15px 5px;
  }
  #nav-sub #select-lang.dropdown.open > a {
    background-color: #ebebe8;
    text-align: right;
  }
  #nav-sub #select-lang.dropdown.open .dropdown-menu {
    padding: 0px;
    min-width: auto;
    border: none;
    text-align: left;
    background: #ebebe8;
    box-shadow: none;
    width: 100%;
    border-bottom: 2px solid #666;
  }
  #nav-sub #select-lang.dropdown.open .dropdown-menu a {
    padding: 5px 0;
    text-align: right;
    margin-right: 30px;
  }
  #nav-sub #select-lang.dropdown.open .dropdown-menu a:hover {
    background: transparent;
  }
}
@media screen and (min-height: 600px) and (max-height: 720px) {
  #sticky-image {
    bottom: -30px;
  }
}

.wrapper_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgb(255,255,255);
}
#loaderImage {
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.back-to-top:hover i {
    color: white;
    animation: bounced 1s alternate forwards;
}
.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 25px;
    padding: 10px;
    border-radius: 3px;
    background: #b3b3b3;
    box-shadow: 0 5px 0px #909090;
    color: white;
    display: none;
}
.back-to-top:focus {
    color: white;
    bottom: 56px;
    box-shadow: 0 1px 0px #909090;
}
.back-to-top.show {
  display: block !important;
}

/* bounce animation */
@-webkit-keyframes bounced {
  0% { -webkit-transform: translateY(0); }
  25% { -webkit-transform: translateY(-8px); }
  50% { -webkit-transform: translateY(0px); }
  75% { -webkit-transform: translateY(-5px); }
  100% { -webkit-transform: translateY(0px); }
}

@-moz-keyframes bounced {
  0% { -moz-transform: translateY(0); }
  25% { -moz-transform: translateY(-8px); }
  50% { -moz-transform: translateY(0px); }
  75% { -moz-transform: translateY(-5px); }
  100% { -moz-transform: translateY(0px); }
}

@-0-keyframes bounced {
  0% { -0-transform: translateY(0); }
  25% { -0-transform: translateY(-8px); }
  50% { -0-transform: translateY(0px); }
  75% { -0-transform: translateY(-5px); }
  100% { -0-transform: translateY(0px); }
}

@keyframes bounced {
  0% { transform: translateY(0); }
  25% { transform: translateY(-8px); }
  50% { transform: translateY(0px); }
  75% { transform: translateY(-5px); }
  100% { transform: translateY(0px); }
}
