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

/* ------------------------------------------------------------------------------------- 1570px and up -------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1570px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 300px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 140px 0;
}

header#aboutHeader {
	width: 1200px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	padding: 0;
	padding: 80px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 4.8em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1.05em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1.05em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 30px -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1.1em;
	line-height: 25px;
}

ol {
	margin: 20px 0 30px -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1.1em;
	line-height: 25px;
}

}

/* ---------------------------------------------------------------------------- 1280px and up (Desktop Small) ----------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px) and (max-width: 1569px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 140px 0;
}

header#aboutHeader {
	width: 1200px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	padding: 0;
	padding: 80px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

h1 {
	font-family: "interface",sans-serif;
	font-size: 4.8em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1.05em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1.05em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 30px -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1.1em;
	line-height: 25px;
}

ol {
	margin: 20px 0 30px -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1.1em;
	line-height: 25px;
}
	
}

/* ---------------------------------------------------------------------------- 1025px and up (iPad Landscape) ----------------------------------------------------------------------------*/

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 140px 0;
}

header#aboutHeader {
	width: 1000px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 1000px;
	height: 630px;
	margin: 0 auto;
	padding: 0;
	padding: 80px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 4.8em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1.05em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1.05em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 30px -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1.1em;
	line-height: 25px;
}

ol {
	margin: 20px 0 30px -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1.1em;
	line-height: 25px;
}
	
}

/* ---------------------------------------------------------------------------- 1024px (iPad Landscape) ----------------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 100px 0;
}

header#aboutHeader {
	width: 95%;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 95%;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	padding: 80px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 4.4em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1.em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 30px -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1.1em;
	line-height: 25px;
}

ol {
	margin: 18px 0 30px -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1.1em;
	line-height: 25px;
}

}

/* ------------------------------------------------------------------- 800px (iPad Portrait and Small Tablet Landscape) -------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
}

header#aboutHeader {
	width: 95%;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 95%;
	height: 715px;
	margin: 0 auto;
	padding: 0;
	padding: 80px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 47%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 3.5em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1.1em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 0 -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}

ol {
	margin: 17px 0 0 -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}
	
}

/* ------------------------------------------------------------------- 640px (Mobile Landscape & Small Tablet Portrait) -------------------------------------------------------------------*/

@media only screen and (max-width: 640px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
}

header#aboutHeader {
	width: 95%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 95%;
	height: 960px;
	margin: 0 auto;
	padding: 0;
	padding: 30px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 100%;
	height: 470px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 3.2em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 0 -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}

ol {
	margin: 17px 0 0 -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}	

}

/* ----------------------------------------------------------------------------- 600px (Small Tablet Portrait) -----------------------------------------------------------------------------*/

@media only screen and (min-width: 569px) and (max-width: 600px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
}

header#aboutHeader {
	width: 95%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 95%;
	height: 990px;
	margin: 0 auto;
	padding: 0;
	padding: 30px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 100%;
	height: 470px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 2.9em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 0 -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}

ol {
	margin: 17px 0 0 -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}
	
}

/* ---------------------------------------------------------------------------- 568px (iPhone 5 Landscape) ----------------------------------------------------------------------------*/

@media only screen and (max-width: 568px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
}

header#aboutHeader {
	width: 95%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 95%;
	height: 990px;
	margin: 0 auto;
	padding: 0;
	padding: 30px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 100%;
	height: 470px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 2.6em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 0 -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}

ol {
	margin: 17px 0 0 -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}
	
}

/* ----------------------------------------------------------------------------- 480px (iPhone Landscape) -----------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
}

header#aboutHeader {
	width: 95%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 95%;
	height: 1110px;
	margin: 0 auto;
	padding: 0;
	padding: 30px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 100%;
	height: 530px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 2.6em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 0 -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}

ol {
	margin: 17px 0 0 -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}
	
}

/* ------------------------------------------------------------------------------- 360px (Mobile Portrait) -------------------------------------------------------------------------------*/

@media only screen and (max-width: 360px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
}

header#aboutHeader {
	width: 95%;
	height: 110px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 95%;
	height: 1400px;
	margin: 0 auto;
	padding: 0;
	padding: 30px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 100%;
	height: 680px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 2.2em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 0 -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}

ol {
	margin: 17px 0 0 -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}
	
}

/* ------------------------------------------------------------------------------- 320px (iPhone Portrait) -------------------------------------------------------------------------------*/

@media only screen and (max-width: 320px) {
	
/*--------------------------------------------------------- Home Page --------------------------------------------------------------*/
	
/*------------------------------------- Main Elements -------------------------------------*/



/*------------------------------------- About Banner -------------------------------------*/

section#aboutBanner {
	width: 100%;
	height: 450px;
	position: relative;
 	color: #7C7C7C;
  	padding: 80px 0 50px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.about-parallax {
	width: 100%;
	height: 100%;
	background: url(../images/bg_city01.jpg);
  	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -150px 0 0 0;
	padding: 0 0 150px 0;
	position: absolute;
}

/*------------------------------------- About Us -------------------------------------*/

section#aboutUs {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
}

header#aboutHeader {
	width: 95%;
	height: 110px;
	margin: 0 auto;
	padding: 0;
}

.aboutContent {
	width: 95%;
	height: 1520px;
	margin: 0 auto;
	padding: 0;
	padding: 30px 0 0 0;
	border-top: 3px solid #ccc;
}

.about01 {
	width: 100%;
	height: 730px;
	margin: 0;
	padding: 0;
	float: left;
}

.about02 {
	width: 100%;
	height: 550px;
	margin: 0;
	padding: 0;
	float: right;
}

/*------------------------------------- Headings -------------------------------------*/

header#aboutHeader h1 {
	font-family: "interface",sans-serif;
	font-size: 2.2em;
	font-weight: 300;
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #666;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 50px 0;
}

/*------------------------------------- Paragraphs -------------------------------------*/

p.introText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 60%;
	text-align: left;
	color: #fff;
	font-size: 1.em;
}

p.aboutText {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	line-height: 25px;
	width: 100%;
	text-align: justify;
	color: #999;
	font-size: 1em;
}

/*-------------------------------- Links --------------------------------*/

a.readMoreButton {
	font-family: "museo-sans",sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	padding: 4px 22px;
	background-color: #fff;
	text-decoration: none;
	margin-left: 28.5%;
	border: 1px solid #999;
	-moz-border-radius: 18px;
	border-radius: 8px;
}

/*------------------------------------- Lists -------------------------------------*/

.about01 ul {
	margin: 30px 0 0 -25px;
	padding-right: 60px;
}

.about01 ul li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}

ol {
	margin: 17px 0 0 -19px;
}

ol li {
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
	color: #999;
	font-size: 1em;
	line-height: 25px;
}
	
}