* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #c8903b;
}

a p.link-p1 {
  text-decoration: none;
  outline: none;
  text-align: center;
  font-weight: 600;
}

a p.link-p1:hover {
  text-decoration: none;
  outline: none;
  color: #c8903b;
}

a p.link-p2 {
  text-decoration: none;
  outline: none;
  font-size: 13px;
  text-align: center;
}

a p.link-p2:hover {
  text-decoration: none;
  outline: none;
  color: #c8903b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 700;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

textarea {
  overflow: hidden;
}

p {
  position: relative;
  line-height: 30px;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.scroll-to-top {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  color: #958167;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #958167;
}

.main-header {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 5;
  background-color: rgba(23, 25, 40, .98);
}

.main-header .logo-box {
  position: relative;
  float: left;
  padding: 40px 0px;
  z-index: 25;
}

.main-header .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
}

.main-header .nav-outer {
  position: relative;
  float: left;
}

.main-header .nav-outer .main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin-left: 35px;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  opacity: 1;
  text-transform: uppercase;
  padding: 45px 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
  opacity: 1;
  color: #eab92c;
}

.main-menu .navigation>li:hover>a:after {
  opacity: 1;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 240px;
  padding: 0px 0px;
  z-index: 100;
  background: #2b2b2b;
  border-top: 2px solid #958167;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: #ffffff;
  background: #958167;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  z-index: 5;
  font-weight: 900;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: -2px;
  width: 240px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #2b2b2b;
  border-top: 2px solid #958167;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: #ffffff;
  background: #958167;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/*瀛︿範*/
.gift-section {
  position: relative;
  padding: 30px 0 30px;
}

.gift-section .pad-top {
  padding: 25px 0 0;
}

.gift-block {
  position: relative;
  margin-bottom: 40px;
}

.gift-block .inner-box {
  position: relative;
}

.gift-block .image-box {
  position: relative;
  text-align: center;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0 20px 0 20px;
  -moz-border-radius: 0 20px 0 20px;
  -ms-border-radius: 0 20px 0 20px;
  -o-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gift-block .inner-box:hover .image-box {
  border-color: #958167;
  text-align: center;
}

.gift-block .image-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.gift-block .info-box {
  position: relative;
  text-align: center;
  padding: 35px 15px 0;
}

.gift-block .info-box h4 {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 35px;
}

.gift-block .info-box h4 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gift-block .info-box h4 a:hover {
  color: #958167;
}

.gift-section .auto-container .sec-title {
  position: relative;
  background: #f3f3f3;
}

.gift-section .auto-container .sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 30px;
}


/*瑕侀棶鎾姤*/
.services-section-two {
  position: relative;
  background-color: #ffffff;
  padding: 15px 0 30px;
}

.services-section-two .sec-title .title {
  display: block;
  padding: 10px 10px;
  color: #960001;
  font-size: 25px;
  font-weight: 800;
  background: #f3f3f3;
}

.services-section-two .sec-title .title a {
  color: #960001;
  font-size: 25px;
  font-weight: 800;
}

.services-section-two .auto-container {
  position: relative;
  min-height: 300px;
  background-color: #ffffff;
}

.services-section-two.style-two .outer-container {
  background-color: #ffffff;
}

.services-section-two .content-column .inner-column {
  position: relative;
  padding: 10px 0 10px;
  background: #f3f3f3;
}

.services-section-two .image-column .inner-column {
  position: relative;
  float: right;
  width: 50%;
}

.services-section-two .image-column .inner-column {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.services-section-two .content-column .inner-column .text {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.services-section-two .content-column .inner-column .text p {
  position: relative;
  font-size: 34px;
  color: #958167;
  font-weight: 700;
  line-height: 1.4em;
  font-family: 'Tangerine', cursive;
  font-weight: 800;
}

.services-section-two .content-column .inner-column .text h3 {
  padding: 10px 0 30px;
  font-weight: 800;
}

.services-section-two .content-column .text p:last-child {
  margin-bottom: 20px;
}

.services-section-two .content-column .content-inner {
  background: #f3f3f3;
}

.services-section-two .content-column .sec-title .title {
  display: block;
  padding: 10px 10px;
  color: #960001;
  font-size: 25px;
  font-weight: 800;
}

.services-section-two .content-column .sec-title .title a {
  color: #960001;
  font-size: 25px;
  font-weight: 800;
}

.services-list {
  position: relative;
}

.services-list li {
  position: relative;
  padding-left: 30px;
}

.services-list li .icon {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  font-size: 48px;
  line-height: 1em;
  color: #cccccc;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.services-list li:hover .icon {
  color: #958167;
}

.services-list li p {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
}


.services-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 15px 0;
}

.services-section .sec-title .title {
  display: block;
  padding: 10px 10px;
  color: #960001;
  font-size: 25px;
  font-weight: 800;
  background: #f3f3f3;
}

.services-section .sec-title .title a {
  color: #960001;
  font-size: 25px;
  font-weight: 800;
}


.news-section {
  position: relative;
  padding: 30px 0 15px;
}

.news-section .sec-title .title {
  display: block;
  padding: 10px 10px;
  color: #960001;
  font-size: 25px;
  font-weight: 800;
  background: #f3f3f3;
}

.news-section .sec-title .title a {
  color: #960001;
  font-size: 25px;
  font-weight: 800;
}

.news-block {
  position: relative;
  margin-bottom: 0;
  padding: 5px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .image-box {
  position: relative;
  overflow: hidden;
}

.news-block .image-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.news-block .inner-box:hover .image-box:before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.news-block .image-box a {
  display: block;
}

.news-block .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.news-block .image-box .tag {
  position: absolute;
  right: 0;
  top: 35px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 25px 25px;
  color: #ffffff;
}

.news-block .image-box .tag a {
  color: #ffffff;
}

.news-block .lower-content {
  position: relative;
  padding: 25px 0;
}

.news-block .lower-content .info {
  position: relative;
  margin-bottom: 25px;
}

.news-block .lower-content .info li {
  position: relative;
  display: inline-block;
  font: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
  padding-right: 12px;
  margin-right: 12px;
}

.news-block .lower-content .info li:before {
  position: absolute;
  right: -1px;
  top: 3px;
  height: 14px;
  width: 2px;
  background-color: #808080;
  content: "";
}

.news-block .lower-content .info li:last-child:before {
  display: none;
}

.news-block .lower-content .info li a {
  display: inline-block;
  color: #666666;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content .info li a:hover {
  color: #958167;
}

.news-block .lower-content h3 {
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  color: #222222;
  margin-bottom: 25px;
}

.news-block .lower-content h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
  color: #958167;
}

.news-block .lower-content .text {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 20px;
}

.pad-top {
  padding: 15px 0 0;
}

.fluid-section-three {
  position: relative;
  padding: 0 0 0;
}

.fluid-section-three .image-column {
  padding: 40px 0 40px;
}

.fluid-section-three .image-column img {
  width: 100%;
}

.fluid-section-two {
  position: relative;
  padding: 0 0 0;
}

.fluid-section-two .image-column {
  padding: 20px 0 20px;
}

.fluid-section-two .image-column img {
  width: 60%;
}

.testimonial-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 15px;
}

.testimonial-section .auto-container {
  position: relative;
}

.testimonial-section .auto-container .inner-column {
  position: relative;
  max-width: 800px;
  padding: 0;
}

.gift-section {
  position: relative;
  padding: 15px 0 15px;
}

.gift-block {
  position: relative;
  margin-bottom: 0;
}

.gift-block .inner-box {
  position: relative;
}

.gift-block .image-box {
  position: relative;
  text-align: center;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0 20px 0 20px;
  -moz-border-radius: 0 20px 0 20px;
  -ms-border-radius: 0 20px 0 20px;
  -o-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gift-block .inner-box:hover .image-box {
  border-color: #958167;
  text-align: center;
}

.gift-block .image-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.gift-block .info-box {
  position: relative;
  text-align: center;
  padding: 15px 15px 0;
}

.gift-block .info-box h4 {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 35px;
}

.gift-block .info-box h4 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gift-block .info-box h4 a:hover {
  color: #958167;
}

.gallery-section {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0;
}

#head-carousel .is-carousel {
  height: 400px;
}

#head-carousel .video-item {
  width: 711.11111111111px;
  height: 400px;
}

