/* Enter Your Custom CSS Here */

.yofla_360_iframe{
    border: 0px solid silver !important;
}
div.rotate-tool-button-play {
    background-image: url("button-play.png");
    bottom: 0px;
    left: 202px;
}
div.rotate-tool-button-left {
    background-image: url("button-left.png");
    bottom: 0px;
    left: 227px;
}
div.rotate-tool-button-right {
    background-image: url("button-right.png");
    bottom: 0px;
    left: 256px;
}

img {

  /*width: 380px;*/
}
.wpcf7-form {
    color: white;
}

#site-banner-left {
    width: 100%;
}

.top-navigation {
    display: table-cell;
    vertical-align: middle;
    width: 400px;
}

.top-navigation ul li a, #header-right-menu ul li a {
    padding: 0 20px;
  	
}
  
.post-password-form {
    padding: 80px;
    margin: 80px;
  	text-align: center;
}
.pass-label { 
  display: none;
  padding: 80px;
  margin: 80px;
 text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #2d7eb5;
}

A:hover { color :#FF9A00 !important;}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  h1 {
  font-size: 150% !important;
  }

}
.fl-icon a {
    text-decoration: none !important;
}