@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'MyriadProRegular';
	src: url('wp-content/themes/twentyeleven/fonts/myriadpro-regular.eot');
	src: url('wp-content/themes/twentyeleven/fonts/myriadpro-regular.eot') format('embedded-opentype'),  url('wp-content/themes/twentyeleven/fonts/myriadpro-regular.woff') format('woff'),  url('wp-content/themes/twentyeleven/fonts/myriadpro-regular.ttf') format('truetype'),  url('wp-content/themes/twentyeleven/fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
body {
	margin: 0;
 padding:;
	width: 100%;/*	background-image:url(wp-content/themes/images/Home-page.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
html {
/* background: url('wp-content/themes/twentyeleven/images/Home-page.png') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		width:100%;*/
}
.destination img, .nature1 img, .nature2 img, .nature3 img, .footer_com li img
{
	width:100%;
	height:auto;
	max-width:100%;
	position:relative;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
}
.bgwidth {
	width: 100%;
	height: 100%;
}
.bgwidth img {
	width: 100%;
	height: 100%;
}
.bgheight {
	width: 100%;
	height: 100%;
}
.bgheight img {
	height: 100%;
	widows: 100%;
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

.wraper {
	width: 79%;
	_top: -930px;/*for IE 6*/
	position: relative;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
#header {
	float: left;
   /* margin-top: 20px;*/
    -bracket-:hack[;
	margin-top: 20px;
 ];
	margin-top: 20px\9;
	width: 100%;
}
#header_logo {
	float: left;
	width: 50%;
}
#header_detail {
	float: right;
	width: 30%;
}
.about {
	float: left;
}
.about li {
	background-color: #F4DC48;
	border-radius: 22px 0 0 0;
	/*margin-left: -26px;*/
	padding: 11px 28px !important;
	text-align: center !important;
}
.content_manu1 li:hover {
	background-color: #F4DC48;
}
.content_manu1 li:first-child:hover {
	background-color: #F4DC48;
	border-radius: 23px 0 0 0;/* margin-left: -26px;*/
   /*padding: 10.5px 17px 10.5px 0;*/
}
.sub-menu a, .sub-menu a:visited {
	padding: 0 6px !important;
}
#menu-item-21:hover {
/*float:left;
	padding: 10.5px 17px 10.5px 26px;*/
}
#nav {
	/*margin-left: -26px !important;*/
}
.about a {
	color: #000000 !important;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.des_affliat ul
{
	list-style:none;
}
.time ul {
	float: right;
	list-style: none outside none;
	/*width: 44%;*/
}
.time li {
	border-right: 1px solid #539AD3;
	float: left;
	margin-top: 13px;
	padding: 0 3px;
}
.time a {
	float: left;
	color: #539AD3;
}
.time {
	float: left;
	width: 100%;
	text-align: right;
	color: #539ad3;
	font-size: 12.5px;
	font-family: MyriadProRegular;
	margin: 4px 0;
}
.time img {
	margin: -1px 2px -10px;
}
.header_ul {
	float: right;
	list-style: none outside none;
	margin: 10px 0 0;
	padding: 0;
	text-align: right;
	width: 64%;
}
.header_li {
	float: left;
	padding: 8px 0px;
	text-align: right;
}
.header_li a {
	color: #539AD3;
	padding: 0 3px;
}
#content {
	float: left;
	width: 99%;
	-moz-box-shadow: 3px 0px 17px 1px #000;
	-webkit-box-shadow: 3px 0px 17px 1px #000;
	box-shadow: 3px 0px 17px 1px #000;
	margin-top: 40px;
	/* background-color: #525252;*/
	border-radius: 27px 27px 36px 27px;
}
.content_manu {
	float: left;
	width: 100%;
}
/*.content_manu_left {
	float: left;
	background-image: url( wp-content/themes/twentyeleven/images/left.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 26px;
}*/
.content_manu_mid {
	/*float: left;
	background-image: url( wp-content/themes/twentyeleven/images/c_mid.png);
	height: 41px;
	width: 94.4%;
	background-repeat: repeat-x;*/
	
   background: #3074c1; /* Old browsers */
background: -moz-linear-gradient(top,  #3074c1 0%, #5ea2de 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3074c1), color-stop(100%,#5ea2de)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3074c1 0%,#5ea2de 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3074c1 0%,#5ea2de 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3074c1 0%,#5ea2de 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3074c1 0%,#5ea2de 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3074c1', endColorstr='#5ea2de',GradientType=0 ); /* IE6-9 */

   /* background-image: url("wp-content/themes/twentyeleven/images/c_mid.png");*/
    background-repeat: repeat-x;
    border-radius: 20px 20px 0 0;
    float: left;
    height: 41px;
    width: 100%;

}
/*.content_manu_right {
	float: left;
	background-image: url( wp-content/themes/twentyeleven/images/right.png);
	height: 41px;
	width: 26px;
	background-repeat: no-repeat;
}*/
.content_manu1 {
	float: left;
	width: 74%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16.5px;
}
.content_manu1 ul {
	float: left;
	width: 100%;
	list-style: none;
}
.content_manu1 li {
	float: left;
	padding: 0px 0px;
}
.content_manu1 li a:first-child {
/*padding: 10.5px 17px 10.5px 0;*/
}
.content_manu1 a {
	float: left;
	color: #fff;
}
.manu_search {
	float: right;
	margin-right: 6.5%;
	width:19%;
	width: 20%;
}
.manu_search input {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 15px 15px 15px 15px;
	color: #000000;
	float: left;
	font-size: 16px;
	margin: 7px 0;
	padding: 2px 6px;
	width: 100%;
 -bracket-:hack[;
	width: 93%;
 ];
	width: 93%\9;
}
.destination {
	float: left;
	width: 100%;
/*	background-image: url( wp-content/themes/twentyeleven/images/plain.png);
*/	/*height: 158px;*/
	margin-top: -1px;
	z-index: 0;
	position:relative;
}
.nature {
	float: left;
	width: 100%;
	margin-top:-6px;
	position:relative;
	height:200px;
}
.nature1 {
	float: left;
	/*background-image: url( wp-content/themes/twentyeleven/images/111.png);*/
	width: 33.3%;
	height: 178px;
}
.nature2 {
	float: left;
	/*background-image: url( wp-content/themes/twentyeleven/images/222.png);*/
	width: 33.4%;
	height: 178px;
}
.nature3 {
	float: left;
	/*background-image: url( wp-content/themes/twentyeleven/images/333.png);*/
	width: 33.3%;
	height: 178px;
	border-radius:0 0 0 0;
} 
.lower {
	float: left;
	width: 100%;/*height:139px;
	background-image:url( wp-content/themes/twentyeleven/images/lower1.png);*/
}
.des_affliat {
    background-color: #488FCD;
    border-radius: 0 33px 0 0;
    float: left;
    font-size: 16.5px;
 /*   margin-top: 12.3%;*/
    padding: 0.5% 3.15%;
    position: absolute;
	width:27.1%;
	bottom:6px;
	z-index:1;
}
/*.des_affliat1 {
	background-color: #488FCD;
	border-radius: 0 33px 0 0;
	float: left;
	font-size: 16.5px;
	margin-top: 47%;
	padding: 5px 40px;
}*/
.des_affliat1 {
    background-color: #488FCD;
    border-radius: 0 33px 0 0;
    float: left;
    font-size: 16.5px;
    /*margin-top: -3%;*/
   padding: 0.5% 3.15%;
    position: absolute;
	width:27.0%;
	bottom:-1px;
}
.des_affliat a, .des_affliat1 a {
	color: #fefeff;
}
.affliat {
	border-radius: 0 33px 0 25px;
}
.footer {
	float: left;
	width: 100%;
}
.footer_com {
	float: left;
	width: 100%;
	background-color: #fff;
	margin-top: 40px;
}
.footer_com ul {
	float: left;
	list-style: none;
	width: 100%;
}
.footer_lower_manu ul {
	float: right;
	list-style: none;
/*	width:65%;*/
	font-size: 12px;
}
.footer_com li {
	float: left;
	padding: 1% 2.4%;
	width:15%;
}
.footer_lower_manu {
	float: left;
	width: 100%;
}
.footer_lower_manu li:last-child {
	padding: 0 0px 0 10px;
	border-right: none;
}
.footer_lower_manu li {
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	float: left;
	margin-top: 12px;
	padding: 0 13px;
}
.footer_lower_manu a {
	color: #fff;
}
.site_by {
	float: left;
	width: 100%;
	color: #fff;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}
.close_btn {
	background-image: url("wp-content/themes/twentyeleven/ images/close.png");
	cursor: pointer;
	float: right;
	margin-right:21px;
	height: 30px;
	margin-top: 6px;
	width: 76px;
}
.about_text {
	background-color: #FFFFFF;
	border-radius: 0 0 24px 28px; 
	float: left;
	width: 100%;
	min-height: 200px;
	position:relative;
	z-index:1;
}
.about_title {
	color: #539AD3;
	float: left;
	font-size: 21px;
	margin: 30px 0 0 28px;
	font-weight: bold;
	width: 97%;
}
.about_text1 {
	color: #7d7d7d;
	float: left;
	font-size: 16px;
	min-height: 160px;
	padding: 28px;
	text-align: justify;
	width: 90%;
	/*overflow-y: hidden;*/
}
.aboutus_text, .promotion, .contact_us {
	position: fixed;
	width: 100%;
	height: 150%;
	margin-top: -30px;
	background-image: url(wp-content/themes/twentyeleven/images/black.png);
}
.aboutus {
	float: left;
	margin-top: 160px !important;
}
.des_affliat:hover, .des_affliat1:hover {
	background-color: #F4DC48;
}
.des_affliat a:hover, .des_affliat1 a:hover {
	color: #000;
}
/*navigation menu */
#nav {
	/*-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:#60625C;
bottom:0;
left:0;
margin:0;
padding:0;
width:100%;*/
	position: absolute;
}
.sub-menu {
	float: left;
	border: none !important;
	margin-left: -18 !important;
}
.sub-menu a:hover {
	color: #ff6c00 !important;
}
.sub-menu li:first-child:hover {
	border-radius: 0;
	margin-left: 0;
}
.sub-menu li:hover {
	background-color: #F4DC48;
	background-color: #F4DC48 !important;
}
.sub-menu li, .sub-menu li {
	padding: 8px 0 !important;
}
#nav, #nav ul {
/*line-height:40px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:100%;*/
}
#nav a, #nav a:hover {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	border: medium none;
	display: block;
	text-decoration: none;
}
#nav li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;/*border-right:1px solid #6E7073;*/
}
#nav a, #nav a:visited {
	color: #FFFFFF;
	display: block;
	padding: 11px 17px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
	text-decoration: none;
	color: #000000;
}
#nav li ul {
	border-bottom: 1px solid #6E7073;
	height: auto;
	left: -979em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 190px;
	z-index:1;
}
#nav li li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #fff none repeat scroll 0 0;
	width: 100%;
}
#nav li li a, #nav li li a:visited {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	color: #ff6c00;
	font-size: 16.5px;
	font-weight: normal;
}
#nav li li a:hover, #nav li li a:active {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/*navigation menu */

