/*///general page setting & style///*/
html, body { font-family: "Source Sans Pro", arial, sans-serif; font-size: 16px; line-height: 1.4em; position: relative; width: 100%; height: 100%; background: #eaeef0; }
@media (min-width: 1200px) { html, body { font-size: 18px; } }
@media (min-width: 1550px) { html, body { font-size: 20px; } }

.row-no-padding [class*="col-"] { padding-left: 0 !important; padding-right: 0 !important; }

.mainConterWrapper { width: 100%; height: auto; overflow: hidden; background: #fff; margin: 0 auto; }
@media (min-width: 1550px) { .mainConterWrapper { width: 1500px; } }

.edgePad { padding: 25px; background: #fff; }

.copyright { border-top: 1px #eee solid; }
.copyright p { text-align: right; color: #999999; font-size: .8em; }

/*///header///*/
.header { background: #fff; border-bottom: 1px #eee solid; position: absolute; left: 0; top: 0; width: 100%; /*///logo///*/ /*///navigation///*/ }
@media (min-width: 1550px) { .header { width: 1500px; left: 50%; margin-left: -750px; } }
@media (min-width: 768px) { .header { border-bottom: none; } }
.header h1 { margin: 0; text-align: center; }
@media (min-width: 768px) { .header h1 { text-align: left; } }
.header h1 img { width: 80%; max-width: 280px; cursor: pointer; }
@media (min-width: 768px) { .header h1 img { max-width: 250px; } }
.header .mainNaviWrapper { padding-top: 30px; /*///navi list///*/ }
@media (min-width: 768px) { .header .mainNaviWrapper { padding-top: 50px; } }
@media (min-width: 992px) { .header .mainNaviWrapper { padding-top: 80px; } }
.header .mainNaviWrapper .naviDeco { height: 2px; background: #455560; width: 68px; }
.header .mainNaviWrapper ul { margin: 0; padding: 0; text-align: center; }
@media (min-width: 768px) { .header .mainNaviWrapper ul { float: right; text-align: right; } }
.header .mainNaviWrapper ul li { display: inline-block; margin: 5px 15px; text-align: right; text-transform: uppercase; }
@media (min-width: 768px) { .header .mainNaviWrapper ul li:last-child { margin-right: 0; } }
.header .mainNaviWrapper ul li a { color: #000; font-size: .75em; font-weight: 600; letter-spacing: 2px; text-decoration: none; }
.header .mainNaviWrapper ul li a:active, .header .mainNaviWrapper ul li a:hover { text-decoration: none; color: #455560; }

.fixHeader { position: fixed; z-index: 30; top: 0; left: 0; background: #fff; border-bottom: 1px #eee solid; }
@media (min-width: 1550px) { .fixHeader { width: 1500px; left: 50%; margin-left: -750px; } }
.fixHeader h1 img { width: auto; height: 30px; }
@media (min-width: 768px) { .fixHeader h1 img { height: 40px; display: block; } }
@media (min-width: 1550px) { .fixHeader h1 img { height: 50px; } }
.fixHeader .mainNaviWrapper { padding-top: 15px; }

/*///intro///*/
.intro h2 { font-size: 1.1em; color: #4893b2; padding: 0; margin: 0; font-weight: 700; text-transform: uppercase; text-align: center; }
@media (min-width: 768px) { .intro h2 { text-align: right; } }
.intro p { font-size: 0.95em; color: #999999; padding: 0; margin: 0; text-align: center; }
@media (min-width: 768px) { .intro p { text-align: right; } }

/*///intro banner///*/
#introBanner { background: #fff; }
#introBanner .item { height: 350px; width: 100%; background-size: cover; }
@media (min-width: 768px) { #introBanner .item { height: 500px; } }
@media (min-width: 992px) { #introBanner .item { height: 600px; } }
@media (min-width: 1200px) { #introBanner .item { height: 800px; } }
#introBanner .image1 { background-image: url(../images/banner_1.jpg); }
#introBanner .image2 { background-image: url(../images/banner_2.jpg); }
#introBanner .image3 { background-image: url(../images/banner_3.jpg); }
#introBanner .image4 { background-image: url(../images/banner_4.jpg); }

/*///owl carousel customisation///*/
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { width: 8px; height: 8px; background: #4893b2; }

.owl-theme .owl-controls .owl-page span { width: 8px; height: 8px; }

/*///network///*/
.network { background: #fff; }
.network h3 { font-size: 0.95em; color: #4893b2; padding: 0; margin: 0; font-weight: 700; text-transform: uppercase; text-align: center; }
@media (min-width: 768px) { .network h3 { text-align: left; } }
.network p { font-size: 0.95em; color: #999999; padding: 0; margin: 0; text-align: center; }
@media (min-width: 768px) { .network p { text-align: right; } }

.map { text-align: center; background: #fff; }
.map img { width: 100%; max-width: 1200px; }

/*///project///*/
.project_intro { background: #263038; padding-top: 50px; padding-bottom: 50px; }
.project_intro h3 { font-size: 0.95em; color: #4893b2; padding: 0; margin: 0; font-weight: 700; text-transform: uppercase; text-align: center; }
@media (min-width: 768px) { .project_intro h3 { text-align: left; } }
.project_intro p { font-size: 0.95em; color: #fff; padding: 0; margin: 0; text-align: center; }
@media (min-width: 768px) { .project_intro p { text-align: right; } }

.project_thumb .thumb { position: relative; cursor: pointer; }
.project_thumb a { display: block; overflow: hidden; cursor: pointer; }
.project_thumb .table { display: table; width: 100%; height: 100%; position: absolute; padding: 0; margin: 0; top: 0; left: 0; }
.project_thumb .table .cell { display: table-cell; vertical-align: middle; width: 100%; height: 100%; }
.project_thumb .table .cell h3, .project_thumb .table .cell h5 { text-align: center; color: #fff; }
.project_thumb .table .cell h3 { font-size: 1.2em; }
.project_thumb .table .cell h5 { font-size: 0.9em; }
.project_thumb img { width: 100%; }

.projectImageHolder { position: fixed; z-index: 100; top: 0; left: 0; background: #fff; width: 100%; height: 100%; overflow: auto; display: none; }
.projectImageHolder .closeBTN { position: absolute; right: 0px; top: 0px; display: block; }
.projectImageHolder .closeBTN a { display: block; width: 50px; height: 50px; position: relative; cursor: pointer; }
.projectImageHolder .closeBTN a span { display: block; width: 30px; height: 3px; background: #999999; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; position: absolute; }
.projectImageHolder .closeBTN a span:nth-child(1) { -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */ transform: rotate(45deg); top: 25px; left: 5px; }
.projectImageHolder .closeBTN a span:nth-child(2) { -ms-transform: rotate(-45deg); /* IE 9 */ -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */ transform: rotate(-45deg); top: 25px; left: 5px; }
.projectImageHolder h3 { font-size: 1.2em; text-transform: uppercase; font-weight: bold; color: #455560; text-align: center; }
.projectImageHolder p { font-size: 0.8em; text-transform: uppercase; color: #999999; text-align: center; letter-spacing: 2px; padding-bottom: 1em; }
.projectImageHolder img { width: 100%; max-width: 1400px; margin: 0 auto; padding-bottom: 10px; }

.blackOverlay { width: 100%; height: 100%; position: fixed; z-index: 80; top: 0; left: 0; display: none; background: #000; opacity: 0; filter: alpha(opacity=0); }

/*///contact///*/
.contact { background: #fff; }
.contact .titleSpace { padding: 15px 0; }
.contact .titleSpace h3 { font-size: 0.95em; color: #4893b2; padding: 0; margin: 0; font-weight: 700; text-transform: uppercase; text-align: center; }
@media (min-width: 768px) { .contact .titleSpace h3 { text-align: left; } }
.contact .titleSpace p { font-size: 0.95em; color: #999999; padding: 0; margin: 0; text-align: center; }
@media (min-width: 768px) { .contact .titleSpace p { text-align: right; } }
.contact .form { padding: 25px 0; display: block; }
.contact .form label { display: block; font-size: .7em; color: #000; letter-spacing: 1px; text-transform: uppercase; }
.contact .form span { display: block; position: relative; padding-bottom: 20px; }
.contact .form span input, .contact .form span p, .contact .form span textarea { display: block; color: #888; width: 100%; border: none; border-bottom: 1px solid #ddd; padding: .6em 0; font-size: 1em; margin: 0; }
.contact .form span p { border: none; position: absolute; top: 0; left: 0; z-index: 0; color: #aaa; }
.contact .form #submit_btn { background: none; border: none; font-weight: bold; padding: 5px 0px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; color: #4893b2; text-align: right; }
.contact .form .sendBTNHolder { text-align: right; }
.contact .form .failMSG { text-align: right; font-size: .8em; font-style: italic; color: #aaa; }
@media (min-width: 768px) { .contact .form .failMSG { text-align: left; } }
