@charset "UTF-8";
/*------------------------------------*\
 	Theme Name: Headland 2015
	Author: Klugo
	Author URI: http://www.klugogroup.com
	Description: Presentation style theme for Headland
	Version: 1.0
\*------------------------------------*/
/*------------------------------------*\
	VARIABLES
\*------------------------------------*/
/*
@import "bootstrap/normalize";
@import "bootstrap/print";
@import "bootstrap/glyphicons";
*/
@import url("../fonts/opensans.css");
@import url("../fonts/fontello.css");
@import url("../fonts/glyphicons.css");
@import url("../fonts/fontawesome.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
* {
  -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; }

.arve-wrapper {
	height:auto !important;
}

._inline-form {
  padding:0px !important;
}

html {
  font-size: 62.5%;
  min-width:1024px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  min-width:1024px;
  overflow-x:auto;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #27a8e1;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

article ul {
	padding-bottom:15px;
}

article li {
	font-size:16px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #27a8e1;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/*
@import "bootstrap/component-animations";
@import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@import "bootstrap/navs";
@import "bootstrap/navbar";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";
@import "bootstrap/close";
*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.05); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.05); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.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; } }
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1024px) {
  main.page-home .features section {
    min-height: 187px; }
    main.page-home .features section header .icon {
      text-align: center;
      width: 100%; }
    main.page-home .features section header h2 {
      padding-top: 20px;
      clear: both;
      text-align: center; }
    main.page-home .features section header p {
      margin-left: 0;
      text-align: center; } }
html[data-useragent*='MSIE'],
html[data-useragent*='NET4'] {
  height: 100% !important; }
  html[data-useragent*='MSIE'] body,
  html[data-useragent*='NET4'] body {
    height: 100% !important; }
  html[data-useragent*='MSIE'] .wrapper,
  html[data-useragent*='NET4'] .wrapper {
    min-height: 100%;
    height: 100% !important; }
  html[data-useragent*='MSIE'] .container-fluid,
  html[data-useragent*='NET4'] .container-fluid {
    height: 100% !important; }
  html[data-useragent*='MSIE'] body main.blockme,
  html[data-useragent*='NET4'] body main.blockme {
    display: block !important; }
  html[data-useragent*='MSIE'] ul.menu .icon:before,
  html[data-useragent*='MSIE'] ul.menu .icon.icon-right:after,
  html[data-useragent*='NET4'] ul.menu .icon:before,
  html[data-useragent*='NET4'] ul.menu .icon.icon-right:after {
    padding-top: .8em !important; }
  html[data-useragent*='MSIE'] .sidebar ul.menu .icon:before,
  html[data-useragent*='MSIE'] .sidebar ul.menu .icon.icon-right:after,
  html[data-useragent*='NET4'] .sidebar ul.menu .icon:before,
  html[data-useragent*='NET4'] .sidebar ul.menu .icon.icon-right:after {
    padding-top: 0 !important; }
  html[data-useragent*='MSIE'] .sidebar a.next:before,
  html[data-useragent*='MSIE'] .sidebar a.prev:before,
  html[data-useragent*='NET4'] .sidebar a.next:before,
  html[data-useragent*='NET4'] .sidebar a.prev:before {
    font-size: 40px !important; }
  html[data-useragent*='MSIE'] .wrapper > ul.menu,
  html[data-useragent*='NET4'] .wrapper > ul.menu {
    height: 100% !important; }
  html[data-useragent*='MSIE'] .wrapper > ul.menu:before,
  html[data-useragent*='NET4'] .wrapper > ul.menu:before {
    height: 100% !important; }
  html[data-useragent*='MSIE'] .slide-layout > article,
  html[data-useragent*='NET4'] .slide-layout > article {
    display: none !important;
    height: 100% !important;
    opacity: 1 !important;
    position: absolute !important; }
  html[data-useragent*='MSIE'] .slide-layout > article.current,
  html[data-useragent*='NET4'] .slide-layout > article.current {
    display: block !important;
    height: 100% !important; }
  html[data-useragent*='MSIE'] .readmore,
  html[data-useragent*='NET4'] .readmore {
    width: 150px !important; }
  html[data-useragent*='MSIE'] .team_members .page-slide,
  html[data-useragent*='NET4'] .team_members .page-slide {
    height: auto !important; }
  html[data-useragent*='MSIE'] .sub-brands .page-slide,
  html[data-useragent*='NET4'] .sub-brands .page-slide {
    height: auto !important; }
  html[data-useragent*='MSIE'] .page-home .row.heading,
  html[data-useragent*='NET4'] .page-home .row.heading {
    height: 100%; }

/*------------------------------------*\
    BASE
\*------------------------------------*/
html {
  font-size: 62.5%;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

body {
  min-width: 768px; }

ul li {
  margin-bottom: 0.5rem; }

img {
  display: block;
  position: relative;
  min-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

input,
select,
textarea {
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
  border: 1px solid #0494ca !important;
  outline: none; }

select {
  text-transform: uppercase;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-user-focus: none;
  -moz-outline: none; }

select:-moz-focusring,
select::-moz-focus-inner,
select:hover,
select:focus,
select:active {
  border: none;
  -moz-user-focus: none;
  -moz-outline: none;
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important; }

a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: 0px none !important;
  outline-offset: 0 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0; }

.list-unstyled, .list-inline, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

.dl-horizontal dd {
  margin-left: 180px; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— "; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: ""; }

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: " —"; }

blockquote:before, blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* Machine Template */

.titleBlock {
	float:left;
	width:100%;
	padding:40px 0px;
	background:#30343d;
}

.titleBlock .right {
	float:right;
	width:25%;
	max-width:180px;
	position:relative;
}

.titleBlock .left {
	float:left;
	width:70%;
}

.titleBlock h1 {
	color:#fff;
	margin:0px;
	padding:0px !important;
	font-size:40px;
	font-family:"open sans" !important;
}

.titleBlock h2 {
	text-transform:uppercase;
	color:#647f92;
	font-weight:normal;
	font-size:14px !important;
	font-family:"open sans" !important;
	margin-top:0px !important;
	margin-bottom:25px !important;
}

.product .titleBlock h3 {
	text-align:left;
	margin-top:25px;
	font-size:21px;
	color:#fff;
	font-family:"open sans" !important;
	padding-bottom:0px;
}

.product .row.expand.machine {
	background:#f3f3f3;
	padding:65px 0px 40px;
}

.product .row.expand .left,
.product .row.expand .right {
	float:left;
	width:60%;
	background:#fff;
	padding:30px 30px 15px;
}

.product .row.expand .right {
	float:right;
	width:35%;
	background:#fff;
	padding:30px 30px 15px;
}

.product .row.expand .right h4 {
	font-size:18px;
	margin-bottom:10px;
}

.product .row.expand .right ul {
	padding-left:15px;
}

.brandBlock {
	float:left;
	width:100%;
	margin-top:0px;
}

.row.machine {
	background:#f3f3f3;
	padding-bottom:40px;
}

.row.machine span.title {
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#959595;
	letter-spacing:1px;
	margin-bottom:15px;
}

.brandBlock .detail {
	float:left;
	width:100%;
	background:#fff;
	padding:30px 30px 15px;
}

.brandBlock.contactBlock .detail {
	margin-bottom:20px;
	padding:0px;
}

.brandBlock.contactBlock .detail .image {
	margin-bottom:0px;
	width:30%;
}

.brandBlock.contactBlock .detail .text {
	width:70%;
	padding:30px;
}

.brandBlock.contactBlock .detail .text span.name {
	font-size: 20px;
	margin-bottom: 7px;
	margin-top: 0px;
	float:left;
	width:100%;
}

.brandBlock.contactBlock .detail .text h3 {
	font-size: 14px;
	font-family: 'open_sansitalic' !important;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom:0px;
	float:left;
	width:100%;
	text-align:left;
}

.brandBlock.contactBlock .detail:last-child {
	margin-bottom:0px;
}

.brandBlock .detail img {
	padding:0px !important;
}

.brandBlock .detail .image {
	float:left;
	width:10%;
	margin-bottom:15px;
}

.brandBlock .detail .text {
	float:right;
	width:85%;
}

.quickLinks {
	float:left;
	width:100%;
}

.quickLinks .block {
	margin-bottom:0px;
	float:left;
	width:30%;
	margin-left:5%;
	position:relative;
}

.quickLinks .block .title {
	color:#0494CA !important;
	font-size:16px;
}

.quickLinks .block .inner {
	float:left;
	width:100%;
	background:#fff;
	padding:20px;
}

.quickLinks .block .inner .heading {
	float:left;
	width:100%;
	font-weight:500;
	font-size:18px;
	margin-bottom:5px;
}

.quickLinks .block .inner .text {
	float:left;
	width:100%;
}

.quickLinks .block .inner .learnMore {
	float:left;
	width:100%;
	margin-top:5px;
}

.quickLinks .block .inner .download {
	float:left;
	width:100%;
	margin-top:5px;
	text-align:right;
}

.quickLinks .block .inner .download a {
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	background:#0494CA;
	display:inline-block;
	line-height:20px;
	padding:0px 10px;
	letter-spacing:1px;
}

.quickLinks .block:nth-child(3n+1) {
	clear:both;
	margin-left:0px;
}

.videoBlock {
	float:left;
	width:100%;
}

.videoBlock a {
	margin-bottom:20px;
	float:left;
	width:30%;
	margin-left:5%;
	position:relative;
}

.videoBlock a:nth-child(3n+1) {
	clear:both;
	margin-left:0px;
}

ul.moreList {
	padding:0px;
	list-style:none;
	float:left;
	width:100%;
	margin:10px 15px 10px 15px;
}

ul.moreList li {
	float:left;
	width:auto;
	background:#fff;
	margin-bottom:10px;
	padding-right:20px;
}

ul.moreList li a {
	float:left;
	width:100%;
	font-size:12px;
	/*height:120px;*/
	border-bottom:1px solid transparent;
}

ul.moreList li.active a {
	border-bottom:1px solid #ccc;
}

ul.moreList li a:hover {
	border-bottom:1px solid #ccc;
}

ul.moreList li a span.image {
	float:left;
	width:40%;
}

ul.moreList li a span.text {
	float:right;
	width:100%;
	padding:0px;
}

ul.moreList li a span.text .title {
	text-transform:none;
	font-size: 14px !important;
	color: #464646;
	font-family:"open sans" !important;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 10px;
	letter-spacing:0px;
}

ul.moreList li a span.text .heading {
	text-transform:none;
	font-size: 15px !important;
	color: #464646;
	font-family:"open sans" !important;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	letter-spacing:0px;
}

span.title.series {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #959595;
	letter-spacing: 1px;
	margin-top: 15px;
	padding:0px 15px;
}


/*------------------------------------*\
    BASE > CLASSES
\*------------------------------------*/
.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

.clear {
  height: 0 !important; }

.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

.v-wrap {
  height: 100%;
  white-space: nowrap; }

.v-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -.25em;
  height: 100%; }