.promotions {
	margin-left: 223px;
	width: 100%;
}
.promotions a {
	color: #000000;
}
.about1 a {
	color: #000000;
}
.promotions li {
	border-radius: 0px;
}
.gallery, .all_lines {
	color: #5B5B5B;
	float: left;
	font-size: 16px;
	padding: 36px;
	width: 93%;
}
.image1 {
	color: #539AD3;
	float: left;
	margin-right: 23%;
	text-align: center;
	width: 17%;
px;
	height: 214px;
}
.image1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
}
.img, .img1 {
	height: 111px;
	margin-bottom: 5px;
	width: 122px;
}
.image2 {
	color: #539AD3;
	float: left;
	text-align: center;
	width: 130px;
	height: 187px;
}
.image2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
}
.img:hover {
	border: 4px solid #f4dc48;
	cursor: pointer;
}
.gallery1 {
	color: #5B5B5B;
	float: left;
	font-size: 16px;
	padding: 36px 15px 36px 36px !important;
	width: 53% !important;
}
.image2_france {
	color: #539AD3;
	float: left;
	height: 187px;
	margin-right: 12px;
	text-align: center;
	width: 130px;
}
.image2_france span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
}
.detail {
	border-left: 1px solid #A1A1A1;
	float: left;
	height: 360px;
	margin-top: 36px;
	/* overflow-y: scroll;*/
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 28%;
}
.detail_head {
	font-size: 20.83px;
	color: #539ad3;
	font-family: Arial, Helvetica, sans-serif;
}
.detail_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5;
	color: #5b5b5b;
}
.physical_addr {
	color: #000000;
	float: left;
	/*font-size: 14px;*/
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}
.text_right {
	float: right;
	width: 78%;
}
.text_right a {
	text-decoration: underline;
	color: #808080;
}
.text_left {
	float: left;
	width: 21%;
	text-decoration: underline;
	color: #808080;
}
.Contact_Us {
	margin-left: 130px;
	width: 100%;
}
.Contact_Us ul {
	float: left;
	list-style: none outside none;
	margin-left: 50px;
}
.gallery ul, .all_lines ul {
	float: left;
	width: 100%;
	list-style: none;
}
.gallery li:nth-child(3), .gallery li:nth-child(6) {
	margin-right: 0;
}
.Contact_Us li {
	float: left;
	padding: 11px 17px;
	background-color: #f4dc48;
	font-weight: bold;
}
.Contact_Us a {
	color: #000;
	float: left;
}
.detail {
	border-left: 1px solid #A1A1A1;
	float: right;
	height: 412px;
	margin-right: 10px;
	margin-top: 36px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 28%;
}
/*
	background: #7a7a7a; 
background: -moz-linear-gradient(top,  #7a7a7a 0%, #a5a5a5 40%, #ffffff 40%, #ffffff 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(40%,#a5a5a5), color-stop(40%,#ffffff), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #7a7a7a 0%,#a5a5a5 40%,#ffffff 40%,#ffffff 100%); 
background: -o-linear-gradient(top,  #7a7a7a 0%,#a5a5a5 40%,#ffffff 40%,#ffffff 100%);
background: -ms-linear-gradient(top,  #7a7a7a 0%,#a5a5a5 40%,#ffffff 40%,#ffffff 100%); */

