html {
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0 auto;
  background: #FFA80F;
  padding: 10px;
}
@media only screen and (max-width: 950px) {
  body {
    padding: 0px;
  }
}
#wrapper {
  min-height: 100%;
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
.clear {
  clear: both;
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
header {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  height: 110px;
  background: #242424;
  margin-left: -10px;
  border-right: 10px solid #FFA80F;
  border-left: 10px solid #FFA80F;
}
@media only screen and (max-width: 950px) {
  header {
    margin-left: 0px;
    border-right: none;
    border-left: none;
    height: 70px;
  }
}
header .head {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header .head .logo {
  float: left;
  display: block;
  height: 100%;
  height: 220px;
  overflow: hidden;
}
header .head .logo img {
  height: 50px;
  border: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 950px) {
  header .head .logo img {
    height: 40px;
    margin-top: 15px;
  }
}
header .head nav {
  float: right;
  height: 70px;
  color: #fff;
}
header .head nav .menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .head nav .menu li {
  padding: 0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
header .head nav .menu a {
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  padding: 48px 20px 45px 20px;
  box-shadow: inset 0px 0px 0px #ffa80f;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 0px 10px 0px 10px;
  color: #fff;
}
header .head nav .menu a:hover,
header .head nav .menu a.active {
  box-shadow: inset 0px -4px 0px #ffa80f;
}
header .head nav .menu a.active {
  background: #3A3122;
}
@media only screen and (max-width: 950px) {
  header .head nav {
    display: none;
  }
}
header .head .mob-nav {
  float: right;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding-top: 15px;
  display: none;
}
@media only screen and (min-width: 950px) {
  header .head .mob-nav {
    display: none;
  }
}
#header .background#layers {
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 110%;
  height: 110%;
  opacity: 1;
}
#layers .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#layers .layer#layer1 {
  background-image: url('/img/layer-1.jpg');
}
#layers .layer#layer2 {
  background-image: url('/img/layer-2.png');
}
#layers .layer#layer3 {
  background-image: url('/img/layer-3.png');
}
#header {
  display: block;
  position: relative;
  display: block;
  height: 86%;
  min-height: 600px;
  max-height: 600px;
  width: 100%;
  background: #A6CCCA;
  overflow: hidden;
}
#header .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#header .section {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  padding-bottom: 160px;
  margin-bottom: -160px;
}
@media only screen and (max-width: 550px) {
  main {
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
main #cover {
  width: 100%;
  height: 650px;
  background: #242424;
}
main #cover::after {
  content: "";
  background-image: url(components/components/../../../img/banner.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  main #cover {
    height: 550px;
  }
}
main #cover .content {
  width: 100%;
  height: 100%;
  padding: 190px 20px 20px 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  main #cover .content {
    padding: 30px 20px 20px 20px;
  }
}
main #cover .content .logo {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
main #cover .content .logo img {
  width: 100%;
}
main #cover .content .text {
  width: 100%;
  max-width: 900px;
  min-height: 50px;
  padding: 10px 0px;
  margin: 0 auto;
  margin-top: 0px;
  text-align: center;
  font-weight: 200;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
main #cover .content .text h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 600px) {
  main #cover .content .text h2 {
    margin-bottom: 10px;
  }
}
main #cover .content .text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  max-width: 450px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  main #cover .content .text p {
    line-height: 24px;
    font-size: 14px;
  }
}
main #cover .content .text a.btn {
  display: inline-block;
  border: 4px solid #FFA80F;
  padding: 15px 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  main #cover .content .text {
    font-size: 16px;
    margin-top: 50px;
    line-height: 20px;
  }
}
main #cover .down {
  width: 15px;
  margin: 0 auto;
  margin-top: -45px;
  -webkit-animation: arrowmove 1s infinite;
  -moz-animation: arrowmove 1s infinite;
  -o-animation: arrowmove 1s infinite;
  animation: arrowmove 1s infinite;
}
main #cover .down img {
  width: 100%;
}
@-webkit-keyframes arrowmove {
  0% {
    margin-top: -45px;
  }
  85% {
    margin-top: -50px;
  }
  100% {
    margin-top: -45px;
  }
}
@-moz-keyframes arrowmove {
  0% {
    margin-top: -45px;
  }
  85% {
    margin-top: -50px;
  }
  100% {
    margin-top: -45px;
  }
}
@-o-keyframes arrowmove {
  0% {
    margin-top: -45px;
  }
  85% {
    margin-top: -50px;
  }
  100% {
    margin-top: -45px;
  }
}
@keyframes arrowmove {
  0% {
    margin-top: -45px;
  }
  85% {
    margin-top: -50px;
  }
  100% {
    margin-top: -45px;
  }
}
main #projects {
  background: #242424;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main #projects .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
