/* =================================
------------------------------------
  IronMiners - Rocks and Gems Template
  Version: 1.0
  Adapted from EndGame
 ------------------------------------
 ====================================*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #c53232;
}

::selection {
  color: #fff;
  background: #c53232;
}

html,
body {
	height: 100%;
	/* font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased; */
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	/* color: #111111; */
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	/* font-size: 30px; */
	font-size: 44px;
	line-height: 1em !important;
	font-weight: 700;
	text-transform: normal;
	letter-spacing: 1px;
	text-align: center;
}

h4 {
	font-size: 27px;
	font-weight: 700;
	text-transform: normal;
	letter-spacing: 1px;
	text-align: center;
}

h5 {
	font-size: 24px;
	font-weight: 700;
	/* text-shadow: 3px 3px 0px #000; */
}

h6 {
	font-size: 21px;
	font-weight: 700;
}

a {
	color: #c53232;
}
a:hover {
	color: #3ac2ca;
}

figcaption {
	font-size: 20px;
}
.logo-section {
	background: url("../img/backgrounds/bg-pattern-1.png") center 0 no-repeat #ffffff;
	background-size: 70%;
	background-attachment: fixed;
	margin: 60px auto 20px auto;
	text-align: center;
}
.logo-section .logo {
	width: 35%;
}
.scene-cover {
	background: #ffffff;
}
.scene-caption {
	text-align: center;
	padding: 10px 50px;
	width: 100%;
	margin: auto;
	background: #000;
	color: #fff;
	font-size: 20px;
}

hr.line-double {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #343730;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin: 24px auto 38px auto;
    max-width: 170px;
}

hr.line-double:after {
    border-bottom: 1px solid #343730;
    content: "";
    display: block;
    margin-top: 2px;
}

hr.line-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #343730;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px auto 38px auto;
    max-width: 170px;
}

hr.line-spacer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 0;
    border-image: none;
    border-style: solid none none;
    border-width: 0;
    margin: 60px auto;
    max-width: 100px;
}

hr.line-spacer-half {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 0;
    border-image: none;
    border-style: solid none none;
    border-width: 0;
    margin: 30px auto;
    max-width: 100px;
}

hr.line-double-white {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #ffffff;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin: 24px auto 38px auto;
    max-width: 100px;
}
hr.line-double-white:after {
    border-bottom: 1px solid #ffffff;
    content: "";
    display: block;
    margin-top: 2px;
}

p {
	/* font-size: 15px; */
	font-size: 22px;
	/* color: #585858; */
	line-height: 1.6;
	font-weight: 500;
}

p.custom-indent {
	text-indent: 50px !important;
}

p.custom-bold {
	font-size: 24px !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black span,
.text-black li,
.text-black a {
	color: #221f1f;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #081624;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #b01ba5;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #081624;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #eee;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #427d83;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #fefdfd;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #427d83;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #427d83;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #fefdfd;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #427d83;
		border-left-color: transparent;
	}
}

/*------------------
  Custom Loader IM
---------------------*/

/* HTML: <div class="loader-im"></div> */
/* HTML: <div class="loader"></div> */
.loader-im {
  width: 60px;
  top: 50%;
  left: 50%;
  position: absolute;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side,#c53232 90%,#eeee) 0/calc(100%/3) 100% space #fff;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
}
@keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}
@keyframes l6 {
    100% {background-position: center center}
}

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

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	/* padding: 15px 15px 0; */
	padding: 0;
	/* border-bottom: 1px solid #000; */
}

.header-warp {
	/* max-width: 1496px; */
	min-width: 100%;
	margin: 0 auto;
}

.header-social p,
.footer-social p,
.geme-social-share p {
	display: inline-block;
	color: #9190a5;
	font-size: 16px;
	padding-top: 4px;
}

.header-social a,
.footer-social a,
.geme-social-share a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-left: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover {
	background: #b01ba5;
}

.header-bar-warp {
	background: url("../img/backgrounds/bg-pattern-1.png") center 0 no-repeat #ffffff;
	background-size: 70%;
	background-attachment: fixed;
	padding: 20px 0 0 0;
	/* -webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24); */
	/* border-bottom: 2px solid #694d3a; */
}

.site-logo {
	float: left;
}

.user-panel {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-top: 3px;
}

.user-panel a {
	color: #fff;
}

.user-panel a:hover {
	color: #b01ba5;
}

.main-menu {
	list-style: none;
	text-align: center;
	padding-top: 3px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-transform: normal;
	letter-spacing: 1px;
	color: #c53232;
	/* text-shadow: 3px 3px 0px #000; */
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	position: relative;
	padding-right: 42px;
	padding-left: 42px;
}

.main-menu li a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	right: 0;
	top: 1px;
	/* background-image: url("../img/icons/arrow-down.png"); */
	background-repeat: no-repeat;
	background-position: right center;
}

.main-menu li a i {
	color: #fff;
	margin-left: 5px;
}

.main-menu li a:hover {
	color: #fff;
}

.main-menu li a:hover:after {
	/* background-image: url("../img/icons/arrow-down-color.png"); */
}

.main-menu li a:hover i {
	color: #fff;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #221f1f;
}

.main-menu li:hover>a:after {
	/* background-image: url("../img/icons/arrow-down-color.png"); */
}

.main-menu li .sub-menu {
	position: absolute;
	list-style: none;
	text-align: left;
	width: 280px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #221f1f;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
}

.main-menu li .sub-menu li {
	display: block;
}

.main-menu li .sub-menu li a {
	display: block;
	letter-spacing: 1px;
	text-transform: none;
	color: #fff;
	text-shadow: none;
	margin-right: 0;
	padding: 8px 30px 8px 42px;
}

.main-menu li .sub-menu li a:after {
	display: none;
}

.main-menu li .sub-menu li a:hover {
	color: #c53232;
	background: #2a2a2a;
}

.slicknav_menu {
	display: none;
}

/*------------------
  Scene section
---------------------*/

.scene-section {
	background: #fff;
}

.scene-image {
	background-attachment: fixed;
	height: 800px;
}

.scene-ladder-chute-rail {
	background: url('/img/backgrounds/scene-iron-miners-classic.jpg') center 0px repeat-x #000;
	background-attachment: fixed;
}

.scene-image-magnetite {
	background: url('/img/backgrounds/scene-magnetite.jpg') center 0px repeat-x #000;
	background-attachment: fixed;
}

.scene-image-hibernia-adit {
	background: url('/img/backgrounds/scene-hibernia-adit.jpg') center -200px repeat-x #000;
	background-attachment: fixed;
}

.scene-image-adit-today {
	background: url('/img/backgrounds/scene-adit-today.jpg') center -100px repeat-x #000;
	background-attachment: fixed;
}

