﻿@charset "UTF-8";

body {
  margin: 0;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1;}
}

html {
  scroll-behavior: smooth;
}

/* Header Site Name */
.site img {
  border: none;
  width: auto;
  max-width: 300px;
  min-width: 200px;
  height: auto;
}
/* header styles */
#global-nav {
float:right;
}
#global-nav ul {
  list-style: none;
  right: 0;
  bottom: 0;
  font-size: 16px;
}

#global-nav ul li {
  float: left;
  position: relative;
  padding-top: 5px;
  margin-top: -5px;
}
#global-nav ul li a {
  padding: 0 12px;
  text-decoration:none;
}

/* Header Fixed */
.fixed {
  position: fixed;
	background-color:#fff;
  top:0;
  width: 98%;
	height:60px;
	border-bottom: 1px solid #ccc;
  z-index: 10000;
}

.fixed img { width:auto; max-width:260px; height:auto;
}

/* Navi Hover */
#global-nav ul li:after {
  text-decoration: none;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -10px;
  transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
  background: #82ac00;
  bottom: -3px;
}
#slideMenu{
   display:none;
}
/* Front feature img */
.top {
  position: relative;
  max-height: 500px;
  width: auto;
  min-width: 360px;
  margin: 0;
  overflow:hidden;
}
.catch {
  position: absolute;
  top: 50%;
  bottom: -8%;
  left: 0%;
  right: 0%;
  padding: 2% 2% 0 5%;
  background-color: rgba( 0, 0, 0, 0.55 );
}
.topimg {
  width: 100%;
  height: auto;
  border: 0; 
  vertical-align: bottom;
}
/* Catchy Copy */
.catch h1 {
  font-size: 2.2em;
  color: #fff;
  margin: 15px 0 0 0;
}
.catch p {
  font-size: 125%;
  color: #fff;
  margin: 0px;
  line-height: 155%;
}
.catch a:link, .catch a:visited {
  color: #fff;
  text-decoration: underline;
}
.catch a:hover{
  color: #335F86;
}

/* Text styles */
h1 {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 118%;
  color: #000;
  margin-top: 25px;
}

h2 {
  font-size: 1.8em;
  line-height: 130%;
  margin: 25px 0 10px 0;
  color: #47494B;
}
h3 {
  font-size: 1.3em;
  line-height: 140%;
  margin: 15px 0 8px 0;
  color: #47494B;
}
h4 {
  font-size: 1.3em;
  margin: 4px 0 2px 0;
  padding: 0 0 0 1%;
  border-left: 5px solid #be002e;
  color: #333;
}
h5 {
  font-size: 106%;
  margin: 0;
  color: #334d55;
}
p {
  font-size: 1.1em;
  margin: 0 0 15px 0;
  line-height: 155%;
}
p img {
  width: 100%;
  height: auto;
}

/* Scroll Fade-in */
.fade-block {
  opacity: 0.1;
  transition: all 1.8s;
}

.fade-block.blockIn {
  opacity: 1;
}

.headLine {
  font-size: 3.2en;
  text-align:center;
  margin: 34px 0 18px 0;
}

.headLiP {
  font-size: 1.3em;
  margin: 0 10%;
  padding-bottom:10px;
}

.cp {
  font-size: 15px;
  line-height: 16px;
}
.clear {clear: both;
}
ul {
  list-style-type: square;
  font-size:1.1em;
  margin: 0 1% 3% -3%;
}
iframe {
  border: none;
}
hr {
  height: 1px;
  border: none;
  border-top: 1px #ccc solid;
  margin: 15px 0;
}

.btn a:link, .btn a:visited {
  text-align: center;
  font-size: 16px;
  color:#fff;
  padding: 5px 10px;
  margin:10px 0 0 -3px;
  background-color: #777;
  text-decoration: none;
}

.btn a:hover{
 color: #a6ff4d;
 text-decoration: none;
 background-color: #444;
}