#head-carousel #metro-carousel .video-item .item-thumbnail img {
  width: 711.11111111111px;
}

#head-carousel #metro-carousel .video-item>.video-item {
  width: 355.55555555556px;
  height: 200px;
}

#head-carousel #metro-carousel.is-carousel .carousel-button a,
#head-carousel #big-carousel.is-carousel .carousel-button a {
  height: 400px;
  line-height: 400px;
}

.video-item {
  margin-bottom: 10px;
}

.video-item h2,
.video-item h2 a {
  font-size: 15px;
  line-height: 1.4;
  color: #5f5f5f;
  margin: 0 0 10px 0;
}

.video-item h2 a:hover {}

.video-item h2 a:hover,
.video-item h3 a:hover {
  text-decoration: none;
  color: #4141a0;
}

.video-item .item-thumbnail {
  position: relative;
  overflow: hidden;
  max-height: 100%;
}

.video-item .item-thumbnail>a {
  display: block;
}

.video-item .item-thumbnail img {
  max-width: 100%;
  width: 100%;
}

.video-item .item-thumbnail .rating-bar {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 30px;
  padding: 0 8px;
}

.video-item .item-thumbnail .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.video-item .item-thumbnail .link-overlay:before {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -18px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  font: 14px/40px 'FontAwesome';
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .75);
  color: #fff;
}

