/* ----- FOOTER AREA STYLING ----- */

  #pre_footer {
    padding: 20px 0;
    background: #222;
  }
      #pf_text {
        color: #ddd;
        font-size: 30px;
      }
      #pfb_cnt {
        margin-top: 20px;
      }
        #pf_bt {
          border: 3px solid #ddd;
          color: #ddd;
          padding: 5px 15px;
          border-radius: 20px;
          margin: 5px;
          font-weight: bold;
          display: inline-block;
          cursor: pointer;
          transition-duration: .3s;
        }#pf_bt:hover {
          color: #222;
          background: #ddd;
        }
  #footer_cont {
    order: 1px solid #eee;
    background: #000;
    padding: 50px 20px;
    margin: 0;
    color: #888;
  }
    #footer_wrap {
      order: 1px solid #eee;
      margin: auto;
      text-align: center;
    }
      #col_cont {
        order: 1px solid #eee;
        padding: 10px;
        width: 20%;
        height: 370px;
        position: relative;
        display: inline-block;
      }
        #colc {
          order: 1px solid #090;
          position: absolute;
          text-align: left;
          top: 0;
          left: 0;
          right: 0;
          font-size: 12px;
        }
          #col_ttl {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
          }
          #f_links {
            width: 95%;
            margin: 15px 0 15px auto;
          }
            #logo_grey {
              margin-bottom: 25px;
              filter: grayscale(100%);
            }
            #f_link {
              margin: 5px 0;
            }#f_link span:hover {color: #ddd; cursor: pointer; text-decoration: underline;}
              #logo_grey img {
                height: 85px;
                margin-bottom: 10px;
              }
      #sec_footer {
        order: 1px solid #eee;
        padding: 20px;
      }

 #pff_cnt {
            width: 95%;
            max-width: 350px;
            margin: 30px auto;
        }
            #f_tl {
                color: #ddd;
                font-size: 28px;
            }
            #f_sl {
                color: #aaa;
                font-size: 18px;
                margin-bottom: 20px;
                font-style: italic;
            }
            #c_area div#_cols {
                margin: 0 !important; 
                text-align: left;
                width: 100% !important;
            }
                input {
                    width: -webkit-fill-available;
                    border: 1px solid transparent;
                }
                div#submit {margin: 10px 0 !important;}

            #c_area {}
                #c_area #col {
                    order: 1px solid;
                    display: inline-block;
                    width: 48%;
                    margin: 70px 0;
                }
                    #c_area #sec_title {
                        font-size: 18px;
                        margin-bottom: 30px;
                    }
                    #c_area #col_ {
                        width: 48%;
                        display: inline-block;
                        loat: right;
                    }
                    .c_form {
                        background-image: url(../IMG/form_bg.png);
                    }
                        #c_area form {
                            order: 1px solid;
                            idth: 50%;
                            max-width: 700px;
                        }
                            #c_area #_cols {
                                margin: 15px 0 !important;
                                width: 80%;
                            }
                                #c_area #fld_flag {
                                    color: #888;
                                    font-weight: bold;
                                    font-size: 10px;
                                }
                                #c_area input, #c_area textarea {
                                    padding: 10px;
                                    font-weight: initial;
                                    border-radius: 5px;
                                    background: #eee;
                                }
                                #c_area #submit {
                                    font-size: 15px;
                                    background: hsl(203,100%,40%);
                                    padding: 10px;
                                    border-radius: 30px;
                                    text-align: center;
                                    color: #fff;
                                    margin: 50px 0;
                                    cursor: pointer;
                                }#c_area #submit:hover {opacity: .5;}