@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body {
    font-family: 'Kanit', sans-serif;
    color: #5C5C5C;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    font-weight: 400;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none!important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

textarea {
    resize: none;
}

p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 300;
    color: #535151;
}


/*#######################*/


/*############ CAMERA BANNER ##############*/

.camera_bar {
    z-index: 2;
}

.camera_thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.camera_thumbs_cont {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.camera_overlayer {
    opacity: .1;
}

.camera_thumbs_cont>div {
    display: none;
}

.camera_bar {
    display: none;
}

.camera_wrap {
    width: 100%;
    margin-bottom: 0 !important;
}

.camera_commands {
    display: none;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
    background: none !important;
}

.camera_prev,
.camera_next {
    top: 50% !important;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
}

.camera_prev>span {
    background: url(../images/prev-next.png) bottom left no-repeat !important;
    height: 40px;
    width: 40px;
}

.camera_prev {
    left: 20px;
}

.camera_next {
    right: 20px !important;
}

.camera_next>span {
    background: url(../images/prev-next.png) top right no-repeat !important;
    height: 40px;
    width: 40px;
}

.banner {
    position: relative;
}


/*############# END CAMERA BANNER #############*/