@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700);
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*link color*/
* {
  -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; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #019cde;
  text-decoration: none; }
  a:hover, a:focus {
    color: #016692;
    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.42857;
  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%; }

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

[role="button"] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

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

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.42857;
  color: #777777; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  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: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  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], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

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

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

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

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

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 .form-control-static {
    display: inline-block; }
  .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;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    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; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #019cde;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #016692;
    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: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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%; }

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #019cde; }
  .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 #ddd; }
  .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: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #777777;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #fff;
    background-color: #337ab7; }

.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; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

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

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

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

.navbar-toggle.collapsed {
  background-color: #fff; }
  .navbar-toggle.collapsed span {
    background-color: #fff; }

.menu.nav.navbar-nav > li > a {
  color: #555;
  display: inline-block; }

.menu.nav.navbar-nav > li > a:hover {
  color: #019cde; }

.menu.nav.navbar-nav > li {
  margin-left: 40px; }
  @media (max-width: 768px) {
    .menu.nav.navbar-nav > li {
      margin-left: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu.nav.navbar-nav > li {
      margin-left: 20px !important; } }
  @media (max-width: 768px) {
    .menu.nav.navbar-nav > li {
      margin-left: 10px !important; } }

.menu.nav.navbar-nav > li:first-child {
  margin-left: 0; }

@media (width: 992px) {
  .menu.nav.navbar-nav > li:first-child {
    margin-left: 40px; } }

ul.menu.nav.navbar-nav {
  float: right;
  clear: both; }
  @media (max-width: 768px) {
    ul.menu.nav.navbar-nav {
      float: none; } }

/* .dropdown-menu:hover{
  background-color: $link-color;
  -webkit-transition: all 250ms ease, color 250ms ease;
  -moz-transition: all 250ms ease, color 250ms ease;
  -o-transition: all 250ms ease, color 250ms ease;
  transition: all 250ms ease, color 250ms ease;
  a {
    color: #fff !important;
  }
} */
/* .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
  background-color: transparent;
} */
#block-cylex-main-menu .menu a {
  -webkit-transition: all 250ms ease, color 250ms ease;
  -moz-transition: all 250ms ease, color 250ms ease;
  -o-transition: all 250ms ease, color 250ms ease;
  transition: all 250ms ease, color 250ms ease;
  outline: 0; }

@media (min-width: 992px) and (max-width: 1200px) {
  #block-cylex-main-menu {
    margin-left: -20px; } }

.menu.nav.navbar-nav > li > a.is-active {
  color: #019cde; }

.menu.nav.navbar-nav > li > a.is-active:after:not(:first-child) {
  content: '';
  width: 0;
  position: absolute;
  bottom: 7px;
  left: 0;
  margin-top: 10px;
  border-bottom: 1px solid #019cde;
  display: block;
  width: 100%; }

.menu.nav.navbar-nav > li > a:hover:after {
  width: 100%; }

.menu.nav.navbar-nav > li > a:after {
  content: '';
  width: 0;
  position: absolute;
  bottom: 7px;
  left: 0;
  margin-top: 10px;
  border-bottom: 1px solid #019cde;
  display: block;
  -webkit-transition: all 0.08s ease;
  -moz-transition: all 0.08s ease;
  -o-transition: all 0.08s ease;
  transition: all 0.08s ease; }

.nav > li > a {
  padding-left: 0;
  padding-right: 0; }

.navbar-collapse {
  text-align: right; }
  .navbar-collapse nav {
    display: inline-block; }
  @media (max-width: 768px) {
    .navbar-collapse {
      text-align: left; } }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff; }

.navbar-default .navbar-toggle {
  border-color: #fff; }

.navbar {
  border: none; }

@media (max-width: 992px) {
  .navbar .navbar-nav {
    display: block;
    float: none; }
  .navbar .navbar-collapse {
    text-align: center; }
  ul.menu.nav.navbar-nav {
    float: none;
    margin-left: -45px; }
  .navbar-header {
    float: none; }
  .navbar {
    min-height: inherit;
    margin-bottom: 0; }
  .navbar-collapse nav {
    display: block;
    text-align: left; }
  .navbar-toggle {
    display: block;
    background-color: transparent; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px; }
  .collapse.in {
    display: block !important; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none; }
  .fixed-navbar .fixed_header {
    background-color: white !important; } }

@media (max-width: 768px) {
  ul.menu.nav.navbar-nav {
    margin-left: 0; } }

body {
  margin: 0;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  color: #777777; }

.list-unstyle {
  list-style: none;
  padding-left: 0px; }

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

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

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

img {
  width: auto;
  max-width: 100%; }

#toolbar-administration, #toolbar-administration * {
  z-index: 1000; }

#return-to-top {
  position: fixed;
  z-index: 90;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 11px;
  top: 8px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  -webkit-box-shadow: 0px 0px 0px 0px #019cde;
  box-shadow: 0px 0px 0px 0px #019cde;
  background: #019cde; }

#return-to-top:hover i {
  color: #fff;
  /*top: 5px;*/ }

/*.grid-gallery img {
  width: 100%;
}

.grid-gallery {
  .column-item {
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .gallery-right, .gallery-left {
    padding: 0px;
  }
}*/
.grid-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden; }
  .grid-gallery img {
    width: 100%;
    border: 1px solid #d9d9d9; }
  .grid-gallery .gallery-left {
    float: left;
    width: 50%; }
  .grid-gallery .gallery-right {
    float: right;
    width: 50%; }
  .grid-gallery .b-gal, .grid-gallery .text {
    width: 70%;
    float: left; }
  .grid-gallery .s1-gal {
    width: 50%;
    float: left; }
    .grid-gallery .s1-gal img {
      width: 100%; }
  .grid-gallery .s2-gal {
    width: 30%;
    float: left; }
  .grid-gallery .column-item {
    padding-right: 15px;
    padding-bottom: 15px; }
  .grid-gallery .text-list div, .grid-gallery .text div {
    border: 1px solid #d9d9d9;
    height: 307px; }
  .grid-gallery .text-list > div {
    padding: 20% 10%;
    font-size: 16px; }
  .grid-gallery .text-list h5, .grid-gallery .text-list p {
    padding: 0px;
    margin: 0px; }
  .grid-gallery .text-list h5 {
    color: #5498bc;
    font-weight: 500;
    font-size: 20px; }
  .grid-gallery .text div {
    background-color: #5eaed3;
    color: #fff;
    font-size: 19px;
    padding: 18% 9%;
    font-style: italic;
    font-weight: 400;
    line-height: 30px; }
    .grid-gallery .text div p > span {
      font-size: 50px;
      font-family: serif;
      font-weight: bold;
      margin-left: -28px;
      position: relative;
      top: 10px; }
    .grid-gallery .text div p:first-child {
      margin-left: 10px; }
    .grid-gallery .text div p:last-child {
      padding-top: 3%;
      font-style: normal;
      font-weight: 600; }
  @media (max-width: 1200px) {
    .grid-gallery .text {
      font-size: 16px; }
      .grid-gallery .text div {
        height: 247px;
        padding: 10% 9%; }
    .grid-gallery .text-list div {
      height: 247px;
      font-size: 14px; }
      .grid-gallery .text-list div h5 {
        font-size: 16px; } }
  @media (max-width: 992px) {
    .grid-gallery .gallery-left,
    .grid-gallery .gallery-right {
      float: none;
      width: 100%; }
    .grid-gallery .text-and-image {
      overflow: hidden;
      clear: both;
      position: relative; }
      .grid-gallery .text-and-image .text-list, .grid-gallery .text-and-image .text {
        position: absolute;
        height: 100%; }
      .grid-gallery .text-and-image .text-list {
        width: 30%; }
        .grid-gallery .text-and-image .text-list div {
          height: 100%; }
      .grid-gallery .text-and-image .text div {
        height: 100%;
        padding: 18% 5%; }
    .grid-gallery .gallery-left .b-gal {
      float: right; }
    .grid-gallery .gallery-right .s2-gal {
      float: right; } }
  @media (max-width: 500px) {
    .grid-gallery .s2-gal,
    .grid-gallery .b-gal {
      float: none;
      display: table;
      width: 100% !important;
      position: inherit !important;
      height: auto !important; }
      .grid-gallery .s2-gal > div,
      .grid-gallery .b-gal > div {
        padding: 20px; } }

.gray-light, .darker-gray, .dark-gray {
  padding: 10px;
  width: 170px;
  height: 80px; }

.gray-light {
  background-color: #F2F3F4; }

.dark-gray {
  background-color: #333333; }

.darker-gray {
  background-color: #262626; }

.color-test {
  border: 1px solid #777777;
  margin-bottom: 20px; }

.text-color-white {
  color: #fff; }

.text-color-light-gray {
  color: #777777; }

.text-color-dark-gray {
  color: #333333; }

.text-color-blue {
  color: #34A3DC; }

.logo-test {
  width: 170px;
  height: 170px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .logo-test img {
    width: 100%; }

.logo img {
  margin-top: 20px;
  margin-bottom: 20px; }

.cbtn {
  background-color: #019cde;
  border: 1px solid #019cde;
  background-image: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: capitalize;
  text-decoration: none; }
  .cbtn a {
    outline: 0; }
  .cbtn:hover {
    text-decoration: none;
    background-color: #0178ab;
    border-color: #0178ab;
    -moz-opacity: 1;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=0.9);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .cbtn.cbtn-big {
    font-size: 18px;
    text-transform: capitalize; }
  .cbtn.cbtn-primary {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .cbtn.cbtn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .cbtn.cbtn-link {
    font-size: 16px;
    color: #019cde;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 0; }
  .cbtn.cbtn-fill {
    display: inline-block; }
    .cbtn.cbtn-fill a {
      clear: both;
      font-weight: 600;
      font-size: 13px;
      color: #fff;
      padding: 10px 15px;
      text-decoration: none; }

button.collapsed {
  z-index: 2;
  cursor: pointer; }

h1 {
  font-size: 2.357em;
  font-weight: 700;
  color: #333333; }

h2 {
  font-size: 2.357em;
  font-weight: 300;
  color: #333333; }

h2.alternate {
  font-size: 1.714em;
  font-weight: 600;
  color: #333333; }

h3 {
  font-size: 1.286em;
  font-weight: 700;
  color: #333333; }

p {
  font-size: 1.000em;
  margin-bottom: 1em; }

a {
  font-size: 1.000em;
  color: #34A3DC; }
  a:hover {
    text-decoration: none; }

#top-bar h1 {
  font-size: 4.143em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff; }

#top-bar h2 {
  font-size: 2.714em;
  font-weight: 600;
  color: #fff; }

.kss-modifier__example #top-bar {
  background: none;
  height: auto; }
  .kss-modifier__example #top-bar h1, .kss-modifier__example #top-bar h2 {
    color: #333333; }

.promoted-pages {
  margin-top: 60px;
  margin-bottom: 60px; }
  .promoted-pages .block-title {
    margin: 0 0 20px; }
  .promoted-pages h3 > span {
    display: block; }
  .promoted-pages h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 120px;
    margin: 20px auto 0;
    position: relative;
    border-color: #019cde;
    border-width: 1px 0 0;
    border-style: solid; }

a.cbtn.cbtn-link:hover {
  text-decoration: none; }

#block-views-block-blog-view-block-1 {
  padding-bottom: 40px; }
  #block-views-block-blog-view-block-1 .views-row {
    margin-left: -15px; }
  #block-views-block-blog-view-block-1 h2 {
    text-align: center; }
  #block-views-block-blog-view-block-1 .blog-teaser-image-wrapper {
    display: inline-block; }
  #block-views-block-blog-view-block-1 .blog-teaser-title-wrapper {
    display: inline-block; }
    #block-views-block-blog-view-block-1 .blog-teaser-title-wrapper h4 {
      font-size: 24px;
      margin: 10px 0; }
    #block-views-block-blog-view-block-1 .blog-teaser-title-wrapper a {
      color: #242424;
      font-weight: normal; }
    #block-views-block-blog-view-block-1 .blog-teaser-title-wrapper a:hover {
      color: #34A3DC;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  #block-views-block-blog-view-block-1 .blog-teaser-details-wrapper {
    display: inline-block; }
  #block-views-block-blog-view-block-1 .blog-summary-wrapper {
    display: inline-block;
    padding-bottom: 30px; }
  @media (max-width: 1200px) {
    #block-views-block-blog-view-block-1 .blog-summary-wrapper {
      padding-bottom: 10px; } }
  @media (max-width: 768px) {
    #block-views-block-blog-view-block-1 {
      padding-bottom: 40px; }
      #block-views-block-blog-view-block-1 .blog-teaser-image {
        text-align: center; }
      #block-views-block-blog-view-block-1 .blog-teaser-content {
        text-align: center;
        padding-top: 10px; }
        #block-views-block-blog-view-block-1 .blog-teaser-content .blog-summary-wrapper {
          display: block;
          padding-bottom: 15px; }
      #block-views-block-blog-view-block-1 .views-row {
        margin-left: 0; } }

