html, body {
	height: 100%;
	padding:0;
	margin:0;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
body{
	font-weight:300;
	font-size:20px;
	font-family: 'colaborate-mediumregular';
	color:#555555;
}
a{
	color:#9e191e;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}
/*a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}*/


a img {
	border: none;
}

a > img {
	vertical-align: bottom;
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 10px;
	font-family: 'colaborate-thinregular';
	line-height:1.5em;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}
h1, h2, h3, h4, h5, h6{
	margin:0 0 20px 0;
	color:#da203f;
	font-weight:100;
	line-height:1.2em;
	font-family: 'colaborate-mediumregular';
}

h1{
	font-size:52px;
	font-family: 'colaborate-boldregular';
}

h2{
	font-size:26px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

@font-face {
    font-family: 'colaborate-thinregular';
    src: url('../font/colabthi-webfont.eot');
    src: url('../font/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/colabthi-webfont.woff2') format('woff2'),
         url('../font/colabthi-webfont.woff') format('woff'),
         url('../font/colabthi-webfont.ttf') format('truetype'),
         url('../font/colabthi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'colaborate-mediumregular';
    src: url('../font/colabmed-webfont.eot');
    src: url('../font/colabmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/colabmed-webfont.woff2') format('woff2'),
         url('../font/colabmed-webfont.woff') format('woff'),
         url('../font/colabmed-webfont.ttf') format('truetype'),
         url('../font/colabmed-webfont.svg#colaborate-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'colaborate-boldregular';
    src: url('../font/colabbol-webfont.eot');
    src: url('../font/colabbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/colabbol-webfont.woff2') format('woff2'),
         url('../font/colabbol-webfont.woff') format('woff'),
         url('../font/colabbol-webfont.ttf') format('truetype'),
         url('../font/colabbol-webfont.svg#colaborate-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaborate-regularregular';
    src: url('../font/colabreg-webfont.eot');
    src: url('../font/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/colabreg-webfont.woff2') format('woff2'),
         url('../font/colabreg-webfont.woff') format('woff'),
         url('../font/colabreg-webfont.ttf') format('truetype'),
         url('../font/colabreg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.page{
	width:100%;
	height:auto;
	background:#FFF;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 0;
}
#home-slider .slider-text {
	position: absolute;
	left: 0%;
	top: 65%;
	margin: 0 0 0 20px;
	width: 1170px;
	height: 250px;
	text-align: left;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: left;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: 0px;
}
#home-slider .slide-content h1 {
	font-size:52px;
	color:#FFF ;
	margin:0;
}
#home-slider .slide-content p{
	font-size: 40px;
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: transparent;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display:inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
	float:right;
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#DE5E60;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: transparent;
	background-image: none;
	border: 1px solid #FFFFFF;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#da203f;
	border: 1px solid #da203f;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}
.binput{
	width:350px;
	height:55px;
	border: 1px solid #ececec;
	padding-left:10px;
	font-size:16px;
	font-family: 'colaborate-thinregular';
	color: #FFFFFF;
	float: left;
	background: transparent ;
	border-radius : 6px;
	margin:15px 0;
}
.b_btn{
	width:190px;
	height: 55px;
	background: #da203f;
	border: none;
	text-align: center;
	border-radius : 6px;
	margin:5px 0;
	color: #FFFFFF;
	font-family: 'colaborate-mediumregular';
	font-size:16px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	clear: left;
}

/**************************
  Banner
***************************/
.wrap{
	width:1000px;
	margin: 0 auto;
}

.banner{
	width:100%;
	position:relative;
	min-height:600px;
	z-index:4;
}
.banner img{
	width:100%;
}
.stick_nav{
	width:100%;
	position:absolute;
	background: transparent;
	height: 75px;
	z-index:9;
	top:0;
}
#logo{
	float:left;
	margin:15px 0 0 30px;
}
#menu_nav{
	float:right;
	margin:36px 30px 0 0;
}
#menu_nav ul{
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#menu_nav ul li{
	list-style:none;
	float:left;
	font-size:15px;
	padding:3px 18px;
}
#menu_nav ul li a{
	color:#FFF;
}
.hm_welcome{
	width:920px;
	margin:0 auto; 
	padding:20px 0;
	text-align:center;
	color:#474546;
}
.hm_welcome .homeTitTxt { color: #da203f; font-weight: bold; margin-bottom: 0; }
.hm_welcome .quoteTxt { margin-top: 0 !important; }
.font_med{
	font-family: 'colaborate-mediumregular';
}
.hm_path{
	width:100%;
	float:left;
	padding:40px 0;
}
.hm_pathBg{
	background: #f0f0f0;
}
.h2line{
	width: 100px;
	height: 1px;
	background: #8d8d8d;
	margin: -10px 0 15px 135px;
	display:block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
.hm_gift{
	padding:0;
}
.hm_gift .img_path{
	float:left;
	width:450px;
	margin:0 20px 0 20px;
}
.hm_gift .cont_path{
	float:left;
	width:370px;
	margin:40px 0 0 50px;
	text-align:center;
}
a.hm_more_btn{
	width:145px;
	display:block;
	height:28px;
	padding-top:12px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	background: #da203f;
	color:#FFF;
	margin: 30px 0 0 120px;
	border-radius: 6px;
}
.hm_bsness{
	padding:0;
}
.hm_bsness .img_path{
	float:left;
	width:450px;
	margin:0px 0 0 60px;
}
.hm_bsness .cont_path{
	float:left;
	width:370px;
	text-align:center;
	margin:20px 30px 0 20px;
}
.hm_inter{
	padding:0;
}
.hm_inter .img_path{
	float:left;
	width:450px;
	margin:0 20px 0 20px;
}
.hm_inter .cont_path{
	float:left;
	width:370px;
	margin:40px 0 0 50px;
	text-align:center;
}
.hm_video{
	width:674px;
	position: relative;
	margin:0 auto 20px;
}
.ent_bg{
	background: #da203f;
	padding: 15px 0;
	height: 270px;
}
.index_ent_bg{
	background: #da203f;
	padding: 3px 0;
}
.innerClkCont.ent_bg, .homeEnqCont.ent_bg { height: auto; }
.hm_qk_entry{
	width:940px;
	margin:0 auto;
	text-align:center;
}
.hm_qk_entry h2{
	color: #FFF;
	text-align:center;
}
.hm_qk_entry input[type="text"], .hm_qk_entry input[type="password"]{
	width:270px;
	background:transparent;
	height:40px;
	border: 1px solid #d6d4d5;
	padding-left:15px;
	color: #FFF;
	font-size:16px;
	font-family: 'colaborate-thinregular';
	float:left;
	margin: 0 0 0 20px;
	outline:none;
}
.hm_qk_entry select{
	width:270px;
	background:transparent;
	height:42px;
	border: 1px solid #d6d4d5;
	padding-left:15px;
	color: #FFF;
	font-size:16px;
	font-family: 'colaborate-thinregular';
	float:left;
	margin: 0 0 0 20px;
	outline:none;
}
.hm_qk_entry input[type="button"]{
	width:260px;
	height:44px;
	text-align:center;
	background: #f5f5f5;
	color: #da203f;
	border-radius:6px;
	font-size:16px;
	font-family: 'colaborate-mediumregular';
	border:none;
	margin:16px 0 10px;
	cursor: pointer;
}
.footer_menu{
	float:left;
}
.footer_menu ul{
	margin:0;
	text-transform:uppercase;
	padding:0;
}
.footer_menu ul li{
	list-style: none;
	float: left;
	padding:0 3px;
	font-size:12px;
}
.footer_menu ul li a, .footer_rit a{
	color: #555555;
}
.footer_rit{
	float:right;
	font-size:12px;
	text-transform:uppercase;
}

.inner_banner{
	width:100%;
	overflow: hidden;
}
.inner_banner img{
	width:100%;
	
}
.inner_content{
	width:905px;
	margin:0 auto 25px;
	position:relative;
	z-index:2;
}
.inner_content h2{
	text-align:center;
	color:#da203f;
	font-size:26px;
	margin-top:18px;
}
.inner_content p{
	font-size:20px !important;
	color:#474546 ;
	text-align:center;
}
.busInner_cont { margin-bottom: 50px; }
.bold{
	font-weight:bold;
}

#contact_area{
	width:693px;
	height:243px;
	margin:0 auto;
}
#cont_form{
	width:270px;
	height:228px;
	float:left;
}
#cont_form tr td input{
	width:248px;
	height:35px;
	border:1px solid #e1e1e1;
	font-family: 'colaborate-thinregular';
	font-size:16px;
	color:#5a5a5a;
}
.conbutton{
	width:120px !important;
	height:33px !important;
	float:right !important;
	background-color:#da203f !important;
	border-radius:5px;
	border:1px solid #da203f !important;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:bold;
	margin-top: 8px;
}
.contnumber{
	width:370px;
	height:126px;
	float:left;
}
.contnumber ul li{
	list-style:none;
}
.contnumber ul li img{
	float:left;
	margin-right:15px;
	margin-top:7px;
}
.contnumber ul li p{
	font-size:25px;
	
}
.border_bottom{
	width:1000px;
	margin:0 auto;
	border-bottom:1px solid #acacac;
}
.innerbottom_text{
	width:845px;
	/*height:77px;*/
	margin:0 auto;
	display: table;
}
.innerbottom_text p{
	text-align:center;
	font-family: 'colaborate-thinregular';
	color:#474546;
	font-size:20px;
	margin-left:42px;
	width:855px;
}
/*menu2--start*/
#inner_form_area{
	width:500px;
	height:200px;
	margin:0 auto;
	 position: relative;
    top: -58px;
	z-index:2;
}
#menu_2{
	width:auto;
	height:auto;
	background-color:#FFF;
	margin-top: -4p;
}
#menu_2 ul{
	float:left;
	margin-left: 145px;
}
#menu_2 ul li
{
	display:inline;
	list-style:none;
	 font-family: 'colaborate-regularregular';
	font-size:18px !important;
	background-image:url("../images/tab4.png");	
	color:#da203f;
	
}
#menu_2 ul li a{
	text-decoration:none;
	color:#da203f;
	padding:5px 31px 4px 24px;
}

