/* Global styling */

body {
	color: #FFFFFF;
	}
	
::-webkit-scrollbar {
    width: 14px;
	}
 
::-webkit-scrollbar-track {
	border-radius: 10px;
    background: rgba(255,255,255,0.2); 
	}

::-webkit-scrollbar-track:hover {
    background: rgba(255,255,255,0.3); 
	}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
    background: rgba(190,0,0,0.5); 
	}
	
@font-face {
    font-family: sawasdeebold;
    src: url('fonts/sawasdee-bold-webfont.eot');
    src: url('fonts/sawasdee-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/sawasdee-bold-webfont.svg	') format('svg'),
         url('fonts/sawasdee-bold-webfont.woff') format('woff'),
         url('fonts/sawasdee-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	}
	
p {
	margin: 5px 0;
	line-height: 25px; 
	font-family: Helvetica, Arial, Geneva, sans-serif;
	}
	
a {
	text-decoration: none;
	color: #FFFFFF;
	transition: color .25s ease;
	}
	
a:hover {
	text-decoration: underline;
	}

img {
	display: block;
	}

strong {
	font-weight: bold;
	}

header {
	position:relative;
	width:auto;
	background: url('images/logo_extend.png');
	}
	
header img {
	position: relative;
    width: 100%;
	max-width: 617px;
    z-index: 0;
	}

header .link {
	padding: 0 10px 0 10px;
	display: inline-block;
	height: 55px;
	}

header .link span {
	height: 55px;
	display: table-cell;
    vertical-align: middle;
	}

header a {
	font-size: 1.5em;
	font-family: sawasdee, Geneva, Tahoma, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	}

header p {
	font-size: 1.1em;
	font-family: sawasdee, Geneva, Tahoma, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	}

#scroll {
	position:relative;
	width:auto;
	background: url('images/logo_extend.png');
	}
	
#scroll img {
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	max-width: 617px;
    z-index: 0;
	}
	
#scroll2 {
	position:relative;
	width:auto;
	background: url('images/logo_extend.png');
	}
	
#scroll2 img {
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	max-width: 1295px;
    z-index: 0;
	}

