/**
 * Theme Name: Tour Tasmania
 * Author: David Ajnered
 * Author URI: http://davidajnered.com
 * Description: Theme for Tour Tasmania
 * Version: 1.0
 */

@import url(fonts/jubilat-light/stylesheet.css);
@import url(fonts/jubilat-extralight/stylesheet.css);
@import url(fonts/jubilat-bolds/stylesheet.css);
@import url(fonts/lelum-black/stylesheet.css);
@import url(fonts/lelum-bold/stylesheet.css);
@import url(fonts/lelum-extralight/stylesheet.css);


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS */
body {
    background: #fdeade;
    font-family: 'lelum_sansextralight';
    font-size: 16px;
    color: #616161;
    line-height: 1.3em;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'jubilatlight';
}
.page-wrapper {
    width: 960px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}
.header {
    padding: 0 40px 20px;
    box-shadow: 0px 5px 30px -2px #666;
    position: relative;
    z-index: 999;
    font-family: 'jubilatlight';
}
.header .menu-default-menu-container {
    background: #f47421;
    position: relative;
    padding-top: 100px;
}
.header #menu-default-menu {
    margin: 0 auto;
    position: absolute;
    top: 52px;
}
.header #menu-default-menu li {
    position: relative;
    float: left;
    padding: 10px 20px 20px;
}
.header #menu-default-menu li.current-menu-item,
.header #menu-default-menu li.current-menu-ancestor {
    background: url(images/menu-active.png) center 39px no-repeat;
}
.header #menu-default-menu a  {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 30px;
}
.header #menu-default-menu .sub-menu {
    display: none;
    position: absolute;
    top: 55px;
    left: 0px;
    background: url(images/sub-menu-top.png) top center no-repeat;
    overflow: hidden;
    width: 350px;
    padding-top: 9px;
    z-index: 9999;
}
.header #menu-default-menu li:hover .sub-menu {
    display: block;
}
.header #menu-default-menu .sub-menu li {
    padding: 7px 10px;
    width: 100%;
    background: #fa501e;
}
.header #menu-default-menu .sub-menu li:first-child {
    padding-top: 15px;
}
.header #menu-default-menu .sub-menu li:last-child {
    padding-bottom: 15px;
}
.header #menu-default-menu .sub-menu li a {
    font-size: 20px;
    width: 100%;
    text-transform: none;
}
.header .menu-tours-menu-container {
    text-align: center;
}
.header #menu-tours-menu {
    margin: 0 auto;
    text-align: left;
    height: 60px;
    /*padding: 10px;*/
    padding-top: 10px;
    padding-left: 90px;
}
.header #menu-tours-menu li {
    position: relative;
    float: left;
    padding: 10px 20px 20px;
}
.header #menu-tours-menu li.current-menu-item,
.header #menu-tours-menu li.current-menu-ancestor {
    background: url(images/menu-active.png) center 39px no-repeat;
}
.header #menu-tours-menu a  {
    color: #f47421;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 20px;
}
.header #menu-tours-menu .sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: -100px;
    background: url(images/sub-menu-top.png) top center no-repeat;
    overflow: hidden;
    width: 350px;
    padding-top: 9px;
    z-index: 9999;
}
.header #menu-tours-menu li:hover .sub-menu {
    display: block;
}
.header #menu-tours-menu .sub-menu li {
    padding: 7px 10px;
    width: 100%;
    background: #fa501e;
}
.header #menu-tours-menu .sub-menu li:first-child {
    padding-top: 15px;
}
.header #menu-tours-menu .sub-menu li:last-child {
    padding-bottom: 15px;
}
.header #menu-tours-menu .sub-menu li a {
    font-size: 20px;
    width: 100%;
    text-transform: none;
    color: #fff;
}
/*
.header #menu-tours-menu {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 10px;
}
.header #menu-tours-menu li  {
    display: inline;
}
.header #menu-tours-menu a {
    margin-right: 20px;
    color: #f47421;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 20px;
}
.header #menu-tours-menu a:hover {
    text-decoration: underline;
}
.header #menu-tours-menu .sub-menu {
    display: none;
    position: absolute;
    top: 150px;
    left: 0px;
    overflow: hidden;
    width: 350px;
    padding-top: 9px;
    z-index: 9999;
}
.header #menu-tours-menu li:hover .sub-menu {
    display: block;
}
.header #menu-tours-menu .sub-menu li {
    padding: 7px 10px;
    width: 100%;
    background: #fa501e;
    color: #fff;
}
.header #menu-tours-menu .sub-menu a {
    color: #fff;
}
.header #menu-tours-menu .sub-menu li:first-child {
    padding-top: 15px;
}
.header #menu-tours-menu .sub-menu li:last-child {
    padding-bottom: 15px;
}
.header #menu-tours-menu .sub-menu li a {
    font-size: 20px;
    width: 100%;
    text-transform: none;
}*/
.header .free-call {
    position: absolute;
    right: 40px;
    bottom: 20px;
    background: url(images/freecall.png) no-repeat;
    height: 47px;
    width: 204px;
    text-indent: -9999px;
}
.header h1 {
    background: url(//www.tourstas.com.au/wp-content/uploads/2017/08/logo_2017.png) no-repeat;
    /*background: url(images/logo.png) no-repeat;*/
    text-indent: -9999px;
    height: 78px;
    width: 200px;
}

/* tour-top */
.tour-top {
    position: relative;
}
.tour-top h2 {
    color: #fb4f02;
    font-size: 60px;
    line-height: 60px;
    text-transform: lowercase;
    padding: 40px 20px 0px 35px;
}
.tour-top .intro {
    background: #f58c48;
    color: #fff;
    padding: 15px 40px;
    margin: 20px 0px;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    width: 780px;
    font-family: 'jubilatlight';
}
.tour-top .intro .book-tour-small {
    position: absolute;
    bottom: -10px;
    right: -55px;
}
.tour-top .image-wrapper {
    position: relative;
}
.tour-top img {
    margin-left: 10px;
}
.tour-top .image-wrapper a {
    position: absolute;
    bottom: -15px;
    right: 30px;
}
.tour-top .like-us-orange {
    position: absolute;
    right: 30px;
    top: 0px;
}
.tour-top .imaginary-wrapper {
    position: relative;
    margin-bottom: 40px;
}
.tour-top .imaginary {
    overflow: hidden;
    width: 10000px;
    position: relative;
    left: 0px;
}
.tour-top .imaginary li {
    float: left;
    margin-left: 9px;
    overflow: hidden;
    position: relative;
    line-height: 0;
}
.tour-top .imaginary li img {
    width: 300px;
}
.tour-top .imaginary li:first-child {
    margin-left: 0px;
}
.tour-top .imaginary li .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/gallery-hover.png) center center no-repeat;
}
.tour-top .imaginary-nav {
    position: absolute;
    top: 85px;
    left: 0px;
    z-index: 9999;
    margin-left: 5px;
}
.tour-top .imaginary-nav li {
    height: 31px;
    width: 31px;
    text-indent: -9999px;
    cursor: pointer;
}
.tour-top .imaginary-nav li.next {
    position: absolute;
    left: 918px;
    background: url(images/gallery-nav-right.png) no-repeat;
}
.tour-top .imaginary-nav li.prev {
    position: absolute;
    left: 0px;
    background: url(images/gallery-nav-left.png) no-repeat;
}
.imaginary .caption {
    background: rgb(244,141,81);
    background: rgba(244,141,81,0.8);
    height: auto;
    position: absolute;
    left: 10px;
    bottom: 0px;
    line-height: 1.3em;
    color: #fff;
    padding: 5px 10px;
    font-family: 'lelum_sansbold';
}

