/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 22, 2016, 4:46:28 PM
    Author     : amirajka
*/
/*Fonts */
@font-face {
    font-family:"Fort-Book";
    src: url("../project_fonts/FortLT-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:"Fort-Medium";
    src: url("../project_fonts/FortLT-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
font-family:"Shift-Light";
src:url("../project_fonts/Shift-Light.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face{
font-family:"Shift-Bold";
src:url("../project_fonts/Shift-Bold.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family:"Fort-Bold";
    src: url("../project_fonts/FortLT-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


.main-body{
    background-size: cover;
    background-position: bottom center; 
    /*background-attachment: fixed;*/
}
.main-body-inner{
    width: 980px;
    /*height: 680px;*/
    padding: 100px 0px 100px 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1;
    overflow: auto;
    color: #000;
    .display-ttl-text{
        font-family: 'Fort-Medium',Arial, Helvetica, sans-serif !important;
        font-size: 18px;
        line-height: 16px;
        text-decoration: underline;
        text-decoration-color: #ff6400;
        text-underline-position: under;
    }
    .display-ttl-headline{
        font-family: 'Fort-Medium',Arial, Helvetica, sans-serif !important;
        font-size: 54px;
        font-weight: 500;
        margin-bottom: 36px;
        margin-top: 20px;
    }
    .display-ttl-body{
        font-family: 'Fort-Book',Arial, Helvetica, sans-serif !important;
        font-size: 18px;
        padding: 0px 70px;   
        line-height: 130%;
    }
}
h1{
    font-size: 48px;
}
.display-text{
    font-family:'Shift-Light',Arial, Helvetica, sans-serif;
    font-size: 46px;
    color: #FFF;
    letter-spacing: -1px;
}
.line-sep{
    margin-top: 20px;
    height: 1px;
    background-color: #FFF;
    
}
.display-text-a{
    font-family:'Fort-Medium',Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-top: 40px;
    color: #FFF;
    line-height: 26px;
}
.display-text-b{
    font-family:'Fort-Bold',Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFF;
}
hr{
    margin-top: 20px;
    margin-bottom: 0px;
}
.project-type{
    width: 400px;
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 18px;
    
}
.project-title-text{
    line-height: 1.2;
    vertical-align: text-bottom;
    font-family:'Shift-Bold',Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.project-title-image{
    width: 35px;
    float: left;
}
#rh_search{
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.start_request{
    border-radius: 25px;
    color: #FFF;
    background-color: #000 !important;
    padding: 13px 24px;
    font-family:'Fort-Bold',Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-top: 28px;
    background: transparent;
    border: 1px solid #222222;
    width: 168px;
    .fa-search{
        margin-left: 5px;
    }
    &:hover{
        background-color: #FFF !important;
        border: 1px solid #222222;
        color: #000;
        .fa-search{
            color: #ff6400;
        }
    }
    &.active{
        background-color: var(--gray-6566, #666);
    }
    &.focus-visible{
        background-color: var(--gray-8044, #444);
    }
}
.book-row{
    width: 100%;
}
.middle-body{
    width: 100%;
    background: #25263c;
    height: 700px;
    text-align: center;
    margin-top: -50px;
}
.looking_for_body{
    width: 100%;
    background: #25263c;
    text-align: center;
}
.end-body{
    background: #FFF;
    color: #000;
}
.middle-body-inner{
    width: 780px;
    padding: 100px 0px 100px 0px;
    margin-left: auto;
    margin-right: auto;
}
.middle-body-title{
    font-family:'Shift-Bold',Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #FFF;
    text-align: center;
}
.projects-box{
    margin-top: 60px;
    height: 380px;
}
.projects-col{
    width: 230px;
    float: left;
    text-align: left;
}
.projects-col-middle{
    margin: 0 45px;
}
.project-item-title{
    
    color: #FFF;
    margin-bottom: 20px;
}
.project-item-desc{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
}
.projects-row{
    margin-bottom: 60px;
    overflow: auto;
}
.top-row{
    margin-top: 60px;
}
.bottom-row{
    margin-bottom: 0px;
}
.project-item-left{
    width: 367px;
    margin-right: 46px;
    float: left;
    text-align: left;
}
.project-item-right{
    width: 367px;
    float: right;
    text-align: left;
}
.odd-item{
    //margin-bottom: 60px;
    height: 170px;
}
.end-body-items{
    color: #000;
}
.end-body-link{
    color: #007DAC;
    text-decoration: underline;
}
.end-body-link:hover{
    color: #ff6400;
}
.faq-body{
    width: 100%;
    background: #25263c;
    height: 460px;
    text-align: center;
}
.faq-box{
    text-align: center;
    margin-top: 60px;
}
.faq-box-desc{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 50px;
}
.index-btn{
    border: 1px solid #FFF;
    border-radius: 4px;
    color: #FFF;
    padding: 12px;
    width: 400px;
    font-family:'Fort-Bold',Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-bottom: 60px;
}
.index-btn:hover{
    background-color: #FFF;
    color: #ff6400;
}
.col-white{
    color: #FFF;
}
.looking_for_title{
    line-height: 1.2;
    vertical-align: text-bottom;
    font-family: 'Shift-Bold',Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
}