/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,700|Oswald:200');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/*==========================================================================
  General
  ========================================================================== */
/*
#1 = 0e0d2c Dark purple
#2 = 4d4d4f Grey 
#4 = 5084b5 Blue
#5 = 9dc2df Light Blue
*/


body {
	color:#0e0d2c; /* black */
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	text-shadow: none;
}

strong {
	font-style: 400;

}

.clear {
	clear: both;
}


h4, h5, h6, .h4, .h5, .h6 {
	font-family: 'Heebo', sans-serif;
	text-transform: uppercase;
}

body {
	font-family: 'Heebo', sans-serif;
}



h3,h5,h6 {
	font-style: 200;
	margin: 20px 0 10px 0;
}

h1, h2 {
	margin: 0;
}

h1 { 
	font-size: 16px; 
	line-height: 1.3em;
	font-family: 'Heebo', sans-serif;
	text-transform: uppercase;
    Font-weight: 700;
	}
h2 { 
	font-size: 46px; 
	line-height: 1.3em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	}
h3 { font-size: 32px;
	line-height: 1em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	}
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 100; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }


a, a:visited {
	color: #5084b5;
}

a:hover, a:active, a:focus {
	color: #5084b5;
}


blockquote {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.pullout {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 30px; 
	line-height: 1.5em;
}

.light {
	font-weight: 100;
}

.text-bold {
	font-weight: 700;
}

.text-white {
	color: #fff;
}

.text-grey {
	color:#4d4d4f; /* grey */
}

.text-orange {
	color: #0e0d2c; /* orange */
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

small {
	font-size: 70%;
}

a:hover {
	text-decoration: underline;
}

:focus {
	outline: underline;
}

.txt-shadow {
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.no-txt-shadow {
	text-shadow:none;
}

.t-uppercase {
	text-transform: uppercase;
}

button {
	text-transform: uppercase;
}

ul.big li {
 margin-bottom: 20px;
}

.bg-white {
	background-color:white;
}

.bg-white-transparent {
	background: rgb(256, 256, 256); /* Fall-back for browsers that don't support rgba */
    background: rgba(256, 256, 256, .85);
}

section.rev, section.rev a {
	color: #9dc2df;
}

section.rev p, section.rev li {
	color: #f1f2f2;
    font-weight:100;
    font-size: 90%;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 16pt;
	line-height: 1.3em;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}
.border-top-heavy {
	padding-top: 20px;
	border-top: 4px solid #4d4d4f;
}
.border-top-light {
	padding-top: 20px;
	border-top: 1px solid #4d4d4f;
}

.border-bot-heavy {
	padding-bottom: 20px;
	border-bottom: 4px solid #4d4d4f;
}
.border-bot-light {
	padding-bottom: 20px;
	border-bottom: 1px solid #4d4d4f;
}
.border-left-heavy {
	padding-left: 20px;
	border-left: 4px solid #4d4d4f;
}
.border-right-heavy {
	padding-right: 20px;
	border-right: 4px solid #4d4d4f;
}
.border-left-light {
	padding-left: 20px;
	border-left: 1px solid #4d4d4f;
}
.border-right-light {
	padding-right: 20px;
	border-right: 1px solid #4d4d4f;
}
.border-top-heavy-white {
	padding-top: 20px;
	border-top: 4px solid #fff;
}
.border-top-light-white  {
	padding-top: 20px;
	border-top: 1px solid #fff;
}

.border-bot-heavy-white  {
	padding-bottom: 20px;
	border-bottom: 4px solid #fff;
}
.border-bot-light-white  {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.border-left-heavy-white  {
	padding-left: 20px;
	border-left: 4px solid #fff;
}
.border-right-heavy-white  {
	padding-right: 20px;
	border-right: 4px solid #fff;
}
.border-left-light-white  {
	padding-left: 20px;
	border-left: 1px solid #fff;
}
.border-right-light-white  {
	padding-right: 20px;
	border-right: 1px solid #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #4d4d4f;
}

.table > tbody > tr > td {
  vertical-align: bottom;
  border-bottom: 1px solid #4d4d4f;
}

/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
.pad-top160 {
	padding-top: 160px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}



/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 80px 0 60px 0;
	overflow:hidden;
}

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}


/* ==========================
 --- Spacer sections ---
============================= */

#featured-spacer {	
	background: white;
} 

#design-spacer {	
	background: url(../img/spacers/bg_spacer_design.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
} 


#lifestyle-interiors {	
	background-color: white;
} 

