
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
/*---------- [Extend] Font Awesome ----------*/
.kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-prev:before, .kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-next:before, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-prev:before, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-next:before, .bx-wrapper .bx-controls-direction .bx-prev:before, .bx-wrapper .bx-controls-direction .bx-next:before, .woocommerce div.product form.cart .button:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------- [Extend] Transition 300 ----------*/
a, .kopa-breadcrumb span, .kopa-social-2 ul li a, .kopa-pagination.style-01 ul li a.prev i:after, .kopa-pagination.style-01 ul li a.next i:after, .kopa-comment-pagination a, .kopa-comment-pagination span, .kopa-comment-pagination a.prev i:after, .kopa-comment-pagination a.next i:after, #kopa-header.kopa-header-3 .header-right .header-top .login-regist a, .sb-search-input, #main-menu-st.style-1 ul li a.sf-with-ul:after, #menu-mobile .nav, .owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next, .widget-form .widget-content form input[type="submit"], .widget-social ul li a:before, .kopa-widget-book .form-book input[type="submit"], .kopa-respond form .btn-wrap input[type="submit"], .kopa-widget-portfolio .filters-options li, .bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next, .bxslider-thumb-wrap .bxslider-thumb a:before, .single-post-other-posts .entry-item .fa, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  -webkit-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 300ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 300ms ease 0s, visibility 0s ease 0s;
  transition: all 300ms ease 0s, visibility 0s ease 0s;
}

/*---------- [Extend] List Style None ----------*/
/*---------- [Extend] Font ----------*/
.kopa-comments h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.kopa-comment-pagination {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.kopa-header-slider .owl-theme .owl-item .item .container .entry-content h3, .kopa-sub-page .top-page h2, .sidebar .widget-title, .text-about.style-1 p, .widget-menu .widget-content .entry-item .entry-content h4, .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .add-item, .shop-item .entry-item .entry-content .add-item {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
}

/**
 * 1.2 - Global config
 * -------------------------------------------------------------------
**/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  float: left;
  width: 100%;
}

body {
  float: left;
  width: 100%;
  font-size: 18px;
  background: #fff;
}

::-moz-selection {
  background: #ae8648;
  color: #fff;
}

::selection {
  background: #ae8648;
  color: #fff;
}

select {
  cursor: pointer;
}

textarea {
  resize: none;
}

input:hover, input:focus, input:active, select:focus, button:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #ae8648;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

blockquote {
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-left-width: 5px;
  padding: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-style: italic;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

/**
 * 1.3 - Structure
 * -------------------------------------------------------------------
**/
.wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1170px) {
  .wrapper {
    width: 1100px;
  }
}

@media (max-width: 1119px) {
  .wrapper {
    width: 980px;
  }
}

@media (max-width: 1023px) {
  .wrapper {
    width: 960px;
  }
}

@media (max-width: 979px) {
  .wrapper {
    width: 780px;
  }
}

@media (max-width: 799px) {
  .wrapper {
    width: 740px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    width: 620px;
  }
}

@media (max-width: 639px) {
  .wrapper {
    width: 92%;
  }
}

@media (max-width: 479px) {
  .wrapper {
    width: 92%;
    padding: 0;
  }
}

@media (max-width: 340px) {
  .wrapper {
    width: 300px;
    padding: 0;
  }
}

.wrapper-2 {
  width: 1275px;
  position: relative;
}

.wrapper-2.align-left {
  float: right;
}

@media (max-width: 1119px) {
  .wrapper-2.align-left {
    margin-right: 44px;
  }
}

@media (max-width: 1023px) {
  .wrapper-2.align-left {
    margin-right: 0;
  }
}

@media (max-width: 979px) {
  .wrapper-2.align-left {
    margin-right: 45px;
  }
}

@media (max-width: 767px) {
  .wrapper-2.align-left {
    margin-right: 0;
  }
}

.wrapper-2.align-right {
  float: left;
}

@media (max-width: 1119px) {
  .wrapper-2.align-right {
    margin-left: 44px;
  }
}

@media (max-width: 1023px) {
  .wrapper-2.align-right {
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  .wrapper-2.align-right {
    margin-left: 45px;
  }
}

@media (max-width: 767px) {
  .wrapper-2.align-right {
    margin-left: 0;
  }
}

@media (max-width: 1119px) {
  .wrapper-2 {
    width: 939px;
  }
}

@media (max-width: 1023px) {
  .wrapper-2 {
    width: 850px;
  }
}

@media (max-width: 979px) {
  .wrapper-2 {
    width: 715px;
  }
}

@media (max-width: 799px) {
  .wrapper-2 {
    width: 100%;
  }
}

.wrapper-3 {
  width: 740px;
  margin: auto;
}

@media (max-width: 1023px) {
  .wrapper-3 {
    float: left;
    width: 100%;
    padding: 0 15px;
  }
}

.kopa-section {
  overflow: hidden;
  position: relative;
}

.kopa-section.bg-1 {
  background: #2b2b2b;
}

.kopa-section.bg-2 {
  background-image: url("images/placeholder/bg/1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.kopa-section.bg-3{background: #ae8648;}
.kopa-section.bg-4 {
  background-image:url('images/slide1.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.kopa-section.bg-5 {
  background: #fff;
}

@media (max-width: 1023px) {
  .kopa-section.bg-5 {
    margin-top: 60px;
  }
}

.kopa-section.bg-6 {
  background-image: url("images/placeholder/bg/4.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.kopa-section.bg-7 {
  background-image: url("images/placeholder/bg/5.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.kopa-parallax {
  position: relative;
  background-position: 50% 0;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.widget {
  margin-bottom: 100px;
}

@media (max-width: 979px) {
  .widget {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .widget {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .widget {
    margin-bottom: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
mt-100{margin-top: 100px;
}
@media (max-width: 979px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.kopa-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}

.kopa-overlay {
  position: relative;
}

.kopa-overlay:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.content-left {
  float: left;
  width: 830px;
}

@media (max-width: 1119px) {
  .content-left {
    width: 610px;
  }
}

@media (max-width: 1023px) {
  .content-left {
    width: 100%;
  }
}

.content-right {
  float: right;
  width: 300px;
}

@media (max-width: 1023px) {
  .content-right {
    width: 100%;
  }
}

.row-customs-01 div[class^='col-'] {
  padding: 0;
}

@media (max-width: 767px) {
  .row-customs-01 div[class^='col-'] {
    text-align: center;
  }
  .row-customs-01 div[class^='col-'] img {
    display: initial;
  }
}

/**
 * 2.1 - Button
 * -------------------------------------------------------------------
**/
.view-btn-1 {
  padding: 10px 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
}

.view-btn-1 i {
  color: #d2d2d2;
  margin-right: 20px;
  position: relative;
}

.view-btn-1 i:after {
  position: absolute;
  content: '';
  top: -11px;
  left: -12px;
  width: 40px;
  height: 40px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.btn-wrap {
  padding: 1px;
  border: 1px dashed #d9d9d9;
}

/**
 * 2.2 - Title
 * -------------------------------------------------------------------
**/
.widget-title.style-1 h2 {
  display: block;
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 75px;
  line-height: 70px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.widget-title.style-1 h5 a{color: #ae8648;}
.widget-title.style-1 h5 a:hover{color: #ffd18d;}
@media (max-width: 1119px) {
  .widget-title.style-1 h2 {
    font-size: 68px;
  }
}

@media (max-width: 1023px) {
  .widget-title.style-1 h2 {
    font-size: 64px;
  }
}

@media (max-width: 479px) {
  .widget-title.style-1 h2 {
    font-size: 50px;
    margin-top: 0;
  }
}

.widget-title.style-1 p {
  font-size: 22px;
  line-height: 20px;
  display: block;
  width: 100%;
  padding: 17px 0;
  text-align: center;
  color: #000;
  position: relative;
}

@media (max-width: 1023px) {
  .widget-title.style-1 p {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media (max-width: 979px) {
  .widget-title.style-1 p {
    font-size: 20px;
    padding: 15px 0;
  }
}

.widget-title.style-1 p:before {
  position: absolute;
  content: '';
  left: 0;
  top: -9px;
  width: 100%;
  height: 9px;
  background: transparent url("images/icon/arr10.png") center center no-repeat;
}

.widget-title.style-1 p:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 9px;
  background: transparent url("images/icon/arr11.png") center center no-repeat;
}

.widget-title.style-2 h2 {
  display: block;
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 75px;
  line-height: 70px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 1119px) {
  .widget-title.style-2 h2 {
    font-size: 60px;
  }
}

.widget-title.style-2 h2 span {
  color: #fff;
}

.widget-title.style-2 p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: relative;
}

.widget-title.style-2 p:before {
  position: absolute;
  content: '';
  top: -30px;
  left: 36%;
  width: 208px;
  height: 9px;
  background: transparent url("images/icon/arr5.png") left top no-repeat;
}

@media (max-width: 767px) {
  .widget-title.style-2 p:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

/**
 * 2.3 - Date
 * -------------------------------------------------------------------
**/
.meta-date {
  float: left;
  min-width: 90px;
  height: 90px;
  border: 1px dashed #000;
  text-align: center;
  padding-top: 15px;
  margin-right: 20px;
  background: #fff;
  position: relative;
}

@media (max-width: 1119px) {
  .meta-date {
    min-width: 65px;
    height: 65px;
    padding-top: 10px;
  }
}

.meta-date .date {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 24px;
}

@media (max-width: 1119px) {
  .meta-date .date {
    font-size: 30px;
    margin-bottom: 0;
  }
}

.meta-date .month {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #020303;
}

@media (max-width: 1119px) {
  .meta-date .month {
    font-size: 14px;
    line-height: 1;
  }
}

/**
 * 2.4 - Back To Top
 * -------------------------------------------------------------------
**/
.back-top {
  position: absolute;
  top: 25px;
  right: 15px;
  padding: 5px;
  background: #000;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .back-top {
    top: -30px;
  }
}

.back-top .cd-top {
  width: 53px;
  height: 53px;
  text-align: center;
  border: 1px dashed #5e5e5e;
  background: #000;
  color: #fff;
  padding-top: 5px;
}

.back-top .cd-top p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 0;
}

/**
 * 2.5 - Loading
 * -------------------------------------------------------------------
**/
.loading {
  background: rgba(0, 0, 0, 0.8);
  min-height: 675px;
  width: 100%;
  float: left;
}

.loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-left: -13px;
  margin-top: -15px;
  color: #fff;
}

/**
 * 2.6 - Breadcrumb
 * -------------------------------------------------------------------
**/
.kopa-breadcrumb {
  max-width: 550px;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px 0;
  position: relative;
}

.kopa-breadcrumb:before {
  position: absolute;
  content: '';
  top: -9px;
  left: 0;
  right: 0;
  width: 100%;
  height: 9px;
  background: transparent url("images/icon/arr8.png") center center no-repeat;
}

.kopa-breadcrumb:after {
  position: absolute;
  content: '';
  bottom: -9px;
  left: 0;
  right: 0;
  width: 100%;
  height: 9px;
  background: transparent url("images/icon/arr9.png") center center no-repeat;
}

@media (max-width: 767px) {
  .kopa-breadcrumb {
    padding: 15px 0;
  }
}

.kopa-breadcrumb span {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .kopa-breadcrumb span {
    font-size: 14px;
  }
}

.kopa-breadcrumb span.current-page {
  border-left: 1px solid #fff;
}

.kopa-breadcrumb span span {
  padding: 0;
}

/**
 * 2.7 - Social
 * -------------------------------------------------------------------
**/
.kopa-social-2 {
  font-size: 22px;
}

.kopa-social-2 ul li {
  display: inline-block;
  margin: 0 17px;
}

.kopa-social-2 ul li a {
  color: #9c9c9c;
}

/**
 * 2.8 - Pagination
 * -------------------------------------------------------------------
**/
.kopa-pagination.style-01 {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 125px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .kopa-pagination.style-01 {
    text-align: left;
    margin-bottom: 45px;
  }
}

.kopa-pagination.style-01 ul {
  list-style: none;
  margin: 0;
}

.kopa-pagination.style-01 ul li {
  display: inline-block;
  font-size: 22px;
}

@media (max-width: 767px) {
  .kopa-pagination.style-01 ul li {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.kopa-pagination.style-01 ul li a {
  position: relative;
  color: #b3b3b3;
  padding: 0 15px;
}

.kopa-pagination.style-01 ul li a.prev:hover i:before, .kopa-pagination.style-01 ul li a.next:hover i:before {
  color: #fff;
}

.kopa-pagination.style-01 ul li a.prev i, .kopa-pagination.style-01 ul li a.next i {
  color: #d2d2d2;
}

.kopa-pagination.style-01 ul li a.prev i:before, .kopa-pagination.style-01 ul li a.next i:before {
  z-index: 10;
  position: relative;
}

.kopa-pagination.style-01 ul li a.prev i:after, .kopa-pagination.style-01 ul li a.next i:after {
  position: absolute;
  content: '';
  background: #fff;
  top: -17px;
  left: -5px;
  width: 60px;
  height: 60px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .kopa-pagination.style-01 ul li a.prev i:after, .kopa-pagination.style-01 ul li a.next i:after {
    width: 40px;
    height: 40px;
    top: -11px;
    left: 2px;
  }
}

.kopa-pagination.style-01 ul li a.prev {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .kopa-pagination.style-01 ul li a.prev {
    margin-right: 10px;
  }
}

.kopa-pagination.style-01 ul li a.next {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .kopa-pagination.style-01 ul li a.next {
    margin-left: 10px;
  }
}

.kopa-pagination.style-01 ul li .current {
  background: #fff;
  position: relative;
  padding: 0 15px;
}

.kopa-pagination.style-01 ul li .current:after {
  position: absolute;
  content: '';
  top: -7px;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .kopa-pagination.style-01 ul li .current:after {
    top: -11px;
    left: -1px;
  }
}

.kopa-pagination.style-02 {
  text-align: right;
  margin: 30px 0;
  font-size: 16px;
}

@media (max-width: 639px) {
  .kopa-pagination.style-02 {
    text-align: left;
  }
}

.kopa-pagination.style-02 span, .kopa-pagination.style-02 ul, .kopa-pagination.style-02 ul li {
  display: inline-block;
}

.kopa-pagination.style-02 span {
  font-weight: 700;
}

.kopa-pagination.style-02 ul li {
  margin-left: 5px;
}

.kopa-pagination.style-02 ul li span, .kopa-pagination.style-02 ul li a {
  color: #000;
}

.kopa-pagination.style-02 ul li a:hover {
  font-weight: 700;
}

.kopa-blog-page-2 .kopa-pagination.style-01 {
  margin-top: 0;
}

.kopa-comment-pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.kopa-comment-pagination a, .kopa-comment-pagination span {
  display: inline-block;
  font-size: 22px;
  position: relative;
  color: #b3b3b3;
  padding: 0 15px;
}

@media (max-width: 639px) {
  .kopa-comment-pagination a, .kopa-comment-pagination span {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .kopa-comment-pagination a, .kopa-comment-pagination span {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.kopa-comment-pagination a.prev:hover i:before, .kopa-comment-pagination a.next:hover i:before {
  color: #fff;
}

.kopa-comment-pagination a.prev i, .kopa-comment-pagination a.next i {
  color: #d2d2d2;
}

.kopa-comment-pagination a.prev i:before, .kopa-comment-pagination a.next i:before {
  z-index: 10;
  position: relative;
}

.kopa-comment-pagination a.prev i:after, .kopa-comment-pagination a.next i:after {
  position: absolute;
  content: '';
  background: #fff;
  top: -18px;
  left: -5px;
  width: 60px;
  height: 60px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 639px) {
  .kopa-comment-pagination a.prev i:after, .kopa-comment-pagination a.next i:after {
    width: 40px;
    height: 40px;
    top: -11px;
    left: 2px;
  }
}

@media (max-width: 479px) {
  .kopa-comment-pagination a.prev i:after, .kopa-comment-pagination a.next i:after {
    top: -13px;
  }
}

.kopa-comment-pagination a.prev {
  margin-right: 15px;
}

@media (max-width: 479px) {
  .kopa-comment-pagination a.prev {
    margin-right: 10px;
  }
}

.kopa-comment-pagination a.next {
  margin-left: 15px;
}

@media (max-width: 479px) {
  .kopa-comment-pagination a.next {
    margin-left: 10px;
  }
}

.kopa-comment-pagination span.current {
  background: #fff;
  position: relative;
  padding: 0 15px;
  color: #000;
}

.kopa-comment-pagination span.current:after {
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 639px) {
  .kopa-comment-pagination span.current:after {
    top: -12px;
    left: -1px;
  }
}

@media (max-width: 479px) {
  .kopa-comment-pagination span.current:after {
    top: -14px;
  }
}

/**
 * 2.9 - Tag
 * -------------------------------------------------------------------
**/
.tag-box {
  float: left;
  margin: 30px 0;
}

.tag-box span {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-right: 5px;
}

.tag-box span.entry-meta {
  margin: 0;
}

.tag-box a {
  font-size: 16px;
  font-style: italic;
  color: #000;
}

/**
 * 3.1 - Header
 * -------------------------------------------------------------------
**/
#kopa-header {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 979px) {
  #kopa-header {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  #kopa-header {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  #kopa-header {
    margin-bottom: 50px;
  }
}

#kopa-header:before {
  position: absolute;
  z-index: 1;
  content: '';
  width: 30%;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, #000 20%, transparent 100%);
  background: -moz-linear-gradient(left, #000 20%, transparent 100%);
  background: -ms-linear-gradient(left, #000 20%, transparent 100%);
  background: -o-linear-gradient(left, #000 20%, transparent 100%);
  background: linear-gradient(left, #000 20%, transparent 100%);
}

@media (max-width: 767px) {
  #kopa-header:before {
    display: none;
  }
}

#kopa-header.kopa-header-2 .header-left {
  left: auto;
  right: 0;
}

#kopa-header.kopa-header-2 .sb-search-input {
  left: auto;
  right: 85px;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

#kopa-header.kopa-header-2 .dropdown-menu {
  left: auto;
  right: 0;
}

#kopa-header.kopa-header-2 #main-menu-st {
  left: 25px;
}

#kopa-header.kopa-header-2 #main-menu-st ul li {
  position: relative;
}

#kopa-header.kopa-header-2 #main-menu-st ul li:hover:before {
  opacity: .25;
}

#kopa-header.kopa-header-2 #main-menu-st ul li:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

#kopa-header.kopa-header-2 #kopa-logo-2 {
  left: 25px;
}

#kopa-header.kopa-header-2 .contact-header {
  left: 25px;
}

#kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h2 {
  font-size: 80px;
  top: 170px;
}

@media (max-width: 1023px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h2 {
    font-size: 60px;
  }
}

#kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h3 {
  font-size: 90px;
  top: 250px;
}

@media (max-width: 1023px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h3 {
    font-size: 60px;
  }
}

#kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item .item .container .entry-content p {
  top: 350px;
  right: 50px;
}

#kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item .item .container .entry-content .logo-pin {
  right: 50px;
}

@media (max-width: 1119px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h2 {
    right: 240px;
  }
}

@media (max-width: 1023px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h2 {
    top: 100px;
    right: 240px;
  }
}

@media (max-width: 1119px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h3 {
    right: 220px;
  }
}

@media (max-width: 1023px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h3 {
    top: 170px;
    right: 180px;
  }
}

@media (max-width: 1119px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content p {
    right: 140px;
  }
}

@media (max-width: 1023px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content p {
    top: 240px;
    right: 100px;
  }
}

@media (max-width: 1119px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content .logo-pin {
    right: 90px;
  }
}

@media (max-width: 1023px) {
  #kopa-header.kopa-header-2 .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content .logo-pin {
    top: 40px;
    right: 100px;
  }
}

#kopa-header.kopa-header-3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 35px;
  z-index: 20;
}

@media (max-width: 767px) {
  #kopa-header.kopa-header-3 {
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
  }
}

#kopa-header.kopa-header-3:before {
  display: none;
}

@media (max-width: 767px) {
  #kopa-header.kopa-header-3 .header-right {
    display: none;
  }
}

#kopa-header.kopa-header-3 .header-right .header-top {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1119px) {
  #kopa-header.kopa-header-3 .header-right .header-top {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  #kopa-header.kopa-header-3 .header-right .header-top {
    text-align: center;
    margin-bottom: 15px;
  }
}

