/*------------------------------------------------------------------
Project:    LOYAL masonry1
Version:    1.0
Build Date:    15/08/16
Author: TheTheme99

[Table of contents]

1. Mob menu sub
2. Menu
3. Header Navigation
4. Responsive

# [Color codes]

# White - #fff
# Black - #232323

[Typography]

Text: Montserrat, Raleway
-------------------------------------------------------------------*/
/* === All === */
::selection {
  background: #232323;
  /* Safari */ }

::-moz-selection {
  background: #232323;
  /* Firefox */ }

a,
a:hover,
a:focus {
  text-decoration: none; }

.masonry {
  /* === Mob menu sub ===*/
  /* === Menu === */
  /* === Header Navigation === */ }
  .masonry .sticky-wrapper {
    position: absolute;
    top: 0;
    width: 100%; }
  .masonry .masonry1-header {
    background: url(../img/masonry/bg.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 458px; }
  .masonry .grid {
    margin: 0; }
  .masonry .sidebar-nav li.has-sub {
    color: #fff; }
  .masonry .sidebar-nav li a {
    color: #fff; }
  .masonry .menu-all-port img {
    height: 46px; }
  .masonry .menu-all-port .nav1-bis {
    display: inline-block;
    margin: 0 0 0 15px; }
  .masonry .menu-all-port .artclose {
    position: relative;
    top: 12px; }
  .masonry .has-sub {
    color: #fff; }
  .masonry #full-menu li:hover {
    color: rgba(255, 255, 255, 0.5); }
  .masonry #full-menu li:hover ul li a {
    color: white !important; }
  .masonry #full-menu li:hover ul li a:hover {
    color: rgba(255, 255, 255, 0.5) !important; }
  .masonry #full-menu > li > a {
    color: #fff; }
  .masonry .has-sub {
    color: #fff; }
  .masonry #full-menu .sub-menu-2 a {
    color: #fff !important; }
  .masonry .mob-search {
    color: #fff; }
  .masonry .mob-search input {
    color: #fff; }
  .masonry .search-effect {
    margin-left: 25px; }
  .masonry .search-effect a {
    position: relative; }
  .masonry .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; }
  .masonry .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; }
  .masonry input.colortext,
  .masonry input.colortext:active,
  .masonry 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"; }
  .masonry #nav-main {
    width: 100%;
    z-index: 100;
    font-family: Raleway, sans-serif;
    opacity: 1;
    position: relative; }
  .masonry .mob-menu-3 .container {
    width: initial !important; }
  .masonry .sticky-menu {
    background: transparent !important;
    border: none !important; }
  .masonry #nav li a {
    font-family: "Montserrat-Regular";
    font-weight: 600; }
  .masonry #nav li a .micons {
    font-size: 15px;
    margin: 0 0 0 12px;
    position: relative;
    top: 2px; }
  .masonry .is-sticky #nav-main {
    height: 70px;
    z-index: 50;
    padding: 0 !important;
    z-index: 200; }
  .masonry .is-sticky .nav3 #logo-container {
    top: 20px; }
  .masonry .is-sticky #nav-main #mainbg {
    /* margin: 0 30px; */
    background: #232323;
    height: inherit;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .masonry #nav {
    top: 37px;
    width: 720px;
    margin: 0 auto;
    height: 50px;
    padding-left: 90px; }
  .masonry #page .is-sticky #nav {
    top: 26px; }
  .masonry #nav li {
    padding: 0 25px 15px 25px; }
  .masonry #nav li:first-child {
    padding: 0 25px 15px 25px; }
  .masonry #nav li ul li:last-child {
    padding: 15px 10px 0 10px; }
  .masonry #nav li ul li {
    border: 0;
    padding: 15px 10px 15px 10px; }
  .masonry #nav li ul li:first-child {
    padding: 0 10px 15px 10px; }
  .masonry #nav li a {
    -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; }
  .masonry #nav li span {
    -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; }
  .masonry #nav li:hover a {
    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; }
  .masonry #nav li:hover span {
    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; }
  .masonry .bis-header-right li {
    -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; }
  .masonry .bis-header-right li:hover {
    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; }
  .masonry .has-sub {
    display: block;
    text-decoration: none;
    color: #999999;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    cursor: pointer; }
  .masonry .navigation1 .footer-icons a {
    opacity: 0.7;
    color: #fff; }
  .masonry .navigation1 .footer-icons a:hover {
    opacity: 1;
    color: #fff; }
  .masonry .nav1-sep {
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #fff;
    margin: 0 35px;
    position: relative;
    top: 6px; }
  .masonry .nav1-bis {
    font-family: "Montserrat-Light";
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #fff;
    display: table-cell;
    vertical-align: middle; }
  .masonry .logo {
    display: table;
    height: 23px; }
  .masonry .logo img {
    margin-right: 20px; }
  .masonry .is-sticky .logo {
    top: 12px; }
  .masonry .is-sticky .bis-header-right {
    top: 15px; }
  .masonry .is-sticky #nav {
    top: 26px; }
  .masonry .is-sticky .footer-icons {
    top: 14px; }
  .masonry #nav-main {
    height: 100px; }
  .masonry .logo {
    top: 23px;
    left: 130px;
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; }
  .masonry .bis-header-right {
    position: absolute;
    top: 26px;
    right: 126px;
    margin: 15px 0 0 0; }
  .masonry .footer-icons a .fa {
    font-size: 18px; }
  .masonry .footer-icons a {
    margin: 0 10px;
    color: #fff;
    -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; }
  .masonry .footer-icons a:hover {
    color: #848987;
    -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; }
  .masonry .bis-header-right li {
    float: left;
    padding: 0 40px 15px 40px;
    position: relative;
    display: block; }
  .masonry .bis-header-right li {
    padding: 0 20px 15px 20px; }
  .masonry .bis-header-right li a {
    display: block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.075em;
    font-family: "Montserrat-Regular";
    text-decoration: none; }
  .masonry .bis-header-right li a {
    font-family: "Montserrat-Regular";
    -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; }
  .masonry html.photo-menu {
    overflow: visible !important; }
  .masonry #full-menu .sub a {
    font-family: "Montserrat-Regular";
    display: block;
    width: 100%;
    padding: 5px 40px;
    font-size: 12px;
    color: #232323 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 10ms;
    -moz-transition: all .5s ease 10ms;
    -o-transition: all .5s ease 10ms;
    transition: all .5s ease 10ms; }
  .masonry #full-menu .sub a {
    color: #fff !important; }