#sdbxGgleAds {
  margin: 10px 0;
}
#map_google{
  position: relative;
  padding: 0 0 56%;
  height: 0;
  overflow: hidden;
}
#map_google iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.doga {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.doga iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* breadCrumb styles */
#breadCrumb {
  font-family: Verdana,sans-serif;
  font-size: small;
  color: #aaa;
  margin: -1% 0 15px 1%;
  padding: 6px;
}
#breadCrumb a{
  color: #aaa;
}
#breadCrumb a:hover{
  text-decoration: underline;
  color: #003366;
}

/* Update Info */
.news {
  padding: 15px;
  border: solid 1px #dddddd;
}
.news h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #666;
}
.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news li a {
  display: block;
  padding: 5px;
  border-bottom: dotted 1px #ddd;
  color: #000;
  font-size: 14px;
  text-decoration: none
}
.news li a:hover {background-color: #eee;
}
.news time {color: #888;font-weight: bold;
}
.news a:after {
  content: "";
  display: block;
  clear: both;
}
.news time {
  float: left;
  width: 60px;
}
.news .text {
  float: none;
  width: auto;
  margin-left: 60px;
}

.bscbox{
  padding: 15px;
  border: solid 1px #dddd;
}
.bscbox h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #666;
}
.bscbox img{
  float: right;
  width: auto;
  height: auto;
  padding: 10px 8px 8px 8px;
}

.info-sub img, .sidebox1 img, .sidebox2 img {
   width:100%;
   height:auto;
}
.lead {
  margin-bottom: 10px;
}
.lead p { 
  margin: 0;
  padding: 0 0 15px 0;
  line-height:145%;
}
.lead img {
  float:left;
  width:auto;
  max-width: 300px;
  height: auto;
  padding: 0 10px 10px 0;
}
.fmartbox {
  border-top: 1px solid #ccc;
  margin: 0;
  width: 100%;
  height: auto;
  clear: left;
}
.fmartbox img {
  float: left;
  width: auto;
  max-width: 200px;
  max-height: 107px;
  overflow:hidden;
  margin: 10px 10px 10px 0px;
  font-size:13px;
  padding-bottom: 6px;
}
.fmartbox h2 {
  font: bold 20px 'Arial Narrow',sans-serif;
  padding-top: 8px;
  margin: 0;
}
.fmartbox h5 {
  font: bold 14px 'Arial Narrow',sans-serif;
  padding-top: 8px;
  margin: 0;
  color:#BB012C;
}
.fmartbox p {
  padding: 0 0 0 5px;
  margin:0 0 5px 0;
  line-height:100%;
}
.items-more {
  border-top:1px solid #ccc;
  clear:both;
  margin-left:-15px;
}


@media screen and (max-width: 899px) {
.site {
   text-align:center;
}
.site img {
  width: 225px;
  margin-left: 58px;
  height: auto;
}

/* Slide Menu */
#slideMenu {
  display: none;
}
#slideMenu-icon {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 50px;
  float:right;
}
#slideMenu-icon span {
  background:  #333;
  border-radius: 4px;
  display: block;
  height: 16%;
  left: -12%;
  margin: 0 0 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 84%;
}
#slideMenu-icon span::before,
#slideMenu-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index:1000;
}
#slideMenu-icon span::before {
  margin-top: -38%;
}
#slideMenu-icon span::after {
  margin-top: 19%;
}
#slideMenu:checked ~ #slideMenu-icon span {
  background: rgba(51, 51, 51, 0);
}
#slideMenu:checked ~ #slideMenu-icon span::before,
#slideMenu:checked ~ #slideMenu-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#slideMenu:checked ~ #slideMenu-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#slideMenu:checked ~ #slideMenu-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#slideMenu-content {
  display: block;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 350px;
  max-width: 90%;
  height: 100%;
  background: #444;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
}
#slideMenu:checked ~ #slideMenu-content {
  transform: translateX(0);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}
#slideMenu-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #425157;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#slideMenu:checked ~ #slideMenu-close {
  display: block;
  opacity: 0.3;
}
#global-nav ul {
  list-style: none;
  margin-top:60px;
  margin-right:55px;
  position: static;
  right: 0;
  bottom: 0;
}
#global-nav li {
  padding: 5px;
  font-size: 22px;
}
#global-nav ul li {
  float: none;
  position: static;
}
#global-nav ul li:after {
  display: none;
}
#global-nav ul li a {
  width: 100%;
  display: block;
  padding: 12px;
  background-color: #e3ffe3;
}
#global-nav ul li a:hover {
  background-color: #f5f5f5;
}