#block-views-block-career-gallery-block-1 {
  padding-bottom: 40px; }
  #block-views-block-career-gallery-block-1 h2 {
    text-align: center; }
  #block-views-block-career-gallery-block-1 a {
    color: #777777;
    outline: 0; }
  #block-views-block-career-gallery-block-1 .tab-content > .tab-pane,
  #block-views-block-career-gallery-block-1 .pill-content > .pill-pane {
    display: block;
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden; }
  #block-views-block-career-gallery-block-1 .tab-content > .active,
  #block-views-block-career-gallery-block-1 .pill-content > .active {
    height: auto; }
  #block-views-block-career-gallery-block-1 .tablist-wrapper {
    display: block;
    text-align: center; }
  #block-views-block-career-gallery-block-1 .nav > li {
    padding: 0px 80px;
    border-right: 2px solid #dadada;
    height: 25px; }
  #block-views-block-career-gallery-block-1 .nav > li:last-child,
  #block-views-block-career-gallery-block-1 .nav > li.active:last-child {
    border-right: 0; }
  #block-views-block-career-gallery-block-1 .nav > li.active {
    border-top: none;
    border-left: none;
    border-right: 2px solid #dadada;
    height: 25px; }
  #block-views-block-career-gallery-block-1 .nav-tabs {
    display: inline-block;
    border: none;
    padding-top: 20px;
    padding-bottom: 60px; }
  #block-views-block-career-gallery-block-1 .nav-tabs > li > a {
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    background-color: transparent;
    border-color: transparent; }
  #block-views-block-career-gallery-block-1 .nav-tabs > li > a:hover {
    color: #34A3DC; }
  #block-views-block-career-gallery-block-1 .nav-tabs > li.active > a {
    border: 0;
    font-weight: 600;
    color: #333333; }
  #block-views-block-career-gallery-block-1 .gallery-body-wrapper {
    color: #777777;
    font-weight: normal;
    padding-top: 80px;
    padding-left: 15px; }
    #block-views-block-career-gallery-block-1 .gallery-body-wrapper h4 {
      padding-bottom: 15px; }
    #block-views-block-career-gallery-block-1 .gallery-body-wrapper p {
      line-height: 25px;
      padding-bottom: 20px; }
  #block-views-block-career-gallery-block-1 .gallery-images {
    display: block;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    margin: 5px; }
  #block-views-block-career-gallery-block-1 .lazy.media__image.media__element {
    height: auto;
    max-width: auto;
    display: block;
    margin: 0; }
  #block-views-block-career-gallery-block-1 li.slick-active {
    color: blue; }
  #block-views-block-career-gallery-block-1 .slick-dots li {
    display: inline-block;
    margin: 0px 0; }
  #block-views-block-career-gallery-block-1 .slick-dots li button:before {
    color: #777777;
    font-size: 10px; }
  #block-views-block-career-gallery-block-1 .slick-dots li.slick-active button:before {
    color: #34A3DC; }
  #block-views-block-career-gallery-block-1 .slick-dots li button:hover:before {
    color: #34A3DC;
    opacity: 0.5; }
  #block-views-block-career-gallery-block-1 .slick-frame {
    visibility: hidden; }
  #block-views-block-career-gallery-block-1 .slick-frame.slick-initialized {
    visibility: visible; }
  #block-views-block-career-gallery-block-1 .slick-arrow:before {
    display: none; }
  @media (max-width: 1200px) {
    #block-views-block-career-gallery-block-1 .nav > li {
      padding: 0 40px; }
    #block-views-block-career-gallery-block-1 .slick-dots li button:hover {
      display: none; }
    #block-views-block-career-gallery-block-1 .nav-tabs {
      padding-bottom: 30px; }
    #block-views-block-career-gallery-block-1 .gallery-body-wrapper {
      padding-top: 0;
      padding-left: 5px; }
    #block-views-block-career-gallery-block-1 .lazy.media__image.media__element {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    #block-views-block-career-gallery-block-1 .nav-tabs li {
      width: 50%; }
    #block-views-block-career-gallery-block-1 .slick-arrow:before {
      display: block;
      color: #fff;
      opacity: 0.75;
      font-size: 30px; }
    #block-views-block-career-gallery-block-1 .nav-tabs li.active > a {
      border: 0; }
    #block-views-block-career-gallery-block-1 .nav-tabs-li.active > a:hover {
      color: #333; }
    #block-views-block-career-gallery-block-1 .nav > li {
      padding-bottom: 40px;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 2px solid #dadada; }
    #block-views-block-career-gallery-block-1 .nav > li:nth-child(even) {
      border-right: 0;
      clear: right; }
    #block-views-block-career-gallery-block-1 .nav > li:nth-child(n+3) {
      border-bottom: 0; }
    #block-views-block-career-gallery-block-1 .gallery-body-wrapper {
      padding-top: 0; } }
  @media (max-width: 768px) {
    #block-views-block-career-gallery-block-1 .nav > li {
      padding-bottom: 40px;
      padding-top: 20px;
      padding-left: 0px;
      padding-right: 20px;
      border-bottom: 2px solid #dadada; }
    #block-views-block-career-gallery-block-1 .nav-tabs > li > a {
      padding-left: 15px; } }
  @media (max-width: 480px) {
    #block-views-block-career-gallery-block-1 .slick-arrow:before {
      font-size: 20px; } }

