@charset "utf-8";
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, 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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: 'latoblack_italic';
	text-shadow: 1px 2px 5px rgba(0,0,0,.75);
}
p {
	margin-bottom: 20px;
	line-height: 24px;
}
a {
	color: #379799;
	text-decoration: none;
}
@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-black-webfont.eot');
    src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-black-webfont.woff2') format('woff2'),
         url('fonts/lato-black-webfont.woff') format('woff'),
         url('fonts/lato-black-webfont.ttf') format('truetype'),
         url('fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoblack_italic';
    src: url('fonts/lato-blackitalic-webfont.eot');
    src: url('fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/lato-blackitalic-webfont.woff') format('woff'),
         url('fonts/lato-blackitalic-webfont.ttf') format('truetype'),
         url('fonts/lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold_italic';
    src: url('fonts/lato-bolditalic-webfont.eot');
    src: url('fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/lato-bolditalic-webfont.woff') format('woff'),
         url('fonts/lato-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato-italic-webfont.eot');
    src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-italic-webfont.woff2') format('woff2'),
         url('fonts/lato-italic-webfont.woff') format('woff'),
         url('fonts/lato-italic-webfont.ttf') format('truetype'),
         url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleobold';
    src: url('fonts/Aleo-Bold-webfont.eot');
    src: url('fonts/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Aleo-Bold-webfont.woff') format('woff'),
         url('fonts/Aleo-Bold-webfont.ttf') format('truetype'),
         url('fonts/Aleo-Bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font: 18px/24px 'latoregular';
	color: #000;
}
#header {
	background: url(../images/bg-header.jpg) no-repeat center top;
	height: 230px;
}
.title01 {
	font-size: 18px;
	line-height: 45px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
.testi01 {
	width: 700px;
	height: 85px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 25px auto;
	color: #FFF;
	font: 24px/30px 'latoblack_italic';
	text-align: center;
	background: #2b3d4f url(../images/bg-testi01.jpg) no-repeat center center;
	padding: 30px 0px;
}
.testi01 .line01 {
	color: #ffcd02;
	text-decoration: underline;		
}
.testi01 .line02 {
	color: #f0deb4;
	text-decoration: underline;		
}
.highlight01 {
	font: 24px/30px 'latobold_italic';
	#background: url(../images/bg-highlight01.jpg) no-repeat center bottom;
	text-align: center;
	padding-bottom: 25px;
}
.highlight01 span {
	color: #c0392b;
}
.fb-comment01 {
	margin: 25px 0px;
}
.fb-comment {
	border: 10px solid #99abd5;
}
.regular-bold {
	font-family: 'latobold';		
}
.bold-italic {
	font-family: 'latobold_italic';		
}
.bold-italic-under {
	font-family: 'latobold_italic';		
	text-decoration: underline;
}
.regular-italic {
	font-family: 'latoitalic';		
}
.regular-stroke{
	text-decoration: line-through;
}
.bold-under {
	font-family: 'latobold';
	text-decoration: underline;		
}
.title02 {
	font-size: 36px;
	color: #1c7285;
	text-align: center;
	margin-bottom: 15px;
}
.fb-comment02 {
	margin: 20px 0px 30px;
}
.testim {
	font: 21px 'latobold';
	text-align: center;
}
.testim span {
	font-family: 'latobold_italic';
}
.youcan {
	font: 36px 'latoblack';
	text-transform: uppercase;
	color: #3a6f81;
	text-align: center;
	margin-top: 5px;
}
.hello {
	min-height: 113px;
	margin: 50px 0px 15px;
}
.hello h1 {
	font: 36px 'latoblack' !important;
	text-transform: uppercase;
	color: #9a1b1b;
	text-shadow: 0px 0px 0px;
	margin-bottom: 5px;
}
.hello p {
	font-size: 21px;	
}
.highlight02 {
	text-align: center;
	font: 30px/40px 'latobold_italic';
	margin-bottom: 15px;
}
.highlight02 span {
	color: #9a1b1b;
	text-decoration: underline;
}
.fb-comment03 {
	margin-bottom: 20px;
}
.fb-comment03 .line01 {
	font-size: 30px;
	display: inline-block;
	margin: 17px 0px 10px;
}
.fb-comment03 .line02 {
	font-size: 36px;
	display: inline-block;
	margin-bottom: 20px;
}
.fb-comment03 .line03 {
	font-size: 48px;		
}
.title03 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #8eb021;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 20px;
}
.fb-comment05 {
	margin: 10px 0px;
}
.title04 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 36px;
	color: #FFF;
	padding: 30px 0px 30px 120px;
	margin-bottom: 20px;
	background: #4f2b4f url(../images/ico-hey.jpg) no-repeat 25px center;
}
.highlight03 {
	font: 30px/40px 'latoblack_italic';
	background: #bdc3c7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 60px 30px;
}
.highlight03 span {
	font-size: 36px;
	line-height: 50px;
}
.title05 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	padding: 17px 0px;
	background: #27ae60;
	margin-bottom: 25px;
}
.title06 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	padding: 15px 0px;
	background: #16a085;
	margin-bottom: 25px;
}
.title06 span {
	font-size: 36px;
}
.title07 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 46px;
	color: #FFF;
	text-align: left;
	padding: 30px 0px 30px 185px;
	background: #c0392b url(../images/bg-announce.jpg) no-repeat 25px 10px;
	margin-bottom: 25px;
}
.fb-comment-center {
	background: #99abd5;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.title08 {
	font-size: 36px;
	color: #FFF;
	background: #2c3e50 url(../images/bg-how.jpg) no-repeat right top;
	padding: 20px 0px 20px 40px;
	margin: 40px 0px 25px;
}
.text-box01 {
	background: #c0853c;
	padding: 20px 0px;
	text-align: center;
	font: 30px 'aleobold';
	color: #fff;
}
.text-box01 span {
	font-size: 36px;
}
.text-box01 span .italic {
	font-style: italic;
}
.title09 {
	font-size: 36px;
	color: #FFF;
	background: #2d5036 url(../images/bg-get.jpg) no-repeat right top;
	padding: 20px 0px 20px 40px;
	margin: 40px 0px 25px;
}
.list01 {
	margin: 5px 0px 25px;	
}
.list01 li {
	background: url(../images/ico-list.jpg) no-repeat left top;
	padding-left: 50px;
	margin-bottom: 20px;
}
.link-cart {
	margin: 10px 0px 25px;	
}
.link-cart .price {
	font: 36px 'latoblack';
}
.link-cart .condition {
	font-size: 16px;
	line-height: 16px;
	margin: 5px 0px 20px;
}
.title10 {
	font-size: 36px;
	color: #FFF;
	background: #394c81 url(../images/bg-excite.jpg) no-repeat right top;
	padding: 20px 0px 20px 40px;
	margin: 40px 0px 25px;
}
.text-box02 {
	background: #b9c1d9;
	display: block;
	padding: 15px 40px 1px;
	text-align: center;
	margin: 0px auto 25px;
	width: 550px;
}
.highlight04 {
	text-align: center;
	margin: 30px 0px 25px;
}
.highlight05 {
	background: no-repeat center top;
	text-align: center;
	margin: 30px 0px 25px;
	padding-top: 30px;
}
.highlight05 h3 {
	font-size: 30px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
	margin-bottom: 25px;
}
.title11 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	padding: 15px 0px;
	background: #d85134;
	margin-bottom: 25px;
}
.title11 span {
	font-size: 36px;
}
.title12 {
	font-size: 30px;
	color: #1c364e;
	font-style: italic;
	text-align: center;
    font-family: 'aleobold';
    margin: 20px 0px;
}
.text-box03 {
	background: #c4403e;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
	font: 42px 'aleobold';
	margin-bottom: 20px;
}
.text-box03 span {
	font-size: 36px;
}
#footer {
	border-top: 10px solid #000000;
	text-align: center;
	margin: 90px 0px 50px;
	font-size: 16px;
	padding-top: 20px;
}
.fb-comment04 {
	margin: 10px 0px;	
	
}
#footer a {
	color: #000;
}

