/* 
    Created on : 20 Dec 2017, 9:36:57 PM
    Author     : Joshua Sello
*/
/*SITE PRIMARY IMPORTS*/
/* 
    Created on : 22 Jul 2017, 8:44:46 PM
    Author     : Joshua Sello
    Last Updated: 10:18 AM 2018/01/01
*/
/*gradients
==============================================================================*/
/*orientation
==============================================================================*/
/*diplay
==============================================================================*/
/*FORM*/
/* 
    Created on  : 16 Oct 2017, 7:32:26 PM
    Author      : Joshua Sello
    Version     : 1.1.1
*/
/*
1.  MAKE IT ACCESSABLE
2.  MAKE IT FANCY
3.  MAKE SURE THE FANCY DOESN'T
    BREAK ACCESSIBILITY.
*/
/*dEFAULT COLOR LIST*/
/*SHADOWS STYLE LIST*/
/*COLOR LISTS*/
/*GREYS LIST*/
/*TRANSITIONS*/
/*TYPOGRAPHY VARIABLES*/
/*FONT FAMILIES*/
/*TITLE*/
/*TEXT*/
/*COMPONENT SETTINGS*/
/*NAVIGATION*/
/*CONTENT WIDTH*/
/* 
    Created on : 16 Oct 2017, 7:31:56 PM
    Author     : Joshua Sello
*/
/*font variables and text styles*/
/*font imports
==============================================================================*/
/*@import url('https://fonts.googleapis.com/css?family=Lobster');*/
/*@import url('https://fonts.googleapis.com/css?family=Quicksand');*/
/*@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');*/
/*@import url('https://fonts.googleapis.com/css?family=Zilla+Slab');*/
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
/*@import url('https://fonts.googleapis.com/css?family=Slabo+27px');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
/*============================================================================*/
/*styles*/
.heading_rule {
  position: relative;
  float: left;
  width: 50px;
  border: 1px #C59153 solid; }

.heading_small, .heading_medium, .heading_large {
  width: 100%;
  font-family: "Quicksand", sans-serif;
  margin: 0px;
  text-transform: uppercase; }

.heading_large {
  font-size: 60px; }

.heading_medium {
  font-size: 45px; }

.heading_small {
  font-size: 30px; }

.heading_label {
  font-size: 12px;
  margin: 0px;
  color: #C59153; }

.text_normal, .text_small {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  margin-top: 40px;
  width: 100%; }
  .text_normal a, .text_small a {
    color: #C59153;
    transition: 0.5s; }
    .text_normal a:hover, .text_small a:hover {
      text-decoration: underline; }

.text_normal {
  font-size: 17px; }

.text_small {
  font-size: 12px; }

/* 
    Created on : 22 Jul 2017, 8:55:45 PM
    Author     : Joshua Sello
*/
/*NORMILIZE VERSION 1.1*/
body, html {
  padding: 0;
  /*POSITIONING*/
  margin: 0;
  /*FONT STYLING*/
  font-family: "Montserrat", sans-serif;
  color: #444;
  /*SIZING*/
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  /*OVERFLOW*/
  overflow-x: hidden;
  overflow-y: visible;
  /*FORM NORMILIZATION*/
  /*FORM NORMILIZATION*/
  /*USABLE STANDARD CLASSESS*/
  /*DEBUGGING STYLE*/
  /*    * {
          background: #000 !important;
          color: #0f0 !important;
          outline: solid #f00 1px !important;
      }*/ }
  body p, html p {
    position: relative; }
  body a, html a {
    text-decoration: none;
    color: #333; }
  body button, html button {
    transition-duration: .5s;
    cursor: pointer; }
  body input:focus, body button:focus, html input:focus, html button:focus {
    outline: none; }
  body select:focus, html select:focus {
    outline: none; }
  body textarea, html textarea {
    resize: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px; }
  body textarea:focus, html textarea:focus {
    outline: none; }
  body textarea, html textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 16px; }
  body table, html table {
    position: relative;
    width: 100%;
    border-collapse: collapse; }
    body table td, html table td {
      position: relative; }
  body .center_verticle, html .center_verticle {
    position: relative;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  body .center_verticle_absolute, html .center_verticle_absolute {
    /*float: none;*/
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  body .fit_content_x, html .fit_content_x {
    width: inherit;
    /*OLDER WEBKIT BROWSERS*/
    width: intrinsic;
    /*FIREFOX*/
    width: -moz-available;
    width: max-content;
    /*WEBKIT*/
    width: -webkit-fit-content;
    /*FIREFOX*/
    width: -moz-fit-content;
    width: fit-content; }
  body .fit_content_y, html .fit_content_y {
    /*FIREFOX DOES NOT SUPPORT HEIGHT/MAX-HEIGHT/MIN-HEIGHT*/
    height: inherit;
    /*OLDER WEBKIT BROWSERS*/
    height: intrinsic;
    /*FIREFOX*/
    height: -moz-available;
    height: min-content;
    /*WEBKIT*/
    height: -webkit-fit-content;
    /*FIREFOX*/
    height: -moz-fit-content;
    height: fit-content; }
  body .fit_content_xy, html .fit_content_xy {
    width: inherit;
    height: inherit;
    /*OLDER WEBKIT BROWSERS*/
    height: intrinsic;
    width: intrinsic;
    /*FIREFOX*/
    height: -moz-available;
    width: -moz-available;
    width: max-content;
    height: min-content;
    /*WEBKIT*/
    height: -webkit-fit-content;
    width: -webkit-fit-content;
    /*FIREFOX*/
    height: -moz-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: fit-content;
    overflow: hidden; }
  body .cover, html .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }
  body .content_width, html .content_width {
    /*WORKS ON CHROME/FIREFOX/OPERA*/
    position: relative;
    padding: 0px 100px;
    width: calc(100% - 200px);
    height: 100%; }

@media screen and (min-width: 0px) and (max-width: 450px) {
  body .content_width, html .content_width {
    padding: 0px 40px;
    width: calc(100% - 80px); } }
/*SITE UI ELEMETNTS*/
/* 
    Created on : 20 Dec 2017, 10:25:57 PM
    Author     : Joshua Sello
*/
.site {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  width: 100vw;
  height: min-content;
  height: fit-content;
  min-height: 100%;
  min-height: 100vh; }
  .site .section_full {
    position: relative;
    float: left;
    width: calc(100% - 0px);
    height: min-content;
    height: fit-content; }
  .site .section_half {
    position: relative;
    float: left;
    text-align: left;
    width: calc(50% - 100px);
    padding-left: 100px;
    height: 100%;
    height: 100vh; }
    .site .section_half:nth-child(2n) {
      padding-left: 0px;
      padding-right: 100px; }
  .site .section_horizontal_list .heading_hold {
    position: relative;
    float: left;
    margin-right: 40px;
    height: 150px;
    width: 250px;
    text-align: left;
    /*background: #eee;*/ }
    .site .section_horizontal_list .heading_hold .heading_medium {
      font-size: 40px; }
  .site .section_horizontal_list .item {
    position: relative;
    float: left;
    height: 150px;
    width: calc((100% - 330px) / 4);
    border: 2px transparent solid;
    transition-duration: .5s; }
    .site .section_horizontal_list .item img {
      position: relative;
      opacity: .3;
      width: 70px; }
    .site .section_horizontal_list .item .item_heading {
      margin: 0px;
      margin-top: 5px;
      font-family: "Quicksand", sans-serif;
      font-weight: bolder;
      font-size: 15px; }
    .site .section_horizontal_list .item:hover {
      /*border-color: #ddd;*/
      box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }

/* 
    Created on : 20 Dec 2017, 10:33:24 PM
    Author     : Joshua Sello
*/
/* 
    Created on : 21 Dec 2017, 7:26:05 PM
    Author     : Joshua Sello
*/
.button {
  position: relative;
  margin-top: 20px;
  text-transform: uppercase;
  height: 40px;
  max-width: 150px;
  padding: 0px 30px 0px 30px;
  border: 1px #ccc solid;
  background: #ccc;
  color: #fff;
  transition-duration: .5s;
  /*MIXIN IMPORTS*/
  width: inherit;
  /*OLDER WEBKIT BROWSERS*/
  width: intrinsic;
  /*FIREFOX*/
  width: -moz-available;
  width: max-content;
  /*WEBKIT*/
  width: -webkit-fit-content;
  /*FIREFOX*/
  width: -moz-fit-content;
  width: fit-content;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }
  .button:hover {
    background: transparent;
    color: #ccc; }

.button_1 {
  border: 1px #C59153 solid;
  background: #C59153;
  color: #fff; }
  .button_1:hover {
    background: transparent;
    color: #C59153; }

.button_2 {
  border: 1px #C59153 solid;
  background: transparent;
  color: #C59153; }
  .button_2:hover {
    color: #fff;
    background: #C59153; }

.nav_bar {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 70px;
  width: calc(100% - 0px);
  background: #fff;
  color: #333;
  border-bottom: 1px #eee solid;
  z-index: 1000; }
  .nav_bar .content_width .nav_head {
    position: relative;
    float: left;
    height: 70px;
    min-width: 200px;
    width: max-content; }
    .nav_bar .content_width .nav_head .logo_image {
      position: relative;
      float: left;
      height: 50px;
      display: none; }
    .nav_bar .content_width .nav_head .logo_image_body {
      display: block; }
    .nav_bar .content_width .nav_head .logo_image_head {
      display: none; }
    .nav_bar .content_width .nav_head .logo_text {
      float: left;
      margin-left: 5px;
      font-family: "Slabo 27px", serif;
      font-size: 20px; }
  .nav_bar .content_width .menu_button {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    opacity: .7;
    font-size: 25px;
    display: none;
    transition: .5s; }
    .nav_bar .content_width .menu_button:hover {
      opacity: 1; }
  .nav_bar .content_width .nav_items {
    position: relative;
    float: right;
    height: 70px;
    /*changable*/
    width: max-content;
    width: fit-content; }
    .nav_bar .content_width .nav_items .tab {
      position: relative;
      float: left;
      /*changable*/
      height: 70px;
      /*changable*/
      width: fit-content;
      width: max-content;
      transition-duration: .5s;
      padding: 0px 15px 0px 15px;
      /*changable*/ }
      .nav_bar .content_width .nav_items .tab:hover {
        color: #C59153; }
      .nav_bar .content_width .nav_items .tab hr {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0px;
        transition-duration: .5s;
        border: 0px transparent solid; }
    .nav_bar .content_width .nav_items .button {
      float: left;
      margin: 15px;
      margin-left: 50px; }

.nav_bar_head {
  border-bottom: none;
  background: transparent;
  /*box-shadow: $shadow_style*/ }
  .nav_bar_head .nav_head .logo_image_body {
    filter: contrast(1000%);
    filter: brightness(1000%); }
  .nav_bar_head .nav_head .logo_image_head {
    display: block; }
  .nav_bar_head .menu_button {
    color: #fff; }
  .nav_bar_head .nav_items .tab {
    color: #ccc; }
  .nav_bar_head .button {
    border-color: #fff;
    color: #fff; }
    .nav_bar_head .button:hover {
      background: #fff;
      color: #333; }

.nav_back {
  position: fixed;
  background: #000;
  z-index: 999;
  opacity: 0;
  display: none; }

.display {
  display: block; }

@media screen and (min-width: 0px) and (max-width: 1025px) {
  .nav_bar .content_width .menu_button {
    display: block; }
  .nav_bar .content_width .nav_items {
    position: absolute;
    float: none;
    right: 20px;
    top: 80px;
    background: #fff;
    display: none;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    height: 250px;
    height: max-content;
    height: fit-content;
    width: 250px; }
    .nav_bar .content_width .nav_items .tab {
      position: relative;
      float: left;
      /*changable*/
      height: 60px;
      /*changable*/
      width: 100%;
      color: #333;
      transition-duration: .5s;
      padding: 0px;
      /*changable*/ }
      .nav_bar .content_width .nav_items .tab:hover {
        color: #C59153; }
      .nav_bar .content_width .nav_items .tab hr {
        display: none; }
    .nav_bar .content_width .nav_items .button {
      float: none;
      margin: 10px 0;
      border-color: #C59153;
      color: #C59153; }
      .nav_bar .content_width .nav_items .button:hover {
        background: #C59153;
        color: #fff; }
  .nav_bar .content_width .display {
    display: block; } }
/* 
    Created on : 27 Dec 2017, 6:45:54 PM
    Author     : Recording Sessions
*/
.footer {
  position: relative;
  float: left;
  padding: 40px 100px;
  height: min-content;
  border-top: 1px #eee solid;
  width: calc(100% - 200px);
  width: calc(100vw - 200px); }
  .footer table {
    position: relative;
    float: left;
    width: 100%;
    height: min-content; }
    .footer table tr td {
      position: relative;
      vertical-align: top;
      width: calc(50%); }
      .footer table tr td .logo {
        position: relative;
        float: left;
        height: 50px;
        width: max-content; }
        .footer table tr td .logo .logo_image {
          position: relative;
          float: left;
          height: 50px; }
        .footer table tr td .logo .logo_text {
          float: left;
          font-family: "Slabo 27px", serif;
          font-size: 18px; }
      .footer table tr td .footer_head {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase; }
      .footer table tr td .footer_text {
        font-size: 15px;
        color: #777; }
      .footer table tr td a {
        transition-duration: .5s;
        cursor: pointer; }
        .footer table tr td a:hover .footer_text {
          color: #C59153; }
    .footer table tr .logo_cell {
      vertical-align: middle; }

@media screen and (min-width: 0px) and (max-width: 655px) {
  .footer table tr {
    position: relative;
    display: block;
    height: min-content;
    width: calc(100% - 0px); }
    .footer table tr td {
      position: relative;
      display: block;
      padding: 10px 20px;
      height: min-content;
      width: calc(100% - 40px); }
      .footer table tr td .logo {
        float: none; }
      .footer table tr td .center_verticle {
        float: none;
        margin: 0px;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
@media screen and (min-width: 0px) and (max-width: 450px) {
  .footer {
    padding: 20px 40px;
    width: calc(100% - 80px);
    width: calc(100vw - 80px); } }
/*PAGE STYLE SOURCE*/
.tab_home {
  color: #C59153; }

.site .display_image {
  position: relative;
  float: left;
  height: 400px;
  width: 400px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
.site .di_1 {
  background: no-repeat transparent center url(/assets/images/stock/2.jpg);
  background-size: cover;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin: 0px 50px; }
.site .landing {
  position: relative;
  float: left;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background: #f3f3f3; }
  .site .landing .landing_trans_image {
    position: absolute;
    bottom: -70px;
    left: 0px;
    width: 100%;
    width: 100vw;
    display: none;
    /*height: 200px;*/
    /*background: linear-gradient(transparent, transparent), url("/assets/images/backgrounds/1.png") no-repeat center;*/
    /*background-size: cover;*/ }
  .site .landing .frame_selector {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: min-content;
    height: fit-content;
    width: 20px; }
    .site .landing .frame_selector .frame_index {
      position: relative;
      margin: 10px 0px 10px;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      background: #333;
      color: #fff;
      font-size: 12px;
      cursor: pointer; }
    .site .landing .frame_selector .active {
      background: #C59153; }
  .site .landing .scroll_down {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;
    border-color: #fff;
    color: #fff; }
    .site .landing .scroll_down:hover {
      background: #fff;
      color: #C59153; }
  .site .landing .frame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    /*            @include background_img(url(/assets/images/stock/3.jpg));*/ }
    .site .landing .frame .cover {
      background: rgba(0, 0, 50, 0.4); }
    .site .landing .frame .landing_tagline_hold {
      float: left;
      color: #fff;
      max-width: 50%;
      max-height: calc(100% - 200px);
      display: block;
      text-align: left; }
      .site .landing .frame .landing_tagline_hold .landing_brand {
        margin: 0px;
        font-size: 30px;
        font-family: "Slabo 27px", serif; }
        .site .landing .frame .landing_tagline_hold .landing_brand span {
          color: #C59153; }
      .site .landing .frame .landing_tagline_hold .landing_rule {
        position: relative;
        float: left;
        width: 50px;
        min-width: 50px;
        border: 1px #C59153 solid; }
      .site .landing .frame .landing_tagline_hold .landing_heading_large {
        font-size: 45px;
        font-family: "Titillium Web", sans-serif;
        margin: 20px 0;
        margin-bottom: 5px;
        text-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }
      .site .landing .frame .landing_tagline_hold .landing_text {
        float: left;
        margin-top: 5px;
        font-size: 18px;
        font-family: "Quicksand", sans-serif;
        width: 100%; }
      .site .landing .frame .landing_tagline_hold .button {
        box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }
@media screen and (min-width: 0px) and (max-width: 995px) {
  .site .landing .frame .landing_tagline_hold {
    float: left;
    max-width: 75%; } }
@media screen and (min-width: 0px) and (max-width: 725px) {
  .site .landing .frame .landing_tagline_hold {
    float: left;
    max-width: 100%; } }
@media screen and (min-width: 0px) and (max-width: 595px) {
  .site .landing .frame .landing_tagline_hold .landing_heading_large {
    font-size: 40px;
    margin: 0;
    line-height: 40px; }
  .site .landing .frame .landing_tagline_hold .landing_text {
    float: left;
    margin-top: 5px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    width: 100%; } }
@media screen and (min-height: 0px) and (max-height: 360px) {
  .site .landing .frame .landing_tagline_hold {
    padding-top: 60px; }
    .site .landing .frame .landing_tagline_hold .landing_text {
      display: none; }
    .site .landing .frame .landing_tagline_hold hr {
      display: none; }
    .site .landing .frame .landing_tagline_hold .button {
      float: left;
      margin: 0px; } }
.site #ABOUT .section_half {
  text-align: left;
  /*            &:nth-child(odd) {
                  text-align: left;
                  
                  .heading_rule {
                      float: left;
                  }
              }*/ }
  .site #ABOUT .section_half .center_verticle {
    float: left;
    width: calc(100% - 50px);
    /*direction: rtl;*/
    text-align: justify;
    max-height: calc(100% - 200px); }
@media screen and (min-width: 0px) and (max-width: 888px) {
  .site #ABOUT {
    padding: 50px 0px; }
    .site #ABOUT .display_half {
      display: none; }
    .site #ABOUT .section_half {
      padding: 0 100px;
      width: calc(100% - 200px);
      text-align: center;
      height: min-content; }
      .site #ABOUT .section_half .center_verticle {
        float: none;
        width: 100%;
        direction: initial;
        margin: 0px;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .site #ABOUT .section_half .center_verticle .heading_rule {
          float: left; } }
@media screen and (min-width: 0px) and (max-width: 450px) {
  .site #ABOUT .section_half {
    padding: 0 40px 0;
    width: calc(100% - 80px); } }
.site #CLIENTS {
  padding: 75px 0px 75px; }
  .site #CLIENTS .heading_medium {
    color: #C59153; }
  .site #CLIENTS .clients_hold {
    position: relative;
    float: left;
    padding: 50px 0;
    width: 100%;
    height: min-content; }
    .site #CLIENTS .clients_hold .client {
      position: relative;
      float: left;
      width: calc(100% / 4);
      height: 60px; }
      .site #CLIENTS .clients_hold .client img {
        position: relative;
        height: 100%;
        transition: .5s ease-in-out;
        -webkit-filter: grayscale(100%);
        /* Ch 23+, Saf 6.0+, BB 10.0+ */
        filter: grayscale(100%);
        /* FF 35+ */
        opacity: .5; }
        .site #CLIENTS .clients_hold .client img:hover {
          opacity: 1;
          -webkit-filter: grayscale(0%);
          /* Ch 23+, Saf 6.0+, BB 10.0+ */
          filter: grayscale(0%);
          /* FF 35+ */ }
@media screen and (min-width: 0px) and (max-width: 1020px) {
  .site #CLIENTS .clients_hold .client {
    margin: 10px 0;
    width: calc(100% / 2); } }
@media screen and (min-width: 0px) and (max-width: 798px) {
  .site #CLIENTS .clients_hold .client {
    margin: 10px 0;
    width: calc(100%); } }
@media screen and (min-width: 0px) and (max-width: 380px) {
  .site #CLIENTS .clients_hold .client {
    width: calc(100%);
    height: min-content; }
    .site #CLIENTS .clients_hold .client img {
      height: max-content;
      width: 100%; } }
.site #SERVICES {
  padding-top: 40px;
  background: no-repeat transparent center url(/assets/images/stock/1.jpg);
  background-size: cover; }
  .site #SERVICES .cover {
    background: rgba(255, 255, 255, 0.9); }
  .site #SERVICES .heading_medium {
    text-align: left; }
  .site #SERVICES .service_hold {
    position: relative;
    float: left;
    padding: 50px 0;
    width: 100%;
    height: min-content; }
    .site #SERVICES .service_hold .service_item {
      position: relative;
      float: left;
      padding: 10px 20px;
      width: calc(100% / 3 - 40px);
      height: 350px;
      text-align: left; }
      .site #SERVICES .service_hold .service_item .icon {
        position: relative;
        color: #C59153;
        font-size: 25px;
        text-align: center; }
      .site #SERVICES .service_hold .service_item .service_title {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase; }
      .site #SERVICES .service_hold .service_item ul {
        margin: 0px;
        padding: 0 20px;
        text-align: left;
        color: #333;
        width: calc(100% - 40px); }
@media screen and (min-width: 0px) and (max-width: 936px) {
  .site #SERVICES .service_hold .service_item {
    width: calc(100% - 40px);
    height: min-content; }
    .site #SERVICES .service_hold .service_item ul {
      text-align: left;
      width: calc(100% - 40px); } }
.site #CONTACT .contact_info_hold {
  position: relative;
  padding: 20px;
  margin: 0px 50px;
  width: calc(100% - 140px);
  background: #333;
  color: #fff;
  max-height: calc(100% - 200px); }
  .site #CONTACT .contact_info_hold .text_normal {
    margin-top: 10px;
    color: #ccc;
    font-size: 14px; }
  .site #CONTACT .contact_info_hold hr {
    position: relative;
    float: left;
    margin: 20px 0;
    border: 1px #666 solid;
    width: 100%; }
  .site #CONTACT .contact_info_hold table {
    width: 100%; }