.v-box {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

/*------------------------------------*\
    BASE > FIXES
\*------------------------------------*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    BASE > PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*------------------------------------*\
    BASE > WORDPRESS
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    BASE > KEYFRAMES
\*------------------------------------*/
@-webkit-keyframes rotateit {
  from {
    -webkit-transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes rotateit {
  from {
    -moz-transform: rotate(360deg); }
  to {
    -moz-transform: rotate(0deg); } }
@keyframes rotateit {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }
/*------------------------------------*\
    BASE > MIXINS
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  font: 300 1.4rem open_sansregular; }

h1 {
  font-size: 2.8rem;
  font-weight: normal;
  font-family: open_sansregular;
  line-height: 4.4rem;
  margin: 0; }

h2 {
  font-size: 2.2rem;
  font-weight: normal;
  font-family: open_sanssemibold;
  line-height: 2.2rem;
  margin: 1rem 0; }

h3 {
  font-size: 2rem;
  font-weight: normal;
  font-family: open_sansregular;
  line-height: 1.9rem;
  margin: 1rem 0; }

h4 {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: open_sansbold;
  line-height: 1.9rem;
  margin: 1rem 0; }

p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0.7rem 0; }

input {
  font-size: 1.4rem;
  font-family: open_sanssemibold; }

select {
  font-size: 1rem;
  font-family: open_sanssemibold; }

.lead {
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding: 1.2rem 0;
  margin: 1.2rem 0;
  border-top: 1px solid #0194ca;
  border-bottom: 1px solid #0194ca;
  font-family: open_sanssemibold; }

h1.light {
  font-size: 4rem;
  font-family: open_sanslight; }

h2.light {
  font-size: 2.4rem;
  font-family: open_sansregular; }

body, .color-light {
  color: #444; }

body h4.color-inverted, body p.color-inverted, body ul.color-inverted, body li.color-inverted, .color-light h4.color-inverted, .color-light p.color-inverted, .color-light ul.color-inverted, .color-light li.color-inverted {
  color: #0194ca; }

body a, .color-light h1, .color-light h2, .color-light h3, .color-light a {
  color: #0194ca; }

body h1, body h2, body h3 {
  color: #000; }

body h1.color-inverted, body h2.color-inverted, body h3.color-inverted, body a.color-inverted, .color-light h1.color-inverted, .color-light h2.color-inverted, .color-light h3.color-inverted, .color-light a.color-inverted {
  color: #444; }

body .color-inverted h1, body .color-inverted h2, body .color-inverted h3, body .color-inverted a, .color-light .color-inverted h1, .color-light .color-inverted h2, .color-light .color-inverted h3, .color-light .color-inverted a {
  color: #444; }

.color-dark {
  color: #0194ca; }

.color-dark h4.color-inverted, .color-dark p.color-inverted, .color-dark ul.color-inverted, .color-dark li.color-inverted {
  color: #444; }

.color-dark h1, .color-dark h2, .color-dark h3, .color-dark a {
  color: #444; }

.color-dark h1.color-inverted, .color-dark h2.color-inverted, .color-dark h3.color-inverted, .color-dark a.color-inverted {
  color: #0194ca; }

.color-dark .color-inverted h1, .color-dark .color-inverted h2, .color-dark .color-inverted h3, .color-dark .color-inverted a {
  color: #0194ca; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 27px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

/*------------------------------------*\
	TYPOGRAPHY > CLASSES
\*------------------------------------*/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

/*------------------------------------*\
	ICONS
\*------------------------------------*/
.icon:before, .icon.icon-right:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  content: ''; }
.icon:not(.icon-right) {
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */ }
  .icon:not(.icon-right).about:before {
    content: '\e800'; }
  .icon:not(.icon-right).team:before {
    content: '\e801'; }
  .icon:not(.icon-right).software:before {
    content: '\e802'; }
  .icon:not(.icon-right).services:before {
    content: '\e803'; }
  .icon:not(.icon-right).search:before {
    content: '\e804'; }
  .icon:not(.icon-right).news:before {
    content: '\e805'; }
  .icon:not(.icon-right).machines:before {
    content: '\e806'; }
  .icon:not(.icon-right).events:before {
    content: '\e807'; }
  .icon:not(.icon-right).contact:before {
    content: '\e808'; }
  .icon:not(.icon-right).brands:before {
    content: '\e809'; }
  .icon:not(.icon-right).main:before {
    content: '\e80a'; }
  .icon:not(.icon-right).cog:before {
    content: '\e80b'; }
  .icon:not(.icon-right).angle-right:before {
    content: '\e80c'; }
  .icon:not(.icon-right).angle-left:before {
    content: '\e80d'; }
  .icon:not(.icon-right).angle-up:before {
    content: '\e80e'; }
  .icon:not(.icon-right).angle-down:before {
    content: '\e80f'; }
  .icon:not(.icon-right).facebook:before {
    content: '\e810'; }
  .icon:not(.icon-right).twitter:before {
    content: '\e811'; }
  .icon:not(.icon-right).linkedin:before {
    content: '\e812'; }
  .icon:not(.icon-right).youtube:before {
    content: '\e813'; }
  .icon:not(.icon-right).googleplus:before {
    content: '\e814'; }
  .icon:not(.icon-right).play:before {
    content: '\e815'; }
  .icon:not(.icon-right).prev:before {
    content: '\e80d'; }
  .icon:not(.icon-right).next:before {
    content: '\e80c'; }
.icon.icon-right {
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */ }
  .icon.icon-right:before {
    content: none; }
  .icon.icon-right:after {
    float: right; }
  .icon.icon-right.about:after {
    content: '\e800'; }
  .icon.icon-right.team:after {
    content: '\e801'; }
  .icon.icon-right.software:after {
    content: '\e802'; }
  .icon.icon-right.services:after {
    content: '\e803'; }
  .icon.icon-right.search:after {
    content: '\e804'; }
  .icon.icon-right.news:after {
    content: '\e805'; }
  .icon.icon-right.machines:after {
    content: '\e806'; }
  .icon.icon-right.events:after {
    content: '\e807'; }
  .icon.icon-right.contact:after {
    content: '\e808'; }
  .icon.icon-right.brands:after {
    content: '\e809'; }
  .icon.icon-right.main:after {
    content: '\e80a'; }
  .icon.icon-right.cog:after {
    content: '\e80b'; }
  .icon.icon-right.angle-right:after {
    content: '\e80c'; }
  .icon.icon-right.angle-left:after {
    content: '\e80d'; }
  .icon.icon-right.angle-up:after {
    content: '\e80e'; }
  .icon.icon-right.angle-down:after {
    content: '\e80f'; }
  .icon.icon-right.facebook:after {
    content: '\e810'; }
  .icon.icon-right.twitter:after {
    content: '\e811'; }
  .icon.icon-right.linkedin:after {
    content: '\e812'; }
  .icon.icon-right.youtube:after {
    content: '\e813'; }
  .icon.icon-right.googleplus:after {
    content: '\e814'; }
  .icon.icon-right.play:after {
    content: '\e815'; }
  .icon.icon-right.prev:after {
    content: '\e80d'; }
  .icon.icon-right.next:after {
    content: '\e80c'; }

* {
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */ }
  *.about:before {
    content: '\e800'; }
  *.team:before {
    content: '\e801'; }
  *.software:before {
    content: '\e802'; }
  *.services:before {
    content: '\e803'; }
  *.search:before {
    content: '\e804'; }
  *.news:before {
    content: '\e805'; }
  *.machines:before {
    content: '\e806'; }
  *.events:before {
    content: '\e807'; }
  *.contact:before {
    content: '\e808'; }
  *.brands:before {
    content: '\e809'; }
  *.main:before {
    content: '\e80a'; }
  *.cog:before {
    content: '\e80b'; }
  *.angle-right:before {
    content: '\e80c'; }
  *.angle-left:before {
    content: '\e80d'; }
  *.angle-up:before {
    content: '\e80e'; }
  *.angle-down:before {
    content: '\e80f'; }
  *.facebook:before {
    content: '\e810'; }
  *.twitter:before {
    content: '\e811'; }
  *.linkedin:before {
    content: '\e812'; }
  *.youtube:before {
    content: '\e813'; }
  *.googleplus:before {
    content: '\e814'; }
  *.play:before {
    content: '\e815'; }
  *.prev:before {
    content: '\e80d'; }
  *.next:before {
    content: '\e80c'; }

/*------------------------------------*\
    IMPORTS
\*------------------------------------*/
/*------------------------------------*\
    HOME
\*------------------------------------*/
.page-home .heading {
  margin-top: 3%; }
  .page-home .heading h1 {
    font-size: 50px;
    color: #231f20;
    font-family: 'open_sanslight';
    line-height: 1.2; }
.page-home .features {
  position: absolute;
  bottom: 5%;
  width: 100%;
  height: auto; }

  .page-home .homeFeatureText {
	  float: left;
	  width: 100%;
	  margin: 0;
	  padding: 0 20px;
  }
  .page-home .features > div {
    position: relative;
    height: 100%;
    display: none;
    }
  .page-home .features section {
    height: 100%;
    background: #ffffff;
    padding: 1em;
    border-bottom: 4px solid #404040;
    overflow: hidden;
    opacity: 0.9; }
    .page-home .features section article {
      visibility: hidden;
      position: absolute;
      bottom: 100%;
      left: 0;
      margin: 0 15px;
      padding: 20px 25px 0;
      background: #ffffff;
      opacity: 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .page-home .features section article h4 {
        padding: 0 20px;
        font-size: 14px;
        font-weight: bold;
        font-family: 'open_sansbold';
        color: #000;
        margin-bottom: -10px; }
      .page-home .features section article ul {
        padding: 0 0;
        margin: 0; }
        .page-home .features section article ul li {
          margin-bottom: 0; }
          .page-home .features section article ul li a {
            position: relative;
            font-size: 14px;
            font-weight: normal;
            font-family: 'open_sansregular';
            color: #000;
            padding: 4px 20px; }
            .page-home .features section article ul li a.angle-right:after {
              position: absolute;
              top: 3px;
              right: 17px;
              font-size: 20px; }
            .page-home .features section article ul li a:active, .page-home .features section article ul li a:hover {
              color: #0494ca; }
      .page-home .features section article p {
        padding: 20px 15px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: normal;
        font-family: 'open_sanssemibold';
        color: #0094c9; }
    .page-home .features section header {
      cursor: pointer; }
      .page-home .features section header .icon {
        margin-top: 13px;
        float: left;
        margin-right: 10px; }
      .page-home .features section header .icon:before {
        font-size: 4rem;
        color: #0194ca; }
      .page-home .features section header h2 {
        margin-top: 10px;
        margin-bottom: 5px; }
      .page-home .features section header p {
        margin-left: 65px; }
    .page-home .features section:hover > article {
      visibility: visible;
      opacity: 1;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
.page-home .background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .page-home .background .background-image {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }


/* Home Search */

.row.color-dark.heading .searchBlock {
/* 	float: left; */
/* 	width: 100%; */
	padding: 0 20px;
	text-align: center;
	/*max-width: 800px;*/
	margin: 0px auto;
	width: 100%;
	position: fixed;
	bottom:30px;
}

.row.color-dark.heading .searchForm {
/* 	float: left; */
	float: none;
	width: 100%;
	margin-top: 30px;
	position: relative;
	display: inline-block;
	max-width: 800px;
}

.row.color-dark.heading .searchForm input[type="text"] {
	float: left;
	width: 85%;
	height: 43px;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	padding-left: 44px;
	position: relative;
}

.row.color-dark.heading .searchForm::before {
	position: absolute;
	content: ' ';
	left: 10px;
	top: 11px;
	background-image: url('../img/search-icon.png');
	background-repeat: no-repeat;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	z-index: 99;
}

.row.color-dark.heading .searchForm button.icon.search.submit {
	float: left;
	width: 15%;
	height: 43px;
	border: none;
	border-radius: 0;
	background-color: #0494ca;
	color: #fff;
	font-size: 11px;
}

.row.color-dark.heading .searchForm button.icon.search.submit::before {
	display: none;
}

.row.color-dark.heading .searchForm button.icon.search.submit:hover {
	background-color: #404040;
}


/*------------------------------------*\
    SEARCH
\*------------------------------------*/

main.searchPage {
	padding: 80px 22px 0 55px;
}

form.searchBar {
	float: left;
	width: 100%;
}

section.searchBar h1 {
	font-fmaily: 'Open Sans';
	font-weight: 400;
	font-size: 37px;
	margin: 0 0 15px 0;
}

section.searchBar .searchForm {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

section.searchBar .searchForm input[type="text"] {
	float: left;
	width: 85%;
	height: 43px;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	padding-left: 44px;
	position: relative;
}

section.searchBar .searchForm::before {
	position: absolute;
	content: ' ';
	left: 10px;
	top: 11px;
	background-image: url('../img/search-icon.png');
	background-repeat: no-repeat;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	z-index: 99;
}

section.searchBar .searchForm button.icon.search.submit {
	float: left;
	width: 15%;
	height: 43px;
	border: none;
	border-radius: 0;
	background-color: #0494ca;
	color: #fff;
	font-size: 11px;
}

section.searchBar .searchForm button.icon.search.submit::before {
	display: none;
}

section.searchBar .searchForm button.icon.search.submit:hover {
	background-color: #404040;
}

section.searchBar .searchForm input[type="placeholder"] {
	color: #8c8c8c;
	font-size: 13px;
}

section.searchResults {
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	opacity: 0;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

}

section.searchResults.active {
	opacity: 1;
}

a.popupLink {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	display: block;
}

a.popupLink .overlay {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

a.popupLink .overlay img {
	width:auto;
	min-width: auto;
}

a.popupLink .overlay .v-box {
	text-align: center;
	width: 100%;
}

.filterBlock {
	float:left;
	width: 100%;
	border-bottom:1px solid #ebebeb;
	display: none;
	margin-bottom: 40px;
	line-height:34px;
}

.filterBlock span {
	float:left;
	width: auto;
	padding:0px 20px;
	border-top:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	position: relative;
	top:1px;
	color:#878787;
	background:#f7f7f7;
	cursor: pointer;
}

.filterBlock span:first-child {
	border-left:1px solid #ebebeb;
}

.filterBlock span.active {
	color:#000;
	background:#fff;
	border-bottom:1px solid #fff;
}

section.searchResults h3 {
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 25px;
}

section.searchResults h3 span {
	font-weight: bold;
}

section.searchResults .articleWrapper {
	float: left;
	width: 100%;
	display:none;
}

section.searchResults .articleWrapper:first-child {
	display: block;
}

section.searchResults .articleWrapper article {
	float: left;
	width: 23.5%;
	margin-left: 2%;
	border: 1px solid #ebebeb;
/* 	min-height: 500px; */
	margin-bottom: 34px;
	position: relative;
}

section.searchResults .articleWrapper article:nth-child(4n+1) {
	clear:both;
	margin-left:0px;
}

@media (max-width: 1360px) {
	section.searchResults .articleWrapper article {
		width:32%;
	}

	section.searchResults .articleWrapper article:nth-child(4n+1) {
		clear:none;
		margin-left: 2%;
	}

	section.searchResults .articleWrapper article:nth-child(3n+1) {
		clear:both;
		margin-left: 0px;
	}
}

@media (max-width: 1200px) {
	section.searchResults .articleWrapper article {
		width:48%;
		margin-left:4%;
	}

	section.searchResults .articleWrapper article:nth-child(4n+1),
	section.searchResults .articleWrapper article:nth-child(3n+1) {
		clear:none;
		margin-left: 4%;
	}

	section.searchResults .articleWrapper article:nth-child(2n+1) {
		clear:both;
		margin-left: 0px;
	}
}

section.searchResults .articleWrapper article a.image {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 56.5%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

section.searchResults .articleWrapper article .postWrapper {
	float: left;
	width: 100%;
	padding: 20px;
}

section.searchResults .articleWrapper article .postWrapper h2.title {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0px;
	line-height: 24px;
}

section.searchResults .articleWrapper article .postWrapper p {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 24px;
	color: #404040;
}

section.searchResults .articleWrapper article .postWrapper p a.view-article {
	display: none;
}

section.searchResults .articleWrapper article .postWrapper h2.title a {
	color: #000;
}

section.searchResults .articleWrapper article .postWrapper h2.title a:hover {
	color: #0194ca;
}

section.searchResults .articleWrapper article .postWrapper a.readmore {
	float:right;
	width: 117px;
	height: 31px;
	background-color: #363636;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 31px;
	font-size: 11px;
}

section.searchResults .articleWrapper article .postWrapper a.readmore:hover {
	background-color: #0194ca;
}

/*------------------------------------*\
    BRANDS
\*------------------------------------*/
.brands h1 {
  padding-left: 10px;
  padding-bottom: 10px; }

/*------------------------------------*\
    SUB BRANDS
\*------------------------------------*/
.sub-brands {
  padding: 55px 85px 0px 20px !important; }
  .sub-brands h1 {
    font-size: 42px !important;
    margin-top: 0 !important;
    padding-left: 30px !important; }
  .sub-brands h2 {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 18px; }
  .sub-brands h3 {
    font-size: 14px !important;
    font-family: 'open_sansitalic' !important;
    color: #000; }
  .sub-brands article {
    float: left;
    display: block;
    height: 260px;
    width: 260px;
    background: #fafafa;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    /*
    		-webkit-transition: all 300ms ease;
    		-moz-transition: all 300ms ease;
    		-ms-transition: all 300ms ease;
    		-o-transition: all 300ms ease;
    		transition: all 300ms ease;
    */ }
    .sub-brands article > a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(160, 160, 160, 0.66);
      background-image: url("../img/more-info.png");
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer;
      opacity: 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .sub-brands article > a:hover:after {
      opacity: 1; }
  .sub-brands .filter {
    margin-left: 30px;
    margin-top: 20px; }
    .sub-brands .filter select {
      height: 40px;
      background: url("../img/dropdown-arrow.png") no-repeat scroll 95% center/13px auto transparent;
      -moz-appearance: none;
      margin: 0 20px 10px 0 !important;
      padding: 0 30px 0 10px;
      border-radius: 0;
      border: 1px solid #e6e6e6;
      font-size: 13px;
      font-family: 'open_sansregular';
      font-weight: normal;
      font-style: normal;
      color: #aaa;
      text-transform: none !important;
      outline: none; }
  .sub-brands .grid {
    margin-top: 20px;
    margin-bottom: 40px; }

div.lightbox {
  position: relative;
  width: 650px;
  max-width: 650px;
  margin: 20px auto;
  padding: 60px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  div.lightbox .mfp-close {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 50px !important;
    top: -35px;
    color: #ebebeb !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    div.lightbox .mfp-close:hover {
      color: #0494ca !important; }
  div.lightbox h2,
  div.lightbox h3,
  div.lightbox h4,
  div.lightbox p {
    text-align: left;
    color: #313131; }
  div.lightbox h2 {
    font-size: 24px;
    margin-bottom: 7px;
    margin-top: 18px; }
  div.lightbox h3 {
    font-size: 14px;
    font-family: 'open_sansitalic' !important;
    margin-top: 0;
    margin-bottom: 20px; }
  div.lightbox h4 {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'open_sanssemibold' !important; }
    div.lightbox h4 span {
      font-family: 'open_sansregular' !important;
      font-weight: 300; }
  div.lightbox p {
    padding-bottom: 15px;
    line-height: 1.6;
    margin-bottom: 0; }
    div.lightbox p a {
      color: #0076a2 !important; }
  div.lightbox img {
    width: 260px;
    min-width: 260px;
    margin: 0 0 20px 0; }
  div.lightbox .origin {
    margin-bottom: 20px; }

.mfp-wrap {
  background-color: rgba(212, 212, 212, 0.8) !important; }

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.product {
  /*height: 100%;*/ }
  .product article {
    /*height: 100%;*/ clear:both; }
	.product .section-inner {
		height:auto;
	}
    .product article .row .content.image img {
      padding: 0 40px; }
  .product h1 {
    padding-left: 10px; }
  .product .nav-pills {
    padding-left: 10px; }
  .product h2 {
    font-size: 21px;
    font-family: 'open_sanssemibold'; }
  .product h3 {
    font-size: 13px;
    font-family: 'open_sanssemibold';
    font-weight: normal;
    color: #a1a1a1;
    padding: 0 0 15px 0;
    margin: 0 0 0 0;
    text-align: center; }
  .product h4 {
    font-size: 11px;
    font-family: 'open_sansbold';
    font-weight: normal;
    color: #464646;
    padding: 0 0 5px 0;
    margin: 0 0 0 0; }
  .product p {
    color: #58595b;
    font-size: 14px; }
  .product #tab-content1 p {
    font-size: 13px; }
  .product #tab-content1 ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product #tab-content1 ul li {
      padding-left: 20px;
      font-size: 14px;
      text-indent: -17px;
      line-height: 1.4;
      margin-bottom: 5px;
      width: 100%;
      border: none; }
      .product #tab-content1 ul li:before {
        content: "• ";
        color: #00a7e0;
        margin-right: 10px; }
  .product #tab-content2 {
    padding-bottom: 20px; }
    .product #tab-content2 p {
      text-align: center; }
    .product #tab-content2 img {
      max-width: 250px;
      min-width: 50px !important;
      position: relative; }
    a.popup-youtube:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url(../img/play-video.png);
      background-position: center center;
      background-repeat: no-repeat; }
  .product #tab-content3 ul {
    list-style: none;
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    width: 100%;
    float: left; }
    .product #tab-content3 ul li {
      position: relative;
      width: 100%;
      padding-right: 30px;
      line-height: 1.6;
      margin-right: 50%;
      border: none;
      /*
      				&:after {
      				  content: '\f054';
      				  font-family: 'fontawesome';
      				  display: inline-block;
      				  width: 10px;
      				  position: absolute;
      				  right: 10px;
      				  font-size: 11px;
      				  color: #0494C9;
      				}
      */ }
      .product #tab-content3 ul li a {
        font-size: 12px;
        font-family: 'open_sanssemibold';
        font-weight: normal; }
      .product #tab-content3 ul li:hover:after {
        color: #27A8E1; }
  .product #tab-content3 div.box {
    float: left;
    width: 50%; }
  .product iframe {
    margin-left: 5%; }
  .product .tabs-frame {
    background: #f7f7f7; }
    .product .tabs-frame .tabs {
      width: 100%;
      float: none;
      list-style: none;
      position: relative;
      padding: 0 0 0 0;
      margin: 0 0 0 0;
      text-align: left;
      border-bottom: 1px solid #EBEBEB;
      height: 36px; }
      .product .tabs-frame .tabs li {
        float: left;
        display: block;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb; }
        .product .tabs-frame .tabs li:first-child label {
          padding: 10px 13px 10px 20px; }
      .product .tabs-frame .tabs input[type="radio"] {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      .product .tabs-frame .tabs label {
        display: block;
        padding: 10px 13px;
        margin: 0 0 0 0;
        font-size: 11px;
        font-weight: normal;
        font-family: 'open_sanssemibold';
        color: #58595b;
        background: #f7f7f7;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-bottom: 1px solid #ebebeb; }
        .product .tabs-frame .tabs label:hover {
          background: #fff;
          color: #0494ca; }
      .product .tabs-frame .tabs .tab-content {
        display: none;
        overflow: hidden;
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        padding: 20px;
        position: absolute;
        color: #59595b;
        left: 0;
        background: #fff; }
      .product .tabs-frame .tabs [id^="tab"]:checked + label {
        background: #fff;
        color: #0494ca;
        border-bottom: 1px solid #fff; }
      .product .tabs-frame .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
        display: block; }
  .product:before {
    content: ''; }

@-moz-document url-prefix() {
  .tabs-frame .tabs {
    height: 37px !important; } }
/*------------------------------------*\
    SLIDES
\*------------------------------------*/
section.slide-layout {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 95px);
  padding: 0px;
  margin: 0rem -15px 0 -15px; }
  section.slide-layout > article {
    display: block;
    position: absolute;
    	/*
    	display:none;
    	transition: opacity 600ms ease-in-out;
    	-moz-transition: opacity 600ms ease-in-out;
    	-webkit-transition: opacity 600ms ease-in-out;
        height: 0;
    	*/
    float: left;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    opacity: 0;
    visibility: hidden; }
    section.slide-layout > article.current {
      /* display:block; */
      opacity: 1 !important;
      visibility: visible;
      z-index: 10; }
    section.slide-layout > article.prev {
      opacity: 1; }
    section.slide-layout > article .col-md-6 {
      width: 50% !important;
      padding: 0 0 0 0 !important; }
    section.slide-layout > article .col-md-6.last,
    section.slide-layout > article .col-md-6:last-child {
      width: 45% !important;
      padding: 0 0 0 5% !important; }
    section.slide-layout > article h1 {
      margin: 0 0 25px 0;
      font-size: 42px;
      font-family: 'open_sansregular';
      color: #000; }
    section.slide-layout > article h2 {
      font-size: 21px;
      font-family: 'open_sansregular';
      color: #0076a3;
      margin: 0 0 20px 0;
      line-height: 1.5; }
    section.slide-layout > article a {
      font-size: 12px;
      font-family: 'open_sansbold';
      color: #0494ca;
      text-decoration: underline; }
    section.slide-layout > article p {
      font-size: 15px;
      font-family: 'open_sansregular';
      color: #58595b;
      padding: 0px 0px 20px 0px;
      line-height: 1.7; }
      section.slide-layout > article p a {
        font-size: 14px;
        font-family: 'open_sansbold';
        color: #0494ca;
        text-decoration: underline; }
    section.slide-layout > article ul {
      font-size: 15px;
      font-family: 'open_sanssemibold';
      color: #58595b;
      padding-left: 15px;
      margin-bottom: 30px; }
      section.slide-layout > article ul li {
        padding-left: 10px;
        margin-bottom: 12px; }
        section.slide-layout > article ul li a {
          font-size: 15px;
          font-family: 'open_sanssemibold';
          color: #0494ca;
          text-decoration: underline; }
    section.slide-layout > article p.downloads a {
      display: block;
      margin-top: 5px; }
    section.slide-layout > article div.content, section.slide-layout > article div.image {
      display: block;
      padding: 0px; }
    section.slide-layout > article div.content {
      padding: 4%; }
    section.slide-layout > article div.image div {
      display: block;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    section.slide-layout > article.one-image-full-right div.content, section.slide-layout > article.one-image-full-left div.content, section.slide-layout > article.one-image-left div.content, section.slide-layout > article.two-image-left div.content, section.slide-layout > article.one-image-right div.content, section.slide-layout > article.two-image-right div.content, section.slide-layout > article.one-image-top div.content, section.slide-layout > article.one-image-bottom div.content, section.slide-layout > article.two-text-left div.content div.one, section.slide-layout > article.two-text-left div.content div.two, section.slide-layout > article.two-text-right div.content div.one, section.slide-layout > article.two-text-right div.content div.two {
      overflow-y: auto; }
    section.slide-layout > article.one-image-full-left div, section.slide-layout > article.one-image-full-right div {
      width: 100%;
      height: 100%; }
      section.slide-layout > article.one-image-full-left div h1, section.slide-layout > article.one-image-full-left div h2, section.slide-layout > article.one-image-full-left div h3, section.slide-layout > article.one-image-full-left div h4, section.slide-layout > article.one-image-full-left div p, section.slide-layout > article.one-image-full-left div ul, section.slide-layout > article.one-image-full-left div a, section.slide-layout > article.one-image-full-right div h1, section.slide-layout > article.one-image-full-right div h2, section.slide-layout > article.one-image-full-right div h3, section.slide-layout > article.one-image-full-right div h4, section.slide-layout > article.one-image-full-right div p, section.slide-layout > article.one-image-full-right div ul, section.slide-layout > article.one-image-full-right div a {
        color: #fff; }
    section.slide-layout > article.two-text-right div.content, section.slide-layout > article.two-text-left div.content {
      padding: 0; }
    section.slide-layout > article.two-text-right div.content div.one, section.slide-layout > article.two-text-right div.content div.two {
      padding: 10% 80px 10% 8%; }
    section.slide-layout > article.two-text-left div.content div.one, section.slide-layout > article.two-text-left div.content div.two {
      padding: 10% 10%; }
    section.slide-layout > article.two-text-right div.content div.two, section.slide-layout > article.two-text-left div.content div.two {
      text-align: center; }
      section.slide-layout > article.two-text-right div.content div.two div, section.slide-layout > article.two-text-left div.content div.two div {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      section.slide-layout > article.two-text-right div.content div.two h2, section.slide-layout > article.two-text-right div.content div.two h3, section.slide-layout > article.two-text-right div.content div.two h4, section.slide-layout > article.two-text-right div.content div.two h5, section.slide-layout > article.two-text-right div.content div.two p, section.slide-layout > article.two-text-right div.content div.two a, section.slide-layout > article.two-text-left div.content div.two h2, section.slide-layout > article.two-text-left div.content div.two h3, section.slide-layout > article.two-text-left div.content div.two h4, section.slide-layout > article.two-text-left div.content div.two h5, section.slide-layout > article.two-text-left div.content div.two p, section.slide-layout > article.two-text-left div.content div.two a {
        color: #fff; }
      section.slide-layout > article.two-text-right div.content div.two h4, section.slide-layout > article.two-text-left div.content div.two h4 {
        margin-top: 0;
        margin-bottom: 20px;
        font-family: 'open_sansbold'; }
    section.slide-layout > article.one-image-full-right div.content, section.slide-layout > article.one-image-full-left div.content {
      width: 50%;
      padding: 20% 80px 20% 6%; }
    section.slide-layout > article.one-image-left div, section.slide-layout > article.one-image-right div, section.slide-layout > article.two-image-left div, section.slide-layout > article.two-image-right div, section.slide-layout > article.two-text-left > div, section.slide-layout > article.two-text-right > div {
      width: 50%;
      height: 100%; }
    section.slide-layout > article.one-image-left div.content, section.slide-layout > article.two-image-left div.content {
      padding: 10% 80px 10% 8%; }
    section.slide-layout > article.one-image-right div.content, section.slide-layout > article.two-image-right div.content {
      padding: 10% 8%; }
    section.slide-layout > article.one-image-left div.content, section.slide-layout > article.two-image-left div.content, section.slide-layout > article.one-image-right div.image, section.slide-layout > article.two-image-right div.image, section.slide-layout > article.one-image-full-right div.content, section.slide-layout > article.two-text-right div.content, section.slide-layout > article.two-text-left div.image {
      float: right; }
    section.slide-layout > article.two-image-left div.image div, section.slide-layout > article.two-image-right div.image div, section.slide-layout > article.two-text-left div.content div, section.slide-layout > article.two-text-right div.content div {
      height: 50% !important; }
    section.slide-layout > article.one-image-right div.content, section.slide-layout > article.two-image-right div.content, section.slide-layout > article.one-image-left div.image, section.slide-layout > article.two-image-left div.image, section.slide-layout > article.one-image-full-left div.content, section.slide-layout > article.two-text-left div.content, section.slide-layout > article.two-text-right div.image {
      float: left; }
    section.slide-layout > article.one-image-top div, section.slide-layout > article.one-image-bottom div {
      width: 100%;
      height: 50%; }
    section.slide-layout > article.one-image-top div.content, section.slide-layout > article.one-image-bottom div.content {
      padding: 6% 80px 6% 6%; }
    section.slide-layout > article.custom-leadership div.image {
      width: 100%;
      height: 87%;
      height: calc(100% - 125px);
      position: relative; }
      section.slide-layout > article.custom-leadership div.image div.member {
        display: block;
        position: absolute;
		background-position:top center !important;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: opacity 600ms ease-in-out;
        -moz-transition: opacity 600ms ease-in-out;
        -webkit-transition: opacity 600ms ease-in-out;
        visibility: hidden; }
        section.slide-layout > article.custom-leadership div.image div.member div {
          padding: 0 !important; }
        section.slide-layout > article.custom-leadership div.image div.member div.member-info {
          padding-top: 45px !important;
          padding-left: 55px !important;
          padding-right: 8% !important;
          padding-bottom: 50px !important;
          overflow: auto;
          width: 50% !important;
          float: left;
          background-color: #fafafa;
          min-height: 100%; }
          section.slide-layout > article.custom-leadership div.image div.member div.member-info h1 {
            font-size: 21px;
            float: left;
            padding-right: 10px;
            border-right: 1px solid #58595b;
            width: auto;
            margin-bottom: 15px; }
          section.slide-layout > article.custom-leadership div.image div.member div.member-info h2 {
            float: left;
            padding-left: 10px;
            width: auto;
            font-size: 21px;
            color: #0076a3;
            line-height: 1.1;
            margin-bottom: 15px; }
            section.slide-layout > article.custom-leadership div.image div.member div.member-info h2:after {
              content: '';
              display: block;
              clear: both; }
          section.slide-layout > article.custom-leadership div.image div.member div.member-info .clear {
            clear: both; }
          section.slide-layout > article.custom-leadership div.image div.member div.member-info p {
            padding: 0 0 5px !important;
            color: #58595b !important;
            font-size: 13px; }
        section.slide-layout > article.custom-leadership div.image div.member div.member-photo {
          height: 100%;
          min-height: 100%;
          width: 50% !important;
          background-size: cover;
          background-repeat: no-repeat;
		  background-position:top center;
          float: left; }
        section.slide-layout > article.custom-leadership div.image div.member.current {
          opacity: 1;
          visibility: visible; }
    section.slide-layout > article.custom-leadership div.content {
      position: relative;
      width: 100%;
      height: 125px !important;
      text-align: left;
      padding: 35px 0 0 55px !important; }
      section.slide-layout > article.custom-leadership div.content h1 {
        margin: 0px 0px 11px; }
      section.slide-layout > article.custom-leadership div.content ul {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        section.slide-layout > article.custom-leadership div.content ul li {
          padding-left: 0; }
          section.slide-layout > article.custom-leadership div.content ul li a {
            color: #58595b !important;
            text-decoration: none;
            font-family: 'open_sansregular'; }
            section.slide-layout > article.custom-leadership div.content ul li a.current {
              color: #04A4CC !important; }
    section.slide-layout > article .custom-products {
      height: 100%; }
    section.slide-layout > article.custom-products div.category {
      width: 33%;
      height: 50%;
      text-align: center;
      margin: 0;
      position: relative;
      float: left;
      overflow: hidden; }
      section.slide-layout > article.custom-products div.category:nth-child(3n) {
        width: 34%; }
      section.slide-layout > article.custom-products div.category:hover div.image div {
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1; }
      section.slide-layout > article.custom-products div.category a {
        text-decoration: none !important;
        border-bottom: 0 !important; }
      section.slide-layout > article.custom-products div.category span.link {
        width: 55px;
        height: 55px;
        padding: 5px;
        font-size: 30px;
        color: #a3a3a3;
        border: 1px solid #a3a3a3;
        border-radius: 50%;
        transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -webkit-transition: all 400ms ease; }
        section.slide-layout > article.custom-products div.category span.link.first {
          margin-right: 25px; }
        section.slide-layout > article.custom-products div.category span.link:hover {
          color: #0076a3;
          border: 1px solid #0076a3; }
      section.slide-layout > article.custom-products div.category.first {
        text-align: left;
        color: #fff;
        padding: 0 50px;
        padding-top: 60px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff; }
        section.slide-layout > article.custom-products div.category.first h1 {
          color: #fff;
          margin: 0px 0px 15px; }
        section.slide-layout > article.custom-products div.category.first h2 {
          font-size: 16px;
          color: #fff; }
      section.slide-layout > article.custom-products div.category div.image {
        background-position: center center;
        background-size: cover;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 80px;
        cursor: pointer;
        border-right: 1px solid #fff; }
        section.slide-layout > article.custom-products div.category div.image:hover div {
          background-color: rgba(0, 0, 0, 0.7);
          opacity: 1; }
          section.slide-layout > article.custom-products div.category div.image:hover div span {
            opacity: 1; }
        section.slide-layout > article.custom-products div.category div.image div {
          width: 100%;
          height: 100%;
          opacity: 0;
          transition: all 400ms ease;
          -moz-transition: all 400ms ease;
          -webkit-transition: all 400ms ease; }
          section.slide-layout > article.custom-products div.category div.image div > span {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            opacity: 0;
            display: block; }
            section.slide-layout > article.custom-products div.category div.image div > span p {
              padding: 0;
              margin: 0; }
              section.slide-layout > article.custom-products div.category div.image div > span p a {
                margin-top: -30px;
                display: inline-block; }
        section.slide-layout > article.custom-products div.category div.image span.link:hover {
          color: #fff;
          border: 1px solid #fff; }
      section.slide-layout > article.custom-products div.category div.content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 80px;
        background-color: #fff;
        text-align: center;
        padding: 30px 50px;
        cursor: pointer;
        border-right: 1px solid #a3a3a3;
        transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -webkit-transition: all 600ms ease; }
        section.slide-layout > article.custom-products div.category div.content:hover {
          max-height: 1000px;
          /*
          	    -moz-transform: translateY(-200px);
          	    -ms-transform: translateY(-200px);
          	    -webkit-transform: translateY(-200px);
          	    transform: translateY(-200px);
          */ }
          section.slide-layout > article.custom-products div.category div.content:hover p,
          section.slide-layout > article.custom-products div.category div.content:hover a {
            opacity: 1; }
        section.slide-layout > article.custom-products div.category div.content h4 {
          color: #000;
          margin-bottom: 12px;
          margin-top: 0; }
          section.slide-layout > article.custom-products div.category div.content h4 span {
            display: inline-block;
            width: 15px;
            height: 15px;
            line-height: 12px;
            color: #a3a3a3;
            text-align: center;
            border: 1px solid #a3a3a3;
            border-radius: 50%;
            margin-left: 7px;
            font-size: 12px; }
        section.slide-layout > article.custom-products div.category div.content p {
          font-size: 13px;
          line-height: 1.4;
          margin-bottom: 0;
          opacity: 0;
          transition: all 600ms ease;
          -moz-transition: all 600ms ease;
          -webkit-transition: all 600ms ease; }
        section.slide-layout > article.custom-products div.category div.content a {
          opacity: 0;
          transition: all 600ms ease;
          -moz-transition: all 600ms ease;
          -webkit-transition: all 600ms ease; }
    section.slide-layout > article.custom-brands {
      overflow-y: scroll; }
      section.slide-layout > article.custom-brands div.content {
        padding: 10% 130px 6% 6%;
        text-align: center; }
      section.slide-layout > article.custom-brands div.image {
        padding: 0 130px 6% 6%; }
        section.slide-layout > article.custom-brands div.image span {
          margin-bottom: 30px; }
  section.slide-layout:before {
    content: ''; }

#our-values .one {
  height: 60% !important; }

#our-values .two {
  height: 40% !important; }

#our-values .one p {
  padding: 0px 0px 0 !important; }

#our-values .two p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

#our-values .two h4 {
  margin-top: -20px; }

/*------------------------------------*\
    TEAM
\*------------------------------------*/
.team_members {
  padding: 40px 85px 0 55px !important; }
  .team_members h1 {
    font-size: 42px !important;
    margin-top: 0 !important;
    padding-left: 30px !important; }
  .team_members h2 {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 18px; }
  .team_members h3 {
    font-size: 14px !important;
    font-family: 'open_sansitalic' !important;
    color: #000; }
  .team_members article {
    float: left;
    display: block;
    height: 350px;
    width: 260px;
    background: #fafafa;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    /*
    		-webkit-transition: all 300ms ease;
    		-moz-transition: all 300ms ease;
    		-ms-transition: all 300ms ease;
    		-o-transition: all 300ms ease;
    		transition: all 300ms ease;
    */ }
    .team_members article > a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(160, 160, 160, 0.66);
      background-image: url("../img/more-info.png");
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer;
      opacity: 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .team_members article > a:hover:after {
      opacity: 1; }
    .team_members article span.info {
      display: block;
      border: 1px solid #ededed;
      width: 260px;
      height: 87px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .team_members .filter {
    margin-left: 30px;
    margin-top: 20px; }
    .team_members .filter select {
      height: 40px;
      background: url("../img/dropdown-arrow.png") no-repeat scroll 95% center/13px auto transparent;
      -moz-appearance: none;
      margin: 0 20px 10px 0 !important;
      padding: 0 30px 0 10px;
      border-radius: 0;
      border: 1px solid #e6e6e6;
      font-size: 13px;
      font-family: 'open_sansregular';
      font-weight: normal;
      font-style: normal;
      color: #aaa;
      text-transform: none !important;
      outline: none; }
  .team_members .grid {
    margin-top: 20px;
    margin-bottom: 40px; }

div.lightbox {
  position: relative;
  width: 650px;
  max-width: 650px;
  margin: 20px auto;
  padding: 60px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  div.lightbox .mfp-close {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 50px !important;
    top: -35px;
    color: #ebebeb !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    div.lightbox .mfp-close:hover {
      color: #0494ca !important; }
  div.lightbox div.left {
    float: left;
    width: 260px;
    max-width: 260px; }
  div.lightbox div.right {
    float: right;
    width: 240px;
    max-width: 240px;
    margin-left: 30px; }
  div.lightbox h2,
  div.lightbox h3,
  div.lightbox h4,
  div.lightbox p {
    text-align: left;
    color: #313131; }
  div.lightbox h2 {
    font-size: 24px;
    margin-bottom: 7px;
    margin-top: 18px; }
  div.lightbox h3 {
    font-size: 14px;
    font-family: 'open_sansitalic' !important;
    margin-top: 0;
    margin-bottom: 20px; }
  div.lightbox h4 {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'open_sanssemibold' !important; }
  div.lightbox p {
    padding-bottom: 15px;
    line-height: 1.6;
    margin-bottom: 0; }
    div.lightbox p a {
      color: #0076a2 !important; }
    p i {
      color: #b3b3b3 !important;
      font-size: 26px !important;
      margin-right: 15px !important; }
      p i.fa-paper-plane {
        font-size: 18px !important; }
      p i.fa-mobile {
        margin-left: 5px !important; }
  div.lightbox .social-links {
    padding-top: 7px; }
    div.lightbox .social-links a {
      display: block;
      float: left;
      width: 25px;
      margin-right: 15px; }
    .social-links p {
      margin: 0 0 10px 0;
      padding: 3px 0 0 0 !important;
      font-family: 'fontello';
      width: 28px;
      height: 28px;
      border-radius: 50%;
      text-align: center !important;
      color: #fff !important;
      background: #575757;
      cursor: pointer;
      font-size: 14px; }
      .social-links p:hover {
        background: #8b8b8b; }
      .social-links p.twitter {
        font-size: 11px;
        padding-top: 5px;
        padding-left: 2px; }
      .social-links p.linkedin {
        font-size: 12px;
        padding-left: 2px;
        padding-top: 4px; }
      .social-links p.youtube {
        padding-left: 1px; }
  div.lightbox .description ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    div.lightbox .description ul li {
      padding-bottom: 15px;
      font-size: 14px;
      color: #313131;
      line-height: 1.6; }

.mfp-wrap {
  background-color: rgba(212, 212, 212, 0.8) !important; }

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.page-news {
  padding-left: 10px;
  max-width: 950px;
  margin: 0 auto; }
  .page-news h1 {
    font-size: 42px; }
    .page-news h1 a {
      color: #000; }
  .page-news hr {
    margin-bottom: 20px; }
  .page-news .breadcrumb {
    margin-bottom: 20px;
    color: #959595;
    font-size: 12px; }
    .page-news .breadcrumb span {
      letter-spacing: 3px; }
    .page-news .breadcrumb a {
      color: #959595;
      font-size: 12px; }
      .page-news .breadcrumb a:hover {
        color: #000; }
  .page-news.single article {
    margin-top: 20px; }
  .page-news section.content {
    float: left;
    width: 65%;
    max-width: 600px; }
    .page-news section.content div.details a {
      color: #919191; }
      .page-news section.content div.details a:hover {
        color: #000; }
    .page-news section.content div.details span.date:after {
      content: '\e023'; }
    .page-news section.content div.details span.user:after {
      content: '\e008'; }
    .page-news section.content div.details span.category:after {
      content: '\e118';
      margin-right: 8px !important; }
    .page-news section.content div.details span.comments:after {
      content: '\e111';
      margin-right: 6px !important; }
    .page-news section.content div.details span:after {
      font-family: 'Glyphicons Halflings';
      display: inline-block;
      width: 10px;
      font-size: 11px;
      margin-right: 5px; }
    .page-news section.content article {
      margin-bottom: 100px; }
      .page-news section.content article h2 {
        color: #000;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.6;
        margin-top: 0 !important;
        font-family: 'open_sanssemibold'; }
        .page-news section.content article h2.title {
          font-size: 23px !important; }
        .page-news section.content article h2 a {
          color: #000; }
      .page-news section.content article h3 {
        font-size: 21px;
        color: #0076a2;
        font-family: 'open_sanssemibold';
        line-height: 1.6;
        margin-top: 0 !important;
        padding-bottom: 10px; }
      .page-news section.content article div.details {
        margin-bottom: 20px;
        color: #aaa;
        letter-spacing: 0px;
        font-size: 12px; }
        .page-news section.content article div.details:after {
          content: '';
          display: block;
          clear: both; }
        .page-news section.content article div.details span {
          float: left;
          margin: 0 0 0 25px; }
        .page-news section.content article div.details span,
        .page-news section.content article div.details p,
        .page-news section.content article div.details a {
          height: 16px; }
        .page-news section.content article div.details p,
        .page-news section.content article div.details a {
          float: left;
          color: #aaa;
          letter-spacing: 0px;
          font-size: 12px;
          margin: 0 0 0 0;
          padding: 0 !important; }
        .page-news section.content article div.details p:first-child span {
          margin: 0 0 0 0 !important; }
      .page-news section.content article a.image {
        display: block;
        margin-bottom: 30px; }
      .page-news section.content article p {
        color: #404040;
        line-height: 1.6;
        font-size: 16px;
        padding-bottom: 15px; }
      .page-news section.content article blockquote {
        padding: 10px 50px;
        margin: 0 0px 20px;
        font-size: 17.5px;
        border-left: none; }
        .page-news section.content article blockquote:before, .page-news section.content article blockquote:after {
          content: ''; }
        .page-news section.content article blockquote p {
          font-size: 16px;
          color: #0076a2;
          font-family: 'open_sansbold_italic';
          padding-bottom: 0; }
      .page-news section.content article a.view-article {
        display: none; }
      .page-news section.content article a.readmore {
        display: block;
        width: 135px;
        margin: 15px 0 0;
        padding: 10px 20px;
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 11px;
        background-color: #363636;
        border-radius: 3px;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear; }
        .page-news section.content article a.readmore:hover, .page-news section.content article a.readmore:active {
          background-color: #0494ca; }
    .page-news section.content .pagination {
      padding-bottom: 110px; }
      .page-news section.content .pagination .page-numbers {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 3px;
        border: 1px solid #eaeaea;
        color: #9b9b9b;
        float: left;
        text-align: center; }
        .page-news section.content .pagination .page-numbers.current, .page-news section.content .pagination .page-numbers:hover {
          border: 1px solid #bbbbbb;
          color: #000; }
        .page-news section.content .pagination .page-numbers.prev, .page-news section.content .pagination .page-numbers.next {
          font-family: 'Glyphicons Halflings';
          font-size: 8px; }
        .page-news section.content .pagination .page-numbers.next:before {
          content: '\e080'; }
        .page-news section.content .pagination .page-numbers.prev:before {
          content: '\e079'; }
  .page-news section.side {
    float: left;
    width: 25%;
    margin-left: 80px;
    max-width: 250px;
    overflow: hidden; }
    .page-news section.side h3 {
      text-transform: none;
      color: #949494 !important;
      letter-spacing: 0;
      font-size: 15px;
      width: 100%;
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 6px;
      margin-bottom: 30px;
      font-weight: 400 !important;
      font-family: 'open_sanssemibold'; }
    .page-news section.side .widget_search {
      margin-top: 20px;
      margin-bottom: 50px; }
      .page-news section.side .widget_search form:before {
        content: ''; }
      .page-news section.side .widget_search form label {
        display: none; }
      .page-news section.side .widget_search form div {
        position: relative; }
        .page-news section.side .widget_search form div input[type="text"] {
          width: 100%;
          padding: 10px 10px;
          border-radius: 0;
          border: none;
          border-bottom: 1px solid #eaeaea;
          font-size: 11px;
          font-family: 'open_sansregular';
          font-weight: normal;
          font-style: normal;
          color: #aaa;
          letter-spacing: 1px;
          text-transform: uppercase; }
          .page-news section.side .widget_search form div input[type="text"]:focus, .page-news section.side .widget_search form div input[type="text"]:hover, .page-news section.side .widget_search form div input[type="text"]:active {
            border: none !important;
            border-bottom: 1px solid #0494ca !important; }
        .page-news section.side .widget_search form div .submit {
          position: absolute;
          top: 0;
          right: 0;
          background: none;
          height: 100%;
          width: auto;
          color: #aaa;
          cursor: pointer;
          font-size: 13px;
          padding: 10px;
          border: none; }
    .page-news section.side .widget_categories {
      margin-bottom: 50px; }
      .page-news section.side .widget_categories ul {
        list-style: none;
        list-style-type: none;
        padding-left: 0; }
        .page-news section.side .widget_categories ul li {
          margin-bottom: 12px; }
          .page-news section.side .widget_categories ul li a {
            color: #565656;
            font-size: 13px;
            font-family: 'open_sansregular'; }
            .page-news section.side .widget_categories ul li a:hover {
              color: #0494ca; }
          .page-news section.side .widget_categories ul li.current-cat > a {
            color: #0494ca; }
          .page-news section.side .widget_categories ul li ul {
            margin-top: 12px;
            padding-left: 18px; }
            .page-news section.side .widget_categories ul li ul li a {
              font-weight: normal;
              color: #919191; }
              .page-news section.side .widget_categories ul li ul li a:hover {
                color: #0494ca; }
            .page-news section.side .widget_categories ul li ul li.current-cat a {
              color: #0494ca; }
    .page-news section.side .widget_taxonomy_list_widget {
      margin-bottom: 50px; }
      .page-news section.side .widget_taxonomy_list_widget h3 {
        margin-bottom: 20px; }
      .page-news section.side .widget_taxonomy_list_widget ul {
        list-style: none;
        list-style-type: none;
        padding-left: 0; }
        .page-news section.side .widget_taxonomy_list_widget ul li {
          margin: 0 0 0 0;
          float: left; }
          .page-news section.side .widget_taxonomy_list_widget ul li a {
            display: block;
            margin: 0 5px 5px 0;
            padding: 7px 8px;
            color: #565656;
            letter-spacing: 0px;
            font-size: 11px;
            border: 1px solid #eaeaea;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
            .page-news section.side .widget_taxonomy_list_widget ul li a:hover {
              border: 1px solid #04A4CC; }
        .page-news section.side .widget_taxonomy_list_widget ul:after {
          content: '';
          display: block;
          clear: both; }
    .page-news section.side .widget_recent_entries,
    .page-news section.side .recent-posts-widget-with-thumbnails {
      margin-bottom: 50px; }
      .page-news section.side .widget_recent_entries h3,
      .page-news section.side .recent-posts-widget-with-thumbnails h3 {
        margin-bottom: 20px; }
      .page-news section.side .widget_recent_entries ul,
      .page-news section.side .recent-posts-widget-with-thumbnails ul {
        list-style: none;
        list-style-type: none;
        padding-left: 0; }
        .page-news section.side .widget_recent_entries ul li,
        .page-news section.side .recent-posts-widget-with-thumbnails ul li {
          margin: 0 0 0 0;
          padding: 10px 10px 10px 0;
          border-bottom: 1px dotted #eaeaea; }
          .page-news section.side .widget_recent_entries ul li a img,
          .page-news section.side .recent-posts-widget-with-thumbnails ul li a img {
            float: left;
            width: 70px;
            height: 70px;
            min-width: 70px;
            max-width: 70px !important;
            margin-right: 10px; }
          .page-news section.side .widget_recent_entries ul li a span.post-title,
          .page-news section.side .recent-posts-widget-with-thumbnails ul li a span.post-title {
            color: #000;
            font-weight: normal;
            font-size: 12px;
            margin-top: 5px;
            display: block;
            margin-left: 70px;
            overflow: hidden !important; }
          .page-news section.side .widget_recent_entries ul li a span.post-date,
          .page-news section.side .recent-posts-widget-with-thumbnails ul li a span.post-date {
            color: #aaa;
            font-size: 12px;
            white-space: nowrap;
            display: block;
            margin-left: 80px; }
          .page-news section.side .widget_recent_entries ul li a:after,
          .page-news section.side .recent-posts-widget-with-thumbnails ul li a:after {
            content: '';
            display: block;
            clear: both; }
        .page-news section.side .widget_recent_entries ul:after,
        .page-news section.side .recent-posts-widget-with-thumbnails ul:after {
          content: '';
          display: block;
          clear: both; }

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.page-contact {
  display: block;
  margin: -6rem -15px 0 -15px; }
  .page-contact div.content, .page-contact div.image {
    display: block;
    padding: 0px; }
  .page-contact div.image {
    width: 100%;
    height: 380px; }
    .page-contact div.image div {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat; }
  .page-contact div.content {
    width: 100%;
    height: 50%;
    padding: 6%; }
    .page-contact div.content h1 {
      margin-top: 50px;
      font-size: 42px;
      font-family: 'open_sansregular';
      color: #000; }
      .page-contact div.content h1:first-child {
        margin-top: 0; }
    .page-contact div.content h2 {
      font-size: 21px;
      font-family: "open_sansregular";
      color: #0076A3;
      margin: 0px 0px 20px;
      line-height: 1.5; }
    .page-contact div.content p {
      font-size: 15px;
      font-family: "open_sansregular";
      color: #58595B;
      padding: 0px 0px 20px;
      margin: 0 0 0 0;
      line-height: 1.7; }
      .page-contact div.content p strong {
        color: #000;
        font-family: "open_sansbold";
        font-weight: normal; }
      .page-contact div.content p a {
        font-size: 14px;
        font-family: "open_sansregular";
        color: #0494CA;
        text-decoration: none; }
    .page-contact div.content .col-md-3 {
      padding-left: 0 !important; }
    .page-contact div.content .gform_wrapper {
      margin-top: 20px; }
    .page-contact div.content form label {
      display: none !important; }
    .page-contact div.content form ul {
      list-style: none;
      list-style-type: none;
      margin: 0 !important;
      padding: 0 !important; }
    .page-contact div.content form li {
      float: left;
      width: 50%;
      clear: none;
      margin-bottom: 15px; }
      .page-contact div.content form li input,
      .page-contact div.content form li select {
        height: 40px; }
      .page-contact div.content form li select {
        height: 40px;
        padding: 10px 10px !important;
        background: url("../img/dropdown-arrow.png") no-repeat scroll 97% center/13px auto transparent;
        -moz-appearance: none; }
      .page-contact div.content form li input,
      .page-contact div.content form li select,
      .page-contact div.content form li textarea {
        width: 95% !important;
        margin: 0 0 0 0 !important;
        padding: 10px 15px;
        border-radius: 0;
        border: 1px solid #e6e6e6;
        font-size: 13px;
        font-family: 'open_sansregular';
        font-weight: normal;
        font-style: normal;
        color: #aaa;
        text-transform: none !important; }
        .page-contact div.content form li input.active,
        .page-contact div.content form li select.active,
        .page-contact div.content form li textarea.active {
          border: 1px solid #00bff3 !important; }
      .page-contact div.content form li#field_1_5 {
        width: 100%; }
        .page-contact div.content form li#field_1_5 textarea {
          width: calc(100% - 20px) !important; }
      .page-contact div.content form li#field_1_7 {
        width: 100% !important; }
        .page-contact div.content form li#field_1_7 input {
          width: calc(100% - 20px) !important; }
      .page-contact div.content form li#field_1_12 {
        float: none; }
    .page-contact div.content form .gfield_error input,
    .page-contact div.content form .gfield_error select,
    .page-contact div.content form .gfield_error textarea {
      border: 1px solid #790000 !important; }
    .page-contact div.content form .validation_message {
      display: none !important; }
    .page-contact div.content form .validation_error {
      margin-bottom: 20px;
      font-weight: bold;
      margin-top: 20px;
      color: #790000; }
    .page-contact div.content form img {
      width: 30px !important;
      min-width: 30px !important;
      max-width: 30px !important; }
    .page-contact div.content form input[type="submit"] {
      height: 40px;
      width: 130px;
      background: none repeat scroll 0% 0% #8AC53E;
      color: #FFF;
      cursor: pointer;
      font-size: 16px;
      font-family: 'open_sanssemibold';
      border: none; }

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .page-contact div.content form ul li input,
  .page-contact div.content form ul li select,
  .page-contact div.content form ul li textarea {
    padding: 10px 15px !important; } }
/*------------------------------------*\
    BODY
\*------------------------------------*/
body {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  /*overflow-x: hidden;*/ }
  body main {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: 100%;
    padding: 6rem 0 0 0;
    overflow: hidden; }
    body main #logo {
	  display: none;
/*       display: block; */
      position: absolute;
      top: 0;
      right: 0;
      /*
      			right: 60px;
      			right:$sidebar-block-width;
      */
      height: 6rem;
      padding: 20px 30px;
      padding: 1.8rem 3rem;
      z-index: 100; }
      body main #logo img {
        display: block;
        position: relative;
        height: 24px;
        height: 2.4rem;
        width: auto; }


body.page_machines {
	display:block;
	height:auto;
}

body.page_machines main {
	display:block;
	height:auto;
}

body.topMenu main {
	padding-top:95px;
}

body.topMenu .main:before {
	display: none;
}

body.topMenu .page-home .heading {
	margin-top:100px;
}

body.topMenu .page-home .background {
	height:calc(100% - 95px);
	top:95px;
}

body.topMenu .page-contact {
	margin-top:0px;
}

body.topMenu .page-news h1 {
	margin-top: 40px;
}

body.topMenu .expand {
	height:auto;
}

body.topMenu main.has-footer {
	padding-bottom: 0px;
}

/*------------------------------------*\
    BODY > LOGOS
\*------------------------------------*/
body.page_home main #logo,
body.page_machines main #logo,
body.page_software main #logo,
body.page_brands main #logo {
  /*
  	left: 0;
  	right: auto;
  */ }

/*------------------------------------*\
    BODY > WRAPPER
\*------------------------------------*/
.wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  display: table; }

/*------------------------------------*\
    BODY > CONTAINER
\*------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 1024px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.section-inner {
  height: 100%; }

/*------------------------------------*\
    BODY > ROWS
\*------------------------------------*/
.row {
  position: relative;
  display: block;
  z-index: 10; }

.row > .no-padding {
  padding: 0; }

.row > .border-right {
  border-right: 1px solid #ebebeb; }

.row > .content {
  padding-top: 5rem;
  padding-bottom: 3rem; }

.row > .content > *:first-child {
  margin-top: 0; }

.row > .image {
  padding-left: 3rem; }

.row > .col {
  height: 100%;
  position: relative;
  display: block; }

.expand {
  height: 100%; }

article > .row.expand {
  border-top: 1px solid #EBEBEB; }

/*------------------------------------*\
    BODY > NAV
\*------------------------------------*/
.nav-pills {
  margin-bottom: 1rem !important; }

.nav-pills > li > a {
  color: #444;
  font-size: 1.3rem;
  padding: 0.5rem 1.4rem;
  float: left; }

.nav-pills > li:after {
  content: '|';
  color: #e2e2e2;
  font-size: 1.2rem;
  float: left;
  margin-top: 7px; }

.nav-pills > li > a:hover {
  color: #0194ca; }

.nav-pills > li:first-child > a {
  border-left-color: transparent;
  padding-left: 0; }

.nav-pills > li:last-child:after {
  content: ''; }

/*------------------------------------*\
    BODY > TABS
\*------------------------------------*/
.nav-tabs {
  background-color: #f7f7f7; }

.nav-tabs > li > a {
  font-family: 'open_sanssemibold';
  font-size: 1.2rem;
  color: #444;
  margin-right: 0;
  border-left-color: #ffffff;
  border-right-color: #ffffff; }

.nav-tabs > li.active {
  color: #0194ca; }

.nav-tabs > li:first-child > a {
  border-left-color: transparent; }

.nav-tabs > li:last-child > a {
  border-right-color: transparent; }

.tab-content {
  padding: 2rem 0 3rem 0; }

/*------------------------------------*\
    BODY > CAROUSEL
\*------------------------------------*/
.slider {
  height: 100%;
  position: relative;
  overflow: hidden; }

.slider ul.slides {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0px !important;
  margin: 0px !important;
  list-style: none !important; }

.slider ul.slides li {
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.slider .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9998;
  height: 600px;
  padding: 0 !important; }

.slider .flex-direction-nav a {
  display: block;
  width: 120px;
  height: 600px;
  line-height: 600px;
  color: #313131;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none !important;
  text-align: center;
  right: 0;
  padding-right: 60px; }

.slider .flex-direction-nav li {
  margin-bottom: 0;
  float: left; }

.slider .flex-direction-nav a.flex-prev {
  float: left;
  right: inherit;
  padding-right: 0;
  padding-left: 60px; }

.slider .flex-direction-nav a:hover,
.slider .flex-direction-nav a.flex-active {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.slider .flex-direction-nav a:before {
  font-size: 26px; }

.carousel .item, .carousel .active, .carousel .carousel-inner {
  height: 100%;
  margin-bottom: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

.background {
  z-index: 0 !important; }

.carousel-inner {
  padding: 0;
  margin-bottom: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.carousel-indicators {
  bottom: 2rem; }

.carousel-indicators li {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  opacity: 0.7;
  background-color: #fff;
  border: 0;
  margin-left: 1rem; }

.carousel-indicators li.active {
  width: 2rem;
  height: 2rem;
  opacity: 1;
  margin-left: 1rem; }

.carousel-indicators li:first-child {
  margin-left: 0; }

.carousel-control {
  font-size: 3rem; }

.carousel-control.left .glyphicon {
  margin-left: -3rem; }

.carousel-control.right .glyphicon {
  margin-right: -3rem; }

.carousel-control .glyphicon {
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  font-size: 6rem; }

.carousel-fade .carousel-inner {
  position: relative; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  visibility: hidden;
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.carousel-fade .carousel-inner .active {
  opacity: 1;
  visibility: visible;
  display: block !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }


/* Machine Category */

main.machine {
    background:#d0d7e0;
}

main.machine h2 {
     color:#000;
     margin-top:0px;
     margin-bottom:20px;
}

main.machine .container {
    max-width: 1110px;
    width:100%;
}

main.machine section {
    float:left;
    width: 100%;
    margin-bottom:60px;
}

main.machine .container h1 {
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 40px;
}

main.machine .container .text {
    text-align: center;
    float:left;
    width:100%;
    margin-bottom: 70px;
}

section.hero {
    float:left;
    width:100%;
    /*height:46vw;*/
    position:relative;
}

section.hero .container {
    position:relative;
    z-index: 2;
    padding-top:70px;
}

section.hero span.bg {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:70%;
    z-index: 1;
    background-image:url(../img/hero-bg.png);
    background-position: center top;
}

section.machineDescription ul {
    padding-left:15px;
}

section.machineDescription ul li {
    margin-bottom: 0px;
}

section.machineDescription ol {
    padding-left:18px;
}

section.machinesBlock {
    margin-bottom: 0px !important;
}

section.machinesBlock .columns {
    float:left;
    width:100%;
}

section.machinesBlock .columns a {
    float:left;
    width:calc(33.33% - 20px);
    margin-left: 30px;
    margin-bottom:30px;
    text-align: center;
    background:#fff;
}

section.machinesBlock .columns a:nth-child(3n+1) {
    clear:both;
    margin-left:0px;
}

section.machinesBlock .columns a .image {
    background-size:cover;
    background-position:center;
    padding-bottom:60%;
    float:left;
    width:100%;
}

section.machinesBlock .columns a .detail {
    float:left;
    width:100%;
    background:#fff;
    padding:30px;
    text-align: center;
}

section.machinesBlock .columns a .detail .title {
    float:left;
    width: 100%;
    font-size: 21px;
    font-weight:300;
    color:#0394c9;
    margin-bottom: 20px;
}

section.machinesBlock .columns a .detail .sub {
    float:left;
    width: 100%;
    color:#000;
    font-size: 16px;
    margin-bottom: 20px;
}

section.machinesBlock .columns a .detail .link {
    float:left;
    width: 100%;
    color:#0394c9;
    text-decoration: underline;
}

section.callTo a {
    float:left;
    width: 100%;
    background:#0394c9;
    text-align: center;
    color:#fff;
    padding:12px;
}

section.servicesBlock .text {
    margin-bottom: 40px !important;
}

section.servicesBlock .columns {
    float:left;
    width:100%;
}

section.servicesBlock .columns .column {
    float:left;
    width:calc(25% - 22.5px);
    margin-left: 30px;
    margin-bottom:30px;
    padding:30px;
    text-align: center;
    border:1px solid #b0b7c0;
    color:#000;
}

section.servicesBlock .columns .column:nth-child(4n+1) {
    clear:both;
    margin-left:0px;
}

section.servicesBlock .columns .column .image {
    float:left;
    width: 100%;
    padding-bottom: 66%;
    background-size:cover;
    background-position: center;
    margin-bottom: 25px;
}

section.servicesBlock.experts .columns .column .image {
    padding-bottom:120%;
}

section.servicesBlock .columns .column .title {
    float:left;
    width: 100%;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 300;
}

section.servicesBlock .columns .column .sub {
    margin-top: 20px;
    float:left;
    width: 100%;
}

section.featureVideo .container {
    max-width: 920px;
}

section.featureVideo .video {
    float:left;
    width: 100%;
}

section.featureVideo .text {
    margin-bottom:40px !important;
}

section.contactBlock .container {
    max-width: 920px;
}

section.contactBlock .text {
    margin-bottom:40px !important;
}

section.testimonials .text {
    margin-bottom:40px !important;
}

section.testimonials .columns {
    float:left;
    width:100%;
}

section.testimonials .columns .column {
    float:left;
    width:calc(33.33% - 20px);
    margin-left: 30px;
    margin-bottom:30px;
    padding:50px;
    text-align: center;
    background:#c5ccd5;
}

section.testimonials .columns .column:nth-child(3n+1) {
    clear:both;
    margin-left:0px;
}

section.testimonials .columns .column .text {
    margin-bottom: 20px !important;
}

section.testimonials .columns .column .credit {
    float:left;
    width: 100%;
    padding-top:20px;
    position: relative;
}

section.testimonials .columns .column .credit span {
    float:left;
    width: 100%;
}

section.testimonials .columns .column .credit:before {
    width:96px;
    height:2px;
    position:absolute;
    left:50%;
    margin-left:-48px;
    background:#0394c9;
    top:0px;
    content:'';
}

section.testimonials .columns .column .credit span.company {
    font-weight: 600;
}


/* Header */

header {
	background:#000;
	height:95px;
	float:left;
	width:100%;
	position: fixed;
	z-index: 999;
	min-width:1024px;
}

header .top {
	float:left;
	width: 100%;
	height:35px;
	background:#fff;
}

header .top > ul {
	float:right;
	list-style: none;
}

header .top > ul > li {
	float:left;
	position: relative;
}

header .top > ul > li > a {
	padding:0px 20px;
	line-height: 35px;
	text-transform: uppercase;
	color:#333;
	font-size: 12px;
	float:left;
	font-family: 'Open Sans';
}

header .top > ul > li:hover > a {
	background:#293345;
	color:#fff;
}

header .top > ul > li:hover ul {
	display: block;
}

header .top > ul > li > ul {
	position: absolute;
	top:35px;
	right:0;
	background:#fff;
	box-shadow: 0px 0px 2px #ccc;
	list-style: none;
	width: 300px;
	padding:20px 20px;
}

header .top > ul > li > ul:before {
	position: absolute;
	top:-6px;
	right:40px;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	content:'';
	border-color: transparent transparent #ffffff transparent;
}

header .top > ul > li > ul li {
	background: #fff;
	float:left;
	width: 100%;
}

header .top > ul > li > ul a {
	background: #fff;
	font-size: 12px;
	color:#000;
	float:left;
	width: 100%;
	font-family: 'Open Sans';
	line-height: 1.3;
}

header .top > ul > li > ul a:hover {
	color:#0494CA;
}

header .top > ul ul {
	display: none;
	z-index: 99;
}

header .top > ul ul li:last-child {
	margin-bottom: 0px;
}

header .main {
	float:left;
	width: 100%;
	height:60px;
}

header ul.nav {
	float:left;
	margin-right: 10px;
}

header ul.nav ul {
	display: none;
}

header ul.nav > li > ul {
	position: absolute;
	top:60px;
	left:50%;
	margin-left:-150px;
	background:#fff;
	box-shadow: 0px 0px 2px #ccc;
	list-style: none;
	width: 300px;
	padding:20px 20px;
	z-index: 99;
}

header ul.nav > li > ul li ul {
	padding-left:15px;
}

header ul.nav > li:hover ul {
	display: block;
}

header ul.nav li {
	float:left;
	margin-bottom: 0px;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

header ul.nav li.brands_menu ul {
	width:300px;
	margin-left:-150px;
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

header ul.nav li.brands_menu ul li {
	/*float:left;
	width: 33.33%;*/
	float:none;
	width: auto;
}

header ul.nav li.machines > ul {
	width: 100vw;
	margin-left:0vw;
	position: fixed;
	top:95px;
	z-index: 99;
	left: 0px;
	padding-bottom: 0px;
	padding-left:5%;
	padding-right:5%;
}

header ul.nav li.machines > ul > li {
	float:left;
	width:16.66%;
	padding-right: 20px;
}

header ul.nav li.machines > ul > li p {
	font-size: 13px;
	margin-bottom: 5px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
    float:left;
    width:100%;
    line-height: 1.2;
}

header ul.nav li.machines > ul > li p a {
    font-size: 13px !important;
    font-family: 'Open Sans';
    line-height: 1.2;
}

header ul.nav li.machines > ul > li ul {
	padding: 0px;
	margin-bottom: 20px;
}

header ul.nav li.machines:before {
	content: '';
}

header ul.nav li a {
	float:left;
	line-height: 60px;
	padding:0px 15px;
	color:#fff;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Open Sans';
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

@media screen and (max-width: 1280px) {
	header ul.nav li a {
		padding:0px 10px;
	}
}

header ul.nav li a span {
	display: none;
}

header ul.nav li li {
	float:left;
	width: 100%;
	margin-bottom: 0px;
}

header ul.nav li li:last-child {
	margin-bottom: 0px;
}

header ul.nav li li a {
	background: #fff;
	font-size: 12px;
	color:#000;
	float:left;
	width: 100%;
	font-family: 'Open Sans';
	line-height: 1.8;
	padding:0px;
	text-transform: capitalize;
}

header ul.nav li li a:hover {
	color:#0494CA;
}

header ul.nav li a:focus {
	/*background:#000;*/
}

header ul.nav > li:hover > a {
	background:#293345;
}

header ul.nav > li:hover:after {
	opacity:1;
}

header ul.nav li:after {
	position: absolute;
	bottom:0px;
	left:50%;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	content:'';
	border-color: transparent transparent #ffffff transparent;
	opacity: 0;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

header ul.nav li ul ul {
	list-style: none;
	float:left;
	width: 100%;
	padding-left:0px;
	/*margin-top: 4px;
	margin-bottom: 6px;*/
}

header a.logo {
	float:left;
	width: auto;
	height:calc(100% - 16px);
	padding:0px 30px;
	margin-top: 16px;
}

header a.logo img {
	height:26px;
	width: auto;
}

header a.phone {
	float:left;
	height:60px;
	line-height: 60px;
	color:#fff;
	padding:0px 20px;
	background:#0494ca;
	font-size: 18px;
	font-weight: bold;
}

header a.phone span {
	padding-right: 10px;
}

header .main .right {
	float:right;
}

header .main .searchBlock {
	float:left;
	background-image: url("../img/search-icon.png");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    content: " ";
    width: 30px;
    z-index: 98;
    height:60px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

form.searchForm.header {
	position: fixed;
	top:35px;
	right:0px;
	height:60px;
	padding:0px 0px;
	width:186px;
	display: none;
}

form.searchForm.header button {
	display: none;
}

form.searchForm.header input[type=text] {
	/*display: none;*/
	border:0px;
	width: 100%;
	padding:8px 15px;
	height:60px;
	background:#eee;
}

form.searchForm.header input[type=text]:hover,
form.searchForm.header input[type=text]:active,
form.searchForm.header input[type=text]:focus {
	border:0px !important;
}

/*------------------------------------*\
    MENU (LEFT)
\*------------------------------------*/
#wpmenu,
#wpmenu ul,
#wpmenu ul li,
#wpmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a.menuLogo {
	float: left;
	width: 100%;
	height: 77px;
	padding: 24px 40px;
	background-color: #000;
	cursor: pointer;
	position: relative;
	z-index: 1000;
}

a.menuLogo img {
	float: left;
	width: 170px;
	height: auto;
	min-width: auto;
}

#wpmenu {
  width: 45px;
  color: #a6a6a6;
  height: 100%;
  display: table-cell;
  position: relative;
  background-color: #262626 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out; }

#wpmenu.expanded {
  width: 250px; }

#wpmenu.expanded > ul {
  width: 250px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out; }


#wpmenu.expanded .searchBlock {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 999;
/* 	display: none; */

	padding: 0 20px 0 15px;
}

#wpmenu.expanded .searchBlock .searchForm {
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
	display: block;
	border-bottom: 1px solid #363636;
}

#wpmenu.expanded .searchBlock .searchForm input[type="text"] {
	float: left;
	width: 100%;
	height: 43px;
	box-shadow: none;
	border: none !important;
	padding-left: 44px;
	position: relative;
	background-color: transparent;

}

#wpmenu.expanded .searchBlock .searchForm input[type="text"]:hover {
	border: none !important;
}

#wpmenu.expanded .searchBlock .searchForm::before {
	position: absolute;
	content: ' ';
	left: 10px;
	top: 11px;
	background-image: url('../img/search-icon.png');
	background-repeat: no-repeat;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	z-index: 99;
}

#wpmenu.expanded .searchBlock .searchForm button.icon.search.submit {
	display: none;
}

#wpmenu.expanded .searchBlock .searchForm button.icon.search.submit::before {
	display: none;
}

#wpmenu.expanded .searchBlock .searchForm button.icon.search.submit:hover {
	background-color: #404040;
}




#wpmenu > ul::before {
  display: none;
/*   display: block; */
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  content: '';
  background: none repeat scroll 0% 0% #262626; }

#wpmenu > ul > li > ul {
/*   margin-left: 45px; */
	margin-left: 0px;
}

#wpmenu > ul > li.active > ul {
  display: block; }

#wpmenu > ul {
/*   width: 45px; */
  overflow: hidden;
/*   height: calc(100% - 331px); */
  height: calc(100% - 382px);
  vertical-align: top;
  position: relative;
/*   top: 0; */
  top: 0px;
  bottom: 0;
  white-space: nowrap;
  font-size: 14px;
  font-family: 'open_sansregular';
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 0 0 15px;

   }

#wpmenu > ul > li {
/*   border-bottom: 1px solid #383838; */ }

#wpmenu > ul > li > a > span.icon {
  width: 45px;
  height: 45px;
  display: none;
/*   display: block; */
  float: left;
  margin-right: 4px;
  color: #8c8c8c;
  text-align: center;
  font-size: 22px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

#wpmenu > ul > li > a > span.icon.main {
  color: #fff;
  font-size: 16px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  position: relative; }

#wpmenu > ul > li > a > span.icon.main:before {
  content: '\f0c9';
  font-family: "fontawesome"; }

#wpmenu.expanded > ul > li > a > span.icon.main {
  color: #8c8c8c;
  font-size: 21px; }

#wpmenu.expanded > ul > li > a > span.icon.main:before {
  content: '\00d7';
  font-family: "fontawesome";
  position: absolute;
  top: 11px;
  left: 11px; }

#wpmenu > ul > li.active > a > span.icon {
  color: #fff; }

#wpmenu > ul > li > a.icon:before {
  display: none; }

 /*

#wpmenu > ul > li.open > a {
*/
#wpmenu > ul > li > a {
  font-family: 'open_sanssemibold'; }

#wpmenu > ul > li.active > a {
  font-family: 'open_sanssemibold'; }

#wpmenu li.open > a,
#wpmenu li.open > a span {
  color: #fff !important; }

#wpmenu li.active > a,
#wpmenu li.active > a span {
  color: #fff !important; }

#wpmenu ul ul ul li.active > a,
#wpmenu ul ul ul li.active > a span {
  color: #00b9ff !important; }

#wpmenu ul li:not(.machines_menu) ul li.active > a,
#wpmenu ul li:not(.machines_menu) ul li.active > a span {
  color: #00b9ff !important; }

#wpmenu li.services_menu li.open > a,
#wpmenu li.about_menu li.open > a {
  color: #00b9ff !important; }

#wpmenu > ul > li > a {
  white-space: nowrap;
  padding: 0 10px 0 0;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  height: 30px;
/*   height: 45px; */
  line-height: 30px;
/*   line-height: 45px; */
  color: #cccccc;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

#wpmenu > ul > li > ul > li.has-sub:first-child > a {
  padding-top: 0; }

#wpmenu > ul > li > a:hover {
  color: #fff !important; }

#wpmenu > ul > li > a:hover span {
  color: #fff !important; }

/*
#wpmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
// 	background: #000;
	content: ">";
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
*/
/*
#wpmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 23px;
	display: block;
	width: 10px;
	height: 2px;
	background: #000;
	content: "<";
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
*/
/*
#wpmenu ul > li.has-sub.open > a:after,
#wpmenu ul > li.has-sub.open > a:before {
*/
#wpmenu ul > li.has-sub > a span.direction {
  display: inline-block;
  margin-left: 0; }

#wpmenu ul > li.has-sub > a span.direction img {
  width: 19px;
  height: 19px;
  display: inline-block; }

#wpmenu ul > li.has-sub ul li > a span.direction {
  width: 17px;
  height: 17px; }

#wpmenu ul > li.has-sub ul li > a span.direction img {
  width: 17px;
  height: 17px; }

#wpmenu ul > li.has-sub.open > a span.direction {
  margin-left: 2px; }

#wpmenu ul > li.has-sub.open > a span.direction {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

#wpmenu ul ul li a {
/*   padding: 1px 7px; */
  padding: 1px 0px;
  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  text-decoration: none;
  font-family: 'open_sansregular';
  color: #8c8c8c;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  line-height: 1.5; }

#wpmenu ul ul ul li a {
  padding-left: 17px;
  text-transform: none;
  color: #a6a6a6; }

#wpmenu ul ul li a:hover {
/*   color: #fff; */
  color: #00b9ff; }

#wpmenu ul ul > li.has-sub > a:after {
  display: none;
  top: 6px;
  right: 26px;
  background: #636363;
  content: '>'; }

/*
#wpmenu ul ul > li > a:before {
	display: none;
	top: 10px;
	background: #636363;
}
*/
#wpmenu ul ul {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

#wpmenu ul > li.active > ul.None,
#wpmenu ul > li.active > ul.None li {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

#wpmenu ul > li.has-sub.open > ul,
#wpmenu ul.slideDown {
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
  padding: 10px 0 10px 0px; }

#wpmenu ul.slideDown ul.slideDown {
  padding: 10px 0 10px 0px !important; }

#wpmenu ul > li.has-sub.open > ul > li,
#wpmenu ul.slideDown > li {
  opacity: 1; }

#wpmenu ul ul li {
  opacity: 0; }

#wpmenu ul ul li.open ul {
  padding: 7px 0 10px 0 !important; }

#wpmenu ul ul.slideDown li:nth-child(1) {
  -webkit-transition: opacity 0.4s ease 0.125s;
  transition: opacity 0.4s ease 0.125s; }

#wpmenu ul ul.slideDown li:nth-child(2) {
  -webkit-transition: opacity 0.4s ease 0.25s;
  transition: opacity 0.4s ease 0.25s; }

#wpmenu ul ul.slideDown li:nth-child(3) {
  -webkit-transition: opacity 0.4s ease 0.375s;
  transition: opacity 0.4s ease 0.375s; }

#wpmenu ul ul.slideDown li:nth-child(4) {
  -webkit-transition: opacity 0.4s ease 0.5s;
  transition: opacity 0.4s ease 0.5s; }

#wpmenu ul ul.slideDown li:nth-child(5) {
  -webkit-transition: opacity 0.4s ease 0.625s;
  transition: opacity 0.4s ease 0.625s; }

#wpmenu ul ul.slideDown li:nth-child(6) {
  -webkit-transition: opacity 0.4s ease 0.75s;
  transition: opacity 0.4s ease 0.75s; }

#wpmenu ul ul.slideDown li:nth-child(7) {
  -webkit-transition: opacity 0.4s ease 0.875s;
  transition: opacity 0.4s ease 0.875s; }

#wpmenu ul ul.slideDown li:nth-child(8) {
  -webkit-transition: opacity 0.4s ease 1s;
  transition: opacity 0.4s ease 1s; }

#wpmenu ul ul.slideDown li:nth-child(9) {
  -webkit-transition: opacity 0.4s ease 1.125s;
  transition: opacity 0.4s ease 1.125s; }

#wpmenu ul ul.slideDown li:nth-child(10) {
  -webkit-transition: opacity 0.4s ease 1.25s;
  transition: opacity 0.4s ease 1.25s; }

#wpmenu ul ul.slideDown li:nth-child(11) {
  -webkit-transition: opacity 0.4s ease 1.375s;
  transition: opacity 0.4s ease 1.375s; }

#wpmenu ul ul.slideDown li:nth-child(12) {
  -webkit-transition: opacity 0.4s ease 1.5s;
  transition: opacity 0.4s ease 1.5s; }