/* === Responsive === */
@media only screen and (min-width: 1500px) {
  .masonry1 #nav li {
    padding: 0 25px 15px 25px; }

  .masonry1 #nav {
    top: 52px;
    width: 830px; }

  .masonry1 .is-sticky #nav {
    top: 26px; } }
@media only screen and (max-width: 1200px) {
  .masonry .mob-search span {
    color: #fff; }
  .masonry .full-port {
    font-size: 12px; }
  .masonry .footer1-icons-1 a {
    margin: 0 6px; }
  .masonry .news-1 {
    margin-right: 15px; }
  .masonry .news-2 {
    margin-left: 15px; } }
@media only screen and (max-width: 1200px) {
  .masonry .footer9-menu {
    float: none;
    right: 0;
    position: relative;
    text-align: center; }
  .masonry .footer9 {
    padding: 30px 0 35px 0; }
  .masonry .footer9-menu nav a {
    margin: 15px 0 0 0; }
  .masonry .footer9-logo {
    position: relative;
    left: 0;
    float: none; }
    .masonry .footer9-logo img {
      display: block;
      margin: 0 auto; } }
@media only screen and (max-width: 992px) {
  .masonry .see {
    font-size: 14px;
    margin: 0; }
  .masonry .stat-block .awes {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .masonry .news-2 {
    margin-left: 90px;
    margin-bottom: 90px; }
  .masonry .see {
    margin: 0; }
  .masonry .footer5-respo {
    margin: 50px 0 0 0; } }
@media only screen and (max-width: 600px) {
  .masonry #portfolio {
    margin-top: 20px; }
  .masonry .filter a.active {
    padding-bottom: 0; }
  .masonry .filter a {
    margin-top: 15px; } }
@media only screen and (max-width: 500px) {
  .masonry .news-1 {
    margin-left: 15px; }
  .masonry .news-2 {
    margin-left: 15px; }
  .masonry .project-intro {
    bottom: 0;
    left: 0; }
  .masonry .see {
    font-size: 3vw;
    line-height: 4vw; }
  .masonry .filter a {
    font-size: 3vw;
    line-height: 5vw; }
  .masonry .clients1 h1 {
    font-size: 8vw;
    line-height: 12vw; }
  .masonry .gallery1 h1 {
    font-size: 8vw;
    line-height: 10vw; }
  .masonry .copyright1 {
    text-align: left; }
  .masonry .scroll1 {
    text-align: right; }
  .masonry .footer5-col-ico {
    width: 100%;
    text-align: center; }
  .masonry .footer1-icons-1 {
    padding-top: 15px; } }
/* === portfolio10 === */
.portfolio9-hover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 60;
  -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; }

