/*------------------*/
/*    GENERAL
/*------------------------------------------------------*/

/* ----------- Logo ----------- */
#trueHeader .logo {
    width: 300px;
}

#trueHeader #logo{
    float:left;
    display:block;
    width:100%;
    height:70px;
    margin-top:0px;
    text-indent:-999em;
    background:url(../images/logo.png) no-repeat left bottom;
}


/*------------------*/
/*    SITE STRUCTURE
/*------------------------------------------------------*/

.site_wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
}
.container_full {
    width: 100%;
    float: left;
    margin: auto auto auto auto;
}
.container {
    width: 1170px;
    margin: auto auto auto auto;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.one_full {
    width: 100%;
}
.one_half {
    width: 48%;
}
.one_third {
    width: 30.650%;
}
.one_fourth {
    width: 22%;
}
.one_fifth {
    width: 16.800%;
}
.two_third {
    width: 65.350%;
}
.three_fourth {
    width: 74%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}


/*------------------*/
/*    MENU
/*------------------------------------------------------*/

#top-nav{
    float: right;
}
#top-nav ul {
    float: right;
    padding: 0px;
    margin: 0px;
}
#top-nav li {
    float: left;
    padding: 0px;
    margin: 0px;
}
#top-nav #fixed-nav li a {
    display: block;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    margin: 0px 0px;
    text-decoration: none;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    color: #C9C9C9;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-weight: bold;
}
#top-nav #fixed-nav li a:hover {
    color: #00bdbd;
}
#top-nav #fixed-nav li.current a {
    color: #00bdbd;
}



/*------------------*/
/*    PAGES
/*------------------------------------------------------*/

.aboutpage_section {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-top: -20px;
    padding: 21px 0px;
}
.servicespage_section {
    float: left;
    width: 100%;
    padding: 21px 0px;
    background-color: #fff;
    margin-top: -21px;
}
.portfoliopage_section {
    float: left;
    width: 100%;
    padding: 21px 0px;
    background-color: #fff;
    margin-top: -21px;
}
.contactpage_section {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-top: -21px;
}

a.button_slider {
    float: left;
    padding: 12px 22px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
}
a.button_slider:hover {
    color: #fff;
    background-color: #00bdbd;
    border: 1px solid #00bdbd;
}

a.button_slider.two {
    color: #404040;
    border: 1px solid #404040;
}
a.button_slider.two:hover {
    color: #fff;
    background-color: #9ac63d;
    border: 1px solid #9ac63d;
}


/* punch text */
.liwo.punch_text {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 25px 0px;
    font-size: 30px;
    color: #313131;
    line-height: 30px;
}
.liwo.punch_text b {
    font-size: 24px;
    float: left;
    font-weight: bold;
    padding: 13px 0px;
    font-family: 'Open sans', sans-serif;
}
.liwo.punch_text b strong {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 4px;
}
.liwo.punch_text a {
    float: right;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #12d0d2;
    padding: 13px 35px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}
.liwo.punch_text a:hover {
    color: #fff;
    background-color: #009a9a;
}


/* four columns features section home */
.liwo.fusection1 .one_fourth {
    width: 21%;
    padding: 0;
    text-align: center;
    position: relative;
    margin-right: 5.330%;
    float: left;
    margin-bottom: 20px;
    margin-top: 50px;
}
.liwo.fusection1 .one_half {
    padding: 0;
    text-align: center;
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-top: 50px;
}
.liwo.fusection1 .one_fourth i {
    color: #272727;
    margin-bottom: 30px;
    float: left;
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    vertical-align: middle;
    margin-left: 68px;
    border: 1px solid #9f9f9f;
    border-radius: 100%;
}

.liwo.fusection1 .one_half i.o {
    color: #272727;
    margin-bottom: 30px;
    float: left;
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    vertical-align: middle;
    margin-left: 81px;
    border: 1px solid #9f9f9f;
    border-radius: 100%;
}
.liwo.fusection1 .one_fourth p {
    margin-bottom: 20px;
}
.liwo.fusection1 .one_fourth h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
}
.liwo.fusection1 .one_fourth a.more1 {
    font-size: 13px;
    color: #454545;
}
.liwo.fusection1 .one_fourth a.more1:hover {
    color: #00bdbd;
    border: none;
}
.liwo.fusection1 .one_fourth:hover h2 {
    color: #00bdbd;
}
.liwo.fusection1 .one_fourth:hover i {
    color: #00bdbd;
    border: 1px solid #00bdbd;
    border-radius: 100%;
}
.liwo.fusection1 .one_fourth:hover a.more1 {
    color: #00bdbd;
}
.liwo.fusection1 .one_fourth.helight h2 {
    color: #00bdbd;
}
.liwo.fusection1 .one_fourth.helight i {
    color: #00bdbd;
    border: 1px solid #00bdbd;
}
.liwo.fusection1 .one_fourth.helight a.more1 {
    color: #00bdbd;
}
.liwo.fusection1 .one_fourth.last {
    margin-right: 0 !important;
    clear: right;
}
.four_col_fusection.inner .one_fourth i {
    color: #6fbe48;
}


