/* BASICS                                                                                        BASICS */
/* ---------------------------------------------------------------------------------------------------- */
/* COLORS                                                                                        COLORS */
/* ---------------------------------------------------------------------------------------------------- */
/* FONTS                                                                                          FONTS */
/* ---------------------------------------------------------------------------------------------------- */
/* NAVIGATION BREAKPOINT                                                          NAVIGATION BREAKPOINT */
/* ---------------------------------------------------------------------------------------------------- */
/* BOOTSTRAP                                                                                  BOOTSTRAP */
/* ---------------------------------------------------------------------------------------------------- */
/* DROP DOWN MENUS                                                                      DROP DOWN MENUS */
/* ---------------------------------------------------------------------------------------------------- */
ul.dropdown-menu {
  margin-top: -1px !important;
  right: 0;
  padding: 0;
  background-color: #c1d72d;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  ul.dropdown-menu li a {
    padding: 7px 15px; }
    ul.dropdown-menu li a:hover, ul.dropdown-menu li a:active, ul.dropdown-menu li a:focus {
      background-color: #9daf25; }

/* BUTTONS                                                                                      BUTTONS */
/* ---------------------------------------------------------------------------------------------------- */
.btn {
  padding: 6px 40px;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.btn-default {
  background-color: #eee; }

.btn-primary {
  color: #030301;
  background-color: #c1d72d; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #030301;
    background-color: #9daf25; }

.btn-light {
  color: #333;
  background-color: #ccc; }
  .btn-light:hover, .btn-light:active, .btn-light:focus {
    color: #030301;
    background-color: #c1d72d; }

/* MOBILE MENU BREAKPOINT                                                        MOBILE MENU BREAKPOINT */
/* ---------------------------------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .navbar .container {
    width: 100%; }
    .navbar .container ul.dropdown-menu {
      position: static;
      float: none;
      width: auto; }

  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; } }
/* MODALS                                                                                        MODALS */
/* ---------------------------------------------------------------------------------------------------- */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 17px; }

.modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box; }
  .modal-content .modal-header {
    padding: 8px 15px;
    background-color: #c1d72d;
    border-bottom: none; }
    .modal-content .modal-header .close {
      margin-top: -7px;
      font-size: 28px;
      margin-right: -6px;
      text-shadow: none; }
    .modal-content .modal-header h3 {
      color: #030301;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-align: center; }

/* ALERTS                                                                                        ALERTS */
/* ---------------------------------------------------------------------------------------------------- */
.alert-info {
  background-color: rgba(193, 215, 45, 0.3);
  border-color: #c1d72d;
  color: #205020; }

/* BODY                                                                                            BODY */
/* ---------------------------------------------------------------------------------------------------- */
body {
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-weight: 400; }
  body h1, body h2, body h3, body h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #030301; }
  body h1 {
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -2px; }
  body h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -2px; }
    body h2:first-child {
      margin-top: 0; }
  body a {
    color: #90a121;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    body a:hover, body a:active, body a:focus {
      color: #90a121; }
  body .youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    body .youtube-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  body .vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* FORMS                                                                                          FORMS */
/* ---------------------------------------------------------------------------------------------------- */
.form-group {
  margin-bottom: 7px; }
  .form-group label {
    display: inline-block; }
  .form-group .text-danger {
    position: relative;
    bottom: -1px;
    float: right;
    display: inline-block;
    margin: 0;
    padding: 1px 9px;
    font-size: 13px;
    color: #fff;
    background-color: #a94442;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .form-group .has-error {
    border-color: #a94442; }
  .form-group .help-block {
    margin-top: 5px; }
  .form-group .progress {
    margin-top: 10px;
    margin-bottom: 0; }
  .form-group #fileupload {
    display: none; }

.control-label {
  margin-bottom: 1px;
  font-weight: 400; }

.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box; }

form {
  position: relative; }
  form .alert ul {
    margin: 0; }
    form .alert ul li {
      margin-top: 15px;
      margin-bottom: 0; }
      form .alert ul li:first-child {
        margin-top: 0; }
  form .btn {
    margin-top: 10px; }
  form .form-hide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 102%;
    margin: -4px;
    text-align: center;
    background-color: #fff;
    background-image: url("/site/templates/images/wait.gif");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100; }
    form .form-hide .form-message {
      display: none;
      width: 80%;
      margin: auto;
      padding: 15px 20px;
      background-color: #fff;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      form .form-hide .form-message h3 {
        margin-top: 5px; }

.InputfieldFormBuilderFileList {
  padding: 0; }
  .InputfieldFormBuilderFileList input[type=file] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75) inset; }

.input-group .btn {
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px; }

/* PARTS                                                                                          PARTS */
/* ---------------------------------------------------------------------------------------------------- */
/* COVER IMAGE                                                                              COVER IMAGE */
/* ---------------------------------------------------------------------------------------------------- */
#top-carousel {
  height: 360px; }
  #top-carousel .carousel-indicators {
    bottom: 0;
    z-index: 250;
    opacity: 0.4;
    filter: alpha(opacity=40); }
    #top-carousel .carousel-indicators li {
      width: 15px;
      height: 15px;
      margin: 0;
      border: 1px solid #c1d72d;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #top-carousel .carousel-indicators li.active {
        width: 15px;
        height: 15px;
        margin: 0;
        background-color: #c1d72d;
        border: 1px solid #c1d72d; }
  #top-carousel .carousel-inner {
    height: 360px; }
  #top-carousel .carousel-control {
    background-image: none;
    z-index: 250;
    opacity: 0.4;
    filter: alpha(opacity=40); }
    #top-carousel .carousel-control span {
      margin-top: -10px;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    #top-carousel .carousel-control:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
      #top-carousel .carousel-control:hover span {
        opacity: 1;
        filter: alpha(opacity=100); }
  @media only screen and (max-width: 991px) {
    #top-carousel {
      height: auto; }
      #top-carousel .carousel-indicators {
        top: 10px;
        height: 20px; }
        #top-carousel .carousel-indicators li {
          width: 10px;
          height: 10px; }
          #top-carousel .carousel-indicators li.active {
            width: 10px;
            height: 10px; }
      #top-carousel .carousel-inner {
        height: auto; } }

