@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
	background-color:#FFFFFF;
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	line-height: 1.7; /*20px*/
	color: #666666;
}
h1, h2, h3, h4, h5, h7 {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Oswald', sans-serif;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
	font-weight: black; /*300*/
}
h1 {
	font-size: 80px;
	line-height: 90px;
	padding-bottom: 20px;
	text-decoration: uppercase;
	color: #FFFFFF;
}
h2 {
	font-size: 60px;
	line-height: 65px;
	padding-bottom: 20px;
	text-decoration: uppercase;
	letter-spacing: 0.02em;
}
h3 {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 30px;
	color: #1E4382; /* WAS #000000*/
}
h4 {
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:10px;
}
h5 {
	font-size:15px;
	font-weight:400;
	color:#fff;
}
h7 {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 30px;
	color: #1E4382; 
}

p {
	padding-bottom: 10px;
}
a {
	text-decoration:none;
	color:inherit;
	border: 0;
}
p a {
	font-weight:bold;
	color: #1E4382;
	/*border-bottom: 1px dotted #000;*/
}
p a:hover {
	color: #999999;
	/*border-bottom: 1px dotted #000;*/
}
a.anchor {
	display:block;
	position: relative;
	top:-100px;
	visibility: hidden;
}
ul {
	padding-left: 20px;
}
li {
	list-style: square;
}

/* ====================================================== 
						LOADING PAGE  
====================================================== */
.loading-page {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1E4382;
	z-index: 100000; /* as pace has 100001 */
}
/*.loading-page .text{
	position:absolute;
	width:700px;
	left:50%;
	margin-left:-350px;
	top:35%;
	margin-top:70px;
	text-align: center;
}
.loading-page h1 {
	font-size:60px;
	padding:0;
	letter-spacing:0.1em;
}*/
/*.loading-page .logo {
	position:absolute;
	width:100%;
	height:40px;
	left:50%;
	margin-left:-50%;
	top:15%;
	margin-top:-20px;
	text-align: center;
	background:url(../images/newscorpaus_white.svg) no-repeat center center;
	background-size:contain;
}*/
.title {
	width: 350px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -175px;
    margin-top: -10%;
    text-align: center;
}
.title img {
	width:100%;
}


/* ====================================================== 
						HEADER  
====================================================== */
header {
	width: 100%;
	height: 120px; /* WAS 250px */
	position: fixed;
	z-index: 99999;
	background-color: #1E4382;
}

/*header {
	width: 100%;
	height: 250px;    WAS 300px
	position: fixed;
	z-index: 99999;
	background-color: #1E4382;
	-webkit-clip-path: polygon(100% 0, 100% 40%, 0 100%, 0 0%);
	clip-path: polygon(100% 0, 100% 40%, 0 100%, 0 0%);
}*/
.header_container {
	width: 960px;
	height: 100%;
	margin: 0 auto; /* centre div*/
	position: relative; /* A div can NOT be ABSOLUTE unless its container is RELATIVE */
	/*background-color:bisque;  temporary*/
}
.logo {
	width:195px; /* WAS 240px */
	height:80px; /* WAS 100px */
	position: absolute;
	top:15%; /* WAS 20% */
	background-image: url(../images/unique-logo.svg);
	background-size: cover;
}
/* ====================================================== 
					MENU BUTTON
====================================================== */
.menu_btn {
	position: absolute;
	right: 9px;
	top: 45%; /* DISTANCE FROM TOP - WAS 25% */
	margin-top: -20px;
	padding: 10px;
	cursor: pointer;
}
.menu_btn li {
	width: 25px;
	height: 5px;
	background:#FFFFFF;
	margin-top: 4px;
	border-radius: 3px;
	list-style: none;
}
.menu_btn li:first-child {
	margin-top: 0;
}
.menu_btn:hover li {
	background: rgba(0,0,0,0.5);
}

/* ====================================================== 
						NAVIGATION  
====================================================== */