/* tour-main */
.tour-main {
    overflow: hidden;
    padding: 0px 10px;
}
.tour-main .sidebar {
    width: 310px;
    float: right;
}
body.page .tour-main .sidebar {
    float: left;
    width: 300px;
    margin-right: 20px;
}
.tour-main .sidebar > div {
    overflow: hidden;
    margin-bottom: 40px;
}
.tour-main .sidebar h3 {
    background: #fb4f02 url(images/red-tag-end.jpg) no-repeat top right;
    padding: 10px 20px 10px 10px;
    color: #fff;
    text-transform: lowercase;
    font-size: 30px;
    line-height: 16px;
    height: 19px;
    margin-bottom: 10px;
    float: left;
}
h5 {
    background: #fb4f02 url(images/red-tag-end.jpg) no-repeat top right;
    padding: 10px 20px 10px 10px;
    color: #fff;
    text-transform: lowercase;
    font-size: 30px;
    line-height: 16px;
    height: 19px;
    margin-bottom: 10px;
    float: left;
}
.tour-main .sidebar ul {
    margin-left: 10px;
    clear: both;
}
.tour-main .sidebar ul li {
    background: url(images/green-tick.png) no-repeat left center;
    padding-left: 25px;
    margin: 3px 0px;
}
.tour-main .sidebar .not-included li {
    background: url(images/red-tick.png) no-repeat left center;
}
.tour-main .content {
    width: 530px;
    float: left;
    padding-left: 25px;
}
.tour-main .content h3 {
    color: #f58c48;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.tour-main .content a {
    font-family: 'lelum_sansbold';
    color: #f58c48;
}
.tour-main .content strong,
.tour-main .content b {
    font-family: 'lelum_sansbold';
}
.tour-main .content i,
.tour-main .content em {
    font-family: 'lelum_sansextralight_italic';
}
.tour-main .content p {
    margin-bottom: 20px;
}
.tour-main .content blockquote {
    margin-top: 40px;
    background: url(images/testimonial.jpg) no-repeat center top;
    padding-top: 55px;
    color: #f47421;
    font-family: 'jubilatlight';
    font-size: 28px;
    line-height: 38px;
}
.tour-main .content blockquote .author {
    display: block;
    text-align: center;
    font-family: 'jubilatbold';
    font-size: 20px;
}
.tour-main .tour-details {
    margin: 30px 0;
    overflow: hidden;
}
.tour-main .tour-details ul {
    width: 50%;
    float: left;
}
.tour-main .tour-details ul li {
    margin-bottom: 10px;
    overflow: hidden;
}
.tour-main .tour-details ul li b {
    float: left;
    width: 110px;
}
.tour-main .tour-details ul li span {
    float: left;
    width: 155px;
}
.tour-main .book-tour-big {
    float: right;
    margin-bottom: 50px;
}