@media(min-width:768px) {
  .video-item .item-thumbnail:hover .link-overlay {
    background: rgba(20, 22, 23, 0.75);
    text-decoration: none;
  }

  .video-item .item-thumbnail:hover .link-overlay:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    text-decoration: none;
  }
}

.video-item .item-meta {
  color: #c6c6c6;
}

.video-item .item-meta [class^="fa-"],
.video-item .item-meta [class*=" fa-"] {
  font-size: 14px;
}

.video-item .item-meta span {
  line-height: 21px;
  margin-right: 20px;
}

.video-item .item-meta span>i {
  margin-right: 2px;
}

.main-footer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background: #960001;
}

/*rgba(23,25,40,.99)*/
.main-footer .widgets-section {
  position: relative;
  padding: 20px 0 20px;
}

.main-footer .footer-bottom {
  position: relative;
  background-color: #1b1b1b;
}

.main-footer .footer-bottom .copyright-text {
  position: relative;
  padding: 30px 0px;
}

.main-footer .footer-bottom .link-box {
  text-align: center;
}

.main-footer .footer-bottom .link-box a {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 500;
}

.main-footer .footer-bottom .link-box a:hover {
  text-decoration: underline;
}

.sidebar-page-container {
  position: relative;
  padding: 50px 0 0px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
  position: relative;
  margin-bottom: 5px;
}

.product-details .basic-details {
  position: relative;
  padding: 15px;
  border: 1px solid #9cacb4;
}

.product-details .basic-details:hover {
  position: relative;
  border: 1px solid #958167;
}

.product-details .image-column,
.product-details .info-column {
  margin-bottom: 0;
}

.product-details .info-column {
  position: relative;
}

.product-details .info-column .inner-column {
  position: relative;
}

.product-details .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 23px;
}

.product-details .basic-details .details-header h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.product-details .basic-details:hover .details-header h4 {
  font-size: 24px;
  font-weight: 700;
  color: #958167;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.product-details .basic-details .details-header h4 a {
  color: #222222;
}

.product-details .basic-details .item-price {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #958167;
  line-height: 24px;
  display: block;
  margin-bottom: 7px;
}

.product-details .basic-details .item-price del {
  color: #666666;
  font-weight: 500;
  margin-right: 10px;
}

.product-details .basic-details .rating {
  display: inline-block;
  font-size: 18px;
  color: #958167;
  margin-right: 15px;
}

.product-details .basic-details .rating .fa {
  display: inline-block;
}

.product-details .basic-details .text {
  font-size: 14px;
  line-height: 30px;
  color: #9cacb4;
  font-weight: 500;
  margin-bottom: 35px;
}

.product-details .basic-details .text p {
  color: #9cacb4;
}

.product-details .basic-details .theme-btn {
  padding: 5px 45px;
  font-weight: 500;
}

.bg_color {
  background: #141b23;
}

.our-packeges-con {
  position: relative;
  background: #141b23;
  border-bottom: 2px solid #eab92c;
  border-top: 2px solid #eab92c;
}

.our-packeges-con .mixitup-gallery .filters {
  text-align: left;
}

.our-packeges-con .mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: block;
}

.our-packeges-con .mixitup-gallery .filters li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.our-packeges-con .mixitup-gallery .filters a {
  color: #ffffff;
}

.our-packeges-con .mixitup-gallery .filters li:before {
  height: 100%;
  position: absolute;
  top: 0;
  color: #958167;
  content: "";
  z-index: -1;
  left: 50%;
  width: 0;
  border-top: 5px solid #958167;
}

.our-packeges-con .mixitup-gallery .filters li.active {
  color: #ffffff;
  font-weight: 500;
}

.our-packeges-con .mixitup-gallery .filters li.active a {
  color: #ffffff;
  font-weight: 500;
}

.our-packeges-con .mixitup-gallery .filters li.active:before {
  width: 100%;
  left: 0;
}

div.paginationControl {
  padding: 5px;
  margin-top: 10px;
}

div.paginationControl span {
  border: 1px solid #960001;
  padding: 2px 5px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  color: #960001;
}

div.paginationControl span.disabled {
  color: #960001;
}

div.paginationControl span.current {
  background: #960001;
  color: #fff;
  font-weight: bold;
}

div.paginationControl span a {
  color: #960001;
  text-decoration: none;
}

.page-title {
  position: relative;
  padding: 250px 0px 110px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 50px;
}

