* {
	border: 0px;
	outline: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
body, html {
	overflow-x: hidden;
	height: 100%;
}

body{
	font-family: 'Poppins', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	/* -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; */
	color: inherit;
}
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;
	color: #5c7b9b;
}
a:focus {
	outline: none;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
.blankSpace {
	flex: 1 1 auto;
}
.m-1, .m-2, .m-3, .m-4, .m-5 {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mb-1 {
	margin-bottom: 10px !important;
}
.mb-2 {
	margin-bottom: 20px !important;
}
.mb-3 {
	margin-bottom: 30px !important;
}
.mb-4 {
	margin-bottom: 50px !important;
}
.mb-5 {
	margin-bottom: 70px !important;
}
.mb-10 {
	margin-bottom: 70px !important;
}
.mb-11 {
	margin-bottom: 110px !important;
}
.mb-12 {
	margin-bottom: 120px !important;
}
.mb-13 {
	margin-bottom: 130px !important;
}
.p-3 {
	padding: 30px 0 !important;
}
.p-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.p-5 {
	padding: 80px 0 !important;
}
hr {
	margin-top: 20px;
	margin-bottom: 25px;
	border-top: 1px solid #ebebeb;
}
h1{
	
}

h2 {
	font-size: 45px;
	letter-spacing: -0.36px;
}
h3 {
	font-size: 25px;
	font-weight: 200;
	
}
h4 {
}
h5 {
	
	
}
h6 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
p {
}


.btn {
	font-size: 16px;
	min-width: inherit;
	line-height: normal;
	padding: 15px 30px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	letter-spacing: 1px;
	min-width: 120px;
}
.btn.btn-sm {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn-primary {
	color: #fff;
	background-color: #f47e61;
	border-color: #f47e61;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #f89075;
	border-color: #f89075;
}
.btn-info {
	color: #0a0505;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-info:hover, .btn-info:focus {
	color: #ffffff;
	background-color: #009ee0;
	border-color: #009ee0;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #009ee0;
    border-color: #009ee0;
}
.btn-link {
}
.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
}
.text-primary {
	color: #5c7b9b !important;
}
a.text-primary:hover, a.text-primary:focus {
	color: #5c7b9b !important;
	text-decoration: underline;
}

.coolBeans {
	border: 2px solid #ffffff;
	border-radius: 35px;
	color: #ffffff;

	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	min-width: 150px;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.2s -webkit-transform ease-in-out;
	transition: 0.2s -webkit-transform ease-in-out;
	transition: 0.2s transform ease-in-out;
	transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
	will-change: transform;
	z-index: 0;
	display: inline-block;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	padding: 15px 25px;
}
  .coolBeans::after {
	background-color: #1d1d1d;
	
	border-radius: 35px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translate(-100%, 0) rotate(10deg);
	transform: translate(-100%, 0) rotate(10deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: 0.2s -webkit-transform ease-out;
	transition: 0.2s -webkit-transform ease-out;
	transition: 0.2s transform ease-out;
	transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
	will-change: transform;
	z-index: -1;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}
  .coolBeans:hover::after {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
  }
  .coolBeans:hover {
	border: 2px solid #2f2e2e;
	color: #fff;
	-webkit-transform: scale(1.05);
			transform: scale(1.05);
	will-change: transform;
  }

  .coolBeans:focus{
	color: #ffffff;
  }

.text-none {
	text-transform: none;
}
.form-control {
	font-size: 14px;
	padding-top: 7.5px;
	padding-right: 13px;
	padding-bottom: 7.5px;
	padding-left: 13px;
	border: 1px solid #dddddd;
	height: auto;
	border-radius: 0;
	line-height: normal;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.iframBox{
	position: relative;

}
iframe.iframBox {
    display: block;
 
    border: none;
   
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.welcomePage{
	background-color: #000104;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 9;
}
.welcomePage .container-fluid{
	max-width: 1600px;
	padding-left: 80px;
	padding-right: 80px;
}
.textBox1 h1{
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Quattrocento', serif;
}
.textBox1 h5{
	font-family: 'Cinzel', serif;
	font-size: 18px;
	color: #bd4939;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}


.textBox1{
	position: absolute;
	left: 0%;
	right: 0;
	top: 55%;
	-ms-transform: translateY(-50%) translateX(-0%) scale(0.9, 0.9);
	-webkit-transform: translateY(-50%) translateX(-0%) scale(0.9, 0.9);
	transform: translateY(-50%) translateX(-0%) scale(0.9, 0.9);
	-moz-transform: translateY(-50%) translateX(-0%) scale(0.9, 0.9);
	-o-transform: translateY(-50%) translateX(-0%) scale(0.9, 0.9);
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	transition: all 1.5s ease-in-out 0s;
	text-align: left;
}
.textBox1.textBox1Add{
	-ms-transform: translateY(-50%) translateX(-0%) scale(1, 1);
	-webkit-transform: translateY(-50%) translateX(-0%) scale(1, 1);
	transform: translateY(-50%) translateX(-0%) scale(1, 1);
	-moz-transform: translateY(-50%) translateX(-0%) scale(1, 1);
	-o-transform: translateY(-50%) translateX(-0%) scale(1, 1);
	opacity: 1;
}
.textBox1.textBox1Add2{
	-ms-transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	-webkit-transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	-moz-transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	-o-transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0.3s;
	-moz-transition: all .5s ease-in-out 0.3s;
	-ms-transition: all .5s ease-in-out 0.3s;
	-o-transition: all .5s ease-in-out 0.3s;
	transition: all .5s ease-in-out 0.3s;
}
.bg1{
	position: absolute;
	background-image: url("../img/bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
}
.bg1.bg1Add{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	transition: all 1.5s ease-in-out 0s;
}
.cloud1{
	position: absolute;
	background-image: url("../img/cloud1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.6;
}
.cloud1.cloud1Add{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.cloud2{
	position: absolute;
	background-image: url("../img/cloud2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.4;
}
.cloud2.cloud2Add{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.bg2{
	position: absolute;
	/* background-image: url("../img/bg2.jpg"); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-ms-transform:  scale(0.5, 0.5) rotate(-10deg);
	-webkit-transform:  scale(0.5, 0.5) rotate(-10deg);
	transform:  scale(0.5, 0.5) rotate(-10deg);
	-moz-transform:  scale(0.5, 0.5) rotate(-10deg);
	-o-transform:  scale(0.5, 0.5) rotate(-10deg);
}
/* .bg2.bg2Add{
	-ms-transform:  scale(1.5, 1.5) rotate(15deg);
	-webkit-transform:  scale(1.5, 1.5) rotate(15deg);
	transform:  scale(1.5, 1.5) rotate(15deg);
	-moz-transform:  scale(1.5, 1.5) rotate(15deg);
	-o-transform:  scale(1.5, 1.5) rotate(15deg);
	opacity: 1;
	-webkit-transition: all 2.5s ease-in-out .3s;
	-moz-transition: all 2.5s ease-in-out .3s;
	-ms-transition: all 2.5s ease-in-out .3s;
	-o-transition: all 2.5s ease-in-out .3s;
	transition: all 2.5s ease-in-out .3s;
} */
.bg2.bg2Add{
	-ms-transform:  scale(1, 1) rotate(0deg);
	-webkit-transform:  scale(1, 1) rotate(0deg);
	transform:  scale(1, 1) rotate(0deg);
	-moz-transform:  scale(1, 1) rotate(0deg);
	-o-transform:  scale(1, 1) rotate(0deg);
	opacity: 1;
	-webkit-transition: all 2.5s ease-in-out 0s;
	-moz-transition: all 2.5s ease-in-out 0s;
	-ms-transition: all 2.5s ease-in-out 0s;
	-o-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
}
.bg2.bg2Add2{
	-ms-transform:  scale(1.5, 1.5) rotate(15deg);
	-webkit-transform:  scale(1.5, 1.5) rotate(15deg);
	transform:  scale(1.5, 1.5) rotate(15deg);
	-moz-transform:  scale(1.5, 1.5) rotate(15deg);
	-o-transform:  scale(1.5, 1.5) rotate(15deg);
	-webkit-transition: all 2.5s ease-in-out 0s;
	-moz-transition: all 2.5s ease-in-out 0s;
	-ms-transition: all 2.5s ease-in-out 0s;
	-o-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
	opacity: 0;
}
.place{
    position: absolute;
    background-image: url("../img/place.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -ms-transform: translateY(1%) translateX(-0%);
    -webkit-transform: translateY(1%) translateX(-0%);
    transform: translateY(1%) translateX(-0%);
    -moz-transform: translateY(1%) translateX(-0%);
    -o-transform: translateY(1%) translateX(-0%);
}
.place.placeAdd{
    opacity: 1;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    transition: all 1.5s ease-in-out 0s;
    -ms-transform: translateY(0%) translateX(-0%);
    -webkit-transform: translateY(0%) translateX(-0%);
    transform: translateY(0%) translateX(-0%);
    -moz-transform: translateY(0%) translateX(-0%);
    -o-transform: translateY(0%) translateX(-0%);
}
.place.placeAdd2{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.food{
	position: absolute;
	background-image: url("../img/food.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	
	
}
.food.foodAdd{
	opacity: 1;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.food.foodAdd2{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
}
.textBox2{
	position: absolute;
	left: 0%;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	-moz-transform: translateY(-50%) translateX(-0%);
	-o-transform: translateY(-50%) translateX(-0%);
	opacity: 0;
	text-align: center;
}
.textBox2.textBox2Add{
	opacity: 1;
	-webkit-transition: all 2.5s ease-in-out 0s;
	-moz-transition: all 2.5s ease-in-out 0s;
	-ms-transition: all 2.5s ease-in-out 0s;
	-o-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
}
.textBox2.textBox2Add2{
	-webkit-transition: all 2.5s ease-in-out 0s;
	-moz-transition: all 2.5s ease-in-out 0s;
	-ms-transition: all 2.5s ease-in-out 0s;
	-o-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
	opacity: 0;
}
.logosHold{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0;
	
}
.logosHoldAdd{
	opacity: 1;
}
.logos{
	position: absolute;
	right: 0;
	height: 100%;
	left: 0;
	text-align: center;
	top: 0;
	-ms-transform:  scale(0.5, 0.5) rotate(-15deg);
	-webkit-transform:  scale(0.5, 0.5) rotate(-15deg);
	transform:  scale(0.5, 0.5) rotate(-15deg);
	-moz-transform:  scale(0.5, 0.5) rotate(-15deg);
	-o-transform:  scale(0.5, 0.5) rotate(-15deg);
	opacity: 0;
}
.logos img{
	height: 100%;
}
.logos.logosAdd{
	-webkit-transition: all 5.5s ease-in-out 0s;
	-moz-transition: all 5.5s ease-in-out 0s;
	-ms-transition: all 5.5s ease-in-out 0s;
	-o-transition: all 5.5s ease-in-out 0s;
	transition: all 5.5s ease-in-out 0s;
	-ms-transform:  scale(1.3, 1.3) rotate(0deg);
	-webkit-transform:  scale(1.3, 1.3) rotate(0deg);
	transform:  scale(1.3, 1.3) rotate(0deg);
	-moz-transform:  scale(1.3, 1.3) rotate(0deg);
	-o-transform:  scale(1.3, 1.3) rotate(0deg);
	opacity: 1;
}
.logos.logosAdd2{
	-ms-transform:  scale(2.5, 2.5) rotate(15deg);
	-webkit-transform:  scale(2.5, 2.5) rotate(15deg);
	transform:  scale(2.5, 2.5) rotate(15deg);
	-moz-transform:  scale(2.5, 2.5) rotate(15deg);
	-o-transform:  scale(2.5, 2.5) rotate(15deg);
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	transition: all 1.5s ease-in-out 0s;
}


.andText{
	font-weight: 700;
	font-size: 30px;
	display: inline-block;
	margin-left: 20px;
	padding-right: 22px;
	color: rgb(199, 199, 199);
	font-style: italic;
}


.scrollContent {

	   height:100%;
}
.mCustomScrollBox{
	height:100%;
	}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0px;
	height:100%;
	
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	visibility:hidden;
	
}
.textContent{
	height: 100%;
	float: left;
}
.imgthumbBox{
	height: 100%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.imgthumbBox:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background-color: #000000;
	z-index: 1;
	-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; 
}
.imgthumbBox:hover:before{
	opacity: 0.4;
}
.imgthumbBox:hover h2{
	color: #fff !important;
}
.thumbTextBox{
	position: absolute;
	bottom: 8%;
	right: 10%;
	left: 10%;
	text-align: center;
	z-index: 2;
}
.thumbTextBox h2{
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 40px;
	font-family: 'Cinzel', serif;
	-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;
	position: relative;
	top: 10px;
	line-height: 50px;
}
.thumbTextBox h5{
	font-weight: 600;
	font-size: 15.5px;
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 25px;
	display: none;
	color: #fff;

}
.thumbTextBox p{
	color: #fff;
}
.footerText{
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #979696;
    font-size: 12px;
}
.footerText a{
	color: #ffffff;
}
.footerText a:hover, .footerText a:focus{
color: #ffffff;
-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;
}
.headingCanvas{
	width: 250px;
	height: 75px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border: solid 1px #121212;
	display: inline-block;
	opacity: 0.5;
}
.mainBtn{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 400;
}
.mainBtn:after{
	width: 50px;
	height: 5px;
	background-color: #b30909;
	content: '';
	display: block;
	margin: 8px auto 0 auto;
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
.mainBtn:hover:after{
	width: 100%;
}
.mainBtn:hover, .mainBtn:focus{
	color: #fff;
}
.btnText{
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;

	letter-spacing: 6px;
	position: absolute;
	left: 74px;
	margin-top: -2px;
	top: 50%;
	    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
	-o-transform: translateY(-50%) translateX(-0%);
	
	-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;
}



.productPresentation{
	background-color: #c1c1c1;
}
.proPresentBlock{
    position: absolute;
    top: 50%;
	left: 0%;
	right: 0;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
}
.proPresentList{
	text-align: center;
}
.proPresentList ul li{
	width: 20%;
	text-align: center;
	display: inline-block;
	margin: 0 -2px;
}
.proPresentList ul::after{
	content: '';
	display: block;
	clear: both;
}
.proImg{
	margin-bottom: 20px;
}
.proPresentList ul li h4{
	color: #000000;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0;
}
.borderImg{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 5px;
	border: solid 1px #232323;
}
.arrowBox{
	position: absolute;
	bottom: 30px;
	right: 0px;
	z-index: 1;
}
.ContentHold{
	position: relative;
	height: 100%;
}
.faLogo{
	position: absolute;
	left: 25px;
	top: 25px;
}

.videoFold{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.videoFoldBox{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.videoFoldBox:after{
background-image: url("../img/videobg.png");
background-size: cover;
background-position: center;
content: '';
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
}
.videoText{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
	-o-transform: translateY(-50%) translateX(-0%);
	z-index: 2;
}
.videoText.videoTextAdd{
	-ms-transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	-webkit-transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	-moz-transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	-o-transform: translateY(-50%) translateX(-0%) scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0.3s;
	-moz-transition: all .5s ease-in-out 0.3s;
	-ms-transition: all .5s ease-in-out 0.3s;
	-o-transition: all .5s ease-in-out 0.3s;
	transition: all .5s ease-in-out 0.3s;
}
.videoText h2{
	font-family: 'Cinzel', serif;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 8px;
}
.videoText h3{
	font-family: 'Cinzel', serif;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 10px;
    margin-bottom: 8px;
}
.videoText h4{
	font-family: 'Cinzel', serif;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 8px;
    margin-bottom: 35px;
}
.video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.brandSliderBox .flex-direction-nav .flex-prev{
	background-image: url("../img/arrow-left.png");
	background-repeat: no-repeat;
	background-position: center;

}
.brandSliderBox .flex-direction-nav .flex-next{
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
	background-position: center;

}
.lifeStyleLinks{
    position: absolute;
    left: 20px;
    right: 20px;
	top: 50%;
	text-align: center;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
}
.lifeStyleLinks ul li{
	display: inline-block;
	color: #000;
	font-size: 22px;
	margin: 0 25px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.lifeStyleLinks ul li a:hover, .lifeStyleLinks ul li a:focus{
	color: #b30909;
}
.loaderOverlay{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #000;
	z-index: 9999;
}
.loaderLogoContainer{
    position: absolute;
	left: 0%;
	right: 0;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
	-o-transform: translateY(-50%) translateX(-0%);
	margin-top: 3px;
    margin-left: 5px;
}
.loaderLogo{
	margin: 0 auto;
	animation: loaderLogo 1.5s ease-in-out 0s infinite;
	-webkit-animation: loaderLogo 1.5s ease-in-out 1s infinite;
	
}
@keyframes loaderLogo {
	0%   {
		background-color: #ffffff;
	}
	
	50%  {
		background-color: #919296;
}
	100%  {
		background-color: #ffffff;
}
	
  }
  .homeLogo{
    width: 191px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	
}
.ip-container{
	padding: 0 80px;
}
.videoOverlayImage{
	background-image: url("../img/video-overlay.png");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	background-size: cover;
}
.pdfBtn{
	display: inline-block;
	padding: 14px 25px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	color: #fff;
	font-size: 13px;
	background-color: #ef3602;
	letter-spacing: 0.5px;
    font-weight: 600;
}
.pdfBtn:hover, .pdfBtn:focus{
	background-color: #f74f21;
	color: #fff;
}
 @media (max-width: 1500px) {
	.thumbTextBox h2{
		font-size: 25px;
		
		line-height: 45px;
	}
}
 @media (max-width: 1199px) {
	 h1{
		 line-height: 90px;
	 }
}
@media (max-width: 991px) {
}
 @media (max-width: 767px) {
	h1 {
		font-size: 70px;
		line-height: 60px;
	}
	h1 small {
		font-size: 20px;
		letter-spacing: 3px;
	}
}
 @media (max-width: 575px) {
}
