body {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	margin:0;
}

h1 {
	margin:0;
}

#frontpage section {
	border-bottom:2px solid #fff;
}

#frontpage .full-width-banner a {
	color:#fff;
}


.full-width-banner {

	height:400px;
	position:relative;
   	overflow:hidden;
	background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    z-index:1;
    color: #fff;
}

.full-width-banner.accommodation {
	background-image: url(../images/rebrand/accom@2x_mini.jpg);
}

.full-width-banner.activities {
	background-image: url(../images/rebrand/rafting@2x_mini.jpg);
}

.full-width-banner.food {
	background-image: url(../images/rebrand/food@2x_mini.jpg);
}

.full-width-banner.places {
	background-image: url(../images/rebrand/places.jpg);
}

.full-width-banner.walking {
	background-image: url(../images/rebrand/walking.jpg);
}

.full-width-banner .banner-content {
	width:48%;
	height:100%;
	display: table-cell;
}

.full-width-banner .banner-content.right {

	float:right;

}

.full-width-banner .banner-content.left {
	padding-left:20%;
}


.full-width-banner .banner-content:before {
	position:absolute;
	z-index:-1;
	top:0;
	height:400px;
	width:70%;
	content:"";
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}

.full-width-banner .banner-content.right:before {
	right:-20%;
}

.full-width-banner .banner-content.left:before {
	left:-20%;
}

.full-width-banner.accommodation .banner-content.right:before {
	background-color: rgba(0, 98, 39, .8);
}

.full-width-banner.activities .banner-content.left:before {
	background: rgba(253, 185, 36, .9);
}

.full-width-banner.food .banner-content.right:before {
	background: rgba(0, 45, 85, .8);
}

.full-width-banner.places .banner-content.left:before {
	background: rgba(227, 27, 35, .8);
}

.full-width-banner.walking .banner-content.right:before {
	background-color: rgba(73, 169, 66, .8);
}

.explore-box {
	display:inline-block;
	min-width:240px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	margin:25px 0 0 60px;
	padding:10px 12px;
	transition : border 100ms ease-out;
}

.explore-box:hover {
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.full-width-banner h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.8rem;
	padding-top: 20px;
}

.full-width-banner h1 a {
	font-size: 2.8rem;

}

.full-width-banner ul {
    list-style-type: none;
    margin: 22px 0 0 55px;
}

.full-width-banner ul li {
	padding-top:10px;
}

.full-width-banner a {
	font-size:1.1em;
	text-decoration: none;
}

.full-width-banner ul a:hover {
	text-decoration: underline;
}

.full-width-banner  a:visited {
	color:#fff;
}

/* Advert */

.full-width-advert {
	border: 30px solid #fff !important;
	background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height:300px;
    position:relative;
}

.full-width-advert.holiday-cottages {
	background-image: url("../images/rebrand/a.jpg");

}

.full-width-advert span {
	position:absolute;
	top:-20px;
	color:#4A4A4A;
	text-transform:uppercase;
}

.full-width-advert h1 {
	text-align:center;
	font-size: 2.6em;
	margin-top:70px;
}

.full-width-advert a {
	color:#fff;
	text-decoration:none;
}

.full-width-advert a.brand-link {
	display:block;
	max-width:500px;
	margin:0 auto;
	text-align:center;
	background-color:#43464F;
	padding: 20px;
	border-radius:40px;
	font-size:1.4em;

}

/* Map area */

#full-width-map {
	height: 500px;
}

#full-width-map .banner-content {
	position:relative;
	z-index: 3;
	float:right;
	width:400px;
	pointer-events: none;
}

#full-width-map .banner-content:before {
	position:absolute;
	z-index:-1;
	top:0;
	right:-24%;
	height:500px;
	width:70%;
	content:"";
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	background-color: rgba(0, 98, 39, .8);
	pointer-events: none;
}

#full-width-map h1 {
	margin:0;
	float:right;
	margin-right:50px;
	padding-top:30px;
	color:#fff;
	text-transform:uppercase;
	font-size:2.8em;
}

.explore-box.map {
	display:block;
	clear:both;
	color:#fff;
	text-decoration:none;
}

/* Full width images */
.full-width-image {
	background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    height:400px;
    color: #fff;

}

.full-width-image.dark-skies {
	background-image: url(../images/rebrand/darkskies.jpg);
}

.full-width-image.waterfalls {
	background-image: url(../images/rebrand/waterfalls.jpg);
}

.full-width-image h1 {
	text-transform: uppercase;
	font-size: 2.8rem;
	margin:0;
	color: #fff;
}

.full-width-image h1 a {
	text-decoration: none;
}


.full-width-image.dark-skies .banner-content {
	padding: 50px 0 0 90px;
	max-width:500px;
}

.full-width-image.dark-skies .banner-content p {
	padding-top:200px;
	padding-bottom:5px;
}

.full-width-image.dark-skies .banner-content a {
	color: #fff;
	font-size:0.9em;
}

.full-width-image.waterfalls .banner-content {
	padding: 50px 100px 0 0;
	max-width:500px;
	float:right;
}

