@import "main.scss";
@import "typography.scss";
.btn {
  border: 1px solid #252525;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, );
  color: #252525;
  padding: 11px 20px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn:hover, .btn:focus {
    border-color: #d4d434;
    color: #d4d434;
    background-color: rgba(0, 0, 0, ); }
  .btn:active {
    box-shadow: none; }
  .btn.more {
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 20px 12px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    letter-spacing: 2.6px;
    border: none; }
    .btn.more:before, .btn.more:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      content: "";
      height: 2px;
      background: #fff;
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .btn.more:before {
      left: auto;
      right: 0;
      top: auto;
      bottom: 0; }
    .btn.more:hover {
      color: #d4d434; }
      .btn.more:hover:before {
        right: 50%;
        background-color: #d4d434; }
      .btn.more:hover:after {
        left: 50%;
        background-color: #d4d434; }

body {
  font-family: 'Muli';
  font-size: 16px;
  line-height: 1.625;
  color: #707070;
  overflow-x: hidden; }

a {
  color: #d4d434;
  outline: none;
  text-decoration: none; }
  a:hover, a:focus {
    color: #c5c52a;
    text-decoration: none;
    outline: none; }

.max-container {
  max-width: 1770px !important;
  margin: 0 auto !important; }
  @media only screen and (max-width: 1919px) {
  .max-container {
    padding: 0 15px;
    max-width: 1600px !important; } }
  @media only screen and (max-width: 1599px) {
  .max-container {
    max-width: 1400px !important; } }
  @media only screen and (max-width: 1399px) {
  .max-container {
    max-width: 1280px !important; } }
  @media only screen and (max-width: 1279px) {
  .max-container {
    max-width: 1024px !important; } }
  @media only screen and (max-width: 1023px) {
  .max-container {
    max-width: 768px !important; } }
  @media only screen and (max-width: 767px) {
  .max-container {
    position: relative; } }

.max-content {
  max-width: 1770px !important;
  margin: 0 auto !important; }
  @media only screen and (max-width: 1919px) {
  .max-content {
    max-width: 1600px !important; } }
  @media only screen and (max-width: 1599px) {
  .max-content {
    max-width: 1400px !important; } }
  @media only screen and (max-width: 1399px) {
  .max-content {
    max-width: 1280px !important; } }
  @media only screen and (max-width: 1279px) {
  .max-content {
    max-width: 1024px !important; } }
  @media only screen and (max-width: 1023px) {
  .max-content {
    max-width: 768px !important; } }
  @media only screen and (max-width: 767px) {
  .max-content {
    position: relative; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Muli'; }

.clearboth {
  clear: both; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-width: 1px 0 0 1px;
  table-layout: fixed; }
  table > thead {
    border: 0; }
    table > thead > tr > th {
      vertical-align: middle;
      padding: 8px;
      border: 1px solid rgba(51, 51, 51, 0.1);
      border-width: 0 1px 1px 0;
      font-weight: 700; }
  table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-width: 0 1px 1px 0; }
    table > tbody > tr > th {
      border: 1px solid rgba(51, 51, 51, 0.1);
      border-width: 0 1px 1px 0;
      font-weight: 700;
      vertical-align: middle;
      padding: 8px; }
  table > tfoot > tr td, table > tfoot > tr th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-width: 0 1px 1px 0; }
  table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  table.table-bordered {
    border: 1px solid #ddd; }
    table.table-bordered > thead > tr > th {
      border: 1px solid #ededed; }

img {
  max-width: 100%;
  height: auto; }

.wp-caption {
  max-width: 100%; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

.wp-caption.aligncenter, img.aligncenter {
  margin: 5px auto; }

.wp-caption.alignleft, img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignright, img.alignright {
  margin: 5px 0px 5px 20px; }

.tagcloud a, a.tag, .tags a {
  font-size: 12px !important;
  line-height: 2.4;
  border: 1px solid #e5e5e5;
  color: #707070;
  padding: 0px 20px;
  margin: 0 9px 9px 0;
  display: inline-block;
  vertical-align: middle; }
  .tagcloud a:hover, a.tag:hover, .tags a:hover, .tagcloud a:focus, a.tag:focus, .tags a:focus {
    color: #d4d434;
    border-color: #d4d434; }

#page-title .page-title-wrapper {
  width: 1770px;
  margin: 0 auto;
  text-align: center;
  height: 240px;
  position: relative;
  background-color: #707070; }
  @media (max-width: 1770px) {
    #page-title .page-title-wrapper {
      width: 100%; } }
  #page-title .page-title-wrapper .page-title-content {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #page-title .page-title-wrapper #page-title-text {
    color: #fff; }
  #page-title .page-title-wrapper #page-title-text h2 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  #page-title .page-title-wrapper #page-title-text .page-title-inner {
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    min-width: 200px; }
    #page-title .page-title-wrapper #page-title-text .page-title-inner h2 {
      min-width: 200px; }
  #page-title .page-title-wrapper .breadcrumbs {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #d4d434;
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    max-width: 80%; }
  #page-title .page-title-wrapper .breadcrumbs:before, #page-title .page-title-wrapper .breadcrumbs:after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: #d4d434;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: 3px; }
  #page-title .page-title-wrapper .breadcrumbs:before {
    left: -210px; }
  #page-title .page-title-wrapper .breadcrumbs:after {
    right: -210px; }
  #page-title .page-title-wrapper .breadcrumbs li {
    display: inline-block;
    vertical-align: middle; }
    #page-title .page-title-wrapper .breadcrumbs li:not(:last-child):after {
      content: '~';
      margin: 0 5px; }

.wg-title, .ealeeyes-title {
  padding-left: 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  line-height: 30px; }
  .wg-title:before, .ealeeyes-title:before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #d4d434;
    position: absolute;
    left: 0;
    top: -1px; }

.site-content {
  padding-top: 80px;
  padding-bottom: 80px; }
  .site-content.no-padding {
    padding-top: 0;
    padding-bottom: 0; }

article .entry-header {
  text-align: center; }
  article .entry-header .post-fomat {
    margin-bottom: 55px; }
  article .entry-header .post-thumbnail, article .entry-header .post-gallery {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  article .entry-header .post-thumbnail .post-date, article .entry-header .post-gallery .post-date {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    left: 10px;
    bottom: 10px;
    background-color: #fff;
    text-align: center;
    padding: 5px; }
    article .entry-header .post-thumbnail .post-date .day, article .entry-header .post-gallery .post-date .day {
      color: #252525;
      font-size: 30px;
      line-height: 0.8;
      font-weight: bold;
      display: block; }
    article .entry-header .post-thumbnail .post-date .month, article .entry-header .post-gallery .post-date .month {
      display: block;
      color: #707070;
      font-size: 12px;
      line-height: 2;
      font-weight: bold; }
  article .entry-header .post-thumbnail .post-fomat-icon, article .entry-header .post-gallery .post-fomat-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 56px; }
    article .entry-header .post-thumbnail .post-fomat-icon i, article .entry-header .post-gallery .post-fomat-icon i {
      font-size: 14px;
      line-height: 30px; }
  article .entry-header .post-link {
    padding: 20px;
    background-color: #000;
    text-align: left;
    color: #fff; }
  article .entry-header .post-link .post-link-inner {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px; }
    article .entry-header .post-link .post-link-inner i {
      vertical-align: top;
      font-size: 24px;
      line-height: 30px; }
  article .entry-header .post-link a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    margin-top: 10px; }
    article .entry-header .post-link a:hover {
      color: #d4d434; }
  article .entry-header .post-link h5 {
    line-height: 30px;
    margin-top: 23px;
    margin-bottom: 0; }
    article .entry-header .post-link h5 a {
      font-size: inherit;
      font-style: inherit; }
  article .entry-header .post-quote {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
    color: #fff; }
  article .entry-header .post-quote .post-quote-inner {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px; }
    article .entry-header .post-quote .post-quote-inner i {
      vertical-align: top;
      font-size: 24px;
      line-height: 30px; }
  article .entry-header .post-quote p {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0; }
  article .entry-header .post-quote h5 {
    line-height: 30px;
    margin-top: 23px;
    margin-bottom: 0; }
    article .entry-header .post-quote h5 a {
      font-size: inherit;
      font-style: inherit;
      color: #fff; }
      article .entry-header .post-quote h5 a:hover {
        color: #d4d434; }
  article .post-extra-details {
    font-size: 14px;
    line-height: 36px;
    font-style: italic;
    color: #b7b7b7;
    text-align: center; }
  article .post-extra-details > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  article .post-extra-details > *.last-child {
    margin-right: 0; }
  article .post-extra-details > * i {
    margin-right: 5px; }
  article .entry-content {
    display: block; }
  article .entry-content .post-categories {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.5em;
    color: #d4d434;
    font-weight: bold;
    text-transform: uppercase; }
  article .entry-content .post-categories a {
    display: inline-block;
    vertical-align: middle; }
  article .entry-content .entry-title {
    text-align: center;
    color: #252525;
    margin: 0; }
  article .entry-content .entry-title a {
    color: #252525; }
    article .entry-content .entry-title a:hover {
      color: #d4d434; }
  article .entry-content .entry-title + div {
    margin-top: 22px; }
  article .entry-content .post-continue {
    display: block;
    text-align: center;
    margin-top: 25px; }
  article .entry-content .post-continue a {
    color: #252525;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    article .entry-content .post-continue a i {
      margin-left: 6px; }
    article .entry-content .post-continue a:hover, article .entry-content .post-continue a:focus {
      color: #3f3f3f; }
  article .entry-footer {
    margin-top: 47px; }
  article .entry-footer .entry-footer-inner {
    border: 1px solid #e5e5e5;
    padding: 9px 0;
    overflow: hidden;
    display: block; }
  article .entry-footer .entry-footer-inner .post-info {
    text-align: center; }
    article .entry-footer .entry-footer-inner .post-info + .post-info {
      border-left: 1px solid #e5e5e5; }
  article .entry-footer .entry-footer-inner .post-comments {
    font-size: 14px;
    line-height: 36px;
    font-style: italic;
    color: #b7b7b7; }
    article .entry-footer .entry-footer-inner .post-comments .comments-number {
      color: #707070; }
  @media (max-width: 480px) {
        article .entry-footer .entry-footer-inner .post-social-share {
          border-top: 1px solid #e5e5e5;
          border-bottom: 1px solid #e5e5e5;
          border-left: none;
          border-right: none; } }
    article .entry-footer .entry-footer-inner .post-social-share a {
      color: #707070;
      font-size: 14px;
      letter-spacing: 0.2em;
      line-height: 30px;
      margin: 0 8px; }
      article .entry-footer .entry-footer-inner .post-social-share a:hover {
        color: #d4d434; }
  article .entry-footer .entry-footer-inner .post-author {
    font-size: 14px;
    line-height: 36px;
    font-style: italic;
    color: #b7b7b7; }
    article .entry-footer .entry-footer-inner .post-author .author {
      color: #707070; }
  @media (max-width: 480px) {
      article .entry-footer .entry-footer-inner {
        padding: 0; }
        article .entry-footer .entry-footer-inner .post-info {
          text-align: center;
          width: 100% !important;
          padding: 9px 15px; } }
  article + article {
    margin-top: 60px; }

.blog .fa-thumb-tack {
  display: none; }
  .blog .sticky .entry-title .fa-thumb-tack {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.post-navigation {
  margin-top: 20px; }
  .post-navigation .nav-links > a {
    margin-top: 10px; }

nav.navigation .pagination {
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0; }
  nav.navigation .pagination .page-numbers {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    color: #252525;
    line-height: 38px;
    margin-right: 4px;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 10px; }
  nav.navigation .pagination .page-numbers:last-child {
    margin-right: 0; }
  nav.navigation .pagination .page-numbers.current {
    border-color: #000; }
  nav.navigation .pagination a.page-numbers:hover {
    border-color: #000; }

.page-links a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  color: #252525;
  line-height: 38px;
  margin-right: 4px;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-align: center; }
  .page-links a:last-child {
    margin-right: 0; }
  .page-links a:hover {
    border-color: #000; }
  .page-links > span:not(.page-links-title) {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    color: #252525;
    line-height: 38px;
    margin-right: 4px;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    text-align: center; }

blockquote {
  float: left;
  width: 55%;
  border: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
  font-size: 18px;
  line-height: 36px;
  position: relative; }
  blockquote:before {
    position: absolute;
    left: 3px;
    top: -14px;
    font-family: "fontello";
    content: "\e808";
    color: #eee;
    z-index: -1;
    font-size: 58px;
    line-height: 58px; }
  @media only screen and (max-width: 1399px) {
  blockquote {
    font-size: 14px;
    line-height: 20px; } }

body.single article .entry-content .entry-title {
  margin: 0 0 33px; }
  body.single article .entry-content .entry-title a {
    font-size: 30px;
    line-height: 32px;
    font-weight: 500; }

.font-200 {
  font-weight: 200 !important; }

.font-700 {
  font-weight: 700 !important; }

.font-600 {
  font-weight: 600 !important; }

.font-500 {
  font-weight: 500 !important; }

#back-top {
  bottom: 0;
  opacity: 0;
  z-index: 9;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 25px;
  position: fixed;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  background: #252525;
  -webkit-transition: all 0.6s ease;
  -khtml-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(40px);
  -khtml-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  color: #d4d434; }
  #back-top.active {
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -khtml-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }

.full {
  display: block;
  width: 100%; }

.wpcf7 .column {
  padding: 0 0 16px; }

.loader-container {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }

.loader {
  display: block;
  position: absolute;
  font-size: 0;
  color: #f36b21;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -khtml-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  .loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    display: inline-block;
    float: none;
    background-color: #d4d434;
    border: 0 solid transparent;
    border-color: #d4d434; }
  .loader > div:first-child {
    width: 42px;
    height: 42px;
    background: transparent;
    border-style: solid;
    border-width: 3px;
    border-right-color: transparent;
    border-left-color: transparent;
    -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -khtml-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -moz-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -ms-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -o-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
  .loader > div:last-child {
    width: 21px;
    height: 21px;
    -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -khtml-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -moz-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -ms-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    -o-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg); }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg); }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15); } }

@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15); } }

@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15); } }

@-moz-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  30% {
    opacity: 0.3;
    -moz-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15); } }

@-o-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  30% {
    opacity: 0.3;
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15); } }

@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15); } }

