@charset "UTF-8";
/* CSS Document */

/* Universal */

body {
	margin:0;
	padding:0;
	background-color:#325063;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration:none;
	color:inherit;
}

p {
	font-weight:100;
	font-size:13px;
	text-align:justify;
}

h2 {
	color:#e0b85c;
	font-size:20px;
}

h3 {
	color:#a5adaf;
	font-size:16px;
}

h4 {
	color:#e0b85c;
	text-align:right;
	font-size:72px;
	line-height:36px;
	margin:30px 0 5px 0;
	font-weight:100;
	font-family:'mademoiselle_camilleitalic';
}

@font-face {
    font-family: 'mademoiselle_camilleitalic';
    src: url('../fonts/Mademoiselle Camille-webfont.eot');
    src: url('../fonts/Mademoiselle Camille-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mademoiselle Camille-webfont.woff2') format('woff2'),
         url('../fonts/Mademoiselle Camille-webfont.woff') format('woff'),
         url('../fonts/Mademoiselle Camille-webfont.ttf') format('truetype'),
         url('../fonts/Mademoiselle Camille-webfont.svg#mademoiselle_camilleitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.clearfix {
	clear:both;
}

.linkfade {
 opacity: .6;
 transition: opacity 1s ease-in-out;
 -moz-transition: opacity 1s ease-in-out;
 -webkit-transition: opacity 1s ease-in-out;
 }
 a:hover .linkfade {
 opacity: 1;
 transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
 }
 
 #contact-text h3 {
	color:#FFF;
	font-size:16px;
 }

/* Header */

.header {
	background-color:#000;
	width:100%;
}

.header-line {
	width:100%;
	background-color:#325063;
	height:5px;
}

.header-line-2 {
	width:100%;
	background-color:#c2c2c2;
	height:5px;
}


.menu-container {
	max-width:60%;
	margin:0 auto;
}

.menu-logo {
	float:left;
	padding: 0px 0 10px 0;
}

.menu-links {
	float:right;
	padding:10px 0;
}

.menu-social {
	text-align:right;
	padding-top:15px;
}

.menu-social img {
	padding:0 1px;
}

.menu-top ul {
	padding:5px 0 0 0;
	margin:0px;
}

.menu-top li {
	color:#FFF;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:300;
}

.menu-first {
	padding:0 25px 0 0;
}

/* Body Menu */

.menu-body {
	background-color:rgba(0,0,0,0.6);
	margin: 0 0 0 auto;
	padding:20px;
	width:200px;
}

.menu-body ul {
	margin:0;
	padding-left:0px;
}

.menu-body li {
	color:#FFF;
	list-style-type:none;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	font-weight:300;
	padding-left:0px;
	margin:5px 0;
}

/* Body */

.body {
	color:#FFF;
}

.body-bg {
	background-image:url(../images/house-bg-2.jpg);
	background-size:cover;
	background-position:bottom center;
}

.body-bg-our-story {
	background-image:url(../images/team-bg.jpg);
	height:350px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.body-bg-bt {
	background-image:url(../images/bt-bg.png);
	height:450px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#232323;
}

.body-bg-our-process {
	background-image:url(../images/foyer-bg-1.jpg);
	height:350px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom center;
}

.body-bg-testimonials {
	background-image:url(../images/dining-bg-1.jpg);
	height:350px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom center;
}

.body-bg-contact {
	background-image:url(../images/map-bg.jpg);
	height:350px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom center;
}

.body-container {
	max-width:75%;
	margin:0 auto;
	padding-top:10px;
	position:relative;
}

#body-home {
	height:550px;
}

.slogan-bottom {
	position:absolute;
	bottom:-48px;
}
.slogan-bottom-2 {
	position:relative;
	bottom:0px;
	left:-40px;
}

.slogan-bottom-size {
	width:650px;
	height:auto;
}
.slogan-bottom-size-2 {
	width:450px;
	height:auto;
}
.content {
	padding:15px 0;
	}
.two-thirds-left {
	width:64%;
	margin-right:2%;
	float:left;
}
.one-third-right {
	width:32%;
	margin-left:2%;
	float:left;
}
.two-thirds-right {
	width:64%;
	margin-left:2%;
	float:left;
}
.one-third-left {
	width:32%;
	margin-right:2%;
	float:left;
}
.one-half-left {
	width:48%;
	margin-right:2%;
	float:left;
}
.one-half-right {
	width:48%;
	margin-left:2%;
	float:left;
}