.full-width-image.waterfalls .banner-content p {
	padding-top:50px;
	text-align:right;
	padding-bottom:5px;
}

.full-width-image.waterfalls .banner-content a {
	color: #fff;
	font-size:0.8em;
	text-align:right;
	display:block;
}



/* full-width-section */

.full-width-section {
	display:flex;
	flex-wrap: wrap;

}

.third {
	width:33%;
	min-height: 400px;
	min-width:300px;
	flex:1;

}

.third  {
	text-align:center;
}


/*
 Footer
 */

footer {
	background: #50c6e7;
	overflow:hidden;
}

footer .lockup {
    /*float: right;*/
   /* background: url('http://www.breconbeacons.org/static/images/rebrand/lockup.png') no-repeat bottom right;*/
    padding: 60px 30px 0;
    text-align: right;
    /*width: 600px;
    margin-top:-100px;*/
}
footer ul  li{
	display:inline;
	padding-right: 20px;

}

footer a {
	color:#fff;
	text-decoration:none;
}

footer a:hover {
	color:#fff;
}

footer span.follow {
	display:block;
	color:#fff;
	font-size:1.1em;
	padding:20px 0 0 40px;
	text-transform:uppercase;
}

footer .site-links {
	padding:10px 0 0 40px;
}

footer span.designed-by {
	display:block;
	padding:5px 0 0 40px;
	color:#fff;
	opacity:0.5;
}

footer img {
	vertical-align:middle;

}

footer .lockup a {
	display:inline-block;
    margin: 0 20px 10px 0;

}

/** Header section **/

header.front-page {
	position:relative;
	background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    background-image:url(../images/rebrand/header1x.jpg);
	height: 203px;
	border-bottom: 2px solid #fff;

	/* Override main CSS */
	width: auto;
	margin:0;
}

header.front-page h1 {
	margin:0;
	padding: 40px 0 0 80px;
}

header.front-page nav {
	position:absolute;
	right:10px;
	top:15px;

	/* Overrides of initial stylesheet */
	width: auto;
	background: transparent;
	padding: 0;
}

header nav:before {
	/* Overrides of initial stylesheet */
	display: none;
}

header.front-page nav input {
	background-color: rgba(2,39,62,0.8);
	border:none;
	padding:10px 35px 10px 0;
	width:220px;
	color:#fff;
	font-size:0.8em;
	border-radius:3px;
	background-image:url(../images/rebrand/search_icon.png);
	background-repeat:no-repeat;
	background-size:20px 20px;
	background-position:right 10px center;
	outline:0;

}