/*===========================
  --- Header & menu navigation ----
=========================== */

/* menu */
.nav>li>a:hover {
    font-weight:700;
	color: #0e0d2c;
	background: none;
}

.navbar .navbar-nav > .active > a {
    font-weight:700;
	color: #0e0d2c;
}

.navbar {
	line-height: 60px;
	height: 60px;
	background-color: rgba(256,256,256,0.85);
	display: block;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 2px;
	padding-bottom:0px;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #0e0d2c;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow:none;
	padding: 8px 6px 6px 6px;
	margin-left: 10px;
	margin-right:10px;
	font-family: 'Quattrocento Sans', sans-serif;
}


.navbar-nav  {
	margin-top: 20px;
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
    font-weight:700;
	/*padding-bottom: 22px;*/
}


h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
}

.navbar-logo {
	padding: 0 0 0 10px;
}

.navbar-logo img {
	vertical-align: middle;
	width: 100px;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
	height: 100%;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}
.nav>li.login-btn {
	margin-left:10px;
}
.nav>li>a.login-btn {
	background-color: #0e0d2c;
}

.imglogo {position:absolute;top:130px;right:40px;}

a.orange-btn, button.orange-btn {
	background-color: #0e0d2c;
	color: #fff;
}


a:visited.orange-btn, button:visited.orange-btn {
	background-color: #0e0d2c; 
	color: #fff;
}

a:hover.orange-btn, button:hover.orange-btn {
	background-color: #5084b5 !important;  /* Grey */
	color: #fff;
}

/*===========================
  --- Featured section ----
=========================== */


section.featured {
	
}

#lifestyle-spacer{
	background:url(../img/Belgravia.jpg);
	height:600px;
	background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: fixed;*/
    background-size: cover; 
	margin-top:60px;
}
  


/*==========================
Design Section
=========================== */

#section-design {
 	padding:0;
}


/*==========================
Interiors
=========================== */

#section-interiors {
background-color: #fff;
 padding-top:0;
}

.carousel-control, .icon-prev, .icon-next {
font-size:70px !important;
}

/*==========================
Lifestyle
=========================== */

#section-lifestyle {
    background: #0e0d2c;
    margin-top:-250px;
}

/*==========================
Location
=========================== */

#section-location {
 	padding-bottom:0;
}
.panel a {text-decoration: none;}

.panel, .panel-default > .panel-heading, .panel-collapse {
	background: transparent;
	border-bottom:0;
	border-top:1px solid #4d4d4f;
	border-left:none;
	border-right:none;
    padding-top:5px;
}
	
.panel-group .panel, .panel-heading, .panel-collapse, panel-heading, .panel-default, .panel-body, .panel-group .panel-heading + .panel-collapse .panel-body {
	border:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
	padding: 0;

}
 .panel-body {
 font-size:12px;
 letter-spacing:0px;
    line-height: 1.3em;
 }
 
.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
	-webkit-padding-start: 0px;	
}

.custom-counter li { 
	counter-increment: step-counter;
	}

.counter-1 li::before {
    content: "1." counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}

.counter-2 li::before {
    content: "2." counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}
.counter-3 li::before {
    content: "3." counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}
.counter-4 li::before {
    content: "4." counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}
.counter-5 li::before {
    content: "5." counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}
.counter-6 li::before {
    content: "6." counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}
