/* Example: @include fontAwesome(); */
/* Example: @include gradient(background); */
/* Example: @include gradient(#f2f4f5, #dfe1e3); */
/* >>>>> Fonts */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url(../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url(../fonts/OpenSans-Semibold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff") format("woff"), url(../fonts/OpenSans-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'MankSans';
  src: url(../fonts/MankSans.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
/* ----- Fonts */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  color: #484b4d;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background: #f2f2f2;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  text-rendering: optimizelegibility;
  margin: 0 auto;
  padding: 0;
  display: block;
  height: 100vh;
  z-index: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  color: #006EB0;
  text-decoration: none; }

a:active,
a:hover {
  color: #208FBA;
  text-decoration: underline;
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 20em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  /*overflow: auto;*/ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* >>>>> Elements */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 100;
  margin: 24px 0 7px;
  padding: 0; }

h1 {
  font-size: 2.143em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.5em;
  margin-left: 24px; }

h4 {
  font-size: 1.429em; }

h5 {
  font-size: 1.286em; }

h6 {
  font-size: 1.143em; }

a {
  color: #97bad0;
  text-decoration: none;
  transition: color 0.2s; }

a:hover {
  color: #54819e;
  text-decoration: none; }

h1 > a:hover,
h2 > a:hover,
h3 > a:hover {
  text-decoration: none; }

p {
  margin: 6px 0 20px;
  text-align: justify;
  line-height: 1.4em; }

iframe {
  border: none; }

td > p {
  margin: 0;
  text-align: left; }

ul {
  margin: 9px 0 20px 40px;
  padding: 0; }

ul > li {
  padding: 6px 0 8px 10px; }

ol {
  margin: 9px 0 20px 40px;
  padding: 0; }

ol > li {
  padding: 7px 0 7px 12px; }

ol > li > ol > li {
  list-style: lower-alpha; }

dt {
  font-size: 1.167em;
  font-weight: bold; }

dd {
  margin: 0 0 0 10px;
  padding: 2px 0; }

blockquote {
  color: #333;
  font-size: 1.45em;
  font-style: italic;
  font-weight: bold;
  margin: 25px 36px; }

label[for] {
  display: inline-block;
  cursor: pointer; }

hr {
  border: 0;
  border-bottom: #D7E5F2 1px solid; }

/* ----- Elements */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
textarea,
select {
  color: #55504d;
  background: #f2f2f2;
  border: 1px solid #b7b9bc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 3px 5px;
  box-sizing: border-box;
  display: inline-block; }

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
  background: #f8f8f8;
  border: 1px solid #6a9a28; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #6a9a28; }

textarea {
  resize: none; }

button,
input[type="submit"],
input[type="reset"] {
  background: #f2f4f5;
  background: -moz-linear-gradient(top, #f2f4f5 0%, #dfe1e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f4f5), color-stop(100%, #dfe1e3));
  background: -webkit-linear-gradient(top, #f2f4f5 0%, #dfe1e3 100%);
  background: -o-linear-gradient(top, #f2f4f5 0%, #dfe1e3 100%);
  background: -ms-linear-gradient(top, #f2f4f5 0%, #dfe1e3 100%);
  background: linear-gradient(to bottom, #f2f4f5 0%, #dfe1e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4f5', endColorstr='#dfe1e3',GradientType=0 );
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #aab4be;
  border-radius: 4px;
  cursor: pointer;
  padding: 3px 7px;
  text-shadow: 0 1px 1px #ffffff;
  min-width: 120px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  border: 1px solid #6ab7ce; }

button:active,
input[type="submit"]:active,
input[type="reset"]:active {
  border: 1px solid #2391BC;
  box-shadow: 0 1px 2px #bcbcbd inset; }

.v4fm-radio,
.v4fm-checkbox {
  display: none; }

.v4fm-radio-lbl:before,
.v4fm-checkbox-lbl:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  width: 1.1em;
  position: relative;
  bottom: -3px;
  transition: color 0.2s;
  font-size: 1.25em;
  text-shadow: 0 0 2px white; }

.v4fm-checkbox:hover + label,
.v4fm-radio:hover + label {
  color: #E7401A; }

.v4fm-checkbox + label:before {
  content: "\f096"; }

/*ie8*/
.v4fm-checkbox-lbl.on:before,
.v4fm-checkbox:checked + label:before {
  color: #70ae1a;
  content: "\f046"; }

.v4fm-radio + label:before {
  content: "\f10c"; }

/*ie8*/
.v4fm-radio-lbl.on:before,
.v4fm-radio:checked + label:before {
  color: #70ae1a;
  content: "\f192"; }

.chzn-container-single .chzn-single {
  background: #f8f8f8;
  border: 1px solid #cac8c8;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none; }

.chzn-container-single .chzn-single:hover {
  border: 1px solid #6ab7ce; }

.chzn-container {
  width: 100% !important;
  font-size: 1.083em; }

.chzn-container-single .chzn-single {
  text-shadow: 0 1px 1px #ffffff;
  line-height: inherit;
  min-width: 120px;
  height: auto;
  padding: 3px 7px;
  box-sizing: border-box; }

.chzn-container .chzn-drop {
  border-radius: 0 0 3px 3px; }

.chzn-container-single .chzn-drop {
  background: #f2f2f2;
  border: #2391BC 1px solid;
  border-top: #CAC8C8 1px solid; }

.chzn-container .chzn-results li {
  background: none; }

.chzn-container-single .chzn-single span {
  padding: 2px 0; }

.chzn-container-single .chzn-single div b:before {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 200%;
  width: 100%;
  height: 100%;
  content: "\f0d7"; }

.chzn-container-single .chzn-single div b {
  background: none; }

.chzn-container-active.chzn-with-drop .chzn-single div b:before {
  content: "\f0d8"; }

.chzn-container .chzn-results {
  padding: 4px 0 0 4px; }

.chzn-container .chzn-results li.highlighted {
  background: #6ab7ce; }

.chzn-container-active.chzn-with-drop .chzn-single {
  border: #2391BC 1px solid;
  background: #f8f8f8;
  box-shadow: inset #b7b6b6 0 1px 3px;
  border-radius: 3px 3px 0 0; }

.chzn-container-single .chzn-search input[type="text"] {
  width: 100%; }

.portfolio {
  margin: -10px -10px 0; }

.portfolio > div {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-spacing: 10px; }

.portfolio > div:last-child {
  margin-top: -10px; }

.portfolio > div > a {
  background-color: #000;
  color: #fff;
  padding: 10px 35px 20px;
  padding: 0;
  display: table-cell;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  z-index: 1; }

.portfolio > div > a:before {
  content: " ";
  background-color: black;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*transition: opacity 0.5s;*/
  transition: background-color 0.5s; }

.portfolio > div > a:hover::before {
  background-color: transparent; }

.portfolio > div > a:first-child {
  padding-left: 0;
  text-decoration: none; }

.portfolio > div > a:last-child {
  padding-right: 0;
  text-decoration: none; }

#site1 > p {
  z-index: 2;
  position: relative;
  padding: 90px 70px 100px;
  text-align: left;
  line-height: 1.4; }

#site2 > p {
  z-index: 2;
  position: relative;
  padding: 100px 70px 100px;
  text-align: left;
  line-height: 1.4; }

#site3 > p {
  z-index: 2;
  position: relative;
  padding: 115px 70px 100px;
  text-align: left;
  line-height: 1.4; }

#site4 > p {
  z-index: 2;
  position: relative;
  padding: 130px 70px 100px;
  text-align: left;
  line-height: 1.4; }

#site1 > p:last-child, #site2 > p:last-child, #site3 > p:last-child, #site4 > p:last-child {
  color: #FFF;
  line-height: 1;
  padding: 10px 60px;
  margin: 0 auto;
  border: #FFF 1px solid;
  border-color: #FFF;
  font-size: large;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  width: 90px;
  height: 20px;
  display: table-cell; }

#site1 > img {
  height: auto;
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 2; }

#site2 > img {
  height: auto;
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 2; }

#site3 > img {
  height: auto;
  width: 30%;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 2; }

#site4 > img {
  height: auto;
  width: 40%;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 2; }

.main-black {
  background: #081723;
  opacity: 0.9;
  color: #fff;
  margin: 0 auto 10px;
  padding: 10px 35px 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  display: table;
  text-align: left;
  z-index: 1;
  color: #FFF; }

.main-black > h1 {
  color: #FFF;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
  font-family: mankSans; }

.main-black p {
  padding: 0 30px;
  line-height: 1.2; }

.main-black > p > a {
  color: #97bad0;
  text-decoration: none;
  transition: color 0.2s; }

.main-black > p > a:hover {
  color: #54819e; }

#table-wrap {
  margin: 0;
  padding: 0;
  display: table;
  height: 100vh;
  width: 100%;
  min-width: 320px;
  overflow: hidden; }

#site-wrap {
  width: 100%;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 50px;
  display: table-cell; }

#header-wrap {
  background: #000;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }

#header {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: table; }

#logo {
  min-width: 40px;
  width: 40px;
  max-width: 40px;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 7px; }

#logo > img {
  vertical-align: bottom; }

.main-menu {
  vertical-align: middle;
  display: table-cell; }

.main-menu > ul {
  text-align: right;
  margin: 0;
  padding: 0;
  display: block; }

.main-menu > ul > li {
  padding: 0;
  display: inline-block; }

.main-menu > ul > li > a {
  color: #fff;
  padding: 3px 8px;
  display: inline-block;
  font-family: MankSans;
  font-size: 22px;
  text-decoration: none; }

.main-menu > ul > li > a:hover {
  box-shadow: inset 0px 0px 0px 1px #606060; }

.main-menu > ul > li.current > a {
  font-weight: bolder; }

#nav-mobile {
  box-shadow: inset 0 0 0 transparent;
  border-radius: 4px;
  transition: box-shadow 0.4s;
  width: 32px;
  height: 32px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer; }

#nav-mobile.open {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4); }

#nav-mobile > div {
  margin: 0 auto;
  width: 30px;
  height: 32px;
  position: relative; }

#nav-mobile > div > span {
  background: #fff;
  transition: background 0.4s, opacity 0.4s, transform 0.4s, top 0.4s;
  height: 2px;
  width: 30px;
  overflow: hidden;
  display: block;
  opacity: 1;
  position: absolute;
  top: 15px;
  left: 0; }

#nav-mobile > div > span:first-child {
  top: 5px; }