.img:hover .portfolio9-hover {
  background: rgba(49, 48, 48, 0.84);
  -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; }

.img .portfolio9-hover .circle {
  width: 90px;
  height: 90px;
  border: 4px solid #969596;
  border-radius: 50%;
  margin: -45px auto 0 auto;
  top: 50%;
  position: relative;
  opacity: 0;
  -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; }

.img:hover .portfolio9-hover .circle {
  width: 90px;
  height: 90px;
  opacity: 1;
  border: 6px solid #969596;
  border-radius: 50%;
  margin: -45px auto 0 auto;
  top: 50%;
  position: relative;
  -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; }

.grid li {
  overflow: hidden; }

.grid li a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1); }

.grid li:hover a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.grid {
  max-width: 100%;
  list-style: none;
  margin: 30px auto -1px auto;
  padding: 0;
  overflow: hidden; }

.grid li {
  display: block;
  float: left;
  padding: 0;
  width: 33.333%;
  opacity: 0; }

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1; }

.grid li a,
.grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%; }

/* Effect 1: opacity */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards; }

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  100% {
    opacity: 1; } }
/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards; }

@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/* Effect 4: fall perspective */
.grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards; }

@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards; }

@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards; }

@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards; }

@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1; } }
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }
/* Effect 8:  */
.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards; }

@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@media screen and (max-width: 900px) {
  .grid li {
    width: 50%; } }
@media screen and (max-width: 400px) {
  .grid li {
    width: 100%; } }
.modal-nav {
  margin-top: 250px; }

