/* -- General Formatting */

* {
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

a {
	color: #333;
}

a:hover { 
	opacity: .75;
}

p{
	margin-top: 0;
}

.wrapper {
	width: 1200px;
}

.wrapper:before,
.wrapper:after{
	content:'';
	display: block;
	clear:both;
}

.parent{
	width: 100%;
	display: table;
	height: inherit;
}

.child{
	display: table-cell;
	vertical-align: middle;
}

.ilb {
	display: inline-block;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}
.bg_cover{ background-size:cover; }
.bg_center{ background-position:center; }
.clickThrough{ cursor:pointer; }
/* heading */
h1,h2,h3{
	color: #00202c;
	letter-spacing: 3px;
	font-weight:700;
}

h1{
	font-size: 32px;
}

h2{
	font-size: 24px;
}

h3{
	font-size: 20px;
	text-transform: uppercase;
}

.section-title{
	margin-bottom: 50px;
}

.section-sub-title{
	color: #69BDC5;
	font-size: 16px;
	padding: 0;
	letter-spacing: 1px;
}

.page-heading{
	color: white;
	font-size: 32px;
	letter-spacing: 3px;
	font-weight: 700;
}

p{
	font-size: 18px;
	font-weight: 400;
	color: #2b2d30;
}

/* -- Button Formatting */

a.btn,
input[type="submit"],
input[type="button"] {
	display: inline-block;
	margin: 0 5px;
	padding: 10px 30px;
	background-color: transparent;
	border: 2px solid #DE9C7E;
	color: #DE9C7E;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 25px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

input[type="submit"]{
	margin-top: 30px;
}

a.btn-alternate{
	color:#69BDC5;
	border-color: #69BDC5;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

.btn-large{
	width: 300px;
}

.btn-medium{
	width: 250px;
}

.follow-title{
	color: white;
	margin-bottom: 0;
}

a.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #DE9C7E;
    color: white;
	opacity: 1;
}

a.btn-alternate:hover{
    background: #69BDC5;
    color: white;
}

a.buy-the-book{
	background: #69BDC5;
	color: white;
	text-decoration: none;
	padding: 20px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* -- Header Formatting */

.header {
	background: #001F2C;
	color: white;
}
.logo-container{
	top:30px;
	position:relative;
}

.logo-container a{
	display: inline-block;
}

/* -- Navigation Formatting */
.desktop_nav{
	display: inline-block;
	background-color: transparent;
}
nav a{
	line-height: 100px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
}

nav > ul > li > a{
	padding: 0 30px;
	opacity: 0.8;
	font-size: 16px;
}

nav ul ul li a{
	line-height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-align: left;
}

nav ul ul li:last-child a{
	border-bottom: transparent;
}

nav ul ul {
	z-index: 1000;
}

nav ul li.active a{
	font-weight: bold;
	opacity: 1;
}


/* Homepage Formatting */
.hero{
	height: 95vh;
	color: white;
	text-align: center;
	background: url("../../assets/banners/homepagebanner.png") no-repeat;
	background-size: cover !important;
}

.hero p,
.sub-hero p{
	color: inherit;
	font-size: 32px;
    margin: 0;
}

.sub-hero{
	height: 500px;
	color: white;
	text-align: center;
	background: url("../../assets/banners/placeholderbanner.png") no-repeat;
	background-size: cover !important;
}

.sub-hero p{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.home-cta{
	cursor:pointer;
}
.home-cta-section{
	background: #001F2C;
	padding: 60px 0;
}

.home-cta-container{
	display: flex;
	justify-content: space-between;
}

.home-cta-container .home-cta{
	width: 300px;
	height: auto;
	text-align: center;
}

.home-cta .home-cta-image{
	width: 200px;
	height: 200px;
	/*background: #69BDC5;*/
	border-radius: 50%;
	display: inline-block;
}

.home-cta-image .cta-image,
.home-cta-image .cta-image-hover{
	width: inherit;
	height: inherit;
	display: inherit;
	border-radius: inherit;
    background-size: cover !important;
}

.home-cta-image .cta-image-hover{
	display: none;
}

.home-cta-image:hover .cta-image{
    display: none;
}

.home-cta-image:hover .cta-image-hover{
    display: inherit;
}

.home-cta .home-cta-title h3{
	margin: 20px 0 0;
	color: white;
}

/* Scroll down button formatting*/
#section10 {
    display: inline-block;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
}

#section10 a {
    padding-top: 60px;
    display: inline-block;
    color: white;
}
#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.featured-section{
	padding: 60px 0;
}

.featured-container{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.featured-container .featured{
	width: 350px;
	text-align: center;
	margin-bottom: 40px;
}

.featured-container .featured:hover{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.featured .featured-image{
	width: 100%;
	height: 300px;
	background: #EAEAEA;
	border: 4px solid #69BDC5;
	position: relative;
	background-size:cover;
	background-position:center;
}

.featured-image .tag{
	text-transform: uppercase;
	background: #001F2C;
	color: white;
	padding: 10px 0;
	width: 100px;
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.featured .featured-title h5{
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 50px 0 0;
	color: #001F2C;
}

.featured .featured-para p{
	font-size: 16px;
	color: #888888;
	margin: 10px 0 20px;
	padding: 0 20px;
}

.tour-dates-section{
	padding: 60px 0;
	background: #001F2C;
}

.tour-dates-section .section-title{
	color: white;
	margin-bottom: 0;
}

.tour-dates-section .section-sub-title{
	margin: 0;
	font-weight: 700;
	letter-spacing: 2px;
}

.tour-table-container{
	margin: 40px 0 0;
}

.tour-table{
	width: 1000px;
	color: white;
	margin: 0 auto 40px;
	font-size: 18px;
}

.tour-table-dark{
	color: #666666;
	width: 100%;
}

.tour-table{
	font-size:16px; 
}
.tour-table tr{
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tour-table-dark tr{
	border-bottom: 1px solid rgba(0,0,0,0.6);
}

.tour-table tr:last-child{
	border: transparent;
}

.tour-table tr td{
	padding: 10px 5px;
}
 
.tour-link{
	color: #69BDC5;
    text-decoration: none;
}

.calendar-box{
	background: white;
	text-align: center;
	width: 60px;
}

.calendar-box .month{
	font-size: 12px;
	background: #69BDC5;
	text-align: center;
	color: white;
}

.calendar-box .day{
	font-size: 24px;
	color: #222222;
}

.tour-dates-section .table-btn{
	/*margin-bottom: 30px;*/
}

.book-section{
	padding: 60px 0;
}

.book-container{
	display: flex;
	justify-content: center;
}

.book-content{
	width: 700px;
	margin-left: 20px;
}

.book-image{
	width: 220px;
}

.book-image img{
	width: 100%;
}

/* -- Page Formatting */

.section {
	padding: 50px 0;
}

.section_padless {
	padding: 0;
}



/* -- Footer Formatting */

.footer {
	background: #001F2C;
	color: white;
	padding: 60px 0;
}

.footer .footer-logo{
	padding-top:10px;
}
.footer .footer-logo img{
	max-width:250px;
}

.social ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}

.social li {
	display: inline-block;
	margin: 0 10px;
	list-style: none;
	float: left;
}

.social li a{
	color: #79B9C3;
	font-size: 32px;
}

.powered a{
	text-decoration: none;
	color: white;
}

/*  Topics overview formatting */
.topics-overview{
	padding: 60px 0;
}

.topics-overview-container{
	background: #79B9C3;
	padding: 0 5px 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.topic{
	width: 33%;
	height: 300px;
	background-color: #EAEAEA;
	text-align: center;
	margin-top: 5px;
}

.topic-btn a{
	padding: 10px 30px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	background: #001F2C;
}

/* Article Page Formatting */

.sub-footer-block{
	position: relative;
}

.sub-footer-title{
	color: white;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	position: absolute;
	left: 20%;
	right: 20%;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
	background: #79B9C3;
	height: 60px;
	line-height: 60px;
	text-align:center;
}


.sub-footer-container{
	display: flex;
	justify-content: flex-start;
}

.sub-footer-container .sub-footers{
	width: 20%;
	height: 300px;
	background: url("../../assets/banners/placeholderbanner.png") no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sub-footer-container .sub-footers span{
	margin-top: 20px;
	margin-left: 20px;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 2px;
}

.footer-map{
	height: 300px;
	background-size: cover !important;
}

.footer-map p{
	color: white;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}


/*towns page styling*/
.alpha-container{
    padding: 20px 0 40px;
    text-align: center;
}

.alpha-list{
	list-style: none;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.alpha-list li{
    float:left;
    margin: 0 10px;
}

.alpha-list li a{
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #bbbbbb;
}

.alpha-list li a:hover,
.alpha-list li a.active{
    color: #222222;
}

.lb_cell .caption{
    display: none !important;
}

.iframeOuter{
	position:relative;
	padding-top:0px;
	overflow:hidden;
}

.iframeOuter iframe{
	position:relative;
	top:-57px;
	border:0px;
}


.summary_photo{
    width: 300px;
    display: inline-block;
}

.summary_photo img{
    width: 100%;
}

.profile{
    display: flex;
    justify-content: space-evenly;
}

.profile .photo a{
    display: block;
}

.profile .photo a img{
    width: 100%;
}


.profile .profile-left{

}

.social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 15px;
    margin-top: 15px;
}


.social span a{
    text-decoration: none;
}

.staff .listing .social span, .staff .profile .social span{
    margin: 0;
    background: #EAEAEA;
    padding: 2px 4px;
}

.staff .fa-facebook{
    color: #3B5998 ;
}

.staff .fa-twitter{
    color: #0084FF;
}

.staff .fa-linkedin{
   color: #0077B5;
}