.scene-image-tracked-tunnel {
	background: url("../img/backgrounds/background-mines-and-mysteries-3.jpg") center 0 no-repeat #000;
	background-attachment: fixed;
}
.scene-image-stope {
	background: url("../img/backgrounds/background-mines-and-mysteries-4.jpg") center 0 no-repeat #000;
	background-attachment: fixed;
}


/*------------------
  Hero section
---------------------*/

.hero-section {
	background: url("../img/backgrounds/background-rock.jpg") center 0 repeat #221f1f;
	/* border-bottom: 1px solid #694d3a; */
}

.hero-item {
	background: url('/img/headers/header-looking-out-adit.jpg') center 0px no-repeat #000;
	background-attachment: fixed;
	border-top: 59px solid #221f1f;
}

.hero-shawangunk-mine {
	background: url('/img/headers/header-shawangunk-mine.jpg') center 0px no-repeat #000;
	background-attachment: fixed;
	border-top: 59px solid #221f1f;
}

.hero-shawangunk-mine-postcard {
	background: url('/img/headers/header-shawangunk-mine-postcard.jpg') center 0px no-repeat #000;
	background-attachment: fixed;
	border-top: 59px solid #221f1f;
}

.hero-homepage {
	background: url('/img/headers/header-mine-adit.jpg') center 0px no-repeat #000;
	background-attachment: fixed;
	border-top: 59px solid #221f1f;
}

.hero-hibernia-mine {
	background: url('/img/headers/header-hibernia-mine-ore-crusher.jpg') center 0px no-repeat #2a4c6c;
	/* background-attachment: fixed; */
	border-top: 59px solid #221f1f;
}

.hero-highlands {
	background: url('/img/headers/header-elizabeth-mine.jpg') center 0px no-repeat #000; /* #c4beae */
	background-attachment: fixed;
	border-top: 59px solid #221f1f;
}

.hero-elizabeth-tunnel {
	background: url('/img/headers/header-elizabeth-tunnel.jpg') no-repeat center center fixed #000; /* #c4beae */
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	/* border-top: 59px solid #221f1f; */
}

.hero-trotter-tunnel {
	background: url('/img/headers/header-trotter-tunnel.jpg') center 0px no-repeat #000; /* #c4beae */
	background-attachment: fixed;
	border-top: 59px solid #221f1f;
}

.hero-about-iron-miners {
	background: url('/img/headers/header-tracked-adit.jpg') center 0px no-repeat #000;
	background-attachment: fixed;
	border-top: 59px solid #221f1f;
}

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	left: calc(50% - 740px);
	bottom: 38px;
	position: relative;
	width: 1496px;
	position: absolute;
}

.hero-slider .owl-dots .owl-dot {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .owl-dots .owl-dot.active {
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.hero-slider .owl-nav {
	margin-top: -24px;
	display: block;
}

.hero-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
}

.hero-item, .hero-shawangunk-mine, .hero-shawangunk-mine-postcard, .hero-homepage, .hero-hibernia-mine {
	height: 640px;
	padding-top: 0px;
	/* height: 921px;
	padding-top: 125px;
	border-bottom: 2px solid #b01ba5; */
}

.hero-highlands, .hero-about-iron-miners, .hero-trotter-tunnel {
	height: 488px;
	padding-top: 0px;
}

.hero-item .logo, .hero-shawangunk-mine .logo, .hero-shawangunk-mine-postcard .logo, .hero-homepage .logo, .hero-hibernia-mine .logo {
	margin: 0;
	display: block;
	width: 415px !important;
	/* height: 180px; */
	margin: 40px 0 0 32px;
}
.hero-highlands .logo, .hero-trotter-tunnel .logo {
	margin: 0;
	display: block;
	width: 415px !important;
	/* height: 180px; */
	margin: 20px 0 0 32px;
}
.hero-about-iron-miners .logo {
	margin: 0;
	display: block;
	width: 415px !important;
	margin: 24px 0 0 32px;
}
.hero-item h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-item p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	opacity: 0.39;
	margin-bottom: 70px;
	position: relative;
	top: 80px;
	opacity: 0;
}

.hero-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item p,
.hero-slider .owl-item.active .hero-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hero-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hero-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hero-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/*------------------
  SubHero section
---------------------*/

.subhero-item {
	border-top: 59px solid #221f1f;
}

.subhero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	left: calc(50% - 740px);
	bottom: 38px;
	position: relative;
	width: 1496px;
	position: absolute;
}

.subhero-slider .owl-dots .owl-dot {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.subhero-slider .owl-dots .owl-dot.active {
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.subhero-slider .owl-nav {
	margin-top: -24px;
	display: block;
}

.subhero-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
}

.subhero-item {
	height: 568px;
	padding-top: 0px;
	/* height: 921px;
	padding-top: 125px;
	border-bottom: 2px solid #b01ba5; */
}

.subhero-item .logo {
	margin: 0;
	display: block;
	width: 415px !important;
	/* height: 180px; */
	padding-top: 35px;
}

.subhero-item h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 100px;
	opacity: 0;
}

.subhero-item p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	opacity: 0.39;
	margin-bottom: 70px;
	position: relative;
	top: 80px;
	opacity: 0;
}

.subhero-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.subhero-slider .owl-item.active .subhero-item h2,
.subhero-slider .owl-item.active .subhero-item p,
.subhero-slider .owl-item.active .subhero-item .site-btn {
	top: 0;
	opacity: 1;
}

.subhero-slider .owl-item.active .subhero-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.subhero-slider .owl-item.active .subhero-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.subhero-slider .owl-item.active .subhero-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.subhero-slider .owl-item.active .subhero-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/* ----------------
  Text box decoration
---------------------*/

