@charset "utf-8";

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  margin: 0;
  border: none !important;
}

#top-pc .bx-pager-item {
	display: none;
}


div.uk-sticky.uk-sticky-fixed.uk-sticky-below {
  background-color: rgba(255,255,255,0.9);
}

nav.gl-toppage h1 {
  width: 100px;
  background: url('/images/library/Image/logo-white.png') no-repeat;
  overflow: hidden;
  text-indent: 220%;
  white-space: nowrap;
	cursor: pointer;
}
nav.gl-subpage h1 {
  width: 100px;
  background: url('/images/library/Image/logo-black.png') no-repeat;
  overflow: hidden;
  text-indent: 220%;
  white-space: nowrap;
}
div.uk-sticky.uk-sticky-fixed.uk-sticky-below nav.gl-toppage  h1 {
  background: url('/images/library/Image/logo-black.png') no-repeat;
}

nav.gl-toppage ul.uk-navbar-nav > li > a {
	color:white;
}
div.uk-sticky.uk-sticky-fixed.uk-sticky-below nav.gl-toppage ul.uk-navbar-nav > li > a {
	color:#999;
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
	min-height: 40px;
}


[class*='uk-navbar-dropdown-bottom'] {
   margin-top: -10px;
}
h1.topslider1,
h2.topslider1 {
color: white;
font-size:1.3rem;
}

@media (max-width:767px) {
	h2.topslider1 {
	font-size:1rem;
	}
}


div.uk-offcanvas-bar > ul > li > a {
  font-size:142%;
  color: #222;
}

@media (max-width: 639px) {
	div.uk-offcanvas-bar > ul > li > a {
	  font-size:100%;
	}
}

.gl-text-shadow {
  font-size: 16px;
  color: white;
  text-shadow: 4px 4px 8px black;
}


.uk-offcanvas-bar a.uk-offcanvas-close {
	color:#444;
}

/* iPhone 5 landscape and bigger */
@media (min-width: 375px) {
  .uk-hidden\@xs {
    display: none !important;
  }
}
/* iPhone 5 portrait and smaller */
@media (max-width: 374px) {
  .uk-visible\@xs {
    display: none !important;
  }
}






.uk-logo > img {
    max-height: 40px;
}

.uk-offcanvas-bar {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.uk-offcanvas-bar a {
  color: rgba(0, 0, 0, 0.5);
}
.uk-offcanvas-bar a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(0, 0, 0, 0.5);
}



/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
  width: 100%;
  }
}





@media only screen
    and (min-device-width:320px) 
    and (max-device-width:568px) { 
	.switch-pc{
	  display: none;
	}
	.switch-iphone5{
	  display: normal;
	}
	.is-iphone5 {
	  min-height:400px
	 }
}




div#navcontainer {
	border-bottom:3px dotted #ccc;
  margin-bottom:6px;
}

#admin-topmenu {
  margin-bottom: 2em;
  border: none;
  padding: 10px;
  line-height: 1.25;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
	background: efefef;
}





.uk-button-default.gl-button {
  background-color: transparent;
  color: #333;
  border: 1px solid #222222;
}
/* Hover + Focus */
.uk-button-default.gl-button:hover,
.uk-button-default.gl-button:focus {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}
/* OnClick + Active */
.uk-button-default.gl-button:active,
.uk-button-default.gl-button.uk-active {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}

.uk-navbar-nav > li.li-navlist.uk-active > a {
  background-color: #f8f8f8;
}
.uk-navbar-nav > li.li-navlist > a:hover {
  background-color: #f8f8f8;
}

