/************************************************
Daily Delicious Stylesheet by CMNice Solutions. *
************************************************/

/*** Reset Documents ***/
@import url('reset.css');

/******** Fonts ********/
@import url('fonts.css');

/* WIDTH SETTING */

.image-grid,
.container {
	width:100%;
	max-width:962px;
	margin:0 auto;
}
.body-contain{
	background:url(../images/bg.png) center no-repeat;
	background-size:cover;
}
/* Intro */
.intro-contain{
	width:100%;
	height:100%;
	min-height:100%;
	text-align:center;
}
.intro-box{
	width:46%;
	display:inline-block;
	vertical-align:top;
	background-color:rgba(255, 255, 255, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font:49px/52px 'kittithada_roman_55regular';
	padding:0.4em 0;
	margin:0 1%;
	transition:all 0.5s;
}
.intro-box:hover{
	background-color:rgba(255, 255, 255, 0.5);
}
.intro-box a:hover,
.intro-box:hover a{
	color:#990000;
	text-decoration:none;
}
.intro-logo{
	margin:65px auto 30px;
}
.intro-box a{
	text-decoration:none;
	color:#990000;
}

.wrapper {
	width:100%;
	max-width:838px;
	margin:0 auto;
}

.nav-hold {
	width:100%;
    height: 100%;
	max-width:962px;
	margin:0 auto;
    position: relative;
}

.content-container {
    width: 100%;
    height: auto;
    position: relative;
	padding:30px 0;
}
.header-logo{
	display:inline-block;
}
.header-logo img.nav-logo{
	margin-right:20px;
}
.nav-container .header-logo p{
	display:inline-block;
	font:20px/20px 'kittithada_roman_55regular';
}
.nav-container .header-logo p span{
	padding:2px 4px;
	background-color:#ffcc00;
	font:19px/20px 'kittithada_bold_75regular';
}
.header-logo a{
	text-decoration:none;
	color:#fff;
}
.header-logo h2{
	background-color:#464646;
	font:24px/24px 'kittithada_roman_55regular';
	color:#fff;
	padding:4px 10px;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* NAVIGATION */
.nav-container{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
	padding:10px 0;
}
.nav-container p{
	text-align:right;
	color:#fff;
	font:17px/17px 'kittithada_medium_65regular';
}
.nav-container .nav-hold{
	box-sizing:border-box;
	padding:0 20px 0 50px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.nav-bar {
	width:100%;
    height: auto;
    position: relative;
    z-index: 5;
}
.nav-bar::before {
	width:100%;
    height: 38px;
	background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
	display:none;
}
.nav-bar::after {
	display:none;
	width:100%;
    height: 6px;
	background: #e3eef4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
}

/* Main Menu */
.nav-list {
	width:auto;
	list-style:none;
	text-align:right;
	margin:0;
}
.nav-list li {
	display:inline-block;
	width:auto;
    box-sizing: border-box;
    margin-left: 0;
    position: relative;
	transition:all 0.5s;
	padding-right:10px;
}
.nav-list li a{
	width:100%;
	height:100%;
    font:17px/17px 'kittithada_medium_65regular';
	display:block;
	color:#fff;
    text-decoration: none;
	text-align:center;
	transition:all 0.5s;
}
.nav-list li span{
	font:18.3px/17px 'kittithada_bold_75regular';
	display:inline-block;
	color:#fff;
}
.nav-list li.nav-slash:after{
	content:"/";
	font:17px/17px 'kittithada_medium_65regular';
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	padding:0 0;
}
.nav-list li#active a,
.nav-list li#active span,
.nav-list li:hover a,
.nav-list li.hassub:hover ul.submenu li:hover a{
	color:#fff;
}
.nav-menu {
	display:none;
}
.nav-list li.hassub ul.submenu{
	display:none;
	position:absolute;
	top:40px;
	left:0;
	width:200px;
}
.nav-list li.hassub ul.submenu li{
	display:block;
	width:100%;
	height:auto;
	margin:0;
}
.nav-list li.hassub ul.submenu li a{
	font: 12.8px/34px Tahoma;
	color:#fff;
	background-color:#000;
	text-align:left;
}
.nav-list li.hassub:hover ul.submenu{
	display:block;
}
.nav-list li#active ul.submenu li a,
.nav-list li.hassub:hover ul.submenu li a{
	color:#fff;
	background-color:#000;
}
.nav-list li.hassub:hover ul.submenu li:hover a{
	background-color:#0054a6;
}
#mobile {
    display: none;
}
/* Heading */
.heading1{
	font:29px/30px 'kittithada_roman_55regular';
	color:#930b0f;
	text-align:center;
}
.heading2{
	font:29px/30px 'kittithada_roman_55regular';
	color:#930b0f;
	text-align:left;
	margin:0 0 0.2em;
}
/* Content*/
.content{
	max-width: 910px;
	min-height:588px;
	height:auto;
	margin-bottom:3em;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content-header{
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
	border-bottom:2px solid #deacad;
	margin-bottom:2em;
	font:18px 'kittithada_roman_55regular';
	color:#000;
}
.content-header p{
	margin:0.2em 0 0;
}
.content-header h1{
	font:24px 'kittithada_roman_55regular';
	color:#000;
}
.content-wrapper{
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
	margin-bottom:2em;
}
.box{
	box-sizing:border-box;
	padding:10px;
}
.box-form{
	font:'kittithada_roman_55regular';
	font-size:22px;
	line-height:normal;
	color:#000;
	border:1px solid #d6d6d6;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(235,235,235,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(235,235,235,1);
	box-shadow: 0px 0px 0px 3px rgba(235,235,235,1);
}
.box-form table{
	width:100%;
	display:table;
}
.box-form table tr td{
	border:0;
	display:table-cell;
	padding:5px;
	font:20px 'kittithada_roman_55regular';
	color:#000;
}
.box-form table tr th{
	font:20px 'kittithada_bold_75regular';
	color:#000;
	text-align:center;
}
.box-form table tr td a.fa{
	vertical-align:middle;
}
.box-form table tr td:first-child{
}
.box-form input[type="checkbox"],
.box-form input[type="radio"]{
	width:1.1em;
	height:1.1em;
	vertical-align:top;
	display:inline-block;
	margin:5px;
	font-size: 14px;
}
.box-form-details{
	margin-top:5px;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
}
.box-form-details p{
	font:20px 'kittithada_bold_75regular';
	color:#000;
}
.box-form label,
.box-form-details label{
	display:block;
	font-family:'kittithada_roman_55regular';
	font-size:22px;
}
.box-btn{
	display:block;
	margin:1em auto;
	text-align:center;
}
.box-btn a.btn,
.box-btn button,
.box-btn input[tyype="submit"]{
	border:0;
	padding:4px 15px;
	background-color:#9e0b0f;
	font:22px 'kittithada_roman_55regular';
	color:#fff;
}
.status-success{
	color:#33FF00;
}
.status-use{}
.status-deadline{
	color:#FF0000;
}
.box-form table .btn-small {
    padding: 2px 10px;
    font-size: 18px;
	font-family:'kittithada_roman_55regular';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background-color:#d6d6d6;
}
.box-form .form-group p{
	font-family:'kittithada_roman_55regular';
	font:18px;
}
/* order_sumary */
.box-form table.order_sumary{
	width:100%;
}
.box-form table.order_sumary tr td{
	width:50%;
	vertical-align:top;
}
.box-form table.order_sumary tr td table tr td{
	text-align:center;
}
.box-form table.order_sumary tr td .logo{
	float:left;
	margin-right:0.5em;
	display:inline-block;
}
.box-form table.order_sumary tr td p.address{
	display:inline-block;
	vertical-align:top;
	line-height:18px;
}
.box-form table.order_sumary tr td h1,
.box-form table.order_sumary tr td h3{
	margin:0;
}
.box-form table.order_sumary tr td h3{
	color:#00aeef;
}
.box-form table.order_sumary tr td h2{
	font-size: 25px;
	line-height:normal;
	font-family:'kittithada_roman_55regular';
	display:inline-block;
	margin:0;
}
.box-form table.order_sumary tr td h2 span,
.box-form table.order_sumary tr td h4 span{
	color:#cc0000;
}
.box-form table.order_sumary tr td h4{
	font-size: 19px;
	line-height:normal;
	display:inline-block;
	margin:0;
	font-family:'kittithada_bold_75regular';
}
.order-complete{
	text-align:center;
	font-size: 20px;
	line-height:normal;
	font-family:'kittithada_roman_55regular';
}

.order_sumary {
    font-family: 'kittithada_roman_55regular';
}
.order_sumary .logo{
	display: block;
    margin: 0 auto;
}
.order_sumary p.address{
	display:inline-block;
	vertical-align:top;
	line-height:18px;
}
.order_sumary h1,
.order_sumary h3{
	margin:0;
}
.order_sumary h3{
	color:#00aeef;
}
.order_sumary h2{
	font-size: 25px;
	line-height:normal;
	font-family:'kittithada_roman_55regular';
	display:inline-block;
	margin:0;
}
.order_sumary h2 span,
.order_sumary h4 span{
	color:#cc0000;
}
.order_sumary h4{
	font-size: 19px;
	line-height:normal;
	display:inline-block;
	margin:0;
	font-family:'kittithada_bold_75regular';
}

/* Product */
.product-list,
.content-container{
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
}
.product-img-box{
	width:100%;
	height:158px;
	position:relative;
	overflow:hidden;
	vertical-align:top;
	margin-bottom:2em;
}
.product-img-box a{
	width:100%;
	height:100%;
	text-decoration:none;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
.product-img-box .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: rgba(0,0,0,.4);
    transition: all .5s;
	display:table;
}
.product-img-box .overlay a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.product-img-box:hover .overlay {
    height: 100%;
	bottom:0;
}
.product-img-box .overlay h1 {
    font: 26px/22px 'kittithada_roman_55regular';
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.75);
    text-transform: uppercase;
    text-align: center;
	display:table-cell;
	vertical-align:middle;
}
.search-box{
	display:inline-block;
}
.search-box select.form-control,
.search-box input[type="text"].form-control{
	width:auto;
	height:30px;
	display:inline-block;
	font:20px 'kittithada_roman_55regular';
	vertical-align:middle;
	padding: 0 12px;
}
.search-box button,
.search-box input[tyype="submit"]{
	border:0;
	padding:4px 15px;
	background-color:#9e0b0f;
	font-size:18px;
	font-family:'kittithada_roman_55regular';
	line-height:normal;
	color:#fff;
	vertical-align:middle;
}
.product-search{
	margin-left:1em;
}

/* Map */
.map-container img{
	max-width:100%;
}
.map-container p{
	font:22px/20px 'kittithada_roman_55regular';
	color:#000;
	text-align:center;
}

/* Product menu */
.manage-menu-container{
	padding:12px 0;
	margin:0;
}
.manage-menu{
	list-style:none;
	text-align:left;
	width:100%;
	height:auto;
	display: table;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(235,235,235,1);
    box-shadow: 0px 0px 0px 3px rgba(235,235,235,1);
}
.manage-menu .manage-menu-list{
	width:auto;
	min-width:110px;
	display: inline-block;
	white-space: normal;
	text-align:center;
	border:1px solid #ccc;
	background-color:#f6f6f6;
	transition:all 0.5s;
	position:relative;
}
.manage-menu .manage-menu-list a{
	text-decoration:none;
	font:20px/32px 'kittithada_roman_55regular';
	color:#646464;
}
.manage-menu .hassub ul.submenu{
	display:none;
	width:auto;
	min-width:140px;
	position:absolute;
	top:32px;
	left:0;
	z-index:9;
}
.manage-menu .hassub:hover ul.submenu{
	display:block;
}
.manage-menu .hassub ul.submenu li{
	display:block;
	background-color:#9c0b0f;
	transition:all 0.5s;
	text-align:left;
	box-sizing:border-box;
	padding:0 10px;
}
.manage-menu .hassub ul.submenu li a{
	font:20px/32px 'kittithada_roman_55regular';
	color:#fff;
}
.manage-menu .hassub ul.submenu li:hover{
	background-color:#ff0000;
}
.manage-menu .manage-menu-list#active,
.manage-menu .manage-menu-list:hover{
	background-color:#cc0000;
}
.manage-menu .manage-menu-list#active a,
.manage-menu .manage-menu-list:hover a{
	color:#fff;
}

/* Footer */
.footer {
    width: 100%;
    height: 92px;
    position: relative;
    background: #fff;
}
.footer img {
	display:inline-block;
	margin:10px;
}
.footer p {
    font: 12px/12px Tahoma;
    color: #000;
    text-align: left;
	display:inline-block;
	
}
.footer p a {
    color: #000;
    text-decoration: none;
}
/* datatable */
div.dataTables_wrapper div.dataTables_info{
	font-size:14px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	font-size:14px;
}
div.dataTables_wrapper div.dataTables_length select{
	font-size:16px;
}
div.dataTables_wrapper div.dataTables_filter input{
	font-size:16px;
}

/* IMAGE GRID */

.image-grid {
	overflow:hidden;
	padding:5px;
}
.image-grid-square {
	float:left;
	width:20%;
	overflow:hidden;
	padding:5px;
}
.image-grid-square img {
	width:100%;
	float:left;
}

.print * {
    font-size: 12px;
}

/* Banner Fixed Bottom */
.banner_fixed_bottom {
    width: 962px;
    max-width: 100%;
    min-height: 60px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30;
}
.banner_fixed_bottom img {
    width: 100%;
    height: auto;
    display: block;
}
.close_fix {
    width: 30px;
    height: 30px;
    background: #333;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
    font: bold 18px/30px Arial;
    color: #fff;
    text-align: center;
}

.clearfix {
    clear: both;
}