
/*
 Table Of Contents 
 1.) Typography

 2.) Default Styles

 3.)  Home page
 3.1) Header
 3.2) Content 
 3.3) Footer
 
 4.) Internal - Page
===============================================*/

/*
 1.) Typography
 ----------------------------------------*/

@font-face {
    font-family: 'pt_serifregular';
    src: url('../fonts/ptf55f-webfont.eot');
    src: url('../fonts/ptf55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptf55f-webfont.woff') format('woff'),
         url('../fonts/ptf55f-webfont.ttf') format('truetype'),
         url('../fonts/ptf55f-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

 
/*
 2.) Default Styles
 ----------------------------------------*/

* {
    margin: 0;
	padding: 0;
}

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;
}

ul, li, ol {
	list-style:none;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size:20px;
}

sub {
	bottom: -0.25em;
}

img {
	width:auto;
	height:auto;
	max-height:100%;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height:.5em;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */

body {
	font-family:'pt_serifregular', Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:30px;
	color:#999999;
	font-weight:normal; 
	background:#ffffff url(../images/bg02.png) repeat-x bottom left;
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
body {
	font-size:23px;
	line-height:28px;
}
}

@media only screen and (max-width:1023px) {
body {
	font-size:18px;
	line-height:24px;
}
}

@media only screen and (max-width:767px) {
body {
	font-size:16px;
	line-height:22px;
}
}


/* #Links
================================================== */

a {
	color:#000000;
	outline:0;
	cursor:pointer;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	outline:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

a, a:focus, a:active, a:visited {
	outline:0;
	text-decoration:none;
}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family:"pt_serifregular", Arial, Helvetica, sans-serif;
	line-height:1.1em; 
	color:#000000; 
	text-decoration:none;
	padding:0 0 20px 0; 
	font-weight:normal; 
}

h1 { 
	font-size:32px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:30px;
}

h4 {
	font-size:30px;
}

p {
	padding:0 0 30px 0;
}

em {
	font-style:italic; 
}

strong {
	font-family:"pt_serifregular", Arial, Helvetica, sans-serif;
	font-weight:700;
}

.bold {
	font-family:"pt_serifregular", Arial, Helvetica, sans-serif;
	font-weight:700;
}

.upper {
	text-transform:uppercase
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
h4  { 
     font-size:28px;
}
}

@media only screen and (max-width: 1023px) {
h1, h2, h3, h4, h5, h6 {
	padding:0 0 15px 0; 
}

h1 { 
	font-size:26px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:22px;
}

p {
	padding:0 0 24px 0;
}
}

@media only screen and (max-width:767px) {
h1 { 
	font-size:22px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:20px;
}
}


/* #Video
================================================== */

.video-container {
	width:100%; 
	float:left;
	position: relative;
	padding-bottom:63.7%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* #Show-Hide Responsive Options
================================================== */

.show_mobile1 {
	display:none;
}

.hide_mobile1 {
	display:block;
}

.show_mobile2 {
	display:none;
}

.hide_mobile2 {
	display:block;
}

.show_mobile3 {
	display:none;
}

.hide_mobile3 {
	display:block;
}

.show_ipad1 {
	display:none;
}

.hide_ipad1 {
	display:block;
}

.show_ipad2 {
	display:none;
}

.hide_ipad2 {
	display:block;
}


@media only screen and (min-width: 1024px) and (max-width:1199px) {
.show_ipad2 {
	display:block
}
.hide_ipad2 {
	display:none
}
}

@media only screen and (max-width: 1023px) {
.show_both {
	display:block;
}

.hide_both {
	display:none;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
.show_ipad1 {
	display:block
}
.hide_ipad1 {
	display:none
}
}

@media only screen and (max-width: 767px) {
.show_mobile1 {
	display:block
}
.hide_mobile1 {
	display:none
}
}



/*= Grow & flip
=======================================================*/

.grow {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover, .grow:focus, .grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.flip {
	-webkit-transition: all 0.9s ease-out;
	-moz-transition: all 0.9s ease-out;
	-ms-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	cursor:pointer
}

.flip:hover {
	-webkit-transform: rotateY(360deg);
	-webkit-box-sizing: border-box;
	-moz-transform: rotateY(360deg);
	-moz-box-sizing: border-box;
	-o-transform: rotateY(360deg);
	-o-box-sizing: border-box;
	transform: rotateY(360deg);
	box-sizing: border-box;
	cursor:pointer
}


/*
 3.) Home page
 ----------------------------------------*/

.container-main {
	width:100%;
	float:left;
	background:url(../images/bg01.png) repeat-x top left;
}

.container {
	width:100%;
	max-width:1150px;
	margin:0 auto;
	padding:0 30px;
}

.outer-bg {
	width:100%;
	height:100%;
	float:none;
	display:table;
	margin:0 auto
}

.inner-bg {
	width:100%;
	height:100%;
	float:none;
	display:table-cell;
	vertical-align:middle;
}

@media only screen and (max-width:767px) {
.container {
	width:100%;
	padding:0 5%;
}
}


/*
 3.1) Header
 ----------------------------------------*/

.header-main {
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	padding:92px 0 64px 0
}

.header-main .logo {
    float:center;
	display:inline-block;
}

.header-main .logo .logo-txt {
	float:center;
}

.header-main .logo .logo-txt h1 {
	font-size:85px;
	line-height:48px;
	font-weight:bold;
	padding-bottom:2px;
}

.header-main .logo .logo-txt h2 {
	font-size:32px;
	line-height:48px;
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
.header-main .logo {
	width:490px;
}

.header-main .logo .logo-txt h1 {
	font-size:55px;
}

.header-main .logo .logo-txt h2 {
	line-height:40px;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.header-main {
	padding:40px 0 40px 0;
}

.header-main .logo {
	width:375px;
}

.header-main .logo img {
	width:70px;
}

.header-main .logo .logo-txt {
	padding:14px 0 0 0;
}

.header-main .logo .logo-txt h1 {
	font-size:42px;
	line-height:42px;
	padding:0
}

.header-main .logo .logo-txt h2 {
	font-size:24px;
	line-height:20px;
}
}

@media only screen and (max-width:767px) {
.header-main {
	padding:25px 0;
}

.header-main .logo {
	width:250px;
}

.header-main .logo img {
	width:48px;
}

.header-main .logo .logo-txt {
	padding:8px 0 0 0;
}

.header-main .logo .logo-txt h1 {
	font-size:30px;
	line-height:28px;
	padding-bottom:0
}

.header-main .logo .logo-txt h2 {
	font-size:20px;
	line-height:14px;
	padding:0
}
}


/*
 3.2) Content 
 ----------------------------------------*/
 
.content-main {
	width:100%;
	float:left;
	padding:0 0 60px 0;
}

.intro-txt {
	width:100%;
	float:left;
	text-align:center;
	padding-bottom:83px;
}

.intro-txt h3 {
	font-size:32px;
	color:#999999;
	line-height:37px;
}

@media only screen and (min-width:1024px) and (max-width:1089px) {
.intro-txt h3 {
	font-size:30px;
	line-height:35px;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.content-main {
	padding:0 0 40px 0;
}

.intro-txt {
	padding-bottom:40px;
}

.intro-txt h3 {
	font-size:22px;
	line-height:28px;
}
}

@media only screen and (max-width:767px) {
.content-main {
	padding:0 0 40px 0;
}

.intro-txt {
	padding:20px 0;
}

.intro-txt h3 {
	font-size:20px;
	line-height:26px;
}
}


.left-col {
	width:48.6%;
	float:left;
}

.article-bg {
	width:100%;
	float:left;
	margin-bottom:52px;
}

.article-bg h3 {
	width:100%;
	float:left;
	font-size:32px;
	color:#fffefe;
	background:#000000;
	border-radius:10px;
	padding:9px 11px;
}

.article-bg h3 span {
	padding-left:17px;
}

.article-bg article {
	width:100%;
	float:left;
	min-height:164px;
	border-bottom:1px solid #e6e6e6;
	padding:34px 42px 12px 16px;
}

.article-bg article h4 {
	background:url(../images/icon-arrow01.png) no-repeat left 4px;
	padding:0 0 5px 48px;
}

.article-bg article h4 a {
	color:#000000;
	text-decoration:none
}

.article-bg article h4 a:hover {
	text-decoration:underline;
}

.article-bg article p {
	font-size:20px;
	line-height:24px;
	padding-left:48px;
}

.right-col {
	width:48.6%;
	float:right;
}

.right-col h3 {
	padding:11px 11px 11px 14px;
}


@media only screen and (min-width:1024px) and (max-width:1089px) {
.article-bg h3 {
	font-size:30px;
}

.article-bg article {
	min-height:184px;
	padding:34px 30px 12px 16px;
}

.article-bg article h4 {
	padding:0 0 5px 40px;
}

.article-bg article p {
	padding-left:42px;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.article-bg {
	margin-bottom:45px;
}

.article-bg h3 {
	font-size:22px;
	padding:9px 0px 9px 11px;
}

.article-bg h3 img {
	width:30px;
	height:37px;
}

.article-bg h3 span {
	padding-left:12px;
}

.article-bg article {
	min-height:152px;
	padding:22px 10px 8px 10px;
}

.article-bg article h4 {
	background-size:20px 19px;
	padding:0 0 5px 26px;
}

.article-bg article p {
	font-size:18px;
	line-height:22px;
	padding-left:28px;
}

.right-col h3 {
	padding:11px 11px 11px 14px;
}

.right-col h3 img {
	width:38px;
	height:33px;
}
}

@media only screen and (max-width:767px) {
.left-col {
	width:100%;
	margin-bottom:25px;
}

.article-bg {
	margin-bottom:45px;
}

.article-bg h3 {
	font-size:20px;
	padding:7px 0px 7px 8px;
}

.article-bg h3 img {
	width:25px;
	height:31px;
}

.article-bg h3 span {
	padding-left:6px;
}

.article-bg article {
	min-height:inherit;
	padding:18px 6px 4px 0px;
}

.article-bg article h4 {
	background-size:20px 19px;
	padding:0 0 5px 26px;
}

.article-bg article p {
	font-size:16px;
	line-height:20px;
	padding-left:28px;
}

.right-col {
	width:100%;
}

.right-col h3 {
	padding:7px 0px 7px 8px;
}

.right-col h3 img {
	width:26px;
	height:24px;
}
}


.gambling-info {
	width:100%;
	float:left;
	padding-bottom:30px;
}

.gambling-info h3 {
	width:100%;
	float:left;
	color:#fffefe;
	background:#000000;
	border-radius:10px;
	padding:13px 11px 14px 14px;
	margin-bottom:42px;
}

.gambling-info h3 span {
	padding-left:17px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.gambling-info {
	padding-bottom:0px;
}

.gambling-info h3 {
	font-size:22px;
	padding:9px 11px 9px 11px;
	margin-bottom:25px;
}

.gambling-info h3 img {
	width:32px;
	height:32px;
}

.gambling-info h3 span {
	padding-left:12px;
}
}

@media only screen and (max-width:767px) {
.gambling-info {
	padding-bottom:0px;
}

.gambling-info h3 {
	font-size:20px;
	padding:9px 0px 9px 8px;
	margin-bottom:25px;
}

.gambling-info h3 img {
	width:25px;
	height:25px;
}

.gambling-info h3 span {
	padding-left:6px;
}
}


/*
 3.3) Footer
 ----------------------------------------*/
 
.footer-main {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 18px 0;
}

.footer-main p {
	width:100%;
	float:left;
	color:#b8b8b8;
	padding-bottom:36px;
}

.footer-main p span {
	color:#000000;
	margin:0 10px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.footer-main p {
	padding-bottom:30px;
}
}

@media only screen and (max-width:767px) {
.footer-main {
	padding-bottom:10px;
}

.footer-main p {
	padding-bottom:20px;
}
}


/*
 4.) Internal - page
 ----------------------------------------*/
 
.heading-txt {
	width:100%;
	float:left;
	background:#000000;
	border-radius:7px;
	position:relative;
	behavior:url(PIE.htc);
	text-align:center;
	padding:22px 10px;
	margin-bottom:44px;
}

.heading-txt h1 {
	color:#fff;
	padding-bottom:0;
}

.detail-info {
	width:100%;
	float:left;
	padding-bottom:40px;
}

.detail-info h2 {
	color:#666;
	text-decoration:underline;
	padding-bottom:30px;
}

.detail-info h3 {
	color:#666;
	text-decoration:underline;
	padding-bottom:34px;
}

.detail-info ul {
	width:100%;
	float:left;
	padding:0 0 33px 25px;
}

.detail-info ul li {
	width:100%;
	float:left;
	background:url(../images/bullet01.png) no-repeat 0 9px;
	padding:0 0 0 15px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
.heading-txt {
	padding:20px 10px;
	margin-bottom:35px;
}

.detail-info {
	padding-bottom:30px;
}

.detail-info h2 {
	padding-bottom:24px;
}

.detail-info h3 {
	padding-bottom:28px;
}

.detail-info ul {
	padding:0 0 30px 20px;
}
}

@media only screen and (max-width:767px) {
.heading-txt {
	padding:16px 10px;
	margin-bottom:25px;
}

.detail-info {
	padding-bottom:15px;
}

.detail-info h2 {
	padding-bottom:20px;
}

.detail-info h3 {
	padding-bottom:23px;
}

.detail-info ul {
	padding:0 0 20px 10px;
}

.detail-info ul li {
	background:url(../images/bullet01.png) no-repeat 0 5px;
}
}
