@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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




/* Font */
body { 
	background-color:hsla(0,0%,0%,0.00);
	color:hsla(0,0%,22%,1.00);
}

 h3{
	font-family: "Birch Std";
	 font-stretch: condensed;
	font-size: 500%;
		
}
 h4{
	font-family: "Birch Std";
	 font-stretch: condensed;
	font-size: 300%;
		
}
 p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 200%;
	font-stretch: semi-expanded;
	font-size: 125%;
	
}




/*  links */
ul {list-style-type:none;
	font-family: "Birch Std";
	font-stretch: condensed;
	font-size: 100%;
	}

li{list-style: none;
	font-size: 150%}
a{
	text-decoration:none;
	
	}
a:link {
		color:#333;
}

a:visited {
	color:#333;
}
a:focus {
	color:#000; 
}
a:hover {
	color:#CCC;
}
a:avtive {
	color:#333;
}





#my-wrapper{
	position: inherit;
	height: 100%;
	width: 100%;
}

#gallery{
	height: 60%;
	width: 100%;
	left: 0%;
	top: 20%;
}

#menu-tab img{
	position: fixed;
	height: 23%;
	width:6%;
	left: 0;
	top:0;
	
}


a#penlogo img{
		height:23%;
		left:6%;
		top:1%;
		position:fixed;
		
		
		
}


/* Social */
#contact {
	z-index:6;
}

#facebook img{
		position:fixed;
		width:3%;
		right:1%;
		top:1%;
		z-index:6
}

#instagram img{
		position:fixed;
		width:3%;
		right:5%;
		top:1%;
		z-index:6
		
}

#twitter img{
		position:fixed;
		width:3%;
		right:9%;
		top:1%;
		z-index:6
		
}		
#tumblr img{
		position:fixed;
		width:3%;
		right:13%;
		top:1%;
		z-index:6
		
}







.more {
	position:inherit;
	bottom:10%;
	z-index:3;
	
	
}

#makeMeScrollable img{
		height: 100%;
}

		#makeMeScrollable
		{
			width:100%;
			height: 60%;
			position: relative;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea a
		{
			position: relative;
			float: left;
			height:100%;
			margin: 0;
			padding: 0;
			
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
	

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.bodytext{
	text-align:left;
	font-size:large;
	
	
}

#sec-right {
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	top:30%;
	
	
}
.scroll {
		position:absolute;
		height:100%;
		width:60%;
		color:hsla(0,0%,0%,0.50);
		padding-top:0%;
		left:38%;
		z-index:0;
		padding-bottom:10%;
}
.scroll img {
		height: 100%;
}
#right-rates {
	position:absolute;
	width:30%;
	left:5%;
	padding-top:0%;
	overflow: scroll;
	height: 60%;
	
}

#extras-right{
	position: fixed;
	bottom: 5%;
	left: 10%;
}



#sec-left {
	position:absolute;
	top:30%;
	height:100%;
	width:100%;
	padding-top:0%;
	
	
}
.scroll-left {
		position:absolute;
		height:100%;
		width:60%;
		color:hsla(0,0%,0%,0.50);
		padding-top:0%;
		left:2%;
		z-index:0;
}
.scroll-left img {
		height: 100%;
}
#left-rates {
	position:absolute;
	width:30%;
	left:65%;
	padding-top:0%;
	overflow: scroll;
	height: 60%;
	
}
#extras-left{
	position: fixed;
	bottom: 5%;
	right: 15%;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 450%;
    background-color: rgb(215, 215, 215);
    text-align: center;
    padding: 5px 0;
    border-radius:0;
	font-size: medium;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 100%;
    left: -200%; 
    /* Use half of the width (120/2 = 60), to center the tooltip */
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centre the page */
.body {
	display:block;
	margin:0 auto;
	width:100%;
		
}
/* Centre the form within the page */




#footer{clear:both;
 }
 #copy{font-size:12px; color:hsla(0,0%,5%,1.00);
 		text-align: center;
		position:fixed;
		bottom:2%;
		left:43%;
		
		}
		
#contactform{
	position: inherit;
	width: 100%;
	height: 100%;
}

/* Tooltip container */
.tooltip3 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 400%;
	height: 1500%;
    background-color: rgb(215, 215, 215);
    text-align: left;
    padding: 0px 0;
    border-radius:0;
	font-size: small;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 100%;
	left: -300%;
    
    /* Use half of the width (120/2 = 60), to center the tooltip */
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}


