/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
  color: #303030;
}
#wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -292px;
}
#wrapper:after {
  content: "";
  display: block;
}
#wrapper:after {
  height: 240px;
}
#main-footer {
  height: 138px;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 240px;
  /* Height of the footer element */
}
img.align-right {
  float: right;
  margin-left: 20px;
}
/*=======================
*
GRID SYSTEM
*
======================*/
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
/* 1. 12 Column Grid 0px - Infinity
-----------------------------------------------------------------------------

Column 1:    6.5%
Column 2:    15.0%
Column 3:    23.5%
Column 4:    32.0%
Column 5:    40.5%
Column 6:    49.0%
Column 7:    57.5%
Column 8:    66.0%
Column 9:    74.5%
Column 10:    83.0%
Column 11:    91.5%
Column 12:    100%

----------------------------------------------------------------------------- */
/* --- Gridpak variables ---*/
.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12 {
  margin-left: 2%;
}
.row .col-1:first-child,
.row .col-2:first-child,
.row .col-3:first-child,
.row .col-4:first-child,
.row .col-5:first-child,
.row .col-6:first-child,
.row .col-7:first-child,
.row .col-8:first-child,
.row .col-9:first-child,
.row .col-10:first-child,
.row .col-11:first-child,
.row .col-12:first-child {
  margin-left: 0;
}
.col-1 {
  width: 6.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-2 {
  width: 15%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-3 {
  width: 23.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-4 {
  width: 32%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-5 {
  width: 40.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-6 {
  width: 49%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-7 {
  width: 57.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-8 {
  width: 66%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-9 {
  width: 74.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-10 {
  width: 83%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-11 {
  width: 91.5%;
  border-left-width: 0;
  padding: 0%;
  margin-left: 2%;
}
.col-12 {
  margin-left: 0;
  width: 100%;
}
.clear {
  clear: both;
}
/*=============
Header
==============*/
#logo {
  margin-top: 20px;
  display: block;
  float: left;
}
a.nav-mobile {
  display: none;
  top: 0px;
  right: 0;
  position: absolute;
  height: 38px;
  padding: 0 8px;
  background: none;
  font-weight: normal;
  line-height: 38px;
  text-transform: none;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #cbcbcb;
  border-top: none;
  border-right: none;
  color: #4d4c4c;
  font-size: 14px;
  text-decoration: none;
}
/*=============
Main navigation
==============*/
#main-nav {
  float: left;
  width: 100%;
  margin: 30px 0 10px 0;
}
#main-nav li {
  float: left;
  text-transform: uppercase;
  padding: 0 5px 0 10px;
}
#main-nav li:hover > a {
  background: #E25928;
  color: #fff;
}
#main-nav li:after {
  content: "";
  background: #E25928;
  width: 6px;
  height: 6px;
  float: right;
  margin-top: 7px;
  margin-left: 10px;
}
#main-nav li:last-child:after {
  content: none;
}
#main-nav li a {
  text-decoration: none;
  color: #4d4c4c;
  font: 400 15px/1.2em Arial, sans-serif;
  padding: 7px 13px;
}
/*=============
HERO
==============*/
.hero-container {
  float: left;
  width: 100%;
  position: relative;
  background: #ebebeb;
}
.hero {
  margin: 0 auto;
  max-width: 1500px;
}
.hero li img {
  float: left;
}
.hero h1 {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 99;
  color: #3E4545;
}
.hero .hero-content {
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 5px;
  color: #4d4c4c;
  font-size: 32px;
  line-height: 1;
  text-indent: 0;
}
.flex-control-paging {
  color: white;
  position: absolute;
  bottom: 30px;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 105px;
}
.flex-control-paging li {
  float: left;
  margin: 0 6px;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  background: #fff;
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
}
.flex-control-paging li a.flex-active {
  background: gray;
  color: gray;
}
/*=============
Homepage
==============*/
.home-box {
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  padding: 17px 19px;
  margin: 29px 0 39px 0;
  min-height: 139px;
}
.home-box h3 {
  font-size: 16px;
  color: #E25928;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 6px;
}
.home-box p {
  font-size: 13px;
  line-height: 19px;
}
.home-box a {
  color: #6399AF;
  text-decoration: none;
  margin-top: 6px;
  display: block;
  font-size: 13px;
}
.home-box a:hover {
  text-decoration: underline;
}
/*=============
Footer
==============*/
#main-footer {
  background: #3E4545;
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  padding: 22px 0 80px 0;
  position: relative;
  z-index: 999;
}
#main-footer h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}
#main-footer a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
#main-footer a:hover {
  text-decoration: underline;
}
#main-footer li {
  line-height: 26px;
}
#main-footer .footer-nav li {
  line-height: 22px;
}
#main-footer p {
  font-size: 13px;
  color: #fff;
}
/*=============
Search listing
==============*/
#search {
  margin: 20px 0 40px 0;
  display: inline-block;
  width: 100%;
}
#search label {
  margin-right: 15px;
  font-weight: 700;
}
#search-listing form input {
  height: 26px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  font-size: 16px;
}
#search-listing form button {
  background: #e25928;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 15px;
  display: inline-block;
}
#search-listing form button[disabled] {
  background: #ccc;
}
.not-found h3 {
  display: block;
}
.not-found h3.active {
  display: none;
}
input[type="submit"] {
  background-color: #E25928;
  border: 0;
}
/*=============
Subpage
==============*/
.page-hr {
  height: 19px;
  width: 100%;
  background: #e25928;
}
.services-list img {
  width: 100%;
  height: auto;
}
.page-title {
  color: #E25928;
  font-weight: lighter;
  font-size: 26px;
  line-height: 31px;
  margin: 5px 0 15px 0;
}
.breadcrumbs {
  min-height: 37px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  margin-bottom: 2px;
}
.breadcrumb li {
  margin-right: 4px;
  display: inline-block;
}
.breadcrumb li:first-child {
  margin-right: 0;
}
.breadcrumb li + li:before {
  color: #9c3022;
  content: ">";
  font-size: 12px;
  padding: 0 2px;
}
.breadcrumb a {
  color: #6399AF;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb .curr-item {
  color: #777;
}
.entry-content {
  color: #646262;
}
.entry-content p {
  font-size: 14px;
  color: #646262;
  margin-bottom: 14px;
  line-height: 1.4em;
}
.entry-content p.intro {
  font-size: 16px;
}
.entry-content ul {
  margin-bottom: 20px;
  list-style: disc outside;
  margin-left: 25px;
}
.entry-content ul li {
  margin-bottom: 14px;
}
.entry-content h2 {
  color: #3E4545;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
}
.entry-content h2.company-name {
  font-size: 16px;
  margin: 20px 0 10px 0;
}
.entry-content strong {
  font: bold 14px/1.6em Arial, sans-serif;
}
.entry-content a {
  color: #6399AF;
  font: 14px/1.6em Arial, sans-serif;
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.about-logos {
  margin-top: 24px;
}
h3 {
  font-size: 18px;
  font-weight: 700;
}
.list-3 {
  margin-left: 0 !important;
}
.list-3 li {
  float: none;
  display: inline-block;
  list-style: none;
  width: 30.5%;
  margin: 0 0 24px 4%;
  margin-bottom: 32px !important;
  vertical-align: top;
}
.list-3 li:first-child,
.list-3 li:nth-child(3n+1) {
  margin-left: 0;
}
.list-3 a {
  color: #6399AF;
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  text-decoration: none;
}
.list-3 a:hover {
  text-decoration: underline;
}
.list-3 a .normal {
  display: block;
  font-weight: 400;
}
.list-4 {
  margin-left: 0 !important;
}
.list-4 li {
  float: none;
  display: inline-block;
  list-style: none;
  width: 22%;
  margin: 0 0 24px 4%;
  margin-bottom: 32px !important;
  vertical-align: top;
}
.list-4 li:nth-child(4n+1) {
  margin-left: 0;
}
.list-4 a {
  color: #6399AF;
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  text-decoration: none;
}
.list-4 a:hover {
  text-decoration: underline;
}
.list-4 a .normal {
  display: block;
  font-weight: 400;
}
.col-4 iframe {
  width: 80% !important;
  float: right;
}
.grey-bg {
  background: #ebebeb;
  padding: 20px 0;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.about-section h2 {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 980px) {
  .container {
    width: 96%;
    margin: 0 2%;
  }
  .list-3 img {
    max-width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .list-3 li {
    width: 48%;
  }
  .list-3 li:nth-child(3n+1) {
    margin-left: 4%;
  }
  .list-3 li:nth-child(2n+1) {
    margin-left: 0%;
  }
  .hero .hero-content {
    font-size: 24px;
  }
  .hero .hero-content h1 {
    top: 50px;
  }
  iframe {
    width: 100% !important;
  }
  a.nav-mobile {
    display: block;
  }
  #main-footer .col-6 {
    width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
  }
  #main-footer .col-4,
  #main-footer .col-2 {
    width: 48%;
  }
  #logo {
    max-width: 140px;
    margin-bottom: 15px;
  }
  #logo img {
    max-width: 100%;
    height: auto;
  }
  #main-nav {
    z-index: 99;
    display: none;
    width: 100%;
    margin: 0;
    background: #eaeaea;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
  }
  #main-nav.active {
    display: block;
  }
  #main-nav li {
    float: none;
    height: 40px;
    padding: 0;
    background: none;
    border-bottom: 1px solid #ccc;
  }
  #main-nav li:after {
    content: none;
  }
  #main-nav li a {
    display: block;
    padding: 0 0 0 25px;
    line-height: 40px;
  }
  .flexslider li img {
    height: 240px;
  }
}
@media all and (max-width: 480px) {
  .row .col-1,
  .row .col-2,
  .row .col-3,
  .row .col-4,
  .row .col-5,
  .row .col-6,
  .row .col-7,
  .row .col-8,
  .row .col-9,
  .row .col-10,
  .row .col-11,
  .row .col-12 {
    margin-left: 0%;
    width: 100%;
  }
  .home-box {
    min-height: 0;
    margin-bottom: 0;
  }
  #main-footer {
    height: auto;
  }
  #main-footer .col-4,
  #main-footer .col-2 {
    width: 100%;
    margin-bottom: 25px;
  }
  .list-3 li {
    width: 100%;
    margin-left: 0;
  }
  .list-3 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .services-list li {
    width: 100%;
  }
  .services-list li img {
    display: block;
  }
  .hero .hero-content {
    font-size: 20px;
    left: 3%;
    width: 90%;
  }
  .hero .hero-content h1 {
    top: 30px;
  }
}