nav {
	width: 300px;
	height: 100%;
	position: fixed;
	top:0;
	left:-300px;
	/*margin-top: -50%;  HALF THE HEIGHT SIZE */
	/* margin-left: -150px; HALF THE WIDTH SIZE */
	z-index: 999999;
	display: none;
	background-color: rgba(0,0,0,0.90); /* temporary*/
	transition:0.3s ease-in-out; 
}
nav.play {
	left:0;
}
nav ul {
	position: absolute;
	top:50px;
	left:40px;
}
nav li {
	font-family: 'Roboto', sans-serif;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
	font-size: 14px;
	font-weight: black; /*WAS 400*/
	list-style: none;
	padding: 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
nav li a {
	color: #FFF;
	padding:10px 0;
	text-decoration: none;
}
nav li a:hover {
	color:#666; /* WAS 1E4382 */
	/* text-shadow: 0 0 10px aqua; temporary*/
}
.nav_close {
	width:25px;
	height:25px;
	position: absolute;
	top:25px;
	right:25px;
	background:url(../images/close.png) 0 0;
	cursor: pointer;
	/*border: 1px solid #FFF;*/
}
.nav_close:hover {
	background:url(../images/close.png) -25px 0;
}

/* ====================================================== 
					BACK TO TOP
====================================================== */
#back-to-top {
	position: fixed;
	bottom: 18px; /* DISTANCE FROM BOTTOM OF PAGE - WAS 20px */
	right: 40px;
	z-index: 9998;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: rgba(0,0,0,0.30) url(../images/btn-up.svg) no-repeat center;
	background-size: 16px;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
    background-color:rgba(0,0,0,0.70);
}

#back-to-top.show {
	opacity: 1;
}

/* ====================================================== 
					CONTENT
====================================================== */
#page_wrapper {
	top:100px;
	bottom:100px;
	position: relative;
	height:85%;
}

/* ====================================================== 
					SECTIONS AREA
====================================================== */
section {
	width:100%;
}
section.one {
	background-size: cover;
	margin-bottom:-50px; 
}

