@font-face {
  font-family: 'gotham_lightregular';
  src: url('GothamLight.eot');
  src: url('GothamLight.eot?#iefix') format('embedded-opentype'),
      url('GothamLight.woff2') format('woff2'),
      url('GothamLight.woff') format('woff'),
      url('GothamLight.ttf') format('truetype'),
      url('GothamLight.svg#GothamLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gotham_mediumregular';
  src: url('GothamMedium.eot');
  src: url('GothamMedium.eot?#iefix') format('embedded-opentype'),
      url('GothamMedium.woff2') format('woff2'),
      url('GothamMedium.woff') format('woff'),
      url('GothamMedium.ttf') format('truetype'),
      url('GothamMedium.svg#GothamMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

li {
  list-style: none !important;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'gotham_lightregular';
  font-size: 15px;
  overflow: overlay;
  font-weight: 400;
  color: #666666;
  /* -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: visible !important; */
}

p:last-child,
h3:last-child {
  margin-bottom: 0;
}

.met_color {
  color: #000;
}

.met_color2 {
  color: #656c6e;
}

.met_hover_color:hover {
  color: #63c6ae;
}

::selection {
  background: #63c6ae;
  color: #ffffff;
}

.met_hover_bgcolor:hover {
  background-color: #63c6ae;
}

.met_transition {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -ms-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
}

.met_transition:hover {
  text-decoration: none;
}

.met_color_transition {
  -webkit-transition: color ease-out 0.4s;
  -moz-transition: color ease-out 0.4s;
  -ms-transition: color ease-out 0.4s;
  -o-transition: color ease-out 0.4s;
}

.met_color_transition:hover {
  color: #63c6ae !important;
  text-decoration: none;
}

.met_bgcolor_transition {
  -webkit-transition: background-color ease-out 0.4s;
  -moz-transition: background-color ease-out 0.4s;
  -ms-transition: background-color ease-out 0.4s;
  -o-transition: background-color ease-out 0.4s;
}

.met_bgcolor_transition:hover {
  background-color: #63c6ae !important;
}

.met_hover_underline:hover {
  text-decoration: underline;
  cursor: pointer;
}

:focus {
  outline: none;
}

:active {
  outline: none;
}

:-o-any-link:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

::-o-focus-inner {
  border: 0;
}

.met_bgcolor_transition:hover a {
  text-decoration: none;
}

.met_page_wrapper {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.met_page_wrapper.met_boxed_layout {
  margin: 20px auto;
  width: 1230px;
  box-shadow: 0 0 5px #27313d;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.met_boxed_layout .met_content {
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
}

.met_boxed_layout header.met_content {
  margin-left: 0;
  margin-right: 0;
}

.met_content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 10px;
  overflow-y: none;
}

.met_content2 {
  width: 1030px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.met_clean_list,
.met_clean_list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.met_list_margins li {
  margin-bottom: 12px;
}

.met_vcenter {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -ms-box;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: box;
  box-pack: center;
  box-align: center;
}

.met_textcenter {
  text-align: center;
}

.met_split_120 {
  height: 120px;
}

.met_split_90 {
  height: 90px;
}

.met_split_70 {
  height: 70px;
}

.met_split_60 {
  height: 40px;
}

.met_split_50 {
  height: 50px;
}

.met_split_40 {
  height: 40px;
}

.met_split_30 {
  height: 30px;
}

.met_split_20 {
  height: 20px;
}

.met_split_10 {
  height: 10px;
}

.row {
  margin: 0 -15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gotham_lightregular";
  color: #000;
  margin: 0 0 15px;
}

.met_project_preview img {
  max-width: 100%;
}

.met_short_split {
  width: 159px;
  height: 1px;
  position: relative;
  margin-bottom: 15px;
  background-color: #e1e1e1;
}

.met_short_split:before {
  display: block;
  position: absolute;
  font-family: "FontAwesome";
  content: "\F111";
  left: 0;
  top: -2.6px;
  font-size: 6px;
  color: #e1e1e1;
}

.met_dotted_list li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  color: #878787;
  margin-bottom: 10px;
}

.met_dotted_list li:before {
  display: block;
  position: absolute;
  font-family: "FontAwesome";
  content: "\F111";
  left: 0;
  top: 28%;
  font-size: 6px;
  color: #656565;
}

#met_fullScreenImg {
  position: fixed;
  z-index: -1;
  top: 0;
}

.met_mw_100 {
  max-width: 100%;
}

.met_header_wrap.met_header_1 {
  position: relative;
  z-index: 99999;
}

.met_fixed_header.met_header_1 {
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
}

.met_header_on_content.met_header_1 {
  background: rgba(75, 77, 77, 0.5);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
}

.met_header_on_content.met_header_1 header nav > ul > li > a {
  color: #fff;
}

.met_header_on_content.met_header_1 .met_header_socials a {
  color: #000;
}

.met_header_wrap.met_header_1 + div {
  position: relative;
  z-index: 1;
}

.met_header_1 header.met_content {
  z-index: 4;
}

.met_header_1 header.met_content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  display: block;
  z-index: -2;
}

.met_header_1 header + section,
.met_header_1 header + div {
  z-index: 2;
}

.met_header_1 .met_logo {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 20px;
  display: inline-block;
  z-index: 2000000000;
}

.met_header_1 header nav {
  position: absolute;
  top: 0;
  height: 100%;
  display: inline-block !important;
}

.met_header_1 header nav ul li {
  float: left;
  position: relative;
}

.met_header_1 header nav > ul > li:first-child {
  margin-left: 20px;
}

.met_header_1 header nav > ul,
.met_header_1 header nav > ul > li,
.met_header_1 header nav > ul > li > a {
  height: 100%;
}

.met_header_1 header nav > ul > li > a {
  color: #fff;
  text-shadow: 0 2px hsl(0deg 0% 0% / 18%);
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.met_header_1 header nav > ul > li > a > span {
  padding: 5px 26px;
  /*DefinWeb*/
}

.met_header_1 header nav > ul > li:hover > a {
  color: #fff;
  filter: brightness(0.9);
}

.met_header_1 header nav a:hover {
  color: #63c6ae;
}

.met_header_1 header nav > ul > li {
  -webkit-backface-visibility: hidden;
}

.met_header_1 header nav ul li a:hover {
  text-decoration: none;
}

.met_header_1 header nav > ul > li ul {
  display: none;
}

.met_header_1 header > nav > ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background-color: #ffffff;
  display: none;
  padding: 0;
  border-top: 5px solid #63c6ae;
  box-shadow: 0px 0px 18px 1px #ccc;

  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.met_header_on_content.met_header_1 header > nav > ul li ul {
  box-shadow: 0px 0px 18px 1px #777;
}

.met_header_1 header > nav > ul > li > ul ul {
  left: 100%;
  top: 0;
}

.met_header_1 header > nav > ul li ul li {
  width: 100%;
}

.met_header_1 header > nav > ul li ul li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 0 19px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  color: #878787;
  min-width: 190px;
}

.met_header_1 .met_header_search {
  right: 0;
  display: inline-block;
  height: 100%;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  width: 16px;
  min-width: 56px;
  padding: 0 20px;
  overflow: hidden;
  z-index: 3;
  background: none;
}

.met_header_1 .met_header_search:hover {
  width: 310px;
  background: #ffffff;
}

.met_header_on_content.met_header_1 .met_header_search:hover {
  background: #4b4d4d;
}

.met_header_on_content.met_header_1 .met_header_search input {
  background: none;
}

.met_header_1 .met_header_search form {
  width: 270px;
  height: 100%;
  position: absolute;
  right: 0px;
}

.met_header_1 .met_header_search form input {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  color: #373737;
}

.met_header_1 .met_header_search form input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.met_header_1 .met_header_search form input:-moz-placeholder {
  color: #a9a9a9;
}

.met_header_1 .met_header_search form input::-moz-placeholder {
  color: #a9a9a9;
}

.met_header_1 .met_header_search form input:-ms-input-placeholder {
  color: #a9a9a9;
}

.met_header_1 .met_header_search form button {
  background: none;
  padding: 0;
  border: none;
  color: #b6b6b6;
  font-size: 16px;
  position: absolute;
  right: 0;
  width: 56px;
  height: 100%;
}

.met_header_1 .met_header_socials {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.met_header_1 .met_header_socials a {
  margin-right: 20px;
  font-size: 19px;
  color: #b6b6b6;
  position: relative;
}

.met_header_1 .met_header_socials a:last-child {
  margin: 0;
}

.met_header_1 .met_header_search + .met_header_socials {
  right: 78px;
}

.met_header_wrap.met_header_2 {
  position: relative;
  z-index: 99999;
}

.met_header_wrap.met_header_2.met_header_on_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.met_header_wrap.met_header_2.met_fixed_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.met_header_wrap.met_header_2.met_fixed_header {
  position: fixed;
  width: 100%;
}

.met_header_2 .met_header_tag_wrap {
  background-color: rgba(75, 77, 77, 0.6);
}

.met_header_wrap.met_header_2 + div {
  position: relative;
  z-index: 1;
}

.met_header_2 header.met_content {
  z-index: 4;
}

.met_header_2 header + section,
.met_header_2 header + div {
  z-index: 2;
}

.met_header_2 .met_logo {
  margin-top: 18px;
  margin-bottom: 18px;
}

.met_header_2 header nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.met_header_2 header nav ul li {
  float: left;
  position: relative;
}

.met_header_2 header nav > ul,
.met_header_2 header nav > ul > li,
.met_header_2 header nav > ul > li > a {
  height: 100%;
}

.met_header_2 header nav > ul > li > a {
  color: #ffffff;
  font-size: 14px;
  padding: 0 17.5px;
  font-weight: 600;
  position: relative;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.met_header_2 header nav a {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.met_header_2 header nav a:hover {
  color: #63c6ae;
}

.met_header_2 header nav > ul > li {
  -webkit-backface-visibility: hidden;
}

.met_header_2 header nav > ul > li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97%;
  height: 5px;
  background: #63c6ae;
  display: block;
  content: "";

  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.met_header_2 header nav > ul > li:hover:after,
.met_header_2 header nav > ul > li.activePage:after {
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.met_header_2 header nav ul li a:hover {
  text-decoration: none;
}

.met_header_2 header nav > ul > li ul {
  display: none;
}

.met_header_2 header > nav > ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background-color: #ffffff;
  display: none;
  padding: 0;
  border-top: 5px solid #63c6ae;
  box-shadow: 0px 0px 18px 1px #ccc;

  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.met_header_2 header > nav > ul > li > ul ul {
  left: 100%;
  top: 0;
}

.met_header_2 header > nav > ul li ul li {
  width: 100%;
}

.met_header_2 header > nav > ul li ul li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 0 19px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  color: #878787;
  min-width: 190px;
}

.met_header_line {
  line-height: 39px;
  background-color: rgba(75, 77, 77, 0.7);
}

.met_header_line i {
  font-size: 18px;
}

.met_header_box {
  color: #d7d7d7;
  font-size: 12px;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}

.met_header_line i {
  margin-right: 10px;
}

.met_header_box_socials a {
  display: inline-block;
  float: left;
  color: #d7d7d7;
}

.met_header_box_socials a i {
  margin-left: 20px;
  margin-right: 0;
}

.met_header_phone {
  padding-left: 0;
  border-left: 0;
}

.met_header_bar_search_wrapper {
  width: 27px;
  height: 27px;
  margin-top: 6px;
  position: relative;
  background: #444545;
  border-radius: 4px;
  overflow: hidden;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.met_header_bar_search_wrapper:hover {
  width: 188px;
}

.met_header_bar_search_wrapper + div {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.met_header_bar_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 188px;
  height: 27px;
}

.met_header_bar_search input[type="text"] {
  background: none;
  border: none;
  line-height: 27px;
  height: 27px;
  margin-left: 10px;
  width: 140px;
  color: #ffffff;
  display: block;
  font-size: 11px;
}

.met_header_bar_search input[type="text"]::-webkit-input-placeholder {
  color: #878787;
}

.met_header_bar_search input[type="text"]:-moz-placeholder {
  color: #878787;
}

.met_header_bar_search input[type="text"]::-moz-placeholder {
  color: #878787;
}

.met_header_bar_search input[type="text"]:-ms-input-placeholder {
  color: #878787;
}

.met_header_bar_search button {
  color: #d7d7d7;
  line-height: 27px;
  width: 17px;
  padding: 0;
  position: absolute;
  right: 5px;
  display: block;
  border: none;
  background: none;
  top: 0;
}

.met_header_bar_search i {
  margin: 0;
  font-size: 16px;
}

.dial_wrap {
  text-align: center;
}

.dial_wrap p {
  margin: 0;
}

.dial {
  display: none;
  color: #373737 !important;
  font-size: 50px !important;
  font-weight: 800 !important;
  font-family: inherit !important;
  width: 100px !important;
  height: 60px !important;
  top: 23% !important;
  left: 21% !important;
  margin: 0 !important;
}

.dial.visible {
  display: block;
}

.knob {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 180px;
  min-height: 180px;
}

.knob > div {
  position: relative;
  display: block !important;
}

.knob > div > div {
  position: absolute;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
}

.knob canvas {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipv;
  /*IE*/
  filter: flipv;
  /*IE*/
}

.knob span {
  position: absolute;
  top: 2px;
  color: #93a3a5;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding-left: 28px;
}

.dial_wrap > span {
  display: block;
  font-size: 24px;
  color: #555555;
  margin-top: 30px;
  font-weight: 600;
}

.knob_circle_icon {
  background-image: url("../img/knob_icons.png");
}

.knob_seo {
  width: 41px;
  height: 71px;
}

.knob_affliate {
  width: 88px;
  height: 61px;
}

.knob_target_keyword {
  width: 49px;
  height: 63px;
}

.met_icon_list {
  display: block;
}

.met_icon_list .met_icon_list_item {
  display: block;
  position: relative;
  padding: 0 30px;
  line-height: 39px;
  font-size: 13px;
  color: #878787;
  border-bottom: 1px solid #ebebeb;
}

.met_icon_list li:last-child .met_icon_list_item {
  border-bottom: 0;
}

.met_icon_list_item i {
  position: absolute;
  line-height: 39px;
  left: 0;
  top: 0;
  font-size: 17px;
  color: #36353c;
  display: block;
}

.met_icon_list_item:hover {
  text-decoration: none;
}

.met_gray_line > .met_content {
  overflow: hidden;
}

.met_recent_works_header {
  color: #555555;
  font-size: 18px;
  font-weight: 600;
}

.met_recent_works_header span {
  line-height: 38px;
  font-size: 36px;
  display: block;
  text-align: center;
}

.met_recent_nav_prev,
.met_recent_nav_next {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
}

.met_recent_nav_prev:first-child {
  margin-right: 1px;
}

.met_recent_nav_prev:hover,
.met_recent_nav_next:hover {
  background-color: #f7f7f7;
}

.met_recent_works_header ul {
  display: block;
  text-align: center;
}

.met_recent_works_header ul li {
  display: inline-block;
}

.met_recent_works_header a {
  color: #656565;
  text-decoration: none;
  padding: 0 10px;
  font-family: "Archivo Narrow";
  font-weight: normal;
  font-size: 14px;
  display: block;
}

.met_responsive_selection {
  display: none;
  background-image: url("../img/responsive-nav-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  display: none;
  width: 100%;
  -webkit-appearance: none;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #8f8f8f;
  padding: 0 10px;
  border-radius: 0;
  line-height: 14px;
  box-sizing: border-box;
  font-size: 14px;
  height: 30px;
  margin-top: 20px;
}

.met_recent_works_header a.activeLink {
  color: #63c6ae;
}

.met_recent_works_wrapper {
  margin-top: -15px;
}

.met_recent_works_wrapper > div {
  margin-top: 15px;
}

.met_recent_work {
  float: left;
  overflow: hidden;
}

.met_recent_work_preview {
  position: relative;
  overflow: hidden;
  display: block;
}

.met_recent_work_preview > a,
.met_recent_work_preview > a img {
  display: block;
  width: 100%;
}

.met_recent_work_details {
  padding: 15px 0;
  position: relative;
}

.met_recent_work_details div {
  width: 80%;
  float: left;
}

.met_recent_work_details div a {
  display: block;
}

.met_recent_work_head_title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #555555;
}

.met_recent_work_bottom_title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #b1b1b1;
}

.met_recent_work_details aside {
  position: absolute;
  width: 20%;
  right: 0;
  height: 100%;
  top: 0;
  font-weight: 600;
  font-size: 14px;
  color: #656565;
}

.met_recent_work_details aside div {
  text-align: right;
}

.met_recent_work_details aside i {
  font-size: 15px;
}

.met_recent_work_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  /*-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;*/
}

.met_recent_work:hover .met_recent_work_overlay {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.met_recent_work_overlay .met_recent_works_hover_box {
  border: 1px solid #ffffff;
  height: 28px;
  padding: 7px 0;
  display: inline-block;
  position: relative;
  /*-webkit-transition: all ease 4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-webkit-transform: perspective(600px) rotateX(90deg);
	-moz-transform: perspective(600px) rotateX(90deg);
	-ms-transform: perspective(600px) rotateX(90deg);
	-o-transform: perspective(600px) rotateX(90deg);

	opacity            : 0;
	visibility         : hidden;
	filter             : alpha(opacity=0);
	-ms-filter         : "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
}

.met_recent_work:hover .met_recent_work_overlay div {
  /*-webkit-transition-delay: 4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);

	opacity            : 1;
	visibility         : visible;
	filter             : alpha(opacity=100);
	-ms-filter         : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
}

.met_recent_work_overlay > div.met_recent_works_hover_box > a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid #ffffff;
  float: left;
}

.met_recent_work_overlay > div.met_recent_works_hover_box > a:first-child {
  border-left: none;
}

.met_recent_work_overlay > div.met_recent_works_hover_box > a:last-child {
  border-right: none;
}

.met_recent_work_overlay > div.met_recent_works_gallery_box > div {
  display: none;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

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

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*-------------------------------
	Lightbox
 ------------------------------*/
.mfp-3d + .mfp-3d .mfp-content {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -webkit-transform: perspective(600px) rotateX(45deg);
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.mfp-3d.mfp-ready + .mfp-3d .mfp-content {
  -webkit-transform: perspective(600px) rotateX(0deg);
  opacity: 100;
  visibility: visible;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/*-------------------------------
	Buttons
------------------------------*/
.btn {
  padding: 15px 32px;
  font-size: 15px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.btn-lg {
  padding: 17px 42px;
  font-size: 20px;
}

.btn-sm {
  padding: 13px 35px;
  font-size: 12px;
}

.btn-xs {
  padding: 11px 23px;
  font-size: 11px;
}

.btn-primary {
  background: #000;
}

.btn-primary:hover {
  background-color: #333;
}

.btn-info {
  background: #f4f5f5;
  color: #2b3333;
}

.btn-info:hover {
  background-color: #5b5e65;
}

.btn-danger {
  background: #c30d10;
}

.btn-danger:hover {
  background-color: #5b5e65;
}

.btn-success {
  background: #15af1f;
}

.btn-success:hover {
  background-color: #5b5e65;
}

.met_div5 {
  width: 20%;
  float: left;
}

.met_info_line span {
  color: #555555;
  font-size: 24px;
  font-weight: 600;
  line-height: 53px;
}

.met_info_line a {
  float: right;
}

.met_blog_list_container {
  border-right: 1px solid #e1e1e1;
}

.met_latest_blog_post {
  float: left;
  margin-bottom: 20px;
}

.met_latest_blog_post:last-child {
  margin-bottom: 0;
}

.met_latest_blog_post_image {
  float: left;
  width: 50px;
  height: 50px;
  border: 3px solid #3e4444;
}

.met_latest_blog_post_image:hover {
  border-color: #eeeeee;
}

.met_latest_blog_post_short,
.met_latest_blog_post span {
  display: block;
  margin-left: 60px;
  color: #769190;
}

.met_latest_blog_post_short {
  margin-bottom: 4px;
}

.met_latest_blog_post_short:hover {
  color: #ffffff;
}

.met_latest_blog_post span {
  color: #b5c5c5;
  font-weight: 600;
}

.met_blog_slider {
  position: relative;
  overflow: hidden;
}

.met_blog_slider .ls-nav-prev,
.met_blog_slider .ls-nav-next {
  position: absolute;
  z-index: 9;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  top: 44%;
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s !important;
  -moz-transition: all ease-in-out 0.2s !important;
  -ms-transition: all ease-in-out 0.2s !important;
  -o-transition: all ease-in-out 0.2s !important;
  display: block !important;
  left: auto;
  right: auto;
}

.met_blog_slider .ls-nav-prev:before,
.met_blog_slider .ls-nav-next:before {
  position: absolute;
  display: block;
  width: 9px;
  height: 14px;
  line-height: 9px;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  font-family: "FontAwesome";
  left: 15px;
  top: 15.5px;
}

.met_blog_slider .ls-nav-prev:before {
  content: "\F104";
}

.met_blog_slider .ls-nav-next:before {
  content: "\F105";
  left: 15.4px;
  top: 15.4px;
}

.met_blog_slider .ls-nav-prev {
  left: -45px;
}

.met_blog_slider .ls-nav-next {
  right: -45px;
}

.met_blog_slider:hover .ls-nav-prev {
  left: 20px;
}

.met_blog_slider:hover .ls-nav-next {
  right: 20px;
}

.met_blog_details blockquote {
  padding: 0 35px;
  font-size: 24px;
  color: #555555;
  line-height: 27px;
  font-weight: 600;
  position: relative;
  border: none;
  display: block;
}

.met_blog_details blockquote:before,
.met_blog_details blockquote:after {
  display: block;
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #555555;
}

.met_blog_details blockquote:before {
  content: "\F10D";
  left: 0;
  top: 0;
}

.met_blog_details blockquote:after {
  content: "\F10E";
  right: 0;
  bottom: 0;
}

.met_blog_details > .met_blog_details_without_margin {
  margin: 0;
  padding: 0;
  border: none;
}

.met_blog_details_without_margin blockquote,
.met_blog_details_without_margin blockquote:before,
.met_blog_details_without_margin blockquote:after {
  color: #afafaf;
}

.met_blog_tags_share {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  line-height: 59px;
  font-size: 13px;
  font-weight: 600;
}

.met_blog_tags_share .met_blog_share a {
  color: #878787;
}

.met_blog_tags {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: -1px -15px -1px 0;
  padding-right: 15px;
}

.met_blog_tags a {
  color: #b0b0b0;
  font-size: 20px;
  margin-left: 15px;
}

.met_about_author {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
  position: relative;
}

.met_about_author:after {
  position: absolute;
  right: -15px;
  bottom: -1px;
  content: "";
  width: 69px;
  height: 1px;
  background-color: #e1e1e1;
  display: block;
}

.met_about_author h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.met_about_author img {
  float: left;
  width: 50px;
  height: 50px;
}

.met_about_author div {
  margin-left: 74px;
  font-size: 13px;
}

.met_comment_descr {
  margin-bottom: 50px;
}

.met_comment > .met_comment {
  margin-left: 65px;
}

.met_comment_box:last-child > .met_comment:last-child {
  margin-bottom: 0;
}

.met_comment_box:last-child {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

.met_comment img {
  float: left;
  width: 50px;
  height: 50px;
}

.met_comment_descr {
  margin-left: 65px;
}

.met_comment_descr h5 {
  font-size: 13px;
  color: #4c4c4c;
  float: left;
  padding-right: 6px;
  line-height: 13px;
  border-right: 1px solid #c4c4c4;
  margin-bottom: 4px;
}

.met_comment_date {
  font-size: 13px;
  line-height: 13px;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid #c4c4c4;
}

.met_comment_reply_link {
  float: left;
  padding-left: 6px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
}

.met_comment_text {
  float: left;
  width: 100%;
  font-size: 13px;
}

.met_comment_awaiting_moderation {
  float: left;
  font-style: italic;
  font-size: 12px;
}

.met_comment_edit_link {
  float: right;
  font-size: 12px;
  font-weight: 600;
}

/*-------------------------------
	Inputs
 ------------------------------*/
.met_input_text {
  font-size: 12px;
  color: #878787;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 10px;
  background: none;
}

.met_half_input {
  width: 49.5%;
  margin-left: 1%;
}

.met_half_input.met_no_input_margin {
  margin-left: 0;
}

.met_textarea {
  line-height: 15px;
  height: 175px;
  padding: 10px;
}

/*-------------------------------
	Footer
 ------------------------------*/
footer {
  background-color: #fff;
  color: #000;
  font-family: "gotham_lightregular";
  font-size: 15px;
  padding: 30px 0;
}

.met_footer_logo {
  margin-bottom: 18px;
  display: block;
}

footer h4 {
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}

footer > .met_content {
  padding: 55px 0;
}
footer .social {
  margin-top: 130px;
  height: 100%;
  text-align: right;
}
footer .social a {
  text-decoration: none;
}

.met_footer_copyright {
  background-color: #fff;
  text-align: right;
  padding: 5px;
}

.met_contact_information_line {
  margin-bottom: 15px;
}

.met_contact_information_line i {
  float: left;
  font-size: 15px;
  color: #ffffff;
}

.met_contact_information_line span {
  margin-left: 20px;
  display: block;
}

.met_footer_contact_info > div:last-child {
  margin-bottom: 0;
}

.met_footer_social {
  float: left;
  margin-right: 30px;
  font-size: 22px;
  color: #769191;
}

.met_footer_copyright p {
  margin: 0;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  float: left;
}

.met_responsive_nav {
  display: none;
}

.met_footer_menu {
  float: right;
}

.met_footer_menu li {
  float: left;
}

.met_footer_menu li a {
  padding: 0 12.5px;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
}

.met_footer_twits_wrapper {
  overflow: hidden;
}

.met_footer_twits {
  float: left;
  width: 100%;
  margin-top: -30px;
}

.met_footer_twit_item {
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.met_footer_twit_item:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-family: "FontAwesome";
  content: "\F099";
  font-size: 25px;
  color: #707477;
}

footer .met_half_input {
  width: 48%;
  margin-left: 4%;
  border-radius: 3px;
}

footer .met_input_text {
  border: 1px solid #2d3032;
  margin-top: 5px;
  margin-bottom: 18px;
  background: #2a3037;
}

footer .met_half_input.met_no_input_margin {
  margin-left: 0;
}

.met_input_header {
  display: inline-block;
  float: left;
}

footer form button {
  float: right;
}

footer form h4 {
  margin-bottom: 0;
}

footer form span {
  font-size: 11px;
  line-height: 11px;
}

footer form textarea {
  max-height: 76px;
}

/*-------------------------------
	Parallax
 ------------------------------*/
.met_parallax_line {
  min-height: 355px;
  width: 100%;
  position: relative;
}

.met_parallax {
  height: 355px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  -moz-box-shadow: inset 0 0px 4px 1px #2b2b2b;
  -webkit-box-shadow: inset 0 0px 4px 1px #2b2b2b;
  box-shadow: inset 0 0px 4px 1px #2b2b2b;
}

.met_parallax_black_blur:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  z-index: 1;
}

.met_parallax_content {
  z-index: 2;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.met_parallax_content_box {
  width: 1170px;
  position: relative;
  display: inline-block;
}

.met_parallax_title {
  font-size: 48px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.31);
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.met_parallax_text {
  font-size: 14px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.31);
  text-align: center;
  width: 100%;
}

.met_parallax_line_2 .met_parallax_title,
.met_parallax_line_2 .met_parallax_text {
  text-align: left;
}

.met_parallax_line_2_image_box img {
  max-width: 100%;
}

.met_parallax_line_2_image_box {
  width: 42.735042735043%;
  margin-right: 7.6923076923077%;
  float: left;
}

.met_parallax_line_2_content_box {
  width: 49.5726495726493%;
  float: left;
  margin-top: 11%;
}

.met_parallax_line_2_available_title {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.31);
  margin-bottom: 0;
  margin-top: 30px;
  text-align: left;
}

.met_parallax_2_title_underline {
  width: 70px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.met_parallax_line_2_available_on {
  text-align: left;
}

.met_parallax_line_2_available_on a {
  color: #ffffff;
  font-size: 23px;
  margin-right: 20px;
}

.met_parallax_line_2_available_on a:hover {
  text-decoration: none;
}

.met_title_line {
  text-align: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.met_title01_line {
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.met_title02_line {
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 25px;
}

.met_breadcrumb {
  padding: 50px 0;
  box-shadow: 0 0 1px 0 #ccc;
  font-family: "gotham_lightregular";
}

.met_breadcrumb h1 {
  font-size: 28px;
  color: #000;
  font-weight: lighter;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}

.met_breadcrumb span {
  margin-right: 10px;
  color: #ffffff;
}

.met_breadcrumb span,
.met_breadcrumb li {
  font-size: 12px;
  line-height: 39px;
}

.met_breadcrumb li {
  list-style: none;
  float: left;
  padding-right: 20px;
  position: relative;
}

.met_breadcrumb li:after {
  display: block;
  position: absolute;
  content: "/";
  color: #ffffff;
  right: 9px;
  top: 0;
}

.met_breadcrumb li:last-child {
  padding-right: 0;
}

.met_breadcrumb li:last-child:after {
  content: "";
}

.met_breadcrumb a {
  color: #ffffff;
}

.met_accordion {
  margin-bottom: 10px;
}

.met_accordion:last-child {
  margin-bottom: 0;
}

.met_accordion_head {
  cursor: pointer;
}

.met_accordion_icon {
  float: left;
  color: #ffffff;
  background-color: #a3adb9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.met_accordion_on .met_accordion_icon {
  background-color: #63c6ae;
}

.met_accordion_title {
  margin-left: 50px;
  background-color: #f3f3f5;
  padding: 12.5px 20px;
  font-size: 18px;
  color: #555555;
  font-weight: 600;
  display: block;
}

.met_accordion_content {
  padding: 12.5px 20px;
  display: none;
  font-size: 13px;
  margin-left: 50px;
  background-color: #f3f3f5;
}

.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  background-color: #a4aeb9;
  font-size: 12px;
  font-weight: 300;
  padding: 0 17px;
  line-height: 35px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  background: #f7f7f7;
  color: #a1a1a1;
  margin-right: 0;
  border: 1px solid #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover {
  border: 1px solid #eee !important;
  border-bottom: 0 !important;
  background: #fff;
  color: #000;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: none !important;
}

.nav-tabs > li {
  border-right: 1px solid #ffffff;
}

.nav-tabs > li:last-child {
  border: none;
}

.nav-tabs > li {
  margin-bottom: 0;
}

.nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}

.tab-content {
  border: none;
  border-top: 0;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 20px;
}

.alert {
  font-size: 18px;
  text-shadow: none;
  border: none;
  border-radius: 0;
  padding: 17px 20px;
  color: #ffffff;
}

.alert .close {
  right: 0;
  color: #ffffff;
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1000)";
  filter: alpha(opacity=100);
  font-size: 25px;
  font-weight: 500;
}

.alert-error {
  background-color: #b61857;
}

.alert-block {
  background-color: #2b3333;
}

.alert-success {
  background-color: #18b632;
}

.alert-info {
  background-color: #6cc5c9;
}

.met_aboutme_skill {
  margin-bottom: 20px;
}

.met_aboutme_skill:last-child {
  margin-bottom: 0;
}

.met_aboutme_skill span {
  font-size: 14px;
  line-height: 29px;
}

.met_custom_skill_bar {
  height: 5px;
  background-color: #f4f5f5;
}

.met_custom_skill {
  height: 5px;
  position: relative;
  width: 0;
  -webkit-transition: width ease-in-out 1s;
  -moz-transition: width ease-in-out 1s;
  -ms-transition: width ease-in-out 1s;
  -o-transition: width ease-in-out 1s;
}

.met_custom_skill label {
  border-radius: 3px;
  position: absolute;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 11px;
  -webkit-transform: translate(46%, -142%);
  -moz-transform: translate(46%, -142%);
  -ms-transform: translate(46%, -142%);
  -o-transform: translate(46%, -142%);
  top: 0;
  right: 0;
}

.met_custom_skill label:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  left: 43%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}

.met_custom_skill.not-loaded label {
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.met_custom_skill label {
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all ease-in-out 0.3s 1s;
  -moz-transition: all ease-in-out 0.3s 1s;
  -ms-transition: all ease-in-out 0.3s 1s;
  -o-transition: all ease-in-out 0.3s 1s;
}

.met_contact_info_bigger i {
  font-size: 14px;
}

.met_team_member {
  margin-right: 30px;
}

.met_team_member img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.met_team_member:last-child {
  margin-right: 0;
}

.met_team_member_foot {
  box-shadow: 0 1px 1px #ececec;
}

.met_team_member_details {
  padding: 20px;
  position: relative;
}

.met_team_member p {
  font-size: 12px;
  line-height: 17px;
  margin: 20px 0 0 0;
}

.met_team_member_details:before {
  position: absolute;
  top: -18px;
  right: 14%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #656870 transparent;
}

.met_team_member_socials,
.met_team_member_socials a {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  color: #ffffff;
  text-decoration: none;
}

.met_team_member_socials {
  height: 10px;
  overflow: hidden;
}

.met_team_member_socials a:hover {
  color: #4b4d4d;
}

.met_team_member_mail {
  display: block;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  line-height: 40px;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  padding-left: 20px;
}

.met_team_member_social a {
  display: block;
  float: left;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  line-height: 40px;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}

.met_team_member:hover .met_team_member_socials {
  height: 40px;
}

.met_team_member:hover .met_team_member_socials a {
  opacity: 100;
  visibility: visible;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.met_team_member_name {
  color: #555555;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  margin: 0;
}

.met_team_member_position {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
}

.met_carousel_nav a {
  position: absolute;
  z-index: 9;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
  top: 39%;
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}

.met_carousel_nav li:first-child a {
  left: -45px;
}

.met_carousel_nav li:last-child a {
  right: -45px;
}

.met_testimonials_wrapper:hover li:first-child a {
  left: 0;
}

.met_testimonials_wrapper:hover li:last-child a {
  right: 0;
}

.met_parallax_testimonials_items {
  float: left;
  width: 100%;
  text-align: center;
}

.met_parallax_testimonials_items > img {
  border-radius: 100%;
  display: inline-block;
  margin: 25px 0 10px;
}

.met_parallax_testimonials_items > span {
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
}

.met_parallax_testimonials_nav {
  position: absolute;
  top: 46%;
  display: block;
  font-size: 20px;
  color: #ffffff;
  display: block;
}

.met_parallax_testimonials_prev {
  left: 10px;
}

.met_parallax_testimonials_next {
  right: 10px;
}

.met_pagination_1 > li > a {
  border: none;
  font-size: 12px;
  color: #555555;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.met_pagination_1 > li.active > a {
  color: #ffffff;
  background-color: #63c6ae;
  border-radius: 5px;
}

.met_pagination_1 > li > a:hover {
  color: #63c6ae;
  background-color: transparent;
}

.met_pagination_2 > li > a {
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  color: #717171;
  font-weight: 700;
  margin-right: 4px;
  padding: 0 7px;

  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f9f9f9),
    color-stop(100%, #e9e9e9)
  );
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.met_pagination_2 > li > a:hover {
  color: #ffffff;
  background: #63c6ae;
  border-color: transparent;
}

.met_sidebar_socials {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  float: left;
  width: 100%;
}

.met_sidebar_socials:after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: -15px;
  background: #e1e1e1;
  display: block;
  content: "";
}

.met_sidebar_social_icon {
  width: 100px;
  height: 34px;
  padding-left: 44px;
  color: #878787;
  display: inline-block;
  background-size: 34px 34px;
  font-size: 10px;
  float: left;
  margin-right: 15px;
}

.met_sidebar_social_twitter {
  background: url("../img/twitter.png") top left no-repeat;
}

.met_sidebar_social_facebook {
  background: url("../img/facebook.png") top left no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .met_sidebar_social_twitter {
    background: url("../img/twitter@2x.png") top left no-repeat;
    background-size: 34px 34px;
  }

  .met_sidebar_social_facebook {
    background: url("../img/facebook@2x.png") top left no-repeat;
    background-size: 34px 34px;
  }
}

.met_sidebar_header {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #555555;
  display: block;
}

.met_sidebar_block {
  margin-bottom: 60px;
}

.met_sidebar_block li a {
  color: #555555;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.met_sidebar_block li:last-child a {
  margin-bottom: 0;
}

#map {
  width: 100%;
  height: 450px;
}

.met_contact_info_line {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.met_contact_info_line span {
  display: block;
  float: left;
}

.met_contact_info_line div {
  margin-left: 80px;
}

.met_contact_info_box {
  margin-bottom: 25px;
}

.met_contact_thank_you {
  text-align: center;
  display: none;
}

/*-------------------------------
	Portfolio
 ------------------------------*/
.met_filters {
  list-style: none;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

.met_filters li {
  float: left;
  list-style: none;
}

.met_filters li a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 11px;
  text-decoration: none;
  color: #656c6d;
  font-weight: 600;
  position: relative;
}

.met_filters li a.activePortfolio {
  color: #ffffff;
  background-color: #63c6ae;
}

.met_filters li a.activePortfolio:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 44%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #63c6ae transparent transparent transparent;
}

.met_portfolio .met_recent_work {
  margin-bottom: 15px;
}

.met_portfolio .met_recent_work_details {
  background-color: #f3f5f5;
  padding-left: 20px;
  padding-right: 20px;
}

.met_portfolio .met_recent_work_head_title {
  font-size: 14px;
  color: #656c6d;
}

.met_portfolio .met_recent_work_bottom_title {
  font-size: 11px;
  color: #63c6ae;
}

.met_portfolio .met_recent_work_details aside i {
  font-size: 11px;
  line-height: 0px;
}

.met_portfolio .met_recent_work_details aside {
  font-size: 12px;
}

.met_project_descr_text {
  font-size: 13px;
}

.met_project_details {
  font-size: 12px;
}

.met_project_details div {
  margin-bottom: 15px;
}

.met_project_details div:last-child {
  margin-bottom: 0;
}

.met_project_tag {
  color: #4b4d4d;
  font-weight: 600;
}

.met_project_share {
  font-size: 20px;
}

.met_project_share a {
  margin-right: 20px;
  color: #b0b0b0;
}

.met_portfolio2_wrapper {
  margin-top: 0 !important;
}
/*-------------------------------
	Portfolio 2
 ------------------------------*/
.met_portfolio2.isotope {
  overflow: visible !important;
  z-index: 1;
}

.met_portfolio2_wrapper {
  margin: -1px;
}

.met_portfolio2_item_home {
  /*float: left;*/
  width: 100%;
  margin: 0 auto;
  /*	margin:17px;*/
  z-index: 1;
  position: relative;
}

.met_portfolio2_item_home:hover {
  z-index: 2;
}

.met_portfolio2_item {
  float: left;
  margin-bottom: 20px;
  z-index: 0;
  position: relative;
}

.met_portfolio2_item:hover {
  z-index: 1;
}

.met_portfolio2_item_miscs_home {
  position: relative;
  width: 80%;
}

.met_portfolio2_item_miscs {
  position: relative;
  width: 80%;
  font-weight: lighter;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: right;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd35Thin", Arial, Helvetica, sans-serif;
}

.met_portfolio2_item_miscs span{
  font-size: 14px;
  font-weight: bold;
}

.met_portfolio2_item_preview {
  position: relative;
}

.met_portfolio2_item_preview > a,
.met_portfolio2_item_preview > a img {
  width: 100%;
  display: block;
}

.met_portfolio2_item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);

  opacity: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.met_portfolio2_item_preview:hover .met_portfolio2_item_overlay {
  opacity: 10;
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
  font-weight: lighter;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.73);
  word-wrap: break-word;
  text-align: right;
  font-family: "HelveticaNeueLTStd35Thin", Arial, Helvetica, sans-serif;
}

.met_portfolio2_item_category {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
}

.met_portfolio2_item_category a {
  background-color: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  padding: 7.5px 20px;
  border-radius: 0 0 4px 4px;
  display: inline-block;
  margin-left: -150%;

  -webkit-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -ms-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
}

.met_portfolio2_item_preview:hover .met_portfolio2_item_category a {
  margin-left: auto;

  -webkit-transition: margin-left 0.3s 0.1s, border-radius 0.3s, margin-top 0.3s;
  -moz-transition: margin-left 0.3s 0.1s, border-radius 0.3s, margin-top 0.3s;
  -ms-transition: margin-left 0.3s 0.1s, border-radius 0.3s, margin-top 0.3s;
  -o-transition: margin-left 0.3s 0.1s, border-radius 0.3s, margin-top 0.3s;
}

.met_portfolio2_item_category a:hover {
  text-decoration: none;
  border-radius: 4px 4px 4px 4px;
  margin-top: 5px;
}

.met_portfolio2_item_title_home {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  line-height: 27px;
  display: block;
  text-align: left;
  margin-bottom: 1px;
  border-bottom: 1px solid #fff;

  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

@media screen and (max-width: 800px) {
  .met_portfolio2_item_title {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-align: left;
    border-bottom: 1px solid #fff;
    margin: 0 !important;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
  }

  .met_portfolio2_item_title_home {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-align: left;
    border-bottom: 1px solid #fff;
    margin: 0 !important;

    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
  }

  .met_portfolio2_item_resumo {
    font-size: 10px !important;
    color: #ffffff;
    display: block;
    text-align: left;
    margin-top: -15px !important;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
  }

  .met_portfolio2_item_resumo_home {
    font-size: 10px !important;
    color: #ffffff;
    display: block;
    text-align: left;
    margin-top: -15px !important;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
  }

  .met_portfolio2_item_home {
    width: 98%;
    margin: 0 0 1% 0;
  }
}

.met_portfolio2_item_resumo {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  line-height: 27px;
  display: block;
  text-align: left;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.met_portfolio2_item_resumo_home {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  line-height: 27px;
  display: block;
  text-align: left;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.met_portfolio2_item_title:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.met_portfolio2_item_title_home:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.met_portfolio2_item_links {
  text-align: center;
  padding-bottom: 7px;
  background: url("../img/small-shadow.png") bottom center no-repeat;
}

.met_portfolio2_item_links a {
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  text-align: center;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.18);
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.met_portfolio2_item_links a:first-child {
  border-left: none;
  border-radius: 4px 0 0 4px;
}

.met_portfolio2_item_links a:last-child {
  border-radius: 0 4px 4px 0;
}

.met_portfolio2_item_links a i {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.met_portfolio2_item_links a:hover i {
  -webkit-transform: rotateZ(14deg) scale(1.2);
  -moz-transform: rotateZ(14deg) scale(1.2);
  -ms-transform: rotateZ(14deg) scale(1.2);
  -o-transform: rotateZ(14deg) scale(1.2);
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.met_portfolio2_item_gallery_images {
  display: none;
}

.met_portfolio2_filters {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.met_portfolio2_filters ul {
  list-style: none;
  border-radius: 4px;
  padding: 0 0 12px 0;
  margin: 0;
  display: block;
  text-align: center;
}

.met_portfolio2_filters ul li {
  float: none;
  list-style: none;
  display: inline-block;
}

.met_portfolio2_filters ul li:first-child {
  margin-left: 0;
}

.met_portfolio2_filters ul li:last-child {
  margin-right: 0;
}

.met_portfolio2_filters ul li a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 11px;
  text-decoration: none;
  color: #878787;
  position: relative;
}

.met_portfolio2_filters ul li a.activeLink {
  color: #ffffff;
  background-color: #63c6ae;
}

.met_portfolio2_filters ul li a.activeLink:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 44%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #63c6ae transparent transparent transparent;
}

.met_portfolio2_view_all {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
  color: #878787;
  font-weight: 600;
  font-size: 11px;
}

.met_coming_soon_twitter_wrap {
  margin-top: 40px;
}

.met_coming_soon_twitter_wrap > .met_bgcolor {
  padding-bottom: 100px;
  padding-top: 20px;
  color: #ffffff;
  font-size: 14px;
}

.met_coming_soon_twitter_wrap > .met_bgcolor a {
  color: #232929;
}

.met_coming_soon_content_part {
  background: #ffffff;
}

.met_coming_soon {
  padding-top: 130px;
}

.met_coming_soon_descr {
  max-width: 620px;
  margin: 0;
}

.met_coming_soon_miscs {
  margin-top: 85px;
}

.met_coming_soon_2 .met_coming_soon_miscs {
  margin-top: 0;
}

.met_coming_soon_maillist {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.met_coming_soon_maillist input[type="email"] {
  max-width: 370px;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  color: #a5a5a5;
  line-height: 17px;
  border: 1px solid #e1e1e1;
  position: relative;
  z-index: 1;
}

.met_coming_soon_maillist button {
  position: absolute;
  left: 343px;
  top: 12px;
  width: 16px;
  height: 16px;
  border: none;
  background: none;
  padding: 0;
  display: block;
  z-index: 2;
}

.met_coming_soon_maillist button i {
  display: block;
  line-height: 16px;
  font-size: 17px;
}

.met_coming_soon_twitter_icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}

.met_coming_soon_twitter_ticker {
  width: 620px;
}

.countdown_section {
  text-align: center;
  color: #555555;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 60px;
  float: left;
}

.countdown_amount {
  font-size: 72px;
  line-height: 72px;
}

.met_coming_soon_count_down + .met_content .met_coming_soon_miscs {
  margin: 0;
}

.met_coming_soon_count_down {
  padding: 23px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 40px 0;
}

.met_coming_soon_message {
  font-style: italic;
  height: 39px;
  line-height: 39px;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.met_coming_soon_message.message_sent {
  top: 0;
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.met-ls-title-1 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 12px 19px;
  font-size: 24px;
}

.met-ls-text-1 {
  max-width: 650px;
  color: #ffffff;
  text-shadow: 0 1px 8px #000000 !important;
  font-size: 14px;
}

.met-ls-button-1 a {
  font-weight: normal;
}

.met-ls-title-2 {
  background-color: #4b4d4d;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  padding: 8.5px 20px;
}

.met-ls-title-3 {
  background-color: #63c6ae;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 8px 20px;
}

.met-ls-title-4 {
  color: #63c6ae;
  font-weight: 300 !important;
  font-size: 48px;
}

.met-ls-title-5 {
  color: #555555;
  font-weight: 600;
  font-size: 36px;
}

.met-ls-title-6 {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
}

.met-ls-text-2 {
  max-width: 614px;
  width: 614px;
  color: #4b4d4d;
  font-size: 14px;
}

.met-ls-text-3 {
  max-width: 614px;
  width: 614px;
  color: #ffffff;
  font-size: 14px;
}

.ls-fullwidth .ls-nav-prev {
  top: auto !important;
  right: 20% !important;
  left: auto !important;

  -webkit-transform: translateX(-2%) !important;
  -moz-transform: translateX(-2%) !important;
  -ms-transform: translateX(-2%) !important;
  -o-transform: translateX(-2%) !important;
}

.ls-fullwidth .ls-nav-next {
  top: auto !important;
  right: 20% !important;
  left: auto !important;
}

.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
  background-image: none !important;
  background-color: #ffffff;
  position: relative;

  -webkit-transition: background-color 0.3s !important;
  -moz-transition: background-color 0.3s !important;
  -ms-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
}

.ls-fullwidth .ls-nav-prev:after,
.ls-fullwidth .ls-nav-next:after {
  display: block;
  position: absolute;
  font-family: "FontAwesome";
  text-align: center;
  line-height: 35px;
  color: #818181;
  font-size: 15px;
  height: 100%;
  width: 100%;

  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.ls-fullwidth .ls-nav-prev:after {
  content: "\F053";
}

.ls-fullwidth .ls-nav-next:after {
  content: "\F054";
}

.ls-fullwidth .ls-nav-prev:hover,
.ls-fullwidth .ls-nav-next:hover {
  background-color: #63c6ae;
}

.ls-fullwidth .ls-nav-prev:hover:after,
.ls-fullwidth .ls-nav-next:hover:after {
  color: #ffffff;
}

#met_page_loading_bar {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #000;
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);

  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

#met_page_loading_bar.loaded {
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#met_page_loading_bar.uninitialized {
  width: 25%;
}

#met_page_loading_bar.loading {
  width: 30%;
}

#met_page_loading_bar.interactive {
  width: 80%;
}

#met_page_loading_bar.complete {
  width: 100%;
}

.met_company_news_wrapper {
  margin: 0 -15px;
  position: relative;
}

.met_company_new {
  float: left;
  margin: 0 15px;
}

.met_company_new_preview {
  display: block;
}

.met_company_new_title {
  display: block;
  margin-top: 20px;
}

.met_company_new_title h5 {
  margin: 0;
}

.met_company_new_descr {
  font-size: 13px;
}

.met_company_new_descr p {
  margin: 0;
}

.met_company_news_nav {
  position: absolute;
  top: -31px;
  right: 15px;
}

.met_company_news_nav a {
  font-size: 15px;
  color: #36353c;
  margin-left: 5px;
}

.met_company_news_nav a:hover {
  text-decoration: none;
}

div.p_table li,
div.p_table a.sign_up {
  box-sizing: content-box;
}

.p_table_in_center {
  text-align: center;
}

.p_table_in_center > div {
  display: inline-block;
}

.met_p_table.p_table div.column_1 li.header_row_1 {
  background-color: #59b167;
  border: none;
}

.met_p_table.p_table div.column_1 li.header_row_2 {
  background-color: #63c673;
  border: none;
}

.met_p_table.p_table div.column_2 li.header_row_1 {
  background-color: #58af9a;
  border: none;
}

.met_p_table.p_table div.column_2 li.header_row_2 {
  background-color: #63c6ae;
  border: none;
}

.met_p_table.p_table div.column_3 li.header_row_1 {
  background-color: #094c39;
  border: none;
}

.met_p_table.p_table div.column_3 li.header_row_2 {
  background-color: #0a6048;
  border: none;
}

.met_p_table.p_table div.column_4 li.header_row_1 {
  background-color: #b94538;
  border: none;
}

.met_p_table.p_table div.column_4 li.header_row_2 {
  background-color: #cd4f41;
  border: none;
}

.met_check_list i.met_color {
  font-size: 12px;
}

.met_check_list li {
  margin-bottom: 15px;
}

.met_check_list li:last-child {
  margin: 0;
}

.met_ball {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  position: relative;
  float: left;
  background-color: #798d8e;
  margin-right: 55px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.met_ball:before {
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 19px;
  background-color: #798d8e;
  color: #ffffff;
  font-family: "FontAwesome";
  content: "\F067";
  display: block;
  left: -38px;
  top: 41px;
  border-radius: 100%;
  font-size: 10px;
}

.met_ball:first-child:before {
  display: none;
}

.met_ball:last-child:before {
  background-color: #63c6ae;
  content: "=";
}

.met_ball:last-child {
  background-color: #63c6ae;
  margin-right: 0;
}

.met_ball span {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  display: block;
  text-align: center;
  z-index: 2;
}

.met_ball:hover {
  background-color: #63c6ae;
  cursor: default;
}

.met_ball:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  display: block;
  content: "";
  background-color: #798d8e;
  z-index: 1;

  opacity: 1;
  visibility: visible;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.met_ball:hover:after {
  -webkit-transform: scale(1.3);

  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.met_ball:last-child:after {
  display: none;
}

.met_icon_info_box {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.met_icon_info_box:hover {
  text-decoration: none;
}

.met_icon_info_box:before {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(211, 211, 211, 0.5);
}

.met_icon_info_box h3 {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px;
}

.met_icon_info_box i {
  font-size: 70px;
  line-height: 70px;
  color: #bdbdbd;
  margin-bottom: 25px;
  display: inline-block;
}

.met_icon_info_box p {
  margin-bottom: 0;
}

.met_icon_info_box.classic,
.met_icon_info_box.classic i,
.met_icon_info_box.classic h3 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.met_icon_info_box.classic:hover {
  background-color: #63c6ae;
  color: #ffffff;
}

.met_icon_info_box.classic:hover i,
.met_icon_info_box.classic:hover h3 {
  color: #ffffff;
}

.met_icon_info_box.with_bg_image {
  position: relative;
}

.met_icon_info_box.with_bg_image > img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;

  opacity: 0.2;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.met_icon_info_box.with_bg_image > img,
.met_icon_info_box.with_bg_image i,
.met_icon_info_box.with_bg_image h3,
.met_icon_info_box.with_bg_image p,
.met_icon_info_box.as_slider i,
.met_icon_info_box.as_slider p,
.met_icon_info_box.as_slider h3 {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

.met_icon_info_box.with_bg_image i,
.met_icon_info_box.with_bg_image h3,
.met_icon_info_box.with_bg_image p,
.met_icon_info_box.as_slider i,
.met_icon_info_box.as_slider p,
.met_icon_info_box.as_slider h3 {
  position: relative;
  z-index: 3;
  color: #555555;
}

.met_icon_info_box.with_bg_image:hover i,
.met_icon_info_box.with_bg_image:hover h3,
.met_icon_info_box.with_bg_image:hover p,
.met_icon_info_box.as_slider:hover i,
.met_icon_info_box.as_slider:hover p,
.met_icon_info_box.as_slider:hover h3 {
  opacity: 0.1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

.met_icon_info_box.with_bg_image:hover > img,
.met_icon_info_box.as_slider:hover .met_icon_info_box_slider_wrap {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.met_icon_info_box_slider_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;

  opacity: 0.2;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.met_icon_info_box [rel*="lb_"] {
  display: none;
}

/*-------------------------------
	Brands Carousel
 ------------------------------*/
.met_brands_carousel_wrapper {
  position: relative;
}

.met_brands_carousel_prev,
.met_brands_carousel_next {
  position: absolute;
  display: block;
  top: 40%;
  color: #c4c4c4;
  font-size: 24px;
  line-height: 24px;
}

.met_brands_carousel_prev {
  left: 0;
}

.met_brands_carousel_next {
  right: 0;
}

.met_brands_carousel_prev:hover,
.met_brands_carousel_next:hover {
  text-decoration: none;
}

.met_brands_carousel {
  float: left;
}

.met_brands_carousel a {
  display: block;
  float: left;
  margin: 0 15px;
}

p {
  font-family: "Open Sans", sans-serif;
}

.customNavigation {
  text-align: center;
}

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.loc-d {
  text-align: center;
  font-size: 17px;
}

.loc-d span {
  font-size: 26px;
  /*font-style: italic;*/
}

.contato-ti {
  font-size: 26px;
  /*font-style: italic;*/
  font-weight: 600;
  float: left;
}

input.user-c {
  background-image: url(../img/img_User.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 18px;
}

input.email-c {
  background-image: url(../img/img_Email.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 18px;
}

textarea.msg-c {
  background-image: url(../img/img_Msg.png);
  background-position: 0px 8px;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.btnR {
  border: 0;
  background: #fff;
  float: left;
}

.infobox-wrapper {
  display: none;
}

.info {
  border: 1px solid #ff525a;
  margin-top: 8px;
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 0.5em 1em;
  text-align: center;
  opacity: 10;
  border-radius: 3px;
}

/*#demo {
	width: 500px;
	margin-left: 27%;
}
#demoMais{
	width: 100%;
}

@media screen and (max-width: 800px) {
	#demo {
	width: 100%;
	margin-left:0;
}
	}
*/
#demo {
  width: 500px;
  margin-left: 27%;
}

#demon {
  width: 700px;
  margin-left: 27%;
}

#demoMais {
  width: 100%;
  margin-left: 13%;
}

@media screen and (max-width: 800px) {
  #demo {
    width: 100%;
    margin-left: 0;
  }

  #demon {
    width: 100%;
    margin-left: 0;
  }

  #demoMais {
    width: 100%;
    margin-left: 0;
  }
}

#owl-car .item {
  margin: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 13px;
}

#owl-car .item img {
  display: block;
  width: 100%;
  height: auto;
}

#owl-car .item h2 {
  font-size: 18px;
  font-weight: lighter;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #000;
}

.owl-buttons {
  background: red;
  text-align: right;
}

.owl-prev {
  float: right;
  margin-top: -20px;
}

.owl-next {
  float: right;
  margin-top: -20px;
}

.marg-left {
  margin-left: 125px;
}

#carousel1 {
  margin-left: 0%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #carousel1 {
    margin-left: 0%;
  }
}

.text-p {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 3px;
}

.errors {
  font-family: Tahoma, Geneva, sans-serif;
  color: #f00 !important;
  font-weight: normal !important;
}

#DivMensagem {
  width: 98%;
  background-color: #ffffcc;
  border: 1px solid #ffcc00;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

#DivMensagem p.semProduto {
  font-size: 16px;
  color: #000;
}

#DivMensagemError {
  width: 98%;
  background-color: #ffc4c4;
  border: 1px solid #ff9191;
  padding: 10px;
  font-size: 13px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 5px;
}