#wpmenu ul ul.slideDown li:nth-child(13) {
  -webkit-transition: opacity 0.4s ease 1.625s;
  transition: opacity 0.4s ease 1.625s; }

#wpmenu ul ul.slideDown li:nth-child(14) {
  -webkit-transition: opacity 0.4s ease 1.75s;
  transition: opacity 0.4s ease 1.75s; }

#wpmenu ul ul.slideDown li:nth-child(15) {
  -webkit-transition: opacity 0.4s ease 1.875s;
  transition: opacity 0.4s ease 1.875s; }

#wpmenu ul ul.slideDown li:nth-child(16) {
  -webkit-transition: opacity 0.4s ease 2s;
  transition: opacity 0.4s ease 2s; }

#wpmenu ul ul.slideDown li:nth-child(17) {
  -webkit-transition: opacity 0.4s ease 2.125s;
  transition: opacity 0.4s ease 2.125s; }

#wpmenu ul ul.slideDown li:nth-child(18) {
  -webkit-transition: opacity 0.4s ease 2.25s;
  transition: opacity 0.4s ease 2.25s; }

#wpmenu ul ul.slideDown li:nth-child(19) {
  -webkit-transition: opacity 0.4s ease 2.375s;
  transition: opacity 0.4s ease 2.375s; }