.disclamer {
    #position: relative;
    #float: right;
    #top: -20px;
    #right: 160px;
}

#mask {
    z-index:3; 
    position:fixed;
    #background-color:#000;
    opacity:0.8; 
    -moz-opacity:0.8; 
    filter:alpha(opacity=80);
    width:100%; 
    height:100%; 
    top:0; 
    left:0;
    cursor:pointer;
    display:none;
}
.modal-content {
    z-index: 5;
    position: fixed;
    left: 50%;
    margin-top: -120px;
    margin-left: -300px;
    display: none;
    opacity: 0;
    width: 600px;
    height: 100px;
    padding: 10px;
}
/* new styles added on June 2017 */
#top {
	background: #18304d;
	font: 24px 'latobold_italic';
	color: #fff;
	text-align: center;
	padding: 12px 0px;
}
#slide {
	background: url(../images/bg-slide.jpg) no-repeat center top;
	padding: 30px 0px 0px;
	font: 48px 'aleobold';
	color: #fff;
	text-align: center;
}
#slide .main {
	display: block;
	font-size: 60px;
}
#slide .color {
	color: #ffde00;
}
.moneyreview {
	margin-top: 30px;
}
.title02 h1 {
	text-shadow: 0px 0px 0px rgba(0,0,0,.75);
}
#welcome {
	background: url(../images/bg-hello.jpg) no-repeat center center /cover;
	padding: 30px 0px;
	margin-bottom: 20px;
	font-size: 21px;
	color: #fff;
}
#welcome h1 {
	font: 36px 'latoblack';
	text-shadow: 0px 0px 0px rgba(0,0,0,.75);
	text-transform: uppercase;
	margin-top: 10px;
}
#welcome .block {
	font: 30px 'aleobold';
	text-align: center;
	margin-top: 20px;	
}
#welcome .block span {
	color: #ffde00;
	text-decoration: underline;
}
.bartitle {
	background: #4078ab;
	font: 24px 'aleobold';
	color: #fff;
	width: 88%;
	float: left;
	height: 90px;
	max-height: 90px;
	display: flex;
  	align-items: center;
}
.bartitle ul {
	padding: 0px 20px;
}
.bartitle li {
	background: url(../images/ico-arrow.png) no-repeat left center;
	padding-left: 40px;
}
.barprice {
	background: #1c364e;
	font: 18px 'aleobold';
	text-align: center;
	color: #fff;
	padding: 18px;
	width: 12%;
	float: right;
	max-height: 90px;
}
.barprice span {
	font-size: 30px;
	display: block;
}
.imgborder01 {
	border: solid 10px #aecbe5;
	margin-bottom: 20px;
}