body .sticky-header {
	height:67px;
	background-position: center;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    background-image:url(../images/rebrand/sticky-banner-picture@2x.jpg);
    position:relative;
    overflow:hidden;
    position:fixed;
    top:0;
    left;
    width:100%;
    z-index:9999;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

body .sticky-header.active {
	visibility: visible;
  	opacity: 1;
}

.sticky-header h1 {
	margin:0;
	padding: 8px 0 0 40px;
}

.sticky-header a {
	color:#fff;
	text-decoration:none;
}
.sticky-header nav ul {
	margin:0;
}
.sticky-header nav ul li {
	display:inline-block;
}

.sticky-header nav ul li a {
	display:inline-block;
	line-height:67px;
	text-transform:uppercase;
	padding: 0 10px;

}
.sticky-header nav ul li a:hover {
	text-decoration:underline;
}

.sticky-header nav {
	background-color:#EF1845;
	right:0;
	top:0;
	position:absolute;
	height:66px;
	padding-right:20px;


}
.sticky-header nav ul:before {
    content: '';
    position: absolute;
    border-top: 80px solid #EF1845;
    border-left: 80px solid transparent;
    left: -80px;

}


.sticky-header nav ul {

	background-color:#EF1845;
}

.sticky-header nav input {
	background-color: rgba(255,255,255,0.26);
	border:none;
	padding:10px 35px 10px 10px;
	width:220px;
	margin-left:15px;
	color:#fff;
	font-size:0.8em;
	border-radius:3px;
	background-image:url(../images/rebrand/search_icon.png);
	background-repeat:no-repeat;
	background-size:20px 20px;
	background-position:right 10px center;
	outline:0;
}

.sticky-header nav input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.sticky-header nav input::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.sticky-header nav input::-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.sticky-header nav input::-moz-placeholder { /* Firefox 18- */
  color: pink;
}

/* Events and blog section */

.full-width-events {
	overflow:hidden;
	padding: 20px 0 20px 30px;
	margin:0 auto;
	max-width:1325px;
}

.full-width-events .front-events {
    overflow: hidden;
    min-height: 50px;
    padding:10px;
    margin-left: 50px;
}

.full-width-events .front-events  h1 a {
	text-transform:uppercase;
	color:#46AA3B;
	font-size: 1.2em;
	text-decoration: none;
}

.full-width-section .shop {

	width:48%;
	padding-top:20px;

}

.full-width-section .shop i {

	display:block;
	text-align: center;
	margin-bottom: 5px;
	color:#EC1948;


}

.full-width-section .shop h1 {
	text-align: center;

}

.full-width-section .shop h1 a {
	color: #EC1948;
	text-decoration: none;
	color:#EC1948;

}

.full-width-section .shop p {
	color:#aaa;
	padding:10px;
	text-align:center;
	max-width: 400px;
	margin:0 auto;
}

.full-width-section .blog {
	width:48%;
    float: right;
    min-height: 50px;
    margin-left: 10px;
    padding: 30px 10px 10px 20px;
}

.full-width-section .blog  h1 {
	text-transform:uppercase;
	color:#002C56;
	font-size: 1.6em;
	margin-bottom: 20px;
	text-align: center;
}

.full-width-section .blog  dl {
	text-align:center;
}

.full-width-section .blog  dl dt a {
	color:#F00E44;
	font-size: 0.9em;

}

.full-width-section .blog  dl dd {
	color:#636363;
	font-size: 0.9em;
	margin:0 0 10px 0;
}

.full-width-events .latest-events {
	overflow:hidden;
	clear:both;
}

.full-width-events .latest-events h1 {
	text-transform:uppercase;
	color:#46AA3B;
	font-size:1.6em;
}

.full-width-events .latest-events .sub-feature {
	width:30%;
	float:left;
	margin: 15px 20px 0 0;
}

.full-width-events .latest-events .sub-feature img {
	width:94px;
	height: 72px;
	float:left;
	padding: 0 0px 0 0px;
	margin-right:10px;
	/* vertical-align: bottom; */
}

.full-width-events .latest-events .sub-feature span {
	color:#636363;
	/* vertical-align: top; */
}

.full-width-events .sub-feature p {
	text-transform:uppercase;
	color:#F00E44;
	font-size:0.8em;
}

.full-width-events .featured-events  {
	margin-top:40px;
}

.full-width-events .featured-events .main-feature {
	width: 490px;
	float:left;
}

.full-width-events .featured-events .main-feature img {
	width: 490px;
	height: 370px;
}

.full-width-events .featured-events .main-feature span {
	display:block;
	margin: 20px 0 5px 0;
	color: #636363;
}

.full-width-events .featured-events .main-feature p {
	display:block;
	text-transform:uppercase;
	color:#F00E44;
	font-size: 1.4em;
}

.full-width-events .featured-events .sub-feature {
	margin: 0 0 15px 540px;
	width:250px;

}

.full-width-events .featured-events .sub-feature img {
	width: 250px;
	height: 190px;
}

.full-width-events .featured-events .sub-feature span {
	display:block;
	margin: 10px 0 2px 0;
	color: #636363;
}

.full-width-events .featured-events .sub-feature p {
	display:block;
}

.full-width-events .sub-feature span {
	font-size:0.8em;
}

/* Mobile sizing */

@media screen and (max-width: 1000px) {

	.full-width-banner {
		font-size:0.9em;
	}

	.full-width-banner h1 {
		font-size: 1.6em;

	}

	.full-width-banner ul {
		margin-left:20px;
		padding: 0;
	}

	.full-width-banner .banner-content:before {
		width:85%
	}
	.full-width-banner .banner-content {
		width:60%;
	}

	a.explore-box {
		margin:15px 0 0 45px;
		min-width:inherit;
		font-size: 0.9em;
	}

	footer .lockup {
		/*float: right;*/
		/*background: url('http://www.breconbeacons.org/static/images/rebrand/lockup.png') no-repeat bottom right;*/
		padding: 60px 30px 0;
		text-align: right;
		/*width: 600px;
		margin-top:100px;*/
	}

	.sticky-header {
		display:none;
	}

	.full-width-advert {
		border-top: 25px solid #fff;
		border-bottom: 25px solid #fff;
		border-left: 15px solid #fff;
		border-right: 15px solid #fff;

	}



   .full-width-events .blog {
    float: none;
    width:auto;
  }

  .full-width-events .sub-feature {
  	float:none;
  }

  .full-width-banner .banner-content.left {
    padding-left: 5%;
  }

  .full-width-image.dark-skies .banner-content {
    padding: 50px 10px 0 20px;
    max-width: 500px;
  }

  .full-width-image.waterfalls .banner-content {
    padding: 50px 30px 50px 10px;
    max-width: 500px;
    float: right;
  }

  #full-width-map .banner-content {
  	display:none;
  }

  .full-width-image.dark-skies .banner-content p {

  	padding-top: 140px;
  }

  header.front-page nav {

  	position:relative;
  }

  .full-width-events .featured-events .main-feature img {
  	width:auto;
  	height: auto;
  }

  .full-width-events .front-events {
  	margin-left: 0px;
  	padding:10px;
  	border-right:none;
  }

  .full-width-events .featured-events .main-feature {
    width: auto; 
    float: none;
  }

  .full-width-section.blog-shop {
  		display:block;
  }

   .full-width-section.blog-shop .blog,
   .full-width-section.blog-shop .shop {
   		width: 100%;
  }
}