#wpmenu ul ul.slideDown li:nth-child(20) {
  -webkit-transition: opacity 0.4s ease 2.5s;
  transition: opacity 0.4s ease 2.5s; }

#wpmenu ul ul.slideDown li:nth-child(21) {
  -webkit-transition: opacity 0.4s ease 2.625s;
  transition: opacity 0.4s ease 2.625s; }

#wpmenu ul ul.slideDown li:nth-child(22) {
  -webkit-transition: opacity 0.4s ease 2.75s;
  transition: opacity 0.4s ease 2.75s; }

#wpmenu ul ul.slideDown li:nth-child(23) {
  -webkit-transition: opacity 0.4s ease 2.875s;
  transition: opacity 0.4s ease 2.875s; }

#wpmenu ul ul.slideDown li:nth-child(24) {
  -webkit-transition: opacity 0.4s ease 3s;
  transition: opacity 0.4s ease 3s; }

#wpmenu ul ul.slideDown li:nth-child(25) {
  -webkit-transition: opacity 0.4s ease 3.125s;
  transition: opacity 0.4s ease 3.125s; }

#wpmenu ul ul.slideDown li:nth-child(26) {
  -webkit-transition: opacity 0.4s ease 3.25s;
  transition: opacity 0.4s ease 3.25s; }

