/*
Theme Name: Asia2016
Thme URI:
Author: Weratad Discuz
Author URI:
Description: Thmem for Asia 2016
Version: 1.0
*/

@charset "UTF-8";
@font-face {
    font-family: 'SukhumvitReg';
    src: url('fonts/SukhumvitReg.eot');
    src: url('fonts/SukhumvitReg.eot') format('embedded-opentype'),
         url('fonts/SukhumvitReg.woff') format('woff'),
         url('fonts/SukhumvitReg.ttf') format('truetype'),
         url('fonts/SukhumvitReg.svg#SukhumvitReg') format('svg');
}
/*
html {
	/* IE */
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	/* Chrome, Safari */
	-webkit-filter: grayscale(1);
	/* Firefox */
	filter: grayscale(1);
	filter: grayscale(100%);
	filter: gray; 
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
*/
body{
     /*background: url(http://recipe.kirin.co.jp/common_recipe/images/body_bg.png);*/
}
.hd-main{
  background-color: #fff;
  margin-bottom: 10px;
}

.single-post p img{
    display: block;
    width: 100%;
    height: auto;
}

.gallery-item img{
    display: block;
    width: 100%;
    height: auto;
}

.single-post p iframe{
    width: 100%;
}

.th{
   font-family: 'SukhumvitReg';
}
.ui.items>.item>.content>a.header{
   font-family: 'SukhumvitReg';
}
.hd_bg{
  top: 0px;
  left: 0px;
  width: 100%;

}
.hd-top{
  background-color: rgba(255,255,255,.8);
  box-shadow: 0 0 1px #999;
  color: #848484;
}
i{
    color: #0073aa;
}

#owl-demo .item{
margin: 3px;
}
#owl-demo .item img{
display: block;
width: 100%;
height: auto;
}

.ui.cards > .card{
width: 270px;
}
.ui.secondary.menu .item{
color:#fff;
}
.ui.secondary.menu .active.item{
color:#fff;
}
i.search.icon{
color: #fff;
}
#search-top.ui.action.input:not([class*="left action"]) > input{
border-color: #2A286A;
}

.bg-menu{
height: 40px;
background-color:#2A286A;
border-bottom: #e2e2e2 1px solid;
}
#manu-left {
padding-left: 5px;
}
#menu-left i{
color: #fff;

}
#home-left a{
   font-family: 'SukhumvitReg';
}

#home-left a{
  color: #000;
}
#home-left .dropdown{
  color: #000;
}

#grid-img div{
  text-align: center;
}
#menu-left{
  position: absolute; 
  right: 0;
}
.sidebar{
overflow:visible!important;
}
#footer .hd-logo{
	width: 100%;
}
img.size-full{
	width: 100%;
}

.widget-title{
  font-family: 'SukhumvitReg';
  font-size: 18px;
  font-weight: 300;
  color: #2A286A;
  border-bottom: 1px solid #2A286A;
  padding-bottom: 5px;
}

input.search-field{
  margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    line-height: 1.2142em;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    padding: .67861429em 1em;
    background: #FFF;
    border: 1px solid rgba(34,36,38,.15);
    border-color: #2A286A;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none;
}

.search-submit{
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #E0E1E2;
    color: rgba(0,0,0,.6);
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}
.ui.header{
  font-family: 'SukhumvitReg';
}

#page404{
  font-family: 'SukhumvitReg';
}
input.search-submit{
  font-family: 'SukhumvitReg';
}
.archive-title{
  font-family: 'SukhumvitReg';
}

.meta span{
  font-style: inherit;
  font-weight: inherit;
  font-size: 15px;
  line-height: 120%;
  color: #666;
}
h1,h2,h3,h4,h5 {
   clear: left;
}



.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.ui.secondary.menu a.item:hover{
  color: #FFD00B;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .ui.containe{
    margin-right: 0px !important;
  }
  .col-logo{
      text-align: center;
  }
  #page404{
    height: 400px;
    padding-top: 13%;
  }


}

/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-tel img{
      float: right;
  }
  #ads-asia{
    height: 126px;
  }
  #page404{
    height: 400px;
    padding-top: 13%;
  }

}

/* Small Monitor */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-tel img{
      float: right;
  }
  #ads-asia{
    height: 165px;
  }
  #page404{
    height: 400px;
    padding-top: 10%;
  }

}


/* Large Monitor */

@media only screen and (min-width: 1200px) {
  .col-tel img{
      float: right;
  }
  #ads-asia{
    height: 203px;	
  }
  #page404{
    height: 500px;
    padding-top: 10%;
  }

}