/* Main Pages */
.linkblock {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.linkmobile {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.linkmobile span {
	margin: 5px 0;
	line-height: 25px; 
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

.headline {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

.advertisement {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
	z-index: 10;
}

.advertisement img {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 4096 px;
}

.advertisement p {
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	font-size: 1.3em;
	line-height: 1.8;

}

.advertisement video {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 4096 px;
	text-align: center;
}


.advertisement_portrait {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.advertisement_portrait img {
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	width: 40%;
	height: auto;
	max-width: 4096 px;
	display: inline;
}

.advertisement_portrait p {
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	font-size: 1.3em;
	line-height: 1.8;
}

.advertisement_printing {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.advertisement_printing img {
	position: relative;
	width: 75%;
	height: auto;
	max-width: 4096px;
	display: block;
	margin: auto;
}

.advertisement_printing p {
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	font-size: 1.3em;
	line-height: 1.8;
}

.previous_films{
	position: relative;
	margin-left: 12.5%;
	margin-right: 12.5%;
	text-align: center;
}

.previous_films iframe {
    top:0;
    left: 0;
    width: 640px;
    height: 360px;
 }

.prev_film_span{
	padding-right: 2%;
}

.makeup_parent{
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.makeup_gallery{
	display: inline-block;
	width: 40%;
	float: left;
}

.makeup_gallery-mobile{
	display: inline-block;
	width: 40%;
}

.makeup_body{
	display: inline-block;
	width: 60%;
	float: right;

}

.vendorlist{
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.vendorthird-1{
	display: inline-block;
	position: relative;
	width: 33%;
	float: left;
	overflow: hidden;
}

.vendorthird-2{
	display: inline-block;
	position: relative;
	width: 33%;
	float: left;
	overflow: hidden;
}

.vendorthird-3{
	display: inline-block;
	position: relative;
	width: 33%;
	float: right;
	overflow: hidden;
}

.promotion {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.promotion h2 {
	text-align:center;
}

.promotion img {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 4096 px;
}

.promo_button {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.promo_button img {
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	width: 40%;
	height: auto;
	max-width: 4096 px;
	display: inline;
}

.reviews {
	text-align: center;
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#ew-supplier-reviews {
	text-align: center;
	position: relative;
	display: inline-block;
}

/* Gallery */
	
#gallery {
	width:auto;
	max-width:4090px;
	margin-left: 2%;
	margin-right: 2%;
	position:relative;
	}
	
#gallery img {
	height:auto;
	width:75%;
	max-width:4090px;
	margin: 0 auto;
	position:relative;
	}

#gallery1 {
	width:auto;
	max-width:4090px;
	margin-left: 2%;
	margin-right: 2%;
	position:relative;
	}
	
#gallery1 img {
	height:auto;
	width:75%;
	max-width:4090px;
	margin: 0 auto;
	position:relative;
	}

#galleryb {
	width:auto;
	max-width: 1080px;
	margin-left: 2%;
	margin-right: 2%;
	position:relative;
	}
	
#galleryb img {
	height:auto;
	width: 75%;
	max-width:4090px;
	margin: 0 auto;
	position:relative;
	}

.contact {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
	width:auto;
	text-align:center;
}

.contact p {
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	font-size: 1.3em;
	line-height: 1.8;
}

.contact h2 {
	position: relative;
	right: 2%;
	padding-left: 30px;
	}

.contact form {
	text-align: center;
}

.contact_words h5 {
	text-align: left;
	display: inline-block;
}

.contact_words form {
	text-align: left;
	display: inline-block;
}

.contact_words p {
	margin: 5px 0;
	line-height: 25px; 
	font-family: sawasdee, Geneva, Tahoma, sans-serif;
	font-size: 0.9em;
}

.privacy {
	margin-left: 2%;
	margin-right: 2%;
	width: auto;
	max-width: 4090px;
	position:relative;
	background: url('images/content_bg.png');
	text-align: justify;
	}

.privacy p {
	color: #000000;
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	font-size: 1.3em;
	line-height: 1.8;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 5%;
}

.privacy li {
	color: #000000;
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	font-size: 1.3em;
	line-height: 1.8;
}

.privacy h1 {
	color: #000000;
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	font-size: 1.8em;
	line-height: 1.8;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
}

.calltoaction {
	position: relative;
	margin-left: 2%;
	text-align: center;
}

.calltoaction a {
	text-decoration: none;
	color: #FFFFFF;
	transition: color .25s ease;
	}
	
.calltoaction a:hover {
	text-decoration: underline;
	}

.divider {
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
}

.divider img {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 4096 px;
}
	
/* Footer */
#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	width: auto;
	max-width: 4090px;
	margin-left: 2%;
	margin-right: 2%;
	position:relative;
	background-color: #000000;
	}

#footer p {
	position: relative;
	font-size: 0.9em;
	background-color: #000000;
	}

.social {
	text-align: left;
	position: relative;
	display: inline;
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	padding-top:1%;
}

.social img {
	width: 29px;
	height: 29px;
	display: inline-block;
	padding-right: 1%;
}

.ahenshincompany {
	position: relative;
	display: inline-block;
	text-align: left;
	padding-top: 1%;
		}

.ahenshincompany img {
	width: 206px;
	height: 25px;
}

.copyright {
	float: right;
}

.copyright p {
	text-align: right;
}


/* Misc */
.clear {
	clear: both;
	}
	
.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
	}
	
.hide { 
	visibility: hidden; 
	display: none;
	}

.unhide { 
	visibility: visible; 
	}
	
/* Local styling */

/* Home */
html {
	background-color: #000000;
	background-size: cover;
	}

h1 {
	font-size: 1.8em;
	line-height: 1.8;
	}
	
h2 {
	font-size: 1.6em;
	line-height: 1.8;
	}

h3 {
	font-size: 1.6em;
	line-height: 1.8;
	}
	
h4 {
	font-size: 1.6em;
	line-height: 1.8;
	}
	
h5 {
	font-size: 1.2em;
	line-height: 1.2;
	text-align: justify;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	}
	
h6 {
	font-size: 1.0em;
	line-height: 1.2;
	text-align: left;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	}
	
h7 {
	font-size: 1.6em;
	line-height: 1.8;
	text-align: center;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	}
	
/* Backgrounds */	
#weddp {
	background: url(images/backgrounds/bgwedfol.jpg) no-repeat center center fixed; 
	background-color: #000000;
	background-size: cover;
		}

