input[type="text"]:focus, input[type="password"]:focus {
    outline:none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #7f7f7f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #7f7f7f;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #222;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #7f7f7f;
}

body {
    background: #f4f4f4;
    padding: 0;
    margin: 0;
    height:100%;
}
ul, li, p {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearfix {
    clear:both;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* header block */
.container_h {
    width:100%;
	min-width:1200px;
    background:url(../../images/banner_bg.jpg) center repeat-x;
    height:476px;
    margin: 0 auto;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.topbar {
    height:45px;
    background:url(../../images/header_bg.png) repeat-x;
}

.header {
    width:940px;
    margin:auto;
}

.logo {
    display:block;
    float:left;
    margin:14px 0 0 3px;
}

.header > ul {
    float:right;
    margin-right:3px;
}

.header ul li {
    float:left;
    position: relative;
    margin-left: 16px;
}
.header li a {
    padding:17px 12px 17px;
    /*margin-left:16px;*/
    color:#b2b2b2;
    text-decoration:none;
    display:block;
    position:relative;
    font-size:1.0em;
    font-weight:600;
    font-family: 'gothambook';
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);
}
.header li ul li a {
    margin-left: 0;
}
.header li ul li{
    float: none;
    margin-left: 0px;
}

.header li a:before {
    content: " ";
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:5px;
}

.header li.active a:before,
.header li a:hover:before {
    background:#8360ae;
}

.header li.dropdown > a {
    padding-right: 28px;
    background: url(../../images/down_arrow.png) right center no-repeat;
}
.header li.dropdown:hover {
    /*background: #555;*/
}
.header ul li.active ul li a:before {
    display: none;
}
.header ul li ul li.active a:before,
.header ul li ul li a:hover:before {
    display: none;
    /*display: block;
    height: 100%;
    width: 5px;*/
}
.header ul li ul {
    padding: 0;
    position: absolute;
    z-index: 100;
    top: 54px;
    left: 0px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    background: #8360ae;
}
.header ul li ul li {
    display: block; 
    color: #fff;
}
.header ul li ul li:hover { 
    background: #9e6bdd;
}
.header ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.header ul li ul a{
    color: #fff;
    font-size: 12px;
    font-family: 'gothambook';
    font-weight: normal;
    padding: 12px 12px;
}

.slogan {
    width:940px;
    margin:auto;
    color:#fff;
    text-align:center;
    margin-top:23px;
    font-family: 'GothamLight';
}
h1 {
    display: block;
    font-size: 3.0em;
    margin-top: 0.4em;
    margin-bottom: 0.02em;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
    font-family: 'GothamLight';
}

p.h1 {
    font-size:3.0em;
    line-height:150%;
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);
}

p.h2 {
    font-size:1.6em;
    line-height:150%;
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);
}

.slogan .h2 {
    margin-bottom:15px;
}

a.watch {
    text-decoration:none;
    padding:8px 0 8px 44px;
    background:url(../images/btn_play.png) left center no-repeat;
    line-height:33px;
    font-size:1.0em;
    color:#d6bdf3;
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);
}

.checknamebox {
    width:668px;
    height:64px;
    background:#3d2a5c;
    border:1px solid #69538c;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(255,255,255,0.15);
    -moz-box-shadow: 0px 0px 40px 0px rgba(255,255,255,0.15);
    box-shadow: 0px 0px 40px 0px rgba(255,255,255,0.15);
    margin:auto;
    margin-top:40px;
    position:relative;
}

.checknamebox input {
    font-family: 'GothamBook';
    margin:0;
    width:448px;
    border:1px solid #b5b6b3;
    height:34px;
    line-height:34px;
    padding:0 10px;
    font-size:1.0em;
    margin:14px;
}

a.btn {
    background:#85a91a;
    padding:8px 30px;
    font-size:0.9em;
    color:#fff;
    cursor:pointer;
    font-family: 'GothamBook';
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);
}

a.checkname {
    float: right;
    margin-top: 14px;
    margin-right: 14px;
}

.indicator {
    position:absolute;
    top:-65px;
    right:-140px;
}

/* contents body */
.container_b {
    background:url(../images/map.png) center 44px no-repeat;
}

.block {
    width:940px;
    margin:auto;
    position:relative;
}

