/*  THIS IS SASS BASED CSS. DO NOT EDIT THIS CSS FILE. PLEASE USE STYLE.CSS IN THE THEME FOLDER TO OVERWRTE ANY STYLES */
/*#common*/
@font-face {
  font-family: 'Corporative-Regular';
  src: url("/wp-content/themes/stickman/styles/fonts/Corporative-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Regular.otf") format("opentype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Regular.woff") format("woff"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Regular.ttf") format("truetype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Regular.svg#Corporative-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Corporative-Medium';
  src: url("/wp-content/themes/stickman/styles/fonts/Corporative-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Medium.otf") format("opentype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Medium.woff") format("woff"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Medium.ttf") format("truetype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Medium.svg#Corporative-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Corporative-Bold';
  src: url("/wp-content/themes/stickman/styles/fonts/Corporative-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Bold.otf") format("opentype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Bold.woff") format("woff"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Bold.ttf") format("truetype"), url("/wp-content/themes/stickman/styles/fonts/Corporative-Bold.svg#Corporative-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratbold';
  src: url("/wp-content/themes/stickman/styles/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/stickman/styles/fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratlight';
  src: url("/wp-content/themes/stickman/styles/fonts/montserrat-light-webfont.woff2") format("woff2"), url("/wp-content/themes/stickman/styles/fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratmedium';
  src: url("/wp-content/themes/stickman/styles/fonts/montserrat-medium-webfont.woff2") format("woff2"), url("/wp-content/themes/stickman/styles/fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratregular';
  src: url("/wp-content/themes/stickman/styles/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/stickman/styles/fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratsemibold';
  src: url("/wp-content/themes/stickman/styles/fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("/wp-content/themes/stickman/styles/fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body,
html {
  font-family: 'Montserrat', sans-serif; }

main,
footer,
article {
  width: 100%;
  float: left; }

.align-center {
  margin: 0 auto; }

.container {
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px; }

.avatar {
  border-radius: 50%;
  max-width: auto; }

.btn {
  background-color: #e7801e;
  padding: 0 20px;
  line-height: 38px;
  height: 41px;
  font-family: "montserratregular", sans-serif;
  border: solid 2px rgba(255, 255, 255, 0);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn:hover {
    color: #fff;
    border: solid 2px white; }
  .btn.secondary {
    background-color: #fff;
    color: #e7801e;
    border: solid 2px rgba(232, 128, 31, 0); }
    .btn.secondary:hover {
      color: #e7801e;
      border: solid 2px #e8801f; }
  .btn.gradient {
    background: url(/wp-content/themes/stickman/images/orange_gradient_btn_bg.jpg) repeat-x 0 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff; }

ul {
  padding: 0;
  margin: 20px 0 20px 18px; }
  ul li {
    padding: 0;
    font-size: 16px;
    margin: 0 0 10px;
    font-family: "montserratlight", sans-serif; }
  ul.bullet {
    margin: 0 0 15px; }
    ul.bullet li {
      position: relative;
      padding-left: 27px;
      font-size: 16px;
      font-family: "montserratlight", sans-serif;
      line-height: 27px;
      list-style-type: none; }
      ul.bullet li:before {
        content: '';
        background: url(/wp-content/themes/stickman/images/bullet_pnts_tick.png) no-repeat 0 3px;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0px; }

ol {
  padding: 0;
  margin: 20px 0 20px 18px; }
  ol li {
    font-size: 16px;
    font-family: "montserratlight", sans-serif;
    line-height: 27px; }

blockquote {
  font-size: 16px;
  font-family: "montserratlight", sans-serif;
  padding: 15px 8%;
  border-left: 0;
  width: 84%;
  margin: 20px 8% 40px;
  line-height: 27px;
  position: relative;
  text-align: center; }
  blockquote p {
    margin: 0; }
  blockquote:before {
    background: url(/wp-content/themes/stickman/images/testi_icon_left.png) no-repeat 0 0;
    width: 29px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    content: ''; }
  blockquote:after {
    background: url(/wp-content/themes/stickman/images/testi_icon_right.png) no-repeat 0 0;
    width: 29px;
    height: 29px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 5px;
    content: ''; }

img, iframe {
  max-width: 100%; }
  img[src=""], iframe[src=""] {
    display: none; }

h1 {
  font-size: 55px;
  font-weight: 300;
  margin-top: 0;
  font-family: "Corporative-Regular", "Open Sans", sans-serif; }

h2 {
  font-size: 36px;
  font-weight: 400;
  margin-top: 0;
  font-family: "Corporative-Regular", "Open Sans", sans-serif; }

h3 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0; }

h4 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 0;
  font-family: "montserratlight", sans-serif; }

h5 {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  font-family: "montserratlight", sans-serif; }

p, .content-column {
  font-family: "montserratlight", sans-serif;
  font-size: 16px;
  line-height: 23px; }

.content-column {
  margin-bottom: 20px; }
  .content-column.one_half {
    padding: 0 20px 0 0; }
    .content-column.one_half + .one_half {
      padding: 0; }
  .content-column.one_third, .content-column.one_fourth, .content-column.one_fifth, .content-column.one_sixth, .content-column.two_third, .content-column.two_fifth, .content-column.three_fourth, .content-column.three_fifth, .content-column.four_fourth, .content-column.five_sixth {
    padding: 0 20px 0 0; }
    .content-column.one_third.last_column, .content-column.one_fourth.last_column, .content-column.one_fifth.last_column, .content-column.one_sixth.last_column, .content-column.two_third.last_column, .content-column.two_fifth.last_column, .content-column.three_fourth.last_column, .content-column.three_fifth.last_column, .content-column.four_fourth.last_column, .content-column.five_sixth.last_column {
      padding-right: 0; }

.pagination {
  text-align: center;
  width: 100%; }
  .pagination ul {
    text-align: center;
    float: none;
    display: inherit; }
    .pagination ul li {
      list-style-type: none;
      display: inline-block;
      margin: 0 5px; }
      .pagination ul li a {
        border-radius: 50%;
        border: solid 1px #231f20;
        color: #231f20;
        line-height: 40px;
        display: block;
        width: 40px;
        height: 40px;
        background-color: #fff;
        padding: 0; }
        .pagination ul li a:hover, .pagination ul li a.current {
          background-color: #e7801e;
          color: #fff;
          border: solid 1px #e7801e;
          text-decoration: none; }
        .pagination ul li a.next {
          text-indent: -9999px;
          background: url(/wp-content/themes/stickman/images/right-arrow.png) no-repeat center 6px;
          border: 0;
          border-radius: 0;
          background-size: 40%; }
        .pagination ul li a.prev {
          text-indent: -9999px;
          background: url(/wp-content/themes/stickman/images/left-arrow.png) no-repeat center 6px;
          border: 0;
          border-radius: 0;
          background-size: 40%; }

input[type="text"],
input[type="tel"] {
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px; }

textarea {
  border: 0 !important;
  border-radius: 0 !important;
  resize: none !important; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"] {
  border: solid 1px #ddd !important;
  border-radius: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
  background: #f9f9f9; }
.gform_wrapper textarea {
  border: solid 1px #ddd !important;
  border-radius: 0 !important;
  resize: none;
  background: #f9f9f9; }
.gform_wrapper select {
  border: solid 1px #ddd !important;
  background: #f9f9f9;
  height: 40px !important;
  line-height: 40px !important; }
.gform_wrapper .validation_error, .gform_wrapper .validation_message {
  display: none !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  background-color: transparent !important;
  padding: 0 16px 0 0 !important;
  border: 0 !important; }
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000 !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0; }
.gform_wrapper .gform_footer input.button {
  background-color: #e7801e;
  padding: 0 20px;
  line-height: 38px;
  height: 41px;
  font-family: "montserratregular", sans-serif;
  border: solid 2px rgba(255, 255, 255, 0);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .gform_wrapper .gform_footer input.button:hover {
    color: #fff;
    border: solid 2px white; }

@media screen and (min-width: 1024px) {
  .below-d {
    display: none; } }
@media screen and (max-width: 1024px) {
  blockquote {
    padding: 20px 0; }
    blockquote:before {
      top: -11px;
      left: 0px; }
    blockquote:after {
      bottom: -30px;
      right: 0px; } }
@media screen and (max-width: 1023px) {
  .below-d {
    display: inline; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 25px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; } }
@media screen and (min-width: 768px) {
  .below-t {
    display: none !important; }

  .above-t {
    display: inline-block; } }
@media screen and (max-width: 767px) {
  .below-t {
    display: inline-block; }

  .above-t {
    display: none !important; }

  blockquote {
    width: 100%;
    padding: 0 30px; }
    blockquote:before {
      top: -11px;
      left: 30px; }
    blockquote:after {
      bottom: -30px;
      right: 30px; } }
@media screen and (max-width: 360px) {
  .pagination ul li {
    margin: 0 4px; }
    .pagination ul li a {
      width: 30px;
      height: 30px;
      line-height: 30px; }

  blockquote:before {
    top: -11px; }
  blockquote:after {
    bottom: -30px; } }
/*#endregion*/
/*#header*/
body {
  margin-top: 88px; }
  body > header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: solid 1px #f1f1f1;
    height: 88px;
    z-index: 99;
    background: #fff; }
    body > header .site-logo {
      float: left;
      line-height: 88px; }

/*#header endregion*/
/*#footer*/
footer {
  background-color: #333333;
  padding: 50px 0 50px; }
  footer .footer-logo {
    margin-bottom: 34px; }
  footer span, footer p, footer h5, footer h6 {
    font-size: 12px;
    color: #fff;
    font-family: "montserratlight", sans-serif; }
  footer a, footer a:visited, footer a:focus {
    color: #fff;
    font-size: 12px;
    font-family: "montserratlight", sans-serif; }
    footer a:hover, footer a:visited:hover, footer a:focus:hover {
      color: #e7801e; }
  footer span {
    padding: 0 1px 0 3px; }
  footer h5 {
    margin-bottom: 20px;
    font-weight: 300; }
  footer h6 {
    font-weight: 300;
    margin-bottom: 0px; }
  footer p {
    margin-bottom: 15px; }
  footer .loc-list {
    margin-bottom: 0; }
    footer .loc-list span:last-child {
      display: none; }
  footer .center-menu ul {
    margin-left: 0; }
  footer .center-menu .menu > li {
    margin: 0 0 15px; }
    footer .center-menu .menu > li > a {
      font-weight: 600; }
    footer .center-menu .menu > li .sub-menu {
      margin: 0 0 0px;
      padding: 0; }
      footer .center-menu .menu > li .sub-menu li {
        display: inline-block;
        padding: 0;
        margin: 0;
        position: relative; }
        footer .center-menu .menu > li .sub-menu li a {
          font-size: 11px; }
        footer .center-menu .menu > li .sub-menu li:after {
          position: absolute;
          right: 3px;
          color: #ccc;
          top: 0;
          content: ''; }
        footer .center-menu .menu > li .sub-menu li:last-child:after {
          display: none; }
  footer .footer-menu ul {
    margin: 0 0 20px;
    padding: 0; }
    footer .footer-menu ul li {
      padding: 0;
      margin: 0;
      list-style-type: none;
      line-height: 23px; }
  footer .info h5, footer .info .phone {
    color: #fff;
    font-family: "montserratbold", sans-serif;
    font-size: 18px; }
  footer .info h5 {
    margin-bottom: 10px; }
  footer .info .phone {
    color: #e7801e;
    margin: 0; }
    footer .info .phone:hover {
      text-decoration: none; }
  footer .info .email {
    color: #ccc; }
    footer .info .email a {
      font-size: 12px;
      font-family: "montserratlight", sans-serif;
      color: #ccc; }
  footer .info ul {
    margin: 0;
    padding: 0; }
    footer .info ul li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
      footer .info ul li a {
        display: block;
        height: 38px;
        width: 38px;
        background: url(/wp-content/themes/stickman/images/social_icon.png) repeat-x 0 0; }
      footer .info ul li:nth-child(2) a {
        background-position: -40px 0; }
      footer .info ul li:last-child a {
        background-position: -80px 0; }

@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0; }
    footer * {
      text-align: center; }
    footer .info ul {
      margin: 0 0 30px; }
    footer .full-menu {
      width: 100%;
      padding: 0; }
      footer .full-menu ul.menu {
        margin: 20px 0 30px;
        padding: 0;
        border-top: solid 1px rgba(255, 255, 255, 0.4); }
        footer .full-menu ul.menu li {
          border-bottom: solid 1px rgba(255, 255, 255, 0.4);
          line-height: 35px;
          margin: 0;
          padding: 0;
          position: relative; }
          footer .full-menu ul.menu li.menu-item-has-children .subemenu-toggle:after {
            content: '+';
            color: #fff;
            position: absolute;
            right: 20px;
            font-size: 30px;
            top: 0; }
          footer .full-menu ul.menu li.menu-item-has-children .subemenu-toggle.expnd:after {
            content: '-'; }
          footer .full-menu ul.menu li a {
            color: #fff;
            text-transform: uppercase; }
          footer .full-menu ul.menu li .sub-menu {
            max-height: 0;
            overflow: hidden;
            margin: 0;
            background-color: #393939; }
            footer .full-menu ul.menu li .sub-menu.expand {
              max-height: 1000px; }
            footer .full-menu ul.menu li .sub-menu li {
              width: 100%;
              border: 0; }
              footer .full-menu ul.menu li .sub-menu li a {
                font-size: 12px;
                color: #eee; }
              footer .full-menu ul.menu li .sub-menu li .sub-menu {
                background-color: #444; } }
/*#footer endregion*/
/*#nav*/
nav .header-nav {
  float: left; }
  nav .header-nav div .menu {
    margin: 0;
    padding: 0;
    text-align: left;
    float: left; }
    nav .header-nav div .menu > li {
      margin: 0;
      padding: 0;
      display: inline-block;
      text-align: center;
      list-style-type: none; }
      nav .header-nav div .menu > li:last-child {
        paddign-right: 0; }
      nav .header-nav div .menu > li.current_page_item {
        background-color: rgba(232, 128, 32, 0.9); }
        nav .header-nav div .menu > li.current_page_item a {
          color: #fff; }
      nav .header-nav div .menu > li a {
        line-height: 30px;
        text-transform: uppercase;
        color: #333333;
        height: 88px;
        display: inline;
        padding: 0 13px;
        line-height: 88px;
        text-decoration: none;
        font-family: "montserratsemibold", sans-serif;
        font-size: 14px; }
        nav .header-nav div .menu > li a:hover {
          color: #fff;
          text-decoration: none; }
      nav .header-nav div .menu > li .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: fixed;
        z-index: 100;
        top: 88px;
        width: 100%;
        max-width: 100%;
        left: 0;
        margin: 0;
        text-align: center;
        height: auto;
        background-color: rgba(231, 128, 30, 0.8);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        padding: 0;
        opacity: 0; }
        nav .header-nav div .menu > li .sub-menu li {
          display: inline-block;
          margin: 0 20px;
          width: 229px;
          text-align: left;
          margin: 0;
          padding: 10px 0 0;
          list-style-type: none;
          padding: 0 !important;
          vertical-align: top; }
          nav .header-nav div .menu > li .sub-menu li a {
            height: auto;
            line-height: 15px;
            color: #fff;
            font-family: "montserratsemibold", sans-serif;
            text-transform: none;
            padding: 0 !important; }
            nav .header-nav div .menu > li .sub-menu li a:hover {
              background: none transparent !important;
              text-decoration: underline;
              color: #fff; }
          nav .header-nav div .menu > li .sub-menu li .sub-menu {
            background-color: transparent;
            position: relative;
            top: 10px;
            left: 0;
            margin: 0;
            padding: 6px;
            max-height: 2000px;
            opacity: 1; }
            nav .header-nav div .menu > li .sub-menu li .sub-menu li {
              width: 100%;
              text-align: left;
              list-style-type: none;
              padding: 0 0 10px !important;
              line-height: 15px; }
              nav .header-nav div .menu > li .sub-menu li .sub-menu li a {
                font-family: "montserratlight", sans-serif;
                text-transform: none;
                line-height: 15px;
                padding: 0 !important;
                font-family: "montserratlight", sans-serif; }
                nav .header-nav div .menu > li .sub-menu li .sub-menu li a:hover {
                  background: none transparent !important;
                  text-decoration: underline;
                  color: #fff; }
      nav .header-nav div .menu > li:hover {
        background-color: rgba(232, 128, 32, 0.9); }
        nav .header-nav div .menu > li:hover a {
          color: #fff; }
        nav .header-nav div .menu > li:hover > .sub-menu {
          max-height: 2000px;
          padding: 20px 0;
          opacity: 1; }
          nav .header-nav div .menu > li:hover > .sub-menu > li:hover {
            backgrond-color: transparent !important; }
          nav .header-nav div .menu > li:hover > .sub-menu > li > .sub-menu {
            padding: 0;
            opacity: 1; }
            nav .header-nav div .menu > li:hover > .sub-menu > li > .sub-menu > li:hover {
              backgrond-color: transparent !important; }
nav .suppli {
  float: right; }
  nav .suppli ul {
    padding: 0;
    text-align: left;
    float: right;
    margin: 20px 0 0; }
    nav .suppli ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      text-align: center;
      list-style-type: none; }
      nav .suppli ul li:last-child {
        paddign-right: 0; }
      nav .suppli ul li a {
        line-height: 30px;
        text-transform: uppercase;
        color: #333333;
        height: 88px;
        display: block;
        padding: 0 10px;
        line-height: 88px;
        text-decoration: none;
        font-size: 14px; }
        nav .suppli ul li a:hover {
          color: #fff;
          text-decoration: none; }
      nav .suppli ul li.tel {
        height: 30px; }
        nav .suppli ul li.tel a {
          font-size: 20px;
          color: #e7801e;
          line-height: 30px;
          height: 30px; }
          nav .suppli ul li.tel a:hover {
            text-decoration: none;
            background-color: transparent !important; }
        nav .suppli ul li.tel:hover {
          text-decoration: none;
          background-color: transparent !important; }
      nav .suppli ul li.search {
        height: 30px;
        padding: 0; }
        nav .suppli ul li.search a {
          width: 30px;
          height: 30px;
          top: 7px;
          position: relative;
          border-radius: 50%;
          border: solid 1px #333333;
          display: inline-block;
          background: url(/wp-content/themes/stickman/images/ico_search.png) no-repeat 5px 5px;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all .3s ease-out; }
          nav .suppli ul li.search a#searchclose {
            background-position: 5px -20px !important;
            border: solid 1px #e7801e; }
          nav .suppli ul li.search a:hover {
            background: url(/wp-content/themes/stickman/images/ico_search.png) transparent no-repeat 5px -20px !important;
            border: solid 1px #e7801e; }
        nav .suppli ul li.search:hover {
          background-color: transparent !important; }

@media screen and (max-width: 1023px) {
  header nav {
    position: fixed;
    top: 88px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    left: 0;
    background-color: #333333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    header nav.expand {
      max-height: -moz-calc(100% - 88px);
      max-height: -webkit-calc(100% - 88px);
      max-height: calc(100% - 88px);
      overflow: auto; }
      header nav.expand .header-nav {
        width: 100%;
        float: left; }
        header nav.expand .header-nav ul {
          width: 100%;
          float: left;
          margin: 0; }
          header nav.expand .header-nav ul li {
            width: 100%;
            float: left;
            border-bottom: solid 1px rgba(255, 255, 255, 0.05); }
            header nav.expand .header-nav ul li .sub-menu {
              position: relative !important;
              margin: 0 0 0 5%;
              top: 0;
              padding: 0;
              height: auto;
              float: left;
              width: 90%; }
              header nav.expand .header-nav ul li .sub-menu li {
                width: 100%;
                line-height: 25px;
                min-height: 25px; }
                header nav.expand .header-nav ul li .sub-menu li .sub-menu {
                  padding: 0;
                  position: relative !important;
                  margin: 0 0 0 0;
                  top: 0;
                  height: auto;
                  float: left;
                  width: 100%; }
                  header nav.expand .header-nav ul li .sub-menu li .sub-menu li {
                    width: 100%;
                    line-height: 20px;
                    height: auto;
                    border: 0; }
                    header nav.expand .header-nav ul li .sub-menu li .sub-menu li a {
                      line-height: 17px;
                      min-height: 30px;
                      font-size: 14px; }
            header nav.expand .header-nav ul li.menu-item {
              min-height: 45px;
              line-height: 45px; }
              header nav.expand .header-nav ul li.menu-item a {
                color: #fff !important;
                height: 45px;
                line-height: 45px;
                padding: 0; }
            header nav.expand .header-nav ul li.search {
              height: 40px; }
              header nav.expand .header-nav ul li.search #searchlink, header nav.expand .header-nav ul li.search #searchclose {
                display: none; }
              header nav.expand .header-nav ul li.search .searchform {
                display: block;
                text-align: center;
                margin: 0 auto;
                right: auto;
                left: 50%;
                margin-left: -150px; }
                header nav.expand .header-nav ul li.search .searchform form label {
                  color: #fff; }
                header nav.expand .header-nav ul li.search .searchform form input[type="submie"] {
                  color: #fff;
                  background-color: #4d4d4f; } }
@media screen and (min-width: 460px) and (max-width: 767px) {
  header nav {
    position: fixed;
    top: 88px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    left: 0;
    background-color: #333333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    header nav.expand {
      height: -moz-calc(100% - 88px);
      height: -webkit-calc(100% - 88px);
      height: calc(100% - 88px);
      max-height: 2000px;
      overflow: auto; } }
@media screen and (max-width: 1023px) {
  body nav {
    background: #333333; }
    body nav.pagination, body nav .pagination {
      background: transparent;
      margin: 0 !important; }
    body nav .header-nav div .menu > li:hover {
      background-color: #393939; }
    body nav .header-nav div .menu > li > .sub-menu {
      max-height: 0 !important;
      padding: 0 !important;
      background-color: #393939;
      opacity: 1; }
      body nav .header-nav div .menu > li > .sub-menu.expand {
        max-height: 2000px !important;
        opacity: 1; }
      body nav .header-nav div .menu > li > .sub-menu .sub-menu {
        background-color: #444;
        opacity: 1; }
        body nav .header-nav div .menu > li > .sub-menu .sub-menu li {
          padding: 5px 10px !important; }
    body nav .header-nav div .menu .menu-item-has-children {
      position: relative; }
      body nav .header-nav div .menu .menu-item-has-children .subemenu-toggle {
        position: absolute;
        right: 0;
        top: 0; }
        body nav .header-nav div .menu .menu-item-has-children .subemenu-toggle:after {
          content: '+';
          color: #fff;
          position: absolute;
          right: 20px;
          font-size: 30px;
          top: 0; }
      body nav .header-nav div .menu .menu-item-has-children .sub-menu .subemenu-toggle:after {
        display: none !important; }
      body nav .header-nav div .menu .menu-item-has-children .subemenu-toggle.expnd:after {
        content: '-'; } }
/*#nav endregion*/
/*#carousel*/
.owl-carousel .owl-stage-outer {
  z-index: 9; }
.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: 20px; }
  .owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: 20px; }
.owl-carousel .author img {
  max-width: 140px;
  display: inline; }
.owl-carousel.article-carousel .owl-nav, .owl-carousel.security-badges .owl-nav, .owl-carousel.testis .owl-nav, .owl-carousel.article-carousel .owl-nav {
  top: 35%; }
.owl-carousel.article-carousel .owl-prev, .owl-carousel.security-badges .owl-prev, .owl-carousel.testis .owl-prev, .owl-carousel.article-carousel .owl-prev {
  margin-left: -35px; }
.owl-carousel.article-carousel .owl-next, .owl-carousel.security-badges .owl-next, .owl-carousel.testis .owl-next, .owl-carousel.article-carousel .owl-next {
  margin-right: -35px; }

@media screen and (max-width: 1150px) {
  .owl-carousel .owl-nav {
    z-index: 99; }
    .owl-carousel .owl-nav .owl-prev {
      margin-left: 0px !important; }
    .owl-carousel .owl-nav .owl-next {
      margin-right: 0px !important; }

  .owl-carousel.security-badges .owl-prev {
    margin-left: -8px !important; }

  .owl-carousel.security-badges .owl-next {
    margin-right: -8px !important; } }
/*#carousel endregion*/
/*#home*/
article .banner {
  min-height: 670px;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  width: 100%; }
  article .banner:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    content: ''; }
  article .banner .banner-text {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20%;
    position: relative; }
    article .banner .banner-text h1 {
      color: #fff;
      margin-bottom: 50px; }
    article .banner .banner-text p {
      width: 80%;
      margin: 0 10%;
      font-size: 18px;
      color: #fff;
      font-weight: 300; }
    article .banner .banner-text .btn {
      margin-top: 15%; }
article.two-col-badges, article.badges-bottom {
  padding: 60px 0; }
  article.two-col-badges h2, article.badges-bottom h2 {
    font-size: 35px;
    text-align: center; }
  article.two-col-badges ul.lists, article.badges-bottom ul.lists {
    margin: 60px 0 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center; }
    article.two-col-badges ul.lists li, article.badges-bottom ul.lists li {
      list-style-type: none;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      article.two-col-badges ul.lists li .image, article.badges-bottom ul.lists li .image {
        width: auto;
        float: left;
        margin: 0 0 30px 0;
        position: relative; }
        article.two-col-badges ul.lists li .image:before, article.badges-bottom ul.lists li .image:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.44);
          content: '';
          z-index: 2; }
        article.two-col-badges ul.lists li .image .icon-image, article.badges-bottom ul.lists li .image .icon-image {
          position: absolute;
          left: 50%;
          top: 50%;
          height: 86px;
          width: 86px;
          margin-left: -43px;
          margin-top: -60px;
          background-position: center;
          background-repeat: no-repeat;
          z-index: 3; }
        article.two-col-badges ul.lists li .image h5, article.badges-bottom ul.lists li .image h5 {
          position: absolute;
          left: 0;
          bottom: 25px;
          width: 100%;
          color: #fff;
          text-align: center;
          font-weight: 400;
          z-index: 3; }
        article.two-col-badges ul.lists li .image .layover, article.badges-bottom ul.lists li .image .layover {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          opacity: 0;
          width: 100%;
          margin: 0 15px 15px 0;
          background-color: rgba(231, 128, 30, 0.8);
          -webkit-transition: all 0.6s ease-out;
          -moz-transition: all 0.6s ease-out;
          -o-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
          z-index: 9;
          text-align: center; }
          article.two-col-badges ul.lists li .image .layover h5, article.badges-bottom ul.lists li .image .layover h5 {
            bottom: auto;
            top: 40px;
            opacity: 0; }
          article.two-col-badges ul.lists li .image .layover p, article.badges-bottom ul.lists li .image .layover p {
            position: relative;
            width: 80%;
            margin: 90px 10% 40px;
            font-size: 16px;
            color: #fff;
            opacity: 0; }
        article.two-col-badges ul.lists li .image:hover .layover, article.badges-bottom ul.lists li .image:hover .layover {
          opacity: 1; }
          article.two-col-badges ul.lists li .image:hover .layover h5, article.two-col-badges ul.lists li .image:hover .layover p, article.two-col-badges ul.lists li .image:hover .layover .btn, article.badges-bottom ul.lists li .image:hover .layover h5, article.badges-bottom ul.lists li .image:hover .layover p, article.badges-bottom ul.lists li .image:hover .layover .btn {
            opacity: 1; }
article.cyber-security {
  background: url(/wp-content/themes/stickman/images/orange_glossy_bg.jpg) #f0f0f1 repeat-x center 0;
  min-height: 414px;
  padding: 60px 0; }
  article.cyber-security.clients {
    background: none #f0f0f1;
    padding: 0 0 60px; }
  article.cyber-security * {
    color: #fff; }
  article.cyber-security h2, article.cyber-security p {
    margin-bottom: 30px;
    font-weight: 300; }
    article.cyber-security h2.qst, article.cyber-security p.qst {
      margin: 60px 0 0;
      text-align: center;
      color: #231f20;
      float: left;
      width: 100%; }
      article.cyber-security h2.qst i, article.cyber-security h2.qst a, article.cyber-security p.qst i, article.cyber-security p.qst a {
        color: #e7801e; }
  article.cyber-security h5 {
    font-weight: 400;
    text-align: center;
    padding: 0 50px; }
  article.cyber-security h4 {
    color: #231f20;
    margin: 50px 0;
    text-align: center; }
  article.cyber-security .image {
    background-repeat: no-repeat;
    background-position: center top;
    height: 360px;
    position: relative;
    top: 20px;
    text-align: center; }
    article.cyber-security .image .btn {
      margin-top: 225px;
      margin-left: 20px; }
  article.cyber-security .client-logos {
    margin: 0;
    padding: 0;
    text-align: center; }
    article.cyber-security .client-logos li {
      margin: 0 0 25px;
      padding: 0;
      list-style-type: none;
      float: none;
      display: inline; }
      article.cyber-security .client-logos li img {
        max-width: 180px; }
article.badges-bottom {
  padding: 0 0 60px; }
  article.badges-bottom .owl-carousel .owl-nav .owl-prev,
  article.badges-bottom .owl-carousel .owl-nav .owl-next {
    opacity: 0; }
  article.badges-bottom ul {
    margin: 0; }
    article.badges-bottom ul li {
      list-style-type: none; }
      article.badges-bottom ul li.items {
        text-align: center; }
        article.badges-bottom ul li.items h4 {
          font-size: 24px;
          color: #e7801e;
          min-height: 80px;
          margin: 40px 0 20px; }
        article.badges-bottom ul li.items p {
          font-size: 14px; }
        article.badges-bottom ul li.items .image:before {
          background-color: transparent; }
article.testimonials {
  padding: 60px 0;
  background: #f0f0f1; }
  article.testimonials h2 {
    text-align: center; }
  article.testimonials .author {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    article.testimonials .author p {
      font-size: 14px;
      margin: 20px 0 0;
      font-family: "montserratregular", sans-serif; }

@media screen and (max-width: 980px) {
  body article.two-col-badges ul.lists li .image .layover h5 {
    top: 15px; }
  body article.two-col-badges ul.lists li .image .layover p {
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 100%; }
  body article.cyber-security {
    padding: 20px 0;
    min-height: 0; }
    body article.cyber-security .image {
      width: 354px;
      background-size: contain;
      background-position: right 102px; }
      body article.cyber-security .image .btn.gradient {
        height: 40px;
        line-height: 40px;
        margin-top: 235px;
        margin-left: 0px; }
    body article.cyber-security h4 {
      margin: 30px 0; }
    body article.cyber-security .client-logos {
      text-align: center; }
      body article.cyber-security .client-logos li {
        float: none;
        display: inline-block; }
  body article.badges-bottom {
    padding: 20px 0; }
    body article.badges-bottom .owl-carousel .owl-nav {
      bottom: 32%;
      top: auto; }
    body article.badges-bottom .owl-carousel .owl-nav .owl-prev {
      margin-left: -10px !important;
      opacity: 1; }
    body article.badges-bottom .owl-carousel .owl-nav .owl-next {
      margin-right: -10px !important;
      opacity: 1; } }
@media screen and (max-width: 767px) {
  body article h2 {
    text-align: center; }
  body article .banner {
    min-height: 470px;
    background-position: center; }
    body article .banner .banner-text {
      margin-top: 10%; }
    body article .banner h1 {
      font-size: 30px; }
  body article.cyber-security {
    background-position: 0 bottom;
    background-color: #e58e1b;
    padding: 20px 0 0; }
    body article.cyber-security.clients {
      padding: 20px 0; }
    body article.cyber-security .image {
      height: 260px;
      width: 100%;
      background-position: center 0;
      float: right;
      top: 0; }
      body article.cyber-security .image .btn.gradient {
        margin-top: 161px; }
    body article.cyber-security h2 {
      text-align: center; }
      body article.cyber-security h2.qst {
        margin: 20px 0 0; }
        body article.cyber-security h2.qst i {
          display: block; }
    body article.cyber-security ul {
      margin-left: 10%; }
    body article.cyber-security p {
      margin: 0 0 15px;
      text-align: center; }
    body article.cyber-security .client-logos {
      padding: 20px 0; }
  body article.two-col-badges {
    padding: 20px 0; }
    body article.two-col-badges ul.lists {
      margin: 0; }
      body article.two-col-badges ul.lists li {
        width: 48%;
        padding: 0 1%;
        height: 200px; }
        body article.two-col-badges ul.lists li img {
          width: auto;
          height: 100%;
          max-width: inherit; }
        body article.two-col-badges ul.lists li .image {
          width: 100%;
          overflow: hidden;
          height: 100%; }
          body article.two-col-badges ul.lists li .image .layover h5 {
            top: 15px; }
          body article.two-col-badges ul.lists li .image .layover p {
            display: none; }
          body article.two-col-badges ul.lists li .image .layover .btn {
            margin-top: 80px; }
          body article.two-col-badges ul.lists li .image .icon-image {
            height: 50px;
            width: 50px;
            margin-left: -25px;
            margin-top: -50px;
            background-size: contain; }
          body article.two-col-badges ul.lists li .image h5 {
            font-size: 16px; }
  body article.badges-bottom {
    padding: 20px 0; }
    body article.badges-bottom .owl-carousel .owl-nav {
      top: 55%; } }
@media screen and (max-width: 480px) {
  body article .banner {
    background-position: 57% 0;
    min-height: 370px; }
    body article .banner p {
      display: none; }
  body article.cyber-security .client-logos li img {
    max-width: 100px; }
  body article.cyber-security .image {
    top: 0;
    height: 223px; }
    body article.cyber-security .image .btn.gradient {
      margin-top: 126px; }
  body article.two-col-badges ul.lists {
    margin-top: 20px; }
    body article.two-col-badges ul.lists li {
      width: 48%;
      padding: 0 1%;
      height: 150px;
      margin-right: 0; }
      body article.two-col-badges ul.lists li .image {
        height: 150px; }
    body article.two-col-badges ul.lists.security-badges li {
      width: 100%;
      margin: 0;
      height: 200px; }
      body article.two-col-badges ul.lists.security-badges li .image {
        height: 200px; } }
@media screen and (max-width: 360px) {
  body article .banner {
    min-height: 270px; }
    body article .banner .banner-text h1 {
      margin-bottom: 20px; }
    body article .banner .banner-text .btn {
      margin-top: 20px; }
  body article.cyber-security .image {
    height: 180px; }
    body article.cyber-security .image .btn.gradient {
      margin-top: 110px;
      font-size: 11px;
      line-height: 30px;
      height: 30px; }

  body article.two-col-badges ul.lists li .image .layover .btn {
    padding: 0 5px !important; } }
/*#home endregion*/
/*#inner*/
main.inner article.inner-banner {
  max-height: 384px;
  overflow: hidden;
  margin: 0 0 50px;
  position: relative; }
  main.inner article.inner-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2; }
  main.inner article.inner-banner .banner-text {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
    z-index: 9; }
    main.inner article.inner-banner .banner-text h1 {
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 40px; }
  main.inner article.inner-banner img {
    width: 100%;
    position: relative; }
  main.inner article.inner-banner.empty-banner:before {
    display: none; }
  main.inner article.inner-banner.empty-banner .banner-text {
    position: relative; }
  main.inner article.inner-banner.empty-banner h1 {
    color: #e7801e;
    text-align: left;
    margin: 30px 0 0; }
main.inner article.details-section {
  padding: 60px 0 40px; }
main.inner article.general-content {
  padding: 40px 0; }
  main.inner article.general-content .container h3 {
    text-align: center;
    font-family: "montserratlight", sans-serif;
    color: #4d4d4f;
    line-height: 130%;
    margin: 0 0 60px; }
  .dev_headers {
    text-align: left;
    font-family: "montserratlight", sans-serif;
    color: #f78e00;
    line-height: 130%;
    margin: 0 0 60px; }
  main.inner article.general-content .container li {
    color: #4d4d4f;
    font-family: "montserratlight", sans-serif; }
  main.inner article.general-content .container .btn {
    margin: 20px 0; }
main.inner article.shorter .container {
  width: 810px; }
main.inner article.two-col-badges {
  background-color: #f0f0f1;
  padding: 20px 0 40px; }
  main.inner article.two-col-badges .security-badges li {
    width: 90% !important; }
    main.inner article.two-col-badges .security-badges li img {
      width: 100%; }
main.inner article.case-study {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 549px;
  position: relative; }
  main.inner article.case-study:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  main.inner article.case-study * {
    color: #fff; }
  main.inner article.case-study blockquote {
    width: 100%;
    margin: 20px 5% 20px -8%;
    text-align: left; }
  main.inner article.case-study .author {
    float: left;
    vertical-align: top; }
    main.inner article.case-study .author img {
      float: left;
      margin: 20px 50px 50px 0; }
    main.inner article.case-study .author p {
      float: left; }
    main.inner article.case-study .author .btn {
      float: left;
      margin: 30px 0 0;
      clear: both; }
main.inner article.related-articles {
  padding: 60px 0; }
  main.inner article.related-articles h2 {
    text-align: center;
    font-family: "Corporative-Medium", "Open Sans", sans-serif;
    margin-bottom: 40px; }
  main.inner article.related-articles ul {
    margin: 0; }
    main.inner article.related-articles ul li {
      margin: 0 20px;
      list-style-type: none; }
      main.inner article.related-articles ul li h4 {
        font-family: "Corporative-Regular", "Open Sans", sans-serif;
        color: #e7801e;
        margin-top: 30px;
        text-align: center;
        font-size: 24px; }
      main.inner article.related-articles ul li .image {
        position: relative;
        overflow: hidden;
        z-index: 99; }
        main.inner article.related-articles ul li .image .layover {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: -100%;
          background-color: rgba(231, 128, 30, 0.8);
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          z-index: 99;
          text-align: center; }
          main.inner article.related-articles ul li .image .layover .btn {
            margin-top: 30%; }
        main.inner article.related-articles ul li .image:hover .layover {
          top: 0; }

@media screen and (max-width: 1100px) {
  blockquote {
    margin: 20px 5% 20px 5% !important;
    width: 90%; } }
@media screen and (max-width: 767px) {
  main.inner article.inner-banner .banner-text {
    top: 30%; }
    main.inner article.inner-banner .banner-text h1 {
      font-size: 30px; }
  main.inner article.case-study {
    background-position: 0; }
    main.inner article.case-study blockquote {
      text-align: center;
      margin: 60px 0 20px !important; }
      main.inner article.case-study blockquote:before {
        left: 45%;
        top: -20px; }
      main.inner article.case-study blockquote:after {
        right: 45%;
        bottom: -20px; }
    main.inner article.case-study .author {
      text-align: center;
      width: 100%; }
      main.inner article.case-study .author img {
        margin: 0;
        float: none; }
      main.inner article.case-study .author p {
        text-align: center;
        width: 100%;
        margin: 20px 0 0; }
      main.inner article.case-study .author .btn {
        float: none;
        clear: both;
        display: block;
        max-width: 250px;
        margin: 20px auto 40px; } }
@media screen and (max-width: 767px) {
  main.inner article.two-col-badges .security-badges li img {
    width: 100%; } }
@media screen and (max-width: 480px) {
  main.inner article.two-col-badges .security-badges li img {
    width: auto; } }
/*#inner endregion*/
/*  THIS IS SASS BASED CSS. DO NOT EDIT THIS CSS FILE. PLEASE USE STYLE.CSS IN THE THEME FOLDER TO OVERWRTE ANY STYLES */

/*# sourceMappingURL=stickman.css.map */