/* === responsive === */
@media only screen and (max-width: 1200px) {
  html.photo-menu {
    overflow: hidden !important; }

  .photo .md-modal {
    overflow-x: hidden; }
  .photo .modal9-img {
    position: relative;
    left: 40px;
    top: 66px; }
  .photo .md-content button {
    position: relative;
    top: 50px;
    right: 40px;
    width: 100%;
    text-align: right; }
  .photo #nav {
    display: none; }
  .photo .modal-nav .wrapper9 {
    background: #fff;
    top: 50px;
    position: relative; }
  .photo .wrapper9 .sidebar-wrapper {
    left: 0;
    margin-left: 0;
    opacity: 1;
    position: relative;
    overflow: initial;
    width: 100%;
    background: #fff; }
  .photo .modal-nav {
    margin-top: 50px; }
  .photo .wrapper9 .sidebar-nav {
    position: relative; }
  .photo .wrapper9 .sidebar-nav li a {
    color: #232323; }
  .photo .wrapper9 .sidebar-nav li a:hover {
    color: #232323; }
  .photo .wrapper9 .has-sub {
    color: #232323;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    cursor: pointer; }
  .photo .wrapper9 .sidebar-nav {
    top: 0; }
  .photo .mob-search span {
    color: #292929; } }
@media only screen and (max-width: 1200px) {
  .photo .footer9-menu {
    float: none;
    right: 0;
    position: relative;
    text-align: center; }
  .photo .footer9 {
    padding: 30px 0 35px 0; }
  .photo .footer9-menu nav a {
    margin: 15px 0 0 0; }
  .photo .footer9-logo {
    position: relative;
    left: 0;
    float: none; }
  .photo .footer9-logo img {
    display: block;
    margin: 0 auto; } }
@media only screen and (max-width: 990px) {
  .photo .icons-mobile {
    margin-top: 50px; }
  .photo nav a {
    margin: 15px 0; }
  .photo .header9-logo {
    left: 15px; }
  .photo .header9-nav-item {
    right: 15px; }
  .photo .header9-nav-item nav a {
    margin: 0 0 0 18px; }
  .photo .flexslider .flex-direction-nav .flex-prev,
  .photo .flexslider:hover .flex-direction-nav .flex-prev {
    left: 50px;
    bottom: 50px; }
  .photo .flexslider .flex-direction-nav .flex-next,
  .photo .flexslider:hover .flex-direction-nav .flex-next {
    left: 90px;
    bottom: 50px; }
  .photo .logo9 {
    left: 15px; }
  .photo .footer9 {
    padding: 0px 0 35px 0; }
  .photo .footer9-logo {
    left: 0;
    position: relative;
    width: 100%; }
  .photo .footer9-logo img {
    display: block;
    margin: 0 auto 20px auto; }
  .photo .intro9 {
    padding: 120px 15px 110px 15px; } }
@media only screen and (max-width: 768px) {
  .photo .footer9-menu {
    float: none;
    right: 0;
    top: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center; }
  .photo .footer9 {
    padding: 80px 0 35px 0; }
  .photo .flexslider .flex-direction-nav .flex-prev,
  .photo .flexslider:hover .flex-direction-nav .flex-prev {
    left: 15px;
    bottom: 20px; }
  .photo .flexslider .flex-direction-nav .flex-next,
  .photo .flexslider:hover .flex-direction-nav .flex-next {
    left: 50px;
    bottom: 20px; }
  .photo .flexslider .slides img {
    min-height: 500px;
    max-height: 500px;
    width: initial; }
  .photo .flex-active-slide,
  .photo .flexslider .slides,
  .photo .flexslider,
  .photo .slider {
    overflow: hidden; } }
@media only screen and (max-width: 500px) {
  .photo .mob-search form {
    width: 70% !important; }
  .photo .mob-search span {
    width: 20%; }
  .photo .flexslider .flex-direction-nav .flex-prev,
  .photo .flexslider:hover .flex-direction-nav .flex-prev {
    bottom: 0; }
  .photo .flexslider .flex-direction-nav .flex-next,
  .photo .flexslider:hover .flex-direction-nav .flex-next {
    bottom: 0; }
  .photo .text-slide9 .item p {
    font-size: 6vw;
    line-height: 10vw; }
  .photo .intro9 {
    padding: 80px 15px 40px 15px; }
  .photo .logo9 {
    top: 5px; }
  .photo .header9-nav-item {
    top: 12px; }
  .photo .header9-nav {
    height: 55px; }
  .photo .footer9 {
    padding: 0px 0 35px 0; }
  .photo .footer9-logo {
    left: 0;
    position: relative;
    width: 100%; }
  .photo .footer9-logo img {
    display: block;
    margin: 0 auto 20px auto; } }

/*# sourceMappingURL=masonry1.css.map */