#kopa-header.kopa-header-3 .header-right .header-top .login-regist, #kopa-header.kopa-header-3 .header-right .header-top .sb-search, #kopa-header.kopa-header-3 .header-right .header-top .kopa-language {
  float: right;
  clear: none;
  min-height: 18px;
}

@media (max-width: 1023px) {
  #kopa-header.kopa-header-3 .header-right .header-top .login-regist, #kopa-header.kopa-header-3 .header-right .header-top .sb-search, #kopa-header.kopa-header-3 .header-right .header-top .kopa-language {
    float: none;
    display: inline-block;
  }
}

#kopa-header.kopa-header-3 .header-right .header-top .login-regist {
  padding-right: 10px;
  border-right: 1px dashed #9c9c9c;
}

#kopa-header.kopa-header-3 .header-right .header-top .login-regist a {
  font-size: 15px;
  font-weight: 300;
  color: #9c9c9c;
}

#kopa-header.kopa-header-3 .header-right .header-top .login-regist a:hover {
  color: #fff;
}

#kopa-header.kopa-header-3 .header-right .header-top .login-regist a.kopa-login {
  margin-right: 15px;
  position: relative;
}

#kopa-header.kopa-header-3 .header-right .header-top .login-regist a.kopa-login:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  background: #9c9c9c;
  top: 3px;
  right: -10px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

#kopa-header.kopa-header-3 .header-right .header-top .sb-search {
  padding: 0 10px;
  border-top: 0;
  border-right: 1px dashed #9c9c9c;
  margin-right: 10px;
}

#kopa-header.kopa-header-3 .header-right .header-top .sb-search span {
  color: #9c9c9c;
}

#kopa-header.kopa-header-3 .header-right .header-top .sb-search form {
  margin-bottom: 0;
}

#kopa-header.kopa-header-3 .header-right .header-top .sb-search .sb-search-input {
  left: auto;
  right: 100%;
  top: -5px;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

#kopa-header.kopa-header-3 .header-right .header-top .kopa-language {
  padding: 3px 0 5px 50px;
  color: #9c9c9c;
  border: none;
}

#kopa-header.kopa-header-3 .header-right .header-top .kopa-language:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 37px;
  height: 16px;
  background: transparent url("images/icon/maps.png") left top no-repeat;
}

#kopa-header.kopa-header-3 .header-right .header-top .kopa-language button {
  color: #9c9c9c;
}

#kopa-header.kopa-header-3 .header-right .header-top .kopa-language button .caret {
  display: none;
}

#kopa-header.kopa-header-3 .header-right .header-top .kopa-language .dropdown-menu {
  left: auto;
  right: 0;
}

#kopa-header.kopa-header-3 .header-right #main-menu-st ul li {
  margin-left: 10px;
}

#kopa-header.kopa-header-3 .header-right #main-menu-st ul li:first-child {
  margin-left: 0;
}

#kopa-header.kopa-header-3 .header-right #main-menu-st ul li a {
  padding: 10px 0;
}

#kopa-header.kopa-header-3 .header-right #main-menu-st ul li a.sf-with-ul {
  padding-right: 15px;
}

@media (max-width: 1119px) {
  #kopa-header.kopa-header-3 .header-right #main-menu-st ul li a {
    font-size: 14px;
  }
}

#kopa-header.kopa-header-3 .header-right #main-menu-st ul ul li {
  margin-left: 0;
}

#kopa-header.kopa-header-3 .header-right #main-menu-st ul ul li a {
  padding: 10px;
}

.header-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 25px 20px 0;
  min-width: 45px;
  z-index: 12;
}

@media (max-width: 767px) {
  .header-left {
    display: none;
  }
}

#kopa-logo-1 {
  margin-bottom: 20px;
}

#kopa-logo-2 {
  position: absolute;
  top: 25px;
  left: 105px;
  z-index: 12;
}

@media (max-width: 979px) {
  #kopa-logo-2 {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  #kopa-logo-2 {
    display: none;
  }
}

@media (max-width: 1119px) {
  #kopa-logo-3 {
  }
  #kopa-logo-3 img {
    display: initial;
  }
}

@media (max-width: 767px) {
  #kopa-logo-3 {
    display: none;
  }
}

#logo-mobile {
  float: left;
}

@media (max-width: 479px) {
  #logo-mobile {
    max-width: 150px;
  }
}

.sb-search {
  min-width: 45px;
  height: auto;
  text-align: center;
  overflow: inherit;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
}

.sb-icon-search, .sb-search-submit {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 16px;
  color: #000;
  left: 0;
  position: relative;
}

.sb-icon-search {
  background: transparent;
}

.sb-search-input {
  top: 5px;
  right: auto;
  left: 85px;
  background: #fff;
  padding: 5px 10px;
  line-height: 1;
  height: auto;
  width: 200px;
  font-size: 16px;
  color: #666;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: transparent;
}

.sb-search.sb-search-open, .no-js .sb-search {
  width: auto;
}

.sb-search.sb-search-open .sb-search-input {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.search-submit {
  display: none;
}

.kopa-user {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}

.kopa-user i {
  color: #000;
}

.kopa-mail {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}

.kopa-mail i {
  color: #000;
}

.kopa-language {
  clear: both;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.kopa-language button {
  background: none;
  border: none;
  outline: none;
  color: #000;
}

.kopa-language button .caret {
  display: block;
  margin: 5px 0 0 3px;
  border-top-color: #000;
}

.kopa-language .dropdown-menu {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #000;
}

.kopa-language .dropdown-menu li a {
  padding: 10px 15px;
}

.kopa-language .dropdown-menu li a .nation-flag {
  float: left;
  width: 21px;
  height: 14px;
  margin-right: 10px;
}

.kopa-language .dropdown-menu li a .nation-flag.usa {
  background: transparent url("images/flag/1.jpg") left top no-repeat;
}

.kopa-language .dropdown-menu li a .nation-flag.vni {
  background: transparent url("images/flag/2.jpg") left top no-repeat;
}

.dropdown-menu {
  z-index: 12;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

#main-menu-st.style-1 {
  position: absolute;
  width: 200px;
  top: 150px;
  left: 104px;
  z-index: 11;
  padding: 9px 0;
}

#main-menu-st.style-1:before, #main-menu-st.style-1:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  background-image: url("images/icon/border01.png");
  background-repeat: repeat-x;
}

#main-menu-st.style-1:before {
  top: 0;
}

#main-menu-st.style-1:after {
  bottom: 0;
}

@media (max-width: 979px) {
  #main-menu-st.style-1:after {
    display: none;
  }
}

@media (max-width: 1119px) {
  #main-menu-st.style-1 {
    top: 110px;
  }
}

@media (max-width: 979px) {
  #main-menu-st.style-1 {
    top: 90px;
  }
}

@media (max-width: 767px) {
  #main-menu-st.style-1 {
    display: none;
  }
}

#main-menu-st.style-1 ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
}

#main-menu-st.style-1 ul li {
  float: left;
  width: 100%;
  padding: 7px 0;
  position: relative;
  background: transparent;
}

#main-menu-st.style-1 ul li.sfHover a.sf-with-ul:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#main-menu-st.style-1 ul li.sfHover li a.sf-with-ul:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#main-menu-st.style-1 ul li.sfHover li.sfHover a.sf-with-ul:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#main-menu-st.style-1 ul li a {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: none;
}

@media (max-width: 1119px) {
  #main-menu-st.style-1 ul li a {
    font-size: 16px;
  }
}

@media (max-width: 799px) {
  #main-menu-st.style-1 ul li a {
    font-size: 14px;
  }
}

#main-menu-st.style-1 ul li a.sf-with-ul {
  padding-right: 1em;
}

#main-menu-st.style-1 ul li ul {
  position: absolute;
  min-width: 160px;
  top: 0;
  left: 100%;
  z-index: 20;
}

#main-menu-st.style-1 ul li ul:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
}

#main-menu-st.style-1 ul li ul li {
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #b89f6b;
  padding: 0;
}

#main-menu-st.style-1 ul li ul li:first-child {
  border-top: none;
}

#main-menu-st.style-1 ul li ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  padding: 10px 25px;
}

#main-menu-st.style-1 ul li ul li a:hover {
  color: #fff;
}

#main-menu-st.style-2 {
  float: left;
  width: 100%;
  text-align: right;
}

#main-menu-st.style-2 .sf-menu {
  width: 100%;
  margin-bottom: 0;
}

#main-menu-st.style-2 .sf-menu > li {
  float: none;
  display: inline-block;
}

#main-menu-st.style-2 .sf-menu li {
  background: transparent;
}

#main-menu-st.style-2 .sf-menu li a {
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 7px;
  font-size: 15px;
}

#main-menu-st.style-2 .sf-menu li a.sf-with-ul {
  padding-right: 15px;
}

#main-menu-st.style-2 .sf-menu li a.sf-with-ul:after {
  right: 0;
}

#main-menu-st.style-2 .sf-menu li ul {
  min-width: 160px;
}

#main-menu-st.style-2 .sf-menu li ul:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
}

#main-menu-st.style-2 .sf-menu li ul li {
  padding: 0;
}

#main-menu-st.style-2 .sf-menu li ul li a {
  font-size: 14px;
  text-transform: none;
  text-align: left;
  padding: 10px;
}

#main-menu-st.style-2 .sf-menu li ul li a:hover {
  color: #fff;
}

.contact-header {
  position: absolute;
  left: 104px;
  bottom: 45px;
  width: 200px;
  z-index: 11;
}

@media (max-width: 1119px) {
  .contact-header {
    bottom: 0;
  }
}

@media (max-width: 1023px) {
  .contact-header {
    display: none;
  }
}

.contact-header p {
  font-size: 20px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.contact-header p:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-image: url("images/icon/border01.png");
  background-repeat: repeat-x;
}

@media (max-width: 1119px) {
  .contact-header p {
    font-size: 16px;
  }
}

.contact-header ul {
  list-style: none;
}

.contact-header ul li {
  display: inline-block;
  margin-right: 15px;
}

.contact-header ul li a {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 1119px) {
  .contact-header ul li a {
    font-size: 16px;
  }
}

.kopa-header-slider {
  overflow: hidden;
}

@media (max-width: 767px) {
  .kopa-header-slider {
    border-bottom: 4px solid #000;
    margin-top: -2px;
  }
}

.kopa-header-slider .owl-theme .owl-item .item .container {
  position: relative;
}

.kopa-header-slider .owl-theme .owl-item .item .container .entry-content h2 {
  position: absolute;
  top: 100px;
  right: -2000px;
  font-size: 105px;
  margin: 0;
  line-height: 1;
  opacity: 0;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-weight: bold;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  z-index: 2;
  letter-spacing: 0.15em;
  -webkit-transition: all 1s ease 800ms, visibility 0s ease 0s;
  -moz-transition: all 1s ease 800ms, visibility 0s ease 0s;
  -ms-transition: all 1s ease 800ms, visibility 0s ease 0s;
  transition: all 1s ease 800ms, visibility 0s ease 0s;
}

@media (max-width: 1023px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h2 {
    font-size: 90px;
  }
}

@media (max-width: 767px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h2 {
    display: none;
  }
}

.kopa-header-slider .owl-theme .owl-item .item .container .entry-content h3 {
  position: absolute;
  top: 240px;
  right: -2000px;
  font-size: 90px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1em;
  z-index: 2;
  -webkit-transition: all 1s ease 1.6s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 1.6s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 1.6s, visibility 0s ease 0s;
  transition: all 1s ease 1.6s, visibility 0s ease 0s;
}

@media (max-width: 1023px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h3 {
    font-size: 70px;
    top: 200px;
  }
}

@media (max-width: 767px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h3 {
    display: none;
  }
}
@media (min-width: 767px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content .hide-lua h2{
    display: none;
  }
}
@media (min-width: 767px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content .hide-lua  h3{
    display: none;
  }
}

.kopa-header-slider .owl-theme .owl-item .item .container .entry-content p {
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-shadow: 1px 1px black;
  position: absolute;
  top: 340px;
  right: -2000px;
  max-width: 380px;
  text-align: center;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 1s ease 2.4s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 2.4s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 2.4s, visibility 0s ease 0s;
  transition: all 1s ease 2.4s, visibility 0s ease 0s;
}

@media (max-width: 1023px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content p {
    font-size: 18px;
    line-height: 26px;
    top: 280px;
  }
}

@media (max-width: 767px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content p {
    display: none;
  }
}

.kopa-header-slider .owl-theme .owl-item .item .container .entry-content .logo-pin {
  position: absolute;
  top: -1000px;
  right: 0;
  z-index: 2;
  -webkit-transition: all 1s ease 3.2s, visibility 0s ease 0s;
  -moz-transition: all 1s ease 3.2s, visibility 0s ease 0s;
  -ms-transition: all 1s ease 3.2s, visibility 0s ease 0s;
  transition: all 1s ease 3.2s, visibility 0s ease 0s;
}

@media (max-width: 1023px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content .logo-pin {
    right: -50px;
  }
}

@media (max-width: 979px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content .logo-pin {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .kopa-header-slider .owl-theme .owl-item .item .container .entry-content .logo-pin {
    display: none;
  }
}

.kopa-header-slider .owl-theme .owl-item .item .container .entry-content .logo-pin:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 500px;
  bottom: 88px;
  left: 50%;
  background: #fff;
}

.kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h2 {
  right: 200px;
  opacity: 1;
}

@media (max-width: 1023px) {
  .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h2 {
    right: 100px;
  }
}

@media (max-width: 979px) {
  .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h2 {
    right: 200px;
  }
}

.kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h3 {
  right: 100px;
  opacity: 1;
}

@media (max-width: 1023px) {
  .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h3 {
    right: 50px;
  }
}

@media (max-width: 979px) {
  .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content h3 {
    right: 100px;
  }
}

.kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content p {
  right: 0;
  opacity: 1;
}

.kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content .logo-pin {
  top: 110px;
}

@media (max-width: 1023px) {
  .kopa-header-slider .owl-theme .owl-item.active .item .container .entry-content .logo-pin {
    top: 70px;
  }
}

.kopa-header-slider .owl-theme .owl-controls {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
}

@media (max-width: 979px) {
  .kopa-header-slider .owl-theme .owl-controls {
    bottom: 30px;
  }
}

.kopa-header-slider .owl-theme .owl-controls .owl-pagination .owl-page {
  border: 2px solid #b5b5b5;
  margin: 0 8px;
  -webkit-box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
  -ms-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.kopa-header-slider .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
}

.kopa-header-slider .owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 6px;
  height: 6px;
  margin: 0;
  background: transparent;
  opacity: 1;
  border: 1px solid #000;
}

.text-transform {
  position: relative;
}

@media (max-width: 1023px) {
  .text-transform {
    display: none;
  }
}

.text-transform h4 {
  position: absolute;
  top: 15px;
  left: 40px;
  white-space: nowrap;
  margin: 0;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 35px;
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
}

#menu-mobile {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-bottom: 4px solid #000;
}

@media (min-width: 768px) {
  #menu-mobile {
    display: none;
  }
}

#menu-mobile .nav {
  position: absolute;
  width: 300px;
  z-index: 1000;
  background: #000;
  padding: 5px;
  top: 100%;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-width: 359px) {
  #menu-mobile .nav {
    width: 280px;
  }
}

#menu-mobile .nav ul {
  margin-left: 0;
  background: #e8e8e8;
}

#menu-mobile .nav ul li a {
  color: #000;
}

#menu-mobile .nav ul ul {
  background: #a1a1a1;
}

#menu-mobile .nav li {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#menu-mobile .nav li a {
  font-size: 14px;
  padding: 6px 10px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#menu-mobile .nav.active {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

#menu-mobile .nav > li > a:hover, #menu-mobile .nav > li > a:focus {
  background: #fff;
  color: #000;
}

#menu-mobile .nav > li > a:hover span, #menu-mobile .nav > li > a:focus span {
  color: #000;
}

#menu-mobile .nav .open > a, #menu-mobile .nav .open > a:hover, #menu-mobile .nav .open > a:focus {
  background: #fff;
  color: #000;
}

#menu-mobile .nav .open > a span, #menu-mobile .nav .open > a:hover span, #menu-mobile .nav .open > a:focus span {
  color: #000;
}

#menu-mobile .nav a:hover, #menu-mobile .nav li.active > a {
  background: #fff;
  color: #000;
}

#menu-mobile .nav a:hover span, #menu-mobile .nav li.active > a span {
  color: #000;
}

.menu-mobile-wrap {
  float: right;
  margin-top: 17px;
  position: relative;
}

@media (max-width: 479px) {
  .menu-mobile-wrap {
    margin-top: 5px;
  }
}

.menu-mobile-wrap .nav {
  right: 0;
}

.menu-mobile-icon {
  float: right;
  cursor: pointer;
}

.menu-mobile-icon span {
  float: left;
  width: 45px;
  height: 8px;
  background: #000;
  clear: both;
  margin-bottom: 6px;
}

@media (max-width: 479px) {
  .menu-mobile-icon span {
    width: 40px;
    height: 7px;
    margin-bottom: 5px;
  }
}

