@charset "UTF-8";
/* CSS Document */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar img {
    max-width: 100%;
    height: auto;
    min-width: 100%;
}

img.ccm-image-block.img-responsive.bID-197 {
	max-width:100%!important;
		height:auto;
}

.rightwrap img {
	max-width:100%;
height:auto;
}

.swiper-container {
        width: 100%;
        height: 320px;
        margin-left: auto;
        margin-right: auto;
		overflow:hidden;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
		width:320px;
		height:320px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
/* Mixin */

.sidebar img {
	max-width: 100%;
	height: auto;
}
.ccm-notification-help {
	display: none !important;
}
.ccm-notification {
	display: none !important;
}
div.ccm-notification-help {
	display: none !important;
}
div.ccm-notification-info {
	display: none !important;
}
.ccm-block-page-list-page-entry-read-more {
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1em;
	margin-top: 0px!important;
	padding-bottom: 10px;
	text-align: right;
	color: #EA5A1A!important;
	border-bottom: 1px solid #EA5A1A!important;
}
.ccm-block-page-list-page-entry-read-more a {
	color: #EA5A1A!important;
	text-decoration: none;
}
.ccm-block-page-list-description {
	border-bottom: 0px solid #000!important;
	padding-bottom: 5px!important;
}
.contentleft img#image-marker {
	width: 300px!important;
	height: auto!important;
	padding-left: 20px;
	padding-bottom: 20px;
}
.padder .ccm-image-block {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
.touchgallery-thumbs a {
	display: inline-block;
	border: none!important;
	box-shadow: none!important;
	border-radius: 0px!important;
	position: relative;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
}
.ui-dialog {
	top: 20px!important;
}
.ccm-block-page-list-page-entry-text .ccm-block-page-list-title {
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1.3em;
	margin-top: 10px;
}
.ccm-block-page-list-title a {
	color: #7F171A;
	text-decoration: none!important;
}
.ccm-block-page-list-description {
	font-size: 1.1em;
	font-family: 'roboto', sans-serif;
	font-weight: 100;
	color: #634E42;
	margin-bottom: 10px;
	line-height: 1.4em;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.googleMapCanvas {
	float: right!important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
	display: inline-block;
	padding: 4px;
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	width: 300px!important;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.alert-success {
	border: 1px solid #05A000 !important;
	background-color: #B5ECB4 !important;
	padding: 8px;
	font-family: 'roboto', sans-serif;
	margin-bottom: 8px;
	width: 300px!important;
}
/* CSS RESET */

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;
}
/* 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;
}
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* BODY */
html {
	background: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* HEADER */

.navlogo {
	float: left;
}
.navlogo img {
	width: auto;
	height: 50px;
}
.navbar {
	width: 100%;
	line-height: 50px;
	background-color: #E30613;
	position: fixed;
	top: 0px;
	padding: 0px 0px 0px 0px;
	max-height: 50px;
	z-index: 300;
}
.navbar a {
	color: #fff;
	text-decoration: none;
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.3vw;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.navbar a:hover {
	color: #000;
}
#nav {
	width: 30%;
	height: auto;
	float: left;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	text-align: center;
	padding: 0px 15px;
	text-decoration: none;
}
.nav-selected .nav-path-selected {
	color: #FFFFFF;
}
#navcontact {
	width: 35%;
	height: auto;
	float: right;
	text-align: right
}
#navcontact img {
	max-width: 30px;
	height: auto;
	display: inline-block;
}
.socials {
	display: table;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	margin-top: 12px;
}
/* HEADEREND */


/* CONTENT */
.bodywrapper {
	max-width: 100%;
	min-height: auto!important;
	margin-bottom: 100px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
.slideshow {
	width: 100%;
	height: 350px;
	margin-top: 50px;
	position: relative;
	background-color: #000000;
	overflow: hidden;
}


.slideshow .img-responsive {
	
	min-width:100%;
	height:auto;
}



.slideshow img {
	height: auto;
}
/*.slideshow img {
	min-width: 100%;
	min-height: 350px;
	height: auto;
}*/
.logooverlay {
	width: 100%;
	height: 350px;
	text-align: center;
	top: 0px;
	position: absolute;
	pointer-events: none;
	z-index: 200;
	padding: 20px;
}
.logooverlay img {
	max-height: 310px;
	width: auto;
	max-width: 100%;
	height: auto;
}
.padder {
	width: 100%;
	height: auto;
	padding: 30px;
	margin-bottom: 0px;
}
.headertext {
	width: 100%;
	height: auto;
	line-height: 2em;
	background-color: #fff;
	text-align: center;
	padding: 20px;
}
.headertext h1 {
	color: #1D71B8;
	text-transform: uppercase;
	font-family: 'oswald', sans-serif;
	;
	font-size: 1.5em;
}

.agpblock {
	width: 300px;
	height: 300px;
	overflow: hidden;
	background-size: 100%;
	background-position: center;
	display: inline-block;
	margin: 5px;
	padding:0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: relative;
}

.smaller .agpblock:hover {
	background-size:110%;
}
.overlay-info {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0px auto;
	color: #fff;
	border: none;
	background: #000;
	background: rgba(227,6,19,0.9);
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	vertical-align:middle;
	font-family: 'oswald', sans-serif;
	transition: all 0.9s;
	-webkit-transition: all 0.9s;
	-o-transition: all 0.9s;
	-moz-transition: all 0.9s;
}

.overlay-info h3{
	text-transform: uppercase;
	font-size:1.5em;
	margin-bottom:20px;
	
}

.overlay-info p{
	font-size:0.9em;
	line-height:1.5em;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		margin-bottom:20px;
		font-weight:lighter;

}

.agpblock a {
	text-decoration:none;
}

.overlay-info p a{
	text-decoration:none;

}

.morebutton a {
	font-size:0.9em;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	color:#fff;
}


a.overlay-info:hover {
	color: #fff
}
.overlay-info > span {
	width: 100%;
	height: 100%;
	padding: 1.5rem;
	font-size: 1.2rem;
	font-style: normal;
	display: table
}
.overlay-info > span > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.fill-background {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.overlay-info.left > span > span {
	text-align: left
}
.overlay-info.right > span > span {
	text-align: right
}
.thumbnail .caption-over-inner.v-align-top, .overlay-info.v-align-top > span > span {
	vertical-align: top
}
.thumbnail .caption-over-inner.v-align-bottom, .overlay-info.v-align-bottom > span > span {
	vertical-align: bottom
}
.thumbnail .overlay-info {
	width: 100.1%;
	line-height: 1;
	opacity: 0
}
.thumbnail:hover .overlay-info {
	opacity: 1
}
.thumbnail .overlay-info, .thumbnail img {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden
}
.thumbnail:hover .overlay-info, .thumbnail:hover img {
	-webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
	-moz-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
	-ms-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
	-o-transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1)
}
.overlay-fade-out .overlay-info, .overlay-fade-img-scale-in .overlay-info, .overlay-fade-img-scale-out .overlay-info {
	opacity: 1
}
.overlay-fade-out:hover .overlay-info, .overlay-fade-img-scale-in:hover .overlay-info, .overlay-fade-img-scale-out:hover .overlay-info {
	opacity: 0
}

.img-scale-in:hover img, .img-scale-out img, .overlay-fade-img-scale-out img, .overlay-fade-img-scale-in:hover img, .overlay-img-scale-in:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	-moz-transform: scale3d(1.2, 1.2, 1);
	-ms-transform: scale3d(1.2, 1.2, 1);
	-o-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1)
}
.overlay-img-scale-in .overlay-info {
	-webkit-transform: scale3d(0.4, 0.4, 1);
	-moz-transform: scale3d(0.4, 0.4, 1);
	-ms-transform: scale3d(0.4, 0.4, 1);
	-o-transform: scale3d(0.4, 0.4, 1);
	transform: scale3d(0.4, 0.4, 1)
}
.overlay-info:hover {
	opacity: 1
}

