|
|
|
@ -3,16 +3,16 @@
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 40px;
|
|
|
|
@ -22,7 +22,7 @@ h1 {
|
|
|
|
|
line-height: 46px;
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: #444;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-family: 'raleway regular';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -31,7 +31,7 @@ h2 {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
margin-top: 50px;
|
|
|
|
|
color: #444;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
font-family: 'raleway regular';
|
|
|
|
@ -40,7 +40,7 @@ h2 {
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #444;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
@ -59,20 +59,20 @@ p {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-family: 'Didact Gothic', Arial, Helvetica, sans-serif;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p a {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-bottom: 3px solid #d1d1d1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
background: #e5e5e5;
|
|
|
|
|
transition: 1s;
|
|
|
|
|
}
|
|
|
|
@ -262,7 +262,7 @@ p strong {
|
|
|
|
|
|
|
|
|
|
.fa-bars:before {
|
|
|
|
|
content: "\f0c9";
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin: 5px 0 0 5px;
|
|
|
|
|
font-size: 23px;
|
|
|
|
|
}
|
|
|
|
@ -293,7 +293,7 @@ p strong {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headerbar .start-navbar-trigger .navimenu {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
border-left: 1px solid #a0a0a0;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
@ -336,7 +336,7 @@ a.infocustomize {
|
|
|
|
|
|
|
|
|
|
.headerbar {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
box-shadow: 1px 1px 6px 2px #e5e5e5;
|
|
|
|
|
}
|
|
|
|
@ -549,7 +549,7 @@ p.subheadline {
|
|
|
|
|
border-right: 1px solid #dcdcdc;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
.infoimage, .infovideo {margin-bottom: 30px;}
|
|
|
|
@ -624,7 +624,7 @@ table.monthWeather th {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.monthWeather th a {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.monthWeather th a:hover {
|
|
|
|
@ -681,12 +681,12 @@ ul.drop1 li strong {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.drop1 li a {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.drop1 li a:hover {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -713,13 +713,13 @@ ul.infolist li {
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
|
ul.infolist li a, ul.drop1 li a{
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-bottom: 3px solid #d1d1d1;
|
|
|
|
|
}
|
|
|
|
|
ul.infolist li a:hover, ul.drop1 li a:hover{
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
background: #e5e5e5;
|
|
|
|
|
transition: 1s;
|
|
|
|
|
}
|
|
|
|
@ -746,7 +746,7 @@ ul.catalog li {
|
|
|
|
|
|
|
|
|
|
ul.catalog li a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
background: #e5e5e5;
|
|
|
|
|
transition: 1s;
|
|
|
|
|
border-bottom: 3px solid #d1d1d1;
|
|
|
|
@ -786,7 +786,7 @@ ul.catalog li a:hover {
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: calc(100% - 70px);
|
|
|
|
|
background: #fff;
|
|
|
|
@ -1042,7 +1042,7 @@ li.sub-nav-item a {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.infotailormade a {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
display: block;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
@ -1326,7 +1326,7 @@ img.tarating {
|
|
|
|
|
.pricefrom {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pricefrom strong {
|
|
|
|
@ -1457,7 +1457,7 @@ padding: 8px 15px;
|
|
|
|
|
}
|
|
|
|
|
.contactinfo {
|
|
|
|
|
width: 50%;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
border-right: 2px solid #d9d9d9;
|
|
|
|
@ -1468,7 +1468,7 @@ padding: 8px 15px;
|
|
|
|
|
}
|
|
|
|
|
.contactcode {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
@ -1489,7 +1489,7 @@ padding: 8px 15px;
|
|
|
|
|
}
|
|
|
|
|
.groupname {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
display: table;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
}
|
|
|
|
@ -1500,7 +1500,7 @@ padding: 8px 15px;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
p.groupcontact a {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
p.groupcontact .fa {
|
|
|
|
|
color: #a31022;
|
|
|
|
@ -1627,9 +1627,9 @@ padding: 8px 15px;
|
|
|
|
|
height: 186px;
|
|
|
|
|
width: 234px;
|
|
|
|
|
}
|
|
|
|
|
.rightname {display: block; font-size: 20px; color: #333; margin-bottom: 10px; line-height: 24px;}
|
|
|
|
|
.rightname a { text-decoration: none; color: #333; }
|
|
|
|
|
.rightdestination {font-size: 17px; color: #333; line-height: 24px; display: block;}
|
|
|
|
|
.rightname {display: block; font-size: 20px; color: #000; margin-bottom: 10px; line-height: 24px;}
|
|
|
|
|
.rightname a { text-decoration: none; color: #000; }
|
|
|
|
|
.rightdestination {font-size: 17px; color: #000; line-height: 24px; display: block;}
|
|
|
|
|
.tourbuttonright {font-size: 16px; font-weight: 400; color:#333; display: block; margin-top: 10px;
|
|
|
|
|
text-align: right;}
|
|
|
|
|
.tourbuttonright a {text-decoration: none;
|
|
|
|
@ -1655,7 +1655,7 @@ padding: 8px 15px;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
margin-bottom: 15px;}
|
|
|
|
|
.expatstourname a { color: #333;
|
|
|
|
|
.expatstourname a { color: #000;
|
|
|
|
|
text-decoration: none;}
|
|
|
|
|
.citytourname { font-size: 25px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
@ -1664,10 +1664,10 @@ padding: 8px 15px;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
margin-bottom: 15px;}
|
|
|
|
|
/*contact us按钮*/
|
|
|
|
|
.moretour {color: #333; font-size: 22px; text-align: center; font-weight: 600; margin-bottom: 30px; padding: 0 15px; margin-top: 60px; font-style: italic; line-height: 45px; clear: both;}
|
|
|
|
|
.moretour a { text-decoration: none; color: #333; border-bottom: 3px solid #d1d1d1;}
|
|
|
|
|
.moretour {color: #000; font-size: 22px; text-align: center; font-weight: 600; margin-bottom: 30px; padding: 0 15px; margin-top: 60px; font-style: italic; line-height: 45px; clear: both;}
|
|
|
|
|
.moretour a { text-decoration: none; color: #000; border-bottom: 3px solid #d1d1d1;}
|
|
|
|
|
.moretour a:hover { text-decoration: none;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
background: #e5e5e5;}
|
|
|
|
|
.moretour .fa { margin-left: 10px;}
|
|
|
|
|
.InquiryButtonTour {display: block;
|
|
|
|
@ -1738,7 +1738,7 @@ padding: 8px 15px;
|
|
|
|
|
float: left;}
|
|
|
|
|
.valuetitle {display: block;
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
font-size: 22px;}
|
|
|
|
@ -2419,7 +2419,7 @@ clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.knowledgetitle {
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-size: 45px;
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
@ -2967,7 +2967,7 @@ margin-left: 0;
|
|
|
|
|
|
|
|
|
|
li.dropdown a:hover {
|
|
|
|
|
border-bottom: 5px solid #ad1818;
|
|
|
|
|
color: #333;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 30px 0 26px 0;
|
|
|
|
|
transition: 0.15s;
|
|
|
|
|
}
|
|
|
|
|