.view_st
{
	color:#fff!important;
	/*border-radius:15px 15px 0px 0px;
	behavior: url(PIE.htc) !important;*/
	margin-bottom:12px !important;
	padding-bottom:7px !important;
	background-color:#da203f;
	
}




#signup_cont{
	width:530px;
	height:177px;
	margin:0 auto;
	clear:both;
}
#signup_cont form table tr td{
	float:left;
	color:#fff;
}
#signup_cont form table tr td input{
	width:226px;
	height:36px;
	border:1px solid #fff;
	background-color:#da203f;
	padding:2px 4px 0 3px;
	color:#fff !important;
	font-size:16px;
	 margin-right: 4px;
	font-family: 'colaborate-thinregular';
	margin-bottom:15px;
}
.sign_button{
	width:197px !important;
	height:40px;
	background-color:#fff !important;
	border-radius:5px;
	color:#da203f;
	font-size:16px !important;
	font-family: 'colaborate-thinregular';
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold !important;
	margin-left:123px;
	margin-top:20px;
}
#signup_cont form table tr td .sign_button{
	color:#da203f !important;
	font-size:16px !important;
	font-family: 'colaborate-thinregular';
	font-weight:bold;
	margin-left: 150px;
}


#gift_signup_cont form {
	float:left;
	color:#fff;
}
#gift_signup_cont form  input{
	width:226px;
	height:36px;
	border:1px solid #fff;
	background-color:#da203f;
	padding:2px 4px 0 3px;
	color:#fff !important;
	font-size:16px;
	 margin-right: 4px;
	font-family: 'colaborate-thinregular';
	margin-bottom:15px;
}
#gift_signup_cont form  .sign_button{
	color:#da203f !important;
	font-size:16px !important;
	font-family: 'colaborate-thinregular';
	font-weight:bold;
	margin-left: 150px;
}