.agpslider{
	width:100%;
	height:320px;
	overflow:hidden;
}


.carbonclean {
	background-image: url(../images/agp-image-carbonclean-square.png);
}

.mot {
	background-image: url(../images/agp-image-mot-square.png);
}

.exhausts {
	background-image: url(../images/agp-image-exhaust-square.png);
}

.diagnostics {
	background-image: url(../images/agp-image-diagnostics-square.png);
}

.tyres {
	background-image: url(../images/agp-image-tyres-square.png);
}

.breakdown {
	background-image: url(../images/agp-image-breakdown-square.png);
}

.servicing {
	background-image: url(../images/agp-image-servicing-square.png);
}

.money {
	background-image: url(../images/agp-image-money-square.png);
}

.batteries {
	background-image: url(../images/agp-image-batteries-square.png);
}
.iconcontainer {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: relative;
	opacity: 1;
}
.agpblock:hover + .textcontainer {
	opacity: 0;
}
.iconcontainer:hover + .icon img {
	opacity: 0;
}
.icon {
	display: table-cell;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.55);
}
.icon img {
	max-width: 100px;
	height: 100px;
}
.textcontainer {
	width: 100%;
	height: 50px;
	position: relative;
	bottom: 0px;
	background-color: rgba(0,0,0,0.50);
	top: -50px;
	line-height: 50px;
}
.textcontainer:hover {
}
.textcontainer p {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-family: 'oswald', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.textoverlay {
	width: 100%;
	height: 100%;
	margin: 20px;
	background-color: #E30613;
	text-align: center;
	color: #ffffff;
}
.contentleft {
	width: 60%;
	height: auto;
	float: left;
	padding-right: 20px;
}
.sidebar {
	width: 40%;
	height: auto;
	min-height: 300px;
	float: left;
	padding-left: 30px;
}
.sideblock {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 0px;
	position: relative;
	display: table;
	text-align: center;
}
.sideblock .text {
	display: table-cell;
	width: 100%;
	max-height: 55px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	color: #ffffff;
	float: left;
}
.sideblock .image {
	width: 100%;
	min-height: 145px;
	float: left;
	vertical-align: middle;
	padding-top: 10px;
}
.sideblock .image img {
	max-width: 90%;
	height: auto;
}
.sideblock .text p {
	font-size: 1em;
	text-decoration: none;
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px;
	line-height: 25px;
	margin: 0 auto 0px auto;
	width: 100%;
}
.sideblock .text p a {
	color: #fff;
	text-decoration: none;
}


.basecta {
	width:100%;
	height:250px;
	 background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	color:#fff;
	display:table;
	font-family: 'oswald', sans-serif!important;
	margin-bottom:0px;
	text-transform:uppercase;
	  text-shadow: 2px 2px 8px #000000;

}


.basecta h3{
	font-size:2em;
	margin:20px;
}

.basecta h4{
	font-size:2.5em;
	margin:10px;
}

.buttonmain{
	  width: 200px;
    font-size: 1.8em;
    padding: 0px;
    background-color: #1D71B8;
    margin: 30px auto 0 auto;
	 border-radius: 10px;
}

.buttonmain a{
	 display:block;
	 color:#fff;
	 text-decoration:none;
	 padding:10px
}



.green {
	background: #A8A218!important;
}
.red {
	background: #7F171A!important;
}
.orange {
	background: #EA5A1A!important;
}
.clearfix {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 50px;
	width: 100%;
	background: #262626;
	overflow:hidden;
	line-height:50px;
	padding:0px 10px;
	position:relative;
	z-index:1000;
}

#footer .willow {
	max-height:40px;
	width:auto;
	display:inline-block;	
}

