body {
	background: white;
	margin: 0;
	line-height: 1;
	color: black;
	font-family: 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
}
html {
	font-family: 'ProximaNova';
}
h1,h2,h3,h4 {
	margin: 0 0 5px 0;
	padding: 0;
}
p {
	margin: 10px 0 0 0;
}
img {
	border: 0;
	background: transparent;
}
table {
	width: 100%;
}
::selection {
	background: rgba(83, 192, 212, 0.6);
	color: white;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/proximanova-regular-webfont.eot');
	src: local('☺'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('☺'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "SanFrancisco-UltraLight";
  font-weight: 100;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff");
}
@font-face {
  font-family: "SanFrancisco-Thin";
  font-weight: 200;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff");
}
@font-face {
  font-family: "SanFrancisco-Regular";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
@font-face {
  font-family: "SanFrancisco-Medium";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff");
}
@font-face {
  font-family: "SanFrancisco-Semibold";
  font-weight: 600;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff");
}
@font-face {
  font-family: "SanFrancisco-Bold";
  font-weight: 700;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

/* GENERAL */
.container {
	margin: auto auto;
	width: 900px;
	text-align: left;
}
.main {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}
.box450 {
	float: left;
	width: 450px;
	margin: 0 250px 0 250px;
}

/**  HEADER  **/
.header {
	float: left;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,0.98);
	position: fixed;
	z-index: 999;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/** LOGO **/
.logo {
	float: left;
}
.logo a {
	float: left;
	width: 240px;
	height: 60px;
	margin: 20px 0 20px 0;
	text-indent: -9999px;
	background: url('../img/logo.png') transparent top left no-repeat;
}

/** NAVIGATION **/
.navigation {
	float: right;
	height: 100px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 100px;
}
.navigation li {
	display: inline;
	margin: 0 0 0 30px;
	text-align: center;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.active a {
	color: #16a085;
	text-decoration: none;
	border-bottom: 2px solid #16a085;
	padding-bottom: 4px;
}
.notactive a {
	color: #999;
	text-decoration: none;
	transition: color 0.5s ease;
	padding: 0 0 5px 0;
}
.notactive a:hover {
	color: #000;
	border-bottom: 3px solid #DD3834;
}

/** SLOGAN BOX **/
.sloganbox {
	float: left;
	width: 100%;
	height: 450px;
	background: url('../img/slogan.jpg') #eee center no-repeat;
	background-size: cover;
}
.slogan {
	float: left;
	width: 100%;
	height: 450px;
	color: #fff;
	line-height: 450px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
	text-shadow: 1px 1px 2px #555555;
}
.sloganoverlay {
	float: left;
	width: 100%;
	height: 450px;
	background: rgba(0,0,0,0.5);
}

/** QUOTE / CONTACT BUTTON **/
.quotebox {
	float: left;
	width: 100%;
	height: 80px;
	background: #53C0D4;
	color: #fff;
}
.quotequestion {
	float: left;
	width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 20px 0 20px 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.quotebutton {
	float: right;
	width: 170px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 20px 0 20px 0;
	background: transparent;
	transition: background 0.5s ease;
}
.quotebutton:hover {
	background: rgba(255,255,255,0.2);
}

/** EXPERIENCE **/
.experience {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
	background: #fff;
	color: #000;
}
.experience h2 {
	float: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
}
.experience p {
	float: left;
	width: 100%;
	color: #999;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin: 20px 0 0 0;
	padding: 0;
}

/** CONTENT **/
.contentwrapper {
	float: left;
	width: 100%;
}
.contentoverlay {
	float: left;
	width: 100%;
	height: 250px;
	background: rgba(0,0,0,0.65);
}
.sectionheading {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	margin: 80px 0 40px 0;
}
.sectionheading s {
	color: #53C0D4;
	text-decoration: none;
}
.sectiontext {
	text-align: center;
	font-size: 16px;
}

/** WHO WE ARE **/
.whoweare {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}
.whowearebanner {
	float: left;
	width: 100%;
	height: 250px;
	color: #fff;
	background: url('../img/whoweare.jpg') #eee center no-repeat;
	background-size: cover;
}
.whowearecontent {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}

/** WHAT WE DO **/
.whatwedo {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}
.whatwedobanner {
	float: left;
	width: 100%;
	height: 250px;
	color: #fff;
	background: url('../img/whatwedo.jpg') #eee center no-repeat;
	background-size: cover;
}
.whatwedocontent {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}

/** CONTACT **/
.contact {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}
.contactbanner {
	float: left;
	width: 100%;
	height: 250px;
	color: #fff;
	background: url('../img/contact.jpg') #eee center no-repeat;
	background-size: cover;
}
.contactcontent {
	float: left;
	width: 100%;
	margin: 100px 0 100px 0;
}
.contactdetail {
	float: left;
	width: 450px;
	padding: 0;
	font-size: 14px;
	color: #000;
	margin: 0 0 20px 0;
}
.contactdetail s {
	width: 25px;
	font-size: 20px;
	text-align: center;
	font-family: 'LigatureSymbols';
	margin: 0 15px 0 0;
	text-decoration: none;
}
.contactdetail a {
	color: #000;
	text-decoration: none;
	transition: color 0.5s ease;
}
.contactdetail a:hover {
	color: #53C0D4;
}

/** CONTENT **/
.contentimg {
	float: left;
	width: 400px;
	margin: 0 50px 0 0;
	text-align: left;
}
.contentimg img {
	float: left;
	width: 400px;
	height: auto;
}
.contenttext {
	float: right;
	width: 450px;
	text-align: left;
	line-height: 23px;
	font-size: 14px;
}
.mini-image {
	float: left;
	width: 205px;
	height: auto;
	margin: 0 20px 20px 0;
}
.mini-image img {
	float: left;
	width: 205px;
	height: auto;
}
.mini-image-end {
	float: left;
	width: 205px;
	height: auto;
	margin: 0 0 20px 0;
}
.mini-image-end img {
	float: left;
	width: 205px;
	height: auto;
}
.para-main {
	float: left;
	width: 100%;
	line-height: 25px;
	color: #000;
	font-size: 14px;
	margin: 20px 0 0 0;
}
.listleft {
	float: left;
	width: 450px;
}
.listleft li {
	font-size: 14px;
	line-height: 25px;
}
.listright {
	float: right;
	width: 450px;
}
.listright li {
	font-size: 14px;
	line-height: 25px;
}

/* CONTACT FORM */
#contactarea {
	float: left;
	margin: 40px 0 0 0;
}
#contactarea input {
	float: left;
	width: 425px;
	height: 40px;
	border: 1px solid #dde4e6;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-family: 'ProximaNova', sans-serif;
	color: #333;
	padding: 0 0 0 10px;
}
#contactarea textarea {
	float: left;
	width: 770px;
	height: 110px;
	border: 1px solid #dde4e6;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-family: 'ProximaNova', sans-serif;
	line-height: 20px;
	color: #333;
	resize: none;
	padding: 10px 10px 0 10px;
}
#contactarea input.contactsubmit {
	float: right;
	width: 80px;
	height: 120px;
	margin: 25px 0 0 25px;
	padding: 0;
	background: #53C0D4;
	color: white;
	font-size: 14px;
	font-family: 'ProximaNova', sans-serif;
	font-weight: normal;
	cursor: pointer;
	transition: opacity 0.5s ease;
	opacity: 1.0;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
}
#contactarea input.contactsubmit:hover {
	opacity: 0.9;
}
.contactspacer {
	float: left;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-indent: -9999px;
	font-size: 10px;
}

/** 404 ERROR **/
.error404 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 100px 0 100px 0;
}
.error404 h1 {
	font-family: 'LigatureSymbols';
	font-size: 150px;
	color: #DD3834;
	font-weight: normal;
}
.error404 h2 {
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	margin: 20px 0 40px 0;
}
.error404 p {
	color: #999;
	line-height: 22px;
	font-size: 15px;
	padding: 0;
	margin: 10px 0 0 0;
}
.error404 p a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.error404 p a:hover {
	color: #53C0D4;
}