.page-title:before {
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(34, 34, 34, 0.65);
}

.page-title .inner-container {
  position: relative;
}

.page-title h1 {
  position: relative;
  float: left;
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 500;
}

.page-title .bread-crumb {
  position: relative;
  float: right;
}

.page-title .bread-crumb li {
  position: relative;
  float: left;
  font-size: 36px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  cursor: default;
  padding-right: 25px;
  margin-right: 25px;
  font-family: 'Tangerine', cursive;
}

.page-title .bread-crumb li:before {
  position: absolute;
  right: -1px;
  top: 10px;
  height: 30px;
  width: 2px;
  background-color: #958167;
  content: "";
}

.page-title .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: #958167;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
  color: #ffffff;
}

.gallery-detail-section {
  position: relative;
  padding: 120px 0 0px;
}

.gallery-detail-section .inner-container {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}

.gallery-detail-section .inner-container p {
  text-align: left;
}

.gallery-detail-section .inner-container p img {
  width: 100%;
}

.gallery-detail .single-item-carousel {
  margin-bottom: 55px;
}

.gallery-detail .owl-nav {
  display: none;
}

.gallery-detail .owl-dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.gallery-detail .owl-dots .owl-dot {
  position: relative;
  height: 10px;
  width: 10px;
  margin: 0 6px;
  display: inline-block;
  background-color: #ffffff;
  outline: 1px solid #ffffff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-detail .owl-dots .owl-dot.active {
  background-color: #7fa700;
  outline-offset: 2px;
}

.gallery-detail .owl-dots .owl-dot:hover {
  background-color: #7fa700;
}

.gallery-detail .lower-content {
  position: relative;
}

.gallery-detail h3 {
  display: block;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 25px;
}

.gallery-detail h3 {
  display: block;
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 25px;
}

.gallery-detail p {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 35px;
}

.gallery-detail .info-column .inenr-column {
  position: relative;
}

.gallery-detail .info-column .info-list {
  position: relative;
  margin-top: 40px;
}

.gallery-detail .info-column .info-list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 35px;
  margin-bottom: 30px;
}

.gallery-detail .info-column .info-list li span {
  width: 50%;
  float: right;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.gallery-detail .info-column .info-list .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 20px;
  color: #7fa700;
}

.gallery-detail .project-description {
  padding-bottom: 40px;
}

.load-more-option {
  position: relative;
}

.load-more-option:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #cccccc;
  content: "";
  max-width: 635px;
  margin: 0 auto;
}

.load-more-option .next a,
.load-more-option .prev a {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
  padding: 10px 25px;
  text-transform: uppercase;
  border: 1px dashed #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.load-more-option .next a:hover,
.load-more-option .prev a:hover {
  border-color: #7fa700;
  color: #7fa700;
}

.load-more-option .next a span {
  margin-right: 5px;
}

.load-more-option .prev a span {
  margin-left: 5px;
}

/*big carousel*/
#head-carousel {
  background: #000;
  color: #fff;
}

#head-carousel .container {
  padding-top: 0;
}

#head-carousel .video-item {
  float: left;
  margin: 0 1px 0 0;
  width: 520px;
  height: 293px;
  opacity: .5;
  transition: all .3s ease-in .1s;
}

#head-carousel .video-item .item-head a {
  color: #fff;
}

#head-carousel .video-item .item-head span a {
  text-transform: uppercase;
}

#head-carousel .current-carousel-item2 {
  opacity: 1;
}

#head-carousel .video-item .item-head {
  text-align: center;
  padding-bottom: 20px;
  background: none;
}

#head-carousel #big-carousel .video-item .item-thumbnail img {
  opacity: .85;
}

#head-carousel .video-item .item-head h3 a {
  font-size: 52px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 300;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
}

#head-carousel .is-carousel {
  position: relative;
  margin: 0px;
  height: 293px;
  overflow: hidden;
}

#head-carousel .is-carousel .carousel-button {
  position: absolute;
  opacity: 0;
  transition: all .2s ease;
  left: 40px;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  height: 0;
}

#head-carousel .is-carousel .carousel-content {
  position: absolute;
  z-index: 0;
  height: 382px;
  overflow: hidden;
}

#head-carousel .is-carousel .carousel-button a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  font-size: 18px;
}

#head-carousel .is-carousel .carousel-button a:hover {
  text-decoration: none;
}

#head-carousel .is-carousel .carousel-button .prev {
  float: left;
}

#head-carousel .is-carousel .carousel-button .next {
  float: right;
}

#head-carousel .shadow-left {
  position: absolute;
  opacity: 0;
  transition: all .2s ease;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+*/
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+*/
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+*/
  background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+*/
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+*/
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C*/
}