.detail_head {
	font-size: 20.83px;
	color: #539ad3;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 30px;
}
.detail_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5;
	color: #5b5b5b;
	width: 88%;
}
.promotions li {
	border-radius: 0 0 0 0 !important;
	padding: 11px 13px !important;
}
.ailline {
	color: #539AD3;
	float: left;
	margin-right: 8%;
	text-align: center;
	width: 17%;
}
.ailline:nth-child(3) {
	margin-right: 8% !important;
}
#my_weather-2 div {
	border: medium none !important;
	float: right;
}
p b {
	float: right;
	font-weight: normal;
}
.scrollTest {
	float: left;
	height: 502px;
	overflow: auto;
	width: 114%;
	margin-top: -37px;
}
.scrollTest1 {
	float: left;
	height: 477px;
	overflow: auto;
	width: 100%;
}
.scrolls {
	float: right;
}
.des_affliat1 > ul, .des_affliat > ul {
	float: left;
	list-style: none;
}
.my_lines {
	float: left;
	width: 100%;
}
.my_lines ul {
	float: left;
	width: 100%;
	list-style: none;
}
.my_lines li {
	float: left;
	width: 116px;
	height: 90px;
	margin-right: 170px
}
#weather34 p b, #weather34 p b a {
	color: #539AD3;
	float: left;
	margin-top: 3px;
	text-align: right;
	margin-right: 4px;
}
#weather34 > div {
	text-align: right !important;
	width: 221px !important;
	margin: 0 !important;
	padding: 0 !important;
}
aside {
	float: right;
	margin: -9px -5px 0 0;
}
.assistive-text {
	display: none;
}
input.submit {
	border: medium none !important;
	border-radius: 0 10px 7px 7px !important;
	float: left;
	height: 20px;
	margin: 11px 0 0 -28px;
	width: 20px !important;
	background-repeat: no-repeat;
	background-image: url(wp-content/themes/twentyeleven/images/search.png);
}
#searchform {
	float: left;
	width: 100%;
}
.widget.widget_search {
	float: left;
	width: 100%;
	margin: 0 0!important;
}
.page_title {
	color: #539AD3;
	float: left;
	font-size: 21px;
	font-weight: bold;
	margin: 15px 0 0 0px;
	width: 97%;
}
.page_title a {
	color: #539AD3;
}
.entry-summary a {
	color: #539AD3;
}
a time.entry-date .author a, .cat-links > a {
	color: #5B5B5B;
}
faq {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.question {
	background-color: #539AD3;
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 10px;
	margin: 5px 0;
	width: 80%;
	border-radius: 7px 7px 7px 7px;
}
.answer {
	float: left;
	width: 94%;
	padding: 0 22px;
	text-align: justify;
}
.plus, .minus {
	font-size: 20px;
	margin-right: 24px;
}
.country {
	float: left;
	width: 100%;
	margin: 35px 0;
}
.country > ul {
	float: left;
	width: 100%;
	list-style: none;
}
.country li {
	float: left;
	width: 154px;
	margin-right: 30px;
}
.c_name {
	text-align: center;
	width: 100%;
	color: #539AD3;
}
.c_price {
	float: left;
	width: 100%;
	text-align: center;
	color: #5b5c5d;
}
#weather34 p b:last-child {
	text-align: right !important;
	margin: 3px 0 0 7px !important;
}
.text_right > span {
	float: left;
	clear: both;
}