#nav-mobile > div > span:last-child {
  top: 25px; }

#nav-mobile:hover > div > span {
  background: #e4844a; }

#nav-mobile.open > div > span {
  background: #e4844a;
  opacity: 0; }

#nav-mobile.open > div > span:first-child {
  opacity: 1;
  transform: rotate(-45deg);
  top: 15px; }

#nav-mobile.open > div > span:last-child {
  opacity: 1;
  transform: rotate(45deg);
  top: 15px; }

#banner {
  max-width: 1200px;
  margin: 0 auto 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }

.v4imgbnr-group {
  position: relative; }

.v4imgbnr {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: top; }

.v4imgbnr > li {
  background-size: cover;
  background-position: center;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0; }

.v4imgbnr > li > a {
  display: block; }

.v4imgbnr > li img {
  width: 100%;
  height: auto; }

.v4imgbnr > li .mobile {
  display: none; }

/* >>>>>> Nav */
.v4imgbnr-group > a.rslides_nav {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0;
  width: 116px;
  top: 48%;
  bottom: 51%;
  position: absolute;
  overflow: visible;
  z-index: 3;
  display: block;
  transition: background 0.2s, color 0.2s; }

.v4imgbnr-group:hover > a.rslides_nav {
  opacity: 0.9;
  z-index: 1000; }