#head-carousel .shadow-right {
  position: absolute;
  opacity: 0;
  transition: all .2s ease;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6+*/
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  /* Chrome,Safari4+*/
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10+,Safari5.1+*/
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Opera 11.10+*/
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* IE10+*/
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C*/
}

#head-carousel:hover #big-carousel .carousel-button,
#head-carousel #big-carousel:hover .shadow-right,
#head-carousel:hover #big-carousel .shadow-left {
  opacity: 1;
}

@media (max-width: 767px) {

  #head-carousel .shadow-left,
  #head-carousel .shadow-right {
    width: 60px;
  }

  #head-carousel .container {
    padding: 0;
  }
}

@media (max-width: 660px) {

  #head-carousel .shadow-left,
  #head-carousel .shadow-right {
    width: 30px;
  }
}

@media (max-width: 520px) {

  #head-carousel .shadow-left,
  #head-carousel .shadow-right {
    width: 0px;
  }

  .comment-content {
    float: left;
    position: relative;
    margin-left: 0;
    margin-top: 0;
  }

  .author-current {
    display: none;
  }

  .comment-respond .comment-form {
    margin-left: 0;
    position: relative
  }

  /*.comment-respond .comment-form .comment-form-comment{margin-top:150px}*/
  /* <== why we need this?*/
  .comment-respond .comment-form .row {
    /*position:absolute;top:0;*/
    margin: 0 0 0 0;
    width: 100%
  }

  .comment-respond .comment-form .col-md-4 {
    padding: 0 0 0 0
  }

  .comment-respond .comment-form .col-md-4 p input {
    width: 100%;
  }
}

/*metro header*/
#head-carousel #metro-carousel .video-item {
  opacity: 1;
  width: auto;
}

#head-carousel #metro-carousel .video-item>.video-item {
  width: 260px;
  height: 146px;
  margin: 0;
  clear: both;
}

#head-carousel #metro-carousel .video-item>.video-item:first-child {
  margin-bottom: 1px;
}

#head-carousel #metro-carousel .video-item>.video-item .item-head {
  text-align: inherit;
  padding-bottom: 5px;
}

#head-carousel #metro-carousel .video-item>.video-item .item-head h3 a {
  font-size: 17.5px;
}

#head-carousel #metro-carousel.is-carousel .carousel-button,
#head-carousel #big-carousel.is-carousel .carousel-button {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  margin-top: 0;
  z-index: 2;
  height: 0;
  opacity: 0;
  transition: all .2s ease;
}

#head-carousel #metro-carousel.is-carousel:hover .carousel-button,
#head-carousel #big-carousel.is-carousel:hover .carousel-button {
  opacity: 1;
}

#head-carousel #metro-carousel.is-carousel .carousel-button a,
#head-carousel #big-carousel.is-carousel .carousel-button a {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, .5);
  height: 293px;
  line-height: 293px;
  color: inherit;
}

#head-carousel #metro-carousel.is-carousel .carousel-button a:hover,
#head-carousel #big-carousel.is-carousel .carousel-button a:hover {
  color: #f9c73d;
}

@media (min-width:992px) {
  .kwin-20 {
    width: 20%;
  }
}

.float-list li {
  float: left;
  padding: 5px 30px 5px 30px;
}

.service-detail-section {
  position: relative;
  padding: 120px 0 80px;
}

.service-detail {
  position: relative;
}

.service-sidebar .categories {
  margin-bottom: 50px;
}

.service-cat-list {
  position: relative;
}

.service-cat-list li {
  position: relative;
}

.service-cat-list li img {
  width: 100%;
}