#block-what-we-do-for-fun {
  background-image: url(../images/colaj.png);
  min-height: 550px;
  background-position: center center;
  text-align: center; }
  #block-what-we-do-for-fun h2 {
    text-align: center;
    padding-top: 60px;
    color: #fff; }
  #block-what-we-do-for-fun .views-field-title {
    color: #fff;
    margin: 20px 10px 10px 10px;
    font-size: 1.429em; }
  #block-what-we-do-for-fun .views-field-body {
    color: #fff; }
  #block-what-we-do-for-fun .for-fun-content {
    margin-top: 60px; }
  #block-what-we-do-for-fun .views-field-field-for-fun-logo .field-content {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 20px; }
    #block-what-we-do-for-fun .views-field-field-for-fun-logo .field-content img {
      height: 50px; }

#block-views-block-house-cylex-house-cylex-block {
  text-align: center; }
  #block-views-block-house-cylex-house-cylex-block h2 {
    margin-top: 60px; }
  #block-views-block-house-cylex-house-cylex-block .house-cylex {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center; }
    #block-views-block-house-cylex-house-cylex-block .house-cylex :nth-child(4) {
      clear: both; }
    #block-views-block-house-cylex-house-cylex-block .house-cylex .views-field-title {
      color: #333;
      margin: 20px 10px 10px 10px;
      font-size: 1.429em; }
  #block-views-block-house-cylex-house-cylex-block .more-link {
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 30px; }

@media (max-width: 768px) {
  #block-views-block-house-cylex-house-cylex-block h2 {
    margin-top: 30px !important; }
  #block-views-block-house-cylex-house-cylex-block .house-cylex {
    margin-bottom: 30px !important; }
  #block-views-block-house-cylex-house-cylex-block .more-link {
    margin-top: 15px !important; } }

#block-joincylex {
  text-align: center; }
  #block-joincylex h2 {
    font-size: 58px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0; }
  #block-joincylex h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    margin-top: 25px; }
  @media (max-width: 480px) {
    #block-joincylex h3 {
      font-size: 30px !important; } }

#block-businesspartnersandmemberships {
  padding-right: 20px; }
  #block-businesspartnersandmemberships h2 {
    text-align: center; }

.partners-page-wrapper .views-row {
  line-height: 100px !important;
  height: 100px !important;
  text-align: center !important;
  float: left;
  width: 33%; }

@media (max-width: 1200px) {
  .partners-page-wrapper .views-row {
    width: 33% !important;
    margin-right: 0px;
    text-align: center !important; } }

@media (max-width: 992px) {
  .partners-page-wrapper .views-row {
    width: 30% !important; } }

@media (max-width: 768px) {
  .partners-page-wrapper .views-row {
    width: 45% !important; } }

@media (max-width: 480px) {
  .partners-page-wrapper .views-row {
    width: 100% !important; } }

#block-views-block-partners-block-2 {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px; }
  #block-views-block-partners-block-2 .views-row {
    float: left;
    display: block;
    line-height: 100px !important;
    width: 100%;
    height: 100px;
    text-align: center !important; }
  #block-views-block-partners-block-2 h2 {
    text-align: center;
    padding-bottom: 10px; }
  @media (max-width: 1200px) {
    #block-views-block-partners-block-2 .views-row {
      width: 100% !important;
      margin-right: 0px;
      float: left; } }

@media (max-width: 768px) {
  body.about-us {
    /* top: 60px; */ } }

* {
  box-sizing: border-box; }

/* force scrollbar */
html {
  overflow-y: scroll; }

body {
  font-family: sans-serif; }

#block-views-block-about-us-isotope-block-1 .grid {
  margin: 60px 0; }
  #block-views-block-about-us-isotope-block-1 .grid .grid-item,
  #block-views-block-about-us-isotope-block-1 .grid .grid-sizer {
    width: 25%;
    position: relative; }
  #block-views-block-about-us-isotope-block-1 .grid .grid:after {
    content: '';
    display: block;
    clear: both; }
  #block-views-block-about-us-isotope-block-1 .grid .grid-item {
    float: left;
    overflow: hidden;
    margin-bottom: 15px; }
  #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-2 {
    width: 35%; }
  #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-3 {
    width: 24.25%; }
  #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-1 {
    width: 14.2%; }
  #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-4 {
    width: 14%;
    padding-right: 5px; }
  #block-views-block-about-us-isotope-block-1 .grid .grid-item img {
    display: block;
    width: 100%; }
  #block-views-block-about-us-isotope-block-1 .grid .grid-item-content {
    width: 100%;
    height: 100%; }
  #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-white {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    color: #777777;
    border: 1px solid #eee;
    text-align: center;
    height: auto; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-white p {
      text-align: center; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-white h3 {
      color: #34A3DC;
      margin: 17.5px; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-white h5 {
      color: #34A3DC; }
  #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue {
    background-color: #5eaed3;
    color: #ffffff;
    padding-top: 40px;
    width: auto;
    height: 319px;
    margin-right: 0;
    vertical-align: middle; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue p {
      float: right;
      padding-right: 40px;
      font-size: 20px;
      vertical-align: middle;
      font-weight: 600; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper {
      padding: 40px 20px 0 20px; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper h4 {
        font-family: 'Open sans italic';
        margin: 0;
        font-size: 22px;
        font-weight: normal;
        vertical-align: middle; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper blockquote:before {
        content: '\f10e';
        font-family: FontAwesome;
        font-size: 30px;
        font-weight: 300;
        display: block; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper blockquote {
        margin: 0; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper h2 {
        font-size: 40px;
        margin: 0;
        padding: 0;
        display: inline-block;
        height: 24px;
        color: #fff; }

@media (max-width: 1200px) {
  #block-views-block-about-us-isotope-block-1 .grid {
    margin: 30px 0; }
    #block-views-block-about-us-isotope-block-1 .grid .grid-sizer,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item {
      width: 32%;
      padding-right: 5px; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper h4 {
      font-size: 18px; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue p {
      margin: 0;
      padding: 15px 15px;
      font-size: 16px; } }

@media (max-width: 992px) {
  #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper {
    padding-top: 25px; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper h4 {
      font-size: 18px;
      text-align: center; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper blockquote:before {
      text-align: center;
      font-size: 25px; }
  #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue p {
    margin: 0;
    padding: 15px 15px;
    float: none;
    text-align: center; } }

@media (max-width: 768px) {
  #block-views-block-about-us-isotope-block-1 {
    width: 80%;
    margin: auto; }
    #block-views-block-about-us-isotope-block-1 .grid .grid-sizer,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-1,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-2,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-3,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-4 {
      width: 48%;
      max-width: 300px;
      max-height: 350px;
      height: auto;
      float: left;
      padding: 0; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue {
      min-width: 200px; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue h4 {
        /* padding: 25px; */
        font-size: 20px; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper {
        min-width: 200px;
        display: block;
        padding: 25px; }
        #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper h4 {
          padding-top: 5px;
          text-align: center; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue p {
        margin: 0;
        padding-top: 0; } }

@media (max-width: 560px) {
  #block-views-block-about-us-isotope-block-1 {
    width: 100%;
    margin: auto; } }

@media (max-width: 480px) {
  #block-views-block-about-us-isotope-block-1 {
    width: 100%; }
    #block-views-block-about-us-isotope-block-1 .grid {
      margin: 30px 0; }
      #block-views-block-about-us-isotope-block-1 .grid .grid-sizer,
      #block-views-block-about-us-isotope-block-1 .grid .grid-item,
      #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-1,
      #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-2,
      #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-3,
      #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-4 {
        width: 48%;
        padding: 0;
        padding-right: 5px; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue {
        /*     h4 {
            padding: 25px;
          } */ }
        #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper {
          padding: 25px; }
        #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue p {
          margin: 0;
          padding: 0 15px; } }

@media (max-width: 450px) {
  #block-views-block-about-us-isotope-block-1 {
    width: 80%;
    margin: auto; }
    #block-views-block-about-us-isotope-block-1 .grid .grid-sizer,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-1,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-2,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-3,
    #block-views-block-about-us-isotope-block-1 .grid .grid-item--width-4 {
      width: 100%;
      max-width: 300px;
      max-height: 350px;
      height: auto;
      float: left;
      padding: 0; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper {
      padding: 25px; }
      #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue .quote-wrapper h4 {
        font-size: 20px; }
    #block-views-block-about-us-isotope-block-1 .grid .isotope-body-wrapper-blue p {
      margin: 0; } }

#block-views-block-business-directories-views-block-1 .col-inner {
  padding: 0px 25px 0 0;
  max-width: 215px; }
  #block-views-block-business-directories-views-block-1 .col-inner .col-md-5 {
    padding-left: 0;
    padding-right: 8px; }
  #block-views-block-business-directories-views-block-1 .col-inner .col-md-7 {
    padding-left: 5px; }

