/**
 * Theme Name: Gold Coast
 * Author: the Nickolay U. Kofanov, CodeTiburon
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: gc
 */

@font-face {
    font-family: "Gothic";
    font-weight: 400;
    font-style:  normal;
    src: url("fonts/gothic.ttf") format('truetype');
}

@font-face {
    font-family: "Gothic";
    font-weight: 400;
    font-style: italic;
    src: url("fonts/gothic-i.ttf") format('truetype');
}

@font-face {
    font-family: "Gothic";
    font-weight: 600;
    font-style: normal;
    src: url("fonts/gothic-b.ttf") format('truetype');
}

@font-face {
    font-family: "Gothic";
    font-weight: 600;
    font-style: italic;
    src: url("fonts/gothic-bi.ttf") format('truetype');
}

@font-face {
    font-family: "Verdana";
    font-weight: 400;
    font-style:  normal;
    src: url("fonts/verdana.ttf") format('truetype');
}

@font-face {
    font-family: "Verdana";
    font-weight: 400;
    font-style: italic;
    src: url("fonts/verdana-i.ttf") format('truetype');
}

@font-face {
    font-family: "Verdana";
    font-weight: 600;
    font-style: normal;
    src: url("fonts/verdana-b.ttf") format('truetype');
}

@font-face {
    font-family: "Verdana";
    font-weight: 600;
    font-style: italic;
    src: url("fonts/verdana-bi.ttf") format('truetype');
}

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    background: #fff;
 		font-size:1.2em;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

input, textarea, select {
    -webkit-appearance: none;
}

/* Structure
----------------------------------------------- */

.visible-small {
    display: none !important;
}

.visible-middle {
    display: none !important;
}

.visible-large {
    display: inherit !important;
}

.hidden-large {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-large {
        display: inherit !important;
    }
    .visible-middle {
        display: inherit !important;
    }
    .visible-large {
        display: none !important ;
    }
    .hidden-middle {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-large {
        display: inherit !important;
    }
    .visible-large {
        display: none !important;
    }
    .visible-small {
        display: inherit !important;
    }
    .hidden-small {
        display: none !important;
    }
}

.content {
    margin: 0px auto;
    padding: 0px 30px;
    max-width: 964px;
}

.clearer {
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.pull-left {
    display: block;
    
	color: #FFFFFF;
    font-size: 18px;
    margin-top: 7px;
}

.pull-right {
    display: block;
}

#page {
    background: #fffef7;
    overflow: hidden;
    font-weight: 400;
    font-style: normal;
    min-width: 360px;
}

#header {
    background: url(images/banner_image.png) no-repeat;
    list-style: none;
    height: 651px;
    position: relative;
    width: 100%;
}

#header-top {
    background: url(images/top_background.png);
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 10000;
}

#header-top > .content {
    padding-top: 33px;
    height: 67px;
    position: relative;
}

#header-content {
    padding-top: 100px;
}

#logo {
    text-decoration: none;
    font-family: "Gothic";
}

#logo strong {
    display: inline-block;
    font-size: 40px;
    color: #787878;
    font-weight: 600;
}

#logo strong > span {
    color: #f7902c;
}

#logo > span {
    font-size: 24px;
    color: #787878;
    margin-left: 5px;
}

#footer {

}

#footer-app {
    background: #ffa248;
}

#download {
    position: relative;
    top: -20px;
}

#footer-triangle {
    background: url("images/footer_triangle.png") 0% 0% no-repeat scroll transparent;
    position: absolute;
    left: 20px;
    top: -21px;
    width: 46px;
    height: 22px;
}

#footer-app > .content {
    padding-top: 115px;
    padding-bottom: 120px;
    position: relative;
}

#footer-app h2 {
    color: #FFF;
    font-family: "Gothic";
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 40px;
}

#footer-app h2 > strong {
    display: block;
}

#footer-app h2 > img {
    width: 58px;
    margin-right: 15px;
    vertical-align: middle;
}

#app-download {
    display: table;
    width: 100%;
}

#app-links {
    float: left;
    overflow: hidden;
	width: 50%;
}

#app-links li {
    float: left;
	margin-bottom: 15px;
}

#link-appstore  a {
    display: block;
    width: 232px;
    height: 78px;
    margin-right: 20px;
}

#link-unionpay{
	width: 232px;
	margin-right: 20px;
	margin-top: 30px;
}