.comments-area .comment-list {
  padding: 0;
  margin: 0; }
  .comments-area .comment-list .comment {
    list-style: none; }
  .comments-area .comment-list .comment .comment-body {
    padding: 0 0 41px 0; }
  .comments-area .comment-list .comment .comment-body .comment-author-image {
    float: left;
    width: 68px;
    margin: 1px 28px 0 0; }
  .comments-area .comment-list .comment .comment-body .comment-main {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 30px; }
    .comments-area .comment-list .comment .comment-body .comment-main:after {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 8px;
      width: 1px;
      content: "";
      background: #e9e9e9; }
    .comments-area .comment-list .comment .comment-body .comment-main .commnet-info {
      overflow: hidden;
      margin: 0 0 10px; }
      .comments-area .comment-list .comment .comment-body .comment-main .commnet-info .comment-meta {
        float: left;
        max-width: 50%; }
        .comments-area .comment-list .comment .comment-body .comment-main .commnet-info .comment-meta .comment-date {
          display: block;
          color: #b7b7b7;
          margin: 0 0 4px;
          font-style: italic;
          font-size: 12px;
          line-height: 14px; }
        .comments-area .comment-list .comment .comment-body .comment-main .commnet-info .comment-meta .comment-author {
          margin: 0;
          font-weight: 700;
          letter-spacing: 1.6px;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 18px;
          color: #252525; }
          .comments-area .comment-list .comment .comment-body .comment-main .commnet-info .comment-meta .comment-author a {
            color: #252525;
            text-decoration: none;
            -webkit-transition: all ease 0.5s;
            -khtml-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s; }
      .comments-area .comment-list .comment .comment-body .comment-main .commnet-info .reply {
        float: right;
        max-width: 50%; }
        .comments-area .comment-list .comment .comment-body .comment-main .commnet-info .reply a {
          text-decoration: none;
          min-width: 92px;
          text-align: center;
          text-transform: uppercase;
          padding: 6px 5px 8px;
          color: #252525;
          margin: 14px 0 0;
          border: 1px solid #252525;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 2px;
          float: right;
          -webkit-transition: all ease 0.5s;
          -khtml-transition: all ease 0.5s;
          -moz-transition: all ease 0.5s;
          -ms-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
  .comments-area .comment-list ol.children {
    padding-left: 96px; }
  .comments-area .comment-respond {
    overflow: hidden;
    margin: 0 0 79px; }
  .comments-area .comment-respond .comment-form input:not([type="submit"]), .comments-area .comment-respond .comment-form textarea {
    float: left;
    width: 100%;
    height: 49px;
    padding: 0 0 4px;
    border: 0;
    margin: 0;
    color: #b7b7b7;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .comments-area .comment-respond .comment-form input:not([type="submit"]):focus, .comments-area .comment-respond .comment-form textarea:focus {
    border-color: #333;
    padding-left: 10px; }
  .comments-area .comment-respond .comment-form input:not([type="submit"])::-webkit-input-placeholder, .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
    color: #b7b7b7 !important; }
  .comments-area .comment-respond .comment-form input:not([type="submit"]):-moz-placeholder, .comments-area .comment-respond .comment-form textarea:-moz-placeholder {
    color: #b7b7b7 !important;
    opacity: 1; }
  .comments-area .comment-respond .comment-form input:not([type="submit"])::-moz-placeholder, .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
    color: #b7b7b7 !important;
    opacity: 1; }
  .comments-area .comment-respond .comment-form input:not([type="submit"]):-ms-input-placeholder, .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
    color: #b7b7b7 !important; }
  .comments-area .comment-respond .comment-form textarea {
    padding: 25px 0 0;
    min-height: 102px;
    resize: none;
    margin: 0; }
  .comments-area .comment-respond .comment-form input[type="submit"] {
    margin: 0;
    color: #252525;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #252525;
    background: #fff;
    padding: 9px 20px 13px;
    letter-spacing: 2.2px;
    height: auto;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin: 59px 0 0; }
  .comments-area .comment-respond .comment-form input[type="submit"]:hover {
    color: #d4d434;
    border-color: #d4d434; }
  .comments-area .comment-respond .comment-form .column .comment-form-author {
    float: left;
    width: 42.6%; }
  .comments-area .comment-respond .comment-form .column .comment-form-email {
    float: right;
    width: 42.6%; }

.eagleeyes-team {
  max-width: 1770px;
  margin: 0 auto; }
  .eagleeyes-team .team-info {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 80px;
    display: table;
    width: 100%; }
  .eagleeyes-team .team-info .team-img {
    width: 58%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .eagleeyes-team .team-info .team-img:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55.5%;
    content: "";
    background: #252525;
    z-index: -1; }
  .eagleeyes-team .team-info .team-img h3 {
    margin: 0 0 12px;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    line-height: 36px; }
  .eagleeyes-team .team-info .team-img p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase; }
  .eagleeyes-team .team-info .team-img .text {
    width: 41.2%;
    color: rgba(255, 255, 255, .1);
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    padding: 80px 0; }
  .eagleeyes-team .team-info .team-img .text .team-number {
    font-family: "OCRAStd", sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 72px;
    line-height: 72px;
    padding: 12px 129px 0 43px;
    letter-spacing: 14px;
    color: rgba(255, 255, 255, 0.1); }
    @media only screen and (max-width: 1919px) {
        .eagleeyes-team .team-info .team-img .text .team-number {
          padding: 12px 129px 0 30px; } }
  .eagleeyes-team .team-info .team-img .text .team-title {
    margin: 0 -19px 0 0;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: rotate(-90deg) translate(-100%, -100%);
    -khtml-transform: rotate(-90deg) translate(-100%, -100%);
    -moz-transform: rotate(-90deg) translate(-100%, -100%);
    -ms-transform: rotate(-90deg) translate(-100%, -100%);
    -o-transform: rotate(-90deg) translate(-100%, -100%);
    transform: rotate(-90deg) translate(-100%, -100%);
    position: absolute;
    top: 70px;
    left: calc(50% + 60px);
    letter-spacing: 24px;
    font-weight: 700;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.1);
    transform-origin: left top; }
  .eagleeyes-team .team-info .team-img .text .box {
    position: absolute;
    left: 15px;
    right: 15px;
    text-align: center;
    bottom: 95px; }
    .eagleeyes-team .team-info .team-img .text .box .box-inner {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin: 0 0 0 60px; }
    .eagleeyes-team .team-info .team-img .text .box p {
      letter-spacing: 2.8px; }
  .eagleeyes-team .team-info .team-img .team-image {
    display: table-cell;
    vertical-align: top;
    padding: 80px 0; }
  .eagleeyes-team .team-info .team-img .team-image img {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    height: auto; }
  .eagleeyes-team .team-info .team-desc {
    padding: 0 0 0 4.1%;
    display: table-cell;
    vertical-align: middle; }
  .eagleeyes-team .team-info .team-desc h3 {
    font-weight: 700;
    margin: 0 0 22px;
    color: #252525;
    font-size: 36px;
    line-height: 36px; }
  .eagleeyes-team .team-info .team-desc p {
    margin: 0 0 55px; }
  .eagleeyes-team.right .team-info .team-img:after {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    width: 55.5%;
    content: "";
    background: #252525;
    z-index: -1; }
  .eagleeyes-team.right .team-info .team-img .text .team-number {
    padding: 12px 43px 0 230px; }
    .eagleeyes-team.right .team-info .team-img .text .team-title {
      left: calc(50% - 20px); }
  .eagleeyes-team.right .team-info .team-desc {
    padding: 0 4.1% 0 0;
    text-align: right; }

.eagleeyes-teams .list-teams {
  margin: 0 0 80px;
  display: table;
  width: 100%; }
  .eagleeyes-teams .list-teams .team-info {
    display: table-cell;
    vertical-align: middle; }
  .eagleeyes-teams .list-teams .team-info .team-info-inner {
    position: relative;
    padding: 71px 42px 117px 0;
    display: inline-block;
    width: 100%; }
  .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content {
    display: none;
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin: 0;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content.active {
      display: block; }
    .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li {
      display: inline-block;
      vertical-align: middle;
      width: 49.5%;
      position: relative; }
      .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li:first-child:after {
        position: absolute;
        right: 6px;
        top: 9px;
        bottom: 3px;
        width: 1px;
        content: "";
        background: #e5e5e5; }
      .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li h2 {
        margin: 0 0 17px;
        font-weight: 300;
        font-size: 36px;
        line-height: 38px; }
      .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li span {
        display: block;
        color: #b7b7b7;
        margin: 0 0 37px;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        letter-spacing: 3px; }
      .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li .social-networks {
        margin: 0;
        padding: 0;
        list-style: none; }
        .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li .social-networks li {
          display: inline-block;
          vertical-align: middle;
          float: none;
          width: auto;
          margin: 0 29px 0 0; }
          .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li .social-networks li:after {
            display: none; }
          .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li .social-networks li a {
            display: inline-block;
            vertical-align: middle;
            text-decoration: none;
            text-align: center;
            width: 30px;
            height: 30px;
            font-size: 16px;
            line-height: 28px;
            border-radius: 100%;
            border: 1px solid #252525;
            color: #252525;
            -webkit-transition: all ease 0.5s;
            -khtml-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s; }
            .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li .social-networks li a:hover {
              border-color: #d4d434;
              color: #d4d434; }
            .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li .social-networks li a span {
              display: none; }
      .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content li p {
        margin: 0 0 0 19px; }
  .eagleeyes-teams .list-teams .team-info .img-holder {
    overflow: hidden; }
  .eagleeyes-teams .list-teams .team-info .img-holder .box {
    float: left;
    max-width: 49.9%;
    padding: 0 3.6% 0 0;
    min-width: 33.3%;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .eagleeyes-teams .list-teams .team-info .img-holder .box.active {
      opacity: 0;
      display: none; }
  .eagleeyes-teams .list-teams .team-info .img-holder .img {
    overflow: visible;
    margin: 0 0 26px; }
    .eagleeyes-teams .list-teams .team-info .img-holder .img a {
      text-decoration: none; }
      .eagleeyes-teams .list-teams .team-info .img-holder .img a img {
        -webkit-transition: all ease 0.5s;
        -khtml-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
      .eagleeyes-teams .list-teams .team-info .img-holder .img a:hover img {
        opacity: 1;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2); }
  .eagleeyes-teams .list-teams .team-info .img-holder .txt-box {
    overflow: hidden;
    text-align: left;
    padding: 0 0 0 29px; }
    .eagleeyes-teams .list-teams .team-info .img-holder .txt-box h3 {
      margin: 0 0 2px;
      color: #252525;
      font-weight: 300;
      font-size: 24px;
      line-height: 26px; }
      .eagleeyes-teams .list-teams .team-info .img-holder .txt-box h3 a {
        color: #252525; }
        .eagleeyes-teams .list-teams .team-info .img-holder .txt-box h3 a:hover {
          color: #d4d434; }
    .eagleeyes-teams .list-teams .team-info .img-holder .txt-box .designation {
      margin: 0;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      color: #b7b7b7;
      font-size: 12px;
      line-height: 14px; }
  .eagleeyes-teams .list-teams .teams-image {
    width: 54.8%;
    vertical-align: top;
    display: table-cell;
    position: relative;
    z-index: 1; }
  .eagleeyes-teams .list-teams .teams-image:after {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 58.8%;
    content: "";
    background: #252525;
    z-index: -1; }
  .eagleeyes-teams .list-teams .teams-image .image {
    width: 58.8%;
    display: table-cell;
    vertical-align: top;
    padding: 80px 0; }
  .eagleeyes-teams .list-teams .teams-image .image img {
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    vertical-align: top;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    width: 100%;
    height: auto;
    display: none; }
    .eagleeyes-teams .list-teams .teams-image .image img.active {
      display: inline-block; }
  .eagleeyes-teams .list-teams .teams-image .text {
    display: table-cell;
    vertical-align: top;
    padding: 80px 0;
    color: rgba(255, 255, 255, .1);
    position: relative;
    text-align: center;
    width: 41.2%; }
  .eagleeyes-teams .list-teams .teams-image .text .tild {
    left: calc(50% - 48px);
    right: auto;
    top: 72px;
    margin: 0 -19px 0 0;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: rotate(-90deg) translate(-100%, -100%);
    -khtml-transform: rotate(-90deg) translate(-100%, -100%);
    -moz-transform: rotate(-90deg) translate(-100%, -100%);
    -ms-transform: rotate(-90deg) translate(-100%, -100%);
    -o-transform: rotate(-90deg) translate(-100%, -100%);
    transform: rotate(-90deg) translate(-100%, -100%);
    position: absolute;
    letter-spacing: 24px;
    font-weight: 700;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.1);
    transform-origin: left top; }
  .eagleeyes-teams .list-teams .teams-image .text .num {
    font-family: "OCRAStd", sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 72px;
    line-height: 72px;
    padding: 14px 0 0 116px;
    letter-spacing: 14px;
    color: rgba(255, 255, 255, 0.1); }
  .eagleeyes-teams .list-teams .teams-image .text .btn.more {
    position: absolute;
    right: 100px;
    bottom: 80px;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 20px 12px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    letter-spacing: 2.6px; }
    .eagleeyes-teams .list-teams .teams-image .text .btn.more:hover {
      color: #d4d434; }
      .eagleeyes-teams .list-teams .teams-image .text .btn.more:hover:before {
        background-color: #d4d434;
        right: 50%; }
      .eagleeyes-teams .list-teams .teams-image .text .btn.more:hover:after {
        background-color: #d4d434;
        left: 50%; }
  .eagleeyes-teams.left .list-teams .teams-image .text .tild {
    left: calc(50% + 48px); }
    .eagleeyes-teams.left .list-teams .teams-image .text .num {
      padding: 14px 116px 0 0; }
    .eagleeyes-teams.left .list-teams .teams-image .text .btn.more {
      right: auto;
      left: 100px; }
  .eagleeyes-teams.left .list-teams .teams-image:after {
    left: 0;
    right: auto; }
  .eagleeyes-teams.left .list-teams .team-info .team-info-inner {
    padding: 71px 0 117px 42px; }
  .eagleeyes-teams.left .list-teams .team-info .img-holder .box {
    padding: 0 0 0 3.6%; }

.eagleeyes-portfolio .portfolio-wrap {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 80px;
  display: table;
  width: 100%; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame {
    padding: 80px 0 0; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame .tild {
    left: calc(50% - 14px);
    -webkit-transform: rotate(-90deg) translate(-100%, -100%);
    -khtml-transform: rotate(-90deg) translate(-100%, -100%);
    -moz-transform: rotate(-90deg) translate(-100%, -100%);
    -ms-transform: rotate(-90deg) translate(-100%, -100%);
    -o-transform: rotate(-90deg) translate(-100%, -100%);
    transform: rotate(-90deg) translate(-100%, -100%);
    margin: 0;
    transform-origin: left top;
    top: 70px; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame .num {
    padding: 12px 79px 0 93px; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter {
    float: right;
    width: 41%;
    padding: 0;
    min-height: 560px; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter li {
    margin: 0 0 46px;
    list-style: none; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter li a {
      text-decoration: none;
      font-size: 18px;
      line-height: 20px;
      color: #fff;
      font-weight: 300;
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      display: inline-block;
      vertical-align: bottom; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter li.active a {
      color: #d4d434; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more {
    right: auto;
    left: 100px;
    position: absolute;
    bottom: 80px;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 20px 12px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    letter-spacing: 2.6px; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more:before, .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    content: "";
    height: 2px;
    background: #fff;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more:before {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0; }
  .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more:hover {
    color: #d4d434; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more:hover:before {
      right: 50%;
      background-color: #d4d434; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more:hover:after {
      left: 50%;
      background-color: #d4d434; }
  .eagleeyes-portfolio .portfolio-wrap .img-frame {
    width: 68%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area {
    overflow: hidden;
    padding: 0 0 0 31px;
    padding: 0;
    -webkit-transition: all ease 0.4s;
    -khtml-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item {
    float: left;
    width: 33.33%;
    overflow: hidden;
    position: relative; }
    .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item.add {
      width: 66.66%; }
    .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item img {
      width: 100%; }
    .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption {
      -webkit-transform: translate(0, 150%);
      -khtml-transform: translate(0, 150%);
      -moz-transform: translate(0, 150%);
      -ms-transform: translate(0, 150%);
      -o-transform: translate(0, 150%);
      transform: translate(0, 150%);
      position: absolute;
      left: 20px;
      right: 20px;
      top: 20px;
      bottom: 20px;
      background: rgba(255, 255, 255, .9);
      box-shadow: 0 14px 54px rgba(0, 0, 0, .22);
      text-align: center;
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
      .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 {
        display: table;
        width: 100%;
        height: 100%; }
        .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 {
          display: table-cell;
          vertical-align: middle; }
          .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 .title {
            display: block;
            padding: 2px 0 10px;
            font-weight: 700;
            letter-spacing: 1.9px;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 16px; }
          .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 p {
            margin: 0 0 26px;
            font-size: 12px;
            line-height: 14px;
            color: #b7b7b7;
            font-style: italic;
            text-transform: none; }
          .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 .icons {
            margin: 0;
            padding: 0;
            list-style: none; }
            .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 .icons li {
              display: inline-block;
              vertical-align: middle;
              margin: 0 11px; }
              .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 .icons li a {
                display: inline-block;
                vertical-align: middle;
                color: #252525;
                text-decoration: none;
                width: 50px;
                height: 50px;
                font-size: 23px;
                line-height: 23px;
                border-radius: 100%;
                overflow: hidden;
                border: 1px solid #e2e2e2;
                -webkit-transition: all ease 0.5s;
                -khtml-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s; }
                .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 .icons li a i {
                  display: inline-block;
                  vertical-align: middle;
                  line-height: 46px; }
                .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 .icons li a span {
                  display: none; }
                .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item .caption .c1 .c2 .icons li a:hover {
                  color: #d4d434;
                  border-color: #d4d434; }
    .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item:hover .caption {
      -webkit-transform: translate(0, 0);
      -khtml-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .tild {
    left: calc(50% + 73px);
    margin: 0;
    top: 60px; }
  .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .num {
    padding: 0px 30px 0px 0px; }
  .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .filter {
    float: left;
    text-align: left;
    padding-left: 20px; }

.eagleeyes-fancybox-item h3 {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.3px; }
  .eagleeyes-fancybox-item h3 i {
    padding: 0;
    margin: 0 13px 0 0;
    min-width: 50px;
    font-size: 20px;
    line-height: 20px;
    border-right: 1px solid #e5e5e5;
    color: #d4d434;
    display: inline-block;
    vertical-align: middle; }
  .eagleeyes-fancybox-item h3 i.right {
    float: right;
    border-right: none;
    border-left: 1px solid #e5e5e5;
    margin: 0 0 0 13px; }
  .eagleeyes-fancybox-item h3 span {
    display: inline-block;
    vertical-align: middle; }
  .eagleeyes-fancybox-item p {
    margin: 0; }

.eagleeyes-fancybox {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 80px;
  display: table;
  width: 100%; }
  .eagleeyes-fancybox .txt-frame {
    display: table-cell;
    vertical-align: middle;
    color: #707070; }
  .eagleeyes-fancybox .txt-frame ul {
    padding: 188px 0 122px; }
  .eagleeyes-fancybox .txt-frame ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 20px 68px 0; }
  .eagleeyes-fancybox .txt-frame ul li h3 span {
    color: #252525; }
  .eagleeyes-fancybox .img-frame {
    width: 32.2%;
    vertical-align: top;
    text-align: right;
    padding: 4.8% 0 0;
    color: rgba(255, 255, 255, .1);
    display: table-cell;
    position: relative;
    z-index: 1; }
  .eagleeyes-fancybox .img-frame .tild {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: rotate(-90deg) translate(-100%, -100%);
    -khtml-transform: rotate(-90deg) translate(-100%, -100%);
    -moz-transform: rotate(-90deg) translate(-100%, -100%);
    -ms-transform: rotate(-90deg) translate(-100%, -100%);
    -o-transform: rotate(-90deg) translate(-100%, -100%);
    transform: rotate(-90deg) translate(-100%, -100%);
    position: absolute;
    letter-spacing: 24px;
    font-weight: 700;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.1);
    top: 70px;
    left: calc(50% - 35px);
    transform-origin: left top; }
  .eagleeyes-fancybox .img-frame .num {
    font-family: "OCRAStd", sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 72px;
    line-height: 72px;
    padding: 12px 78px 0 43px;
    letter-spacing: 14px;
    color: rgba(255, 255, 255, 0.1); }
  .eagleeyes-fancybox .img-frame:after {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55.5%;
    content: "";
    background: #252525;
    z-index: -1;
    width: 100%; }
  .eagleeyes-fancybox .img-frame .btn.more {
    position: absolute;
    right: 100px;
    bottom: 80px; }
  .eagleeyes-fancybox.left .txt-frame ul li {
    padding: 0 0px 68px 20px; }
  .eagleeyes-fancybox.left .img-frame {
    text-align: left; }
  .eagleeyes-fancybox.left .img-frame .tild {
    margin: 0;
    top: 70px;
    left: calc(50% - 35px); }
  .eagleeyes-fancybox.left .img-frame:after {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55.5%;
    content: "";
    background: #252525;
    z-index: -1;
    width: 100%; }
  .eagleeyes-fancybox.left .img-frame .btn.more {
    position: absolute;
    left: 100px;
    right: auto;
    bottom: 80px; }

.eagleeyes-testimonials.info {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 80px;
  display: table;
  width: 100%; }
  .eagleeyes-testimonials.info .txt-frame {
    position: relative;
    vertical-align: top;
    padding: 4.7% 0 0;
    width: 28.2%; }
  .eagleeyes-testimonials.info .txt-frame .tild {
    left: calc(50% - 20px);
    top: 70px;
    -webkit-transform: rotate(-90deg) translate(-100%, -100%);
    -khtml-transform: rotate(-90deg) translate(-100%, -100%);
    -moz-transform: rotate(-90deg) translate(-100%, -100%);
    -ms-transform: rotate(-90deg) translate(-100%, -100%);
    -o-transform: rotate(-90deg) translate(-100%, -100%);
    transform: rotate(-90deg) translate(-100%, -100%);
    transform-origin: left top; }
  .eagleeyes-testimonials.info .txt-frame .btn.more {
    position: absolute;
    left: 100px;
    right: auto;
    bottom: 80px; }
  .eagleeyes-testimonials.info .txt-frame:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 113.7%;
    content: "";
    background: #252525;
    z-index: -1; }
  .eagleeyes-testimonials.info .img-frame {
    width: 72%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .eagleeyes-testimonials.info .img-frame .slider {
    position: relative;
    padding: 97px 0 80px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden; }
  .eagleeyes-testimonials.info .img-frame .slider .mask {
    padding: 78px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden; }
  .eagleeyes-testimonials.info .img-frame .slider .mask .slide {
    background: #fff;
    padding: 0 99px 80px;
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22);
    display: none; }
    .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote {
      float: left;
      width: 55%;
      padding: 71px 20px 0 0;
      z-index: 2; }
      .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote:before {
        top: 57px;
        z-index: 1; }
        @media only screen and (max-width: 480px) {
        .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote:before {
          top: 0; } }
      .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote > * {
        position: relative;
        z-index: 2; }
      .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote q {
        quotes: none;
        display: block;
        margin: 0 0 31px;
        position: relative;
        z-index: 1; }
      .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote cite {
        font-style: normal; }
        .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote cite .heading4 {
          margin: 0 0 17px;
          font-weight: 300;
          font-size: 36px;
          line-height: 36px; }
        .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote cite .designation {
          display: block;
          text-transform: uppercase;
          color: #b7b7b7;
          letter-spacing: 2.9px;
          font-size: 14px;
          line-height: 16px; }
    .eagleeyes-testimonials.info .img-frame .slider .mask .slide .images {
      float: right;
      width: 44%;
      margin-top: -78px; }
    .eagleeyes-testimonials.info .img-frame .slider .mask .slide.active {
      display: inline-block;
      vertical-align: middle; }
  .eagleeyes-testimonials.info .img-frame .slider .pagination {
    margin: 0;
    width: 47.3%;
    position: absolute;
    left: 99px;
    bottom: 159px; }
  .eagleeyes-testimonials.info .img-frame .slider .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .eagleeyes-testimonials.info .img-frame .slider .pagination ul li {
      float: left;
      width: 33.1%;
      padding: 0 4.4% 0 0; }
      .eagleeyes-testimonials.info .img-frame .slider .pagination ul li a {
        display: block; }
        .eagleeyes-testimonials.info .img-frame .slider .pagination ul li a.active, .eagleeyes-testimonials.info .img-frame .slider .pagination ul li a:hover {
          -webkit-transition: all ease 0.4s;
          -khtml-transition: all ease 0.4s;
          -moz-transition: all ease 0.4s;
          -ms-transition: all ease 0.4s;
          -o-transition: all ease 0.4s;
          transition: all ease 0.4s;
          box-shadow: 0 0 20px rgba(0, 0, 0, .2); }
  .eagleeyes-testimonials.info .img-frame .slider .pagination .mask-inner-carousel .owl-wrapper-outer {
    overflow: hidden;
    width: calc(100% - 1px); }
    .eagleeyes-testimonials.info .img-frame .slider .pagination .mask-inner-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
      display: inline-block; }
      .eagleeyes-testimonials.info .img-frame .slider .pagination .mask-inner-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
        width: 100%;
        padding: 0 12.47% 0 0;
        margin: 0 !important; }
        .eagleeyes-testimonials.info .img-frame .slider .pagination .mask-inner-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item a {
          display: block; }
          .eagleeyes-testimonials.info .img-frame .slider .pagination .mask-inner-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item a.active, .eagleeyes-testimonials.info .img-frame .slider .pagination .mask-inner-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item a:hover {
            -webkit-transition: all ease 0.4s;
            -khtml-transition: all ease 0.4s;
            -moz-transition: all ease 0.4s;
            -ms-transition: all ease 0.4s;
            -o-transition: all ease 0.4s;
            transition: all ease 0.4s;
            box-shadow: 0 0 20px rgba(0, 0, 0, .2); }
    .eagleeyes-testimonials.info.right .txt-frame {
      z-index: 0; }
  .eagleeyes-testimonials.info.right .txt-frame .tild {
    left: calc(50% - 20px);
    top: 70px; }
  .eagleeyes-testimonials.info.right .txt-frame .btn.more {
    left: auto;
    right: 100px; }
  .eagleeyes-testimonials.info.right .txt-frame:after {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 113.7%;
    content: "";
    background: #252525;
    z-index: -1; }

.eagleeyes-blogs {
  font-size: 16px; }
  .eagleeyes-blogs .img-frame {
    width: 67.8%;
    padding: 0 0 25px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .eagleeyes-blogs .img-frame .txt-holder {
    overflow: hidden;
    margin: 0 0 -19px; }
  .eagleeyes-blogs .img-frame .txt-holder .images {
    position: relative;
    width: 58.4%;
    display: table-cell;
    vertical-align: middle; }
  .eagleeyes-blogs .img-frame .txt-holder .images img {
    padding: 13px 0 0 30px; }
  .eagleeyes-blogs .img-frame .txt-holder .images .sub-caption {
    position: absolute;
    right: -38px;
    top: 45.1%;
    color: #b7b7b7;
    font-size: 12px;
    letter-spacing: 6px;
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .eagleeyes-blogs .img-frame .txt-holder .txts {
    display: table-cell;
    vertical-align: middle; }
  .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box {
    max-width: 75%; }
    .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box h3 {
      margin: -7px 0 24px;
      color: #252525;
      font-weight: 700;
      font-size: 24px;
      line-height: 26px; }
    .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box p {
      color: #707070;
      font-size: 16px;
      margin: 0 0 28px;
      text-transform: none; }
    .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box .continue {
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      font-style: italic;
      font-size: 13px;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 2.6px;
      color: #252525;
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box .continue span, .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box .continue i {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box .continue:hover {
      color: #d4d434; }
      .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box .continue:hover i {
        margin: 0 0 0 8px; }
  .eagleeyes-blogs .img-frame .txt-holder.right .txts .txt-box {
    float: right;
    text-align: right;
    max-width: 81%;
    padding: 22px 31px 0 0; }
  .eagleeyes-blogs .img-frame .txt-holder.right .images .sub-caption {
    right: auto;
    left: -70px;
    top: 47.4%; }
    .eagleeyes-blogs .img-frame .txt-holder.right .images img {
      padding: 0 0 0 120px; }
  .eagleeyes-blogs .txt-frame .tild {
    top: 72px;
    left: calc(50% + 35px);
    -webkit-transform: rotate(-90deg) translate(-100%, -100%);
    -khtml-transform: rotate(-90deg) translate(-100%, -100%);
    -moz-transform: rotate(-90deg) translate(-100%, -100%);
    -ms-transform: rotate(-90deg) translate(-100%, -100%);
    -o-transform: rotate(-90deg) translate(-100%, -100%);
    transform: rotate(-90deg) translate(-100%, -100%);
    transform-origin: left top; }

.info {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 80px;
  display: table;
  width: 100%; }
  .info .txt-frame {
    position: relative;
    vertical-align: top;
    padding: 4.8% 0 0;
    z-index: 1;
    width: 32.2%;
    color: #707070;
    display: table-cell; }
  .info .txt-frame .tild {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    letter-spacing: 24px;
    font-weight: 700;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.1); }
  .info .txt-frame .num {
    font-family: "OCRAStd", sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 72px;
    line-height: 72px;
    padding: 12px 92px 0 92px;
    letter-spacing: 14px;
    color: rgba(255, 255, 255, 0.1); }
  .info .txt-frame .btn.more {
    position: absolute;
    left: 100px;
    bottom: 80px; }
  .info .txt-frame:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: #252525;
    z-index: -1; }
  .info.right .txt-frame {
    text-align: right; }
  .info.right .txt-frame .num {
    padding: 12px 78px 0 43px; }
  .info.right .txt-frame .btn.more {
    left: auto;
    right: 100px; }

.eagleeyes-pricing .eagleeyes-txt-frame .tild {
  top: 72px;
  left: calc(50% - 12px);
  -webkit-transform: rotate(-90deg) translate(-100%, -100%);
  -khtml-transform: rotate(-90deg) translate(-100%, -100%);
  -moz-transform: rotate(-90deg) translate(-100%, -100%);
  -ms-transform: rotate(-90deg) translate(-100%, -100%);
  -o-transform: rotate(-90deg) translate(-100%, -100%);
  transform: rotate(-90deg) translate(-100%, -100%);
  transform-origin: left top; }
  .eagleeyes-pricing .txt-pricing {
    display: table-cell;
    vertical-align: bottom;
    color: #707070; }
  .eagleeyes-pricing .txt-pricing .pricing {
    text-align: right;
    padding: 97px 0 0;
    margin: 0;
    list-style: none; }
  .eagleeyes-pricing .txt-pricing .pricing > li {
    display: inline-block;
    vertical-align: middle;
    width: 30.8%;
    border: 1px solid #e5e5e5;
    padding: 95px 15px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    margin: 0 0 0 2.1%; }
  .eagleeyes-pricing .txt-pricing .pricing > li .icon {
    display: inline-block;
    vertical-align: middle;
    width: 182px;
    height: 182px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 0 0 36px; }
    .eagleeyes-pricing .txt-pricing .pricing > li .icon .ico-text {
      display: table;
      width: 100%;
      height: 100%; }
    .eagleeyes-pricing .txt-pricing .pricing > li .icon .ico-text .ico-box {
      display: table-cell;
      vertical-align: middle; }
      .eagleeyes-pricing .txt-pricing .pricing > li .icon .ico-text .ico-box .price {
        display: inline-block;
        vertical-align: middle;
        font-size: 36px;
        line-height: 36px;
        -webkit-transition: all ease 0.2s;
        -khtml-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -ms-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s;
        color: #252525;
        margin: 4px 0 12px; }
      .eagleeyes-pricing .txt-pricing .pricing > li .icon .ico-text .ico-box .price sup {
        font-size: 18px;
        line-height: 18px;
        color: #707070;
        top: -0.7em; }
      .eagleeyes-pricing .txt-pricing .pricing > li .icon .ico-text .ico-box .month {
        display: block;
        color: #707070;
        font-weight: 200;
        font-style: italic;
        font-size: 18px;
        line-height: 18px; }
  .eagleeyes-pricing .txt-pricing .pricing > li .package {
    display: block;
    text-transform: uppercase;
    color: #252525;
    margin: 0 0 26px;
    font-size: 18px;
    line-height: 20px; }
  .eagleeyes-pricing .txt-pricing .pricing > li .list {
    border: solid #e5e5e5;
    border-width: 1px 0;
    padding: 27px 0 6px;
    max-width: 53%;
    margin: 0 auto 37px;
    list-style: none; }
    .eagleeyes-pricing .txt-pricing .pricing > li .list li {
      padding: 0 0 24px;
      width: 100%;
      display: block;
      border: 0;
      color: #707070;
      font-size: 16px;
      line-height: 18px;
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      text-align: center;
      margin: 0 0 0 2.1%; }
  .eagleeyes-pricing .txt-pricing .pricing > li .btn {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #252525;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #252525;
    padding: 10px 16px 12px;
    letter-spacing: 2.2px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
    .eagleeyes-pricing .txt-pricing .pricing > li .btn:hover {
      color: #d4d434;
      border-color: #d4d434; }
  .eagleeyes-pricing .txt-pricing .pricing > li:hover {
    border-color: #fff;
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22); }
    .eagleeyes-pricing .txt-pricing .pricing > li:hover .icon .ico-text .ico-box .price {
      font-size: 48px;
      line-height: 48px; }
  .eagleeyes-pricing.right .txt-pricing .pricing > li {
    margin: 0 2.1% 0 0; }

.eagleeyes-client .client-area {
  padding: 0;
  list-style: none; }
  .eagleeyes-client .client-area li {
    display: inline-block;
    vertical-align: middle;
    min-width: 19.5%;
    text-align: center; }
  .eagleeyes-client .client-area li .box {
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
  .eagleeyes-client .client-area li .box .ico {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    min-height: 100px; }
    .eagleeyes-client .client-area li .box .ico img {
      display: block;
      width: 100%;
      height: auto; }
  .eagleeyes-client .client-area li .box .title {
    display: block;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    color: #707070;
    font-weight: normal;
    margin: 0 0 28px;
    letter-spacing: 2.7px; }
  .eagleeyes-client .client-area li .box .count {
    display: block;
    color: #252525;
    font-weight: 700;
    letter-spacing: 6.9px;
    font-size: 36px;
    line-height: 38px; }

.blog-style-1 {
  overflow: hidden;
  padding: 11px 0 57px; }
  .blog-style-1 article {
    display: table;
    width: 100%; }
  .blog-style-1 article .image, .blog-style-1 article .text {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .blog-style-1 article .image {
    width: 48.8%; }
  .blog-style-1 article .image img {
    display: block;
    width: 100%;
    height: auto; }
  .blog-style-1 article .title {
    font-weight: normal;
    position: absolute;
    left: -99px;
    top: 50%;
    white-space: nowrap;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: -11px 0 0;
    letter-spacing: 6px; }
  .blog-style-1 article .txt {
    max-width: 71%;
    padding: 0 0 0 7%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px; }
  .blog-style-1 article .txt h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 25px; }
  .blog-style-1 article .txt p {
    margin: 0 0 30px;
    color: #707070; }
  .blog-style-1 article .txt .more {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #252525;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2.8px;
    font-weight: 700;
    font-style: italic; }
  .blog-style-1 article .txt .more > * {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .blog-style-1 article .txt .more:hover {
    color: #d4d434; }
    .blog-style-1 article .txt .more:hover i {
      margin-left: 5px; }
  .blog-style-1 article:nth-child(even) .txt {
    text-align: right;
    padding: 0 7% 0 0; }
  .blog-style-1 article:nth-child(even) .title {
    left: auto;
    right: -97px; }

.rev_slider .social-networks {
  padding: 0; }
  .rev_slider .social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 29px 0 0; }
  .rev_slider .social-networks li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px !important;
    line-height: 28px !important;
    border-radius: 100%;
    border: 1px solid #252525;
    color: #252525;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .rev_slider .social-networks li a i {
    font-size: 16px !important; }
  .rev_slider .social-networks li a:hover {
    border-color: #d4d434; }
    .rev_slider .social-networks li a:hover i {
      color: #d4d434; }
  .rev_slider .tp-bullets.custom {
    height: auto !important; }
  .rev_slider .tp-bullets.custom .tp-bullet {
    text-decoration: none;
    width: 30px;
    height: 4px;
    margin: 0;
    padding: 0;
    background: none;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    border-color: #fff; }
  .rev_slider .tp-bullets.custom .tp-bullet.selected {
    background-color: #d4d434; }

.eagleeyes-portfolio-layout-blog .portfolio-wrap {
  overflow: hidden;
  text-align: center; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .eagleeyes-portfolio-filter {
    padding: 0 0 56px; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .eagleeyes-portfolio-filter li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .eagleeyes-portfolio-filter li a {
    text-decoration: none;
    color: #252525;
    letter-spacing: 0.3px;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .eagleeyes-portfolio-filter li.active a, .eagleeyes-portfolio-layout-blog .portfolio-wrap .eagleeyes-portfolio-filter li:hover a {
    color: #d4d434; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area {
    margin: 0;
    padding: 0; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .grid-sizer {
    width: 33.33%; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item {
    float: left;
    width: 33.33%;
    overflow: hidden;
    position: relative;
    padding: 0 1% 2.4%; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item.add {
    width: 66.66%; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item img {
    width: 100%; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .holder {
    position: relative;
    overflow: hidden; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption {
    -webkit-transform: translate(0, -150%);
    -khtml-transform: translate(0, -150%);
    -moz-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22);
    text-align: center;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
    .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 {
      display: table;
      width: 100%;
      height: 100%; }
    .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 {
      display: table-cell;
      vertical-align: middle; }
      .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 .title {
        display: block;
        padding: 2px 0 10px;
        font-weight: 700;
        letter-spacing: 1.9px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px; }
      .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 p {
        margin: 0 0 26px;
        font-size: 12px;
        line-height: 14px;
        color: #b7b7b7;
        font-style: italic;
        text-transform: none; }
      .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 .icons {
        margin: 0;
        padding: 0;
        list-style: none; }
      .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 .icons li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 11px; }
        .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 .icons li a {
          display: inline-block;
          vertical-align: middle;
          color: #252525;
          text-decoration: none;
          width: 50px;
          height: 50px;
          font-size: 23px;
          line-height: 23px;
          border-radius: 100%;
          overflow: hidden;
          border: 1px solid #e2e2e2;
          -webkit-transition: all ease 0.5s;
          -khtml-transition: all ease 0.5s;
          -moz-transition: all ease 0.5s;
          -ms-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
          .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 .icons li a i {
            display: inline-block;
            vertical-align: middle;
            line-height: 46px; }
          .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 .icons li a span {
            display: none; }
          .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item .caption .c1 .c2 .icons li a:hover {
            color: #d4d434;
            border-color: #d4d434; }
  .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item:hover .caption {
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .eagleeyes-portfolio-layout-blog.column1 .portfolio-wrap .img-area .grid-sizer {
    width: 100%; }
  .eagleeyes-portfolio-layout-blog.column1 .portfolio-wrap .img-area .portfolio-item {
    width: 100%; }
  .eagleeyes-portfolio-layout-blog.column2 .portfolio-wrap .img-area .grid-sizer {
    width: 50%; }
  .eagleeyes-portfolio-layout-blog.column2 .portfolio-wrap .img-area .portfolio-item {
    width: 50%; }
  .eagleeyes-portfolio-layout-blog.column3 .portfolio-wrap .img-area .grid-sizer {
    width: 33.33%; }
  .eagleeyes-portfolio-layout-blog.column3 .portfolio-wrap .img-area .portfolio-item {
    width: 33.33%; }
  .eagleeyes-portfolio-layout-blog .portfolio-loadmore-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.4);
    display: none; }
  .eagleeyes-portfolio-layout-blog .portfolio-loadmore-overlay .cms-grid-loading-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 100%; }
  .eagleeyes-portfolio-layout-blog .portfolio-loadmore-overlay .cms-grid-loading-inner #canvasLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .eagleeyes-portfolio-layout-blog .portfolio-loadmore-overlay .cms-grid-loading-inner #canvasLoader i {
    font-size: 2em;
    color: rgba(255, 255, 255, 0.7); }

.eagleeyes-blogs-style-1 .article-holder .article {
  display: table;
  width: 100%; }
  .eagleeyes-blogs-style-1 .article-holder .article .image, .eagleeyes-blogs-style-1 .article-holder .article .text {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
  .eagleeyes-blogs-style-1 .article-holder .article .image {
    width: 48.8%; }
  .eagleeyes-blogs-style-1 .article-holder .article .image img {
    display: block;
    width: 100%;
    height: auto; }
  .eagleeyes-blogs-style-1 .article-holder .article .text .sub-caption {
    font-weight: normal;
    position: absolute;
    left: -99px;
    top: 50%;
    white-space: nowrap;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: -11px 0 0;
    letter-spacing: 6px; }
  .eagleeyes-blogs-style-1 .article-holder .article .text .txt {
    max-width: 71%;
    padding: 0 0 0 7%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .txt h2 {
      font-size: 24px;
      line-height: 26px;
      font-weight: 700;
      margin: 0 0 25px; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .txt p {
      margin: 0 0 30px;
      color: #707070; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .txt .continue {
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      color: #252525;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 2.8px;
      font-weight: 700;
      font-style: italic; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .txt .continue i {
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .txt .continue:hover {
      color: #d4d434; }
      .eagleeyes-blogs-style-1 .article-holder .article .text .txt .continue:hover i {
        margin-left: 5px; }
  .eagleeyes-blogs-style-1 .article-holder .article.article:nth-child(even) .sub-caption {
    left: auto;
    right: -97px; }
  .eagleeyes-blogs-style-1 .article-holder .article.article:nth-child(even) .txt {
    text-align: right;
    padding: 0 7% 0 0; }

.blog-style-3 .post-sizer {
  width: 33.33%; }
  .blog-style-3 .post {
    padding: 11px 0 0;
    width: 33.33%;
    padding: 0 15px; }
  .blog-style-3 .post .image-box {
    margin: 0 0 37px;
    position: relative;
    overflow: hidden;
    text-align: center; }
  .blog-style-3 .post .text-area {
    margin: 0 0 47px;
    overflow: hidden;
    text-align: center;
    font-size: 16px; }
  .blog-style-3 .post .text-area h2 {
    margin: 0 0 4px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    color: #d4d434; }
  .blog-style-3 .post .text-area h3 {
    margin: 0 0 7px;
    font-size: 24px;
    line-height: 26px; }
  .blog-style-3 .post .text-area h3 a {
    color: #252525; }
    .blog-style-3 .post .text-area h3 a:hover {
      color: #d4d434; }
  .blog-style-3 .post .text-area .info-list {
    color: #b7b7b7;
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    padding: 0; }
  .blog-style-3 .post .text-area .info-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 23px;
    position: relative; }
    .blog-style-3 .post .text-area .info-list li:first-child {
      padding-left: 0; }
    .blog-style-3 .post .text-area .info-list li:last-child {
      padding-right: 0; }
    .blog-style-3 .post .text-area .info-list li + li:after {
      position: absolute;
      left: -10px;
      top: 5px;
      width: 20px;
      height: 1px;
      content: "";
      background: #b7b7b7; }
  .blog-style-3 .post.add {
    width: 66.66%; }
  .blog-style-3 .post.add .text-area h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 23px; }
  .blog-style-3.column2 .post-sizer, .blog-style-3.column2 .post {
    width: 50%; }
  .blog-style-3.column2 .post-sizer.add, .blog-style-3.column2 .post.add {
    width: 100%; }
  .blog-style-3 .btn-area {
    text-align: center;
    margin: -30px 0 80px;
    position: relative;
    z-index: 2; }

.post-loadmore-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .post-loadmore-overlay .cms-grid-loading-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 100%; }
  .post-loadmore-overlay .cms-grid-loading-inner #canvasLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .post-loadmore-overlay .cms-grid-loading-inner #canvasLoader i {
    font-size: 2em;
    color: rgba(255, 255, 255, 0.7); }

.portfolio-single main {
  overflow: hidden;
  padding: 39px 0 60px; }
  .portfolio-single main .img {
    float: left;
    width: 65.8%;
    margin: 5px 11.1% 0 0; }
  .portfolio-single main .text {
    overflow: hidden;
    color: #707070;
    font-size: 16px;
    line-height: 26px; }
  .portfolio-single main .text h2 {
    margin: 0 0 13px;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px; }
  .portfolio-single main .text p {
    margin: 0 0 41px; }
  .portfolio-single main .text dl {
    margin: 0;
    border-top: 1px solid #e5e5e5;
    padding: 54px 0 0;
    letter-spacing: 1.6px;
    font-size: 14px;
    line-height: 16px; }
  .portfolio-single main .text dl dt {
    float: left;
    clear: left;
    font-weight: normal;
    color: #b7b7b7;
    margin: 0 4px 0 0;
    padding: 0 0 16px; }
  .portfolio-single main .text dl dd {
    overflow: hidden;
    font-weight: 700;
    color: #252525;
    padding: 0 0 16px;
    letter-spacing: 1.6px;
    font-size: 14px; }
  .portfolio-single .masonry-holder {
    overflow: hidden;
    padding: 0 0 80px;
    text-align: center; }
  .portfolio-single .masonry-holder h2 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding: 8px 0 59px 23px;
    letter-spacing: 3.6px;
    text-align: left; }
  .portfolio-single .masonry-holder h2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 1px;
    content: "";
    background: #d4d434; }
  .portfolio-single .masonry-holder .masonry {
    margin: 0 0 2.7%;
    text-align: center; }
  .portfolio-single .masonry-holder .masonry li {
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    padding: 0 1% 2.4%;
    width: 31.8%; }
  .portfolio-single .masonry-holder .masonry li .holder {
    overflow: hidden;
    position: relative; }
    .portfolio-single .masonry-holder .masonry li .holder .caption {
      -webkit-transform: translate(0, -150%);
      -khtml-transform: translate(0, -150%);
      -moz-transform: translate(0, -150%);
      -ms-transform: translate(0, -150%);
      -o-transform: translate(0, -150%);
      transform: translate(0, -150%);
      position: absolute;
      left: 20px;
      right: 20px;
      top: 20px;
      bottom: 20px;
      background: rgba(255, 255, 255, .9);
      box-shadow: 0 14px 54px rgba(0, 0, 0, .22);
      text-align: center;
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .portfolio-single .masonry-holder .masonry li .holder .caption .c1 {
      display: table;
      width: 100%;
      height: 100%; }
      .portfolio-single .masonry-holder .masonry li .holder .caption .c1 .c2 {
        display: table-cell;
        vertical-align: middle; }
      .portfolio-single .masonry-holder .masonry li .holder .caption .c1 .c2 .title {
        display: block;
        padding: 2px 0 10px;
        font-weight: 700;
        letter-spacing: 1.9px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px; }
      .portfolio-single .masonry-holder .masonry li .holder .caption .c1 .c2 p {
        margin: 0 0 26px;
        font-size: 12px;
        line-height: 14px;
        color: #b7b7b7;
        font-style: italic;
        text-transform: none; }
      .portfolio-single .masonry-holder .masonry li .holder .caption .c1 .c2 .icons li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 11px;
        width: auto;
        padding: 0;
        float: none; }
        .portfolio-single .masonry-holder .masonry li .holder .caption .c1 .c2 .icons li a {
          display: inline-block;
          vertical-align: middle;
          color: #252525;
          text-decoration: none;
          width: 50px;
          height: 50px;
          font-size: 23px;
          line-height: 23px;
          border-radius: 100%;
          overflow: hidden;
          border: 1px solid #e2e2e2;
          -webkit-transition: all ease 0.5s;
          -khtml-transition: all ease 0.5s;
          -moz-transition: all ease 0.5s;
          -ms-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
          .portfolio-single .masonry-holder .masonry li .holder .caption .c1 .c2 .icons li a i {
            display: inline-block;
            vertical-align: middle;
            line-height: 46px; }
          .portfolio-single .masonry-holder .masonry li .holder .caption .c1 .c2 .icons li a:hover {
            border-color: #d4d434; }
            .portfolio-single .masonry-holder .masonry li .holder .caption .c1 .c2 .icons li a:hover i {
              color: #d4d434; }
  .portfolio-single .masonry-holder .masonry li:hover .caption {
    -webkit-transform: translate(0);
    -khtml-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }

.site-footer {
  display: block;
  overflow: hidden; }
  .site-footer .footer-wrap {
    background-color: #252525;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 85px;
    color: #707070;
    font-size: 14px;
    line-height: 26px; }
  @media (min-width: 1770px) {
    .site-footer .footer-wrap {
      width: 1770px; } }
  @media (max-width: 480px) {
    .site-footer .footer-wrap {
      padding: 0px 0px; } }
  .site-footer .footer-wrap .footer-top-inner {
    float: left;
    padding: 0 15px; }
  @media (min-width: 769px) {
      .site-footer .footer-wrap .footer-top-inner {
        margin-right: 6.25%; }
        .site-footer .footer-wrap .footer-top-inner:last-child {
          margin-right: 0; }
        .site-footer .footer-wrap .footer-top-inner.footer-top-3-columns.footer-top-1, .site-footer .footer-wrap .footer-top-inner.footer-top-3-columns.footer-top-2 {
          width: 25%; }
          .site-footer .footer-wrap .footer-top-inner.footer-top-3-columns.footer-top-3 {
            width: 37.5%; }
        .site-footer .footer-wrap .footer-top-inner.footer-top-2-columns.footer-top-1, .site-footer .footer-wrap .footer-top-inner.footer-top-2-columns.footer-top-2, .site-footer .footer-wrap .footer-top-inner.footer-top-2-columns.footer-top-3 {
          width: 46.875%; }
        .site-footer .footer-wrap .footer-top-inner.footer-top-1-columns.footer-top-1, .site-footer .footer-wrap .footer-top-inner.footer-top-1-columns.footer-top-2, .site-footer .footer-wrap .footer-top-inner.footer-top-1-columns.footer-top-3 {
          width: 100%; } }
  @media (max-width: 768px) {
      .site-footer .footer-wrap .footer-top-inner {
        margin-right: 0;
        width: 100%; }
        .site-footer .footer-wrap .footer-top-inner + .footer-top-inner {
          margin-top: 30px; } }
  .site-footer .footer-wrap #footer-top {
    padding-top: 80px;
    display: block;
    overflow: hidden; }
  .site-footer .footer-wrap #footer-top hr {
    border-color: inherit; }
  .site-footer .footer-wrap #footer-top form {
    width: 100%;
    background-color: #fff;
    padding: 50px; }
  .site-footer .footer-wrap #footer-top form .wpcf7-form-control-wrap {
    display: block;
    overflow: hidden; }
  .site-footer .footer-wrap #footer-top form input:not([type="submit"]), .site-footer .footer-wrap #footer-top form textarea {
    width: 100%;
    float: left; }
  .site-footer .footer-wrap #footer-top form input[type="submit"] {
    margin-top: 50px;
    margin-bottom: 5px; }
  .site-footer .footer-wrap #footer-top form h3 {
    margin-top: 0;
    margin-bottom: 23px;
    color: #252525; }
  .site-footer .footer-wrap #footer-top form p {
    margin: 0; }
  .site-footer .footer-wrap #footer-top .logo {
    margin-bottom: 35px; }
  .site-footer .footer-wrap #footer-top .logo-footer {
    margin: 0 0 27px;
    display: block; }
  .site-footer .footer-wrap #footer-top .widget_znews-twitter-widget {
    margin-top: 63px; }
  .site-footer .footer-wrap #footer-top .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 36px;
    color: #d4d434;
    font-weight: bold;
    width: auto;
    height: auto;
    margin: 0 10px 0 -3px; }
  .site-footer .footer-wrap #footer-top .img {
    width: 194px;
    display: inline-block;
    vertical-align: middle; }
  .site-footer .footer-wrap #footer-top .img img {
    display: block;
    width: 100%;
    height: auto; }
  .site-footer .footer-wrap #footer-bottom {
    padding: 0px 15px;
    overflow: hidden;
    width: 100%; }
  .site-footer .footer-wrap #footer-bottom > div {
    padding: 25px 0; }
  .site-footer .footer-wrap #footer-bottom .footer-bottom-menu {
    float: left;
    max-width: 55%;
    border-top: 1px solid #3b3b3b; }
  .site-footer .footer-wrap #footer-bottom .footer-bottom-menu .footer-menu {
    padding: 0;
    margin: 0; }
    .site-footer .footer-wrap #footer-bottom .footer-bottom-menu .footer-menu li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      line-height: 30px;
      font-weight: bold;
      margin-right: 20px;
      letter-spacing: 0.2em; }
    .site-footer .footer-wrap #footer-bottom .footer-bottom-menu .footer-menu li:after {
      content: '|';
      margin-left: 25px; }
    .site-footer .footer-wrap #footer-bottom .footer-bottom-menu .footer-menu li:last-child {
      margin-right: 0px; }
      .site-footer .footer-wrap #footer-bottom .footer-bottom-menu .footer-menu li:last-child:after {
        display: none; }
    .site-footer .footer-wrap #footer-bottom .footer-bottom-menu .footer-menu li a {
      color: inherit; }
      .site-footer .footer-wrap #footer-bottom .footer-bottom-menu .footer-menu li a:hover {
        color: #d4d434; }
  @media (max-width: 992px) {
        .site-footer .footer-wrap #footer-bottom .footer-bottom-menu {
          max-width: 100%;
          width: 100%;
          text-align: center; } }
  .site-footer .footer-wrap #footer-bottom .footer-bottom-copy-right {
    float: right;
    max-width: 45%; }
  @media (max-width: 992px) {
        .site-footer .footer-wrap #footer-bottom .footer-bottom-copy-right {
          max-width: 100%;
          width: 100%;
          text-align: center; } }

select, input:not([type]), input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea {
  font-size: 14px;
  line-height: 36px;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
  border-right: none;
  max-width: 100%;
  color: #707070;
  outline: none;
  -webkit-transition: all ease 0.5s;
  -khtml-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  select::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b7b7b7 !important; }
  select:-moz-placeholder, input:not([type]):-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #b7b7b7 !important;
    opacity: 1; }
  select::-moz-placeholder, input:not([type])::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #b7b7b7 !important;
    opacity: 1; }
  select:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b7b7b7 !important; }
  select:focus, input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus {
    border-bottom-color: #d4d434;
    padding-left: 10px; }

input[type="submit"], button {
  border: 1px solid #252525;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  padding: 12px 29px;
  letter-spacing: 0.2em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, );
  color: #252525; }
  input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
    border-color: #d4d434;
    color: #d4d434; }

.site-header {
  -webkit-transition: all 0.6s ease 0.8s;
  -khtml-transition: all 0.6s ease 0.8s;
  -moz-transition: all 0.6s ease 0.8s;
  -ms-transition: all 0.6s ease 0.8s;
  -o-transition: all 0.6s ease 0.8s;
  transition: all 0.6s ease 0.8s; }
  .site-header .cshero-main-header {
    width: 1770px;
    margin: 0 auto; }
  @media (max-width: 1770px) {
    .site-header .cshero-main-header {
      width: 100%; } }
  @media (min-width: 992px) {
  .site-header.sticky-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.6s ease 0.8s;
    -khtml-transition: all 0.6s ease 0.8s;
    -moz-transition: all 0.6s ease 0.8s;
    -ms-transition: all 0.6s ease 0.8s;
    -o-transition: all 0.6s ease 0.8s;
    transition: all 0.6s ease 0.8s;
    background: #fff; } }

#cshero-header #cshero-header-icon .header-search {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  margin-top: 10px; }
  #cshero-header #cshero-header-icon .header-search form {
    border: 0;
    overflow: inherit;
    padding: 0;
    margin-top: 9px; }
  #cshero-header #cshero-header-icon .header-search form:after {
    display: none; }
  #cshero-header #cshero-header-icon .header-search form input[type="text"] {
    width: 0;
    height: 32px;
    position: absolute;
    border: 1px solid transparent;
    color: #000;
    padding: 2px 10px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    max-width: none;
    position: absolute;
    top: 0;
    right: 100%; }
    #cshero-header #cshero-header-icon .header-search form input[type="text"].input-show {
      width: 200px;
      border: 1px solid #000; }
  #cshero-header #cshero-header-icon .header-search form .ui-input-btn {
    text-indent: -9999px; }
  #cshero-header #cshero-header-icon .header-search form input[type="submit"] {
    border: none;
    height: 32px;
    position: relative;
    z-index: 2;
    float: none;
    width: 36px;
    text-indent: -9999px; }
    #cshero-header #cshero-header-icon .header-search form input[type="submit"]:hover + i {
      color: #d4d434; }
  #cshero-header #cshero-header-icon .header-search form .header-show-search {
    font-size: 26px;
    position: absolute;
    z-index: 3;
    right: 0;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    color: #252525; }
    #cshero-header #cshero-header-icon .header-search form .header-show-search:hover {
      cursor: pointer; }
    #cshero-header #cshero-header-icon .header-search form .header-show-search.icon-hide {
      z-index: 1; }
  #cshero-header #cshero-header-icon .header-mailto {
    color: #000;
    margin: 10px -5px 0 37px;
    color: #252525;
    font-size: 24px;
    line-height: 24px;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    display: inline-block;
    vertical-align: middle; }
  #cshero-header #cshero-header-icon .header-mailto:hover i {
    color: #d4d434; }

@media (min-width: 992px) {
  #cshero-header {
    padding: 30px 0;
    -webkit-transition: padding 0.3s;
    -khtml-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s; }
    #cshero-header #cshero-header-logo {
      float: left;
      width: 20%;
      line-height: 50px; }
      #cshero-header #cshero-header-logo img {
        max-height: 90px; }
    #cshero-header #cshero-header-navigation {
      float: left;
      width: 60%;
      text-align: center;
      line-height: 50px; }
      #cshero-header #cshero-header-navigation.no-icons {
        width: 80%; }
    #cshero-header #cshero-header-icon {
      float: right;
      width: 20%;
      text-align: right; } }

@media (max-width: 991px) {
  #cshero-header {
    padding: 0 !important; }
    #cshero-header #cshero-header-logo {
      width: 100%;
      line-height: 50px;
      padding: 10px; }
    #cshero-header #cshero-header-navigation {
      border-bottom: 1px solid #e5e5e5; }
    #cshero-header #cshero-header-icon {
      float: right;
      width: 100%;
      text-align: right;
      padding: 5px 15px; }
      #cshero-header #cshero-header-icon .header-search {
        margin-top: 0; }
        #cshero-header #cshero-header-icon .header-search form {
          padding: 4px 10px; } }

