/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
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;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
/*-- Reset Code --*/

/*-- Fonts --*/
@font-face{
  font-family: 'Oswald-Bold';
  src:url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face{
  font-family: 'Gotham-Book';
  src:url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/fonts/Gotham-Book.ttf') format('truetype');
}
@font-face{
  font-family: 'Oswald-Light';
  src:url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/fonts/Oswald-Light.ttf') format('truetype');
}
/*-- Fonts --*/

/*-- Index - Page - styling --*/

body {

}

.clear {
  clear: both;
}

h1 {
    text-align: center;
    font-size: 40px;
    margin: 50px auto;
    font-family: Oswald-Bold;
    color: #0A699E;
}

h2 {
    text-align: center;
    font-family: Oswald-Light;
    color: #FFF;
    background-color: rgba(36, 32, 32, 0.79);
    font-size: 20px;
    width: 40%;
    margin: 50px auto;
    border-radius: 3px;
    padding: 5px 0;
}

.content {
	width: 95%;
	margin: 0 auto;
}

.top {
    width: 100%;
    margin: 0 auto;
}

.hk {
	width: 33%;
	float: left;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/hongkong.jpg');
	background-size: cover;
	min-height: 300px;
	margin-right: 0.5%;
}
.hk .info {
    width: 50%;
    padding: 10px 20px;
    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/hk.png') no-repeat 20px 7px;
    margin: 25px auto;
    border-radius: 5px;
}
.hk .temp {
    width: 33%;
    float: left;
    margin-left: 25%;
    text-align: center;
    font-size: 20px;
    font-family: Gotham-Book;
    color: #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.hk .term {
    width: 33%;
    float: left;
    text-align: center;
    font-family: Oswald-Light;
    font-size: 18px;
    color: #FFF;
    margin-left: 5%;
}


.ln {
	width: 33%;
	float: left;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/london.jpg');
	background-size: cover;
	min-height: 300px;
	margin-right: 0.5%;
}
.ln .info {
    width: 50%;
    padding: 10px 20px;
    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat 21px 7px;
    margin: 25px auto;
    border-radius: 5px;
}
.ln .temp {
    width: 33%;
    float: left;
    margin-left: 25%;
    text-align: center;
    font-size: 20px;
    font-family: Gotham-Book;
    color: #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.ln .term {
    width: 33%;
    float: left;
    text-align: center;
    font-family: Oswald-Light;
    font-size: 18px;
    color: #FFF;
    margin-left: 5%;
}

.ny {
	width: 33%;
	float: left;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/newyork.jpg');
	background-size: cover;
	min-height: 300px;
}
.ny .info {
    width: 50%;
    padding: 10px 20px;
    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ny.png') no-repeat 21px 6px;
    margin: 25px auto;
    border-radius: 5px;
}
.ny .temp {
    width: 33%;
    float: left;
    margin-left: 25%;
    text-align: center;
    font-size: 20px;
    font-family: Gotham-Book;
    color: #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.ny .term {
    width: 33%;
    float: left;
    text-align: center;
    font-family: Oswald-Light;
    font-size: 18px;
    color: #FFF;
    margin-left: 5%;
}

.bottom {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.sy {
	width: 33%;
	float: left;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/sydney.jpg');
	background-size: cover;
	min-height: 300px;
	margin-right: 0.5%;
}
.sy .info {
    width: 50%;
    padding: 10px 20px;
    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/sy.png') no-repeat 20px 7px;
    margin: 25px auto;
    border-radius: 5px;
}
.sy .temp {
    width: 33%;
    float: left;
    margin-left: 25%;
    text-align: center;
    font-size: 20px;
    font-family: Gotham-Book;
    color: #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.sy .term {
    width: 33%;
    float: left;
    text-align: center;
    font-family: Oswald-Light;
    font-size: 18px;
    color: #FFF;
    margin-left: 5%;
}


.ct {
	width: 33%;
	float: left;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/capetown.jpg');
	background-size: cover;
	min-height: 300px;
	margin-right: 0.5%;
}
.ct .info {
    width: 50%;
    padding: 10px 20px;
    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ct.png') no-repeat 21px 7px;
    margin: 25px auto;
    border-radius: 5px;
}
.ct .temp {
    width: 33%;
    float: left;
    margin-left: 25%;
    text-align: center;
    font-size: 20px;
    font-family: Gotham-Book;
    color: #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.ct .term {
    width: 33%;
    float: left;
    text-align: center;
    font-family: Oswald-Light;
    font-size: 18px;
    color: #FFF;
    margin-left: 5%;
}

.rio {
	width: 33%;
	float: left;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/rio.jpg');
	background-size: cover;
	min-height: 300px;
}
.rio .info {
    width: 50%;
    padding: 10px 20px;
    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat 21px 6px;
    margin: 25px auto;
    border-radius: 5px;
}
.rio .temp {
    width: 33%;
    float: left;
    margin-left: 25%;
    text-align: center;
    font-size: 20px;
    font-family: Gotham-Book;
    color: #FFF;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.rio .term {
    width: 33%;
    float: left;
    text-align: center;
    font-family: Oswald-Light;
    font-size: 18px;
    color: #FFF;
    margin-left: 5%;
}


.footer {
    text-align: center;
    margin-top: 100px;
}
.footer p {
    font-family: Oswald-Light;
    color: #000;
}
.footer a {
    font-family: Oswald-Light;
    color: #000;
    text-decoration: none;
}
.footer a:hover {
    color: #0A699E;
    text-decoration: underline;
}

/*-- Index - Page - Styling --*/

/*-- Responsive - Code --*/

@media screen and (max-width: 1920px) {
	.content {
        width: 70%;
    }
}

@media screen and (max-width: 1680px) {
	.content {
        width: 75%;
    }
}

@media screen and (max-width: 1600px) {
	.content {
        width: 80%;
    }
	.hk .temp {
	    margin-top: 2px;
	}
	.ln .temp {
	    margin-top: 2px;
	}
	.ny .temp {
	    margin-top: 2px;
	}
	.sy .temp {
	    margin-top: 2px;
	}
	.ct .temp {
	    margin-top: 2px;
	}
	.rio .temp {
	    margin-top: 2px;
	}
}

@media screen and (max-width: 1440px) {
	.content {
        width: 85%;
    }
}

@media screen and (max-width: 1366px) {
    .content {
    	width: 95%;
	}
	.hk .temp {
	    margin-top: 2px;
	}
	.ln .temp {
	    margin-top: 2px;
	}
	.ny .temp {
	    margin-top: 2px;
	}
	.sy .temp {
	    margin-top: 2px;
	}
	.ct .temp {
	    margin-top: 2px;
	}
	.rio .temp {
	    margin-top: 2px;
	}
}

@media screen and (max-width: 1024px) {
	.hk .info {
    	width: 60%;
	}
	.hk .temp {
	    margin-top: 2px;
	}
	.ln .info {
    	width: 60%;
	}
	.ln .temp {
	    margin-top: 2px;
	}
	.ny .info {
    	width: 60%;
	}
	.ny .temp {
	    margin-top: 2px;
	}
	.sy .info {
    	width: 60%;
	}
	.sy .temp {
	    margin-top: 2px;
	}
	.ct .info {
    	width: 60%;
	}
	.ct .temp {
	    margin-top: 2px;
	}
	.rio .info {
    	width: 60%;
	}
	.rio .temp {
	    margin-top: 2px;
	}
	.footer {
	    margin: 50px 0 20px;
	}
}

@media screen and (max-width: 900px) {
	.content {
    	width: 99%;
	}
	.footer {
	    margin: 50px 0 20px;
	}
}

@media screen and (max-width: 853px) {
	.content {
    	width: 99%;
	}
	h2 {
		width: 50%;
	}
	.footer {
	    margin: 50px 0 20px;
	}
}

@media screen and (max-width: 800px) {
	h2 {
		width: 50%;
	}
	.hk {
		min-height: 210px;
	}
	.hk .info {
    	width: 70%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/hk.png') no-repeat scroll 15px 7px;
	}
	.ln {
		min-height: 210px;
	}
	.ln .info {
    	width: 70%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat scroll 15px 7px;
	}
	.ny {
		min-height: 210px;
	}
	.ny .info {
    	width: 70%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ny.png') no-repeat scroll 15px 7px;
	}
	.sy {
		min-height: 210px;
	}
	.sy .info {
    	width: 70%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/sy.png') no-repeat scroll 15px 7px;
	}
	.ct {
		min-height: 210px;
	}
	.ct .info {
    	width: 70%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ct.png') no-repeat scroll 15px 7px;
	}
	.rio {
		min-height: 210px;
	}
	.rio .info {
    	width: 70%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat scroll 15px 7px;
	}
	.footer {
	    margin: 50px 0 20px;
	}
}

@media screen and (max-width: 667px) {
	h2 {
    	width: 60%;
	}
	.hk .temp {
	    font-size: 18px;
	}
	.ln .temp {
	    font-size: 18px;
	}
	.ny .temp {
	    font-size: 18px;
	}
	.sy .temp {
	    font-size: 18px;
	}
	.ct .temp {
	    font-size: 18px;
	}
	.rio .temp {
	    font-size: 18px;
	}
	.footer {
	    margin: 50px 0 20px;
	}
}

@media screen and (max-width: 603px) {
	.content {
    	width: 99%;
	}
	h2 {
    	width: 60%;
    	font-size: 18px;
	}
	.hk .temp {
    	margin-top: 4px;
    	margin-left: 20%;
    	padding: 0 5px;
    	font-size: 17px;
	}
	.hk .info {
    	width: 75%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/hk.png') no-repeat scroll 9px 7px;
	}
	.ln .temp {
    	margin-top: 4px;
    	margin-left: 20%;
    	padding: 0 5px;
    	font-size: 17px;
	}
	.ln .info {
    	width: 75%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat scroll 9px 7px;
	}
	.ny .temp {
    	margin-top: 4px;
    	margin-left: 20%;
    	padding: 0 5px;
    	font-size: 17px;
	}
	.ny .info {
    	width: 75%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ny.png') no-repeat scroll 9px 7px;
	}
	.sy .temp {
    	margin-top: 4px;
    	margin-left: 20%;
    	padding: 0 5px;
    	font-size: 17px;
	}
	.sy .info {
    	width: 75%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/sy.png') no-repeat scroll 9px 7px;
	}
	.ct .temp {
    	margin-top: 4px;
    	margin-left: 20%;
    	padding: 0 5px;
    	font-size: 17px;
	}
	.ct .info {
    	width: 75%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ct.png') no-repeat scroll 9px 7px;
	}
	.rio .temp {
    	margin-top: 4px;
    	margin-left: 20%;
    	padding: 0 5px;
    	font-size: 17px;
	}
	.rio .info {
    	width: 75%;
    	background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat scroll 9px 7px;
	}
	.footer {
	    margin: 50px 0 20px;
	}
}

@media screen and (max-width: 568px) {
	.content {
    	width: 75%;
	}
	h2 {
	    width: 50%;
	}
	.top {
    	width: 100%;
	}
	.hk {
    	width: 100%;
    	min-height: 275px;
    	margin-bottom: 10px;
	}
	.hk .info {
	    width: 50%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/hk.png') no-repeat 15px 7px;
	}
	.ln {
    	width: 100%;
    	min-height: 275px;
    	margin-bottom: 10px;
	}
	.ln .info {
	    width: 50%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat 15px 7px;
	}
	.ny {
    	width: 100%;
    	min-height: 275px;
	}
	.ny .info {
	    width: 50%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ny.png') no-repeat 15px 7px;
	}
	.bottom {
    	width: 100%;
	}
	.sy {
    	width: 100%;
    	min-height: 275px;
    	margin-bottom: 10px;
	}
	.sy .info {
	    width: 50%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/sy.png') no-repeat 15px 7px;
	}
	.ct {
    	width: 100%;
    	min-height: 275px;
    	margin-bottom: 10px;
	}
	.ct .info {
	    width: 50%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ct.png') no-repeat 15px 7px;
	}
	.rio {
    	width: 100%;
    	min-height: 275px;
	}
	.rio .info {
	    width: 50%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat 15px 7px;
	}
	.footer {
	    margin: 50px 0 20px;
	}
}

@media screen and (max-width: 533px) {
	.content {
    	width: 70%;
	}
	.hk {
    	width: 100%;
    	min-height: 240px;
    	margin-bottom: 10px;
	}
	.hk .info {
    	width: 50%;
	}
	.ln {
    	width: 100%;
    	min-height: 240px;
    	margin-bottom: 10px;
	}
	.ln .info {
    	width: 50%;
	}
	.ny {
    	width: 100%;
    	min-height: 240px;
	}
	.ny .info {
    	width: 50%;
	}
	.sy {
    	width: 100%;
    	min-height: 240px;
    	margin-bottom: 10px;
	}
	.sy .info {
    	width: 50%;
	}
	.ct {
    	width: 100%;
    	min-height: 240px;
    	margin-bottom: 10px;
	}
	.ct .info {
    	width: 50%;
	}
	.rio {
    	width: 100%;
    	min-height: 240px;
	}
	.rio .info {
    	width: 50%;
	}
	.footer {
	    margin: 50px 0 20px;
	}
}

@media screen and (max-width: 414px) {
	h1 {
    	font-size: 30px;
	}
	.content {
    	width: 85%;
	}
}

@media screen and (max-width: 384px) {
	.hk .info {
    	width: 60%;
	}
	.ln .info {
    	width: 60%;
	}
	.ny .info {
    	width: 60%;
	}
	.sy .info {
    	width: 60%;
	}
	.ct .info {
    	width: 60%;
	}
	.rio .info {
    	width: 60%;
	}
}

@media screen and (max-width: 375px) {
	h1 {
		font-size: 30px;
	}
	.content {
		width: 85%;
	}
	.hk .info {
    	width: 60%;
	}
	.ln .info {
    	width: 60%;
	}
	.ny .info {
    	width: 60%;
	}
	.sy .info {
    	width: 60%;
	}
	.ct .info {
    	width: 60%;
	}
	.rio .info {
    	width: 60%;
	}
	.footer {
	    margin: 50px 0 20px;
	}
	.footer p {
		font-size: 15px;
	}
}

@media screen and (max-width: 320px) {
	h1 {
    	font-size: 25px;
	}
	h2 {
	    width: 50%;
	    font-size: 20px;
	}
	.content {
		width: 85%;
	}
	.top {
	    width: 100%;
	    margin-left: 0;
	}
	.hk {
    	width: 100%;
    	min-height: 200px;
	}
	.hk .info {
	    width: 75%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/hk.png') no-repeat 12px 7px;
	    margin: 20px auto;
	}
	.ln {
	    width: 100%;
	    min-height: 183px;
	    margin-top: 10px;
	}
	.ln .info {
	    width: 75%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat 12px 7px;
	    margin: 20px auto;
	}
	.ny {
	    width: 100%;
	    min-height: 183px;
	    margin-top: 10px;
	}
	.ny .info {
	    width: 75%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ny.png') no-repeat 12px 7px;
	    margin: 20px auto;
	}
	.bottom {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 0;
	}
	.sy {
	    width: 100%;
	    min-height: 183px;
	    margin-top: 10px;
	}
	.sy .info {
	    width: 75%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/sy.png') no-repeat 12px 7px;
	    margin: 20px auto;
	}
	.ct {
	    width: 105%;
	    min-height: 183px;
	    margin-top: 10px;
	}
	.ct .info {
	    width: 75%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/ct.png') no-repeat 12px 7px;
	    margin: 20px auto;
	}
	.rio {
	    width: 105%;
	    min-height: 183px;
	    margin-top: 10px;
	}
	.rio .info {
	    width: 75%;
	    background: rgba(36, 32, 32, 0.79) url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602022/html/images/lndn.png') no-repeat 12px 7px;
	    margin: 20px auto;
	}
	.footer {
	    margin: 50px 0 20px;
	}
	.footer p {
	    font-size: 14px;
	}
}


/*-- Responsive - Code --*/