/* GALLERY */
section.one h2 {
	/* color:#555606; temporary*/
	margin-top:30%; /* temporary*/
}
/* ABOUT US */
section.two .section_chapter {
	height: 800px;
	background:url(../images/section_about.jpg);  /*background:#808285 temporary*/
	background-attachment: fixed;
	background-position: center center;
    background-size: cover;
}
section.two h2 {color:#ff00ea; /* temporary*/}
section.two h4 {color:#fff; /* temporary*/}
section.two h5 {color:#ff00ea; /* temporary*/}
section.two h6 {color:#ff00ea; /* temporary*/}

section.three .section_chapter {background:#ff00ea;} 
section.three h2 {color:#ff00ea;}
section.three h6 {color:#ff00ea;}
section.three h4.subsection {background:#ff00ea}
section.three #factbox {background:#ff00ea}

/* WHAT WE DO */
section.four .section_chapter {
	height: 800px;
	background:url(../images/section_whatwedo.jpg) center no-repeat;/*background:#808285;  temporary*/
	background-size: 100%;
}
section.four h2 {color:#ff00ea; /* temporary*/}
section.four h4 {color:#fff; /* temporary*/}
section.four h5 {color:#ff00ea; /* temporary*/}
section.four h6 {color:#ff00ea; /* temporary*/}

section.five .section_chapter {background:#ff00ea;} 
section.five h2 {color:#ff00ea;}
section.five h6 {color:#ff00ea;}
section.five h4.subsection {background:#ff00ea}
section.five #factbox {background:#ff00ea}

/* WHERE WE GO */
section.six .section_chapter {
	height: 800px;
	background:url(../images/section_wherewego.jpg) center no-repeat;/*background:#808285;  temporary*/
	background-size: 100%;
}
section.six h2 {color:#ff00ea; /* temporary*/}
section.six h4 {color:#fff; /* temporary*/}
section.six h5 {color:#ff00ea; /* temporary*/}
section.six h6 {color:#ff00ea; /* temporary*/}

section.seven .section_chapter {background:#ff00ea;} 
section.seven h2 {color:#ff00ea;}
section.seven h6 {color:#ff00ea;}
section.seven h4.subsection {background:#ff00ea}
section.seven #factbox {background:#ff00ea}

/* OUR CLIENTS */
section.eight .section_chapter {
	height: 800px;
	background:url(../images/section_clients.jpg) center no-repeat;/*background:#808285;  temporary*/
	background-size: 100%;
}
section.eight h2 {color:#ff00ea; /* temporary*/}
section.eight h4 {color:#fff; /* temporary*/}
section.eight h5 {color:#ff00ea; /* temporary*/}
section.eight h6 {color:#ff00ea; /* temporary*/}

section.nine .section_chapter {background:#ff00ea;} 
section.nine h2 {color:#ff00ea;}
section.nine h6 {color:#ff00ea;}
section.nine h4.subsection {background:#ff00ea}
section.nine #factbox {background:#ff00ea}

/* GALLERY */
section.ten .section_chapter {
	height: 800px;
	background:url(../images/section_gallery.jpg) center no-repeat;/*background:#808285;  temporary*/
	background-size: 100%;
}
section.ten h2 {color:#ff00ea; /* temporary*/}
section.ten h4 {color:#fff; /* temporary*/}
section.ten h5 {color:#ff00ea; /* temporary*/}
section.ten h6 {color:#ff00ea; /* temporary*/}

section.eleven .section_chapter {background:#ff00ea;} 
section.eleven h2 {color:#ff00ea;}
section.eleven h6 {color:#ff00ea;}
section.eleven h4.subsection {background:#ff00ea}
section.eleven #factbox {background:#ff00ea}

/* CONTACT US */
section.twelve .section_chapter {
	height: 800px;
	background:url(../images/section_contact.jpg) center no-repeat;/*background:#808285;  temporary*/
	background-size: 100%;
}
section.twelve h2 {color:#ff00ea; /* temporary*/}
section.twelve h4 {color:#fff; /* temporary*/}
section.twelve h5 {color:#ff00ea; /* temporary*/}
section.twelve h6 {color:#ff00ea; /* temporary*/}

section.thirteen .section_chapter {background:#ff00ea;} 
section.thirteen h2 {color:#ff00ea;}
section.thirteen h6 {color:#ff00ea;}
section.thirteen h4.subsection {background:#ff00ea}
section.thirteen #factbox {background:#ff00ea}

/* SECTION TITLE PAGE */
.section_chapter {
	width:100%;
	height: 100%;
	display: table;
	position: relative;
}
.section_title {
	width:900px;
	top: 50%;
	left:50%;
	margin: -100px 0 0 -450px;
	position: absolute;
	text-align: center;
}
.section_title h4 {
	color:#FFFFFF;
	padding-bottom: 0;
}

/* CAROUSEL GALLERY - SLICK SLIDER */
.carousel {
	width:100%;
	height: auto;
	position: absolute;
	overflow-x: hidden; /* HIDES OVER HANGING DIVs */
}

/* ============== CONTENT PAGES ================ */

section div.page:last-child {
	margin-bottom:50px;
}
.page {
	width:100%;
	height: auto;
	display: table;  
}
.one .page{
	display:block;
}
div#content.gallery {
	padding: 0;
}
#content {
	width:960px;
	margin: 0 auto;
	padding:50px 0 0 0; 
	position:relative;
}


.subsection {
	margin-bottom:20px;
	display: inline-block;
	color:#666666;
	padding:10px 15px;
	text-transform: uppercase;
}
#image {
	float:right;
	width:80%;
	position: relative;
}
#image.padleft {
	padding-left:5%;
}
#image img {
	width:100%;
}
#image div {
	position:absolute;
	top:0;
	left:0;
}
.section p {
	width:20%;
	float:left;
}
.section ul {
	float:left;
}
.footer_space {
	height:80px;
}

/* ====================================================== 
				TEXT COLUMN - ALIGNMENT
====================================================== */
.column-full {
	width:100%;
	overflow:auto;
}
.column-half {  
	width:50%;
	display: table-cell;
	/*float:left;*/
}
.column-right {
	width:45%;
	display: table-cell;
	vertical-align: middle;
	/*float:right;*/
}
.two_column {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.three_column {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
/* ====================================================== 
					TESTIMONIALS
====================================================== */
#testimonial {
	width:48%;
	display:table-cell;
	vertical-align:middle;
}
.quote {
	width:50%;
	margin:0 auto;
	background:url(../images/quotes.png) no-repeat center top; 
	text-align:center;
}
.quote h3 {
	font-size:20px;
	padding-top:90px;
	color:#CCCCCC;
}

.quote h7 {
	font-size:12px;
	color:#1E4382;
}

/* ====================================================== 
					GALLERY
====================================================== */

div.gallery {
    margin: 5px;
    /*border: 1px solid #FFF;*/
    float: left;
    width: 220px;
}

div.gallery:hover {
    /*border: 1px solid #1E4382;*/
	opacity: 0.7;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 5px 0 8px 0;
    text-align: center;
}

/* ====================================================== 
					GALLERY - MODAL
====================================================== */
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  padding-left: 5px;
  /*width: 25%;*/
}
.column img{
	width: 220px;
	height: 140px; /* The width test */
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999; /* WAS 1 */
  padding-top: 80px;  /* WAS 100px */
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


/* ====================================================== 
						FOOTER 
====================================================== */
footer {
	width: 100%;
	height: 0px;
	position: fixed;
	bottom: 0;
	z-index: 300;
	background-color: #1E4382;
	box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
	
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
footer.show {
	height:70px;
	
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.footer_container {
	width: 960px;
	height: 100%;
	margin: 0 auto; /* centre div*/
	position: relative; /* TRIAL SECTION */
}
.footer_text_btn {
	height:30px;
	position: absolute;
	top:15px; /* HEIGHT OF BTN FROM TOP OF FOOTER */
	background-color: rgba(0,0,0,0.30);
	display: inline-block;
	padding: 5px 25px; /* WAS 50px */
	border: 1px solid #FFF;
	cursor: pointer;
}
.footer_text_btn:hover {
	background-color: rgba(0,0,0,0.50);
}
footer h3 {
	font-size: 14px;
	text-transform: uppercase;
	color:#FFFFFF;
}




/* ====================================================== 
			iPad mini - Portrait  
====================================================== */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
	and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	body {
		font-size: 20px;
		line-height: 32px;
	}  
	h3 {
		font-size: 50px;
	}  
	h4 {
		padding-bottom:20px;
	}
	a.anchor {
		top:-100px; 
	}  
/* --- HEADER --- */
	header { 
		height:100px; 
		-webkit-clip-path:none;
		clip-path:none;
	}
	.header_container {
		width: 90%;
	}
	.logo {
		width:170px;
		height:70px;
		left:20px;
		top: 15%;
	}
	.menu_btn{
		top: 45%;
		right: 60px;
	}
	.menu_btn li {
    	width: 40px;
    	height: 7px;
		margin-top: 6px;
		border-radius: 5px;
	}
	.container {
		width:95%;
	}
/* --- NAVIGATION --- */
	nav {
		top: 100px;
   		width: 40%;
		left: -100%;
	}
	nav ul {
		left:50px;	  
	}
	nav li {
		font-size: 24px;
		padding: 20px 0;
	}
	.nav_close {
		top:30px;
		right:30px;
	}
	  
/* --- CONTENT --- */
	#page_wrapper {
		top:100px;
	}
	section.two .section_chapter {
		background-attachment: scroll;
	}
	.section_chapter .section_title {
		width: 80%;
		margin: -100px 0 0 -40%;
	}
	section.one { 
		margin-bottom: -55px; /* WAS -30px */
	}
	section.two { 
		background-attachment: fixed;
		background-position: center center;
	}
	section.two .section_chapter,
	section.four .section_chapter,
	section.six .section_chapter,
	section.eight .section_chapter,
	section.ten .section_chapter,
	section.twelve .section_chapter {
		height: 550px; /* WAS 800px */
	}
	section.two h1,
	section.four h1,
	section.six h1,
	section.eight h1,
	section.ten h1,
	section.twelve h1  {
		margin-top: 5%;
		font-size: 100px;
		line-height: 100px;
	}
	.section_title br {
		display:none;
	}
	#content {
		width:85%;
	}
	#image {
		width:75%;
		margin:0 !important;
	}
	.footer_space {
		height:50px;
	}
	
	/* --- TEXT COLUMN ---- */	
	.column-half{
		width:100%;
		float:none;
		display: inherit;
	}
	.column-right {
		width:100%;
		float:none;
		padding-top: 30px;
		display: block;
	}
	  
/* --- TESTIMONIALS ---- */		
	#testimonial {
		width:48%;
		display:table-cell;
		vertical-align:middle;
	}
	.quote {
		width: 100%;
		font-size:18px;
		line-height:25px;
		margin-bottom:20px;
	}
	.quote h3 {
		font-size: 30px;
		line-height: 45px;
		padding-top: 90px;
	}
	#back-to-top {
		width: 45px;
		height: 45px;
		bottom: 12px;
		background-size: 30px;
		right: 70px;
	}
	.quote h7 {
		font-size: 18px;
	}
	
/* --- FOOTER --- */
	.footer_container {
		width: 90%;
	}
	.footer_text_btn {
		height: 30px;
		top: 12px;
		padding: 5px 30px;
		border: 2px solid #FFF;
	}
	footer h3 {
		font-size: 20px;
   		line-height: 32px;
	}
/* --- MODAL GALLERY --- */
	.row > .column {
    	padding: 0 5px;
	}
	.column img {
		width: 195px;
		height: 130px;
	}
	.modal {
		padding-top: 80px;
		top:100px;  /*  TESTING  */
	}
}


/* ====================================================== 
			iPad mini - Landscape  
====================================================== */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
	and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	
	body {
    	font-size: 14px;
    	line-height: 28px;
	}
	h3 {
    	font-size: 32px;
	}
	  
	.quote h3 {
    	font-size: 20px;
    	line-height: 28px;
	}
	a.anchor {
		top:-80px; 
	} 
	/* --- HEADER --- */
	header { 
		height:80px;
		-webkit-clip-path:none;
		clip-path:none;
	}
	.header_container {
    	width: 90%;
	}
	/* --- NAVIGATION --- */
	nav {
		top: 80px;
	}
	nav li {
    	font-size: 20px;
    	padding: 16px 0;
	}
	/* --- CONTENT --- */
	#content {
		width:85%;
	}  
	section.two { 
		background-attachment: fixed;
		background-position: center center;
	}  
	section.two .section_chapter {
		background-attachment: scroll;
	}  
	section.two .section_chapter,
	section.four .section_chapter,
	section.six .section_chapter,
	section.eight .section_chapter,
	section.ten .section_chapter,
	section.twelve .section_chapter  {  
		height: 576px;
	}
	section.two h1,
	section.four h1,
	section.six h1,
	section.eight h1,
	section.ten h1,
	section.twelve h1  {
		line-height: 130px;
	}
	#page_wrapper {
		top:80px;
	}
	.logo {
		width: 133px;
    	height: 55px;
		top: 15%;
	}
	.menu_btn {
		top: 50%;
	}
	.menu_btn li {
    	width: 30px;
		height: 4px;
	}
	/* --- FOOTER --- */ 
	footer.show {
		height: 60px;
	}
	.footer_text_btn {
		height: 22px;
		top: 13px;
	}
	footer h3 {
    	font-size: 16px;
    	line-height: 24px;
	}
	.footer_container {
		width: 90%;
	}
	/* --- BACK TO TOP --- */
	#back-to-top {
    	width: 35px;
		height: 35px;
		background-size: 20px;
		bottom: 13px;
	}
	/* --- MODAL GALLERY --- */
	.row > .column {
    	padding: 0 4px;
	}
	.column img {
    	width: 200px;
    	height: 130px;
	}
	.modal {
		padding-top: 60px;
		top:80px;  /*  TESTING  */
	 }
	
}

/* ====================================================== 
			iPHONE 5 - Portrait & LANDSCAPE
====================================================== */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2){
	
	h4 {
		padding-bottom:20px;
	}
/* --- HEADER --- */
	header { 
		-webkit-clip-path:none;
		clip-path:none;
	}
	.header_container {
		width: 90%;
	}	
	.logo {
		left:20px;
	}
	.menu_btn{
		top: 45%;
	}
	.menu_btn li {
		margin-top: 8px;
		border-radius: 5px;
	}
	.container {
		width:95%;
	}
	nav {
		left: -100%;
	}
	nav ul {
		left:50px;	  
	}
	.nav_close {
		width:50px;
		height:50px;
		background:url(../images/closeX_50x50.png) 0 0;
	}
	.nav_close:hover {
		background:url(../images/closeX_50x50.png) -50px 0;
	}
	section.two .section_chapter {
		background-attachment: scroll;
	}
	.section_chapter .section_title {
		width: 80%;
		margin: -100px 0 0 -40%;
	}
	section.one { 
		margin-bottom: -50px; /* WAS -30px */
	}
	section.two .section_chapter,
	section.four .section_chapter,
	section.six .section_chapter,
	section.eight .section_chapter,
	section.ten .section_chapter,
	section.twelve .section_chapter  {
		height: 552px;
	}
	section.two h1,
	section.four h1,
	section.six h1,
	section.eight h1,
	section.ten h1, 
	section.twelve h1  {
		margin-top: 5%;
		font-size: 100px;
		line-height: 150px;
	}
	.section_title br {
		display:none;
	}
	#content {
		width:85%;
	}
	#image {
		width:75%;
		margin:0 !important;
	}
	.footer_space {
		height:50px;
	}
/* --- TEXT COLUMN ---- */	
	.column-half{
		width:100%;
		float:none;
		display: inherit;
	}
	.column-right {
		width:100%;
		float:none;
		padding-top: 30px;
		display: block;
	}
/* --- TESTIMONIALS ---- */		
	#testimonial {
		width:48%;
		display:table-cell;
		vertical-align:middle;
	}
	.quote {
		width: 100%;
		font-size:18px;
		line-height:25px;
		margin-bottom:20px;
	}
	.footer_container {
		width: 90%;
	}
	.footer_text_btn {
		border: 3px solid #FFF;
	}
/* --- MODAL GALLERY --- */
	.row > .column {
    	padding: 0 4px;
	}
	.column img {
    	width: 260px;
    	height: 160px;
	}
	.modal {
		padding-top: 100px;
    	top: 150px;
	 }
}

/* ====================================================== 
			iPHONE 5 - Portrait  
====================================================== */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	
	body {
		font-size: 32px;
		line-height: 40px;
	}  
	h3 {
		font-size: 50px;
	}  
	a.anchor {
		top:-150px; 
	}
/* --- HEADER --- */
	header { 
		height:150px; 
	}
	.logo {
		width:240px;
		height:100px;
	}
	.menu_btn li {
    	width: 50px;
		height: 10px;
	}	
/* --- NAVIGATION --- */
	nav {
		top: 150px;
   		width: 100%;
	}
	nav li {
		font-size: 45px;
		padding: 50px 0;
	}
	.nav_close {
		top:50px;
		right:60px;
	}
/* --- CONTENT --- */
	#page_wrapper {
		top:150px;
	}
/* --- TESTIMONIALS ---- */		
	.quote h3 {
		font-size: 40px;
		line-height: 50px;
		padding-top: 90px;
	}
	.quote h7 {
	    font-size: 24px;
	}
/* --- BACK TO TOP ---- */
	#back-to-top {
		width: 60px;
		height: 60px;
		bottom: 20px;
		background-size: 30px;
		right: 70px;
	}
	
/* --- FOOTER --- */
	footer.show {
   		height: 100px;
	}
	
	.footer_text_btn {
		height: 50px;
    	top: 18px;
	}
	footer h3 {
		font-size: 30px;
		line-height: 48px;
	}	  
}


/* ====================================================== 
			iPHONE 5 - LANDSCAPE  
====================================================== */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	 
	body {
		font-size: 20px;
		line-height: 36px;
	}  
	h3 {
		font-size: 40px;
	}  
	a.anchor {
		top:-100px; 
	}
/* --- HEADER --- */
	header { 
		height:100px;
	}
	.logo {
		width:145px;
		height:60px;
	}
	.menu_btn li {
    	width: 40px;
   		height: 6px;
	}

/* --- NAVIGATION --- */
	nav {
		top: 100px;
   		width: 40%;
	}
	nav ul {
		top:20px;	  
	}
	nav li {
		font-size: 24px;
    	padding: 10px 0;
	}
	.nav_close {
		top:20px;
		right:20px;
	}
	
/* --- CONTENT --- */
	#page_wrapper {
		top:100px;
	}
	
	.quote h3 {
		font-size: 32px;
		line-height: 40px;
		padding-top: 90px;
	}
	#back-to-top {
		width: 45px;
    	height: 45px;
    	bottom: 13px;
    	background-size: 26px;
		right: 70px;
	}
	
/* --- FOOTER --- */
	footer.show {
   		height: 70px;
	}
	
	.footer_text_btn {
		height: 32px;
    	top: 11px;
	}
	footer h3 {
		font-size: 24px;
    	line-height: 32px;
	}
	.column img {
    	width: 190px;
    	height: 120px;
	}
}

/* ====================================================== 
			iPHONE 6 - PORTRAIT & LANDSCAPE  
====================================================== */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2){
	
	h4 {
		padding-bottom:20px;
	}
/* --- HEADER --- */
	header { 
		-webkit-clip-path:none;
		clip-path:none;
	}
	.header_container {
		width: 90%;
	}
	.logo {
		left:20px;
	}
	.menu_btn{
		top: 45%;
	}
	.menu_btn li {
		margin-top: 8px;
		border-radius: 5px;
	}
	.container {
		width:95%;
	}		
/* --- NAVIGATION --- */
	nav {
		left: -100%;
	}
	nav ul {
		left:50px;	  
	}
	nav li {
		font-size: 24px;
    	padding: 10px 0;
	}
	.nav_close {
		width:50px;
		height:50px;
		top:20px;
		right:20px;
		background:url(../images/closeX_50x50.png) 0 0;
	}
	.nav_close:hover {
		background:url(../images/closeX_50x50.png) -50px 0;
	}
		section.two .section_chapter {
		background-attachment: scroll;
	}
	.section_chapter .section_title {
		width: 80%;
		margin: -100px 0 0 -40%;
	}
	section.one { 
		margin-bottom: -50px; /* WAS -30px */
	}
	section.two .section_chapter,
	section.four .section_chapter,
	section.six .section_chapter,
	section.eight .section_chapter,
	section.ten .section_chapter, 
	section.twelve .section_chapter  {
		height: 552px;
	}
	section.two h1,
	section.four h1,
	section.six h1,
	section.eight h1,
	section.ten h1,
	section.twelve h1  {
		margin-top: 5%;
		font-size: 100px;
		line-height: 100px;
	}
	.section_title br {
		display:none;
	}
	#content {
		width:85%;
	}
	#image {
		width:75%;
		margin:0 !important;
	}
	.footer_space {
		height:50px;
	}
/* --- TEXT COLUMN ---- */	
	.column-half{
		width:100%;
		float:none;
		display: inherit;
	}
	.column-right {
		width:100%;
		float:none;
		padding-top: 30px;
		display: block;
	}
	/* --- TESTIMONIALS ---- */		
	#testimonial {
		width:48%;
		display:table-cell;
		vertical-align:middle;
	}
	.quote {
		width: 100%;
		font-size:18px;
		line-height:25px;
		margin-bottom:20px;
	}
	.quote h3 {
		padding-top: 90px;
	}
	#back-to-top {
		right: 70px;
	}
	.footer_container {
		width: 90%;
	}
	.footer_text_btn {
		border: 3px solid #FFF;
	}
	/* --- MODAL GALLERY --- */
	.row > .column {
    	padding: 0 4px;
	}
	.column img {
    	width: 200px;
    	height: 130px;
	}
	.modal {
		padding-top: 0px;
    	top: 100px;
	 }
}
/* ====================================================== 
			iPHONE 6 - Portrait  
====================================================== */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) 
	and (orientation: portrait) { 

	body {
		font-size: 32px;
		line-height: 40px;
	}  
	h3 {
		font-size: 50px;
	}
	a.anchor {
		top:-150px; 
	}
/* --- HEADER --- */
	header { 
		height:150px;
	}
	.logo {
		width:240px;
		height:100px;
	}
	.menu_btn li {
    	width: 50px;
		height: 10px;
	}
/* --- NAVIGATION --- */
	nav {
		top: 150px;
   		width: 100%;
	}
	
	nav li {
		font-size: 45px;
		padding: 50px 0;
	}
	.nav_close {
		top:50px;
		right:60px;
	}
/* --- CONTENT --- */
	#page_wrapper {
		top:150px;
	}
/* --- TESTIMONIALS ---- */		
	.quote h3 {
		font-size: 40px;
		line-height: 50px;
	}
	#back-to-top {
		width: 60px;
		height: 60px;
		bottom: 20px;
		background-size: 30px;
	}
/* --- FOOTER --- */
	footer.show {
   		height: 100px;
	}
	.footer_text_btn {
		height: 50px;
    	top: 18px;
	}
	footer h3 {
		font-size: 30px;
		line-height: 48px;
	}
	.column img {
        width: 265px;
    	height: 170px;
	}	
	.modal{
	    padding-top: 100px;
		top: 150px;
	}
	.close {
		top: 20px;
	    right: 48px;
		font-size: 75px;
	 }
}

/* ====================================================== 
			iPHONE 6 - LANDSCAPE  
====================================================== */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) 
	and (orientation: landscape) {
		
	body {
		font-size: 20px;
		line-height: 36px;
	}  
	h3 {
		font-size: 40px;
	}
	a.anchor {
		top:-100px; 
	}
/* --- HEADER --- */
	header { 
		height:100px;
	}
	.logo {
		width:145px;
		height:60px;
	}
	.menu_btn li {
    	width: 40px;
   		height: 6px;
	}		
/* --- NAVIGATION --- */
	nav {
		top: 100px;
   		width: 40%;
	}
	nav ul {
		top:20px;  
	}
	nav li {
		font-size: 24px;
    	padding: 10px 0;
	}
	.nav_close {
		top:20px;
		right:20px;
	}
/* --- CONTENT --- */
	#page_wrapper {
		top:100px;
	}
/* --- TESTIMONIALS ---- */		
	.quote h3 {
		font-size: 32px;
		line-height: 40px;
	}
	#back-to-top {
		width: 45px;
    	height: 45px;
    	bottom: 13px;
    	background-size: 26px;
	}
/* --- FOOTER --- */
	footer.show {
   		height: 70px;
	}
	.footer_text_btn {
		height: 32px;
    	top: 11px;
	}
	footer h3 {
		font-size: 24px;
    	line-height: 32px;
	}
}

/* ====================================================== 
		iPHONE 6 PLUS - Portrait & LANDSCAPE 
====================================================== */

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

	h4 {
		padding-bottom:20px;
	}
/* --- HEADER --- */
	.header_container {
		width: 90%;
	}
	.menu_btn{
		top: 45%;
	}
	.menu_btn li {
		margin-top: 8px;
		border-radius: 5px;
	}
	.container {
		width:95%;
	}	
/* --- NAVIGATION --- */
	nav {
		left: -100%;
	}
	.nav_close {
		width:50px;
		height:50px;
		background:url(../images/closeX_50x50.png) 0 0;
	}
	.nav_close:hover {
		background:url(../images/closeX_50x50.png) -50px 0;
	}
/* --- CONTENT --- */
	section.two .section_chapter {
		background-attachment: scroll;
	}
	.section_chapter .section_title {
		width: 80%;
		margin: -100px 0 0 -40%;
	}
	section.one { 
		margin-bottom: -50px; /* WAS -30px */
	}
	section.two .section_chapter,
	section.four .section_chapter,
	section.six .section_chapter,
	section.eight .section_chapter,
	section.ten .section_chapter,
	section.twelve .section_chapter  {
		height: 552px;
	}
	section.two h1,
	section.four h1,
	section.six h1,
	section.eight h1,
	section.ten h1,
	section.twelve h1  {
		margin-top: 5%;
		font-size: 100px;
		line-height: 100px;
	}
	.section_title br {
		display:none;
	}
	#content {
		width:85%;
	}
	#image {
		width:75%;
		margin:0 !important;
	}
	.footer_space {
		height:50px;
	}
/* --- TEXT COLUMN ---- */	
	.column-half{
		width:100%;
		float:none;
		display: inherit;
	}
	.column-right {
		width:100%;
		float:none;
		padding-top: 30px;
		display: block;
	}
/* --- TESTIMONIALS ---- */		
	#testimonial {
		width:48%;
		display:table-cell;
		vertical-align:middle;
	}
	.quote {
		width: 100%;
		font-size:18px;
		line-height:25px;
		margin-bottom:20px;
	}
/* --- FOOTER --- */
	.footer_container {
		width: 90%;
	}
	/* --- MODAL GALLERY --- */
	.row > .column {
    	padding: 0 4px;
	}
	.column img {
    	width: 260px;
    	height: 160px;
	}
	.modal {
		padding-top: 100px;
    	top: 150px;
	 }
}


/* ====================================================== 
			iPHONE 6 PLUS - Portrait  
====================================================== */

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) 
	and (orientation: portrait) {
	
	body {
		font-size: 32px;
		line-height: 40px;
	}
	h3 {
		font-size: 50px;
	} 	
	a.anchor {
		top:-150px; 
	}
/* --- HEADER --- */
	header { 
		height:150px; 
		-webkit-clip-path:none;
		clip-path:none;
	}
	.logo {
		width:240px;
		height:100px;
		left:20px;
	}
	.menu_btn li {
    	width: 50px;
		height: 10px;
	}
/* --- NAVIGATION --- */
	nav {
		top: 150px;
   		width: 100%;
	}
	nav ul {
		left:50px;	  
	}
	nav li {
		font-size: 45px;
		padding: 50px 0;
	}
	.nav_close {
		top:50px;
		right:60px;
	}
/* --- CONTENT --- */
	#page_wrapper {
		top:150px;
	}
	.quote h3 {
		font-size: 40px;
		line-height: 50px;
		padding-top: 90px;
	}
	#back-to-top {
		width: 60px;
		height: 60px;
		bottom: 20px;
		background-size: 30px;
		right: 70px;
	}
/* --- FOOTER --- */
	footer.show {
   		height: 100px;
	}
	
	.footer_text_btn {
		height: 50px;
    	top: 18px;
		border: 3px solid #FFF;
	}
	footer h3 {
		font-size: 30px;
		line-height: 48px;
	}
}

/* ====================================================== 
			iPHONE 6 PLUS - LANDSCAPE  
====================================================== */

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
		
	body {
		font-size: 20px;
		line-height: 36px;
	}  
	h3 {
		font-size: 40px;
	}  
	a.anchor {
		top:-100px; 
	}
/* --- HEADER --- */
	header { 
		height:100px; 
		-webkit-clip-path:none;
		clip-path:none;
	}
	.logo {
		width:145px;
		height:60px;
		left:20px;
	}
	.menu_btn li {
    	width: 40px;
   		height: 6px;
	}
/* --- NAVIGATION --- */
	nav {
		top: 100px;
   		width: 40%;
	}
	nav ul {
		top:20px;
		left:50px;	  
	}
	nav li {
		font-size: 24px;
    	padding: 10px 0;
	}
	.nav_close {
		top:20px;
		right:20px;
	}
/* --- CONTENT --- */
	#page_wrapper {
		top:100px;
	}
/* --- TESTIMONIALS ---- */		
	.quote h3 {
		font-size: 32px;
		line-height: 40px;
		padding-top: 90px;
	}
	#back-to-top {
		width: 45px;
    	height: 45px;
    	bottom: 13px;
    	background-size: 26px;
		right: 70px;
	}
/* --- FOOTER --- */
	footer.show {
   		height: 70px;
	}
	.footer_text_btn {
		height: 32px;
    	top: 11px;
		border: 3px solid #FFF;
	}
	footer h3 {
		font-size: 24px;
    	line-height: 32px;
	}
}