@media (max-width: 768px) {
  #cshero-header #cshero-header-icon {
    display: none; } }

.wp-caption-text, .gallery-caption {
  visibility: visible; }

.carousel .carousel-control {
  width: 30px;
  height: 50px;
  background-color: transparent;
  background-image: none;
  top: 50%;
  border: 1px solid #505050;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s;
  -khtml-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 46px;
  font-size: 16px; }
  .carousel .carousel-control > span {
    text-shadow: none;
    color: #fff; }
  .carousel .carousel-control.right {
    right: 10px; }
  .carousel .carousel-control.left {
    left: 10px; }
  .carousel:hover .carousel-control {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

body .mejs-container {
  height: 50px !important; }

body .mejs-container .mejs-controls {
  height: 50px; }

body .mejs-embed, body .mejs-embed body, body .mejs-container .mejs-controls {
  background: #fff !important; }

body .mejs-container .mejs-controls {
  border: 2px solid #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

body .mejs-container .mejs-controls .mejs-time .mejs-currenttime, body .mejs-container .mejs-controls .mejs-time .mejs-duration {
  color: #333;
  display: block;
  line-height: 47px;
  width: 100%; }

body .mejs-controls .mejs-time-rail .mejs-time-total, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #f5f5f5;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

body .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #333; }

body .mejs-offscreen, body .mejs-time-float {
  display: none !important; }

body .mejs-controls .mejs-time-rail span, body .mejs-controls .mejs-time-rail a, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 10px; }

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #333; }

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  top: 9px; }

body .mejs-playpause-button, body .mejs-container .mejs-controls .mejs-currenttime-container, body .mejs-time.mejs-duration-container {
  border-right: 2px solid #eee !important;
  height: 47px !important;
  width: 50px !important;
  padding: 0 !important;
  line-height: 47px;
  position: relative; }

body .mejs-playpause-button button {
  left: 0;
  margin: auto !important;
  position: absolute !important;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }

body .mejs-controls div.mejs-time-rail {
  border-right: 2px solid #eee;
  height: 47px;
  padding: 0; }

body .mejs-button.mejs-volume-button {
  height: 47px; }

body .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 19px 16px; }

body .mejs-button.mejs-playpause-button > button {
  padding: 8px 0 0 2px;
  outline: none; }

body .mejs-controls .mejs-button button:focus {
  outline: none; }

body .mejs-button.mejs-volume-button > button {
  margin: 3px 0 0 6px;
  height: 47px; }

body .mejs-button.mejs-playpause-button > button, body .mejs-button.mejs-volume-button > button {
  background: transparent;
  outline: none; }

.mejs-button.mejs-playpause-button.mejs-play > button:before, .mejs-button.mejs-playpause-button.mejs-pause > button:before, body .mejs-button.mejs-volume-button.mejs-mute > button:before, body .mejs-button.mejs-volume-button.mejs-unmute > button:before {
  font-size: 16px;
  content: "\f04b";
  font-family: 'FontAwesome';
  color: #333; }

.mejs-button.mejs-playpause-button.mejs-pause > button:before {
  content: "\f04c";
  font-family: FontAwesome;
  font-size: 13px; }

body .mejs-button.mejs-volume-button.mejs-mute > button:before {
  content: "\f028 ";
  font-family: FontAwesome; }

body .mejs-button.mejs-volume-button.mejs-unmute > button:before {
  content: "\f026 ";
  font-family: FontAwesome; }

body .mejs-controls .mejs-horizontal-volume-slider {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .cs-menu-toggle {
    display: none; }

  nav#site-navigation {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    nav#site-navigation ul.nav-menu, nav#site-navigation > .nav-menu > ul {
      padding: 0;
      margin: 0; }
      nav#site-navigation ul.nav-menu li, nav#site-navigation > .nav-menu > ul li {
        list-style: none;
        position: relative;
        -webkit-transition: overflow 0.6s ease;
        -khtml-transition: overflow 0.6s ease;
        -moz-transition: overflow 0.6s ease;
        -ms-transition: overflow 0.6s ease;
        -o-transition: overflow 0.6s ease;
        transition: overflow 0.6s ease; }
        nav#site-navigation ul.nav-menu li ul.sub-menu, nav#site-navigation > .nav-menu > ul li ul.sub-menu, nav#site-navigation ul.nav-menu li ul.children, nav#site-navigation > .nav-menu > ul li ul.children {
          display: block;
          position: absolute;
          z-index: 0;
          background-color: #fff;
          padding: 0;
          text-align: left;
          border-top: 2px solid #d4d434;
          opacity: 0;
          visibility: hidden;
          min-width: 250px;
          -webkit-transition: all 0.6s ease;
          -khtml-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
          box-shadow: 0 13px 12px rgba(0, 0, 0, 0.176);
          -webkit-transform: translateY(100px);
          -khtml-transform: translateY(100px);
          -moz-transform: translateY(100px);
          -ms-transform: translateY(100px);
          -o-transform: translateY(100px);
          transform: translateY(100px); }
          nav#site-navigation ul.nav-menu li ul.sub-menu li, nav#site-navigation > .nav-menu > ul li ul.sub-menu li, nav#site-navigation ul.nav-menu li ul.children li, nav#site-navigation > .nav-menu > ul li ul.children li {
            display: block; }
            nav#site-navigation ul.nav-menu li ul.sub-menu li:last-child, nav#site-navigation > .nav-menu > ul li ul.sub-menu li:last-child, nav#site-navigation ul.nav-menu li ul.children li:last-child, nav#site-navigation > .nav-menu > ul li ul.children li:last-child {
              border-bottom: none; }
            nav#site-navigation ul.nav-menu li ul.sub-menu li > a, nav#site-navigation > .nav-menu > ul li ul.sub-menu li > a, nav#site-navigation ul.nav-menu li ul.children li > a, nav#site-navigation > .nav-menu > ul li ul.children li > a {
              color: #252525;
              font-size: 16px;
              line-height: 18px;
              padding: 16px 10px 16px 45px;
              display: block;
              border-top: 1px solid #e5e5e5; }
              nav#site-navigation ul.nav-menu li ul.sub-menu li > a:hover, nav#site-navigation > .nav-menu > ul li ul.sub-menu li > a:hover, nav#site-navigation ul.nav-menu li ul.children li > a:hover, nav#site-navigation > .nav-menu > ul li ul.children li > a:hover, nav#site-navigation ul.nav-menu li ul.sub-menu li > a:focus, nav#site-navigation > .nav-menu > ul li ul.sub-menu li > a:focus, nav#site-navigation ul.nav-menu li ul.children li > a:focus, nav#site-navigation > .nav-menu > ul li ul.children li > a:focus {
                color: #d4d434; }
            nav#site-navigation ul.nav-menu li ul.sub-menu li:hover > a, nav#site-navigation > .nav-menu > ul li ul.sub-menu li:hover > a, nav#site-navigation ul.nav-menu li ul.children li:hover > a, nav#site-navigation > .nav-menu > ul li ul.children li:hover > a {
              background-color: #f5f5f5; }
            nav#site-navigation ul.nav-menu li ul.sub-menu li:first-child, nav#site-navigation > .nav-menu > ul li ul.sub-menu li:first-child, nav#site-navigation ul.nav-menu li ul.children li:first-child, nav#site-navigation > .nav-menu > ul li ul.children li:first-child {
              border-top: 0; }
            nav#site-navigation ul.nav-menu li ul.sub-menu li.current-menu-item > a, nav#site-navigation > .nav-menu > ul li ul.sub-menu li.current-menu-item > a, nav#site-navigation ul.nav-menu li ul.children li.current-menu-item > a, nav#site-navigation > .nav-menu > ul li ul.children li.current-menu-item > a, nav#site-navigation ul.nav-menu li ul.sub-menu li.current-page-item > a, nav#site-navigation > .nav-menu > ul li ul.sub-menu li.current-page-item > a, nav#site-navigation ul.nav-menu li ul.children li.current-page-item > a, nav#site-navigation > .nav-menu > ul li ul.children li.current-page-item > a, nav#site-navigation ul.nav-menu li ul.sub-menu li.current_page_ancestor > a, nav#site-navigation > .nav-menu > ul li ul.sub-menu li.current_page_ancestor > a, nav#site-navigation ul.nav-menu li ul.children li.current_page_ancestor > a, nav#site-navigation > .nav-menu > ul li ul.children li.current_page_ancestor > a, nav#site-navigation ul.nav-menu li ul.sub-menu li.current_page_parent > a, nav#site-navigation > .nav-menu > ul li ul.sub-menu li.current_page_parent > a, nav#site-navigation ul.nav-menu li ul.children li.current_page_parent > a, nav#site-navigation > .nav-menu > ul li ul.children li.current_page_parent > a, nav#site-navigation ul.nav-menu li ul.sub-menu li.current_page_item > a, nav#site-navigation > .nav-menu > ul li ul.sub-menu li.current_page_item > a, nav#site-navigation ul.nav-menu li ul.children li.current_page_item > a, nav#site-navigation > .nav-menu > ul li ul.children li.current_page_item > a, nav#site-navigation ul.nav-menu li ul.sub-menu li.active > a, nav#site-navigation > .nav-menu > ul li ul.sub-menu li.active > a, nav#site-navigation ul.nav-menu li ul.children li.active > a, nav#site-navigation > .nav-menu > ul li ul.children li.active > a {
              color: #d4d434; }
        nav#site-navigation ul.nav-menu li:hover > ul.sub-menu, nav#site-navigation > .nav-menu > ul li:hover > ul.sub-menu, nav#site-navigation ul.nav-menu li:hover > ul.children, nav#site-navigation > .nav-menu > ul li:hover > ul.children {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1;
          display: block;
          visibility: visible;
          -webkit-transform: translateY(0);
          -khtml-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition: all 0.6s ease;
          -khtml-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
          z-index: 9999; }
      nav#site-navigation ul.nav-menu > li, nav#site-navigation > .nav-menu > ul > li {
        display: inline-block;
        margin: 0 6px;
        vertical-align: middle; }
        nav#site-navigation ul.nav-menu > li > a, nav#site-navigation > .nav-menu > ul > li > a {
          color: #252525;
          padding: 0 14px;
          position: relative;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          font-weight: bold;
          font-size: 13px;
          line-height: 30px; }
          nav#site-navigation ul.nav-menu > li > a:before, nav#site-navigation > .nav-menu > ul > li > a:before, nav#site-navigation ul.nav-menu > li > a:after, nav#site-navigation > .nav-menu > ul > li > a:after {
            content: '';
            height: 2px;
            width: 50%;
            background-color: #d4d434;
            -webkit-transition: left 0.5s, right 0.5s;
            -khtml-transition: left 0.5s, right 0.5s;
            -moz-transition: left 0.5s, right 0.5s;
            -ms-transition: left 0.5s, right 0.5s;
            -o-transition: left 0.5s, right 0.5s;
            transition: left 0.5s, right 0.5s;
            display: inline-block;
            position: absolute;
            opacity: 0;
            visibility: hidden; }
          nav#site-navigation ul.nav-menu > li > a:before, nav#site-navigation > .nav-menu > ul > li > a:before {
            top: -8px;
            left: 50%; }
          nav#site-navigation ul.nav-menu > li > a:after, nav#site-navigation > .nav-menu > ul > li > a:after {
            bottom: -8px;
            right: 50%; }
        nav#site-navigation ul.nav-menu > li:hover > a, nav#site-navigation > .nav-menu > ul > li:hover > a, nav#site-navigation ul.nav-menu > li.active > a, nav#site-navigation > .nav-menu > ul > li.active > a, nav#site-navigation ul.nav-menu > li.current-menu-item > a, nav#site-navigation > .nav-menu > ul > li.current-menu-item > a, nav#site-navigation ul.nav-menu > li.current-page-item > a, nav#site-navigation > .nav-menu > ul > li.current-page-item > a, nav#site-navigation ul.nav-menu > li.current_page_ancestor > a, nav#site-navigation > .nav-menu > ul > li.current_page_ancestor > a, nav#site-navigation ul.nav-menu > li.current_page_parent > a, nav#site-navigation > .nav-menu > ul > li.current_page_parent > a, nav#site-navigation ul.nav-menu > li.current_page_item > a, nav#site-navigation > .nav-menu > ul > li.current_page_item > a {
          color: #d4d434; }
          nav#site-navigation ul.nav-menu > li:hover > a:before, nav#site-navigation > .nav-menu > ul > li:hover > a:before, nav#site-navigation ul.nav-menu > li.active > a:before, nav#site-navigation > .nav-menu > ul > li.active > a:before, nav#site-navigation ul.nav-menu > li.current-menu-item > a:before, nav#site-navigation > .nav-menu > ul > li.current-menu-item > a:before, nav#site-navigation ul.nav-menu > li.current-page-item > a:before, nav#site-navigation > .nav-menu > ul > li.current-page-item > a:before, nav#site-navigation ul.nav-menu > li.current_page_ancestor > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_ancestor > a:before, nav#site-navigation ul.nav-menu > li.current_page_parent > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_parent > a:before, nav#site-navigation ul.nav-menu > li.current_page_item > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_item > a:before, nav#site-navigation ul.nav-menu > li:hover > a:after, nav#site-navigation > .nav-menu > ul > li:hover > a:after, nav#site-navigation ul.nav-menu > li.active > a:after, nav#site-navigation > .nav-menu > ul > li.active > a:after, nav#site-navigation ul.nav-menu > li.current-menu-item > a:after, nav#site-navigation > .nav-menu > ul > li.current-menu-item > a:after, nav#site-navigation ul.nav-menu > li.current-page-item > a:after, nav#site-navigation > .nav-menu > ul > li.current-page-item > a:after, nav#site-navigation ul.nav-menu > li.current_page_ancestor > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_ancestor > a:after, nav#site-navigation ul.nav-menu > li.current_page_parent > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_parent > a:after, nav#site-navigation ul.nav-menu > li.current_page_item > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_item > a:after {
            opacity: 1;
            visibility: visible; }
          nav#site-navigation ul.nav-menu > li:hover > a:before, nav#site-navigation > .nav-menu > ul > li:hover > a:before, nav#site-navigation ul.nav-menu > li.active > a:before, nav#site-navigation > .nav-menu > ul > li.active > a:before, nav#site-navigation ul.nav-menu > li.current-menu-item > a:before, nav#site-navigation > .nav-menu > ul > li.current-menu-item > a:before, nav#site-navigation ul.nav-menu > li.current-page-item > a:before, nav#site-navigation > .nav-menu > ul > li.current-page-item > a:before, nav#site-navigation ul.nav-menu > li.current_page_ancestor > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_ancestor > a:before, nav#site-navigation ul.nav-menu > li.current_page_parent > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_parent > a:before, nav#site-navigation ul.nav-menu > li.current_page_item > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_item > a:before {
            left: 0;
            right: auto; }
          nav#site-navigation ul.nav-menu > li:hover > a:after, nav#site-navigation > .nav-menu > ul > li:hover > a:after, nav#site-navigation ul.nav-menu > li.active > a:after, nav#site-navigation > .nav-menu > ul > li.active > a:after, nav#site-navigation ul.nav-menu > li.current-menu-item > a:after, nav#site-navigation > .nav-menu > ul > li.current-menu-item > a:after, nav#site-navigation ul.nav-menu > li.current-page-item > a:after, nav#site-navigation > .nav-menu > ul > li.current-page-item > a:after, nav#site-navigation ul.nav-menu > li.current_page_ancestor > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_ancestor > a:after, nav#site-navigation ul.nav-menu > li.current_page_parent > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_parent > a:after, nav#site-navigation ul.nav-menu > li.current_page_item > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_item > a:after {
            left: auto;
            right: 0; }
        nav#site-navigation ul.nav-menu > li.current-menu-item > a, nav#site-navigation > .nav-menu > ul > li.current-menu-item > a, nav#site-navigation ul.nav-menu > li.current-page-item > a, nav#site-navigation > .nav-menu > ul > li.current-page-item > a, nav#site-navigation ul.nav-menu > li.current_page_ancestor > a, nav#site-navigation > .nav-menu > ul > li.current_page_ancestor > a, nav#site-navigation ul.nav-menu > li.current_page_parent > a, nav#site-navigation > .nav-menu > ul > li.current_page_parent > a, nav#site-navigation ul.nav-menu > li.current_page_item > a, nav#site-navigation > .nav-menu > ul > li.current_page_item > a, nav#site-navigation ul.nav-menu > li.active > a, nav#site-navigation > .nav-menu > ul > li.active > a {
          color: #d4d434; }
          nav#site-navigation ul.nav-menu > li.current-menu-item > a:before, nav#site-navigation > .nav-menu > ul > li.current-menu-item > a:before, nav#site-navigation ul.nav-menu > li.current-page-item > a:before, nav#site-navigation > .nav-menu > ul > li.current-page-item > a:before, nav#site-navigation ul.nav-menu > li.current_page_ancestor > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_ancestor > a:before, nav#site-navigation ul.nav-menu > li.current_page_parent > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_parent > a:before, nav#site-navigation ul.nav-menu > li.current_page_item > a:before, nav#site-navigation > .nav-menu > ul > li.current_page_item > a:before, nav#site-navigation ul.nav-menu > li.active > a:before, nav#site-navigation > .nav-menu > ul > li.active > a:before, nav#site-navigation ul.nav-menu > li.current-menu-item > a:after, nav#site-navigation > .nav-menu > ul > li.current-menu-item > a:after, nav#site-navigation ul.nav-menu > li.current-page-item > a:after, nav#site-navigation > .nav-menu > ul > li.current-page-item > a:after, nav#site-navigation ul.nav-menu > li.current_page_ancestor > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_ancestor > a:after, nav#site-navigation ul.nav-menu > li.current_page_parent > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_parent > a:after, nav#site-navigation ul.nav-menu > li.current_page_item > a:after, nav#site-navigation > .nav-menu > ul > li.current_page_item > a:after, nav#site-navigation ul.nav-menu > li.active > a:after, nav#site-navigation > .nav-menu > ul > li.active > a:after {
            width: 50%; }
        nav#site-navigation ul.nav-menu > li.menu-item-has-children, nav#site-navigation > .nav-menu > ul > li.menu-item-has-children {
          padding-right: 10px; }
          nav#site-navigation ul.nav-menu > li.menu-item-has-children:after, nav#site-navigation > .nav-menu > ul > li.menu-item-has-children:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            border-top: 4px dashed;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -khtml-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 10px; }
          nav#site-navigation ul.nav-menu > li.menu-item-has-children:hover:after, nav#site-navigation > .nav-menu > ul > li.menu-item-has-children:hover:after {
            border-top-color: #d4d434; }
        nav#site-navigation ul.nav-menu > li > ul.sub-menu, nav#site-navigation > .nav-menu > ul > li > ul.sub-menu, nav#site-navigation ul.nav-menu > li ul.children, nav#site-navigation > .nav-menu > ul > li ul.children {
          left: 0;
          top: 100%; }
          nav#site-navigation ul.nav-menu > li > ul.sub-menu.back, nav#site-navigation > .nav-menu > ul > li > ul.sub-menu.back, nav#site-navigation ul.nav-menu > li ul.children.back, nav#site-navigation > .nav-menu > ul > li ul.children.back {
            left: auto;
            right: 0; }
          nav#site-navigation ul.nav-menu > li > ul.sub-menu ul, nav#site-navigation > .nav-menu > ul > li > ul.sub-menu ul, nav#site-navigation ul.nav-menu > li ul.children ul, nav#site-navigation > .nav-menu > ul > li ul.children ul {
            left: 100%;
            top: 0; }
          nav#site-navigation ul.nav-menu > li > ul.sub-menu ul.back, nav#site-navigation > .nav-menu > ul > li > ul.sub-menu ul.back, nav#site-navigation ul.nav-menu > li ul.children ul.back, nav#site-navigation > .nav-menu > ul > li ul.children ul.back {
            left: auto;
            right: 100%; }
          nav#site-navigation ul.nav-menu > li > ul.sub-menu li a, nav#site-navigation > .nav-menu > ul > li > ul.sub-menu li a, nav#site-navigation ul.nav-menu > li ul.children li a, nav#site-navigation > .nav-menu > ul > li ul.children li a {
            visibility: inherit !important; }
        nav#site-navigation ul.nav-menu > li:hover > a, nav#site-navigation > .nav-menu > ul > li:hover > a {
          color: #d4d434; }
          nav#site-navigation ul.nav-menu > li:hover > a:before, nav#site-navigation > .nav-menu > ul > li:hover > a:before, nav#site-navigation ul.nav-menu > li:hover > a:after, nav#site-navigation > .nav-menu > ul > li:hover > a:after {
            width: 50%; } }

