/* ==========================================================================
   LLANGOLLEN
   ========================================================================== */
   
html {-webkit-font-smoothing: antialiased;}
   
html, body {
	position:relative;
	width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0 !important;	
    font-family:"llangollen", sans-serif;
	font-size:14px;
	line-height:27px;	
	font-weight:normal;
	color:#f2ebde;
	background-color:#5e5e5e;
	overflow-x:hidden;}

h1,h2,h3,h4,p {margin:0; padding:0;}

h1 {font-family:"llangollen-display", sans-serif; font-size:62px; line-height:72px; font-weight:normal; letter-spacing: -0.5px;}
h2 {font-family:"llangollen", sans-serif; font-size:26px; line-height:32px; font-weight:normal;}
h3 {font-family:"llangollen", sans-serif; font-size:20px; line-height:24px; font-weight:normal; letter-spacing: 0.5px;}
p {font-size:16px; line-height:24px; font-weight:normal;}

a {
	color:#f2ebde;
	text-decoration:none;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	cursor:pointer;}

a:hover {color:#f2ebde; text-decoration:none; cursor:pointer;}

strong {font-family:"llangollen-bold", sans-serif;}

@font-face {
    font-family: "llangollen-display";
    src: url('../fonts/llangollen-display.woff2') format('woff2'),
         url('../fonts/llangollen-display.woff') format('woff');    
    font-weight:normal;
    font-style: normal;}

@font-face {
    font-family: "llangollen";
    src: url('../fonts/llangollen-regular.woff2') format('woff2'),
         url('../fonts/llangollen-regular.woff') format('woff');    
    font-weight:normal;
    font-style: normal;}

@font-face {
    font-family: "llangollen-bold";
    src: url('../fonts/llangollen-medium.woff2') format('woff2'),
         url('../fonts/llangollen-medium.woff') format('woff');    
    font-weight:normal;
    font-style: normal;}


@font-face {
    font-family: "llangollen-light";
    src: url('../fonts/llangollen-light.woff2') format('woff2'),
         url('../fonts/llangollen-light.woff') format('woff');    
    font-weight:normal;
    font-style: normal;}


img, img a, img a:hover {border:0;}

.clear {margin:0!important;}

div, ul, li{
	display:block;
	margin:0;
	padding:0;
	list-style:none;}
	

.left {float:left;}
.right {float:right; text-align: right;}
.color {color:#473c38;}
.center {text-align:center;}

.wrapper {
    max-width:820px;
    margin:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;}

.hide {display:none;}

hr {
    display: block;
    width: 8px;
    height: 1px;
    line-height: 1px;
    border: none;
    margin: 8px auto;
    padding: 0;
    opacity: 0.4;}

/* ==========================================================================
   MENU
   ========================================================================== */

#menu {
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:auto;
	text-align:center;	
	margin:0;
	padding:0;
	z-index:100;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;}

#menu.responsive {display:none; z-index: 1500}
	
#menu a:hover {opacity:0.5;}
#menu a.active {opacity:0.5;}
	
#menu .wrapper {
	width:100%;
	max-width:none;
	padding:0;
    margin-top: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
#menu .logo {width:100%; opacity:1}

#menu .logo .big {
    position: absolute;
	display:block;
    top:45px;    
    left: 50%;
    width:220px;
	height:80px;
    margin-left:-110px;
	background:url(../img/llangollen.png)no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 100;}
	
#menu .logo .small {
    position: absolute;   
	display:none;
	top:45px;    
    left: 50%;
    width:220px;
	height:80px;
    margin-left:-110px;
	background:url(../img/llangollen-white.png)no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;   
    z-index: 300;}
	
#menu .main-menu {
	width:100%;
	max-width:1000px;
	margin: auto;
	}

#menu .main-menu li {
    display: inline-block;
    margin:0 10px;
    font-size: 12px;
    font-family: "llangollen-bold";
    letter-spacing: 1px;
    text-transform:uppercase;}

#menu .main-menu .download-foldout,
#menu .main-menu .download-brochure{
	display: inline-block;
    height: 30px;
    font-family: "llangollen-light";
    font-size: 15px;
    line-height: 30px;
    border: 1px solid transparent;
    padding: 5px 30px 5px 0;
    background: url(../img/arrow-down.png) no-repeat right;
    background-size: 20px 20px;
    background-position: right 8px;
    letter-spacing: 1px;
    text-align: left;
	color:#eae3d6;
	border-bottom-color:#eae3d6;
	background-image: url(../img/arrow-down-white.png);
}