#slideout3 {
	position:fixed;
	bottom:3%;
	font-size:150%;
	right:2%;
	

}
	


@media only screen and (max-width : 992px) and (orientation : portrait  ) {
	
	
	/* Font */
body { 
	background-color:hsla(0,0%,0%,0.00);
	color:hsla(0,0%,22%,1.00);
}

 h3{
	font-family: "Birch Std";
	 font-stretch: condensed;
	font-size: 200%;
		
}
 h4{
	font-family: "Birch Std";
	 font-stretch: condensed;
	font-size: 175%;
		
}
 p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 200%;
	font-stretch: semi-expanded;
	font-size: 125%;
	
}
	li{list-style: none;
	font-size: 250%}
	
	#my-wrapper{
	position: inherit;
	height: 100%;
	width: 100%;
		overflow: hidden;
}

#gallery{
	height: 60%;
	width: 100%;
	left: 0%;
	top: 20%;
}

#menu-tab img{
	position: fixed;
	height: 10%;
	width:6%;
	left: 0;
	top:0;
	
}


a#penlogo img{
		height:10%;
		left:6%;
		top:1%;
		position:fixed;
		
		
		
}


/* Social */
#contact {
	z-index:6;
}

#facebook img{
		position:fixed;
		width:8%;
		right:1%;
		top:1%;
		z-index:6
}

#instagram img{
		position:fixed;
		width:8%;
		right:9%;
		top:1%;
		z-index:6
		
}

#twitter img{
		position:fixed;
		width:8%;
		right:17%;
		top:1%;
		z-index:6
		
}		
#tumblr img{
		position:fixed;
		width:8%;
		right:26%;
		top:1%;
		z-index:6
		
}







.more {
	position:inherit;
	bottom:10%;
	z-index:3;
	
	
}

#makeMeScrollable img{
		height: 100%;
}

		#makeMeScrollable
		{
			width:100%;
			height: 60%;
			position: relative;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea a
		{
			position: relative;
			float: left;
			height:100%;
			margin: 0;
			padding: 0;
			
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
	

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.bodytext{
	text-align:left;
	font-size:large;
	
	
}

#sec-right {
	position:absolute;
	height:90%;
	width:100%;
	z-index:0;
	top:12%;
	
	
}
.scroll {
		position:absolute;
		height:80%;
		width:98%;
		color:hsla(0,0%,0%,0.50);
		padding-top:55%;
		left:1%;
		z-index:0;
		padding-bottom:10%;
}
.scroll img {
		height: 100%;
}
#right-rates {
	position:absolute;
	width:90%;
	left:5%;
	padding-top:0%;
	overflow: scroll;
	height: 40%;
	
}

#extras-right{
	position: fixed;
	bottom: 5%;
	left: 10%;
}



#sec-left {
	position:absolute;
	top:11%;
	height:90%;
	width:100%;
	padding-top:0%;
	
	
}
.scroll-left {
		position:absolute;
		height:80%;
		width:98%;
		color:hsla(0,0%,0%,0.50);
		padding-top:55%;
		left:1%;
		z-index:0;
}
.scroll-left img {
		height: 100%;
}
#left-rates {
	position:absolute;
	width:90%;
	left:5%;
	padding-top:0%;
	overflow: scroll;
	height: 40%;
	
}
#extras-left{
	position: fixed;
	bottom: 75%;
	right: -11%;
	-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 150%;
	height: 400%;
    background-color: rgb(215, 215, 215);
    text-align: left;
    padding: 5px 0;
    border-radius:0;
	font-size: large;
		-webkit-transform: rotate(90deg);

/* Firefox */
-moz-transform: rotate(90deg);

/* IE */
-ms-transform: rotate(90deg);

/* Opera */
-o-transform: rotate(90deg);
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 400%;
    left: -25%; 
    /* Use half of the width (120/2 = 60), to center the tooltip */
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centre the page */
.body {
	display:block;
	margin:0 auto;
	width:100%;
		
}
/* Centre the form within the page */




#footer{clear:both;
 }
 #copy{font-size:18px; color:hsla(0,0%,5%,1.00);
 		text-align: left;
		position:fixed;
		bottom:2%;
		left:5%;
		
		}
		
#contactform{
	position: inherit;
	width: 100%;
	height: 100%;
}

/* Tooltip container */
.tooltip3 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 400%;
	height: 1500%;
    background-color: rgb(215, 215, 215);
    text-align: left;
    padding: 0px 0;
    border-radius:0;
	font-size: small;
	
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 100%;
	left: -300%;
    
    /* Use half of the width (120/2 = 60), to center the tooltip */
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}