#footer p {
	
line-height:50px;
	color:#fff;
	font-size: 1em;
	font-family: 'oswald', sans-serif;
	display:inline-block;
}
	
#footer a {
	line-height:50px;
}
	
	
.ccm-ui {

    min-height: 35px;}

	
.leftwrap {
	width:40%;
	height:100vh;
	position:fixed;
	float:left;
	background-position:left;
	background-size:cover;
}


.rightwrap {
	width:60%;
	height:auto;
	float:right;
	
}

.rightwrap .innerwrapper {
	width:100%;
	min-height:100px;
	padding:100px 100px 40px 100px;
	text-align:center;

}

.agpblock.smaller {
	width:200px;
	height:200px
}

.smaller .icon img {
    max-width: 70px;
    height: 70px;
}

.smaller .textcontainer p {
 font-size:1em;
}

.smaller .textcontainer {
	height:35px;
	line-height:35px;
	top:-35px;
}

.swiper-slide.smaller {
	min-width:200px!important;
}
.rightwrap .innerwrapper h1 {
	font-size:2em;
	text-transform:uppercase;
			font-family: 'oswald', sans-serif;
color:#1D71B8;
	
}

.rightwrap .innerwrapper h2 {
	font-size:1.5em;
	text-align:left;
	text-transform:uppercase;
			font-family: 'oswald', sans-serif;
color:#1D71B8;
margin-bottom:15px;
	
}
.rightwrap .innerwrapper h3 {
	font-size:1.2em;
	text-align:left;
	text-transform:uppercase;
			font-family: 'oswald', sans-serif;
color:#1D71B8;
margin-bottom:15px;
	
}

.rightwrap .innerwrapper p{
	font-size:1em;
	text-align:left;
	font-family: 'oswald', sans-serif;
color:#666666;
margin-bottom:10px;
	
}

.rightwrap .innerwrapper p a{
	font-size:1em;
	text-align:left;
	font-family: 'oswald', sans-serif;
color:#1D71B8;
margin-bottom:10px;
	
}

.rightwrap .innerwrapper h3 a {
	
color:#E30613;

	
}

.padder h2 a {
color:#E30613!important;
	
}

