.fullPage,
.incSec,
.storySec,
.missSec,
.contactW,
.missSecrow,
.pageNF,
.vissonnSec,
.nvisionSec {
	position: relative;
	float: left;
	width: 100%;
}

.incSec {
	margin: 4.8em 0 3em 0;
}

.insecCont p {
	font-size: 150%;
	color: #6e6e6e;
	line-height: 1.3;
}

.insecCont {
	width: 78%;
	margin: 1.2em auto 1.2em auto;
}

.headty2 {
	font-family: 'pt_sans_captionregular', 'robotoregular';
	font-size: 170%;
	font-weight: bold;
	color: #343434;
	margin: 0.8em 0 0.6em 0;
}

.buttonW {
	float: left;
	position: relative;
	left: 50%;
	margin: 3em 0 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.buttonW>li {
	float: left;
	margin: 0 1.2em 0 0;
}

.buttonW li a {
	font-size: 160%;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0.5em 1.2em;
	display: block;
}

.buttonW .redStyle a {
	background: #ed1b24;
}

.buttonW .blackStyle a {
	background: #343434;
	margin: 0;
}

.buttonW .fa {
	margin: 0 0.7em 0 0
}

.storySec {
	margin: 0 0 3em 0;
	padding: 0 0 1em 0;
}

.storySec .topImg {
	float: left;
	width: 41%;
	margin: 0 3% 0 0;
}

.hedTone {
	font-size: 430%;
	color: #343434;
}

.storyCont {
	width: 55%;
	float: left;
}

.storyCont p {
	margin: 0 0 1.4em 0;
	color: #6e6e6e;
}

.storySec .buttonW {
	margin: 2.1em 0 0 0;
}

.missSec .pos {
	position: absolute;
}

.missCont {
	float: left;
	margin: 20% 0 0 34%;
	position: relative;
	z-index: 2;
	width: 60%;
}

.missSec {
	padding: 4em 0 0 0;
}

.imgLeft {
	z-index: 2;
	width: 65%
}

.imgRight {
	left: 18%;
	width: 68%;
}

.missCont p {
	color: #6e6e6e;
	font-size: 150%;
}

.boldTxt {
	font-weight: bold;
	color: #6e6e6e;
}

/*.missSec .buttonW {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}*/

.readMore {
	color: #0096ff;
	font-style: italic;
	text-decoration: underline;
}

.readMore:hover {
	color: #0096ff;
}

.mvPop {
	background: #ffffff;
	position: fixed;
	height: 100vh;
	z-index: 10001;
	width: 60%;
	padding: 6.5em 4% 0 4%;
	right: 0;
	-webkit-box-shadow: -7px 0 27px 4px #d7d7d7;
	-ms-box-shadow: -7px 0 27px 4px #d7d7d7;
	box-shadow: -7px 0 27px 4px #d7d7d7;
}

.mvPop p {
	font-size: 170%;
	margin: 0 0 0.7em;
	line-height: 1.2;
}

.mvPop .readMore {
	display: block;
	font-size: 150%;
}

.closeTxt {
	position: relative;
	font-size: 170%;
	font-weight: bold;
	color: #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	width: auto;
}

.closeTxt {
	margin: 1.5em 0 0 0;
	float: left;
}

.missSec::before,
.vissonnSec::before,
.nvisionSec::before {
	background: #fcfcfc;
	background: -moz-linear-gradient(left, #fcfcfc 0%, #e3e3e3 50%, #fcfcfc 100%);
	background: -webkit-linear-gradient(left, #fcfcfc 0%, #e3e3e3 50%, #fcfcfc 100%);
	background: linear-gradient(to right, #fcfcfc 0%, #e3e3e3 50%, #fcfcfc 100%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
}

.pageTitle {
	color: #e81f25;
	font-size: 1200%;
	text-transform: uppercase;
	text-align: center;
}

.gallerySone .slick-slide {
	position: relative;
	border-right: 1px solid #e0e0e0;
	overflow: hidden;
	border: none;
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.yearTxt {
	position: absolute;
	color: #fff;
	left: 0;
	top: 0.5em;
	background: #ed1b24;
	font-size: 230%;
	padding: 0.4em 1.5em 0em 1.5em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.clickView {
	position: absolute;
	bottom: 0;
	background: #050000;
	color: #fff;
	font-size: 160%;
	padding: 0.4em 1em;
	left: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.clickView:hover {
	background: #fff;
	color: #000;
}

.gDes {
	position: absolute;
	text-align: center;
	z-index: 4;
	width: 100%;
	bottom: 0;
	background: #444444;
	color: #ffffff;
	padding: 0.8em 0.75em 0.8em 0.75em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.gDes h3,
.gDes p {
	font-family: 'pt_sans_captionregular';
}

.gDes h3 {
	font-size: 135%;
	text-transform: none;
}

.gDes span {
	font-weight: bold;
}

.gOver {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(216, 216, 216, 0.7);
	z-index: 1;
}

.galleryCont img {
	width: 100%;
	/*-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);*/
}

.gallerySone .slick-slide:hover .yearTxt,
.gallerySone .slick-slide:hover .clickView,
.gallerySone .slick-slide:hover .gDes {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.gallerySone .slick-slide:hover .gOver {
	display: none;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gallerySone .slick-slide:hover .galleryCont img {
	width: 100%;
	-webkit-filter: none;
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.slider-nav .slick-slide,
.galleryStwo .slick-dots li button,
.slick-dots li button {
	position: relative;
	border: none;
	outline: none;
	display: block;
	background: #cacaca;
	width: 9px;
	height: 9px;
	margin: 0.2em 0.2em 0 0;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.slider-nav .slick-slide {
	cursor: pointer;
}

.galleryStwo .slick-dots li button {
	overflow: hidden;
	text-indent: -100px;
}

.slider-nav .slick-list {
	padding: 0 !important;
	height: 60px;
}

.slider-nav .slick-slide.slick-current,
.slick-dots li.slick-active button {
	color: red
}

.sliYear {
	font-family: 'bebasregular', 'robotoregular';
	position: absolute;
	font-size: 235%;
	color: #ed1b24;
	top: 100%;
	display: none;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}

.slider-nav .slick-slide.slick-current .sliYear {
	display: block;
	margin: 0.45em 0 0 -0.75em;
}

.slider-nav .slick-slide:last-child {
	background: #000;
}

.slider-nav .slick-slide.slick-current:last-child {
	background: #ed1b24;
}

/*.slider-nav .slick-slide:last-child .sliYear{
	display: block;
	margin: 0.45em 0 0 -0.75em;
	color: #343434;
}*/

.galleryStwo .yearTxt {
	opacity: 1;
}

.galleryStwo .gDes {
	opacity: 1;
}

.galleryStwo .slick-slide {
	border-right: 1px solid #cdded4;
}

.galleryStwo .slick-dots li {
	float: left;
}

.galleryW {
	padding: 0 8% 10em 8%;
	margin: 0;
	float: left;
	width: 100%;
}

.galleryStwo .slick-dots li.slick-active button {
	background: #ed1b24;
	width: 14px;
	height: 14px;
	margin: 0 0.2em 0 0;
}

.slider-nav {
	margin: 2em 0 0 0;
}

.galleryStwo .slick-dots {
	float: left;
	position: relative;
	left: 50%;
	margin: 1em 0 0 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-nav .slick-track {
	position: relative;
	left: 45.5%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.sliderW {
	position: relative;
	margin: 5em 0;

}

.sliRowtwo {
	display: none;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.scloseBtn {
	font-size: 150%;
	color: #000000;
	float: right;
	position: absolute;
	bottom: 100%;
	right: 0;
}

.scloseBtn .close {
	background: #000000;
	width: 48px;
	height: 35px;
	color: #fff;
	float: right;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	padding: 0.13em 0 0 0;
}

.closesTxt {
	font-size: 130%;
	padding: 0.2em 0.3em 0 0;
	float: left;
}

.scloseBtn:hover .close {
	background: #e81f25;
}

.pageT {
	font-size: 1120%;
	color: #343434;
	text-align: center
}

.redTxt {
	color: #ed1b24;
}

.contPara {
	text-align: center;
	font-size: 150%;
	color: #343434;
	line-height: 1.6;
	margin: -1.9em 0 0 0;
}

.contactC {
	width: 64%;
	margin: auto;
}

.fLab,
.commTxt,
.halfCont,
.formLeft>li,
.formLeft,
.formCw {
	width: 100%;
	float: left;
}

.fLab {
	color: #343434;
	font-size: 150%;
	margin: 0 0 0.3em;
}

.halfCont li {
	float: left;
	width: 50%;
}

.formLeft {
	width: 57%;
	padding: 0 3.5% 0 0;
	min-height: 300px;
}

.formRight {
	width: 100%;
	/* float: left; */
	padding: 2.2% 0 16em 3.6%;
	text-align: center;
}

.commTxt {
	border: 2px solid #343434;
	font-size: 200%;
	padding: 0.2em 0.4em;
}

.formLeft>li {
	margin: 0 0 1.4em 0;
	position: relative;
}

.cdWrap .first {
	/*width: 36%;
	margin: 0 2% 0 0;*/
	width: 100%;
	margin: 0 0 1.4em 0;
}

.cdWrap .second {
	width: 100%;
}

.exWrap .first {
	width: 52%;
	margin: 0 2% 0 0;
}

.exWrap .second {
	width: 46%;
}

.formRight .paraSt {
	font-family: 'bebasregular', 'robotoregular';
	font-size: 200%;
}

.txtRed {
	color: #ed1b24;
}

.addWrap>li {
	margin: 0 0 1.5em 0;
}

.addWrap>li.last {
	margin: 1.7em 0 0;
}

.formCw {
	margin: 2em 0 0;
}

.contactW {
	background: url(../images/contact/imgContact.png) no-repeat center 100%;
	padding: 2.4em 0 8em;
	background-size: 77%;
}

.contactwIns {
	background: url(../images/pitch-ground.png) no-repeat center 100%;
	padding: 2.4em 0 18em;
	background-size: 95%;
	background-position: left bottom;
	margin-bottom: 20px;
}

.formSub {
	background: #ed1b24;
	color: #ffffff;
	font-size: 247%;
	text-transform: uppercase;
	padding: 0.4em 1.19em;
	float: right;
}

.formSub:hover {
	color: #fff;
}

.formLeft>li.subWrap {
	margin: 1.7em 0 0 3em;
}

.errMess {
	background: #ed1b24;
	color: #fff;
	float: left;
	font-size: 115%;
	padding: 0.1em 0.5em 0.1em 0.5em;
	visibility: hidden;
}

.formLeft>li.erroeM {
	margin: 0.2em 0 0;
}

.errTxt {
	color: #ff0000;
	float: left;
	width: 100%;
}

.visImg {
	width: 44%;
}

.missSecrow {
	margin: 2em 0 0;
	padding: 0;
}

.incPop p {
	font-size: 170%;
	line-height: 1.2;
	margin: 0 0 0.7em;
}

.incPop {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: -7px 0 27px 4px #d7d7d7;
	height: 100vh;
	padding: 6.5em 4% 0;
	right: 0;
	z-index: 10001;
}

.seePictxt {
	clear: both;
	color: #0096ff;
	display: block;
	font-size: 150%;
	text-decoration: underline;
}

.readMwrap a {
	color: #0096ff;
	font-style: italic;
	font-size: 170%;
	text-decoration: underline;
}

.readMwrap {
	float: left;
	margin: 0.4em 0;
}

.txtCenter {
	text-align: center;
}

.buttonW .fa-angle-right {
	font-size: 130%;
	margin: 0 0 0 0.2em;
}

.missSecrow .insecCont p {
	margin: 0 0 1.4em 0
}

.thankWrap p {
	font-family: 'bebasregular', 'robotoregular';
	font-size: 530%;
	text-align: center;
	margin: 0.8em 0 0 24%;
	position: relative;
}

.thankWrap span {
	display: block;
	font-size: 37%;
	word-spacing: 5px;
	line-height: 1;
	margin: -0.7em 0 0 0;
}

.gaSlider {
	position: absolute;
	margin: 0 auto;
	padding: 5em 0 0;
	left: 0;
	right: 0;
	width: 55%;
	z-index: 1001;
}

.gaSliderc .slick-prev {
	background: url(../images/prevRed.png) no-repeat 0 0;
	left: -65px;
}

.gaSliderc .slick-next {
	background: url(../images/nextRed.png) no-repeat 0 0;
	right: -65px;
}

.gaSliderc {
	margin: 1em 0 0 0;
}

.gaSlider .closeBtn:hover {
	color: #fff;
}

.galleryWrap {
	position: relative;
	z-index: 10000;
	top: 0 !important
}

.vissonSec {
	margin: 0 0 9em 0;
}

.incPop p.boldTxt {
	line-height: 1.6;
}

.gDes .gRowTwo {
	display: none;
}

.gallerySone .slick-prev {
	left: -50px;
}

.gallerySone .slick-next {
	right: -50px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.mac-os.safari .contPara {
	margin: 0.1em 0 0 0;
}

.mac-os.safari .storySec {
	padding: 4.5em 0 3em 0;
}

.gaSliderc img {
	display: block;
	width: 100%;
	min-height: 100px
}

.gaSliderc .slick-slide {
	position: relative;
}

.gaSlidercw {
	position: relative;
}

.gaSDes {
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: #e30613;
	padding: 1em 2em;
	color: #fff;
	border-top: 1px solid #272727;
	-webkit-box-shadow: inset 0 -18px 30px 0px #b40613;
	-ms-box-shadow: inset 0 -18px 30px 0px #b40613;
	-o-box-shadow: inset 0 -18px 30px 0px #b40613;
	box-shadow: inset 0 -18px 30px 0px #b40613;
}

.vissonnSec {
	clear: both;
}

.diffT {
	font-family: 'bebasregular', 'robotoregular';
	font-size: 350%;
	font-weight: bold;
	color: #ed1b24;
	margin: 0 0 2em 15%;
}

.nvRoCont .diffT span {
	display: block;
}

.rightImg {
	float: right;
	width: 50%;
}

.nvRoCont,
.nvRowone {
	float: left
}

.nvRoCont {
	margin: 0 2% 2em;
	width: 46%;
}

.nvisionSec {
	padding: 5em 0;
}

.paraStyle {
	font-size: 150%;
	color: #6e6e6e;
	float: left;
}

.nvRowone+.paraStyle {
	margin: 0 2% 2em;
}

.noMargin {
	/*margin: 0 0 1em;*/
	margin: 0;
}

.gaSDes h2 {
	font-size: 237%;
}

.gaSDes p {
	font-size: 160%;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.storySec .topImg {
		width: 50%;
	}

	.storyCont {
		width: 42%;
	}

	.galleryW {
		padding: 1em 3%;
	}

	.pageTitle {
		font-size: 830%;
	}

	.contactC {
		width: 90%;
	}

	.contactW {
		background-size: 100%;
	}
}

@media only screen and (min-width: 0px) and (max-width:1024px) {
	.nvisionSec .diffT {
		font-size: 200%;
		margin: 1em 0;
	}

	.gaSDes {
		padding: 1.5em 2em;
	}

	.gDes {
		opacity: 1
	}

	.sliderW {
		width: 85%;
		margin: 5em auto;
	}
}

@media only screen and (min-width: 0px) and (max-width:1023px) {
	.buttonW>li {
		margin: 0 0.5em 0 0;
	}

	.storySec .topImg {
		margin: 0 1% 0 0;
	}

	.storyCont {
		margin: 1% 0 0;
		width: 54%
	}

	.storyCont p {
		margin: 0 0 0.5em;
	}

	.storySec .topImg {
		width: 42%;
		margin: 5% 1% 0 0;
	}

	.missSec .pos {
		position: relative;
	}

	.missSec .pos.imgRight {
		position: absolute;
		top: 2em;
		width: 78%;
	}

	.missCont {
		margin: 2% 5% 0 5%;
		width: 90%;
	}

	.missSec .buttonW {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		clear: both;
	}

	/*.missSec {
		padding: 4em 0 5em;
	}*/
	.pageT {
		font-size: 800%;
		margin: 0 0 0.2em;
	}

	.nvRoCont {
		width: 91%;
		margin: 0 5% 2em 4%;
	}

	.rightImg {
		width: 80%;
	}

	.nvRowone+.paraStyle {
		margin: 0 5% 2em 4%;
	}

	.sliderW {
		width: 85%;
		margin: 5em auto;
	}

	.gallerySone .slick-prev {
		left: -38px;
	}

	.gallerySone .slick-next {
		right: -38px
	}
}

@media only screen and (min-width: 0px) and (max-width:767px) {
	.insecCont {
		width: 88%;

	}

	.missSecrow .insecCont {
		margin-top: 1.2em;
	}

	.mainCont .storySec .topImg {
		float: none;
		margin: auto;
		width: 100%;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		margin: 1em 0 4em 2%;
	}

	.storyCont {
		margin: 10% 5% 1em;
		width: 90%;
	}

	.insecCont .storyCont {
		margin: 0% 5% 1em;
	}

	.mac-os.safari .storySec {
		padding: 0em 0 3em 0;
	}

	.storySec {
		overflow: hidden;
	}

	.buttonW>li {
		margin: 0 0.5em 2.5em 0;
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		float: none;
	}

	.buttonW li:last-of-type {
		margin-bottom: 0;
	}

	.buttonW {
		margin: 0;
	}

	.nvisionSec {
		padding: 2em 0;
	}

	.missSec .pos.imgRight {
		display: none;
	}

	.imgLeft {
		width: 100%;
	}

	.missSec {
		padding: 3em 0 5em;
	}

	.readMore {
		display: block;
	}

	.pageTitle {
		font-size: 550%;
	}

	.gOver {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}

	.yearTxt,
	.clickView {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.slider-nav .slick-track {
		left: 42%;
	}

	.formLeft {
		width: 100%;
		padding: 0;
	}

	.formLeft>li.subWrap {
		margin: 1.7em 0 0 0;
	}

	.contactW {
		background: none;
	}

	.contactwIns {
		padding: 2.4em 0 8em;
	}

	.formRight {
		border: medium none;
		margin: 5em 0 0;
		padding: 0;
		width: 100%;
	}

	.pageT {
		font-size: 410%;
		margin: 0 0 0.7em;
		letter-spacing: -1.5px;
	}

	.formRight .paraSt {
		font-size: 215%;
	}

	.formSub {
		font-size: 230%;
		padding: 0.2em 0.5em;
	}

	.formLeft>li.subWrap {
		margin: 0;
	}

	.buttonW li a {
		width: 100%;
		display: block;
		text-align: center;
	}

	.thankWrap {
		min-height: inherit;
	}

	.thankWrap p {
		margin: 0.8em 0;
	}

	.gaSlider {
		padding: 9em 0 0;
		width: 72%;
	}

	.closeBtn {
		top: 2em;
	}

	.gaSlider .closeBtn {
		top: 1em;
	}

	.gaSliderc .slick-prev {
		left: -38px;
	}

	.gaSliderc .slick-next {
		right: -38px;
	}

	.missSecrow {
		/* padding: 0 0 2em; */
		padding: 0 0 0em;
	}

	.vissonSec {
		margin: 0;
		padding: 4em 0 1em;
	}

	.incPop {
		height: 100%;
		padding: 6.5em 4% 100% 4%;
	}

	.nvRoCont .diffT span {
		display: inline;
	}

	.diffT {
		font-size: 165%
	}

	.gaSDes h2 {
		font-size: 200%;
	}

	.gaSDes p {
		font-size: 130%;
		line-height: 1.3;
	}

	.sliderW {
		width: 85%;
		margin: 5em auto;
	}

	.gallerySone .slick-prev {
		left: -38px;
	}

	.gallerySone .slick-next {
		right: -38px
	}
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	.slider-nav .slick-track {
		left: 37%;
	}

	.cdWrap .first,
	.cdWrap .second,
	.exWrap .first,
	.exWrap .second {
		width: 100%;
		margin: 0 0 1.4em;
	}
}

@media only screen and (min-width: 0px) and (max-width:360px) {
	.slider-nav .slick-track {
		left: 30%;
	}

	.gallerySone .slick-prev {
		left: -31px;
	}

	.gallerySone .slick-next {
		right: -31px
	}
}