/* Web Fonts Loading */
@import url(http://fonts.googleapis.com/css?family=Oswald:400);
@import url(http://fonts.googleapis.com/css?family=Questrial);

.introduce{
    position: relative;
    text-align: center;
    display: block;
    height: 440px;
    margin-top: 108px;
    padding-top: 230px;
}

.introduce h1{
    font-size: 40px;
    margin: 0px auto;
    font-weight: normal;
    line-height: 1.6em;
}
.introduce p{
    font-size: 20px;
    max-width: 980px;
    margin: 0px auto;
    line-height: 2em;
}
.introduce .topLogo{
    position: absolute;
    top: 80px;
    width: 100%;
    text-align: center;
}
.introduce .topLogo .logo{
}

.introduce .topics{
    background-color: #f9f9f9;
    padding: 5px 0px;
    margin: 40px auto 0px auto;
    height: 3em;
    max-width: 770px;
    overflow: hidden;
}

.headerNavi{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid #e1e1e1;
    z-index: 9999;
    opacity: .95;
}

.headerNavi ul{
    height: 108px;
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex; 
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    justify-content: space-between;
    max-width: 1060px;
    margin: 0px auto;

}

.headerNavi ul li{
    padding: 40px 10px 0px 10px;
    border-bottom: 2px solid #ccc;
    height: 66px;
}
.headerNavi ul li:hover{
    border-bottom: 2px solid #009be9;
}

.headerNavi a{
    color: #333;
    text-decoration: none;
}

.headerNavi *{
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: normal;
}


section{
    display: block;
}

section:nth-child(odd){
    background-color: #ececec;
}

.sectionHeader{
    height: 80px;
    padding: 86px 0px;
    text-align: center;
}
.sectionHeader.odd{
    background-color: #070F14;
    color: white;
}
.sectionHeader.even{
    background-color: white;
    color: #070F14;
}
.sectionHeader .title{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Questrial', sans-serif;
}
.sectionHeader .subTitle{
    font-weight: normal;
    font-size: 28px;

}

.contents{
    padding: 100px 0px;
}

.ourservices .contents{
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex; 
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    justify-content: space-between;
    margin: 0px auto 0px auto;
}
.ourservices .contents .content{
    margin-left: 50px;
    max-width: 28%;
    font-size: 15px;
}
.ourservices .contents .content:last-child{
    margin-right: 50px;
}
.ourservices .contents .contentTitle{
    text-align: center;
    padding: 140px 10px 40px 10px;
    font-weight: normal;
    color: #000;
    font-size: 30px;
}
.ourservices .contents .content.search .contentTitle{
    background-image: url('/images/search.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.ourservices .contents .content.foot .contentTitle{
    background-image: url('/images/foot.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.ourservices .contents .content.building .contentTitle{
    background-image: url('/images/building.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.ourservices .contents p{
    line-height: 2em;
}

.blogsns .contents{
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex; 
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    justify-content: space-between;
    margin: 0px auto 0px auto;
    background-image:url('/images/macpc.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 360px;
}
.blogsns .contents .content{
    margin-left: 50px;
    max-width: 28%;
    font-size: 15px;
    padding-bottom: 80px;
    position: relative;
}
.blogsns .contents .content img{
    width:100%;
    max-width: 140px;
}
.blogsns .contents .content:last-child{
    margin-right: 50px;
}

.blogsns .contents p{
    line-height: 2em;
}

.blogsns .contentHeader{
    display: table;
    width: 100%;
    height: 95px;
}
.blogsns .contentHeader .title{
    display: table-cell;
    vertical-align: middle;
}
.blogsns .updatedate{
    position: relative;
    float: left;
    height: 95px;
    overflow: hidden;
    color: #999;
}
.blogsns .updatedate *{
    display: inline-block;
    font-family: 'Oswald';
    width: 100%;
    text-align: center;
}
.blogsns .updatedate .d{
    font-size: 30px;
}
.blogsns .updatedate .y{
    font-size: 30px;
    position: relative;
    top: -15px;
}
.blogsns .updatedate .string{
    position: relative;
    top: -25px;
}
.blogsns .likeCount{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 34px;
    font-family: 'Oswald';
    color: #999;
}

.blogsns a{
    margin-top: 10px;
    display: block;
    margin: 10px auto;
    padding: 10px;
    background-color: #009be9;
    color: white;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.recruit .contents{
    padding-right: 50px;
    padding-left: 50px;
}
.recruit .content{
    max-width: 1100px;
    margin: 0px auto;
}
.recruit .content h2{
    font-size: 26px;
    margin-bottom: 10px;
}
.recruit table{
    border-collapse: separate;
}
.recruit th, .recruit td{
}
.recruit th{
    padding: 10px;
    min-width: 110px;
    font-size: 13px;
    font-weight: normal;
    background-color: #e5e5e5;
}
.recruit td{
    line-height: 1.7em;
    padding: 30px 30px;
    background-color: #e5e5e5;
}
.recruit td .cellTitle{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: .5em;
}
.recruit td .cellBody{
    padding-left: 1em;
    font-size: 14px;
}

.recruit .linkBtn{
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 1100px;
    margin: 50px auto 0px auto;
    background-color: #009be9;
    text-decoration: none;
    color: white;
    padding: 20px 0px;
}
.recruit .linkBtn div:first-child{
    font-size: 20px;
    font-weight: bold;
}

.contactus .contents{
    padding-top: 20px;
}
.contactus .telArea{
    text-align: center;
    margin: 0px 50px;
}

.contactus .telArea .tel{
    font-family: 'Oswald';
    font-size: 36px;
    letter-spacing: .02em;
}
.contactus .telArea .tel img{
    vertical-align: bottom;
}
.contactus .telArea .worktime{
    font-size: 18px;
    padding-left: 60px;
}

.contactus .mailArea{
    margin: 50px 50px 0px 50px;
}

.contactus .mailArea input{
    border: 1px solid #ececec;
    background-color: #ececec;
    padding: 5px 10px;
    width: 94%;

}

.contactus .mailArea .mailTitle{
    max-width: 1100px;
    margin: 0px auto;
}
.contactus .mailArea .mailTitle img:last-child{
    max-width: 248px;

}

.contactus .mailArea .contactForms{
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}

.contactus .mailArea .contactForms .inner{
    display: inline-block;
    width: 100%;
}

.contactus .mailArea .leftForm{
    float: left;
    width: 47%;
}

.contactus .mailArea .leftForm div{
    margin-bottom: 15px;
}
.contactus .mailArea .leftForm div:last-child{
    margin-bottom: 0px;
}

.contactus .mailArea .leftForm button{
    background-color: #009be9;
    border: 1px solid #009be9;
    color: white;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 30%;
}

.contactus .mailArea .rightForm{
    float: right;
    width: 47%;
}

.contactus .mailArea .rightForm textarea{
    border: 1px solid #ececec;
    background-color: #ececec;
    padding: 5px 10px;
    width: 94%;
     height: 225px;
}

.maps {
    position: relative;
}
.maps .gmap{
    background-color: #E9E5DC;
    height: 500px;
}
.maps .cover{
    height: 19px;
    position: absolute;
    left: 0px; top:0px;
    width: 100%;
    background-image: url('/images/giza.png');
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 5000;
}
.maps .cover_bottom{
    height: 19px;
    position: absolute;
    left: 0px; bottom:0px;
    width: 100%;
    background-image: url('/images/giza_bottom.png');
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 5000;
}
.maps .companyinfo{
    position: absolute;
    right: 50px;
    top: 40px;
}
.maps .companyinfo table{
    opacity: .9;
}

.maps .companyinfo table th,
.maps .companyinfo table td{
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

footer p{
    padding: 10px 50px;
    background-color: #fff;
    color: #333;
    text-align: center;
}


.toTop{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
    opacity: 0;
    cursor: pointer;
}

.spmenu{
    display: none;
}