.v4imgbnr-group > a.rslides_nav:hover {
  color: #F6A532; }

.v4imgbnr-group > a.rslides_nav:before {
  font-family: FontAwesome;
  font-size: 160px;
  display: inline-block;
  line-height: 160px;
  text-align: center;
  width: 116px;
  height: 160px;
  top: -80px;
  position: relative; }

.v4imgbnr-group > a.prev {
  left: 10px; }

.v4imgbnr-group > a.prev:before {
  content: "\f104"; }

.v4imgbnr-group > a.next {
  right: 10px; }

.v4imgbnr-group > a.next:before {
  content: "\f105"; }

/* ----- Nav */
/* >>>>> Tabs */
.v4imgbnr-group > ul.rslides_tabs {
  text-align: center;
  margin: 0;
  padding: 0 10px;
  right: 10px;
  bottom: 5px;
  z-index: 3;
  display: block;
  position: absolute; }

.v4imgbnr-group > ul.rslides_tabs > li {
  display: inline-block;
  padding: 0; }

.v4imgbnr-group > ul.rslides_tabs > li > a {
  font-size: 17px;
  /*border-radius: 50%;*/
  border: #fff 2px solid;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-indent: 25px;
  width: 22px;
  height: 22px;
  margin: 5px;
  display: inline-block;
  overflow: hidden;
  opacity: 0.9; }

.v4imgbnr-group > ul.rslides_tabs > li.rslides_here > a {
  background: #FFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }

/*.v4imgbnr-group > ul.rslides_tabs > li > a:hover {
	background: #F6A532;
	border: #F6A532 1px solid;
}*/
/* ----- Tabs */
#main {
  max-width: 1200px;
  margin: 0 auto; }

#main.black {
  background: #000;
  color: #fff;
  margin: 0 auto 10px;
  padding: 10px 35px 60px;
  box-sizing: border-box; }