#menu .main-menu .download-foldout {margin-right: 20px}

#menu .main-menu .contact {
	display: block;
    height: 30px;
    font-family: "llangollen-light";
    font-size: 15px;
    line-height: 30px;
    color: #473c38;
    border: 1px solid #473c38;
    padding: 5px 40px 5px 15px;
    border-radius: 30px;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: 15px 15px;
    background-position: top 12px right 12px;
    letter-spacing: 1px;
    text-align: right;
}


#menu .main-menu li.logo-padding {padding-right:160px;}

#menu .menu-control {
	display:block;
	position:absolute;
	top:10px;
	right:10px;
    z-index: 200;}
	
#menu .open,
#menu .close {
	width:60px;
	height:60px;
	background:no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	
#menu .open {display:none; background-image:url(../img/open.png)}
#menu .close {display:none; background-image:url(../img/close.png)}


/* COLOR BY SECTION */

.fp-viewing-home-0 #menu .logo {opacity:0}
.fp-viewing-home-0 #menu .logo .big {background-image:url(../img/llangollen-white.png)}
.fp-viewing-home-0 #menu .main-menu .contact {color:#eae3d6; border-color:#eae3d6; background-image: url(../img/arrow-right-white.png)}
.fp-viewing-home-0 #menu .main-menu .download-foldout {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}
.fp-viewing-home-0 #menu .main-menu .download-brochure {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}

.fp-viewing-fullvideo #menu .main-menu .download-foldout {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}
.fp-viewing-fullvideo #menu .main-menu .download-brochure {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}

.fp-viewing-galleryslider-0 #menu .logo .big,
.fp-viewing-galleryslider-1 #menu .logo .big,
.fp-viewing-galleryslider-2 #menu .logo .big,
.fp-viewing-galleryslider-3 #menu .logo .big,
.fp-viewing-galleryslider-4 #menu .logo .big,
.fp-viewing-galleryslider-5 #menu .logo .big,
.fp-viewing-galleryslider-6 #menu .logo .big,
.fp-viewing-galleryslider-7 #menu .logo .big {background-image:url(../img/llangollen-white.png)}
.fp-viewing-galleryslider-0 #menu .main-menu .download-foldout,
.fp-viewing-galleryslider-1 #menu .main-menu .download-foldout,
.fp-viewing-galleryslider-2 #menu .main-menu .download-foldout,
.fp-viewing-galleryslider-3 #menu .main-menu .download-foldout,
.fp-viewing-galleryslider-4 #menu .main-menu .download-foldout,
.fp-viewing-galleryslider-5 #menu .main-menu .download-foldout,
.fp-viewing-galleryslider-6 #menu .main-menu .download-foldout,
.fp-viewing-galleryslider-7 #menu .main-menu .download-foldout {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}
.fp-viewing-galleryslider-0 #menu .main-menu .download-brochure,
.fp-viewing-galleryslider-1 #menu .main-menu .download-brochure,
.fp-viewing-galleryslider-2 #menu .main-menu .download-brochure,
.fp-viewing-galleryslider-3 #menu .main-menu .download-brochure,
.fp-viewing-galleryslider-4 #menu .main-menu .download-brochure,
.fp-viewing-galleryslider-5 #menu .main-menu .download-brochure,
.fp-viewing-galleryslider-6 #menu .main-menu .download-brochure,
.fp-viewing-galleryslider-7 #menu .main-menu .download-brochure {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}
.fp-viewing-galleryslider-0 #menu .main-menu .contact,
.fp-viewing-galleryslider-1 #menu .main-menu .contact,
.fp-viewing-galleryslider-2 #menu .main-menu .contact,
.fp-viewing-galleryslider-3 #menu .main-menu .contact,
.fp-viewing-galleryslider-4 #menu .main-menu .contact,
.fp-viewing-galleryslider-5 #menu .main-menu .contact,
.fp-viewing-galleryslider-6 #menu .main-menu .contact,
.fp-viewing-galleryslider-7 #menu .main-menu .contact {color:#eae3d6; border-color:#eae3d6; background-image: url(../img/arrow-right-white.png)}

