/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
    LESS library
-----------------------------------------------------*/
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@font-face {
  font-family: 'TextaNarrowAlt-Medium';
  src: url('../fonts/TextaNarrowAlt-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/TextaNarrowAlt-Medium.otf') format('opentype'), url('../fonts/TextaNarrowAlt-Medium.woff') format('woff'), url('../fonts/TextaNarrowAlt-Medium.ttf') format('truetype'), url('../fonts/TextaNarrowAlt-Medium.svg#TextaNarrowAlt-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TextaNarrowAlt-Bold';
  src: url('../fonts/TextaNarrowAlt-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TextaNarrowAlt-Bold.otf') format('opentype'), url('../fonts/TextaNarrowAlt-Bold.woff') format('woff'), url('../fonts/TextaNarrowAlt-Bold.ttf') format('truetype'), url('../fonts/TextaNarrowAlt-Bold.svg#TextaNarrowAlt-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TextaNarrowAlt-Book';
  src: url('../fonts/TextaNarrowAlt-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/TextaNarrowAlt-Book.otf') format('opentype'), url('../fonts/TextaNarrowAlt-Book.woff') format('woff'), url('../fonts/TextaNarrowAlt-Book.ttf') format('truetype'), url('../fonts/TextaNarrowAlt-Book.svg#TextaNarrowAlt-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*----------------------------------------------------------------
LESS CONSTANT
----------------------------------------------------------------*/
/*----------------------------------------------------------------
RESET
----------------------------------------------------------------*/
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*----------------------------------------------------------------
GENERAL: ;
----------------------------------------------------------------*/
body {
  font-family: 'TextaNarrowAlt-Book', sans-serif;
  font-size: 17px;
  color: #33424f;
  background: #fff;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}
.clearfix,
.container,
.container-fluid,
.row {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------------------------------------------------
HEADINGS
----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TextaNarrowAlt-Book', sans-serif;
  font-weight: normal;
  color: #33424f;
  margin: .5em 0 .8em 0;
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 16px;
}
/*----------------------------------------------------------------
TYPO
----------------------------------------------------------------*/
small {
  font-size: .85em;
  color: #999999;
}
strong,
b {
  font-weight: normal;
  font-family: 'TextaNarrowAlt-Bold', sans-serif;
}
em,
i {
  font-style: italic;
}
mark {
  background: none;
}
blockquote {
  line-height: 1.6;
  padding: 1.5em;
  margin: 0 0 1.5em 2em;
  background: #f9f9f9;
  border-left: 3px solid #dddddd;
}
blockquote p:last-child {
  padding: 0;
}
p {
  line-height: 1.6;
  padding: 0 0 1em 0;
}
.no-spacing {
  margin: 0!important;
  padding: 0!important;
}
.no-spacing-b {
  padding-bottom: 0;
}
.half-spacing-b {
  padding-bottom: .5em;
}
.double-spacing-b {
  padding-bottom: 2em;
}
.spacing-t {
  padding-top: 1em;
}
.half-spacing-t {
  padding-top: .5em;
}
.double-spacing-t {
  padding-top: 2em;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
/* LINK */
a {
  color: #3e5165;
  text-decoration: underline;
}
a:hover {
  color: #fcdd3b;
}
a.underline {
  text-decoration: underline;
}
a.noline,
a.noline:hover {
  text-decoration: underline;
}
/* IMAGES */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.img-border {
  border: 1px solid #dddddd;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/*----------------------------------------------------------------
LIST
----------------------------------------------------------------*/
.post ul {
  margin: 0 0 1em 2.5em;
}
.post ul li {
  line-height: 1.5;
  padding: 0 0 .6em 0;
  list-style: disc outside;
}
.post ul ul {
  margin: .5em 0 0 1.5em;
}
.post ul ul li:last-child {
  padding-bottom: 0;
}
.post ol {
  margin: 0 0 1em 2.5em;
}
.post ol li {
  list-style: decimal outside;
  line-height: 1.4;
  padding: 0 0 .6em 0;
}
.post ol ol {
  margin: .5em 0 0 2em;
}
.post ol ol li:last-child {
  padding-bottom: 0;
}
/*----------------------------------------------------------------
TABLE
----------------------------------------------------------------*/
.post table {
  margin: 1em auto 2em auto;
  line-height: 1.4;
}
.post table td {
  vertical-align: middle;
  padding: 1em;
}
.post table img {
  margin: 0!important;
  vertical-align: middle;
}
table.full-width {
  width: 100%;
}
table.data {
  min-width: 70%;
  margin: 1em auto 2em auto;
  border: 1px solid #ccc;
}
table.data th,
table.data td {
  padding: 1em;
  line-height: 1.4;
}
table.data th {
  font-weight: bold;
  background: #555;
  border: 1px solid #555;
  color: #fff;
  text-align: left;
}
table.data td {
  border-bottom: 1px dotted #bbb;
}
table.data tr:hover {
  background: #ffffcc !important;
}
table.data tr:nth-child(2n) {
  background: #f9f9f9;
}
table.data ul {
  margin-left: 1em!important;
}
table.data .up {
  color: #3e5165;
  font-weight: bold;
  font-size: 15px;
}
/*----------------------------------------------------------------
FORM
----------------------------------------------------------------*/
.form-row {
  width: 100%;
  *zoom: 1;
  margin-bottom: 5px;
}
.form-row:before,
.form-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-row:after {
  clear: both;
}
.form-row-label {
  float: left;
  width: 20%;
  text-align: right;
  padding-top: 6px;
}
.form-row-field {
  float: right;
  width: 75%;
  min-height: 30px;
  line-height: 30px;
}
.form-row-field label {
  margin-right: 1em;
}
/*----------------------------------------------------------------
FIELDS
----------------------------------------------------------------*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.text {
  border: 1px solid #dddddd;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 4px 6px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'TextaNarrowAlt-Book', sans-serif;
  font-size: 1em;
  color: #33424f;
  width: 100%;
  max-width: 250px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  margin: 0;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.text:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(82,168,236,.6);
}
select.err,
textarea.err,
input[type="text"].err,
input[type="password"].err,
input[type="datetime"].err,
input[type="datetime-local"].err,
input[type="date"].err,
input[type="month"].err,
input[type="time"].err,
input[type="week"].err,
input[type="number"].err,
input[type="email"].err,
input[type="url"].err,
input[type="search"].err,
input[type="tel"].err,
input[type="color"].err,
input.text.err {
  color: #ff0000;
  background: #ffefef;
}
textarea {
  max-width: none;
  min-height: 150px;
}
select.tiny,
input.tiny {
  width: 70px;
}
select.small,
input.small {
  width: 100px;
}
select,
label {
  cursor: pointer;
}
/*----------------------------------------------------------------
ERROR MESSAGES
----------------------------------------------------------------*/
.required {
  color: #ff0000;
}
.form-alert-success,
.form-alert-err {
  padding: .8em;
  margin-bottom: 1.2em;
}
.form-alert-success {
  color: #01b40a;
  background: #ecffea;
}
.form-alert-err {
  color: #ff0000;
  background: #ffefef;
}
.field-valid {
  border: 1px solid #15b000!important;
}
.field-invalid {
  border: 1px solid #f00!important;
}
.form-valid-instruction {
  color: #15b000;
  padding-left: 2px;
}
.form-invalid-instruction {
  color: #f00;
  padding-left: 2px;
}
.form-err-msg {
  color: #ff0000;
  font-size: .85em;
  margin-top: .3em;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  margin: 1em 0;
  padding: .5em;
  text-align: center;
  color: #f00;
  border: 1px solid #f00;
  background: #fdeaea;
}
.wpcf7-mail-sent-ok {
  margin: 1em 0;
  padding: .5em;
  text-align: center;
  background: #D4E5FF;
  border: 1px solid #06f;
  color: #06f;
}
.wpcf7-not-valid-tip-no-ajax {
  color: #f00!important;
  padding: 0 0 .5em .2em!important;
  font-size: .9em;
}
.wpcf7-not-valid {
  border: 1px solid #f00!important;
  display: block;
}
.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.screen-reader-response {
  display: none!important;
}
/*----------------------------------------------------------------
BUTTONS
----------------------------------------------------------------*/
.btn {
  font-family: 'TextaNarrowAlt-Book', sans-serif;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0 1.5em;
  display: inline-block;
  color: #33424f;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f3f3f3;
}
.btn:hover {
  color: #33424f;
  background: #ddd;
}
.btn:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
.btn-large {
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
/****************************** VARIABLE *********************************/
.container div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/****************************** START FUNCTION ***************************/
/******************************************************
Framework grid generation
Used only by Bootstrap to generate the correct number of grid classes given
any value of `@grid-columns`.
*****************************************************/
/**************************** END FUNTION ************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/************************************************************
Fluid container
Utilizes the mixin meant for fixed width containers, but without any defined
width for fluid, full width layouts.
***********************************************************/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/***************************************************
Row
Rows contain and clear the floats of your columns.
***************************************************/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/*************************************************
Columns
Common styles for small and large grid columns
************************************************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/*****************************************************************
Extra small grid
Columns, offsets, pushes, and pulls for extra small devices like
smartphones.
*****************************************************************/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
/**********************************************************************
Small grid
Columns, offsets, pushes, and pulls for the small device range, from phones
to tablets.
**********************************************************************/
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/***********************************************************************
Medium grid
Columns, offsets, pushes, and pulls for the desktop device range.
***********************************************************************/
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/***********************************************************************
Large grid
Columns, offsets, pushes, and pulls for the large desktop device range.
***********************************************************************/
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*----------------------------------------------------------------
GENERAL
----------------------------------------------------------------*/
.block-wrapper,
.wrapper {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  *zoom: 1;
}
.block-wrapper:before,
.wrapper:before,
.block-wrapper:after,
.wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.block-wrapper:after,
.wrapper:after {
  clear: both;
}
.block {
  display: block ;
  width: 100%;
}
/* Header */
header {
  position: relative;
  z-index: 9999;
}
#header-main {
  width: 95%;
  max-width: 1400px;
  height: 125px;
  padding: 30px 0;
  margin: 0 auto;
  position: static;
  background-color: #fff;
}
#logo {
  width: 170px;
  height: 70px;
  float: left;
}
#logo img {
  width: 100%;
  height: auto;
}
#icon-menu-responsive {
  float: right;
  background: url(../img/icon-menu.png) no-repeat center center;
  width: 61px;
  height: 61px;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
#icon-menu-responsive.active {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
}
#nav-main {
  float: right;
}
#nav-main .phone-number {
  float: right;
  font-size: 17px;
  font-family: 'TextaNarrowAlt-Bold', sans-serif;
  line-height: 65px;
  margin-left: 80px;
}
#nav-main .phone-number span {
  color: #fcdd3b;
}
#nav-main ul {
  float: right;
}
#nav-main ul li {
  float: left;
  font-size: 17px;
  line-height: 65px;
  margin-left: 80px;
  font-family: 'TextaNarrowAlt-Bold', sans-serif;
  position: relative;
}
#nav-main ul li:first-child {
  margin-left: 0px;
}
#nav-main ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #33424f;
}
#nav-main ul li a:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 4px;
  background: #fcdd3b;
  bottom: 5px;
  margin-left: -15px;
  left: 50%;
  display: none;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#nav-main ul li.current-menu-item > a,