.align-right {
  float: right; }

select::-ms-expand {
  display: none; }

/* temp in-page sub-menu */
ul.inpage-subgroups li {
  text-decoration: underline;
  padding: 6px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before, .nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 0.8rem 1.4rem; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  /*background-color: #fff;*/ }

.nav > li.disabled > a {
  color: #999; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff;
  border-color: #428bca; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #fff; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0 0 0 0; }

.nav-tabs > li > a:hover {
  border-color: #fff #fff #fff; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #0194ca;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 0; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #0194ca;
  background-color: transparent; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none; }

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

#pagination {
	clear:both;
	float:left;
	width:100%;
	margin:40px 0px 60px;
	text-align: center;
}

#pagination a {
	line-height: 34px;
	height:36px;
	padding:0px 25px 0px;
	border:1px solid #0194ca;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
}

#pagination a span {
	padding-left: 10px;
}

/*------------------------------------*\
    SIDEBAR (RIGHT)
\*------------------------------------*/
div.sidebar {
  /*display: table-cell;*/
  position:fixed;
  width: 1px;
  background-color: white;
  height: 100%;
  top:0px;
  right:0px;
  /*position: relative;*/
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*display: none;*/}

  div.sidebar.selected {
    border-left: 1px solid #EBEBEB;

 }