/* Sub Menu */
.submenu{
  margin: -20px 0 20px -10px;
  padding: 0 0 20px 0;
}
.submenu ul li{ 
  display: inline-block;
  float: left;
  font-size: 17px;
  margin: 0 5px 0 10px;
  padding: 0px 15px 0 0;
}

.catch {
  padding: 5px 10px;
  font-size: 12px;
}
.conbox1,
.conbox2 { 
  width:100%;
  padding-right:0;
}

.header-inner {
  margin: 0 auto;
  min-width: 300px;
}

.tabliq { 
  display: block;
  margin: 20px 0px;
}
.tabliq thead{ display: none;
}
.tabliq tbody{ display: block;
}
.tabliq tbody tr{
  display: block;
  margin: 17px 0px;
  padding: 0px 0px 10px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.tabliq tbody th,
.tabliq tbody td {
  display: list-item;
  border: none;
}
.tabliq tbody th{
  margin-bottom: 5px;
  list-style-type: none;
  color: #fff;
  background: #333;
}
.tabliq tbody td {
  margin-left: 0px;
  list-style-type: none;
  padding: 0;
}
}

/* Front Events & News */
.fmlistbox {
  line-height: 1.2;
  margin: 5px 0 8px 0px;
  width: 100%;
  min-width: 640px;
  clear: left;
}
.fmlistbox img {
  float: left;
  width: auto;
  max-width: 100px;
  height: auto;
  margin: 10px 10px 10px 0px;
  font-size: 13px;
}
.fmlistbox h2 {
  font: bold 22px 'Arial Narrow',sans-serif;
  padding: 7px 0 0 0;
  margin: 0;
}
.fmlistbox p {
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 100%;
}

.conbox1, .conbox2{
  float: left;
  width: 49%;
  padding-right: 5px;
  margin-bottom: 12px;
}
.conbox1 img, .conbox2 img {
 max-width: 100%;
 height: auto;
}

/* Side Links */
.sideMenuLlink ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sideMenuLlink li a {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.sideMenuLlink li a:hover {opacity: 0.8;
}
.sideMenuLlink-bk {background-color: #333;
}
.sideMenuLlink-gry {background-color: #ccc;
}

/* Info on Promo Links */
.sideMenuLlink-info {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  color: #eee;
  background-color: #ddd;
  font-size: 16px;
  text-align: center;
}
.sideMenuLlink-info {
  position: relative;
  background: #990033;
}
.sideMenuLlink-info:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #990033;
  border-width: 15px;
  margin-left: -15px;
}

/* menuLinks styles */
.menuLinks{ 
  line-height: 28px;
  margin: 12px 0 ;
}
.menuLinks a:link {
  display: block;
  color: #ccc;
  text-decoration: none;
}
.menuLinks a:visited{
  display: block;
  color: #fff;
}
.menuLinks a:hover {
  display: block;
  color: #42638e;
}
.menuLinks h3 {
  font-size: 110%;
  border-bottom: 3px solid #333;
  margin: 12px 0 5px 0;
}
.menuLinks img{
  vertical-align: middle;
}
/* Texts on Side RecomAndFetured */
.recAndftr a {
  position: relative;
}
.text {
  width: 100%;
  min-width:300px;
  box-sizing: border-box;
}

/* Tables */
table { margin-bottom: 10px;
}
table.tabliq{
  border-collapse: collapse;
}
.tabliq tr td { 
  padding: 5px;
  border: 0px solid #ccc;
  padding-left: 8px;
}

/* Footer */
footer {
  padding: 15px;
  border-top: solid 8px #02121e;
  border-bottom: solid 8px #02121e;
  background-color:#02121e;
}
#infobox1, #infobox2 {
  float: left;
  min-width: 280px;
  max-width: 300px;
  margin: 0;
  padding: 0 2% 0 1%;
}
#infobox1 h3, #infobox2 h3{
  color:#fff;
  font-size: 20px;
  margin-top: 15px;
}
#infobox1 h3 a, #infobox2 h3 a{
  font-size: 20px;
  color:#ccc;
  margin-top: 15px;
}
#infobox1 h3 a:hover, #infobox2 h3 a:hover{
  font-size: 20px;
  color:#007399;
  margin-top: 15px;
}