/* our team */
.our_team {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #eee;
    padding: 59px 0px;
}
.our_team h1 {
    font-size: 40px;
    padding: 0px;
    margin: 0px 0px 50px 0px;
    font-weight: normal;
    text-transform: uppercase;
}
.our_team h1 i {
    color: #727272;
    font-size: 18px;
    font-style: normal;
    display: block;
    padding-top: 18px;
    line-height: 22px;
    font-weight: 300;
}
.our_team .one_fourth {
    float: left;
    width: 19.5%;
    margin-right: 2%;
    padding: 40px 2%;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.our_team .one_fourth:hover {
    background-color: #00bdbd;
    color: #fff;
}
.our_team .one_fourth img {
    width: 94%;
    border-radius: 4px;
}
.our_team .one_fourth h4 {
    font-weight: 300;
    margin-top: 13px;
    margin-bottom: 9px;
}
.our_team .one_fourth h4 em {
    color: #727272;
    font-size: 13px;
    font-style: normal;
}
.our_team ul.people_soci {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 55px;
}
.our_team .people_soci li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 100%;
    line-height: 16px;
    vertical-align: middle;
    background-color: #eee;
}
.our_team .people_soci li:hover {
    background-color: #272727;
}
.our_team .people_soci li:hover i {
    color: #fff;
}
.our_team .people_soci li i {
    color: #494949;
    font-size: 9px;
}

/* parallax section 1 */
#parallax_01 {
    background: url("../images/para-bg4.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:0 0;
    position:relative;
    min-height:100px;
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0px;
}

.parallax_sec1 {
    float: left;
    width: 100%;
}
.parallax_sec1 h1 {
    font-size: 58px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.parallax_sec1 h2 {
    color: #fff;
    font-weight: 300;
}
.parallax_sec1 a.but_transp {
    padding: 13px 30px;
    margin: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #e3e3e3;
    background: url(../images/opacity-line.png) repeat left top;
}
.parallax_sec1 a.but_transp:hover {
    color: #fff;
    background: #0896b8;
}


/* clients */
#parallax_02 {
    background: url("../images/para-bg4.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:100% 0; 
    position:relative;
    min-height:100px;
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px;
}
.clients {
    float: left;
    width: 100%;
    text-align: center;
}
.clients h1 {
    font-size: 40px;
    padding: 0px;
    margin: 0px 0px 50px 0px;
    font-weight: normal;
    color: #fff;
    font-size: 34px;
}
.clients h1 i {
    font-size: 18px;
    color: #fff;
    font-style: normal;
    display: block;
    padding-top: 9px;
    line-height: 22px;
    font-weight: 300;
}


/* copyrights */
.copyright_info {
    float: left;
    padding: 22px 0px 22px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    color: #e3e3e3;
    text-align: center;
    background-color: #181818;
    font-size: 12px;
}
.copyright_info a {
    margin-top: 10px;
    font-size: 12px;
    color: #e3e3e3;
}
.copyright_info a:hover {
    color: #fff;
}

/* footer social links */
ul.footer_social_links {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 0px 0px 10px 10px;
}
.footer_social_links li a {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 127px;
    height: 60px;
    text-align: center;
    border-radius: 4px;
    line-height: 60px;
    vertical-align: middle;
    background-color: #f3f3f3;
    color: #3d3d48;
    font-size: 13px;
}
.footer_social_links li a:hover {
    color: #fff;
    background-color: #3d3d48;
}
.footer_social_links li a:hover i {
    color: #fff;
}
.footer_social_links li i {
    color: #3d3d48;
    margin-right: 5px;
}

.address-info {
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px 20px;
    width: 91%;
    margin-bottom: 40px;
}
.address-info a {
    color: #1889c1;
}
.address-info a:hover {
    color: #454545;
}


/* Portfolio Page */
.portfolio_page {
    padding: 40px 0px;
    margin: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.portfolio_page h1 {
    font-size: 40px;
    padding: 0px;
    margin: 0px 0px 50px 0px;
    font-weight: 300;
    text-transform: uppercase;
}
.portfolio_page h1 i {
    font-size: 18px;
    color: #727272;
    font-style: normal;
    display: block;
    padding-top: 18px;
    line-height: 22px;
}
.portfolio_page h3 {
    color: #fff;
    text-align: center;
    width: 370px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #35353d;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.portfolio_page .imgWrap {
    position: relative;
    width: 370px;
    height: 300px;
}
.portfolio_page .imgWrap.last {
    margin-right: 0px;
}
.portfolio_page .imgWrap img {
    float: left;
    width: 100%;
    height: 250px;
}
.portfolio_page .imgDescription {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(00, 000, 000, 0.40);
    color: #fff;
    visibility: hidden;
    opacity: 0;
}
.portfolio_page .imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: 1;
}
.portfolio_page .imgDescription i {
    position: absolute;
    top: 103px;
    left: 160px;
    color: #fff;
    opacity: 0.8;
}


/* twitter feeds */
.twitter_feeds {
    float: left;
    width: 100%;
    padding: 70px 0px;
    background-color: #00bdbd;
}

.contact_info {
    float: left;
    width: 100%;
    padding: 70px 0px;
}
.contact_info h1 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 34px;
}
.contact_info h1 i {
    font-size: 16px;
    line-height: 27px;
    display: block;
    padding-top: 10px;
    font-style: normal;
}
.contact_info ul.address {
    float: left;
    padding: 0px;
    margin: 0px;
}
.contact_info .address li {
    padding: 0px 0px 20px 0px;
    margin: 0px;
}
.contact_info .address li i {
    margin-right: 7px;
}
.contact_info .address li a {
    color: #727272;
}
.contact_info .address li a:hover {
    color: #0cbabb;
}
.contact_info .address li > span {
    margin-left: 20px;
}