aside#news {
    width:100%;
    height:100%;
}

aside#news .v-box {
    width:100%;
}

aside#news .subscribe {
    float:left;
    width:100%;
    top:0px;
    bottom:auto;
    position: relative !important;
}

  div.sidebar div.content {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    /*
    		&:after {
    			content: '';
    			position: absolute;
    			top: 0;
    			bottom: 0;
    			left: 0;
    			width: 1px;
    			overflow: hidden;
    		}
    */ }
    div.sidebar div.content aside {
      position: fixed;
      display: none;
      padding: 0;
      opacity: 1;
	  height:100%;
	  overflow:auto;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      /* transition-property: opacity;
      transition-duration: 0.2s;
      transition-timing-function: ease-out; */ }
      div.sidebar div.content aside:not(#search) {
        padding: 5px 10px; }
        div.sidebar div.content aside:not(#search) h3 {
          text-align: center;
          font-size: 20px; }
        div.sidebar div.content aside:not(#search) p {
          text-align: center;
          font-size: 1.3rem; }
        div.sidebar div.content aside:not(#search) input[type="text"],
        div.sidebar div.content aside:not(#search) select {
          height: 40px; }
        div.sidebar div.content aside:not(#search) select {
          height: 40px;
          padding: 10px 10px !important;
          background: url("../img/dropdown-arrow.png") no-repeat scroll 95% center/13px auto transparent;
          -moz-appearance: none; }
        div.sidebar div.content aside:not(#search) input,
        div.sidebar div.content aside:not(#search) select,
        div.sidebar div.content aside:not(#search) textarea {
          width: 100% !important;
          margin: 0 0 10px 0 !important;
          padding: 10px 15px;
          border-radius: 0;
          border: 1px solid #e6e6e6;
          font-size: 13px;
          font-family: 'open_sansregular';
          font-weight: normal;
          font-style: normal;
          color: #aaa;
          text-transform: none !important; }
          div.sidebar div.content aside:not(#search) input.active,
          div.sidebar div.content aside:not(#search) select.active,
          div.sidebar div.content aside:not(#search) textarea.active {
            border: 1px solid #00bff3 !important; }
        div.sidebar div.content aside:not(#search) input[type="submit"] {
          background: #8ac53e;
          width: 100%;
          color: #fff;
          font-size: 13px;
          padding: 7px 5px;
          border: none; }
          div.sidebar div.content aside:not(#search) input[type="submit"]:hover {
            opacity: 0.8; }
      div.sidebar div.content aside.selected {
        display: inline-block; }
      div.sidebar div.content aside .loading {
        width: 100%;
        padding: 0 auto;
        display: none;
        margin-top: 20px; }
        div.sidebar div.content aside .loading img {
          padding: 50px 125px;
          min-width: auto !important; }
      div.sidebar div.content aside .results {
        display: none; }
      div.sidebar div.content aside#news, div.sidebar div.content aside#events, div.sidebar div.content aside#in-stock {
        padding: 0;
        height: 98%;
        overflow: hidden; }
        div.sidebar div.content aside#news .gform_wrapper label, div.sidebar div.content aside#events .gform_wrapper label, div.sidebar div.content aside#in-stock .gform_wrapper label {
          display: none !important; }
        div.sidebar div.content aside#news .gform_wrapper input, div.sidebar div.content aside#events .gform_wrapper input, div.sidebar div.content aside#in-stock .gform_wrapper input {
          width: 100% !important; }
        div.sidebar div.content aside#news .gform_wrapper .validation_error,
        div.sidebar div.content aside#news .gform_wrapper .validation_message, div.sidebar div.content aside#events .gform_wrapper .validation_error,
        div.sidebar div.content aside#events .gform_wrapper .validation_message, div.sidebar div.content aside#in-stock .gform_wrapper .validation_error,
        div.sidebar div.content aside#in-stock .gform_wrapper .validation_message {
          display: none !important; }
        div.sidebar div.content aside#news .gform_wrapper .gfield_error input, div.sidebar div.content aside#events .gform_wrapper .gfield_error input, div.sidebar div.content aside#in-stock .gform_wrapper .gfield_error input {
          border: 1px solid red; }
        div.sidebar div.content aside#news .gform_wrapper .gform_footer, div.sidebar div.content aside#events .gform_wrapper .gform_footer, div.sidebar div.content aside#in-stock .gform_wrapper .gform_footer {
          padding: 0 !important;
          margin: 0 !important; }
        div.sidebar div.content aside#news .gform_wrapper .gform_confirmation_message_2, div.sidebar div.content aside#events .gform_wrapper .gform_confirmation_message_2, div.sidebar div.content aside#in-stock .gform_wrapper .gform_confirmation_message_2 {
          text-align: center !important; }
        div.sidebar div.content aside#news .gform_ajax_spinner, div.sidebar div.content aside#events .gform_ajax_spinner, div.sidebar div.content aside#in-stock .gform_ajax_spinner {
          margin-top: 20px;
          width: 30px !important;
          height: 25px !important;
          min-width: 30px !important;
          min-height: 25px !important;
          max-width: 30px !important;
          max-height: 25px !important; }
        div.sidebar div.content aside#news img, div.sidebar div.content aside#events img, div.sidebar div.content aside#in-stock img {
          width: 100%; }
        div.sidebar div.content aside#news article, div.sidebar div.content aside#events article, div.sidebar div.content aside#in-stock article {
          margin-bottom: 40px; }
          div.sidebar div.content aside#news article:nth-child(2), div.sidebar div.content aside#news article:nth-child(3), div.sidebar div.content aside#news article:nth-child(4), div.sidebar div.content aside#events article:nth-child(2), div.sidebar div.content aside#events article:nth-child(3), div.sidebar div.content aside#events article:nth-child(4), div.sidebar div.content aside#in-stock article:nth-child(2), div.sidebar div.content aside#in-stock article:nth-child(3), div.sidebar div.content aside#in-stock article:nth-child(4) {
            display: none; }
          div.sidebar div.content aside#news article p, div.sidebar div.content aside#events article p, div.sidebar div.content aside#in-stock article p {
            text-align: left;
            margin-left: 10px;
            padding-right: 10px; }
            div.sidebar div.content aside#news article p.title, div.sidebar div.content aside#events article p.title, div.sidebar div.content aside#in-stock article p.title {
              color: #000;
              font-weight: bold;
              font-size: 1.4rem;
              margin-top: 15px;
              margin-bottom: 8px; }
              div.sidebar div.content aside#news article p.title a, div.sidebar div.content aside#events article p.title a, div.sidebar div.content aside#in-stock article p.title a {
                color: #000; }
            div.sidebar div.content aside#news article p.terms, div.sidebar div.content aside#news article p.terms a, div.sidebar div.content aside#events article p.terms, div.sidebar div.content aside#events article p.terms a, div.sidebar div.content aside#in-stock article p.terms, div.sidebar div.content aside#in-stock article p.terms a {
              color: #929497;
              font-size: 1.2rem;
              font-style: italic; }
            div.sidebar div.content aside#news article p.excerpt, div.sidebar div.content aside#events article p.excerpt, div.sidebar div.content aside#in-stock article p.excerpt {
              color: #6d6e70;
              font-size: 1.3rem; }
            div.sidebar div.content aside#news article p.more, div.sidebar div.content aside#events article p.more, div.sidebar div.content aside#in-stock article p.more {
              font-size: 1.2rem; }
        div.sidebar div.content aside#news .subscribe, div.sidebar div.content aside#events .subscribe, div.sidebar div.content aside#in-stock .subscribe {
          position: absolute;
          bottom: 0;
          padding: 5px 10px 25px;
          width: 100%;
          background-color: #fff; }
          div.sidebar div.content aside#news .subscribe ul, div.sidebar div.content aside#events .subscribe ul, div.sidebar div.content aside#in-stock .subscribe ul {
            list-style: none;
            list-style-type: none;
            margin: 0;
            padding: 0; }
      div.sidebar div.content aside#advice {
        padding: 0;
        height: 100%; }
        div.sidebar div.content aside#advice .heading,
        div.sidebar div.content aside#advice form {
          padding: 5px 10px; }
          div.sidebar div.content aside#advice .heading h3,
          div.sidebar div.content aside#advice form h3 {
            color: #0194ca; }
        div.sidebar div.content aside#advice .results .details {
          padding: 5px 10px; }
        div.sidebar div.content aside#advice .results p {
          text-align: left;
          margin-left: 10px; }
          div.sidebar div.content aside#advice .results p.name {
            color: #000;
            font-weight: bold;
            font-size: 1.6rem;
            margin-top: 15px;
            margin-bottom: 0; }
          div.sidebar div.content aside#advice .results p.moniker {
            color: #929497;
            font-size: 1.4rem; }
          div.sidebar div.content aside#advice .results p.phone {
            color: #000;
            font-size: 2.5rem;
            padding-top: 4px;
            margin-bottom: 5px; }
          div.sidebar div.content aside#advice .results p.profile {
            margin-bottom: 15px; display:none; }
      div.sidebar div.content aside#search {
        width: 288px !important; }
        div.sidebar div.content aside#search form {
          width: 100%;
          padding: 10px 10px 0; }
          div.sidebar div.content aside#search form div {
            position: relative; }
            div.sidebar div.content aside#search form div input[type="text"],
            div.sidebar div.content aside#search form div select {
              height: 40px; }
            div.sidebar div.content aside#search form div select {
              height: 40px;
              padding: 10px 10px !important;
              background: url("../img/dropdown-arrow.png") no-repeat scroll 95% center/13px auto transparent;
              -moz-appearance: none; }
            div.sidebar div.content aside#search form div input,
            div.sidebar div.content aside#search form div select,
            div.sidebar div.content aside#search form div textarea {
              width: 100% !important;
              margin: 0 0 0 0 !important;
              padding: 10px 15px;
              border-radius: 0;
              border: 1px solid #e6e6e6;
              font-size: 13px;
              font-family: 'open_sansregular';
              font-weight: normal;
              font-style: normal;
              color: #aaa;
              text-transform: none !important; }
              div.sidebar div.content aside#search form div input.active,
              div.sidebar div.content aside#search form div select.active,
              div.sidebar div.content aside#search form div textarea.active {
                border: 1px solid #00bff3 !important; }
            div.sidebar div.content aside#search form div .submit {
              position: absolute;
              top: 1px;
              right: 6px;
              background: #fff;
              height: 38px;
              width: auto;
              color: #aaa;
              cursor: pointer;
              font-size: 14px;
              padding: 3px 4px;
              border: none; }
          div.sidebar div.content aside#search form label {
            width: 100%;
            text-align: center;
            font-size: 14px;
            font-family: 'open_sansregular';
            font-weight: normal;
            color: #26a9e0;
            padding: 15px 0; }
        div.sidebar div.content aside#search h4 {
          text-align: center;
          color: #707070;
          font-weight: normal;
          font-family: 'open_sansregular';
          font-size: 13px;
          padding: 15px; }
        div.sidebar div.content aside#search hr {
          border-top: 1px solid #e6e6e6;
          height: 1px;
          margin: 0 0 0 0;
          padding: 0 0 0 0; }
        div.sidebar div.content aside#search h3 {
          color: #707070;
          font-weight: normal;
          font-family: 'open_sansbold';
          font-size: 15px;
          padding: 15px 0;
          margin: 0 0 0 0;
          float: left; }
        div.sidebar div.content aside#search .icon {
          float: left;
          padding: 3px 6px;
          font-size: 27px;
          color: #1b75bb; }
        div.sidebar div.content aside#search ul {
          width: 100%;
          margin: 0 0 0 0;
          padding: 0 0 0 0;
          clear: both; }
          div.sidebar div.content aside#search ul li {
            background: #e6e6e6;
            padding: 8px 0 8px 50px;
            margin-bottom: 1px; }
            div.sidebar div.content aside#search ul li:last-child {
              margin-bottom: 0; }
            div.sidebar div.content aside#search ul li a {
              font-size: 12px;
              font-family: 'open_sansregular';
              color: #707070;
              padding-right: 10px;
              display: block; }
  div.sidebar.selected {
    width: 290px; }
    div.sidebar.selected div.content aside.selected {
      opacity: 1; }