.met_portfolio2 {
  cursor: pointer;
}

.sub {
  background: #f2f2f2;
  clear: both;
  position: absolute;
  top: 75%;
  left: 0;
  width: auto;
  padding: 0px !important;
  border-radius: 3px;
}

.sub li {
  border-bottom: 1px solid #fff;
  width: 100%;
  display: block;
  padding: 5px;
  cursor: pointer;
  min-width: 240px;
}

.sub li:hover {
  background: #eee;
}

.sub li a {
  font-size: 11px;
  text-decoration: none;
  padding: 0 70px 0 15px;
  height: 17px;
  line-height: 17px;
  color: #000;
  font-weight: lighter;
  text-align: left !important;
}

.sub li a:hover {
  color: #000 !important;
}

.box-artigo {
  /*background:red;*/
  padding: 10px;
}

.link-artigo a {
  text-decoration: none;
}

.link-artigo a:hover {
  text-decoration: none;
}

.imagem-artigo {
  height: 212px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.info-artigo {
  font-size: 13px;
  font-family: "gotham_lightregular";
}

.info-artigo h1 {
  font-family: "gotham_mediumregular";
  font-size: 15px;
}

.artigo-inner {
  font-size: 13px;
  font-family: "gotham_lightregular";
  line-height: 25px;
  text-align: justify;
}

.artigo-inner h1 {
  font-family: "gotham_mediumregular";
  font-size: 25px;
  margin-bottom: 20px;
}

.artigo-inner .img-b {
  float: left;
  margin-right: 10px;
}

.comentarios {
  margin-top: 20px;
}

.mais-artigos h2,
.comentarios h2 {
  font-size: 25px;
}

.mais-artigos {
  margin-top: 20px;
}

.redes {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .mais-artigos,
  .artigo-inner,
  .comentarios {
    padding: 20px;
  }

  .artigo-inner img {
    max-width: 100%;
  }
}

.met_portfolio2_item_preview img {
  /*  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
  /* IE */
}

.met_portfolio2_item_preview:hover.met_portfolio2_item_preview img {
  /* -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;*/
}

.home-projetos .met_portfolio2_item_preview img {
  /*  -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;*/
}

.button_whats {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 100000000000;
  /*opacity: 0.5;*/
}

.button_whats:hover {
  opacity: 1;
}

.whats-button {
  width: 16%;
  text-align: center;
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  right: 20px;
  background: #53d845;
  background: -moz-linear-gradient(-45deg, #53d845 0%, #279136 100%);
  background: -webkit-linear-gradient(-45deg, #53d845 0%, #279136 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53d845', endColorstr='#279136', GradientType=1);
  padding: 10px;
  transition: 0.5s;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.42857;
  font-family: "gotham_mediumregular";
  text-transform: uppercase;
  color: #fff;
  border-radius: 35px;
  border: 4px solid #fff;
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.1);
}

.whats-button:hover {
  background: #53d845;
  background: -moz-linear-gradient(-45deg, #53d845 50%, #279136 100%);
  background: -webkit-linear-gradient(-45deg, #53d845 50%, #279136 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#53d845', endColorstr='#279136', GradientType=1);
  color: #fff;
}

.contato-button {
  width: 16%;
  text-align: center;
  position: fixed;
  z-index: 10000;
  bottom: 80px;
  right: 20px;
  background: #144ae8;
  background: -moz-linear-gradient(-45deg, #137cd6 0%, #070cc1 100%);
  background: -webkit-linear-gradient(-45deg, #137cd6 0%, #070cc1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#137cd6', endColorstr='#070cc1', GradientType=1);
  padding: 10px;
  transition: 0.5s;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.42857;
  font-family: "gotham_mediumregular";
  text-transform: uppercase;
  color: #fff;
  border-radius: 35px;
  border: 4px solid #fff;
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.1);
}

.contato-button:hover {
  background: #144ae8;
  background: -moz-linear-gradient(-45deg, #144ae8 50%, #0c3bc5 100%);
  background: -webkit-linear-gradient(-45deg, #144ae8 50%, #0c3bc5 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#144ae8', endColorstr='#0c3bc5', GradientType=1);
  color: #fff;
}
.marg-menu {
  margin-left: 70%;
}
.home-projetos .met_portfolio2_item {
  float: left;
  margin-bottom: 30px;
  z-index: 0;
  position: relative;
}
@media (max-width: 1280px) {
  .marg-menu {
    margin-left:66.5%;
  }
  .met_logo {
    margin-left: 1.5% !important;
}
}
@media (max-width: 700px) {
  .contato-button,
  .whats-button {
    width: 100%;
    right: 0;
  }
}

.whats_mobile {
  display: none;
}

.flexslider {
  margin: 0 !important;
  border: 0 !important;
}

.slides > li {
  height: 650px;
  background-size: cover;
}

ol.flex-control-nav {
  display: none;
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
}

.mais-projetos {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.met_logo {
  margin-left: 3%;
}

.mais-projetos a {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 20px;
  font-family: "gotham_lightregular";
  color: #000;
}

@media (max-width: 800px) {
  .whats_pc {
    display: none;
  }

  .whats_mobile {
    display: block;
  }

  .slides > li {
    height: 350px;
    background-size: cover;
  }

  .met_fixed_header.met_header_1 {
    background: #FFCE00;
  }
}
.home-projetos {
  position: relative;
}
.home-projetos:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: rgba(235, 235, 235, 0.25);
  z-index: 0;
}

.title-projects {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 373px;
}
.box-project ul {
  display: flex;
  gap: 2px;
}
.box-project ul > li {
  width: 35%;
  background-position: center top;
  height: 373px;
}
.box-project ul > li:hover .overlay {
  opacity: 1;
}
.box-project ul > li .overlay {
  opacity: 0;
  transition: 0.3s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.box-project ul > li .overlay h3 a {
  color: #fff;
  font-family: "gotham_lightregular";
}
.box-project ul > li .overlay:hover a {
  text-decoration: none;
}
.box-project ul > li img {
  width: 100%;
}
#about {
  font-family: "gotham_lightregular";
  padding: 100px 0;
  background: #131111;
  color: #fff;
  position: relative;
}
#about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  background: #211f1f;
}
#about .met_content2 {
    display: flex;
    justify-content: center;
    align-items: center;
  position: relative;
}
#about .met_content2 div:last-child{
    width: 60%;
    margin-left: 20%;
}
.title-about {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: relative;
  z-index: 1;
}
.title-about h2 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
  z-index: 1;
}

#contact-home {
  background: #ffcd00;
  position: relative;
  padding: 50px 0;
  height: 100%;
}
#contact-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31%;
  height: 100%;
  background: #f1c203;
}
#contact-home .title-contact {
  display: flex;
  justify-content: center;
  min-height: 150px;
  align-items: center;
  position: relative;
  z-index: 1;
}