#block-views-block-business-directories-views-block-1 .clearfix {
  clear: both; }

#block-views-block-business-directories-views-block-1 ul {
  display: inline-block;
  padding-left: 0; }

#block-views-block-business-directories-views-block-1 .products-images-wrapper img {
  max-width: 930px;
  padding-right: 50px;
  margin-left: -50px; }

#block-views-block-business-directories-views-block-1 .products-details-wrapper {
  padding-bottom: 100px; }

#block-views-block-business-directories-views-block-1 .products-text-wrapper {
  padding-right: 100px;
  line-height: 22px;
  color: #333; }

#block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper {
  display: inline-block;
  text-align: center;
  padding: 15px 0px 20px 0; }
  #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper li {
    display: block;
    float: left;
    list-style: none; }
  #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper .products-taxonomy-icons-wrapper {
    display: block;
    text-align: center; }
    #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper .products-taxonomy-icons-wrapper i {
      font-size: 25px;
      line-height: 36px; }
  #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper .products-taxonomy-number-wrapper {
    display: block;
    text-align: left;
    font-size: 18px;
    color: #777;
    font-weight: 600;
    padding: 5px 0px; }
  #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper .products-taxonomy-title-wrapper {
    display: block;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #333; }

#block-views-block-business-directories-views-block-1 .views-row:nth-child(even) {
  background-color: #f2f3f4; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-details-wrapper {
    float: right;
    padding-bottom: 0; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-text-wrapper {
    padding-right: 0; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-details-wrapper {
    padding-left: 100px; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-images-wrapper img {
    max-width: 900px;
    margin-left: -315px; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-taxonomy-wrapper {
    padding: 0; }
    #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-taxonomy-wrapper .products-taxonomy-title-wrapper {
      max-width: 130px; }

#block-views-block-business-directories-views-block-1 .views-row:last-child .products-images-wrapper img {
  max-width: 1000px; }

@media (max-width: 1199px) {
  #block-views-block-business-directories-views-block-1 .col-inner {
    padding-left: 20px;
    padding-right: 20px; }
  #block-views-block-business-directories-views-block-1 .products-images-wrapper img {
    width: 100%;
    height: 100%;
    padding-right: 0;
    margin: 0 auto;
    text-align: center; }
  #block-views-block-business-directories-views-block-1 .products-details-wrapper {
    padding-bottom: 0; }
  #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper {
    padding: 20px 0px 20px 0 !important;
    text-align: center;
    display: block; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-images-wrapper img {
    margin-left: 0; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-images-wrapper {
    text-align: center;
    margin: 0 auto; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-details-wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 992px) {
  #block-views-block-business-directories-views-block-1 .col-inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 190px; }
  #block-views-block-business-directories-views-block-1 .products-text-wrapper {
    padding-right: 0; }
  #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  #block-views-block-business-directories-views-block-1 .products-images-wrapper img {
    display: block;
    margin: 0 auto;
    width: 90%; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-images-wrapper img {
    display: block;
    margin: 0 auto;
    width: 90%; } }

@media (max-width: 768px) {
  #block-views-block-business-directories-views-block-1 .col-inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 150px;
    margin: 0 auto;
    display: inline-block; }
  #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper {
    float: none; }
  #block-views-block-business-directories-views-block-1 .products-details-wrapper {
    padding-left: 40px; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-details-wrapper {
    padding-left: 40px; } }

@media (max-width: 480px) {
  #block-views-block-business-directories-views-block-1 .col-inner {
    padding-right: 0;
    padding-left: 0; }
  #block-views-block-business-directories-views-block-1 .products-details-wrapper {
    padding-bottom: 0; }
    #block-views-block-business-directories-views-block-1 .products-details-wrapper h2 {
      text-align: center; }
    #block-views-block-business-directories-views-block-1 .products-details-wrapper .products-text-wrapper {
      padding-right: 0;
      text-align: left; }
  #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper {
    text-align: center;
    float: none; }
    #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper .products-taxonomy-title-wrapper {
      max-width: none !important; }
    #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper ul {
      display: block; }
      #block-views-block-business-directories-views-block-1 .products-taxonomy-wrapper ul li {
        float: none; }
  #block-views-block-business-directories-views-block-1 .products-details-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  #block-views-block-business-directories-views-block-1 .views-row:nth-child(even) .products-details-wrapper {
    padding-left: 15px; } }

body.products-and-services {
  overflow: hidden; }

#block-views-block-business-directories-network-view-block-1 {
  padding-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px; }
  #block-views-block-business-directories-network-view-block-1 .business-block {
    display: block;
    margin: 10px 10px;
    padding: 10px;
    border: 1px solid #d8dbde;
    background: #fbfbfc; }
    #block-views-block-business-directories-network-view-block-1 .business-block .country-image-wrapper {
      display: inline-block; }
      #block-views-block-business-directories-network-view-block-1 .business-block .country-image-wrapper img {
        float: left;
        padding-right: 15px; }
    #block-views-block-business-directories-network-view-block-1 .business-block .country-wrapper {
      display: inline-block; }
      #block-views-block-business-directories-network-view-block-1 .business-block .country-wrapper .country-title {
        display: block;
        font-size: 24px; }
    #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper {
      display: inline-block;
      float: right; }
      #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper h3 {
        margin: 0px; }
      #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .companies-wrapper {
        display: block;
        float: left;
        padding-right: 25px; }
        #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .companies-wrapper .company-label {
          font-size: 16px; }
        #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .companies-wrapper .company-number {
          display: block;
          margin-top: 10px;
          color: #019cde;
          font-weight: normal;
          text-align: center; }
      #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .reviews-wrapper {
        display: block;
        float: left;
        padding-right: 25px; }
        #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .reviews-wrapper .review-label {
          font-size: 16px; }
        #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .reviews-wrapper .review-number {
          text-align: center;
          margin-top: 10px;
          display: block;
          color: #019cde;
          font-weight: normal; }
    #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper:nth-child(3) .companies-wrapper {
      clear: left; }
  @media (min-width: 550px) and (max-width: 767px) {
    #block-views-block-business-directories-network-view-block-1 .business-block {
      text-align: center;
      float: none;
      min-width: 250px; }
      #block-views-block-business-directories-network-view-block-1 .business-block .country-wrapper {
        display: block;
        text-align: center; }
        #block-views-block-business-directories-network-view-block-1 .business-block .country-wrapper .country-title {
          display: block;
          font-size: 24px;
          padding: 10px 0; }
        #block-views-block-business-directories-network-view-block-1 .business-block .country-wrapper .country-link {
          display: block;
          padding-bottom: 10px; }
      #block-views-block-business-directories-network-view-block-1 .business-block .country-image-wrapper {
        display: inline-block;
        margin: 0 auto; }
        #block-views-block-business-directories-network-view-block-1 .business-block .country-image-wrapper img {
          float: none;
          padding-right: 0; }
      #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper {
        display: inline-block;
        text-align: center;
        float: none; }
        #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .companies-wrapper {
          float: none;
          display: inline-block; }
        #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .reviews-wrapper {
          float: none;
          display: inline-block;
          padding-right: 0; } }
  @media (max-width: 550px) {
    #block-views-block-business-directories-network-view-block-1 .views-row {
      width: 100%; }
    #block-views-block-business-directories-network-view-block-1 .col-separator {
      text-align: center; }
    #block-views-block-business-directories-network-view-block-1 .business-block {
      min-width: 250px;
      text-align: center;
      float: none;
      display: inline-block; }
      #block-views-block-business-directories-network-view-block-1 .business-block .country-wrapper {
        display: block;
        text-align: center; }
        #block-views-block-business-directories-network-view-block-1 .business-block .country-wrapper .country-title {
          display: block;
          font-size: 24px;
          padding: 10px 0; }
        #block-views-block-business-directories-network-view-block-1 .business-block .country-wrapper .country-link {
          display: block;
          padding-bottom: 10px; }
      #block-views-block-business-directories-network-view-block-1 .business-block .country-image-wrapper {
        display: inline-block;
        margin: 0 auto; }
        #block-views-block-business-directories-network-view-block-1 .business-block .country-image-wrapper img {
          float: none;
          padding-right: 0; }
      #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper {
        display: inline-block;
        text-align: center;
        float: none; }
        #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .companies-wrapper {
          float: none;
          display: inline-block;
          padding-left: 20px; }
        #block-views-block-business-directories-network-view-block-1 .business-block .businesscontent-wrapper .reviews-wrapper {
          float: none;
          display: inline-block;
          padding-right: 20px; } }

.open-positions {
  color: #777;
  border: 2px solid #ddd;
  min-height: 320px;
  padding: 25px;
  text-align: center;
  margin-bottom: 10px; }
  .open-positions:hover {
    border: 2px solid #019cde; }
  .open-positions img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 70px;
    filter: url("filters.svg#filter-id");
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* opacity: 0.7; */
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .open-positions img:hover {
      filter: none;
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%); }

