@charset "utf-8";

@import 'style.css';

/*-----------------------------------------
	  CSS information
	  file name:	complited project.css
	  style info:	for project_news page
-----------------------------------------*/
.dynamic_map_section {
    padding: 0 0 0 38px;
}

.Fieldset {
    float: left;
    width: 165px;
    margin-left: 55px;
    margin-top: 10px;
    display: inline;
    /*--for IE6 margin problem----*/
    color: #333;
    padding: 5px;
}

#right img {
    padding: 50px 0 5px 50px;
}

.r_img {
    width: 304px;
    clear: both;
}

.r_img {
    width: 304px;
    overflow: hidden;
}

.r_img p {
    margin: 200px 65px 0 55px;
    border: 1px solid #999;
    padding: 3px;
}

#top {
    text-align: left;
}

#img01 {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 35px;
    background: url(../images/completed_work/icon_1a.jpg) no-repeat left 5px;
    text-align: left;
}

#img02 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 35px;
    background: url(../images/completed_work/icon_1b.gif) no-repeat left 5px;
    text-align: left;
}

#img03 {
    padding: 0 0px 0px 0px;
    text-align: left;
}

#img03 span {
    padding: 2px 0px 5px 25px;
    background: url(../images/completed_work/icon_1c.gif) no-repeat left 2px;
    margin-left: 0.6em;
}

#img04 {
    padding: 0 0px 0px 36px;
    text-align: left;
}

/*-------------------------------
				map
--------------------------------*/
/* set the size of the definition list <dl> and add the background image */
#imap {
    display: block;
    width: 658px;
    height: 784px;
    background: url(../img/completed_work/cwm2023.jpg) no-repeat;
    position: relative;
    margin: 2% auto;
}

/* set up the definition list <dt><a> to hold the background image for the hover state */
#imap a#title {
    display: block;
    width: 658px;
    height: 0;
    padding-top: 240px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    cursor: default;
}

/* the hack for IE pre IE6 */
* html #imap a#title {
    height: 240px;
}

/* the <dt><a> hover style to move the background image to position 0 0 */
#imap a#title:hover {
    background-position: 0 0;
    z-index: 10;
}

/* place the <dd>s in the correct absolute position */
#imap .clk-btn {
    position: absolute;
    padding: 7px;
    margin: 7px;
    border-radius: 50%;
    background: none;
}

#imap .place01 {
    left: 309px;
    top: 76px;
    z-index: 20;
}

#imap .place02 {
    left: 325px;
    top: 114px;
    z-index: 20;
}

#imap .place03 {
    left: 199px;
    top: 140px;
    z-index: 20;
}

#imap .place04 {
    left: 260px;
    top: 150px;
    z-index: 20;
}

#imap .place05 {
    left: 461px;
    top: 251px;
    z-index: 20;
}

#imap .place06 {
    left: 276px;
    top: 287px;
    z-index: 20;
}

#imap .place07 {
    left: 274px;
    top: 364px;
    z-index: 20;
}

#imap .place08 {
    left: 240px;
    top: 510px;
    z-index: 20;
}

#imap .place09 {
    left: 337px;
    top: 545px;
    z-index: 20;
}

#imap .place10 {
    left: 122px;
    top: 171px;
    z-index: 200;
}

#imap .place11 {
    left: 396px;
    top: 447px;
    z-index: 20;
}

#imap .place12 {
    left: 389px;
    top: 130px;
    z-index: 20;
}

/* style the <dd><a> links physical size and the background image for the hover */
#imap a.basic {
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    z-index: 20;
}

/*--------------------------------
               modal box
  ----------------------------------*/

.sm {
    float: left;
    background-color: #fff;
    padding-bottom: 30px;
}

.sm_top {
    width: 350px;
    margin: 0 0 0 50px;
}

.sm_top p {
    color: #333;
    padding-bottom: 10px;
    text-align: center;
}

.sm_but {
    margin: 20px 0 10px 50px;
    text-align: justify;
    width: 350px;
}

.sm_but p {
    color: #333;
    padding-bottom: 0px;
}


.comp_works_pic {
    margin-top: -20px;
    display: inline;
}

/*for IE6*/
.comp_works_pic {
    margin-top: 0;
    display: inline;
}


.comp_works_pic1 a {
    float: left;
    margin-top: 20px;
    display: inline;
    background: url(../images/completed_work/com_w_but011.jpg) no-repeat;
    margin-bottom: 10px;
    width: 175px;
    height: 44px;
}

.comp_works_pic1 a {
    margin-top: 0;
    display: inline;
}

.comp_works_pic2 a {
    float: left;
    margin-top: 0px;
    display: inline;
    background: url(../images/completed_work/com_w_but022.jpg) no-repeat;
    margin-bottom: 10px;
    width: 175px;
    height: 44px;
}

.comp_works_pic3 a {
    float: left;
    margin-top: 0px;
    display: inline;
    background: url(../images/completed_work/com_w_but03.jpg) no-repeat;
    margin-bottom: 10px;
    width: 175px;
    height: 44px;
}

.dtf {
    margin-left: 25px;
    display: block;
    font-weight: normal;

}

.modal-backdrop {
    z-index: 10;
}

/* modal-body */
.modal-header h6 {
    padding-left: 1em;
    font-weight: bold;
}

.modal-body {
    padding: 2em;
}

.modal-body img {
    max-width: 100%;
    margin: 0 auto 2em;
    display: table;

}

.yellow-cercle {
    color: #fee401;
    font-size: 10px;
    padding: 5px;
}

.icon03 span {
    padding: 2px 0px 5px 25px;
    background: url(../img/completed_work/icon_1c.gif) no-repeat left 5px;
    margin-left: 0.6em;
}

.icon01 {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 35px;
    background: url(../img/completed_work/icon_1a.jpg) no-repeat left 4px;
    text-align: left;
}

.icon02 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 35px;
    background: url(../img/completed_work/icon_1b.gif) no-repeat left 4px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #imap {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 120% 0 0 0;
        background-size: cover;
        overflow: hidden;
    }

}