/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* ----------------END RESET------------------- */

@font-face {
    font-family: 'bodoni_twelve_itcbook_italic';
    src: url('../webfonts/bodoni_twelve_itc_book_italic-webfont.eot');
    src: url('../webfonts/bodoni_twelve_itc_book_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/bodoni_twelve_itc_book_italic-webfont.woff') format('woff'),
         url('../webfonts/bodoni_twelve_itc_book_italic-webfont.ttf') format('truetype'),
         url('../webfonts/bodoni_twelve_itc_book_italic-webfont.svg#bodoni_twelve_itcbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bodoni_recut_ssiitalic';
    src: url('../webfonts/bodonirecutssiitalic-webfont.eot');
    src: url('../webfonts/bodonirecutssiitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/bodonirecutssiitalic-webfont.woff') format('woff'),
         url('../webfonts/bodonirecutssiitalic-webfont.ttf') format('truetype'),
         url('../webfonts/bodonirecutssiitalic-webfont.svg#bodoni_recut_ssiitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.html {
	height: 100%;
}

body {
	background: url('../img/cover.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.eliteTop {
	max-height: 160px;
	height: 80%;
	background-color: #ffffff;
}

.eliteLogo {
	margin: 0 auto;
	max-width: 931px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px;
	opacity: 1;
}

.openSpace {
	height: 1000px;
}

.eliteIntro {
	background: #989898 url('../img/bg_testimonials.png') repeat left top;
}

.eliteIntroSkyline {
	text-align: center;
	margin: 20px 10% 20px;
	padding: 20px 0 10px;
	font: 28pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
	color: #ffffff;
}

.eliteIntroCopy {
	color: #ffffff;
	letter-spacing: 1px;
	text-align: justify;
	margin: 10px 18% 0;
	padding: 0 0 30px;
	overflow: hidden;
	font: 200 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.eliteGallery {
	background:	#2e3d52 url('../img/bg_gallery.png') repeat left top;
}

.fancyLine {
	margin: 0 auto;
	padding: 20px 0 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 883px;
	width: 80%;
}

.gallerySkyline {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0 0 20px;
	font: 28pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
	color: #ffffff;
}

.galleryMoreCopy {
	margin: 14px px 0;
	font: 100 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	margin: 10px 18% 0px;
	padding: 0 0 4px;
	color: #ffffff;
}

.galleryMoreSprite {
	display: inline-block;
	text-indent:-9999px;
	width: 61px;
	height: 16px;
	margin: 0 0 20px;
}

.galleryMore {
	background: url('../img/sprite_arrow.png') 0 0 no-repeat;
}

.galleryMore:hover {
	background: url('../img/sprite_arrow.png') 0 -17px no-repeat;
}


.viewContainer {
	overflow: hidden;
	padding: 0 25% 0;
	text-align: center;
}

.viewContainer ul {
	list-style-type: none;
}

div.img {
  margin: 0 1px 2px;
  display: inline-block;
  border: 0px;
}
  
div.img img {
  display:inline;
  margin:0px;
  border:0px;
}
  
div.img a:hover img {
  	opacity:0.7;
  	filter: alpha (opacity=70);
}
  
div.desc {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px; 
}

.eliteTestimonials {
	background: #989898 url('../img/bg_testimonials.png') repeat left top;
}

.testimonialsSkyline {
	text-align: center;
	margin: 20px 0 40px;
	font: 28pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
	color: #ffffff;
}

.testimonialHeader {
	font: 14pt "bodoni_recut_ssiitalic", Georgia, Times, serif;
	color: #86d2f1;
}

.testimonialCopy {
	text-align: left;
	font: 200 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #eeeeee;
}

.openQuote {
	float: left;
	margin-right: 6px;
}

.closeQuote {
	float: right;
	margin-left: 6px;
}

.randomdivStyle {
	margin: 10px 18% 0;
	padding: 0 0 5%;
}

.eliteFooter {
	background: #1b1b1b url('../img/bg_contact.png') repeat left top;
}

.contactSkyline {
	text-align: center;
	font: 28pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
	color: #aaaaaa;
}

.contactName {
	text-align: center;
	margin: 30px 18% 0;
	font: 500 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #88bdef;
}

.contactTag {
	text-align: center;
	margin: 0 18% 0;
	font: 500 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2c7dc9;
}

.contactPhone {
	text-align: center;
	margin: 0 18% 0;
	font: 200 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #aaaaaa;
}

.contactEmail {
	text-align: center;
	margin: 20px 18% 0;
	letter-spacing: 1px;
	font: 300 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #aaaaaa;
}

.copyrightCopy {
	text-align: center;
	margin: 50px 18% 0;
	padding: 0 0 40px;
	font: 200 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #aaaaaa;
}

.copyrightCopy a {
	color: #b0793f;
	font: 500 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.copyrightCopy a:hover {
	color: #fbac16;
	text-decoration: none;
}




/* iPad - Portrait & Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
	body {
		background: url('../img/cover_mobile.jpg') no-repeat top center fixed;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	
	.openSpace {
		height: 360px;
	}
	
	.eliteIntroSkyline {
		text-align: center;
		margin: 20px 10% 20px;
		padding: 20px 0 0px;
		font: 18pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
		color: #ffffff;
	}
	
	.eliteIntroCopy {
		color: #fcfcfc;
		letter-spacing: 1px;
		text-align: justify;
		margin: 10px 18% 0;
		padding: 0 0 20px;
		font: 100 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
	.fancyLine {
		margin: 0 auto;
		padding: 20px 0 0 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 883px;
		width: 80%;
	}
	
	.viewContainer {
		overflow: hidden;
		padding: 0 10% 0;
		text-align: center;
	}
}

/* iPad Retina - Portrait & Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2)
{ 

	body {
		background: url('../img/cover_mobile.jpg') no-repeat top center fixed;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	
	.openSpace {
		height: 360px;
	}
	
	.eliteIntroSkyline {
		text-align: center;
		margin: 20px 10% 20px;
		padding: 20px 0 0px;
		font: 18pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
		color: #ffffff;
	}
	
	.eliteIntroCopy {
		color: #fcfcfc;
		letter-spacing: 1px;
		text-align: justify;
		margin: 10px 18% 0;
		padding: 0 0 20px;
		font: 100 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
	.fancyLine {
		margin: 0 auto;
		padding: 20px 0 0 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 883px;
		width: 80%;
	}
	
	.viewContainer {
		overflow: hidden;
		padding: 0 10% 0;
		text-align: center;
	}
	
	
}

/* iPad Mini */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)
{
	body {
		background: url('../img/cover_mobile.jpg') no-repeat top center fixed;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	
	.openSpace {
		height: 360px;
	}
	
	.eliteIntroSkyline {
		text-align: center;
		margin: 20px 10% 20px;
		padding: 20px 0 0px;
		font: 18pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
		color: #ffffff;
	}
	
	.eliteIntroCopy {
		color: #fcfcfc;
		letter-spacing: 1px;
		text-align: justify;
		margin: 10px 18% 0;
		padding: 0 0 20px;
		font: 100 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
	.fancyLine {
		margin: 0 auto;
		padding: 20px 0 0 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 883px;
		width: 80%;
	}
	
	.viewContainer {
		overflow: hidden;
		padding: 0 10% 0;
		text-align: center;
	}
}

/* iPhone 2-4S */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
{
	body {
		background: url('../img/cover_mobile.jpg') no-repeat top center fixed;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	
	.openSpace {
		height: 120px;
	}
	
	.eliteIntroSkyline {
		text-align: center;
		margin: 20px 10% 20px;
		padding: 20px 0 0px;
		font: 18pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
		color: #ffffff;
	}
	
	.eliteIntroCopy {
		color: #fcfcfc;
		text-align: center;
		margin: 10px 18% 0;
		padding: 0 0 20px;
		font: 100 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
	.fancyLine {
		margin: 0 auto;
		padding: 20px 0 0 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 883px;
		width: 80%;
	}
	
	.viewContainer {
		overflow: hidden;
		padding: 0 10% 0;
		text-align: center;
	}
	
	.testimonialHeader {
		font: 12pt "bodoni_recut_ssiitalic", Georgia, Times, serif;
		color: #86d2f1;
	}
	
	.randomdivStyle {
		margin: 10px 18% 0;
		padding: 0 0 20%;
	}
	
	.contactName {
		text-align: center;
		margin: 30px 14% 2%;
		font: 500 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #88bdef;
	}
	
	.contactTag {
		text-align: center;
		margin: 0 14% 2%;
		font: 500 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #2c7dc9;
	}
	
	.contactPhone {
		text-align: center;
		margin: 0 14% 2%;
		font: 200 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #aaaaaa;
	}
	
	.contactEmail {
		text-align: center;
		margin: 0 14% 2%;
		font: 300 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #aaaaaa;
	}
}

/* iPhone 5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
{
	body {
		background: url('../img/cover_mobile.jpg') no-repeat top center fixed;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	
	.openSpace {
		height: 120px;
	}
	
	.eliteIntroSkyline {
		text-align: center;
		margin: 20px 10% 20px;
		padding: 20px 0 0px;
		font: 18pt "bodoni_twelve_itcbook_italic", Georgia, Times, serif;
		color: #ffffff;
	}
	
	.eliteIntroCopy {
		color: #fcfcfc;
		text-align: center;
		margin: 10px 18% 0;
		padding: 0 0 20px;
		font: 100 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
	.fancyLine {
		margin: 0 auto;
		padding: 20px 0 0 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 883px;
		width: 80%;
	}
	
	.viewContainer {
		overflow: hidden;
		padding: 0 10% 0;
		text-align: center;
	}
	
	.testimonialHeader {
		font: 12pt "bodoni_recut_ssiitalic", Georgia, Times, serif;
		color: #86d2f1;
	}
	
	.randomdivStyle {
		margin: 10px 18% 0;
		padding: 0 0 20%;
	}
	
	.contactName {
		text-align: center;
		margin: 30px 14% 2%;
		font: 500 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #88bdef;
	}
	
	.contactTag {
		text-align: center;
		margin: 0 14% 2%;
		font: 500 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #2c7dc9;
	}
	
	.contactPhone {
		text-align: center;
		margin: 0 14% 2%;
		font: 200 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #aaaaaa;
	}
	
	.contactEmail {
		text-align: center;
		margin: 0 14% 2%;
		font: 300 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #aaaaaa;
	}
}
