
/*Search css config*/
#search {
    position: fixed;
    top: 110px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
/* fonts demo styles */
		.demo-0 {
			font-family: 'PSLKittithada';
			font-weight: bold;
			font-style: normal;
		}

.position-center {
    align-items: center; 
    display:block;
    justify-content: center;
    margin: 0px auto; 
}

.home-content {
    background-color: #F6F6F6;
    padding-top: 20px;
}
.aftersale-content {
    min-height: 140px;
}


.copyright {
    color: #fff;
	font-size: 1.0em;
    font-weight: normal;
    line-height: 14px;
}
.col-vs-auto {
    display: flex; 
    float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.slider-link {
    position:absolute; 
    width:100%; 
    height:700px; 
    z-index:9000;
}
.hide {
    display: none;
}

.counters.counters-course .counter {
    padding: 15px 10px;
}

    .counters.counters-course .counter label {
        font-size: 1.1em;
    }

.red {
    color: #A94442;
}

.radio-custom label {
    padding-left: 15px;
}

.em {
    font-style: italic;
}

/* AJAX calendar styles */
.CalendarExtender {
    cursor: pointer;
    margin: -24px 0 0 88%;
    position: absolute;
    background-color: #fff;
}

/* Gray style */
/*html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}*/