/**
 * 3.2 - Bottom Sidebar
 * -------------------------------------------------------------------
**/
.bottom-sidebar-1 {
  background-image: url("images/placeholder/bg/3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 90px;
}

@media (max-width: 979px) {
  .bottom-sidebar-1 {
    padding-top: 60px;
  }
}

@media (max-width: 479px) {
  .bottom-sidebar-1 {
    padding-top: 60px;
  }
}

.bottom-sidebar-1 .widget-contact {
  margin-top: 210px;
}

@media (max-width: 1023px) {
  .bottom-sidebar-1 .widget-contact {
    margin-top: 30px;
    padding-left: 55px;
  }
}

@media (max-width: 479px) {
  .bottom-sidebar-1 .widget-contact {
    padding-left: 0;
  }
}

@media (max-width: 359px) {
  .bottom-sidebar-1 .widget-contact {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .bottom-sidebar-1 .widget-social {
    padding-left: 55px;
  }
}

@media (max-width: 767px) {
  .bottom-sidebar-1 .widget-social {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .bottom-sidebar-1 .widget-social {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 359px) {
  .bottom-sidebar-1 .widget-social {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .bottom-sidebar-1 .widget-social ul li {
    margin-right: 15px;
  }
}

@media (max-width: 359px) {
  .bottom-sidebar-1 .widget-social ul li {
    margin-right: 5px;
  }
}

.bottom-sidebar-2 {
  background-image: url("images/slide1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 0px;
}

@media (max-width: 979px) {
  .bottom-sidebar-2 {
    padding-top: 60px;
  }
}

.bottom-sidebar-2 .bottom-sidebar-left footer .content-bottom-sidebar-left {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .bottom-sidebar-2 .bottom-sidebar-left footer .content-bottom-sidebar-left {
    margin-top: 15px;
  }
}

.bottom-sidebar-2 .widget-form {
  margin-top: 70px;
}

@media (max-width: 1023px) {
  .bottom-sidebar-2 .widget-form {
    padding-left: 55px;
  }
}

@media (max-width: 767px) {
  .bottom-sidebar-2 .widget-form {
    padding-left: 0;
    margin-top: 50px;
  }
}

.bottom-sidebar-left header {
  float: left;
  width: 100%;
  clear: both;
}

@media (max-width: 359px) {
  .bottom-sidebar-left header {
    margin-bottom: 15px;
  }
}

.bottom-sidebar-left header h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1;
}

@media (max-width: 479px) {
  .bottom-sidebar-left header h2 {
    font-size: 30px;
  }
}

.bottom-sidebar-left header h2 span {
  font-size: 22px;
  font-weight: 300;
}

@media (max-width: 479px) {
  .bottom-sidebar-left header h2 span {
    font-size: 18px;
  }
}

.bottom-sidebar-left footer {
  float: left;
  width: 100%;
  clear: both;
}

.bottom-sidebar-left footer .logo-small {
  float: left;
  max-width: 44px;
}

@media (max-width: 767px) {
  .bottom-sidebar-left footer .logo-small {
    display: none;
  }
}

.bottom-sidebar-left footer .content-bottom-sidebar-left {
  float: right;
  width: 516px;
  padding: 30px 15px;
  background: #000;
}

@media (max-width: 1119px) {
  .bottom-sidebar-left footer .content-bottom-sidebar-left {
    width: 400px;
  }
}

@media (max-width: 1023px) {
  .bottom-sidebar-left footer .content-bottom-sidebar-left {
    width: 665px;
  }
}

@media (max-width: 767px) {
  .bottom-sidebar-left footer .content-bottom-sidebar-left {
    width: 100%;
  }
}

/**
 * 3.3 - Footer
 * -------------------------------------------------------------------
**/
#kopa-footer {
  background: #2a2a2a;
}

#kopa-footer .container {
  position: relative;
}

@media (max-width: 1023px) {
  #kopa-footer .container {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  #kopa-footer .container div[class^="col-"] {
    padding: 0;
  }
}

#kopa-footer .footer-left {
  float: right;
  width: 516px;
  padding: 27px 10px 28px 30px;
  background: #000;
}
#kopa-footer .footer-left .list-item p a{color: #b3b3b3;}
#kopa-footer .footer-left .list-item p a:hover{color: #ffffff;}
@media (max-width: 1119px) {
  #kopa-footer .footer-left {
    width: 400px;
  }
}

@media (max-width: 1023px) {
  #kopa-footer .footer-left {
    width: 100%;
  }
}

@media (max-width: 979px) {
  #kopa-footer .footer-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#kopa-footer .footer-right {
  padding-top: 45px;
}

@media (max-width: 1023px) {
  #kopa-footer .footer-right {
    padding: 30px 0;
    text-align: center;
  }
}

@media (max-width: 979px) {
  #kopa-footer .footer-right {
    margin-top: 30px;
  }
}

#kopa-footer .copyright p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  color: #7f7f7f;
  line-height: 1.1;
}

@media (max-width: 1119px) {
  #kopa-footer .copyright p {
    margin-top: 10px;
  }
}

@media (max-width: 1023px) {
  #kopa-footer .copyright p {
    margin-top: 0;
  }
}

#kopa-footer.kopa-footer-2 .back-top {
  top: -31px;
}

@media (max-width: 1023px) {
  #kopa-footer.kopa-footer-2 .container div[class^="col-"] {
    padding: 0;
  }
}

.text-open {
  padding: 15px 0;
}

@media (max-width: 1023px) {
  .text-open {
    text-align: center;
  }
}

.text-open h4 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #7f7f7f;
  margin: 0;
}

.text-open h4 span {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 17px;
  text-transform: none;
}

@media (max-width: 1119px) {
  .text-open h4 span {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 1023px) {
  .text-open h4 span {
    display: inline-block;
  }
}

.text-open h4 span span {
  color: #fff;
}

@media (max-width: 1119px) {
  .text-open h4 span span {
    display: inline-block;
  }
}

/**
 * 3.4 - Top Page
 * -------------------------------------------------------------------
**/
.kopa-sub-page .top-page {
  margin-bottom: 80px;
  padding-top: 200px;
  padding-bottom: 90px;
  background-image: url("images/slide1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  text-align: center;
}

@media (max-width: 1119px) {
  .kopa-sub-page .top-page {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .kopa-sub-page .top-page {
    padding-top: 200px;
  }
}

@media (max-width: 979px) {
  .kopa-sub-page .top-page {
    padding-top: 220px;
  }
}

@media (max-width: 767px) {
  .kopa-sub-page .top-page {
    padding-top: 50px;
    margin-top: -2px;
  }
}

.kopa-sub-page .top-page:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .2;
  z-index: 1;
}

.kopa-sub-page .top-page .container {
  position: relative;
  z-index: 2;
}

.kopa-sub-page .top-page h2 {
  font-size: 75px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .kopa-sub-page .top-page h2 {
    font-size: 60px;
  }
}

@media (max-width: 479px) {
  .kopa-sub-page .top-page h2 {
    font-size: 26px;
    line-height: 60px;
  }
}

.kopa-sub-page .top-page p {
  max-width: 600px;
  margin: 0 auto 30px;
  color: #9c9c9c;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 28px;
}

@media (max-width: 479px) {
  .kopa-sub-page .top-page p {
    font-size: 16px;
    line-height: 24px;
  }
}

.kopa-sub-page .top-page .kopa-social-2 {
  font-size: 22px;
}

.kopa-sub-page .top-page .kopa-social-2 ul li {
  margin: 0 15px;
}

/**
 * 3.5 - Sidebar
 * -------------------------------------------------------------------
**/
.sidebar .widget {
  margin-bottom: 60px;
  overflow: hidden;
}

.sidebar .widget-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  text-indent: 2px;
}

.sidebar .widget-title a {
  color: #000;
}

/**
 * 4.1 - Widget About
 * -------------------------------------------------------------------
**/
@media (max-width: 1119px) {
  .widget-about-1 {
    padding-left: 44px;
    padding-right: 44px;
  }
}

@media (max-width: 1023px) {
  .widget-about-1 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .widget-about-1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }
}

.widget-about-1 .entry-thumb {
  padding-left: 40px;
}

@media (max-width: 479px) {
  .widget-about-1 .entry-thumb {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .widget-about-1 .entry-thumb img {
    display: initial;
  }
}

.widget-about-1 .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 1119px) {
  .widget-about-1 .widget-title h2 {
    font-size: 58px;
  }
}