#block-views-block-open-positions-block-1 {
  text-align: center; }
  #block-views-block-open-positions-block-1 h2 {
    margin-bottom: 60px; }
  #block-views-block-open-positions-block-1 .more-link {
    clear: both;
    margin: 60px;
    display: inline-block; }
    #block-views-block-open-positions-block-1 .more-link a {
      border: 1px solid #019cde;
      padding: 13px;
      color: #fff;
      background-color: #019cde;
      font-weight: bold;
      border-radius: 2px; }
      #block-views-block-open-positions-block-1 .more-link a:hover {
        text-decoration: none;
        background-color: #0178ab;
        color: #fff;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        -webkit-opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=0.9);
        opacity: 0.9;
        border-color: #0178ab; }
      #block-views-block-open-positions-block-1 .more-link a:visited {
        text-decoration: none; }
  #block-views-block-open-positions-block-1 .views-field-field-open-positions-logo {
    padding: 20px; }
  #block-views-block-open-positions-block-1 .views-field-title {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.286em; }
  #block-views-block-open-positions-block-1 p {
    font: normal normal normal 14px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif; }
  #block-views-block-open-positions-block-1 .views-row {
    float: left; }
    #block-views-block-open-positions-block-1 .views-row a:hover {
      text-decoration: none; }
  @media (min-width: 1201px) {
    #block-views-block-open-positions-block-1 .views-row {
      width: 23%;
      margin-left: 8%; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    #block-views-block-open-positions-block-1 .views-row {
      width: 31%;
      margin-left: 2%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #block-views-block-open-positions-block-1 .views-row {
      width: 48%;
      margin-left: 2%; }
    #block-views-block-open-positions-block-1 .more-link {
      width: 80%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #block-views-block-open-positions-block-1 .views-row {
      width: 48%;
      margin-left: 2%; }
    #block-views-block-open-positions-block-1 .more-link {
      width: 77%; } }
  @media (max-width: 479px) {
    #block-views-block-open-positions-block-1 .views-row {
      width: 97%; } }

#block-views-block-house-cylex-house-cylex-block {
  text-align: center; }
  #block-views-block-house-cylex-house-cylex-block h2 {
    margin-top: 60px; }
  #block-views-block-house-cylex-house-cylex-block .house-cylex {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center; }
    #block-views-block-house-cylex-house-cylex-block .house-cylex :nth-child(4) {
      clear: both; }
    #block-views-block-house-cylex-house-cylex-block .house-cylex .views-field-title {
      color: #333;
      margin: 20px 10px 10px 10px;
      font-size: 1.429em; }
  #block-views-block-house-cylex-house-cylex-block .more-link {
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 30px; }

#block-what-we-do-for-fun {
  background-image: url(../images/colaj.png);
  /*min-height: 550px;*/
  background-position: center center;
  text-align: center; }
  #block-what-we-do-for-fun h2 {
    text-align: center;
    padding-top: 60px;
    color: #fff; }
  #block-what-we-do-for-fun .views-field-title {
    color: #fff;
    margin: 20px 10px 10px 10px;
    font-size: 1.429em; }
  #block-what-we-do-for-fun .views-field-body {
    color: #fff; }
  #block-what-we-do-for-fun .for-fun-content {
    padding-top: 60px; }
    #block-what-we-do-for-fun .for-fun-content .views-row {
      padding-bottom: 60px; }
  #block-what-we-do-for-fun .views-field-field-for-fun-logo .field-content {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 20px; }
    #block-what-we-do-for-fun .views-field-field-for-fun-logo .field-content img {
      height: 50px; }

.promoted-pages {
  margin-top: 60px;
  margin-bottom: 60px; }
  .promoted-pages .block-title {
    margin: 0 0 20px; }
  .promoted-pages h3 > span {
    display: block; }
  .promoted-pages h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 120px;
    margin: 20px auto 0;
    position: relative;
    border-color: #019cde;
    border-width: 1px 0 0;
    border-style: solid; }

a.cbtn.cbtn-link:hover {
  text-decoration: none; }

form {
  margin: 20px 0px;
  display: table;
  width: 100%; }
  form .form-control {
    font-size: 13px; }
    form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #B7B7B7; }
    form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #B7B7B7; }
    form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #B7B7B7; }
    form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #B7B7B7; }

.kss-section .slide-up-block {
  min-height: 250px; }

.slide-up-block .slideUp {
  visibility: hidden; }

.slide-up-block.in .slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-8%); }
  65% {
    -webkit-transform: translateY(4%); }
  80% {
    -webkit-transform: translateY(-4%); }
  95% {
    -webkit-transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(0%); } }

.flip-block .flip-y {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: -webkit-transform 1.5s;
  transition: transform 1.5s; }

.flip-block.in .flip-y {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flip-block .flip-x {
  opacity: 0;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transition: -webkit-transform 1.5s;
  transition: transform 1.5s; }

.flip-block.in .flip-x {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.kss-section #block-what-we-do-for-fun {
  min-height: unset;
  padding: 30px; }

.scale-block .scale-element {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.scale-block.in .scale-element {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.fixed_header {
  position: fixed;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 900;
  background: #fff;
  top: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }

button::-moz-focus-inner {
  border: 0; }

.fixed-navbar .fixed_header {
  background-color: rgba(255, 255, 255, 0.95); }
  .fixed-navbar .fixed_header .navbar {
    margin-bottom: 0px !important; }
  @media (min-width: 768px) {
    .fixed-navbar .fixed_header .h-container {
      min-height: 60px;
      padding-top: 5px;
      padding-bottom: 5px;
      -webkit-animation: fade-in 0.5s;
      /* Safari 4+ */
      -moz-animation: fade-in 0.5s;
      /* Fx 5+ */
      -o-animation: fade-in 0.5s;
      /* Opera 12+ */
      animation: fade-in 0.5s;
      /* IE 10+, Fx 29+ */
      animation-iteration-count: 1; }
    @-webkit-keyframes fade-in {
      0% {
        opacity: 0.2; }
      100% {
        opacity: 1; } }
    @-moz-keyframes fade-in {
      0% {
        opacity: 0.2; }
      100% {
        opacity: 1; } }
    @-o-keyframes fade-in {
      0% {
        opacity: 0.2; }
      100% {
        opacity: 1; } }
    @keyframes fade-in {
      0% {
        opacity: 0.2; }
      100% {
        opacity: 1; } } }
  .fixed-navbar .fixed_header #block-cylex-branding a > img {
    width: 160px; }

@media (min-width: 768px) {
  .static-navbar {
    padding-top: 0px !important;
    top: 0px; }
    .static-navbar header {
      position: static !important; }
    .static-navbar .h-container {
      min-height: 92px; }
    .static-navbar #block-cylex-branding a > img {
      width: auto; } }

header #block-cylex-branding {
  margin-top: 8px; }

@media (max-width: 480px) {
  padding: 0 5px; }

.h-container {
  min-height: 92px;
  padding-top: 20px; }
  @media (max-width: 768px) {
    .h-container {
      display: block;
      padding-top: 10px;
      min-height: inherit; } }

nav#toolbar-bar {
  position: fixed; }

body {
  position: relative;
  top: 94px; }

body.toolbar-tray-open.toolbar-fixed.toolbar-horizontal {
  position: relative;
  top: 85px; }
  body.toolbar-tray-open.toolbar-fixed.toolbar-horizontal .fixed_header {
    top: 79px; }

@media (max-width: 768px) {
  body {
    top: 50px; } }

@media (max-width: 768px) {
  body.user-logged-in.front.toolbar-vertical {
    position: relative; }
    body.user-logged-in.front.toolbar-vertical header#navbar {
      top: 42px; } }

#title-bar {
  background-color: #ddd;
  margin-bottom: 35px; }
  #title-bar h1 {
    margin-top: 30px;
    margin-bottom: 30px; }

@media (max-width: 768px) {
  .navbar-header {
    border-bottom: 1px solid #e7e7e7; }
  #block-pagetitle-3 {
    padding-left: 25px; }
  .menu-wrapper {
    min-height: inherit; } }

@media (max-width: 480px) {
  #block-pagetitle-3 {
    padding-left: 0; } }

body {
  margin: 0;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  color: #777777; }

.list-unstyle {
  list-style: none;
  padding-left: 0px; }

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

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

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

img {
  width: auto;
  max-width: 100%; }

#toolbar-administration, #toolbar-administration * {
  z-index: 1000; }

#return-to-top {
  position: fixed;
  z-index: 90;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 11px;
  top: 8px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  -webkit-box-shadow: 0px 0px 0px 0px #019cde;
  box-shadow: 0px 0px 0px 0px #019cde;
  background: #019cde; }

#return-to-top:hover i {
  color: #fff;
  /*top: 5px;*/ }

