@charset "utf-8";
/* CSS Document */

/* thumb slide at product building material */
 /* jssor slider bullet navigator skin 05 css */
            /*
            .jssorb05 div           (normal)
            .jssorb05 div:hover     (normal mouseover)
            .jssorb05 .av           (active)
            .jssorb05 .av:hover     (active mouseover)
            .jssorb05 .dn           (mousedown)
            */
            .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
                background: url(slidem/img/b05.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }

            .jssorb05 div {
                background-position: -7px -7px;
            }

                .jssorb05 div:hover, .jssorb05 .av:hover {
                    background-position: -37px -7px;
                }

            .jssorb05 .av {
                background-position: -67px -7px;
            }

            .jssorb05 .dn, .jssorb05 .dn:hover {
                background-position: -97px -7px;
            }
			  /* jssor slider arrow navigator skin 12 css */
            /*
            .jssora12l              (normal)
            .jssora12r              (normal)
            .jssora12l:hover        (normal mouseover)
            .jssora12r:hover        (normal mouseover)
            .jssora12ldn            (mousedown)
            .jssora12rdn            (mousedown)
            */
            .jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
                position: absolute;
                cursor: pointer;
                display: block;
                background: url(slidem/img/a12.png) no-repeat;
                overflow: hidden;
            }

            .jssora12l {
                background-position: -16px -37px;
            }

            .jssora12r {
                background-position: -75px -37px;
            }

            .jssora12l:hover {
                background-position: -136px -37px;
            }

            .jssora12r:hover {
                background-position: -195px -37px;
            }

            .jssora12ldn {
                background-position: -256px -37px;
            }

            .jssora12rdn {
                background-position: -315px -37px;
            }
            
