@charset "UTF-8";
/* CSS Document */

#outer-wrapper {
	position:relative;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	display:block;
	overflow:hidden;
}
#top-nav-wrapper {
	display: inline-flex;
    height: 80px;
    padding: 20px 150px;
    background: #000;
	width:100%;
	position:fixed;
	top:0;
	z-index: 1000;
}
#top-nav-wrapper .login, #top-nav-wrapper .statement {
	text-align:right;
}
#top-nav-wrapper .statement, #top-nav-wrapper .statement a {
	font-size:22px;
	color:#fff;
}
#content-wrapper {
	width: 100%;
    position: relative;
    float: left;
    padding: 0px 150px;
    margin: 0px;
}
body.home #maincontent, body.home-logged-in #maincontent {
	display:none;
}
#footer-wrapper {
	display: block;
    background-color: #000;
    width: 100%;
    padding: 40px 150px;
	float:left;
}
.fullwidth {
	margin: 0px -150px;
	border-bottom: 5px solid #000;
}
.infoWrap {
	display: flex;
    flex-direction: column;
    width: 60%;
    color: #fff;
}
.subBanner .custom {
	padding: 40px 150px 150px 150px;
	background-attachment:fixed ;
	background-size:cover;
	display:block;
}
.bjtc {
position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 100px;
    z-index: 600;
}
#maincontent {
	width:100%;
	padding:120px 0px;
}
.nav-left {
	width: 40%;
    float: left;
}
.nav-right {
	width: 40%;
    float: right;
}
.nav-centre {
	float:left;
	text-align: center;
	width: 20%;
}
.com-content-article__body.column {
	display:table-cell;
	width:90%;
	padding-left: 30px;
}
.item-image.column {
	display:table-cell;
	width:10%;
}
ul.mod-articlescategory {
	list-style:none;
}
ul.mod-articlescategory li {
	background-color: #eee;
    padding: 20px;
    margin-bottom: 30px;
	float: left;
}
.mod-articles-category-title {
	font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    float: left;
}
.mod-articles-category-readmore a {
	color:#fff;
	font-size:16px;
}
.mod-articles-category-readmore a:hover, .mod-articles-category-readmore a:focus {
	color:#fff;
	text-decoration:none;
}
.right-column {
	padding-top:150px;
}
.nav-title a {
	color:#fff;
}
.nav-title a:hover, .nav-title a:focus {
	color:#ff0000;
	text-decoration:none;
}
/*********************************************************************REGISTER MODAL********************************************************************************/
.wf-mediabox-container #top-nav-wrapper, .wf-mediabox-container #footer-wrapper, .wf-mediabox-container .com-users-profile__edit {
	display:none;
}
.wf-mediabox-container #content-wrapper, .wf-mediabox-container #maincontent {
	padding:10px;
}
.wf-mediabox-container {
    padding: 20px !important;
}
.wf-mediabox-container .controls {
	margin-bottom:15px;
}
.wf-mediabox-numbers *, [class^=wf-mediabox] {
	font-family: 'Open Sans', sans-serif !important;
}
.wf-mediabox-container .btn {
	font-size:16px !important;
	margin-top:8px;
}
/*********************************************************************OFFSCREEN********************************************************************************/
#offscreen {
	z-index: 2000;
    position: absolute;
    left: -400px;
    top: 0px;
    bottom: 0px;
    background-color: #bbb;
    width: 400px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.menu-close i {
	font-size: 40px;
    padding: 5px;
    background-color: #ff0000;
    color: #fff;
    width: fit-content;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}