/*.grid-gallery img {
  width: 100%;
}

.grid-gallery {
  .column-item {
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .gallery-right, .gallery-left {
    padding: 0px;
  }
}*/
.grid-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden; }
  .grid-gallery img {
    width: 100%;
    border: 1px solid #d9d9d9; }
  .grid-gallery .gallery-left {
    float: left;
    width: 50%; }
  .grid-gallery .gallery-right {
    float: right;
    width: 50%; }
  .grid-gallery .b-gal, .grid-gallery .text {
    width: 70%;
    float: left; }
  .grid-gallery .s1-gal {
    width: 50%;
    float: left; }
    .grid-gallery .s1-gal img {
      width: 100%; }
  .grid-gallery .s2-gal {
    width: 30%;
    float: left; }
  .grid-gallery .column-item {
    padding-right: 15px;
    padding-bottom: 15px; }
  .grid-gallery .text-list div, .grid-gallery .text div {
    border: 1px solid #d9d9d9;
    height: 307px; }
  .grid-gallery .text-list > div {
    padding: 20% 10%;
    font-size: 16px; }
  .grid-gallery .text-list h5, .grid-gallery .text-list p {
    padding: 0px;
    margin: 0px; }
  .grid-gallery .text-list h5 {
    color: #5498bc;
    font-weight: 500;
    font-size: 20px; }
  .grid-gallery .text div {
    background-color: #5eaed3;
    color: #fff;
    font-size: 19px;
    padding: 18% 9%;
    font-style: italic;
    font-weight: 400;
    line-height: 30px; }
    .grid-gallery .text div p > span {
      font-size: 50px;
      font-family: serif;
      font-weight: bold;
      margin-left: -28px;
      position: relative;
      top: 10px; }
    .grid-gallery .text div p:first-child {
      margin-left: 10px; }
    .grid-gallery .text div p:last-child {
      padding-top: 3%;
      font-style: normal;
      font-weight: 600; }
  @media (max-width: 1200px) {
    .grid-gallery .text {
      font-size: 16px; }
      .grid-gallery .text div {
        height: 247px;
        padding: 10% 9%; }
    .grid-gallery .text-list div {
      height: 247px;
      font-size: 14px; }
      .grid-gallery .text-list div h5 {
        font-size: 16px; } }
  @media (max-width: 992px) {
    .grid-gallery .gallery-left,
    .grid-gallery .gallery-right {
      float: none;
      width: 100%; }
    .grid-gallery .text-and-image {
      overflow: hidden;
      clear: both;
      position: relative; }
      .grid-gallery .text-and-image .text-list, .grid-gallery .text-and-image .text {
        position: absolute;
        height: 100%; }
      .grid-gallery .text-and-image .text-list {
        width: 30%; }
        .grid-gallery .text-and-image .text-list div {
          height: 100%; }
      .grid-gallery .text-and-image .text div {
        height: 100%;
        padding: 18% 5%; }
    .grid-gallery .gallery-left .b-gal {
      float: right; }
    .grid-gallery .gallery-right .s2-gal {
      float: right; } }
  @media (max-width: 500px) {
    .grid-gallery .s2-gal,
    .grid-gallery .b-gal {
      float: none;
      display: table;
      width: 100% !important;
      position: inherit !important;
      height: auto !important; }
      .grid-gallery .s2-gal > div,
      .grid-gallery .b-gal > div {
        padding: 20px; } }

.front .main-container .row {
  margin-left: 0;
  margin-right: 0; }

.front .main-container section.col-sm-12 {
  padding-left: 0;
  padding-right: 0; }

#top-bar {
  height: 550px;
  background-position: top center;
  display: table;
  width: 100%; }
  #top-bar #block-cylex-content h1.text-center {
    padding: 0 10px; }

@media (max-width: 768px) {
  #top-bar {
    height: 400px; }
    #top-bar #block-pagetitle-4 h1 {
      font-size: 45px !important; }
    #top-bar #block-cylex-content h1.text-center {
      font-size: 35px !important; }
    #top-bar #block-sitebranding h2 {
      font-size: 35px !important; }
    #top-bar #block-joincylex h2 {
      font-size: 45px !important; }
    #top-bar #block-joincylex h3#page-subtitle {
      padding: 0 15px;
      margin-top: 15px; } }

@media (max-width: 480px) {
  #top-bar {
    height: 300px; }
    #top-bar #block-pagetitle-4 h1 {
      font-size: 35px !important; }
    #top-bar #block-sitebranding h2 {
      padding: 0 5px; } }

@media (max-width: 320px) {
  #top-bar #block-cylex-content h1.text-center {
    font-size: 25px !important;
    line-height: 1.5 !important; }
  #top-bar #block-sitebranding h2 {
    font-size: 25px !important;
    line-height: 1.5 !important; }
  #top-bar h3#page-subtitle {
    font-size: 25px !important; }
  #top-bar #block-joincylex h2 {
    font-size: 30px !important; }
  #top-bar #block-pagetitle-4 h1 {
    font-size: 35px !important; } }

.front #top-bar-content,
.career #top-bar-content,
.jobs #top-bar-content {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

.front #top-bar-content {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/home-banner.jpg);
  background-size: cover;
  /*background-image: url(../images/home-banner.jpg);*/ }

.career #top-bar-content {
  background-image: url(../images/cylex-group.jpg);
  background-size: cover; }

.jobs #top-bar-content {
  background-image: url(../images/cylex-group.jpg);
  background-size: cover; }

.jobs #top-bar-content h1 {
  text-align: center; }

#block-cylex-content h1.text-center {
  margin-bottom: 0;
  margin-top: 0; }

@media (max-width: 992px) {
  #block-joincylex h2 {
    font-size: 45px !important; } }

#block-pagetitle h1 {
  color: #fff;
  text-align: center;
  margin: 0; }

#block-sitebranding h2 {
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0; }

.scrollToSection {
  font-size: 1.714em !important;
  color: white;
  position: absolute;
  bottom: 5%;
  right: 50%; }

@media (max-width: 768px) {
  .scrollToSection {
    position: absolute;
    right: 48%; } }

@media (max-width: 480px) {
  .scrollToSection {
    position: absolute;
    right: 47%; } }

@media (max-width: 320px) {
  .scrollToSection {
    right: 46%; } }

#arrowScroll {
  cursor: pointer; }

#highlighted .promoted-pages .block-content {
  display: block;
  /* padding-right: 5px; */ }

#highlighted .promoted-pages:last-child p {
  width: 400px;
  padding-right: 40px; }

#highlighted .promoted-pages .block-title span {
  font-weight: 600; }

#highlighted a.cbtn.cbtn-link {
  display: inline-block;
  border: 1px solid;
  border-radius: 0;
  padding: 10px 30px;
  text-transform: none;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px; }

#highlighted a.cbtn.cbtn-link:hover {
  background-color: #34A3DC;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

@media (max-width: 1200px) {
  #highlighted .promoted-pages:last-child p {
    width: auto;
    padding-right: 0; } }

@media (max-width: 992px) {
  #highlighted .promoted-pages {
    text-align: center;
    width: 50%;
    float: left;
    margin-top: 60px;
    margin-bottom: 60px; }
  #highlighted .col-md-4:last-child {
    clear: left; } }

@media (max-width: 480px) {
  #highlighted .promoted-pages {
    text-align: center;
    width: 100%;
    float: none !important; } }

.services-wrapper {
  background: -moz-linear-gradient(321deg, #8c8191 0%, #c7aca1 29%, #bcaaa6 50%, #d1b7a5 75%, #b5849c 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8c8191), color-stop(29%, #c7aca1), color-stop(50%, #bcaaa6), color-stop(75%, #d1b7a5), color-stop(100%, #b5849c));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(321deg, #8c8191 0%, #c7aca1 29%, #bcaaa6 50%, #d1b7a5 75%, #b5849c 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(321deg, #8c8191 0%, #c7aca1 29%, #bcaaa6 50%, #d1b7a5 75%, #b5849c 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(321deg, #8c8191 0%, #c7aca1 29%, #bcaaa6 50%, #d1b7a5 75%, #b5849c 100%);
  /* ie10+ */
  background: linear-gradient(129deg, #8c8191 0%, #c7aca1 29%, #bcaaa6 50%, #d1b7a5 75%, #b5849c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8C8191', endColorstr='#B5849C',GradientType=1 );
  /* ie6-9 */
  background-position: top center;
  /* display: table;*/
  width: 100%;
  min-height: 350px;
  overflow: hidden; }
  .services-wrapper h3 {
    color: #fff;
    text-align: center; }
  .services-wrapper img {
    max-width: 100%; }

.services-section {
  padding-top: 60px;
  margin-bottom: -260px; }
  .services-section #services-about {
    margin-bottom: 30px; }

#block-contactinformation {
  padding-top: 30px; }
  #block-contactinformation .block-items {
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 10px; }
    #block-contactinformation .block-items:last-child {
      border-bottom: none; }
    #block-contactinformation .block-items .block-item-label {
      color: #333333;
      margin-bottom: 5px; }

#map {
  height: 400px;
  margin-top: 60px; }

