html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@font-face {
font-family: 'OpenSans-Regular';
font-display: swap;
src: url(//bdstimber.com/wp-content/themes/bdstimber/fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
font-family: 'Kanit-Regular';
font-display: swap;
src: url(//bdstimber.com/wp-content/themes/bdstimber/fonts/Kanit-Regular.ttf);
}
body {
font-family: 'Kanit-Regular';
font-size: 14px;
line-height: 1.5;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6 {
margin: 0 0 1em;
line-height: 1.3;
}
h1 { font-size: 40px; font-family: 'Kanit-Regular'; }
h2 { font-size: 35px; font-family: 'Kanit-Regular'; }
h3 { font-size: 25px; font-family: 'Kanit-Regular'; }
h4 { font-size: 1.125em; }
h5 { font-size: 12px; }
a,a:visited {
color: #000;
transition: all .5s ease;
}
a:hover,a:active {
color: #333;
text-decoration: none;
transition: all .5s ease;
}
ul, ol {
margin: 0 0 0 20px;
padding: 0;
}
.widget-title {	
font-family: 'Kanit-Regular';
font-size: 24px;
margin-bottom: 20px;
}
.widget ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget ul li {
border-bottom: 1px solid #f4f4f4;
padding: 5px 0;
}
.widget ul li a {
color: #999;
}
.widget ul li a:hover {
color: #fff;
}
.widget ul ul {
display: none;
}
.button-link a {	
display: inline-block;
line-height: 1;
background: #666;
color: #fff;
padding: 15px 40px;
font-family: 'Kanit-Regular';
transition: all .5s ease;
font-size: 1.2em;
border-radius: 40px;
}
.button-link a:hover {
background: #000;
color: #fff;
transition: all .5s ease;
}
.alignleft {
margin-bottom: 1.5em;
}
.gallery-item .gallery-icon {
padding: 0 5px 5px;
}
.gallery-item .gallery-icon a {
display: block;
width: 100%;
height: 0;
padding-top: 70%;
position: relative;
}
.gallery-item .gallery-icon a img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
#page {
overflow-x: hidden;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
padding: 0 15px !important;
}
.service-link a {
display: inline-block;
line-height: 1;
background: #666;
color: #fff;
padding: 12px 40px;
font-family: 'Kanit-Regular';
transition: all .5s ease;
font-size: 14px;
border-radius: 40px;
float: right;
transition: all .5s ease;
}
.service-link a:hover {
background: #000;
transition: all .5s ease;
}
@media screen and (max-width: 767px) {
.service-link {
text-align: center;
}
.service-link a {
float: none;
margin-top: 15px;
display: block;
}
} .site-header {
background: #333;
padding: 15px 0;
}
.site-header:before, .site-header::after, .site-header .container::after {
display: none;
}
.site-header .container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.site-title {
max-width: 350px;
}
.header-socials a {
display: inline-block;
width: 30px;
height: 30px;
margin-left: 5px;
border: 1px solid #fff;
color: #fff;
line-height: 28px;
text-align: center;
}
.header-socials a:hover {
background: #fff;
color: #000;
}
.header-widgets {
color: #fff;
font-family: 'Kanit-Regular';
}
.header-widgets .phone {
font-size: 20px;
} .main-navigation {
float: none;
border-bottom: 1px solid #ddd;
}
.main-navigation .container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.main-navigation .container::after {
display: none;
}
.main-navigation ul li a {	
font-size: 16px;
line-height: 1;
display: block;
padding: 12px 20px;
border-bottom: 3px solid transparent;
font-family: 'Kanit-Regular';
}
.main-navigation ul li:hover > a, .main-navigation ul li.current-menu-item > a {
border-bottom: 3px solid #333;	
}
.main-navigation ul ul li a {
background: #fff;
border-bottom: none;
}
.main-navigation ul ul li:hover > a, .main-navigation ul ul li.current-menu-item > a {
border-bottom: none;
} 
.socials {
display: flex;
flex-flow: row nowrap;
}
.socials a {
font-size: 20px;
line-height: 35px;
margin-left: 10px;
width: 35px;
height: 35px;
display: inline-block;
text-align: center;
color: #fff;
border-radius: 100%;
}
a.icon-facebook { background: #3b5998; }
a.icon-line { background: #00c300; }
i.ss-line:before {
position: relative;
top: 3px;
} .post, .page {
margin: 0;
}
.page-content, .entry-content, .entry-summary {
margin: 0;
}
.site-content {
padding: 60px 0;
}
.home .site-content {
padding: 0;
}
.page-title {
text-align: center;
padding: 0 0;
}
.page-title:after {
content: '';
background: #B70809;
width: 50px;
height: 3px;
display: block;
margin: 10px auto;
}
.home .page-title {
display: none;
}
.slideshow-wrapper .item {
height: 600px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;	
font-family: 'Kanit-Regular';
position: relative;
}
.slideshow-wrapper .item .image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;	
}
@keyframes zoom {
from { transform: scale(1); }
to { transform: scale(1.4); }
}
.slideshow-wrapper .owl-item.active .item .image {
animation-name: zoom;
animation-duration: 40s;
}
.slideshow-wrapper .item .container {
position: relative;
z-index: 10;
}
.slideshow-wrapper .item .content {
width: 100%;
background: rgba(0,0,0,0.2);
color: #fff;
text-align: center;
padding: 50px;
font-size: 24px;
}
.slideshow-wrapper .item .content h2 {
font-size: 60px;
}
.slideshow-wrapper .owl-prev {
width: 50px;
height: 50px;
background: rgba(0,0,0,0.2) !important;
line-height: 50px !important;
color: #fff !important;
text-align: center;
position: absolute;
left: 20px;
top: 50%;
margin-top: -25px;
font-size: 30px !important;
}
.slideshow-wrapper .owl-next {
width: 50px;
height: 50px;
background: rgba(0,0,0,0.2) !important;
line-height: 50px !important;
color: #fff !important;
text-align: center;
position: absolute;
right: 20px;
top: 50%;
margin-top: -25px;
font-size: 30px !important;
}
.slideshow-wrapper .owl-dots {
text-align: center;
padding: 20px 0;
position: absolute;
bottom: 0;
width: 100%;
}
.slideshow-wrapper .owl-dots .owl-dot {
display: inline-block;
width: 40px;
height: 4px;
margin: 0 3px;
background: #ccc;
}
.slideshow-wrapper .owl-dots .owl-dot.active {
background: #fff;
}
.home-intro {
padding: 150px 0;
}
.home-intro a {
margin-top: 30px;
}
.home-content a {
font-family: 'Kanit-Regular';
display: inline-block;	
line-height: 1;
background: #666;
color: #fff;
padding: 10px 40px;
}
.home-content a:hover {
background: #000;
color: #fff;
}
.home-services {
background: #eee;
padding: 100px 0;
}
.home-services .elementor-col-50 .elementor-text-editor {
padding: 50px;
}
#secondary {
padding-bottom: 40px;
}
#secondary .widget-title {
font-size: 20px;
margin-bottom: 10px;
font-weight: bold;
margin-bottom: 20px;
}
#secondary .widget-title:after {
content: '';
background: #B70809;
width: 50px;
height: 3px;
display: block;
margin: 10px 0;
}
.post-wrapper article {
margin-bottom: 30px !important;
}
.post-wrapper .entry-image {
width: 100%;
height: 0;
padding-top: 70%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 15px;
display: block;
}
.post-wrapper .entry-title {		
font-size: 18px;
line-height: 1.1;
display: block;
margin-bottom: 15px;
}
.related-posts {
position: relative;
}
.related-posts h2 {
border-top: 3px solid #eee;
padding-top: 40px;
margin-top: 40px;
}
.related-posts .entry-content {
display: none;
}
.wood-wrapper .item {
position: relative;
margin-bottom: 30px !important;
}
.wood-wrapper .item .image {
width: 100%;
height: 0;
padding-top: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 30px;
}
.wood-wrapper .item a {
width: 100%;
padding: 0 0 10px;
font-size: 20px;
display: flex;
flex-flow: row nowrap;
align-items: center;
transition: all .5s ease;
font-family: 'Kanit', sans-serif;
}
.wood-wrapper .item:hover a {
height: 100%;
transition: all .5s ease;
}
.project-wrapper .item {
margin-bottom: 30px !important;
}
.project-wrapper .item .image {
width: 100%;
padding-top: 70%;
height: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 15px !important;
}
.project-wrapper .item .title {
text-align: center;
font-size: 18px;
}
.project-wrapper .item ul {
position: absolute;
visibility: hidden;
pointer-events: none;
}
.single-project-gallery .row {
margin: 0 -5px;
}
.single-project-gallery .col-6 {
padding: 0 5px;
}
.single-project-gallery .image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
padding-top: 70%;
height: 0;
margin-bottom: 10px;
}
.service-wrapper .item a {
margin-bottom: 30px !important;
position: relative;
display: block;
}
.service-wrapper .item a .image {
width: 100%;
padding-top: 120%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.service-wrapper .item a .title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
pointer-events: none;
opacity: 1;
transition: all .5s ease;
padding: 20px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
transition: all .5s ease;
transform: scale(0);
}
.service-wrapper .item a:hover .title {
transition: all .5s ease;
transform: scale(1);
}
.service-wrapper .item a .title h3 {
color: #fff;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
}
.service-wrapper .item a:hover .title {
background: rgba(0,0,0,0.6);
transition: all .5s ease;
} .single .page-title {
text-align: left;
}
.single .page-title:after {
margin: 10px 0;
} .site-footer {
padding: 40px 0;
background: #333;
color: #fff;
font-size: .9em;
}
.site-footer h2 {
font-size: 25px;
}
.site-footer a {
color: #fff;
}
.site-footer a:hover {
color: #D5A253;
}
.site-footer .widget ul li {
border-bottom: none;
}
.site-footer .widget-title {
color: #fff;
}
.footer-logo {
margin-bottom: 20px;
max-width: 250px;
}
.footer-socials {
margin: 0 0 1.5em;
}
.footer-socials a:hover {
color: #000;
}
.site-bottom {
font-size: .9em;
background: #333;
color: #fff;
}
.site-bottom .wrapper {
width: 100%;
border-top: 1px solid rgba(255,255,255,0.1);
padding: 15px 0;
}
.site-bottom a {
color: #fff;
}
.site-bottom a:hover {
color: #D5A253;
}
.mobilebar {
display: none;
}@media screen and (max-width: 991px) {
.slideshow-wrapper .item {
height: 500px;
}
.slideshow-wrapper .item .content {
font-size: 18px;
}
.slideshow-wrapper .item .content h2 {
font-size: 40px;
}
}
@media screen and (max-width: 768px) {
.slideshow-wrapper .item {
height: 400px;
}
}
@media screen and (max-width: 767px) {
.site-header {
padding: 10px 0;
}
.site-header .container {
flex-flow: column-reverse;
}
.header-widgets .phone {
display: none;
}
.site-top {
display: none;
}
.site-title {
max-width: 250px;
}
.main-navigation {
position: relative;
}
.menu-toggle {
position: relative;
border: none;
background: none;
width: 40px;
height: 40px;
float: right;
margin: 5px 0;
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
}
.menu-toggle span {
height: 1px;
width: 40px;
background: #111;
display: flex;
position: relative;
}
.menu-toggle span:before {
content: '';
height: 1px;
width: 100%;
background: #111;
display: flex;
position: absolute;
top: -8px;
}
.menu-toggle span:after {
content: '';
height: 1px;
width: 100%;
background: #111;
display: flex;
position: absolute;
bottom: -8px;
}
.main-navigation ul {
display: none;
}
.main-navigation.toggled ul {
display: block;
position: absolute;
top: 100%;
z-index: 50;
background: #fff;
left: 0;
width: 100%;
}
.main-navigation.toggled ul li {
float: none;
}
.main-navigation ul li:hover > a, .main-navigation ul li.current-menu-item > a {
border-bottom: 3px solid transparent;
}
.main-navigation ul ul {
position: relative !important;
box-shadow: none;
float: none;
}
.main-navigation ul ul li a {
padding-left: 40px;
font-size: 14px;
}
.site-bottom .container {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.mobilebar {
display: block;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex;
flex-flow: row nowrap;
z-index: 20;
}
.mobilebar a {
width: 33.33%;
text-align: center;
background: #666;
color: #fff;
height: 40px;
line-height: 40px;
border-right: 1px solid rgba(0, 0, 0, 0.2);
border-left: 1px solid rgba(255, 255, 255, 0.15);
font-size: 20px;
}
.mobilebar a.facebook { background: #3b5998; }
.mobilebar a.line { background: #00c300; }
.site-bottom {
padding-bottom: 40px;
}
}
@media screen and (max-width: 480px) {
#page {
width: 100%;
overflow-x: hidden;
}
.slideshow-wrapper .item .content h2 {
font-size: 34px;
}
.slideshow-wrapper .item .content {
font-size: 15px;
}
.slideshow-wrapper .item {
height: 300px;
}
.slideshow-wrapper .owl-prev,.slideshow-wrapper .owl-next {
display: none;
}	
.service-wrapper .item {
flex-flow: column nowrap;
}
.service-wrapper .item:nth-child(even) {
flex-flow: column nowrap;
}
.service-wrapper .image {
flex-basis: 100%;
flex-shrink: 0;
width: 100%;
}
.service-wrapper .content {
padding: 20px;
}
}