* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
}
body {
	height: 100%;
	color: #000;
	font-family: 'Bellefair', serif;
	font-weight: 400;
}
html {
	height: 100%;
}
.js body {
	overflow: hidden;
}
a {
	color: #555;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
}
.logo {
    position: absolute;
    top: 3.5%;
    left: 2%;
    z-index: 999;
    width: 11%;
    height: 6%;
    cursor: pointer;
}
.container, .bb-custom-wrapper, .bb-bookblock {
	width: 100%;
	height: 100%;
}
.container {
	position: relative;
	right: 0px;
	-webkit-transition: right 0.3s ease-in-out;
	-o-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
}
.containerBox {
	padding: 0px;
}
.slideRight {
	right: 360px;
}
.no-js .container {
	padding-right: 360px;
}
.menu-panel {
	width: 359px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 35px;
}
.js .menu-panel {
	position: absolute;
	right: -359px;
}
.menu-panel h3 {
	font-size: 45px;
	color: #ac0d0d;
	letter-spacing: 1px;
	padding-bottom: 25px;
}
.menu-toc {
	list-style: none;
}
.menu-toc li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
}
.logo .menu-toc li {
	border: 0px;
}
.logo .menu-toc li a {
	padding: 0px;
}
.menu-toc li a {
	display: block;
	color: #454547;
	font-size: 16px;
	line-height: normal;
	cursor: pointer;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	font-family: TCM;
	text-transform: uppercase;
}
.subHold {
	display: none;
}
.menu-toc li i {
	margin-right: 12px;
}
.menu-toc li a:hover, .menu-toc li.menu-toc-current a {
	color: #ac0d0d;
}
.menu-panel div {
	margin-top: 20px;
}
.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
}
.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}
.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}
.menu-button {
	position: absolute;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	right: 80px;
	top: 52px;
}
.bb-custom-wrapper nav span {
	width: 40px !important;
	border: none;
	height: 40px;
	border-radius: 0;
	color: #000;
	line-height: 40px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	font-size: 28px;
}
/*.bb-custom-wrapper nav span:hover, .menu-button:hover {
	background: #000;
}*/
.bb-custom-wrapper nav span:last-child {
	left: 40px;
}
.logoLeft {
	position: absolute;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	left: 67px;
	top: 45px;
}
/*.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 3px;
	background: #48a544;
	top: 50%;
	margin-top: -2px;
	left: 25%;
	box-shadow: 0 -4px #48a544, 0 4px #48a544;
}*/
.no-js .bb-custom-wrapper nav span, .no-js .menu-button {
	display: none;
}
.js .content {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	bottom: 80px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}
.js .content:before, .js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	display: none;
}
.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	display: none;
}
.no-js .content h2 {
	padding: 40px 1% 20px;
}

