
/* CSS Document */



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: 'thsarabunnew';
    src: url('../font/thsarabunnew-webfont.eot');
    src: url('../font/thsarabunnew-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/thsarabunnew-webfont.woff') format('woff'),
         url('../font/thsarabunnew-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'thsarabunnew';
    src: url('../font/thsarabunnew_bolditalic-webfont.eot');
    src: url('../font/thsarabunnew_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/thsarabunnew_bolditalic-webfont.woff') format('woff'),
         url('../font/thsarabunnew_bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'thsarabunnew';
    src: url('../font/thsarabunnew_italic-webfont.eot');
    src: url('../font/thsarabunnew_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/thsarabunnew_italic-webfont.woff') format('woff'),
         url('../font/thsarabunnew_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'thsarabunnew';
    src: url('../font/thsarabunnew_bold-webfont.eot');
    src: url('../font/thsarabunnew_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/thsarabunnew_bold-webfont.woff') format('woff'),
         url('../font/thsarabunnew_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
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;
	font-family:  'thsarabunnew';
	line-height: 1.5;
	/*background-color:#FFFFFF;*/
	
	
	
}
#video_background {
bottom: 0px;
right: 0px;
width: 100%;
height:	100%;
padding-bottom:20px;
z-index: 2000;
overflow:hidden;
max-width:100%;
background:transparent url('images/bg_user.jpg') no-repeat 0 0;
background-size:cover;

}

#img_background {
bottom: 0px;
right: 0px;
width: auto;
height:	auto;
padding-bottom:20px;
/*z-index: -1000;*/
max-width:100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
	
	
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6
{

}
p, span
{

}

/* Header */

.header
{
	width: 100%;

	z-index: 1000;
	padding-top:5px;
	padding-bottom:10px;
}
.header2
{
	background-color:#8B0000;
	width: 100%;
	position:absolute;
	padding-top:5px;
	padding-bottom:10px;
	z-index: 1000;
	
}

.container
{
	width: 1200px;
	margin: 0 auto;
}
.container2
{
	width: 1080px;
	margin: 0 auto;
}
.logo
{
	float: left;
	margin-bottom:15px;
	margin-top:15px;
}
.logo img
{
	max-width:100%;
}

.logo h1
{
	font-size: 30px;
	color: #FFFFFF;

	font-weight: 400;
	padding: 25.5px;
}
.menu
{
	float: right;
	padding-top:10px;
	z-index:1000;
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
}
.show-menu {

	text-decoration: none;
	color: #fff;
	background: #800000;
	text-align: center;
	padding: 15px 0;
	display: none;
	z-index:1;
	
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
ul.nav li
{
		float: left;
		margin: 0 15px;
		padding: 33px 0px;
}
ul.nav li a
{

	font-size: 16px;
	text-decoration: none;
	color:#fff;
	display: block;
}
ul.nav li a:hover
{
	color:red;
}
ul.nav li a.active
{
	color:#ff0000;
	font-weight:bold;
}
video 
{
    width: 100%;
  
	
}
.history
{
	max-width:100%;
}

.banner
{
/*
	background:url(../images/bg.png) no-repeat fixed;
	-o-background-size: cover; 
	-moz-background-size: cover; 
	-webkit-background-size:cover; 
	background-size: cover;
	padding:180px 0px 100px 0px;
	background-color: #3d454a;
	cursor: default;
	*/
}
.banner-text
{
	width: 70%;
	margin: 0 auto;
	padding:80px 0px;
}
.banner-text h2
{
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.5;
}
.banner-text h2 span
{
	font-weight: 400;
}
p.under-tagline
{
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 25px;
}
button.mainbutton
{
	background: none repeat scroll 0% 0% transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 25px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;

	font-weight: 300;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
	margin-top: 25px;
	cursor: pointer;
}
button.mainbutton:hover
{
	background: #fff;
	color: #CC0000;
}
.services
{
	width: 100%;
	background-color:#FFFF99;
	float: left;
}
.section-head
{
	padding: 0px 0px 10px 25.5px;
}
.section-head h3
{
	color: #000;
	font-size: 30px;
	font-weight: 300;
}
.section-head h3 span
{
	font-weight: 400;
}
.section-head p
{
	color: #737373;
	font-size: 14px;
	width: 60%;

	line-height: 20px;
	margin-top: 15px;
}
.service-icon
{
	width: 96px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/services.png) no-repeat;
	padding-bottom: 30px;
	box-shadow: 0px 4px 0px 0px #CCC;
}
.icon1
{
	background-position: 2px 0px;
}
.icon2
{
	background-position: -97px 0px;
}
.icon3
{
	background-position: -201px 0px;
}
.services-list
{
	padding-bottom: 100px;
	float: left;
}
.services-list li
{
	float: left;
	width: 350px;
	margin: 0px 37.5px;
	text-align: center;
}
.services-list li:first-child
{
	margin-left: 0px;
}
.services-list li:last-child
{
	margin-right: 0px;
}
.services-list h4
{
	font-size:20px;
	padding-top: 30px;
	text-transform: uppercase;
	color: #3d4351;
}
.services-list p
{
	line-height: 20px;
	color: #737373;
	margin-top: 20px;
}


.history
{
	float: left;
	width: 100%;
	padding-bottom:20px;
	
	
}
.history p
{
	color: #737373;
	width: 80%;
	margin: 25px auto 0px auto;
	font-size:small;
	
}
.desc
{
	background:url(../images/p.jpg) no-repeat fixed;
	-o-background-size: cover; 
	-moz-background-size: cover; 
	-webkit-background-size:cover; 
	background-size: cover;
	padding:100px 0px 100px 0px;
	background-color: #3d454a;
	cursor: default;
	float: left;
	width: 100%;
	text-align: center;
}
.desc h3
{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.desc p
{
	color: #737373;
	width: 90%;
	font-size: 20px;
	line-height: 30px;
	margin: 25px auto 0px auto;
	text-shadow: 1px 1px 1px #000;
}
.work
{
	width: 100%;
	/*background-color:#8B0000;*/
	background-color:#FFFFFF;
	float: left;
}
.work-gallery
{
	padding-bottom: 0px;
	padding-top: 40px;
	float: left;
}

.work-gallery ul li
{
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 275px;
}
.work-gallery ul li a img
{

	width: 275px;
	height: auto;
}

.about
{
	width: 100%;
	
	float: left;
	background-color: #FFFFFF;
	
}
.download
{
	float:left;
	margin-bottom: 25px;
	
}
.download li
{
	background-color: #fff;
	width: 275px;
	margin-left: 20px;
	float: left;
	
	font-size: 13px;
	color: #737373;
	padding: 10px;
	list-style-image:url("images/bull3.jpg");
	
	
}
.download li a
{
	text-decoration:none;
}
.download  li a:hover 
{
	color:#CC0000;
	
}
.download  li a.active
{
	color: #CC0000;

}


.auction
{
	float:left;
	margin-bottom: 10px;
	
}
.auction li
{
	background-color: #fff;
	width: 275px;
	margin-left: 20px;
	float: left;
	list-style-image:url('images/bull.gif');
	
	
}
.auction li a
{
	text-decoration:none;
}
.auction li a:hover span.news-info
{
	color:#CC0000;
	
}
.auction li a.active span.news-info
{
	color: #CC0000;
	
	
}

.auction li h5
{
	font-size: 18px;
	color: #3D4351;
	padding: 10px 0px 0px 10px;
}
.auction li span.news-info
{
	font-size: 13px;
	color: #737373;
	padding: 10px;
	float: left;
	
}



.news
{
	float:left;
	margin-bottom: 25px;
}
.news li
{
	background-color: #fff;
	width: 275px;
	margin-left: 20px;
	float: left;
	box-shadow: 0px 1px 1px -1px #888;
}
.news li a
{
	text-decoration:none;
}
.news li a:hover span.news-info
{
	color:#CC0000;
	
}
.news li a.active span.news-info
{
	color: #CC0000;
	
	
}
.news li img
{
	width: 275px;
	height: 183px;
}
.news li h5
{
	font-size: 18px;
	color: #3D4351;
	padding: 10px 0px 0px 10px;
}
.news li span.news-info
{
	font-size: 13px;
	color: #737373;
	padding: 10px;
	float: left;
	
}

.stories
{
	padding: 0 0 30px 0;
	float: left;
	width: 100%;
	
}
.stories-section ul li
{
	width: 318px;
	margin: 40px 20px 0px;
	border-radius: 5px;
	background-color: #fff;
	float: left;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	
}
.stories-section ul li a
{
	text-decoration: none;
}
.story-img img
{
	width: 318px;
	height: 200px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.story-box
{
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: none;
	text-align: center;
	padding: 10px 0px 20px;
}
.story-box h4
{
	color: #4E4F4F;
	font-size: 16px;

	font-weight: 600;
	line-height: 50px;
}
.story-box p
{
	color: #888;

	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}
.stories-section ul li:hover
{
	box-shadow: 0px 0px 6px 0px #ccc;
}
h3.text-head
{
	color: #1c97ca;
	font-size: 27px;
	font-weight: 500;

	text-align: center;
}
p.box-desc
{
	color: #888;
	font-size: 17px;
	font-weight: 500;

	line-height: 60px;
	text-align: center;
}

.contact
{
	float: left;
	width: 100%;
}
.contact-section
{
	float: left;
	padding-bottom: 100px;
}
.contact-form
{
	width: 600px;
	float: left;
}
.contact2
{
	float: left;
	width: 100%;
	display:block;
	
}
.contact-section2
{
	float: left;
	padding-bottom: 100px;
}
.contact-form2
{
	width: 600px;
	float: left;
}
form input
{
	background: none repeat scroll 0% 0% #F7F6F6;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 100%;
	border-radius: 0px;
	box-shadow: none;
	padding-top: 15px;
	font-size: 16px;
	border: 2px solid #F7F6F6;
	font-weight: 300;
	margin-top: 20px;
}
form textarea
{
	width: 100%;
    border-radius: 0px;
    box-shadow: none;
    background: none repeat scroll 0% 0% #F7F6F6;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-left: 15px;
    font-weight: 400;
    height: 180px;
    border: 2px solid #F7F6F6;
	margin-top: 20px;
	font-family: inherit;
}
button.submit
{
	background: none repeat scroll 0% 0% #800000;
border: medium none;
color: #FFF;
width: 103%;
padding: 15px 0px;
font-size: 18px;
text-transform: uppercase;
font-weight: 300;

transition: all 0.3s ease 0s;
margin-top: 20px;
transition: background 0.3s ease-in;
cursor: pointer;
}
button.submit:hover
{
	background: none repeat scroll 0% 0% #0a8a8d;
}
.contact-details
{
	float: left;
	margin-left: 100px;
	width: 300px;
}
.contact-details p
{
	font-size: 14px;
	margin-top: 16px;
	line-height: 20px
}
.contact-details p.address
{
	background:url(../images/loc.png) no-repeat;
	padding-left: 35px;
	color: #737373;
}
.contact-details p.tel
{
	background:url(../images/tel.png) no-repeat;
	padding-left: 35px;
	color: #737373;
}
.contact-details p.mail
{
	background:url(../images/mail.png) no-repeat;
	padding-left: 35px;
	color: #737373;
}
.contact-details p.right
{
	background:url(../images/right.png) no-repeat;
	padding-left: 35px;
	padding-top:3px;
	color: #737373;
}
.contact-details p.circle
{
	background:url(../images/circle.png) no-repeat;
	padding-left: 35px;
	padding-top:3px;
	color: #737373;
}
.footer
{
	width: 100%;
	background-color:#8B0000;
	float: left;
	padding: 50px 0px;
	text-align: center;
}
.footer p.copyright {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 12px;
}
.footer p.copyright a
{
	color: #FFFFFF;
	text-decoration: none;
	/*border-bottom: 1px dotted #585c65;*/ /*tk*/
}
ul.socialmedia {
    margin: 0;
    list-style:none;
    margin-top: 25px;
}
ul.socialmedia li {
    display: inline-block;
    margin-left: 15px;
	margin-right: 15px;
    color: #FFFFFF;
    font-size: 26px;
}
ul.socialmedia li a {
    
    color: #FFFFFF;
    font-size: 26px;
}

i.icon-twitter {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-twitter:hover {
    height: 100%;
    color: #00acee;
}
i.icon-facebook {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-facebook:hover {
    height: 100%;
    color: #3b5998;
}
i.icon-dribbble {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-dribbble:hover {
    height: 100%;
    color: #ea4c89;
}
i.icon-linkedin {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-linkedin:hover {
    height: 100%;
    color: #0e76a8;
}
i.icon-instagram {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
i.icon-instagram:hover {
    height: 100%;
    color: #3f729b;
}
ul.socialmedia li a {
    text-decoration: none;
}


/*** PORTFOLIO STYLING ***/
#portfolio {
  padding-top: 10px;
  /*margin-top: -440px;*/
  padding-bottom: 10px;
}
#portfolio .title h2 {
  font-size: 22px;
  color: #222222;
  font-weight: 700;
  margin: 0 0 10px 0;
}
#portfolio .title span {
  font-size: 15px;
  font-weight: 300;
}
#portfolio .work-item {
  margin-top: 40px;
}
#portfolio .work-item h4 {
  font-size: 12px;
  font-weight: normal;
  color: #222;
  margin: 20px 0 5px 0;
}
#portfolio .work-item span {
  color: #900000;
  font-size:12px;
}
#portfolio .work-item .image-holder {
  overflow: hidden;
  position: relative;
}
#portfolio .work-item .image-holder img {
  width: 100%;
}
#portfolio .work-item .image-holder .overlay {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #900000;*/
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
}
#portfolio .work-item .image-holder .overlay a {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  line-height: 50px;
}
#portfolio .work-item .image-holder:hover .overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#portfolio .work-item .image-holder:hover .overlay a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#portfolio .filters {
  margin-top: 30px;
  margin-bottom: 1px;
  list-style: none;
  padding: 0;
}
#portfolio .filters li {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  cursor: pointer;
  margin:10px;
}
#portfolio .filters li.active {
  color: #990000;
  font-weight:bold;
  outline-style:dotted;
  outline-width:thin;
   outline-color:#900000;
   outline-offset: 10px;
}

#portfolio .filters li:hover {
  color: #990000;
  text-decoration:underline;

}
#portfolio #Grid .mix {
  display: none;
  opacity: 0;
}
@media (min-width: 20px) and (max-width: 700px) {
#video_background {
	
	padding:0px;
	visibility:hidden;
}
.contact2
{
	display:none;
	
}
}