#main.black h1 {
  color: #FFF;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
  font-family: mankSans; }

#main.black p {
  padding: 0 30px;
  line-height: 1.2; }

#heading-image {
  margin: -10px -35px 0; }

#heading-image > img {
  width: 100%;
  height: auto; }

#toTop {
  padding: 0 10px 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #000;
  position: fixed;
  bottom: 5px;
  right: -50px;
  display: block;
  z-index: 10;
  font-family: fontAwesome;
  font-size: 2em;
  cursor: pointer;
  box-shadow: 2px 2px 2px #000;
  transition: all 0.5s;
  text-align: center;
  opacity: 0; }

#toTop:hover {
  color: #3477B1;
  background-color: white; }

#toTop.on {
  right: 5px;
  opacity: 1; }

/* >>>>> Article */
.item-page > div[itemprop="articleBody"] > h2:first-child {
  margin: 6px -3px 7px; }

.item-page > div[itemprop="articleBody"] {
  overflow: hidden;
  /* fixes .portfolio border-spacing negative margins */ }

/* ----- Article */
/* >>>>> Blog */
.item > .page-header > h2 {
  margin: 9px 0 10px -3px; }

.item {
  position: relative;
  padding: 0 0 20px 80px; }

.item > dl.article-info > dd.published {
  background: #4A87B8;
  color: #ffffff;
  border: #4A87B8 1px solid;
  border-radius: 7px;
  text-align: center;
  width: 46px;
  padding: 0;
  display: block;
  position: absolute;
  top: 8px;
  left: 0; }

.item dd.published > time > span.published {
  display: none; }

.item dd.published > time > span.day {
  color: #0d0d0d;
  background: #EAF1F9;
  border-bottom: #4a4d4f 1px solid;
  border-radius: 5px 5px 0 0;
  font-size: 24px;
  display: block; }

.item dd.published > time > span.month {
  font-size: 16px;
  display: block; }

.item dd.published > time > span.year {
  font-size: 14px;
  display: block;
  padding: 0 0 4px 0; }

dl.article-info {
  margin: 2px 0 14px 0;
  padding: 0; }

dl.article-info > dt.article-info-term {
  display: none; }

dl.article-info > dd {
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: inline-block; }

dl.article-info > dd.createdby,
dl.article-info > dd.category-name {
  padding: 0 20px 0 0; }

p.readmore {
  text-align: right;
  padding: 0 25px 0 0; }

.items-row {
  padding: 16px 0 18px; }

.pagination {
  padding: 30px 3px 3px; }