.fp-viewing-fullmap #menu .logo .big {background-image:url(../img/llangollen-white.png)}
.fp-viewing-fullmap #menu .main-menu .contact {color:#eae3d6; border-color:#eae3d6; background-image: url(../img/arrow-right-white.png)}
.fp-viewing-fullmap #menu .main-menu .download-foldout {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}
.fp-viewing-fullmap #menu .main-menu .download-brochure {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}

.fp-viewing-contact #menu .main-menu .download-foldout {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}
.fp-viewing-contact #menu .main-menu .download-brochure {color:#f5a83b; border-bottom-color:#f5a83b; background-image: url(../img/arrow-down.png);}

/* ==========================================================================
   CONTENT / BOXES
   ========================================================================== */	

#preloader {
	display: block;
    content: " ";
    position: fixed;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
    background-color:rgba(70,60,56,0.9);
	background-position:center;
	background-repeat:no-repeat;
	background-image: url('../img/fancybox_loading@2x.gif');
	background-size: 24px 24px;
    z-index: 9999;}

.box {
	position:relative;
	display:block;
	background:#ccc;
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow: hidden;
	float:left;}
	
a.box .box-content {
	font-family: "llangollen", sans-serif;
	font-size:20px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:normal;
	background:rgba(0,0,0,0.4);
	transition: all .7s ease ease;
	-moz-transition: all .7s ease ease;
	-webkit-transition: all .7s ease ease;
	-o-transition: all .7s ease ease;}	
	
a.box:hover .box-content {background:rgba(0,27,74,0.8);}	
		
