@font-face {
  font-family: "RobotoCondensed-Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoCondensed-Bold/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Bold/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold/RobotoCondensed-Bold.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8; }

*:-moz-placeholder {
  color: #000000;
  opacity: 0.8; }

*::-moz-placeholder {
  color: #000000;
  opacity: 0.8; }

*:-ms-input-placeholder {
  color: #000000;
  opacity: 0.8; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000000; }

body input:required:valid,
body textarea:required:valid {
  color: #505050; }

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; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

strong {
  font-weight: bold; }

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

body {
  font-size: 16px;
  position: relative;
  line-height: normal;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding-top: 65px;
  overflow-x: hidden;
  background: #777; }

h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 25px 0 20px; }

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

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

input, textarea {
  border: none;
  font-size: 16px;
  outline: none;
  color: #505050; }

button {
  cursor: pointer;
  outline: none;
  border: none; }

.text {
  color: #777;
  font-size: 21px;
  line-height: 32px;
  word-break: break-word; }
  .text a {
    color: #777; }

.center {
  text-align: center;
  margin-bottom: 40px; }

.nowrap {
  white-space: nowrap; }

.list {
  color: #777;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 21px; }
  .list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #777;
    border-radius: 50%;
    width: 4px;
    height: 4px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
}
.col {
  width: 50%;
  padding-right: 20px; }

.header {
  background: #00a99d;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  .header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-row, .header-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-icon {
    width: 25px;
    height: 25px;
    margin-right: 15px; }
  .header-time-text, .header-phone {
    color: #9BEADF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-phone {
    font-size: 16px;
    margin-left: 30px; }
  .header-link .header-icon {
    margin: 0 0 0 15px; }

.first {
  padding: 20px 0 45px 0;
  background: #fff; }

.portfolio {
  padding: 40px 0; }
  .portfolio h2, .portfolio .text {
    color: #ffffff; }
    .portfolio h2 .text, .portfolio .text .text {
      font-size: 18px; }
      .portfolio h2 .text a, .portfolio .text .text a {
        color: #ffffff; }
  .portfolio-point {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    opacity: 0.5; }

.item {
  padding: 5px;
  -webkit-box-shadow: 0 0 10px #0000001a;
          box-shadow: 0 0 10px #0000001a;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  float: left;
  max-width: calc(16.66% - 10px);
  width: 100%;
  margin: 5px; }
  .item-name {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin: 7px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
  .item-img {
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    height: auto; }
  .item-page {
    width: 100%;
    height: 100%;
    display: block; }
  .item-page:hover .item-img {
    transform: scale(1.2);
    z-index: 5;}
  .item:hover {
    opacity: 1; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 993px) {
  .item {
    max-width: calc(25% - 10px); }
  .col {
    width: 100%;
    padding: 0; } }

@media only screen and (max-width: 768px) {
  .header-icon {
    width: 20px;
    height: 20px; }
  .header-phone {
    margin-left: 15px; }
  .header-phone-text {
    display: none; }
  .header-icon {
    margin-right: 10px; }
  body {
    padding-top: 60px; }
  h2 {
    font-size: 24px; }
  .list {
    font-size: 14px;
    margin-bottom: 7px; }
  .portfolio {
    padding: 25px 0; }
  .item {
    max-width: calc(50% - 10px); }
  .item-page:hover .item-img {
    transform: scale(1);}
  .center {
    margin-bottom: 30px; }
  .item-name {
    font-size: 16px; }
  .portfolio .text {
    font-size: 14px;
    line-height: 21px; }
  .list:before {
    top: 8px; } }
  