@media screen and (max-width: 767px) {
  .navbar-toggle {
    display: block;
    border-color: #ddd; }
    .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background-color: #888; }
    .navbar-toggle:hover {
      background-color: #ddd; }
      .navbar-toggle:hover .icon-bar {
        background-color: #888; }

  nav#site-navigation ul.nav-menu, nav#site-navigation > .nav-menu > ul {
    margin: 7.5px 0; }
    nav#site-navigation ul.nav-menu li, nav#site-navigation > .nav-menu > ul li {
      list-style: none;
      line-height: 45px;
      position: relative;
      display: block;
      width: 100% !important; }
      nav#site-navigation ul.nav-menu li a, nav#site-navigation > .nav-menu > ul li a {
        padding: 8px 3px;
        font-size: 11px;
        letter-spacing: 1px;
        margin: 0 0 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #252525; }
      nav#site-navigation ul.nav-menu li .cs-menu-toggle, nav#site-navigation > .nav-menu > ul li .cs-menu-toggle {
        display: inline-block;
        width: 0px;
        height: 0px;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
      nav#site-navigation ul.nav-menu li:hover > a, nav#site-navigation > .nav-menu > ul li:hover > a {
        color: #d4d434; }
        nav#site-navigation ul.nav-menu li:hover .cs-menu-toggle, nav#site-navigation > .nav-menu > ul li:hover .cs-menu-toggle {
          color: #d4d434; }
      nav#site-navigation ul.nav-menu li.current-menu-item > a, nav#site-navigation > .nav-menu > ul li.current-menu-item > a, nav#site-navigation ul.nav-menu li.current-page-item > a, nav#site-navigation > .nav-menu > ul li.current-page-item > a, nav#site-navigation ul.nav-menu li.current_page_ancestor > a, nav#site-navigation > .nav-menu > ul li.current_page_ancestor > a, nav#site-navigation ul.nav-menu li.current_page_parent > a, nav#site-navigation > .nav-menu > ul li.current_page_parent > a, nav#site-navigation ul.nav-menu li.current_page_item > a, nav#site-navigation > .nav-menu > ul li.current_page_item > a {
        color: #d4d434; }
    nav#site-navigation ul.nav-menu ul, nav#site-navigation > .nav-menu > ul ul {
      display: block;
      width: 100% !important;
      padding-left: 20px; }
      nav#site-navigation ul.nav-menu ul.sub-menu, nav#site-navigation > .nav-menu > ul ul.sub-menu, nav#site-navigation ul.nav-menu ul.children, nav#site-navigation > .nav-menu > ul ul.children {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        nav#site-navigation ul.nav-menu ul.sub-menu.submenu-open, nav#site-navigation > .nav-menu > ul ul.sub-menu.submenu-open, nav#site-navigation ul.nav-menu ul.children.submenu-open, nav#site-navigation > .nav-menu > ul ul.children.submenu-open {
          height: auto; } }