.contact_info .one_half.second {
    border-top: 1px dashed #CCC;
    margin-top: 50px;
    padding-top: 50px;
}

.contact_info .map {
    float: left;
    width: 100%;
    height: 200px;
}

.google-map {
    width: 99%;
    height: 180px;
    border: 5px solid #fff;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/* fusection3 */
.liwo.fusection3 {
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
    text-align: center;
}
.liwo.fusection3 h1 {
    font-size: 40px;
    padding: 0px;
    margin: 0px 0px 50px 0px;
    font-weight: normal;
    text-transform: uppercase;
}
.liwo.fusection3 h1 i {
    font-size: 18px;
    color: #727272;
    font-style: normal;
    display: block;
    padding-top: 18px;
    line-height: 22px;
    font-weight: 300;
}
.liwo.fusection3 .sec1 {
    float: left;
    width: 25%;
    text-align: left;
    margin-right: 12.5%;
}
.liwo.fusection3 .sec1.last {
    margin-right: 0%;
}
.liwo.fusection3 .sec1 h5 {
    font-weight: 600;
    margin-bottom: 13px;
}
.liwo.fusection3 .sec1 h5 b {
    color: #00bdbd;
    font-size: 13px;
    display: block;
    font-weight: normal;
}
.liwo.fusection3 .sec1 i {
    float: left;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    margin-right: 10px;
    background-color: #00bdbd;
}



/* services slider section */
.services_slider_sec {
    float: left;
    width: 100%;
    padding: 50px 0px 0px 0px;
    margin: 0px;
    background-color: #00bdbd;
    color: #fff;
}

.slider_section {
}

.slider_section .headline {
}

.slider_section .subheadline {
    font-weight: 300 !important;
}

.slider_section .tagline {
    font-weight: 300 !important;
}

/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:72px;
    right:27px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}

/* wrapper */
.sections {
    padding: 60px 0;
}

.sections h2 {
    text-align: center;
    font-size: 45px;
}

.sections h2 i {
    font-size: 18px;
    line-height: 27px;
    display: block;
    padding-top: 10px;
    font-style: normal;
}

/* banner */
#banner {
    background: url(../images/banner-2.jpg) no-repeat center center;
    min-height: 630px;
    text-align: center;
}

#banner .headline {
    color: #FFF;
    font-size: 65px;
    padding-top: 220px;
}

#banner .subheadline {
    color: #FFF;
    font-size: 35px;
    font-weight: 300;
    padding-top: 20px;
}

#banner .tagline {
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
    padding-top: 20px;
}

/* form section */
.form_section {
}

.form_section .application_forms {
    background: url(../images/icon-form-bg.png) no-repeat center center;
    background-size: contain;
    min-height: 600px;
    position: relative;
}

.form_section .application_forms .form_label {
    position: absolute;
    text-align: center;
}

.form_section .application_forms .form_label h3 {
    margin-bottom: 12px;
}

.form_section .application_forms .form_label p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.form_section .application_forms .form_label a {
    font-size: 14px;
    font-weight: normal;
}

