/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .header_featured_section {
    height: unset !important;
    padding-bottom: 20px; }
    .header_featured_section .main_featured_area {
      max-width: 100% !important;
      width: 100% !important; }
      .header_featured_section .main_featured_area .featured_item_large {
        height: 320px !important; }
    .header_featured_section .secondary_featured_area {
      width: 100% !important;
      margin-top: 20px;
      padding-bottom: 30px !important; }

  .brands_section {
    display: none; }

  .page_title {
    text-align: center;
    padding-top: 20px; } }
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header .desktop {
    display: none !important; }
  .header .mobile {
    display: block !important; }

  .navigation li {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .navigation li.cart a {
    font-size: 12px !important; }

  .contracts_table {
    width: 100%; }
    .contracts_table thead, .contracts_table tbody, .contracts_table th, .contracts_table td, .contracts_table tr {
      display: block; }
    .contracts_table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .contracts_table tr {
      border: 1px solid #ccc; }
    .contracts_table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    .contracts_table tr td {
      width: 100% !important;
      text-align: right !important; }
    .contracts_table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }

  .footer_section .logo_area {
    text-align: center !important;
    padding-bottom: 30px !important; }
  .footer_section .search_form {
    width: 100% !important;
    padding-top: 30px; } }
@media only screen and (max-width: 1179px) {
  .wrapper {
    margin-left: 10px !important;
    margin-right: 10px !important; } }
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif; }
  body .contract_btn {
    background: #1EB6E6 !important;
    border: none !important;
    color: #FFF !important;
    font-weight: 300 !important;
    text-shadow: none !important;
    margin-top: 10px !important; }

.wrapper {
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
  padding: 0px; }

h1, h2, h3, h4, h5, h6, p, pre {
  margin: 0;
  padding: 0;
  font-weight: 400; }

