/*

 Theme Name:   travelingwstyle

 Theme URI:    http://www.travelingwstyle.com/

 Description:  Travelingwstyle Theme

 Author:       Olexandr Kobrynets.

 Author URI:   https://www.facebook.com/profile.php?id=100001777252775

 Version:      1.0.0

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#
--------------------------------------------------------------*/
/*----------------------VERIABLES----------------------*/
.trans {
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
/*----------------------VERIABLES----------------------*/
/*----------------------GENERAL----------------------*/
html {
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body,
a,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
li {
  font-family: "Raleway ExtraLight Old";
  font-weight: 200;
  font-style: normal;
  line-height: 28px;
  color: #0a0a0a;
  font-size: 18px;
  opacity: 1;
}
a {
  color: #0a0a0a;
  text-decoration: underline;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
a:hover {
  color: #0a0a0a;
  text-decoration: none;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.anm {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
header .top-line {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
header .logo {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
header .head-menu {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.home .mslider {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
#content {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
#footer {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.title-with-line {
  font-size: 30px;
  opacity: 1;
  color: #0a0a0a;
  visibility: visible;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}
.title-with-line:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #0a0a0a;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.title-with-line span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: inherit;
  line-height: 1.2em;
}
.archive .title-with-line span{
    text-transform: none;
}

.pagination {
  display: block;
  padding: 60px 0 60px 0;
  text-align: center;
  clear: both;
  margin: 0;
}
.pagination a,
.pagination span {
  border: 0;
  font-size: 16px;
  width: 60px;
  height: 60px;
  line-height: 59px;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.pagination a:hover,
.pagination span:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.pagination a.nextpostslink {
  font-size: 0;
  position: relative;
}
.pagination a.nextpostslink:before {
  content: '\f178';
  font-size: 16px;
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.pagination a.previouspostslink {
  font-size: 0;
  position: relative;
}
.pagination a.previouspostslink:before {
  content: '\f177';
  font-size: 16px;
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.pagination .current {
  border: 2px solid #000;
}
.pagination .current:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nothing-found p {
  display: block;
  padding: 10px;
  margin-bottom: 18px;
  color: #999;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  letter-spacing: .2em;
  border: 1px dashed #ccc;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.mslider {
  margin-bottom: 100px;
}
.mslider .home-page-slider {
  margin: auto;
  position: relative;
}
.mslider .container {
  position: relative;
}
.mslider .owl-carousel {
  position: relative;
}
.mslider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 5%;
  background-color: rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 280px;
  margin-top: -140px;
  border: 1px solid #ffffff;
}
.mslider .owl-carousel .owl-nav .owl-prev {
  display: block;
  font-size: 0;
  width: 58px;
  line-height: 58px;
  text-align: center;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.mslider .owl-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mslider .owl-carousel .owl-nav .owl-prev:hover:before {
  text-shadow: -3px 3px 0 #000;
}
.mslider .owl-carousel .owl-nav .owl-prev:before {
  content: '\f104';
  font-size: 24px;
  font-family: FontAwesome;
  color: #ffffff;
  position: relative;
  top: 20px;
  line-height: 58px;
}
.mslider .owl-carousel .owl-nav .owl-next {
  display: block;
  font-size: 0;
  width: 58px;
  line-height: 58px;
  text-align: center;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.mslider .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mslider .owl-carousel .owl-nav .owl-next:hover:before {
  text-shadow: -3px 3px 0 #000;
}
.mslider .owl-carousel .owl-nav .owl-next:before {
  content: '\f105';
  font-size: 24px;
  font-family: FontAwesome;
  color: #ffffff;
  position: relative;
  top: 20px;
  line-height: 58px;
}
.mslider .counter,
.mslider .counter2 {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 58px;
  text-align: center; 
  color: #ffffff;
  margin-top: -14px;
  z-index: 99;
  font-size: 20px;
}
.mslider .counter {
 /* right: 5.8%; */
}
.mslider__item {
  position: relative;
}
.mslider__inside {
  display: flex;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
}
.mslider__inside_cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.mslider__inside_block {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5%;
  text-align: center;
}
.mslider__inside_category {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 16px;
  margin-bottom: 10px;
}
.mslider__inside_category a {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.mslider__inside_category a:hover {
  border-bottom: 1px solid #0a0a0a;
}
.mslider__inside_title {
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: initial;
  /*color: #0a0a0a;*/
  color: #444444;
}
.mslider__inside_morebtn {
  margin-top: 30px;
  font-size: 14px;
  color: #0a0a0a;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 20px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  display: inline-block;
}
.mslider__inside_morebtn:hover {
  box-shadow: 1px 1px #000, 2px 2px #000, 2px 2px #000;
}
.b-top {
  opacity: 1;
}
.b-top-but {
  margin: 0 2% 0 0;
  width: 45px;
  height: 40px;
  position: relative;
  background: white;
  text-align: center;
  font-size: 35px;
  position: fixed;
  line-height: 25px;
  bottom: 0;
  color: black;
  right: 0;
  cursor: pointer;
  border: 1px solid;
  z-index: 5;
  padding: 0;
  left: initial;
  border-radius: 0;
  opacity: 1;
  background: #ffffff;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.b-top-but:before {
  content: '\f077';
  font-family: FontAwesome;
  font-size: 18px;
  color: #0a0a0a;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.b-top-but:hover {
  background: #0a0a0a;
}
.b-top-but:hover:before {
  color: #ffffff;
}
/*----------------------GENERAL----------------------*/
/*----------------------HEADER----------------------*/
.top-line.mobile {
  display: none;
}
.top-line {
  background-color: #f4f4f4;
  height: 50px;
  line-height: 50px;
}
.top-line .search {
  display: inline-block;
  float: left;
  width: 130px;
  height: 50px;
  position: relative;
}
.top-line .search input {
  background-color: #f4f4f4;
  color: #0a0a0a;
  font-size: 16px;
  border: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  outline: none;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 98;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.top-line .search input:focus {
  width: 305px;
  box-shadow: none;
  background-color: #e6e6e6;
  padding-left: 5px;
}
.top-line .search .submit-btn {
  border: 0;
  background: transparent;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 99;
  text-align: center;
}
.top-line .search .submit-btn i {
  position: relative;
  top: 1px;
  color: #0a0a0a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.top-line .search .submit-btn:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.top-line .socials {
  display: inline-block;
  float: right;
  height: 50px;
  line-height: 50px;
  padding-right: 15px;
}
.top-line .socials a {
  padding: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #0a0a0a;
}
.top-line .socials a i {
  position: relative;
  top: 1px;
  color: #0a0a0a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.top-line .socials a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.logo {
  margin: 30px auto;
}
.logo a {
  display: block;
  text-decoration: none;
}
.logo a img {
  margin: auto;
  display: block;
}
.logo a .under-logo {
  text-align: center;
  margin-top: -15px;
  text-decoration: none;
}
.logo a .under-logo:hover {
  text-decoration: none;
}
.head-menu {
  border-bottom: 2px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 50px;
}
.head-menu .menu {
  text-align: center;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
}
.head-menu .menu > li {
  display: inline-block;
}
.head-menu .menu > li a {
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  letter-spacing: 0.05em;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.head-menu .menu > li a:hover {
  color: #8c919b;
}
.head-menu .menu > li > a:after {
  content: "/";
  font: normal 24px/24px Helvetica, Arial;
  display: block;
  float: right;
  margin-top: 18px;
  margin-left: 15px;
  color: #4b4b4b;
}
.head-menu .menu > li:last-child a:after {
  display: none;
}
.head-menu .menu li.menu-item-has-children {
  position: relative;
}
.head-menu .menu li.menu-item-has-children:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 2px;
  color: #ffffff;
  font-size: 12px;
}
.head-menu .menu li.menu-item-has-children > li {
  display: inline-block;
}
.head-menu .menu li.menu-item-has-children > .sub-menu {
  display: none;
  width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #545454;
  z-index: 9999;
  border-top: 3px solid #000000;
  margin-left: -90px;
}
.head-menu .menu li.menu-item-has-children > .sub-menu:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #000;
  width: 0;
  z-index: 999;
  display: block;
  margin-left: -10px;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.head-menu .menu li.menu-item-has-children > .sub-menu li {
  width: 100%;
}
.head-menu .menu li.menu-item-has-children > .sub-menu li a {
  position: relative;
  padding: 8px 21px;
  line-height: 18px;
  height: auto;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.head-menu .menu li.menu-item-has-children > .sub-menu li:hover:after {
  color: #0a0a0a;
}
.head-menu .menu li.menu-item-has-children > .sub-menu li:hover a {
  color: #0a0a0a;
}
.head-menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
  position: relative;
  clear: both;
}
.head-menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: -3px;
  left: 150%;
  background-color: #545454;
  z-index: 9999;
  border: 0;
}
.head-menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu:after {
  display: none;
}
.head-menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu > li a {
  position: relative;
  padding: 8px 21px;
  line-height: 18px;
  height: auto;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  text-transform: initial;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.head-menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu > li:hover:after {
  color: #0a0a0a;
}
.head-menu .menu li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu > li:hover a {
  color: #0a0a0a;
}
/*----------------------HEADER----------------------*/
/*----------------------FOOTER----------------------*/
.site-footer .socials {
  background-color: #f4f4f4;
}
.site-footer .socials .icons {
  margin: 0;
  padding: 28px 0 25px;
}
.site-footer .socials .icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  width: 20%;
}
.site-footer .socials .icons li a i {
  font-size: 30px;
  color: #0a0a0a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.site-footer .socials .icons li a svg{
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.site-footer .socials .icons li a:hover svg,
.site-footer .socials .icons li a i:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.site-footer .sign-form {
  height: 87px;
  background: #e6e6e6;
  color: #0a0a0a;
  padding: 26px 0 0;
  text-align: center;
}
.site-footer .sign-form span {
  margin-right: 10px !important;
  font-size: 16px;
}
.site-footer .sign-form a {
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
  padding: 8px 15px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.site-footer .sign-form a:hover {
  background: #0a0a0a;
  color: #ffffff;
}
.site-footer .footer-items {
  padding: 40px 0;
  text-align: center;
}
.site-footer .footer-items .navmenu-nav li {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  vertical-align: top;
  line-height: 14px;
}
.site-footer .footer-items .navmenu-nav li a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.site-footer .footer-items .navmenu-nav li a:hover {
  color: #8c919b;
}
.site-footer .footer-items .footer-logos {
  padding: 50px 0;
}
.site-footer .footer-items .footer-logos a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.site-footer .footer-items .footer-logos a:after {
  content: '';
  display: block;
  width: 1px;
  height: 87px;
  background: #8c919b;
  position: absolute;
  right: 0;
  top: 0;
}
.site-footer .footer-items .footer-logos a:last-child {
  padding-left: 20px;
}
.site-footer .footer-items .footer-logos a:last-child:after {
  display: none;
}
.site-footer .footer-items .footer-locations ul,
.site-footer .footer-items .footer-nav ul {
  margin: 0;
}
.site-footer .footer-items .footer-locations li,
.site-footer .footer-items .footer-nav li {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  vertical-align: top;
  line-height: 14px;
}
.site-footer .footer-items .footer-locations li:after,
.site-footer .footer-items .footer-nav li:after {
  content: '|';
  padding: 0 0 0 20px;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.site-footer .footer-items .footer-locations li:last-child:after,
.site-footer .footer-items .footer-nav li:last-child:after {
  display: none;
}
.site-footer .footer-items .footer-locations li a,
.site-footer .footer-items .footer-nav li a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.site-footer .footer-items .footer-locations li a:hover,
.site-footer .footer-items .footer-nav li a:hover {
  color: #8c919b;
}
.site-footer .footer-items .rights {
  padding-top: 20px;
}
.site-footer .footer-items .rights p {
  font-size: 12px;
  background: transparent;
}
/*----------------------FOOTER----------------------*/
/*----------------------MAIN----------------------*/
.home .latest-news-wrapp .slick-prev,
.home .latest-news-wrapp .slick-next {
  display: none !important;
}
.home .latest-news-wrapp .item {
  text-align: center;
  margin-bottom: 30px;
  padding:0 15px;
}
.home .latest-news-wrapp .item .inf-block .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.home .latest-news-wrapp .item .inf-block .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
}
.home .latest-news-wrapp .item .inf-block .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.home .latest-news-wrapp .item .inf-block .tags {
  margin-top: 15px;
}
.home .latest-news-wrapp .item .inf-block .tags a {
  color: #8c919b;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.home .latest-news-wrapp .item .inf-block .tags a:hover {
  border-bottom: 1px solid #8c919b;
}
.home .latest-news-wrapp .item .inf-block .date {
  display: inline-block;
  color: #8c919b;
  font-size: 14px;
  text-decoration: none;
  display: none !important;
}
.home .latest-news-wrapp .item .inf-block .date:before {
  content: "/";
  padding: 0 8px;
  font-size: 14px;
  font-family: sans-serif;
  color: #8c919b;
}
.home .latest-news-wrapp .item .title {
  display: block;
  font-size: 24px;
  opacity: 1;
  margin-top: 10px;
  text-transform: uppercase;
  visibility: visible;
  line-height: 1.25em;
  margin-bottom: 5px;
  text-decoration: none;
  max-height: 60px;
  overflow: hidden;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.home .latest-news-wrapp .item .title:hover {
  color: #8c919b;
}
.home .latest-news-wrapp .item .excerpt {
  line-height: 28px;
  font-size: 18px;
  color: #444444;
  margin: 10px 0 0;
  height: 140px;
  overflow: hidden;
}
.home .latest-news-wrapp .item .share {
  margin: 15px -8px 0;
}
.home .latest-news-wrapp .item .share a {
  padding: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #0a0a0a;
}
.home .latest-news-wrapp .item .share a i {
  position: relative;
  top: 1px;
  color: #0a0a0a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.home .latest-news-wrapp .item .share a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home .latest-news-wrapp .item .more-btn {
  font-size: 14px;
  padding: 0 1px 3px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  line-height: 100%;
  display: inline-block;
  color: #0a0a0a;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.home .latest-news-wrapp .item .more-btn:hover {
  border-bottom: 1px solid #0a0a0a;
}
.home .world-wrapp {
  margin-top: 100px;
  text-align: center;
}
.home .world-wrapp .section-header {
  margin-bottom: 50px;
}
.home .world-wrapp .section-header .title {
  margin-bottom: 0;
}
.home .world-wrapp .section-header .sub-title {
  display: block;
  margin-top: 10px;
  color: #8c919b;
  font-size: 24px;
}
.home .world-wrapp a img {
  display: block;
  margin: 0 auto;
}
.home .instagram-block {
  margin: 60px 0;
}
.home .instagram-block:after{
    content: '';
    clear: both;
    display: table;
}

.home .instagram-block .instagram-logo {
  text-align: center;
  display: block;
}
.home .instagram-block .instagram-grid .insta-icon[style="display: block;"] {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home .instagram-block .instagram-grid .insta-icon[style="display: none;"] {
  animation: zoomout 2s 1;
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.home .instagram-block .instagram-grid .post-item.post-item--2,
.home .instagram-block .instagram-grid .post-item.post-item--1 {
  height: 33.2%;
}
.home .instagram-block .instagram-grid .post-item.post-item--3,
.home .instagram-block .instagram-grid .post-item.post-item--4 {
  width: 33.2%;
}
.home .instagram-block .instagram-grid .post-item.post-item--0 {
  width: 66.2%;
}
.home .instagram-block .instagram-grid .post-item .post-view {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .instagram-block .instagram-grid .post-item .post-view i.fa-instagram {
  background: transparent;
  position: absolute;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
  top: 0;
  left: 10px;
  bottom: auto;
  right: auto;
  background-color: transparent;
  color: #fff;
  transform: matrix(1, 0, 0, 1, 0, 0);
  cursor: default;
}
.home .instagram-block .instagram-grid .post-item .post-view i.fa-instagram:before {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  font-size: 35px;
  text-align: center;
  width: 25px;
  height: 14px;
  animation: pulse 2s 1;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.home .instagram-block .instagram-grid .post-item .post-view i.fa-instagram.hide-fa {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  animation: fade 2s 1;
}
@keyframes poss {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home .instagram-block .instagram-grid .post-item .post-view .post-view--name {
  /*position: absolute;
  left: 0;
  z-index: 4;
  bottom: 0;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  cursor: default;
  animation: poss 2s 1;*/
}
@keyframes poss {
  0% {
    bottom: -35px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 0;
  }
}
.home .instagram-block .instagram-grid .post-item .post-view .hide-inf .post-view--name {
  /*bottom: -35px;*/
}
.home .instagram-block .instagram-grid .post-item .post-view .post-view--likes {
  /*position: absolute;
  right: 0;
  z-index: 4;
  bottom: 0;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  cursor: default;
  animation: poss 2s 1;*/
}
@keyframes poss {
  0% {
    bottom: -35px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 0;
  }
}
.home .instagram-block .instagram-grid .post-item .post-view .post-view--likes i {
  margin-right: 5px;
}
.home .instagram-block .instagram-grid .post-item .post-view .hide-inf .post-view--likes {
  bottom: -35px;
}
.home .instagram-block .instagram-grid .post-item .post-view:before {
  /*content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15%;
  z-index: 3;
  background: transparent;
  background-image: none;
  background-repeat: repeat;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);*/
}
.home .site-container > .popup .loader {
  position: absolute;
}
.home .remodal {
  padding: 20px;
  max-width: 960px;
}
.home .remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.home .instagram-popup {
  display: block;
  background: white;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
}
.home .instagram-popup .close-popup {
  width: 25px;
  display: block;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  text-align: center;
  border: 0;
  background: 0;
  padding: 0;
  font-size: 0;
}
.home .instagram-popup .close-popup:before {
  content: "\f00d";
  display: block;
  color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
  font-family: FontAwesome;
  margin-top: -6px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.home .instagram-popup .close-popup:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.home .instagram-popup__image {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  border-right: 1px solid #f2f2f2;
}
.home .instagram-popup__details {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  text-align: left;
}
.home .instagram-popup__details .instagram-user-inf {
  padding-right: 56px;
  line-height: 1em;
  font-size: 12px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
.home .instagram-popup__details .instagram-user-inf:after {
  display: block;
  content: "";
  clear: both;
}
.home .instagram-popup__details .instagram-user-inf .instagram-user-img {
  max-height: 48px;
  border: 1px solid #f2f2f2;
  margin: 0 10px 0 0;
  float: left;
}
.home .instagram-popup__details .instagram-user-inf .instagram-user-name {
  line-height: 1em;
  color: #0a0a0a;
  font-size: 12px;
}
.home .instagram-popup__details .instagram-post-date .fa-instagram {
  color: #525252;
  font-size: 14px;
}
.home .instagram-popup__details .instagram-post-date .post-date {
  font-size: 16px;
  line-height: 26px;
  color: #525252;
}
.home .instagram-popup__details hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.home .instagram-popup__details .instagram-share-block {
  font-size: 12px;
  overflow: hidden;
  height: 40px;
}
.home .instagram-popup__details .instagram-share-block:after {
  display: block;
  content: "";
  clear: both;
}
.home .instagram-popup__details .instagram-share-block .block {
  background: #c5c5c5;
  height: inherit;
  line-height: 40px;
  display: inline-block;
  position: relative;
  padding: 0 0 0 0;
  font-size: 12px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  border-radius: 0;
  -moz-box-border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.home .instagram-popup__details .instagram-share-block .block .title {
  background: #0a0a0a;
  line-height: inherit;
  width: 80px;
  display: block;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.home .instagram-popup__details .instagram-share-block .block .share-btns {
  position: absolute;
  height: inherit;
  top: 0;
  right: 0;
  width: 0;
  background: #e6e6e6;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}
.home .instagram-popup__details .instagram-share-block .block .share-btns a {
  color: #fff;
  font-weight: 700;
  padding: 0;
  display: block;
  text-align: center;
  float: left;
  line-height: inherit;
  height: inherit;
  text-decoration: none;
  width: 40px;
  position: relative;
  top: 40px;
}
.home .instagram-popup__details .instagram-share-block .block .share-btns a i {
  height: 40px;
  line-height: 40px;
  color: #0a0a0a;
}
.home .instagram-popup__details .instagram-share-block .block .share-btns a:nth-child(1) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.home .instagram-popup__details .instagram-share-block .block .share-btns a:nth-child(2) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.home .instagram-popup__details .instagram-share-block .block .share-btns a:nth-child(3) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.home .instagram-popup__details .instagram-share-block .block:hover {
  padding-right: 120px;
}
.home .instagram-popup__details .instagram-share-block .block:hover .share-btns {
  width: 120px;
}
.home .instagram-popup__details .instagram-share-block .block:hover .share-btns a {
  top: 0;
}
.home .instagram-popup__details .instagram-share-block .block:hover .share-btns a:hover {
  top: 5px;
}
.home .instagram-popup__details .instagram-post-content p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #525252;
}
/*----------------------MAIN----------------------*/
/*----------------------SIDEAR----------------------*/
.sidebar #sidebar {
  padding: 24px;
  border: 1px solid #000;
  margin-bottom: 50px;
}
.sidebar #sidebar .author .author__img {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.sidebar #sidebar .author .author__details .author__post {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.sidebar #sidebar .author .author__details .author__post .post {
  color: #444444;
  font-size: 16px;
  margin-bottom: 18px;
}
.sidebar #sidebar .author .author__details .author__post .author_socials {
  text-align: center;
  margin: 0;
}
.sidebar #sidebar .author .author__details .author__post .author_socials li {
  list-style: none;
  display: inline-block;
}
.sidebar #sidebar .author .author__details .author__post .author_socials li a {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.sidebar #sidebar .author .author__details .author__post .author_socials li a i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.sidebar #sidebar .author .author__details .author__post .author_socials li a i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sidebar #sidebar .sidebar-search {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.sidebar #sidebar .sidebar-search .input-field {
  position: relative;
}
.sidebar #sidebar .sidebar-search input {
  color: #fff;
  background: #000;
  padding-left: 15px;
  width: 100%;
  outline: none;
  height: 50px;
  line-height: 50px;
  border: none;
}
.sidebar #sidebar .sidebar-search .submit-btn {
  padding: 0;
  height: 50px;
  line-height: 50px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 99;
  text-align: center;
  color: #fff;
  background: #000;
}
.sidebar #sidebar .sidebar-search .submit-btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.sidebar #sidebar .sidebar-search .submit-btn:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sidebar #sidebar .featured-posts {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.sidebar #sidebar .featured-posts .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #444444;
}
.sidebar #sidebar .featured-posts .owl-item .slide-details {
  text-align: center;
}
.sidebar #sidebar .featured-posts .owl-item .slide-details .tag {
  position: relative;
  top: -15px;
  padding: 5px 15px;
  background-color: #fff;
  color: #8c919b;
  text-decoration: none;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.sidebar #sidebar .featured-posts .owl-item .slide-details .tag:hover {
  text-decoration: underline;
}
.sidebar #sidebar .featured-posts .owl-item .slide-details .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  height: 72px;
  padding: 0 18px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  color: #000;
  text-transform: inherit;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.sidebar #sidebar .featured-posts .owl-item .slide-details .title:hover {
  color: #8c919b;
}
.sidebar #sidebar .featured-posts .owl-nav {
  text-align: center;
}
.sidebar #sidebar .featured-posts .owl-nav > div {
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  background: transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.sidebar #sidebar .featured-posts .owl-nav > div.owl-prev {
  font-size: 0;
}
.sidebar #sidebar .featured-posts .owl-nav > div.owl-prev:before {
  content: '\f104';
  font-size: 24px;
  font-family: FontAwesome;
  color: #0a0a0a;
  position: relative;
  top: -1px;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.sidebar #sidebar .featured-posts .owl-nav > div.owl-next {
  font-size: 0;
}
.sidebar #sidebar .featured-posts .owl-nav > div.owl-next:before {
  content: '\f105';
  font-size: 24px;
  font-family: FontAwesome;
  color: #0a0a0a;
  position: relative;
  top: -1px;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.sidebar #sidebar .featured-posts .owl-nav > div:hover {
  background: #0a0a0a;
}
.sidebar #sidebar .featured-posts .owl-nav > div:hover:before {
  color: #ffffff;
}
.sidebar #sidebar .side-banners .banner-item {
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
}
.sidebar #sidebar .side-banners .banner-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar #sidebar .side-banners .banner-item:first-child {
  padding-top: 0;
}
/*----------------------SIDEBAR----------------------*/
/*----------------------SINGLE----------------------*/
.template-single {
  margin-bottom: 60px;
}
.template-single .pre-title {
  text-align: center;
}
.template-single .pre-title .tags {
  display: inline-block;
  color: #8c919b;
  font-size: 16px;
}
.template-single .pre-title .tags a {
  color: #8c919b;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.template-single .pre-title .tags a:hover {
  border-bottom: 1px solid #8c919b;
}
.template-single .pre-title .date {
  display: inline-block;
  color: #8c919b;
}
.template-single .pre-title .date:before {
  content: "/";
  padding: 0 8px;
  font-size: 14px;
  font-family: sans-serif;
}
.template-single .title-with-line {
  font-size: 52px;
  line-height: 1.2em;
  margin-bottom: 35px;
}
.template-single .title-with-line span {
  letter-spacing: initial;
}
.template-single .main-img {
  margin-bottom: 60px;
}
.template-single .content .page-content {
  line-height: 28px;
  font-size: 18px;
  color: #444444;
}
.template-single .content .page-content p {
  line-height: 28px;
  font-size: 18px;
  color: #444444;
  margin-bottom: 30px;
}
.template-single .content .page-content p span {
  font-size: 18px;
  color: #444444;
}
.template-single .content .page-content p:first-child:first-letter {
  float: left;
  font-size: 90px;
  line-height: 76px;
  font-weight: bold;
  padding: 0 15px 0 0;
}
/*----------------------SINGLE----------------------*/
/*----------------------3-COLUMN-CATEGORY----------------------*/
.three-column-tmpl .page-title span,
.single-review .page-title span{
  font-size: 52px;
  line-height: initial;
}
.three-column-tmpl .content .grid {
  min-height: 150px;
}
.three-column-tmpl .content .item {
  text-align: center;
  margin-bottom: 30px;
}
.three-column-tmpl .content .item .inf-block .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.three-column-tmpl .content .item .inf-block .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
}
.three-column-tmpl .content .item .inf-block .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.three-column-tmpl .content .item .inf-block .date {
  color: #8c919b;
  font-size: 14px;
  display: inline-block;
  margin-top: 15px;
  line-height: 1.5;
  display: none !important;
}
.three-column-tmpl .content .item .title {
  color: #0a0a0a;
  text-decoration: none;
  font-size: 24px;
  visibility: visible;
  text-transform: uppercase;
  line-height: 1.25em;
  margin: 10px 0 5px 0;
  display: block;
  word-break: break-word;
  height: 60px;
  overflow: hidden;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.three-column-tmpl .content .item .title:hover {
  color: #8c919b;
}
.three-column-tmpl .content .item .excerpt {
  color: #444444;
  font-size: 16px;
  margin: 15px 0 0;
  display: block;
  height: 140px;
  overflow: hidden;
}
.three-column-tmpl .content .item .share {
  margin: 15px -8px 0;
}
.three-column-tmpl .content .item .share a {
  padding: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #0a0a0a;
}
.three-column-tmpl .content .item .share a i {
  position: relative;
  top: 1px;
  color: #0a0a0a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.three-column-tmpl .content .item .share a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.three-column-tmpl .content .item .more-btn {
  font-size: 14px;
  padding: 0 1px 3px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  line-height: 100%;
  display: inline-block;
  color: #0a0a0a;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.three-column-tmpl .content .item .more-btn:hover {
  border-bottom: 1px solid #0a0a0a;
}
/*----------------------3-COLUMN-CATEGORY----------------------*/
/*----------------------1-COLUMN-CATEGORY----------------------*/
.one-column-tmpl .page-title span {
  font-size: 52px;
  line-height: initial;
}
.featured-posts .item {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  text-align: center;
}
.one-column-tmpl .item{
    margin-bottom: 25px;
}

.one-column-tmpl .item .inf-block .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.one-column-tmpl .item .inf-block .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
  min-width: 100%;
}
.one-column-tmpl .item .inf-block .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.one-column-tmpl .item .details {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 0;
  position: relative;
  background-color: #fff;
  margin-top: -60px;
  text-align: center;
}
.one-column-tmpl .item .details .date {
  color: #8c919b;
  font-size: 14px;
  display: inline-block;
  margin-top: 15px;
  line-height: 1.5;             
}
.details .date{
    display: none !important;
}

.one-column-tmpl .item .details .title {
  color: #0a0a0a;
  text-decoration: none;
  visibility: visible;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
  display: block;
  word-break: break-word;
  font-size: 43px;
  line-height: 1.2em;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.one-column-tmpl .item .details .title:hover {
  color: #8c919b;
}
.one-column-tmpl .item .details .excerpt {
  color: #444444;
  font-size: 16px;
  margin: 15px 0 0;
  display: block;
}
.one-column-tmpl .item .details .share {
  margin: 15px -8px 0;
}
.one-column-tmpl .item .details .share a {
  padding: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #0a0a0a;
}
.one-column-tmpl .item .details .share a i {
  position: relative;
  top: 1px;
  color: #0a0a0a;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.one-column-tmpl .item .details .share a:hover i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.one-column-tmpl .item .details .more-btn {
  font-size: 14px;
  padding: 0 1px 3px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  line-height: 100%;
  display: inline-block;
  color: #0a0a0a;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.one-column-tmpl .item .details .more-btn:hover {
  border-bottom: 1px solid #0a0a0a;
}
/*----------------------1-COLUMN-CATEGORY----------------------*/
/*----------------------FULLWIDTH-CATEGORY----------------------*/
.tmpl-fullwidth .itemfullwidth {
  text-align: center;
  margin-bottom: 60px;
}
.tmpl-fullwidth .itemfullwidth .page-title span {
  font-size: 52px;
}
.tmpl-fullwidth .itemfullwidth__details {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 0;
  position: relative;
  background-color: #fff;
  margin-top: -60px;
}
.tmpl-fullwidth .itemfullwidth__image .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.tmpl-fullwidth .itemfullwidth__image .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
}
.tmpl-fullwidth .itemfullwidth__image .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.tmpl-fullwidth .itemfullwidth__date_date {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #8c919b;
}
.tmpl-fullwidth .itemfullwidth__title {
  margin-top: 10px;
  font-size: 43px;
  text-transform: uppercase;
  line-height: 1.25em;
  margin-bottom: 5px;
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.tmpl-fullwidth .itemfullwidth__title:hover {
  color: #8c919b;
}
.tmpl-fullwidth .itemfullwidth__excerpt {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #444444;
}
.tmpl-fullwidth .itemfullwidth__share {
  margin: 15px -8px 0;
  line-height: 1.5;
}
.tmpl-fullwidth .itemfullwidth__share a {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 12px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.tmpl-fullwidth .itemfullwidth__share a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tmpl-fullwidth .itemfullwidth__morebtn {
  font-size: 14px;
  padding: 0 1px 0;
  letter-spacing: 0;
  color: #0a0a0a;
  text-transform: none;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.tmpl-fullwidth .itemfullwidth__morebtn:hover {
  border-bottom: 1px solid #0a0a0a;
}
/*----------------------FULLWIDTH-CATEGORY----------------------*/
/*----------------------ONE-COLUMN-FULL-CATEGORY----------------------*/
.tmpl-onecolumnfull .page-title span {
  font-size: 52px;
  line-height: 1.2em;
}
.tmpl-onecolumnfull .item {
  margin-bottom: 30px;
  display: flex;
  padding-top: 30px;
  position: relative;
}
.tmpl-onecolumnfull .item:after {
  content: '';
  display: block;
  width: 97%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tmpl-onecolumnfull .item:first-child {
  padding-top: 0;
}
.tmpl-onecolumnfull .item:first-child:after {
  display: none;
}
.tmpl-onecolumnfull .item > .col-md-8 {
  align-self: center;
}
.tmpl-onecolumnfull .item__image .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.tmpl-onecolumnfull .item__image .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
}
.tmpl-onecolumnfull .item__image .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.tmpl-onecolumnfull .item__details {
  padding-left: 30px;
  text-align: left;
}
.tmpl-onecolumnfull .item__details_date {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  color: #8c919b;
}
.tmpl-onecolumnfull .item__details_title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a0a0a;
  line-height: 1.25em;
  margin-bottom: 5px;
  margin-top: 10px;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.tmpl-onecolumnfull .item__details_title:hover {
  color: #8c919b;
}
.tmpl-onecolumnfull .item__details_excerpt {
  margin-top: 15px;
  color: #444;
  font-size: 16px;
}
.tmpl-onecolumnfull .item__details_bottom {
  display: block;
  width: 100%;
}
.tmpl-onecolumnfull .item__details_share {
  margin-top: 5px;
  margin-bottom: 0;
  display: inline-block;
}
.tmpl-onecolumnfull .item__details_share a {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 12px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.tmpl-onecolumnfull .item__details_share a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tmpl-onecolumnfull .item__details_share:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 30px 0 15px;
  position: relative;
  top: 1px;
  background-color: #000;
}
.tmpl-onecolumnfull .item__details_morebtn {
  font-size: 14px;
  padding: 0 1px 3px;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 18px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #0a0a0a;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.tmpl-onecolumnfull .item__details_morebtn:hover {
  border-bottom: 1px solid #0a0a0a;
}
/*----------------------ONE-COLUMN-FULL-CATEGORY----------------------*/
/*----------------------SEARCH-PAGE----------------------*/
.page-template-template-search .template-search {
  margin-top: 60px;
}
.page-template-template-search .template-search .result-text .pre-search {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #444444;
  margin: 0 !important;
}
.page-template-template-search .template-search .result-text .page-title {
  font-size: 52px;
  line-height: 1.2em;
}
.page-template-template-search .template-search .result-text .page-title span {
  letter-spacing: initial;
}
.page-template-template-search .template-search .content .item {
  text-align: left;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-template-template-search .template-search .content .item:before {
  content: '';
  width: 96%;
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-template-template-search .template-search .content .item:first-child {
  padding-top: 0;
}
.page-template-template-search .template-search .content .item:last-child:before {
  display: none;
}
.page-template-template-search .template-search .content .item .inf-block .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.page-template-template-search .template-search .content .item .inf-block .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
}
.page-template-template-search .template-search .content .item .inf-block .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.page-template-template-search .template-search .content .item .details-block {
  align-self: center;
  padding-left: 45px;
}
.page-template-template-search .template-search .content .item .details-block .details .title {
  color: #0a0a0a;
  text-decoration: none;
  visibility: visible;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
  display: block;
  word-break: break-word;
  font-size: 24px;
  line-height: 1.2em;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.page-template-template-search .template-search .content .item .details-block .details .title:hover {
  color: #8c919b;
}
.page-template-template-search .template-search .content .item .details-block .details .excerpt {
  color: #444444;
  font-size: 16px;
  margin: 15px 0 0;
  display: block;
}
.page-template-template-search .template-search .content .item .details-block .details .more-btn {
  font-size: 14px;
  padding: 0 1px 3px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  line-height: 100%;
  display: inline-block;
  color: #0a0a0a;
  border-bottom: 1px solid transparent;
  margin-top: 18px;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.page-template-template-search .template-search .content .item .details-block .details .more-btn:hover {
  border-bottom: 1px solid #0a0a0a;
}
/*----------------------SEARCH-PAGE----------------------*/
/*----------------------TRAVEL-PAGE----------------------*/
.template-travel {
  margin-bottom: 60px;
}
.template-travel .item {
  text-align: center;
  margin-bottom: 30px;
}
.template-travel .item .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.template-travel .item .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
}
.template-travel .item .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.template-travel .item a.title {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #0a0a0a;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.template-travel .item a.title:hover {
  color: #8c919b;
}
.template-travel .middle .item a.title {
  font-size: 1.8em;
  font-size: 43px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.template-travel .middle .item .excerpt {
  padding: 0 30px;
  line-height: 28px;
  font-size: 18px;
  color: #444;
}
.template-travel a.view-btn {
  font-size: 14px;
  padding: 16px 20px;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  display: block;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.template-travel a.view-btn:hover {
  box-shadow: 1px 1px #000, 2px 2px #000, 2px 2px #000;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
/*----------------------TRAVEL-PAGE----------------------*/
/*----------------------REVIEWS-AND-TIPS-PAGE----------------------*/
.page-template-template-reviews .template-reviews .title-with-line,
.page-template-template-tips .template-reviews .title-with-line,
.page-template-template-reviews .template-tip .title-with-line,
.page-template-template-tips .template-tip .title-with-line {
  font-size: 52px;
  line-height: initial;
}
.page-template-template-reviews .template-reviews .content .posts,
.page-template-template-tips .template-reviews .content .posts,
.page-template-template-reviews .template-tip .content .posts,
.page-template-template-tips .template-tip .content .posts {
  margin-bottom: 50px;
}
.page-template-template-reviews .template-reviews .content .posts .item,
.page-template-template-tips .template-reviews .content .posts .item,
.page-template-template-reviews .template-tip .content .posts .item,
.page-template-template-tips .template-tip .content .posts .item {
  text-align: center;
  margin-bottom: 30px;
}
.page-template-template-reviews .template-reviews .content .posts .item .entry-image-inner,
.page-template-template-tips .template-reviews .content .posts .item .entry-image-inner,
.page-template-template-reviews .template-tip .content .posts .item .entry-image-inner,
.page-template-template-tips .template-tip .content .posts .item .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.page-template-template-reviews .template-reviews .content .posts .item .entry-image-inner > a img,
.page-template-template-tips .template-reviews .content .posts .item .entry-image-inner > a img,
.page-template-template-reviews .template-tip .content .posts .item .entry-image-inner > a img,
.page-template-template-tips .template-tip .content .posts .item .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
}
.page-template-template-reviews .template-reviews .content .posts .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-reviews .content .posts .item .entry-image-inner:hover > a img,
.page-template-template-reviews .template-tip .content .posts .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-tip .content .posts .item .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.page-template-template-reviews .template-reviews .content .posts .item a.title,
.page-template-template-tips .template-reviews .content .posts .item a.title,
.page-template-template-reviews .template-tip .content .posts .item a.title,
.page-template-template-tips .template-tip .content .posts .item a.title {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #0a0a0a;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.page-template-template-reviews .template-reviews .content .posts .item a.title:hover,
.page-template-template-tips .template-reviews .content .posts .item a.title:hover,
.page-template-template-reviews .template-tip .content .posts .item a.title:hover,
.page-template-template-tips .template-tip .content .posts .item a.title:hover {
  color: #8c919b;
}
.page-template-template-reviews .template-reviews .content .posts .middle .item a.title,
.page-template-template-tips .template-reviews .content .posts .middle .item a.title,
.page-template-template-reviews .template-tip .content .posts .middle .item a.title,
.page-template-template-tips .template-tip .content .posts .middle .item a.title {
  font-size: 1.8em;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.page-template-template-reviews .template-reviews .content .posts .middle .item .excerpt,
.page-template-template-tips .template-reviews .content .posts .middle .item .excerpt,
.page-template-template-reviews .template-tip .content .posts .middle .item .excerpt,
.page-template-template-tips .template-tip .content .posts .middle .item .excerpt {
  padding: 0 30px;
  line-height: 22px;
  font-size: 18px;
  color: #8c919b;
}
.page-template-template-reviews .template-reviews .content .posts a.view-btn,
.page-template-template-tips .template-reviews .content .posts a.view-btn,
.page-template-template-reviews .template-tip .content .posts a.view-btn,
.page-template-template-tips .template-tip .content .posts a.view-btn {
  font-size: 14px;
  padding: 16px 20px;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-backface-visibility: hidden;
  display: block;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-template-reviews .template-reviews .content .posts a.view-btn:hover,
.page-template-template-tips .template-reviews .content .posts a.view-btn:hover,
.page-template-template-reviews .template-tip .content .posts a.view-btn:hover,
.page-template-template-tips .template-tip .content .posts a.view-btn:hover {
  box-shadow: 1px 1px #000, 2px 2px #000, 2px 2px #000;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.page-template-template-reviews .template-reviews .content .reviews-lines .reviews-row,
.page-template-template-tips .template-reviews .content .reviews-lines .reviews-row,
.page-template-template-reviews .template-tip .content .reviews-lines .reviews-row,
.page-template-template-tips .template-tip .content .reviews-lines .reviews-row,
.page-template-template-reviews .template-reviews .content .tips-lines .reviews-row,
.page-template-template-tips .template-reviews .content .tips-lines .reviews-row,
.page-template-template-reviews .template-tip .content .tips-lines .reviews-row,
.page-template-template-tips .template-tip .content .tips-lines .reviews-row,
.page-template-template-reviews .template-reviews .content .reviews-lines .tips-row,
.page-template-template-tips .template-reviews .content .reviews-lines .tips-row,
.page-template-template-reviews .template-tip .content .reviews-lines .tips-row,
.page-template-template-tips .template-tip .content .reviews-lines .tips-row,
.page-template-template-reviews .template-reviews .content .tips-lines .tips-row,
.page-template-template-tips .template-reviews .content .tips-lines .tips-row,
.page-template-template-reviews .template-tip .content .tips-lines .tips-row,
.page-template-template-tips .template-tip .content .tips-lines .tips-row {
  margin-bottom: 70px;
}
.page-template-template-reviews .template-reviews .content .reviews-lines .reviews-row .title,
.page-template-template-tips .template-reviews .content .reviews-lines .reviews-row .title,
.page-template-template-reviews .template-tip .content .reviews-lines .reviews-row .title,
.page-template-template-tips .template-tip .content .reviews-lines .reviews-row .title,
.page-template-template-reviews .template-reviews .content .tips-lines .reviews-row .title,
.page-template-template-tips .template-reviews .content .tips-lines .reviews-row .title,
.page-template-template-reviews .template-tip .content .tips-lines .reviews-row .title,
.page-template-template-tips .template-tip .content .tips-lines .reviews-row .title,
.page-template-template-reviews .template-reviews .content .reviews-lines .tips-row .title,
.page-template-template-tips .template-reviews .content .reviews-lines .tips-row .title,
.page-template-template-reviews .template-tip .content .reviews-lines .tips-row .title,
.page-template-template-tips .template-tip .content .reviews-lines .tips-row .title,
.page-template-template-reviews .template-reviews .content .tips-lines .tips-row .title,
.page-template-template-tips .template-reviews .content .tips-lines .tips-row .title,
.page-template-template-reviews .template-tip .content .tips-lines .tips-row .title,
.page-template-template-tips .template-tip .content .tips-lines .tips-row .title {
  font-size: 24px;
  margin: 10px 0;
}
.page-template-template-reviews .template-reviews .content .reviews-lines .reviews-row .item,
.page-template-template-tips .template-reviews .content .reviews-lines .reviews-row .item,
.page-template-template-reviews .template-tip .content .reviews-lines .reviews-row .item,
.page-template-template-tips .template-tip .content .reviews-lines .reviews-row .item,
.page-template-template-reviews .template-reviews .content .tips-lines .reviews-row .item,
.page-template-template-tips .template-reviews .content .tips-lines .reviews-row .item,
.page-template-template-reviews .template-tip .content .tips-lines .reviews-row .item,
.page-template-template-tips .template-tip .content .tips-lines .reviews-row .item,
.page-template-template-reviews .template-reviews .content .reviews-lines .tips-row .item,
.page-template-template-tips .template-reviews .content .reviews-lines .tips-row .item,
.page-template-template-reviews .template-tip .content .reviews-lines .tips-row .item,
.page-template-template-tips .template-tip .content .reviews-lines .tips-row .item,
.page-template-template-reviews .template-reviews .content .tips-lines .tips-row .item,
.page-template-template-tips .template-reviews .content .tips-lines .tips-row .item,
.page-template-template-reviews .template-tip .content .tips-lines .tips-row .item,
.page-template-template-tips .template-tip .content .tips-lines .tips-row .item {
  text-align: center;
}
.page-template-template-reviews .template-reviews .content .reviews-lines .reviews-row .item .entry-image-inner,
.page-template-template-tips .template-reviews .content .reviews-lines .reviews-row .item .entry-image-inner,
.page-template-template-reviews .template-tip .content .reviews-lines .reviews-row .item .entry-image-inner,
.page-template-template-tips .template-tip .content .reviews-lines .reviews-row .item .entry-image-inner,
.page-template-template-reviews .template-reviews .content .tips-lines .reviews-row .item .entry-image-inner,
.page-template-template-tips .template-reviews .content .tips-lines .reviews-row .item .entry-image-inner,
.page-template-template-reviews .template-tip .content .tips-lines .reviews-row .item .entry-image-inner,
.page-template-template-tips .template-tip .content .tips-lines .reviews-row .item .entry-image-inner,
.page-template-template-reviews .template-reviews .content .reviews-lines .tips-row .item .entry-image-inner,
.page-template-template-tips .template-reviews .content .reviews-lines .tips-row .item .entry-image-inner,
.page-template-template-reviews .template-tip .content .reviews-lines .tips-row .item .entry-image-inner,
.page-template-template-tips .template-tip .content .reviews-lines .tips-row .item .entry-image-inner,
.page-template-template-reviews .template-reviews .content .tips-lines .tips-row .item .entry-image-inner,
.page-template-template-tips .template-reviews .content .tips-lines .tips-row .item .entry-image-inner,
.page-template-template-reviews .template-tip .content .tips-lines .tips-row .item .entry-image-inner,
.page-template-template-tips .template-tip .content .tips-lines .tips-row .item .entry-image-inner {
  overflow: hidden;
  position: relative;
}
.page-template-template-reviews .template-reviews .content .reviews-lines .reviews-row .item .entry-image-inner > a img,
.page-template-template-tips .template-reviews .content .reviews-lines .reviews-row .item .entry-image-inner > a img,
.page-template-template-reviews .template-tip .content .reviews-lines .reviews-row .item .entry-image-inner > a img,
.page-template-template-tips .template-tip .content .reviews-lines .reviews-row .item .entry-image-inner > a img,
.page-template-template-reviews .template-reviews .content .tips-lines .reviews-row .item .entry-image-inner > a img,
.page-template-template-tips .template-reviews .content .tips-lines .reviews-row .item .entry-image-inner > a img,
.page-template-template-reviews .template-tip .content .tips-lines .reviews-row .item .entry-image-inner > a img,
.page-template-template-tips .template-tip .content .tips-lines .reviews-row .item .entry-image-inner > a img,
.page-template-template-reviews .template-reviews .content .reviews-lines .tips-row .item .entry-image-inner > a img,
.page-template-template-tips .template-reviews .content .reviews-lines .tips-row .item .entry-image-inner > a img,
.page-template-template-reviews .template-tip .content .reviews-lines .tips-row .item .entry-image-inner > a img,
.page-template-template-tips .template-tip .content .reviews-lines .tips-row .item .entry-image-inner > a img,
.page-template-template-reviews .template-reviews .content .tips-lines .tips-row .item .entry-image-inner > a img,
.page-template-template-tips .template-reviews .content .tips-lines .tips-row .item .entry-image-inner > a img,
.page-template-template-reviews .template-tip .content .tips-lines .tips-row .item .entry-image-inner > a img,
.page-template-template-tips .template-tip .content .tips-lines .tips-row .item .entry-image-inner > a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s all linear;
  -moz-transition: .4s all linear;
  -ms-transition: .4s all linear;
  -o-transition: .4s all linear;
  transition: .4s all linear;
  -webkit-backface-visibility: hidden;
}
.page-template-template-reviews .template-reviews .content .reviews-lines .reviews-row .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-reviews .content .reviews-lines .reviews-row .item .entry-image-inner:hover > a img,
.page-template-template-reviews .template-tip .content .reviews-lines .reviews-row .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-tip .content .reviews-lines .reviews-row .item .entry-image-inner:hover > a img,
.page-template-template-reviews .template-reviews .content .tips-lines .reviews-row .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-reviews .content .tips-lines .reviews-row .item .entry-image-inner:hover > a img,
.page-template-template-reviews .template-tip .content .tips-lines .reviews-row .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-tip .content .tips-lines .reviews-row .item .entry-image-inner:hover > a img,
.page-template-template-reviews .template-reviews .content .reviews-lines .tips-row .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-reviews .content .reviews-lines .tips-row .item .entry-image-inner:hover > a img,
.page-template-template-reviews .template-tip .content .reviews-lines .tips-row .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-tip .content .reviews-lines .tips-row .item .entry-image-inner:hover > a img,
.page-template-template-reviews .template-reviews .content .tips-lines .tips-row .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-reviews .content .tips-lines .tips-row .item .entry-image-inner:hover > a img,
.page-template-template-reviews .template-tip .content .tips-lines .tips-row .item .entry-image-inner:hover > a img,
.page-template-template-tips .template-tip .content .tips-lines .tips-row .item .entry-image-inner:hover > a img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.page-template-template-reviews .template-reviews .content .reviews-lines .reviews-row .item > a,
.page-template-template-tips .template-reviews .content .reviews-lines .reviews-row .item > a,
.page-template-template-reviews .template-tip .content .reviews-lines .reviews-row .item > a,
.page-template-template-tips .template-tip .content .reviews-lines .reviews-row .item > a,
.page-template-template-reviews .template-reviews .content .tips-lines .reviews-row .item > a,
.page-template-template-tips .template-reviews .content .tips-lines .reviews-row .item > a,
.page-template-template-reviews .template-tip .content .tips-lines .reviews-row .item > a,
.page-template-template-tips .template-tip .content .tips-lines .reviews-row .item > a,
.page-template-template-reviews .template-reviews .content .reviews-lines .tips-row .item > a,
.page-template-template-tips .template-reviews .content .reviews-lines .tips-row .item > a,
.page-template-template-reviews .template-tip .content .reviews-lines .tips-row .item > a,
.page-template-template-tips .template-tip .content .reviews-lines .tips-row .item > a,
.page-template-template-reviews .template-reviews .content .tips-lines .tips-row .item > a,
.page-template-template-tips .template-reviews .content .tips-lines .tips-row .item > a,
.page-template-template-reviews .template-tip .content .tips-lines .tips-row .item > a,
.page-template-template-tips .template-tip .content .tips-lines .tips-row .item > a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a0a0a;
  margin-top: 10px;
  display: block;
  word-wrap: break-word;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.page-template-template-reviews .template-reviews .content .reviews-lines .reviews-row .item > a:hover,
.page-template-template-tips .template-reviews .content .reviews-lines .reviews-row .item > a:hover,
.page-template-template-reviews .template-tip .content .reviews-lines .reviews-row .item > a:hover,
.page-template-template-tips .template-tip .content .reviews-lines .reviews-row .item > a:hover,
.page-template-template-reviews .template-reviews .content .tips-lines .reviews-row .item > a:hover,
.page-template-template-tips .template-reviews .content .tips-lines .reviews-row .item > a:hover,
.page-template-template-reviews .template-tip .content .tips-lines .reviews-row .item > a:hover,
.page-template-template-tips .template-tip .content .tips-lines .reviews-row .item > a:hover,
.page-template-template-reviews .template-reviews .content .reviews-lines .tips-row .item > a:hover,
.page-template-template-tips .template-reviews .content .reviews-lines .tips-row .item > a:hover,
.page-template-template-reviews .template-tip .content .reviews-lines .tips-row .item > a:hover,
.page-template-template-tips .template-tip .content .reviews-lines .tips-row .item > a:hover,
.page-template-template-reviews .template-reviews .content .tips-lines .tips-row .item > a:hover,
.page-template-template-tips .template-reviews .content .tips-lines .tips-row .item > a:hover,
.page-template-template-reviews .template-tip .content .tips-lines .tips-row .item > a:hover,
.page-template-template-tips .template-tip .content .tips-lines .tips-row .item > a:hover {
  color: #8c919b;
}
.single-review .template-reviews .pre-title,
.single-tip-and-plans .template-reviews .pre-title,
.single-review .template-tips-and-plans .pre-title,
.single-tip-and-plans .template-tips-and-plans .pre-title {
  text-align: center;
}
.single-review .template-reviews .pre-title .tags,
.single-tip-and-plans .template-reviews .pre-title .tags,
.single-review .template-tips-and-plans .pre-title .tags,
.single-tip-and-plans .template-tips-and-plans .pre-title .tags {
  display: inline-block;
  color: #8c919b;
  font-size: 16px;
}
.single-review .template-reviews .pre-title .tags a,
.single-tip-and-plans .template-reviews .pre-title .tags a,
.single-review .template-tips-and-plans .pre-title .tags a,
.single-tip-and-plans .template-tips-and-plans .pre-title .tags a {
  color: #8c919b;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.single-review .template-reviews .pre-title .tags a:hover,
.single-tip-and-plans .template-reviews .pre-title .tags a:hover,
.single-review .template-tips-and-plans .pre-title .tags a:hover,
.single-tip-and-plans .template-tips-and-plans .pre-title .tags a:hover {
  border-bottom: 1px solid #8c919b;
}
.single-review .template-reviews .pre-title .date,
.single-tip-and-plans .template-reviews .pre-title .date,
.single-review .template-tips-and-plans .pre-title .date,
.single-tip-and-plans .template-tips-and-plans .pre-title .date {
  display: inline-block;
  color: #8c919b;
}
.single-review .template-reviews .pre-title .date:before,
.single-tip-and-plans .template-reviews .pre-title .date:before,
.single-review .template-tips-and-plans .pre-title .date:before,
.single-tip-and-plans .template-tips-and-plans .pre-title .date:before {
  content: "/";
  padding: 0 8px;
  font-size: 14px;
  font-family: sans-serif;
}
.single-review .template-reviews .content .main-img img,
.single-tip-and-plans .template-reviews .content .main-img img,
.single-review .template-tips-and-plans .content .main-img img,
.single-tip-and-plans .template-tips-and-plans .content .main-img img {
  min-width: 100%;
}
.single-review .template-reviews .content .page-content,
.single-tip-and-plans .template-reviews .content .page-content,
.single-review .template-tips-and-plans .content .page-content,
.single-tip-and-plans .template-tips-and-plans .content .page-content {
  margin: 50px 0;
}
.single-review .template-reviews .content .sslider,
.single-tip-and-plans .template-reviews .content .sslider,
.single-review .template-tips-and-plans .content .sslider,
.single-tip-and-plans .template-tips-and-plans .content .sslider {
  margin-bottom: 50px;
}
.single-review .template-reviews .content .sslider .bx-wrapper,
.single-tip-and-plans .template-reviews .content .sslider .bx-wrapper,
.single-review .template-tips-and-plans .content .sslider .bx-wrapper,
.single-tip-and-plans .template-tips-and-plans .content .sslider .bx-wrapper {
  margin-bottom: 3px;
}
/*.single-review .template-reviews .content .sslider .item, */
.single-tip-and-plans .template-reviews .content .sslider .item,
.single-review .template-tips-and-plans .content .sslider .item,
.single-tip-and-plans .template-tips-and-plans .content .sslider .item {
  position: relative;
  height: 450px;
}
.single-review .template-reviews .content .sslider .item .image img,
.single-tip-and-plans .template-reviews .content .sslider .item .image img,
.single-review .template-tips-and-plans .content .sslider .item .image img,
.single-tip-and-plans .template-tips-and-plans .content .sslider .item .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.single-review .template-reviews .content .sslider .item .slider-content,
.single-tip-and-plans .template-reviews .content .sslider .item .slider-content,
.single-review .template-tips-and-plans .content .sslider .item .slider-content,
.single-tip-and-plans .template-tips-and-plans .content .sslider .item .slider-content {
  padding: 30px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(30, 30, 30, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
}
.single-review .template-reviews .content .sslider .item .slider-content .slider-title,
.single-tip-and-plans .template-reviews .content .sslider .item .slider-content .slider-title,
.single-review .template-tips-and-plans .content .sslider .item .slider-content .slider-title,
.single-tip-and-plans .template-tips-and-plans .content .sslider .item .slider-content .slider-title {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 1px;
  color: #ffffff;
}
.single-review .template-reviews .content .sslider .item .slider-content .slider-text,
.single-tip-and-plans .template-reviews .content .sslider .item .slider-content .slider-text,
.single-review .template-tips-and-plans .content .sslider .item .slider-content .slider-text,
.single-tip-and-plans .template-tips-and-plans .content .sslider .item .slider-content .slider-text {
  margin-top: .3em;
  font-size: 14px;
  line-height: 1.5em;
  color: #ffffff;
}
.single-review .template-reviews .content .sslider .bx-prev,
.single-tip-and-plans .template-reviews .content .sslider .bx-prev,
.single-review .template-tips-and-plans .content .sslider .bx-prev,
.single-tip-and-plans .template-tips-and-plans .content .sslider .bx-prev {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  outline: none;
  color: #fff !important;
  line-height: 50px;
  margin-top: -30px;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.single-review .template-reviews .content .sslider .bx-prev:before,
.single-tip-and-plans .template-reviews .content .sslider .bx-prev:before,
.single-review .template-tips-and-plans .content .sslider .bx-prev:before,
.single-tip-and-plans .template-tips-and-plans .content .sslider .bx-prev:before {
  content: '\f053';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
.single-review .template-reviews .content .sslider .bx-prev:hover,
.single-tip-and-plans .template-reviews .content .sslider .bx-prev:hover,
.single-review .template-tips-and-plans .content .sslider .bx-prev:hover,
.single-tip-and-plans .template-tips-and-plans .content .sslider .bx-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.single-review .template-reviews .content .sslider .bx-next,
.single-tip-and-plans .template-reviews .content .sslider .bx-next,
.single-review .template-tips-and-plans .content .sslider .bx-next,
.single-tip-and-plans .template-tips-and-plans .content .sslider .bx-next {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0;
  outline: none;
  color: #fff !important;
  line-height: 50px;
  margin-top: -30px;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.single-review .template-reviews .content .sslider .bx-next:before,
.single-tip-and-plans .template-reviews .content .sslider .bx-next:before,
.single-review .template-tips-and-plans .content .sslider .bx-next:before,
.single-tip-and-plans .template-tips-and-plans .content .sslider .bx-next:before {
  content: '\f054';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
.single-review .template-reviews .content .sslider .bx-next:hover,
.single-tip-and-plans .template-reviews .content .sslider .bx-next:hover,
.single-review .template-tips-and-plans .content .sslider .bx-next:hover,
.single-tip-and-plans .template-tips-and-plans .content .sslider .bx-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.single-review .template-reviews .content .sslider .post-pager,
.single-tip-and-plans .template-reviews .content .sslider .post-pager,
.single-review .template-tips-and-plans .content .sslider .post-pager,
.single-tip-and-plans .template-tips-and-plans .content .sslider .post-pager {
  text-align: center;
}
.single-review .template-reviews .content .sslider .post-pager a,
.single-tip-and-plans .template-reviews .content .sslider .post-pager a,
.single-review .template-tips-and-plans .content .sslider .post-pager a,
.single-tip-and-plans .template-tips-and-plans .content .sslider .post-pager a {
  display: inline-block;
  position: relative;
  opacity: .5;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.single-review .template-reviews .content .sslider .post-pager a.active,
.single-tip-and-plans .template-reviews .content .sslider .post-pager a.active,
.single-review .template-tips-and-plans .content .sslider .post-pager a.active,
.single-tip-and-plans .template-tips-and-plans .content .sslider .post-pager a.active {
  opacity: 1;
}
.single-review .template-reviews .content .sslider .post-pager a:hover,
.single-tip-and-plans .template-reviews .content .sslider .post-pager a:hover,
.single-review .template-tips-and-plans .content .sslider .post-pager a:hover,
.single-tip-and-plans .template-tips-and-plans .content .sslider .post-pager a:hover {
  opacity: 1;
}
.single-review .template-reviews .content .sslider .post-pager #post-pager{
    display: flex;
    flex-wrap: wrap;
}

/*----------------------REVIEWS-AND-TIPS-PAGE----------------------*/
/*----------------------NESLETTER-PAGE----------------------*/
.page-template-template-newsletter .template-newsletter .newsletter-wrapper {
  border: 5px solid #f4f4f4;
  background: transparent;
  width: 100%;
  margin: auto;
  padding: 60px;
  margin-bottom: 50px;
}
.page-template-template-newsletter .template-newsletter .newsletter-wrapper .page-content h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #0a0a0a;
}
.page-template-template-newsletter .template-newsletter .newsletter-wrapper .page-content p {
  text-align: center;
  background: transparent;
  color: #8c919b;
  padding: 0;
}
.page-template-template-newsletter .template-newsletter .newsletter-wrapper .mailpoet_form form {
  text-align: center;
}
.page-template-template-newsletter .template-newsletter .newsletter-wrapper .mailpoet_form form p {
  width: 40%;
  display: inline-block;
}
.page-template-template-newsletter .template-newsletter .newsletter-wrapper .mailpoet_form form input.mailpoet_text {
  border: 1px solid #8c919b;
  width: 100% !important;
  color: #0a0a0a;
  font-size: 12px;
  padding: 0 15px;
  position: relative;
  height: 30px;
  line-height: inherit;
  margin-bottom: 10px;
}
.page-template-template-newsletter .template-newsletter .newsletter-wrapper .mailpoet_form form input.mailpoet_submit {
  border: 1px solid #0a0a0a;
  color: #ffffff;
  padding: 8px 15px;
  background: #0a0a0a;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: none;
  width: 100% !important;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.page-template-template-newsletter .template-newsletter .newsletter-wrapper .mailpoet_form form input.mailpoet_submit:hover {
  background: transparent;
  color: #0a0a0a;
}
/*----------------------NEWSLETTER-PAGE----------------------*/
/*----------------------CONTACTS-PAGE----------------------*/
.page-template-template-contacts .template-contacts {
  margin-bottom: 50px;
}
.page-template-template-contacts .template-contacts .details-block .text {
  font-size: 52px;
  line-height: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-template-contacts .template-contacts .details-block .text:after {
  content: '';
  height: 2px;
  width: 115px;
  display: block;
  background: #0a0a0a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-template-contacts .template-contacts .form .conact-form form p span {
  position: relative;
  display: block;
}
.page-template-template-contacts .template-contacts .form .conact-form form p span .wpcf7-not-valid-tip {
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 14px;
  margin-top: -14px;
}
.page-template-template-contacts .template-contacts .form .conact-form form p span input,
.page-template-template-contacts .template-contacts .form .conact-form form p span textarea {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #8c919b;
  background: transparent;
  color: #0a0a0a;
  padding: 5px;
  height: 35px;
}
.page-template-template-contacts .template-contacts .form .conact-form form p span textarea {
  min-height: 130px;
  max-height: 220px;
  min-width: 100%;
  max-width: 100%;
}
.page-template-template-contacts .template-contacts .form .conact-form form p .wpcf7-submit {
  float: right;
  border: 1px solid #0a0a0a;
  color: #ffffff;
  padding: 8px 15px;
  background: #0a0a0a;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: none;
  width: 145px !important;
  -webkit-transition: .3s all linear;
  -moz-transition: .3s all linear;
  -ms-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}
.page-template-template-contacts .template-contacts .form .conact-form form p .wpcf7-submit:hover {
  background: transparent;
  color: #0a0a0a;
}
/*----------------------CONTACTS-PAGE----------------------*/
/*----------------------MEDIA----------------------*/
@media only screen and (min-width: 2000px){
    .home-page-slider{
        height: 100vh;
        width:100%;
        position: relative;
    }
    .owl-carousel-top .mslider__item{
        height: 100vh;
    }
}
@media only screen and (max-width: 1500px){
    .page-from-banner{
      height: 500px;
  }
}
@media only screen and (max-width: 1349px) {
  .logo a img {
    max-width: 100% !important;
    width: auto !important;
  }
  .instagram-block .instagram-logo img {
    max-width: 100% !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 1200px) {
    .single-review .template-reviews .content .sslider .post-pager a{
        width: 19%;
        margin-right: 1%;
    }
    .single-review .template-reviews .content .sslider .post-pager a img{
        width: 100%;
        height: auto;
    }

}
@media only screen and (min-width: 1200px) {
  .site-footer .sign-form span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 991px) {
  .site-footer .sign-form span {
    font-size: 12px;
  }

}
@media only screen and (max-width: 991px) {
  .page-template-template-contacts .template-contacts .details-block {
    margin-top: 40px;
  }
  .page-from-banner{
      min-height: 350px;
  }
  .page-from-banner-text {
    font-size: 32px;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .instagram-grid .post-item {
    width: 50% !important;
    /*height: 500px !important;*/
    float: left;
    left: 0;
    top: 0;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  /*.instagram-grid .post-item {
    width: 100% !important;
    float: none;
    height: 400px !important;
  }*/
  .order-service-form form span.first-name, .order-service-form form span.last-name, .order-service-form form span.your-email, .order-service-form form span.tel-773, .order-service-form form span.departure-city, .order-service-form form span.destination-city, .order-service-form form span.departure-date, .order-service-form form span.text-140, .order-service-form form span.return-date{
      flex-basis:100%;
  }

}
@media only screen and (max-width: 750px) {
  body {
    -webkit-text-size-adjust: none;
  }
  body.mobile-open {
    overflow: hidden;
  }
  body.mobile-open .top-line .show-menu i:before {
    content: '\f00d' !important;
  }
  .col-md-8.content {
    clear: both;
  }
  .three-column-tmpl .page-title span,
  .tmpl-fullwidth .page-title span,
  .one-column-tmpl .page-title span,
  .page-template-template-reviews .page-title span {
    font-size: 32px;
  }
  .title-with-line span {
    font-size: 28px !important;
    line-height: 38px;
  }
  header .top-line:not(.mobile) {
    display: none;
  }
  header .head-menu {
    display: none;
  }
  .one-column-tmpl .item .details {
    width: 90%;
  }
  .tmpl-onecolumnfull .item {
    display: block;
  }
  .tmpl-onecolumnfull .item:after {
    display: block;
    content: "";
    clear: both;
  }
  .tmpl-fullwidth .itemfullwidth__details {
    width: 90%;
  }
  .tmpl-onecolumnfull .item__details {
    padding: 0;
  }
  .tmpl-onecolumnfull .page-title span,
  .tmpl-fullwidth .page-title span,
  .template-travel .middle .item a.title {
    font-size: 22px;
  }
  .page-template-template-reviews .template-reviews .content .posts .middle .item a.title,
  .page-template-template-tips .template-reviews .content .posts .middle .item a.title,
  .page-template-template-reviews .template-tip .content .posts .middle .item a.title,
  .page-template-template-tips .template-tip .content .posts .middle .item a.title {
    font-size: 16px;
  }
  .top-line.mobile {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }
  .top-line.mobile .show-menu {
    background: transparent;
    border: 0;
    padding-left: 25px;
    position: relative;
    z-index: 9999;
  }
  .top-line.mobile .show-menu i {
    font-size: 24px;
    vertical-align: middle;
    color: #0a0a0a;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }
  .top-line.mobile .show-menu:hover i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .top-line.mobile.search-form-open {
    margin-top: 50px;
  }
  .top-line.mobile.search-form-open .mobile-search-button i.fa-search {
    display: none;
  }
  .top-line.mobile.search-form-open .mobile-search-button i.fa-times {
    display: block !important;
    position: relative;
    top: 50%;
    margin-top: -12px;
    font-size: 20px;
  }
  .top-line.mobile .socials {
    display: inline-block;
    float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
  }
  .top-line.mobile .socials > li {
    position: relative;
  }
  .top-line.mobile .socials li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .top-line.mobile .socials li a i {
    color: #777777;
    vertical-align: top;
    font-size: 18px;
    position: relative;
    top: 4px;
  }
  .top-line.mobile .socials li ul {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    display: none;
    background-color: #f4f4f4;
  }
  .top-line.mobile .socials li ul li a i {
    vertical-align: top;
  }
  .top-line.mobile .search {
    float: right;
    width: 50px;
    position: static;
  }
  .top-line.mobile .search form {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
  }
  .top-line.mobile .search form input {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 98;
    color: #0a0a0a;
    background-color: #f4f4f4;
    padding-left: 15px;
    width: 100%;
    outline: none;
    left: initial;
  }
  .top-line.mobile .search form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 99;
    text-align: center;
    background-color: #f4f4f4;
    left: initial;
  }
  .top-line.mobile .search .mobile-search-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .top-line.mobile .search .mobile-search-button i.fa-times {
    display: block;
  }
  #mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.1);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 70%;
    z-index: 1;
  }
  #mobileMenu .menu-primary-menu-container {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li {
    text-transform: uppercase;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    display: table;
    width: 100%;
    letter-spacing: 0.05em;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li a {
    outline: 0;
    width: 100%;
    letter-spacing: .2em;
    text-decoration: none;
    display: table-cell;
    padding: 0 4%;
    height: 50px;
    vertical-align: middle;
    color: #0a0a0a;
    font-size: 12px;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li a span {
    line-height: 1.5;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #0a0a0a;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li a:hover span {
    color: #8c919b;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li .sub-menu-arrow {
    display: table-cell;
    padding: 0 4%;
    height: 50px;
    vertical-align: middle;
    width: 20%;
    font-size: 1em;
    text-align: center;
    border-left: 1px solid #dddddd;
    cursor: pointer;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li .sub-menu-arrow:after {
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 24px;
    text-align: center;
    color: #0a0a0a;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li .sub-menu {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    z-index: 1002;
    border-right: 1px solid #dddddd;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li .sub-menu .sub-menu-back {
    color: #0a0a0a;
    display: block;
    text-align: center;
    font-size: 2.2em;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li .sub-menu .sub-menu-back:after {
    content: '\f177';
    display: block;
    font-family: FontAwesome;
    font-size: 0.5em;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li .sub-menu .sub-links {
    margin: 0;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li .sub-menu-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children > a {
    width: 80%;
  }
  #mobileMenu .menu-primary-menu-container #menu-primary-menu li:not(.menu-item-has-children) .sub-menu-arrow {
    display: none;
  }
  .mobile-open #mobileMenu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1000;
  }
  .home .latest-news-wrapp .item .title {
    word-wrap: break-word;
  }
  .home .latest-news-wrapp .item .inf-block .entry-image-inner > a img {
    width: 100%;
  }
  .mobile-open .site-container,
  .mobile-open .top-line.mobile {
    -webkit-transform: translate3d(70%, 0, 0);
    transform: translate3d(70%, 0, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow-x: hidden;
  }
  .mobile-open .site-container:before,
  .mobile-open .top-line.mobile:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-container {
    -webkit-backface-visibility: hidden;
    position: relative;
    margin-top: 50px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
  }
  .site-container header > .container,
  .site-container .site-footer > .container {
    padding: 0;
  }
  .site-footer .socials {
    text-align: center;
  }
  .site-footer .sign-form p {
    margin: 0;
  }
  .site-footer .sign-form p span {
    font-size: 12px;
  }
  .site-footer .footer-items {
    padding: 30px !important;
  }
  .site-footer .footer-items .footer-nav .navmenu-nav li {
    display: block;
  }
  .site-footer .footer-items .footer-logos {
    padding: 50px 0;
  }
  .site-footer .footer-items .footer-logos a {
    padding: 0 !important;
  }
  .site-footer .footer-items .footer-logos a:after {
    display: none;
  }
  .site-footer .footer-items .navmenu-locations li {
    display: block;
    padding: 0;
  }
  .site-footer .footer-items .navmenu-locations li:after {
    display: none;
  }
  .one-column-tmpl .item .details .title,
  .tmpl-fullwidth .itemfullwidth__title {
    font-size: 24px;
  }
  .mslider__inside_category {
    display: none;
  }
  .mslider__inside_morebtn {
    display: block;
    width: 120px;
    margin: 0 auto;
    font-size: 12px;
    padding: 0px 0px;
  }
  .mslider__inside_block {
    z-index: 2;
    position: relative;
  }
  .mslider__inside_title {
    line-height: 1.5;
    font-size: 16px;
  }
  .mslider__item > a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .mslider .counter,
  .mslider .counter2 {
    display: none;
  }
  .mslider .owl-carousel .owl-nav {
    position: initial;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    margin-top: 0;
    border: 0 solid #ffffff;
  }
  .mslider .owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 25px;
    top: 50%;
    left: 8px;
    margin-top: -25px;
    line-height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .mslider .owl-carousel .owl-nav .owl-prev:before {
    line-height: 10px;
  }
  .mslider .owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 25px;
    top: 50%;
    left: initial;
    right: 8px;
    margin-top: -25px;
    line-height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .mslider .owl-carousel .owl-nav .owl-next:before {
    line-height: 10px;
  }
  .logo a .under-logo {
    font-size: 14px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .page-template-template-newsletter .template-newsletter .newsletter-wrapper {
    padding: 30px;
  }
  .page-template-template-newsletter .template-newsletter .newsletter-wrapper .mailpoet_form form p {
    width: 100%;
    display: block;
  }
  /*.single-review .template-reviews .content .sslider .item,*/
  .single-tip-and-plans .template-reviews .content .sslider .item,
  .single-review .template-tips-and-plans .content .sslider .item,
  .single-tip-and-plans .template-tips-and-plans .content .sslider .item {
    height: 241px !important;
  }
  .home .instagram-popup__image {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 20px;
    border-right: 1px solid #f2f2f2;
  }
  .home .remodal-wrapper {
    z-index: 999999;
    padding: 15px;
  }
  .home .remodal-overlay {
    z-index: 99999;
  }
}
@media only screen and (min-width: 751px) {
  #mobileMenu {
    display: none;
  }
  header .top-line .show-menu {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .title-with-line span {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .instagram-grid .post-item {
    width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 480px){
    .single-review .template-reviews .content .sslider .post-pager a{
        width: 24%;
        margin-right: 1%;
    }
}
.single-review .template-reviews .content .sslider .post-pager a:first-child{
    margin-bottom: 4px;
}

@media only screen and (max-width: 400px) {
  .single-review .template-reviews .content .sslider .post-pager a{
        width: 32%;
        margin-right: 1%;
    }
  header .logo {
    margin: 35px auto 15px;
  }
  .title-with-line {
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .title-with-line span {
    font-size: 14px;
    line-height: 14px;
  }
  .home .site-container > .popup {
    padding: 20px 6%;
  }
  .page-template-template-contacts .template-contacts .details-block .text {
    font-size: 36px;
  }
  /*.single-review .template-reviews .content .sslider .item,*/
  .single-tip-and-plans .template-reviews .content .sslider .item,
  .single-review .template-tips-and-plans .content .sslider .item,
  .single-tip-and-plans .template-tips-and-plans .content .sslider .item {
    height: 188px !important;
  }
  .site-footer .footer-items .footer-locations li,
  .site-footer .footer-items .footer-nav li {
    padding: 0 7px;
  }
  body,
  a,
  span,
  strong,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  div,
  li {
   word-break: break-word;
  }
}
/*----------------------MEDIA----------------------*/
.share a svg{
  -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}
.share a:hover svg{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}