@media (max-width: 979px) {
  .widget-about-1 .widget-title h2 {
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  .widget-about-1 .widget-title h2 {
    font-size: 44px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .widget-about-1 .widget-title {
    margin-bottom: 30px;
  }
}

.widget-about-1 .widget-content {
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .widget-about-1 .widget-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .widget-about-1 .widget-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .widget-about-1 .widget-content {
    padding: 0;
    margin: 0;
  }
}

.widget-about-1 .widget-content header {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .widget-about-1 .widget-content header {
    text-align: center;
  }
}

.widget-about-1 .widget-content header h3 {
  float: left;
  width: 50%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1119px) {
  .widget-about-1 .widget-content header h3 {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .widget-about-1 .widget-content header h3 {
    display: inline-block;
    font-size: 32px;
  }
}

@media (max-width: 639px) {
  .widget-about-1 .widget-content header h3 {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .widget-about-1 .widget-content header h3 {
    font-size: 16px;
  }
}

.widget-about-1 .widget-content header .meta-phone {
  float: left;
  width: 50%;
  font-size: 26px;
  line-height: 20px;
  color: #000;
  padding: 10px 0 5px 20px;
  font-weight: 700;
  margin-top: -10px;
}

@media (max-width: 1119px) {
  .widget-about-1 .widget-content header .meta-phone {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .widget-about-1 .widget-content header .meta-phone {
    font-size: 26px;
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 639px) {
  .widget-about-1 .widget-content header .meta-phone {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .widget-about-1 .widget-content header .meta-phone {
    font-size: 16px;
  }
}

.widget-about-1 .widget-content header .meta-phone .fa {
  display: inline-block;
  margin-right: 15px;
  margin-top: -8px;
  font-size: 26px;
}

@media (max-width: 479px) {
  .widget-about-1 .widget-content header .meta-phone .fa {
    display: none;
  }
}

.widget-about-1 .widget-content header h3 + .meta-phone {
  border-left: 1px dashed #000;
}

.widget-about-1 .widget-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

@media (max-width: 1023px) {
  .widget-about-1 .widget-content p {
    text-align: center;
  }
}

.widget-about-1 .widget-content .view-btn-1 {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
}

.widget-about-big-thumb {
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1119px) {
  .widget-about-big-thumb {
    margin-right: 44px;
    margin-left: 44px;
  }
}

@media (max-width: 1023px) {
  .widget-about-big-thumb {
    margin: 0;
  }
}

@media (max-width: 979px) {
  .widget-about-big-thumb {
    margin-right: 44px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .widget-about-big-thumb {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.widget-about-big-thumb .widget-title {
  position: absolute;
  min-width: 540px;
  top: 0;
  right: 0;
}

@media (max-width: 1119px) {
  .widget-about-big-thumb .widget-title {
    min-width: 385px;
  }
  .widget-about-big-thumb .widget-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 1119px) and (max-width: 1119px) {
  .widget-about-big-thumb .widget-title h2 {
    line-height: 1.2;
  }
}

@media (max-width: 1023px) {
  .widget-about-big-thumb .widget-title {
    min-width: 360px;
  }
}

@media (max-width: 767px) {
  .widget-about-big-thumb .widget-title {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (max-width: 639px) {
  .widget-about-big-thumb .widget-title h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .widget-about-big-thumb .widget-title {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 979px) {
  .widget-about-big-thumb .widget-title p {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .widget-about-big-thumb .widget-title p {
    font-size: 18px;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .widget-about-big-thumb .widget-thumb {
    display: none;
  }
}

.widget-about-big-thumb .widget-content {
  position: absolute;
  min-width: 540px;
  top: 220px;
  right: 0;
  padding: 0 20px;
}

@media (max-width: 1119px) {
  .widget-about-big-thumb .widget-content {
    min-width: 385px;
    top: 170px;
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .widget-about-big-thumb .widget-content {
    top: 140px;
    min-width: 360px;
  }
}

@media (max-width: 979px) {
  .widget-about-big-thumb .widget-content {
    top: 160px;
  }
}

@media (max-width: 767px) {
  .widget-about-big-thumb .widget-content {
    position: relative;
    top: auto;
    right: auto;
    min-width: 0;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}

@media (max-width: 479px) {
  .widget-about-big-thumb .widget-content {
    min-width: 0;
    width: 100%;
  }
}

.widget-about-big-thumb .widget-content header {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .widget-about-big-thumb .widget-content header {
    margin-bottom: 0;
  }
}

.widget-about-big-thumb .widget-content header h3 {
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1119px) {
  .widget-about-big-thumb .widget-content header h3 {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .widget-about-big-thumb .widget-content header h3 {
    font-size: 20px;
  }
}

@media (max-width: 979px) {
  .widget-about-big-thumb .widget-content header h3 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .widget-about-big-thumb .widget-content header h3 {
    display: inline-block;
    text-align: right;
    padding-right: 30px;
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .widget-about-big-thumb .widget-content header h3 {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .widget-about-big-thumb .widget-content header h3 {
    font-size: 18px;
  }
}

.widget-about-big-thumb .widget-content header .meta-phone {
  float: left;
  font-size: 26px;
  line-height: 20px;
  color: #000;
  padding: 10px 0 5px 20px;
  font-weight: 700;
  margin-top: -10px;
}

@media (max-width: 1119px) {
  .widget-about-big-thumb .widget-content header .meta-phone {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .widget-about-big-thumb .widget-content header .meta-phone {
    font-size: 18px;
  }
}

@media (max-width: 979px) {
  .widget-about-big-thumb .widget-content header .meta-phone {
    width: 50%;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .widget-about-big-thumb .widget-content header .meta-phone {
    display: inline-block;
    float: none;
    text-align: left;
    padding-left: 30px;
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .widget-about-big-thumb .widget-content header .meta-phone {
    font-size: 18px;
    padding-left: 30px;
  }
}

.widget-about-big-thumb .widget-content header .meta-phone .fa {
  display: inline-block;
  margin-right: 15px;
  margin-top: -8px;
  font-size: 26px;
}

@media (max-width: 639px) {
  .widget-about-big-thumb .widget-content header .meta-phone .fa {
    margin-right: 10px;
  }
}

@media (max-width: 479px) {
  .widget-about-big-thumb .widget-content header .meta-phone .fa {
    display: none;
  }
}

.widget-about-big-thumb .widget-content header h3 + .meta-phone {
  border-left: 1px dashed #000;
  margin-left: 20px;
}

.widget-about-big-thumb .widget-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

.widget-about-big-thumb .widget-content .view-btn-1 {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
}

.text-about.style-1 {
  padding: 45px 45px 0;
}

@media (max-width: 1119px) {
  .text-about.style-1 {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .text-about.style-1 {
    padding-left: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 979px) {
  .text-about.style-1 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .text-about.style-1 {
    width: 100%;
    padding-right: 15px;
    margin-top: 30px;
  }
}

.text-about.style-1 p {
  font-size: 30px;
  color: #000;
  line-height: 35px;
  margin-bottom: 20px;
}

@media (max-width: 1119px) {
  .text-about.style-1 p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 1023px) {
  .text-about.style-1 .meta-box {
    font-size: 14px;
  }
}

.text-about.style-2 {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .text-about.style-2 {
    padding: 0 15px;
  }
}

.text-about.style-2 h3 {
  color: #000;
  margin-top: 40px;
}

.text-about.style-2 p {
  font-weight: 300;
  line-height: 30px;
}

@media (max-width: 767px) {
  .text-about.style-2 p {
    font-size: 16px;
  }
}

/**
 * 4.2 - Widget Images
 * -------------------------------------------------------------------
**/
.widget-list-images {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .widget-list-images {
    margin-left: -15px;
    margin-right: -15px;
    float: none;
    width: auto;
  }
}

.widget-list-images .entry-item {
  float: left;
  width: 25%;
  position: relative;
}

@media (max-width: 767px) {
  .widget-list-images .entry-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .widget-list-images .entry-item {
    width: 100%;
    margin-bottom: 0;
  }
  .widget-list-images .entry-item img {
    width: 100%;
  }
}

.widget-list-images .entry-item:hover .entry-content {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.widget-list-images .entry-item .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 150px 15px 0;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 600ms ease 0s, visibility 0s ease 0s;
  -moz-transition: all 600ms ease 0s, visibility 0s ease 0s;
  -ms-transition: all 600ms ease 0s, visibility 0s ease 0s;
  transition: all 600ms ease 0s, visibility 0s ease 0s;
}

@media (max-width: 1119px) {
  .widget-list-images .entry-item .entry-content {
    padding-top: 110px;
  }
}

@media (max-width: 1023px) {
  .widget-list-images .entry-item .entry-content {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .widget-list-images .entry-item .entry-content {
    padding-top: 150px;
  }
}

@media (max-width: 639px) {
  .widget-list-images .entry-item .entry-content {
    padding-top: 70px;
  }
}

@media (max-width: 479px) {
  .widget-list-images .entry-item .entry-content {
    padding-top: 150px;
  }
}

.widget-list-images .entry-item .entry-content h2 {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}

@media (max-width: 1119px) {
  .widget-list-images .entry-item .entry-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.widget-list-images .entry-item .entry-content h2 a {
  color: #fff;
}

.widget-list-images .entry-item .entry-content p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 1119px) {
  .widget-list-images .entry-item .entry-content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .widget-list-images .entry-item .entry-content p {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .widget-list-images .entry-item .entry-content p {
    font-size: 16px;
  }
}

.widget-list-images .entry-item .entry-content:before {
  position: absolute;
  content: '';
  top: 65px;
  left: 50%;
  width: 0;
  height: 52px;
  border-left: 1px dashed #fff;
}

@media (max-width: 1119px) {
  .widget-list-images .entry-item .entry-content:before {
    top: 35px;
  }
}

@media (max-width: 1023px) {
  .widget-list-images .entry-item .entry-content:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .widget-list-images .entry-item .entry-content:before {
    display: block;
    top: 65px;
  }
}

@media (max-width: 639px) {
  .widget-list-images .entry-item .entry-content:before {
    display: none;
  }
}

@media (max-width: 479px) {
  .widget-list-images .entry-item .entry-content:before {
    display: block;
    top: 65px;
  }
}

.widget-list-images .entry-item .entry-content:after {
  position: absolute;
  content: '';
  top: 91px;
  left: 50%;
  width: 52px;
  height: 0;
  border-bottom: 1px dashed #fff;
  margin-left: -26px;
}

@media (max-width: 1119px) {
  .widget-list-images .entry-item .entry-content:after {
    top: 61px;
  }
}

@media (max-width: 1023px) {
  .widget-list-images .entry-item .entry-content:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .widget-list-images .entry-item .entry-content:after {
    display: block;
    top: 91px;
  }
}

@media (max-width: 639px) {
  .widget-list-images .entry-item .entry-content:after {
    display: none;
  }
}

@media (max-width: 479px) {
  .widget-list-images .entry-item .entry-content:after {
    display: block;
    top: 91px;
  }
}

/**
 * 4.3 - Widget Slider
 * -------------------------------------------------------------------
**/
.owl-theme .owl-controls {
  margin: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 70px;
  margin: 0;
  padding: 0;
  opacity: .3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  background: transparent url("images/icon/arr3.png") left top no-repeat;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -45px;
  background: transparent url("images/icon/arr4.png") left top no-repeat;
}

.owl-theme .owl-controls .owl-pagination .owl-page {
  border: 2px solid #b5b5b5;
  margin: 0 8px;
  -webkit-box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
  -ms-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
}

.owl-theme .owl-controls .owl-pagination .owl-page span {
  width: 6px;
  height: 6px;
  margin: 0;
  background: transparent;
  opacity: 1;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .widget-slider-1 {
    margin-bottom: 60px;
  }
}

.widget-slider-1 .item {
  display: inline-block;
  padding: 100px 0;
}

@media (max-width: 979px) {
  .widget-slider-1 .item {
    padding: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .widget-slider-1 .item {
    width: 100%;
  }
}

.widget-slider-1 .item .entry-thumb {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .widget-slider-1 .item .entry-thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}

.widget-slider-1 .item .entry-content {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .widget-slider-1 .item .entry-content {
    width: 100%;
  }
}

.widget-slider-1 .item .entry-content footer h2 {
  font-family: 'Lato', cursive;
  font-weight: 400;
  font-weight: bold;
  font-size: 45px;
  line-height: 70px;
  letter-spacing: 0.05em;
  margin: 60px 0;
  position: relative;
}

@media (max-width: 1119px) {
  .widget-slider-1 .item .entry-content footer h2 {
    font-size: 60px;
  }
}

@media (max-width: 1023px) {
  .widget-slider-1 .item .entry-content footer h2 {
    font-size: 50px;
  }
}

@media (max-width: 979px) {
  .widget-slider-1 .item .entry-content footer h2 {
    font-size: 40px;
    margin: 40px 0;
  }
}

.widget-slider-1 .item .entry-content footer h2:before {
  position: absolute;
  content: '';
  width: 124px;
  height: 9px;
  top: -40px;
  left: 0;
  background: transparent url("images/icon/arr01.png") left top no-repeat;
}

@media (max-width: 979px) {
  .widget-slider-1 .item .entry-content footer h2:before {
    top: -20px;
  }
}

.widget-slider-1 .item .entry-content footer h2:after {
  position: absolute;
  content: '';
  width: 124px;
  height: 9px;
  bottom: -30px;
  left: 0;
  background: transparent url("images/icon/arr02.png") left top no-repeat;
}

@media (max-width: 979px) {
  .widget-slider-1 .item .entry-content footer h2:after {
    bottom: -20px;
  }
}

.widget-slider-1 .item .entry-content footer h2 a span {
  color: #fff;
}

.widget-slider-1 .item .entry-content footer p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 767px) {
  .widget-slider-1 .owl-controls .owl-buttons .owl-prev, .widget-slider-1 .owl-controls .owl-buttons .owl-next {
    top: 30%;
  }
}

.widget-slider-1 .owl-controls .owl-buttons .owl-prev {
  left: -15px;
}

@media (max-width: 767px) {
  .widget-slider-1 .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
}

.widget-slider-1 .owl-controls .owl-buttons .owl-next {
  right: -15px;
}

@media (max-width: 767px) {
  .widget-slider-1 .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
}

.widget-slider-2 {
  padding: 110px 0 60px;
}

@media (max-width: 979px) {
  .widget-slider-2 {
    padding-top: 60px;
  }
}

.widget-slider-2 .widget-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .widget-slider-2 .widget-title {
    margin-bottom: 40px;
  }
}

.widget-slider-2 .widget-title h2 {
  margin-top: 0;
}

.widget-slider-2 .widget-title p {
  margin: 60px auto 0;
  max-width: 680px;
}

.widget-slider-2 .widget-content .item {
  float: left;
  width: 100%;
  background: #fff;
  padding-right: 15px;
}

@media (max-width: 1023px) {
  .widget-slider-2 .widget-content .item {
    padding-right: 0;
  }
}

.widget-slider-2 .widget-content .item .entry-thumb {
  float: left;
  width: 50%;
  position: relative;
}

@media (max-width: 1119px) {
  .widget-slider-2 .widget-content .item .entry-thumb img {
    -webkit-transform: scale(1, 1.4);
    -moz-transform: scale(1, 1.4);
    -ms-transform: scale(1, 1.4);
    -o-transform: scale(1, 1.4);
    transform: scale(1, 1.4);
  }
}

@media (max-width: 1023px) {
  .widget-slider-2 .widget-content .item .entry-thumb {
    width: 100%;
  }
  .widget-slider-2 .widget-content .item .entry-thumb img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.widget-slider-2 .widget-content .item .entry-thumb .meta-icon {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.widget-slider-2 .widget-content .item .entry-content {
  float: left;
  width: 50%;
  padding: 30px;
}

@media (max-width: 1023px) {
  .widget-slider-2 .widget-content .item .entry-content {
    width: 100%;
  }
}

.widget-slider-2 .widget-content .item .entry-content header {
  margin-bottom: 30px;
}

@media (max-width: 1119px) {
  .widget-slider-2 .widget-content .item .entry-content header {
    margin-bottom: 15px;
  }
}

.widget-slider-2 .widget-content .item .entry-content header .meta-date {
  background: transparent;
}

@media (max-width: 479px) {
  .widget-slider-2 .widget-content .item .entry-content header .meta-date {
    display: none;
  }
}

.widget-slider-2 .widget-content .item .entry-content header h2 {
  font-size: 30px;
  margin-top: 0;
}

@media (max-width: 1119px) {
  .widget-slider-2 .widget-content .item .entry-content header h2 {
    font-size: 26px;
  }
}

@media (max-width: 639px) {
  .widget-slider-2 .widget-content .item .entry-content header h2 {
    font-size: 24px;
  }
}

.widget-slider-2 .widget-content .item .entry-content header h2 a {
  color: #000;
}

@media (max-width: 1119px) {
  .widget-slider-2 .widget-content .item .entry-content .meta-time {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .widget-slider-2 .widget-content .item .entry-content .meta-time {
    margin-top: 0;
  }
}

.widget-slider-2 .widget-content .item .entry-content .meta-time, .widget-slider-2 .widget-content .item .entry-content .location {
  display: block;
  color: #000;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 1119px) {
  .widget-slider-2 .widget-content .item .entry-content .meta-time, .widget-slider-2 .widget-content .item .entry-content .location {
    font-size: 14px;
  }
}

.widget-slider-2 .widget-content .item .entry-content .meta-time i, .widget-slider-2 .widget-content .item .entry-content .location i {
  float: left;
  margin-right: 10px;
  width: 15px;
  text-align: center;
}

.widget-slider-2 .widget-content .item .entry-content p {
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (max-width: 1119px) {
  .widget-slider-2 .widget-content .item .entry-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .widget-slider-2 .widget-content .item .entry-content p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.widget-slider-2 .widget-content .item .entry-content .view-btn-1 {
  margin-left: 12px;
}

.widget-slider-2 .widget-content .owl-controls {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}

.widget-slider-2.style-2 {
  margin-bottom: 80px;
}

@media (max-width: 979px) {
  .widget-slider-2.style-2 {
    margin-bottom: 60px;
  }
}

.widget-slider-2.style-2 .widget-content .owl-item {
  padding-left: 40px;
  border-left: 1px dashed #fff;
}

@media (max-width: 639px) {
  .widget-slider-2.style-2 .widget-content .owl-item {
    padding-left: 0;
  }
}

.widget-slider-2.style-2 .widget-content .owl-item .item {
  background: transparent;
}

@media (max-width: 1023px) {
  .widget-slider-2.style-2 .widget-content .owl-item .item .entry-thumb {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .widget-slider-2.style-2 .widget-content .owl-item .item .entry-thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}

.widget-slider-2.style-2 .widget-content .owl-item .item .entry-content {
  padding: 0 0 0 20px;
}

@media (max-width: 1023px) {
  .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content {
    width: 100%;
    padding: 0;
  }
}

.widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header {
  margin-bottom: 0;
}

.widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .meta-date {
  border-color: #fff;
}

.widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .meta-date:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
  background: transparent;
}

.widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .meta-date .month {
  color: #fff;
}

.widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header h2 {
  display: inline-block;
  margin: 10px 0;
  clear: both;
}

@media (max-width: 979px) {
  .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header h2 {
    width: 100%;
    font-size: 30px;
  }
}

@media (max-width: 639px) {
  .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header h2 {
    font-size: 24px;
  }
}

.widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header h2 a {
  color: #fff;
}

.widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .meta-time, .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .location {
  color: #fff;
}

@media (max-width: 1023px) {
  .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .meta-time, .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .location {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

@media (max-width: 979px) {
  .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .meta-time, .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header .location {
    font-size: 16px;
  }
}

.owl-sync-widget .sync2 {
  margin: 10px 0 0;
}

.owl-sync-widget .sync2 .owl-item {
  padding: 0 5px;
}

/**
 * 4.4 - Widget News Letter
 * -------------------------------------------------------------------
**/
.widget-newsletter {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 50px 210px;
}

@media (max-width: 1119px) {
  .widget-newsletter {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1023px) {
  .widget-newsletter {
    padding: 50px 0;
  }
}

.widget-newsletter .widget-title {
  float: left;
  width: 40%;
  color: #fff;
}

@media (max-width: 767px) {
  .widget-newsletter .widget-title {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.widget-newsletter .widget-title h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.widget-newsletter .widget-title h4 i {
  margin-right: 15px;
}

.widget-newsletter .widget-title p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #fff;
  font-weight: 300;
}

.widget-newsletter .widget-content {
  float: left;
  width: 60%;
}

@media (max-width: 767px) {
  .widget-newsletter .widget-content {
    width: 100%;
    padding: 0 60px;
  }
}

@media (max-width: 639px) {
  .widget-newsletter .widget-content {
    padding: 0 30px;
  }
}

@media (max-width: 479px) {
  .widget-newsletter .widget-content {
    padding: 0;
  }
}

.widget-newsletter .widget-content form {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 479px) {
  .widget-newsletter .widget-content form {
    text-align: center;
  }
}

.widget-newsletter .widget-content form i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
}

.widget-newsletter .widget-content form input[type="text"] {
  float: left;
  width: 100%;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  border: 1px dashed #000;
  background: #9c7841;
  padding: 15px 160px 15px 45px;
}

.widget-newsletter .widget-content form input[type="text"]:-moz-placeholder {
  color: #fff;
}

.widget-newsletter .widget-content form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.widget-newsletter .widget-content form input[type="text"]::-moz-placeholder {
  color: #fff;
}

.widget-newsletter .widget-content form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

@media (max-width: 479px) {
  .widget-newsletter .widget-content form input[type="text"] {
    padding-right: 45px;
    margin-bottom: 15px;
  }
}

.widget-newsletter .widget-content form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 30px 14px;
}

@media (max-width: 479px) {
  .widget-newsletter .widget-content form input[type="submit"] {
    position: relative;
  }
}

/**
 * 4.5 - Widget Menu
 * -------------------------------------------------------------------
**/
.widget-menu {
  float: left;
  width: 100%;
  padding: 0 185px;
}

@media (max-width: 1119px) {
  .widget-menu {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1023px) {
  .widget-menu {
    padding: 0;
  }
}

.widget-menu .widget-title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .widget-menu .widget-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .widget-menu .widget-title h2 {
    margin-top: 0;
    line-height: 1.2;
  }
}

.widget-menu .widget-content {
  float: left;
  width: 100%;
  position: relative;
}

.widget-menu .widget-content:before {
  position: absolute;
  content: '';
  left: 50%;
  width: 0;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #000;
}

@media (max-width: 767px) {
  .widget-menu .widget-content:before {
    display: none;
  }
}

.widget-menu .widget-content .entry-item {
  float: left;
  width: 100%;
  clear: both;
}

.widget-menu .widget-content .entry-item.first .entry-content:before, .widget-menu .widget-content .entry-item.last .entry-content:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #000;
  z-index: 10;
}

@media (max-width: 767px) {
  .widget-menu .widget-content .entry-item.first .entry-content:before, .widget-menu .widget-content .entry-item.last .entry-content:before {
    display: none;
  }
}

.widget-menu .widget-content .entry-item.style-1 .entry-thumb {
  float: right;
}

.widget-menu .widget-content .entry-item.style-1 .entry-content {
  float: left;
  padding-right: 60px;
  text-align: right;
}

@media (max-width: 767px) {
  .widget-menu .widget-content .entry-item.style-1 .entry-content {
    padding: 0 110px 30px;
  }
}

@media (max-width: 639px) {
  .widget-menu .widget-content .entry-item.style-1 .entry-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 359px) {
  .widget-menu .widget-content .entry-item.style-1 .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.widget-menu .widget-content .entry-item.style-1.first .entry-content:before {
  top: -3px;
  right: -3px;
}

.widget-menu .widget-content .entry-item.style-1.last .entry-content:before {
  bottom: -3px;
  left: -3px;
}

.widget-menu .widget-content .entry-item.style-2 .entry-thumb {
  float: left;
}

.widget-menu .widget-content .entry-item.style-2 .entry-content {
  float: right;
  padding-left: 60px;
  text-align: left;
}

@media (max-width: 767px) {
  .widget-menu .widget-content .entry-item.style-2 .entry-content {
    padding: 30px 110px 0;
  }
}

@media (max-width: 639px) {
  .widget-menu .widget-content .entry-item.style-2 .entry-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 359px) {
  .widget-menu .widget-content .entry-item.style-2 .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.widget-menu .widget-content .entry-item.style-2.first .entry-content:before {
  top: -3px;
  right: -3px;
}

.widget-menu .widget-content .entry-item.style-2.last .entry-content:before {
  bottom: -10px;
  left: -2px;
}

.widget-menu .widget-content .entry-item .entry-thumb {
  width: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .widget-menu .widget-content .entry-item .entry-thumb {
    display: none;
  }
}

.widget-menu .widget-content .entry-item .entry-thumb img {
  display: initial;
}

.widget-menu .widget-content .entry-item .entry-content {
  width: 50%;
  position: relative;
}

@media (max-width: 767px) {
  .widget-menu .widget-content .entry-item .entry-content {
    width: 100%;
  }
}

.widget-menu .widget-content .entry-item .entry-content h4 {
  margin-top: 0;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  line-height: 70px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .widget-menu .widget-content .entry-item .entry-content h4 {
    text-align: center;
  }
}

@media (max-width: 359px) {
  .widget-menu .widget-content .entry-item .entry-content h4 {
    font-size: 40px;
  }
}

.widget-menu .widget-content .entry-item .entry-content ul {
  list-style: none;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
}

.widget-menu .widget-content .entry-item .entry-content ul li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.widget-menu .widget-content .entry-item .entry-content ul li:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 0;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.widget-menu .widget-content .entry-item .entry-content ul li h6 {
  float: left;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  color: #020303;
  margin: 0;
  background: #fff;
  padding: 0 5px;
  position: relative;
}

@media (max-width: 359px) {
  .widget-menu .widget-content .entry-item .entry-content ul li h6 {
    font-size: 14px;
  }
}

.widget-menu .widget-content .entry-item .entry-content ul li span {
  float: right;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1;
  background: #fff;
  padding: 0 5px;
  font-style: italic;
  position: relative;
}

@media (max-width: 359px) {
  .widget-menu .widget-content .entry-item .entry-content ul li span {
    font-size: 14px;
  }
}

.widget-menu .widget-content .divider.style-1 {
  float: left;
  width: 100%;
  padding: 10px 0;
  clear: both;
  text-align: center;
  background: #fff;
  position: relative;
}

.widget-menu .widget-content .divider.style-1 span {
  display: inline-block;
  position: relative;
}

.widget-menu .widget-content .divider.style-1 span:before, .widget-menu .widget-content .divider.style-1 span:after {
  position: absolute;
  content: '';
  top: 50%;
  width: 50px;
  height: 0;
  border-bottom: 1px dashed #000;
}

.widget-menu .widget-content .divider.style-1 span:before {
  left: -60px;
}

.widget-menu .widget-content .divider.style-1 span:after {
  right: -60px;
}

.widget-menu .widget-content .divider.style-2 {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  position: relative;
}

.widget-menu .widget-content .divider.style-2:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 50%;
  margin-left: -2px;
  width: 5px;
  height: 5px;
  background: #000;
}

.widget-menu .widget-content .divider.style-2:after {
  position: absolute;
  content: '';
  top: 11px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  border-bottom: 1px dashed #000;
}

.widget-menu .widget-content .view-btn-1 {
  padding-top: 60px;
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  background: #fff;
  position: relative;
}

@media (max-width: 479px) {
  .widget-menu .widget-content .view-btn-1 {
    padding-top: 30px;
  }
}

@media (max-width: 1119px) {
  .widget-menu-2 {
    padding: 0 44px;
  }
}

@media (max-width: 1023px) {
  .widget-menu-2 {
    padding: 0;
  }
}

.widget-menu-2 .widget-title {
  max-width: 550px;
  margin: 0 auto 60px;
}

@media (max-width: 639px) {
  .widget-menu-2 .widget-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 979px) {
  .widget-menu-2 .widget-title h2 {
    margin-top: 0;
    line-height: 1.2;
  }
}

.widget-menu-2 .widget-content {
  position: relative;
}

@media (max-width: 639px) {
  .widget-menu-2 .widget-content {
    float: left;
    width: 100%;
  }
}

.widget-menu-2 .widget-content .entry-item {
  position: relative;
}

@media (max-width: 639px) {
  .widget-menu-2 .widget-content .entry-item {
    float: left;
    width: 100%;
  }
}

.widget-menu-2 .widget-content .entry-item .entry-thumb {
  float: right;
}

@media (max-width: 767px) {
  .widget-menu-2 .widget-content .entry-item .entry-thumb {
    width: 100%;
  }
  .widget-menu .widget-content .divider{display: none}
}

@media (max-width: 639px) {
  .widget-menu-2 .widget-content .entry-item .entry-thumb {
    display: none;
  }
}

.widget-menu-2 .widget-content .entry-item .entry-content {
  position: absolute;
  top: 70px;
  left: 0;
  width: 665px;
  padding: 20px 40px;
  background: #fff;
  z-index: 10;
}

@media (max-width: 1119px) {
  .widget-menu-2 .widget-content .entry-item .entry-content {
    width: 520px;
  }
}

@media (max-width: 1023px) {
  .widget-menu-2 .widget-content .entry-item .entry-content {
    width: 502px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .widget-menu-2 .widget-content .entry-item .entry-content {
    top: 45px;
  }
}

@media (max-width: 639px) {
  .widget-menu-2 .widget-content .entry-item .entry-content {
    float: left;
    width: 100%;
    top: 0;
    position: relative;
    padding-bottom: 0;
  }
}

.widget-menu-2 .widget-content .entry-item .entry-content .list-menu {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  font-style: italic;
  position: relative;
}

.widget-menu-2 .widget-content .entry-item .entry-content .list-menu:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #000;
}

@media (max-width: 479px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu:before {
    bottom: 0;
  }
}

.widget-menu-2 .widget-content .entry-item .entry-content .list-menu:last-child {
  margin-bottom: 0;
}

.widget-menu-2 .widget-content .entry-item .entry-content .list-menu h4 {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-weight: 700;
  font-size: 34px;
  margin: 0;
}

@media (max-width: 1023px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu h4 {
    font-size: 26px;
  }
}

@media (max-width: 479px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu h4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 359px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu h4 {
    font-size: 30px;
  }
}

.widget-menu-2 .widget-content .entry-item .entry-content .list-menu p {
  float: left;
  width: 100%;
  margin: 0;
}

.widget-menu-2 .widget-content .entry-item .entry-content .list-menu p span {
  float: left;
  font-size: 20px;
  color: #000;
  background: #fff;
  padding-right: 10px;
  line-height: 2;
  position: relative;
}

@media (max-width: 1023px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu p span {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu p span {
    font-size: 14px;
    line-height: 1;
  }
}

.widget-menu-2 .widget-content .entry-item .entry-content .list-menu p strong {
  float: right;
  font-size: 30px;
  background: #fff;
  padding-left: 10px;
  position: relative;
}

@media (max-width: 1023px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu p strong {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu p strong {
    font-size: 14px;
  }
}

.widget-menu-2 .widget-content .entry-item .entry-content .list-menu p strong del {
  font-size: 16px;
  margin-right: 15px;
  color: #000;
  background: #fff;
  position: relative;
}

@media (max-width: 1023px) {
  .widget-menu-2 .widget-content .entry-item .entry-content .list-menu p strong del {
    font-size: 14px;
  }
}

.widget-menu-2 .widget-content .contact-menu {
  position: absolute;
  top: 230px;
  left: 665px;
  padding: 40px;
}

@media (max-width: 1119px) {
  .widget-menu-2 .widget-content .contact-menu {
    left: 520px;
  }
}

@media (max-width: 1023px) {
  .widget-menu-2 .widget-content .contact-menu {
    left: 502px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .widget-menu-2 .widget-content .contact-menu {
    display: none;
  }
}

.widget-menu-2 .widget-content .contact-menu:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  z-index: 1;
}

.widget-menu-2 .widget-content .contact-menu strong {
  display: inline-block;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}

@media (max-width: 1119px) {
  .widget-menu-2 .widget-content .contact-menu strong {
    font-size: 34px;
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .widget-menu-2 .widget-content .contact-menu strong {
    font-size: 26px;
  }
}

.widget-menu-2 .widget-content .contact-menu p {
  color: #fff;
  font-size: 30px;
  margin: 0;
  z-index: 2;
  position: relative;
}

@media (max-width: 1119px) {
  .widget-menu-2 .widget-content .contact-menu p {
    font-size: 26px;
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .widget-menu-2 .widget-content .contact-menu p {
    font-size: 20px;
  }
}

.widget-menu-2 .widget-content .contact-menu p img {
  float: left;
  margin-right: 15px;
}

/**
 * 4.6 - Widget Quote
 * -------------------------------------------------------------------
**/
.widget-quote {
  float: left;
  width: 100%;
  padding: 100px 0;
  margin: 0;
  position: relative;
}

@media (max-width: 979px) {
  .widget-quote {
    padding: 0 0 60px;
  }
}

@media (max-width: 479px) {
  .widget-quote {
    padding-bottom: 110px;
  }
}

.widget-quote .widget-title {
  float: left;
  width: 40%;
  margin-right: 40px;
  margin-top: 60px;
}

@media (max-width: 1023px) {
  .widget-quote .widget-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.widget-quote .widget-title h2 {
  margin: 0 0 60px;
}

.widget-quote .widget-title p {
  margin: 0;
  font-size: 24px;
}

.widget-quote .widget-title p:before {
  left: 30%;
}

@media (max-width: 1023px) {
  .widget-quote .widget-title p:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.widget-quote .widget-content {
  float: left;
  width: 55%;
  padding: 50px 80px 80px;
  border: 1px dashed #b1a49e;
  position: relative;
}

@media (max-width: 1023px) {
  .widget-quote .widget-content {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .widget-quote .widget-content {
    padding: 30px;
  }
}

.widget-quote .widget-content:before, .widget-quote .widget-content:after {
  position: absolute;
  content: '';
  top: 45px;
  left: 35px;
  width: 31px;
  height: 24px;
  background: transparent url("images/icon/quote.png") left top no-repeat;
}

@media (max-width: 479px) {
  .widget-quote .widget-content:before, .widget-quote .widget-content:after {
    display: none;
  }
}

.widget-quote .widget-content:after {
  top: auto;
  left: auto;
  bottom: 45px;
  right: 35px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget-quote .widget-content .item .entry-content p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  position: relative;
}

.widget-quote .widget-content .owl-controls {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

@media (max-width: 479px) {
  .widget-quote .widget-content .owl-controls {
    bottom: -75px;
  }
}

.widget-quote-2 {
  margin-bottom: 0;
}

.widget-quote-2 .widget-content .item .entry-thumb {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 40px;
}

.widget-quote-2 .widget-content .item .entry-thumb > a {
  float: left;
  max-width: 160px;
  margin-right: 20px;
  position: relative;
}

.widget-quote-2 .widget-content .item .entry-thumb > a:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  width: 140px;
  height: 140px;
  border: 1px solid #fff;
  opacity: .2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget-quote-2 .widget-content .item .entry-thumb > a > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.widget-quote-2 .widget-content .item .entry-thumb .name-chef {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 45px;
  letter-spacing: 0.02em;
  margin: 50px 0 0 0;
}

.widget-quote-2 .widget-content .item .entry-thumb .name-chef span {
  color: #fff;
}

.widget-quote-2 .widget-content .item .entry-thumb p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.widget-quote-2 .widget-content .item .entry-content {
  float: left;
  width: 100%;
  padding: 0 40px;
  position: relative;
}

.widget-quote-2 .widget-content .item .entry-content:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 31px;
  height: 24px;
  background: transparent url("images/icon/quote.png") left top no-repeat;
  opacity: .2;
}

.widget-quote-2 .widget-content .item .entry-content:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 31px;
  height: 24px;
  background: transparent url("images/icon/quote.png") left top no-repeat;
  opacity: .2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget-quote-2 .widget-content .item .entry-content p {
  margin: 0;
  color: #9c9c9c;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
}

.widget-quote-2 .widget-content .owl-controls {
  margin-top: 30px;
}

/**
 * 4.7 - Widget Article
 * -------------------------------------------------------------------
**/
@media (max-width: 1119px) {
  .widget-article-list {
    padding: 0 44px;
  }
}

@media (max-width: 1023px) {
  .widget-article-list {
    padding: 0;
  }
}

.widget-article-list .widget-title {
  margin-bottom: 70px;
}

@media (max-width: 1119px) {
  .widget-article-list .widget-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 979px) {
  .widget-article-list .widget-title h2 {
    margin-top: 0;
  }
}

@media (max-width: 639px) {
  .widget-article-list .widget-title h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .widget-article-list .widget-title h2 {
    margin-bottom: 15px;
  }
}

.widget-article-list .widget-title p {
  max-width: 540px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .widget-article-list .widget-content {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .widget-article-list .widget-content .entry-item {
    width: 33.333333%;
    padding: 0 10px;
  }
}

@media (max-width: 479px) {
  .widget-article-list .widget-content .entry-item {
    width: 100%;
  }
  .widget-article-list .widget-content .entry-item + .entry-item {
    margin-top: 20px;
  }
}

.widget-article-list .widget-content .entry-item .entry-thumb {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .widget-article-list .widget-content .entry-item .entry-thumb {
    text-align: center;
  }
  .widget-article-list .widget-content .entry-item .entry-thumb img {
    display: initial;
  }
}

.widget-article-list .widget-content .entry-item .entry-content .meta-date {
  min-width: 66px;
  height: 66px;
  padding-top: 5px;
  margin-right: 15px;
}

@media (max-width: 1023px) {
  .widget-article-list .widget-content .entry-item .entry-content .meta-date {
    display: none;
  }
}

.widget-article-list .widget-content .entry-item .entry-content .meta-date .date {
  font-size: 32px;
  line-height: 1;
  margin: 0;
}

.widget-article-list .widget-content .entry-item .entry-content .meta-date .month {
  font-size: 14px;
  line-height: 1;
}

.widget-article-list .widget-content .entry-item .entry-content .meta-date:before {
  left: 45%;
}

.widget-article-list .widget-content .entry-item .entry-content header {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .widget-article-list .widget-content .entry-item .entry-content header {
    margin-bottom: 0;
  }
}

.widget-article-list .widget-content .entry-item .entry-content header h4 {
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1119px) {
  .widget-article-list .widget-content .entry-item .entry-content header h4 {
    margin-top: 0;
  }
}

.widget-article-list .widget-content .entry-item .entry-content header h4 a {
  color: #020303;
}

.widget-article-list .widget-content .entry-item .entry-content p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 639px) {
  .widget-article-list .widget-content .entry-item .entry-content p {
    font-size: 16px;
  }
}

/**
 * 4.8 - Widget Form
 * -------------------------------------------------------------------
**/
.widget-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.widget-form .widget-content form label {
  font-size: 16px;
  font-weight: 300;
  color: #7a7a7a;
  margin-bottom: 10px;
}

.widget-form .widget-content form input[type="text"] {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px dashed #7a7a7a;
  background: transparent;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #7a7a7a;
}

.widget-form .widget-content form input[type="text"]:-moz-placeholder {
  color: #7a7a7a;
}

.widget-form .widget-content form input[type="text"]:-ms-input-placeholder {
  color: #7a7a7a;
}

.widget-form .widget-content form input[type="text"]::-moz-placeholder {
  color: #7a7a7a;
}

.widget-form .widget-content form input[type="text"]::-webkit-input-placeholder {
  color: #7a7a7a;
}

.widget-form .widget-content form textarea {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 140px;
  padding: 10px;
  background: transparent;
  border: 1px dashed #7a7a7a;
  margin-bottom: 30px;
}

.widget-form .widget-content form input[type="submit"] {
  padding: 10px 30px;
  border: 1px dashed #7a7a7a;
  text-transform: uppercase;
  color: #fff;
  background: rgba(156, 156, 156, 0.25);
  font-size: 16px;
}

.widget-form .widget-content form input[type="submit"]:hover {
  background: rgba(156, 156, 156, 0);
}

/**
 * 4.9 - Widget Contact
 * -------------------------------------------------------------------
**/
.widget-contact {
  margin-bottom: 0;
}

.widget-contact .list-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  padding-left: 45px;
}

.widget-contact .list-item:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 30px;
  border-right: 1px dashed #fff;
}

.widget-contact .list-item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 40px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-right: 15px;
  padding-top: 7px;
}

.widget-contact .list-item span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 0;
}

.widget-contact .list-item p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.widget-contact .list-item strong {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.widget-contact.style-2 .list-item {
  margin-bottom: 15px;
}

.widget-contact.style-2 .list-item:last-child {
  margin-bottom: 0;
}

.widget-contact.style-2 .list-item i {
  border-right-color: #9c9c9c;
}

.widget-contact.style-2 .list-item i, .widget-contact.style-2 .list-item span, .widget-contact.style-2 .list-item strong, .widget-contact.style-2 .list-item p {
  color: #9c9c9c;
}

.widget-contact.style-2 .list-item strong, .widget-contact.style-2 .list-item p {
  display: inline-block;
  margin-top: 11px;
}

.widget-contact.style-2 .list-item p {
  font-size: 16px;
}

.widget-contact.style-2 .list-item span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 15px;
}

/**
 * 4.10 - Widget Social
 * -------------------------------------------------------------------
**/
.widget-social {
  margin-bottom: 20px;
}

.widget-social ul {
  margin: 0;
  list-style: none;
}

.widget-social ul li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .widget-social ul li {
    margin-right: 10px;
  }
}

.widget-social ul li a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

@media (max-width: 359px) {
  .widget-social ul li a {
    margin: 0 10px;
  }
}

.widget-social ul li a:before {
  position: absolute;
  content: '';
  top: -16px;
  left: -16px;
  width: 49px;
  height: 49px;
  opacity: .5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 359px) {
  .widget-social ul li a:before {
    width: 40px;
    height: 40px;
    top: -11px;
    left: -11px;
  }
}

.widget-social ul li a:hover:before {
  opacity: 1;
}

.widget-social ul li a .fa {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 1;
}

/**
 * 4.11 - Widget Brand
 * -------------------------------------------------------------------
**/
.widget-brand {
  margin-bottom: 0;
}

.widget-brand .item .entry-thumb {
  text-align: center;
}

.widget-brand .item .entry-thumb img {
  display: initial;
}

/**
 * 4.12 - Widget Book
 * -------------------------------------------------------------------
**/
.widget-book {
  float: left;
  width: 100%;
  padding: 100px 0;
  margin: 0;
  position: relative;
}

@media (max-width: 1119px) {
  .widget-book {
    padding-left: 44px;
    padding-right: 44px;
  }
}

@media (max-width: 1023px) {
  .widget-book {
    padding: 0 0 60px;
  }
}

.widget-book .widget-title {
  float: left;
  width: 40%;
  margin-right: 40px;
  margin-top: 60px;
}

@media (max-width: 1023px) {
  .widget-book .widget-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.widget-book .widget-title h2 {
  margin: 0 0 60px;
}

@media (max-width: 1119px) {
  .widget-book .widget-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 639px) {
  .widget-book .widget-title h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

.widget-book .widget-title p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}

.widget-book .widget-title p:before {
  left: 50%;
  margin-left: -104px;
}

@media (max-width: 767px) {
  .widget-book .widget-title p:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.widget-book .widget-content {
  float: left;
  width: 55%;
  padding: 40px 40px 20px;
  border: 1px dashed #aba9a9;
  position: relative;
}

@media (max-width: 1023px) {
  .widget-book .widget-content {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .widget-book .widget-content {
    padding: 15px 15px 0;
  }
}

.widget-book .widget-content form input {
  float: left;
  width: 100%;
  border: none;
  background: #fff;
  padding: 10px;
  font-weight: 300;
  color: #535353;
  margin-bottom: 10px;
  margin-top: 9px;
  padding-left: 10px;
  height: 45px;
}
.widget-book .widget-content form select {
  float: left;
  width: 100%;
  border: none;
  background: #fff;
  padding: 10px;
  font-weight: 300;
  color: #535353;
  margin-bottom: 10px;
  margin-top: 9px;
  padding-left: 10px;
  height: 45px;
}
.widget-book .widget-content form textarea {
  float: left;
  width: 100%;
  border: none;
  background:#fff;
  padding: 10px 0;
  padding-left: 10px;
  font-weight: 300;
  color: #535353;
  margin-bottom: 20px;
  margin-top: 10px;
}
#errorBox {color: red;margin-bottom: 20px;}
#errorBox2{color: red;margin-top: 20px;}
@media (max-width: 1119px) {
  .widget-book .widget-content form input {
    background: #fff;
    border-bottom: none;
    padding-left: 10px;
  }
  .widget-book .widget-content form select {
    background: #fff;
    border-bottom: none;
    padding-left: 10px;
  }
}

.widget-book .widget-content form button {
  border: 1px dashed #4f4f50;
  background: rgba(105, 105, 105, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 15px;
}

@media (max-width: 1119px) {
  .widget-book .widget-content form input[type="submit"] {
    border: none;
  }
}

.kopa-widget-book {
  margin-bottom: 80px;
  overflow: hidden;
}

.kopa-widget-book h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.kopa-widget-book p {
  line-height: 28px;
  font-weight: 300;
}

.kopa-widget-book p i {
  font-weight: 700;
}

.kopa-widget-book .form-book div[class^='col-'] {
  margin-bottom: 40px;
}

.kopa-widget-book .form-book input[type="text"],.kopa-widget-book .form-book select,.kopa-widget-book .form-book textarea {
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  border: none;
  border-bottom: 1px dashed #d9d9d9;
}

.kopa-widget-book .form-book textarea {
  height: 100px;
}

.kopa-widget-book .form-book input[type="submit"] {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  background: #e0e0e0;
  border: none;
  padding: 10px 0;
  text-align: center;
}

.kopa-widget-book .form-book input[type="submit"]:hover {
  color: #fff;
}

/**
 * 4.13 - Widget Comment
 * -------------------------------------------------------------------
**/
.kopa-comments {
  text-align: center;
  margin-bottom: 70px;
}

.kopa-comments h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding-bottom: 25px;
}

.kopa-comments .comments-list {
  list-style: none;
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d9d9d9;
}

.kopa-comments .comments-list .comment {
  list-style: none;
  padding: 30px 0;
  border-top: 1px dashed #d9d9d9;
}

.kopa-comments .comments-list .comment:last-child {
  padding-bottom: 0;
}

.kopa-comments .comments-list .comment .comment-wrap .comment-avatar {
  width: 80px;
  margin-right: 15px;
  border-width: 4px;
  border-style: solid;
}

@media (max-width: 639px) {
  .kopa-comments .comments-list .comment .comment-wrap .comment-avatar {
    width: 40px;
    border-width: 2px;
  }
}

.kopa-comments .comments-list .comment .comment-wrap .comment-body {
  overflow: hidden;
  text-align: left;
}

.kopa-comments .comments-list .comment .comment-wrap .comment-body .comment-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
}

.kopa-comments .comments-list .comment .comment-wrap .comment-body h6 {
  margin-top: 0;
  color: #292929;
}

.kopa-comments .comments-list .comment .comment-wrap .comment-body .comment-button {
  font-size: 14px;
}

@media (max-width: 479px) {
  .kopa-comments .comments-list .comment .comment-wrap .comment-body .comment-button {
    float: left !important;
    margin-bottom: 15px;
  }
}

.kopa-comments .comments-list .comment .comment-wrap .comment-body .comment-button .entry-date, .kopa-comments .comments-list .comment .comment-wrap .comment-body .comment-button span {
  font-weight: 300;
  color: #b3b3b3;
}

.kopa-comments .comments-list .comment .comment-wrap .comment-body .comment-button a:hover {
  color: #000;
}

.kopa-comments .comments-list .comment .children {
  margin: 30px 0 0;
}

.kopa-comments .comments-list .comment .children .comment {
  padding-left: 95px;
}

@media (max-width: 639px) {
  .kopa-comments .comments-list .comment .children .comment {
    padding-left: 55px;
  }
}

.kopa-comments .comments-list .comment .children .comment .comment-wrap .comment-avatar {
  width: 70px;
  border: none;
}

@media (max-width: 639px) {
  .kopa-comments .comments-list .comment .children .comment .comment-wrap .comment-avatar {
    width: 40px;
  }
}

/**
 * 4.14 - Widget Respond
 * -------------------------------------------------------------------
**/
.kopa-respond {
  text-align: center;
  margin-bottom: 100px;
}

.kopa-respond h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
}

.kopa-respond form {
  border-top: 1px dashed #d9d9d9;
  padding-top: 15px;
}

.kopa-respond form input, .kopa-respond form textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 45px;
}

.kopa-respond form input {
  border: none;
  border-bottom: 1px dashed #d9d9d9;
}

.kopa-respond form textarea {
  border: 1px dashed #d9d9d9;
  padding: 10px;
  height: 145px;
}

.kopa-respond form .btn-wrap {
  float: right;
}

.kopa-respond form .btn-wrap input[type="submit"] {
  width: auto;
  background: #e0e0e0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-style: normal;
  padding: 11px 60px 9px;
  margin: 0;
  border: none;
}

.kopa-respond form .btn-wrap input[type="submit"]:hover {
  color: #fff;
}

/**
 * 4.15 - Widget Related Post
 * -------------------------------------------------------------------
**/
.kopa-related-post {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}

.kopa-related-post.style-2 .widget-content .entry-item {
  width: 33.333333%;
  padding: 25px;
}

@media (max-width: 1119px) {
  .kopa-related-post.style-2 .widget-content .entry-item {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .kopa-related-post.style-2 .widget-content .entry-item {
    width: 100%;
    padding: 25px;
  }
}

@media (max-width: 479px) {
  .kopa-related-post.style-2 .widget-content .entry-item {
    padding: 15px 0;
  }
}

.kopa-related-post.style-2 .widget-content .entry-item.first {
  padding-left: 0;
  border-right: 1px dashed #d9d9d9;
}

@media (max-width: 767px) {
  .kopa-related-post.style-2 .widget-content .entry-item.first {
    padding-left: 25px;
    border-right: none;
  }
}

@media (max-width: 479px) {
  .kopa-related-post.style-2 .widget-content .entry-item.first {
    padding-left: 0;
  }
}

.kopa-related-post.style-2 .widget-content .entry-item.last {
  padding-right: 0;
  border-left: 1px dashed #d9d9d9;
}

@media (max-width: 767px) {
  .kopa-related-post.style-2 .widget-content .entry-item.last {
    padding-right: 25px;
    border-left: none;
  }
}

@media (max-width: 479px) {
  .kopa-related-post.style-2 .widget-content .entry-item.last {
    padding-right: 0;
  }
}

.kopa-related-post.style-2 .widget-content .entry-item .entry-thumb {
  max-width: 125px;
  margin-right: 15px;
}

@media (max-width: 1119px) {
  .kopa-related-post.style-2 .widget-content .entry-item .entry-thumb {
    max-width: 80px;
  }
}

.kopa-related-post.style-3 .widget-title {
  margin-bottom: 30px;
  text-align: left;
}

.kopa-related-post.style-3 .widget-content {
  margin: 0 -30px;
}

.kopa-related-post.style-3 .widget-content:after {
  position: absolute;
  content: '';
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.kopa-related-post.style-3 .widget-content .owl-item {
  border-right: 1px dashed #d9d9d9;
}

.kopa-related-post.style-3 .widget-content .owl-item .item {
  float: left;
  width: 100%;
  padding: 0 30px;
}

.kopa-related-post.style-3 .widget-content .owl-item .item .entry-item {
  width: 100%;
  border-bottom: none;
  padding: 0;
}

@media (max-width: 479px) {
  .kopa-related-post.style-3 .widget-content .owl-controls {
    display: none !important;
  }
}

.kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-prev, .kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-next {
  top: -90px;
  left: auto;
  right: 30px;
  width: 35px;
  height: 35px;
  background: none;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
  text-align: center;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-prev:hover:hover, .kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-next:hover:hover {
  color: #fff;
}

.kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-prev:before, .kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 8px;
  font-size: 16px;
}

.kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-prev {
  right: 70px;
}

.kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-prev:before {
  content: '\f177';
}

.kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-next:before {
  content: '\f178';
}

.kopa-related-post.style-4 .widget-title {
  text-align: left;
  margin-bottom: 30px;
}

.kopa-related-post.style-4 .widget-content {
  margin: 0 -15px;
}

.kopa-related-post.style-4 .widget-content .owl-item .item {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item {
  width: 100%;
  padding: 0;
  border-bottom: none;
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-thumb {
  float: none;
  width: 100%;
  max-width: none;
  margin-right: 0;
  position: relative;
}

@media (max-width: 1119px) {
  .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-thumb img {
    width: 100%;
  }
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-thumb .icon-item {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content h6 {
  font-size: 20px;
  text-align: center;
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content h6 a {
  color: #000;
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .price-item {
  padding: 10px;
  background: #f3f3f3;
  margin-bottom: 25px;
  border-bottom: 1px dashed #d9d9d9;
}

@media (max-width: 1023px) {
  .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .price-item {
    font-size: 14px;
    padding: 10px 5px;
    margin-bottom: 15px;
  }
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .price-item del {
  color: #b3b3b3;
  margin-right: 10px;
}

@media (max-width: 1023px) {
  .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .price-item del {
    margin-right: 5px;
  }
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .price-item ins {
  color: #000;
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .price-item .kopa-rating {
  float: right;
  margin-top: 3px;
}

@media (max-width: 1023px) {
  .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .price-item .kopa-rating {
    font-size: 10px;
  }
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .add-item {
  font-size: 26px;
  text-align: center;
}

@media (max-width: 1023px) {
  .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .add-item {
    font-size: 20px;
  }
}

.kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .add-item a {
  color: #000;
}

@media (max-width: 479px) {
  .kopa-related-post.style-4 .widget-content .owl-controls {
    display: none !important;
  }
}

.kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-prev, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-next {
  top: -85px;
  left: auto;
  right: 15px;
  width: 35px;
  height: 35px;
  background: none;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
  text-align: center;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-prev:hover:hover, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-next:hover:hover {
  color: #fff;
}

.kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-prev:before, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 8px;
  font-size: 16px;
}

.kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-prev {
  right: 55px;
}

.kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-prev:before {
  content: '\f177';
}

.kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-next:before {
  content: '\f178';
}

.kopa-related-post .widget-title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 1px dashed #d9d9d9;
}

.kopa-related-post .widget-content {
  position: relative;
}

.kopa-related-post .widget-content .entry-item {
  float: left;
  width: 50%;
  padding: 25px 0;
  border-bottom: 1px dashed #d9d9d9;
}

@media (max-width: 639px) {
  .kopa-related-post .widget-content .entry-item {
    width: 100%;
  }
}

.kopa-related-post .widget-content .entry-item.odd {
  border-right: 1px dashed #d9d9d9;
}

@media (max-width: 639px) {
  .kopa-related-post .widget-content .entry-item.odd {
    border-right: none;
  }
}

.kopa-related-post .widget-content .entry-item.even {
  padding-left: 25px;
}

@media (max-width: 639px) {
  .kopa-related-post .widget-content .entry-item.even {
    padding-left: 0;
  }
}

.kopa-related-post .widget-content .entry-item .entry-thumb {
  float: left;
  max-width: 150px;
  margin-right: 20px;
}

@media (max-width: 1119px) {
  .kopa-related-post .widget-content .entry-item .entry-thumb {
    max-width: 100px;
  }
}

@media (max-width: 639px) {
  .kopa-related-post .widget-content .entry-item .entry-thumb {
    max-width: 60px;
  }
}

.kopa-related-post .widget-content .entry-item .entry-content .meta-box {
  margin: 15px 0;
}

@media (max-width: 1119px) {
  .kopa-related-post .widget-content .entry-item .entry-content .meta-box {
    margin: 0 0 5px;
  }
}

.kopa-related-post .widget-content .entry-item .entry-content .meta-box span {
  text-transform: none;
  color: #b3b3b3;
}

.kopa-related-post .widget-content .entry-item .entry-content .meta-box span a {
  margin-left: 5px;
  color: #b3b3b3;
}

.kopa-related-post .widget-content .entry-item .entry-content h4 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1119px) {
  .kopa-related-post .widget-content .entry-item .entry-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.kopa-related-post .widget-content .entry-item .entry-content h4 a {
  color: #000;
}

/**
 * 4.16 - Widget Author
 * -------------------------------------------------------------------
**/
.about-author {
  border-width: 15px;
  border-style: solid;
  padding: 40px 80px;
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 1119px) {
  .about-author {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .about-author {
    padding: 10px;
    border-width: 3px;
  }
}

.about-author .author-avatar {
  display: inline-block;
  width: 100%;
  padding: 0 130px;
  margin-bottom: 30px;
}

@media (max-width: 1119px) {
  .about-author .author-avatar {
    padding: 0 30px;
  }
}

@media (max-width: 639px) {
  .about-author .author-avatar {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .about-author .author-avatar {
    text-align: center;
  }
}

.about-author .author-avatar > a {
  float: left;
  width: 160px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 639px) {
  .about-author .author-avatar > a {
    width: 100px;
  }
}

@media (max-width: 479px) {
  .about-author .author-avatar > a {
    margin: 0;
    text-align: center;
    float: none;
    display: inline-block;
  }
}

.about-author .author-avatar > a:before {
  position: absolute;
  content: '';
  width: 140px;
  height: 140px;
  background: transparent;
  border: 2px solid #fff;
  top: 10px;
  left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 639px) {
  .about-author .author-avatar > a:before {
    width: 80px;
    height: 80px;
  }
}

.about-author .author-avatar h5 {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 45px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.02em;
  margin-top: 50px;
}

@media (max-width: 639px) {
  .about-author .author-avatar h5 {
    margin-top: 15px;
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .about-author .author-avatar h5 {
    display: inline-block;
    width: 100%;
  }
}

.about-author .author-avatar h5 a {
  color: #000;
}

.about-author .author-avatar .social-links {
  list-style: none;
}

.about-author .author-avatar .social-links li {
  display: inline-block;
  margin-right: 5px;
}

.about-author .author-avatar .social-links li a {
  font-size: 14px;
  width: 34px;
  height: 34px;
  padding: 7px;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
  text-align: center;
  padding-top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.about-author .author-content {
  text-align: center;
}

.about-author .author-content p {
  text-align: center;
  line-height: 26px;
  margin: 0;
  font-weight: 300;
  font-style: italic;
}

/**
 * 4.17 - Widget Default
 * -------------------------------------------------------------------
**/
.woocommerce .star-rating {
  font-size: 14px;
}

/*---------- Widget Search ----------*/
.widget.widget_search .search-form {
  position: relative;
}

.widget.widget_search .search-form label {
  margin: 0;
}

.widget.widget_search .search-form label .screen-reader-text {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}

.widget.widget_search .search-form label .search-field {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 80px 10px 10px;
  border: 1px solid #d9d9d9;
}

.widget.widget_search .search-form .search-submit {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 13px 15px 12px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

/*---------- Widget Calendar ----------*/
.widget.widget_calendar {
  font-size: 14px;
}

.widget.widget_calendar table {
  width: 100%;
  text-align: center;
}

.widget.widget_calendar table caption {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.widget.widget_calendar table thead tr th {
  padding: 10px 0;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.widget.widget_calendar table tbody tr td {
  padding: 10px 0;
  border: 1px solid #d9d9d9;
}

.widget.widget_calendar table tbody tr td#today {
  color: #fff;
}

.widget.widget_calendar table tfoot tr td {
  padding: 10px 0;
  border: 1px solid #d9d9d9;
}

/*---------- Widget Categories, Widget Archive ----------*/
.widget.widget_categories ul, .widget.widget_archive ul, .widget.woocommerce.widget_product_categories ul {
  list-style: none;
  margin: 0;
}

.widget.widget_categories ul li, .widget.widget_archive ul li, .widget.woocommerce.widget_product_categories ul li {
  font-weight: 300;
  font-size: 16px;
}

.widget.widget_categories ul li + li, .widget.widget_archive ul li + li, .widget.woocommerce.widget_product_categories ul li + li {
  margin-top: 15px;
}

.widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.woocommerce.widget_product_categories ul li a {
  color: #000;
}

.widget.widget_categories ul .children, .widget.widget_archive ul .children, .widget.woocommerce.widget_product_categories ul .children {
  margin-top: 15px;
  padding-left: 15px;
}

.widget.widget_categories .screen-reader-text, .widget.widget_archive .screen-reader-text, .widget.woocommerce.widget_product_categories .screen-reader-text {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}

.widget.widget_categories select, .widget.widget_archive select, .widget.woocommerce.widget_product_categories select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}

.widget.widget_categories .children li a {
  position: relative;
}

.widget.widget_categories .children li a:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  top: 10px;
  left: -15px;
}

/*---------- Widget Page ----------*/
.widget.widget_pages ul {
  margin: 0;
  list-style: none;
}

.widget.widget_pages ul li {
  font-size: 16px;
  font-weight: 300;
}

.widget.widget_pages ul li + li {
  margin-top: 10px;
}

.widget.widget_pages ul li a {
  color: #000;
}

.widget.widget_pages ul .children {
  margin-top: 15px;
  padding-left: 15px;
}

/*---------- Widget Meta ----------*/
.widget.widget_meta ul {
  list-style: none;
  margin: 0;
}

.widget.widget_meta ul li {
  font-size: 16px;
  font-weight: 300;
}

.widget.widget_meta ul li + li {
  margin-top: 15px;
}

.widget.widget_meta ul li a {
  color: #000;
}

/*---------- Widget Recent Comment ----------*/
.widget.widget_recent_comments ul {
  list-style: none;
  margin: 0;
}

.widget.widget_recent_comments ul li {
  font-size: 16px;
  font-weight: 300;
}

.widget.widget_recent_comments ul li + li {
  margin-top: 15px;
}

/*---------- Widget Post ----------*/
.widget.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}

.widget.widget_recent_entries ul li {
  font-size: 16px;
  font-weight: 300;
}

.widget.widget_recent_entries ul li + li {
  margin-top: 15px;
}

.widget.widget_recent_entries ul li a {
  color: #000;
}

/*---------- Widget RSS ----------*/
.widget.widget_rss ul {
  margin: 0;
  list-style: none;
}

.widget.widget_rss ul li {
  font-size: 16px;
  font-weight: 300;
}

.widget.widget_rss ul li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #d9d9d9;
}

.widget.widget_rss ul li a {
  display: block;
  margin-bottom: 10px;
}

.widget.widget_rss ul li .rss-date {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.widget.widget_rss ul li .rssSummary {
  font-size: 14px;
  margin-bottom: 10px;
}

.widget.widget_rss ul li cite {
  font-weight: 600;
}

/*---------- Widget Text ----------*/
.widget.widget_text .textwidget strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.widget.widget_text .textwidget .wp-caption-text {
  font-size: 16px;
  margin-top: 10px;
}

.widget.widget_text .textwidget .wp-caption-text img {
  margin-top: 10px;
}

.widget.widget_text select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}

/*---------- Widget Tags ----------*/
.widget.widget_tag_cloud .tagcloud, .widget.woocommerce.widget_product_tag_cloud .tagcloud {
  margin-top: -6px;
}

.widget.widget_tag_cloud .tagcloud a, .widget.woocommerce.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000;
  border-width: 2px;
  border-style: solid;
  padding: 7px 10px 6px;
  margin-top: 10px;
  margin-right: 6px;
}

.widget.widget_tag_cloud .tagcloud a:hover, .widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
  color: #fff;
}

/*---------- Widget Nav Menu ----------*/
.widget.widget_nav_menu ul {
  list-style: none;
  margin: 0;
}

.widget.widget_nav_menu ul li {
  font-size: 16px;
  font-weight: 300;
}

.widget.widget_nav_menu ul li + li {
  margin-top: 15px;
}

.widget.widget_nav_menu ul li a {
  color: #000;
}

.widget.widget_nav_menu ul .sub-menu {
  padding-left: 15px;
  margin-top: 15px;
}

/*---------- Woocommerce Cart ----------*/
.widget.woocommerce.widget_shopping_cart {
  padding-bottom: 15px;
  border-bottom: 1px dashed #d6d6d6;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul {
  margin-bottom: 20px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
  display: inline-block;
  padding: 0;
  width: 100%;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li.empty {
  font-weight: 300;
  font-style: italic;
  color: #000;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a {
  font-weight: 400;
  color: #000;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a img {
  float: left;
  width: 100px;
  margin-right: 15px;
  margin-left: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .quantity {
  display: block;
  margin-top: 10px;
  color: #000;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  border-top: none;
  padding: 20px 0 0;
  background: transparent url("images/icon/arr7.png") left top no-repeat;
  font-size: 16px;
  margin-bottom: 20px;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total strong {
  color: #000;
  font-weight: 400;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  font-size: 20px;
  font-weight: 700;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
  margin-bottom: 0;
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/*---------- Woocommerce Search ----------*/
.widget.woocommerce.widget_product_search form {
  position: relative;
}

.widget.woocommerce.widget_product_search form .screen-reader-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.widget.woocommerce.widget_product_search form .search-field {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 80px 10px 10px;
  border: 1px solid #d9d9d9;
}

.widget.woocommerce.widget_product_search form input[type="submit"] {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 13px 15px 12px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

/*---------- Woocommerce Recent Reviews ----------*/
.widget.woocommerce.widget_recent_reviews .product_list_widget {
  margin-top: -25px;
}

.widget.woocommerce.widget_recent_reviews .product_list_widget li {
  padding: 25px 0;
}

.widget.woocommerce.widget_recent_reviews .product_list_widget li + li {
  border-top: 1px dashed #d9d9d9;
}

.widget.woocommerce.widget_recent_reviews .product_list_widget li:last-child {
  padding-bottom: 0;
}

.widget.woocommerce.widget_recent_reviews .product_list_widget li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.widget.woocommerce.widget_recent_reviews .product_list_widget li a img {
  width: 75px;
}

.widget.woocommerce.widget_recent_reviews .product_list_widget li .star-rating {
  margin-bottom: 5px;
}

.widget.woocommerce.widget_recent_reviews .product_list_widget li .reviewer {
  font-size: 14px;
}

/*---------- Woocommerce Top Rated Products ----------*/
.widget.woocommerce.widget_top_rated_products .product_list_widget, .widget.woocommerce.widget_products .product_list_widget {
  margin-top: -25px;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li, .widget.woocommerce.widget_products .product_list_widget li {
  padding: 25px 0;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li + li, .widget.woocommerce.widget_products .product_list_widget li + li {
  border-top: 1px dashed #d9d9d9;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li:last-child, .widget.woocommerce.widget_products .product_list_widget li:last-child {
  padding-bottom: 0;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li a, .widget.woocommerce.widget_products .product_list_widget li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li a img, .widget.woocommerce.widget_products .product_list_widget li a img {
  float: left;
  width: 75px;
  margin-left: 0;
  margin-right: 15px;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li .star-rating, .widget.woocommerce.widget_products .product_list_widget li .star-rating {
  margin: 5px 0;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li del, .widget.woocommerce.widget_products .product_list_widget li del {
  margin-right: 10px;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget li .amount, .widget.woocommerce.widget_products .product_list_widget li .amount {
  font-size: 14px;
}

.widget.woocommerce.widget_top_rated_products .product_list_widget .star-rating {
  font-size: 12px;
}

/*---------- Woocommerce Price Filter ----------*/
.widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 7px 10px;
  line-height: 1;
}

.widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount .button {
  font-size: 14px;
  font-weight: 400;
  border-width: 1px;
  color: #fff;
}

/**
 * 4.18 - Widget Search
 * -------------------------------------------------------------------
**/
.kopa-widget-search form {
  position: relative;
}

.kopa-widget-search form input[type="text"] {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  border: none;
  border-bottom: 1px dashed #d9d9d9;
}

.kopa-widget-search form span {
  position: absolute;
  top: 10px;
  right: 0;
  color: #000;
  padding: 0 15px;
  border-left: 1px dashed #d9d9d9;
}

/**
 * 4.19 - Widget Text
 * -------------------------------------------------------------------
**/
.kopa-widget-text .text-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

/**
 * 4.20 - Widget Recent Post
 * -------------------------------------------------------------------
**/
.kopa-recent-post ul {
  list-style: none;
}

.kopa-recent-post ul li {
  padding: 25px 0;
}

.kopa-recent-post ul li + li {
  border-top: 1px dashed #d9d9d9;
}

.kopa-recent-post ul li:first-child {
  padding-top: 0;
}

.kopa-recent-post ul li:last-child {
  padding-bottom: 0;
}

.kopa-recent-post ul li .entry-item {
  overflow: hidden;
}

.kopa-recent-post ul li .entry-item .entry-thumb {
  float: left;
  max-width: 75px;
  margin-right: 15px;
}

.kopa-recent-post ul li .entry-item .entry-content {
  overflow: hidden;
}

.kopa-recent-post ul li .entry-item .entry-content h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}

.kopa-recent-post ul li .entry-item .entry-content h6 a {
  color: #000;
}

.kopa-recent-post ul li .entry-item .entry-content span {
  font-size: 14px;
  color: #b3b3b3;
}

/**
 * 4.21 - Widget Gallery
 * -------------------------------------------------------------------
**/
.kopa-widget-gallery ul {
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.kopa-widget-gallery ul li {
  width: 33.333333%;
  float: left;
  padding: 0 5px;
  margin-top: 10px;
}

/**
 * 4.22 - Widget Portfolio
 * -------------------------------------------------------------------
**/
.kopa-widget-portfolio .filters-options {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

.kopa-widget-portfolio .filters-options li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 10px 25px;
  border-width: 1px;
  border-style: dashed;
  border-color: transparent;
  cursor: pointer;
}

@media (max-width: 767px) {
  .kopa-widget-portfolio .filters-options li {
    font-size: 14px;
    padding: 7px 15px;
  }
}

@media (max-width: 479px) {
  .kopa-widget-portfolio .filters-options li {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.kopa-widget-portfolio .filters-options li.active {
  border-color: #000;
}

.kopa-widget-portfolio .filters-options li:hover {
  border-color: #000;
}

.kopa-widget-portfolio .portfolio-container {
  margin: 0 -11px;
}

.kopa-widget-portfolio .portfolio-container .portfolio-list-item {
  list-style: none;
  position: relative;
}

.kopa-widget-portfolio .portfolio-container .portfolio-list-item .list-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

/*---------- Single Portfolio ----------*/
.bx-wrapper {
  margin: 0;
}

.bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.bx-wrapper .bx-loading {
  background: url("images/icon/bx_loader.gif") center center no-repeat #fff;
}

.bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
  top: auto;
  bottom: -20px;
  margin: 0;
  text-indent: 0;
  font-size: 0;
  background: none;
  text-align: center;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 639px) {
  .bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    display: none;
  }
}

.bx-wrapper .bx-controls-direction .bx-prev:hover:before, .bx-wrapper .bx-controls-direction .bx-next:hover:before {
  color: #fff;
}

.bx-wrapper .bx-controls-direction .bx-prev:before, .bx-wrapper .bx-controls-direction .bx-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 8px;
  font-size: 14px;
  color: #d3d3d3;
}

.bx-wrapper .bx-controls-direction .bx-prev {
  left: 45px;
}

@media (max-width: 1119px) {
  .bx-wrapper .bx-controls-direction .bx-prev {
    left: 35px;
  }
}

.bx-wrapper .bx-controls-direction .bx-prev:before {
  content: '\f177';
}

.bx-wrapper .bx-controls-direction .bx-next {
  right: 45px;
}

@media (max-width: 1119px) {
  .bx-wrapper .bx-controls-direction .bx-next {
    right: 35px;
  }
}

.bx-wrapper .bx-controls-direction .bx-next:before {
  content: '\f178';
}

.bxslider-thumb-wrap {
  margin: -37px 25px 0;
}

@media (max-width: 479px) {
  .bxslider-thumb-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.bxslider-thumb-wrap .bxslider-thumb {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 65px 0;
  background: #fff;
  position: relative;
  z-index: 10;
}

@media (max-width: 1119px) {
  .bxslider-thumb-wrap .bxslider-thumb {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 639px) {
  .bxslider-thumb-wrap .bxslider-thumb {
    padding: 10px;
  }
}

@media (max-width: 479px) {
  .bxslider-thumb-wrap .bxslider-thumb {
    padding: 5px;
  }
}

.bxslider-thumb-wrap .bxslider-thumb a {
  float: left;
  padding: 0 5px;
  width: 20%;
  margin-bottom: 10px;
  position: relative;
}

.bxslider-thumb-wrap .bxslider-thumb a:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 5px;
  width: 88px;
  height: 3px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

@media (max-width: 1119px) {
  .bxslider-thumb-wrap .bxslider-thumb a:before {
    width: 69px;
  }
}

@media (max-width: 1023px) {
  .bxslider-thumb-wrap .bxslider-thumb a:before {
    width: 106px;
  }
}

@media (max-width: 767px) {
  .bxslider-thumb-wrap .bxslider-thumb a:before {
    width: 84px;
  }
}

@media (max-width: 639px) {
  .bxslider-thumb-wrap .bxslider-thumb a:before {
    width: 66px;
  }
}

@media (max-width: 479px) {
  .bxslider-thumb-wrap .bxslider-thumb a:before {
    width: 54px;
  }
}

@media (max-width: 359px) {
  .bxslider-thumb-wrap .bxslider-thumb a:before {
    width: 46px;
  }
}

.bxslider-thumb-wrap .bxslider-thumb a.active:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.description-portfolio p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 20px;
}

.description-portfolio .kopa-social-2 {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.description-portfolio .kopa-social-2 ul {
  margin: 0;
}

.description-portfolio .kopa-social-2 ul li a i {
  font-size: 16px;
}

.description-portfolio .meta-box .entry-author {
  font-weight: 700;
}

.description-portfolio .meta-box .entry-author a {
  color: #000;
}

.kopa-single-portfolio-page .kopa-slider-fortfolio {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .kopa-single-portfolio-page .kopa-slider-fortfolio {
    display: block;
    width: 100%;
    margin-bottom: 120px;
  }
}

.kopa-single-portfolio-page .kopa-respond {
  margin-top: 70px;
}

.kopa-single-portfolio-page .kopa-respond h4 {
  text-align: left;
}

/**
 * 5.1 - Element Page
 * -------------------------------------------------------------------
**/
.e-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.e-wrapper .e-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.e-wrapper .e-title-2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.e-wrapper .e-content.e-dropcap p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.e-wrapper .e-content.e-column p {
  font-size: 16px;
  line-height: 24px;
  color: #56564f;
}

.e-wrapper .e-content h1, .e-wrapper .e-content h2, .e-wrapper .e-content h3, .e-wrapper .e-content h4, .e-wrapper .e-content h5, .e-wrapper .e-content h6 {
  margin: 0 0 15px;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-weight: bold;
  color: #000;
}

.e-wrapper .e-content p {
  color: #000;
  font-weight: 300;
  line-height: 26px;
}

.e-wrapper .e-content .kopa-block-quote {
  margin-bottom: 50px;
}

.e-wrapper .e-content .e-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.e-wrapper .e-content .e-list .kopa-btn {
  margin-right: 10px;
}

/* ------- Blockquote ------- */
.kopa-block-quote.style-1 {
  border: 1px solid #e8e8e8;
  border-left-width: 5px;
  border-left-style: solid;
  padding: 20px;
}

.kopa-block-quote.style-1 p {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-style: italic;
}

.kopa-block-quote.style-1 span {
  padding-left: 30px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}

.kopa-block-quote.style-1 span:before {
  position: absolute;
  content: '';
  bottom: 6px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #888;
}

.kopa-block-quote.style-2 {
  padding-left: 70px;
  position: relative;
}

.kopa-block-quote.style-2:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  background: transparent url("images/icon/quote-2.png") left top no-repeat;
}

.kopa-block-quote.style-2 p {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-style: italic;
}

.kopa-block-quote.style-2 span {
  padding-left: 30px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}

.kopa-block-quote.style-2 span:before {
  position: absolute;
  content: '';
  bottom: 6px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #888;
}

.kopa-block-quote.style-3 {
  border: none;
  border-left-width: 5px;
  border-left-style: solid;
  padding: 20px;
}

.kopa-block-quote.style-3 p {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-style: italic;
}

.kopa-block-quote.style-3 span {
  padding-left: 30px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #000;
}

.kopa-block-quote.style-3 span:before {
  position: absolute;
  content: '';
  bottom: 6px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #888;
}

/* ------- Dropcap ------- */
.kopa-dropcap.style-1 {
  float: left;
  margin-right: 15px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  margin-top: 7px;
}

.kopa-dropcap.style-2 {
  float: left;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 15px;
  color: #000;
}

.kopa-dropcap.style-3 {
  float: left;
  margin-right: 15px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  margin-top: 7px;
  background: #000;
}

/* ------- High Light ------- */
.hl-bg-1 {
  background: #000;
  color: #fff;
}

.hl-bg-2 {
  color: #fff;
}

.hl-bd-1 {
  border-bottom: 1px solid #000;
}

.hl-bd-2 {
  border-left-width: 1px;
  border-left-style: solid;
}

/* ------- Accodition ------- */
.kopa-accordion.style-1 .acc-title {
  background: #f5f5f5;
}

.kopa-accordion.style-1 .acc-title.active h5 {
  color: #fff;
}

.kopa-accordion.style-1 .acc-title.active .icon-right:before, .kopa-accordion.style-1 .acc-title.active .icon-right:after {
  background: #fff;
}

.kopa-accordion.style-1 .acc-title .icon-right:before, .kopa-accordion.style-1 .acc-title .icon-right:after {
  background: #9d9d9d;
}

.kopa-accordion.style-2 .acc-title {
  border-color: #eee;
}

.kopa-accordion .acc-title {
  margin-bottom: 5px;
  cursor: pointer;
  padding-right: 40px;
  border: 1px solid transparent;
  position: relative;
}

.kopa-accordion .acc-title.active .icon-right:after {
  opacity: 1;
}

.kopa-accordion .acc-title h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 15px 30px;
  color: #000;
  margin: 0;
}

.kopa-accordion .acc-title .icon-right:before, .kopa-accordion .acc-title .icon-right:after {
  position: absolute;
  content: '';
  background: #9d9d9d;
}

.kopa-accordion .acc-title .icon-right:before {
  top: 22px;
  right: 17px;
  width: 9px;
  height: 3px;
}

.kopa-accordion .acc-title .icon-right:after {
  top: 19px;
  right: 20px;
  width: 3px;
  height: 9px;
  opacity: 0;
}

.kopa-accordion .acc-content {
  padding: 10px 20px 15px;
}

.kopa-accordion .acc-content p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

/* ------- Button ------- */
.kopa-btn {
  font-size: 16px;
  color: #292929;
  display: inline-block;
  background: transparent;
  text-align: center;
  position: relative;
}

.kopa-btn.style-1 {
  padding: 10px 15px;
}

.kopa-btn.style-2 {
  padding: 31px 15px;
}

.kopa-btn.style-3 {
  padding: 40px 10px 30px;
}

.kopa-btn.style-3:before {
  position: absolute;
  content: '';
  bottom: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kopa-btn.color-1 {
  color: #fff;
  border-width: 1px;
  border-style: solid;
}

.kopa-btn.color-1:hover {
  background: #fff;
  color: #000;
}

.kopa-btn.color-2 {
  background: #fff;
  color: #000;
  border-width: 1px;
  border-style: solid;
}

.kopa-btn.color-2:hover {
  color: #fff;
}

.kopa-btn.color-3 {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.kopa-btn.color-3:before {
  background: #000;
}

.kopa-btn.color-3:hover {
  background: #fff;
  color: #000;
}

.kopa-btn.color-3:hover:before {
  background: #fff;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.kopa-btn.color-4 {
  border: 1px dashed #000;
  background: #fff;
  color: #000;
}

.kopa-btn.color-4:before {
  background: #fff;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.kopa-btn.color-4:hover {
  background: #000;
  color: #fff;
}

.kopa-btn.color-4:hover:before {
  background: #000;
}

.kopa-btn.color-5 {
  background: #fff;
  color: #000;
  border-width: 1px;
  border-style: dashed;
}

.kopa-btn.color-5:hover {
  color: #fff;
}

.kopa-btn.color-6 {
  border-width: 1px;
  border-style: solid;
  color: #fff;
}

.kopa-btn.color-6:hover {
  background: #fff;
}

.kopa-btn.color-6:hover:before {
  background: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}

.kopa-btn.color-7 {
  border-width: 1px;
  border-style: dashed;
  background: #fff;
  color: #000;
}

.kopa-btn.color-7:before {
  background: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}

.kopa-btn.color-7:hover {
  color: #fff;
}

.kopa-btn.color-7:hover:before {
  background: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}

.kopa-btn.large {
  padding: 15px 30px;
}

/* ------- Alert Dismissible ------- */
.alert-dismissible {
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.alert-dismissible .close {
  top: 1px;
  font-size: 14px;
  opacity: .7;
  text-shadow: none;
  color: #fff;
}

.alert-dismissible .close:hover {
  opacity: 1;
}

.alert-dismissible.color-1 {
  color: #fff;
  border-width: 1px;
  border-style: solid;
}

.alert-dismissible.color-2 {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.alert-dismissible.color-3 {
  background: #4fc7ed;
  color: #fff;
  border: 1px solid #4fc7ed;
}

.alert-dismissible.color-4 {
  background: #00334d;
  color: #fff;
  border: 1px solid #00334d;
}

/* ------- Nav Tab ------- */
.nav.nav-tabs {
  font-size: 14px;
  padding: 0;
  border-bottom: none;
}

.nav.nav-tabs > li {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}

.nav.nav-tabs > li + li {
  margin-left: -1px;
}

.nav.nav-tabs > li.active a {
  background: #f3f3f3;
}

.nav.nav-tabs > li a {
  padding: 8px 15px;
  color: #000;
  margin: 0;
  border-color: #fff;
  border-bottom-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: #fff;
  border-bottom-color: transparent;
}

.tab-content {
  border: 1px solid #d9d9d9;
  padding: 20px;
}

.tab-content .tab-pane p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/**
 * 5.2 - Blog Page
 * -------------------------------------------------------------------
**/
.meta-item {
  font-size: 16px;
  font-weight: 300;
  color: #b3b3b3;
  text-align: center;
}

.meta-item div {
  display: inline-block;
  margin-right: 15px;
}

.meta-item .comment span, .meta-item .views span {
  margin-right: 5px;
}

.user-post-item {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.user-post-item p {
  font-size: 16px;
  font-weight: 300;
  color: #979797;
  margin: 0;
}

.user-post-item p i {
  margin-right: 10px;
}

.user-post-item p a {
  color: #979797;
}

.kopa-blog-page .entry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}

.kopa-blog-page .entry-item .entry-thumb {
  max-width: 700px;
}

@media (max-width: 1119px) {
  .kopa-blog-page .entry-item .entry-thumb {
    max-width: 500px;
  }
}

@media (max-width: 1023px) {
  .kopa-blog-page .entry-item .entry-thumb {
    max-width: none;
    margin-bottom: 30px;
    text-align: center;
  }
  .kopa-blog-page .entry-item .entry-thumb img {
    display: initial;
  }
}

@media (max-width: 767px) {
  .kopa-blog-page .entry-item .entry-thumb {
    width: 100%;
  }
}

.kopa-blog-page .entry-item .entry-content {
  display: inline-block;
  max-width: 470px;
  padding: 40px 20px 0;
}

@media (max-width: 1119px) {
  .kopa-blog-page .entry-item .entry-content {
    max-width: 440px;
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  .kopa-blog-page .entry-item .entry-content {
    max-width: none;
  }
}

.kopa-blog-page .entry-item .entry-content h2 {
  font-size: 26px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 1119px) {
  .kopa-blog-page .entry-item .entry-content h2 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
}

.kopa-blog-page .entry-item .entry-content h2:before {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 258px;
  height: 9px;
  background-image: url("images/icon/arr6.png");
}

.kopa-blog-page .entry-item .entry-content h2 a {
  color: #000;
}

.kopa-blog-page .entry-item .entry-content p {
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 300;
  font-style: italic;
  color: #666;
  text-align: center;
}

.kopa-blog-page .entry-item .entry-content .view-btn-1 {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.kopa-blog-page .entry-item.odd .entry-thumb {
  float: right;
}

.kopa-blog-page .entry-item.even .entry-thumb {
  float: left;
}

.kopa-blog-page-2 .entry-item {
  margin-bottom: 100px;
}

.kopa-blog-page-2 .entry-item header {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .kopa-blog-page-2 .entry-item header .meta-item {
    font-size: 14px;
  }
}

.kopa-blog-page-2 .entry-item header h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .kopa-blog-page-2 .entry-item header h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 639px) {
  .kopa-blog-page-2 .entry-item header h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.kopa-blog-page-2 .entry-item header h2:before {
  position: absolute;
  content: '';
  bottom: -26px;
  left: 0;
  right: 0;
  margin: auto;
  width: 258px;
  height: 9px;
  background-image: url("images/icon/arr6.png");
}

.kopa-blog-page-2 .entry-item header h2 a {
  color: #000;
}

.kopa-blog-page-2 .entry-item .entry-thumb {
  margin-bottom: 30px;
}

.kopa-blog-page-2 .entry-item .entry-content {
  text-align: center;
  margin-bottom: 30px;
}

.kopa-blog-page-2 .entry-item .entry-content p {
  line-height: 26px;
  font-style: italic;
  font-weight: 300;
}

.kopa-blog-page-2 .entry-item footer {
  display: inline-block;
  width: 100%;
  border-top: 1px dashed #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
  padding: 20px 0;
}

.kopa-blog-page-2 .entry-item footer .view-btn-1 {
  float: left;
  font-size: 14px;
  font-weight: 700;
}

.kopa-blog-page-2 .entry-item footer .view-btn-1 i {
  font-size: 18px;
}

@media (max-width: 1023px) {
  .kopa-blog-page-2 .entry-item footer .view-btn-1 {
    margin-left: 15px;
  }
}

.kopa-blog-page-2 .entry-item footer .share-post {
  float: right;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
}

.kopa-blog-page-2 .entry-item footer .share-post ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.kopa-blog-page-2 .entry-item footer .share-post ul li {
  display: inline-block;
}

.kopa-blog-page-2 .entry-item footer .share-post ul li a {
  font-size: 16px;
  color: #b3b3b3;
  padding: 0 6px;
}

/**
 * 5.3 - Contact Page
 * -------------------------------------------------------------------
**/
.kopa-contact-page .top-page {
  margin-bottom: 0;
}

.kopa-contact-page .kopa-map {
  height: 600px;
}

@media (max-width: 767px) {
  .kopa-contact-page .kopa-map {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .kopa-contact-page .kopa-map {
    height: 200px;
  }
}

.kopa-contact-page .contact-info-wrap {
  position: relative;
}

.kopa-contact-page .contact-info-wrap .contact-info {
  position: absolute;
  top: 120px;
  left: 80px;
  width: 330px;
  background: #fff;
  z-index: 100;
  padding: 30px;
}

@media (max-width: 1119px) {
  .kopa-contact-page .contact-info-wrap .contact-info {
    left: 0;
  }
}

@media (max-width: 767px) {
  .kopa-contact-page .contact-info-wrap .contact-info {
    position: relative;
    top: 0;
    width: 100%;
  }
}

.kopa-contact-page .contact-info-wrap .contact-info header {
  margin-top: -50px;
  margin-bottom: 25px;
}

.kopa-contact-page .contact-info-wrap .contact-info footer p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #000;
}

.kopa-contact-page .contact-info-wrap .contact-info footer p.description {
  padding: 15px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-bottom: 15px;
}

.kopa-contact-page .contact-info-wrap .contact-info footer p strong {
  font-weight: 700;
  margin-right: 5px;
}

/**
 * 5.4 - Single Page
 * -------------------------------------------------------------------
**/
.entry-header.style-1 {
  margin-bottom: 30px;
}

@media (max-width: 639px) {
  .entry-header.style-1 {
    text-align: center;
  }
}

.entry-header.style-1 .meta-author {
  float: left;
  width: 70px;
  padding: 5px;
  border: 1px dashed #000;
  margin-right: 15px;
}

@media (max-width: 639px) {
  .entry-header.style-1 .meta-author {
    float: none;
    display: inline-block;
    margin: 0 auto 15px;
  }
}

.entry-header.style-1 .meta-date {
  min-width: 70px;
  height: 70px;
  padding-top: 10px;
}

@media (max-width: 639px) {
  .entry-header.style-1 .meta-date {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.entry-header.style-1 .meta-date .date {
  font-size: 35px;
  margin-bottom: 5px;
}

.entry-header.style-1 .meta-date .month {
  font-size: 14px;
}

.entry-header.style-1 .entry-title {
  margin-top: 0;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .entry-header.style-1 .entry-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 639px) {
  .entry-header.style-1 .entry-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.entry-header.style-2 {
  margin-bottom: 30px;
}

.entry-header.style-2 .entry-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  color: #000;
}

@media (max-width: 767px) {
  .entry-header.style-2 .entry-title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 479px) {
  .entry-header.style-2 .entry-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.entry-header.style-2 .entry-title:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  height: 9px;
  background: transparent url("images/icon/arr6.png") center center no-repeat;
}

.entry-footer {
  text-align: center;
}

.entry-footer .user-post-item, .entry-footer .kopa-social-2 {
  display: inline-block;
  width: auto;
  margin: 0 10px;
}

.meta-box {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .meta-box > span {
    margin-bottom: 10px;
  }
}

@media (max-width: 639px) {
  .meta-box > span {
    float: none !important;
    display: inline-block;
  }
}

.meta-box .entry-author a, .meta-box .entry-categories a, .meta-box .entry-comment a {
  margin-left: 5px;
  color: #b3b3b3;
}

@media (max-width: 767px) {
  .meta-box .kopa-social-2 {
    margin-bottom: 10px;
  }
}

.meta-box.style-01 {
  text-transform: none;
  font-size: 16px;
}

.meta-box.style-01 .entry-author {
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.meta-box.style-01 .entry-author:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 15px;
  height: 2px;
}

.kopa-social-2 {
  display: inline-block;
  font-size: 13px;
  color: #b3b3b3;
}

.kopa-social-2 ul {
  display: inline-block;
}

.kopa-social-2 ul li {
  margin: 0 5px;
}

.single-post-other-posts {
  float: left;
  width: 100%;
  border-top: 1px dashed #d9d9d9;
}

@media (max-width: 639px) {
  .single-post-other-posts {
    margin-bottom: 30px;
  }
}

.single-post-other-posts .entry-item {
  float: left;
  width: 50%;
  margin-bottom: 0;
  padding: 35px 0 60px;
  position: relative;
}

@media (max-width: 639px) {
  .single-post-other-posts .entry-item {
    width: 100%;
  }
}

.single-post-other-posts .entry-item:hover span.fa {
  color: #fff;
}

.single-post-other-posts .entry-item .fa {
  position: absolute;
  color: #d2d2d2;
  padding: 22px;
  border: 1px solid #d2d2d2;
  top: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1119px) {
  .single-post-other-posts .entry-item .fa {
    padding: 16px;
  }
}

@media (max-width: 479px) {
  .single-post-other-posts .entry-item .fa {
    font-size: 14px;
    padding: 10px;
  }
}

.single-post-other-posts .entry-item .entry-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
}

@media (max-width: 479px) {
  .single-post-other-posts .entry-item .entry-title {
    font-size: 16px;
  }
}

.single-post-other-posts .entry-item .entry-title a {
  color: #000;
}

.single-post-other-posts .entry-item .meta-box span {
  font-size: 14px;
  margin: 0;
  text-transform: none;
  color: #b3b3b3;
}

.single-post-other-posts .entry-item .meta-box span a {
  margin-left: 5px;
  color: #b3b3b3;
}

.single-post-other-posts .entry-item.prev-post {
  border-right: 1px dashed #d9d9d9;
  padding-right: 40px;
  padding-left: 90px;
}

@media (max-width: 639px) {
  .single-post-other-posts .entry-item.prev-post {
    border-right: none;
  }
}

@media (max-width: 479px) {
  .single-post-other-posts .entry-item.prev-post {
    padding-right: 0;
    padding-left: 45px;
  }
}

.single-post-other-posts .entry-item.prev-post .fa {
  float: left;
  left: 0;
}

.single-post-other-posts .entry-item.next-post {
  text-align: right;
  padding-left: 40px;
  padding-right: 90px;
}

@media (max-width: 639px) {
  .single-post-other-posts .entry-item.next-post {
    border-top: 1px dashed #d9d9d9;
  }
}

@media (max-width: 479px) {
  .single-post-other-posts .entry-item.next-post {
    padding-left: 0;
    padding-right: 45px;
  }
}
.only-mobile{color:#ffffff;display: block;font-size: 25px;}
@media (min-width: 670px) {
.only-mobile{display: none}
}
.single-post-other-posts .entry-item.next-post .fa {
  float: right;
  right: 0;
}

.kopa-entry-post .entry-item p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: 300;
}

/**
 * 5.5 - About Page
 * -------------------------------------------------------------------
**/
.kopa-about-page .widget-about-big-thumb {
  margin-top: 100px;
}
.widget-title.style-1 h2 span, .widget-title.style-2 h2, .meta-date .date, .kopa-breadcrumb span a:hover span, .kopa-social-2 ul li a:hover, .kopa-pagination.style-02 ul li a:hover, .kopa-pagination.style-02 ul li .current, .tag-box a:hover, .sb-icon-search:hover, .sb-search-submit:hover, .sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search, .kopa-user i:hover, .kopa-mail i:hover, #main-menu-st.style-1 ul li a:hover, #main-menu-st.style-2 .sf-menu li a:hover, .contact-header ul li a:hover, .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h2, .kopa-header-slider .owl-theme .owl-item .item .container .entry-content h3, .sidebar .widget-title a:hover, .widget-about-1 .widget-content header h3, .widget-about-1 .widget-content header .meta-phone .fa, .widget-list-images .entry-item .entry-content h2 a:hover, .widget-slider-1 .item .entry-content footer h2 a, .widget-slider-2 .widget-content .item .entry-content header h2 a:hover, .widget-slider-2.style-2 .widget-content .owl-item .item .entry-content header h2 a:hover, .widget-menu .widget-content .entry-item .entry-content h4, .widget-menu .widget-content .entry-item .entry-content ul li span, .widget-article-list .widget-content .entry-item .entry-content header h4 a:hover, .widget.widget_calendar table tfoot tr td a, .widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.woocommerce.widget_product_categories ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_meta ul li a abbr, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a:hover, .widget.widget_rss ul li a, .widget.widget_nav_menu ul li a:hover, .kopa-recent-post ul li .entry-item .entry-content h6 a:hover, .kopa-blog-page .entry-item .entry-content h2 a:hover, .kopa-blog-page-2 .entry-item header h2 a:hover, .meta-box .entry-author a:hover, .meta-box .entry-categories a:hover, .meta-box .entry-comment a:hover, .woocommerce #reviews h3 a:hover, .woocommerce form table.shop_table td.product-name a:hover, .woocommerce .woocommerce-info .showlogin:hover, .woocommerce .woocommerce-info .showcoupon:hover, .woocommerce table.shop_table td.product-name a:hover {
  color: #ae8648;
}

.kopa-pagination.style-01 ul li a:hover, .kopa-comment-pagination a:hover, .text-open h4 span, .kopa-sub-page .top-page h2, .widget-about-big-thumb .widget-title h2 span, .widget-about-big-thumb .widget-content header h3, .widget-about-big-thumb .widget-content header .meta-phone .fa, .widget-menu-2 .widget-content .entry-item .entry-content .list-menu h4, .widget-menu-2 .widget-content .entry-item .entry-content .list-menu p strong, .widget-quote-2 .widget-content .item .entry-thumb .name-chef, .kopa-widget-book p i, .kopa-comments .comments-list .comment .comment-wrap .comment-body .comment-button a, .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content h6 a:hover, .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-content .add-item a:hover, .kopa-related-post .widget-content .entry-item .entry-content .meta-box span a:hover, .kopa-related-post .widget-content .entry-item .entry-content h4 a:hover, .about-author .author-avatar h5 a:hover, .about-author .author-avatar .social-links li a:hover, .woocommerce .star-rating, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:hover, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .quantity .amount, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount, .widget.woocommerce.widget_recent_reviews .product_list_widget li a:hover, .widget.woocommerce.widget_top_rated_products .product_list_widget li a:hover, .widget.woocommerce.widget_products .product_list_widget li a:hover, .kopa-widget-portfolio .filters-options li.active, .kopa-widget-portfolio .filters-options li:hover, .description-portfolio .meta-box .entry-author a:hover, .hl-bd-2, .kopa-btn.color-6:hover, .user-post-item p a:hover, .kopa-blog-page-2 .entry-item footer .share-post ul li a:hover, .meta-box.style-01 .entry-author a, .single-post-other-posts .entry-item:hover .entry-title a, .single-post-other-posts .entry-item .meta-box span a:hover, .kopa-rating, .shop-item .entry-item .entry-content h6 a:hover, .shop-item .entry-item .entry-content .add-item a:hover, .product .summary .product_meta .posted_in a:hover, .product .summary .product_meta .tagged_as a:hover, .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce #reviews h3 a, .woocommerce p.stars a, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce form table.shop_table td.product-name a, .woocommerce .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr.order-total td strong span.amount, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info .showlogin, .woocommerce .woocommerce-info .showcoupon, .woocommerce table.shop_table td.product-name a, .woocommerce .woocommerce-error:before, .woocommerce form.checkout_coupon .lost_password a:hover, .woocommerce form.login .lost_password a:hover, .woocommerce form.register .lost_password a:hover {
  color: #daae4f;
}

.kopa-section.bg-3, #main-menu-st.style-1 ul li ul li a:hover, #main-menu-st.style-2 .sf-menu li ul li a:hover, .widget.widget_search .search-form .search-submit, .widget.widget_calendar table caption, .widget.widget_calendar table tbody tr td#today, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover, .widget.woocommerce.widget_product_search form input[type="submit"], .widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount .button:hover, .woocommerce div.product form.cart .button:hover, .page.type-page.status-publish .entry-footer .edit-link .post-edit-link:hover, .woocommerce form table.shop_table .button:hover, .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background: #ae8648;
}

.kopa-pagination.style-01 ul li a.prev:hover i:after, .kopa-pagination.style-01 ul li a.next:hover i:after, .kopa-comment-pagination a.prev:hover i:after, .kopa-comment-pagination a.next:hover i:after, #kopa-header.kopa-header-2 #main-menu-st ul li:before, #main-menu-st.style-1 ul li ul:before, #main-menu-st.style-2 .sf-menu li ul:before, .widget-menu-2 .widget-content .contact-menu:before, .widget-social ul li a:before, .widget-book .widget-content form input[type="submit"], .kopa-widget-book .form-book input[type="submit"]:hover, .kopa-respond form .btn-wrap input[type="submit"]:hover, .kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-prev:hover, .kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-next:hover, .kopa-related-post.style-4 .widget-content .owl-item .item .entry-item .entry-thumb .icon-item, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-prev:hover, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-next:hover, .widget.widget_tag_cloud .tagcloud a:hover, .widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button, .widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount .button, .bx-wrapper .bx-controls-direction .bx-prev:hover, .bx-wrapper .bx-controls-direction .bx-next:hover, .bxslider-thumb-wrap .bxslider-thumb a:before, .kopa-dropcap.style-1, .hl-bg-2, .kopa-accordion.style-1 .acc-title.active, .kopa-accordion.style-2 .acc-title.active .icon-right:before, .kopa-accordion.style-2 .acc-title.active .icon-right:after, .kopa-btn.color-1, .kopa-btn.color-2:hover, .kopa-btn.color-5:hover, .kopa-btn.color-6, .kopa-btn.color-6:before, .kopa-btn.color-7:hover, .kopa-btn.color-7:hover:before, .alert-dismissible.color-1, .meta-box.style-01 .entry-author:before, .single-post-other-posts .entry-item:hover span.fa, .shop-item .entry-item .entry-thumb .icon-item, .woocommerce div.product form.cart .button, .woocommerce span.onsale, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .page.type-page.status-publish .entry-footer .edit-link .post-edit-link, .woocommerce form table.shop_table .button, .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce a.remove:hover, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: #daae4f;
}

.widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount .button:hover, .page.type-page.status-publish .entry-footer .edit-link .post-edit-link:hover, .woocommerce form table.shop_table .button:hover, .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  border-color: #ae8648;
}

.kopa-pagination.style-01 ul li a.prev:hover i:after, .kopa-pagination.style-01 ul li a.next:hover i:after, .kopa-comment-pagination a.prev:hover i:after, .kopa-comment-pagination a.next:hover i:after, .kopa-comments .comments-list .comment .comment-wrap .comment-avatar, .kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-prev:hover, .kopa-related-post.style-3 .widget-content .owl-controls .owl-buttons .owl-next:hover, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-prev:hover, .kopa-related-post.style-4 .widget-content .owl-controls .owl-buttons .owl-next:hover, .about-author, .about-author .author-avatar .social-links li a:hover, .widget.widget_tag_cloud .tagcloud a, .widget.woocommerce.widget_product_tag_cloud .tagcloud a, .bx-wrapper .bx-controls-direction .bx-prev:hover, .bx-wrapper .bx-controls-direction .bx-next:hover, .kopa-accordion.style-2 .acc-title.active, .kopa-btn.color-1, .kopa-btn.color-2, .kopa-btn.color-5, .kopa-btn.color-6, .kopa-btn.color-7, .alert-dismissible.color-1, .single-post-other-posts .entry-item:hover span.fa, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-color: #daae4f;
}

.widget-menu .widget-content .entry-item .entry-content ul li:before {
  border-bottom-color: #ae8648;
}

blockquote, .kopa-block-quote.style-1, .kopa-block-quote.style-3 {
  border-left-color: #ae8648;
}

.woocommerce span.onsale:before, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
  border-top-color: #daae4f;
}

.kopa-btn.color-6:hover:before, .kopa-btn.color-7:before, .kopa-btn.color-7:hover:before {
  border-right-color: #daae4f;
}

.kopa-btn.color-6:hover:before, .kopa-btn.color-7:before, .kopa-btn.color-7:hover:before {
  border-bottom-color: #daae4f;
}

.hl-bd-2, .woocommerce span.onsale:before {
  border-left-color: #daae4f;
}
.widget-about-1 .widget-title p{font-size: 16px; line-height: 20px;}
.widget-about-1 .widget-title h5{margin-top: -25px;}
.entry-content h4 span{font-size: 18px;}
.kopa-section h1{color: #ae8648;font-size: 50px; font-family: 'Lato', sans-serif}
.kopa-section h4{color: #ae8648;font-size: 30px; font-family: 'Lato', sans-serif;margin-top: 35px;}
.kopa-section .service p{font-size: 16px;}
.contact-banner{background-image:url('../images/slide1.jpg');}
.banner-wrapper{padding:140px 0;background-size:cover;background-position:center center;text-align:center;}
.banner-wrapper h1{color: #daae4f;font-family: 'Great Vibes', cursive;font-size: 75px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 20px;}
.banner-wrapper p{font-size:18px;color:#ffffff;text-transform:uppercase;letter-spacing:2px;}

@media (max-width: 767px) {
.banner-wrapper h2 {
    font-size: 60px;
  }
  .banner-wrapper{padding:20px 0;margin-top: -5px;}
}

@media (max-width: 479px) {
  .banner-wrapper h2 {
    font-size: 26px;
    line-height: 60px;
  }
}

.banner-wrapper p {
  max-width: 600px;
  margin: 0 auto 30px;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  line-height: 28px;
}

@media (max-width: 479px) {
  .banner-wrapper  p {
    font-size: 16px;
    line-height: 24px;
  }
  .widget-slider-1 .item .entry-content footer h2{font-size: 20px;}
}