.text-box .top-meta {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.text-box .top-meta a {
	color: #b01ba5;
}

.text-box h3 {
	margin-bottom: 30px;
	/* max-width: 370px; */
}

.text-box h4 {
	margin-bottom: 30px;
}

.text-box p {
	font-size: 22px;
	font-weight: 500;
	margin: auto;
	max-width: 960px;
	/* color: #ffffff; */
	margin-bottom: 35px;
}

.text-box ul {
	list-style-type: square;
	font-size: 22px;
	font-weight: 500;
	margin: auto;
	max-width: 785px;
	/* color: #343730; */
	margin-bottom: 35px;
}

.text-box .join {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: transparent;
	text-align: center;
	color: #ffffff;
	background: #8f9573;
	padding: 12px 50px;
	border-radius: 30px;
	border: 2px solid #8f9573;
	transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -o-transition-property: background;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: linear;
}

.text-box .join:hover {
	color: #ffffff;
	background: #a4ab85;
}

/* ----------------
  Rock section
---------------------*/

.rock-section {
	background: #ffffff;
	color: #221f1f;
	padding: 75px 0 0 0;
	/* -webkit-box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.3); 
	box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.3); */
}

.rock-section a {
	color:#c53232;
	text-decoration: underline;
}

.rock-section h4 a {
	color:#c53232;
	text-decoration: none;
}

.rock-section a:hover {
	color:#3ac2ca;
}

.rock-section p {
	/* text-indent: 40px; */
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.rock-section p.drop-case::first-letter {
	font-size: 3.5em;
	line-height: .6em;
	float: left;
	margin-top: .13em;
	margin-right: .06em;
}

.rock-section .text-box h3 {
	color: #c53232;
	/* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 4px 4px 0px #000; */
}

.rock-section .text-box h4 {
	/* text-shadow: 3px 3px 0px #000, 2px 2px 0px #c53232; */
}

.rock-section hr.line-diamond {
  border: 1px solid #fff;
  height: 0;
  background: none;
  max-width: 120px;
  margin: 10px auto 30px auto;
}
.rock-section hr.line-diamond::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 4px;
  background-color: #ffffff;
  border-width: 1px;
  border-color:#fff;
}
.rock-section hr.line-diamond::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 3px;
  background-color: #c53232;
  /* background-color: #221f1f; */
  border-width: 1px;
  border-color:#fff;
}

.rock-section hr.line-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px auto 38px auto;
    max-width: 100px;
}

.rock-section .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: #267f85;
	text-align: center;
	color: #fff;
	padding: 12px 80px;
	/* text-shadow: 2px 2px 0px #000;
	border: 2px solid #000; */
}

.rock-section .read-more:hover {
	color: #ffffff;
	background: #c53232;
}

.rock-section .read-more img {
	margin-left: 13px;
}

/* ----------------
  Contact section
---------------------*/

.contact-section {
	background: #ffffff;
	color: #221f1f;
	padding: 75px 0 0 0;
	/* -webkit-box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.3); 
	box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.3); */
}

.contact-section a {
	color:#c53232;
	text-decoration: underline;
}

.contact-section h4 a {
	color:#c53232;
	text-decoration: none;
}

.contact-section a:hover {
	color:#3ac2ca;
}

.contact-section p {
	/* text-indent: 40px; */
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-section p.drop-case::first-letter {
	font-size: 3.5em;
	line-height: .6em;
	float: left;
	margin-top: .13em;
	margin-right: .06em;
}

.contact-section .text-box h3 {
	color: #c53232;
	/* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 4px 4px 0px #000; */
}

.contact-section .text-box h4 {
	/* text-shadow: 3px 3px 0px #000, 2px 2px 0px #c53232; */
}

.contact-section hr.line-diamond {
  border: 1px solid #fff;
  height: 0;
  background: none;
  max-width: 120px;
  margin: 10px auto 30px auto;
}
.contact-section hr.line-diamond::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 4px;
  background-color: #ffffff;
  border-width: 1px;
  border-color:#fff;
}
.contact-section hr.line-diamond::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 3px;
  background-color: #c53232;
  /* background-color: #221f1f; */
  border-width: 1px;
  border-color:#fff;
}

.contact-section hr.line-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px auto 38px auto;
    max-width: 100px;
}

.contact-section .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: #000;
	text-align: center;
	color: #fff;
	padding: 12px 80px;
	/* text-shadow: 2px 2px 0px #000;
	border: 2px solid #000; */
}

.contact-section .read-more:hover {
	color: #ffffff;
	background: #c53232;
}

.contact-section .read-more img {
	margin-left: 13px;
}


/* ----------------
  Rock Warm section
---------------------*/

.rock-warm-section {
	background: url("../img/backgrounds/background-rock-warm.jpg") center 0 repeat #39352f;
	color: #fff;
	padding: 75px 0 0 0;
	-webkit-box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.3); 
	box-shadow: 0px 0px 30px 20px rgba(0,0,0,0.3);
	border-top: 2px solid #8e745f;
}

.rock-warm-section a {
	color:#c53232;
	text-decoration: underline;
}

.rock-warm-section h4 a {
	color:#c53232;
	text-decoration: none;
}

.rock-warm-section a:hover {
	color:#3ac2ca;
}

.rock-warm-section p {
	/* text-indent: 40px; */
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.rock-warm-section p.drop-case::first-letter {
	font-size: 3.5em;
	line-height: .6em;
	float: left;
	margin-top: .13em;
	margin-right: .06em;
}

.rock-warm-section .text-box h3 {
	/* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 4px 4px 0px #000; */
}

.rock-warm-section .text-box h4 {
	/* text-shadow: 3px 3px 0px #000, 2px 2px 0px #c53232; */
}

.rock-warm-section hr.line-diamond {
  border: 1px solid #fff;
  height: 0;
  background: none;
  max-width: 120px;
  margin: 10px auto 30px auto;
}
.rock-warm-section hr.line-diamond::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 4px;
  background-color: #ffffff;
  border-width: 1px;
  border-color:#fff;
}
.rock-warm-section hr.line-diamond::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 3px;
  background-color: #c53232;
  /* background-color: #221f1f; */
  border-width: 1px;
  border-color:#fff;
}
.rock-section img {
	 border-radius: 15px;
	 margin: 10px 0;
}

.rock-warm-section hr.line-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px auto 38px auto;
    max-width: 100px;
}

.rock-warm-section .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: #267f85;
	text-align: center;
	color: #fff;
	padding: 12px 80px;
	/* text-shadow: 2px 2px 0px #000;
	border: 2px solid #000; */
}

.rock-warm-section .read-more:hover {
	color: #ffffff;
	background: #c53232;
}

.rock-warm-section .read-more img {
	margin-left: 13px;
}


/* ----------------
  Paper section
---------------------*/

.paper-section {
	/* background: url("../img/backgrounds/background-paper.jpg") center 0 repeat #e2dfcc; */
	background: #cfd9e5;
	color: #221f1f;
	padding: 75px 0 0 0;
}

.paper-section a {
	color: #221f1f;
	/* color: #c53232; */
	text-decoration: underline;
}

.paper-section h4 a {
	color:#c53232;
	text-decoration: none;
}

.paper-section a:hover {
	color:#206c71;
}

.paper-section p {
	/* text-indent: 40px; */
	font-family: 'Plus Jakarta Sans', sans-serif;
	opacity: 0.9;
}

.paper-section p.drop-case::first-letter {
	font-size: 3.5em;
	line-height: .6em;
	float: left;
	margin-top: .13em;
	margin-right: .06em;
}

.paper-section figcaption {
	color: #221f1f;
	opacity: 0.8;
}

.paper-section .text-box h3 {
	/* color: #e2dfcc;
	text-shadow: -1px 0 #221f1f, 0 1px #221f1f, 1px 0 #221f1f, 0 -1px #221f1f, 4px 4px 0px #221f1f; */
	color: #c53232;
	opacity: 1.0;
}