/** FOOTER **/
.footer {
	float: left;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #DD3834;
	color: #fff;
	text-align: center;
	font-size: 13px;
}
.footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 1px 0;
}
.footer a:hover {
	border-bottom: 1px solid #fff;
}

/** OVERLAYS **/
#overlaybox {
	position: absolute;
	background: white;
  width: 800px;
  height: 450px;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -225px;
  text-align: center;
  line-height: 450px;
  color: #999;
  font-family: 'SanFrancisco-Regular', sans-serif;
}
/* OVERLAY ONE */
#overlayone {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll;
}
#closeone {
	float: right;
	top: 20px;
	right: 20px;
	position: fixed;
	width: 40px;
	height: 40px;
	color: white;
	background: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'LigatureSymbols';
	font-size: 40px;
	outline: none;
}
/* OVERLAY TWO */
#overlaytwo {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll;
}
#closetwo {
	float: right;
	top: 20px;
	right: 20px;
	position: fixed;
	width: 40px;
	height: 40px;
	color: white;
	background: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'LigatureSymbols';
	font-size: 40px;
	outline: none;
}
/* OVERLAY THREE */
#overlaythree {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll;
}
#closethree {
	float: right;
	top: 20px;
	right: 20px;
	position: fixed;
	width: 40px;
	height: 40px;
	color: white;
	background: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'LigatureSymbols';
	font-size: 40px;
	outline: none;
}
/* OVERLAY FOUR */
#overlayfour {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll;
}
#closefour {
	float: right;
	top: 20px;
	right: 20px;
	position: fixed;
	width: 40px;
	height: 40px;
	color: white;
	background: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'LigatureSymbols';
	font-size: 40px;
	outline: none;
}
/* OVERLAY FIVE */
#overlayfive {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll;
}
#closefive {
	float: right;
	top: 20px;
	right: 20px;
	position: fixed;
	width: 40px;
	height: 40px;
	color: white;
	background: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'LigatureSymbols';
	font-size: 40px;
	outline: none;
}
/* OVERLAY SIX */
#overlaysix {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll;
}
#closesix {
	float: right;
	top: 20px;
	right: 20px;
	position: fixed;
	width: 40px;
	height: 40px;
	color: white;
	background: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'LigatureSymbols';
	font-size: 40px;
	outline: none;
}
/* OVERLAY SEVEN */
#overlayseven {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll;
}
#closeseven {
	float: right;
	top: 20px;
	right: 20px;
	position: fixed;
	width: 40px;
	height: 40px;
	color: white;
	background: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'LigatureSymbols';
	font-size: 40px;
	outline: none;
}
/* OVERLAY EIGHT */
#overlayeight {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	top: 0;
	z-index: 999;
	display: none;
	overflow: scroll;
}
#closeeight {
	float: right;
	top: 20px;
	right: 20px;
	position: fixed;
	width: 40px;
	height: 40px;
	color: white;
	background: transparent;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-family: 'LigatureSymbols';
	font-size: 40px;
	outline: none;
}