.sidebar-widget {
  font-size: 14px; }
  .sidebar-widget aside + aside {
    margin-top: 61px; }
  .sidebar-widget .wg-title {
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-family: 'Muli';
    color: #252525;
    margin: 0 0 21px 0; }
  .sidebar-widget .wg-title + ul {
    margin-top: -15px; }
  .sidebar-widget ul {
    padding-left: 0;
    margin: 0; }
  .sidebar-widget ul li {
    list-style: none;
    position: relative;
    padding: 10px 0 17px 24px; }
  .sidebar-widget ul li + li {
    border-top: 1px solid #e5e5e5; }
  .sidebar-widget ul li > ul {
    margin-top: 12px; }
  .sidebar-widget ul li > ul > li:first-child {
    border-top: 1px solid #e5e5e5; }
  .sidebar-widget ul li:before {
    position: absolute;
    left: 0;
    top: 18px;
    content: "";
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #e5e5e5; }
  .sidebar-widget ul li a {
    color: inherit;
    font-size: 14px;
    line-height: 18px;
    color: #707070; }
  .sidebar-widget ul li a:hover, .sidebar-widget ul li a:focus {
    color: #d4d434; }
  .sidebar-widget .widget_archive + aside, .sidebar-widget .widget_categories + aside {
    margin-top: 43px; }
  @media (max-width: 767px) {
  .sidebar-widget {
    margin-top: 30px; } }

.widget_calendar table#wp-calendar {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 1px; }
  .widget_calendar table#wp-calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px; }
  .widget_calendar table#wp-calendar thead th {
    text-align: center; }
  .widget_calendar table#wp-calendar tbody td {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 6px 5px; }
  .widget_calendar table#wp-calendar tfoot #next {
    text-align: right; }
  .widget_calendar table#wp-calendar caption {
    text-align: left; }

.searchform {
  border: 1px solid #e5e5e5;
  padding: 9px 10px;
  overflow: hidden;
  position: relative; }
  .searchform:after {
    content: "\e800";
    position: absolute;
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.5em;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    color: #000;
    z-index: 0; }
  .searchform input {
    border: none;
    height: 30px;
    line-height: 30px; }
  .searchform input[type="submit"] {
    width: 40px;
    float: right;
    background-color: transparent;
    text-indent: -9999px;
    padding: 0;
    position: relative;
    z-index: 1;
    outline: none;
    border-left: 1px solid #e5e5e5; }
  .searchform input[type="submit"]:focus, .searchform input[type="submit"]:hover {
    outline: none;
    border-left: 1px solid #e5e5e5;
    border-right: none;
    border-top: none;
    border-bottom: none; }
  .searchform input[type="text"] {
    width: calc(100% - 40px);
    float: left;
    padding-right: 10px; }
  .searchform input[type="text"]:focus, .searchform input[type="text"]:hover {
    outline: none;
    border: none; }

.widget_calendar table#wp-calendar {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 1px; }
  .widget_calendar table#wp-calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px; }
  .widget_calendar table#wp-calendar thead th {
    text-align: center; }
  .widget_calendar table#wp-calendar tbody td {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 6px 5px; }
  .widget_calendar table#wp-calendar tfoot #next {
    text-align: right; }
  .widget_calendar table#wp-calendar caption {
    text-align: left; }