.paper-section .text-box h4 {
	/* text-shadow: 3px 3px 0px #000, 2px 2px 0px #c53232; */
}

.paper-section hr.line-diamond {
  border: 1px solid #353230;
  height: 0;
  background: none;
  max-width: 120px;
  margin: 10px auto 30px auto;
  opacity: 1.0;
}
.paper-section hr.line-diamond::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 4px;
  background-color: #353230;
  border-width: 1px;
  opacity: 1.0;
}
.paper-section img {
	 border-radius: 15px;
}
/* .paper-section hr.line-diamond::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 3px;
  background-color: #e3e0ce;
  border-width: 1px;
  opacity: 0.9;
} */

.paper-section hr.line-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px auto 38px auto;
    max-width: 100px;
    opacity: 0.9;
}

.paper-section .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	/* background: url("../img/backgrounds/background-paper.jpg") center 0 repeat #e2dfcc; */
	background: #cfd9e5;
	border: 2px solid #267f85;
	text-align: center;
	color: #267f85;
	padding: 12px 80px;
	opacity: 0.9;
	/* text-shadow: 2px 2px 0px #000; */
}

.paper-section .read-more:hover {
	color: #ffffff;
	background: #c53232 !important;
	border: 2px solid #c53232;
	opacity: 0.9;
}

.paper-section .read-more img {
	margin-left: 13px;
}



/* ----------------
  Manilla section
---------------------*/

.manilla-section {
	background: #2a4c6c;
	color: #ffffff;
	padding: 75px 0 0 0;
}

.manilla-section a {
	color: #ffffff;
	/* color: #c53232; */
	text-decoration: underline;
}

.manilla-section h4 a {
	color:#c53232;
	text-decoration: none;
}

.manilla-section a:hover {
	color:#3ac2ca;
}

.manilla-section p {
	/* text-indent: 40px; */
	font-family: 'Plus Jakarta Sans', sans-serif;
	opacity: 0.9;
}

.manilla-section figcaption {
	color: #ffffff;
}

.manilla-section p.drop-case::first-letter {
	font-size: 3.5em;
	line-height: .6em;
	float: left;
	margin-top: .13em;
	margin-right: .06em;
}

.manilla-section .text-box h3 {
	color: #ffffff;
	/* color: #e2dfcc;
	text-shadow: -1px 0 #221f1f, 0 1px #221f1f, 1px 0 #221f1f, 0 -1px #221f1f, 4px 4px 0px #221f1f; */
	opacity: 0.9;
}

.manilla-section .text-box h4 {
	text-shadow: 3px 3px 0px #000, 2px 2px 0px #c53232;
}

.manilla-section hr.line-diamond {
  border: 1px solid #ffffff;
  height: 0;
  background: none;
  max-width: 120px;
  margin: 10px auto 30px auto;
  opacity: 1.0;
}
.manilla-section hr.line-diamond::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 4px;
  background-color: #ffffff;
  border-width: 1px;
  opacity: 1.0;
}
/* .manilla-section hr.line-diamond::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 3px;
  background-color: #e3e0ce;
  border-width: 1px;
  opacity: 0.9;
} */

.manilla-section hr.line-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px auto 38px auto;
    max-width: 100px;
    opacity: 0.9;
}

.manilla-section .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: 2a4c6c;
	/* background: #221f1f; */
	border: 2px solid #ffffff;
	text-align: center;
	color: #ffffff;
	padding: 12px 80px;
	opacity: 0.9;
	/* text-shadow: 2px 2px 0px #000; */
}

.manilla-section .read-more:hover {
	color: #ffffff;
	background: #c53232;
	border: 2px solid #c53232;
	opacity: 0.9;
}

.manilla-section .read-more img {
	margin-left: 13px;
}


/* ----------------
  Mines section
---------------------*/

.mines-section {
	background-color: #151410;
	padding: 75px 0 0 0;
}

.mines-section a {
	color:#c53232;
	text-decoration: none;
}

.mines-section h4 a {
	color:#ff0000;
	text-decoration: none;
}

.mines-section a:hover {
	color:#3ac2ca;
}

.mines-section p {
	/* text-indent: 40px; */
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.mines-section p.drop-case::first-letter {
	font-size: 3.5em;
	line-height: .6em;
	float: left;
	margin-top: .13em;
	margin-right: .06em;
}

.mines-section figcaption {
	color: #ffffff;
}

.mines-section .text-box h3 {
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 4px 4px 0px #000;
}

.mines-section .text-box h4 {
	text-shadow: 3px 3px 0px #000, 2px 2px 0px #c53232;
}

.mines-section hr.line-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px auto 38px auto;
    max-width: 100px;
}



/* -------------------------
  Mines & Mysteries section
--------------------------*/

.mam-section {
	background: #eee;
	color: #221f1f;
	padding: 75px 0 0 0;
}

.mam-section a {
	color: #221f1f;
	text-decoration: none;
}

.mam-section h4 a {
	color:#c53232;
	text-decoration: none;
}

.mam-section a:hover {
	color: #221f1f;
	text-decoration: underline;
}

.mam-section p {
	/* text-indent: 40px; */
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.mam-section img {
	/* border: 2px solid #d1cfd0; */
	margin: 20px 0 0 0;
	border-radius: 10px;
}

.mam-section a.episode {
	/* filter: brightness(50%); */
	/* filter: sepia(60%); */
	filter: brightness(80%)
}

.mam-section a:hover.episode {
	/* filter: brightness(100%); */
	/* filter: sepia(0%); */
	filter: brightness(100%);
}

.mam-section p.drop-case::first-letter {
	font-size: 3.5em;
	line-height: .6em;
	float: left;
	margin-top: .13em;
	margin-right: .06em;
}

.mam-section figcaption {
	color: #221f1f;
}

.mam-section .text-box h3 {
	color: #c53232;
	/* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 4px 4px 0px #000; */
}

.mam-section .text-box h4 {
	/* text-shadow: 3px 3px 0px #000, 2px 2px 0px #c53232; */
}

.mam-section hr.line-diamond {
  border: none;
  height: 1px;
  background: #221f1f;
  max-width: 170px;
  margin: 10px auto 30px auto;
}
.mam-section hr.line-diamond::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 5px;
  background-color: #221f1f;
  border-width: 1px;
  border-color:#fff;
}
.mam-section hr.line-diamond::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding: 4px;
  background-color: #c53232;
  border-width: 1px;
  border-color:#fff;
}

.mam-section hr.line-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-top: 2px solid #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px auto 38px auto;
    max-width: 100px;
}

.mam-section .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: #000000;
	border: 2px solid #221f1f;
	text-align: center;
	color: #221f1f;
	padding: 12px 80px;
}

