@font-face {
	font-family: MyriadPro;
	src: url("fonts/myriadpro/MyriadPro-Regular.eot?") format('eot'), url('fonts/myriadpro/MyriadPro-Regular.woff') format('woff'), url(fonts/myriadpro/MyriadPro-Regular.otf) format("opentype");
}

@font-face {
	font-family: releway;
	src: url("fonts/releway/Raleway-Thin.eot?") format('eot'), url('fonts/releway/Raleway-Thin.woff') format('woff'), url(fonts/releway/raleway_thin-webfont.ttf) format("truetype");
}

@font-face {
	font-family: Oswald;
	src: url("fonts/oswald/Oswald.eot?") format('eot'), url('fonts/oswald/Oswald.woff') format('woff'), url(fonts/oswald/Oswald.otf) format("opentype");
}

@font-face {
	font-family: Oswald-Light;
	src: url("fonts/oswald/Oswald-Light.eot?") format('eot'), url('fonts/oswald/Oswald-Light.woff') format('woff'), url(fonts/oswald/Oswald-Light.otf) format("opentype");
}

/*
*reset
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
*gobal
*/
body{
	font-size:18px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	background:#fcf0d4;
}

input[type="text"],
input[type="number"],
textarea, select{
	font-family:MyriadPro;
	font-size:18px;
	color:#99622c;
	background:#fcf0d4;
	border:2px solid #cc955f;
	resize:none;
}

input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus{ 
	border-color: #cc955f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #cc955f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #cc955f;
}

input[type="text"],
input[type="number"]{
	height:38px;
	padding:6px;
	padding-top:8px;
}

select{
	-webkit-appearance: menulist-button;
}

h1, h2{
	color:#5e2900;
}

a{
	text-decoration:none;
	color:#5e2900;
}

a:hover{
	color:#8a693c;
}

.max-width{
	max-width:1200px;
}

.position-center{
	margin:0 auto;
}

/*
*.header
*/
header{
	font-size:16px;
}

header .my-row-1{
	background:#311a13;
}

header .my-row-1 .max-width{
	height:31px;
	text-align:right;
	padding-top: 2px;
}

header .my-row-1 a.lang-button:hover img{
	border:1px solid #e5c29a;
	box-shadow: 0px 0px 5px #e5c29a;
}

header .my-row-1 a.lang-button img.active{
	border:1px solid #e5c29a;
	box-shadow: 0px 0px 5px #e5c29a;
}

header .my-row-2{
	background:#582b0a;
}

header .my-row-2 .my-col-1{
	width: 94%;
	text-align:center;
}

header .my-row-2 .small-nav{
	width: 94%;
	margin:0 auto;
	border-top:1px solid #efd791;
}

header .my-row-2 select{
	font-family:MyriadPro;
	font-size:1.1em;
	height:28px;
	margin-bottom:20px;
	margin-top:20px;
}

header .my-row-3{
	background:#e5c29a;
}

header .my-row-3 h1{
	font-family:releway;
	font-size:1.6em;
	text-align:center;
	padding:8px 0;
	padding-top:12px;
}

/*
*section.header-image
*/
section.header-image{
	text-align:center;
	max-width:1200px;
	margin:0 auto;
}

/*
*section.slider-page
*/
section.top-slider{
	background:#fcf0d4;
}

section.top-slider #banner-fade{
	margin:0 auto;
}


/*
*section.intro-text
*/
section.intro-text{
	font-family:releway;
	font-size:17px;
	line-height:24px;
	background:#e5c29a;
	color:#5e2900;
	padding:50px 20px;
}

section.intro-text .max-width{
	width:360px;
}

section.intro-text .row{
	max-width:1200px;
}

section.intro-text p{
	margin-bottom:20px;
}

section.intro-text ul{
	list-style:inside;
}

section.intro-text div.modules{
	display:block;
}

section.intro-text .modules h1{
	font-family:Oswald-Light;
	font-size:1.700em;
	font-weight:100;
	margin-top:30px;
	margin-bottom:10px;
}

section.intro-text .modules h1 strong{
	font-family:Oswald;
}

section.intro-text .modules ul{
	font-family:MyriadPro;
	margin-left:16px;
	font-weight:100;
}

section.intro-text .modules ul li{
	list-style:inside;
	text-indent: -0.8em;
	font-size:0.9em;
}


/*
*section.container
*/
section.container{
	font-family:releway;
	font-size:16px;
	background:#fcf0d4;
	padding:30px 0;
}

/*
*footer
*/
footer{
	font-size:16px;
	font-family:releway;
	background:#fcf0d4;
	color:#d6a064;
	padding:20px;
}

footer .my-row-1{
	margin:0 auto;
	border-bottom:3px solid #e5c29a;
	padding-bottom:14px;
}

footer .socials a{
	margin-right:10px;
	margin-left:4px;
}

footer .socials img{
	width:40px;
	height: auto;
}

footer .note li{
	display:inline;
	font-family:MyriadPro;
	margin-right:10px;
}

footer .note{
	margin-top:12px;
	margin-bottom:12px;
}

footer .note li a{
	font-size:0.900em;
	color:#ecc398;
}

footer .note li a:hover{
	color:#99622c;
}

footer .newsletter input[type="email"]{
	background:#fff;
	font-size:0.8em;
	border:0;
	height:22px;
	padding:4px;
	width:65%;
}