#login{
	width:433px;
	height:177px;
	float:right;
	display:none;
}
#login form table tr td input{
	width:250px;
	height:34px;
	float:left;
	border:1px solid #FFF;
	background-color:#da203f;
	padding:0px 5px 0px 5px; 
	margin-bottom:10px;
	color:#fff;
}
.loggin_button{
	width:195px !important;
	height:40px;
	background-color:#fff !important;
	border-radius:5px;
	color:#da203f !important;
	font-size:16px !important;
	font-family: 'colaborate-thinregular';
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:30px;
}

#schedule{
	width:386px;
	height:93px;
	margin:4px auto 15px;
}
.click{
	background-color:#fff;
	font-size:22px !important;
	font-family: 'colaborate-mediumregular' !important;
	text-align:center;
	width:240px !important;
	border-radius:5px;
	color:#da203f !important;
	cursor:pointer;
	padding:11px 5px 8px 5px;
	margin-left: 70px;
}
#schedule a{
	background-color:#fff;
	color:#da203f;
	font-size:22px;
	font-family: 'colaborate-mediumregular';
	text-align:center;
	
}
#schedule p{
	text-align:center;
	font-family: 'colaborate-mediumregular';
	font-size:16px;
	color:#FFF;
}
#schedule .schedCalTxt {
	text-transform: uppercase;
	font-size: 22px;
}
.inner_content2{
	width:905px;
	height:192px;
	margin:0 auto;
	position:relative;
	margin-bottom:30px;
	z-index:2;
}
.inner_content2 h3 {
	margin-bottom: 25px;
	width: 100%;
	clear: both;
	float: left;
}
.gift_show{
	margin-left: 12px;
    width: 137px;
	height:150px;
	float:left;
}
.gift_show a {
	display: block;
    width: 100%;
	text-align: center;
}
.gift_show{
	outline: none;
}
.gift_show p{
	font-size:16px;
	font-family: 'colaborate-thinregular' !important;
	color:#474546;
}
.alert {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
  margin-left: 21px;
}
.logOutBtn {
	color: #fff;
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin-top: 6px;
    position: absolute;
    right: 50px;
    top: 0;
}
.langButton{
	background-color: #da203f;
    border: 1px solid #da203f;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 15px;
    margin: 7px 3px;
    text-align: center;
    width: 65px;
    padding: 5px
}