#nav-main ul li.current-page-ancestor > a,
#nav-main ul li.current_page_item > a,
#nav-main ul li.current_page_parent > a,
#nav-main ul li.current-menu-ancestor > a,
#nav-main ul li.current-menu-parent > a,
#nav-main ul li.current-product_cat-ancestor > a,
#nav-main ul li.current-product-ancestor > a {
  color: #fcdd3b;
}
#nav-main ul li.current-menu-item > a:before,
#nav-main ul li.current-page-ancestor > a:before,
#nav-main ul li.current_page_item > a:before,
#nav-main ul li.current_page_parent > a:before,
#nav-main ul li.current-menu-ancestor > a:before,
#nav-main ul li.current-menu-parent > a:before,
#nav-main ul li.current-product_cat-ancestor > a:before,
#nav-main ul li.current-product-ancestor > a:before {
  display: block;
}
#nav-main ul li:hover a {
  color: #fcdd3b;
}
#nav-main ul li:hover a:before {
  display: block;
}
#header-main.none-bg {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  /*-webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);*/
}
/* Banner */
.banner {
  position: relative;
  background-size: cover;
}
.banner .banner-placeholder {
  width: 100%;
  display: block;
  border: none;
}
.banner .banner-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}
.banner .banner-content-wrapper {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  /*-webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);*/
}
.banner .banner-content {
  position: absolute;
  left: 0;
}
.banner .banner-content p {
  font-size: 30px;
}
#contact {
  background: #f9f9fa;
  /* Contact Form */
}
#contact .block-header {
  display: block;
  height: 100px;
}
#contact .block-header .header-left {
  width: 50%;
  float: left;
  margin-top: 0px;
}
#contact .block-header .header-right {
  width: 50%;
  float: right;
  margin-top: 0px;
}
#contact .block-header .header-right h2 {
  text-align: right;
  font-size: 42px;
  margin: 0;
}
#contact .block-header .header-right h2 span {
  font-size: 25px;
  color: #fcdd3b;
}
#contact .contact-left {
  width: 41.67%;
  float: left;
  margin-right: 2.5%;
}
#contact .contact-left h2 {
  margin: 50px 0 40px 0;
}
#contact .contact-left input {
  max-width: 100%;
}
#contact .contact-right {
  width: 55.83%;
  float: left;
  display: block;
}
#contact .contact-right h2 {
  float: right;
  font-size: 42px;
  margin: 29px 0 45px 0;
}
#contact .contact-right h2 span {
  font-size: 25px;
  color: #fcdd3b;
}
#contact #field_1_1,
#contact #field_1_2,
#contact #field_1_4 {
  float: left;
  width: 41.67%;
  max-width: none;
}
#contact #field_1_5 {
  float: right;
  width: 55.83%;
}
#contact .validation_error {
  text-align: center;
  padding: .8em;
  margin-bottom: 1.2em;
  color: #ff0000;
  background: #ffefef;
}
#contact .validation_message {
  display: none;
}
#contact li.gfield_error input,
#contact li.gfield_error textarea {
  border: 1px solid #ff0000;
}
#contact label.gfield_label {
  display: none;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="submit"] {
  background-color: #ededed;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  box-shadow: none;
  border: none;
  font-size: 17px;
  line-height: 40px ;
  padding: 5px 20px;
  color: #33424f;
  height: 50px;
  width: 100%;
  max-width: none;
}
#contact textarea {
  height: 210px;
  background-color: #ededed;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  box-shadow: none;
  border: none;
  font-size: 17px;
  line-height: 40px ;
  padding: 5px 20px;
  color: #33424f;
  width: 100%;
  max-width: none;
}
#contact input[type="submit"],
#contact .btn-submit input {
  width: 100%;
  background-color: #3e5165;
  color: #fcdd3b;
  cursor: hover;
  -webkit-box-shadow: 0px 5px 0px #333c45;
  -moz-box-shadow: 0px 5px 0px #333c45;
  box-shadow: 0px 5px 0px #333c45;
  cursor: pointer;
}
#contact input[type="submit"]:hover,
#contact .btn-submit input:hover {
  background-color: #333c45;
}
#social-media {
  background-color: #8d92a0;
  padding: 43px 0;
  *zoom: 1;
}
#social-media:before,
#social-media:after {
  display: table;
  line-height: 0;
  content: "";
}
#social-media:after {
  clear: both;
}
#social-media #social-media-wrapper {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  *zoom: 1;
}
#social-media #social-media-wrapper:before,
#social-media #social-media-wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
#social-media #social-media-wrapper:after {
  clear: both;
}
#social-media #social-media-wrapper ul {
  display: block;
  *zoom: 1;
}
#social-media #social-media-wrapper ul:before,
#social-media #social-media-wrapper ul:after {
  display: table;
  line-height: 0;
  content: "";
}
#social-media #social-media-wrapper ul:after {
  clear: both;
}
#social-media #social-media-wrapper ul li {
  float: left;
  text-align: center;
  line-height: 65px;
  width: 25%;
}
#social-media #social-media-wrapper ul li a {
  display: block;
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  text-decoration: none;
}
#social-media #social-media-wrapper ul li a i {
  display: block;
  font-size: 40px;
  height: 40px;
  transform: none;
  margin-top: 15px;
}
#social-media #social-media-wrapper ul li:hover a {
  border-color: #3e5165;
  color: #3e5165;
}
/* Footer */
footer {
  width: 100%;
  padding: 33px 0;
}
#footer-main {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  *zoom: 1;
}
#footer-main:before,
#footer-main:after {
  display: table;
  line-height: 0;
  content: "";
}
#footer-main:after {
  clear: both;
}
#footer-main #footer-left {
  float: left;
}
#footer-main #footer-left #copyright {
  font-size: 14px;
  font-family: 'TextaNarrowAlt-Medium', sans-serif;
  line-height: 36px;
  display: block;
  float: right;
}
#footer-main #footer-left #copyright p {
  float: left;
  font-size: 14px;
  padding: 0;
  line-height: 36px;
}
#footer-main #footer-left #copyright ul {
  float: left;
}
#footer-main #footer-left #copyright ul li {
  float: left;
  margin-left: 40px;
  padding-left: 5px;
  padding-bottom: 3px;
  position: relative;
}
#footer-main #footer-left #copyright ul li:before {
  position: absolute;
  top: 3px;
  left: -20px;
  font-family: FontAwesome;
  content: "\f111";
  font-size: 4px;
}
#footer-main #footer-left #copyright ul li a {
  color: #3e5165;
  text-decoration: none;
}
#footer-main #footer-left #copyright ul li a:hover {
  color: #fcdd3b;
}
#footer-main #footer-left #footer-logo {
  float: left;
  margin-right: 10px;
}
#footer-main #footer-left #footer-logo img {
  margin-right: 40px;
}
#footer-main #footer-right {
  float: right;
  display: block;
}
#footer-main #footer-right img {
  float: right;
  margin: auto;
}
/*----------------------------------------------------------------
HOMEPAGE
----------------------------------------------------------------*/
#home-banner .banner-placeholder {
  height: 700px;
  visibility: hidden;
}
#home-banner .banner-content {
  width: 560px;
  top: 280px;
}
#home-banner .btn-cta {
  width: 172px;
  height: 50px;
  background-color: #fcdd3b;
  display: block;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0px 5px 0px #f5ce34;
  -moz-box-shadow: 0px 5px 0px #f5ce34;
  box-shadow: 0px 5px 0px #f5ce34;
}
#home-banner .btn-cta:hover {
  background-color: #f5ce34;
}
#home-banner a {
  font-size: 17px;
  color: #8d92a0;
  text-decoration: none;
  font-family: 'TextaNarrowAlt-Bold', sans-serif;
  text-transform: uppercase;
}
.block-three-icon-1 {
  width: 100%;
  background-color: #3e5165;
  display: block;
  *zoom: 1;
}
.block-three-icon-1:before,
.block-three-icon-1:after {
  display: table;
  line-height: 0;
  content: "";
}
.block-three-icon-1:after {
  clear: both;
}
.block-three-icon-1 .block-wrapper {
  display: block;
}
.block-three-icon-1 .block-wrapper .block-icon {
  float: left;
  width: 33.333%;
  text-align: center;
}
.block-three-icon-1 .block-wrapper .block-icon img {
  text-align: center;
  display: block;
  height: 190px;
  width: auto;
  margin: auto;
}
.block-three-icon-1 .block-wrapper .block-icon p {
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding: 0;
}
/*----------------------------------------------------------------
Pages
----------------------------------------------------------------*/
/* Default page */
#subpage-banner .banner-placeholder {
  height: 535px;
  visibility: hidden;
}
#subpage-banner .banner-content {
  width: 540px;
  top: 100px;
}
.block-two-col {
  width: 100%;
  background-color: #3e5165;
}
.block-two-col p {
  font-size: 20px;
  color: #fff;
}
.block-two-col .block-left {
  width: 48%;
  float: left;
}
.block-two-col .block-right {
  width: 48%;
  float: right;
}
.block-three-icon-2 {
  *zoom: 1;
}
.block-three-icon-2:before,
.block-three-icon-2:after {
  display: table;
  line-height: 0;
  content: "";
}
.block-three-icon-2:after {
  clear: both;
}
.block-three-icon-2 .block-wrapper {
  padding: 70px 0;
  *zoom: 1;
  width: 100%;
}
.block-three-icon-2 .block-wrapper:before,
.block-three-icon-2 .block-wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.block-three-icon-2 .block-wrapper:after {
  clear: both;
}
.block-three-icon-2 .block-wrapper .block-3col {
  width: 33.33%;
  float: left;
  *zoom: 1;
}
.block-three-icon-2 .block-wrapper .block-3col:before,
.block-three-icon-2 .block-wrapper .block-3col:after {
  display: table;
  line-height: 0;
  content: "";
}
.block-three-icon-2 .block-wrapper .block-3col:after {
  clear: both;
}
.block-three-icon-2 .block-wrapper .block-3col .icon-detail {
  width: 325px;
  text-align: center;
  margin: 0 auto;
}
.block-three-icon-2 .block-wrapper .block-3col .icon-detail .icon-img {
  width: 325px;
  height: 325px;
  border-radius: 100%;
  background: #f5f5f5;
  display: block;
  text-align: center;
  position: relative;
}
.block-three-icon-2 .block-wrapper .block-3col .icon-detail .icon-img img {
  max-height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.block-three-icon-2 .block-wrapper .block-3col .icon-detail h2 {
  font-size: 50px;
  color: #fcdd3b;
  text-transform: uppercase;
  margin: 40px 0 25px 0;
  font-family: 'TextaNarrowAlt-Bold', sans-serif;
}
.block-three-icon-2 .block-wrapper .block-3col .icon-detail ul li {
  font-size: 30px;
  line-height: 37px;
}
/* Simple page */
.block-content {
  margin-top: 125px;
  border-top: 1px solid #ccc;
}
.block-content h1 {
  margin-top: 0;
}
/* Case Studies */
.block-case-studies .block-cs-item {
  text-align: center;
}
.block-case-studies .block-cs-item:nth-child(even) {
  background: #3e5165;
  color: #fff;
}
.block-case-studies .cs-content {
  font-size: 20px;
  margin-bottom: 1em;
}
.block-case-studies .cs-author {
  font-size: 20px;
}
.block-case-studies .cs-author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
/* Services */
.block-icons-repeater .block-item {
  font-size: 0;
  margin: 0 0 50px 0;
}
.block-icons-repeater .block-item .icon {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  margin-right: 5%;
}
.block-icons-repeater .block-item .icon img {
  width: 100%;
  -webkit-border-radius: 70%;
  -moz-border-radius: 70%;
  border-radius: 70%;
}
.block-icons-repeater .block-item .text {
  display: inline-block;
  font-size: 17px;
  width: 80%;
  vertical-align: top;
}
.block-icons-repeater .block-item .text h2 {
  font-size: 50px;
  color: #fcdd3b;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  line-height: 1.2;
  font-family: 'TextaNarrowAlt-Bold', sans-serif;
}
/*----------------------------------------------------------------
WP IMAGES
----------------------------------------------------------------*/
.alignnone,
.alignleft,
.aligncenter,
.alignright {
  padding: 0;
  background: #fff;
}
.alignnone {
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}
a img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
a img.alignnone {
  margin: 0 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  text-align: center;
  border: 0;
}
.wp-caption.alignnone {
  margin: 0 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}
.wp-caption.aligncenter {
  margin: 0 auto 20px auto;
}
.wp-caption img {
  height: auto;
  margin: 0;
  max-width: 98.5%;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: .85em;
  line-height: 1.5;
  margin: 10px 0 0 0;
  padding: 0;
  color: #999999;
}
.gallery {
  margin-bottom: 20px!important;
}
.gallery-caption {
  color: #999999;
  margin: 3px 0;
  font-size: .85em;
}
.gallery-item {
  float: left;
  margin: 0 1em 1em 0;
}
/*----------------------------------------------------------------
PAGING
----------------------------------------------------------------*/
/* Regular paging */
.paging {
  margin: 1em 0;
  *zoom: 1;
}
.paging:before,
.paging:after {
  display: table;
  line-height: 0;
  content: "";
}
.paging:after {
  clear: both;
}
.paging a {
  display: block;
  padding: .5em 1em;
  background: #bbb;
  color: #fff;
  text-decoration: none;
}
.paging a:hover {
  background: #3e5165;
  text-decoration: none;
}
.paging-prev {
  float: left;
}
.paging-next {
  float: right;
}
/* Bones paging */
nav.page-navigation ol {
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
}
nav.page-navigation ol li {
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
  display: inline;
}
nav.page-navigation ol li a {
  padding: .1em .5em;
  display: inline-block;
  margin: 0 .3em 0 0;
  border: 1px solid #3e5165;
}
/*----------------------------------------------------------------
COMMENTS
----------------------------------------------------------------*/
#comments {
  margin: 1.5em 0 1em 0;
}
#comments ol {
  margin: 0!important;
}
#comments ol li {
  border: 1px dotted #bbb;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 1em;
}
#comments ol li.thread-even {
  background: #f9f9f9;
}
#comments ol ul {
  margin: 0 0 .5em 1em!important;
}
#comments ol ul li {
  margin: 1em 0 0 0!important;
  background: none;
}
/* Meta data */
.comment-meta .comment-author img {
  float: left;
  margin: 0 10px 10px 0;
}
.comment-meta .comment-author span.fn {
  font-weight: bold;
  font-style: normal;
}
.comment-meta .comment-author time {
  color: #999999;
  font-size: .9em;
}
/* Comment content */
.comment-content {
  clear: both;
}
.reply {
  text-align: right;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 2px;
}
.comment-awaiting-moderation {
  color: #f00;
}
/* Reply box */
#respond {
  padding: 1em;
  border: 1px solid #ccc;
  background: #f6f6f6;
}
#respond input#author,
#respond input#email,
#respond input#url,
#respond textarea {
  display: block;
  width: 50%;
}
#respond p {
  padding-bottom: .5em;
}
#respond p.form-allowed-tags {
  font-size: .85em;
}
#respond code {
  display: block;
  padding: .7em;
  color: #33424f;
  margin: .5em 0;
  border: 1px dotted #ccc;
  background: #fff;
  font-family: Courier, monospace;
}
#respond textarea {
  width: 70%;
  max-width: none;
}
#respond #submit {
  font-family: 'TextaNarrowAlt-Book', sans-serif;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0 1.5em;
  display: inline-block;
  color: #33424f;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f3f3f3;
}
#respond #submit:hover {
  color: #33424f;
  background: #ddd;
}
#respond #submit:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 1208px) {
  #nav-main ul li {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  .banner {
    position: static;
  }
  .banner .banner-content-wrapper,
  .banner .banner-content {
    position: static;
  }
  .banner .banner-content-wrapper {
    transform: translate(0, 0);
  }
  .block-wrapper {
    width: 100%;
    max-width: none;
    padding: 40px 15px;
  }
  #header-main {
    padding: 30px 15px;
  }
  #home-banner .banner-placeholder {
    height: auto;
  }
  #home-banner .banner-content {
    padding: 130px 0;
    width: 70%;
    text-align: center;
    position: static;
    margin: 0 auto;
  }
  #home-banner .btn-cta {
    margin: 0 auto;
  }
  .block-three-icon-1 .block-wrapper .block-icon img {
    height: 150px;
  }
  #footer-main {
    width: 100% ;
    padding: 33px 15px;
  }
  #subpage-banner .banner-placeholder {
    height: auto;
  }
  #subpage-banner .banner-content {
    width: 70%;
    position: static;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
  }
  .block-three-icon-2 .block-wrapper {
    padding: 40px 15px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail {
    width: 270px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail .icon-img {
    width: 270px;
    height: 270px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail .icon-img img {
    max-height: 100px;
  }
}
@media (max-width: 940px) {
  #header-main {
    height: 95px;
    background: #fff;
    position: relative;
  }
  #logo {
    width: 85px;
    height: 35px;
  }
  #icon-menu-responsive {
    display: block;
    margin-bottom: 5px;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  #nav-main {
    float: none;
    clear: both;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    background: #fff;
    border-top: 1px solid #fcdd3b;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
    z-index: 500;
  }
  #nav-main ul {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #nav-main ul li {
    margin: 0;
    float: none;
    width: 100%;
    line-height: 50px;
  }
  #nav-main ul li:hover > a {
    color: #000;
  }
  #nav-main ul li a {
    padding: 12px 10px;
    font-size: 20px;
  }
  #nav-main ul li a:before {
    content: "";
    display: none;
  }
  #nav-main .phone-number {
    display: none;
  }
  .banner .banner-content p {
    font-size: 20px;
  }
  #home-banner .btn-cta {
    top: 260px;
  }
  #subpage-banner .banner-content {
    padding: 120px 0 120px 0;
  }
  .block-three-icon-1 .block-wrapper .block-icon img {
    height: 95px;
  }
  .block-content {
    margin-top: 0;
  }
  #contact .block-header {
    height: 70px;
  }
  #contact .block-header .header-left h2 {
    font-size: 20px;
  }
  #contact .block-header .header-right h2 {
    font-size: 30px;
  }
  #social-media #social-media-wrapper {
    width: 50%;
  }
  #social-media #social-media-wrapper ul li a {
    height: 60px;
    width: 60px;
  }
  #social-media #social-media-wrapper ul li a i {
    font-size: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  #home-banner .banner-content {
    padding: 70px 0;
  }
  #subpage-banner .banner-content {
    padding: 70px 0;
  }
  #social-media #social-media-wrapper {
    width: 70%;
  }
  #footer-main {
    width: 100% ;
    padding: 33px 15px;
    position: relative;
  }
  #footer-main #footer-left {
    *zoom: 1;
    width: 100%;
  }
  #footer-main #footer-left:before,
  #footer-main #footer-left:after {
    display: table;
    line-height: 0;
    content: "";
  }
  #footer-main #footer-left:after {
    clear: both;
  }
  #footer-main #footer-left #footer-logo {
    width: 50%;
    display: block;
    float: left ;
    margin: 0;
  }
  #footer-main #footer-left #footer-logo #footer-logo-block {
    width: 70%;
  }
  #footer-main #footer-left #footer-logo #footer-logo-block img {
    width: 45% ;
    height: auto;
    margin-right: 5%;
    display: block;
    float: left;
  }
  #footer-main #footer-left #copyright {
    width: 100%;
    text-align: center;
  }
  #footer-main #footer-left #copyright #copyright-block {
    display: inline-block;
  }
  #footer-main #footer-right {
    position: absolute;
    right: 15px;
    bottom: 43px;
  }
  .block-two-col p {
    font-size: 16px;
  }
  .block-three-icon-2 .block-wrapper {
    padding: 40px 15px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail {
    width: 180px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail .icon-img {
    width: 180px;
    height: 180px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail .icon-img img {
    max-height: 80px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail h2 {
    font-size: 25px;
    color: #fcdd3b;
    text-transform: uppercase;
    margin: 40px 0 25px 0;
    font-family: 'TextaNarrowAlt-Bold', sans-serif;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail ul li {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .block-icons-repeater .block-item .icon {
    width: 50%;
    margin: 0 25% 30px 25%;
  }
  .block-icons-repeater .block-item .text {
    width: 100%;
  }
  .block-icons-repeater .block-item .text h2 {
    text-align: center;
    font-size: 28px;
  }
}
@media (max-width: 490px) {
  #footer-main #footer-left #footer-logo #footer-logo-block {
    width: 100%;
  }
  #footer-main #footer-left #copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  #footer-main #footer-left #copyright #copyright-block {
    display: inline-block;
  }
  #footer-main #footer-left #copyright #copyright-block p {
    width: 100% ;
    text-align: center;
  }
  #footer-main #footer-left #copyright #copyright-block ul {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  #footer-main #footer-left #copyright #copyright-block ul li {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  #footer-main #footer-left #copyright #copyright-block ul li:before {
    display: none;
  }
}
@media (max-width: 480px) {
  #home-banner .banner-content {
    width: 100%;
    padding: 70px 15px;
    margin: 0;
    left: 0;
  }
  #subpage-banner .banner-content {
    width: 100% ;
    padding: 70px 15px ;
    margin: 0;
    left: 0;
  }
  .block-three-icon-1 .block-wrapper .block-icon {
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .block-header {
    height: auto;
  }
  #contact .block-header .header-left {
    width: 100%;
    float: none;
    text-align: center;
  }
  #contact .block-header .header-left h2 {
    margin: 0 0 1.5em 0;
  }
  #contact .block-header .header-right {
    width: 100%;
    float: none;
  }
  #contact .block-header .header-right h2 {
    text-align: center;
  }
  #contact .contact-left,
  #contact .contact-right,
  #contact #field_1_1,
  #contact #field_1_2,
  #contact #field_1_4,
  #contact #field_1_5,
  #contact textarea {
    width: 100%;
  }
  #subpage-banner .block-wrapper .banner-content {
    width: 100%;
    padding: 0 15px;
    left: 0;
  }
  .block-two-col p {
    font-size: 16px;
  }
  .block-two-col .block-left {
    width: 100%;
    float: none;
  }
  .block-two-col .block-right {
    width: 100%;
    float: none;
  }
  .block-three-icon-2 .block-wrapper .block-3col {
    width: 100%;
    margin-bottom: 30px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail {
    width: 180px;
  }
  .block-three-icon-2 .block-wrapper .block-3col .icon-detail h2 {
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 400px) {
  #home-banner .banner-content {
    padding: 75px 15px;
  }
  #social-media #social-media-wrapper {
    width: 100%;
    padding: 0 15px;
  }
  #social-media #social-media-wrapper ul li a {
    height: 50px;
    width: 50px;
  }
  #social-media #social-media-wrapper ul li a i {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  #home-banner .banner-content {
    padding: 45px 15px;
  }
  #subpage-banner .banner-content {
    padding: 45px 15px ;
  }
  #subpage-banner .block-wrapper .banner-content {
    top: 50px;
    width: 100%;
    margin: 0;
  }
}