@media (max-width: 992px) {
  #block-mainpagecontent .form-item-name {
    padding-right: 10px; }
  #block-mainpagecontent .form-item-mail {
    padding-left: 10px; } }

#block-socialshare .list-unstyle li {
  display: inline-block;
  border: 1px solid #34A3DC;
  text-align: center;
  margin-right: 5px;
  border-radius: 100%; }
  #block-socialshare .list-unstyle li a {
    display: block;
    width: 30px;
    line-height: 30px; }

#block-socialshare-4 ul.list-unstyle {
  float: right; }

#block-socialshare-4 .list-unstyle li {
  display: inline-block;
  border: 1px solid #34A3DC;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  float: left; }
  #block-socialshare-4 .list-unstyle li a {
    display: block;
    width: 30px;
    line-height: 30px;
    font-size: 14px; }

#block-wedlovetohearfromyou {
  padding-top: 30px; }

form.contact-form .row .col-md-6:first-child {
  padding-right: 5px; }

form.contact-form .row .col-md-6:last-child {
  padding-left: 5px; }

#block-views-block-partners-block-1 {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 100%;
  background-color: #f2f3f4;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -30px; }
  #block-views-block-partners-block-1 h2 {
    text-align: center;
    margin-top: 0; }
  #block-views-block-partners-block-1 .more-link {
    display: block;
    text-align: center;
    clear: both;
    overflow: auto;
    background-color: transparent;
    margin-top: 10px;
    text-decoration: none; }
    #block-views-block-partners-block-1 .more-link a {
      display: inline-block;
      padding: 10px;
      border: 1px solid;
      border-radius: 0;
      text-transform: none;
      font-size: 14px; }
    #block-views-block-partners-block-1 .more-link a:hover {
      text-decoration: none;
      /* background-color: $link-color; */
      color: #ffffff;
      background-color: #019cde;
      border-color: #019cde;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  #block-views-block-partners-block-1 .views-row {
    float: left;
    display: block;
    text-align: center !important;
    line-height: 100px !important;
    width: 15%;
    margin-right: 15px;
    height: 100px !important; }
  @media (max-width: 992px) {
    #block-views-block-partners-block-1 .views-row {
      width: 50% !important; } }
  @media (max-width: 480px) {
    #block-views-block-partners-block-1 .views-row {
      width: 100% !important; } }

@media (max-width: 1200px) {
  #block-views-block-partners-block-1 .views-row {
    width: 33%;
    margin-right: 0; }
  /* #block-views-block-partners-block-1 .views-row:nth-last-child(2){
    width: 100%;
  }*/ }

@media (max-width: 650px) {
  #block-views-block-partners-block-1 .views-row {
    width: 50%; }
  /*
  #block-views-block-partners-block-1 .views-row:nth-last-child(2){
    width: 100%;
  }
  */ }

@media (max-width: 768px) {
  body.jobs {
    padding-top: 0 !important; } }

.main-container header h3 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px; }

.jobs .open-positions:hover img {
  -webkit-filter: grayscale(0%);
  transition: all 0.3s; }

.jobs section {
  padding-bottom: 10px; }
  .jobs section .views-row {
    float: left;
    margin-right: 2%; }
    .jobs section .views-row a:hover {
      text-decoration: none; }
  @media (min-width: 1201px) {
    .jobs section .views-row {
      width: 23%; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .jobs section .views-row {
      width: 31%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .jobs section .views-row {
      width: 48%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .jobs section .views-row {
      width: 48%; } }
  @media (max-width: 479px) {
    .jobs section .views-row {
      width: 100%; } }

.jobs .jobs-blue-title {
  color: #019cde;
  font-weight: bold; }

.page-node-type-open-positions.jobs #block-mainpagecontent img {
  float: right; }

.page-node-type-open-positions.jobs #block-mainpagecontent a {
  color: #242424;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.page-node-type-open-positions.jobs #block-mainpagecontent a:hover {
  color: #019cde; }

#block-views-block-open-positions-block-1 .open-positions:hover img {
  -webkit-filter: grayscale(0%); }

#block-views-block-house-cylex-house-cylex-block .more-link a {
  border: 1px solid #019cde;
  padding: 13px;
  color: #fff;
  background-color: #019cde;
  font-weight: bold;
  border-radius: 2px; }

#block-views-block-house-cylex-house-cylex-block .more-link a:hover {
  text-decoration: none;
  background-color: #0178ab;
  opacity: 0.9;
  border-color: #0178ab; }

@media (max-width: 1200px) {
  #block-what-we-do-for-fun {
    background-repeat: no-repeat !important;
    background-size: cover; } }

@media (max-width: 480px) {
  #block-what-we-do-for-fun {
    background-size: cover;
    min-height: 0 !important; } }

@media (max-width: 320px) {
  #block-views-block-open-positions-block-1 .more-link a {
    padding: 12px; } }

#regions_div {
  padding-top: 10px;
  padding-bottom: 20px; }

@media (min-width: 1200px) {
  #regions_div {
    min-height: 700px; } }

@media (max-width: 992px) {
  #regions_div {
    min-height: 600px; } }

@media (max-width: 768px) {
  #regions_div {
    min-height: 500px; } }

@media (max-width: 480px) {
  #regions_div {
    min-height: 300px; } }

.blog-image {
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0 auto;
  min-height: 335px;
  display: block; }
  @media (max-width: 768px) {
    .blog-image {
      min-height: 240px; } }

.full-blog-wrapper {
  max-width: 800px;
  padding-bottom: 20px; }
  .full-blog-wrapper strong {
    display: inline-block;
    color: #019cde;
    font-weight: normal;
    padding-bottom: 15px; }
  .full-blog-wrapper hr {
    margin-top: 10px;
    margin-bottom: 10px; }
  .full-blog-wrapper ul {
    padding-bottom: 10px; }
  .full-blog-wrapper p, .full-blog-wrapper li {
    font-size: 16px;
    line-height: 26px;
    color: #444; }
  .full-blog-wrapper img {
    max-width: 100%;
    height: auto; }
  .full-blog-wrapper .blog-title {
    padding-top: 20px; }
    .full-blog-wrapper .blog-title h1 {
      font-weight: normal; }
  .full-blog-wrapper .blog-body-wrapper img {
    padding: 15px 0;
    min-width: 1000px;
    margin-left: -100px; }
  .full-blog-wrapper .blog-body-wrapper iframe {
    padding: 15px 0;
    width: 770px;
    height: 450px; }
  .full-blog-wrapper .big {
    min-width: 1000px;
    margin-left: -100px; }
  @media (max-width: 1200px) {
    .full-blog-wrapper .big {
      min-width: auto;
      margin-left: 0; }
    .full-blog-wrapper .blog-body-wrapper img {
      min-width: auto;
      margin-left: 0; }
    .full-blog-wrapper .blog-body-wrapper iframe {
      margin-left: 0;
      width: 100%; }
    .full-blog-wrapper .blog-body-wrapper .ytp-thumbnail-overlay-image {
      opacity: 0.8; } }
  @media (max-width: 992px) {
    .full-blog-wrapper .blog-body-wrapper iframe {
      height: auto;
      min-height: 450px; } }
  @media (max-width: 600px) {
    .full-blog-wrapper .blog-body-wrapper iframe {
      height: auto;
      min-height: 380px; } }
  @media (max-width: 480px) {
    .full-blog-wrapper {
      padding: 20px 0; }
      .full-blog-wrapper .blog-body-wrapper iframe {
        min-height: 300px; } }

.path-blog #block-mainpagecontent .views-row {
  width: 100%;
  float: none;
  height: auto;
  text-align: left; }

