

/* ==========================================================================
   SPUN STUDIOS custom styles
   ========================================================================== */


/* Typography 
------------------------------ */

body {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5 { font-family: 'Arapey', serif; letter-spacing: 1px; }
h1 	{ font-size:48px}
@media (max-width: 480px) {
	h1 	{ font-size:42px}
}

h2 	{ font-size:36px}

section li { margin: 0.5em 0}


.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


/* Layout Tweaks 
------------------------------ */

@media (min-width: 992px) {
	.container {	
		width: 90%;
		max-width:1400px;
	} 
}

.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9 {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
	margin-bottom:20px;
}

section img {width:100%; max-width:980px}



@media (min-width: 992px) {
	section	{ margin-bottom:100px }
}

img.no-stretch { width:auto}


/* Header
------------------------------ */

.navbar-header { float:none; text-align:center; padding: 20px 20px 25px 20px;}
.navbar-toggle { display: block; float:right; }
.navbar-toggle .icon-bar {  background: #777; }

.navbar-brand {
    float: none;
	position: absolute;
	left: 7%;
    margin-left: -50px;margin-top:-10px;
    /*height: auto;*/
    /*padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;*/
	color:#fff;
	font-family: 'Arapey', serif;
	/*line-height: 18px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	letter-spacing: 1px;*/
	width:150px;
	height:77px;
	display:inline-block;
	background-image:url(../img/logo-trans.png);
	background-size:150px 67px;
	text-indent:-99999em;
	background-repeat:no-repeat;
	
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
   .navbar-brand {
		background-image:url(../img/990-Guisachan-logo@x2.png);
	}
}


@media (max-width: 767px) {
	.navbar-header {
		padding: 15px 0px;
	}
	.navbar-brand {
		/*position: relative;*/
		left: 15px;
		margin-left: 0px;
	}
}

.navbar-brand:hover,
.navbar-brand:active {
    color:#FFFFFF;
	text-decoration:underline;
}

.navbar-brand i {
    font-size:1.75em;
	line-height:1em;
}

.hexagon {
	width: 100px;
	height: 55px;
	background: #444;
	position: relative;
	display: inline-block;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #444;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #444;
}


/* Footer
------------------------------ */

footer {margin-top:100px; color:#777; }

.disclaimer { clear:both; margin-top:1em; font-size:0.75em}

@media (min-width: 768px) {
	footer 			{ text-align:center; }
	.footer-left 	{ float:left; }
	.footer-right 	{ float:right; }
}


/* Navigation 
------------------------------ */

 a { color: #777;
 	transition: all .3s;
	o-transition: all .3s;
 	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	 }
 a:hover { color: #04adf1; }
 
 a.biglink	{ display: inline-block; margin:2em 0; font-size:1.75em; font-weight:300; letter-spacing:2px; }
 
.close {
    float: right;
    font-size: 40px;
	font-weight:400;
    color: #777;
    text-shadow: none;
	opacity:1;
	filter: alpha(opacity=100);
	font-family: 'Arapey', serif;
	margin-top: 45px;
    margin-right: 50px;	
}
.close:hover { 
	color: #777;
	opacity:1;
	filter: alpha(opacity=100);
	text-decoration:underline;
	}

#menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
	background: rgba(0,0,0,0.9);
}

#menu ul {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1,1) translate(-50%, -50%);
    -ms-transform: scale(1,1) translate(-50%, -50%);
    -webkit-transform: scale(1,1) translate(-50%, -50%);
    transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    list-style-type: none;
	text-align:center;
	padding: 0;
}

#menu ul a {
    text-decoration: none;
	color:#aaa;
	font-size:2.5em;
	font-weight:300;
	line-height:1.75em;
	/*font-family: 'Arapey', serif;*/
	transition: all .5s;
	o-transition: all .5s;
 	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

@media (max-width: 767px) {
	#menu ul a {
		font-size:2.0em;
	}
	.close {
		margin-top: 20px;
		margin-right: 25px;	
	}
}

#menu ul a:hover {
	color:#00aeef;
	text-shadow:1px 0px 20px #00aeef;
}

a.next-page:link,
a.next-page:hover,
a.next-page:active,
a.next-page:visited { text-decoration:none; }

a.next-page { text-transform:uppercase; letter-spacing:3px; }
a.next-page:hover { text-transform:uppercase; letter-spacing:3px; }

a.next-page i { font-style:normal; font-size:1.5em; }

		


/* Gallery
------------------------------ */


@media (max-width: 767px) {
	.placement {
		width:100%;
		display: inline-block;
		margin: 0 auto 2em auto;
	}
	.gallery img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	img.galleryBG{ display:none; }
}



@media (min-width: 768px) {
	
	#gallery {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 100px;
	}
	
	.gallery img {
		width: 100%;
		height: auto;	
	}
	
	.placement {
		display: inline-block;
		position: absolute;
		height: auto;
	} 

	#gallery-container {
		display: inline-block;
		position: relative;
	}

	#location1 {
		top: 0;
		left: 44.55%;
		width: 46%;
	}
	#location2 {
		top: 18.98%;
		left: 0;
		width: 50%;
	}
	#location3 {
		top: 30.03%;
    	left: 65.45%;
   		width: 29.09%;
	}
	#location4 {
		top: 41.78%;
		left: 18.09%;
		width: 44.18%;
	}
	#location5 {
		top: 59.49%;
		right: 0;
		width: 49.73%;
	}
	#location6 {
		    bottom: 0;
			left: 6.01%;
			width: 41%;
	}
	
	
}