.widget_znews-twitter-widget .news-twitter-item {
  margin-bottom: 19px; }
  .widget_znews-twitter-widget .news-twitter-item .item-content a {
    color: #d4d434 !important; }

.feature-work .feature-work-wrapper {
  margin: 11px -10px 50px 0; }
  .feature-work .feature-work-wrapper li {
    display: inline-block;
    vertical-align: top;
    width: 83px;
    margin: 0 7px 10px 0;
    padding: 0; }
  .feature-work .feature-work-wrapper li + li {
    border: none; }
  .feature-work .feature-work-wrapper li:before {
    display: none; }
  .feature-work .feature-work-wrapper li a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .feature-work .feature-work-wrapper li a:hover img {
    opacity: 0.7; }

.cms-recent-post .cms-recent-post-wrapper {
  padding: 20px 0 30px; }
  .cms-recent-post .cms-recent-post-wrapper li {
    margin: 0 0 30px;
    border: none;
    padding: 0;
    overflow: hidden; }
  .cms-recent-post .cms-recent-post-wrapper li + li {
    border: none; }
  .cms-recent-post .cms-recent-post-wrapper li:before {
    display: none; }
  .cms-recent-post .cms-recent-post-wrapper li .cms-recent-media {
    float: left;
    width: 83px;
    margin: 0 17px 0 0; }
  .cms-recent-post .cms-recent-post-wrapper li .cms-recent-media .image a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all ease 0.5s;
    -khtml-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
    .cms-recent-post .cms-recent-post-wrapper li .cms-recent-media .image a:hover img {
      opacity: 0.7; }
  .cms-recent-post .cms-recent-post-wrapper li .cms-recent-details {
    overflow: hidden; }
  .cms-recent-post .cms-recent-post-wrapper li .cms-recent-details .title {
    margin: -7px 0 14px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px; }
    .cms-recent-post .cms-recent-post-wrapper li .cms-recent-details .title a {
      text-decoration: none;
      color: #252525;
      -webkit-transition: all ease 0.5s;
      -khtml-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
    .cms-recent-post .cms-recent-post-wrapper li .cms-recent-details .title a:hover {
      color: #d4d434; }
  .cms-recent-post .cms-recent-post-wrapper li .cms-recent-details .post-info span {
    display: block;
    color: #b7b7b7;
    font-style: italic;
    font-size: 12px;
    line-height: 14px; }

.woocommerce .button, .woocommerce a.added_to_cart, .woocommerce .form-submit input[type="submit"] {
  border: 1px solid #252525 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.2em !important;
  font-weight: bold !important;
  background-color: rgba(0, 0, 0, ) !important;
  color: #252525 !important;
  padding: 11px 20px !important;
  border-radius: 0 !important;
  -webkit-transform: transition(all 0.5);
  -khtml-transform: transition(all 0.5);
  -moz-transform: transition(all 0.5);
  -ms-transform: transition(all 0.5);
  -o-transform: transition(all 0.5);
  transform: transition(all 0.5);
  margin-top: 10px !important; }
  .woocommerce .button:hover, .woocommerce a.added_to_cart:hover, .woocommerce .form-submit input[type="submit"]:hover, .woocommerce .button:focus, .woocommerce a.added_to_cart:focus, .woocommerce .form-submit input[type="submit"]:focus {
    border-color: #d4d434 !important;
    color: #d4d434 !important;
    background-color: rgba(0, 0, 0, ) !important; }
  .woocommerce .button:active, .woocommerce a.added_to_cart:active, .woocommerce .form-submit input[type="submit"]:active {
    box-shadow: none !important; }
  .woocommerce .button.loading, .woocommerce a.added_to_cart.loading, .woocommerce .form-submit input[type="submit"].loading {
    padding-right: 40px !important; }
  .woocommerce .button.loading:after, .woocommerce a.added_to_cart.loading:after, .woocommerce .form-submit input[type="submit"].loading:after {
    top: auto !important;
    right: 20px !important; }
  .woocommerce .price {
    display: block !important;
    font-size: 16px !important;
    color: #252525 !important; }
  .woocommerce .price del {
    margin-right: 10px !important; }
  .woocommerce .price ins {
    text-decoration: none !important;
    font-weight: initial !important; }
  .woocommerce table.shop_table tbody tr td {
    border-top: none; }
  .woocommerce table.shop_table tfoot tr td, .woocommerce table.shop_table tfoot tr th {
    border-top: none; }

.woocommerce .woocommerce-pagination {
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  float: left;
  width: 100%; }
  .woocommerce .woocommerce-pagination .page-numbers {
    border: none; }
  .woocommerce .woocommerce-pagination .page-numbers li {
    border: none; }
  .woocommerce .woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    color: #252525;
    line-height: 38px;
    margin-right: 4px;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    padding: 0; }
    .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover {
      border-color: #000;
      background-color: none; }

.woocommerce .products .product {
  margin-bottom: 30px;
  border: 1px solid rgba(51, 51, 51, 0.1); }
  .woocommerce .products .product img {
    width: 100%; }
  .woocommerce .products .product .product-info {
    padding: 0 20px 20px 20px; }
  .woocommerce .products .product .product-info a h3 {
    color: #252525; }
    .woocommerce .products .product .product-info a:hover h3, .woocommerce .products .product .product-info a:active h3 {
      color: #d4d434; }
    .woocommerce .products .product .product-info a .price {
      display: block;
      font-size: 16px;
      color: #252525; }
    .woocommerce .products .product .product-info a .price del {
      margin-right: 10px; }
    .woocommerce .products .product .product-info a .price ins {
      text-decoration: none;
      font-weight: initial; }

.woocommerce .shop_table .coupon input[type="text"] {
  width: 200px !important;
  height: 40px;
  line-height: 40px;
  margin-top: 5px !important;
  margin-bottom: 5px !important; }
  .woocommerce .shop_table .coupon .button {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .woocommerce .shop_table .button[name="update_cart"] {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

.single-product .star-rating {
  color: #eabe12; }
  .single-product .star-rating:before {
    color: #eabe12; }
  .single-product .comment-form-rating .stars a {
    color: #eabe12; }
  .single-product .woocommerce-Reviews .comment-form input:not([type="submit"]) {
    display: block;
    width: 100%; }

@media only screen and (max-width: 1919px) {
  .eagleeyes-teams .list-teams .teams-image .num {
    padding: 12px 129px 0 30px; }

  .info .txt-frame .num {
    padding: 12px 70px 0; }
    .info .txt-frame .btn.more {
      left: 80px; }
    .info.right .txt-frame .num {
      padding: 12px 50px 0; }
      .info.right .txt-frame .btn.more {
        left: auto;
        right: 80px; }

  .eagleeyes-fancybox .txt-frame ul li {
    width: 32%; }

  .eagleeyes-blogs .img-frame .txt-holder .images {
    padding: 0; }

  .eagleeyes-pricing .txt-frame .num {
    padding: 12px 89px 0 65px; }
    .eagleeyes-pricing .txt-frame .btn.more {
      right: auto;
      left: 80px; } }

@media only screen and (max-width: 1599px) {
  .eagleeyes-teams .list-teams .team-info .team-info-inner {
    padding: 71px 17px 65px 0; }
    .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li:first-child:after {
      right: -4px; }
    .eagleeyes-teams .list-teams .teams-image .text .num {
      padding: 14px 0 0 95px; }

  .info .txt-frame .num {
    padding: 12px 0 0 45px; }
    .info .txt-frame .btn.more {
      right: auto;
      left: 64px; }
    .info.right .txt-frame .num {
      padding: 12px 35px 0 0; }
    .info.right .txt-frame .btn.more {
      left: auto;
      right: 64px; }

  .eagleeyes-client .client-area {
    margin: 0px; }

  .eagleeyes-portfolio .portfolio-wrap .txt-frame .tild {
    left: calc(50% - 16px); }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .num {
      padding: 12px 0 0 45px; }
    .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .tild {
      left: calc(50% + 16px);
      margin: 0;
      top: 70px; }
    .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .num {
      padding: 12px 45px 0 0; }
    .eagleeyes-fancybox .img-frame .tild {
      left: calc(50% - 35px); }
    .eagleeyes-fancybox.left .img-frame .tild {
      left: calc(50% - 10px); }

  .eagleeyes-testimonials.info .img-frame .slider .mask .slide {
    padding: 30px 35px 79px; }
    .eagleeyes-testimonials.info .img-frame .slider .pagination {
      left: 35px; }

  .eagleeyes-blogs .img-frame .txt-holder .images img {
    display: block;
    width: 100%;
    height: auto; }
    .eagleeyes-blogs .img-frame .txt-holder .images .sub-caption {
      right: -97px; }
    .eagleeyes-blogs .txt-frame .tild {
      left: calc(50% + 16px); }
    .eagleeyes-blogs .txt-frame .num {
      padding: 25px 35px 0 0; }
    .eagleeyes-blogs .txt-frame .btn.more {
      right: 64px;
      left: auto; }
    .eagleeyes-blogs.left .txt-frame .tild {
      left: calc(50% - 12px); }
    .eagleeyes-blogs.left .txt-frame .num {
      padding: 25px 0 0 35px; }
    .eagleeyes-blogs.left .txt-frame .btn.more {
      right: auto;
      left: 64px; }

  .eagleeyes-pricing .txt-pricing .pricing > li .list {
    max-width: 66%; }
    .eagleeyes-pricing .txt-frame .num {
      padding: 25px 89px 0 45px; }
    .eagleeyes-pricing .txt-frame .btn.more {
      right: auto;
      left: 64px; }
    .eagleeyes-pricing.right .txt-frame .tild {
      left: calc(50% + 12px); } }

@media only screen and (max-width: 1399px) {
  .eagleeyes-team .team-info {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 80px;
    display: table;
    width: 100%; }
    .eagleeyes-team .team-info .team-img .text .box {
      bottom: 72px;
      left: 40px; }
      .eagleeyes-team .team-info .team-img .text .box p {
        letter-spacing: 1.9px; }

  .eagleeyes-teams .list-teams .team-info .team-info-inner {
    padding: 40px 17px 77px 0; }
    .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li {
      width: 48.5%; }
      .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li .social-networks li {
        width: auto;
        margin: 0 8px 0 0; }
    .eagleeyes-teams .list-teams .team-info .img-holder .box .txt-box {
      padding: 0 0 0 17px; }
    .eagleeyes-teams .list-teams .teams-image .num {
      padding: 14px 0 0 85px; }

  .info .txt-frame .num {
    padding: 30px 0 0 35px; }
    .info .txt-frame .btn.more {
      right: auto;
      left: 40px; }
    .info.right .txt-frame .num {
      padding: 12px 15px 0 0; }
    .info.right .txt-frame .btn.more {
      left: auto;
      right: 40px; }

  .eagleeyes-portfolio .portfolio-wrap .txt-frame .tild {
    margin: 28px -170px 0px 0px; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .num {
      padding: 30px 0px 0px 35px; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter {
      min-height: 0px;
      padding: 25px 21px 0px; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter li {
      margin: 0px 0px 20px; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more {
      right: auto;
      left: 40px; }

  .eagleeyes-fancybox .txt-frame ul {
    padding: 70px 0 30px; }
    .eagleeyes-fancybox .txt-frame ul li h3 span {
      display: block; }
    .eagleeyes-fancybox .txt-frame ul li h3 i {
      margin: 0 0 10px;
      border: 0; }
    .eagleeyes-fancybox .img-frame .tild {
      top: 50px; }

  .eagleeyes-testimonials.info .txt-frame .tild {
    top: 60px; }
    .eagleeyes-testimonials.info .txt-frame .nume {
      padding: 25px 0 0 30px; }
    .eagleeyes-testimonials.info .txt-frame .btn.more {
      right: auto;
      left: 40px; }
    .eagleeyes-testimonials.info .img-frame .slider {
      padding: 49px 0 70px; }
    .eagleeyes-testimonials.info .img-frame .slider .mask .slide {
      padding: 23px 35px 50px; }
    .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote {
      font-size: 14px;
      line-height: 20px; }
      .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote q {
        margin: 0 0 6px; }
      .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote cite .heading4 {
        margin: 0;
        font-size: 16px;
        line-height: 18px; }
        .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote cite .designation {
          font-size: 12px; }
    .eagleeyes-testimonials.info .img-frame .slider .pagination {
      bottom: 121px; }
    .eagleeyes-testimonials.info.right .txt-frame .tild {
      top: 60px; }

  .eagleeyes-blogs .img-frame .txt-holder {
    margin: 0; }
    .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box {
      max-width: 97%; }
    .eagleeyes-blogs .txt-frame .num {
      padding: 25px 20px 0 0; }
    .eagleeyes-blogs .txt-frame .btn.more {
      right: 40px; }

  .eagleeyes-pricing .txt-pricing .pricing > li {
    width: 31%;
    margin: 0 0 0 1.1%; }
    .eagleeyes-pricing .txt-pricing .pricing > li .list {
      max-width: 100%; }
    .eagleeyes-pricing .txt-pricing .pricing > li .icon {
      width: 160px;
      height: 160px; }
    .eagleeyes-pricing .txt-frame .num {
      padding: 25px 89px 0 35px; }
    .eagleeyes-pricing .txt-frame .btn.more {
      right: auto;
      left: 40px; }

  .portfolio-single main .img {
    margin: 5px 6.1% 0 0; }

  .blog-style-1 article {
    padding: 0 0 20px; } }

@media only screen and (max-width: 1279px) {
  .eagleeyes-team .team-info {
    font-size: 14px;
    line-height: 22px; }
    .eagleeyes-team .team-info .team-img .text {
      padding: 50px 0; }
      .eagleeyes-team .team-info .team-img .text .team-number {
        letter-spacing: 2px; }
      .eagleeyes-team .team-info .team-img .text .team-title {
        top: 184px;
        right: -50px; }
      .eagleeyes-team .team-info .team-img .text .box {
        bottom: 45px; }
        .eagleeyes-team .team-info .team-img .text .box .box-inner {
          margin: 0;
          text-align: center; }
          .eagleeyes-team .team-info .team-img .text .box .box-inner h3 {
            margin: 0 0 7px;
            font-size: 21px;
            line-height: 25px; }
          .eagleeyes-team .team-info .team-img .text .box .box-inner p {
            font-size: 11px;
            letter-spacing: 0; }
      .eagleeyes-team .team-info .team-img .team-image {
        padding: 50px 0; }
    .eagleeyes-team .team-info .team-desc {
      padding: 0 0 0 2.1%; }
      .eagleeyes-team .team-info .team-desc h3 {
        font-size: 30px;
        margin: 0 0 15px;
        line-height: 32px; }
      .eagleeyes-team .team-info .team-desc p {
        margin: 0 0 20px; }
      .eagleeyes-team .team-info .team-desc .team-signature img {
        max-width: 150px; }
    .eagleeyes-team.right .team-info .team-img .text .team-title {
      right: auto;
      left: -50px; }
      .eagleeyes-team.right .team-info .team-desc {
        padding: 0 2.1% 0 0; }

  .eagleeyes-teams .list-teams {
    font-size: 14px;
    line-height: 22px; }
    .eagleeyes-teams .list-teams .team-info .team-info-inner {
      padding: 40px 7px 60px 0; }
      .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li {
        width: 52.5%; }
        .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li:first-child {
          width: 43.5%; }
        .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li h2 {
          font-size: 22px;
          margin: 0 0 7px;
          line-height: 28px; }
        .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li span {
          font-size: 12px;
          margin: 0 0 17px; }
      .eagleeyes-teams .list-teams .team-info .img-holder .box {
        padding: 0 4.6% 0 0; }
        .eagleeyes-teams .list-teams .team-info .img-holder .box .img {
          margin: 0 0 10px; }
        .eagleeyes-teams .list-teams .team-info .img-holder .box .txt-box {
          padding: 0 0 0 10px; }
        .eagleeyes-teams .list-teams .team-info .img-holder .box h3 {
          font-size: 20px;
          line-height: 25px; }
        .eagleeyes-teams .list-teams .team-info .img-holder .box .designation {
          font-size: 12px;
          line-height: 15px; }
    .eagleeyes-teams .list-teams .teams-image .image {
      padding: 50px 0; }
      .eagleeyes-teams .list-teams .teams-image .text {
        padding: 50px 0; }
      .eagleeyes-teams .list-teams .teams-image .text .tild {
        left: calc(50% - 70px); }
      .eagleeyes-teams .list-teams .teams-image .text .num {
        padding: 14px 0 0 61px; }
      .eagleeyes-teams .list-teams .teams-image .text .btn.more {
        bottom: 30px;
        right: 40px; }
    .eagleeyes-teams.left .list-teams .team-info .team-info-inner {
      padding: 40px 0 60px 7px; }

  .info .txt-frame .num {
    padding: 30px 0 0 30px; }
    .info .txt-frame .btn.more {
      bottom: 30px; }
    .info.right .txt-frame .num {
      padding: 12px 30px 0 0; }
      .info.right .txt-frame .btn.more {
        bottom: 30px; }

  .eagleeyes-portfolio .portfolio-wrap .txt-frame .tild {
    display: none; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .num {
      padding: 30px 0px 0px 30px; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter {
      width: 51%;
      padding: 31px 21px 0px 0px; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter li {
      margin: 0px 0px 20px; }
    .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .tild {
      display: none; }
    .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .num {
      padding: 30px 25px 0px 0px; }
    .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .filter {
      width: 51%;
      padding: 31px 0px 0px 21px; }
      .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .filter li {
        margin: 0px 0px 20px; }

  .eagleeyes-fancybox .txt-frame {
    font-size: 14px;
    line-height: 22px; }
    .eagleeyes-fancybox .txt-frame ul {
      padding: 30px 0 0; }
    .eagleeyes-fancybox .txt-frame ul li {
      width: 32.9%;
      font-size: 13px;
      padding: 0 12px 40px 0; }
    .eagleeyes-fancybox .img-frame {
      font-size: 14px;
      line-height: 22px; }
    .eagleeyes-fancybox .img-frame .tild {
      top: 261px;
      left: -93px;
      right: auto; }
    .eagleeyes-fancybox .img-frame .num {
      padding: 12px 30px 0 0;
      letter-spacing: 2px; }
    .eagleeyes-fancybox .img-frame .btn.more {
      bottom: 30px; }

  .eagleeyes-testimonials.info {
    font-size: 14px;
    line-height: 22px; }
    .eagleeyes-testimonials.info .txt-frame .tild {
      top: 271px;
      right: -109px; }
    .eagleeyes-testimonials.info .txt-frame .nume {
      letter-spacing: 2px; }
    .eagleeyes-testimonials.info .txt-frame .btn.more {
      bottom: 30px; }
    .eagleeyes-testimonials.info .img-frame .slider {
      padding: 49px 0 70px; }
    .eagleeyes-testimonials.info .img-frame .slider .mask .slide {
      padding: 23px 35px 50px; }
    .eagleeyes-testimonials.info .img-frame .slider .pagination {
      bottom: 121px; }

  .eagleeyes-blogs {
    font-size: 14px;
    line-height: 22px; }
    .eagleeyes-blogs .img-frame .txt-holder .images {
      width: 53.4%; }
    .eagleeyes-blogs .txt-frame .num {
      padding: 25px 28px 0 0;
      letter-spacing: 2px; }
    .eagleeyes-blogs .txt-frame .btn.more {
      bottom: 30px; }

  .eagleeyes-pricing {
    font-size: 14px;
    line-height: 22px; }
    .eagleeyes-pricing .txt-pricing .pricing {
      padding: 60px 0 0; }
    .eagleeyes-pricing .txt-pricing .pricing > li {
      padding: 45px 15px; }
    .eagleeyes-pricing .txt-pricing .pricing > li .list {
      max-width: 100%; }
    .eagleeyes-pricing .txt-pricing .pricing > li .icon {
      width: 160px;
      height: 160px; }
    .eagleeyes-pricing .txt-frame .num {
      padding: 25px 89px 0 30px; }
    .eagleeyes-pricing .txt-frame .btn.more {
      right: auto;
      left: 40px; } }

@media only screen and (max-width: 1023px) {
  .eagleeyes-team .team-info {
    display: flex;
    flex-direction: column; }
    .eagleeyes-team .team-info .team-img {
      order: 1;
      display: block;
      width: 100%; }
      .eagleeyes-team .team-info .team-img .text {
        width: 100%;
        padding: 40px;
        display: block;
        margin: 0 0 40px;
        background: #252525; }
        .eagleeyes-team .team-info .team-img .text .team-number {
          padding: 0; }
        .eagleeyes-team .team-info .team-img .text .team-title {
          position: static;
          display: block;
          white-space: normal;
          transform: none;
          margin: 0 !important;
          padding: 0 0 20px !important; }
        .eagleeyes-team .team-info .team-img .text .box {
          padding: 0;
          display: block;
          position: static;
          text-align: center; }
          .eagleeyes-team .team-info .team-img .text .box .box-inner h3 {
            margin: 0 0 7px;
            font-size: 21px;
            line-height: 25px; }
            .eagleeyes-team .team-info .team-img .text .box .box-inner p {
              font-size: 11px; }
      .eagleeyes-team .team-info .team-img .team-image {
        right: 0;
        position: absolute;
        padding: 0;
        width: 260px; }
      .eagleeyes-team .team-info .team-img:after {
        display: none; }
    .eagleeyes-team .team-info .team-desc {
      width: 450px;
      padding: 20px 0 0;
      order: 2;
      display: block; }
    .eagleeyes-team.right .team-info .team-img .team-image {
      top: 100%; }
      .eagleeyes-team.right .team-info .team-img .text .team-number {
        padding: 0; }

  .eagleeyes-teams .list-teams {
    display: flex;
    flex-direction: column; }
    .eagleeyes-teams .list-teams .team-info {
      order: 2;
      display: block;
      width: 100%; }
    .eagleeyes-teams .list-teams .teams-image {
      width: 100%;
      display: flex;
      flex-direction: column;
      vertical-align: top;
      order: 1; }
      .eagleeyes-teams .list-teams .teams-image .image {
        display: none; }
      .eagleeyes-teams .list-teams .teams-image .text {
        order: 1;
        margin: 0;
        width: 100%;
        display: flex;
        padding: 25px 0;
        flex-direction: column;
        background: #252525; }
      .eagleeyes-teams .list-teams .teams-image .text .tild {
        order: 2;
        margin: 0 !important;
        padding: 0 0 20px !important;
        position: static;
        display: block;
        white-space: normal;
        transform: none; }
      .eagleeyes-teams .list-teams .teams-image .text .num {
        order: 1;
        padding: 0 10px 10px; }
      .eagleeyes-teams .list-teams .teams-image .text .btn.more {
        order: 3;
        top: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
        max-width: 200px;
        position: relative;
        vertical-align: top;
        left: auto !important;
        right: auto !important; }
      .eagleeyes-teams .list-teams .teams-image:after {
        display: none; }
    .eagleeyes-teams.left .list-teams .teams-image .text .num {
      padding: 0 10px 10px; }
      .eagleeyes-teams.left .list-teams .team-info .img-holder .box:nth-child(even) {
        padding: 0 2.3% 0 0; }
        .eagleeyes-teams.left .list-teams .team-info .img-holder .box:nth-child(odd) {
          padding: 0 0 0 2.3%; }

  .eagleeyes-portfolio .portfolio-wrap {
    display: flex;
    flex-direction: column; }
    .eagleeyes-portfolio .portfolio-wrap .txt-frame {
      order: 1;
      width: 100%;
      display: flex;
      text-align: center;
      flex-direction: column;
      padding: 30px; }
      .eagleeyes-portfolio .portfolio-wrap .txt-frame .tild {
        order: 2;
        display: block;
        position: static;
        white-space: normal;
        transform: none;
        margin: 0px !important;
        padding: 0px 0px 20px !important; }
      .eagleeyes-portfolio .portfolio-wrap .txt-frame .num {
        order: 1;
        padding: 12px 0px 0px; }
      .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter {
        order: 4;
        width: 100%;
        padding: 0px;
        text-align: center; }
      .eagleeyes-portfolio .portfolio-wrap .txt-frame .filter li {
        vertical-align: top;
        display: inline-block;
        margin: 0px 14px 10px 0px; }
      .eagleeyes-portfolio .portfolio-wrap .txt-frame .btn.more {
        display: none; }
    .eagleeyes-portfolio .portfolio-wrap .img-frame {
      order: 2;
      width: 100%;
      display: block; }
    .eagleeyes-portfolio.right .portfolio-wrap {
      display: flex;
      flex-direction: column; }
      .eagleeyes-portfolio.right .portfolio-wrap .txt-frame {
        order: 1;
        width: 100%;
        display: flex;
        text-align: center;
        flex-direction: column;
        padding: 30px; }
      .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .tild {
        display: block; }
      .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .filter {
        order: 4;
        width: 100%;
        padding: 0px;
        text-align: center; }
        .eagleeyes-portfolio.right .portfolio-wrap .txt-frame .filter li {
          vertical-align: top;
          display: inline-block;
          margin: 0px 14px 10px 0px; }

  .eagleeyes-fancybox {
    display: flex;
    flex-direction: column; }
    .eagleeyes-fancybox .txt-frame {
      order: 2;
      display: block;
      width: 100%; }
    .eagleeyes-fancybox .img-frame {
      width: 100%;
      display: flex;
      padding: 40px;
      margin: 0 0 40px;
      text-align: center;
      background: #252525;
      flex-direction: column; }
    .eagleeyes-fancybox .img-frame .tild {
      order: 2;
      position: static;
      display: block;
      white-space: normal;
      transform: none;
      margin: 0;
      padding: 0 0 20px; }
    .eagleeyes-fancybox .img-frame .num {
      order: 1;
      padding: 0 0 10px; }
    .eagleeyes-fancybox .img-frame .btn.more {
      order: 3;
      top: auto;
      bottom: auto;
      display: block;
      margin: 0 auto;
      max-width: 200px;
      position: relative;
      vertical-align: top;
      left: auto !important;
      right: auto !important; }

  .eagleeyes-testimonials.info {
    display: flex;
    flex-direction: column; }
    .eagleeyes-testimonials.info .eagleeyes-txt-frame {
      order: 1;
      width: 100%;
      display: flex;
      padding: 40px;
      text-align: center;
      flex-direction: column; }
    .eagleeyes-testimonials.info .eagleeyes-txt-frame .tild {
      order: 2;
      padding: 5px 0 15px;
      top: 251px;
      right: -109px;
      position: static;
      display: block;
      white-space: normal;
      transform: none;
      padding: 0 0 20px;
      margin: 0; }
    .eagleeyes-testimonials.info .eagleeyes-txt-frame .num {
      order: 1;
      padding: 0 0 10px;
      letter-spacing: 2px; }
    .eagleeyes-testimonials.info .eagleeyes-txt-frame .btn.more {
      order: 3;
      top: auto;
      bottom: auto;
      display: block;
      margin: 0 auto;
      max-width: 200px;
      position: relative;
      vertical-align: top;
      left: auto !important;
      right: auto !important; }
    .eagleeyes-testimonials.info .eagleeyes-txt-frame:after {
      width: 100%; }
    .eagleeyes-testimonials.info .img-frame {
      order: 2;
      width: 100%;
      display: block; }
    .eagleeyes-testimonials.info .img-frame .slider {
      padding: 40px 0 0; }
      .eagleeyes-testimonials.info .img-frame .slider .slide {
        padding: 0 15px 50px; }
      .eagleeyes-testimonials.info .img-frame .slider .pagination {
        bottom: 50px;
        left: 35px; }

  .eagleeyes-blogs, .eagleeyes-blogs.right {
    display: flex;
    flex-direction: column; }
    .eagleeyes-blogs .img-frame, .eagleeyes-blogs.right .img-frame {
      order: 2;
      width: 100%;
      display: block; }
    .eagleeyes-blogs .img-frame .txt-holder, .eagleeyes-blogs.right .img-frame .txt-holder {
      overflow: visible; }
      .eagleeyes-blogs .img-frame .txt-holder .images, .eagleeyes-blogs.right .img-frame .txt-holder .images {
        width: 53.4%; }
    .eagleeyes-blogs .txt-frame, .eagleeyes-blogs.right .txt-frame {
      order: 1;
      width: 100%;
      padding: 40px;
      text-align: left;
      margin: 0 0 40px;
      text-align: center;
      flex-direction: column;
      vertical-align: top;
      position: relative;
      z-index: 1;
      display: flex; }
    .eagleeyes-blogs .txt-frame .tild, .eagleeyes-blogs.right .txt-frame .tild {
      order: 2;
      position: static;
      display: block;
      white-space: normal;
      transform: none;
      margin: 0;
      padding: 0 0 20px; }
    .eagleeyes-blogs .txt-frame .num, .eagleeyes-blogs.right .txt-frame .num {
      order: 1;
      padding: 0 0 10px; }
    .eagleeyes-blogs .txt-frame .btn.more, .eagleeyes-blogs.right .txt-frame .btn.more {
      order: 3;
      top: auto;
      bottom: auto;
      display: block;
      margin: 0 auto;
      max-width: 200px;
      position: relative;
      vertical-align: top;
      left: auto !important;
      right: auto !important; }

  .eagleeyes-pricing {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    padding: 0; }
    .eagleeyes-pricing .txt-pricing {
      order: 2;
      display: block;
      width: 100%;
      text-align: center; }
    .eagleeyes-pricing .txt-pricing .pricing {
      padding: 0;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
      .eagleeyes-pricing .txt-pricing .pricing > li {
        margin: 0 0 0 7px; }
      .eagleeyes-pricing .txt-pricing .pricing > li .list li {
        margin: 0 0 0 7px; }
      .eagleeyes-pricing .txt-pricing .pricing > li .icon {
        height: 100px;
        width: 100px; }
    .eagleeyes-pricing .txt-frame {
      width: 100%;
      display: flex;
      padding: 40px;
      margin: 0 0 40px;
      text-align: center;
      background: #252525;
      flex-direction: column;
      order: 1;
      position: relative; }
    .eagleeyes-pricing .txt-frame .tild {
      position: static;
      display: block;
      white-space: normal;
      transform: none;
      order: 2;
      margin: 0;
      padding: 0 0 20px; }
    .eagleeyes-pricing .txt-frame .num {
      order: 1;
      padding: 0 0 10px;
      letter-spacing: 2px; }
    .eagleeyes-pricing .txt-frame .btn.more {
      order: 3;
      top: auto;
      bottom: auto;
      display: block;
      margin: 0 auto;
      max-width: 200px;
      position: relative;
      vertical-align: top;
      left: auto !important;
      right: auto !important; }

  .portfolio-single main {
    padding: 0 0 30px; }
    .portfolio-single main .img {
      width: 55.8%; } }

@media only screen and (max-width: 767px) {
  .eagleeyes-team .team-info {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column; }
    .eagleeyes-team .team-info .team-img {
      display: block;
      width: 100%; }
      .eagleeyes-team .team-info .team-img h3 {
        font-size: 26px;
        line-height: 26px; }
      .eagleeyes-team .team-info .team-img .text {
        padding: 0;
        width: 100%;
        display: block; }
        .eagleeyes-team .team-info .team-img .text .team-number {
          display: block;
          letter-spacing: 0;
          padding: 25px 10px 10px;
          font-size: 40px;
          line-height: 40px; }
        .eagleeyes-team .team-info .team-img .text .team-title {
          transform: none;
          position: static;
          margin: 0 0 10px;
          letter-spacing: 0; }
        .eagleeyes-team .team-info .team-img .text .box {
          position: static;
          text-align: center; }
          .eagleeyes-team .team-info .team-img .text .box .box-inner {
            text-align: center;
            padding: 0 0 25px; }
          .eagleeyes-team .team-info .team-img .text .box p {
            letter-spacing: 0; }
      .eagleeyes-team .team-info .team-img .team-image {
        padding: 0;
        width: 100%;
        display: block;
        position: static; }
    .eagleeyes-team .team-info .team-desc {
      padding: 0;
      width: 100%; }
      .eagleeyes-team .team-info .team-desc h3 {
        display: block;
        font-size: 26px;
        line-height: 26px;
        margin: 20px 0 22px 15px; }

  .eagleeyes-client .client-area {
    margin: 0 0 25px; }
    .eagleeyes-client .client-area li {
      margin: 0 0 30px;
      width: 100% !important; }
      .eagleeyes-client .client-area li .box .ico {
        min-height: 0;
        margin: 0 0 15px; }
        .eagleeyes-client .client-area li .box .title {
          margin: 0 0 5px; }

  .eagleeyes-teams .list-teams {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column; }
    .eagleeyes-teams .list-teams .team-info {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content {
        padding: 10px;
        order: 1 !important; }
        .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li {
          width: 100%;
          display: block; }
          .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li:first-child {
            width: 100%;
            padding: 0 0 20px; }
            .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li:first-child:after {
              display: none; }
          .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li span {
            margin: 0 0 15px; }
          .eagleeyes-teams .list-teams .team-info .team-info-inner .team-content > li p {
            margin: 0; }
    .eagleeyes-teams .list-teams .teams-image .text .tild {
      transform: none;
      position: static;
      letter-spacing: 0; }
      .eagleeyes-teams .list-teams .teams-image .text .num {
        display: block;
        letter-spacing: 0;
        font-size: 40px;
        line-height: 40px; }
    .eagleeyes-teams.left .list-teams .team-info .team-info-inner {
      padding: 10px; }
      .eagleeyes-portfolio .portfolio-wrap .txt-frame .tild {
        letter-spacing: 0px; }
      .eagleeyes-portfolio .portfolio-wrap .txt-frame .num {
        display: block;
        letter-spacing: 0px;
        font-size: 40px;
        line-height: 40px; }
    .eagleeyes-portfolio .portfolio-wrap .img-frame {
      order: 2;
      width: 100%;
      display: block; }

  .eagleeyes-fancybox {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column; }
    .eagleeyes-fancybox .img-frame {
      text-align: center;
      padding: 25px 0;
      width: 100%;
      order: 1;
      display: flex;
      margin: 0 0 40px;
      background: #252525;
      flex-direction: column; }
    .eagleeyes-fancybox .img-frame .num {
      display: block;
      letter-spacing: 0;
      font-size: 40px;
      line-height: 40px;
      order: 1;
      padding: 0 0 10px; }
    .eagleeyes-fancybox .img-frame .tild {
      order: 2;
      transform: none;
      position: static;
      margin: 0;
      letter-spacing: 0;
      padding: 0 0 20px; }
    .eagleeyes-fancybox .img-frame .btn.more {
      order: 3;
      top: auto;
      bottom: auto;
      display: block;
      margin: 0 auto;
      max-width: 200px;
      position: relative;
      vertical-align: top;
      left: auto !important;
      right: auto !important; }
    .eagleeyes-fancybox .txt-frame {
      display: block;
      width: 100%;
      order: 2; }
    .eagleeyes-fancybox .txt-frame .list-fancybox {
      padding: 20px 0; }
      .eagleeyes-fancybox .txt-frame .list-fancybox li {
        width: 100%;
        padding: 0 0 20px; }

  .eagleeyes-testimonials.info .eagleeyes-txt-frame .tild {
    letter-spacing: 0; }
    .eagleeyes-testimonials.info .eagleeyes-txt-frame .num {
      display: block;
      letter-spacing: 0;
      font-size: 40px;
      line-height: 40px; }

  .eagleeyes-blogs, .eagleeyes-blogs.right {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column; }
    .eagleeyes-blogs .img-frame, .eagleeyes-blogs.right .img-frame {
      width: 100%; }
    .eagleeyes-blogs .img-frame .txt-holder, .eagleeyes-blogs.right .img-frame .txt-holder {
      margin: 0 0 40px;
      overflow: hidden;
      display: flex;
      flex-direction: column; }
      .eagleeyes-blogs .img-frame .txt-holder .images, .eagleeyes-blogs.right .img-frame .txt-holder .images {
        display: block;
        width: 100%;
        overflow: hidden;
        order: 1; }
      .eagleeyes-blogs .img-frame .txt-holder .images .sub-caption, .eagleeyes-blogs.right .img-frame .txt-holder .images .sub-caption {
        display: none; }
      .eagleeyes-blogs .img-frame .txt-holder .txts, .eagleeyes-blogs.right .img-frame .txt-holder .txts {
        display: block;
        width: 100%;
        overflow: hidden;
        order: 2; }
      .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box, .eagleeyes-blogs.right .img-frame .txt-holder .txts .txt-box {
        max-width: 100%;
        text-align: left; }
      .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box h3, .eagleeyes-blogs.right .img-frame .txt-holder .txts .txt-box h3 {
        margin-top: 0; }
      .eagleeyes-blogs .img-frame .txt-holder .txts .txt-box p, .eagleeyes-blogs.right .img-frame .txt-holder .txts .txt-box p {
        margin: 0 0 18px; }
    .eagleeyes-blogs .txt-frame, .eagleeyes-blogs.right .txt-frame {
      text-align: center;
      padding: 25px 0; }
    .eagleeyes-pricing .txt-pricing .pricing > li {
      float: left;
      overflow: hidden; }

  .portfolio-single main .img {
    float: none;
    width: 100%;
    margin: 0 0 20px; }
    .portfolio-single main .text h2 {
      font-size: 20px;
      margin: 0 0 10px; }
      .portfolio-single main .text p {
        margin: 0 0 37px; }
      .portfolio-single main .text dl {
        padding: 34px 0 0; }
    .portfolio-single .masonry-holder .masonry {
      margin: 0; }

  .eagleeyes-portfolio-layout-blog .portfolio-wrap .eagleeyes-portfolio-filter {
    padding: 0 0 20px; }
    .eagleeyes-portfolio-layout-blog .portfolio-wrap .eagleeyes-portfolio-filter li {
      display: block;
      margin: 0 0 8px; }
    .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .grid-sizer {
      width: 100%; }
    .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item {
      width: 100%; }
    .eagleeyes-portfolio-layout-blog .portfolio-wrap .img-area .portfolio-item.add {
      width: 100%; }
    .eagleeyes-portfolio-layout-blog.column1 .portfolio-wrap .img-area .grid-sizer {
      width: 100%; }
    .eagleeyes-portfolio-layout-blog.column1 .portfolio-wrap .img-area .portfolio-item {
      width: 100%; }
    .eagleeyes-portfolio-layout-blog.column2 .portfolio-wrap .img-area .grid-sizer {
      width: 100%; }
    .eagleeyes-portfolio-layout-blog.column2 .portfolio-wrap .img-area .portfolio-item {
      width: 100%; }
    .eagleeyes-portfolio-layout-blog.column3 .portfolio-wrap .img-area .grid-sizer {
      width: 100%; }
    .eagleeyes-portfolio-layout-blog.column3 .portfolio-wrap .img-area .portfolio-item {
      width: 100%; }

  .blog-style-1 article {
    display: flex;
    flex-direction: column; }
    .blog-style-1 article .image, .blog-style-1 article .text {
      width: 100%;
      order: 1;
      display: block; }
    .blog-style-1 article .text {
      order: 2; }
    .blog-style-1 article .title, .blog-style-1 article .sub-caption {
      position: static;
      display: block;
      white-space: normal;
      transform: none;
      display: block;
      padding: 22px 0 12px; }
    .blog-style-1 article .txt {
      max-width: 100%;
      padding: 0; }
    .blog-style-1 article .txt h2 {
      margin: 0 0 13px; }
    .blog-style-1 article .txt p {
      margin: 0 0 12px; }
    .blog-style-1 article:nth-child(even) .txt {
      text-align: left; }

  .eagleeyes-blogs-style-1 .article-holder .article {
    display: flex;
    flex-direction: column; }
    .eagleeyes-blogs-style-1 .article-holder .article .image, .eagleeyes-blogs-style-1 .article-holder .article .text {
      width: 100%;
      order: 1;
      display: block; }
    .eagleeyes-blogs-style-1 .article-holder .article .text {
      order: 2; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .sub-caption {
      position: static;
      display: block;
      white-space: normal;
      transform: none;
      display: block;
      padding: 22px 0 12px; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .txt {
      max-width: 100%;
      padding: 0; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .txt h2 {
      margin: 0 0 13px; }
    .eagleeyes-blogs-style-1 .article-holder .article .text .txt p {
      margin: 0 0 12px; }
    .eagleeyes-blogs-style-1 .article-holder .article:nth-child(even) .text .txt {
      text-align: left; }

  .blog-style-3 .post-sizer {
    width: 100%; }
    .blog-style-3 .post {
      width: 100%; }
    .blog-style-3 .post.add {
      width: 100%; }
    .blog-style-3 .post.add .text-area h3 {
      font-size: 30px;
      line-height: 32px;
      margin: 0 0 23px; }
    .blog-style-3.column2 .post-sizer, .blog-style-3.column2 .post {
      width: 100%; }
    .blog-style-3.column2 .post-sizer.add, .blog-style-3.column2 .post.add {
      width: 100%; }

  .wpb_revslider_element .rev_slider_wrapper .rev_slider .eagleeyes-slideshow {
    flex-direction: column; }
    .wpb_revslider_element .rev_slider_wrapper .rev_slider .eagleeyes-slideshow .tp-parallax-wrap {
      display: block !important;
      position: relative !important; } }

@media only screen and (max-width: 480px) {
  .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item, .eagleeyes-portfolio .portfolio-wrap .img-frame .img-area .portfolio-item.add {
    width: 100%; }

  .eagleeyes-testimonials.info .img-frame .slider {
    background: #fff;
    box-shadow: 0 14px 54px rgba(0, 0, 0, .22);
    margin-bottom: 10px;
    padding-bottom: 20px; }
    .eagleeyes-testimonials.info .img-frame .slider .mask {
      padding: 0; }
      .eagleeyes-testimonials.info .img-frame .slider .mask .slide {
        box-shadow: none; }
        .eagleeyes-testimonials.info .img-frame .slider .mask .slide blockquote {
          width: 100%;
          padding: 0; }
        .eagleeyes-testimonials.info .img-frame .slider .mask .slide .images {
          display: none; }
    .eagleeyes-testimonials.info .img-frame .slider .pagination {
      display: block;
      position: relative;
      width: 100%;
      overflow: hidden;
      bottom: 0;
      left: 12px; }

  .eagleeyes-pricing .txt-pricing .pricing {
    margin: 0; }
    .eagleeyes-pricing .txt-pricing .pricing > li {
      width: 100%;
      padding: 25px 15px;
      margin: 0 0 20px; }
      .eagleeyes-pricing .txt-pricing .pricing > li .list li {
        margin: 0 0 0 7px; }

  .portfolio-single .masonry-holder .masonry {
    padding: 0; }
    .portfolio-single .masonry-holder .masonry li {
      width: 100%; } }

.ef3-gtb-block {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto; }
  .ef3-gtb-block.align-wide {
    max-width: 1100px; }
  .ef3-gtb-block.align-full {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw; }
  .ef3-gtb-block.align-full img {
    width: 100vw; }
  .ef3-gtb-block .alignleft {
    float: left;
    margin: 0 30px 30px 0; }
  [dir="rtl"] .ef3-gtb-block .alignleft {
    float: right;
    margin: 0 0 30px 30px; }
  .ef3-gtb-block .alignright {
    float: right;
    margin: 0 0 30px 30px; }
  [dir="rtl"] .ef3-gtb-block .alignright {
    float: left;
    margin: 0 30px 30px 0; }
  .ef3-gtb-block.ef3-block-separator {
    display: block;
    clear: both; }
  .ef3-gtb-block .blockquote, .ef3-gtb-block blockquote {
    margin-top: 0;
    padding: 0; }
  .ef3-gtb-block .blockquote:before, .ef3-gtb-block blockquote:before {
    display: none; }
  .ef3-gtb-block.wp-block-paragraph p {
    margin-bottom: 30px; }
  .ef3-gtb-block.wp-block-latest-posts, .ef3-gtb-block.wp-block-categories, .ef3-gtb-block.wp-block-archives, .ef3-gtb-block.ef3-block-pullquote {
    margin-bottom: 30px; }

.alignwide {
  max-width: 1100px; }

ul.wp-block-gallery {
  padding-left: 0;
  padding-right: 0; }

.wp-block-heading > * {
  margin-bottom: 30px; }

.wp-block-column .ef3-gtb-block {
  max-width: 100%; }