#link-tourism{

	margin-top: 40px;
}

#link-googleplay a {
    display: block;
    width: 227px;
    height: 79px;
}

#app-barcode {
    float: right;
    /* margin-top: -114px; */
}

#app-info {
    clear: both;
}

#app-barcode span {
    margin-top: 10px;
    color: #FFF;
    font-size: 18px;
	margin-left: 19px;
}

#footer-info {
    background: url("images/footer_info.png") 0% 0% no-repeat scroll transparent;
    color: #d2ceca;
    font-family: "Microsoft Yahei", "Verdana", "Geneva", sans-serif;
    font-size: 15px;
}

#footer-info > .content {
    overflow: hidden;
    padding-top: 39px;
    padding-bottom: 38px;
}

#footer-menu {
    float: left;
}

#footer-menu li {
    float: left;
}

#footer-menu li a {
    color: inherit;
    text-decoration: none;
}

#footer-menu li.separator {
    margin: 0px 6px;
}


#copyright {
    float: right;
}


#iphone {
    background: url("images/iphone.png") 0% 0% no-repeat scroll transparent;
    width: 248px;
    height: 519px;
    margin: 33px -40px 0px -7px;
    display: block;
    float: left;
}

#iphone-content {
    padding-top: 74px;
    padding-left: 17px;
}

#iphone .nivoSlider {
    width: 218px;

}

#discover {
    background: url("images/discover.png") 0% 0% repeat scroll transparent;
    padding: 50px 50px;
    width: 380px;
    margin: 176px 0px 0px 0px;
    float: right;
    display: block;
    font-family: "Gothic";
}

#discover h1 {
    font-size: 60px;
    font-weight: 600;
    color: #FFF;
    margin: 20px 0px 10px 0px;
}

#discover h2 {
    font-size: 28px;
    color: #FFF;
}

#discover h2 > strong {
    display: block;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

#discover strong {
    font-size: 18px;
    color: #74cbf7;
}

#menu-wrapper {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

#menu-triangle {
    background: url("images/menu_triangle.png") 0% 0% no-repeat scroll transparent;
    position: absolute;
    right: 30px;
    top: -17px;
    width: 34px;
    height: 18px;
}

#menu-container {
    float: right;
}

#menu li {
    float: left;
}

#menu li a {
    line-height: 0px;
    display: block;
    padding: 12px 0px 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #737373;
    display: block;
    margin-top: 7px;
    text-decoration: none;
}

#menu li ~ li a {
    margin-left: 40px;
}

#menu li.active a {
    color: #f7902c;
}

#menu-button {
    background: url("images/menu_button.png") 0% 0% no-repeat scroll transparent;
    width: 36px;
    height: 32px;
    margin-top: 8px;
    cursor: pointer;
    float: right;
}

#main {
    clear: both;
}

#features {
    margin: 75px 0px;
    font-family: "Verdana", "Geneva", sans-serif;
    line-height: 26px;
}

#features li {
    clear: both;
    overflow: hidden;
}

#features .orange .feature-header,
#features .orange .feature-content strong {
    color: orange;
}

#features .green .feature-header {
    color: #59b93f;
}

#features .blue .feature-header {
    color: #47bbd8;
}

#features .feature-header {
    font-size: 20px;
    margin-bottom: 20px;
}

#features .feature-content {
    overflow: hidden;
    font-size: 16px;
    color: #8a8a8a;
    margin-bottom: 75px;
}

#features .feature-content strong {
    margin-bottom: 12px;
    font-size: 18px;
}

#features strong {
    font-weight: 400;
}

#features .blue .feature-header strong {
    font-size: 27px;
}

#features .green .feature-header strong {
    font-size: 30px;
}

#features .feature-logo {
    padding-right: 35px;
}

#features p {

}

#features .feature-content {
    padding-right: 5%;
}

#features .feature-info {
    max-width: 550px;
    float: left;
}

#features .feature-image {
    float: right;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

div.wpcf7 {
    margin: 60px 0px 50px 0px;
}

.wpcf7 form {
    display: block;
}

.wpcf7 table {
    width: 100%;
}

.wpcf7 td.label {
    width: 85px;
    padding-right: 20px;
    text-align: left;
    font-family: "Microsoft Yahei", "Verdana", sans-serif;
    font-size: 18px;
    color: #808080;
    padding-top: 10px;
}