@media screen and (max-width: 800px) {
.no-js .menu-panel {
	display: none;
}
.no-js .container {
	padding: 0;
}
}
.bb-custom-wrapper nav {
	position: absolute;
	z-index: 9999;
	left: inherit;
	right: 40px;
	top: inherit;
	bottom: 39px;
}
.bb-custom-wrapper nav p {
	font-size: 13px;
	color: #e5e5cf;
	letter-spacing: 1px;
	line-height: 73px;
	padding-bottom: 0;
	text-transform: uppercase;
}
.bb-custom-wrapper nav p a {
	color: #e5e5cf;
}
#bb-nav-prev {
    float: left;
    text-indent: -2px;
}
#bb-nav-next {
	float: right;
	text-indent: 2px;
}
.bodyHolder {
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 24%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.logoBox {
	position: absolute;
	right: 135px;
	bottom: 46px;
	z-index: 999;
}
.logoBox p{
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	font-size:12px !important;
	line-height: 24px !important;
	margin-bottom: 0px !important;
	letter-spacing: 3px;
	color:#fff;
}
.logoBox p a{
	color:#fff;
	text-decoration:none;
}
.item3-text {
	position: absolute;
	left: 130px;
	bottom: 18%;
}
.item3-text h2 {
	margin-bottom: 25px;
}
h1 {
	font-family: "NeuzeitGro W03 Bold";
	color: #1c1b1b;
	font-size: 180px;
	text-transform: uppercase;
	letter-spacing: 50px;
}
h2 {
	font-family: "NeuzeitGro W03 Bold";
	font-size: 130px;
	color: #312f30;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3 {
	font-family: "NeuzeitGro W03 Bold";
	font-size: 72px;
	color: #312f30;
	text-transform: uppercase;
	letter-spacing: 15px;
}
h4 {
	font-family: "NeuzeitGro W03 Bold";
	font-size: 50px;
	color: #f57f60;
	text-transform: uppercase;
}
h5 {
	font-family: "Neuzeit Grotesk W01 Regular";
	font-size: 25px;
	color: #7e7c7c;
	text-transform: uppercase;
}
h6 {
	font-family: "DINNeuzeitGroteskStd-Light";
	font-size: 30px;
	line-height: 42px;
	color: #1b1b1b;
	text-transform: uppercase;
	letter-spacing: 3px;
}
p {
	font-family: "Neuzeit Grotesk W01 Regular";
	font-size: 17px;
	line-height: 26px;
	color: #ffffff7d;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

.item4-text {
	max-width: 1120px;
	display: inline-block;
	position: absolute;
	left: 130px;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.item4-text h3 {
	margin-bottom: 25px;
}
.item4-text h6 {
	margin-bottom: 40px;
}
.item4-text ul {
	margin-bottom: 25px;
}
.item4-text ul li {
	display: inline-block;
	list-style-type: none;
	font-family: "NeuzeitGro W03 Bold";
	font-size: 20px;
	color: #f57f60;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-right: 15px;
}
.item4-text p {
	margin-bottom: 25px;
}
.item4-text h4 {
	display: inline-block;
	margin-right: 30px;
}
.amount-box {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.amount-box img {
	margin-right: 20px;
}
.text-content {
	max-width: 1010px;
}
.item6-text {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100px;
	max-width: 940px;
	margin: 0px auto;
	text-align: center;
}
.item6-text h2 {
	margin-bottom: 30px;
}
.item7-heading {
	position: absolute;
	max-width: 1100px;
	top: 185px;
	right: 13%;
}
.item7-text {
	max-width: 840px;
	position: absolute;
	right: 145px;
	bottom: 100px;
}
.amount-box2 {
	margin-top: 40px;
}
.item10-text {
	max-width: 850px;
	padding: 0px 40px 0px 80px;
	display: inline-block;
	position: absolute;
	right: 110px;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.item10-text h2, .item13-text h2 {
	font-size: 85px;
	line-height: 90px;
	margin-bottom: 30px;
}
.item12-text {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 100px;
	max-width: 960px;
	margin: 0px auto;
	text-align: center;
}
.item12-text h1 {
	color: #fff;
}
.item12-text h6 {
	color: #fff;
}
.item13-text {
	max-width: 750px;
	padding: 0px 80px 0px 80px;
	display: inline-block;
	position: absolute;
	left: 110px;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.item14-text {
	max-width: 1020px;
	display: inline-block;
	position: absolute;
	left: 200px;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
}
.item15-text {
	position: absolute;
	left: 120px;
	bottom: 100px;
	max-width: 1140px;
}
.item15-text h2 {
	font-size: 85px;
	line-height: 90px;
	margin-bottom: 30px;
	color: #fff;
}
.item15-text p {
	color: #fff;
}
.item15-text h5 {
	color: #fff;
}

.backArrow {
    position: fixed;
    left: 35px;
    bottom: 35px;
}
.backArrow img {
    -webkit-animation: backArrow 1.5s ease-in-out 0s infinite;
    animation: backArrow 1.5s ease-in-out 0s infinite;
    position: relative;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes backArrow {
 0% {
left:0px;
}
 50% {
left:-10px;
}
 100% {
left:0px;
}
}

/* Standard syntax */
@keyframes backArrow {
 0% {
left:0px;
}
 50% {
left:-10px;
}
 100% {
left:0px;
}
}

.main-sec .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}




@media (max-width: 1800px) {
.text-content {
	max-width: 900px;
}
.item7-text {
	max-width: 800px;
	right: 100px;
	bottom: 100px;
}
.item7-heading {
	max-width: 1100px;
	top: 17%;
	right: 13%;
}
.item10-text {
	max-width: 800px;
	padding: 0px 40px 0px 80px;
	right: 60px;
}
.item14-text {
	max-width: 1020px;
	left: 100px;
}

}

@media (max-width: 1600px) {
h1 {
	font-size: 140px;
	letter-spacing: 40px;
}
h2 {
	font-size: 100px;
}
h3 {
	font-size: 60px;
	letter-spacing: 12px;
}
h4 {
	font-size: 45px;
}
h6 {
	font-size: 25px;
	line-height: 38px;
	letter-spacing: 3px;
}
p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
}
.logoBox p{
	font-size: 16px !important;
	line-height: 24px !important;
	margin-bottom: 0px !important;
	letter-spacing: 0.5px;	
}
.bodyHolder {
	top: 20%;
}
.text-content {
	max-width: 770px;
}
.item6-text {
	top: 60px;
	max-width: 940px;
}
.item7-text {
	max-width: 700px;
	right: 90px;
	bottom: 100px;
}
.item7-heading {
	top: 17%;
	right: 13%;
}
.item10-text h2, .item13-text h2 {
	font-size: 65px;
	line-height: 70px;
	margin-bottom: 30px;
}
.item10-text {
	max-width: 750px;
	padding: 0px 40px 0px 80px;
	right: 50px;
}
.item13-text {
	max-width: 750px;
	padding: 0px 80px 0px 80px;
	left: 60px;
}
}

@media (max-width: 1440px) {
h1 {
	font-size: 100px;
	letter-spacing: 20px;
}
h2 {
	font-size: 80px;
}
.item3-text h2 {
	margin-bottom: 20px;
}
.item4-text h3 {
	margin-bottom: 20px;
}
.item14-text {
	max-width: 800px;
	left: 60px;
}
.item15-text h2 {
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 20px;
}
.item15-text {
	left: 60px;
	bottom: 100px;
	max-width: 770px;
}
.item10-text h2, .item13-text h2 {
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 20px;
}
.item10-text {
	max-width: 650px;
	padding: 0px 20px 0px 40px;
	right: 50px;
}
}

@media (max-width: 1366px) {
h3 {
	font-size: 50px;
	letter-spacing: 10px;
}
h6 {
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 3px;
}
.item4-text h6 {
	margin-bottom: 25px;
}
.text-content {
	max-width: 650px;
}
.item4-text ul {
	margin-bottom: 20px;
}
p {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0px !important;
}
.item7-text {
	max-width: 600px;
	right: 60px;
	bottom: 100px;
}
.amount-box2 {
	margin-top: 20px;
}
.item10-text {
	max-width: 600px;
	padding: 0px 20px 0px 20px;
	right: 40px;
}
.item13-text {
	max-width: 600px;
	padding: 0px 20px 0px 20px;
	left: 40px;
}
}

@media (max-width: 1280px) {
h1 {
	font-size: 80px;
	letter-spacing: 20px;
}
h2 {
	font-size: 65px;
}
h3 {
	font-size: 45px;
	letter-spacing: 10px;
}
h4 {
	font-size: 32px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 2px;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px !important;
	letter-spacing: 0.4px;
}
.item15-text h2 {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 15px;
}
.item15-text {
	left: 60px;
	bottom: 80px;
	max-width: 650px;
}
.item4-text {
	max-width: 800px;
	left: 60px;
}
.item4-text h6 {
	margin-bottom: 15px;
}
.item4-text ul {
	margin-bottom: 15px;
}
.text-content {
	max-width: 600px;
}
.item6-text h2 {
	margin-bottom: 15px;
}
.item7-text {
	max-width: 550px;
	right: 40px;
	bottom: 100px;
}
.item10-text h2, .item13-text h2 {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 20px;
}
.item10-text {
	max-width: 500px;
	padding: 0px 0px 0px 0px;
	right: 40px;
}
.item13-text {
	max-width: 500px;
	padding: 0px 0px 0px 0px;
	left: 40px;
}
.bodyHolder img {
	width: 160px;
}
}
@media (max-width: 1024px) {
	
}