.sidebar {
	background-color:rgba(0,0,0,0.6);
	padding:20px;
}
.sidebar img {
	width:100%;
	
}
.acf {
	background-color:rgba(255,255,255,0.6);
	padding:20px;
}
.acf img {
	width:100%;
	
}

.clearfix {
	clear:both;
}

.testimonials {
	background-color:rgba(0,0,0,0.6);
	padding:20px;
	margin:20px 0;
}
.testimonials h3 {
	text-align:right;
	margin:0 0 20px 0;
}
.video-hide {
	margin-bottom:15px;
	display:block;
	width:184px;
}

/* Footer */
.footer {
	width:100%;
}

.footer-home {
	width:100%;
	background-color:#325063;
}
.footer-position {
	width:100%;
	position:fixed;
	bottom:0;
}
.footer-slogan {
	width:60%;
	margin:0 auto;
	position:relative;
	top:40px;
}
.footer-home-new {
	background-color:rgba(0,0,0,0.5);
}

.footer-container {
	width:60%;
	margin:0 auto;
	padding:10px;
	text-align:center;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:300;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
		
    }
 
        .tab-links a {
            padding:9px 35px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#121e26;
            font-size:24px;
			text-transform:uppercase;
            font-weight:400;
            color:#FFF;
            transition:all linear 0.15s;
			
        }
 
        .tab-links a:hover {
            background:#696969;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#fff;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#FFF;
    }
	.tab-content h2{
		margin-top:0px;
	}
	.tab-content p{
		color:#000;
	}
	.tab-content li {
		color:#000;
		font-style:italic;
		font-weight:100;
	}
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
		
		
/* Contact Form */

/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.button {
    background: #e0b85c;
    border: none;
	text-transform:uppercase;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.button:hover {
    background: #e8c677;
}
		
/* Scroll To Top */
		
.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(165, 173, 175, 0.8) url(../images/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #a5adaf;
  opacity: 1;
}

/* Responsive Design */

/* Large screens ----------- */
@media only screen 
and (max-width : 1824px) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1224px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media screen 
and (max-width : 1024px) {
/* Styles */
.menu-container {
	max-width:90%;

}
.body-container {
	max-width:90%;
}
.tab-links a {
	font-size:18px;
}
}
/* Smartphones (portrait and landscape) ----------- */
@media screen 
and (max-width : 768px) {
/* Styles */
.menu-container {
	max-width:100%;
}
.menu-logo {
	float:none;
	text-align:center;
	padding-top:10px;
}
.menu-links {
	float:none;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}
.menu-social {
	text-align:center;
	padding:0px;
}
.menu-top {
	
	padding-bottom:5px;
	margin-top:10px;
}
.menu-body {
	margin: 0 auto;
	width:auto;
}
.body-container {
	width:90%;
}
#body-home {
	height:350px;
}

.body-bg-our-story {
	background-image:url(../images/team-bg-mobile.jpg);
	background-position:top center;
}

.slogan-bottom {
	bottom:-80px;
}
.slogan-bottom-size {
	width:100%;
	height:auto;
}
.slogan-bottom-2 {
	bottom:-20px;
}
.slogan-bottom-size-2 {
	width:340px;
	height:auto;
}
.two-thirds-left {
	width:100%;
	float:none;
	margin-right:0;
}
.one-third-right {
	width:100%;
	float:none;
	margin-left:0;
}
.two-thirds-right {
	width:100%;
	float:none;
	margin-left:0;
}
.one-third-left {
	width:100%;
	float:none;
	margin-right:0;
}
.one-half-left {
	width:100%;
	margin-right:0;
	margin-bottom:15px;
	float:none;
}
.one-half-right {
	width:100%;
	margin-left:0;
	float:none;
}
.tab-links li {
        margin:2px 2px;
}
.tab-links a {
	font-size:16px;
	padding:9px 25px;
}
.mobile-container {
	max-width:90%;
	margin:0 auto;
}
.video-hide {
	display:none;
}

.footer-home {
	position:fixed;
	bottom:0px;
}
.footer-slogan {
	top:0px;
}

}