@charset "utf-8";
/* 
CSS Document 
Beluga Homes Style
Author: Funkemedia Ltd
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300|Montserrat:400,700);


html{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	background:url(../images/black-stripes.png) repeat;
	font-family: 'Open Sans', sans-serif;
}

h1{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;	
}

h2{
	color:#c4c4c4;	
}

h3{
	font-family: 'Open Sans', sans-serif;
	color:#c4c4c4;
	font-size:20px;
	font-weight:lighter;
	line-height:30px;
}

h4{
	font-family: 'Open Sans', sans-serif;
	color:#c4c4c4;	
}

h5{
	font-family: 'Open Sans', sans-serif;
	color:#c4c4c4;	
}

h6{
	font-family: 'Open Sans', sans-serif;
	color:#c4c4c4;	
}

p{
	color:#c4c4c4;
	font-size:14px;
	font-weight:normal;
	line-height:24px;	
}

p a{
	text-decoration: none;
}

a{
	text-decoration:none;	
}

a img{
	outline:none;
	border:0;	
}

.clear{
	clear:both;	
}


nav{
	width: 100%;	
	background: #0f1011;
	background: rgba(15, 16, 17, 0.90);
	position: fixed;
	z-index: 999;
}

.nav-inner{
	width:95%;
	max-width:980px;
	margin:0px auto;
}

.logo{
	float:left;	
	margin:10px 0px 0px 0px;
}

.logo a {
	display: inline-block;
	width: 150px;
}

.logo a img {
	width: 100%;
}

ul.nav{
	float:left;
	list-style:none;
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}

ul.nav li{
	float:left;
	margin:21px 0px 24px 0px;
	padding:0px 0px 0px 0px;
}

ul.nav li a{
	margin:0px 0px 0px 0px;
	padding:25px 20px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:normal;
	
	transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}

ul.nav li a:hover, ul.nav li a.active{
	background:#b73031;
}


.nav-btn {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 23px;
	right: 10px;
	width: 25px;
	height: 25px;
}

.nav-btn span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	
	transition: transform 0.2s ease-in-out;
}

.nav-btn span.top {
	top: 0px;
}

.nav-btn span.mid {
	top: 10px;
}

.nav-btn span.btm {
	top: 20px;
}

nav.open .nav-btn span.top {
	transform: rotate(45deg) translate(5px, 9px);
}

nav.open .nav-btn span.mid {
	transform: scale(0);
}

nav.open .nav-btn span.btm {
	transform: rotate(-45deg) translate(5px, -10px);
}

ul.large {
	position: relative;
	width: 100%;
	margin: 60px 0px;
	padding: 0px 0px 0px 30px;
	box-sizing: border-box;
	list-style: square;
}

ul.large li {
	color: #b73031;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0px;
}

ul.large li span,
ul.large li a {
	color: #b1b1b1;
}


header{
	position: relative;
	width:100%;
	background:url(../images/banners/land-bw.jpg) 50% 50% no-repeat;
	background-size:cover;
	min-height:630px;
}

.header-inner{
	position: relative;
	width: 90%;
	max-width: 980px;
	margin: 0px auto;
	padding: 150px 0px 0px 0px;
}

header .block {
	position: absolute;
	pointer-events: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

header h1{
	font-size:56px;
	text-align:center;
	color:#fff;	
	text-shadow:1px 2px 0px rgba(0,0,0,0.5);	
}

header h1 span{
	color:#b73031;
}

header h2{
	font-size:18px;
	color:#c4c4c4;
	font-weight:lighter;
	text-align:center;
	padding:0px 90px;	
}

section{
	position: relative;
	width:100%;
	margin:0px;
	padding:0px;
}

.section-inner{
	position: relative;
	width: 90%;
	max-width: 980px;
	margin: 0px auto;
	padding: 80px 0px;
}

section h1{
	color:#b73031;
	text-shadow:1px 2px 0px rgba(0,0,0,0.2);
	font-size:30px;	
}

.left-content{
	float:left;
	width:30%;
}

.right-content{
	float:right;
	width:65%;
}

section.red-section{
	background:url(../images/red-header-bg.jpg) 50% 50% no-repeat;
	background-size:cover;	
}

section.red-section h1{
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	line-height: 65px;
	font-weight: 700;
}

section.white-section{
	background:#efefef;	
}

section.white-section h1{
	text-shadow:1px 1px 0px rgba(0,0,0,0.1);
}

section.white-section h3, section.white-section p{
	color:#6f6f6f;
}

section.plain-red-section{
	background:#b73031;
}

section.grey-section{
	background: #292929;
}

section.grey-section .section-inner {
	padding: 10px 0px;
}

h1.big-white {
	font-size: 38px;
	line-height: 58px;
	color: #d1d1d1;
}

hr.std {
	position: relative;
	width: 100%;
	margin: 60px auto;
	border: none;
	height: 1px;
	background: #c6c6c6;
}

.contact-img {
	width: 100%;
}

.contact-bg {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/contact.jpg) 50% 50% no-repeat;
	background-size: cover;
	
	opacity: 0.05;
	-webkit-filter: grayscale(1) blur(10px);
	filter: alpha(opacity=5);
}

section.plain-red-section h1{
	color:#fff;
}

h3.news-error{
	color:#e0a6a6;
	font-style:italic;
}

form#beluga-contact{
	width:100%;
}

form#beluga-contact label{
	color:#fff;
	font-weight:bold;
	float:left;
}

form#beluga-contact label span{
	color:#b73031;	
}

form#beluga-contact input[type="text"], form#beluga-contact textarea{
	float:right;
	width:70%;
	padding:20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:normal;	
	background:#474747;
	border:none;
	margin:0px 0px 20px 0px;
	color:#c4c4c4;
	outline:none;
	
	transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	
}

form#beluga-contact input[type="text"]:focus, form#beluga-contact textarea:focus{
	background:#2E2E2E;
}

form#beluga-contact textarea{
	height:240px;
	resize:none;	
}

#contact p a {
	color: #c4c4c4;
	text-decoration: none;
}

#contact p a:hover {
	color: #b73031;
}

p#feeback{
	float: right;
	width: 78%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	display: block;	
}

a#send_btn{
	display:block;
	text-align:center;
	color:#fff;
	background:#b73031;
	padding:20px;
	text-transform:uppercase;
	
	float:right;
	width:70%;
	margin:0px 0px 20px 0px;
	
	transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;		
}

a#send_btn:hover{
	background:#902526;		
}


.bold-red{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#b73031;
	font-size:24px;
	font-style:italic;
		
}

.properties{
	position: relative;
	width:100%;
	margin:0px;
	padding:0px;
}

.property{
	float:left;
	margin:20px 1.2% 20px 1.2%;
	padding:0px;
	width:300px;
	height:356px;
	box-shadow:0px 1px 5px rgba(0,0,0,0.2);
}

.property a{
	display:block;
	width:300px;
	height:356px;
	position:absolute;
	overflow:hidden;
}

.property a img{
	position:absolute;
	margin:0px;
	
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	
	transition: filter 0.3s ease-in-out;
	-moz-transition: -moz-filter 0.3s ease-in-out;
	-ms-transition: -ms-filter 0.3s ease-in-out;
	-o-transition: -o-filter 0.3s ease-in-out;
	-webkit-transition: -webkit-filter 0.3s ease-in-out;
}

.property a span{
	position:absolute;
	bottom: 0px;
	display: block;
	width: 90%;
	background: #fff;
	padding: 20px 5%;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #b73031;
	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.property a span.note {
	position: absolute;
    width: 170px;
    text-align: center;
    bottom: auto;
    top: 38px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    right: -40px;
    padding: 8px 6px;
    transform: rotate(45deg);
	background: #b73031;
	color: #fff;
	
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.property a span.note.completed {
    background: #b73031;
    color: #fff;
}

.property-details{
	margin:0px auto;
	padding:20px 0px;
	width: 95%;	
}

.property-details h1{
	text-shadow:none;
	font-size:18px;	
}

.property-details h2{
	font-size:14px;	
	color: #6f6f6f;
	margin:10px 0px 0px 0px;
}

.property-details p{
	color: #6f6f6f;
	margin:0px 0px 10px 0px;		
}

.property a:hover img{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);	
}

.property a:hover span{
	background:#b73031;
	color:#fff;
}

.property a:hover span.note {
	background: #f4f4f4;
	color: #444;
}

.property a:hover span.note.completed {
    background: #b73031;
    color: #fff;
}

.property-window{
	width:100%;
	max-width: 598px;
	min-width: 500px;
	margin:0px auto;
	padding:0px;	
}

.property-status{
	width:100%;
	margin:0px 0px -18px 0px;
	padding:0px;
}

.property-status p{
	display:block;
	width:100%;
	padding:20px 0px;
	background: #b73031;
	color:#fff;
	text-align:center;
	font-size:18px;
}

.property-header{
	width:100%;
	height:357px;	
	overflow:hidden;
}

#facebox .close {
	top: -25px !important;
}