#infobox1 p, #infobox2 p { 
  font-size: 14px;
  color:#85b200;
  margin:0px;
}
.copyright {
  margin: 0 0 0 20px;
  color: #666666;
  font-size: 14px;
}
#page-top { 
  position: fixed;
  bottom: 20px;
  right: 0px;
}

/* Box Layout Left Right */
.content,
.info,
.ftrd,
.feature {
  padding-left: 15px;
  padding-right: 15px;
}
/* Box Layout Top Bottom */
header {
  padding: 6px 0 0 0;
  margin-bottom: 0;
  border-bottom: solid 8px #02121e;
  background-color:#fff;
}
.info,
.content,
.feature {
  padding-top: 10px;
  padding-bottom: 20px;
}

.info-main {
  padding-bottom: 20px;
}

.ftrd { padding-top: 20px;
}

.ftrd-1, .ftrd-2, .ftrd-3 {
padding-bottom: 10px;
}
.ftrd-1 h3, .ftrd-2 h3, .ftrd-3 h3{
  text-align:center;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 100%;
  margin: 0;
  padding: 10px 0 3px 0;
}
.ftrd-1 p, .ftrd-2 p, .ftrd-3 p {
  margin: 0;
  padding: 5px 5px 15px 5px;
  font-size: 1.2em;
}
.ftrd-1 img, .ftrd-2 img, .ftrd-3 img {
  width: 100%;
  height: auto;
}

/* Sub Menu */
.submenu{
  margin: -10px 0 20px -20px;
  padding: 0 0 20px 0;
}
.submenu ul li{ 
  display: inline-block;
  float: left;
  font-size: 17px;
  margin: 0 5px 0 10px;
  padding: 0px 15px 0 0;
}

/* 900 or Over */
@media (min-width: 900px) {
/* Header Layout */
header:after {
  content: "";
  display: block;
  clear: both;
}
.header-site {
  float: left;
  margin: 0 auto;
}
.header-nav {
  position: relative;
  float: right;
  margin-top: 3%;
  clear: right;
}

/* Sub Menu */
.submenu{
  margin: -30px 0 20px 0;
  padding: 0 0 20px 0;
}
.submenu ul li{ 
  display: inline-block;
  float: left;
  font-size: 17px;
  margin: 0 15px 0 25px;
  padding: 0px 5px;
}

/* Content Layout Horizontal */
.info:after {
  content: "";
  display: block;
  clear: both;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
article,
.info-main,
.lead {
  float: left;
  width: 70%;
  padding-right: 35px;
  box-sizing: border-box;
}

article,
.lead {
  padding-top: 35px;
  padding-left: 15px;
}  

.info-sub, .sidebox1, .sidebox2 {
  float: left;
  width: 30%;
  margin-top:5%;
}

.sidebox2 {
  float: left;
  width: 30%;
  margin-top:-10px;
}

/* Featured Box Layout Horizontal */
.ftrd:after {
  content: "";
  display: block;
  clear: both;
}
.ftrd-1, .ftrd-2, .ftrd-3 {
  float: left;
  width: 32%;
}
 
.ftrd-1, .ftrd-2 {
  margin-right: 1%;
}

#infobox2{ 
  border-left: dotted 2px #777;
  height:auto;
}
}

/* # 1190px and Over # */
@media (min-width: 1190px) {

/* Fix whole widh */
.info,
.header-inner,
.footer-inner,
.ftrd, .feature,
.copyright,
.content {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
}

/* hyperlink and anchor tag styles */

a:link, a:visited{ 
  color: #2E2F34;
  text-decoration: underline;
      transition : all 0.8s;
}
a:hover {
  color: #880000;
  text-decoration: underline;
  transition : all 0.8s;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=30);
  transition : all 0.8s;
}

@media screen and (max-width: 480px) {
.conbox1, .conbox2{
  width: 100%;
  padding-right: 5px;
  margin-bottom: 12px;
}
.conbox1 img, .conbox2 img {
 width: 100%;
 height: auto;
}
}