.service-cat-list li a {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  padding: 15px 15px 15px 25px;
  display: block;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.service-cat-list li:first-child a {
  border-bottom: 0;
}

.service-cat-list li:last-child a {
  border-bottom: 0;
}

.service-cat-list li a:before {
  position: absolute;
  font-size: 18px;
  color: #333333;
  font-family: 'FontAwesome';
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.service-cat-list li a:hover:before,
.service-cat-list li.active a::before {
  color: #7fa700;
  visibility: visible;
  opacity: 1;
}

.service-cat-list li.active a,
.service-cat-list li a:hover {
  color: #7fa700;
  padding-left: 40px;
  padding-right: 40px;
  border-color: #7fa700;
}

.service-sidebar {
  position: relative;
}

.checkout-page {
  position: relative;
  padding: 15px 0;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 50px;
}

.checkout-page .default-links li {
  line-height: 25px;
  padding: 25px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  background-color: #eeeeee;
  margin-bottom: 40px;
}

.checkout-page .default-links li .fa {
  position: relative;
  font-size: 24px;
  line-height: 25px;
  color: #c8903b;
  margin-right: 20px;
}

.checkout-page .default-links li a {
  color: #666666;
  font-size: 18px;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page .default-links li a:hover {
  color: #c8903b;
}

.services-list li a {
  float: left;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-group li {
  padding-left: 30px;
}

.list-group li a {
  float: left;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.fluid-section-one {
  position: relative;
}

.fluid-section-one .content-column {
  position: relative;
  float: right;
  width: 100%;
}

.fluid-section-one .content-column .inner-column {
  position: relative;
  max-width: 1200px;
  padding: 0;
}

.fluid-section-one .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}

.fluid-section-one .content-column .inner-column .text {
  margin-bottom: 30px;
}

.fluid-section-one .content-column .inner-column .text p {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 30px;
}

.fluid-section-one .content-column .text p:last-child {
  margin-bottom: 0px;
}

.fluid-section-one .content-column .choose-info {
  position: relative;
}

.fluid-section-one .content-column .choose-info li {
  position: relative;
  float: left;
  width: 49%;
  padding-left: 15px;
  margin: 0.5%;
  min-height: 50px;
}

.fluid-section-one .content-column .choose-info li .icon {
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 44px;
  line-height: 1em;
  color: #000000;
  font-weight: 400;
}

.fluid-section-one .content-column .choose-info li h4 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}

.fluid-section-one .content-column .choose-info li h4 a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fluid-section-one .content-column .choose-info li p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.fluid-section-one .content-column .inner-column .choose-info li:hover h4 a {
  color: #88af0c;
}

.gallery-section-two {
  position: relative;
  padding: 50px 0 30px;
}

.gallery-section-two .sec-title .title {
  display: block;
  padding: 10px 10px;
  color: #960001;
  font-size: 25px;
  font-weight: 800;
  background: #f3f3f3;
}

.gallery-section-two .sec-title .title a {
  color: #960001;
  font-size: 25px;
  font-weight: 800;
}

.gallery-section-two .mixitup-gallery .filters {
  margin-bottom: 65px;
  text-align: center;
}

.gallery-section-two .mixitup-gallery .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #d6d6d6;
}

.gallery-section-two .mixitup-gallery .filters li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: #666666;
  font-weight: 400;
  margin-right: 40px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.gallery-section-two .mixitup-gallery .filters li:last-child {
  margin-right: 0;
}

.gallery-section-two .mixitup-gallery .filters li:before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  top: auto;
  height: 1px;
  width: 0;
  content: "";
  z-index: 1;
  background-color: #958167;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section-two .mixitup-gallery .filters li.active {
  color: #958167;
  font-weight: 600;
}

.gallery-section-two .mixitup-gallery .filters li.active:before {
  width: 100%;
  left: 0;
}

.gallery-section-two .styled-pagination {
  margin-top: 90px;
}

.gallery-block-two.mix {
  display: none;
}

.gallery-block-two {
  position: relative;
  margin-bottom: 30px;
}

.gallery-block-two .image-box {
  position: relative;
}

.gallery-block-two .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-block-two .slide-item .image-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gallery-block-two .image-box .overlay-box:before {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  background-color: #000000;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-block-two:hover .image-box .overlay-box:before {
  opacity: .70;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  visibility: visible;
}

.gallery-block-two .content-box {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-block-two .image-box:hover .content-box {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.gallery-block-two .content-box h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #b2ea00;
  font-weight: 500;
  margin-bottom: 20px;
}

.gallery-block-two .content-box h4 a {
  color: #b2ea00;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-block-two .content-box h4 a:hover {
  color: #ffffff;
}

.gallery-block-two .content-box .icon-box a {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 9px;
  line-height: 33px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-block-two .content-box .icon-box a:hover {
  background-color: #000000;
  color: #ace104;
}

.gallery-section {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0 30px;
}

.gallery-section .gallery-section .row {
  margin: 0 -3px;
}

.gallery-section .mixitup-gallery .filters {
  margin-bottom: 60px;
  text-align: center;
}

.gallery-section .mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: block;
}

.gallery-section .mixitup-gallery .filters li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: #666666;
  font-weight: 400;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.gallery-section .mixitup-gallery .filters li:before {
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #88af0c;
  content: "";
  z-index: -1;
  left: 50%;
  width: 0;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section .mixitup-gallery .filters li.active {
  color: #ffffff;
  font-weight: 500;
}

.gallery-section .mixitup-gallery .filters li.active:before {
  width: 100%;
  left: 0;
}

.gallery-section .gallery-block {
  position: relative;
}

.gallery-section .gallery-block.mix {
  display: none;
}

.gallery-section .mixitup-gallery .gallery-block {
  margin-bottom: 6px;
  padding: 0 3px;
}

.gallery-section .gallery-block .image-box {
  position: relative;
  overflow: hidden;
}

.gallery-section .gallery-block .image-box img {
  display: block;
  width: 100%;
}

.gallery-section .gallery-block .image-box:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) padding-box content-box;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -100%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}

.gallery-section .gallery-block .image-box:hover:after {
  top: 50%;
  height: 50%;
  opacity: 1;
}

.gallery-section .gallery-block .image-box:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) padding-box content-box;
  bottom: -100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 100%;
}

