/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/* Site reset */

body {
  background-color: #ffffff;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
}

body,
select,
button,
textarea,
input {
  font-weight: 400;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}

div,
ul,
li,
p,
a {
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

textarea,
button,
select,
input {
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  font-weight: 400;
  font-size: 12px;
  border: 0px;
}

button {
  background: none;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}

option {
  padding: 0px;
  min-height: 32px;
  font-weight: 400;
  font-size: 12px;
}

li,
ul,
a,
button,
input,
select,
textarea,
div {
  position: relative;
  background: none;
  border: 0;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

.clear {
  clear: both;
}

p.right {
  text-align: right;
}

p.center {
  text-align: center;
}

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.inner {
  margin: 0px auto;
}

.outer {
  width: 100%;
}

.vertical {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

* html .group {
  zoom: 1;
}

/* IE6 */

*:first-child+html .group {
  zoom: 1;
}

/* IE7 */

.about .inner {
  background-repeat: no-repeat;
}

.cases-item {
  float: left;
  display: block;
  background-color: #c2c8c5;
  color: #fff;
  /* - exterior */
  border:5px solid #fff;
}

.cases-item:hover {

  /* - interior version
  outline: 5px solid #7697a0;
  outline-offset: -5px;
  z-index: 20;
  */

  border:5px solid #7697a0;
}

.cases-label {
  position: absolute; 
  background: rgba(57, 57, 57, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  padding: 1rem;
}


.cases-item span {
  position: absolute;
}

.cases .inner > h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.footer {
  background-color: #f2f2f2;
  padding: 32px 0px;
}

.footer-links {
  padding-right: 20px;
}

.footer-links p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
}

.footer-links-item {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin-right: 20px;
}

.footer-links-item a {
  color: #000;
}

.footer-links-item a:hover {
  color: #94b0b7;
}

.footer-social p {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-social-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-right: 8px;
}

.footer-social-item a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
}

.footer-social-item.twitter {
  background-color: #00aae2;
}

.footer-social-item.linkedin {
  background-color: #0079b7;
}

.footer-social-item.facebook {
  background-color: #3b5998;
}

.footer-social-item.youtube {
  background-color: #d42a18;
}

.form-feedback {
  display: none;
  margin-bottom: 20px;
}

.form-feedback.active {
  display: block;
}

.form-feedback.error {
  color: red;
}

.form-feedback.success {
  color: green;
}

.form-item {
  margin-bottom: 16px;
  font-weight: 400;
}

.form-item-text input {
  line-height: 40px;
  width: 100%;
  text-align: left;
  height: 40px;
  padding: 0px 16px;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #ccc;
}

.form-item-text input[disabled] {
  background-color: #eee;
}

.form-item-text input.error {
  border: 1px solid red;
}

.form-item-message textarea {
  width: 100%;
  text-align: left;
  padding: 16px;
  font-size: 12px;
  line-height: 22px;
  height: 200px;
  border: 1px solid #ccc;
}

.form-item-message textarea.error {
  border: 1px solid red;
}

.form-submit {
  color: #000!important;
  height: 48px;
  line-height: 48px;
  color: #fff;
  width: auto;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0px 30px;
  background-color: #c2c8c5;
  /*: all 300ms linear;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.form-submit.loading {
  background-color: #999;
  pointer-events: none;
  background-image: url('data:image/gif;base64,R0lGODlhEAALAPQAAJmZmf///6enp6urq6CgoPv7+////+vr68rKytfX17S0tPDw8ODg4MfHx9bW1rKysu7u7vz8/N7e3qKioqioqJycnOfn56ampp2dnbW1tb6+vq2trZ+fnwAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAALAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQACwABACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQACwACACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQACwADACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAALAAQALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkEAAsABQAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAALAAYALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkEAAsABwAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA');
}

.form-submit:hover {
  background-color: #ccc;
}

.form-submit.loading:hover {
  background-color: #999;
}

.form-submit.loading span {
  opacity: 0;
}

.form-submit.error {
  background-color: red;
  pointer-events: none;
  color: #fff!important;
}

.form-submit.error:hover {
  background-color: red;
}

.form-checkbox-password {
  position: absolute;
  right: 0px;
  top: 4px;
}

.home {
  padding: 48px 0px;
}

.home-box {
  display: block;
}

.home-links {
  background-color: #c2c8c5;
  color: #fff;
}

.home-links .fa-file-video-o {
  margin-bottom: 10px;
}

.home-links span {
  position: absolute;
}

.home-more {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.home-more span.bubble {
  position: absolute;
  background-color: #d04c39;
  color: #fff;
  display: inline-block;
}

.home-more span.chevron {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}

.home-text-login {
  display: block;
  width: 100%;
  background-color: #94b0b7;
  color: #fff;
}

.home-text-login .fa-user,
.home-text-login .fa-sign-in {
  font-size: 32px;
  margin-bottom: 10px;
}

.home-text-login h2 {
  font-size: 20px;
}

.home-text-login span {
  position: absolute;
}

.internal {
  padding: 48px 0px;
}

body {
  font-family: 'Fira Sans', sans-serif;
}



.profile-button {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0px 20px;
  background-color: #94b0b7;
  color: #fff!important;
  margin-bottom: 20px;
}

.text > h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.text p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.text b,
.text strong {
  font-weight: bold;
}

.text i,
.text em {
  font-style: italic;
}

.text u {
  text-decoration: underline;
}

.text a {
  color: #94b0b7;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}

.text ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 30px;
  margin-bottom: 10px;
}

.text ol {
  list-style: disc;
  list-style-position: outside;
  margin-left: 30px;
  margin-bottom: 10px;
}

.text li {
  font-size: 12px;
  line-height: 16px;
}

.text > *:last-child {
  margin-bottom: 0px;
}

.header-menu {
  background-color: #94b0b7;
  height: 60px;
}

.header-menu-links {
  float: left;
  text-align: left;
}

.header-menu-links-item {
  display: inline-block;
}

.header-menu-links-item.active {
  background-color: #4a707a;
}

.header-menu-links-item:hover {
  background-color: #7697a0;
}

.header-menu-links-item.active:hover {
  background-color: #4a707a;
}

.header-menu-links-item a {
  display: block;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
  padding: 0px 20px;
}

.header-user-links {
  float: right;
  text-align: right;
}

.header-user-links-item {
  display: inline-block;
}

.header-user-links-item.active {
  background-color: #4a707a;
}

.header-user-links-item:hover {
  background-color: #7697a0;
}

.header-user-links-item.active:hover {
  background-color: #4a707a;
}

.header-user-links-item a {
  display: block;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
  padding: 0px 20px;
  font-size: 32px;
}

.header-menu-title {
  display: none;
}

.header-user-links-item-toggle {
  display: none;
}

.header-title .inner {
  height: 100px;
}

.header-title-name {
  display: block;
  line-height: 100px;
  font-size: 32px;
  float: left;
}

.header-title-name a {
  color: #000;
}

.header-title-logos {
  float: right;
  height: 100px;
}

.header-title-logos-item {
  display: inline-block;
  height: 100px;
  margin-left: 20px;
}

.header-title-logos-item a {
  display: block;
  height: 56px;
  margin-top: 23px;
}

.header-title-logos-item img {
  height: 56px;
  width: auto;
}
@media screen and (min-width: 0px) and (max-width:599px) {
  .about-text {
    padding: 280px 0px;
  }

  .about .inner {
    background-position: 100% 20px;
    background-size: auto 240px;
  }

  .cases {
    padding: 20px 0px 12px 0px;
  }

  .cases-item {
    width: 304px;
    height: 203px;
    padding: 20px;
    margin-bottom: 8px;
  }

  .cases-item:nth-child(odd) {
    margin-right: 20px;
  }

  .cases-item .fa-file-video-o {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .cases-item h2 {
    font-size: 30px;
  }

  .cases-item span {
    right: 20px;
    bottom: 20px;
  }

  .contact {
    padding: 20px 0px;
  }

  .contact-form {
    margin-bottom: 20px;
  }

  .footer {
    padding: 20px 0px;
  }

  .footer-links {
    padding: 0px 0px 20px 0px;
  }



  .home {
    padding: 20px 0px;
  }

  .home-links {
    padding: 20px;
    width: 304px;
    height: 200px;
  }

  .home-links .fa-file-video-o {
    font-size: 32px;
  }

  .home-links h2 {
    font-size: 32px;
  }

  .home-links span {
    right: 20px;
    bottom: 20px;
  }

  .home-more {
    margin-top: 20px;
    width: 304px;
    height: 200px;
    padding: 20px;
    background-image: none!important;
  }

  .home-more h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .home-more p {
    font-size: 12px;
    line-height: 16px;
  }

  .home-more span.chevron {
    display: block;
  }

  .home-more span.bubble {
    display: none;
  }

  .home-text {
    margin-top: 20px;
  }

  .home-text-login {
    width: 304px;
    height: 200px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .home-text-login .fa-user,
  .home-text-login .fa-sign-in {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .home-text-login h2 {
    font-size: 20px;
  }

  .home-text-login span {
    right: 20px;
    bottom: 15px;
  }

  body {
    padding-top: 60px;
  }

  .inner {
    width: 304px;
  }

  .login {
    padding: 20px 0px;
  }

  .profile {
    padding: 20px 0px;
  }

  .profile-button {
    width: 200px;
    text-align: center;
    margin: 0px auto;
  }

  .header-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    transition: top 300ms linear;
  }

  .header-menu.active {
    top: 240px;
  }

  .header-menu-links {
    position: fixed;
    left: 0px;
    top: -240px;
    transition: top 300ms linear;
    width: 100%;
  }

  .header-menu.active .header-menu-links {
    top: 0px;
  }

  .header-menu-links-item {
    display: block;
    float: none;
    background-color: #94b0b7;
    width: 100%;
    text-align: center;
  }

  .header-menu-links-item {
    display: block;
    float: none;
    width: 100%;
  }

  .header-menu-title {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    display: block;
  }

  .header-user-links-item-toggle {
    display: inline-block;
  }

  .header-title {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width:767px) {
  .about-text {
    padding: 48px 0px;
    width: 360px;
  }

  .about .inner {
    background-position: 100% 48px;
    background-size: 200px auto;
  }

  .cases {
    padding: 48px 0px 28px 0px;
  }

  .cases-item {
    width: 270px;
    height: 243px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .cases-item:nth-child(odd) {
    margin-right: 20px;
  }

  .cases-item .fa-file-video-o {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .cases-item h2 {
    font-size: 30px;
  }

  .cases-item span {
    right: 20px;
    bottom: 20px;
  }

  .contact {
    padding: 48px 0px;
  }

  .contact-form {
    margin-bottom: 48px;
  }

  .footer-links {
    float: left;
    width: 60%;
  }

  .footer-social {
    float: left;
    width: 40%;
  }

  .home {
    padding: 48px 0px;
  }

  .home-box {
    float: left;
  }

  .home-links {
    padding: 20px;
    margin-right: 20px;
    width: 270px;
    height: 300px;
  }

  .home-links .fa-file-video-o {
    font-size: 32px;
  }

  .home-links h2 {
    font-size: 40px;
    width: 70%;
  }

  .home-links span {
    right: 20px;
    bottom: 20px;
  }

  .home-more {
    width: 270px;
    height: 300px;
    padding: 180px 20px 20px 20px;
    background-size: auto 160px;
  }

  .home-more h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .home-more p {
    font-size: 12px;
    line-height: 16px;
  }

  .home-more span {
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 20px;
  }

  .home-text {
    margin-top: 20px;
  }

  .home-text-login {
    height: 100px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .home-text-login .fa-user,
  .home-text-login .fa-sign-in {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .home-text-login h2 {
    font-size: 20px;
  }

  .home-text-login span {
    right: 20px;
    bottom: 15px;
  }

  .inner {
    width: 560px;
  }

  .profile {
    padding: 48px 0px;
  }

  .profile-button {
    width: 200px;
    text-align: center;
    margin: 0px auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width:1119px) {
  .about-text {
    padding: 48px 0px;
    width: 360px;
    min-height: 300px;
  }

  .about .inner {
    background-position: 100% 48px;
    background-size: 320px auto;
  }

  .cases {
    padding: 48px 0px 28px 0px;
  }

  .cases-item {
    width: 354px;
    height: 243px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .cases-item:nth-child(odd) {
    margin-right: 20px;
  }

  .cases-item .fa-file-video-o {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .cases-item h2 {
    font-size: 30px;
  }

  .cases-item span {
    right: 20px;
    bottom: 20px;
  }

  .contact {
    padding: 48px 0px;
  }

  .contact-form {
    margin-bottom: 48px;
  }

  .footer-links {
    float: left;
    width: 70%;
  }

  .footer-social {
    float: left;
    width: 30%;
  }

  .home {
    padding: 48px 0px;
  }

  .home-box {
    float: left;
  }

  .home-links {
    padding: 60px 20px 20px 20px;
    margin-right: 20px;
    width: 354px;
    height: 400px;
  }

  .home-links .fa-file-video-o {
    font-size: 32px;
  }

  .home-links h2 {
    font-size: 40px;
    width: 70%;
  }

  .home-links span {
    right: 20px;
    bottom: 20px;
  }

  .home-more {
    width: 354px;
    height: 400px;
    padding: 260px 20px 20px 20px;
    background-size: auto 240px;
  }

  .home-more h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .home-more p {
    font-size: 12px;
    line-height: 16px;
  }

  .home-more span {
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 20px;
  }

  .home-text {
    margin-top: 20px;
  }

  .home-text-login {
    height: 100px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .home-text-login .fa-user,
  .home-text-login .fa-sign-in {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .home-text-login h2 {
    font-size: 20px;
  }

  .home-text-login span {
    right: 20px;
    bottom: 15px;
  }

  .inner {
    width: 728px;
  }

  .login {
    padding: 48px 0px;
  }

  .profile {
    padding: 48px 0px;
  }

  .profile-button {
    width: 200px;
    text-align: center;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1120px) {
  .about-text {
    padding: 48px 0px;
    width: 360px;
    min-height: 400px;
  }

  .about .inner {
    background-position: 100% 48px;
    background-size: 560px auto;
  }

  .cases {
    padding: 48px 0px;
  }

  .cases-item {
    width: 343px;
    height: 243px;
    padding: 20px;
  }

  .cases-item:nth-child(3n-1) {
    margin: 0px 25px;
  }
  
  .cases-item:nth-child(n+4) {
    margin-top: 20px;
  }

  .cases-item .fa-file-video-o {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .cases-item h2 {
    font-size: 30px;
  }

  .cases-item span {
    right: 20px;
    bottom: 20px;
  }

  .cases .inner > h2,
  .cases .inner > p {
    margin-left: 5px; /*25px*/
  }

  .contact {
    padding: 48px 0px;
  }

  .contact-form {
    float: left;
    width: 590px;
    margin-right: 30px;
  }

  .contact-text {
    float: left;
    width: 460px;
    padding-top: 42px;
  }

  .footer-links {
    float: left;
    width: 80%;
  }

  .footer-social {
    float: left;
    width: 20%;
  }

  .forgot {
    padding: 48px 0px;
  }

  .home {
    padding: 48px 0px;
  }

  .home-box {
    float: left;
    width: 343px;
    height: 400px;
  }

  .home-links {
    padding: 60px 20px 20px 20px;
  }

  .home-links .fa-file-video-o {
    font-size: 32px;
  }

  .home-links h2 {
    font-size: 40px;
    width: 70%;
  }

  .home-links span {
    right: 20px;
    bottom: 20px;
  }

  .home-more {
    margin: 0px 25px;
    padding: 260px 20px 20px 20px;
    background-size: auto 240px;
  }

  .home-more h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .home-more p {
    font-size: 12px;
    line-height: 16px;
  }

  .home-more span {
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 20px;
  }

  .home-text-login {
    height: 140px;
    padding: 20px;
    margin-bottom: 30px;
  }

  .home-text-login .fa-user,
  .home-text-login .fa-sign-in {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .home-text-login h2 {
    font-size: 20px;
  }

  .home-text-login span {
    right: 20px;
    bottom: 20px;
  }

  .inner {
    width: 1080px;
  }

  .login {
    padding: 48px 0px;
  }

  .login-login {
    float: left;
    width: 520px;
    margin-right: 40px;
  }

  .login-register {
    float: left;
    width: 520px;
  }

  .profile {
    padding: 48px 0px;
  }

  .profile-form {
    float: left;
    width: 790px;
    margin-right: 30px;
  }

  .profile-text {
    float: left;
    width: 260px;
  }

  .profile-button {
    width: 100%;
  }
}