#slideout3 {
	position:fixed;
	bottom:3%;
	font-size:150%;
	right:2%;
	

}
	
	
}

@media only screen and (max-width : 992px) and (orientation : landscape  ) {
	
	
		/* Font */
body { 
	background-color:hsla(0,0%,0%,0.00);
	color:hsla(0,0%,22%,1.00);
}

 h3{
	font-family: "Birch Std";
	 font-stretch: condensed;
	font-size: 200%;
		
}
 h4{
	font-family: "Birch Std";
	 font-stretch: condensed;
	font-size: 175%;
		
}
 p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 200%;
	font-stretch: semi-expanded;
	font-size: 125%;
	
}
	
	li{list-style: none;
	font-size: 250%}
	
	#my-wrapper{
	position: inherit;
	height: 100%;
	width: 100%;
}

#gallery{
	height: 60%;
	width: 100%;
	left: 0%;
	top: 20%;
}

#menu-tab img{
	position: fixed;
	height: 15%;
	width:6%;
	left: 0;
	top:0;
	
}


a#penlogo img{
		height:15%;
		left:6%;
		top:1%;
		position:fixed;
		
		
		
}


/* Social */
#contact {
	z-index:6;
}

#facebook img{
		position:fixed;
		width:10%;
		right:1%;
		top:1%;
		z-index:6
}

#instagram img{
		position:fixed;
		width:10%;
		right:12%;
		top:1%;
		z-index:6
		
}

#twitter img{
		position:fixed;
		width:10%;
		right:23%;
		top:1%;
		z-index:6
		
}		
#tumblr img{
		position:fixed;
		width:10%;
		right:34%;
		top:1%;
		z-index:6
		
}







.more {
	position:inherit;
	bottom:10%;
	z-index:3;
	
	
}

#makeMeScrollable img{
		height: 100%;
}

		#makeMeScrollable
		{
			width:100%;
			height: 60%;
			position: relative;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea a
		{
			position: relative;
			float: left;
			height:100%;
			margin: 0;
			padding: 0;
			
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
	

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.bodytext{
	text-align:left;
	font-size:large;
	
	
}

#sec-right {
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	top:30%;
	
	
}
.scroll {
		position:absolute;
		height:100%;
		width:60%;
		color:hsla(0,0%,0%,0.50);
		padding-top:0%;
		left:38%;
		z-index:0;
		padding-bottom:10%;
}
.scroll img {
		height: 100%;
}
#right-rates {
	position:absolute;
	width:30%;
	left:5%;
	padding-top:0%;
	overflow: scroll;
	height: 60%;
	
}

#extras-right{
	position: fixed;
	bottom: 5%;
	left: 10%;
}



#sec-left {
	position:absolute;
	top:30%;
	height:100%;
	width:100%;
	padding-top:0%;
	
	
}
.scroll-left {
		position:absolute;
		height:100%;
		width:60%;
		color:hsla(0,0%,0%,0.50);
		padding-top:0%;
		left:2%;
		z-index:0;
}
.scroll-left img {
		height: 100%;
}
#left-rates {
	position:absolute;
	width:30%;
	left:65%;
	padding-top:0%;
	overflow: scroll;
	height: 60%;
	
}
#extras-left{
	position: fixed;
	bottom: 5%;
	right: 15%;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 450%;
    background-color: rgb(215, 215, 215);
    text-align: center;
    padding: 5px 0;
    border-radius:0;
	font-size: medium;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 100%;
    left: -200%; 
    /* Use half of the width (120/2 = 60), to center the tooltip */
}


/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centre the page */
.body {
	display:block;
	margin:0 auto;
	width:100%;
		
}
/* Centre the form within the page */




#footer{clear:both;
 }
 #copy{font-size:12px; color:hsla(0,0%,5%,1.00);
 		text-align: center;
		position:fixed;
		bottom:2%;
		left:43%;
		
		}
		
#contactform{
	position: inherit;
	width: 100%;
	height: 100%;
}

/* Tooltip container */
.tooltip3 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 400%;
	height: 1500%;
    background-color: rgb(215, 215, 215);
    text-align: left;
    padding: 0px 0;
    border-radius:0;
	font-size: small;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 100%;
	left: -300%;
    
    /* Use half of the width (120/2 = 60), to center the tooltip */
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}


#slideout3 {
	position:fixed;
	bottom:3%;
	font-size:150%;
	right:2%;
	

}
	
	
}