body {
	font-family: Cairo;
}
.noPadding {
	padding: 0
}
.noPaddingRight {
	padding-right: 0
}

.noPaddingLeft {
	padding-left: 0
}

.noMargin {
	margin:0 
}
.bgHeader {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	position: relative;
}

.bgHeader.fixed {
	background-attachment: fixed;
}
#top {
	background-color: transparent!important;
	font-family: 'fontawesome';
	font-size: 3em;
	text-decoration: none;
	color:#2E2F90;

}
.SubjectHeader {
	margin: 300px 0;
	font-size: 2.2em;
	line-height: 2em;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #fff;
}
.SubjectHeader .HUCap {
	color: red;
	font-weight: 600;
}

.bgHeader .HUCap {
	border-bottom: 5px solid #dc2028;
	line-height:2em;
}

.bgHeader span.PageName {
	color: #fff;
	font-weight: 600;
}

header h1 {
	margin: 270px 0;
	font-size: 2em;
	line-height: 1.0em;
	
	text-transform: uppercase;
	margin-bottom: -50px;
	color: #fff;
}

.ImgWrap {
	width: 100%;
	position: relative;
}

.ImgWrap .Caption {
	text-align: center;
	width: 50%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}

.ImgWrap .Caption h1,
.ImgWrap .Caption h2,
.ImgWrap .Caption h3,
.ImgWrap .Caption h4,
.ImgWrap .Caption h5 {
	text-align: center;
	font-size: 1em;
}


@media only screen and (min-width:480px) {
	header h1 {
		font-size: 3.5em;
	}
	.SubjectHeader {
		font-size: 2.2em;
		line-height: 2em;
	}
}
@media only screen and (min-width:768px) {
	header h1 {
		font-size: 4em;
	}
	.SubjectHeader {
		font-size: 5em;
	}
}
@media only screen and (min-width:992px) {
	header h1 {
		font-size: 5em;
	}
}
@media only screen and (min-width:1200px) {
	header h1 {
		font-size: 6em;
	}	
}


.txtHeader {
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.tdown { 
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid red;
	position: absolute;
	left: 35%;
	top: 100%;
}

.wrap-out {
	width: 100%;
	background: #aaa;
	position: relative;
	min-height: 200px;
}

.wrap-in {
	background: #ccc;
	position: absolute;
	left: 0;
	top: 0;
	height: 200px;
}


/* ~~~~~~~~~~~~~ SBUTTON ~~~~~~~~~~~~~~~~~~~~~~*/
.SButton {
	text-decoration: none;
	font-family: Cairo;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #fff;
	border: 1px solid #dc2028;
	background-color: #dc2028;
	border-radius: 0px;
	line-height: 22px;
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding: 5px 10px;
	color: #fff;
}
.SButton.Blue {
	color: #fff;
	border: 1px solid #1c3f95;
	background-color: #1c3f95;
}

.SButton:hover {
	color: white;
	background-color: #ff2028;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none
}
.SButton.Blue:hover {
	color: white;
	background-color: #1c3fcc;	
}

.SButton:hover:before {
	-webkit-animation: shine 0.4s 0s linear;
	-moz-animation: shine 0.4s 0s linear;
	animation: shine 0.4s 0s linear;
}
.SButton:active {
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: box-shadow 0.2s ease-in;
	-moz-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;
}
.SButton:before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: white;
	box-shadow: 0 0 15px 3px white;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

@-webkit-keyframes shine {
	from {
		opacity: 0;
		left: 0%;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		left: 100%;
	}
}
@-moz-keyframes shine {
	from {
		opacity: 0;
		left: 0%;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		left: 100%;
	}
}
@keyframes shine {
	from {
		opacity: 0;
		left: 0%;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
		left: 100%;
	}
}


.NatThumbnail {
	text-align:center;  
	position: relative; 
	left: 0px; 
	top: 0px;	
	padding: 25px 15px 25px 14px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 0px;
	display: block;
}

.NatThumb {
	position: relative;
	overflow: hidden;
}
.NatThumb:hover img {
	webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
}

.NatImage {
	webkit-transition: -webkit-transform 0.45s;
	transition: transform 0.45s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.NatOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 3;
	text-align: center;
	opacity: 0;
	color: #fff !important;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	background-color: rgba(0,0,0,0.4);
}

.NatThumb:hover .NatOverlay {
	opacity: 1;
} 

.NatInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 15px 20px 15px;
	z-index: 5;
	background-color: #ffffff !important;
	opacity: 0.9;
	text-align: center;
	bottom: -100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
}