.gallery-section .gallery-block .image-box:hover:before {
  bottom: 50%;
  height: 50%;
  opacity: 1;
}

.gallery-section .gallery-block .content-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section .gallery-block .image-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  transition-delay: 600ms;
}

.gallery-section .gallery-block .content-box>span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Tangerine', cursive;
  margin-bottom: 18px;
}

.gallery-section .gallery-block .content-box h4 {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #b2ea00;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gallery-section .gallery-block .content-box h4 a {
  display: inline-block;
  color: #b2ea00;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section .gallery-block .content-box h4 a:hover {
  color: #ffffff;
}

.gallery-section .gallery-block .content-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin: 0 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section .gallery-block .content-box a:hover {
  color: #b2ea00;
}

.gallery-section .gallery-block .content-box a:before {
  position: absolute;
  right: -21px;
  height: 18px;
  width: 2px;
  top: 3px;
  background-color: #ffffff;
  content: "";
}

.gallery-section .gallery-block .content-box a:last-child:before {
  display: none;
}

.shouy {
  border: 2px solid #eab92c;
}

.shouy:hover {
  background: #eab92c;
}

.sho-left {
  float: left;
  padding: 20px 0;
  width: 20%;
}

.sho-right {
  float: left;
  padding: 10px 0 0 20px;
  width: 80%;
}

.pad-o {
  padding: 20px 0 0 0;
}

.foot-p1 {
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
}

.foot-p2 {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.foot-left {
  float: left;
  width: 10%;
}

.foot-left i {
  font-size: 30px;
  line-height: 40px;
  color: #bfbfbf;
}

.foot-right {
  float: left;
  width: 88%;
}

.list {
  width: 100%;
}

.list li {
  width: 100%;
}

.foot-li {
  height: 65px;
}

.foot-p3 {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 20px;
}

.bjimg img {
  width: 100%;
}

.custom-select-box {
  width: 100%;
}

.btn-style-four {
  width: 90%;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 20px;
  font-weight: 600;
  background-color: #eab92c;
}

.tab_kuang {
  border: 1px solid #777777;
  width: 100%;
}

.tab_kuang tr {
  border: 1px solid #777777;
}

.tab_kuang tr td {
  border: 1px solid #777777;
  width: 33.33%;
  text-align: center;
}

.tab_kuang tr th {
  border: 1px solid #777777;
  width: 33.33%;
  text-align: center;
}

.search_p {
  color: #ffffff;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group .theme-btn {
  margin-right: 0;
}

.form-group:nth-child(2) {
  margin-bottom: 20px;
}

.form-group label {
  position: relative;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 10px;
}

.form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  font-size: 14px;
  border: 1px solid #cccccc;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.form-group input[type="text"]:focus {
  border-color: #88af0c;
}

.login-form button {
  margin-top: 35px;
  font-size: 16px;
  padding: 15px 38px;
}

.form-group.remember label {
  display: block;
  margin: 0;
  font-size: 16px;
  color: #666666;
  text-transform: capitalize;
}

.psw {
  position: absolute;
  color: #666666;
  font-size: 16px;
  min-width: 200px;
  margin-top: 15px;
}

.psw:hover {
  text-decoration: underline;
}

.normaltable {
  border: 1px solid #777777;
  width: 100%;
}

.normaltable tr {
  border: 1px solid #777777;
}

.normaltable tr td {
  border: 1px solid #777777;
}

.currents {
  text-decoration: none;
  outline: none;
  color: #eab92c;
  text-align: center;
  font-weight: 600;
}

.box-p {
  line-height: 100px;
  text-align: center;
  font-size: 25px;
  color: #eab92c;
}

.box-im {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.box-im p {
  color: #ffffff;
}

.box-im:hover {
  background-color: rgba(233, 184, 45, .5);
  color: #eab92c;
  border: 2px solid #eab92c;
}

.box-im:hover p {
  color: #eab92c;
}

.table-coco {
  background: #CF9903;
}

.table-coco:hover a {
  color: #CF9903;
}

.table-coco:hover {
  background: #ffffff;
  border: 1px solid #CF9903;
}

.coco-title {
  text-align: center;
}

.gallery-section-two {
  position: relative;
  padding: 40px 0 40px;
}

.gallery-section-two .mixitup-gallery .filters {
  margin-bottom: 65px;
  text-align: center;
}

.gallery-section-two .mixitup-gallery .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #d6d6d6;
}