.header {
  height: 96px;
  background: #FFF;
  transition: all .2s linear; }
  .header .logo_container {
    width: auto;
    height: auto;
    padding-top: 15px;
    float: left; }
  .header .navigation_container {
    float: right;
    margin-top: 38px; }
    .header .navigation_container .navigation {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block; }
      .header .navigation_container .navigation li {
        float: left;
        margin-left: 15px;
        margin-right: 15px; }
        .header .navigation_container .navigation li a {
          text-decoration: none;
          font-size: 14px;
          color: #2E3D49;
          font-weight: 400;
          transition: all .2s linear; }
          .header .navigation_container .navigation li a:hover {
            color: #1EB6E6; }
        .header .navigation_container .navigation li a.active {
          color: #1EB6E6; }
      .header .navigation_container .navigation li.divider {
        width: 2px;
        height: 24px;
        background: #979797;
        opacity: .2; }
      .header .navigation_container .navigation li.cart a {
        background: #1EB6E6;
        color: #FFF;
        padding-top: 8.5px;
        padding-bottom: 8.5px;
        padding-left: 11px;
        padding-right: 11px;
        border-radius: 5px;
        box-shadow: 5px 5px 25px rgba(46, 61, 73, 0.2);
        transition: all .05s linear; }
        .header .navigation_container .navigation li.cart a .cart_icon {
          padding-right: 5px; }
        .header .navigation_container .navigation li.cart a:hover {
          box-shadow: 2px 2px 15px rgba(46, 61, 73, 0.3);
          background-color: #148bb1; }

.fixed_heaer_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  z-index: 8000; }

.header_featured_section {
  height: 480px; }
  .header_featured_section .main_featured_area {
    max-width: 780px;
    width: 100%;
    float: left; }
    .header_featured_section .main_featured_area a {
      width: 100%;
      height: 480px; }
    .header_featured_section .main_featured_area .featured_item_large {
      width: 100%;
      height: 480px;
      background: #111;
      border-radius: 8px;
      background-position: center;
      background-size: cover;
      position: relative; }
      .header_featured_section .main_featured_area .featured_item_large .featured_content {
        position: absolute;
        left: 30px;
        bottom: 30px;
        color: #FFF; }
        .header_featured_section .main_featured_area .featured_item_large .featured_content .status {
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600; }
        .header_featured_section .main_featured_area .featured_item_large .featured_content .title {
          font-size: 48px;
          font-weight: 300; }
        .header_featured_section .main_featured_area .featured_item_large .featured_content .price {
          font-size: 18px;
          font-weight: 600; }
          .header_featured_section .main_featured_area .featured_item_large .featured_content .price small {
            font-size: 12px;
            font-weight: 300; }
  .header_featured_section .secondary_featured_area {
    width: 348px;
    float: right; }
    .header_featured_section .secondary_featured_area .featured_item_small {
      width: 100%;
      height: 142px;
      border: 1px solid #D8D8D8;
      border-radius: 8px;
      margin-bottom: 24px;
      transition: all .2s linear; }
      .header_featured_section .secondary_featured_area .featured_item_small .item_small_image {
        float: left;
        width: 128px;
        height: 100%;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative; }
        .header_featured_section .secondary_featured_area .featured_item_small .item_small_image img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: 0;
          border-top-left-radius: 7px;
          border-bottom-left-radius: 7px; }
      .header_featured_section .secondary_featured_area .featured_item_small .item_content_text {
        width: 180px;
        float: right;
        margin-right: 20px;
        height: 60px;
        margin-top: 42px;
        margin-bottom: 0;
        position: relative; }
        .header_featured_section .secondary_featured_area .featured_item_small .item_content_text .content_featured {
          text-transform: uppercase;
          font-size: 10px;
          font-weight: 600;
          color: #1EB6E6; }
        .header_featured_section .secondary_featured_area .featured_item_small .item_content_text .content_title {
          font-size: 16px;
          font-weight: 600;
          color: #2E3D49; }
      .header_featured_section .secondary_featured_area .featured_item_small:last-child {
        margin-bottom: 0px; }
      .header_featured_section .secondary_featured_area .featured_item_small:hover {
        box-shadow: 5px 5px 15px rgba(46, 61, 73, 0.12); }

.brands_section .brands_list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 68px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px; }
  .brands_section .brands_list li {
    float: left;
    width: 20%;
    text-align: center;
    display: block; }
    .brands_section .brands_list li img {
      vertical-align: middle; }

.products_list_section {
  margin-top: 50px; }
  .products_list_section a {
    text-decoration: none !important; }
  .products_list_section .page_title h2 {
    font-weight: 300 !important;
    font-size: 20px; }
  .products_list_section .products_list .products_list_item {
    border: 1px solid #FFF;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFF;
    transition: all .2s linear; }
    .products_list_section .products_list .products_list_item .image_thumbnail {
      width: 100%;
      height: 168px;
      margin: 0 auto;
      text-align: center; }
      .products_list_section .products_list .products_list_item .image_thumbnail img {
        width: auto;
        height: 168px; }
    .products_list_section .products_list .products_list_item .product_details .title {
      font-size: 15px;
      font-weight: 600;
      color: #2E3D49; }
    .products_list_section .products_list .products_list_item .product_details .price_list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .products_list_section .products_list .products_list_item .product_details .price_list .price strong {
        font-size: 13px;
        font-weight: 600;
        color: #1EB6E6; }
      .products_list_section .products_list .products_list_item .product_details .price_list .price small {
        font-size: 13px;
        font-weight: 300;
        padding-left: 5px;
        color: #838383; }
    .products_list_section .products_list .products_list_item .product_details .contract_description {
      font-size: 10px;
      color: #838383; }
    .products_list_section .products_list .products_list_item .purchase_hover_btn {
      width: 100%;
      margin-top: 20px;
      transition: all .1s linear;
      opacity: 0;
      z-index: 3000; }
      .products_list_section .products_list .products_list_item .purchase_hover_btn .purchase_btn {
        width: 100%;
        background: #FFF !important;
        border-radius: 50px;
        border-color: #1EB6E6;
        border-width: 2px;
        color: #1EB6E6;
        box-shadow: none !important;
        text-shadow: none !important;
        transition: all .2s linear; }
        .products_list_section .products_list .products_list_item .purchase_hover_btn .purchase_btn:hover {
          background: #1EB6E6 !important;
          color: #FFF; }
      .products_list_section .products_list .products_list_item .purchase_hover_btn .learn_more_btn {
        margin-bottom: 10px;
        width: 100%;
        background: #FFF !important;
        border-radius: 50px;
        border-color: #A4A4A4;
        border-width: 2px;
        color: #A4A4A4;
        box-shadow: none !important;
        text-shadow: none !important;
        transition: all .2s linear; }
        .products_list_section .products_list .products_list_item .purchase_hover_btn .learn_more_btn:hover {
          background: #A4A4A4 !important;
          color: #FFF; }
    .products_list_section .products_list .products_list_item:hover {
      border-color: #1EB6E6; }
      .products_list_section .products_list .products_list_item:hover .purchase_hover_btn {
        opacity: 1; }

.page_title_area {
  color: #FFF;
  background-size: cover; }
  .page_title_area .page_title_banner_image {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(160deg, rgba(30, 182, 230, 0.8) 0%, rgba(10, 130, 164, 0.8) 100%); }
  .page_title_area .title {
    font-size: 48px;
    font-weight: 300; }
  .page_title_area .description {
    font-size: 13px;
    font-weight: 300;
    opacity: .8; }

.content_block {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  clear: both;
  width: 100%; }
  .content_block h1, .content_block h2, .content_block h3, .content_block h4, .content_block h5, .content_block h6 {
    font-weight: 300; }
  .content_block p {
    font-size: 14px;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 1.7; }
  .content_block a {
    font-weight: 600;
    text-decoration: none;
    color: #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    transition: all .1s linear; }
    .content_block a:hover {
      color: #1EB6E6;
      border-bottom: 1px solid #1EB6E6;
      text-decoration: none;
      border-bottom: 2px solid #1EB6E6; }
  .content_block table {
    margin-top: 30px; }
    .content_block table thead {
      border-bottom: none; }
      .content_block table thead tr {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
        .content_block table thead tr th {
          border-bottom: none !important;
          color: #1EB6E6; }

.sign_in_form_container {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px !important; }
  .sign_in_form_container .sign_in_title {
    color: #1EB6E6; }
  .sign_in_form_container .sign_in_description {
    color: #777; }
  .sign_in_form_container .sign_in_form {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px; }
    .sign_in_form_container .sign_in_form input {
      height: 44px;
      box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px;
      border: 1px solid #dbe2e8;
      font-size: 14px;
      box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05);
      border-radius: 2px;
      color: #2e3d49; }
      .sign_in_form_container .sign_in_form input:focus {
        border-color: #1EB6E6 !important; }
    .sign_in_form_container .sign_in_form .btn-primary {
      min-width: 207px;
      height: 44px;
      padding: 0 25px;
      background: #02b3e4;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      text-shadow: none;
      border: none; }
      .sign_in_form_container .sign_in_form .btn-primary:hover {
        background-color: #148bb1; }
    .sign_in_form_container .sign_in_form .forgot_password {
      text-decoration: none;
      color: #1EB6E6;
      border-bottom: none !important;
      font-weight: 400; }
      .sign_in_form_container .sign_in_form .forgot_password:hover {
        color: #148bb1;
        text-decoration: none;
        border-bottom: none !important; }

.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
  text-align: left;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #b8b8b8 !important; }
  .shop_table a {
    text-decoration: none !important;
    border-bottom: none !important; }

.shop_table thead {
  color: #b8b8b8 !important; }
  .shop_table thead tr {
    box-shadow: none !important; }

table.shop_table thead th {
  padding-bottom: 15px;
  padding-top: 0;
  border-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #323232 !important; }

.shop_table .product-thumbnail {
  width: 15%;
  padding-right: 20px; }
  .shop_table .product-thumbnail img {
    border: 0;
    vertical-align: middle;
    max-height: 85px;
    height: auto; }

.shop_table .product-name {
  width: 37%; }

.shop_table .cart_item .product-name {
  font-size: 16px; }
  .shop_table .cart_item .product-name a {
    font-weight: 300;
    text-decoration: none;
    border-bottom: none !important; }

.cart_item {
  padding-top: 20px; }
  .cart_item td {
    padding: 15px 0;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
    color: #646464 !important; }
  .cart_item:first-child td {
    border-top: 1px solid #e1e1e1; }

.shop_table .product-price {
  width: 17%; }

.shop_table .product-quantity, .woocommerce-cart .shop_table .product-subtotal {
  width: 15%; }

.shop_table .product-quantity, .woocommerce-cart .shop_table .product-subtotal {
  width: 15%; }

.shop_table .product-remove {
  width: 1%; }

.shop_table th, .woocommerce-cart td {
  padding: 15px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e1e1e1 !important; }

.continue_shopping_btn {
  font-weight: 400 !important;
  display: inline-block !important;
  text-align: center !important;
  white-space: nowrap !important;
  font-size: 13px !important;
  height: 45px !important;
  line-height: 41px !important;
  letter-spacing: 0px !important;
  padding: 0 20px !important;
  border: 2px solid !important;
  border-radius: 2px !important;
  text-transform: uppercase !important;
  background: #1EB6E6 !important;
  border-color: #1EB6E6 !important;
  text-shadow: none !important;
  background: #FFF !important;
  color: #1EB6E6 !important;
  transition: all .2s linear; }
  .continue_shopping_btn:hover {
    background: #1EB6E6 !important;
    color: #FFF !important; }

.update_cart_btn {
  font-weight: 300 !important;
  display: inline-block !important;
  text-align: center !important;
  white-space: nowrap !important;
  font-size: 13px !important;
  height: 45px !important;
  line-height: 41px !important;
  letter-spacing: 0px !important;
  padding: 0 20px !important;
  border: 2px solid !important;
  border-radius: 2px !important;
  text-transform: uppercase !important;
  background: #1EB6E6 !important;
  border-color: #1EB6E6 !important;
  text-shadow: none !important;
  background: #1EB6E6 !important;
  color: #FFF !important;
  transition: all .2s linear; }
  .update_cart_btn:hover {
    background: #1EB6E6 !important; }

.cart_totals {
  padding: 20px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2; }
  .cart_totals table {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px; }
    .cart_totals table tbody tr {
      border-bottom: 1px solid #e1e1e1; }
      .cart_totals table tbody tr th {
        font-weight: 600;
        padding: 15px 0; }
      .cart_totals table tbody tr td {
        text-align: right;
        padding: 15px 0;
        font-weight: 300; }
    .cart_totals table tbody tr.cart-total td {
      color: #1EB6E6 !important;
      font-weight: 400; }

.billing_details label {
  font-weight: 300;
  font-size: 14px;
  color: #323232 !important; }
.billing_details input, .billing_details select {
  height: 44px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #dbe2e8;
  font-size: 14px;
  box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05);
  border-radius: 2px;
  color: #2e3d49; }
  .billing_details input:focus, .billing_details select:focus {
    border-color: #1EB6E6 !important;
    box-shadow: none !important; }

.order_review_table_div {
  padding: 20px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2; }

.order_review_table .product-total {
  text-align: right !important; }
.order_review_table .cart_item {
  font-size: 14px !important; }
  .order_review_table .cart_item .product-name {
    font-weight: 300 !important;
    font-size: 14px !important; }
    .order_review_table .cart_item .product-name strong {
      font-weight: 400 !important; }
.order_review_table .cart_footer .total_cell {
  text-align: right !important;
  border-top: none !important; }
  .order_review_table .cart_footer .total_cell .subtotal {
    font-size: 20px;
    font-weight: 600; }
  .order_review_table .cart_footer .total_cell .total {
    color: #1EB6E6 !important; }
.order_review_table .cart_footer .heading-color {
  font-weight: 400 !important;
  color: #323232 !important; }

.product_details_section .product_details .product_price_details p {
  color: #323232 !important;
  font-size: 12px; }
  .product_details_section .product_details .product_price_details p .main_price {
    font-size: 20px;
    font-weight: 600; }
  .product_details_section .product_details .product_price_details p .contract_price strong {
    font-size: 14px;
    font-weight: 600; }
.product_details_section .product_details .product_specs_overview ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .product_details_section .product_details .product_specs_overview ul li {
    float: left;
    margin-left: 24px;
    font-size: 12px;
    color: #999; }
    .product_details_section .product_details .product_specs_overview ul li:first-child {
      margin-left: 0px; }
.product_details_section .product_details .product_short_description {
  clear: both;
  padding-top: 20px; }
  .product_details_section .product_details .product_short_description p {
    font-size: 12px;
    color: #323232; }
.product_details_section .product_details .page_steps_container {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px; }
  .product_details_section .product_details .page_steps_container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .product_details_section .product_details .page_steps_container ul li {
      float: left;
      margin-left: 8px;
      margin-right: 8px; }
      .product_details_section .product_details .page_steps_container ul li a {
        min-width: 100px;
        border: 2px solid #1EB6E6;
        border-radius: 50px;
        padding: 7px;
        font-size: 13px;
        font-weight: 400;
        color: #1EB6E6;
        transition: all .2 linear; }
        .product_details_section .product_details .page_steps_container ul li a:hover {
          background: #1EB6E6;
          color: #FFF;
          text-decoration: none; }
        .product_details_section .product_details .page_steps_container ul li a:active {
          text-decoration: none; }
      .product_details_section .product_details .page_steps_container ul li:first-child {
        margin-left: 0px; }
      .product_details_section .product_details .page_steps_container ul li:last-child {
        margin-right: 0px; }
.product_details_section .product_details .add_to_cart_btn_container {
  clear: both; }
  .product_details_section .product_details .add_to_cart_btn_container .add_to_cart_btn {
    font-weight: 300 !important;
    display: inline-block !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    height: 45px !important;
    line-height: 41px !important;
    letter-spacing: 0px !important;
    padding: 0 20px !important;
    border: 2px solid !important;
    border-radius: 2px !important;
    text-transform: uppercase !important;
    background: #1EB6E6 !important;
    border-color: #1EB6E6 !important;
    text-shadow: none !important;
    background: #1EB6E6 !important;
    color: #FFF !important;
    transition: all .2s linear;
    margin-top: 20px; }
    .product_details_section .product_details .add_to_cart_btn_container .add_to_cart_btn:hover {
      background: #1EB6E6 !important; }
.product_details_section .section_title_center {
  width: 100%;
  text-align: center; }
.product_details_section #technical_specifications {
  margin-top: 50px; }
  .product_details_section #technical_specifications .specifications_table {
    width: 100%;
    border: 1px solid #ecf0f1; }
    .product_details_section #technical_specifications .specifications_table tr {
      width: 100%; }
      .product_details_section #technical_specifications .specifications_table tr td {
        width: 25%;
        padding: 10px;
        border-bottom: 1px solid #ecf0f1;
        font-weight: 300;
        font-size: 12px;
        color: #1f1f21; }
        .product_details_section #technical_specifications .specifications_table tr td strong {
          font-weight: 600; }
        .product_details_section #technical_specifications .specifications_table tr td:nth-child(2) {
          border-right: 1px solid #ecf0f1; }
      .product_details_section #technical_specifications .specifications_table tr:last-child {
        border-bottom: none; }
.product_details_section .contracts_avalible {
  margin-top: 50px; }
  .product_details_section .contracts_avalible .contracts_table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse; }
    .product_details_section .contracts_avalible .contracts_table th, .product_details_section .contracts_avalible .contracts_table td {
      border: 1px solid #f1f1f1; }
    .product_details_section .contracts_avalible .contracts_table thead {
      box-shadow: none !important; }
      .product_details_section .contracts_avalible .contracts_table thead tr {
        box-shadow: none !important;
        border-bottom: 1px solid #f1f1f1; }
        .product_details_section .contracts_avalible .contracts_table thead tr th {
          font-weight: 400;
          font-size: 9px;
          text-transform: uppercase;
          padding: 8px;
          text-align: left;
          vertical-align: middle;
          color: #444;
          background: #f1f1f1;
          text-align: center; }
          .product_details_section .contracts_avalible .contracts_table thead tr th:first-child {
            text-align: left; }
    .product_details_section .contracts_avalible .contracts_table tbody tr td {
      padding: 10px;
      border-bottom: 1px solid #f1f1f1;
      text-align: center;
      font-weight: 400;
      font-size: 11px; }
      .product_details_section .contracts_avalible .contracts_table tbody tr td:first-child {
        text-align: left; }
      .product_details_section .contracts_avalible .contracts_table tbody tr td .contract_title {
        font-size: 13px !important;
        font-weight: 400; }
      .product_details_section .contracts_avalible .contracts_table tbody tr td .contract_code, .product_details_section .contracts_avalible .contracts_table tbody tr td span {
        font-size: 10px;
        font-weight: 300; }
      .product_details_section .contracts_avalible .contracts_table tbody tr td a {
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        border-bottom: none !important;
        color: #1EB6E6; }
    .product_details_section .contracts_avalible .contracts_table tbody tr td.contract-img img {
      width: 45px;
      height: auto; }

.footer_section {
  margin-top: 50px;
  border-top: 2px solid #f1f1f1;
  padding-top: 30px; }
  .footer_section .copy_right p {
    font-size: 12px;
    color: #777;
    font-weight: 300;
    padding-top: 50px; }
  .footer_section .footer_col_title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #343434; }
  .footer_section .footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px; }
    .footer_section .footer_menu li {
      font-size: 12px; }
      .footer_section .footer_menu li a {
        color: #888 !important; }
        .footer_section .footer_menu li a:hover {
          color: #1EB6E6 !important;
          text-decoration: none; }
  .footer_section .search_form input {
    height: 44px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #dbe2e8;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05);
    border-radius: 2px;
    color: #2e3d49;
    width: 46%; }
    .footer_section .search_form input:focus {
      border-color: #1EB6E6 !important;
      box-shadow: none !important; }
  .footer_section .search_form button {
    height: 44px;
    background: #1EB6E6;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    border-radius: 2px;
    margin-top: -3px !important;
    width: 20%; }
  .footer_section .search_form p {
    font-size: 10px;
    text-align: justify;
    color: #777;
    font-weight: 300; }
  .footer_section .search_option_footer {
    height: 44px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #dbe2e8;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05);
    border-radius: 2px;
    color: #2e3d49;
    width: 30%;
    -webkit-appearance: none !important;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1.3em + 2px), calc(100% - 10px) calc(1.3em + 2px), calc(100% - 1.7em) 0.8em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; }

.nav-tabs {
  border: none !important; }
  .nav-tabs .active a {
    border: none !important;
    color: #1EB6E6 !important; }
  .nav-tabs li a {
    border: none !important;
    font-weight: 400 !important;
    font-size: 13px !important; }
    .nav-tabs li a:hover {
      border: none !important;
      background: transparent !important; }

.form-control {
  height: 44px !important;
  box-sizing: border-box !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: 1px solid #dbe2e8 !important;
  font-size: 14px !important;
  box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05) !important;
  border-radius: 2px !important;
  color: #2e3d49 !important; }
  .form-control:focus {
    border-color: #1EB6E6 !important;
    box-shadow: none !important; }

.desktop {
  display: block; }

.mobile {
  display: none; }

#contract_applications_form .application_form_title h3 {
  color: #1EB6E6 !important;
  font-weight: 600;
  font-size: 16px; }
#contract_applications_form .application_form_subtitle h5 {
  color: #1EB6E6 !important;
  font-weight: 400;
  font-size: 13px; }
#contract_applications_form p {
  font-size: 13px;
  color: #999999; }
#contract_applications_form table td {
  font-size: 13px; }
  
.containerx {
        font-family:    Verdana,Geneva,sans-serif;
        font-size:      13px;
  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
}

.containerx > div {
  margin-bottom: 20px;
}

.containerx {
        font-family:    Verdana,Geneva,sans-serif;
        font-size:      12px;
  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
}

.containerx > div {
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