footer .newsletter input[type="submit"]{
	width:25%;
	margin-left:4px;
	background:#99622c;
	color:#fff;
	cursor:pointer;
}

footer .my-row-2{
	margin:0 auto;
}

footer .copy-right{
	font-family:MyriadPro;
	font-size:0.85em;
}



@media only screen and (min-width: 40.063em) {/* min-width 641px, medium screens (40->42) */
/*
*.medium-up-nav
*/
.medium-up-nav ul {
	font-family:MyriadPro;
	font-size:0.85em;
  text-align: center;
  display: inline;
  margin: 0 auto;
	color:#d6a064;
  list-style: none;
}
.medium-up-nav ul li {
  display: inline-block;
  margin-right: -3px;
  position: relative;
	width:12%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.medium-up-nav ul li a{
	display:block;
  color:#d6a064;
	padding-top:12px;
	padding-bottom:8px;
}

.medium-up-nav ul.nav-menu > li.active {
	background: #cb9e6e;
  color: #562b0f;
}

.medium-up-nav ul.nav-menu > li.active > a {
  color: #562b0f;
}

/*.medium-up-nav ul.nav-menu > li:nth-child(1) {
	width:18%;
}*/

.medium-up-nav ul.nav-menu > li:nth-child(1) {
	width:16%;
}

.medium-up-nav ul.nav-menu > li:nth-child(2) {
	width:17%;
}

.medium-up-nav ul.nav-menu > li:nth-child(3) {
	width:13%;
}

.medium-up-nav ul.nav-menu > li:nth-child(4) {
	width:8%;
}

.medium-up-nav ul.nav-menu > li:nth-child(5) {
	width:10%;
}

.medium-up-nav ul.nav-menu > li:nth-child(6) {
	width:13%;
}

.medium-up-nav ul.nav-menu > li:nth-child(7) {
	width:12%;
}

.medium-up-nav ul.nav-menu > li:nth-child(8) {
	width:11%;
}


.medium-up-nav ul > li:hover {
  background: #cb9e6e;
  color: #562b0f;
}

.medium-up-nav ul li:hover > a {
  color: #562b0f;
	display:block;
}

.medium-up-nav ul li ul {
  padding: 0;
  position: absolute;
	z-index:999;
  top: 34px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.medium-up-nav ul li ul li { 
	border-bottom:1px solid #997654;
  background: #562b0f; 
  display: block; 
  color:#d6a064;
	width:100%;
}

.medium-up-nav ul li.active ul li a{ 
  color:#d6a064;
}

.medium-up-nav ul li ul li:hover {
	background: #cb9e6e;
}

.medium-up-nav ul li ul li:hover a {
	color: #562b0f;
}

.medium-up-nav ul li ul li:nth-last-child(1) {
	border-bottom:0;
}

.medium-up-nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*
*section.intro-text
*/
section.intro-text .max-width{
	width:100%;
}

section.intro-text p{
	margin-bottom:30px;
}

/*
*footer
*/
footer .socials{
	float:left;
	width:29%;
}

footer .socials a{
	margin-right:2px;
}

footer .socials img{
	width:36px;
	height: auto;
}


footer .newsletter{
	float:left;
	width:41%;
	padding-top:8px;
}

footer .newsletter input[type="email"]{
	width:65%;
	max-width:220px;
}

footer .newsletter input[type="submit"]{
	margin-left:8px;
	width:30%;
	max-width:120px;
}


footer .note{
	float:right;
	padding-top:0px;
	text-align:right;
	width:30%;
}

footer .by-the-unique-residences{
	float:right;
}

footer .by-the-unique-residences img{
	margin-top:6px;
}

footer .copy-right{
	float:left;
}

footer .copy-right p{
	margin-top:20px;
}
} 

@media only screen and (min-width: 64.063em) {/* min-width 1025px, large screens */
/*
*.header
*/
header .my-row-3 h1{
	font-size:2.2em;
	padding:10px 0;
	padding-top:18px;
}

header .my-row-2 .my-col-1{
	float:left;
	width:21%;
}

header .my-row-2 .my-col-2{
	float:right;
	width:79%;
}

header .medium-up-nav{
	float:right;
}

.medium-up-nav ul {
	font-size:1em;
}

.medium-up-nav ul li a{
	padding-top:47px;
	padding-bottom:40px;
}

.medium-up-nav ul li ul {
  top: 102px;
}

.medium-up-nav ul li ul li a{
	display:block;
  padding-top:20px;
	padding-bottom:14px;
}


/*
*section.container
*/
section.container{
	padding:50px 0;
}

/*
*section.intro-text
*/
section.intro-text{
	padding:50px 30px;
	font-size:20px;
}

section.intro-text p{
	margin-bottom:40px;
}

section.intro-text div.modules{
	display:inline-block;
	float:right;
}

section.intro-text .modules h1{
	margin-top:0;
	margin-bottom:20px;
}

section.intro-text .modules ul li{
	white-space:nowrap;
	font-size:0.8em;
}

footer .newsletter input{
	width:180px;
}
} 


@media only screen and (min-width: 90.063em) {/* min-width 1441px, xlarge screens */
	
} 


@media only screen and (min-width: 120.063em) {/* min-width 1921px, xxlarge screens */
	
} 