.gallery-section-two .mixitup-gallery .filters li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: #666666;
  font-weight: 400;
  margin-right: 40px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.gallery-section-two .mixitup-gallery .filters li:last-child {
  margin-right: 0;
}

.gallery-section-two .mixitup-gallery .filters li:before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  top: auto;
  height: 1px;
  width: 0;
  content: "";
  z-index: 1;
  background-color: #88af0c;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section-two .mixitup-gallery .filters li.active {
  color: #88af0c;
  font-weight: 600;
}

.gallery-section-two .mixitup-gallery .filters li.active:before {
  width: 100%;
  left: 0;
}

.gallery-section-two .styled-pagination {
  margin-top: 90px;
}

.gallery-block-two.mix {
  display: none;
}

.gallery-block-two {
  position: relative;
  margin-bottom: 30px;
}

.gallery-block-two .image-box {
  position: relative;
}

.gallery-block-two .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-block-two .slide-item .image-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gallery-block-two .image-box .overlay-box:before {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  background-color: #000000;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-block-two:hover .image-box .overlay-box:before {
  opacity: .70;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  visibility: visible;
}

.gallery-block-two .content-box {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-block-two .image-box:hover .content-box {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.gallery-block-two .content-box h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #b2ea00;
  font-weight: 500;
  margin-bottom: 20px;
}

.gallery-block-two .content-box h4 a {
  color: #CF9903;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-block-two .content-box h4 a:hover {
  color: #ffffff;
}

.gallery-block-two .content-box .icon-box a {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 9px;
  line-height: 33px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-block-two .content-box .icon-box a:hover {
  background-color: #000000;
  color: #ace104;
}

.checkout-page {
  position: relative;
  padding: 120px 0px 120px;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 50px;
}

.checkout-page .default-links li {
  line-height: 25px;
  padding: 25px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  background-color: #eeeeee;
  margin-bottom: 40px;
}

.checkout-page .default-links li .fa {
  position: relative;
  font-size: 24px;
  line-height: 25px;
  color: #88af0c;
  margin-right: 20px;
}

.checkout-page .default-links li a {
  color: #666666;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page .default-links li a:hover {
  color: #88af0c;
}

.contact-page-section {
  position: relative;
}

.contact-page-section .form-section {
  padding: 120px 0 130px;
}

.contact-form-two .title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1em;
  color: #88af0c;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Tangerine', cursive;
}

.contact-form-two h3 {
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-form-two .text {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px;
}

.contact-page-section .form-section {
  position: relative;
  padding-top: 120px;
}

.contact-form-two {
  position: relative;
  z-index: 1;
}

.contact-form-two .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-two .form-group:last-child {
  margin-bottom: 0;
}

.contact-form-two .form-group input[type="text"],
.contact-form-two .form-group input[type="email"],
.contact-form-two .form-group input[type="tel"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group textarea,
.contact-form-two .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 28px;
  color: #eab92c;
  font-weight: 500;
  height: 50px;
  padding: 10px 25px;
  letter-spacing: .5px;
  background-color: transparent;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}


.contact-form-two .form-group input:focus,
.contact-form-two .form-group select:focus,
.contact-form-two .form-group textarea:focus {
  border-color: #7fa700;
}

input::-webkit-input-placeholder {
  color: #ff0000;
  font-weight: bold;
}

input::-moz-placeholder {
  color: #ff0000;
  font-weight: bold;
}

input::-moz-placeholder {
  color: #ff0000;
  font-weight: bold;
}

.coco-title-1 {
  font-size: 13px;
  text-align: center;
  width: 85%;
  margin: auto;
}

input::-ms-input-placeholder {
  color: #817a7a;
  font-weight: bold;
}


.textalign {
  text-align: center;
}

.s_title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}

.s_x_title {
  width: 100%;
  font-size: 15px;
  color: #fff;
  line-height: 50px;
}

.s_input {
  width: 25%;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  float: left;
}

.s_select {
  width: 85%;
  height: 35px;
  color: #000;
}

.s_submit {
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

.s_table {
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
}

.s_td {
  border: 1px solid #fff;
  width: 33.33%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}


@media screen and (max-width: 768px) {
  #insiderBase {
    margin-top: 4%;
    padding-left: 0;
    position: relative;
  }

  #insiderBar {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
  }

  #insider_content {
    margin-top: 4%;
  }

  #insider_content .location {
    display: none;
  }

  .s_input {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    float: left;
  }

  .s_select {
    width: 100%;
    height: 35px;
    color: #000;
  }

}

.bdoybox {
  background-color: #000;
}