.rightwrap .innerwrapper h2 a {
color:#E30613!important;
text-decoration:none;
	
}

.rightwrap .innerwrapper h4 {
	font-size:2em;
	text-transform:uppercase;
			font-family: 'oswald', sans-serif;
color:#ffffff;
background-color:#E30613;
padding:10px;
 border-radius: 10px;
 margin:10px;
 transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;	
}


.rightwrap .innerwrapper h4 a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding:10px;
	
}


.padder .contentleft h4:hover {
	background-color:#1D71B8;
	
}


.padder .contentleft h4 {
	font-size:2em;
	text-transform:uppercase;
			font-family: 'oswald', sans-serif;
color:#ffffff;
background-color:#E30613;
padding:10px;
 border-radius: 10px;
 margin:10px 0px;
 transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;	
}


.padder .contentleft h4 a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding:10px;
	
}


.rightwrap .innerwrapper h4:hover {
	background-color:#1D71B8;
	
}




.rightwrap .innerwrapper p{
	font-size:1.2em;
	line-height:1.5em;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight:lighter;
	text-align:left;
	
}

.padreduce {
		padding:20px 100px 40px 100px!important;

}

.pagelogo{
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:50px;
}
	
	
	.pagelogo img{
		max-width:200px;
		max-height:200px;
		
}
	
	.bookwrap {
	width:100%;
	height:100vh;
	position: relative;
	
}


.bookwrap h3 {
	color:#fff;
	    font-family: 'oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
	text-align:center;
	margin:10px 0Px;
	
}

.bookwrap h4, h4 a {
	color:#fff!important;
	    font-family: 'oswald', sans-serif!important;
    font-weight: 400!important;
	line-height: 1.5em!important;
    text-transform: uppercase!important;
    font-size: 20px!important;
	text-align:center;
	margin:10px 0Px;
	
}





#container p {
	color:#fff;
	margin-top:20px;
	font-size:1.8em;
	line-height:1.3em;
	text-align:center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;

}





#hongkiat-form #submitbtn {
display: block;
float: right;
	    font-family: 'oswald', sans-serif;

	width:100%;
height: 30px;
padding: 0 1em;
margin-top:10px;
margin-bottom:10px;
border: 0px solid;
outline: 0;
font-size: 1.8em;
text-transform:uppercase;
color:  #fff;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #E30613;
transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
#hongkiat-form #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: #1D71B8;
}


span.chyron { font-size: 1.2em; padding-top: 10px; }

/** main blocks **/
#container { 
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
	

max-width: 350px;
margin: 0 auto; 
margin-top: 5px; 
margin-bottom: 66px;
padding: 5px 15px; 
background: rgba(0,0,0,0.5);
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;
	font-size: 62.5%; 
}


/** the form elements **/
#hongkiat-form { box-sizing: border-box;
}

#container h2 {
	font-size: 3em;
	text-align: center;
	margin-top:10px;
	color:#fff;
}

#hongkiat-form .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 5px;
font-size: 1.55em;
padding: 10px 10px;
width: 100%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form .txtinput.half { 
	width:49.5%;
	display: inline-block;
}


#hongkiat-form #date { 
	color:#A9A9A9;
	padding:8px
}



#hongkiat-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

/** #hongkiat-form input#name {
background: #fff url('images/user.png') 5px 4px no-repeat;
}
#hongkiat-form input#email {
background: #fff url('images/email.png') 5px 4px no-repeat;
}
#hongkiat-form input#website {
background: #fff url('images/website.png') 5px 4px no-repeat;
}
#hongkiat-form input#telephone {
background: #fff url('images/phone.png') 5px 4px no-repeat;
}

**/
#hongkiat-form textarea {
display: inline-block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
font-size: 1.5em;
padding: 10px 10px;
	margin-bottom:0px;
width: 68.5%;
height: 80px!important;
min-height: 20px!important;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
/**#hongkiat-form textarea.txtblock {
background: #fff url('images/speech.png') 5px 4px no-repeat;
}
**/
#hongkiat-form #slider { width: 60%; }