.form_section .application_forms .ortigas {
    top: 250px;
    left: -120px;
}

.form_section .application_forms .mandaluyong {
    top: 350px;
    left: 735px;
}

.form_section .application_forms .form_label h3 {
    font-size: 32px;
}

.form_section .application_forms .icon_link {
    width: 185px;
    height: 185px;
    display: block;
    position: absolute;
}

.icon_link.link_ortigas {
    top: 85px;
    left: 132px;
}

.icon_link.link_mandaluyong {
    top: 181px;
    left: 851px;
}

/*  How to apply section */
#how_to_apply {
    background-color: #14d7d9;
}

#how_to_apply .one_third {
    text-align: center;
    color: #FFF;
    margin-top: 60px;
}

#how_to_apply .one_third p {
    width: 80%;
    margin: 20px auto;
    font-size: 16px;
}

#how_to_apply .one_third a {
    color: #ff2702;
    text-decoration: underline;
}

#how_to_apply h2 {
    color: #FFF;
}

#how_to_apply .three_fourth {
    text-align: center;
    background-color: #009a9a;
    padding: 40px 20px;
    color: #FFF;
    border-radius: 25px;
    margin: auto;
    float: none;
}

#how_to_apply .three_fourth h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 26px;
}

#how_to_apply .three_fourth h4 {
    color: #FFF;
    font-weight: bold;
}

#how_to_apply .three_fourth li {
    margin: 20px 0;
}

/* Loan procedure bg */
#loan_procedures {
    padding-bottom: 0;
}

#loan_procedures .container {
    position: relative;
    min-height: 520px;
    background: url(../images/loan-procedure-bg.png) center 160px no-repeat;
    background-size: 92%;
}

.procedure.icon {
    position: absolute;
}

.procedure.icon a {
    display: block;
    min-width: inherit;
    text-align: center;
    color: #000;
    font-weight: normal;
}


.procedure.icon a:hover {
    opacity: 0.8;
}

.procedure.inquiry {
    min-width: 150px;
    top: 120px;
    left: 0;
}

.procedure.inquiry a {
    background: url(../images/inquiry.png) center 0 no-repeat;
    background-size: 150px;
    padding-top: 160px;
}

.procedure.submission {
    min-width: 110px;
    top: 349px;
    left: 140px;
}

.procedure.submission a {
    background: url(../images/submission.png) center 0 no-repeat;
    background-size: 110px;
    padding-top: 120px;
}

.procedure.credit-checking {
    min-width: 161px;
    top: 150px;
    left: 305px;
}

.procedure.credit-checking a {
    background: url(../images/credit-checking.png) center 100% no-repeat;
    background-size: 130px;
    padding-bottom: 140px;
}

.procedure.loan-approval {
    min-width: 100px;
    top: 340px;
    left: 425px;
}

.procedure.loan-approval a {
    background: url(../images/loan-approval.png) center 0 no-repeat;
    background-size: 90px;
    padding-top: 100px;
}

.procedure.account-opening {
    min-width: 180px;
    top: 120px;
    left: 610px;
}

.procedure.account-opening a {
    background: url(../images/account-opening.png) center 0 no-repeat;
    background-size: 180px;
    padding-top: 190px;
}

.procedure.pn-signing {
    min-width: 159px;
    top: 98px;
    left: 885px;
}

.procedure.pn-signing a {
    background: url(../images/pn-signing.png) center 0 no-repeat;
    background-size: 90px;
    padding-top: 100px;
}

.procedure.loan-release {
    min-width: 198px;
    top: 288px;
    left: 1025px;
}

.procedure.loan-release a {
    background: url(../images/loan-release.png) center 0 no-repeat;
    background-size: 120px;
    padding-top: 130px;
}

/* Remittance partners */
#remittance {}

#remittance .label {
    float: left;
    margin-left: 120px;
}

#remittance img {
    margin-left: 20px;
}

#remittance img[alt="Cebuana"] {
    padding-bottom: 8px;
}

/* Our branches section */
#our_branches {
}

#our_branches .one_fourth.first {
    margin-left: 150px;
}

#our_branches .one_fourth {
    margin-top: 50px;
}

#our_branches h3 {
    padding: 20px 0 10px;
}

#our_branches li {
    margin: 10px 0;
    font-size: 14px;
}

#our_branches .address li.add span {
    margin-left: 23px;
}

#our_branches li i {
    width: 20px;
}

#our_branches li i.fa-mobile {
    font-size: 20px;
}

/* copyright */

#copyright {
    padding: 20px 0;
    text-align: center;
    background-color: #ececec;
}
