body, html {
	width: 100%;
	height: 100%;
	transition: all 0.7s ease;
	font-weight:400;
}
a{	transition: all 0.7s ease;
}
p{font-weight:400;}
body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.topnav {
	font-size: 14px;
}
.lead {
	font-size: 18px;
	font-weight: 400;
}
.intro-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #f8f8f8;
	background:#000;
	background-size: cover;
	height:100%;
}
.intro-message {
	position: relative;
	padding-top:0%;
	padding-bottom:0%;
}
#content {
    margin: auto;
    left: 1%;
    right: 1%;
    position: fixed;
}

.intro-message > h1 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-size: 5em;
}
.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
 @media(max-width:767px) {
.intro-message {
	padding-bottom: 15%;
}
.intro-message > h1 {
	font-size: 3em;
}
ul.intro-social-buttons > li {
	display: block;
	margin-bottom: 20px;
	padding: 0;
}
ul.intro-social-buttons > li:last-child {
	margin-bottom: 0;
}
.intro-divider {
	width: 100%;
}
}
.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}
.content-section-a {
	padding: 50px 0;
	background-color: #f8f8f8;
}
.content-section-b {
	padding: 50px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.section-heading {
	margin-bottom: 30px;
}
.section-heading-spacer {
	float: left;
	width: 200px;
	border-top: 3px solid #e7e7e7;
}
.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../images/banner-bg.jpg) no-repeat center center;
	background-size: cover;
}
.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-size: 3em;
}
.banner ul {
	margin-bottom: 0;
}
.banner-social-buttons {
	float: right;
	margin-top: 0;
}



/*Home*/
/*Preeloader*/
#preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 1000000;
    height: 100%;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1.home-logo{
	font-size:8em;
}
.custome-menu{
	background:#000;
	border-bottom:1px solid #636363;
	padding:10px 0;
}

.navbar-default.custome-menu .navbar-nav li a{
	color:#FFF;
	font-weight:200;
	font-size:17px;
}
.navbar-nav li.current-menu-item a{
	color:#999 !important;
}

/*Omai*/
.intro-omaio {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
	color:#FFF;
}

.omaio-contaner-caption {
	text-align:right;
}
.omaio-contaner-caption h1{
	font-size:3.5em;
	font-weight:300;
}
.btn-custome{
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	border-radius:0px;
	border:none;
	font-size:1.8em;
	padding:10px 40px;
	margin:10px 0;
	transition: all 0.7s ease;
}

/*space-lease*/
.intro-space-lease {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.fit-scren{
	overflow:hidden;
    width: 100%;
    height: 100%;
	background:#000;
}
.fit-scren img{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
	overflow:hidden;
	opacity:0.7;
}



.cutome-logo {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    text-align: right;
    height: 140px;
    right: 15px;
    padding: 0;
}

.page-wrap{
	padding:5px 5px;
	position: relative;
    padding-top: 0%;
}
.box-wd {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    height:300px;
	text-align:left;
	color:#000;
}
.box-wd h2 {
	font-weight:200;
	font-size:3em;
}
ul.listing{
	margin:0px;
	padding:0 20px;
}
ul.listing li{
	line-height:30px;
	font-size:16px;
	font-weight:400;
}

/*Contact Page*/
.overlay-btn {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 5%;
    left: 0;
    background-color: rgba(238, 238, 238, 0.93);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-btn a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-btn a:hover, .overlay-btn a:focus {
    color: #f1f1f1;
}

.overlay-btn .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.contact-btn {
	float: right;
    color: #FFF;
    font-weight: 200;
    font-size: 17px;
    margin-top: 13px;
    padding: 0 0px 0 20px;
	cursor:pointer;
}
.mainmenu-right{
    margin: 16px 40px 0px 0px;
    padding: 0;
    list-style-type: none;
    float: right;
}

@media screen and (max-height: 450px) {
  .overlay-btn {overflow-y: auto;}
  .overlay-btn a {font-size: 20px}
  .overlay-btn .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.nopading{
	margin:0px auto;
	float:none;
	text-align:center;
}

h1.contatc-title {
    font-size: 3em;
    font-weight: 400;
	border-bottom:2px solid #666;
	padding:0 10px 10px;
	margin-bottom:5px;
}
.page-form{
	margin:30px 0 0;
	padding:0px;
}
.page-form .control-label {
	font-weight:300;
	font-size:17px;
}
.form-control{
	border:1px #9a9a9a solid;
	border-radius:0px;
}
.btn-send-mail{
	text-transform:uppercase;
	background:none;
	font-size:14px;
	border:1px solid #333;
	color:#333;
	letter-spacing:3px;
	border-radius:0px;
	/*9775106512*/
	transition: all 0.7s ease;
}
h2.h2{    
	color: #3c3c3c;
    font-size: 1.4em;
    font-weight: 800;
    letter-spacing: 3px;
	line-height:40px;
} 
.btn-send-mail:hover{background:#000; color:#FFF;}






/* line 4, ../sass/style.scss */
.outer-box {
  display: block;
  position: relative;
  height:400px;
  overflow:hidden;
}
/* line 10, ../sass/style.scss */
.outer-box img {
  width: auto;
  height:100%;
}
/* line 15, ../sass/style.scss */
.outer-box .inner-box {
  background-color: rgba(204, 204, 204, 0.8);
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding:25% 0;
  transition: opacity .5s;
}
/* line 26, ../sass/style.scss */
.outer-box .inner-box h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height:50px;
  font-weight:400;
  text-transform:uppercase;
}
/* line 36, ../sass/style.scss */
.outer-box:hover .inner-box {
  opacity: 1;
  transition: opacity .5s;
}
.outer-box .btn-custome{
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 0px;
	border: none;
	font-size: 1.3em;
	padding: 15px 25px;
	margin: 10px 0;
	display:inline-block;
	transition: all 0.7s ease;
	font-weight:300;
	text-decoration:none;
}
.scoling{
    white-space:nowrap;
    overflow-x:auto;
	width:100%;
	height:400px;
}
span.wpcf7-not-valid-tip {
	text-align: left;
}
.page-template-omaio-enquire #wpcf7-f23-o1 form.wpcf7-form.form-horizontal {
    width: 60%;
    text-align: center;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0.3);
    padding: 30px;
    border-radius: 10px;
}
.contry-col h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contry-col {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 30px;
}