.block .title {
    font-size:2.0em;
    text-align:center;
    color:#40255b;
    font-family: 'GothamBook';
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.block .desc {
    color:#242424;
    font-size:1.2em;
    padding-top:20px;
    text-align:center;
    font-family: 'GothamLight';
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.block .img {
    position:absolute;
}

.block .description {
    padding-top:90px;
}

.block .description.right {
    margin-left:48%;
    margin-right:3%;
}

.block .description.left {
    width:48%;
    margin-left:3%;
}

.block_01 {
    height:386px;
    background:url(../images/bg_01.png) center 36px no-repeat;
}

.block_01 .title {
    padding-top:15px;
}
.block_01 .boolean {
    color:#fff;
    font-size:1.1em;
    position:absolute;
    text-align:center;
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);
}
.block_01 .boolean p.writer {
    font-style:italic;
    font-size:1.0em;
    text-align:center;
    padding-top:15px;
    font-family: 'GothamLightItalic';
}

.block_01 .boolean .alt {
    position:relative;
    font-family: 'GothamLight';
}
.block_01 .boolean .alt font {
    font-family:"Impregnable Personal Use Only";
    font-size:3.0em;
    position:absolute;
}
.block_01 .boolean .alt font.prefix {
    left:-5px;
    top:-15px;
}
.block_01 .boolean .alt font.surfix {
    bottom:-22px;
    margin-left:3px;
}

.block_01 .boolean_01 {
    top:170px;
    left:110px;
    width:230px;
}

.block_01 .boolean_02 {
    top:130px;
    left:560px;
    width:295px;
}
.block_01 .boolean_02 p.writer {
    padding-top:10px;
    line-height:100%;
}
.block_01 .boolean .alt2 {
    font-style:italic;
    font-size:0.7em;
    line-height:100%;
    font-family: 'GothamLightItalic';
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);
}

.block_01 .boolean_02 .alt font.prefix {
    left:48px;
    top:-15px;
}

.block_02 {
    height:335px;
    background:url(../images/bg_02.png) center 2px no-repeat;
}
.block_02 .img {
    top:29px;
}

.block_03 {
    height:333px;
    background:url(../images/bg_03.png) center top no-repeat;
}
.block_03 .img {
    bottom:0;
    right:0;
}

.block_04 {
    height:333px;
    background:url(../images/bg_04.png) center top no-repeat;
}
.block_04 .img {
    top:8px;
    left:108px;
}

.block_04 .description.right {
    margin-left:51%;
}

.block_05 {
    height:337px;
    background:url(../images/bg_05.png) center top no-repeat;
}
.block_05 .img {
    top:32px;
    right:42px;
}

.block_06 {
    height:398px;
    background:url(../images/bg_06.png) center top no-repeat;
}

.block_06 .title {
    padding-top:30px;
    line-height:67px;
}