.wpcf7 td {
    vertical-align: top;
    text-align: left;
    padding-bottom: 30px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    font-family: "Verdana", sans-serif;
    font-size: 18px;
    line-height: 1.0;
    color: #808080;
    border: 1px #b6b6b6 solid;
    border-radius: 0px;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.wpcf7-response-output {
    margin: 0px 0px 0px 105px;
    font-family: "Microsoft Yahei", "Verdana", sans-serif;
    color: #808080;
    padding: 10px 15px;
    border-width: 1px;
}

.wpcf7 thead {
    color: #f78e28;
    font-family: "Microsoft Yahei", "Verdana", sans-serif;
}

.wpcf7 thead h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.wpcf7 thead .label {
    padding-bottom: 40px;
}

.wpcf7 .chinese tbody .label {
    text-align: right;
}

.wpcf7 input[type="submit"] {
    width: 203px;
    background: #ffa248;
    border: 1px #f59334 solid;
    border-radius: 0px;
    color: #FFF;
    text-align: center;
    font-family: "Microsoft Yahei", "Verdana", sans-serif;
    font-size: 24px;
    padding: 10px 0px;
    cursor: pointer;
}

span.wpcf7-not-valid-tip {
    font-family: "Microsoft Yahei", "Verdana", sans-serif;
    font-size: 16px;
    color: #808080;
    padding: 5px 7px;
    border: 1px #ff7722 solid;
    background: #FFEEEE;
    left: 30%;
    right: 5%;
    top: 50%;
    width: auto;
}

#legal {
    margin: 50px 0px 85px 0px;
}

#legal h2 {
    font-family: "Microsoft Yahei", "Verdana", sans-serif;
    font-size: 40px;
    color: #f78e28;
    text-align: center;
    margin-bottom: 40px;
}

#legal p {
    font-family: "Microsoft Yahei", "Verdana", sans-serif;
    font-size: 18px;
    color: #808080;
    line-height: 40px;
}

/* Responsive
----------------------------------------------- */

@media (min-width:1600px) {
    #page {
        width: 1600px;
        margin: 0px auto;
    }
}

@media (max-width:1600px) {
    #header, #footer-info {
        background-position: 50% 0%;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    #iphone {
        background: url("images/iphone_small.png") 0% 0% no-repeat scroll transparent;
        width: 223px;
        height: 467px;
        margin-top: 80px;
    }

    #iphone-content {
        padding-top: 67px;
        padding-left: 15px;
    }

    #iphone .nivoSlider {
        width: 198px;
    }

    #discover {
        padding: 40px 40px;
        margin-top: 200px;
        width: 350px;
    }

    #discover h1 {
        font-size: 52px;
        margin: 15px 0px 5px 0px;
    }

    #discover h2 {
        font-size: 22px;
    }

    #discover strong {
        font-size: 16px;
    }

    #features .feature-info {
        width: 57%;
    }

    #features .feature-logo {
        padding-right: 20px;
    }

    #features .feature-logo img {
        height: 68px;
    }

    #footer-app > .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #footer-app h2 {
        margin-bottom: 25px;
    }

    #link-appstore a {
        margin: 0px 0px 20px 0px;
    }

    #app-barcode {
        margin-top: -7px;
    }
}

@media (max-width: 1023px) {
    #header-top > .content {
        padding-top: 20px;
        height: 80px;
    }

    #logo {
        display: block;
        width: 220px;
        float: left;
    }

    #logo > span {
        display: block;
        margin: 0px;
    }

    #menu li a {
        margin-top: 20px;
    }

    #app-links li {
        float: none;
    }
}