.box-container {
	display:block;
	width:100%;
	border:none;
	border-top:1px solid #f2ebde;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	float:left;}
	
.box-container .box {border-right:1px solid #f2ebde;}
.box-container .box:last-child {border-right:none;}

/* VERTICAL */

.full-left {height:100%;}
.full-right {height:100%;}
.half-left {height:50%;}
.half-right {height:50%;}

.half-top {height:65%;}
.half-bottom {height:35%;}
.middle {height:50%;}

/* HORIZONTAL */
.third {width:33.33%;}
.half {width:50%;}
.full {width:100%;}

.square {width:50%;
	height: -moz-calc(100% - 160px);
    height: -webkit-calc(100%  - 160px);
    height: calc(100% - 160px);}

.box-content {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:30px 60px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;}
	
.box-wrapper {display:table;width:100%; height:100%; max-width:520px; margin:auto;}
.box-center {display: table-cell; vertical-align: middle;}

.brown {background-color:#b08f7a; color:#f2ebde;}
.dark {background-color:#473c38; color:#cccac3;}
.creme {background-color:#cccac3; color:#473c38;}

.text {overflow:auto;}
.text .box-wrapper {margin:0;}
.text .box-center {vertical-align:top;}
.text h1 {margin-bottom:10px;}


.thumbnail:after {
	position:absolute;
	top:0;
	left:0;
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,27,74,0);
	transition: all .7s ease ease;
	-moz-transition: all .7s ease ease;
	-webkit-transition: all .7s ease ease;
	-o-transition: all .7s ease ease;	
	background-image:url(../img/more.png);
	background-repeat:no-repeat;
	background-position:right 10px bottom 10px;
	background-size:30px 30px;}
	
.thumbnail:hover:after {
	background-color:rgba(0,27,74,0.5);	
	background-position:center center;
	background-size:50px 50px;}

/* ==========================================================================
   LEGAL 
   ========================================================================== */

#legal {display:none; text-align:left; max-width:680px; color:#cccccc;}
#legal p {font-size:10px; line-height:14px; letter-spacing:0.5px}

#legal .housing {
	display:block;
	width:18px;
	height:18px;
	margin-bottom:10px;
	background:url(../img/housing.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

/* ==========================================================================
   FULLSCREEN SLIDER
   ========================================================================== */

.slide {
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

.slide h1 {position: relative; text-align:center; text-transform: uppercase; z-index: 10}

.slide:before {position: absolute; display: block; top: 0;left: 0; content: " "; width: 100%; height: 100%; /*background-color: rgba(36, 44, 47, 0.2);*/  z-index: 1 }

.scrolldown {
    position: absolute;
    display: block;
    bottom: 0;
    width: 120px;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    z-index: 10;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-family: "llangollen";
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center 40px;
}
	
/*ARROWS*/
.fp-controlArrow, .fp-controlArrow.fp-next, .fp-controlArrow.fp-prev  {
	width: 40px;
	height: 50px;
	text-indent: -9999px;
	border:0;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-image: url(../img/controls.png);
    background-repeat: no-repeat
}
	
.fp-controlArrow.fp-next {background-position:-80px 0; right:60px;}
.fp-controlArrow.fp-prev {background-position:-40px 0; left:60px;}

.fp-controlArrow.fp-next:hover,
.fp-controlArrow.fp-prev:hover {opacity:0.2;}


#gallery .fp-controlArrow.fp-next {background-image: url(../img/controls-white.png);}
#gallery .fp-controlArrow.fp-prev {background-image: url(../img/controls-white.png);}
	
/*VERTICAL DOTS*/
#fp-nav ul li {margin:16px;}

#fp-nav ul li a.active span {    
    background: rgba(242,235,222,1);}
	
#fp-nav ul li a span {
    border: 1px solid #f2ebde;
    background: rgba(242,235,222,0.2);
    height: 8px;
    width: 8px;
    border-radius: 16px;
    margin: -6px 0 0 -6px;}
	
#fp-nav ul li a.active span, 
#fp-nav ul li:hover a span, 
#fp-nav ul li:hover a.active span{
    width: 8px;
    height: 8px;
    background: rgba(242,235,222,1);
    margin: -6px 0 0 -6px;}

/*HORIZONTAL DOTS*/
.fp-slidesNav ul {text-align: center;}
.fp-slidesNav ul li {margin:16px 4px;}

.fp-slidesNav ul li a.active span {    
    background: rgba(242,235,222,1);}
	
.fp-slidesNav ul li a span {
    border: 1px solid #f2ebde;
    background: rgba(242,235,222,0.2);
    height: 8px;
    width: 8px;
    border-radius: 16px;
    margin: -6px 0 0 -6px;}
	
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a span,
.fp-slidesNav ul li:hover a.active span {
    width: 8px;
    height: 8px;
    background: rgba(242,235,222,1);
    margin: -6px 0 0 -6px;}
	

/* ==========================================================================
   HOME / INTRO
   ========================================================================== */
	
.section.home .big-logo {
    position: relative;
	display:block;
    width:350px;
	height:100px;	
	margin: auto;
	background:url("../img/llangollen-big.png")no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 100;}


.section.home .slide:before {background-color: rgba(6, 6, 6, 0.5);}

/* ==========================================================================
   TIMELINE
   ========================================================================== */

.section.timeline {
    color:#473c38;
    background-color:#f5a83b;
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;}

.section.timeline .fp-slidesNav {display: none;}

.section.timeline .title {
	width: 100%;
    position: absolute;
    margin: auto;
    padding: 0;
    height: 60px;
    line-height: 60px;
    top: 50%;
    margin-top: -200px;}

.section.timeline .slide:before {display: none}
.section.timeline .slide {position: relative;}

.section.timeline .year {	
    position: absolute;
    width: 100%;
    height: 500px;
    font-size: 500px;
    line-height: 500px;
	margin: 0;
    top: 50%;
    margin-top: -250px;
    padding: 0;
	font-family: "llangollen-display", sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    text-overflow:clip;
    white-space: nowrap;
	overflow: hidden;
    color: #f39734;
	text-align: center;
    z-index: 10;}

.section.timeline .text {
	position: relative;
	width:100%;
	margin: auto;
    max-width: 640px;
    text-align: center;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
    z-index: 20;}

.section.timeline .text p {padding:40px;}

.section.timeline .timeline-nav {
	position: absolute;
    width: 100%;
    max-width: 520px;
    left: 50%;
    margin-left: -260px;
    bottom: 30px;
    z-index: 100;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section.timeline .timeline-nav a {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: auto;
	opacity:0.5;
	
}
.section.timeline .timeline-nav a.active  {opacity:1;}
.section.timeline .timeline-nav a:hover {opacity:1;} 

.section.timeline .timeline-nav .date {
    display: block;
    width: 6px;
    height: 6px;
    float: left;
    margin: 5px;
    background-color: #473c38;
	border:3px #f5a83b solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity:1;
}
.section.timeline .timeline-nav a.active .date {border-color:#473c38;}

.section.timeline .timeline-nav .tooltip {
	position: absolute;
	background-color: #f5a83b;
	opacity:0;	
	color:#473c38;
    left: 50%;
    text-align: center;
    width: 100px;
    margin-left: -50px;
    bottom: 20px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


.section.timeline .timeline-nav a.active .tooltip {opacity: 1;}
.section.timeline .timeline-nav a:hover .tooltip {opacity: 1;}


/* ==========================================================================
   MAP
   ========================================================================== */

.section.map {
    background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;}

.section .map-desktop {display: block;}
.section .map-responsive {display: none;}

/* ==========================================================================
   VIDEO
   ========================================================================== */

.section.fullvideo p {  
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -60px;
    width: 120px;
    height: 20px;
    padding-bottom: 120px;
    text-align: center;
    font-family: "llangollen-bold";
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 10;}

.play {
    position:absolute;
	top:0;
	left:0;    
	width:100%;
    height:100%}

.play:after {
	position:absolute;
	top:0;
	left:0;
	content:" ";
	display:block;
	width:100%;
	height:100%;
	transition: all .7s ease ease;
	-moz-transition: all .7s ease ease;
	-webkit-transition: all .7s ease ease;
	-o-transition: all .7s ease ease;	
	background-image:url(../img/play.png);
	background-repeat:no-repeat;
	background-position:center center;	
	background-size:110px 110px;
    z-index: 1;}
	
.play:hover:after {
	background-position:center center;
    opacity: 0.5}

/* ==========================================================================
   CONTACT
   ========================================================================== */

.section.contact {
    color:#473c38;
    background-color:#eae3d6;
	background-repeat:none;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;}

.section.contact .wrapper {max-width: 640px;}

.section.contact .legal {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 40px;
    font-size:10px;
    line-height:14px;
    letter-spacing:0.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    opacity:0.25}

.section.contact .legal .wrapper {width: 100%; max-width:1200px; margin: auto; padding: 0;}
   
form {
	display:block;
	width:100%;
	margin: 0 auto;
    padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    float: left;}
  
.column-1,
.column-2,
.column-3 {
	display:block;
	width:50%;
	text-align:left;
	float:left;
	padding:0 16px;	
	margin:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
.column-3 {width:100%; margin-top: 8px;}

form label {
	display: block;
    width: 100%;
    font-family: "llangollen-light", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 8px auto 8px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;}

form input {	
	width: 100%;
    font-family: "llangollen-light", sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 8px;
    color: #473c38;
    background: #d0cabf;
    border: 1px #d0cabf solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
	
form select {	
	width:100%;
	height:25px;
    font-family: "llangollen-light", sans-serif;
	font-size: 18px;
    line-height: 26px;
    padding: 6px 8px;
	color:#473c38;	
    background: #d0cabf;
	border:1px #d0cabf solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
form textarea {
	width:100%;
	height:110px;    
	float:left;
    font-family: "llangollen-light", sans-serif;
	font-size: 18px;
    line-height: 26px;
    padding: 6px 8px;
	color:#473c38;	
    background: #d0cabf;
	border:1px #d0cabf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
form .radio-group {margin-top:10px; float:left;}

form .radio-group span {width:auto; display:inline-block;}

form .radio-group label {
    font-family: "llangollen-light", sans-serif;
	width:auto;
	float:left;
	margin:0 8px 0 0;
	height:15px;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	text-transform:none;}
	
form .radio-group input {width:auto; float:left; margin:0 20px 0 0;}	

form .button-input {
    width: 100%;
	margin: 10px 0;
    padding: 18px 42px;
    color: #473c38;
    background: #eae3d6;
    border: 1px solid #473c38;
    font-family: "llangollen-light", sans-serif;
    font-size: 16px;
    line-height: 24px;
	letter-spacing: 1px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;

	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;}

form .button-input:hover {color:#eae3d6; background:#473c38; border:1px solid #473c38;}
	
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media only screen and (max-height: 768px) {
#menu .main-menu {font-size: 13px; line-height: 22px; margin: auto;}
}

@media only screen and (min-width: 1600px) {
	
#menu .main-menu {font-size: 17px; line-height: 32px;}
.box-wrapper{max-width: 580px;}

h1 {/*font-size: 100px; line-height: 100px;*/}
h2 {font-size: 36px; line-height: 48px;}
h3 {font-size: 18px; line-height: 24px;}
p {font-size: 16px;	line-height: 28px;}

form textarea {height: 200px;}
	
}

@media only screen and (max-width: 1024px) {
    
#menu {display:none;}
#menu.responsive {display:block;}
	
#menu {
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:auto;
    background: #000;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;}

#menu .menu-control {display:block;}
#menu .menu-slider {display:none;}
#menu .open {display:block;}
#menu .close {display:none;}

#menu .wrapper {
    position: fixed;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #473c38;
    text-align: center;
    z-index: 150;}
	    	
#menu .main-menu {    
	position: absolute;
    width: 400px;
    height: 330px;
    margin: auto;
    margin-top: -120px;
    margin-left: -200px;
    font-size: 20px;
    line-height: 34px;
    top: 50%;
    left: 50%;}

#menu .main-menu li {
    display: block;
	font-size: 20px;
    line-height: 40px;
    font-family: "llangollen-light", sans-serif;
    letter-spacing: 2px;}
    
#menu .main-menu li.logo-padding {padding: 0;} 
    
/* COLOR BY SECTION */
	
.fp-viewing-home-0 #menu .logo {opacity:1}	
.section.home .big-logo {display: none;}	
	
#menu .main-menu a {color:#eae3d6!important;}	

#menu {display:block!important;}
#menu .main-menu {display:block!important;}

    
/*.section .map-desktop {display: none;}*/
.section .map-responsive {display: block;}

}

@media only screen and (max-width: 768px) {
	
#preloader {display: none!important;}
	
h1 {font-size:50px;	line-height:35px; font-weight:normal;}    
p {font-size:13px;	line-height:22px; font-weight:normal;}	
    
.half {width:100%;}
.square {width:100%;}

.center:before {display:none;}
.center .box-content {padding:40px;}
.center .box-wrapper {text-align:center; margin:auto;}
	
.section.timeline .text p {padding:60px;}
.section.timeline .year {font-size:150px;}
.section.timeline .timeline-nav {max-width: none; margin: auto; padding: 0 30px; width: 320px; margin-left: -160px; left: 50%;}
.section.timeline .timeline-nav li:nth-child(14) a {margin-left:10px;}
	
.section.contact .left {width:100%; text-align: center;}
.section.contact .right {width:100%; text-align: center; float:left;}
.section.contact .legal {position: relative; display: block; bottom: auto; float: left;}

/*.fp-section.fp-table {height:auto!important;}*/
/*.fp-tableCell {height:auto!important;}*/

.fp-section.fp-table.fix-height {height: 768px!important;}  
.fix-height {height: 768px;}    
    
.box-content {position: relative;}
.box-wrapper {max-width: 480px; padding: 40px 0;}
.wrapper {max-width: 580px; padding: 40px 0;}
    
.column-1,
.column-2,
.column-3 {
	display:inline-block;
	width:100%;
	text-align:left;
	float:left;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
form .button-input {margin: 20px 5px; }    
form .hidden {display:none;}
form .left {margin:20px auto;}
	
.fp-controlArrow, .fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {width:32px; height:40px; margin-top: -20px;}  
.fp-controlArrow.fp-prev {background-position: -32px 0; left: 25px;}
.fp-controlArrow.fp-next {background-position: -64px 0; right: 25px;}
.scrolldown { height:80px; background-position: center 30px; background-size: 32px 32px;}
	
}

@media only screen and (max-width: 480px) {
.fp-section.fp-table.fix-height {height: 420px!important;}   
.fix-height {height: 420px;}   
.fp-slidesNav.bottom {bottom:15px; display:none;}
.fp-controlArrow.fp-prev {left:10px;}
.fp-controlArrow.fp-next {right:10px;}
}



.svgWrapper{
	width: 100%;
    height: inherit;
	overflow: hidden;
	position: relative;
}

.svgWrapper g > a:hover > polygon {
    fill: #ebe3d6bd;
    stroke: black;
}

.svgWrapper .svgLabel polygon{
    transform-origin: 35% 60%;
    transform: scale(2);
    transform-box: fill-box;
}

.svgWrapper .svgLabel text tspan{
	font-size: 20px;
}

#map .mapInfoBox {
    position: absolute;
    display: block;
    bottom: 0;
    background-color: #000;
    padding: 5px 10px;
    opacity: 0.6;
	left: 0;
	z-index: 10;
	left: 50%;
    margin-left: -102.5px;
}

#map .mapInfoBox:hover{
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	#map .mapInfoBox{
		display: none;
	}

	/* .svgLabel {
		display: none;
	} */
}