.mam-section .read-more:hover {
	color: #000000;
	background: #221f1f;
	text-decoration: none;
	border: 2px solid #221f1f;
	opacity: 0.9;
}

.mam-section .read-more img {
	margin-left: 13px;
}


/* ----------------
  Events section
---------------------*/

.events-section {
	/* background: #343730; */
	color: #fff;
	background: url("/img/backgrounds/background-upcoming-events.jpg") center -200px no-repeat fixed #1e1a1b;
	padding: 75px 0;
}

.events-section a {
	color:#bbd5b3;
	text-decoration: underline;
}

.events-section a:hover {
	color:#cbe5c3;
}

.events-section p {
	/* text-indent: 40px; */
	color: #fff;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.events-section p.drop-case::first-letter {
	font-size: 5em;
	line-height: .6em;
	float: left;
	margin-top: .1em;
	margin-right: .06em;
}

.events-section .text-box .top-meta {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.events-section .text-box .top-meta a {
	color: #b01ba5;
}

.events-section .text-box h3 {
	margin-bottom: 20px;
	/* max-width: 370px; */
}

.events-section .text-box p {
	font-size: 22px;
	font-weight: 500;
	margin: auto;
	max-width: 960px;
	color: #ffffff;
	margin-bottom: 35px;
}

.events-section figcaption {
	color: #fff;
}

.events-section .text-box .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: transparent;
	text-align: center;
	color: #fff;
	padding: 12px 50px;
	border-radius: 30px;
	border: 2px solid #fff;
	transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -o-transition-property: background;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: linear;
}

.events-section .text-box .read-more:hover {
	color: #343730;
	background: #ffffff;
}

.events-section .text-box .read-more img {
	margin-left: 13px;
}

/* ----------------
  Map section
---------------------*/

.map-section {
	background: #a6be9f;
	/* background: url("../img/green/bg-sign-morris-canal.jpg") center -200px no-repeat fixed #a6be9f; */
	padding: 0px;
}

/* ----------------
  Landscape section
---------------------*/

.landscape-section {
	/* background: #343730; */
	color: #fff;
	background: url("/img/backgrounds/background-willis-basin.jpg") center bottom 0 no-repeat fixed #f3ede1;
	-moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-color: transparent;
	padding: 300px 0;
}

/* ----------------
  Water section
---------------------*/

.water-section {
	color: #fff;
	background: #485f75;
	/* background: url("../img/water/bg-morris-canal.jpg") center -200px no-repeat #485f75; */
	background-attachment: fixed;
	/* padding: 115px 0; */
	padding: 75px 0 0 0;
}

.water-section a {
	color:#c53232;
	text-decoration: underline;
}

.water-section a:hover {
	color:#ac3d54;
}

.water-section p {
	/* text-indent: 40px; */
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.water-section p.drop-case::first-letter {
	font-size: 4.5em;
	line-height: .6em;
	float: left;
	margin-top: .18em;
	margin-right: .06em;
}

.water-section .text-box .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: transparent;
	text-align: center;
	color: #fff;
	padding: 12px 50px;
	border-radius: 30px;
	border: 2px solid #fff;
	transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -o-transition-property: background;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: linear;
}

.water-section .text-box .read-more:hover {
	color: #485f75;
	background: #ffffff;
}

.water-section .text-box .read-more img {
	margin-left: 13px;
}

/* ----------------
  Towns section
---------------------*/

.towns-section {
	background: #f5f0e7;
	/* background: url("../img/towns/bg-morris-canal.jpg") center -200px no-repeat #f5f0e7; */
	background-attachment: fixed;
	/* padding: 115px 0; */
	padding: 75px 0;
}

.towns-section a {
	color:#c53232;
	text-decoration: underline;
}

.towns-section a:hover {
	color:#ac3d54;
}

.towns-section p {
	/* text-indent: 40px; */
}

.towns-section p.drop-case::first-letter {
	font-size: 5em;
	line-height: .6em;
	float: left;
	margin-top: .1em;
	margin-right: .06em;
}

.towns-section .text-box .read-more {
	display: inline-block;
	margin: 0 auto;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 550px;
	background: transparent;
	text-align: center;
	color: #343730;
	padding: 12px 50px;
	border-radius: 30px;
	border: 2px solid #343730;
	transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: linear;
    -o-transition-property: background;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: linear;
}

.towns-section .text-box .read-more:hover {
	color: #ffffff;
	background: #343730;
}


/* ----------------
 Blog Section
---------------------*/

.blog-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.blog-section .section-title {
	margin-bottom: 25px;
}

.blog-filter {
	list-style: none;
	display: block;
}

.blog-filter li {
	display: inline-block;
}

.blog-filter li a {
	display: block;
	color: #fff;
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 700;
	background: #6f2b95;
	line-height: 1.1;
	margin-right: 7px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.blog-filter li a:hover {
	background: #b01ba5;
}

.blog-item {
	margin-top: 86px;
}

.blog-item .blog-thumb {
	width: 362px;
	float: left;
	margin-right: 30px;
}

.blog-item .text-box {
	overflow: hidden;
}

.blog-item .text-box p {
	margin-bottom: 42px;
}

.widget-item {
	margin-bottom: 85px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	padding-left: 38px;
	margin-bottom: 48px;
}

.trending-widget .tw-item {
	margin-bottom: 38px;
}

.trending-widget .tw-item:last-child {
	margin-bottom: 0;
}

.trending-widget .tw-thumb {
	float: left;
	margin-right: 17px;
	overflow: hidden;
}

.trending-widget .tw-text .tw-meta {
	color: #68647d;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 7px;
}

.trending-widget .tw-text .tw-meta a {
	color: #b01ba5;
}

.trending-widget .tw-text h5 {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}

.categories-widget {
	background: #34164b;
	padding: 55px 0 25px;
}

.categories-widget ul {
	list-style: none;
	padding: 0 38px;
}

.categories-widget ul li {
	display: block;
}

.categories-widget ul li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 15px;
	padding-right: 19px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-image: url("../img/icons/double-arrow.png");
	background-repeat: no-repeat;
	background-position: right -120% center;
	background-size: 11px;
}

.categories-widget ul li a:hover {
	color: #b01ba5;
	background-position: right center;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #72628b;
	background: none;
	padding-right: 60px;
	color: #fff;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	color: #b01ba5;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
	background: none;
	border: none;
	text-transform: uppercase;
}

.latest-comments .lc-item {
	margin-bottom: 30px;
}

.latest-comments .lc-item:last-child {
	margin-bottom: 0;
}

.latest-comments .lc-item .lc-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	float: left;
	margin-right: 12px;
}