.cover-image {
  position: relative;
  width: 100%;
  height: 360px;
  margin-bottom: 0;
  background-color: #c1d72d;
  background-position: center center; }
  .cover-image .over-title {
    display: block;
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    color: #030301;
    background-color: rgba(193, 215, 46, 0.9); }
    .cover-image .over-title.transparent {
      background: none; }
    .cover-image .over-title.over-title-home {
      text-align: center;
      color: #fff; }
      .cover-image .over-title.over-title-home h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        font-size: 45px;
        color: #fff; }
    .cover-image .over-title h1 {
      font-family: 'Open Sans Condensed', sans-serif;
      font-weight: 700;
      font-size: 45px;
      margin: 10px 0 12px 0; }
  .cover-image .mobile-title {
    position: relative;
    bottom: -1px;
    background-color: green;
    text-align: center;
    width: 100%;
    color: #030301;
    background-color: rgba(193, 215, 46, 0.9); }
    .cover-image .mobile-title h1 {
      margin: 10px 0 12px 0;
      color: #fff;
      font-family: 'Open Sans Condensed', sans-serif;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: -1px; }
  .cover-image .company-top-logo {
    float: right;
    width: 220px;
    height: 220px;
    margin-top: 60px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background-clip: padding-box; }
    .cover-image .company-top-logo img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.top-logo-absolute {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200; }

@media only screen and (max-width: 991px) {
  .cover-image {
    height: auto;
    max-height: 360px; }
    .cover-image .company-top-logo {
      position: absolute;
      bottom: 0px;
      right: 0;
      float: none;
      width: auto;
      max-width: 50%;
      height: auto;
      margin-top: 10px;
      padding: 20px 20px 20px 50px;
      background-color: rgba(255, 255, 255, 0.9);
      text-align: center;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      -webkit-border-top-left-radius: 400px;
      -moz-border-radius-topleft: 400px;
      border-top-left-radius: 400px; }
      .cover-image .company-top-logo img {
        position: relative;
        top: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
/* CONTENT                                                                                      CONTENT */
/* ---------------------------------------------------------------------------------------------------- */
.main-content {
  margin-top: 151px; }
  .main-content h2 {
    margin-bottom: 16px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .main-content h3 {
    font-size: 17px;
    font-weight: 100; }
    .main-content h3:first-child {
      margin-top: 0; }
  .main-content img {
    height: auto;
    max-width: 100%;
    width: auto; }
  .main-content .text-block {
    margin-top: 20px; }
    .main-content .text-block img {
      margin: 5px 0; }
  .main-content ul {
    list-style: none; }
    .main-content ul li:before {
      content: "\f105";
      /* FontAwesome Unicode */
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      /* same as padding-left set on li */
      width: 1.3em;
      /* same as padding-left set on li */ }

@media only screen and (max-width: 991px) {
  .main-content {
    margin-top: 179px; } }
.main-content ul, .home-1 ul, .home-2 ul {
  margin: 15px 0;
  padding-left: 18px; }
  .main-content ul li, .home-1 ul li, .home-2 ul li {
    margin-bottom: 15px; }

.round-icon {
  margin: 0 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: #c1d72d;
  background-color: #030301;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .round-icon i {
    position: relative;
    top: 1px;
    left: -1px;
    font-size: 18px; }
    .round-icon i.fa-search {
      left: -3px;
      top: -1px; }
    .round-icon i.fa-linkedin {
      left: 1px; }
    .round-icon i.fa-youtube-play {
      left: 0px; }
    .round-icon i.fa-envelope {
      top: -1px;
      left: -2px; }
  .round-icon:hover, .round-icon:active, .round-icon:focus {
    color: #030301;
    background-color: #9daf25; }

a.mini-tag {
  padding: 1px 5px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }

/* HEADER                                                                                        HEADER */
/* ---------------------------------------------------------------------------------------------------- */
.navbar {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -1px;
  background-color: #030301;
  border: none; }
  .navbar .top-bar {
    height: 41px;
    padding: 5px 0;
    background-color: #c1d72d;
    text-align: right; }
    .navbar .top-bar .search {
      margin-right: 5px;
      display: inline-block; }
      .navbar .top-bar .search .form-control {
        position: relative;
        top: -1px;
        display: inline;
        width: 250px;
        height: 32px;
        margin-right: -24px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 20px;
        z-index: 100;
        -webkit-border-top-left-radius: 25px;
        -webkit-border-bottom-left-radius: 25px;
        -moz-border-radius-topleft: 25px;
        -moz-border-radius-bottomleft: 25px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        @media only screen and (max-width: 480px) {
          .navbar .top-bar .search .form-control {
            width: 200px; } }
    .navbar .top-bar .divider {
      position: relative;
      top: -1px; }
    .navbar .top-bar .language {
      position: relative;
      margin-left: 5px;
      display: inline-block;
      text-transform: uppercase; }
      .navbar .top-bar .language .dropdown-menu {
        position: absolute;
        top: 33px;
        right: 0; }
    .navbar .top-bar a {
      color: #030301;
      z-index: 150;
      position: relative; }
      .navbar .top-bar a:hover, .navbar .top-bar a:active, .navbar .top-bar a:focus {
        text-decoration: none; }
    .navbar .top-bar .round-icon {
      color: #c1d72d; }
      .navbar .top-bar .round-icon:hover, .navbar .top-bar .round-icon:active, .navbar .top-bar .round-icon:focus {
        color: #030301; }
  .navbar .bottom-bar {
    padding: 20px 0; }
    .navbar .bottom-bar .navbar-header {
      margin-top: 20px;
      border-top: 1px solid #555; }
      .navbar .bottom-bar .navbar-header .navbar-toggle {
        margin: 0;
        padding: 13px 20px;
        text-transform: uppercase;
        color: #fff;
        border: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .navbar .bottom-bar .navbar-header .navbar-toggle:hover, .navbar .bottom-bar .navbar-header .navbar-toggle:active, .navbar .bottom-bar .navbar-header .navbar-toggle:focus {
          background-color: #6a7619; }
  .navbar #navbar {
    margin-top: 45px; }
    .navbar #navbar .navbar-nav {
      float: right; }
      .navbar #navbar .navbar-nav li a {
        padding-top: 2px;
        padding-bottom: 3px;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #fff;
        border-left: 1px solid #aaa;
        opacity: 0.9;
        filter: alpha(opacity=90); }
        .navbar #navbar .navbar-nav li a:hover, .navbar #navbar .navbar-nav li a:active, .navbar #navbar .navbar-nav li a:focus {
          background-color: #6a7619; }
      .navbar #navbar .navbar-nav li.active a {
        background: none;
        font-weight: 600;
        opacity: 1;
        filter: alpha(opacity=100); }
      .navbar #navbar .navbar-nav li:first-child a {
        border-left: none; }
      .navbar #navbar .navbar-nav li ul.dropdown-menu li a {
        padding: 7px 15px;
        color: #030301; }
  @media only screen and (max-width: 991px) {
    .navbar .bottom-bar {
      padding-bottom: 0;
      text-align: center; }
      .navbar .bottom-bar .logo {
        max-height: 50px; }
      .navbar .bottom-bar #navbar {
        padding: 0;
        margin-top: 0;
        border: none; }
        .navbar .bottom-bar #navbar .navbar-nav {
          float: none;
          margin: 0;
          padding: 0; }
          .navbar .bottom-bar #navbar .navbar-nav li a {
            display: block;
            padding: 15px 25px;
            text-align: left;
            font-size: 18px;
            letter-spacing: -1px;
            border: none;
            border-top: 1px solid #555; }
            .navbar .bottom-bar #navbar .navbar-nav li a:hover, .navbar .bottom-bar #navbar .navbar-nav li a:active, .navbar .bottom-bar #navbar .navbar-nav li a:focus {
              background-color: #6a7619; }
          .navbar .bottom-bar #navbar .navbar-nav li ul.dropdown-menu li a {
            margin: 0px;
            padding: 10px 25px;
            background-color: #c1d72d; } }

/* FOOTER                                                                                        FOOTER */
/* ---------------------------------------------------------------------------------------------------- */
.footer {
  margin-top: 40px;
  padding: 30px 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.5px;
  color: #030301;
  background-color: #c1d72d; }
  .footer p {
    margin-bottom: 20px; }
  .footer a.mini-tag {
    color: #030301; }
    .footer a.mini-tag:hover, .footer a.mini-tag:active, .footer a.mini-tag:focus {
      background-color: #9daf25; }

/* HOME                                                                                            HOME */
/* ---------------------------------------------------------------------------------------------------- */
.home-1 {
  margin-top: 0;
  padding: 20px 0 20px 0;
  color: #f9f9f9;
  background-color: #201e1f; }
  .home-1 h2 {
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
    color: #f9f9f9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .home-1 ul {
    list-style: none; }
    .home-1 ul li:before {
      content: "\f105";
      /* FontAwesome Unicode */
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      /* same as padding-left set on li */
      width: 1.3em;
      /* same as padding-left set on li */ }
  .home-1 .home-logo-cell {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    overflow: hidden; }
    .home-1 .home-logo-cell .logo-support {
      max-height: 100px;
      position: relative;
      margin: 0;
      padding: 0; }
      .home-1 .home-logo-cell .logo-support a img {
        width: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0.7;
        filter: alpha(opacity=70); }
      .home-1 .home-logo-cell .logo-support a .back-color {
        position: relative;
        height: 100px;
        padding: 20px;
        background-color: #303030;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .home-1 .home-logo-cell .logo-support a .back-color:hover, .home-1 .home-logo-cell .logo-support a .back-color:active, .home-1 .home-logo-cell .logo-support a .back-color:focus {
          background-color: inherit; }
          .home-1 .home-logo-cell .logo-support a .back-color:hover img, .home-1 .home-logo-cell .logo-support a .back-color:active img, .home-1 .home-logo-cell .logo-support a .back-color:focus img {
            opacity: 1;
            filter: alpha(opacity=100); }
    .home-1 .home-logo-cell .home-logo {
      display: inline-block;
      position: relative;
      margin: 0; }

@media only screen and (min-width: 992px) {
  .home-1 .home-logo-cell {
    height: 100px; } }
@media only screen and (max-width: 767px) {
  .home-1 .home-logo-cell {
    height: 130px; }
    .home-1 .home-logo-cell .home-logo {
      height: 130px; }
      .home-1 .home-logo-cell .home-logo .back-color {
        height: 130px !important; } }
@media only screen and (max-width: 480px) {
  .home-1 .home-logo-cell {
    height: 100px; }
    .home-1 .home-logo-cell .home-logo {
      height: 100px; }
      .home-1 .home-logo-cell .home-logo .back-color {
        height: 100px !important; } }
.home-2 {
  margin-bottom: -40px;
  padding: 0 0 50px 0;
  color: #f9f9f9;
  background-color: #030301; }
  .home-2 h4 {
    padding: 25px 0 5px 0;
    color: #f9f9f9; }

/* CONTACTS                                                                                    CONTACTS */
/* ---------------------------------------------------------------------------------------------------- */
.company-badge {
  margin-top: 10px;
  margin-bottom: 30px; }
  .company-badge .logo-container {
    max-width: 180px;
    margin: 0 auto 20px;
    padding: 10px;
    background-color: #999;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .company-badge .logo-container:hover, .company-badge .logo-container:active, .company-badge .logo-container:focus {
      background-color: inherit; }
  .company-badge h4 {
    margin: 0; }

@media only screen and (max-width: 480px) {
  .company-badge {
    text-align: center; }
    .company-badge .logo-container {
      max-width: 140px; } }
.google-maps {
  margin: 30px 0 30px 0;
  position: relative;
  padding-bottom: 80%;
  height: 0;
  overflow: hidden; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.contact-form {
  margin: 36px 0 30px 0; }

.company-site {
  margin-top: 35px; }

/* SEARCH                                                                                        SEARCH */
/* ---------------------------------------------------------------------------------------------------- */
.search-results {
  margin: 20px 0 0 0;
  padding: 0; }
  .search-results .search-match {
    margin: 20px 0 0 0;
    padding: 0;
    display: block; }
    .search-results .search-match:first-child {
      margin-top: 0; }
    .search-results .search-match a {
      display: block;
      padding: 1px 10px;
      color: #030301;
      border-left: 2px solid #c1d72d; }
      .search-results .search-match a h3 {
        margin: 0;
        font-weight: 600;
        margin-bottom: 5px; }
      .search-results .search-match a:hover, .search-results .search-match a:active, .search-results .search-match a:focus {
        text-decoration: none;
        background-color: #c1d72d; }

/* COMPANIES                                                                                  COMPANIES */
/* ---------------------------------------------------------------------------------------------------- */
.company-list {
  margin-bottom: 30px; }
  .company-list .company-tab {
    position: relative;
    height: 0;
    padding: 16%;
    overflow: hidden; }
    .company-list .company-tab a {
      position: relative;
      display: block;
      padding: 0px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

/* NEWSLETTER                                                                                NEWSLETTER */
/* ---------------------------------------------------------------------------------------------------- */
#hi_signup_modal .modal-dialog {
  max-width: auto; }
  #hi_signup_modal .modal-dialog .modal-content {
    max-width: 450px;
    margin: auto; }

#hi_signup_form .form-control {
  margin-bottom: 10px; }
#hi_signup_form .help-block {
  font-size: 12px;
  margin-top: -7px; }

.newsletter-button {
  float: left;
  text-transform: uppercase; }
  .newsletter-button:hover, .newsletter-button:active, .newsletter-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/*# sourceMappingURL=style.css.map */
