@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600);
@import url('https://fonts.googleapis.com/css?family=Questrial');
.light0 {
  background: #f1f1f1;
  color: #222;
}
.light001 {
  background: #f9f9f9;
}
.light01 {
  background: #eaeaea;
}
.light02 {
  background: #f7f7f7;
}
.light1 {
  background: #e5e5e5;
}
.light2 {
  background: #ccc;
}
.light3 {
  background: #c2c2c2;
}
.light4 {
  background: #cacaca;
}
.dark {
  color: #fff;
  background: #222;
}
.dark0 {
  color: #fff;
  background: #868686;
}
.dark1 {
  color: #fff;
  background: #656565;
}
.dark2 {
  color: #fff;
  background: #333;
}
.green {
  background: #009640;
  color: #fff;
}
.blue {
  background: #25a9e0;
  color: #fff;
}
.light-blue {
  background: #e5edf0;
  color: #fff;
}
.light-blue2 {
  background: #d3dee4;
  color: #fff;
}
.dark-blue {
  background: #007b9c;
  color: #fff;
}
.orange {
  background: #d35400;
  color: #fff;
}
.light-orange {
  background: #ff9854;
  color: #fff;
}
.dark-orange {
  background: #a04000;
  color: #fff;
}
.red {
  background: #d32b23;
  color: #fff;
}
.white {
  background: #fff;
  color: #222;
}
.white-alpha {
  background: rgba(255,255,255,0.8);
  color: #222;
}
.yellow {
  background: #ffdd00;
  color: #d32b23;
}
.gray {
  background: #cacaca;
  color: #222;
}
.blue0 {
  background: #007b9c;
  color: #fff;
}
.blue1 {
  background: #084b75;
  color: #fff;
}
.black {
  background: #000;
}
.black0 {
  background: #222;
}
.black1 {
  background: #444;
  color: #fff;
}
.shadow {
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.shadow.light {
  background: rgba(0,0,0,0.4);
  color: #fff;
}
.colored {
  background: #25a9e0;
  color: #fff;
}
.colored .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.colored-alpha {
  background: rgba(37,169,224,0.9);
  color: #fff;
}
.light-colored {
  background: #ff9854;
  color: #fff;
}
.dark-colored {
  background: #a04000;
  color: #fff;
}
.transparent {
  background: rgba(0,0,0,0);
}
.alert {
  background: #d32b23;
  color: #fff;
}
.ok {
  background: #009640;
  color: #fff;
}
.msg {
  background: #e5e5e5;
}
.grayscale img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grayscale90 img {
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  filter: grayscale(90%);
}
#gears-ui,
.t-font {
  background-color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #222;
}
.t-font2 {
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  color: #222;
}
.transition-color {
  transition: color 200ms ease;
  -webkit-transition: color 200ms ease;
}
.transition {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.fit {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.__cf {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ofh {
  overflow: hidden;
}
.ofv {
  overflow: visible;
}
.brd-full,
.brd {
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  border-left: #e5e5e5 1px solid;
  border-right: #e5e5e5 1px solid;
}
.brd-top {
  border-top: #e5e5e5 1px solid;
}
.brd-bottom {
  border-bottom: #e5e5e5 1px solid;
}
.brd-green {
  border-top: #009640 1px solid;
  border-bottom: #009640 1px solid;
  border-left: #009640 1px solid;
  border-right: #009640 1px solid;
}
.brd-grey-right {
  border-right: #cacaca 1px solid;
}
.brd-grey-left {
  border-left: #cacaca 1px solid;
}
.brd-grey-bottom {
  border-bottom: #cacaca 1px solid;
}
.brd-grey-top {
  border-top: #cacaca 1px solid;
}
.brd-separator-right {
  border-right: #f1f1f1 10px solid;
}
.brd-separator-left {
  border-left: #f1f1f1 10px solid;
}
.brd-blue-right {
  border-right: #25a9e0 1px solid;
}
.brd-blue-left {
  border-left: #25a9e0 1px solid;
}
.brd-blue-top {
  border-top: #25a9e0 1px solid;
}
.brd-blue-bottom {
  border-bottom: #25a9e0 6px solid;
}
.box-margin20 {
  margin: 20px;
}
.hover {
  box-shadow: inset rgba(0,0,0,0.05) 0px 1000px 0px inset;
}
.active {
  box-shadow: inset rgba(0,0,0,0.05) 0px 1000px 0px inset;
  top: 1px;
  left: 1px;
}
.rounded {
  background: #fff;
  color: #222;
}
.full-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.box-inline {
  display: inline-block;
  float: none !important;
}
.box-left {
  float: left;
}
.box-right {
  float: right;
}
.box-h {
  min-height: 600px;
}
.box-hmini {
  min-height: 300px;
}
.box-hlarge {
  min-height: 900px;
}
.box-mini {
  max-width: 500px;
}
.box-vpadding {
  padding: 15px 0px;
}
.box-margin {
  margin: 0 auto;
}
body {
  font-size: 15px;
}
.t-boxing {
  margin-bottom: 10px !important;
}
.t-pad5 {
  padding: 0 5px 0 5px;
}
.t-white {
  color: #fff;
}
.t-black {
  color: #222;
}
.t-disabled {
  color: #868686 !important;
}
.t-grey {
  color: #656565;
}
.t-grey1 {
  color: #868686;
}
.t-grey0 {
  color: #cacaca;
}
.t-blue {
  color: #25a9e0;
}
.t-blue0 {
  color: #007b9c;
}
.t-yellow {
  color: #ffdd00;
}
.t-red {
  color: #d32b23;
}
.t-orange {
  color: #d35400;
}
.t-color {
  color: #25a9e0;
}
.t-ucase {
  text-transform: uppercase;
}
.t-micro {
  font-size: 10px !important;
}
.t-mini {
  font-size: 13px !important;
}
.t-normal {
  font-size: 15px !important;
}
.t-big {
  font-size: 18px !important;
}
.t-large {
  font-size: 22px !important;
}
.t-huge {
  font-size: 26px !important;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-justify {
  text-align: justify;
}
.t-fit {
  width: 100%;
}
.t-ellipsis {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.t-strong {
  font-weight: bold;
}
.iconset {
  font-family: "aeicons-huge1";
}
h1,
.h1 {
  text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
  margin-bottom: 10px !important;
}
h2,
.h2 {
  text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
  margin-bottom: 10px !important;
}
h3,
.h3 {
  text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
  margin-bottom: 10px !important;
}
h4,
.h4 {
  text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
  margin-bottom: 10px !important;
}
a {
  color: #222;
}
.gears-page,
.page {
  padding: 15px;
  padding-top: 30px;
}
.gears-page.marker-window,
.page.marker-window {
  padding: 0px;
}
.gears-page.marker-window p,
.page.marker-window p {
  padding: 0px !important;
}
.gears-page ul,
.page ul {
  margin-bottom: 20px;
}
.gears-page ul li,
.page ul li {
  padding-left: 10px;
  list-style-type: square;
  margin-left: 40px;
}
.page-box {
  margin-top: 0px;
  margin-right: -15px;
  margin-bottom: 10px;
  margin-left: -15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.page-header {
  margin-top: 0px;
  margin-right: -15px;
  margin-bottom: 10px;
  margin-left: -15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: center;
}
.page-content {
  margin-bottom: 10px !important;
}
.info-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 250px;
}
.info-box.size1 {
  width: 200px;
}
.info-box.size2 {
  width: 300px;
}
.button-hover {
  box-shadow: inset rgba(0,0,0,0.05) 0px 1000px 0px inset;
}
.button-hover-main {
  background: #25a9e0;
}
.button-active {
  box-shadow: inset rgba(0,0,0,0.05) 0px 1000px 0px inset;
  top: 1px;
  left: 1px;
}
.button-condensed {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
}
.gears-button .icon-pre,
.gears-button .button-text {
  margin-left: 0px;
}
.gears-button .gears-button-inner.size-16,
.gears-button .gears-button-inner.size-normal {
  font-size: 18px;
  line-height: 19px;
}
.gears-button .gears-button-inner.size-16 .subtext,
.gears-button .gears-button-inner.size-normal .subtext {
  font-size: 15px;
}
.gears-button:not(.centered) .gears-button-inner {
  padding: 10px;
  margin: 2px;
}
.gears-button:not(.centered) .gears-button-inner > :not(:first-child) {
  margin-left: 8px;
}
.gears-button .button-green {
  background: #009640;
  color: #fff;
}
.gears-button .button-blue {
  background: #25a9e0;
  color: #fff;
}
.gears-button .button-blue .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button .button-orange {
  background: #d35400;
  color: #fff;
}
.gears-button .button-red {
  background: #d32b23;
  color: #fff;
}
.gears-button .button-white {
  background: #fff;
  color: #222;
}
.gears-button .button-dark {
  color: #fff;
  background: #222;
}
.gears-button .button-yellow {
  background: #ffdd00;
  color: #d32b23;
}
.gears-button .button-main {
  background: #fff;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: #25a9e0 1px solid;
  border-bottom: #25a9e0 1px solid;
  border-left: #25a9e0 1px solid;
  border-right: #25a9e0 1px solid;
  color: #25a9e0;
}
.gears-button .button-action {
  background: #25a9e0;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.gears-button .button-action .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button .button-light {
  background: #e5e5e5;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.gears-button .button-sel {
  background: #25a9e0;
  color: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button .button-sel .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button .button-sel.gears-button-inner {
  padding: 15px;
}
.gears-button .button-sel .button-text {
  font-size: 18px;
}
.gears-button.t-grey .gears-button-inner {
  color: #cacaca;
}
.gears-button.t-normal .gears-button-inner {
  font-size: 15px !important;
}
.gears-button:hover:not(.disabled) .button-standard[command],
.gears-button:hover:not(.disabled) .gears-button-inner[command],
.gears-button:hover:not(.disabled) .button-standard[commandparams],
.gears-button:hover:not(.disabled) .gears-button-inner[commandparams],
.gears-button:hover:not(.disabled) .button-standard[data],
.gears-button:hover:not(.disabled) .gears-button-inner[data] {
  box-shadow: inset rgba(0,0,0,0.05) 0px 1000px 0px inset;
}
.gears-button:hover:not(.disabled) .button-main[command],
.gears-button:hover:not(.disabled) .button-main[commandparams],
.gears-button:hover:not(.disabled) .button-main[data] {
  color: #fff;
  background: #25a9e0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled) .button-action[command],
.gears-button:hover:not(.disabled) .button-action[commandparams],
.gears-button:hover:not(.disabled) .button-action[data] {
  background: #25a9e0;
  background: #fff;
  color: #25a9e0;
  border-top: #25a9e0 1px solid;
  border-bottom: #25a9e0 1px solid;
  border-left: #25a9e0 1px solid;
  border-right: #25a9e0 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled) .button-light[command],
.gears-button:hover:not(.disabled) .button-light[commandparams],
.gears-button:hover:not(.disabled) .button-light[data] {
  background: #25a9e0;
  background: #fff;
  color: #25a9e0;
  border-top: #25a9e0 1px solid;
  border-bottom: #25a9e0 1px solid;
  border-left: #25a9e0 1px solid;
  border-right: #25a9e0 1px solid;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled).ghost .button-standard[command],
.gears-button:hover:not(.disabled).ghost .gears-button-inner[command],
.gears-button:hover:not(.disabled).ghost .button-standard[commandparams],
.gears-button:hover:not(.disabled).ghost .gears-button-inner[commandparams],
.gears-button:hover:not(.disabled).ghost .button-standard[data],
.gears-button:hover:not(.disabled).ghost .gears-button-inner[data] {
  color: #25a9e0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:hover:not(.disabled).ghost .button-sel[command],
.gears-button:hover:not(.disabled).ghost .button-sel[commandparams],
.gears-button:hover:not(.disabled).ghost .button-sel[data] {
  background: rgba(0,0,0,0);
  color: #25a9e0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button:active:not(.disabled) .button-standard[command],
.gears-button:active:not(.disabled) .gears-button-inner[command],
.gears-button:active:not(.disabled) .button-standard[commandparams],
.gears-button:active:not(.disabled) .gears-button-inner[commandparams],
.gears-button:active:not(.disabled) .button-standard[data],
.gears-button:active:not(.disabled) .gears-button-inner[data] {
  box-shadow: inset rgba(0,0,0,0.05) 0px 1000px 0px inset;
  top: 1px;
  left: 1px;
}
.gears-button.selected .button-standard {
  background: #c2c2c2;
}
.gears-button.selected .select-green {
  background: #009640;
  color: #fff;
}
.gears-button.selected .button-green {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-blue {
  background: #25a9e0;
  color: #fff;
}
.gears-button.selected .select-blue .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button.selected .button-blue {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-orange {
  background: #d35400;
  color: #fff;
}
.gears-button.selected .button-orange {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-red {
  background: #d32b23;
  color: #fff;
}
.gears-button.selected .button-red {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-white {
  background: #fff;
  color: #222;
}
.gears-button.selected .button-white {
  background: #fff;
  color: #222;
}
.gears-button.selected .select-yellow {
  background: #ffdd00;
  color: #d32b23;
}
.gears-button.selected .button-yellow {
  background: #ffdd00;
  color: #d32b23;
}
.gears-button.selected .button-sel {
  background: #d35400;
  color: #fff;
}
.gears-button.selected .button-main {
  background: #25a9e0;
  color: #fff;
}
.gears-button.selected .button-main .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button.ghost:not(.disabled) .button-action[command],
.gears-button.ghost:not(.disabled) .button-action[commandparams],
.gears-button.ghost:not(.disabled) .button-action[data] {
  background: rgba(0,0,0,0);
  color: #25a9e0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  border-top: rgba(0,0,0,0) 1px solid;
  border-bottom: rgba(0,0,0,0) 1px solid;
  border-left: rgba(0,0,0,0) 1px solid;
  border-right: rgba(0,0,0,0) 1px solid;
}
.gears-button.ghost:not(.disabled) .button-sel[command],
.gears-button.ghost:not(.disabled) .button-sel[commandparams],
.gears-button.ghost:not(.disabled) .button-sel[data] {
  background: rgba(0,0,0,0);
  color: #25a9e0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button.ghost:not(.disabled):hover .button-action[command],
.gears-button.ghost:not(.disabled):hover .button-action[commandparams],
.gears-button.ghost:not(.disabled):hover .button-action[data] {
  background: rgba(0,0,0,0);
  color: #25a9e0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  border-top: #25a9e0 1px solid;
  border-bottom: #25a9e0 1px solid;
  border-left: #25a9e0 1px solid;
  border-right: #25a9e0 1px solid;
}
.gears-button.selected.ghost .button-green {
  background: #009640;
  color: #fff;
}
.gears-button.selected.ghost .button-blue {
  background: #25a9e0;
  color: #fff;
}
.gears-button.selected.ghost .button-blue .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button.selected.ghost .button-orange {
  background: #d35400;
  color: #fff;
}
.gears-button.selected.ghost .button-red {
  background: #d32b23;
  color: #fff;
}
.gears-button.selected.ghost .button-white {
  background: #fff;
  color: #222;
}
.gears-button.selected.ghost .button-sel[command],
.gears-button.selected.ghost .button-sel[commandparams],
.gears-button.selected.ghost .button-sel[data] {
  background: #25a9e0;
  color: #fff;
}
.gears-button.selected.ghost .button-sel[command] .radio input[type="radio"]:checked + span.gears-icon:before,
.gears-button.selected.ghost .button-sel[commandparams] .radio input[type="radio"]:checked + span.gears-icon:before,
.gears-button.selected.ghost .button-sel[data] .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-button.selected.ghost:hover .button-sel[command],
.gears-button.selected.ghost:hover .button-sel[commandparams],
.gears-button.selected.ghost:hover .button-sel[data] {
  background: #25a9e0;
  color: #fff;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.gears-button.disabled .gears-button-inner {
  color: #868686 !important;
}
.gears-button.condensed .gears-button-inner {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
}
.gears-toolbar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gears-toolbar .gears-toolbar-dock.docked-title {
  letter-spacing: -0.5px;
  font-size: 16px;
  line-height: 42px;
}
.gears-toolbar .gears-toolbar-dock.docked-left {
  left: 0px;
}
.gears-toolbar .gears-toolbar-dock.docked-right {
  right: 0px;
}
.gears-toolbar .gears-button .gears-button-inner {
  font-size: 16px;
}
.gears-toolbar.condensed .gears-button .gears-button-inner {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
}
.gears-toolbar.spaced .docked-title {
  font-size: 20px;
}
.gears-toolbar.spaced .gears-button .gears-button-inner {
  padding: 10px;
  margin: 2px;
  font-size: 18px;
}
.gears-toolbar.spaced.fill .docked-title {
  font-size: 20px;
}
.gears-toolbar.spaced.fill .gears-button .gears-button-inner {
  padding: 10px;
  margin: 0px;
  font-size: 18px;
}
.gears-toolbar.mini .gears-button .gears-button-inner {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
}
.gears-toolbar .module-label {
  color: #25a9e0;
  text-transform: uppercase;
}
.gears-toolbar .module-label .gears-button-inner {
  font-size: 22px !important;
}
.gears-toolbar.breadrumb .button-text {
  color: #868686;
  font-size: 13px !important;
  text-transform: uppercase;
}
.gears-toolbar.breadrumb .gears-button:hover .button-text {
  color: #d35400;
}
.gears-toolbar.breadrumb .gears-button:not(:first-child):after {
  content: ' ';
  left: 0px;
  top: 12px;
  height: 16px;
  width: 1px;
  position: absolute;
  background: #cacaca;
}
.gears-toolbar.breadrumb .gears-button:last-child .button-text {
  color: #222;
}
.gears-panel > .gears-content[command],
.gears-panel > .gears-content[commandparams],
.gears-panel > .gears-content[data] {
  cursor: pointer;
}
.gears-panel.padded .gears-content {
  padding: 15px;
}
.gears-panel.h-box > .gears-content > .gears-panel.adaptive {
  margin-right: 10px;
}
.gears-panel.natural {
  position: relative;
}
.gears-panel.natural > .gears-content {
  width: 100%;
  position: relative;
}
.gears-panel.natural > .gears-content > .inner {
  width: 100%;
  position: relative;
}
.gears-panel.natural.tb-fix {
  padding-bottom: 40px;
}
.filter-box .ae-search {
  margin-left: 8px;
}
.badge-abs {
  position: absolute;
  top: 0px;
  right: 0px;
}
.gears-badge {
  background: #d35400;
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 3px;
  z-index: 2;
  border: 0px;
  max-width: 95%;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.badge-new:after {
  content: "NEW";
  background: #d32b23;
  color: #fff;
  background: #d35400;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 3px;
  z-index: 2;
  border: 0px;
  max-width: 95%;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.badge-demo:after {
  content: "DEMO";
  background: #d32b23;
  color: #fff;
  background: #d35400;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 3px;
  z-index: 2;
  border: 0px;
  max-width: 95%;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.gears-button .gears-badge {
  position: absolute;
  top: 0px;
  right: 0px;
}
.gears-dialogs.dark {
  background: rgba(0,0,0,0.5);
}
.gears-dialog {
  background: #f1f1f1;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gears-dialog > .gears-content + .gears-toolbar-top .gears-button .gears-button-inner {
  background: none;
}
.gears-dialog > .gears-content + .gears-toolbar-top .docked-title {
  text-transform: uppercase;
}
.gears-dialog.dropped {
  background: #fff;
  color: #222;
  border-top: #f1f1f1 1px solid;
  border-bottom: #f1f1f1 1px solid;
  border-left: #f1f1f1 1px solid;
  border-right: #f1f1f1 1px solid;
}
.gears-dialog.dropped a.gears-button-inner {
  margin: 0px;
  padding: 15px;
  font-size: 13px !important;
}
.gears-dialog.dropped .gears-button:not(:last-of-type) a {
  border-bottom: #f1f1f1 1px solid;
}
.gears-dialog .gears-toolbar-bottom .gears-toolbar-dock {
  padding: 9px;
}
.gears-pointer.top,
.gears-pointer.bottom {
  width: 16px;
  height: 16px;
  position: absolute;
  color: #f1f1f1;
}
.gears-dialog.msg-dialog {
  border-top: #25a9e0 3px solid;
  border-bottom: #25a9e0 3px solid;
  border-left: #25a9e0 3px solid;
  border-right: #25a9e0 3px solid;
}
.gears-dialog.msg-dialog .docked-title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px;
  height: 34px;
  font-size: 13px !important;
  background: #25a9e0;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  line-height: 20px;
  transform: translateX(-50%);
}
.gears-dialog.msg-dialog .docked-title .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-dialog.msg-dialog .docked-title:after,
.gears-dialog.msg-dialog .docked-title:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
}
.gears-dialog.msg-dialog .docked-title:before {
  left: -22px;
  border-top: #25a9e0 34px solid;
  border-left: rgba(0,0,0,0) 22px solid;
  border-right: #25a9e0 1px solid;
}
.gears-dialog.msg-dialog .docked-title:after {
  border-top: #25a9e0 34px solid;
  border-left: #25a9e0 1px solid;
  border-right: rgba(0,0,0,0) 22px solid;
  right: -22px;
}
.gears-dialog.main-dialog {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-top: #25a9e0 3px solid;
  border-bottom: #25a9e0 3px solid;
  border-left: #25a9e0 3px solid;
  border-right: #25a9e0 3px solid;
}
.gears-dialog.main-dialog > .gears-toolbar-top {
  border-bottom: #e5e5e5 1px solid;
}
.gears-dialog.main-dialog > .gears-toolbar-top .gears-toolbar-dock {
  margin-top: 10px;
}
.gears-dialog.main-dialog > .gears-toolbar-top .docked-title {
  font-size: 22px !important;
}
.gears-dialog.main-dialog > .gears-toolbar-top .docked-right .gears-icon {
  background: #25a9e0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 10px;
}
.gears-dialog.main-dialog > .gears-toolbar-top .docked-right .gears-icon .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-dialog.main-dialog > .gears-toolbar-top.transparent {
  background: none !important;
}
.gears-dialog.main-dialog > .gears-toolbar-top.transparent .gears-toolbar-dock {
  margin-top: 0px;
}
.gears-dialog.options-dialog {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top:  2px solid;
  border-bottom:  2px solid;
  border-left:  2px solid;
  border-right:  2px solid;
}
.gears-dialog.mini-dialog {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gears-dialog.mini-dialog > .gears-toolbar-top {
  border-bottom: #e5e5e5 1px solid;
}
.gears-dialog.mini-dialog > .gears-toolbar-top .gears-toolbar-dock {
  margin-top: 0px;
}
.gears-dialog.mini-dialog > .gears-toolbar-top .docked-title {
  font-size: 13px !important;
}
.gears-dialog.mini-dialog > .gears-toolbar-top .docked-right .gears-icon {
  background: #25a9e0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 10px;
}
.gears-dialog.mini-dialog > .gears-toolbar-top .docked-right .gears-icon .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-dialog.mini-dialog > .gears-toolbar-top.transparent {
  background: none !important;
}
.gears-dialog.mini-dialog > .gears-toolbar-top.transparent .gears-toolbar-dock {
  margin-top: 0px;
}
.gears-dialog.options-dialog {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top:  2px solid;
  border-bottom:  2px solid;
  border-left:  2px solid;
  border-right:  2px solid;
}
.gears-pointer.gears-icon {
  font-size: 17px;
}
.gears-list.item-loader .gears-list-item {
  background: url(images/loader-ring.svg) no-repeat center center !important;
}
.gears-list.table {
  margin: 0px;
  margin-top: 2px;
  border-spacing: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gears-list.table .item-element {
  padding: 20px 10px;
  border-bottom: #e5e5e5 1px solid;
}
.gears-list.table .item-element.gears-buttonbar {
  padding: 0px;
  padding-top: 2px;
  width: 10px;
  text-align: center;
}
.gears-list.table .gears-list-item:first-child .item-element {
  border-top: #e5e5e5 1px solid;
}
.gears-list.table .buttons {
  float: none;
}
.gears-list.table .buttons a {
  background: #e5e5e5;
}
.gears-list .gears-list-item {
  padding: 0px;
}
.gears-list .gears-list-item.selected {
  background: #c2c2c2;
}
.gears-list .gears-list-item:hover:not(.disabled):not(.separator) {
  box-shadow: inset rgba(0,0,0,0.05) 0px 1000px 0px inset;
  cursor: pointer;
}
.gears-list .gears-list-item.disabled {
  color: #868686 !important;
}
.gears-list .gears-list-item .gears-icon.ae-checkbox {
  display: inline-block;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
}
.gears-list .gears-list-item .gears-icon.ae-checkbox:not(.alternate):before,
.gears-list .gears-list-item .gears-icon.ae-checkbox.alternate.checked:before {
  content: "\e387";
}
.gears-list .gears-list-item-inner {
  cursor: pointer;
  padding: 10px;
}
.gears-list .gears-list-item-inner::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.gears-list .item-element {
  padding-left: 5px;
  padding-right: 5px;
}
.gears-list .item-element.title {
  font-size: 18px;
}
.gears-list .item-element.subtitle {
  font-size: 10px;
}
.gears-list .buttons {
  float: right;
}
.gears-list.centered .gears-list-item {
  margin: 5px;
}
.gears-list.centered .gears-list-item .item-element.photo {
  padding-top: 5px;
}
.gears-list.centered .gears-list-item .item-element.toleft {
  margin-top: -5px;
  margin-left: -5px;
}
.gears-list:not(.centered) .gears-list-item {
  float: none;
  width: auto;
  background: #fff;
  color: #222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 5px;
}
.gears-list:not(.centered) .gears-list-item .item-element {
  vertical-align: middle;
}
.gears-list:not(.centered) .gears-list-item .item-element.toleft {
  margin-left: -5px;
}
.gears-list:not(.centered) .gears-list-item .item-element.icon {
  padding: 0px;
  margin-right: 5px;
  vertical-align: middle;
  color: #25a9e0;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gears-list:not(.centered) .gears-list-item .item-element.gears-buttonbar .gears-button.centered .gears-button-inner {
  height: 48px;
  margin-left: -3px;
}
.gears-list:not(.centered) .gears-list-item .item-element.vcenter {
  margin-top: 15px;
}
.gears-list:not(.centered) .gears-list-item .item-element.padding-vcenter {
  padding-top: 12px;
}
.gears-list:not(.centered) .gears-list-item.selected {
  background: #ccc;
}
.gears-list.list-green .gears-list-item.selected {
  background: #009640;
  color: #fff;
}
.gears-list.list-blue .gears-list-item.selected {
  background: #25a9e0;
  color: #fff;
}
.gears-list.list-blue .gears-list-item.selected .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.gears-list.list-orange .gears-list-item.selected {
  background: #d35400;
  color: #fff;
}
.gears-list.list-red .gears-list-item.selected {
  background: #d32b23;
  color: #fff;
}
.gears-list.list-white .gears-list-item.selected {
  background: #fff;
  color: #222;
}
.gears-list.list-gray .gears-list-item.selected {
  background: #cacaca;
  color: #222;
}
.noresult-fit {
  border: none !important;
  background: transparent !important;
}
.gears-loader {
  background: none;
}
.gears-loader .gears-loader-inner {
  width: 80px;
  height: 50%;
  margin: auto;
  vertical-align: text-bottom;
  text-align: center;
  position: relative;
}
.gears-loader .gears-loader-content {
  width: 80px;
  height: 120px;
  position: absolute;
  bottom: -70px;
  background: none;
  color: transparent;
  font-weight: 100;
}
.gears-loader .gears-loader-image {
  width: 100%;
  height: 80px;
  text-align: center;
  background: url(images/loader-diaframma2.svg) no-repeat center;
  margin-left: 0px;
  margin-top: 0px !important;
  background-size: contain;
}
.gears-loader.loader-type-white {
  background: rgba(255,255,255,0.95);
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
}
.gears-loader.loader-type-white .gears-loader-inner {
  width: 400px;
  height: 50%;
  margin: auto;
  vertical-align: text-bottom;
  text-align: center;
  position: relative;
}
.gears-loader.loader-type-white .gears-loader-content {
  width: 400px;
  height: 280px;
  position: absolute;
  bottom: -90px;
  background: none;
  color: transparent;
  font-weight: 100;
}
.gears-loader.loader-type-white .gears-loader-image {
  width: 100%;
  height: 280px;
  text-align: center;
  background-image: url(images/title-desktop.png);
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: 0px !important;
  background-size: contain;
}
body {
  background-color: #f1f1f1 !important;
  font-size: 12px;
}
body.animating {
  overflow: hidden !important;
}
.slide {
  z-index: 1;
  display: block;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 5% 10%;
  background-size: auto 100%;
  background: #f1f1f1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slide h2 {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 4em;
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  color: #222;
  letter-spacing: 2px;
  text-shadow: none;
}
.slide h3 {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 2em;
  letter-spacing: 1px;
  font-weight: bold;
}
.slide .content {
  width: 75%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slide .content .description {
  width: 100%;
}
.slide .box {
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slide .box .box-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slide .box h3 {
  padding: 10px 0px;
}
.slide .action {
  z-index: 2;
  position: absolute;
}
.slide .action .gears-icon {
  color: #25a9e0;
  font-size: 2em;
}
.slide .action.action-bottom {
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}
.slide .navigator {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8%;
  z-index: 3;
  color: #fff;
}
.slide .navigator .title {
  font-size: 1.5em;
  position: relative;
  letter-spacing: 4px;
  margin: 0;
  height: 100%;
  line-height: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  transform: rotate(-90deg);
  white-space: nowrap;
  text-transform: uppercase;
}
.slide .navigator .logo {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 48px;
  padding-bottom: 100%;
  background-image: url(images/title-logo-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.slide .navigator .logo a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.slide .side {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8%;
  z-index: 2;
  background: #e5e5e5;
}
.slide.home .heading {
  position: relative;
  height: 100%;
  z-index: 2;
}
.slide.home .child-swiper {
  z-index: 1;
}
.slide.home h1 {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide.home h1 img {
  height: 70%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.slide.home .description {
  width: 100%;
  text-align: center;
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 3em;
  line-height: 2em;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slide.tech .navigator {
  background-color: #25a9e0;
}
.slide.tech .box h3 {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.slide.tech .box .description {
  background: #25a9e0;
  color: #fff;
  font-size: 1.3em;
  padding: 15px;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  bottom: 0;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transform: translateY(100%);
}
.slide.tech .box .description .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.slide.tech .box .box-content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.slide.tech .box .box-content:hover h3 {
  top: 5%;
}
.slide.tech .box .box-content:hover .description {
  bottom: 50%;
  transform: translateY(50%);
}
.slide.portfolio {
  background: #e5e5e5;
}
.slide.portfolio .navigator {
  background-color: #1779a2;
}
.slide.portfolio .slide {
  padding: 0px;
  background: #e5e5e5;
  text-align: center;
}
.slide.cases {
  color: #fff;
  background: #222;
}
.slide.cases .navigator {
  background-color: #25a9e0;
}
.slide.cases h2 {
  color: #fff;
}
.slide.cases .slide {
  color: #fff;
  background: #222;
}
.slide.cases .slide h2 {
  color: #fff;
}
.slide.places .navigator {
  background-color: #68c3ea;
}
.slide.places .map-container {
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  overflow: hidden;
}
.slide.places .map-container.map-0 {
  top: 0;
}
.slide.places .map-container.map-1 {
  top: 50%;
}
.slide.places .map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  bottom: -20px;
}
.slide.places .side {
  background-color: rgba(255,255,255,0.7);
}
.slide.places .separator {
  position: absolute;
  background: #fff;
  color: #222;
  z-index: 1;
  height: 6%;
  top: 50%;
  transform: translateY(-50%) skewY(2deg);
  width: 100%;
  left: 0;
}
.slide.contact .navigator {
  background-color: #1779a2;
}
.slide.contact .description {
  width: 100%;
  text-align: center;
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 1.8em;
  line-height: 1em;
  padding: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slide.contact .contact-form form>br {
  display: none;
}
.slide.contact .contact-form .radio {
  display: inline-block;
  float: none !important;
}
.slide.contact .contact-form .fieldset {
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slide.contact .contact-form .field-container,
.slide.contact .contact-form input,
.slide.contact .contact-form textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slide.contact .contact-form textarea {
  resize: none;
}
.slide.contact .contact-form .send-button a {
  padding: 8px 16px;
}
.slide.company .navigator {
  background-color: #25a9e0;
}
.slide.company .laydark {
  position: absolute;
  color: #fff;
  background: #222;
  z-index: 0;
  height: 50%;
  top: 50%;
  transform: translateY(-50%) skewY(2deg);
  width: 100%;
  left: 0;
}
.slide.company .logolast {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 20%;
}
.slide.company .fulldescr {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 3%;
  left: 0px;
  font-size: 1em;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.child-swiper {
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  font-size: 40px !important;
}
.swiper-pagination-bullet-active,
.swiper-pagination-progressbar-fill {
  background: #25a9e0 !important;
}
.main-swiper>.swiper-pagination.swiper-pagination-bullets {
  right: 3.2%;
}
.main-swiper>.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 20px 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.view {
  position: relative;
  display: block;
  height: 100vh;
  margin: 0;
  overflow: initial;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content-hidden {
  position: absolute;
  display: none !important;
}
.content-moving {
  position: absolute;
  top: 0;
  left: 0;
}
.nav-header {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0px;
  z-index: 16;
}
.nav-header .nav-header-content {
  background: #25a9e0;
  color: #fff;
}
.nav-header .nav-header-content .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.nav-header .title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px;
  height: 34px;
  font-size: 13px !important;
  background: #25a9e0;
  color: #fff;
  position: relative;
}
.nav-header .title .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.nav-header .title.title-center {
  display: block;
  margin: auto;
  width: 80px;
}
.nav-header .title.title-right {
  display: block;
  float: right;
  margin-right: 50px;
  min-width: 80px;
}
.nav-header .title.title-right .gears-button {
  margin-top: -9px;
}
.nav-header .title.title-right .gears-button:hover a.button-standard[data] {
  color: #222;
  font-weight: bold;
}
.nav-header .title.title-right .gears-button a {
  color: #fff;
}
.nav-header .title.title-right .gears-button a .button-text {
  font-size: 13px !important;
}
.nav-header .title:after,
.nav-header .title:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
}
.nav-header .title:before {
  left: -22px;
  border-top: #25a9e0 34px solid;
  border-left: rgba(0,0,0,0) 22px solid;
  border-right: #25a9e0 1px solid;
}
.nav-header .title:after {
  border-top: #25a9e0 34px solid;
  border-left: #25a9e0 1px solid;
  border-right: rgba(0,0,0,0) 22px solid;
  right: -22px;
}
.nav-content {
  z-index: 15;
  position: relative;
  display: block;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 25px 50px;
  background-size: auto 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.nav-content .nav-back {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 50px;
}
.nav-content .content-item {
  min-height: 90vh;
}
.nav-content .footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.nav-content .footer .section-inner {
  padding: 25px;
  margin-bottom: 50px;
  color: #fff;
  background: #222;
}
.nav-content .footer .section-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.nav {
  min-width: 215px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  min-width: 10px;
}
.nav-hidden {
  position: absolute;
  display: none !important;
}
.nav-selected {
  z-index: 5;
}
.nav-main {
  left: 45px;
}
.nav-main .nav-item {
  height: 50px;
  position: relative;
  cursor: pointer;
}
.nav-main .nav-item:not(:last-child) {
  margin: 0 10px 0 0;
}
.nav-main .nav-item .gears-button {
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.nav-main .nav-item .gears-button a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.nav-main .nav-cover {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.nav-main .nav-label {
  color: #25a9e0;
  font-size: 20px;
  position: relative;
  letter-spacing: 1.5px;
  margin: 0;
  height: 100%;
  font-weight: normal;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.nav-main.nav-vertical {
  display: flex;
  width: auto;
  height: 100%;
}
.nav-main.nav-vertical .nav-item {
  flex: none;
  width: 50px;
  height: 100%;
}
.nav-main.nav-vertical .nav-label {
  transform: rotate(-90deg);
  white-space: nowrap;
}
.case {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding: 10px;
  cursor: pointer;
  left: 10%;
  right: 10%;
  height: 50%;
}
.case.case-top {
  top: 0px;
}
.case.case-bottom {
  bottom: 0px;
}
.case .case-content {
  position: relative;
  background-color: #f0f0f0;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.case .case-content .icon {
  position: relative;
  padding-top: 30px;
  width: 100%;
  height: 150px;
  text-align: center;
  z-index: 10;
}
.case .case-content .icon img {
  width: 260px;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.case .case-content h4 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  z-index: 11;
  font-size: 35px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  background-color: rgba(0,0,0,0.3);
  text-shadow: none !important;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .case-content p {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  opacity: 0;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5%;
  font-size: 15px;
}
.case:hover {
  z-index: 15;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  height: 100%;
}
.case:hover .case-content {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  background-position: center center;
}
.case:hover h4 {
  bottom: auto;
  height: 20%;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.case:hover p {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  opacity: 1;
  bottom: 0px;
}
.work {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  width: 300px;
  height: 180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.work .work-content {
  position: relative;
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.work .work-content .icon {
  position: relative;
  padding-top: 30px;
  width: 100%;
  height: 150px;
  text-align: center;
  z-index: 10;
}
.work .work-content .icon img {
  width: 260px;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.work .work-content h4 {
  opacity: 0;
  position: absolute;
  top: 130px;
  text-align: center;
  width: 100%;
  color: #222;
  z-index: 11;
  font-size: 15px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.work .work-content p {
  display: none;
}
.work:hover {
  background: #25a9e0;
  color: #fff;
}
.work:hover .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.work:hover .icon img {
  -webkit-transform: translateY(-20px) scale3d(0.8,0.8,1);
  -moz-transform: translateY(-20px) scale3d(0.8,0.8,1);
  -ms-transform: translateY(-20px) scale3d(0.8,0.8,1);
  transform: translateY(-20px) scale3d(0.8,0.8,1);
  filter: none;
  -webkit-filter: none;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.work:hover h4 {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.work .icon img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  -webkit-filter: grayscale(100%) brightness(1.5);
  -moz-filter: grayscale(100%) brightness(1.5);
  filter: gray;
  filter: grayscale(100%) brightness(1.5);
  filter: url(desaturate.svg#greyscale);
}
.work.block:hover .icon img {
  -webkit-transform: translateY(-20px) scale3d(0.8,0.8,1);
  -moz-transform: translateY(-20px) scale3d(0.8,0.8,1);
  -ms-transform: translateY(-20px) scale3d(0.8,0.8,1);
  transform: translateY(-20px) scale3d(0.8,0.8,1);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: gray;
  filter: grayscale(0%);
  filter: none;
}
.work .content p {
  background: #f08536;
  padding: 5px;
  padding-top: 160px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
  -moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 0 0px #f08536;
}
.work.block:hover p,
.work.block p:hover {
  opacity: 1;
  height: 150%;
  box-shadow: 0 0 0 10px #f08536;
}
.button a {
  position: absolute;
  top: 0px;
  z-index: 10;
  left: 0px;
  right: 0px;
  height: 150%;
  border: 0px;
}
.button a .button-body {
  background: #f08536;
  color: #fff;
  font-size: 10px;
  display: block;
  text-align: center;
  padding: 4px;
  -webkit-transform: rotate(32deg) translateX(0) translateY(0);
  -moz-transform: rotate(32deg) translateX(0) translateY(0);
  -ms-transform: rotate(32deg) translateX(0) translateY(0);
  transform: rotate(32deg) translateX(0) translateY(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  text-transform: uppercase;
  position: absolute;
  top: 12px;
  right: -37px;
  width: 150px;
}
.button a:hover:after {
  opacity: 0;
}
.work.block:hover .button a {
  padding: 0px;
  margin-top: -30px;
}
.work.block:hover .button a .button-body {
  -webkit-transform: rotate(0) translateX(0) translateY(0);
  -moz-transform: rotate(0) translateX(0) translateY(0);
  -ms-transform: rotate(0) translateX(0) translateY(0);
  transform: rotate(0) translateX(0) translateY(0);
  font-size: 14px;
  line-height: 14px;
  left: 0px;
  width: auto;
  right: 0px;
  top: 21px;
}
.section-portfolio {
  text-align: center;
}
input,
select,
textarea,
.ms-ctn {
  padding: 6px 12px !important;
  border-top: #cacaca 1px solid;
  border-bottom: #cacaca 1px solid;
  border-left: #cacaca 1px solid;
  border-right: #cacaca 1px solid;
  font-size: 15px;
  color: #222;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus,
.ms-ctn:focus {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  border-top: #25a9e0 1px solid;
  border-bottom: #25a9e0 1px solid;
  border-left: #25a9e0 1px solid;
  border-right: #25a9e0 1px solid;
  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);
}
input,
select {
  padding: 4px;
  height: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
button {
  border: none;
  background: none;
}
fieldset .gears-button {
  margin-left: -2px;
  margin-top: -2px;
}
fieldset .box-text {
  padding: 5px;
  padding-left: 0px;
  margin-top: 10px;
}
.ae-label {
  padding: 1px;
}
.ae-field {
  position: relative;
}
.ae-field .field-container {
  border: 0px;
  text-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ae-field .field-container .gears-icon.ae-close-button-4:before {
  color: #fff;
}
.ae-field.text .field-container {
  background: #cacaca;
  color: #fff;
}
.ae-field.text .field-container.gears-readonly,
.ae-field.text .field-container.gears-readonly>input {
  background: none !important;
  border: none;
}
.ae-field.text .field-container.gears-readonly {
  border-bottom: 1px #d32b23 solid;
}
.ae-field.textarea .field-container.gears-readonly,
.ae-field.textarea .field-container.gears-readonly>textarea {
  background: none !important;
  border: none;
}
.ae-field.combo {
  position: relative;
}
.ae-field.combo .field-container {
  background: #fff;
  color: #222;
  background-color: #222 !important;
}
.ae-field.combo .field-container.gears-readonly,
.ae-field.combo .field-container.gears-readonly>select {
  background: none !important;
  border: none;
}
.ae-field.combo .field-container.gears-readonly {
  border-bottom: 1px #25a9e0 solid;
}
.ae-field.combo .field-container select {
  background: #fff;
  color: #222;
  color: #25a9e0;
  -webkit-appearance: none;
}
.ae-field.combo:after {
  font-family: "aeicons-huge1";
  content: "\e597";
  right: 2px;
  top: 10px;
  color: #25a9e0;
  position: absolute;
}
.ae-field.radio label {
  cursor: pointer;
}
.ae-field.radio input[type="radio"]:checked + span.gears-icon:before {
  content: " ";
  background: #25a9e0;
  color: #fff;
  display: inline-block;
}
.ae-field.radio input[type="radio"]:checked + span.gears-icon:before .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.ae-field.radio input[type="radio"] + span.gears-icon:before {
  content: " ";
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ae-field.radio .ae-checkbox {
  border-top: #c2c2c2 1px solid;
  border-bottom: #c2c2c2 1px solid;
  border-left: #c2c2c2 1px solid;
  border-right: #c2c2c2 1px solid;
  padding: 4px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ae-field.checkbox input[type="checkbox"]:checked + span.gears-icon:before {
  content: '\2713';
  font-weight: bold;
}
.ae-field.checkbox input[type="checkbox"] + span.gears-icon:before {
  content: " ";
}
.ae-field.checkbox .label {
  padding-left: 0px;
}
.ae-field.checkbox label {
  cursor: pointer;
}
.ae-field.checkbox .gears-icon {
  color: #25a9e0;
}
.ae-field .ae-checkbox {
  border-top: #c2c2c2 1px solid;
  border-bottom: #c2c2c2 1px solid;
  border-left: #c2c2c2 1px solid;
  border-right: #c2c2c2 1px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  margin-right: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.ae-field.date .ui-datepicker-trigger {
  display: none;
}
.blue .radio input[type="radio"]:checked + span.gears-icon:before {
  background: #fff;
  color: #222;
}
.form-section,
.box-text {
  margin-bottom: 20px;
  padding-right: 20px;
  color: #25a9e0;
  width: 100%;
  text-align: left;
  border-bottom: #25a9e0 1px solid;
}
.formset {
  padding-right: 20px;
  position: relative;
}
.formset.col-1,
.formset.col-1-1,
.formset.t-fit {
  padding-right: 0px;
}
.formset .ae-field {
  width: 100%;
}
.formset .field-container {
  margin-bottom: 20px;
  width: 100%;
}
.fields-1-2 .ae-field {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fields-1-2 .ae-field.combo:after {
  right: 25px;
  z-index: 350;
}
.fields-1-2 .ae-field.field-ok:after {
  right: 25px;
  z-index: 350;
}
.fields-1-2 .ae-field.field-error:after {
  right: 25px;
  z-index: 350;
}
.ae-fieldset {
  box-shadow: 0px 0px 3px 1px #ccc;
}
.ui-state-highlight {
  background: #d35400 !important;
}
.ui-state-active {
  background: #25a9e0 !important;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  background: red;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 12px !important;
  font-weight: 100;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-spacing: 0px;
}
.ui-datepicker-header {
  background: url('images/dark_leather.png') repeat 0 0 #000;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,0.2);
  filter: dropshadow(color=#000,offx=1,offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title select {
  height: 30px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('images/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  background-image: -o-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  background-image: -ms-linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  background-image: linear-gradient(top,#f7f7f7 0%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#f1f1f1',GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  filter: dropshadow(color=#fff,offx=1,offy=0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  filter: dropshadow(color=#fff,offx=1,offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top,#ededed 0%,#dedede 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#dedede));
  background: -webkit-linear-gradient(top,#ededed 0%,#dedede 100%);
  background: -o-linear-gradient(top,#ededed 0%,#dedede 100%);
  background: -ms-linear-gradient(top,#ededed 0%,#dedede 100%);
  background: linear-gradient(top,#ededed 0%,#dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dedede',GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fb7d2f;
  background: -moz-linear-gradient(top,#fb7d2f 0%,#f79257 50%,#fa5d08 51%,#f76211 71%,#f2601c 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#fb7d2f),color-stop(50%,#f79257),color-stop(51%,#fa5d08),color-stop(71%,#f76211),color-stop(100%,#f2601c));
  background: -webkit-linear-gradient(top,#fb7d2f 0%,#f79257 50%,#fa5d08 51%,#f76211 71%,#f2601c 100%);
  background: -o-linear-gradient(top,#fb7d2f 0%,#f79257 50%,#fa5d08 51%,#f76211 71%,#f2601c 100%);
  background: -ms-linear-gradient(top,#fb7d2f 0%,#f79257 50%,#fa5d08 51%,#f76211 71%,#f2601c 100%);
  background: linear-gradient(to bottom,#fb7d2f 0%,#f79257 50%,#fa5d08 51%,#f76211 71%,#f2601c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb7d2f',endColorstr='#f2601c',GradientType=0);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  color: white;
  border: 1px solid #C98235;
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ms-ctn .ms-sel-item {
  background: url(images/progress_overlay.png), rgba(42,139,187,0.7) !important;
  color: #FFF !important;
  float: left;
  font-size: 16px !important;
  padding: 5px !important;
  border-radius: 0px !important;
  border: 0px !important;
  margin: 1px 5px 1px 0;
}
.ms-res-ctn .ms-res-item-active {
  background: rgba(255,255,255,0.2) !important;
  color: #FFF !important;
}
.ms-ctn .ms-trigger {
  background: #222 !important;
  border-left: 1px solid #444 !important;
}
.ms-res-ctn .ms-res-item {
  color: #fff !important;
  font-weight: 100;
  border-bottom: solid 1px #333;
}
.field-icon {
  font-family: "aeicons-huge1";
  color: #000;
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 16px;
  width: 16px;
}
.field-error input,
.field-error select {
  border-color: #d32b23;
}
.field-error:after {
  content: " ";
  background: #d32b23;
  color: #fff;
  font-family: "aeicons-huge1";
  color: #000;
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 16px;
  width: 16px;
}
.field-ok input,
.field-ok select {
  border-color: #009640;
}
.field-ok:after {
  content: " ";
  background: #009640;
  color: #fff;
  font-family: "aeicons-huge1";
  color: #000;
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 16px;
  width: 16px;
}
.fieldset {
  padding: 10px 0 10px 0;
}
.fieldset .ae-field,
.fieldset .field-container,
.fieldset input,
.fieldset select {
  width: 100%;
}
.fieldset input,
.fieldset select {
  padding: 10px;
}
.fieldset > label {
  text-transform: uppercase;
  font-size: 13px !important;
  color: #25a9e0;
}
.fieldset .ae-field {
  position: relative;
}
.fieldset.datepicker .ae-field:after {
  content: "\e3de";
  font-family: "aeicons-huge1";
  color: #000;
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 16px;
  width: 16px;
}
.fieldset.datepicker .valid {
  background: #ffdd00;
}
.fieldset.datepicker .valid.checked {
  background: #A2C594 !important;
  color: white !important;
}
.fieldset.datepicker .invalid {
  text-decoration: line-through;
}
.fieldset.datepicker .week-name,
.fieldset.datepicker .caption {
  color: #222;
}
.fieldset.datepicker .real-today {
  border-bottom: #222 3px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fieldset.timecombo .ae-field:after {
  content: "\e3df";
  font-family: "aeicons-huge1";
  color: #000;
  position: absolute;
  top: 10px;
  right: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 16px;
  width: 16px;
}
.hasDatepicker {
  position: relative;
  z-index: 200;
}
[class*='col-'] {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.col-x {
  width: 100%;
}
.col-1 {
  width: 100%;
}
.col-2,
.col2 {
  width: 50%;
}
.col-3 {
  width: 33.3%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
.cell-middle {
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}
@media only screen and (max-width: 699px) {
  [class*='col-'] {
    width: 100%;
    float: none;
  }
  .cell-middle {
    display: block;
  }
  .slide .box.col-1-2 {
    height: 50%;
  }
  .slide .box.col-1-3 {
    height: 33.33%;
  }
  .slide .box.col-1-4 {
    height: 25%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1099px) {
  .col-1-5 {
    width: 50%;
  }
  .col-1-1 {
    width: 100%;
  }
  .col-4-5 {
    width: 80%;
  }
  .col-2-3,
  .col-8-12 {
    width: 66.66%;
  }
  .col-1-2,
  .col-6-12 {
    width: 50%;
  }
  .col-1-3,
  .col-4-12 {
    width: 33.33%;
  }
  .col-1-4,
  .col-3-12 {
    width: 25%;
  }
  .col-1-6,
  .col-2-12 {
    width: 16.667%;
  }
  .col-1-7 {
    width: 14.28%;
  }
  .col-1-8 {
    width: 12.5%;
  }
  .col-1-9 {
    width: 11.1%;
  }
  .col-1-10 {
    width: 10%;
  }
  .col-1-11 {
    width: 9.09%;
  }
  .col-1-12 {
    width: 8.33%;
  }
  .col-11-12 {
    width: 91.66%;
  }
  .col-10-12 {
    width: 83.333%;
  }
  .col-9-12,
  .col-3-4 {
    width: 75%;
  }
  .col-5-12 {
    width: 41.66%;
  }
  .col-2-5 {
    width: 40%;
  }
  .col-3-5 {
    width: 60%;
  }
  .col-7-12 {
    width: 58.33%;
  }
}
@media only screen and (min-width: 1100px) {
  .col-1-1 {
    width: 100%;
  }
  .col-4-5 {
    width: 80%;
  }
  .col-2-3,
  .col-8-12 {
    width: 66.66%;
  }
  .col-1-2,
  .col-6-12 {
    width: 50%;
  }
  .col-1-3,
  .col-4-12 {
    width: 33.33%;
  }
  .col-1-4,
  .col-3-12 {
    width: 25%;
  }
  .col-1-5 {
    width: 20%;
  }
  .col-1-6,
  .col-2-12 {
    width: 16.667%;
  }
  .col-1-7 {
    width: 14.28%;
  }
  .col-1-8 {
    width: 12.5%;
  }
  .col-1-9 {
    width: 11.1%;
  }
  .col-1-10 {
    width: 10%;
  }
  .col-1-11 {
    width: 9.09%;
  }
  .col-1-12 {
    width: 8.33%;
  }
  .col-11-12 {
    width: 91.66%;
  }
  .col-10-12 {
    width: 83.333%;
  }
  .col-9-12,
  .col-3-4 {
    width: 75%;
  }
  .col-5-12 {
    width: 41.66%;
  }
  .col-2-5 {
    width: 40%;
  }
  .col-3-5 {
    width: 60%;
  }
  .col-7-12 {
    width: 58.33%;
  }
}
@media only screen and (max-width: 640px) {
  .slide h2 {
    font-size: 2.5em;
  }
  .slide.home .description {
    font-size: 2em;
    line-height: 1.5em;
  }
  .slide.tech .box .description {
    font-size: 1em;
    height: 100%;
  }
  .slide .case .case-content p {
    font-size: 1em;
  }
  .slide.company .logolast {
    width: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .slide.company .logolast {
    width: 45%;
  }
}