.actvlangButton{
	background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #da203f;
    float: left;
    font-size: 15px;
    margin: 7px 3px;
    text-align: center;
    width: 65px;
    padding: 5px
}
.homeBusLi { width: 79%; margin-left: 98px; }
.homeBusLi p { margin: 0 0 4px; line-height: 1.3em; }
.innerBusLi { width: 75%; margin-left: 98px; }
.innerBusLi p { margin: 0 0 4px; line-height: 1.25em; }
.innerGiftLi { margin-left: 230px; width: 58%; }
.innerGiftLi p { margin: 0 0 4px; line-height: 1.25em; text-align: left; width: auto; }
.quoteTxt { line-height: 1.4em; font-style: italic; margin-top: 25px; }
.gftBotCont { margin: 0 auto; width: 905px; clear: both; display: table; text-align: center; }
/*** infoForm ***/
.popUpOvrlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); z-index: 999; display: none; }
.ovrlayInner { width: 275px; margin-left: 40%; margin-top: 14%; float: left; background: #da203f; border-radius: 3px; padding: 30px 15px 20px; position: relative; }
.infoInp { width: 250px; background-color: #da203f; border: 1px solid #fff; color: #fff !important; font-family: "colaborate-thinregular"; font-size: 16px; height: 36px;
		margin-bottom: 15px; padding: 2px 8px 0 8px; }
.ovrlayCls { position: absolute; right: 8px; top: 8px; color: #fff; font-size: 15px; }
#infoForm .loggin_button { width: 120px !important; height: 36px; border-radius: 3px; margin-left: 70px; }


.menuCont { float: right; margin:36px 30px 0 0; font-size:16px; text-transform:uppercase; }
.menuWrap { float:left; }
.headMenuBtn { display: none; float: right; width: 32px; }
.menuCloseBtn { display: none; background: url("../img/menu_close_icon.png") repeat scroll 0 0 transparent; width: 33px; height: 33px; text-indent: -9999px; 
		margin-left: 47.5%; }
.menuBar { width: 32px; height: 5px; background: #fff; border-radius: 3px; margin-top: 3px; display: block; }
.menuBar0 { margin-top: 0; }
.headMenu { float: left; margin: 2px 0 0; }
.headMenu li { list-style:none; float: left; font-size:15px; 
	padding:3px 0px;}
.headMenu li a { color:#FFF; text-decoration:none; padding:4px 15px; display: block; }
/*.headMenu li a:hover, .headMenu li a.active{ background: #a6ce39; color:#1b1b1b; }*/
.menu_hilt { background: #a6ce39; color:#1b1b1b !important; }
.iframe1 { width: 699px; height: 421px; float: left; border: none; clear: both; }