.projsublink{font-size:14px; line-height:35px; border-bottom:1px #ccc solid; display:block; height:35px; width:250px; text-decoration:none; color:#333;}
a:hover.projsublink{color:#30C; padding-left:10px; background-color:#f5f5f5; }

.prosubtitle{font-size:18px; font-weight:bold; line-height:20px; color:#463385; text-transform:uppercase;}
.prodesc{font-size:13px; line-height:20px; color:#666; }
.hpthumbtitle{text-transform:uppercase; font-weight:bolder; line-height:36px; margin-top:10px; font-size:35px}
.subbar{font-size:13px; line-height:22px; text-decoration:none;}
.ptitle{font-size:30px; line-height:25px; color:#778cb8;} 

/* Reset ---------------------------------------- */
*
{
	margin: 0;
	padding: 0px;
	border: 0;
	outline: 0;
	text-decoration: none;
	
}

html { overflow-y: none; }

html, body
{

	width: 100%;
	font-family:arial;
	font-size:13px;
	line-height:20px;
/*	height: 100%; */

}

body
/*{
	background: #f5f5f5;
	font: 16px/1.4 'Myriad', Georgia, serif; 
	font-family:'Myriad',arial;
	font-size:12px;
	line-height:18px;
	color: #000;
}*/

img
{
	border: none;
	max-width: 100%;
}

:focus { outline: 0; }

/*a:link, a:visited
{
	text-decoration: none;
	color: #111;
}

a:hover { color: #fd3f3f; }
a.selected { color: #fd3f3f; }*/
iframe { overflow: hidden; }

.link{color:#63C; text-decoration:none; font-weight:bold;}
a:hover.link{color:#609:}

.ptitle{
	font-size:30px; line-height:35px; }
	
.subtitle{font-size:20px; line-height:25px; font-weight:bold;}	

.bg
{
	width: 100%;
	height: 100%;
/*	position: fixed; */
	top: 0;
	left: 0;
	z-index: 1;
}

.intro
{
	border: none;
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: 9;
	position: fixed;
	display: none;
}

.intro img { width: 300px; }
/*.slides { position: relative; }
.slides .slides-container { display: none; }

.slides .scrollable
{
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

.slides .scrollable:after
{
	content: "";
	display: table;
	clear: both;
}

.slides-navigation
{
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}

.slides-navigation a
{
	position: absolute;
	display: block;
}

.slides-navigation a.prev { left: 0; }
.slides-navigation a.next { right: 0; }

.slides-pagination
{
	position: absolute;
	z-index: 3;
	bottom: 10px;
	right: 20px;
}

.slides-pagination a
{
	border: 2px solid #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}

.slides-pagination a.current { background: #fff; }
*/
.sidebar
{
	width: 400px;
	min-height: 100%;
	padding: 20px 30px;
	position: absolute;
	

	z-index: 201;
	;filter:alpha(opacity=100); /* IE */
-moz-opacity:100; /* Mozilla */
opacity: 100; /* CSS3 */ 
}

#about .sidebar { bottom: -400px; left:500px}

.sidebar .logo
{
	max-width: 60%;
	display: block;
	margin: 10px auto 30px;
}

.sidebar h1
{
	border-bottom: 2px dotted #ddd;
	margin-bottom: 20px;
	text-align: center;
}

.sidebar p
{
	z-index: 3;
}

.sidebar p a, .sidebar h5 a { text-decoration: underline; }




.social
{
	width: 100%;
	text-align: center;
	font-size: 0.75em;
	clear: both;
	padding-top: 80px;
}

#about .social
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 0;
}

.social img
{
	height: 30px;
	display: inline-block;
	margin: 10px auto;
}

.social img:hover
{
	opacity: 0.3;
	cursor: pointer;
}

.minmax
{
	position: fixed;
	bottom: 0;
	left: 410px;
	z-index: 3;
}

.min, .max
{
	width: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.max { display: none; }

.lbox{
	width: 340px;
	margin: 20px auto;
}

.lbox img
{
	display: inline-block;
	margin: 2px;
	width: 80px;
	float: left;
}

button,
input,
optgroup,
select,
textarea
{
	color: inherit;
	font: inherit;
	margin: 0;
}

button { overflow: visible; }
button,
select { text-transform: none; }

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"]
{
	-webkit-appearance: none;
	cursor: pointer;
}

input { line-height: normal; }

textarea
{
	overflow: auto;
	display: block;
}

input, textarea, select
{
	background: #eee;
	margin-bottom: 10px;
	width: 100%;
	font: 13px/1.4 "Fira Mono", sans-serif;
	padding: 5px;
	color: #111;
	border: 1px solid #ccc;
}

label
{
	display: block;
	font: 13px/1.4 "Fira Mono", sans-serif;
	text-align: left;
}

button[type=submit]
{
	background: #000;
	color: #fff;
	padding: 10px 15px 6px;
	margin-bottom: 20px;
}

.cbox
{
	display: block;
	padding-left: 25px;
	text-indent: -25px;
	font: 10px/1.3 #000;
}

.cbox input
{
	width: 23px;
	height: 12px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
	background: #fff;
}

label.error
{
	font-size: 10px !important;
	color: #c8707b !important;
	line-height: 1;
	margin-bottom: 5px;
	display: block;
	clear: both;
}

input.error, textarea.error, select.error { background: #FEDDD9; }

#myMap
{
	width: 100%;
	height: 100%;
	margin-top: 40px;
}

#myMap img { max-width: none; }


.subsub{font-size:12px; line-height:16px; text-decoration:none; display:block; padding:4px; color:#333; }
a:hover.subsub{color:#000; }

.sub{font-size:14px; line-height:35px; border-bottom:1px #ccc solid; padding-left:10px; display:block; height:35px; width:280px; text-decoration:none; color:#333;}
a:hover.sub{color:#30C;   }
.subdown{font-size:14px; line-height:35px; border-bottom:1px #ccc solid; padding-left:10px; display:block; height:35px; width:280px; text-decoration:none; color:#fff; background-color:#0a4595}

.itemtitle{ color:#778cb8; font-weight:bold; text-transform:uppercase;}

/* Mobile Responsiveness */
@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .container {
        width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

    /* === GENERAL TABLES: Stack cells vertically === */
    table {
        width: 100% !important;
        height: auto !important;
    }

    td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: left !important;
    }

    /* Exceptions – nav inner table keeps table-cell */
    .nav td { display: table-cell !important; }

    /* === NAV CELL: zero padding so hamburger button sits flush === */
    /* The <td> that directly contains .nav should have no padding */
    .logo-cell + td {
        padding: 0 !important;
    }

    /* === HEADER LOGO CELL === */
    .logo-cell {
        padding-left: 10px !important;
        padding-right: 10px !important;
        background-color: #fff;
    }
    .logo-cell div {
        height: 60px !important;
    }
    .logo-cell img {
        width: 50px !important;
        height: 50px !important;
    }
    .logo-cell span {
        font-size: 15px !important;
        margin-left: 8px !important;
        line-height: 1.2 !important;
    }

    /* === BLUE INFO BAR === */
    .info-bar {
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 8px 10px !important;
        gap: 4px !important;
    }
    .info-bar > span:first-child {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .info-bar > div {
        float: none !important;
        position: static !important;
        margin: 0 !important;
        line-height: 24px !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    /* === IMAGES === */
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* === INDEX PAGE: Hero Slider === */
    #slider1_container {
        width: 100% !important;
        height: auto !important;
        min-height: 180px;
        overflow: hidden !important;
    }

    /* === INDEX PAGE: 3-column section === */
    .home-3col td {
        display: block !important;
        width: 100% !important;
        padding: 8px 10px !important;
    }
    .home-3col td > div {
        width: 100% !important;
        max-width: 100% !important;
    }
    #slider2_container,
    #slider3_container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* === SIDEBAR PAGES (activities & products): Hide sidebar + arrow === */
    .sidebar-layout > tbody > tr > td:first-child,
    .sidebar-layout > tbody > tr > td:nth-child(2) {
        display: none !important;
    }
    .sidebar-layout > tbody > tr > td:last-child {
        display: block !important;
        width: 100% !important;
        padding: 0 10px !important;
    }

    /* === CONTACT PAGE: Make floating box flow normally === */
    #contact-box {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        min-height: auto !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
        opacity: 1 !important;
    }

    /* === ABOUT US: Keep profile table as proper table on mobile === */
    .profile-table {
        display: table !important;
        width: 100% !important;
    }
    .profile-table td {
        display: table-cell !important;
        width: auto !important;
        padding: 3px 5px !important;
        vertical-align: top;
    }

    /* === TYPOGRAPHY === */
    .ptitle {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    .subtitle {
        font-size: 16px !important;
    }

    /* === SUB/SUBDOWN LINKS === */
    .sub, .subdown {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* === FOOTER === */
    /* Center all footer text on mobile */
    div[style*="margin:0px auto"] {
        text-align: center !important;
        overflow: hidden;
        padding-bottom: 8px;
    }
    div[style*="margin:0px auto"] > div {
        float: none !important;
        position: static !important;
        bottom: auto !important;
        display: block !important;
        text-align: center !important;
        margin: 0 !important;
    }

    /* === SPACER DIVS === */
    /* Reduce the large height spacers on mobile */
    div[style*="height:50px"],
    div[style*="height:50PX"],
    div[style*="height:50px"],
    div[style*="height:25px"] {
        height: 15px !important;
    }

    /* === BODY CONTENT AREAS === */
    /* General content padding inside .container */
    .container > div,
    .container > table {
        padding-left: 0;
        padding-right: 0;
    }

    /* Vision/Mission and about-us text */
    td[style*="font-size:18px"],
    td[style*="font-size:16px"] {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* About-us bullet lists */
    ul[style*="padding-left: 40px"],
    ul[style*="padding-left:40px"] {
        padding-left: 20px !important;
    }

    /* === CONTACT PAGE === */
    /* Ensure the contact box is visible above the background image */
    #contact-box {
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
        padding: 15px !important;
    }
    /* Contact info table inside the box – keep 2-col layout */
    #contact-box table {
        width: 100% !important;
        display: table !important;
    }
    #contact-box table td {
        display: table-cell !important;
        width: auto !important;
        padding: 4px 6px !important;
    }

    /* === INDEX PAGE === */
    /* Hero banner: let JS handle width, just cap height */
    #slider1_container {
        max-height: 220px;
        overflow: hidden !important;
    }

    /* WHO WE ARE / specialties 3-col section */
    .home-3col td > div[style*="width:380px"],
    .home-3col td > div {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* === ACTIVITIES / PRODUCTS CONTENT === */
    /* Photo captions */
    .sidebar-layout > tbody > tr > td:last-child td {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* === MISC === */
    /* Attribute-width overrides */
    [width="1100"] { width: 100% !important; }
    [width="95%"]  { width: 100% !important; }

    /* Prevent any fixed-width inline styles from overflowing */
    * { max-width: 100%; box-sizing: border-box; }
    img { max-width: 100% !important; height: auto !important; }
}