.NatThumb:hover .NatInfo {
	bottom: 0%;
}

.NatInfoMore {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	background-image: url(../images/plus_small.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.NatInfoTitle {
	color: #333333 !important;
	display: block;
	padding: 0px;
	position: relative;
	z-index: 15;
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
}
.NatInfoCat {
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	text-transform: lowercase;
	color: #999999;
	position: static;
	bottom: 0;
	left: 0;
	padding: 0;
}

.NatInfoCat a {
	color: #999999 !important;
}

#SliderArrow {
	display: block;
	width: 50px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 50% 108%;
	background-image: url(http://natco.com:8080/images/arrow_bottom.png);
	bottom: 0;
	left: 50%;
	position: absolute;
	margin-left: -25px;
	z-index: 10;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	text-align: center;
	line-height: 50px;
}
#SliderArrow::after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*~~~~~~~~~~~~~~~ ScrollButtons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ScrollButton01,.ScrollButton02,.ScrollButton03,.ScrollButton04,.ScrollButton05
.ScrollButton06,.ScrollButton07,.ScrollButton08,.ScrollButton09,.ScrollButton10 {
	position: absolute;
	cursor: pointer;
	bottom: 25%;
	left: 50%;
	z-index: 70;
}
.ScrollButton01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}


.ScrollButton02 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

.ScrollButton02 span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.ScrollButton03 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

.ScrollButton03 span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.ScrollButton03 span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb03 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.ScrollButton04 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}

@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

.ScrollButton05 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

.ScrollButton06 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-animation: sdb06 1.5s infinite;
	animation: sdb06 1.5s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb06 {
	0% {
		-webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@keyframes sdb06 {
	0% {
		transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

.ScrollButton07 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

.ScrollButton07 span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.ScrollButton07 span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.ScrollButton07 span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.ScrollButton08 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

.ScrollButton08 pan::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

.ScrollButton09 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

.ScrollButton09 span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

.ScrollButton09 span::after {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 18px;
	height: 18px;
	content: '';
	margin-left: -9px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.ScrollButton10 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

.ScrollButton10 span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.Badges {
	padding: 12px
}

.Badges .Badge {
	background-color: #42b7ab;
	position: absolute;
	z-index: 2;
}

.Badges .Content {
	background-color: #fff;
	z-index: 1;
	height: 300px;

}

.Badges .Content .Caption {
	color: #fff;
}

.Badges .toggle-icon {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: block;
	position: absolute;
	top: 0;
	margin-top: -25px;
	left: 45%;
	cursor: pointer;
	background-color: #ee2748;
}

.Badges .toggle-icon:before,
.Badges .toggle-icon:after {
	content: "";
	display: block;
	position: absolute;
	width:12px;
	height:2px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -1px;
	-webkit-transition: transform 0.25s ease-out;
	-ms-transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}

.Badges .toggle-icon:after {
	height:12px;
	width:2px;
	margin-top: -6px;
	margin-left: -1px;
}

.Badges .Badge.ON .toggle-icon:before,
.Badges .Badge.ON .toggle-icon:after {
	background-color: #ffffff;
}

.Badges .Badge.ON .toggle-icon:before { 
	transform: rotate(180deg); 
}
.Badges .Badge.ON .toggle-icon:after  { 
	transform: rotate(90deg); 
}