/*********************************************************************TYPE********************************************************************************/
.nav-title {
	color: #fff;
    font-size: 28px;
    font-weight: 300;
}
.bQuote h2 {
	font-size:30px;
	font-weight:400;
	line-height:1.3;
	text-shadow: 0 0 5px #000000;
}
.bQuote p {
	text-shadow: 0 0 5px #000000;
	font-size:18px;
}
#content-wrapper h2 {
	position: relative;
    width: fit-content;
    margin-bottom: 20px;
}
.infoWrap h2:after, #footer-wrapper h3:after {
	content:"";
	border:1px solid #ff0000;
	bottom:-8px;
	left:0;
	position:absolute;
	width: 100%;
}
#footer-wrapper h3 {
	color:#fff;
	position:relative;
	width: fit-content;
}
#footer-wrapper .nav > li > a {
	color:#fff;
}
#footer-wrapper .nav > li > a:hover, #footer-wrapper .nav > li > a:focus {
	color:#ff0000;
}
.menu-icon a {
	font-size:25px;
	color:#fff;
}
.menu-icon a:hover, .menu-icon a:focus {
	color:#ff0000;
	text-decoration:none;
}
com-content-article__body h2, com-content-article__body .h2 {
    font-size: 22px;
}
.com-content-article__body h2:after {
    content: "";
    border: 1px none #ff0000;
}
/*********************************************************************HOME PAGE BANNER********************************************************************************/
body.home #banner, body.home-logged-in #banner {
	width: 100%;
    /* height: 100vh; */
    position: relative;
	overflow: hidden;
	border-bottom: 9px solid #000;
}
#banner .hpBanner .mod-custom {
	height:100vh;
}
body.home #banner .vertical, body.home-logged-in #banner .vertical {
	position: absolute;
    width: 450px;
    top: 0;
    bottom: 0;
	left:-450px;
	background-size:cover;
	background-attachment: fixed;
}
body.home #banner .horizontal, body.home-logged-in #banner .horizontal {
	position: absolute;
    height: 450px;
    left: 0;
    right: 0;
	bottom:-450px;
	background-size:cover;
	background-attachment: fixed;
}
@keyframes vertical {
  from   {left:-450px}
  to  {left:120%}
}
@keyframes horizontal {
  from   {bottom:-450px}
  to  {bottom:120%}
}
body.home #banner .vertical.vOne, body.home-logged-in #banner .vertical.vOne {
	background-image:url("/images/banners/hp-banner-easterIsland.jpg");
	z-index:100;
	animation-name: vertical;
  animation-duration: 70s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
body.home #banner .vertical.vTwo, body.home-logged-in #banner .vertical.vTwo {
	background-image:url("/images/banners/hp-banner-stonework.jpg");
	z-index:300;
	animation-name: vertical;
  animation-duration: 50s;
	animation-delay: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
body.home #banner .horizontal.hOne, body.home-logged-in #banner .horizontal.hOne {
	background-image:url("/images/banners/hp-banner-machupichu.jpg");
	z-index:200;
	animation-name: horizontal;
  animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
body.home #banner .horizontal.hTwo, body.home-logged-in #banner .horizontal.hTwo {
	background-image:url("/images/banners/hp-banner-petra.jpg");
	z-index:400;
	animation-name: horizontal;
  animation-duration: 40s;
	animation-delay: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes quote1 {
  0%   {left:-40%}
	20%   {left:50%}
	70%   {left:60%}
  100%  {left:120%}
}
@keyframes quote2 {
  0%   {left:-40%}
	25%   {left:40%}
	60%   {left:40%}
  100%  {left:120%}
}
@keyframes quote3 {
  0%   {left:-40%}
	30%   {left:20%}
	80%   {left:20%}
  100%  {left:120%}
}
.bQuote.bQuote-1 {
	position:absolute;
	width:400px;
	animation-name: quote1;
	z-index:600;
	animation-timing-function:ease-in-out;
	animation-duration: 20s;
	top:150px;
	animation-delay: 0s;
	color:#fff;
	left:-120%;
	animation-iteration-count: infinite;
}
.bQuote.bQuote-2 {
	position:absolute;
	width:400px;
	animation-name: quote2;
	z-index:600;
	animation-timing-function:ease-in-out;
	animation-duration: 15s;
	top:400px;
	animation-delay: 10s;
	color:#fff;
	left:-120%;
	animation-iteration-count: infinite;
}
.bQuote.bQuote-3 {
	position:absolute;
	width:400px;
	animation-name: quote3;
	z-index:600;
	animation-timing-function:ease-in-out;
	animation-duration: 18s;
	top:600px;
	animation-delay: 15s;
	color:#fff;
	left:-120%;
	animation-iteration-count: infinite;
}