body {
    font-size: 100%;
    overflow-y: hidden;
	overflow:hidden;
	position:relative;
}
.aboutus_content{
	width:68%;
	float:left;}

.aboutus_img {
    float: left;
    margin-left: 1%;
    margin-top: 2px;
    width: 29%;
	
}
/*.about_text11 {
    border-radius: 0 0 24px 28px;
    float: left;
    min-height: 200px;
    position: relative;
    width: 100%;
    z-index: 1;
	background-image: url(wp-content/themes/twentyeleven/images/contactpage_bgd.png !important);
	background:url(wp-content/themes/twentyeleven/images/contactpage_bgd.png) no-repeat #FFF !important;
	background-size: 100%;
}*/

.about_text11 {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #FFFFFF !important;
    background-image: url("wp-content/themes/twentyeleven/images/contactpage_bgd.png") !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: 100% auto;
    border-radius: 0 0 24px 28px;
    float: left;
    min-height: 200px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.wp-image-317{
	float:right !important;
	/*width:23% !important;*/}

.error_pop_up {
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    left: 21%;
    position: absolute;
    top: 20%;
    width: 700px;
    z-index: 1;
	_top: 300px;/*for IE 6*/
}

.error_header
{
	float:left;
	width:100%;
	_width: 600px;/*for IE 6*/
	background-color:#3579c3;
	border-radius:20px 20px 0 0;
}

.texts {
    float: left;
    margin: 0 0 0 130px;
	_margin: 0 0 0 90px;/*for IE 6*/
    width: 100%;
	_width: 550px;/*for IE 6*/
    padding: 6px 0;
}


.header_text
{
	float:left;
	color:#fff;
	font-size:28px;
}
.noti_img
{ float:left;
}

.header_text {
    float: left;
    font-family: arial;
    margin: 2px 10px;
}
.text_container {
    float: left;
    font: si;
    font-size: 18px;
    padding: 21px;
	_padding: 20px 20px 20px 20px;
    color: #595959;
    font-family: arial;
	text-align: justify;
}
.error_btn
{
	float:left;
	width:100%;
}
.error_btn {
    float: left;
    width: 100%;
    padding: 0px 0 20px 0;
}
.chrome {
    float: left;
    margin: 0 0 0 19px;
	 background-image: url("wp-content/themes/twentyeleven/chrome_n.png");
	 width:279px;
	 height:66px;
	 background-repeat:no-repeat;
}
.chrome:hover{
   
	 background-image: url("wp-content/themes/twentyeleven/images/chrome.png");
	 width:279px;
	 height:66px;
	 background-repeat:no-repeat;
}
.continue {
    float: right;
    margin: 0 25px 0 0;
	background-image: url("wp-content/themes/twentyeleven/images/continue.png");
	 width:279px;
	 height:66px;
	 background-repeat:no-repeat;
}
.continue:hover {
    float: right;
    margin: 0 25px 0 0;
	background-image: url("wp-content/themes/twentyeleven/cont.png");
	 width:279px;
	 height:66px;
	 background-repeat:no-repeat;
}
.error_pop {
    background-image: url("wp-content/themes/twentyeleven/images/black.png");

    height: 150%;
    margin-top: -30px;
    position: absolute;
    width: 100%;
	z-index:2;
	_height: 1200px;/*for IE 6*/
	_width: 1800px;/*for IE 6*/
	
}

/*
     FILE ARCHIVED ON 02:31:48 Jun 25, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:48:38 Nov 26, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 503.972 (3)
  esindex: 0.008
  captures_list: 519.807
  CDXLines.iter: 9.795 (3)
  PetaboxLoader3.datanode: 508.095 (4)
  exclusion.robots: 0.149
  exclusion.robots.policy: 0.137
  RedisCDXSource: 3.715
  PetaboxLoader3.resolve: 24.501
  load_resource: 80.09
*/