/* page */
.page .sidebar,
.error404 .sidebar {
    margin-top: 40px;
}
.page .content {
    width: 580px;
    float: left;
    padding-left: 25px;
}
.page .content h1,
.page .content h2,
.error404 .content h1,
.error404 .content h2 {
    color: #fb4f02;
    font-size: 60px;
    line-height: 60px;
    text-transform: lowercase;
    padding: 40px 0px 0px;
    margin-left: -20px;
    margin-bottom: 20px;
}
.content h4 {
    font-family: 'lelum_sansbold';
    font-size: 18px;
    margin-bottom: 5px;
    color: #f47420;
}

/* footer */
.footer {
    margin: 70px 0px 20px;
    padding: 0px 10px;
    overflow: hidden;
    position: relative;
    height: 180px;
}
.footer .logo {
    position: absolute;
    left: 40px;
    bottom: 20px;
    display: block;
    background: url(//www.tourstas.com.au/wp-content/uploads/2017/08/logo-mini_2017.png) no-repeat;
    /*background: url(images/logo-mini.png) no-repeat;*/
    height: 51px;
    width: 129px;
    text-indent: -9999px;
}
.footer .accreditation {
    position: absolute;
    left: 230px;
    top: 0px;
    /*background: url(images/accreditation.jpg) no-repeat;*/
    background: url(//www.tourstas.com.au/wp-content/uploads/2017/08/accreditation_new.jpg?12345) no-repeat;
    height: 67px;
    width: 434px;
}
.footer .footer-inner {
    position: absolute;
    left: 230px;
    bottom: 0px;
    width: 720px;
    height: 99px;
    background: url(images/footer-bg.jpg) no-repeat;
}
.footer .footer-inner span {
    float: left;
    color: #fff;
    font-size: 30px;
    margin: 40px 0px 0px 100px;
}
.footer .copy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    line-height: 1.2em;
}
.footer .copy a {
    color: #fff;
}
.footer .like-us-red {
    position: absolute;
    top: 35px;
    right: 30px;
}

/* misc */
a.like-us-red {
    background: url(images/like-us-red.jpg) no-repeat;
    width: 112px;
    height: 46px;
    text-indent: -9999px;
    display: block;
}
a.like-us-orange {
    background: url(images/like-us-orange.jpg) no-repeat;
    width: 112px;
    height: 46px;
    text-indent: -9999px;
    display: block;
}
a.book-tour-big {
    background: url(images/book-tour-big.png) no-repeat;
    width: 195px;
    height: 40px;
    text-indent: -9999px;
    display: block;
}
a.book-tour-small {
    background: url(images/book-tour-small.png) no-repeat;
    width: 128px;
    height: 26px;
    text-indent: -9999px;
    display: block;
}
a.book-mini {
    background: url(images/book-mini.png) no-repeat;
    width: 77px;
    height: 26px;
    text-indent: -9999px;
    display: block;
}
a.book-tour-hobart {
    background: url(images/book-tour-big.png) no-repeat;
    width: 516px;
    height: 40px;
    text-indent: -9999px;
    display: block;
    float: right;
    margin-bottom: 20px;
}
a.book-tour-launceston {
    background: url(images/book-tour-big.png) no-repeat;
    width: 516px;
    height: 40px;
    text-indent: -9999px;
    display: block;
    float: right;
}
a.read-more {
    background: url(images/readmore.png) no-repeat;
    width: 136px;
    height: 26px;
    text-indent: -9999px;
    display: block;
}
.content .contact-info {
    float: left;
    width: 220px;
    margin-left: 20px;
    margin-top: 58px;
}

/* gravity form */
.gform_wrapper {
    width: 300px;
    padding: 20px;
    float: left;
    overflow: hidden;
}
.gform_body input[type=text] {
    width: 278px;
    background: #f47420;
    color: #fff;
    border: 0px;
    font-size: 20px;
    font-family: 'lelum_sansextralight';
    padding: 5px 10px;
}
.gform_body textarea{
    width: 280px;
    background: #f47420;
    color: #fff;
    border: 0px;
    font-size: 20px;
    font-family: 'lelum_sansextralight';
    padding: 5px 10px;
    height: 200px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.gform_heading {
    margin: 0px;
}
.gform_wrapper .validation_error {
    margin-bottom: 20px;
}
.gform_title {
    font-family: 'lelum_sansbold';
    font-size: 18px;
    margin-bottom: 10px;
}
.gfield_error,
.gform_wrapper li.gfield.gfield_error {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #fff;
}
.gfield_error input[type=text],
.gfield_error textarea {
    border: 0px;
}
.gfield {
    margin-bottom: 10px !important;
}
.gform_wrapper input[type=submit] {
    background: #fc4f00;
    border: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'lelum_sansbold';
    font-size: 24px;
    float: right;
    margin-right: -1px;
    cursor: pointer;
}

/* front page */
.home .content {
    width: 100%;
    padding: 0px;
}
.home .content h2 {
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 48px;
}
.home .content h2.launceston {
    padding-top: 0px !important;
}
.home .tours {
    overflow: hidden;
}
.home .tour {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 300px;
    height: 490px;
    position: relative;
}
.home .tours .tour:nth-child(3n+3) {
    margin-right: 0px;
}
.home .tour h3 a {
    font-family: 'jubilatlight';
    text-transform: lowercase;
    font-size: 36px;
    line-height: 36px;
    margin: 10px 0px;
}
.home .tour .links {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.home .slogan {
    position: absolute;
    bottom: 0px;
    left: 10px;
    background: url(images/home-slogan-background.jpg) no-repeat;
    width: 940px;
    height: 100px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 95px;
    font-family: 'jubilatlight';
}
.home .tour .book-mini {
    float: left;
}
.home .tour .read-more {
    float: left;
}

/* Cruise Ships*/
.page-template-cruise_ships .content {
    width: 100%;
    padding: 0px;
}
.page-template-cruise_ships .content h2 {
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 48px;
}
.page-template-cruise_ships .tours {
    overflow: hidden;
}
.page-template-cruise_ships .tour {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 300px;
    height: 490px;
    position: relative;
}
.page-template-cruise_ships .tour {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 300px;
    height: 490px;
    position: relative;
}
.page-template-cruise_ships .tours .tour:nth-child(3n+3) {
    margin-right: 0px;
}
.page-template-cruise_ships .tour h3 a {
    font-family: 'jubilatlight';
    text-transform: lowercase;
    font-size: 36px;
    line-height: 36px;
    margin: 10px 0px;
}
.page-template-cruise_ships .tour .links {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.page-template-cruise_ships .slogan {
    position: absolute;
    bottom: 0px;
    left: 10px;
    background: url(images/home-slogan-background.jpg) no-repeat;
    width: 940px;
    height: 100px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 95px;
    font-family: 'jubilatlight';
}
.page-template-cruise_ships .tour .book-mini {
    float: left;
}
.page-template-cruise_ships .tour .read-more {
    float: left;
}

/* Hobart tours*/
.page-template-hobart_tours .content {
    width: 100%;
    padding: 0px;
}
.page-template-hobart_tours .content h2 {
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 48px;
}
.page-template-hobart_tours .tours {
    overflow: hidden;
}
.page-template-hobart_tours .tour {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 300px;
    height: 490px;
    position: relative;
}
.page-template-hobart_tours .tour {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 300px;
    height: 490px;
    position: relative;
}
.page-template-hobart_tours .tours .tour:nth-child(3n+3) {
    margin-right: 0px;
}
.page-template-hobart_tours .tour h3 a {
    font-family: 'jubilatlight';
    text-transform: lowercase;
    font-size: 36px;
    line-height: 36px;
    margin: 10px 0px;
}
.page-template-hobart_tours .tour .links {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.page-template-hobart_tours .slogan {
    position: absolute;
    bottom: 0px;
    left: 10px;
    background: url(images/home-slogan-background.jpg) no-repeat;
    width: 940px;
    height: 100px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 95px;
    font-family: 'jubilatlight';
}
.page-template-hobart_tours .tour .book-mini {
    float: left;
}
.page-template-hobart_tours .tour .read-more {
    float: left;
}

/* Launceston tours*/
.page-template-launceston_tours .content {
    width: 100%;
    padding: 0px;
}
.page-template-launceston_tours .content h2 {
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 48px;
}
.page-template-launceston_tours .tours {
    overflow: hidden;
}
.page-template-launceston_tours .tour {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 300px;
    height: 490px;
    position: relative;
}
.page-template-launceston_tours .tour {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 300px;
    height: 490px;
    position: relative;
}
.page-template-launceston_tours .tours .tour:nth-child(3n+3) {
    margin-right: 0px;
}
.page-template-launceston_tours .tour h3 a {
    font-family: 'jubilatlight';
    text-transform: lowercase;
    font-size: 36px;
    line-height: 36px;
    margin: 10px 0px;
}
.page-template-launceston_tours .tour .links {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.page-template-launceston_tours .slogan {
    position: absolute;
    bottom: 0px;
    left: 10px;
    background: url(images/home-slogan-background.jpg) no-repeat;
    width: 940px;
    height: 100px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 95px;
    font-family: 'jubilatlight';
}
.page-template-launceston_tours .tour .book-mini {
    float: left;
}
.page-template-launceston_tours .tour .read-more {
    float: left;
}

/* the big three */
.the-big-three {
    clear: both;
    position: relative;
}
.the-big-three .images {
    height: 350px;
    position: relative;
}
.the-big-three .images li {
    line-height: 0;
    height: 350px;
}
.the-big-three div.title {
    position: absolute;
    bottom: 0px;
    width: 80px;
    height: 37px;
    padding: 10px 10px;
    line-height: 1.1em;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    color: #fd4f00;
    text-transform: lowercase;
    font-size: 18;
}
.the-big-three div.title.active {
    background: #fd4f00;
    color: #fff;
}
.first-title {
    left: 50px;
}
.second-title {
    left: 170px;
}
.third-title {
    left: 290px;
}
.the-big-three span.number {
    position: absolute;
    bottom: -20px;
    right: 30px;
    color: #fff;
    font-family: 'lelum_sansblack';
    font-size: 220px;
    line-height: 1em;
}
.images-pager {
    position: relative;
    z-index: 9999;
}
.images-pager li {
    position: absolute;
    top: 175px;
    height: 31px;
    width: 31px;
    text-indent: -9999px;
    cursor: pointer;
}
.images-pager .prev {
    background: url(images/pager-left.png) no-repeat;
    left: -6px;
}
.images-pager .next {
    background: url(images/pager-right.png) no-repeat;
    right: -6px;
}
.big-three-text {
    margin-top: 20px;
}
.big-three-text .left {
    width: 510px;
    float: left;
    background: #fff;
}
.big-three-text .right {
    width: 395px;
    margin-left: 20px;
    float: left;
    font-size: 17px;
    line-height: 1.3em;
}
.big-three-text .header-big {
    font-family: 'lelum_sansblack';
    font-size: 108px;
    text-transform: uppercase;
    color: #fd4f00;
    line-height: 1em;
}
.big-three-text .header-medium {
    font-family: 'lelum_sansblack';
    font-size: 52px;
    margin-left: 20px;
    color: #fd4f00;
    line-height: 1em;
}
.big-three-text .header-small {
    font-family: 'lelum_sansextralight';
    color: #fd4f00;
    font-size: 23px;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 1em;
}
.big-three-text .header-small b {
    font-family: 'lelum_sansblack';
}
.big-three-text .links a {
    float: left;
}
.big-three-text .links {
    margin-top: 20px;
    margin-left: 10px;
}

#chinese {
    position: absolute;
    top: 0px;
    right: -55px;
}
#menu-default-menu li:last-child .sub-menu {
    right: 0px !important;
    left: auto;
    background-position: 264px 0px;
}
#menu-default-menu li:first-child .sub-menu {
    background-position: 60px 0px;
}