@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);

.MerchantVideoList{
	list-style-type:none;
	padding:0;
	margin:0 auto;
	width:1045px;	
}
.MerchantVideoList li {
    float: left;
    margin: 0 19px 20px 0;
    width: 335px;
}
.MerchantVideoList li:nth-child(3n+3) {
    margin-right: 0;
}
.MerchantVideoList li a {
    border: 1px solid #00a2b5;
    display: inline-block;
    height: 100%;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
/*---Pop up Css--*/
.PopUpCloseIcon{
	background-color: #777;
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 30px;
	
}
.PopUpConatiner {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 500ms ease 0s;
    z-index: 5;
}
.PopUpConatiner:target {
    opacity: 1;
    visibility: visible;
}
.PopClose {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: -7px;
    top: -10px;
    z-index: 65655;
}
.PopUPContent {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    margin: 155px auto 0;
    padding: 10px 10px 50px;
    position: relative;
    transition: all 5s ease-in-out 0s;
    width:550px;
}
.ContentSection{
	width:100%;	
	text-align:center;
}
.videohead{
	display:inline-block;
	width:100%;
	text-align:center;	
}
.videohead > span:first-child{
	display:inline-block;
	width:100%;
	font-size:18px;
	color:#373737;
	margin:0 0 5px 0;
}
.videohead > span:nth-child(2){
	display:inline-block;
	width:100%;
	font-size:22px;
	color:#373737;
	margin:0 0 5px 0;
}

/*---Pop up Css--*/
.yearText{
	background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 0 80px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.yearText > span{
	display:inline-block;
	padding:8px 20px;
	border-radius:4px;
	background-color:#00a2b5;
	font-size:28px;
	color:#fff;
	font-weight:500;
	text-align:center;
}
.TimeLineList{
	 margin: 0 auto;
    width: 950px;
	padding-top:50px;
	margin-bottom:100px;
}

.TimeLineList:before{
	background-color: #00a2b5;
    content: "";
    min-height: 350px;
    left: 50%;
	top:108px;
	height:85%;
    position: absolute;
    width: 4px;
	margin-top:-20px;
}


.TimeLineList > li {
    border-top: 4px solid #00a2b5;
    position: relative;
    width: 50%;
	margin-bottom:140px;
	font-size:18px;
	color:#000;
	transition:all 0.3s ease-in-out;
}
/*.TimeLineList > li:hover{
	border-color:#ff7800;
}*/
.TimeLineList > li:before{
	 background: #ff7800 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    right: 0;
    position: absolute;
    left: 100%;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
    /*z-index: 2;*/
	transition:all 0.3s ease-in-out;
}
.TimeLineList > li:hover:before{
	left: 56.5%;
}

/*.TimeLineList > li:nth-child(2n) > a{
	float:right;
}


.TimeLineList > li:nth-child(2n) {
	float:right;
	top:-70px;
}

.TimeLineList > li:nth-child(2n) a{
	right:0px;
}
*/
.TimeLineList > li.RightChild > a{
	float:right;
}
.TimeLineList > li.RightChild {
	float:right;
	top:-70px;
	left:4px;
}
.TimeLineList > li.RightChild a{
	right:0px;
}

.TimeLineList > li.RightChild:before{
	 background: #ff7800 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 100%;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
    /*z-index: 2;*/
	transition:all 0.3s ease-in-out;
}
.TimeLineList > li.RightChild:hover:before{
	right: 56.5%;
}

/*.TimeLineList > li:nth-child(2n) .YearCircle{
float:left;
margin-right:10px;
margin-left:0px;
}*/

.TimeLineList > li.RightChild .YearCircle{
float:left;
margin-right:10px;
margin-left:0px;
}


.TimeLineList > li .YearCircle{
   background-color: #fff;
    border: 2px solid #00a2b5;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    text-align: center;
	float:right;
	z-index:2;
	margin:20px 0 0 10px;
	transition:all 0.3s ease-in-out;
}
.TimeLineList > li .YearCircle > span{
	border-radius: 50%;
    height:38px;
    width: 38px;
	border: 2px solid #00a2b5;
	display:inline-block;
	margin:2px 0 0 0;
	transition:all 0.3s ease-in-out;
}

.TimeLineList > li:hover a .YearCircle{
	border-color:#ff7800;
}
.TimeLineList > li:hover a .YearCircle > span{
	border-color:#ff7800;
}

.TimeLineList > li > a{
   background-color: #fff;
    min-width: 200px;
    position: absolute;
    top: -50px;
}


.TimeLineList > li > a p{
  color: #00a2b5;
    display: inline;
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0 0;
    padding: 0;
	text-align:right;
}

.TimeLineList > li > a  p > span:first-child{
	  display: block;
    font-size: 22px;
    margin:7px 0 8px;
	font-weight:500;
}
.TimeLineList > li > a  p > span:nth-child(2){
	background-color: #fff;
    border: 1px solid #343434;
    border-radius: 3px;
    color: #343434;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px 1px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}

.TimeLineList > li:hover > a  p > span:nth-child(2){
	color:#fff;
	background-color:#343434;
}

.TimeLineList > li > a  p > span a{
	  color: #9c6243;
    font-size: 14px;
    text-decoration: underline;
}

.TimeLineList > li.RightChild a p{
	float:right;
	text-align:left;
}
/*
.TimeLineList > li:nth-child(2n) a p{
	float:right;
}*/


.TimeLineList > li .YearCircle  strong
{
	display:block;
	margin-top:10px;
	font-size:25px;
}
	
.merchantQues{
	display:inline-block;
	width:100%;
}
.merchantQues > span:first-child{
	display:inline-block;
	width:100%;
	font-size:13px;
	/*color:#3d3d3c;*/
	font-weight:bold;
	margin:0 0 5px 0;
}
.merchantQues > span:nth-child(2){
	display:inline-block;
	width:100%;
	font-size:13px;
	/*color:#3d3d3c;*/
	margin:0 0 10px 0;
}

.MerchantSubHead{
	display:inline-block;
	width:100%;
	color:#18b6c7;
	font-size:18px;
	font-weight:500;
	margin:0 0 5px 0;
}
.LeftFixed{
	left:0;
	position:fixed !important;
	z-index:5;
}
.ListPanel > li  ul{
	list-style-type:none !important;
	padding:0;
	margin:5px 0 0 0;	
}
.ListPanel > li ul > li{
	display:block;
	list-style-type:none !important;
	margin:0 0 5px 0 ;
	position:relative;
}
.ListPanel > li ul > li:before{
	background-color: #000;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 5px;
}
.ListPanel > li ul.noBullet > li:before{
	display:none;
}

.ListPanel > li ul > li > span{
	display:inline-block;
	color:#000;
	font-size:13px;
	margin:0 0 0 10px;
}
.payTable{
	width:100%;
	margin:10px 0;
}
.payTable tbody tr th{
	color:#fff;
	background-color:#00a2b5;
	font-size:13px;
	text-align:center;
	padding:2px 10px;
}
.payTable tbody tr td{
	color:#000;
	font-size:13px;
	text-align:center;
	padding:2px 0;
}
.innerList{
	list-style-type:none;
	padding:0;
	margin:0;	
}
.innerList > li{
	display:inline-block;
	width:100%;
	margin:0 0 5px 0;
	position:relative;
}
.innerList > li > span{
	display:inline-block;
	padding:0 0 0 10px;
	font-size:14px;
	color:#424242;
}
.innerList > li :before{
	content:" ";
	display:inline-block;
	position:absolute;
	left:0;
	top:7px;
	width:7px;
	height:7px;
	background:url(http://cdn.shopclues.com/images/banners/Work/FooterPages/round_bullet.png) no-repeat 0 0;
}

.numberList{
	list-style-type:decimal !important;
	padding:0 0 0 24px;
	margin:0;	
}
.numberList > li{
	list-style-type:decimal !important;
	font-size:13px;
	color:#000;	
}
.alphaList{
	list-style-type:lower-alpha !important;
	padding:0 0 0 24px !important;
	margin:0 !important;	
}
.alphaList > li{
	list-style-type:lower-alpha !important;
	font-size:13px !important;
	color:#000 !important;	
}

.imgSpan{
	display:inline-block;
	width:100%;
	margin:10px 0;
	text-align:center;
}

.faqHead{
	display:block;
	color:#343636;
	font-weight:500;
	font-size:16px;
	width:1071px;
	text-align:left;
	margin:0 auto;
}
.shipList2{
	list-style-type:none;
	padding:0;
	margin:0;	
}
.shipList2 > li{
	display:inline-block;
	width:100%;
	font-size:13px;
	color:#000;	
}
.shipList2 > li:before{
	display:none !important;
}
.shipList2 > li > span:first-child{
	display:inline-block;
	width:100%;
	font-size:13px;
	margin:0 !important;
	color:#000;
	font-weight:500;
	text-decoration:underline;
		
}
.shipList2 > li > span:nth-child(2){
	display:inline-block !important;
	width:100%;
	font-size:13px;
	color:#000;
	margin:0 0 5px 0;
}
.shipList{
	list-style-type:disc !important;
	padding:0 0 0 24px;
	margin:0;	
}
.shipList > li{
	list-style-type:disc !important;
	font-size:13px;
	color:#000;	
}
strong{
	display:inline-block !important;
	margin-top:0px !important;
 }
.ListPanel{
	padding:0px;
	border:solid 1px #d9d9d9;
	list-style-type:none;
	width:916px;
	


}
.ListPanel > li{
	
	background-color:#fbfbfb;
	position:relative;
	display:inline-block;
	width:100%;
	border-bottom:solid 1px #d9d9d9;
	
}
.ListPanel li:last-child{
	border-bottom:none;
}
.ListPanel li.ActiveArrow{
	background-color:#fff;
}
.ListPanel li.ActiveArrow > span:first-child:after{
	transform:rotate(90deg);
	transition:all 0.3s ease-in-out 0s;
}

.ListPanel > li > span:first-child:after{
background-image:url(http://cdn.shopclues.com/images/banners/Work/FooterPages/shipping_dropdown.png);
    background-repeat: no-repeat;
    content: "";
    height: 9px;
    right: 25px;
	top:16px;
    position: absolute;
    width: 18px;
	transition:all 0.3s ease-in-out 0s;
}
.ListPanel > li > span:first-child{
	color: #1b7b86;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding:10px 5px;
    margin-left: 25px;
    position: relative;
}
.ListPanel > li > span:nth-child(2){
	text-align:left;
	color: #000;
    display: block;
    font-size: 13px;
    line-height: 21px;
    padding-left: 42px;
    transition: all 0.3s ease-in-out 0s;
}
.ListPanel > li > span:nth-child(2) .ans{
	display:inline-block;
	font-weight:normal;
	font-size:13px;
	padding-top:1px;
	width:100%;
}
.ans > .ansList{
	margin:0;
	padding:0;
	list-style:none;
	width:98%;
	float:right;
	
}
.logo_small {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    top: 0;
}
.ans > .ansList li{
	display:inline-block;
	border:none !important;
	padding:0;
}
.ListPanel li > span:nth-child(2) .ques{
	display:block;
	font-weight:bold;
	font-size:14px;
}


.ques > .quesList{
	margin:0;
	padding:0;
	list-style:none;
	width:97.4%;
	float:right;
	
}
.ques > .quesList li{
	display:inline-block;
	border:none !important;
	padding:0;
	margin:0;
}
.blueList{
	list-style-type:none;
	padding:0;
	margin:0 auto;
	width:100%;
	transition:all 0.3s ease-out;	
}
.blueList > li {
	display:inline-block;
	text-align:center;
	width:100%;
	padding:0;
	background-color:#00a2b5;
	border-bottom:1px solid #fff;
	transition:all 0.3s ease-in-out;
}
.blueList > li.ActiveItem{
	transition:all 0.3s ease-in-out;
}
.blueList > li > a{
	width:60%;
	text-align:left;
	font-size: 13px;
	padding: 5px 2px;
	color:#fff;
	display:inline-block;
	text-decoration:none !important;
	position:relative;
}
.blueList > li > a > span{
	display:inline-block;
	position:absolute;
	right:-20px;
	top:10px;
}
.blueList > li > a > span > img{
	width: 13px;
    height: 6px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
	transition:all 0.3s ease-in-out;
}
.blueList > li.ActiveItem > a > span > img{
	width: 13px;
    height: 6px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blueList > li.ActiveItem > ul{
	display:inline-block;
	height:auto;
	opacity:1;
	transition:all 0.3s ease-in-out;
}
.blueList > li > ul{
	list-style-type:none;
	padding:0;
	margin:5px auto 0;
	width:100%;
	opacity:0;
	height:0;
	display:none;
	transition:all 0.3s ease-in-out;
}
.blueList > li > ul > li{
	display:inline-block;
	text-align:center;
	width:100%;
	padding:5px 0;
	background-color:#fff;
	border-bottom:1px solid #dedddd;
}
.blueList > li > ul > li > a{
	
	text-align:left;
	font-size: 13px;
	padding: 0 2px;
	color:#535252;
	display:inline-block;
	text-decoration:none !important;
	position:relative;
}
.blueList > li > ul > li:hover{
	background-color:#f3f3f3;
}
.blueList > li > ul > li > a:hover{
	color:#00a2b5;
}
.blueList > li > ul > li > a:before{
	border-bottom: 5px solid transparent;
    border-left: 5px solid #00a2b5;
    border-top: 5px solid transparent;
    content: "";
    display: none;
    height: 0;
    left: -7px;
    position: absolute;
    top: 5px;
    width: 0;
}
.blueList > li > ul > li > a:hover:before{
	display:inline-block;
}
/*--first child--*/
.blueList > li:first-child.ActiveItem{
	display:block;
	background-color:#fff !important;
	
}
.blueList > li:first-child.ActiveItem > a{
	color:#00a2b5 !important;
	font-size:21px !important;
	text-transform:uppercase;
	font-weight:700;
	width:95%;
	padding:33px 0 30px;
	text-align:center;
	line-height:26px;
}
.blueList > li:first-child.ActiveItem > a > span{
	display:none;
}
.blueList > li:first-child.ActiveItem > ul{
	border-top:1px solid #dedddd ;
}

/*---*/
.buyerList{
	list-style-type:none;
	padding:0;
	margin:0 auto;
	width:100%;	
}
.buyerList > li {
	display:inline-block;
	text-align:center;
	width:100%;
	padding:5px 0;
	border-bottom:1px solid #dedddd;
}
.buyerList > li > a{
	width:74%;
	text-align:left;
	font-size: 13px;
	padding: 0 2px;
	color:#535252;
	display:inline-block;
	text-decoration:none !important;
	position:relative;
}
.buyerList > li.ActiveNav{
	background-color:#f3f3f3;
}
.buyerList > li.ActiveNav a{
	background-color:#f3f3f3;
}
.buyerList > li.ActiveNav > a:before{
	display:inline-block;
}
.buyerList > li:hover{
	background-color:#f3f3f3;
}
.buyerList > li > a:hover{
	color:#00a2b5;
}
.buyerList > li > a:before{
	border-bottom: 5px solid transparent;
    border-left: 5px solid #00a2b5;
    border-top: 5px solid transparent;
    content: "";
    display: none;
    height: 0;
    left: -7px;
    position: absolute;
    top: 5px;
    width: 0;
}
.buyerList > li > a:hover:before{
	display:inline-block;
}
.buyerSection{
	display:inline-block;
	width:100%;
	top:0;
	position:relative;
	transition:all 0.3s ease-in-out;
}

.orangeBox{
	display:inline-block;
	width:99% !important;
	color:#fff !important;
	background-color:#ff5400;
	padding:5px 10px;
}
.orangeBox a{
	color:#fff !important;
	text-decoration:underline !important;
	outline:none;
}
.blueBox{
	display:inline-block;
	width:99% !important;
	color:#fff !important;
	background-color:#00a2b5;
	padding:5px 10px;
	font-size:18px;
}
.blueBox a{
	color:#fff !important;
	text-decoration:underline !important;
	outline:none;
}
.footerHeaders > ul{
	list-style-type:none;
	padding:0;
	margin:5px 0 0 0;	
}
.footerHeaders > ul > li{
	display:block;
	list-style-type:none;
	margin:0 0 5px 0 ;
	position:relative;
}
.footerHeaders > ul > li:before{
	content:" ";
	background:url(http://cdn.shopclues.com/images/banners/Work/FooterPages/tick_bullet.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:2px;
	width:14px;
	height:14px;
}
.footerHeaders > ul.noBullet > li:before{
	display:none !important;
}
.footerHeaders > ul.dashedList > li:before{
	content:"-";
	font-size:13px;
	font-weight:500;
	top:0 !important;
	left:12px !important;
	background:none !important;
}
.footerHeaders > ul.discBullet > li:before{
	background-color: #000;
	background-image:none !important;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 5px;
}
.footerHeaders > ul.discBullet > li > span{
	margin-left:12px !important; 
}
.footerHeaders > ul > li > span{
	display:inline-block;
	color:#000;
	font-size:13px;
	margin:0 0 0 25px;
}

.footerHeaders > ul > li  ul{
	display:block;
	list-style-type:none !important;
	margin:0 0 5px 0 ;
	position:relative;
}

.footerHeaders > ul > li  ul > li{
	display:block;
	list-style-type:none !important;
	font-size:13px;
	margin:0 0 0 25px;
	position:relative;
}
.footerHeaders > ul > li  ul > li:before{
	content:" ";
	background:url(http://cdn.shopclues.com/images/banners/Work/FooterPages/round_bullet.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:7px;
	width:14px;
	height:14px;
}
.footerHeaders > ul > li  ul > li > span{
	display:inline-block;
	color:#000;
	font-size:13px;
	margin:0 0 0 15px;
}
.footerHeaders{
	display:inline-block;
	width:100%;
}
.footerHeaders > span{
    color: #222222;
    display: inline-block;
    font-size: 13px;
    margin: 5px 0;
    padding: 0 0 0 18px;
    width: 99%;
}
.footerPoint{
	display:block;
	width:100%;
	font-size:18px;
	font-weight:500;
	text-transform:capitalise;
	color:#353636;
	margin:0 0 5px 0;
	/*padding:0 0 5px 0;
	border-bottom:1px solid #067599;*/	
}
.footerPoint.greyHead{
	text-transform:capitalize !important;
	color:#353636;
	position:relative;
	left:-15px;
	padding:5px 0 5px 17px;
	background-color:#e8e8e8;
}
.orangeList{
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
}
.orangeList li{
	float:left;
	margin:0 30px 0 0;
}
.orangeList li:last-child{
	margin-right:0;
}
.orangeList li a{
	display:inline-block;
	outline:none;	
}
.orangeList li a > span:first-child{
	filter:grayscale(1);
	-webkit-filter:grayscale(1);
	-moz-filter:grayscale(1);
	display:inline-block;
	width:14px;
	height:14px;	
	margin:0 10px 0 0;
}
.orangeList li a > span:nth-child(2){
	display:inline-block;
	color:#5c5c5b;
	font-size:18px;
}
.orangeList li a:hover > span:first-child{
	filter:grayscale(0);
	-webkit-filter:grayscale(0);
	-moz-filter:grayscale(0);
}
.orangeList li a:hover > span:nth-child(2){
	color:#ff5400;
	text-decoration:underline;
}
.NavContainer {
    background-color: #3c3c3c;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 1115px;
}
.MainNav{
    bottom: 0;
	padding:0 15px;
    display: inline-block;
    list-style-type: none;
    margin: 0 auto;
    position: absolute;
    width: 100%;
	border-bottom:4px solid #067599;
}
.MainNav li {
    float: left;
    margin: 0 5px 0 0;
}
.MainNav li:last-child {
    margin-right: 0;
}
.MainNav li a {
    display: inline-block;
    outline: medium none;
    padding: 7px 17px 4px;
    text-align: center;
    text-decoration: none;
}
.MainNav li a:hover{
    background-color: #067599;
    border-radius: 3px;
}
.MainNav li a.active {
    background-color: #067599 !important;
    border-radius: 3px !important;
}
.MainNav li a > span:first-child{
	display:inline-block;
	width:48px;
}
.MainNav li a > span:nth-child(2){
	display:inline-block;
	font-size:14px;
	color:#fff;
}
.RightContent{
	width:1095px;
	margin:0 auto;
	display:inline-block;
}
.MerchantText{
	display:inline-block;
	width:100%;
	font-size:13px;
}
.FooterRight{
	width:82.8%;
	float:right;
	border-left:2px solid #e8e8e8;
}
.FooterLeft{
	width:17%;
	float:left;
	
}
.FooterContainer{
	width:100%;
	margin:0 auto;
	font-family: 'Ubuntu', sans-serif;
}
.Padd0{
	padding:0 !important;
}
.MarginT30{
	margin-top:30px !important;
}
.MarginT20{
	margin-top:20px !important;
}
.MarginB20{
	margin-bottom:20px;
}
.MarginB30{
	margin-bottom:30px !important;
}
.MarginB40{
	margin-bottom:40px !important;
}
.MarginB50{
	margin-bottom:50px !important;
}
.MarginB80{
	margin-bottom:80px !important;
}