li.counter-82::before {
    content: "82";
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}
 li.counter-86::before {
    content: "86";
    margin-right: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}
 li.counter-train::before {
    content: url(../img/location/train.gif);
    margin-right: 5px;
    padding: 0;
}


/*==========================
Investment
=========================== */

#section-investment {
    background: #0e0d2c url(../img/featured/bg_featured.gif) no-repeat right;
}

/*===========================
  --- Contact ----
=========================== */

#section-contact {

}

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text], #contact-form input[type=email], .contactForm textarea, #contact-form input[type=phone] {
	width: 100%;
	background: rgba(247, 247, 247, 1);
	border: 0;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
	margin-top:10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus, #contact-form input[type=phone]:focus  {
	background: rgba(237, 237, 237, 1);
	color: #4d4d4f;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 20px;
	margin-bottom:10px;
}
#contact-form input[type=submit] {
	background-color: #0e0d2c;
	color: #fff;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Heebo', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/*=========================
  Footer
 ================= */

section#footer {
	background: #4d4d4f;
	margin: 0;
	padding: 20px 0 20px 0;
}

section#footer .copyright {
	color:#fff;
	font-size: 9px;
	line-height: 10px;
	text-align: left;
}

section#footer .copyright a:hover {
	color:#4d4d4f;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	background:#0e0d2c;
}
a.scrollup:hover{
	background:#4d4d4f;
	color:#fff;
}

/* footer social icons */

.social-circle li a {
	background:#0e0d2c;
}

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/*===========================
  --- Template Components ----
=========================== */

.carousel-caption {
    right: 0%;
    left: 0%;

    }
    
.mask {
	position: fixed;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, .5);
	z-index:1050;
}
.mask-container {
	position: fixed;
	height:100%;
	width:100%;
	z-index:1051;
	text-align:center;
	padding-top:10%;
}
.float-panel {
}

/* buttons */
.btn {
	border: 0;
	margin-bottom:20px;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}

a.btn  {
	font-weight: 300;
	color: #fff;
	}


/* ========================================
Media queries
========================================= */
@media(min-width: 1200px) and (max-width:1280px){
	section#section-lifestyle{margin-top:-270px;}
}
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 20px;
	}
	section#section-lifestyle{margin-top:-335px;}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 20px;
	}
	
	section.featured {
		padding-top: 80px;
	}
}

@media (max-width: 767px) {

	.navbar.navbar-fixed-top {
		background-color:rgba(256,256,256,0.85);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #fff;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}

	.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: 767px auto;
    -moz-background-size: 767px auto;
    background-size: 767px auto;
    -o-background-size: 767px auto;
	}

	.carousel {
	height: 380px;
	}
	
	h2, h3, .h1, .h2, .h3 {
	font-size: 40px;
	}
    .pullout p {
	font-size: 24px;
    line-height: 1.5em;
	}
	#section-location {
 	padding-top:0;

	}
	
}
@media only screen and (max-width:500px){

        #contact-formdiv {display:none;width:98% !important;background-color:#2b222e !important;margin:0px auto !important;color:#ffffff !important;}
        #contact-formdiv h4{color:#ffffff !important;}
        p.Privalicy{margin-top:0px !important;}
        .headclass{width:100%;text-align: center;}
        section#section-design{margin-top:-700px;}
        section#section-lifestyle{margin-top:-510px;}


#contact-form input[type=text], #contact-form input[type=email], .contactForm textarea, #contact-form input[type=phone] {
	width: 100%;
	background: rgba(247, 247, 247, 1);
	border: 0;
	text-align: left;
	vertical-align: middle;
	width:300px;

}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus, #contact-form input[type=phone]:focus  {
	background: rgba(237, 237, 237, 1);
	color: #4d4d4f;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 20px;
	margin-bottom:20px;
}
#contact-form input[type=submit] {
	background-color: #0e0d2c;
	color: #fff;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 10px;
}

.imglogo{padding:10px;position:static !important;}
}