.pagination p.counter {
  text-align: center;
  margin: 6px 0px 12px; }

.pagination ul {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0; }

.pagination ul li {
  background: none;
  padding: 2px 0 8px 0;
  display: inline;
  list-style: none; }

.pagination ul li:before {
  display: none; }

.pagination ul li span, .pagination ul li a {
  padding: 0 3px; }

/* ----- Blog */
/* >>>>> Contact */
div.contact-miscinfo {
  border-bottom: #dddfe1 1px solid;
  font-size: 20px;
  padding: 4px 10px 1px; }

div.contact-miscinfo > dl > dd {
  margin: 0;
  padding: 0; }

div.contact-main {
  width: 95%;
  margin: 40px auto 0; }

div.contact-info {
  font-size: 18px;
  display: table-cell;
  width: 50%;
  padding: 0;
  box-sizing: border-box; }

div.contact-form {
  font-size: 18px;
  display: table-cell;
  width: 50%;
  padding: 0 12px 30px 0;
  box-sizing: border-box; }

.contact-name-heading {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 0 -1px; }

dl.contact-address > dt,
dl.contact-address > dd {
  margin: 0; }

.contact-vcard {
  display: table-cell; }

#main.black p.contact-vcard {
  padding: 0 0 20px 0; }

span.contact-emailto {
  display: inline-block;
  padding: 40px 0 0 0; }

#contact-form > fieldset {
  border: none;
  padding: 0.35em 0 0.75em; }

.contact-field > .control-label {
  padding: 10px 0 0; }

span.star {
  color: #e3721f; }

.contact-field > .controls {
  padding: 5px 0; }

.contact-field.checkbox {
  display: table; }

.contact-field.checkbox > div {
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle; }

.contact-field.checkbox > .controls {
  padding: 5px 0 5px 12px; }

#jform_contact_email_copy-lbl {
  padding: 0 20px 0 0; }

#contact-form div.controls > input[type="text"],
#contact-form div.controls > input[type="email"] {
  width: 100%; }

div.controls > textarea {
  width: 100%;
  height: 110px; }

#contact-form > fieldset > div.form-actions {
  text-align: right; }

#contact-form button {
  width: 50%;
  color: #000; }

/* ----- Contact */
#footer-menu > ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: table;
  table-layout: fixed; }

#footer-menu > ul > li {
  padding: 0 5px;
  display: table-cell; }

#footer-menu > ul > li:first-child {
  padding-left: 0; }

#footer-menu > ul > li:last-child {
  padding-right: 0; }

#footer-menu > ul > li > a {
  color: #FFF;
  background-color: #000;
  background-position: center;
  background-size: 400%;
  transition: background-position 0.3s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  display: block; }

#footer-menu > ul > li > a > span {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.5s;
  font-family: FontAwesome;
  font-size: 120px;
  line-height: 200px;
  text-align: center;
  height: 200px;
  display: block; }

#footer-menu > ul > li > a:hover {
  text-decoration: none;
  background-position: -400px; }

#footer-menu > ul > li > a:hover > span {
  background-color: transparent; }

#footer {
  width: 100%;
  height: 40px;
  padding: 0;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: 0;
  bottom: 0;
  display: table; }

#footer > footer {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  background: #000;
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  bottom: 0;
  vertical-align: middle; }

#footer > footer > p {
  display: block;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  font-family: arial;
  text-align: right;
  font-size: 0.8em;
  color: #fff;
  right: 0;
  left: 0;
  vertical-align: middle;
  top: 25%;
  bottom: 0; }

/* >>>>> Sys message */
div#system-message-container {
  margin: 0 10px; }

div#system-message {
  padding: 0 0 22px; }

div#system-message > div.alert {
  box-shadow: inset #9e9c9c 0 2px 3px;
  position: relative;
  padding: 10px 35px;
  margin: 10px 0 0 0;
  border-radius: 5px; }

div#system-message > div.alert-error {
  border: #ef4d0f 1px solid; }

div#system-message > div.alert-message {
  border: #5b9a5e 1px solid; }

div#system-message > div.alert-warning {
  border: #d16f06 1px solid; }