#contact-home .box ul li {
  font-size: 19px;
  margin-bottom: 10px;
  font-family: "gotham_lightregular";
  color: #000;
}
@media (max-width: 800px) {
  .home-projetos:before,
  #about:before,
  #contact-home:before {
    display: none;
  }
  .title-projects {
    margin-top: 20px;
    height: auto;
  }
  .box-project ul {
    padding: 0;
    flex-direction: column;
  }
  .box-project ul > li {
    width: 100%;
  }
  #about .met_content2 .row > div:first-child {
    background-color: red;
    order: 1;
  }
  #about .met_content2 .row > div:last-child {
    background-color: lime;
    width: 100%;
    text-align: center;
  }
  #contact-home .title-contact {
    height: auto;
  }
  #contact-home .box ul {
    padding: 0;
  }
  #contact-home .box ul li {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  footer .social {
    margin-top: 50px;
    text-align: center;
  }
  .met_header_1 header {
    padding-bottom: 0 !important;
  }
  .title-about {
    height: auto;
  }
  #about .met_content2{
      flex-direction: column;
      text-align: center;
  }
  
  #about .met_content2 div:last-child{
      width: 100%;
      text-align: center;
      margin-left: 0;
  }
  #about .met_content2 div:first-child{
      order: 1;
  }
}
.interna .met_fixed_header.met_header_1{
  background: #000;
  position: fixed;
}
/* .interna .met_portfolio2_wrapper{
  margin-left: -150px;
} */
.flexslider .slides > li{
  background-position:left;
}
@media(max-width:800px){
  .dl-menuwrapper li a{
    padding: 10px 20px;
  }
  .met_page_wrapper .met_portfolio2_wrapper{
    margin: 173px 0 0 0 !important;
  }
  .flexslider .slides > li{
    background-position: left top !important;
    height: 200px !important;
  }
}