@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Francois+One');
@font-face {
	font-family: 'HelveticaNeueLTPro-Th';
	src: url('../fonts/HelveticaNeueLTPro-Th.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTPro-Th.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-Th.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-Th.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_pt-sans-narrow-bold';
	src: url('fonts/pt-sans-narrow-bold.eot');
	src: local('☺'), url('fonts/pt-sans-narrow-bold.woff') format('woff'), url('fonts/pt-sans-narrow-bold.ttf') format('truetype'), url('fonts/pt-sans-narrow-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1 {
	margin: 0 0 25px 0;
	font-size: 38px;
	font-weight: normal;
	line-height: 45px;
	font-family: 'Francois One', sans-serif;
}
h2 {
	margin: 0 0 25px 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
	font-family: 'HelveticaNeueLTPro-Th';
}
h1 {font-family: 'Francois One', sans-serif; text-transform: none !important}
h2,h3,h4{font-family: 'Francois One', sans-serif; text-transform: uppercase !important}
.pad-top {
	padding-top: 200px;
}
.pad-top1 {
	padding-top: 350px;
}
.pad-top2 {
	padding-top: 100px;
}
.pad-40 {
	padding-top: 40px;
}
.pad-50 {
	padding: 50px 0;
}
.pad-80 {
	padding: 80px 0 0;
}
.btn-pos {
	margin-top: 6px;
	padding: 8px 40px;
}
.btn-pos:hover {
	background: #E20025;
	border: solid 1px #E20025
}
#scrl-wrapper {
	height: 3800px;
	position: relative;/*background:#eff4f6;*/
}
/* Parallax
*****************************************************************/
header {
	background: rgba(255,255,255,0.8);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
}
/* content */
#scrlcontent {
	z-index: 4;
	position: relative;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
}
#scrlcontent article {
	width: 300px;
}
#scrlcontent1, #scrlcontent2, #scrlcontent3, #scrlcontent4, #scrlcontent5 {
	position: fixed;
	padding-top: 205px;
	top: 0px;
}
#scrlcontent2, #scrlcontent3, #scrlcontent4, #scrlcontent5 {
	display: none;
}
#scrlcontent h1 {
	margin: 0 0 25px 0;
	font-size: 38px;
	transition-delay: 170ms;
	opacity: 1;
	transform: translateZ(0px);
	font-weight: normal;
	line-height: 45px;
	font-family: 'HelveticaNeueLTPro-Th';
}
#unewap {
	position: relative;
	width: 100%;
	background: #f8e9e4;
	padding: 60px 0;
}
#foot {
	position: relative;
	width: 100%;
	background: #f2f2f2;
}
/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
}
/* balloon */
#bg3-1 {
	position: absolute;
	top: 540px;
	left: 795px;
}
#bg3-2 {
	position: absolute;
	top: 812px;
	left: 521px;
}
#bg3-3 {
	position: absolute;
	top: 1535px;
	left: 403px;
}
#bg3-4 {
	position: absolute;
	top: 1900px;
	left: 385px;
}
#bg3-5 {
	position: absolute;
	top: 87px;
	left: 700px;
}
/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
}
#bg2-0 {
	position: absolute;
	top: 297px;
	left: 465px;
}
#bg2-1 {
	position: absolute;
	top: 92px;
	left: 1000px;
}
#bg2-2 {
	position: absolute;
	top: 1480px;
	left: 624px;
}
#bg2-3 {
	position: absolute;
	top: 643px;
	left: 860px;
}
#bg2-4 {
	position: absolute;
	top: 880px;
	left: 720px;
}
#bg2-5 {
	position: absolute;
	top: 1630px;
	left: 550px;
}
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
}
#bg1-1 {
	position: absolute;
	top: 397px;
	left: 766px;
}
#bg1-2 {
	position: absolute;
	top: 1170px;
	left: 865px;
}
#bg1-3 {
	position: absolute;
	top: 615px;
	left: 664px;
}
#bg1-4 {
	position: absolute;
	top: 450px;
	left: 795px;
}
.next {
	color: #000 !important
}
.next span {
	background: url(../images/arrow.png) top right no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.next span:hover {
	margin-left: 9px;
}
.foot-blk {
	padding: 80px 0;
	font-family: 'HelveticaNeueLTPro-Th';
	font-size: 14px;
	text-align: center
}
.foot-blk img {
	display: block;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
}
.foot-blk h4 {
	font-family: 'HelveticaNeueLTPro-Th';
	font-size: 18px;
}
.foot-blk a {
	color: #177eb3;
}
.foot-blk a img:hover {
	opacity: 0.6;
	transition: all 1s ease 0s;
}
.foot-sec {
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	padding: 10px 0;
	margin-top: 20px;
}
.foot-sec ul {
	float: right
}
.foot-sec ul li {
	float: left;
	text-align: right;
	list-style: none;
	font-size: 14px;
	padding: 15px 10px 0;
}
.foot-sec ul li a {
	color: #898989
}
.foot-sec ul li a:hover {
	color: #E20025
}
.footr-btm {
	background: #000 !important;
	color: #fff;
	font-family: 'HelveticaNeueLTPro-Th';
	font-size: 13px;
	padding: 15px 0 5px;
	margin-top: 20px;
}
.revealOnScroll.animated {
	opacity: 1;
}
.fadeInUp {
	animation-name: fadeInUp;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.revealOnScroll {
	opacity: 0;
}
#bottom-area .container {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important
}
#bottom-area .container .row, #bottom-area .container .col-md-6 {
	padding: 0 !important;
	margin: 0 !important
}
.dwnl-btn {
	border: solid 1px #c5c6c7;
	border-radius: 4px;
	padding: 15px 35px;
	margin: 10px;
	cursor: pointer;
}
.dwnl-btn:hover {
	border: solid 1px #fff
}
.navbar-nav li a {
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-nav li a:hover {
	padding-top: 2px;
}
.navbar-nav li a.current {
	color: #EE0909;
	font-weight: 700;
}
.scrbg-1 {/* background:url(../images/Slide_a.jpg) repeat-x;*/
	background: #e0eff2
}
.scrbg-2 {/* background:url(../images/Slide_b.jpg) repeat-x;*/
	background: #f9e4df
}
.scrbg-3 {/* background:url(../images/Slide_c.jpg) repeat-x;*/
	background: #e1eff2
}
.scrbg-4 { /*background:url(../images/Slide_d.jpg) repeat-x;*/
	background: #ededed
}
#p-bg {
	background: url(../images/p-bg.png) repeat-x bottom;
	position: fixed;
	width: 100%;
	height: 100%;
}
/**Retailer **/
.section h2 {
	font-size: 5.8rem;
	color: #222;
	line-height: 200%
}
#section0 {
	/*position: relative;*/
	 
	background: url(../images/rtl-01.jpg) no-repeat scroll center bottom / cover;
}
#section1 {
	background: url(../images/rtl-02.jpg) no-repeat scroll center bottom / cover;
}
#section1 h2 {
	color: #fff;
}
.text-300pad {
	padding: 300px 0 200px;
	color: #fff
}
.text-300pad1 {
	padding: 300px 0;
	color: #fff
}
.text-400pad {
	padding: 400px 0 100px;
	color: #fff
}
#rtl-wrap3 {
	background: #fff;
	background-size: cover;
}
#section2 {
	background: url(../images/rtl-04.jpg) no-repeat scroll center bottom / cover;
}
#section3 {
	background: url(../images/rtl-05.jpg) no-repeat scroll center bottom / cover;
}
#section4 {
	background: url(../images/rtl-06.jpg) no-repeat scroll center bottom / cover;
}
#contactUs button.close {
	margin-right: 10px;
	margin-top: 8px;
}
#contactUs .modal-body {
	margin-top: 30px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
#contactUs .modal-body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
#contactUs .btn.btn-info {
	letter-spacing: 1px;
}
