.md-close:focus {
  outline: none !important;
}
.cl-effect-2 a {
  line-height: 30px;
}
.cl-effect-2 a span,
.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
  color: #292929;
  background: #fff;
  padding: 0 18px;
}
.csstransforms3d .cl-effect-2 a span::before {
  background: #fff;
}
.header9-nav-item nav a {
  margin: 0 18px;
}
.header9-nav-item nav {
  display: inline-block;
}
/* === modal Main === */
.md-overlay {
  background: transparent;
}
.md-modal {
  background: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}
.md-content {
  background: #fff;
}
.md-content > div {
  padding: 45px 0 100px 0;
  margin: 0 auto;
}
.md-content button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 80px;
  right: 230px;
}
.md-close span {
  color: #a5a5a5;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.md-close span:hover {
  color: #292929;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal9-img {
  position: fixed;
  left: 230px;
  top: 66px;
}
.modal-nav {
  margin-top: 350px;
}
.modal-nav #nav li a {
  color: #292929;
  font-size: 24px;
}
.modal-nav #nav li a:hover {
  color: #8f8f8f;
}
.modal-nav #nav li ul li a {
  color: #8f8f8f;
  font-size: 12px;
  text-align: left;
}
.modal-nav #nav li ul li a:hover {
  color: #fff;
}
.photo #nav {
  width: 100%;
}
#photo-pr #nav {
  width: 100%;
}
.modal-nav #nav li:hover ul {
  top: 24px;
}
.modal-nav #nav li.search-effect {
  padding: 0 40px 0 40px;
}
.search-effect a {
  position: relative;
}
.search-container {
  width: 0;
  display: block;
  height: 30px;
  background: transparent;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: absolute;
  top: -8px;
  right: 0;
}
.search-effect:hover .search-container {
  background: #fff;
  width: 200px;
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
input.colortext,
input.colortext:active,
input.colortext:focus {
  background: transparent;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  font-size: 10px;
  padding: 0 10px 0 10px;
  font-weight: 100;
  letter-spacing: 0.1em;
  font-family: "Montserrat-Light";
}
/* === Animate effect === */
.cl-effect-2 a span::before {
  position: absolute;
  text-align: center;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.cl-effect-2 a span::before {
  background: #fff;
}
.cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
  background: #fff;
}
.cl-effect-2 a span,
.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
  color: #292929;
  background: #fff;
  padding: 0 18px;
}
/* === footer9 === */
.footer9 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 80px 0 45px 0;
}
.footer9-logo {
  position: absolute;
  left: 200px;
  float: left;
}
.footer9-center {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Montserrat-Regular";
}
.footer9-info {
  font-size: 11px;
  line-height: 18px;
  color: #292929;
}
.copyright9 {
  font-size: 9px;
  line-height: 18px;
  color: #5e5e5e;
}
.footer9-menu {
  float: right;
  right: 8%;
  position: absolute;
}
.footer9-menu nav a {
  font-family: "Montserrat-Regular";
  color: #292929;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}
.scroll9 {
  position: absolute;
  float: right;
  right: 2%;
  color: #292929;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll9:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