@media (min-width:768px) {
    #features .feature-image {
        width: 294px;
    }

    .feature-header {
        display: table;
    }

    .feature-header > div {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width:767px) {
    #header {
        height: 580px;
    }

    #footer-app > .content {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    #footer-app h2 > img {
        margin: 0px auto 20px auto;
        display: block;
        width: 87px;
        vertical-align: middle;
    }

    #footer-app h2 {
        text-align: center;
        margin-bottom: 97px;
    }

    #app-download {
        margin: 0px auto;
        width: 480px;
    }

    #app-barcode {
        margin-top: 0px;
    }

    #link-appstore a {
        margin: 0px 0px 37px 0px;
    }

    #footer-info > .content {
        padding-top: 26px;
        padding-bottom: 25px;
        height: 41px;
    }

    #footer-menu {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    #footer-menu li {
        display: inline;
        float: none;
    }

    #copyright {
        float: none;
        text-align: center;
    }

    #menu-wrapper {
        float: none;
        position: absolute;
        top: 100px;
        left: 0px;
        right: 0px;
        background: #ffa248;
        display: none;
    }

    #menu li {
        width: 33.33333%;
    }

    #menu li ~ li a {
        margin: 0px;
    }

    #menu li a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 31px 0px 30px 0px;
        margin: 0px;
        color: #FFF;
    }

    #menu li.active a {
        color: #FFF;
        background: #f7902c;
    }

    #discover {
        float: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0px;
        width: auto;
        padding: 40px 45px;
    }

    #discover h1, #discover h2 {
        display: inline-block;
    }

    #discover h1 {
        font-size: 54px;
        margin: 0px 15px 10px 0px;
    }

    #discover h2 {
        font-size: 22px;
    }

    #discover strong {
        display: block;
        font-size: 20px;
    }

    #features .feature-header,
    #features .feature-content strong {
        font-size: 17px;
    }

    #features .orange .feature-header,
    #features .blue   .feature-header strong,
    #features .blue   .feature-header .small-strong {
        font-size: 24px;
    }

    #features .feature-info,
    #features .feature-content,
    #features .feature-image {
        float: none;
        text-align: center;
    }

    #features .feature-info {
        max-width: none;
    }

    #features .feature-content {
        margin-bottom: 20px;
        padding: 0px;
    }

    #features .feature-logo {
        margin-bottom: 15px;
        padding: 0px;
    }

    #features li {
        margin-bottom: 100px;
    }

    #legal-content {
        padding: 0px 10px;
    }
}

@media (max-width:599px) {
    #header {
        height: 380px;
    }

    #header {
        background-position: 50% -30px;
    }

    #header-top > .content {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        height: 67px;
    }

    #menu-triangle {
        right: 15px;
    }

    #logo  {
        width: 165px;
    }

    #logo > strong {
        font-size: 29px
    }

    #logo > span {
        font-size: 18px
    }


    #footer-app > .content {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    #footer-app h2 > img {
        width: 15%;
        height: auto;
    }

    #footer-app h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    #app-download {
        margin: 0px auto;
        width: 100%;
    }

    #app-barcode {
        float: right;
        width: 44%;
    }

    #app-links {
        float: left;
        width: 47%;
    }

    #app-links img,
    #app-barcode img {
        width: 100%;
        height: auto;
    }
	#link-unionpay img{
		width: auto;
	}

    #link-appstore a {
        margin: 0px 0px 22% 0px;
    }

    #link-appstore a,
    #link-googleplay a,
	#link-unionpay a,
	#link-tourism a{
        height: auto;
        width: auto;
    }

    #footer-info {
        font-size: 12px;
    }

    #footer-info > .content {
        padding: 15px 5px 15px 5px;
        height: 30px;
    }

    #menu-wrapper {
        top: 82px;
    }

    #menu li a {
        padding: 20px 0px;
        font-size: 15px;
    }

    #discover {
        padding: 17px 15px;
    }

    #discover h1 {
        font-size: 31px;
        margin: 0px 5px 5px 0px;
    }

    #discover h2 {
        font-size: 15px;
    }

    #discover strong {
        font-size: 15px;
    }

    #features {
        line-height: 18px;
    }

    #features .feature-header,
    #features .feature-content strong {
        font-size: 15px;
    }

    #features .orange .feature-header,
    #features .blue   .feature-header strong,
    #features .blue   .feature-header .small-strong {
        font-size: 17px;
    }

    #features .green .feature-header strong {
        font-size: 18px;
    }

    #features .feature-content {
        font-size: 12px;
    }

    #features .feature-info {
        max-width: none;
    }

    #features .feature-content {
        margin-bottom: 20px;
    }

    #features .feature-logo {
        margin-bottom: 10px;
    }

    #features .feature-image img {
        width: 50%;
        height: auto;
    }

    #features .feature-logo img {
        width: 20%;
        height: auto;
    }

    #features li {
        margin-bottom: 70px;
    }

    .wpcf7 thead h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    #legal-content {
        padding: 0px 10px;
    }

    #legal {
        margin: 40px 0px 50px 0px;
    }

    #legal h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    #legal p {
        font-size: 12px;
        line-height: 18px;
    }
}