div#system-message > div.alert > a.close {
  font-size: 25px;
  font-family: Lato-Regular, sans-serif;
  position: absolute;
  top: 0;
  right: 9px;
  cursor: pointer; }

div#system-message > div.alert > a.close:hover {
  text-decoration: none; }

div#system-message > div.alert > h4.alert-heading {
  font-size: 2.4em;
  margin: 5px 0; }

div#system-message > div.alert-error > h4.alert-heading {
  color: #ef4d0f; }

div#system-message > div.alert-message > h4.alert-heading {
  color: #5b9a5e; }

div#system-message > div.alert-warning > h4.alert-heading {
  color: #d16f06; }

div#system-message > div.alert > div {
  padding: 2px; }

div#system-message > div.alert > div > p {
  margin: 2px 0 4px; }

/* ----- Sys message */
.popover {
  display: none !important; }

#error_404 {
  background: #000;
  margin: 0 0 10px 0; }

#error_404 > a {
  display: table;
  margin: 0 auto;
  padding: 40px 0; }

#error_404 > p {
  display: table;
  margin: 0 auto;
  color: #fff;
  padding: 0 0 10px 0; }

#error_404 > p:last-child {
  display: table;
  margin: 0 auto;
  padding: 0 0 30px 0;
  color: #fff; }

@media (max-width: 992px) {
  #banner {
    margin: 0 auto; }

  .main-black {
    margin: 0 auto; }

  .portfolio {
    margin: 0; }

  .portfolio > div {
    border-spacing: 0; }

  .portfolio > div:last-child {
    margin-top: 0; }

  #footer-menu > ul > li {
    padding: 0; }

  #site-wrap {
    padding: 50px 0 40px; }

  #main.black {
    margin: 0 auto; }

  #error_404 {
    margin: 0; } }
@media (max-width: 768px) {
  .portfolio > div > a {
    display: table; }

  .portfolio > div > a:first-child > p {
    padding: 130px 70px 100px; }

  .portfolio > div > a:last-child > p {
    padding: 120px 70px 100px; }

  .portfolio > div > a:first-child > p:last-child {
    padding: 10px 50px; }

  .portfolio > div > a:last-child > p:last-child {
    padding: 10px 50px; }

  #site1 > p {
    padding: 90px 50px 100px; }

  #site2 > p {
    padding: 100px 50px 100px; }

  #site3 > p {
    padding: 120px 50px 100px; }

  #site3 > img {
    height: auto;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 2; }

  #header-wrap {
    position: static; }

  #header {
    display: block; }

  #logo {
    display: inline-block; }

  #site-wrap {
    padding: 0 0 40px;
    vertical-align: top; }

  #main-menu {
    height: 0;
    overflow: hidden;
    display: block; }

  #main-menu.open {
    height: auto; }

  #main-menu > ul {
    padding: 10px 35px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.5s; }

  #main-menu.open > ul {
    opacity: 1; }

  #main-menu > ul > li {
    display: block; }

  #main-menu > ul > li > a {
    display: block; }

  #nav-mobile {
    display: block; }

  #footer-menu > ul > li > a:hover {
    background-position: -400px; }

  #footer-menu > ul > li {
    width: 50%;
    display: inline-block; }

  div.contact-info {
    width: 100%;
    display: block; }

  div.contact-form {
    width: 100%;
    display: block; }

  p.contact-vcard {
    text-align: left;
    padding: 0; }

  #error_404 {
    display: table-cell;
    height: 65vh;
    width: 1200px;
    vertical-align: middle; } }
@media (max-width: 480px) {
  #footer-menu > ul > li > a:hover {
    background-position: -350px; }

  #site1 > p {
    padding: 90px 40px 100px; }

  #site2 > p {
    padding: 100px 40px 100px; }

  #site3 > p {
    padding: 90px 40px 100px; }

  .main-black {
    padding: 10px 10px 50px; }

  #main.black p {
    padding: 0 10px; }

  #main.black h1 {
    padding-left: 0; }

  #footer > footer {
    height: 60px; }

  #footer > footer > p {
    top: 20%; } }