.blog-list-wrapper {
  display: block;
  padding: 20px 0; }
  .blog-list-wrapper .blog-list-image-wrapper {
    display: inline-block; }
  .blog-list-wrapper .blog-list-title-wrapper {
    display: inline-block; }
    .blog-list-wrapper .blog-list-title-wrapper h4 {
      font-size: 24px;
      margin: 10px 0; }
    .blog-list-wrapper .blog-list-title-wrapper a {
      color: #242424;
      font-weight: normal; }
    .blog-list-wrapper .blog-list-title-wrapper a:hover {
      color: #34A3DC;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  .blog-list-wrapper .blog-list-details-wrapper {
    display: inline-block;
    padding-bottom: 30px; }
  .blog-list-wrapper .blog-list-summary-wrapper {
    display: inline-block;
    padding-bottom: 10px; }
  .blog-list-wrapper .blog-list-read-more-wrapper {
    display: inline-block; }
    .blog-list-wrapper .blog-list-read-more-wrapper a {
      clear: both;
      background-color: #019cde;
      border: 1px solid;
      border-radius: 0;
      border-color: #019cde;
      font-weight: 600;
      font-size: 13px;
      color: #fff;
      padding: 10px 15px; }
  .blog-list-wrapper .blog-list-read-more-wrapper a:hover {
    background-color: #0178ab;
    border-color: #0178ab;
    opacity: 0.9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

#main-footer {
  background-color: #333333;
  color: #999;
  font-size: 0.9em;
  text-decoration: none; }
  #main-footer .page-footer-first {
    background: #262626;
    padding: 60px 0 20px;
    overflow: hidden;
    /*
    @media(max-width: $xxs) {
      .footer-contents {
      display: block;
      padding-left: 20px;
      float: none;
      }

      #block-footer {
        float: none;
        padding-bottom: 40px;
        padding-left: 20px;

      }

      #block-socialshare-2 {
        padding-left: 20px;
      }

      #block-footercontactinformation {
        float: none;
        padding-left: 20px;
      }
    }
    */ }
    #main-footer .page-footer-first h2 {
      color: #fff;
      margin: 0;
      font-weight: 400;
      font-size: 1.2em;
      padding-bottom: 11px; }
    #main-footer .page-footer-first ul {
      padding-top: 0px;
      padding-bottom: 0px;
      margin-top: 0px; }
      #main-footer .page-footer-first ul li a {
        padding-bottom: 10px;
        display: block; }
    #main-footer .page-footer-first .block-items {
      padding-bottom: 10px; }
    #main-footer .page-footer-first img {
      width: 220px; }
    #main-footer .page-footer-first #block-footercontactinformation {
      display: inline-block; }
      #main-footer .page-footer-first #block-footercontactinformation h2 {
        margin-bottom: 15px; }
    #main-footer .page-footer-first nav,
    #main-footer .page-footer-first #block-howtoreachus {
      float: left;
      padding: 0 50px;
      /*ul li > a {
        padding-top: 0;
        color: $footer-text-color;
        text-decoration: none;
        i {
          width: 20px;
        }
        &:hover{
          color: #019cde;
        }
      }*/ }
      #main-footer .page-footer-first nav a,
      #main-footer .page-footer-first #block-howtoreachus a {
        color: #999; }
        #main-footer .page-footer-first nav a:hover,
        #main-footer .page-footer-first #block-howtoreachus a:hover {
          color: #019cde; }
      #main-footer .page-footer-first nav .field_contact_company .block-item-content:before,
      #main-footer .page-footer-first #block-howtoreachus .field_contact_company .block-item-content:before {
        font-family: FontAwesome;
        content: "\f0f7";
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle; }
      #main-footer .page-footer-first nav .field_contact_address .block-item-content:before,
      #main-footer .page-footer-first #block-howtoreachus .field_contact_address .block-item-content:before {
        font-family: FontAwesome;
        content: "\f277";
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle; }
      #main-footer .page-footer-first nav .field_contact_phone_number .block-item-content:before,
      #main-footer .page-footer-first #block-howtoreachus .field_contact_phone_number .block-item-content:before {
        font-family: FontAwesome;
        content: "\f095";
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle; }
      #main-footer .page-footer-first nav .field_contact_email .block-item-content:before,
      #main-footer .page-footer-first #block-howtoreachus .field_contact_email .block-item-content:before {
        font-family: FontAwesome;
        content: "\f0e0";
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle; }
    #main-footer .page-footer-first .nav > li > a:hover, #main-footer .page-footer-first .nav > li > a:focus {
      background-color: initial; }
    #main-footer .page-footer-first .footer-contents {
      display: inline-block;
      float: left;
      padding: 0px 50px 20px 0; }
    @media (max-width: 1200px) {
      #main-footer .page-footer-first #block-footercontactinformation {
        display: inline-block;
        float: left;
        padding-left: 15px;
        padding-top: 0; }
      #main-footer .page-footer-first #block-footer {
        padding-right: 0; }
      #main-footer .page-footer-first #block-socialshare-2 {
        padding-right: 30px;
        text-align: left; } }
    @media (max-width: 992px) {
      #main-footer .page-footer-first .footer-contents {
        display: block;
        float: none;
        text-align: center; }
      #main-footer .page-footer-first #block-footer {
        padding-right: 0;
        padding-left: 0; }
      #main-footer .page-footer-first #block-socialshare-2 {
        padding-right: 30px;
        text-align: left; } }
    @media (max-width: 768px) {
      #main-footer .page-footer-first .footer-contents {
        display: block;
        float: none;
        text-align: center; }
      #main-footer .page-footer-first #block-footer {
        padding-right: 0;
        padding-left: 15px;
        width: 50%; }
      #main-footer .page-footer-first #block-socialshare-2 {
        width: 50%;
        padding: 0;
        text-align: left; }
      #main-footer .page-footer-first #block-footercontactinformation {
        float: none;
        padding-left: 15px;
        padding-top: 15px; } }
    @media (max-width: 480px) {
      #main-footer .page-footer-first .container {
        text-align: left; }
      #main-footer .page-footer-first .footer-contents {
        display: block;
        text-align: left;
        padding-right: 0;
        padding-left: 15px;
        float: none;
        text-align: left; }
      #main-footer .page-footer-first #block-footer {
        padding-bottom: 40px;
        padding-right: 0;
        padding-left: 15px;
        float: none;
        text-align: left; }
      #main-footer .page-footer-first #block-socialshare-2 {
        padding-right: 0;
        padding-left: 15px;
        float: none; }
      #main-footer .page-footer-first #block-footercontactinformation {
        float: none;
        padding-left: 15px; } }
  #main-footer .page-footer-second {
    background: #222;
    padding: 20px 0; }
  #main-footer .visible-footer {
    display: inline-block !important; }
  #main-footer .hidden-footer {
    display: none; }
  #main-footer #block-footer {
    line-height: 8px;
    padding-top: 5px; }
    #main-footer #block-footer h2 {
      padding-bottom: 25px; }
  #main-footer #block-socialshare-2 h2 {
    padding-bottom: 25px; }
  #main-footer #block-socialshare-2 li {
    margin-bottom: 5px; }
    #main-footer #block-socialshare-2 li .fa {
      font-size: 15px;
      margin-right: 5px; }
  #main-footer #block-howtoreachus h2 {
    padding-bottom: 25px; }

@media (max-width: 480px) {
  body.jobs {
    padding-top: 50px; }
  body.user-logged-in.path-node.page-node-type-open-positions.jobs.toolbar-vertical {
    margin-top: 40px; }
    body.user-logged-in.path-node.page-node-type-open-positions.jobs.toolbar-vertical header#navbar {
      padding-top: 30px; } }

@media (max-width: 768px) {
  body.jobs {
    padding-top: 50px; } }

.page-node-type-open-positions.jobs h2 {
  color: #019cde;
  margin-top: 0;
  margin-bottom: 20px; }

.page-node-type-open-positions.jobs .jobs-header {
  min-height: 210px;
  margin-bottom: 15px;
  background-color: #ddd; }
  .page-node-type-open-positions.jobs .jobs-header span {
    text-transform: uppercase; }

.page-node-type-open-positions.jobs a.job-apply-btn {
  color: #fff !important; }

.page-node-type-open-positions.jobs .rrssb-buttons {
  position: absolute;
  top: 160px;
  padding-left: 15px; }

.page-node-type-open-positions.jobs .rrssb-buttons.large-format li a .rrssb-icon {
  width: 30%; }

.page-node-type-open-positions.jobs .rrssb-buttons li a .rrssb-text {
  display: none; }

@media (min-width: 992px) {
  .page-node-type-open-positions.jobs li.rrssb-email,
  .page-node-type-open-positions.jobs li.rrssb-facebook,
  .page-node-type-open-positions.jobs li.rrssb-googleplus,
  .page-node-type-open-positions.jobs li.rrssb-twitter,
  .page-node-type-open-positions.jobs li.rrssb-linkedin {
    width: 4% !important; } }

@media (min-width: 573px) and (max-width: 991px) {
  .page-node-type-open-positions.jobs li.rrssb-email,
  .page-node-type-open-positions.jobs li.rrssb-facebook,
  .page-node-type-open-positions.jobs li.rrssb-googleplus,
  .page-node-type-open-positions.jobs li.rrssb-twitter,
  .page-node-type-open-positions.jobs li.rrssb-linkedin {
    width: 7% !important; } }

@media (max-width: 572px) {
  .page-node-type-open-positions.jobs li.rrssb-email,
  .page-node-type-open-positions.jobs li.rrssb-facebook,
  .page-node-type-open-positions.jobs li.rrssb-googleplus,
  .page-node-type-open-positions.jobs li.rrssb-twitter,
  .page-node-type-open-positions.jobs li.rrssb-linkedin {
    width: 10% !important; }
  .page-node-type-open-positions.jobs .rrssb-buttons {
    top: 200px; }
  .page-node-type-open-positions.jobs .jobs-header {
    min-height: 250px; } }

.page-node-type-open-positions.jobs .rrssb-buttons li a {
  display: block; }

.page-node-type-open-positions.jobs .rrssb-buttons.large-format li a {
  padding: none; }

.page-node-type-open-positions.jobs a.back-link {
  font-size: 1em;
  color: #019cde !important; }
  .page-node-type-open-positions.jobs a.back-link i {
    font-size: 1.6em;
    margin: 10px 10px 10px 0px; }