.latest-comments .lc-item .tw-text {
	padding-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.latest-comments .lc-item .tw-text a {
	color: #b01ba5;
}

.latest-comments .lc-item .tw-text span {
	color: #68647d;
}

/* --------------------
  Intro video section
-----------------------*/

.intro-video-section {
	height: 757px;
	position: relative;
}

.video-play-btn {
	position: absolute;
	left: calc(50% - 61px);
	top: calc(50% - 61px);
	width: 122px;
	height: 122px;
	text-align: center;
	padding-top: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.video-text {
	margin-bottom: 80px;
	padding: 27px 0;
	padding-left: 25px;
	position: relative;
}

.video-text h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1px;
}

.video-text p {
	font-size: 18px;
	color: #a3a1b3;
	font-weight: 500;
	margin-bottom: 0;
}

.video-text:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 100%;
	left: -22px;
	top: 0;
	border-left: 3px solid #de46d6;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
}

/* ----------------
  Featured section
---------------------*/

.featured-section {
	position: relative;
	overflow: hidden;
}

.featured-bg {
	width: calc(50% - 156px);
	float: left;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.featured-box {
	float: right;
	width: calc(50% + 156px);
	background: #fff;
	padding: 100px 50px 130px 79px;
}

.featured-box .text-box {
	max-width: 810px;
}

.featured-box .text-box .top-meta {
	color: #68647d;
}

.featured-box .text-box h3 {
	font-size: 60px;
	max-width: 100%;
}

.featured-box .text-box p {
	font-size: 16px;
}

.featured-box .text-box .read-more {
	color: #251e2f;
}

.gradient-bg,
.newsletter-section {
	background: #3e0f3d;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3e0f3d 0%, #1c0f3b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#3e0f3d), to(#1c0f3b));
	background: -o-linear-gradient(left, #3e0f3d 0%, #1c0f3b 100%);
	background: linear-gradient(to right, #3e0f3d 0%, #1c0f3b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e0f3d', endColorstr='#1c0f3b', GradientType=1);
	/* IE6-9 */
}

/* --------------------
  Newsletter section
----------------------*/

.newsletter-section {
	padding: 108px 0 95px;
	text-align: center;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 73px;
}

.newsletter-form {
	padding-left: 56px;
}

.newsletter-form input {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	width: 787px;
	border: none;
	border-bottom: 2px solid #9b91a6;
	background: none;
	height: 63px;
	margin-right: 26px;
}

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

.footer-section {
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#155f41+0,81976f+100 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#155f41+0,81976f+100 */
    background: #221f1f;
    /* border-top: 2px solid #39352f; */
}

.footer-section p {
	/* text-indent: 40px; */
	font-size: 18px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #949099;
	margin-bottom: 35px;
}

.footer-section a {
	color: #c53232;
}

.footer-section a:hover {
	color: #8c8579;
}

.footer-section .container {
	position: relative;
	padding: 60px 15px 0 15px;
}

.footer-left-pic {
	position: absolute;
	left: -13px;
	bottom: 19px;
}

.footer-right-pic {
	position: absolute;
	right: 50px;
	bottom: 19px;
}

.footer-menu {
	padding-top: 24px;
	padding-bottom: 48px;
}

.footer-menu li:last-child a {
	margin-right: 0;
}

.footer-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer-social a:first-child {
	margin-left: 0;
}

.copyright {
	font-size: 18px;
	font-weight: 500;
	color: #f5f0e7;
	opacity: 0.50;
}

.copyright a {
	color: #f5f0e7;
}

.copyright a:hover {
	text-decoration: underline;
}

/* ----------------
  Other Pages
=====================
---------------------*/

.page-top-section {
	height: 355px;
	padding-top: 210px;
}

.page-info {
	max-width: 1496px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
}

.page-info h2 {
	color: #fff;
	font-size: 48px;
}

.site-breadcrumb a,
.site-breadcrumb span {
	font-style: italic;
	color: #fff;
	margin: 0 10px;
	font-weight: 700;
}

.site-breadcrumb a:first-child {
	margin-left: 0;
}

.site-breadcrumb span {
	color: #c313b7;
}

/* --------------
  Games Page
-----------------*/

.games-section {
	padding: 108px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-filter {
	list-style: none;
	margin-bottom: 82px;
}

.game-filter li {
	display: inline-block;
	width: 40px;
	height: 34px;
	background: #503c6e;
	border-radius: 17px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.game-filter li:hover {
	background: #c313b7;
}

.game-filter li a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 7px;
}

.game-item {
	margin-bottom: 80px;
}

.game-item h5 {
	font-size: 22px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 20px;
}

.game-item .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #b01ba5;
}

.game-item .read-more img {
	margin-left: 13px;
}

.site-pagination {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a {
	width: 38px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-pagination a.active {
	width: 44px;
	margin: 0 10px;
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.site-pagination a.active:first-child {
	margin-left: 0;
}

.game-page-sideber .widget-item {
	margin-bottom: 55px;
}

/* ------------------
  Game single Page
---------------------*/

.games-single-page,
.review-section,
.blog-page,
.contact-page {
	padding: 104px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #343730;
	/* Old browsers */
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(45deg, #343730 0%, #2d1854 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: -o-linear-gradient(45deg, #343730 0%, #2d1854 100%); */
	/* background: linear-gradient(45deg, #343730 0%, #2d1854 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343730', endColorstr='#2d1854', GradientType=1); */
	/* IE6-9 fallback on horizontal gradient */
}

.game-single-preview {
	margin-bottom: 108px;
}

.game-single-content .gs-meta {
	font-size: 18px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 20px;
}

.game-single-content .gs-meta a {
	color: #b01ba5;
}

.game-single-content .gs-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 40px;
}

.game-single-content h4 {
	color: #b01ba5;
	margin-bottom: 20px;
}

.game-single-content p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 70px;
}

.rating-widget {
	background: #34164b;
	padding: 55px 0 30px;
}

.rating-widget ul {
	list-style: none;
	padding: 0 38px;
	margin-bottom: 30px;
}

.rating-widget ul li {
	display: block;
	font-size: 16px;
	color: #b01ba5;
	font-weight: 500;
	margin-bottom: 10px;
}

.rating-widget ul li span {
	float: right;
	color: #68647d;
}

.rating-widget h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.rating-widget h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.rating-widget h5 span {
	color: #b01ba5;
}

.testimonials-widget {
	background: #34164b;
	padding: 55px 0 50px;
}

.testimonials-widget .testim-text {
	padding: 0 30px;
}

.testimonials-widget .testim-text p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 40px;
}

.testimonials-widget .testim-text h6 {
	color: #68647d;
	padding-left: 15px;
}

.testimonials-widget .testim-text h6 span {
	color: #b01ba5;
}

.game-author-section {
	background: #3a1854;
	padding: 51px 0;
	overflow: hidden;
}

.game-author-pic {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	float: left;
	margin-right: 55px;
}

.game-author-info {
	overflow: hidden;
	padding-top: 10px;
}

.game-author-info h4 {
	color: #fff;
	margin-bottom: 20px;
}

.game-author-info h4 span {
	color: #b01ba5;
}

.game-author-info p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 0;
}

/* ----------------
  Review section
---------------------*/

.review-item {
	margin-bottom: 87px;
}

.review-content {
	position: relative;
}

.review-content h3 {
	max-width: 100%;
	margin-bottom: 35px;
}

.review-content p {
	margin-bottom: 40px;
}

.review-content .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.review-content .rating h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.review-content .rating h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.review-content .rating h5 span {
	color: #c313b7;
}

/* ------------------
	Blog Page
---------------------*/

.blog-page .blog-filter {
	margin-bottom: 77px;
}

.big-blog-item {
	margin-bottom: 65px;
}

.big-blog-item .blog-thumbnail {
	margin-bottom: 30px;
}

.big-blog-item .blog-content .top-meta {
	margin-bottom: 15px;
}

.big-blog-item .blog-content h3 {
	max-width: 100%;
	margin-bottom: 25px;
}

.big-blog-item .blog-content p {
	margin-bottom: 10px;
}

/* ----------------
  Logo position
---------------------*/

.logo-position-left {
	display: inline; position: absolute;
	top: 90px;
	left: 18%;
	atransform: translateX(-50px);
}

.logo-position-right {
	display: inline;
	position: absolute;
	top: 90px;
	right: 18%;
	atransform: translateX(50px);
}

/* ----------------
  Contact page
---------------------*/

.map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 104px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
}

.contact-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.contact-form .site-btn img {
	left: 5px;
}

.contact-text h3 {
	margin-bottom: 25px;
}

.contact-text p {
	line-height: 1.9;
	color: #68647d;
	margin-bottom: 50px;
}

.cont-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.cont-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.cont-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}

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

.fancybox-caption__body {
	font-size: 24px;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}

	.hero-shawangunk-mine, .hero-shawangunk-mine-postcard, .hero-homepage {
		/* background-size: cover; */
		background-position: center 0;
		height: 640px;
		padding-top: 0px;
	}
}