.site #CONTACT .contact_form {
  position: relative;
  padding-right: 100px;
  width: calc(100% - 100px); }
  .site #CONTACT .contact_form .label {
    font-size: 14px;
    font-weight: bold; }
  .site #CONTACT .contact_form .text_input, .site #CONTACT .contact_form .textarea_input {
    position: relative;
    font-size: 16px;
    resize: none;
    width: calc(100% - 40px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 1px #ccc solid;
    transition: .5s; }
    .site #CONTACT .contact_form .text_input:focus, .site #CONTACT .contact_form .textarea_input:focus {
      border-color: #C59153; }
  .site #CONTACT .contact_form .text_input {
    padding: 0px 20px;
    height: 40px; }
  .site #CONTACT .contact_form .textarea_input {
    padding: 20px;
    height: 120px; }
@media screen and (min-width: 0px) and (max-width: 1225px) {
  .site #CONTACT .section_half {
    padding: 40px 100px;
    width: calc(100% - 200px);
    text-align: center;
    height: min-content; }
    .site #CONTACT .section_half .center_verticle {
      float: none;
      width: 100%;
      direction: initial;
      margin: 0px;
      top: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .site #CONTACT .section_half .center_verticle .heading_rule {
        float: left; }
  .site #CONTACT .section_half .contact_info_hold {
    padding: 20px;
    margin: 0px;
    width: calc(100% - 40px); }
    .site #CONTACT .section_half .contact_info_hold table {
      text-align: left; }
  .site #CONTACT .contact_form {
    padding-right: 0px;
    width: calc(100% - 0px); } }
@media screen and (min-width: 0px) and (max-width: 450px) {
  .site #CONTACT .section_half {
    padding: 20px 40px;
    width: calc(100% - 80px); } }

/*# sourceMappingURL=page_landing.css.map */