.step {
    float:left;
    text-align:center;
}
.block_06 .icon {
    padding-top:188px;
    background-position:center bottom;
    background-repeat:no-repeat;
}
.block_06 .t {
    text-transform:uppercase;
    color:#40255b;
    font-weight:bold;
    font-size:1.5em;
    line-height:100%;
    padding-top:20px;
    font-family: 'GothamMedium';
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.block_06 .d {
    color:#242424;
    font-size:1.1em;
    line-height:110%;
    padding-top:5px;
    font-family: 'GothamLight';
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.block_06 .step1 {
    width:182px;
}
.block_06 .step1 .icon {
    background-image:url(../images/img_06_01.png);
}

.block_06 .step2 {
    width:177px;
    margin-left:64px;
}
.block_06 .step2 .icon {
    background-image:url(../images/img_06_02.png);
    background-position:38px bottom;
}

.block_06 .step3 {
    width:146px;
    margin-left:102px;
}
.block_06 .step3 .icon {
    background-image:url(../images/img_06_03.png);
}

.block_06 .step4 {
    width:155px;
    float:right;
}
.block_06 .step4 .icon {
    background-image:url(../images/img_06_04.png);
}

.block_07 {
    height:241px;
    background:url(../images/bg_07.png) center top no-repeat;
}
.startbox {
    padding-top:80px;
    text-align:center;
}
.startbox div {
    display:inline-block;
    position:relative;
    width:181px;
}
.startbox span {
    font-size:2.2em;
    line-height:76px;
    color:#424242;
    font-family: 'GothamBook';
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

a.register {
    width:181px;
    height:35px;
    display:block;
    text-align:center;
    margin-left:20px;
    line-height:36px;
    background:url(../images/btn_register.png) no-repeat;
    position:absolute;
    top:-28px;
    cursor:pointer;
}

.block_08 {
    height:396px;
    background:url(../images/bg_08.png) center top no-repeat;
}
.block_08 .title {
    padding-top:30px;
    line-height:67px;
}

.block_08 .icon {
    padding-top:200px;
    background-position:center bottom;
    background-repeat:no-repeat;
}

.block_08 .d {
    color:#242424;
    font-size:1.1em;
    padding-top:15px;
    line-height:120%;
    font-family: 'GothamLight';
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.block_08 .step1 {
    width:181px;
    margin-left:40px;
}
.block_08 .step1 .icon {
    background-image:url(../images/img_08_01.png);
}

.block_08 .step2 {
    width:157px;
    margin-left:170px;
}
.block_08 .step2 .icon {
    background-image:url(../images/img_08_02.png);
}

.block_08 .step3 {
    width:199px;
    float:right;
    margin-right:40px;
}
.block_08 .step3 .icon {
    background-image:url(../images/img_08_03.png);
}

/* footer */
.container_f {
    width:100%;
    background-image:url(../images/footer_bg.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    min-height:558px;
	min-width:1200px;
    max-height:558px;
}

.startbox.footertop {
    padding-top:0px;
    height:128px;
    text-align:center;
    background:url(../images/footer_line_03.png) center bottom no-repeat;
}

.startbox.footertop span {
    line-height:126px;
    color:#fff;
    font-size:2.0em;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.logo_footer {
    position:absolute;
    top:48px;
    left:98px;
}

.footer {
    margin-left:368px;
    padding-top:24px;
    background:url(../images/footer_line_01.png) center bottom no-repeat;
    padding-bottom:32px;
}

.ftmenu {
    display:inline-block;
    vertical-align:top;
}
.ftmenu .mt {
    color:#fff;
    font-size:0.7em;
    height:32px;
    line-height:32px;
    background:url(../images/footer_line_02.png) left bottom repeat-x;
    font-family: 'GothamBook';
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);
}

.ftmenu ul {
    margin-top:10px;
}

.ftmenu li {
    color:#be99ee;
    font-size:0.6em;
    line-height:110%;
    padding:5px 0;
    font-family: 'GothamBook';
    -webkit-text-stroke: 1px rgba(190, 153, 238, 0.4);
}

.ftmenu li a {
    color:#be99ee;
    text-decoration:none;
}
.ftmenu li a:hover {
    color:#fff;
}

.ftmenu li.s {
    padding:0;
}

.ftmenu2 {
    margin-left:68px;
}

.ftmenu3 {
    margin-left:60px;
}

.ftmenu4 {
    float:right;
}


/* terms & conditions */
.terms_h {
    height:385px;
    background:none;
}

.terms_header a.logo {
    margin-top:3px;
}

.terms_header {
    /*height:60px;
    overflow:hidden;*/
    background-image:url(../images/banner_bg.jpg);
    background-repeat:repeat-x;
    background-position:center top;
}

.terms_page_title {
    height:280px;
    line-height:280px;
    background:url(../images/bg_09.png) repeat-x;
}

.terms_page_title div {
    width:940px;
    margin:auto;
    line-height:280px;
    font-family: 'GothamMedium';
    font-size:2.4em;
    color:#442a62;
}

.container_terms {
    width:940px;
    margin:auto;
    padding-top:20px;
    padding-bottom:60px;
    min-height:500px;
}

.terms_body {
    width:600px;
    float:left;
}
.terms_body .t {
    color:#85a91a;
    font-family: 'GothamBook';
    font-size:1.8em;
    padding-top:25px;
    -webkit-text-stroke: 1px rgba(133, 169, 26, 0.4);
    padding-bottom:10px;
}

.terms_body .sub, .terms_body .sub1, .terms_body .sub2 {
    color:#242424;
    font-size:0.8em;
    font-family: 'GothamBook';
    padding-top:10px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.terms_body .sub2 {
    padding-left:70px;
}

.terms_body .no {
    float:left;
}

.terms_body .txt {
    padding-left:36px;
}

.terms_body a {
    color:#242424;
    text-decoration:none;
}

.terms_desc {
    float:right;
    width:260px;
    margin-right:40px;
    font-family: 'GothamBook';
}

.terms_desc .t {
    color:#85a91a;
    font-size:0.8em;
    -webkit-text-stroke: 1px rgba(133, 169, 26, 0.4);
}

.terms_desc .txt {
    color:#242424;
    font-size:0.7em;
    padding-top:10px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.terms_desc .sub1 {
    margin-top:35px;
}

.terms_desc .sub2 {
    margin-top:310px;
}

.terms_desc .sub3 {
    margin-top:810px;
}

.terms_desc .sub4 {
    margin-top:640px;
}

.terms_desc .sub5 {
    margin-top:470px;
}
/* faq page */
.error_h {
    height:105px;
}
.error_h .logo {margin: 3px 0 0 3px;}
.error_content {width:100%; background: #fff; margin: 0 auto; overflow:hidden; height:100%; }
.error_content_inner {width:980px; margin: 0 auto; height:100%; overflow:hidden; padding: 20px 0 50px 0;}
.error_content_inner h2 {font-family: 'GothamBook'; text-align:center; font-size: 22px; color: #000;}
.error_content_inner p {font-family: 'GothamBook'; text-align:center; color: #000;}
.error_content_inner a {color: #000;}
/* faq page */
.faq_h {
    height:174px;
}

.faq_top_menus {
    height:69px;
    background:url(../images/bg_10.png) top left repeat-x;
}

.faq_top_menus div {
    width:940px;
    margin:auto;
}

.faq_top_menus ul {
    float:right;
}

.faq_top_menus li {
    display:inline-block;
    height:69px;
    line-height:60px;
    font-family: 'GothamBook';
    font-size:0.8em;
}

.faq_top_menus li.active {
    background:url(../images/bg_11.png) center bottom no-repeat;
}

.faq_top_menus li a {
    display:block;
    padding:0 17px;
    cursor:pointer;
    color:#242424;
    -webkit-text-stroke: 1px rgba(36, 36, 36, 0.4);
}

.faq_top_menus li.active a {
    background:#f5f5f5;
}

.faq_top_menus li.active a, .faq_top_menus li:hover a {
    font-family: 'GothamMedium';
}

.faq_menu {
    float:left;
    width:245px;
}

.faq_body {
    float:right;
}

.faq_body .sub3 {
    padding-top:10px;
}

.faq_body .sub3 li {
    list-style-type:disc;
    padding-left:22px;
    margin-left:16px;
    color:#242424;
    font-size:0.8em;
    font-family: 'GothamBook';
    -webkit-text-stroke: 1px rgba(36, 36, 36, 0.4);
}

.faq_body .sub3 li.sub4 {
    list-style-type:circle;
    padding-left:22px;
    margin-left:54px;
    color:#242424;
    font-size:0.8em;
    font-family: 'GothamBook';
    -webkit-text-stroke: 1px rgba(36, 36, 36, 0.4);
}

.faq_body a:hover {
    text-decoration:underline;
}

.faq_body .faq_company,
.faq_body .faq_abn,
.faq_body .faq_gst,
.faq_body .faq_payg {
    display:none;
}

.faq_body .faq_service {
    display:block;
}

.faq_menu {
    float:left;
    width:245px;
    margin-top:32px;
}

.faq_menu li {
    height:42px;
    background:url(../images/bg_12.png) left top no-repeat;
    font-family: 'GothamBook';
    font-size:0.8em;
    margin-bottom:3px;
    display:none;
}

.faq_menu li.service {
    display:block;
}

.faq_menu li div {
    display:table-cell;
    vertical-align:middle;
    height:42px;
    background:url(../images/bar_01.png) top left no-repeat;
    width:245px;
    cursor:pointer;
}

.faq_menu li.active div, .faq_menu li div:hover {
    background:url(../images/bg_13.png) top left no-repeat;
}

.faq_menu li a {
    line-height:100%;
    color:#242424;
    margin:0 24px;
    display:block;
    -webkit-text-stroke: 1px rgba(36, 36, 36, 0.4);
}

.faq_menu li.active div a, .faq_menu li div:hover a {
    color:#fff;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}


/* pricing page */

.pricing_h {
    height:478px;
    background:none;
}

.pricing_banner {
    height:373px;
    background-image:url(../images/pricing_banner.png);
    background-position:center center;
    background-size:100% 373px;
    background-repeat:repeat-x;
    min-width:940px;
}

.pb_block {
    width:940px;
    margin:auto;
    position:relative;
    height:373px;
    text-align:center;
    font-family: 'GothamBook';
    color:#5e3b83;
}

.pb_block img {
    position:absolute;
}

.pb_block img:nth-child(1) {
    left:85px;
    top:105px;
}

.pb_block img:nth-child(2) {
    right:95px;
    bottom:1px;
}

.pb_block span {
    display:block;
    -webkit-text-stroke: 1px rgba(94, 59, 131, 0.6);
}

.pb_block span:nth-child(3) {
    font-size:3.2em;
    padding-top:102px;
}

.pb_block span:nth-child(4) {
    font-size:2.7em;
}

.price_box {
    width:826px;
    height:762px;
    background:url(../images/price_box.png) top center no-repeat;
    margin:auto;
    margin-top:-29px;
    margin-bottom:130px;
}

.pb_block_1 {
    font-family: 'GothamLight';
    font-size:0.9em;
    color:#828282;
    text-align:right;
    width:260px;
    float:left;
    padding-top:206px;
    -webkit-text-stroke: 1px rgba(130, 130, 130, 0.6);
}
.pb_block_1 > div > div {
    height:47px;
    width:225px;
    display:table-cell;
    vertical-align:middle;
}

.pb_block_2 {
    width:303px;
    text-align:center;
    float:left;
}

.pb_block_2 .t {
    height:76px;
    line-height:76px;
    font-family: 'GothamBook';
    margin-top:11px;
    text-transform:uppercase;
    color:#838383;
    font-size:1.4em;
    -webkit-text-stroke: 1px rgba(130, 130, 130, 0.6);
}

.pb_block_2 .price {
    height:121px;
}

.pb_block_2 .price span:nth-child(1) {
    display:block;
    color:#fff;
    font-family: 'GothamBook';
    font-size:3.6em;
    padding-top:15px;
    line-height:100%:
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}

.pb_block_2 .price span:nth-child(2) {
    color:#cdbfdf;
    font-family: 'GothamBook';
    font-size:0.85em;
    text-transform:uppercase;
    margin-top:-4px;
    display:block;
}

.pb_block_2 .txt {
    height:46px;
    line-height:46px;
    color:#828282;
    font-family: 'GothamLight';
    font-size:0.9em;
    -webkit-text-stroke: 1px rgba(130, 130, 130, 0.6);
}

.pb_block_2 .checklist div {
    height:47px;
}

.pb_block_2 .checklist div.true {
    background:url(../images/icon_01.png) center center no-repeat;
}

.pb_block_2 .checklist div.false {
    background:url(../images/icon_02.png) center center no-repeat;
}

.pb_block_2 a.btn {
    text-decoration:none;
    display:block;
    width:175px;
    height:45px;
    background:url(../images/btn_purple.png) center center no-repeat;
    margin:auto;
    margin-top:27px;
    cursor:pointer;
}

.pb_block_3 {
    width:250px;
}

.pb_block_3 .t {
    height:58px;
    line-height:58px;
    margin-top:29px;
}

.pb_block_3 .price span:nth-child(2) {
    color:#dae7d3;
}

.pb_block_3 a.btn {
    background:url(../images/btn_green.png) center center no-repeat;
    margin-top:22px;
}


/* search page */
.search_banner {
    background-image:url(../images/search_banner.png);
    overflow:hidden;
}

.search_banner .pb_block > div:nth-child(1) {
    font-family: 'GothamBook';
    text-align:center;
    color:#5e3b83;
    font-size:2.2em;
    padding-top:95px;
    -webkit-text-stroke: 1px rgba(94, 59, 131, 0.6);
}

.search_banner .pb_block > div:nth-child(2) {
    width:600px;
    height:150px;
    margin:auto;
    background:url(../images/bg_14.png) center center no-repeat;
    margin-top:-23px;
    position:relative;
}

.search_banner .pb_block > div:nth-child(2) > div:nth-child(1) {
    width:360px;
    height:34px;
    background:url(../images/input_bg.png) center center no-repeat;
    top:58px;
    left:37px;
    position:absolute;
}

.search_banner .pb_block > div:nth-child(2) > div:nth-child(1) input {
    width:340px;
    height:30px;
    padding:0;
    border:none;
    background:none;
    font-family: 'GothamBook';
    font-size:1.0em;
}

.search_banner .pb_block > div:nth-child(2) > div:nth-child(2) {
    width:148px;
    height:34px;
    background:url(../images/btn_searchname.png) center center no-repeat;
    position:absolute;
    top:58px;
    right:33px;
}

.search_banner .pb_block > div:nth-child(2) > div:nth-child(3) {
    width:274px;
    height:302px;
    position:absolute;
    background:url(../images/search_character.png) center center no-repeat;
    top:45px;
    right:-179px;
}

.search_banner .pb_block > div:nth-child(2) a.search_btn {
    position:absolute;
    width:148px;
    height:34px;
    z-index:1;
    display:block;
    position:absolute;
    top:58px;
    right:33px;
    cursor:pointer;
}

.search_m {
    width:940px;
    margin:auto;
    min-height:700px;
    padding-bottom:100px;
}

.search_m .title {
    color:#85a91a;
    height:40px;
    line-height:40px;
    font-family: 'GothamBook';
    font-size:1.8em;
    -webkit-text-stroke: 1px rgba(133, 169, 26, 0.6);
}

.search_m .title:nth-child(1) {
    margin-top:26px;
    padding-bottom:2px;
    background:url(../images/divided_line.png) left bottom repeat-x;
}

.search_m .title:nth-child(3) {
    margin-top:50px;
}

.search_m .title:nth-child(6) {
    margin-top:20px;
}

.search_m .result_block {
    background:url(../images/divided_line.png) left bottom repeat-x;
    padding:30px 0px;
}

.search_m .result_block > div.note {
    position:relative;
    color:#242424;
}

.search_m .result_block > div.note span {
    display:block;
    font-family: 'GothamBook';
    font-size:20px;			
    padding:3px 0 7px 0px;
    margin-left:70px;
    line-height:26px;
    width:650px;
    -webkit-text-stroke: 1px rgba(36, 36, 36, 0.6);
}

.search_m .result_block > div.note span font {
    font-family: 'GothamMedium';
    font-style:italic;
    -webkit-text-stroke: 1px rgba(36, 36, 36, 0.2);
}

.search_m .result_block div.blue {
    background:url(../images/icon_03.png) 3px 4px no-repeat;
}

.search_m .result_block div.red {
    background:url(../images/icon_02.png) 8px 5px no-repeat;
}

.search_m .result_block div.yellow {
    background:url(../images/icon_04.png) 16px 1px no-repeat;
}

.search_m .result_block div.green {
    background:url(../images/icon_01.png) 3px 4px no-repeat;
}
.search_m .result_block div.s-loader{
    background:url(../images/preloader.GIF) 3px 4px no-repeat;
}

.search_m .result_block a.sresult_btn {
    width:181px;
    height:35px;
    display:block;
    background:url(../images/btn_register.png) left bottom no-repeat;
    float:right;
    cursor:pointer;
    position:absolute;
    top:0px;
    right:3px;
}

.search_m .result_block .yellow a.sresult_btn {
    background:url(../images/register_my_name.png) left bottom no-repeat;
}

.search_m .rfr_block {
    float:left;
    border-bottom:1px solid #e3e3e3;
    padding-bottom:25px;
    padding-right:10px;
    padding-top:15px;
}		

.search_m .rfr_block li {
    font-family: 'GothamBook';
    font-size:0.8em;
    color:#242424;
    -webkit-text-stroke: 1px rgba(36, 36, 36, 0.6);
}

.search_m .sh_block {
    float:left;
    border-bottom:1px solid #e3e3e3;
    padding-bottom:35px;
    padding-right:2px;
    padding-top:10px;
    position:relative;
}

.search_m .sh_block li {
    font-family: 'GothamBook';
    height:26px;
}

.search_m .sh_block span {
    display:block;
    float:left;
    font-size:0.8em;
    color:#242424;
    -webkit-text-stroke: 1px rgba(36, 36, 36, 0.6);
}

.search_m .sh_block li a {
    display:block;
    float:right;
    width:82px;
    height:18px;
    background:url(../images/btn_small_bg.png) top left no-repeat;
    text-decoration:none;
    line-height:18px;
    color:#494949;
    -webkit-text-stroke: 1px rgba(73, 73, 73, 0.6);
    font-family: 'GothamBook';
    font-size:0.6em;
    text-align:center;
    margin-left:35px;
}

.sh_showmore {
    position:absolute;
    bottom:-9px;
    display:block;
    width:82px;
    height:18px;
    background:url(../images/btn_small_bg.png) top left no-repeat;
    text-decoration:none;
    line-height:18px;
    color:#494949;
    -webkit-text-stroke: 1px rgba(73, 73, 73, 0.6);
    font-family: 'GothamBook';
    font-size:0.6em;
    text-align:center;
    left:50%;
    margin-left:-41px;
}
div.search-inner-cnt{
    display: none;
}
.reasons{
    display: none;
}
div.bg-overlay{
    width: 100%;
    height: 100%;
    background: url(../images/overlay-bg.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: none;
}

/* Site map */
.sitemap_h {
    height:385px;
    background:none;
}

.sitemap_header a.logo {
    margin-top:3px;
}

.sitemap_header {
    height:60px;
    overflow:hidden;
    background-image:url(../images/banner_bg.jpg);
    background-repeat:repeat-x;
    background-position:center top;
}

.sitemap_page_title {
    height:280px;
    line-height:280px;
    background:url(../images/bg_09.png) repeat-x;
}

.sitemap_page_title div {
    width:940px;
    margin:auto;
    line-height:280px;
    font-family: 'GothamMedium';
    font-size:2.4em;
    color:#442a62;
}

.container_sitemap {
    width:940px;
    margin:auto;
    padding-top:20px;
    padding-bottom:60px;
    min-height:300px;
}

.sitemap_body {
    width:600px;
    float:left;
}
.sitemap_body ul {
    float:left;
	margin: 0;
	padding:0;
}
.sitemap_body li  {
   
	list-style: circle;
	font-size:16px;
	margin: 0;
	padding:0;
}
.sitemap_body li a {
	display:block;
	color: #40255b;
	list-style: circle;
	font-size:16px;
	text-decoration:none;
	margin: 0;
	font-family: 'GothamBook';
	padding:5px 0 5px 0;
}
.sitemap_body li a:hover {
	text-decoration:underline;
}

.sitemap_body ul ul {
    float:left;
	margin: 0;
	padding:0;
}
.sitemap_body li li {
	list-style: circle;
	font-size:16px;
	margin: 0 0 0 20px;
	padding:0;
}
.sitemap_body li li a {
	color: #40255b;
	text-decoration:none;
	list-style: circle;
	font-size:16px;
	
	font-family: 'GothamBook';
	padding:5px 0 5px 0;
}
.sitemap_body li li a:hover {
	text-decoration:underline;
}

@font-face {
    font-family: 'gotham_extralightregular';
    src: url('../fonts/ufonts.com_gotham_extralight-webfont.eot');
    src: url('../fonts/ufonts.com_gotham_extralight-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ufonts.com_gotham_extralight-webfont.woff') format('woff'),
        url('../fonts/ufonts.com_gotham_extralight-webfont.ttf') format('truetype'),
        url('../fonts/ufonts.com_gotham_extralight-webfont.svg#gotham_extralightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/ufonts.com_gotham_medium-webfont.eot');
    src: url('../fonts/ufonts.com_gotham_medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ufonts.com_gotham_medium-webfont.woff') format('woff'),
        url('../fonts/ufonts.com_gotham_medium-webfont.ttf') format('truetype'),
        url('../fonts/ufonts.com_gotham_medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/ufonts.com_gotham_book-webfont.eot');
    src: url('../fonts/ufonts.com_gotham_book-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ufonts.com_gotham_book-webfont.woff') format('woff'),
        url('../fonts/ufonts.com_gotham_book-webfont.ttf') format('truetype'),
        url('../fonts/ufonts.com_gotham_book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#login-form{
    width: 400px;
    height: 700px;
    position: absolute;
    z-index: 9500;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -350px;
    background: #f2f4f6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
#login-form .inner-pad{
    padding: 38px 41px 38px 41px;
}
div.close-icon{
    width: 22px;
    height: 22px;
    background: url(../images/close-icon.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
h2.form-title{
    font-family: 'gotham_extralightregular';
    font-size: 21px;
    color: #69717a;
    font-weight: normal;
    margin: 0 0 20px 0;
    display: block;
}
#the-faces{
    width: 320px;
    margin-bottom: 27px;
    clear: both;
    overflow: hidden;
}
div.btn-container{
    width: 100%;
    height: 70px;
    position: relative;
    margin-bottom: 28px;
}
div.t-center{
    text-align: center;
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 28px;
}
div.btn-container a{
    position: absolute;
    display: block;
    left: -41px;
    top: 0;
    width: 400px;
    height: 70px;
    line-height: 70px;
    background: url(../images/blue-btn.png) no-repeat;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: 'gotham_mediumregular';
    font-size: 15px;
}
#the-faces div{
    float: left;
    width: 160px;
    height: 138px;
    padding-top: 30px;
    background: url(../images/face-bg-normal.png) left top no-repeat;
    text-align: center;
    position: relative;
    cursor: pointer;
}
#the-faces div.existing-lodger{
    background: url(../images/face-bg-hover.png) left top no-repeat;
}
#the-faces div img{
    display: block;
    width: 76px;
    margin: 0 auto 19px;
}
#the-faces div h3{
    font-weight: normal;
    font-family: 'gotham_mediumregular';
    font-size: 15px;
    color: #99a3aa;
    margin: 0;
    padding: 0;
}
#the-faces div div.plus-icon{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 53px;
    top: 27px;
    background: url(../images/plus-icon.png) no-repeat;
}
.ac-form input[type='text'], .ac-form input[type='email'], .ac-form input[type='password']{
    width: 306px;
    height: 42px;
    background: url(../images/field-bg.png) no-repeat;
    line-height: 42px;
    color: #8f9ba4;
    border: none;
    padding-left: 16px;
    margin-bottom: 18px;
    font-family: 'gotham_bookregular';
    font-size: 15px;
}
.ac-form .green-btn{
    top: 10px;
    background: url(../images/green-btn.png) no-repeat;
}
#forgot-pass{
    color: #85a91a;
    font-family: 'gotham_bookregular';
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
}
#register-form{
    display: none;
}

/* flexible width for the fancybox wrapper */
.fancybox-wrap {
  width: 80% !important;
}
 
ul.boxes {
  color: #777;
  margin-top:10px;
  list-style: none;
  font-size: 16px;
  
}
ul.boxes li {
  cursor: pointer;
  
  padding-left: 0px;
  margin: 0.5ex 0;
}
ul.boxes li:hover {
  color: #111;
}
ul.boxes li a { 
    text-decoration:none;
    padding:8px 0 8px 44px;
    background:url(../images/btn_play.png) left center no-repeat;
    line-height:33px;
    font-size:1.0em;
    color:#d6bdf3;
    -webkit-text-stroke: 1px rgba(200, 200, 200, 0.4);}
.social {float:right; margin: 5px 0 0 20px;}
.social .facebook {display:block; float:left; margin: 0 5px 0 0; background: url(../images/facebookIco.png) no-repeat; width:32px; height:32px;}
.social .twitter {display:block; float:left; margin: 0 5px 0 0; background: url(../images/twitterIco.png) no-repeat; width:32px; height:32px;}
.social .linkedin {display:block; float:left; margin: 0 5px 0 0; background: url(../images/linkedinIco.png) no-repeat; width:32px; height:32px;}
.social .googleplus {display:block; float:left; margin: 0 5px 0 0; background: url(../images/googleplusIco.png) no-repeat; width:32px; height:32px;}

/*====404 Page====*/
.notfoundpagebg {margin: 0 auto; -webkit-background-size: cover;  -moz-background-size: cover; -o-background-size: cover;  background-size: cover; height: 521px; width:100%; background: url(../images/404bg.jpg) center center no-repeat;}
.content-not-found {padding: 230px 0 0 0; margin: 0 auto; width:540px; }
.content-not-found h2 { font-family: 'GothamMedium'; text-align:center; font-size:24px; color: #fedd6c;}
.content-not-found p { padding: 0 60px 0 60px; font-family: 'GothamBook'; text-align:center; font-size:18px; color: #fff;}
.formsearch {margin-bottom:30px; margin-top:20px;}
.searchhere {float:left; border-top-left-radius:3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-topright: 3px; font-family: 'GothamBook';width:457px; border:none; background-color: #fff; padding: 15px 14px 14px 14px; font-size:18px; color: #555656;}
.searchbot {float:left; margin: 0px 0 0 0; cursor: pointer; border-top-right-radius:3px; border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-topright: 3px; width:54px; height:52px; border:none; background: #fff url(../images/searchbot.png) no-repeat;}
.botLogo {display:block; width:82px; height:47px; margin: 30px auto 0 auto; background: url(../images/botLogo.png) no-repeat;}