@media (max-width: 1530px) {
	.hero-slider .owl-dots {
		width: 1170px;
		left: calc(50% - 585px);
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-item .blog-thumb {
		width: 250px;
	}
	.hero-item p, .hero-shawangunk-mine p, .hero-shawangunk-mine-postcard p, .hero-homepage p, .hero-hibernia-mine p, .hero-highlands p, .hero-trotter-tunnel p, .hero-about-iron-miners p {
		font-size: 22px;
	}
	.hero-item .logo, .hero-shawangunk-mine .logo, .hero-shawangunk-mine-postcard .logo .hero-homepage .logo {
		margin: 0;
		display: block;
		width: 415px !important;
		margin: 40px 0 0 0px;
	}
	.hero-item .logo, .hero-hibernia-mine .logo {
		margin: 0;
		display: block;
		width: 415px !important;
		margin: 40px 0 0 0px;
	}
	.hero-highlands .logo, .hero-trotter-tunnel .logo {
		margin: 0;
		display: block;
		width: 415px !important;
		margin: 20px 0 0 0px;
	}
	.hero-about-iron-miners .logo {
		margin: 0;
		display: block;
		width: 415px !important;
		margin: 24px 0 0 0px;
	}

	.scene-image {
		background-attachment: fixed;
		background-size: cover;
		height: 550px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 30px;
	}
	.hero-slider .owl-dots {
		width: 930px;
		left: calc(50% - 465px);
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.game-filter li {
		width: 31px;
		height: 31px;
	}
	.game-filter li a {
		padding-top: 5px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bar-warp {
		padding: 20px 0 0 0;
	}
	.main-menu li a {
		font-size: 18px;
		margin-right: -45px;
	}
	.hero-item {
		height: 550px;
		background: url('/img/headers/header-looking-out-adit.jpg') center 0px no-repeat #000;
		background-size: 175%;
		background-attachment: fixed;
		border-top: 59px solid #39352f;
	}
	.hero-hibernia-mine {
		height: 550px;
		background: url('/img/headers/header-hibernia-mine-ore-crusher.jpg') center 0px no-repeat #2a4c6c;
		background-size: 175%;
		/* background-attachment: fixed; */
		border-top: 59px solid #39352f;
	}
	.hero-shawangunk-mine-postcard {
	  background: url('/img/headers/header-shawangunk-mine-no-postcard.jpg') center 40px no-repeat #000;
  }
  .hero-homepage {
	  background: url('/img/headers/header-mine-adit.jpg') center 40px no-repeat #000;
  }
	.hero-highlands {
		height: 420px;
		background: url('/img/headers/header-elizabeth-mine.jpg') center 0px no-repeat #000;
		background-size: 175%;
		border-top: 59px solid #39352f;
	}
	.hero-trotter-tunnel {
		height: 420px;
		background: url('/img/headers/header-trotter-tunnel.jpg') center 0px no-repeat #000;
		background-size: 175%;
		border-top: 59px solid #39352f;
	}
	.hero-about-iron-miners {
		height: 420px;
		background: url('/img/headers/header-tracked-adit.jpg') center 0px no-repeat #000;
		background-size: 175%;
		border-top: 59px solid #39352f;
	}
	.scene-image {
		background-attachment: fixed;
		background-size: cover;
		height: 550px;
	}
	.hero-item h2 {
		font-size: 110px;
	}
	.hero-item p {
		font-size: 16px;
		padding: 0 30px;
	}
	.hero-item .logo, .hero-hibernia-mine .logo {
		margin: 0;
		display: block;
		width: 375px !important;
		margin: 72px 0 0 0px !important;
	}
	.hero-highlands .logo, .hero-trotter-tunnel .logo {
		margin: 0;
		display: block;
		width: 375px !important;
		margin: 62px 0 0 0px !important;
	}
	.hero-about-iron-miners .logo {
		margin: 0;
		display: block;
		width: 375px !important;
		margin: 62px 0 0 0px !important;
	}
	.hero-slider .owl-nav .owl-next {
		right: 0;
	}
	.hero-slider .owl-dots {
		width: 690px;
		left: calc(50% - 345px);
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.footer-right-pic {
		right: 15px;
	}
	.footer-left-pic {
		left: -44px;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.logo-section {
		background: none;
	}
	.logo-position-right {
	  display: inline; position: absolute;
	  top: 88px;
	  left: 16%;
	  right: initial;
	  atransform: translateX(-50px);
  }
	.logo {
		width: 80%;
	}
	.scene-cover {
	}
	.header-bar-warp {
		display: none;
		padding: 0;
		/* padding: 25px 20px 10px; */
	}
	.main-menu.primary-menu {
		display: none;
	}
	.slicknav_menu {
		font-size: 20px;
		font-weight: bold;
		display: block;
		background: #ffffff;
		border-bottom: 0;
	}
	.slicknav_menu .slicknav_menutxt {
		text-shadow: none;
	}
	.slicknav_btn {
		margin-right: 10px;
		background: #221f1f;
	}
	.slicknav_nav a {
		color: #c53232;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		background: #eee;
		color: #221f1f;
	}
	.hero-item {
		height: 380px;
		background: #221f1f;
		background-size: 200%;
		padding-top: 0px;
    }
    .hero-hibernia-mine {
		height: 380px;
		background: url('/img/headers/header-hibernia-mine-ore-crusher.jpg') center 0px no-repeat #2a4c6c;
		background-size: 150%;
		padding-top: 0px;
    }
    .hero-shawangunk-mine-postcard {
	    background: url('/img/headers/header-shawangunk-mine-no-postcard.jpg') center 0px no-repeat #000;
    }
    .hero-homepage {
	    background: url('/img/headers/header-mine-adit.jpg') center 0px no-repeat #000;
    }
    .hero-highlands {
    	height: 290px;
    	background: url('/img/headers/header-elizabeth-mine.jpg') center 0px no-repeat #000;
    	background-size: 150%;
    	padding-top: 0px;
    }
    .hero-trotter-tunnel {
    	height: 290px;
    	background: url('/img/headers/header-trotter-tunnel.jpg') center 0px no-repeat #000;
    	background-size: 150%;
    	padding-top: 0px;
    }
    .hero-about-iron-miners {
    	height: 290px;
    	background: url('/img/headers/header-tracked-adit.jpg') center 0px no-repeat #000;
    	background-size: 150%;
    	padding-top: 0px;
    }
    .scene-image {
		background-attachment: scroll;
		background-size: contain;
		height: 380px;
	}
    .hero-item .logo, .hero-hibernia-mine .logo {
		margin: 0;
		display: block;
		width: 185px !important;
		margin: 18px 0 0 0px;
	}
	.hero-highlands .logo, .hero-trotter-tunnel .logo {
		margin: 0;
		display: block;
		width: 185px !important;
		margin: 12px 0 0 0px;
	}
	.hero-about-iron-miners .logo {
		margin: 0;
		display: block;
		width: 185px !important;
		margin: 12px 0 0 0px;
	}
	.hero-item h2 {
		font-size: 70px;
	}
	.hero-item p {
		font-size: 18px;
	}
	.footer-right-pic,
	.footer-left-pic {
		display: none;
	}
	.hero-slider .owl-nav .owl-next {
		top: auto;
		bottom: 33px;
		right: 15px;
		z-index: 99;
	}
	.hero-slider .owl-dots {
		width: 100%;
		left: 0;
		padding-left: 15px;
	}
	.intro-text-box {
		margin-bottom: 40px;
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.sidebar {
		padding-top: 60px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.featured-box .text-box h3 {
		font-size: 45px;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.video-text:after {
		left: 0;
	}
	.page-top-section {
		height: 400px;
		padding-top: 250px;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
	.review-content .rating {
		position: relative;
		margin-bottom: 20px;
	}
	.review-content .rating h5 {
		text-align: left;
		padding-right: 0;
	}
	.fancybox-caption__body {
	    font-size: 16px;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	h3 {
		font-size: 30px;
	}
	.hero-item {
		height: 300px;
		background: url('/img/headers/header-looking-out-adit.jpg') center -53px no-repeat #000;
		background-size: 200%;
		padding-top: 0px;
  }
  .hero-shawangunk-mine {
		height: 300px;
		background: url('/img/headers/header-shawangunk-mine.jpg') center 0px no-repeat #2a4c6c;
		background-size: 150%;
		padding-top: 0px;
  }
  .hero-shawangunk-mine-postcard {
		height: 300px;
		background: url('/img/headers/header-shawangunk-mine-no-postcard.jpg') center 0px no-repeat #000;
		background-size: 150%;
		padding-top: 0px;
  }
  .hero-homepage {
		height: 300px;
		background: url('/img/headers/header-mine-adit.jpg') center 0px no-repeat #000;
		background-size: 150%;
		padding-top: 0px;
  }
  .hero-hibernia-mine {
		height: 300px;
		background: url('/img/headers/header-hibernia-mine-ore-crusher.jpg') center 0px no-repeat #2a4c6c;
		background-size: 150%;
		padding-top: 0px;
  }
  .hero-highlands {
		height: 229px;
		background: url('/img/headers/header-elizabeth-mine.jpg') center 0px no-repeat #000;
		background-size: 150%;
		padding-top: 0px;
  }
  .hero-trotter-tunnel {
		height: 229px;
		background: url('/img/headers/header-trotter-tunnel.jpg') center 0px no-repeat #000;
		background-size: 200%;
		padding-top: 0px;
  }
  .hero-about-iron-miners {
		height: 229px;
		background: url('/img/headers/header-tracked-adit.jpg') center 0px no-repeat #000;
		background-size: 200%;
		padding-top: 0px;
  }
  .hero-item h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}
	.hero-item p {
		font-size: 15px;
	}
	.scene-image {
		background-attachment: scroll;
		background-size: 150%;
		background-position: center 0px;
		height: 300px;
	}
	.video-text h2 {
		font-size: 30px;
	}
	.video-play-btn {
		top: calc(30% - 61px);
	}
	.featured-box {
		padding: 100px 15px;
	}
	.featured-box .text-box h3,
	.newsletter-section h2 {
		font-size: 35px;
	}
	.main-menu li a {
		margin-right: 20px;
	}
	.game-author-pic {
		float: none;
		margin-bottom: 20px;
	}
	.fancybox-caption__body {
	    font-size: 16px;
    }
}

/* ----------------
  Iframe styling
---------------------*/

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------
  Cognito Forms styling
--------------------------*/

.cog-form:not([data-old-safari]) .cog-row, :root:root:root:root .cog-form:not([data-old-safari]) .cog-row {
  font-size: 20px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.cog-cognito--styled .cog-button__text, :root:root:root:root:root .cog-cognito--styled .cog-button__icon, :root:root:root:root:root .cog-cognito--styled .cog-button__text {
  padding: calc(var(--input__padding-v)*.25) calc(var(--input__padding-h)*.1);
  font-size: 22px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.cog-cognito--styled .cog-button--primary, html .cog-cognito--styled .cog-page__navigation .cog-button, :root:root:root:root:root .cog-cognito--styled .cog-button--primary, :root:root:root:root:root .cog-cognito--styled .cog-page__navigation .cog-button {
  width: 140px;
  background: #221f1f;
  border-color: #221f1f;
  border-width: 0;
}