main #projects .content h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin: 40px 0px 40px 0px;
}
@media only screen and (max-width: 550px) {
  main #projects .content h2 {
    margin: 10px 0px 20px 0px;
  }
}
main #projects .content h2::before,
main #projects .content h2::after {
  content: " ";
  border-top: 4px solid #FFA80F;
  margin-bottom: 7px;
  margin-right: 15px;
  margin-left: 15px;
  width: 100px;
  height: 4px;
  background: #FFA80F;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  main #projects .content h2::before,
  main #projects .content h2::after {
    display: none;
  }
}
main #projects .content .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main #projects .content .flex-container .flex-item {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 200px;
  text-align: center;
  margin: 10px 10px;
  background-position: center center;
  width: 31%;
  border: 3px solid #fff;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
main #projects .content .flex-container .flex-item .label {
  position: block;
  float: left;
  margin-top: 130px;
  background: #FFA80F;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 950px) {
  main #projects .content .flex-container .flex-item {
    width: 45%;
    margin: 10px;
    height: 200px;
  }
  main #projects .content .flex-container .flex-item .gradient {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 550px) {
  main #projects .content .flex-container .flex-item {
    width: 90%;
    margin: 10px;
    height: 200px;
  }
  main #projects .content .flex-container .flex-item .gradient {
    margin-top: 0px;
    height: 100px;
    padding-top: 60px;
  }
}
main #about {
  background: #F2F2F2;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main #about .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0px;
}
main #about .content h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #242424;
  margin: 40px 0px 40px 0px;
}
@media only screen and (max-width: 550px) {
  main #about .content h2 {
    margin: 10px 0px 20px 0px;
  }
}
main #about .content h2::before,
main #about .content h2::after {
  content: " ";
  border-top: 4px solid #FFA80F;
  margin-bottom: 7px;
  margin-right: 15px;
  margin-left: 15px;
  width: 100px;
  height: 4px;
  background: #FFA80F;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  main #about .content h2::before,
  main #about .content h2::after {
    display: none;
  }
}
main .sorting {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
main .sorting .sort {
  width: 100%;
  max-width: 968px;
  min-height: 80px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0px;
}
main .sorting .sort .bar {
  display: block;
  width: 955px;
  position: absolute;
  margin-top: 10px;
  border-bottom: 1px solid #CED7E0;
}
main .sorting .sort ul.filter {
  list-style: none;
  margin: 0 auto;
  position: relative;
  width: auto;
  padding: 0;
  padding-bottom: 25px;
}
main .sorting .sort ul.filter li {
  display: inline;
  position: relative;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: .031em;
  text-transform: uppercase;
  margin: 0 -2px;
}
main .sorting .sort ul.filter li a {
  padding: 5px 25px 5px 25px;
  color: #777;
}
main .sorting .sort ul.filter li a:hover {
  color: #363636;
  text-decoration: none;
  cursor: pointer;
}
main .sorting .sort .items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8px;
  margin-bottom: -8px;
}
main .sorting .sort .items:before,
main .sorting .sort .items:after {
  display: table;
  content: "";
  line-height: 0;
}
main .sorting .sort .items:after {
  clear: both;
}
main .sorting .sort .items li {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0;
  background: #f3f4f5;
  width: 223px;
  margin: 10px 10px 23px 10px;
  height: 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
main .sorting .sort .items li .gradient {
  margin-top: 50px;
  height: 200px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 160px 10px 10px 20px;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
main .sorting .sort .items li .gradient img {
  float: left;
  width: 30px;
  margin-right: 10px;
  margin-top: -7px;
}
main .sorting .sort .items li .gradient:hover {
  padding: 150px 10px 10px 20px;
}
@media only screen and (max-width: 1000px) {
  main .sorting .sort {
    max-width: 730px;
  }
  main .sorting .sort .bar {
    max-width: 715px;
  }
}
@media only screen and (max-width: 750px) {
  main .sorting .sort {
    max-width: 480px;
  }
  main .sorting .sort .bar {
    display: none;
  }
}
@media only screen and (max-width: 510px) {
  main .sorting .sort {
    max-width: 240px;
  }
  main .sorting .sort .bar {
    display: none;
  }
}
main .isotope,
main .isotope .isotope-item {
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -ms-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
}
main .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
main .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
main .isotope figure,
main .items figure {
  margin: 0;
}
main .post-content .isotope figure {
  margin: auto;
}
main .apps-bottom {
  width: 100%;
  margin: 0 auto;
  background: #f3f4f5;
  min-height: 50px;
}
main .apps-bottom.white {
  background: #fff;
}
main .apps-bottom.border {
  border-bottom: 1px solid #ccc;
}
main .apps-bottom .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 10px 40px 10px;
}
main .apps-bottom .content img {
  width: 100%;
  max-width: 40px;
  margin-bottom: 20px;
}
main .apps-bottom .content p {
  font-size: 18px;
  font-weight: 300;
  color: #393939;
  max-width: 650px;
  margin: 0 auto;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .apps-bottom .content p {
    font-size: 16px;
  }
}
main .about-block {
  background: #F2F2F2;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
}
main .about-block .content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
main .about-block .content .text {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
main .about-block .content .text img {
  margin-bottom: 20px;
}
main .about-block .content .text span {
  font-weight: 500;
  font-size: 21px;
  text-transform: uppercase;
  color: #242424;
  margin: 20px 0px;
  line-height: 25px;
}
@media only screen and (max-width: 550px) {
  main .about-block .content .text span {
    margin: 10px 0px 20px 0px;
  }
}
main .about-block .content .text p {
  font-size: 16px;
  font-weight: 300;
  color: #242424;
  line-height: 24px;
}
@media only screen and (max-width: 550px) {
  main .about-block .content .text p {
    font-size: 16px;
  }
}
main .about-block .content .text p a {
  color: #0589F9;
  font-weight: 700;
}
main .about-block .content .about-image {
  -webkit-flex: 0 0 320px;
  -moz-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  text-align: right;
}
@media only screen and (max-width: 700px) {
  main .about-block .content .about-image {
    -webkit-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}
main .about-block .content .about-image img {
  max-width: 260px;
}
main .about-block .content.sec .text {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
main .about-block .content.sec .about-image {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  main .about-block .content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .about-block .content .text {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  main .about-block .content .about-image {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  main .about-block .content.sec .text {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
  main .about-block .content.sec .about-image {
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
main .contact {
  background: #F2F2F2;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
}
main .contact .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
main .contact .content .address {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
main .contact .content .address h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #242424;
  margin: 40px 0px 40px 0px;
}
@media only screen and (max-width: 550px) {
  main .contact .content .address h2 {
    margin: 10px 0px 20px 0px;
  }
}
main .contact .content .address h2::before,
main .contact .content .address h2::after {
  content: " ";
  border-top: 4px solid #FFA80F;
  margin-bottom: 7px;
  margin-right: 15px;
  margin-left: 15px;
  width: 100px;
  height: 4px;
  background: #FFA80F;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  main .contact .content .address h2::before,
  main .contact .content .address h2::after {
    display: none;
  }
}
main .contact .content .address h3 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 550px) {
  main .contact .content .address h3 {
    margin: 10px 0px 20px 0px;
  }
}
main .contact .content .address p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .contact .content .address p {
    font-size: 16px;
  }
}
main .contact .content .address p a {
  color: #FFA80F;
  text-decoration: underline;
  font-weight: 700;
}
main #team {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main #team .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
main #team .content .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
main #team .content .flex-container .flex-item {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.2);
  height: 270px;
  text-align: center;
  margin: 10px 0px;
  background-position: center center;
  -webkit-flex: 0 1 18%;
  -moz-flex: 0 1 18%;
  -ms-flex: 0 1 18%;
  flex: 0 1 18%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
main #team .content .flex-container .flex-item .gradient {
  margin-top: 170px;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  padding: 60px 10px 10px 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
main #team .content .flex-container .flex-item .gradient img {
  float: left;
  width: 30px;
  margin-right: 10px;
  margin-top: -7px;
}
@media only screen and (max-width: 950px) {
  main #team .content .flex-container .flex-item {
    -webkit-flex: 0 1 23%;
    -moz-flex: 0 1 23%;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    height: 200px;
  }
  main #team .content .flex-container .flex-item .gradient {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  main #team .content .flex-container .flex-item {
    -webkit-flex: 0 1 48%;
    -moz-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    height: 200px;
  }
  main #team .content .flex-container .flex-item .gradient {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 550px) {
  main #team .content .flex-container .flex-item {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 190px;
  }
  main #team .content .flex-container .flex-item .gradient {
    margin-top: 90px;
    height: 100px;
    padding-top: 60px;
  }
}
main #team .content .flex-container .flex-item:hover .gradient {
  padding-top: 50px;
}
@media only screen and (max-width: 550px) {
  main #team .content .flex-container .flex-item:hover .gradient {
    padding-top: 60px;
  }
}
main .jobs-block {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .jobs-block .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
main .jobs-block .content p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .jobs-block .content p {
    font-size: 16px;
  }
}
main .jobs-block .content p a {
  color: #0589F9;
  font-weight: 500;
}
main .jobs-block .content li {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
main .jobs-block .content .job-line {
  display: block;
  width: 100%;
  background: #222a34;
  padding: 15px 20px 15px 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
main .jobs-block .content .job-line i {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  margin-bottom: -5px;
  display: inline-block;
  width: 40px;
  text-align: center;
}
main .jobs-block .content .job-line:hover {
  background: #f15827;
  color: #ffffff;
}
main .blog-block {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .blog-block .content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
main .blog-block .content p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content p {
    font-size: 16px;
  }
}
main .blog-block .content p a {
  color: #f15827;
  font-weight: 500;
}
main .blog-block .content .blog-item {
  width: 100%;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item {
    padding: 10px 10px 10px 10px;
  }
}
main .blog-block .content .blog-item .blog-img {
  height: 160px;
  padding: 5px;
  border: 1px solid #eee;
  text-align: center;
  -webkit-flex: 0 0 160px;
  -moz-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
main .blog-block .content .blog-item .blog-img img {
  max-width: 148px;
  max-height: 148px;
}
@media only screen and (max-width: 700px) {
  main .blog-block .content .blog-item .blog-img {
    -webkit-flex: 0 0 140px;
    -moz-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
  main .blog-block .content .blog-item .blog-img img {
    max-width: 128px;
    max-height: 128px;
  }
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item .blog-img {
    -webkit-flex: 0 0 60px;
    -moz-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
  }
  main .blog-block .content .blog-item .blog-img img {
    max-width: 48px;
    max-height: 48px;
  }
}
main .blog-block .content .blog-item .blog-content {
  padding-left: 20px;
  display: -webkit-1;
  display: -moz-1;
  display: -ms-1box;
  display: -ms-1;
  display: 1;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
main .blog-block .content .blog-item .blog-content .blog-title {
  font-weight: 500;
  margin: 5px auto 10px auto;
  padding: 0;
  color: #103B73;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item .blog-content .blog-title {
    font-size: 14px;
  }
}
main .blog-block .content .blog-item .blog-content .blog-datum {
  margin-top: 5px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 14px;
}
main .blog-block .content .blog-item .blog-content .blog-text p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}
main .blog-block .content .blog-item .blog-content .blog-text a {
  color: #f15827;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item .blog-content .blog-text {
    display: none;
  }
}
main .blog-block .content .blog-item-big {
  width: 100%;
  padding: 20px 10px 20px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 700px) {
  main .blog-block .content .blog-item-big {
    padding: 10px 10px 10px 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main .blog-block .content .blog-item-big .blog-img {
  height: 160px;
  padding: 5px;
  border: 1px solid #eee;
  text-align: center;
  -webkit-flex: 0 0 160px;
  -moz-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
main .blog-block .content .blog-item-big .blog-img img {
  max-width: 148px;
  max-height: 148px;
}
@media only screen and (max-width: 700px) {
  main .blog-block .content .blog-item-big .blog-img {
    -webkit-flex: 0 0 160px;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-bottom: 20px;
  }
  main .blog-block .content .blog-item-big .blog-img img {
    max-width: 148px;
    max-height: 148px;
  }
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item-big .blog-img {
    -webkit-flex: 0 0 160px;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 160px;
  }
  main .blog-block .content .blog-item-big .blog-img img {
    max-width: 148px;
    max-height: 148px;
  }
}
main .blog-block .content .blog-item-big .blog-content {
  padding-left: 20px;
  display: -webkit-1;
  display: -moz-1;
  display: -ms-1box;
  display: -ms-1;
  display: 1;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
main .blog-block .content .blog-item-big .blog-content .blog-title {
  font-weight: 500;
  margin: 5px auto 10px auto;
  padding: 0;
  color: #103B73;
  letter-spacing: 1px;
  font-size: 22px;
  text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item-big .blog-content .blog-title {
    font-size: 18px;
  }
}
main .blog-block .content .blog-item-big .blog-content .blog-datum {
  margin-top: 15px;
  margin-bottom: 14px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 14px;
}
main .blog-block .content .blog-item-big .blog-content .blog-text p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
  margin: 20px 0px;
  padding: 0px;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item-big .blog-content .blog-text p {
    font-size: 16px;
  }
}
main .blog-block .content .blog-item-big .blog-content .blog-text a {
  color: #f15827;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 550px) {
  main .blog-block .content .blog-item-big .blog-content {
    padding-left: 0px;
  }
}
main .support-block {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
main .support-block .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
main .support-block .content p {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
@media only screen and (max-width: 550px) {
  main .support-block .content p {
    font-size: 16px;
  }
}
main .support-block .content p a {
  color: #f15827;
  font-weight: 500;
}
main .support-block .content li {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 26px;
}
main .support {
  width: 100%;
  margin: 0 auto;
  background: #f3f4f5;
}
main .support .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
footer {
  width: 100%;
  margin: 0 auto;
  background: #242424;
  border-bottom: 10px solid #FFA80F;
}
@media only screen and (max-width: 950px) {
  footer {
    border-bottom: 0px;
  }
}
footer .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  min-height: 160px;
}
@media only screen and (max-width: 550px) {
  footer .content {
    min-height: 100px;
  }
}
footer .content .logo {
  float: left;
  width: 250px;
  margin-top: 55px;
}
footer .content .logo img {
  width: 100%;
}
footer .content .logo .dates {
  float: left;
  padding-left: 10px;
  margin-top: -23px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (max-width: 550px) {
  footer .content .logo .dates {
    font-size: 12px;
    margin-top: -19px;
  }
}
@media only screen and (max-width: 550px) {
  footer .content .logo {
    width: 180px;
    margin-top: 30px;
  }
}
footer .content .menu {
  float: right;
  margin-top: 60px;
}
@media only screen and (max-width: 550px) {
  footer .content .menu {
    margin-top: 30px;
  }
}
footer .content .menu a {
  color: #ffffff;
  margin-right: 20px;
  font-weight: 300;
}
footer .content .menu a.top {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #ffffff;
  font-size: 22px;
  color: #ffffff;
}
footer .content .menu a.top:hover {
  color: #242424;
  background: #ffffff;
}
