article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  background: #eee;
  color: #444;
  font-size: 16px; }
  @media (max-width: 1000px) {
    body {
      font-size: 14px;
      background: #fff; } }

.main-header {
  border-top: 6px solid #00adef;
  height: 145px;
  border-bottom: 6px solid #f5f5f5;
  background: #fff; }
  @media (max-width: 1000px) {
    .main-header {
      border-top: 4px solid #00adef;
      height: 100px;
      border-bottom: 4px solid #f5f5f5; } }
  @media (max-width: 640px) {
    .main-header {
      height: 90px; } }
  .main-header .logo {
    float: left;
    margin-top: -6px;
    width: 250px; }
    @media (max-width: 1000px) {
      .main-header .logo {
        width: 150px;
        margin-top: -4px; } }
    .main-header .logo img {
      max-width: 250px; }
      @media (max-width: 1000px) {
        .main-header .logo img {
          max-width: 150px; } }
  .main-header .phone {
    float: right;
    color: #8c8c8c;
    text-align: right; }
    @media (max-width: 1000px) {
      .main-header .phone {
        font-size: 14px;
        padding-left: 150px; } }
    @media (max-width: 640px) {
      .main-header .phone {
        display: none; } }
    .main-header .phone .big {
      font-size: 22px;
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 5px; }
      @media (max-width: 1000px) {
        .main-header .phone .big {
          font-size: 16px;
          margin-top: 15px; } }
    .main-header .phone a {
      color: #aaa;
      text-decoration: none; }
  .main-header nav {
    float: right;
    width: 700px;
    margin-top: 23px; }
    @media (max-width: 1000px) {
      .main-header nav {
        width: 68%;
        font-size: 14px;
        z-index: 99999 !important;
        position: relative;
        margin-top: 3px; } }
    @media (max-width: 640px) {
      .main-header nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        height: 100%;
        color: #777;
        background: #333; } }
    .main-header nav ul.menu {
      float: right;
      margin: 0;
      padding: 0; }
      @media (max-width: 640px) {
        .main-header nav ul.menu {
          float: none; } }
      .main-header nav ul.menu > li {
        display: block;
        float: left;
        list-style-type: none;
        position: relative;
        z-index: 500; }
        @media (max-width: 640px) {
          .main-header nav ul.menu > li {
            float: none;
            width: 100%; } }
        .main-header nav ul.menu > li > a {
          display: block;
          padding: 1em 1.5em;
          text-decoration: none;
          color: #444;
          border-bottom: 6px solid #979797;
          -webkit-transition: 0.2s all;
          -o-transition: 0.2s all;
          transition: 0.2s all;
          z-index: 51; }
          @media (max-width: 1000px) {
            .main-header nav ul.menu > li > a {
              border-bottom: 4px solid #979797;
              padding: 1em; } }
          @media (max-width: 750px) {
            .main-header nav ul.menu > li > a {
              border-bottom: 4px solid #979797;
              padding: 1em 0.5em; } }
          @media (max-width: 640px) {
            .main-header nav ul.menu > li > a {
              border-bottom: 1px solid #444;
              padding: 0.75em 1em;
              color: #aaa; } }
          .main-header nav ul.menu > li > a:hover {
            border-bottom: 6px solid #00adef; }
            @media (max-width: 1000px) {
              .main-header nav ul.menu > li > a:hover {
                border-bottom: 4px solid #00adef; } }
            @media (max-width: 640px) {
              .main-header nav ul.menu > li > a:hover {
                color: #fff;
                border-bottom: 2px solid #00adef; } }
        .main-header nav ul.menu > li.current-menu-item > a,
        .main-header nav ul.menu > li.current-menu-parent > a {
          border-bottom: 6px solid #f1592a; }
          @media (max-width: 1000px) {
            .main-header nav ul.menu > li.current-menu-item > a,
            .main-header nav ul.menu > li.current-menu-parent > a {
              border-bottom: 4px solid #f1592a; } }
          @media (max-width: 640px) {
            .main-header nav ul.menu > li.current-menu-item > a,
            .main-header nav ul.menu > li.current-menu-parent > a {
              border-bottom: 2px solid #f1592a;
              color: #fff; } }
        .main-header nav ul.menu > li > ul {
          position: absolute;
          top: 100%;
          left: 0px;
          margin: 0px;
          padding: 0px;
          width: 200px;
          color: white;
          display: none;
          z-index: 50;
          -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); }
          @media (max-width: 640px) {
            .main-header nav ul.menu > li > ul {
              display: block;
              position: relative;
              width: 100%;
              -webkit-box-shadow: unset;
              box-shadow: unset; } }
          .main-header nav ul.menu > li > ul > li {
            display: block;
            margin: 0px;
            padding: 0px; }
            .main-header nav ul.menu > li > ul > li > a {
              display: block;
              padding: 12px 15px;
              text-decoration: none;
              background-color: #F1592A;
              color: white;
              text-decoration: none; }
              @media (max-width: 640px) {
                .main-header nav ul.menu > li > ul > li > a {
                  color: #aaa;
                  background-color: #333333;
                  padding: 0.75em 2em;
                  border-bottom: 1px solid #444; } }
              .main-header nav ul.menu > li > ul > li > a:hover {
                background-color: #F37853; }
              .main-header nav ul.menu > li > ul > li > a:active:hover {
                background-color: #979797; }
        .main-header nav ul.menu > li:hover ul {
          display: block; }
  .main-header .mobile-menu-trigger {
    display: none; }
    @media (max-width: 640px) {
      .main-header .mobile-menu-trigger {
        display: block;
        position: absolute;
        top: 24px;
        right: 24px;
        width: 50px;
        height: 50px;
        background: url("../img/hamburger.png") center center no-repeat;
        cursor: pointer; } }

.slider-wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #fff; }
  @media (max-width: 1000px) {
    .slider-wrapper {
      width: 100%; } }
  .slider-wrapper img {
    width: 100%;
    height: auto; }

.content {
  font-size: 18px;
  line-height: 1.5em; }
  .content .wrapper {
    background: #fff;
    padding: 20px 20px 40px 20px; }
  .content .contact-form .form-title {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase; }
  .content .contact-form input, .content .contact-form textarea {
    background: #fff;
    border-style: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 0.75em 1em;
    border: 2px solid #eee;
    margin: 5px 0 10px 0; }
  .content .contact-form textarea {
    resize: none;
    height: 120px; }
  .content .contact-form input[type=submit] {
    background: #f1592a;
    border-style: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75em 0.5em;
    text-transform: uppercase;
    margin-top: 0.5em;
    border-radius: 5px;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  .content .single-thumb {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px; }
    .content .single-thumb img {
      width: 180px;
      height: auto; }
  .content .archive-block .thumb {
    float: left;
    margin-right: 30px;
    width: 170px;
    height: 160px;
    background: #ccc;
    overflow: hidden;
    text-align: center; }
    .content .archive-block .thumb img {
      width: 100%;
      height: auto;
      min-height: 100%; }
  .content .archive-block h2 {
    margin: 0 0 0.25em 0; }
    .content .archive-block h2 a {
      color: #f1592a;
      text-decoration: none; }
  .content .archive-block .meta {
    font-size: 13px;
    font-style: italic;
    color: #ccc; }
  .content .meta {
    font-size: 15px;
    font-style: italic;
    color: #ccc; }
  .content a {
    color: #444; }
  .content .btn {
    color: #fff; }
  @media (max-width: 1000px) {
    .content {
      font-size: 16px; } }
  .content .member .image {
    float: right;
    width: 240px;
    padding-left: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 640px) {
      .content .member .image {
        width: 50%;
        padding: 0 0 0.5em 0.5em; } }
    .content .member .image img {
      width: 100%;
      height: auto; }
  .content .team-archive {
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
    @media (max-width: 640px) {
      .content .team-archive {
        margin: 0;
        padding: 0; } }
    .content .team-archive .profile:hover .hover {
      opacity: 1; }
    .content .team-archive .profile:hover img {
      opacity: 1;
      -webkit-filter: none;
      filter: none; }
    .content .team-archive .profile {
      position: relative;
      width: 160px;
      height: 200px;
      float: left;
      margin: 0 15px 30px 15px;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      overflow: hidden;
      cursor: pointer; }
      @media (max-width: 1000px) {
        .content .team-archive .profile {
          width: 47%;
          height: auto;
          margin: 1.5%;
          max-height: 280px; } }
      @media (max-width: 920px) {
        .content .team-archive .profile {
          max-height: 250px; } }
      @media (max-width: 820px) {
        .content .team-archive .profile {
          max-height: 220px; } }
      @media (max-width: 640px) {
        .content .team-archive .profile {
          max-height: 280px; } }
      @media (max-width: 540px) {
        .content .team-archive .profile {
          max-height: 220px; } }
      @media (max-width: 480px) {
        .content .team-archive .profile {
          max-height: 180px; } }
      .content .team-archive .profile .hover {
        position: absolute;
        background: rgba(241, 89, 42, 0.9);
        top: 0;
        left: 0;
        opacity: 0.8;
        color: #fff;
        width: 100%;
        height: 100%;
        z-index: 99;
        text-align: center;
        opacity: 0;
        -webkit-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.5em; }
        .content .team-archive .profile .hover h4 {
          font-size: 15px;
          text-transform: uppercase;
          margin: 0;
          font-weight: 800;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .content .team-archive .profile img {
        width: 100%;
        height: auto;
        min-height: 100%;
        opacity: 0.75;
        -webkit-filter: grayscale(1);
        filter: grayscale(1); }
  .content h1 {
    font-size: 34px;
    font-weight: 400;
    color: #f1592a;
    margin: 0 0 1em 0;
    line-height: 1.2em; }
    @media (max-width: 1000px) {
      .content h1 {
        font-size: 26px; } }
    @media (max-width: 640px) {
      .content h1 {
        font-size: 24px; } }
  .content h2 {
    font-size: 24px;
    font-weight: 400;
    color: #f1592a;
    margin: 0 0 1em 0; }
    @media (max-width: 1000px) {
      .content h2 {
        font-size: 20px; } }
  .content h3 {
    font-size: 22px;
    font-weight: 400;
    color: #f1592a;
    margin: 0; }
    @media (max-width: 1000px) {
      .content h3 {
        font-size: 18px; } }
  .content .sidebar {
    color: #777; }
    .content .sidebar .widget_recent_entries li {
      line-height: 2em; }
    .content .sidebar iframe {
      width: 100%;
      height: 240px;
      margin-top: 20px; }
    .content .sidebar ul {
      margin: 0;
      padding: 0 0 0 1em; }
    .content .sidebar ul li {
      margin: 0 0 0.5em 0; }
    .content .sidebar .contact-page p {
      margin: 0 0 1em 0 !important; }
    .content .sidebar .widget_search {
      width: 100%;
      font-size: 14px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      border-radius: 5px;
      color: #777;
      border: 2px solid #f2f2f2;
      background-color: #FFFFFF;
      background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
      background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
      background-image: -o-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FEF5F0));
      background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FEF5F0));
      background-image: linear-gradient(to bottom, #FFFFFF 0%, #FEF5F0 100%); }
      .content .sidebar .widget_search .title {
        font-size: 18px !important; }
    .content .sidebar .widget-sidebar-contact-form {
      width: 100%;
      font-size: 14px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      border-radius: 5px;
      color: #777;
      border: 2px solid #f2f2f2;
      background-color: #FFFFFF;
      background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
      background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
      background-image: -o-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FEF5F0));
      background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FEF5F0));
      background-image: linear-gradient(to bottom, #FFFFFF 0%, #FEF5F0 100%);
      line-height: 1.5em; }
      @media (max-width: 640px) {
        .content .sidebar .widget-sidebar-contact-form {
          margin-top: 20px; } }
      .content .sidebar .widget-sidebar-contact-form .g-recaptcha {
        overflow: hidden;
        margin-bottom: 20px; }
        .content .sidebar .widget-sidebar-contact-form .g-recaptcha iframe {
          width: 100%;
          height: auto;
          margin-top: 0;
          -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
          transform: scale(0.85);
          margin-left: -20px; }
      .content .sidebar .widget-sidebar-contact-form p {
        margin: 0; }
      .content .sidebar .widget-sidebar-contact-form .form-title {
        font-weight: bold; }
      .content .sidebar .widget-sidebar-contact-form input:not([type=submit]), .content .sidebar .widget-sidebar-contact-form textarea {
        background: #fff;
        border-style: none;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        padding: 0.75em 1em;
        border: 2px solid #eee;
        margin: 5px 0 10px 0; }
      .content .sidebar .widget-sidebar-contact-form input[type=checkbox] {
        display: inline-block;
        width: auto;
        margin-right: 10px;
        padding: 0; }
      .content .sidebar .widget-sidebar-contact-form textarea {
        resize: none;
        height: 120px; }
    .content .sidebar .widget_search label {
      display: none; }
    .content .sidebar .widget_search input[type=text] {
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0.5em;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
      border: 1px solid #eee; }
    .content .sidebar .widget {
      margin: 0 0 1em 0; }
      .content .sidebar .widget input[type=submit] {
        background: #f1592a;
        border-style: none;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        text-align: center;
        font-weight: 800;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.75em 0.5em;
        text-transform: uppercase;
        margin-top: 0.5em;
        border-radius: 5px;
        -webkit-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all; }
      .content .sidebar .widget input[type=submit]:hover {
        background: #00adef; }
      .content .sidebar .widget .title {
        font-size: 22px;
        margin: 0 0 0.5em 0;
        color: #f1592a; }
      .content .sidebar .widget ul {
        margin: 0;
        padding: 0; }
        .content .sidebar .widget ul li {
          list-style-type: none;
          font-size: 14px;
          margin: 0; }
        .content .sidebar .widget ul a {
          display: block;
          width: 100%;
          padding: 0.5em 1em;
          background: #f5f5f5;
          color: #444;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-decoration: none;
          -webkit-transition: 0.2s all;
          -o-transition: 0.2s all;
          transition: 0.2s all; }
        .content .sidebar .widget ul li:nth-child(odd) a {
          background: #eee;
          color: #444; }
        .content .sidebar .widget ul a:hover {
          padding: 0.5em 1em 0.5em 1.5em; }

.profiles-box {
  position: relative;
  margin-top: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  height: 300px;
  border-radius: 5px;
  color: #777;
  border: 2px solid #f2f2f2;
  background-color: #FFFFFF;
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FEF5F0));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FEF5F0));
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #FEF5F0 100%); }
  @media (max-width: 1000px) {
    .profiles-box {
      margin-top: 30px; } }
  @media (max-width: 640px) {
    .profiles-box {
      margin: 20px 0;
      font-size: 13px; } }
  .profiles-box .hidden {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .profiles-box .row {
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .profiles-box h2 {
    font-size: 28px; }
    @media (max-width: 1000px) {
      .profiles-box h2 {
        font-size: 24px; } }
    @media (max-width: 640px) {
      .profiles-box h2 {
        font-size: 20px; } }
  .profiles-box .nav {
    position: absolute;
    top: 20px;
    right: 20px; }
    .profiles-box .nav a {
      display: inline-block;
      width: 25px;
      height: 25px;
      cursor: pointer; }
    .profiles-box .nav .prev {
      background: url("../img/buttons-sprite.png");
      background-size: 50px 25px; }
    .profiles-box .nav .next {
      background: url("../img/buttons-sprite.png");
      background-size: 50px 25px;
      background-position: -25px 0;
      margin-left: 5px; }
  .profiles-box .profile-image {
    float: left;
    width: 160px;
    margin-right: 20px;
    overflow: hidden; }
    @media (max-width: 1000px) {
      .profiles-box .profile-image {
        width: 23%; } }
    @media (max-width: 640px) {
      .profiles-box .profile-image {
        float: none;
        width: 100%; } }
    .profiles-box .profile-image img {
      width: 100%;
      height: auto; }
    .profiles-box .profile-image h3 {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 0; }
      @media (max-width: 640px) {
        .profiles-box .profile-image h3 {
          font-size: 20px;
          margin: 0 0 10px 0; } }
  .profiles-box .profile-description {
    float: right;
    width: 350px; }
    @media (max-width: 1000px) {
      .profiles-box .profile-description {
        width: 70%; } }
    @media (max-width: 640px) {
      .profiles-box .profile-description {
        float: none;
        width: 100%; }
        .profiles-box .profile-description .btn {
          display: block;
          width: 70%;
          margin: 0 auto; } }
    .profiles-box .profile-description p {
      margin: 0 0 1em 0; }

@media (max-width: 1000px) {
  .footer {
    background: url("../img/body-bg.jpg"); } }

.footer .copyright {
  text-align: center;
  padding: 10px 0;
  color: #aaa; }

.footer a {
  color: #979797; }

.wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 1000px) {
    .wrapper {
      width: 94%;
      padding: 0 2.5%; } }
  @media (max-width: 640px) {
    .wrapper {
      width: 85%; } }

ol.wp-paginate {
  float: right; }
  ol.wp-paginate .title {
    display: none !important; }
  ol.wp-paginate .current {
    background: #f1592a;
    border: 1px solid #f1592a; }
  ol.wp-paginate li {
    border-style: none !important; }
  ol.wp-paginate a {
    border-style: 1px solid #eee !important; }

.download-form a.btn {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0.75em 1em; }

.download-form .logout {
  padding-top: 20px;
  clear: both;
  text-align: right; }

table.software {
  width: 100%; }
  table.software thead {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #777;
    border: 2px solid #f2f2f2;
    background-color: #FFFFFF;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FEF5F0));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FEF5F0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FEF5F0));
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FEF5F0 100%);
    line-height: 1.5em; }
  table.software tbody tr {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  table.software tbody tr:hover {
    opacity: 0.9; }
  table.software tbody td {
    background: #fafafa;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  table.software tbody tr:nth-child(even) td {
    background: #ececec; }
  table.software th {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: top; }
  table.software th, table.software td {
    padding: 10px; }
  table.software tbody td a {
    display: block;
    text-decoration: none; }

.sweet-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: #fff;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sweet-alert button {
  background-color: #AEDEF4;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
  background-color: #a1d9f2; }

.sweet-alert button:active {
  background-color: #81ccee; }

.sweet-alert button.cancel {
  background-color: #D0D0D0; }

.sweet-alert button.cancel:hover {
  background-color: #c8c8c8; }

.sweet-alert button.cancel:active {
  background-color: #b6b6b6; }

.sweet-alert button.cancel:focus {
  -webkit-box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important;
  box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important; }

.sweet-alert button::-moz-focus-inner {
  border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -ms-transform-origin: 0 60px;
  transform-origin: 0 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

.showSweetAlert {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert {
  -webkit-animation: hideSweetAlert .2s;
  animation: hideSweetAlert .2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
  animation: animateSuccessTip .75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
  animation: animateSuccessLong .75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
  animation: animateErrorIcon .5s; }

@-webkit-keyframes animateXMark {
  0%, 50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0%, 50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark .5s;
  animation: animateXMark .5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning .75s infinite alternate;
  animation: pulseWarning .75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns .75s infinite alternate;
  animation: pulseWarningIns .75s infinite alternate; }

.col {
  float: left; }

.col-2-3 {
  width: 63%;
  margin-right: 4.5%; }
  @media (max-width: 640px) {
    .col-2-3 {
      float: none;
      width: 100%;
      margin-right: 0; } }

.col-1-3 {
  width: 32%;
  margin-right: 2.5%; }
  @media (max-width: 640px) {
    .col-1-3 {
      float: none;
      width: 100%;
      margin-right: 0; } }

.col:last-of-type {
  margin-right: 0; }

.col-last {
  margin-right: 0; }

.col-1-2 {
  width: 49%;
  width: calc(50% - 20px);
  margin-right: 40px; }
  .col-1-2:nth-child(odd) {
    clear: left; }
  .col-1-2:nth-child(even) {
    margin-right: 0px; }
  @media (max-width: 640px) {
    .col-1-2 {
      float: none;
      width: 100%;
      margin-right: 0; } }

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

.row:after {
  clear: both; }

.row {
  zoom: 1; }

.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f1592a;
  text-transform: uppercase;
  padding: 0.5em 2.5em;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 5px; }
  @media (max-width: 1000px) {
    .btn {
      font-size: 13px; } }

.btn:hover {
  background: #00adef; }

/*
 * jQuery FlexSlider v2.2.0
 * http:/www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http:/www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon ../fonts/
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: right;
  padding-right: 34px;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px; }
  @media (max-width: 640px) {
    .flex-control-nav {
      display: none !important; } }

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  width: 18px;
  height: 18px;
  font-size: 0;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }
  @media (max-width: 1000px) {
    .flex-control-paging li a {
      width: 14px;
      height: 14px; } }

.flex-control-paging li a:hover {
  background: #00adef; }

.flex-control-paging li a.flex-active {
  background: #00adef;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*# sourceMappingURL=global.min.css.map */