#hongkiat-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 100%; 
}
#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}
	
	
	
	
.hover-zoom {
	float: left;
	margin: 0;
	height: 220px;
	width: 20vw;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: gray;
	position: relative;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	margin-bottom: 20px;
}
.hover-zoom:hover {
	background-position: bottom;
}
.hover-zoom img {
	max-height: 60%;
	width: auto;
	margin-top: 12px;
	MAX-WIDTH: 80%;
	HEIGHT: AUTO;
}
.hover-zoom p a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	background: #7F171A;
	padding: 1em;
	margin: 0;
	box-sizing: border-box;
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.2VW;
	text-decoration: none;
}
/*GGGGG*/
.sidebar .hover-zoom {
	float: left;
	margin: 0;
	height: 220px;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: gray;
	position: relative;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	margin-bottom: 20px;
}
.sidebar .hover-zoom:hover {
	background-position: bottom;
}
.sidebar .hover-zoom img {
	max-height: 60%;
	width: auto;
	margin-top: 12px;
	MAX-WIDTH: 80%;
	HEIGHT: AUTO;
}
.sidebar .hover-zoom p a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	background: #7F171A;
	padding: 1em;
	margin: 0;
	box-sizing: border-box;
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1VW;
	text-decoration: none;
}
#wrap {
	display: table;
	overflow: hidden;
	margin: 0 auto;
	height: 80vh;
	width: 80%;
}
.homecontent {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto 0 auto;
	text-align: center;
}
.homecontent img {
	MAX-WIDTH: 500px;
	max-width: 100%;
	HEIGHT: AUTO;
}
.homecontent h1 {
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2vw;
	line-height: 1.5em;
	color: #ffffff;
}


@media screen and (max-width: 1024px) {
	.rightwrap .innerwrapper {
   
    padding: 100px 20px 40px 20px;
 
}
.pagelogo {
	margin-bottom:10px;
}

.pagelogo img {
    max-width: 150px;
    max-height: 150px;
}

.padreduce {
		padding:20px 20px 40px 20px!important;

}
}



@media screen and (max-width: 1280px) {
#footer {
	height: 50px;
}
.hover-zoom {
	height: 150px;
}
.padder {
	margin-bottom: 0px;
}
.contentleft {
	width: 100%;
	height: auto;
	float: left;
	padding-right: 20px;
}
.sidebar {
	width: 100%;
	height: auto;
	min-height: 300px;
	float: left;
	padding-left: 0px;
	margin-top: 25px;
}
.sidebar .hover-zoom {
	float: left;
	margin: 0;
	height: 220px;
	width: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: gray;
	position: relative;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 26px -2px rgba(0,0,0,1);
	margin-bottom: 20px;
}
.sidebar .hover-zoom:hover {
	background-position: bottom;
}
.sidebar .hover-zoom img {
	max-height: 60%;
	width: auto;
	margin-top: 12px;
	MAX-WIDTH: 80%;
	HEIGHT: AUTO;
}
.sidebar .hover-zoom p a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	background: #7F171A;
	padding: 1em;
	margin: 0;
	box-sizing: border-box;
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.5VW;
	text-decoration: none;
}
.sidebar .hover-zoom:last-child {
	width: 100%;
}
}

@media screen and (max-width: 960px) {

.leftwrap {
    width: 100%;
    height: 320px;
    position: relative;
    float: none;
    background-position: left;
    background-size: cover;
}



.bookwrap {
	    width: 100%;
    height: 320px;
    position: relative;
}

.rightwrap .innerwrapper {
    padding: 20px;
}

 
.rightwrap {
    width: 100%;
    height: auto;
    float: none;
}


#wrap {
	height: 60vh;
}
.bodywrapper {
	max-width: 100vw;
}
.navbar {
	position: relative;
}
.slideshow {
	margin-top: 0px;
}
.navbar a {
	font-size: 1.5vw;
}
#nav {
	width: 100%;
	float: none;
	text-align: center;
	max-height: 30px;
}
nav li {
	float: none;
	display: inline-block;
}
#nav ul {
	display: inline-block;
}
#nav li a {
	display: inline-block;
	text-align: center;
	padding: 0px 10px;
	text-decoration: none;
}
#navcontact {
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	display:none;
}
#footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	height: auto;
	width: 100%;
	background: #999;
}
.hover-zoom {
	float: left;
	margin: 0;
	height: 165px;
	width: 50vw;
}
.hover-zoom:hover {
	background-position: bottom;
}
.hover-zoom:last-child {
	width: 100vw;
}
.hover-zoom img {
	max-height: 60%;
	width: auto;
	margin-top: 12px;
	MAX-WIDTH: 80%;
	HEIGHT: AUTO;
}
.hover-zoom p a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	background: #7F171A;
	padding: 1em;
	margin: 0;
	box-sizing: border-box;
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2VW;
	text-decoration: none;
}
.homecontent {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto 0 auto;
	text-align: center;
}
.homecontent img {
	MAX-WIDTH: 500px;
	max-width: 100%;
	HEIGHT: AUTO;
}
.homecontent h1 {
	font-family: 'oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2.5vw;
	line-height: 1.5em;
	color: #ffffff;
}
}


@media screen and (max-width: 650px) {

}