#weddpm {
	background: url(images/bg/mobile_bg.jpg) no-repeat center center fixed; 
	background-color: #000000;
	background-size: cover;
		}
			
/* Title */
#title {
	width:auto;
	max-width:980px;
	margin: 0 auto;
	position:relative;
	}
	
#title h2 {
	position:absolute;
	top:31%;
	left:2%;
	display:block;
	z-index:11;
	}
	
#title img {
    width: 100%;
	}

/* video */
.video {
	width:auto;
	max-width:4090px;
	margin-left: 2%;
	margin-right: 2%;
	position:relative;
	}

.video iframe {
	border-width: 0px;
	width: 1920px;
	height: 1080px;
	}
	
/* Nav */
nav {
	text-align: center;
	}

nav img {
	display: inline;
	margin: 15px;
 	}
	
#content_weds {
	width:auto;
	max-width:4090px;
	margin: 0 auto;
	position:relative;
	background: url('images/content_bg.png');
	text-align: left;
	}
	
#content_weds_form {
	width:auto;
	max-width:976px;
	margin: 0 auto;
	position:relative;
	background: none;
	text-align: left;
	}

#content_gallery {
	width:auto;
	max-width:4090px;
	margin: 0 auto;
	position:relative;
	background: url('images/content_bg.png');
	text-align: left;
	}


#content_gallery h2 {
	position: relative;
	left: 2%;
	padding-right: 30px;
	}
	
#content_gallery #resbr {
	display: none;
}
	
/* Contact Form */
	
form {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.2;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: sawasdeebold, Geneva, Tahoma, sans-serif;
	}

.map iframe {
	border-width: 0px;
	width: 1920px;
	height: 1080px;
	}	
	
/* Responsive */
@media (max-width: 4096px) {
	#home header .linkmobile  .link {
		display:none;
		}

@media (max-width: 1210px) {
	#home header a {
		font-size: 1.3em;
		}
	}

@media (max-width: 1092px) {
	#home header a {
		font-size: 1.1em;
		}
	}

@media (max-width: 976px) {
	#home header .linkblock  .link {
		display:none;
		}
	#home header .linkmobile  .link {
		display:block;
		}
	}


@media (max-width: 932px) {
	#home #content_nav #resbr {
		display: block;
		}
		
	#folio img {
		width: 100%;
		height: auto;
		}

	.advertisement p {
		font-size: 1.0em;
		}

	.advertisement h4 {
		font-size: 1.1em;
		}

	.advertisement_portrait p {
		font-size: 1.0em;
		}

	.advertisement_printing p {
		font-size: 1.0em;
		}

	#home h2 {
		font-size: 1.2em;
		}
	}

@media (max-width: 485px) {
	
	#footer p {
		font-size: 0.7em;
		float: right;
		}

	#home h2 {
		font-size: 1.2em;
		}


	.previous_films{
	    overflow: hidden;
	}

	.previous_films iframe {
    	top:0;
    	left: 0;
    	width: 320px;
    	height: 180px;
	 }

	.social img {
		width: 19.3px;
		height: 19.3px;
		display: inline-block;
		padding-right: 1%;
	}

	}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #FF0000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}