ul.menu {
  /* NEW SIDE MENU STYLE */
  position: fixed;
  top: 32vh;
  z-index: 9999;
  /* NEW SIDE MENU STYLE */
  /*
  	transform: translateZ(0);
  	-webkit-transform: translateZ(0);
  */
  display: inline-block;
  margin-left: -6rem;
  padding-top: 3rem;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* position:absolute;
  top:0;
  left:0; */ }
  ul.menu > li {
    display: block;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #383838;
    /*
    		&:first-child {
    			position:absolute;
    			top:0;
    			left:-($sidebar-block-width)-(0.3rem);

    			top: -35vh;
    			left: 0;
    		}
    */ }
    ul.menu > li span.blip {
      position: absolute;
      font-weight: bold;
      display: none; }
    ul.menu > li > a {
      width: 6rem;
      height: 6rem;
      display: block;
      position: relative;
      background-color: #313131;
      font-size: 10px;
      font-family: 'open_sanssemibold';
      font-weight: normal;
      text-transform: uppercase;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      padding: 8px 0;
      transition-property: background-color, color, font-size;
      transition-duration: 0.2s;
      transition-timing-function: ease-out;
      /*
      			&.search {
      				//opacity:0.4;
      				// background-color:#ffffff;
      				//color:$menu-background-color;
      				padding:0;
      				overflow: hidden;

      				&:before {
      					display:block;
      					margin:0;
      					width:$sidebar-block-width;
      					height:$sidebar-block-width;
      					line-height:$sidebar-block-width;
      				}
      			}
      */ }
      ul.menu > li > a.icon:before {
        display: block;
        margin: 0.2em auto;
        font-size: 19px;
        color: #8c8c8c;
        transition-property: background-color, color, font-size;
        transition-duration: 0.2s;
        transition-timing-function: ease-out; }
      ul.menu > li > a:hover:not(.selected).icon:before {
        color: #fff; }
      ul.menu > li > a.icon.next, ul.menu > li > a.icon.prev {
        color: #fff; }
        ul.menu > li > a.icon.next.disabled, ul.menu > li > a.icon.prev.disabled {
          color: rgba(255, 255, 255, 0.3); }
      ul.menu > li > a.icon.next:before, ul.menu > li > a.icon.prev:before {
        font-size: 4em;
        margin: 0.1em 0.45em; }
      ul.menu > li > a.icon.prev:before {
        margin: 0.1em 0em; }
      ul.menu > li > a.selected {
        background-color: #0077a2;
        opacity: 1;
        color: #ffffff;
        /*
        				&.search {
        					font-size:1.2rem;
        				}
        */ }
        ul.menu > li > a.selected.icon:before {
          color: #fff; }
