/************************************************************************
// General
*************************************************************************/
.page-loader {
  background-color: #f7f7f7;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.page-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
a {
  -webkit-transition: all 2s;
  transition: all .2s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:before {
  -webkit-transition: all .2s;
  transition: all .2s;
}
::selection {
  background-color: white;
  color: #c09551;
}
::-moz-selection {
  background-color: white;
  color: #c09551;
}
input,
textarea {
  border: none;
}
input:focus,
textarea:focus {
  border: none;
  outline: none;
}
input[type='text'],
input[type='email'],
select,
textarea {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
li {
  list-style: none;
}
section {
  line-height: 30px;
}
.add-fixed {
  position: fixed;
  top: 0;
}
.timeline-line,
.popular-line {
  width: 30px;
  height: 3px;
  background: #c09551;
  margin-top: 50px;
}
.default {
  background-color: #c09551!important;
  color: white!important;
}
.nav-menu {
  font-family: Montserrat;
  font-size: 10px;
  text-transform: uppercase;
  float: right;
}
.nav-menu ul li a {
  font-weight: 700;
}
.nav-menu li ul{
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:225px;
    z-index:200;
    /*top:1em;
    /*left:0;*/
}
.nav-menu li:hover ul{
    display:block;
}
.nav-menu li li {
    
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:275px;
}
.nav-menu li:hover li a{
    background:none;
}
.nav-menu li ul a{
    display:block;
    height:30px;
    font-size:12px;
    font-style:normal;
    margin:0px 10px 0px -25px;
    padding:0px 0px 0px 15px;
    text-align:left;
}

.blog-single em {
  color: #acacac;
  font-size: 13px;
  line-height: 1.8;
}
.content-thumbnail em {
  text-align: right;
}
.top-headline {
  text-align: center;
  color: white;
}
.top-headline h1 {
  font-size: 22px;
  font-weight: normal;
}
.top-headline .separator {
  color: #c09551;
  position: relative;
  margin-top: 30px;
  margin: auto;
  opacity: 1;
}
.top-headline .separator:before {
  background: url('../img/zigzag.png') repeat-x right;
  width: 44%;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
}
.top-headline .separator:after {
  background: url('../img/zigzag.png') repeat-x left;
  width: 44%;
  height: 4px;
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
}
.top-headline .description {
  font-weight: 800;
  font-style: italic;
  font-size: 60px;
  opacity: .9;
  line-height: 1px;
}
.shadow img {
  border: 9px solid white;
  outline: 1px solid #eaeaea;
  box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);
}
.team-shadow {
  box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);
}
.blog-header .top-headline {
  margin-top: 75px;
}
.detail-button {
  z-index: 3;
  position: relative;
}
.detail-button a {
  -webkit-transition: none;
  transition: none;
  letter-spacing: 2px;
}
.detail-button .btn {
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #c09551;
  border-radius: 2px;
  padding: 0 25px;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.front-header .container {
  height: 100%;
}
.front-header .col-sm-10 {
  height: 100%;
  position: relative;
}
.front-header .col-sm-12 {
  height: 100%;
}
.front-header .top-headline {
  position: absolute;
  top: 45%;
}
.front-header .top-headline h1 {
  margin-top: 0;
}
.front-header .detail-button {
  margin-top: 35px;
}
.front-header .detail-button a {
  color: white;
}
.front-header .detail-button a:hover {
  background-color: #c09551;
}
.sub-info {
  color: #c09551;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: Montserrat;
  margin-top: 0;
  line-height: 1.5;
}
.section-quote {
  text-align: center;
}
.section-features,
.section-card {
  box-shadow: 5px 5px 50px rgba(23, 23, 23, 0.7) inset, -5px -5px 50px rgba(23, 23, 23, 0.7) inset;
}
.separator-box {
  width: 100%;
  height: 4px;
  background: url('../img/zigzag-2.png') repeat-x;
  margin-top: 26px;
  margin-bottom: 21px;
}
.section-contact {
  padding-top: 70px;
  padding-bottom: 70px;
}
.comment-line {
  background: url('../img/zigzag-2.png') repeat-x;
  width: 100%;
  height: 4px;
}
/* Cross Browser */
.padding-bottom {
  padding-bottom: 12px;
}
.padding-top {
  padding-top: 17px!important;
}
.padding-left {
  padding-left: 10px;
}
/* Swiper */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.swiper-slide-active {
  position: relative;
  z-index: 2;
}
/************************************************************************
// Header
*************************************************************************/
.blog-header .nav li,
.front-header .nav li,
.fixed-header .nav li {
  position: relative;
}
.blog-header .nav li:after,
.front-header .nav li:after,
.fixed-header .nav li:after {
  width: 4px;
  height: 4px;
  background-color: #c09551;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  margin-right: -2px;
}
.blog-header .nav li,
.front-header .nav li,
.fixed-header .nav li {
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 2px;
}
.blog-header .nav li:last-child:after,
.front-header .nav li:last-child:after,
.fixed-header .nav li:last-child:after {
  display: none;
}
.blog-header .nav a,
.front-header .nav a,
.fixed-header .nav a {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 11px;
}
.blog-header .nav a:hover,
.front-header .nav a:hover,
.fixed-header .nav a:hover {
  border-bottom: 2px solid #c09551;
}
.dropdown-trigger {
  letter-spacing: 3px;
  font-family: Montserrat;
  text-transform: uppercase;
}
.blog-header .nav,
.front-header .nav {
  margin-top: 20px;
}
.blog-header .nav a,
.front-header .nav a {
  color: white;
}
.blog-header .logo,
.front-header .logo {
  margin-top: 27px;
}
.fixed-header .nav a {
  color: #44403f;
}
/* Mobile Menu */
.blog-header .menu-open,
.front-header .menu-open {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid white;
  text-align: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  display: none;
}
.blog-header .menu-open:active,
.front-header .menu-open:active {
  border-color: #d1d2d5;
}
.blog-header .fa-bars,
.front-header .fa-bars {
  color: white;
  z-index: 9;
  font-size: 20px;
  display: inherit;
  margin-top: 8px;
  font-weight: 100;
}
.blog-header .fa-bars:active,
.front-header .fa-bars:active {
  color: #d1d2d5;
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #21366c;
  z-index: 2;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  display: none;
}
.mobile-menu-wrap .fa-times {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 20px;
  color: white;
  z-index: 3;
}
.mobile-menu-wrap .fa-times:active {
  top: 17px;
}
.mobile-menu-wrap .col-xs-12 {
  margin-top: 37px;
  padding-right: 0;
  padding-left: 0;
}
.mobile-menu-wrap .col-xs-12 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu-wrap a {
  color: #c0cff5;
  display: block;
  padding-left: 30px;
}
.mobile-menu-wrap a:hover {
  background-color: #152653;
  color: white;
}

/************************************************************************
// Header-1
*************************************************************************/
.blog-header-1 .nav li,
.front-header .nav li,
.fixed-header .nav li {
  position: relative;
}
.blog-header-1 .nav li:after,
.front-header .nav li:after,
.fixed-header .nav li:after {
  width: 4px;
  height: 4px;
  background-color: #c09551;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  margin-right: -2px;
}
.blog-header-1 .nav li,
.front-header .nav li,
.fixed-header .nav li {
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 2px;
}
.blog-header-1 .nav li:last-child:after,
.front-header .nav li:last-child:after,
.fixed-header .nav li:last-child:after {
  display: none;
}
.blog-header-1 .nav a,
.front-header .nav a,
.fixed-header .nav a {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 11px;
}
.blog-header-1 .nav a:hover,
.front-header .nav a:hover,
.fixed-header .nav a:hover {
  border-bottom: 2px solid #c09551;
}
.dropdown-trigger {
  letter-spacing: 3px;
  font-family: Montserrat;
  text-transform: uppercase;
}
.blog-header-1 .nav,
.front-header .nav {
  margin-top: 20px;
}
.blog-header-1 .nav a,
.front-header .nav a {
  color: white;
}
.blog-header-1 .logo,
.front-header .logo {
  margin-top: 27px;
}
.fixed-header-1 .nav a {
  color: #44403f;
}
/* Mobile Menu */
.blog-header-1 .menu-open,
.front-header .menu-open {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid white;
  text-align: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  display: none;
}
.blog-header-1 .menu-open:active,
.front-header .menu-open:active {
  border-color: #d1d2d5;
}
.blog-header-1 .fa-bars,
.front-header .fa-bars {
  color: white;
  z-index: 9;
  font-size: 20px;
  display: inherit;
  margin-top: 8px;
  font-weight: 100;
}
.blog-header-1 .fa-bars:active,
.front-header .fa-bars:active {
  color: #d1d2d5;
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #21366c;
  z-index: 2;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  display: none;
}
.mobile-menu-wrap .fa-times {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 20px;
  color: white;
  z-index: 3;
}
.mobile-menu-wrap .fa-times:active {
  top: 17px;
}
.mobile-menu-wrap .col-xs-12 {
  margin-top: 37px;
  padding-right: 0;
  padding-left: 0;
}
.mobile-menu-wrap .col-xs-12 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu-wrap a {
  color: #c0cff5;
  display: block;
  padding-left: 30px;
}
.mobile-menu-wrap a:hover {
  background-color: #152653;
  color: white;
}
/************************************************************************
// Header-2
*************************************************************************/
.blog-header-2 .nav li,
.front-header .nav li,
.fixed-header .nav li {
  position: relative;
}
.blog-header-2 .nav li:after,
.front-header .nav li:after,
.fixed-header .nav li:after {
  width: 4px;
  height: 4px;
  background-color: #c09551;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  margin-right: -2px;
}
.blog-header-2 .nav li,
.front-header .nav li,
.fixed-header .nav li {
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 2px;
}
.blog-header-2 .nav li:last-child:after,
.front-header .nav li:last-child:after,
.fixed-header .nav li:last-child:after {
  display: none;
}
.blog-header-2 .nav a,
.front-header .nav a,
.fixed-header .nav a {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 11px;
}
.blog-header-2 .nav a:hover,
.front-header .nav a:hover,
.fixed-header .nav a:hover {
  border-bottom: 2px solid #c09551;
}
.dropdown-trigger {
  letter-spacing: 3px;
  font-family: Montserrat;
  text-transform: uppercase;
}
.blog-header-2 .nav,
.front-header .nav {
  margin-top: 20px;
}
.blog-header-2 .nav a,
.front-header .nav a {
  color: white;
}
.blog-header-2 .logo,
.front-header .logo {
  margin-top: 27px;
}
.fixed-header-2 .nav a {
  color: #44403f;
}
/* Mobile Menu */
.blog-header-2 .menu-open,
.front-header .menu-open {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid white;
  text-align: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  display: none;
}
.blog-header-2 .menu-open:active,
.front-header .menu-open:active {
  border-color: #d1d2d5;
}
.blog-header-2 .fa-bars,
.front-header .fa-bars {
  color: white;
  z-index: 9;
  font-size: 20px;
  display: inherit;
  margin-top: 8px;
  font-weight: 100;
}
.blog-header-2 .fa-bars:active,
.front-header .fa-bars:active {
  color: #d1d2d5;
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #21366c;
  z-index: 2;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  display: none;
}
.mobile-menu-wrap .fa-times {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 20px;
  color: white;
  z-index: 3;
}
.mobile-menu-wrap .fa-times:active {
  top: 17px;
}
.mobile-menu-wrap .col-xs-12 {
  margin-top: 37px;
  padding-right: 0;
  padding-left: 0;
}
.mobile-menu-wrap .col-xs-12 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu-wrap a {
  color: #c0cff5;
  display: block;
  padding-left: 30px;
}
.mobile-menu-wrap a:hover {
  background-color: #152653;
  color: white;
}
/************************************************************************
// Header-3
*************************************************************************/
.blog-header-3 .nav li,
.front-header .nav li,
.fixed-header .nav li {
  position: relative;
}
.blog-header-3 .nav li:after,
.front-header .nav li:after,
.fixed-header .nav li:after {
  width: 4px;
  height: 4px;
  background-color: #c09551;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  margin-right: -2px;
}
.blog-header-3 .nav li,
.front-header .nav li,
.fixed-header .nav li {
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 2px;
}
.blog-header-3 .nav li:last-child:after,
.front-header .nav li:last-child:after,
.fixed-header .nav li:last-child:after {
  display: none;
}
.blog-header-3 .nav a,
.front-header .nav a,
.fixed-header .nav a {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 2px solid transparent;
  padding-bottom: 11px;
}
.blog-header-3 .nav a:hover,
.front-header .nav a:hover,
.fixed-header .nav a:hover {
  border-bottom: 2px solid #c09551;
}
.dropdown-trigger {
  letter-spacing: 3px;
  font-family: Montserrat;
  text-transform: uppercase;
}
.blog-header-3 .nav,
.front-header .nav {
  margin-top: 20px;
}
.blog-header-3 .nav a,
.front-header .nav a {
  color: white;
}
.blog-header-3 .logo,
.front-header .logo {
  margin-top: 27px;
}
.fixed-header-3 .nav a {
  color: #44403f;
}
/* Mobile Menu */
.blog-header-3 .menu-open,
.front-header .menu-open {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid white;
  text-align: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  display: none;
}
.blog-header-3 .menu-open:active,
.front-header .menu-open:active {
  border-color: #d1d2d5;
}
.blog-header-3 .fa-bars,
.front-header .fa-bars {
  color: white;
  z-index: 9;
  font-size: 20px;
  display: inherit;
  margin-top: 8px;
  font-weight: 100;
}
.blog-header-3 .fa-bars:active,
.front-header .fa-bars:active {
  color: #d1d2d5;
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #21366c;
  z-index: 2;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  display: none;
}
.mobile-menu-wrap .fa-times {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 20px;
  color: white;
  z-index: 3;
}
.mobile-menu-wrap .fa-times:active {
  top: 17px;
}
.mobile-menu-wrap .col-xs-12 {
  margin-top: 37px;
  padding-right: 0;
  padding-left: 0;
}
.mobile-menu-wrap .col-xs-12 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu-wrap a {
  color: #c0cff5;
  display: block;
  padding-left: 30px;
}
.mobile-menu-wrap a:hover {
  background-color: #152653;
  color: white;
}

/************************************************************************
// Front Content
*************************************************************************/
.blog-top-elements {
  margin-top: 80px;
}
.blog-top-elements h2 {
  margin: 0;
}
.top-title-wrap h2 {
  color: #44403f;
}
.search-wrap {
  position: relative;
  margin-top: 7px;
}
.search-wrap form {
  float: right;
}
.search-wrap input[type='text'] {
  background-color: transparent;
  border-bottom: 1px solid #d8d8d8;
  width: 110%;
  padding-right: 30px;
  -webkit-transition: border .2s;
  transition: border .2s;
  height: 40px;
}
.search-wrap input[type='text']:focus {
  border-color: #44403f;
}
.search-wrap .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  color: #c09551;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.search-wrap .search-submit:hover {
  color: #44403f;
}
.dropdown-trigger {
  display: inline-block;
  cursor: pointer;
  padding-top: 11px;
  padding-bottom: 20px;
}
.dropdown-wrap {
  font-size: 11px;
  position: relative;
}
.dropdown-wrap h6 {
  margin-top: 12px;
  margin-bottom: 0;
}
.dropdown-wrap .fa {
  margin-left: 5px;
  color: #c09551;
}
.dropdown-wrap ul {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 45px;
  z-index: 2;
  background-color: white;
  text-align: center;
  padding-right: 3em;
  padding-left: 3em;
  display: none;
  line-height: 2.5em;
}
.dropdown-wrap ul .test {
  float: left;
  padding: 5px 30px;
  background-color: white;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
}
.dropdown-wrap ul li a {
  font-family: Montserrat;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding-right: 15px;
  color: #acacac;
  padding-right: 0;
}
.dropdown-wrap ul li a:hover {
  color: #44403f;
}
.blog-content .rss-wrap {
  font-family: Montserrat;
  text-align: right;
  margin-top: 15px;
}
.blog-content .rss-wrap .fa {
  color: #c09551;
}
.blog-content .rss-wrap a {
  color: #44403f;
  margin-left: 8px;
}
.blog-content .rss-wrap a:hover {
  color: #c09551;
}
.entry-text {
  padding-left: 70px;
  position: relative;
}
.entry-text:after {
  position: absolute;
  left: 30px;
  top: -2px;
  content: "";
  background-color: #c09551;
  width: 3px;
  height: 30px;
}
.entry-title {
  margin-top: 35px;
  line-height: 30px;
  margin-bottom: 0;
}
.entry-title a {
  color: #44403f;
}
.entry-title a:hover {
  color: #c09551;
}
.entry-summary {
  margin-top: 13px;
  line-height: 30px;
}
.entry-meta {
  color: #acacac;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
  position: relative;
}
.entry-meta .dt-published,
.entry-meta .u-category {
  background-color: #f7f7f7;
}
.entry-meta .u-category {
  margin-left: -4px;
  padding-left: 4px;
  padding-right: 18px;
}
.entry-meta .u-category:before {
  content: " / ";
}
.entry-meta .meta-line {
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: -1;
}
.post-loop-wrap {
  margin-top: 55px;
}
.post-loop-wrap > .col-sm-6 {
  margin-bottom: 55px;
}
.post-loop-wrap .h-entry .featured-image {
  position: relative;
}
.post-loop-wrap .h-entry .featured-image .under-image {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
.post-loop-wrap .h-entry .featured-image .first-image {
  padding-right: 30px;
  padding-left: 30px;
}
.mobile-category,
.mobile-navigation {
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
}
.mobile-category-title {
  margin-bottom: 10px;
}
.mobile-category,
.mobile-category-title,
.mobile-navigation,
.mobile-navigation-title {
  display: none;
}
.pagenavi-wrap {
  font-size: 20px;
  position: relative;
  text-align: center;
  color: #c09551;
  margin-bottom: 40px;
  font-weight: 500;
  font-style: italic;
}
.pagenavi-wrap a,
.pagenavi-wrap span {
  background-color: #f7f7f7;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: -3px;
  margin-left: -3px;
}
.pagenavi-wrap span {
  color: #44403f;
}
.pagenavi-wrap a:first-child {
  padding-left: 48px;
}
.pagenavi-wrap a:last-child {
  padding-right: 48px;
}
.pagenavi-wrap a:hover {
  color: #44403f;
}
.pagenavi-wrap:before {
  width: 100%;
  height: 4px;
  background: url('../img/zigzag-2.png') repeat-x;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
}
/* Twitter */
.twitter-tweet {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 25px;
  border-left: none;
  text-align: center;
}
.twitter-tweet .name {
  color: #44403f;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.twitter-tweet .user-name {
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: bold;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.twitter-tweet .twitter-line {
  background: url('../img/zigzag-2.png') repeat-x;
  width: 100%;
  height: 4px;
  position: relative;
  top: -17px;
}
.twitter-tweet .fa {
  z-index: 9;
  position: relative;
  color: #c4c4c3;
  background-color: #f7f7f7;
  padding-left: 25px;
  padding-right: 25px;
}
.twitter-tweet .date {
  color: #acacac;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  margin-top: 3px;
}
.twitter-tweet .tweet {
  line-height: 1.9;
  font-style: italic;
  font-weight: 300;
  font-size: 25px;
}
/* Popular Post */
.popular-post {
  text-align: center;
  padding-bottom: 50px;
}
.popular-post .popular-post-title {
  margin-top: 25px;
}
.popular-post h4 {
  line-height: 1.5;
}
.popular-post .dt-published,
.popular-post .u-category {
  color: #acacac;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
}
.popular-post .popular-line {
  margin: auto;
}
.popular-post .entry-summary {
  margin-top: 20px;
  margin-bottom: 0;
}
.popular-post .u-category:before {
  content: " / ";
}
.popular-post a {
  color: #44403f;
}
.popular-post a:hover {
  color: #c09551;
}
/************************************************************************
// Blog Single
*************************************************************************/
.profile-desc img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
}
.profile-desc .header-category:before {
  content: " / ";
}
.profile-desc .sub-info {
  font-style: normal;
}
.blog-post-slider {
  border: 9px solid white;
  outline: 1px solid #eaeaea;
  box-shadow: 0 10px 41px 0 rgba(9, 26, 44, 0.2);
  margin-top: 30px;
  margin-bottom: 20px;
}
.swiper-wrap-col {
  position: relative;
}
.swiper-wrap-col .post-slider-left,
.swiper-wrap-col .post-slider-right {
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  background-color: white;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #ececec;
  -webkit-transition: border .2s;
  transition: border .2s;
  margin-top: -20px;
}
.swiper-wrap-col .post-slider-left:hover,
.swiper-wrap-col .post-slider-right:hover {
  border-color: #c09551;
}
.swiper-wrap-col .post-slider-left .fa,
.swiper-wrap-col .post-slider-right .fa {
  color: #c09551;
  margin-top: 12px;
}
.swiper-wrap-col .post-slider-left {
  left: 0;
  margin-left: -50px;
}
.swiper-wrap-col .post-slider-left .fa {
  margin-left: 13px;
}
.swiper-wrap-col .post-slider-right {
  right: 0;
  margin-right: -50px;
}
.swiper-wrap-col .post-slider-right .fa {
  margin-left: 16px;
}
/************************************************************************
// Footer
*************************************************************************/
.bottom-footer {
  border-top: 1px solid #ebebeb;
  font-size: 13px;
  color: #44403f;
}
.bottom-footer .copyright {
  margin-top: 3px;
}
.bottom-footer .logo {
  margin-top: 10px;
}
.bottom-footer .nav {
  font-family: Montserrat;
  font-size: 13px;
  text-transform: capitalize;
  float: right;
}
.bottom-footer .nav li:last-child a {
  padding-right: 0;
}
.bottom-footer .nav a {
  padding-right: 25px;
  padding-left: 25px;
  font-weight: bold;
}
.bottom-footer .nav a:hover {
  color: #44403f;
}
.bottom-footer .seperator {
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 18px;
  margin-top: 3px;
}
.social-icon {
  font-size: 15px;
}
.social-icon ul {
  float: right;
  margin-bottom: 15px;
}
.social-icon ul li {
  display: inline-block;
}
.social-icon ul li a {
  color: #44403f;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
.social-icon ul li a:before {
  position: absolute;
  top: -11px;
  left: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  content: "";
  border-radius: 50%;
}
.social-icon ul li a:hover:before {
  border-color: #c09551;
}
/************************************************************************
// Blog Single
*************************************************************************/
.blog-single .blog-info {
  font-family: Montserrat;
  font-size: 19px;
  line-height: 2;
  color: #bb904c;
  font-weight: normal;
  margin-top: 85px;
  margin-bottom: 60px;
}
.blog-single em {
  margin-top: 20px;
  display: block;
}
.blog-single h4 {
  margin-top: 55px;
  margin-bottom: 30px;
}
.blog-single h5 {
  margin-top: 45px;
  margin-bottom: 10px;
}
.blog-single .h-entry > .col-sm-8 .col-sm-8,
.blog-single .h-entry > .col-sm-8 .col-sm-4,
.blog-single .h-entry > .col-sm-8 .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.blog-single .about-list-wrap {
  font-size: 13px;
}
.blog-single .about-list-wrap .about-list-style {
  margin-left: 40px;
}
.blog-single .about-list-wrap .about-list-inner {
  margin-left: 80px;
}
.blog-single .post-tag-wrap {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}
.blog-single .post-tag-wrap .fa {
  color: #bb904c;
}
.blog-single .post-tag-wrap a {
  color: #44403f;
}
.blog-single .post-tag-wrap a:hover {
  color: #bb904c;
}
.blog-single .social-icon {
  margin-top: 20px;
}
.blog-single blockquote {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 2;
  border-left: 0;
  position: relative;
  right: -40px;
  margin-top: 13px;
  margin-bottom: 0;
}
.blog-single blockquote:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f10d";
  top: 0;
  left: 0;
  color: #bb904c;
  margin-left: -40px;
  margin-top: 23px;
}
.blog-single blockquote cite {
  color: #acacac;
  font-size: 13px;
  font-style: italic;
  float: right;
  font-weight: 300;
  margin-top: 15px;
}
.blog-single blockquote cite:before {
  content: " - ";
}
.post-hr {
  background-color: #d5d5d5;
  height: 1px;
  margin-top: 20px;
}
.related-post-wrap .related-post-title {
  text-align: center;
}
/************************************************************************
// Comment Area
*************************************************************************/
.comments-title,
.reply-title {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  z-index: 2;
  display: inline-block;
  background-color: #ededed;
  padding-right: 25px;
  padding-left: 25px;
}
.comments-area {
  background-color: #ededed;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 70px;
  text-align: center;
}
.comments-area .comments-title span {
  color: #c09551;
}
.comments-area .comment-line {
  position: relative;
  top: -21px;
}
.comments-area .comment-list {
  text-align: left;
  margin-top: 30px;
}
.comments-area .avatar {
  border-radius: 50%;
  max-width: 150px;
  width: 100%;
  height: auto;
}
.comments-area .user-name {
  margin-top: 10px;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #c09551;
}
.comments-area ol li {
  margin-top: 45px;
}
.comments-area ol li li {
  float: left;
}
.comments-area form input[type='text'],
.comments-area form input[type='email'] {
  background-color: #ededed;
  width: 48%;
  border-bottom: 1px solid #c2c2c2;
  margin-top: 20px;
}
.comments-area form input[type='text'] {
  float: left;
}
.comments-area form input[type='email'] {
  float: right;
}
.comments-area form textarea {
  width: 100%;
  background-color: #ededed;
  margin-top: 45px;
  border-bottom: 1px solid #c2c2c2;
  height: 36px;
}
.comments-area form .submit-button {
  background-color: white!important;
  font-size: 13px;
  text-transform: uppercase;
  color: #44403f;
  border: 1px solid #c09551;
  font-family: Montserrat;
  border-radius: 2px;
  padding: 4px 22px;
  font-weight: bold;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 25px;
}
.comments-area form .submit-button:hover {
  background-color: #c09551!important;
  color: white;
}
.comment-date {
  font-size: 13px;
  font-style: italic;
  color: #acacac;
  z-index: 2;
  position: relative;
  padding-right: 13px;
  background-color: #ededed;
}
.comment-reply {
  float: right;
  z-index: 2;
  position: relative;
  background-color: #ededed;
  padding-left: 13px;
  color: #acacac;
}
.reply-line {
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  display: block;
  position: relative;
  top: -15px;
}
/************************************************************************
// Responsive
*************************************************************************/
@media (max-width: 1200px) {
  .social-icon ul li {
    margin-bottom: 20px;
  }
  /* Vertical Slider */
  .slider-vertical .swiper-container {
    height: 470px;
  }
}
@media (max-width: 992px) {
  .headline-title {
    font-size: 30px!important;
  }
  .fixed-header {
    display: none!important;
  }
  /* Header */
  .blog-header .nav-menu,
  .blog-header-1 .nav-menu,
  .blog-header-2 .nav-menu,
  .blog-header-3 .nav-menu,
  .front-header .nav-menu {
    display: none;
  }
  .blog-header .description,
  .blog-header-1 .description,
  .blog-header-2 .description,
  .blog-header-3 .description,
  .front-header .description {
    font-size: 18px;
  }
  .blog-header .menu-open,
  .blog-header-1 .menu-open,
  .blog-header-2 .menu-open,
  .blog-header-3 .menu-open,
  .front-header .menu-open {
    display: block;
  }
  /* Vertical Slider */
  .vertical-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* Post Loop */
  .popular-post .col-sm-6 {
    margin-bottom: 30px;
  }
  /* History */
  #timeline {
    height: 620px;
  }
  /* Counter */
  .section-counter .col-sm-6 {
    margin-bottom: 35px;
  }
  .section-counter .col-sm-6:nth-child(odd):before {
    display: none;
  }
  .section-counter .separator {
    margin-top: 0!important;
  }
  /* Team */
  .team-container {
    height: 435px!important;
  }
  .teamslider-wrap {
    height: 560px;
  }
  .team-wrap {
    bottom: 135px;
    right: 42%;
  }
  .section-team .team-social {
    display: block;
    margin-bottom: 20px;
  }
  .section-team .team-social:after,
  .section-team .team-social:before {
    display: table;
    content: " ";
    clear: both;
  }
  .section-team .team-social ul {
    margin-top: 0;
    padding-left: 0;
    float: none;
  }
  .section-team .team-social ul li:first-child {
    margin-left: 0;
  }
  .section-team .team-name {
    margin-bottom: 15px;
  }
  .team-img-inner {
    margin-left: -200px;
  }
}
@media (max-width: 769px) {
  /* Header */
  .blog-header .nav-menu {
    display: none;
  }
  .blog-header .description {
    font-size: 16px;
  }
  .top-headline .headline-title {
    line-height: 1.2;
  }
  .top-headline .description {
    font-size: 20px;
    line-height: 34px;
  }
  /* Vertical Slider */
  .slider-vertical .swiper-container {
    height: 820px;
    padding-left: 15px;
  }
  .slider-vertical .pagination {
    position: absolute;
    left: 3px;
  }
  .slick-slide {
    display: none!important;
  }
  .slick-center {
    display: block!important;
  }
  .slick-list {
    height: 800px!important;
  }
  /* Blog Single */
  .blog-single .post-slider-left {
    margin-left: 0;
    margin-top: -50px;
  }
  .blog-single .post-slider-right {
    margin-right: 0;
    margin-top: -50px;
  }
  .blog-single blockquote {
    position: relative;
    right: 0;
    margin-left: 40px;
    font-size: 15px;
  }
  .blog-single h4 {
    line-height: 1.5;
    font-size: 15px!important;
  }
  .blog-single em {
    text-align: left;
  }
  .blog-single .about-list-style {
    margin-left: 0!important;
  }
  .blog-single .about-list-inner {
    margin-left: 40px!important;
  }
  .related-post-title {
    border-top: 1px solid #d5d5d5;
    padding-top: 20px;
  }
  .related-post-wrap .col-sm-4 {
    margin-bottom: 50px;
  }
  .related-post-wrap .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .related-post-wrap .entry-text {
    padding-left: 0;
    position: relative;
  }
  .related-post-wrap .entry-text:after {
    position: absolute;
    left: -10px;
    top: -4px;
    content: "";
    background-color: #c09551;
    width: 3px;
    height: 30px;
  }
  /* Blog Page */
  .blog-content .search-wrap form {
    float: none;
    overflow: hidden;
  }
  .popular-post article {
    text-align: left;
  }
  .popular-post .popular-line {
    margin: initial;
  }
  .post-loop-wrap .entry-text {
    padding-left: 0;
  }
  .post-loop-wrap .entry-text:after {
    position: absolute;
    left: -20px;
  }
  .post-loop-wrap .tweet {
    font-size: 20px;
  }
  .post-loop-wrap .twitter-tweet {
    padding-right: 0;
    padding-left: 0;
  }
  .mobile-category,
  .mobile-category-title,
  .mobile-navigation,
  .mobile-navigation-title {
    display: block;
    position: relative;
    z-index: 9;
  }
  .filter-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-isotope {
    display: block!important;
  }
  /* About */
  .section-about .about-left {
    padding-right: 0;
  }
  .section-about .about-right {
    padding-left: 0;
    border: none;
  }
  /* History */
  .section-history .shadow {
    padding-left: 0;
    padding-right: 0;
  }
  .dates-wrap {
    height: 100%;
  }
  #timeline {
    height: 1000px;
  }
  #issues li {
    height: 1020px;
  }
  /* Counter */
  .section-counter .col-sm-6 {
    margin-bottom: 70px;
  }
  .section-counter .col-sm-6:before {
    display: none;
  }
  /* Team */
  .section-team .container {
    padding-right: 0;
    padding-left: 0;
  }
  .teamslider-wrap {
    height: 780px;
  }
  .team-img-inner {
    margin-left: -120px;
  }
  .team-wrap {
    bottom: 380px;
    right: 50%;
    margin-right: -50px;
  }
  /* Contact */
  .section-contact form input[type='text'],
  .section-contact form input[type='email'],
  .section-contact form textarea,
  .section-contact form select {
    width: 100%;
  }
  .section-contact .col-xs-12 {
    padding-left: 0;
  }
  .section-contact .contact-line:before {
    position: absolute;
    left: 0;
  }
  /* Gallery */
  .section-gallery-inner .filter-inner {
    display: none;
    overflow: hidden;
  }
  .section-gallery-inner .filter-inner a {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-gallery .detail-button {
    margin-bottom: 50px;
  }
  .gallery-bottom {
    padding-bottom: 30px;
  }
  .gallery-date {
    border-left: none!important;
  }
  .mfp-close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  /* Footer */
  .bottom-footer .nav {
    float: left;
    margin-left: -25px;
  }
  .bottom-footer .nav li {
    float: left;
  }
  .bottom-footer .copyright {
    border-top: 1px dotted #b2b2b2;
    padding-top: 20px;
  }
  .social-icon ul {
    float: left;
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  /* History */
  .dates-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .dates-wrap:before {
    position: absolute;
    left: 3px;
  }
  #timeline {
    height: 1060px;
  }
  #issues li {
    height: 1070px;
  }
}
@media (max-width: 600px) {
  .slick-list {
    height: 700px!important;
  }
  .team-img-inner {
    margin-left: -144px;
  }
}
@media (max-width: 500px) {
  .slick-list {
    height: 650px!important;
  }
  .teamslider-wrap {
    height: 850px;
  }
}
