/*---------------------- Home Menu -----------------------------------*/
.home-menu-link{
	text-align:right;
	line-height:20px;
	margin-right:10px;
}
.home-menu-link-content{
    font-family: Century Gothic;
	float:right;
	margin-right:10px;
    font-size: 14px;
}
.home-menu-link-content a,
.home-menu-link-content a:hover,
.home-menu-link-content a:visited,
.home-menu-link-content a:visited:hover{
	color:#4f4954;
}
.home-menu-link-language{
	float:right;
}
.home-menu-link-language a{
	margin-left:7px;
}
.home-menu-link a{
	margin-bottom:3px;
	font-weight:bold;
}
.home-menu-link img{
}
.home-menu-link a:hover,
.home-menu-link a:visited,
.home-menu-link a:visited:hover{
	color:#000000;
	font-weight:bold;
}
.home-menu-bound{
	position:relative;
	background:#00CCFF;
	height:34px;
	padding-top:8px;
	padding-left:5px;
}
.home-menu-item-selected,
.home-menu-item{
	float:left;
	margin:0px 5px 0 0px;
	line-height:24px;
}
.home-menu-item-selected span.home-menu-item-left{
	background:url(../images/menu-item-left.png) 0% 50% no-repeat;
    /*background: red;*/
	/*padding:5px 0px 5px 0px;*/
    padding:5px 0px 5px 0px;
}
.home-menu-item span.home-menu-item-left{
	padding:5px 0px 5px 0px;
}
.home-menu-item-selected span span.home-menu-item-right{
	background:url(../images/menu-item-right.png) 100% 50% no-repeat;
	padding:5px 0px 5px 0px;
}
.home-menu-item span span.home-menu-item-right{
	padding:5px 0px 5px 0px;
}
.home-menu-item-selected span span span.home-menu-item-center{
	background:url(../images/menu-item-bg.png) 100% 0% repeat-x;
    margin-left:14px;
	margin-right:14px;
	padding:2px;
	color:#EF2021;
	/*font-weight:bold;*/
    font-size: 14px;
    font-family: Century Gothic;
}
.home-menu-item span.home-menu-item-center{
	/*font-weight:bold;*/
	color:#FFFFFF;
	margin-left:14px;
	margin-right:14px;
	padding:2px;
    font-size: 14px;
    font-family: Century Gothic;
	text-transform:uppercase;
}
.home-menu-item,
.home-menu-item:visited,
.home-menu-item:hover,
.home-menu-item:visited:hover
.home-menu-item-selected,
.home-menu-item-selected:visited,
.home-menu-item-selected:hover,
.home-menu-item-selected:visited:hover{
	text-decoration:none;
	margin-top:3px;
}
.sub-menu{
	position:absolute;
	top:35px;
	display:none;
	
	  background: -webkit-linear-gradient(#ccffff, #7ce3e3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ccffff, #7ce3e3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ccffff, #7ce3e3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ccffff, #7ce3e3); /* Standard syntax (must be last) */
	
	width:650px;
	z-index:10000;!important
}
.sub-menu-top{
	background:url(../images/submenu-top-bg.png) 100% 0% repeat-x;
	height:7px;
	width:650px;
}
.sub-menu-top-1{
	background:url(../images/submenu-top-left.png) 0% 0% no-repeat;
	height:7px;
}
.sub-menu-top-2{
	background:url(../images/submenu-top-right.png) 100% 0% no-repeat;
	height:7px;
	_font-size:0px;
}
.sub-menu-content{
	background:url(../images/submenu-content-left.png) 0% 0% repeat-y;
}
.sub-menu-content-1{
	background:url(../images/submenu-content-right.png) 100% 0% repeat-y;
	min-height:290px;
	height:auto !important;
	height:290px;
	padding-top:5px;
	padding-right:10px;
}
.sub-menu-bottom{
	background:url(../images/submenu-bottom-bg.png) 100% 100% repeat-x;
	height:7px;
}
.sub-menu-bottom-1{
	background:url(../images/submenu-bottom-left.png) 0% 100% no-repeat;
	height:7px;
}
.sub-menu-bottom-2{
	background:url(../images/submenu-bottom-right.png) 100% 100% no-repeat;
	height:7px;
	font-size:0px;
}
.sub-menu-level1{
	font-weight:bold;
	margin-left:15px;
	padding-bottom:5px;
	padding-right:10px;
	float:left;
	border-right:1px dashed #C69E4A;
	width:290px;
	_width:230px;
    font-family: Century Gothic;
    text-transform: uppercase;
    font-size: 13px;
    color: #ad5226;
}
.sub-menu-level2{
	font-weight:normal;
	margin-top:5px;
	margin-bottom:0px;
    text-transform: none;
    font-family: Century Gothic;
    font-size: 12px;
}
.sub-menu-level1 li{
	list-style:none;
}
.sub-menu-level1 a,
.sub-menu-level1 a:visited,
.sub-menu-level1 a:hover,
.sub-menu-level1 a:visited:hover{
	color:#4B0082;
}
.sub-menu-level1-link{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.sub-menu-level2 a,
.sub-menu-level2 a:visited,
.sub-menu-level2 a:hover,
.sub-menu-level2 a:visited:hover{
}
.sub-menu-level2 a:hover,
.sub-menu-level2 a:visited:hover{
	text-decoration:none;
	color:#EF5921;
}
.sub-menu-level2-item{
	font-weight:bold;
}
.sub-menu-level3-item{
	font-weight:normal;
}
.sub-menu-news-bound{
	border-right:1px dashed #C69E4A;
	min-height:200px;
}
.sub-menu-news{
	margin-left:15px;
	margin-bottom:5px;
	list-style:none;
	width:290px;
}
.sub-menu-news a{
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
    text-transform: none;
    font-family: Century Gothic;
    font-size: 12px;
	color:#8C3818;
	font-weight:bold;
	line-height:20px;
}
.sub-menu-news a:hover{
	text-decoration:underline;
}
.sub-menu-child-news li{
	margin-left:25px;
	height:17px;
	line-height:17px;
	list-style:square;
	color:#8C3818;
}
.sub-menu-news-level2{
}
.sub-menu-child-news li a{
	color:#8C3818;
	font-weight:normal;
}
.sub-menu-img{
	margin:10px 10px 0px 20px;
	float:left;
}
/*------------------------- HomeTour ------------------------------------------*/
.tour-home-bound{
	margin-bottom:10px;
}
.tour-home-title{
	height:25px;
	line-height:25px;
	font-weight:bold;
	color:#AD5121;
	text-transform:uppercase;
	font-size:16px;
}
.tour-home-item,
.tour-home-item-1{
	margin-top:10px;
	float:left;
	clear:both;
	width:100%;
}
.tour-home-item-1{
}
.tour-home-image{
	float:left;
	margin-right:5px;
}
.tour-home-image img{
	border:1px solid #E7C773;
	width:135px;
	height:100px;
	padding:5px;
}
.tour-home-content-bound,
.tour-home-content-bound-1{
	float:left;
	border:1px solid #E7C773;
	padding:5px;
	width:62%;
	height:100px;
}
.tour-home-content-bound-1{
	background-color:#FFF7D6;
}
.tour-home-name{
	font-weight:bold;
	padding-bottom:3px;
}
.tour-home-name a,
.tour-home-name a:visited,
.tour-home-name a:hover,
.tour-home-name a:hover:visited{
	color:#AD5129;
}
.tour-home-brief{
	text-align:justify;
}
.tour-home-button{
	text-align:right;
	margin-top:10px;
}
.tour-home-button a,
.tour-home-button a:visited,
.tour-home-button a:hover,
.tour-home-button a:visited:hover{
	font-weight:bold;
	color:#736163;
	text-decoration:underline;
}
/*------------------------ TourMap ------------------------------*/
.tour-map-bound{
	margin-bottom:10px;
}
.tour-map-title{
	background:url(../images/map/bg.png) 0% 0% repeat-x;
	line-height:26px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	text-transform:uppercase;
}
.destination{
	border:1px solid #A54518;
	position:absolute;
	background-color:#FFFFFF;
	padding:10px;
	display:none;
	width:170px;
}
.destination-name{
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
	display:block;
}
.destination-image img{
	border:1px solid #F77121;
	width:150px;
	height:130px;
}
.destination-link{
	color:#F77121;
	font-weight:bold;
	margin-left:20px;
	line-height:20px;
}
.destination-link a,
.destination-link a:hover,
.destination-link a:visited,
.destination-link a:visited:hover{
	color:#BD5121;
}
/*---------------- Hotel ------------------------------------------------*/
.home-search-bound{
	margin-bottom:10px;
}
.home-search-title{
	background:url(../images/hotel/bg.png) 0% 0% repeat-x;
	line-height:26px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
}
.home-search-hotel{
	padding-left:5px;
	clear:both;
}
.home-search-hotel-title{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}
.home-search-field{
	margin-bottom:3px;
	margin-top:5px;
}
.home-search-field label{
	display:block;
	margin-bottom:3px;
}
.home-search-field select{
	width:210px;
}
.home-search-button{
	text-align:right;
	margin-right:3px;
}
.home-search-button input{
	border:none;
	background:url(../../images/news/search-button.png) repeat-x;
	height:20px;
	color:#8D3E1E;
}
#tab{
}
.home-search-bound .ui-tabs-nav{
	background:url(../../images/tab/bg.png) 0% 0% repeat-x;
	height:28px;
}
.home-search-tab{
}
.home-search-tab li.ui-tabs-selected{
	background:url(../../images/tab/bg-selected.png) 0% 0% repeat-x;
	height:28px;
}
.home-search-tab li.ui-tabs-selected span{
	background:url(../../images/tab/left-selected.png) 0% 0% no-repeat;
	height:28px;
	float:left;
}
.home-search-tab li.ui-tabs-selected span span{
	background:url(../../images/tab/right-selected.png) 100% 0% no-repeat;
	height:28px;
	line-height:28px;
	padding:0 37px;
	color:#AD5121;
}
.home-search-tab li span span{
	padding:0 37px;
	height:28px;
	line-height:28px;
	color:#5A595A;
}
.home-search-tour,
.home-search-hotel{
	background-color:#FFFBE7;
	border:1px solid #E7CF84;
	border-top:0px;
	padding:5px;
	margin-bottom:10px;
}
/*---------------------------------NEWSLETTER-------------------------------*/
.newsletter-new2{
    background: #4f4954;
}
.newsletter-bound {
	background:url(../images/contact-bg02.png) no-repeat;
    width: 257px;
    height: 134px;
    margin-top: 14px;
	padding-top:40px;
	padding-left:17px;
	/*
    #padding-top:45px;
	margin-bottom:10px;
    */
}
#newsletterForm{
    /*margin-top: 40px;*/
}
.button-nl-container{
   padding-top: 26px;
}
.btn-nlc-01{
    background: url(../images/button-new-letter-01.png) no-repeat;
    width: 119px;
    height: 54px;
    padding: 9px 0 0 0 ;
    text-align: center;
    float: left;
}
.btn-nlc-01 a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}
.btn-nlc-01 a:hover{
    color: white;
}
.btn-nlc-02{
    background: url(../images/button-new-letter-02.png) no-repeat;
    width: 119px;
    height: 54px;
    padding: 9px 0 0 0 ;
    text-align: center;
    float: left;
    margin-left: 18px;
}
.btn-nlc-02 a:hover{
    color: white;
}
.btn-nlc-02 a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}
.newsletter-input {
	margin-bottom:5px;
}
.newsletter-input input {
	height:18px;
	width:218px;
	border:none;
    padding: 2px;
    color: #766D6E;
}
#newsletter-input-2 {
	margin-bottom:13px;
	#margin-bottom:9px;
}
.newsletter-send {
}
.newsletter-send input{
	border:none;
	background:transparent;
	margin-left:130px;
	color:white;
    font-weight: bold;
	font-size:14px;
	cursor:pointer;
	margin-top:0px;
	font-family: Segeo Print;
}
.newsletter-contact {
	line-height:26px;
}
.newsletter-contact a,
.newsletter-contact a:hover,
.newsletter-contact a:visited,
.newsletter-contact a:visited:hover {
	background:url(../images/contact-icon.png) 0 -3px no-repeat;
	padding-left:30px;
	color:white;
	font-size:12px;
	font-weight:bold;
}
/*----------------------------VALIDATION--------------------------------------*/
label.error {
	position:absolute;
	background:#AD5226;
	border:1px solid white;
	padding:2px;
	color:white;
}
label.success {
	position:absolute;
	background:#AD5226;
	border:1px solid white;
	width:65px;
	padding:2px;
	color:white;
}
/*------------------------------TOURDETAIL------------------------------------------*/
.home-news-bound{
}
.home-news-title {
	line-height:32px;
	margin-bottom:10px;
}
.home-news-title span {
	font-size:16px;
	color:#AD5226;
	font-weight:bold;
}
.home-news-share,
.home-news-share:hover,
.home-news-share:visited,
.home-news-share:visited:hover {
	float:right;
	margin-right:10px;
	background:url(../../images/news/facebook-icon.jpg) 0 4px no-repeat;
	padding-left:33px;
	color:#AD5226;
}
.home-news-print,
.home-news-print:hover,
.home-news-print:visited,
.home-news-print:visited:hover {
	float:right;
	margin-right:10px;
	background:url(../../images/news/print-icon.png) 0 4px no-repeat;
	padding-left:33px;
	color:#AD5226;
}
.home-news-email,
.home-news-email:hover,
.home-news-email:visited,
.home-news-email:visited:hover {
	float:right;
	margin-right:10px;
	background:url(../../images/news/email-icon.png) 0 4px no-repeat;
	padding-left:33px;
	color:#AD5226;
}
.home-news-content-tab{
	list-style:none;
	border-bottom:1px solid #FFE288;
	#height:24px;
}
.news-new-tab {
	float:left; padding:2px 10px; cursor:pointer; height:20px; margin-bottom:-1px; color:#666565; font-weight:bold;
	text-transform:uppercase; font-size:12px; line-height:18px;
}
.news-focus-tab {
	float:left; padding:2px 10px; cursor:pointer; height:20px; margin-bottom:-1px; color:#666565; font-weight:bold;
	text-transform:uppercase; font-size:12px; line-height:18px;
}
.news-link-tab {
	float:left; padding:2px 10px; cursor:pointer; height:20px; margin-bottom:-1px; color:#666565; font-weight:bold;
	text-transform:uppercase; font-size:12px; line-height:18px;
}
.news-link-tab a,
.news-link-tab a:hover,
.news-link-tab a:visited,
.news-link-tab a:visited:hover {
	color:#666565;
}
.news-focus{
	display:none;
}
.news-content-bg{
}
.bg-green-right{
}
.home-news-tab-selected{
	border:1px solid #FFE288;
	border-bottom:0;
	color:#AD5226;
}
.news-new-tab {
	border-left:0;
}
.home-new-image img{
	width:345px;
}
.news-new-first-name{
	margin:0;
	padding:15px;
}
.news-new-first-brief{
	line-height:18px;
	text-align:justify;
	padding:5px;
}
.news-focus-route-detail{
	padding:5px;
}
.news-focus-route-title {
	padding-top:15px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	font-size:14px;
}
.news-focus-route-detail-title {
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	color:#59698B;
}
.news-focus-route-detail-content {
	text-align:justify;
	margin-bottom:10px;
}
.home-news-other-title {
	margin-top:15px;
	font-size:14px;
	color:#A54E24;
	font-weight:bold;
}
.home-news-other {
	margin-top:10px;
}
.home-news-other-li {
	list-style-image:url(../../images/news/list-tour.png);
	list-style-position:inside;
}
.home-news-other-li a,
.home-news-other-li a:hover,
.home-news-other-li a:visited,
.home-news-other-li a:visited:hover {
	color:black;
}
/*--------------------------HOMENAV-----------------------------------------*/
.home-nav-bound {
	padding-top:10px;
    background: #4f4954;
    height: 100%;
    overflow: hidden;
    /*background: url(../images/li-footer-each.png) repeat-x;*/
}
.home-nav-bound li{
	list-style:none;
}
.home-nav-main {
	background: url("../images/li-each-footer.png") repeat-y scroll 100% 50%;
    float: left;
    height: 267px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 15px;
    width: 27%;
}
.home-nav-parent-link,
.home-nav-parent-link:hover,
.home-nav-parent-link:visited,
.home-nav-parent-link:visited:hover{
	/*color:#EF3C2B;*/
    color:white;
	font-weight:bold;
	font-size:15px;
	line-height:22px;
    font-family: Tahoma, Geneva, sans-serif;
}

.home-nav-child-link,
.home-nav-child-link:hover,
.home-nav-child-link:visited,
.home-nav-child-link:visited:hover,

.home-nav-main .menu-item a,
.home-nav-main .menu-item a:hover,
.home-nav-main .menu-item a:visited,
.home-nav-main .menu-item a:visited:hover
 {
	/*color:#8C3818;*/
    color: white;
	/*font-weight:bold;*/
	line-height:20px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
}
.home-nav-lowerchild-link,
.home-nav-lowerchild-link:hover,
.home-nav-lowerchild-link:visited,
.home-nav-lowerchild-link:visited:hover {
	color:#8C3818;
	line-height:18px;
}
