/* =========================================================================

    Project: Mattbuild
    Author: XHTMLized
    Last updated: Mon Sep 28 2015 12:30:00

    1. Normalize
    2. Slider
    3. Customselect
    4. Base
    5. Utilities
    6. Layout
    7. Wordpress
    8. Sections
    9. Buttons
    10. Animations

   ========================================================================= */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.footer .container:after,
.section-alsosee .container:after,
.section-alsoseebig .container:after,
.section-instagram .instagram-list:after,
.project-item:after,
.news-list:after,
.team-founders:after,
.page-news .container:after,
.page-single-news .container:after,
.page-single-news .news-main:after,
.wpcf7-radio:after,
.contact-form:after,
.contact-form .interest-in:after,
.contact-list .container:after,
.about-us-part:after,
.image-right:after,
.pull-left:after,
.pull-right:after,
.project-single-part:after,
.testimonial-container:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 100;
}

/* mouse grab icon */

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Styling Next and Prev buttons */

.owl-next,
.owl-prev {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background: rgba(153, 153, 153, 0.5);
  transition: all 250ms ease-in-out, opacity 250ms ease-in-out;
}

@media screen and (max-width: 767px) {
  .owl-next,
  .owl-prev {
    width: 30px;
  }

}

.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.owl-theme .owl-controls .owl-buttons span {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-next {
  right: -60px;
}

.owl-prev {
  left: -60px;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page:first-child span {
  margin-left: 0;
}

.owl-theme .owl-controls .owl-page.active span {
  color: #b2361a;
  border-bottom: 1px solid #b2361a;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 0 6px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  font-size: 13px;
  font-weight: 400;
  line-height: 10px;
}

.owl-theme .owl-controls .owl-page span.owl-numbers:hover {
  color: #b2361a;
  border-bottom: 1px solid #b2361a;
}

/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}

.owl-pagination {
  position: absolute;
  position: absolute;
  bottom: -30px;
}

.slider-container:hover .owl-next,
.slider-container:focus .owl-next {
  right: 0;
}

.slider-container:hover .owl-prev,
.slider-container:focus .owl-prev {
  left: 0;
}

.project-single-part .slider-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.owl-carousel.no-slider {
  display: block;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */

.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
}

/* Styles that apply to all SelectBoxIt elements */

.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */

.selectboxit-container .selectboxit {
  width: 100%;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 51px;
  line-height: 51px;
  display: block;
}

/* Focus pseudo selector */

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default;
}

/* Button Text */

.selectboxit-text {
  text-indent: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */

.selectboxit-container .selectboxit-options {
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  padding: 0 10px;
}

/* Individual options */

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
  border-top: 1px solid #f1f1ec;
}

/* Individual Option Hover Action */

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */

.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 9px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */

/* The first Drop Down option optgroup */

.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */

/* Drop Down optgroup headers */

.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */

.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */

.selectboxit-arrow-container {
  /* Positions the down arrow */
  background-image: url("../img/ico-arrowdown.png");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  width: 20px;
  height: 10px !important;
  right: 15px;
  top: 20px;
  pointer-events: none;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .selectboxit-arrow-container {
    background-image: url("../img/ico-arrowdown@2x.png");
    background-size: 20px 10px;
  }

}

.selectboxit-open .selectboxit-arrow-container {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Drop Down down arrow */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */

.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/

.selectboxit-btn {
  background-color: #fff;
  transition: box-shadow 250ms ease-in-out;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
}

.selectboxit-list {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #b2361a;
  background: none;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

ul.selectboxit-options.selectboxit-list:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 0px;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  font-family: "proxima-nova", "Arial", "Helvetica Neue", Helvetica, serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  height: 100%;
  color: #4c4c4c;
}

a {
  color: #EF4C23;
  text-decoration: none;
}

a:hover {
  color: #EF4C23;
  text-decoration: underline;
}

h3 {
  font-size: 20px;
}

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

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

.align-center {
  text-align: center;
}

.transition-on {
  transition: all 250ms ease-in-out;
}

a {
  transition: all 250ms ease-in-out;
}

.pagination {
  clear: both;
  margin: 40px 0;
  text-align: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .pagination li {
    margin: 0;
  }

}

.pagination li.active a {
  color: #b2361a;
  border-color: #b2361a;
}

.pagination li a,
.pagination li .page-numbers {
  display: table;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #4c4c4c;
  border: 1px solid transparent;
  border-radius: 100px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}

.pagination li a span,
.pagination li .page-numbers span {
  display: table-cell;
  vertical-align: middle;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a.current,
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus,
.pagination li .page-numbers.current {
  color: #b2361a;
  border-color: #b2361a;
}

.pagination li a.dots,
.pagination li .page-numbers.dots {
  padding-top: 12px;
}

.pagination li a.dots:hover,
.pagination li a.dots:focus,
.pagination li a.dots.current,
.pagination li .page-numbers.dots:hover,
.pagination li .page-numbers.dots:focus,
.pagination li .page-numbers.dots.current {
  color: #4c4c4c;
  border-color: transparent;
}

.pagination .btn-prev,
.pagination a[rel="prev"],
.pagination .btn-next,
.pagination a[rel="next"] {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 5px;
}

.wrapper {
  overflow: hidden;
}

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

.appear-animation {
  transition: -webkit-transform 700ms ease-in-out, opacity 700ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 700ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.appear-animation.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

::-webkit-input-placeholder {
  color: #4c4c4c;
}

:-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}

::-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #4c4c4c;
}

.rounded_img {
  position: relative;
  border-radius: 290px;
}

.admin-bar .full-hero:after {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .full-hero:after {
    top: 46px;
  }

}

.admin-bar .header {
  top: 40px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 50px;
  }

}

.admin-bar .header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header.fixed {
    top: 46px;
  }

}

@media screen and (max-width: 600px) {
  .admin-bar .header.fixed {
    top: 0;
  }

}

/* Hide visually but not from screen readers */

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */

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

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/* Container */

.container {
  position: relative;
  width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.container.narrow {
  width: 100%;
  max-width: 660px;
}

@media screen and (max-width: 1060px) {
  .container {
    width: 100%;
  }

}

/* Header */

.header {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  height: 60px;
  z-index: 998;
  padding: 0;
  transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
}

.header.fixed {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.header.fixed .site-name {
  width: 200px;
  height: 36px;
  top: 11px;
}

.header.fixed .site-name span {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header.fixed .site-name span {
    background-image: url("../img/logo@2x.png");
    background-size: 200px 36px;
  }

}

.site-name {
  width: 285px;
  height: 52px;
  top: 4px;
  transition: all 250ms ease-in-out;
}

.site-name span {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 250ms ease-in-out;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site-name span {
    background-image: url("../img/logo@2x.png");
    background-size: 285px 52px;
  }

}

@media screen and (max-width: 767px) {
  .site-name {
    width: 200px;
    height: 36px;
    top: 11px;
  }

  .site-name span {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
  }

}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .site-name span {
    background-image: url("../img/logo@2x.png");
    background-size: 200px 36px;
  }

}

/* Navigation */

body.navopen {
  overflow: hidden;
}

body.navopen .nav-fullscreen {
  top: 0;
  opacity: .95;
}

.nav-fullscreen {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background: #b2361a;
  font-weight: 300;
  opacity: 0;
  z-index: 999;
  text-align: center;
  overflow-y: scroll;
  transition: all 250ms ease-in-out;
}

@media screen and (max-width: 1060px) {
  .nav-fullscreen {
    padding-top: 60px;
  }

}

.nav-fullscreen.open {
  top: 0;
}

.nav-fullscreen ul {
  list-style: none;
  font-size: 50px;
  margin: 0;
  padding: 0;
}

.nav-fullscreen ul li {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .nav-fullscreen ul {
    font-size: 30px;
  }

}

.nav-fullscreen a {
  display: block;
  color: #fff;
  padding: 4px 0;
}

.nav-fullscreen a:hover {
  text-decoration: none;
  font-weight: 400;
}

/* Content */

.content.page-contact {
  margin-top: 0;
}

.full-hero {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.full-hero.half {
  height: 50%;
  min-height: 50%;
}

.full-hero.half .full-hero-content h2 {
  font-size: 70px;
  line-height: 84px;
  letter-spacing: -0.04em;
  font-weight: 300;
}

@media screen and (max-width: 960px) {
  .full-hero.half .full-hero-content h2 {
    font-size: 70px;
    line-height: 80px;
  }

}

@media screen and (max-width: 767px) {
  .full-hero.half .full-hero-content h2 {
    font-size: 40px;
    line-height: 50px;
  }

}

.full-hero.half .full-hero-content h2 strong {
  font-weight: 600;
}

.full-hero.half:after {
  height: 50%;
}

.full-hero:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .40;
  z-index: 10;
}

.full-hero img {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.single-wp-light-projects .full-hero.half {
  height: 700px;
  min-height: 700px;
}

@media screen and (max-width: 767px) {
  .single-wp-light-projects .full-hero.half {
    height: 50%;
    min-height: 50%;
  }

}

.single-wp-light-projects .full-hero.half:after {
  display: none;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.full-hero-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.full-hero-content h2 {
  color: #fff;
  font-size: 100px;
  line-height: 115px;
}

@media screen and (max-width: 960px) {
  .full-hero-content h2 {
    font-size: 70px;
    line-height: 80px;
  }

}

@media screen and (max-width: 767px) {
  .full-hero-content h2 {
    font-size: 40px;
    line-height: 50px;
  }

}

.vertical-center {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 50;
}

/* Sidebar */

.page-sidebar {
  color: #4c4c4c;
}

.page-sidebar a {
  color: #4c4c4c;
}

.page-sidebar h3 {
  color: #b2361a;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-sidebar ul li {
  margin: 10px 0;
}

.search-box {
  position: relative;
  padding: 5px;
  border: 1px solid #999;
  margin-bottom: 30px;
}

.search-box input[type="text"],
.search-box input[type="search"] {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  border: 0;
  font-size: 14px;
  color: #999;
  outline: none;
  padding: 10px 45px 10px 10px;
  box-sizing: border-box;
}

.search-box input[type="submit"] {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-image: url("../img/ico-search.png");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-color: #fff;
  border: none;
  outline: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-box input[type="submit"] {
    background-image: url("../img/ico-search@2x.png");
    background-size: 25px 25px;
  }

}

.category-list,
.authors-list {
  margin-bottom: 30px;
}

.category-list li:before,
.authors-list li:before {
  content: '>';
  margin-right: 7px;
}

/* Footer */

.footer {
  width: 100%;
  clear: both;
  color: #fff;
  background: #4c4c4c;
  padding: 40px 0 10px 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0 10px 0;
  }

}

.footer p {
  margin: 5px 0;
  font-weight: 300;
}

.footer a {
  color: #fff;
  font-weight: 300;
}

.footer a:hover,
.footer a:focus {
  color: #fff;
}

.footer h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.footer-logo,
.footer-nav,
.footer-contact,
.footer-social {
  float: left;
}

@media screen and (max-width: 767px) {
  .footer-logo,
  .footer-nav,
  .footer-contact,
  .footer-social {
    display: none;
  }

}

.footer-logo {
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 100%;
    text-align: center;
  }

}

.footer-nav,
.footer-contact,
.footer-social {
  width: 23.5%;
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .footer-nav,
  .footer-contact,
  .footer-social {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }

}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  margin: 5px 0;
}

.footer-tools {
  text-align: center;
  clear: both;
}

.copyrights {
  clear: both;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #999;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .copyrights {
    text-align: center;
  }

}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

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

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

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

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

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.section-about {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  color: #4c4c4c;
  padding: 122px 0;
}

.section-about h3 {
  color: #b2361a;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.section-about p {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 960px) {
  .section-about {
    padding: 35px 0;
  }

}

@media screen and (max-width: 767px) {
  .section-about {
    font-size: 17px;
    line-height: 25px;
  }

  .section-about p {
    margin: 0 0 25px 0;
  }

}

.section-specialise {
  text-align: center;
  font-size: 25px;
  color: #fff;
  padding: 136px 0;
  background-size: 100% auto;
}

@media screen and (max-width: 1200px) {
  .section-specialise {
    background-size: auto;
  }

}

.section-specialise h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.section-specialise ul {
  padding: 0;
  margin: 0;
}

.section-specialise ul li {
  display: block;
  margin: 10px 0;
}

@media screen and (max-width: 960px) {
  .section-specialise {
    padding: 35px 0;
  }

}

@media screen and (max-width: 767px) {
  .section-specialise {
    font-size: 17px;
    line-height: 25px;
  }

  .section-specialise p {
    margin: 0 0 25px 0;
  }

}

.section-recentprojects {
  padding: 70px 0;
}

@media screen and (max-width: 960px) {
  .section-recentprojects {
    padding: 35px 0;
  }

}

.section-recentprojects h3 {
  color: #b2361a;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.section-recentprojects img {
  display: block;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  -webkit-transform: translateZ(0) scale(1.12) rotate(0.001deg);
  transform: translateZ(0) scale(1.12) rotate(0.001deg);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 100;
  position: relative;
}

.section-recentprojects a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-recentprojects a:hover img {
  -webkit-transform: translateZ(0) scale(1) rotate(0.001deg);
  transform: translateZ(0) scale(1) rotate(0.001deg);
}

.section-recentnews {
  background: #f2f1ec;
  padding: 60px 0;
}

@media screen and (max-width: 960px) {
  .section-recentnews {
    padding: 35px 0;
  }

}

.section-recentnews h3 {
  color: #b2361a;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.section-recentnews .news-author img {
  border-radius: 25px;
}

.section-gotquestion {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  padding: 100px 0;
  background-size: 100% auto;
}

@media screen and (max-width: 960px) {
  .section-gotquestion {
    padding: 35px 0;
  }

}

@media screen and (max-width: 1200px) {
  .section-gotquestion {
    background-size: auto;
  }

}

.section-gotquestion p {
  margin: 5px 0 50px 0;
  font-weight: 300;
}

.section-gotquestion h3 {
  font-size: 35px;
  line-height: 44px;
  margin: 0 0 20px 0;
}

.section-alsosee {
  background: #dcdcd6;
  padding: 30px 0 60px 0;
  text-align: center;
}

.section-alsosee a {
  color: #b2361a;
}

.section-alsosee img {
  display: block;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  -webkit-transform: translateZ(0) scale(1.12) rotate(0.001deg);
  transform: translateZ(0) scale(1.12) rotate(0.001deg);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  margin: 0 auto;
}

.section-alsosee h3 {
  color: #b2361a;
  margin-bottom: 35px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section-alsosee .alsosee-img {
  overflow: hidden;
}

.section-alsosee .alsosee-item {
  display: block;
  width: 32%;
  background: #fff;
  padding: 20px;
  float: left;
  margin-left: 2%;
}

.section-alsosee .alsosee-item h4 {
  color: #b2361a;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .section-alsosee .alsosee-item h4 {
    text-align: center;
  }

}

.section-alsosee .alsosee-item:first-child {
  margin-left: 0;
}

.section-alsosee .alsosee-item:hover img {
  -webkit-transform: translateZ(0) scale(1) rotate(0.001deg);
  transform: translateZ(0) scale(1) rotate(0.001deg);
}

@media screen and (max-width: 767px) {
  .section-alsosee .alsosee-item {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }

}

.section-alsoseebig {
  background: #f2f1ec;
  padding: 50px 0;
  font-size: 25px;
  line-height: 35px;
}

.section-alsoseebig a {
  color: #4c4c4c;
}

.section-alsoseebig .alsoseebig-header {
  margin-top: -10px;
}

.section-alsoseebig h3 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b2361a;
  letter-spacing: 0.10em;
}

.section-alsoseebig h4 {
  color: #4c4c4c;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
  margin: 0;
}

.section-alsoseebig:first-child {
  float: left;
}

.section-instagram {
  padding: 70px 0 100px 0;
  background: #b2361a;
}

@media screen and (max-width: 960px) {
  .section-instagram {
    padding: 35px 0;
  }

}

.section-instagram #sb_instagram img {
  margin: 0 auto !important;
}

.section-instagram h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.section-instagram h3 .ico-instagram {
  margin-right: 25px;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .section-instagram h3 .ico-instagram {
    display: block;
    margin: 0 auto 5px auto;
  }

}

.section-instagram h3 span {
  display: inline-block;
  vertical-align: middle;
}

.section-instagram .instagram-list {
  display: inline-block;
  text-align: center;
  font-size: 0;
}

.section-instagram .instagram-item {
  width: 160px;
  height: 160px;
  display: inline-block;
  margin: 3px;
}

.section-instagram .instagram-item img {
  display: block;
}

/* Project List Homepage */

.project-item {
  position: relative;
  background: #f2f1ec;
  margin-bottom: 40px;
  overflow: hidden;
}

.archive .project-item{
  float: left;
  height: 0;
  width: 49%;
  padding-bottom: 32.66%;
  margin-right: 2%;
}

@media (min-width:769px){
  .project-item:nth-child(2n+2){
    margin-right: 0;
  }
}

@media (min-width:640px) and (max-width:768px){
  .archive .project-item{
    width: 49%;
    margin-right: 2%;
    padding-bottom: 32.66%;
  }
  .project-item:nth-child(2n+2){
    margin-right: 0;
  }
}

@media (max-width: 639px){
  .archive .project-item{
    float: none;
    height: 0;
    padding-bottom: 66.66%;
    margin-right: 0;
    width: 100%;
  }
}

.project-item h4 {
  font-size: 35px;
  color: #b2361a;
  margin: 15px 0 25px 0;
}

@media screen and (max-width: 767px) {
  .project-item h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }

  .project-item p {
    margin: 5px 0 15px 0;
  }
  .projects-page div.project-desc {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.project-desc {
  width: 34%;
  float: left;
  padding: 25px 35px 90px 45px;
  font-size: 17px;
  line-height: 35px;
}

@media screen and (max-width: 960px) {
  .project-desc {
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }

}

@media screen and (max-width: 767px) {
  .project-desc {
    padding: 20px;
  }

}

.project-img {
  width: 66%;
  float: right;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .project-img {
    width: 100%;
    float: none;
  }

}

.project-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .project-img img {
    width: 100%;
  }

}

/* News List Home Page */

.news-list {
  margin-bottom: 50px;
}

.news-item {
  position: relative;
  width: 32%;
  float: left;
  padding: 20px 2% 110px 2%;
  background: #fff;
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .news-item {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    padding: 20px 20px 75px 20px;
  }

}

.news-item:first-child {
  margin-left: 0;
}

.news-header,
.news-author,
.news-short {
  padding: 0 4px;
}

.news-author img {
  border-radius: 72px;
}

.news-author img.alignnone {
  margin: 0 10px 0 0;
}

.news-author a {
  color: #999;
}

.news-header {
  color: #b2361a;
  font-size: 20px;
  line-height: 30px;
  margin: 5px 0 10px 0;
}

.news-header a {
  color: #b2361a;
}

.news-short {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 18px;
}

.news-short p {
  margin-top: 5px;
}

.news-img {
  text-align: center;
  overflow: hidden;
}

.news-img img {
  display: block;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  -webkit-transform: translateZ(0) scale(1.12) rotate(0.001deg);
  transform: translateZ(0) scale(1.12) rotate(0.001deg);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}

.news-img a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.news-img a:hover img {
  -webkit-transform: translateZ(0) scale(1) rotate(0.001deg);
  transform: translateZ(0) scale(1) rotate(0.001deg);
}

.news-author {
  color: #999;
  position: absolute;
  bottom: 20px;
}

.news-author img,
.news-author span {
  display: inline-block;
  vertical-align: middle;
}

.news-author img {
  margin-right: 10px;
}

/* Team Page */

.team-founders {
  text-align: center;
}

.team-founder {
  width: 40.5%;
  float: right;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .team-founder {
    width: 100%;
    float: none;
  }

}

.team-founder h4 {
  font-size: 35px;
  color: #b2361a;
  margin: 0;
  margin-bottom: 10px;
}

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

.team-founder:first-child {
  float: left;
}

.founder-desc {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.founder-desc p {
  margin: 0;
}

.founder-img {
  margin-bottom: 15px;
}

.founder-img img {
  border-radius: 300px;
}

.team-page,
.single-page {
  margin-top: 150px;
  text-align: center;
}

.team-page .main-info,
.single-page .main-info {
  font-size: 25px;
  color: #4c4c4c;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .team-page .main-info,
  .single-page .main-info {
    font-size: 17px;
    line-height: 22px;
  }

}

.team-page h2,
.single-page h2 {
  font-size: 70px;
  line-height: 80px;
  color: #b2361a;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .team-page h2,
  .single-page h2 {
    font-size: 40px;
    line-height: 50px;
  }

}

.team-page h3,
.single-page h3 {
  font-size: 20px;
  color: #b2361a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 40px;
}

.team-list {
  background: #dcdcd6;
  padding: 60px 0;
  text-align: center;
  margin-top: 40px;
}

.team-member {
  display: inline-block;
  width: 19%;
  margin: 0 6.5% 60px 6.5%;
}

@media screen and (max-width: 767px) {
  .team-member {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
  }

}

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

.team-member-img {
  margin-bottom: 20px;
}

.team-member-img img {
  border-radius: 200px;
}

.team-member-name {
  font-size: 20px;
  font-weight: 400;
  color: #b2361a;
  margin: 0;
  line-height: 20px;
}

.team-member-desc {
  color: #6d6e70;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

/* Project List */

.projects-page {
  margin-top: 30px;
}

.projects-page .project-item {
  position: relative;
  margin-bottom: 30px;
}

.projects-page .project-item img {
  display: block;
}

.projects-page .project-item a {
  text-decoration: none;
}

.projects-page .project-item a .short-desc {
  color: #4c4c4c;
}

.projects-page .project-desc {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px 30px 20px 30px;
  background: rgba(242, 241, 236, 0.9);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .projects-page .project-desc {
    position: relative;
    bottom: auto;
    left: auto;
    background: #f2f1ec;
  }

}

.projects-page .project-desc h3 {
  font-size: 33px;
  color: #b2361a;
  margin: 0 0 10px 0;
}

.projects-page .short-desc {
  display: none;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  overflow: hidden;
}

.projects-page .short-desc p {
  margin: 0;
}

.projects-page .project-item .rollover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
}

.projects-page .project-item a:hover .rollover {
  opacity: 1;
}

/* News */

.page-news {
  margin-top: 120px;
}

.page-news h2 {
  font-size: 50px;
  margin: 0 0 40px 0;
  text-align: center;
  color: #b2361a;
}

.page-news-list {
  width: 74.5%;
  float: left;
}

@media screen and (max-width: 767px) {
  .page-news-list {
    width: 100%;
    float: none;
  }

}

.news-big-item {
  background: #f2f1ec;
}

.page-sidebar {
  width: 23.5%;
  float: right;
}

@media screen and (max-width: 767px) {
  .page-sidebar {
    width: 100%;
    float: none;
  }

}

.news-big-item {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
}

.news-big-item h3 {
  font-size: 33px;
  margin: 0 0 20px 0;
}

.news-big-item .news-info {
  padding: 25px 30px 65px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news-big-item .news-info {
    padding: 20px 20px 75px 20px;
  }

}

.page-single-news {
  margin-top: 120px;
}

.page-single-news h2 {
  font-size: 50px;
  margin: 0 0 40px 0;
  text-align: center;
  color: #b2361a;
}

.news-hero {
  text-align: center;
}

.news-hero img {
  display: block;
  margin: 0 auto;
}

.page-single-news .news-main {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-single-news .news-main {
    margin-top: 25px;
  }

}

.page-single-news .news-author {
  position: relative;
  bottom: auto;
  width: 15%;
  float: left;
  text-align: center;
}

.page-single-news .news-author .pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-single-news .news-author {
    width: 100%;
    float: none;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .page-single-news .news-author .pagination {
    display: block;
  }

}

.page-single-news .news-author a {
  color: #b2361a;
}

.page-single-news .news-author p {
  margin: 0;
}

.page-single-news .news-author-img {
  margin-bottom: 20px;
}

.page-single-news .news-author-name {
  color: #b2361a;
  font-size: 22px;
}

.page-single-news .news-content {
  width: 74.5%;
  float: right;
  font-size: 17px;
  line-height: 22px;
  color: #4c4c4c;
}

@media screen and (max-width: 767px) {
  .page-single-news .news-content {
    width: 100%;
    float: none;
  }

  .page-single-news .news-content .pagination {
    display: none;
  }

}

.page-single-news .news-meta h3 {
  margin: 0 0 10px 0;
  font-size: 33px;
  color: #b2361a;
}

.page-single-news .news-meta .news-date,
.page-single-news .news-meta .news-category {
  display: inline-block;
  font-weight: 300;
}

.page-single-news .news-meta .news-date span,
.page-single-news .news-meta .news-category span {
  color: #b2361a;
  font-weight: 400;
}

.page-single-news .news-meta .news-date {
  margin-right: 15px;
}

.page-single-news .entry-container {
  font-weight: 300;
}

.page-single-news .entry-container h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  margin: 10px 0;
}

/* Contact */

.wpcf7-radio {
  display: block;
}

.contact-form {
  background: #f1f1ec;
  color: #4c4c4c;
  font-size: 17px;
  padding: 30px 0;
}

.contact-form h3 {
  color: #b2361a;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.contact-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-form .container {
  max-width: 490px;
  width: 100%;
}

.contact-form .interest-in {
  margin: 15px 0;
  font-weight: 300;
}

.contact-form .interest-in p {
  margin: 15px 0;
  padding: 0;
}

.contact-form .interest-in li,
.contact-form .interest-in .wpcf7-list-item {
  display: block;
  float: left;
  width: 33.3%;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .contact-form .interest-in li,
  .contact-form .interest-in .wpcf7-list-item {
    width: 100%;
    float: none;
  }

}

.contact-form .interest-in label,
.contact-form .interest-in input[type="radio"],
.contact-form .interest-in .wpcf7-list-item-label {
  cursor: pointer;
}

.contact-form .interest-in input[type="radio"] {
  display: none;
}

.contact-form .interest-in label {
  position: relative;
  padding-left: 30px;
}

.contact-form .interest-in label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 10px;
}

.contact-form .interest-in .wpcf7-list-item-label:before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/input-empty.png");
  background-repeat: no-repeat;
  left: 2px;
  top: 0.03em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact-form .interest-in .wpcf7-list-item-label:before {
    background-image: url("../img/input-empty@2x.png");
    background-size: 20px 20px;
  }

}

.contact-form .interest-in input[type=radio]:checked + label:before {
  content: "\2022";
  color: #b2361a;
  font-size: 53px;
  text-align: center;
  line-height: 11px;
}

.contact-form .interest-in input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-image: url("../img/input-checked.png");
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact-form .interest-in input[type=radio]:checked + .wpcf7-list-item-label:before {
    background-image: url("../img/input-checked@2x.png");
    background-size: 20px 20px;
  }

}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 15px;
  color: #4c4c4c;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  transition: box-shadow 250ms ease-in-out;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  padding-right: 45px;
}

@media screen and (min-width: 0\0) {
  .contact-form select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    padding-right: 15px;
  }

}

.contact-form .select-wrapper {
  position: relative;
}

.contact-form .select-wrapper:after {
  display: none;
  background-image: url("../img/ico-arrowdown.png");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  width: 20px;
  height: 10px;
  right: 15px;
  top: 23px;
  pointer-events: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact-form .select-wrapper:after {
    background-image: url("../img/ico-arrowdown@2x.png");
    background-size: 20px 10px;
  }

}

@media screen and (min-width: 0\0) {
  .contact-form .select-wrapper:after {
    display: none;
  }

}

.contact-form .btn-submit {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

.contact-form .wpcf7-form-control-wrap.interest-in label {
  padding-left: 0;
}

.contact-form .wpcf7-form-control-wrap.interest-in label:before {
  display: none;
}

.contact-form .wpcf7-form-control-wrap.interest-in .wpcf7-list-item-label {
  padding-left: 25px;
}

.contact-form .wpcf7-mail-sent-ok {
  display: none !important;
}

.form-message {
  text-align: center;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .form-message {
    padding: 10px 0;
  }

}

.form-message h3 {
  margin: 0 0 25px 0;
  font-size: 33px;
  line-height: 43px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}

.form-message p {
  margin-bottom: 50px;
}

.contact-list {
  color: #4c4c4c;
  padding: 40px 0 60px 0;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .contact-list {
    padding: 25px 0;
  }

}

.contact-list p {
  margin: 0;
}

.contact-list .talk-with-us {
  width: 23.5%;
  float: left;
}

.contact-list .talk-with-us a {
  color: #4c4c4c;
}

@media screen and (max-width: 767px) {
  .contact-list .talk-with-us {
    width: 100%;
    float: none;
    margin: 0 0 25px 0;
  }

}

.contact-list .visit-us {
  position: relative;
  float: left;
  width: 19%;
  margin-left: 17%;
}

@media screen and (max-width: 767px) {
  .contact-list .visit-us {
    width: 100%;
    float: none;
    margin: 25px 0 0 0;
  }

}

.contact-list .socialise-with-us {
  position: relative;
  float: left;
  width: 23.5%;
  margin-left: 17%;
}

@media screen and (max-width: 767px) {
  .contact-list .socialise-with-us {
    width: 100%;
    float: none;
    margin: 25px 0 0 0;
  }

}

.contact-list .socialise-with-us a {
  display: block;
  color: #4c4c4c;
}

.contact-list .talk-with-us h3,
.contact-list .visit-us h3,
.contact-list .socialise-with-us h3 {
  color: #b2361a;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

/* About Us */

.contactus-circle {
  position: relative;
  text-align: center;
  background: #c4c4c4;
  border-radius: 100%;
  padding: 40px 30px;
  color: #fff;
  width: 507px;
  height: 507px;
  margin: 128px auto;
  overflow: hidden;
  z-index: 901;
}

.contactus-circle .wrapper-table {
  position: relative;
  display: table;
  height: 100%;
}

.contactus-circle .vertical-align {
  position: relative;
  z-index: 5;
}

.contactus-circle .fill-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b2361a;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  transition: -webkit-transform 900ms ease-in;
  transition: transform 900ms ease-in;
}

.contactus-circle .fill-animation.animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .contactus-circle {
    border-radius: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

}

.contactus-circle h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
}

.contactus-circle p {
  margin: 0 0 35px 0;
}

.about-us-page {
  font-weight: 300;
}

.about-us-page .slogan {
  color: #b2361a;
  line-height: 35px;
  font-size: 25px;
  text-align: center;
  padding: 0 100px;
  margin: 60px 0 100px 0;
}

@media screen and (max-width: 767px) {
  .about-us-page .slogan {
    padding: 0;
  }

}

.about-us-part {
  margin: 0 0 50px 0;
  transition: -webkit-transform 700ms ease-in-out, opacity 700ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 700ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.about-us-part.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .about-us-part {
    margin: 0 0 15px 0;
  }

}

.about-us-part img {
  max-width: none;
}

@media screen and (max-width: 960px) {
  .about-us-part img {
    max-width: 100%;
  }

}

.about-us-part h3 {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  color: #b2361a;
  margin: 0 0 5px 0;
}

@media screen and (max-width: 767px) {
  .about-us-part h3 {
    font-size: 30px;
    line-height: 40px;
  }

}

.about-us-part p {
  font-size: 17px;
  line-height: 22px;
  color: #4c4c4c;
  margin: 0;
}

.about-us-part.pre-const .gray-line {
  width: 198px;
  right: -220px;
}

.about-us-part.pre-const .gray-line:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -74px;
  width: 1px;
  height: 75px;
  background: #dcdcd6;
}

.about-us-part.pre-const .pull-left img {
  float: right;
  margin: 80px 0;
}

@media screen and (max-width: 960px) {
  .about-us-part.pre-const .pull-left img {
    float: none;
    margin: 25px 0;
  }

}

.about-us-part.pre-const .pull-right {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .about-us-part.pre-const .pull-right {
    padding: 0;
  }

}

.about-us-part.during .gray-line {
  width: 230px;
  left: -240px;
}

.about-us-part.during .pull-left img {
  position: relative;
  right: 152px;
  border-radius: 570px;
}

@media screen and (max-width: 960px) {
  .about-us-part.during .pull-left img {
    right: auto;
  }

}

.about-us-part.during .about-us-part-content {
  padding-left: 17.34%;
}

@media screen and (max-width: 767px) {
  .about-us-part.during .about-us-part-content {
    padding: 0;
  }

}

.about-us-part.during .pull-right {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .about-us-part.during .pull-right {
    padding: 0;
  }

}

.about-us-part.complete .gray-line {
  width: 320px;
  right: -340px;
}

.about-us-part.complete .pull-left {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .about-us-part.complete .pull-left {
    padding: 0;
  }

}

.about-us-part.complete .about-us-part-content {
  max-width: 52.04%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about-us-part.complete .about-us-part-content {
    max-width: none;
  }

}

.image-right img {
  float: right;
}

@media screen and (max-width: 960px) {
  .image-right img {
    float: none;
  }

}

.pull-left {
  position: relative;
  width: 49%;
  float: left;
}

.pull-right {
  position: relative;
  width: 49%;
  float: right;
}

.gray-line {
  position: absolute;
  height: 1px;
  background: #dcdcd6;
  top: 50%;
  margin-top: -1px;
  z-index: 50;
}

@media screen and (max-width: 767px) {
  body .pull-left,
  body .pull-right {
    width: 100%;
    float: none;
    margin: 20px 0;
    text-align: center;
  }

}

/* Project Single */

.project-single-part {
  margin-bottom: 60px;
  transition: -webkit-transform 700ms ease-in-out, opacity 700ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 700ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.project-single-part.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .project-single-part {
    margin-bottom: 25px;
  }

}

.project-single-part img {
  max-width: none;
}

@media screen and (max-width: 960px) {
  .project-single-part img {
    max-width: 100%;
  }

}

.project-single-part h3 {
  font-size: 33px;
  color: #b2361a;
  margin: 0;
}

.project-single-part p {
  margin: 0 0 15px 0;
  line-height: 22px;
}

.project-meta {
  padding: 50px 0 40px;
}

@media screen and (max-width: 767px) {
  .project-meta {
    padding: 25px 0;
  }

}

.project-meta h2 {
  color: #b2361a;
  font-size: 60px;
  line-height: 70px;
  margin: 0 0 15px 0;
  letter-spacing: -0.04em;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .project-meta h2 {
    font-size: 35px;
    line-height: 45px;
  }

}

.project-meta p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  .project-meta p {
    font-size: 17px;
    line-height: 27px;
  }

}

.project-meta .pull-left {
  width: 68%;
  padding-right: 10.5%;
  border-right: 1px solid #b2361a;
}

@media screen and (max-width: 767px) {
  .project-meta .pull-left {
    width: 100%;
    padding: 0;
    border: 0;
  }

}

.project-meta .pull-right {
  width: 23.5%;
}

@media screen and (max-width: 767px) {
  .project-meta .pull-right {
    width: 100%;
  }

}

.project-meta .spec-item {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.project-meta .spec-item strong {
  display: block;
  color: #b2361a;
  font-weight: 400;
}

.single-template-1 .project-brief {
  background: #f1f1ec;
  padding: 70px 0 90px 0;
}

@media screen and (max-width: 767px) {
  .single-template-1 .project-brief {
    padding: 25px 0;
  }

}

.single-template-1 .project-brief .pull-left {
  width: 40.5%;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .single-template-1 .project-brief .pull-left {
    width: 100%;
    padding: 0;
  }

}

.single-template-1 .project-brief .pull-right {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .single-template-1 .project-brief .pull-right {
    width: 100%;
  }

}

.single-template-1 .project-solution .pull-left img {
  position: relative;
  right: 150px;
}

@media screen and (max-width: 1060px) {
  .single-template-1 .project-solution .pull-left img {
    right: 200px;
  }

}

@media screen and (max-width: 960px) {
  .single-template-1 .project-solution .pull-left img {
    right: auto;
  }

}

.single-template-1 .project-details .pull-left {
  width: 40.5%;
}

@media screen and (max-width: 767px) {
  .single-template-1 .project-details .pull-left {
    width: 100%;
  }

}

.single-template-1 .project-details .pull-left p {
  margin-bottom: 40px;
}

.single-template-1 .project-details .pull-left img {
  position: relative;
  right: 200px;
}

@media screen and (max-width: 960px) {
  .single-template-1 .project-details .pull-left img {
    right: auto;
  }

}

.single-template-1 .project-details .pull-right {
  width: 57.5%;
}

@media screen and (max-width: 767px) {
  .single-template-1 .project-details .pull-right {
    width: 100%;
  }

}

.single-template-1 .project-included .pull-left {
  width: 66%;
}

@media screen and (max-width: 1060px) {
  .single-template-1 .project-included .pull-left img {
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .single-template-1 .project-included .pull-left {
    width: 100%;
  }

}

.single-template-1 .project-included .pull-right {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .single-template-1 .project-included .pull-right {
    width: 100%;
  }

}

.single-template-1 .project-included ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-template-1 .project-included li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

.single-template-1 .project-included li:before {
  content: '\2013\00a0';
  position: absolute;
  left: 2px;
}

@media screen and (max-width: 767px) {
  .single-template-1 .project-included li:before {
    content: '';
  }

}

.single-template-2 .project-brief {
  background: #f1f1ec;
  padding: 70px 0 90px 0;
}

@media screen and (max-width: 767px) {
  .single-template-2 .project-brief {
    padding: 25px 0;
  }

}

.single-template-2 .project-brief .pull-left {
  width: 40.5%;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .single-template-2 .project-brief .pull-left {
    width: 100%;
    padding: 0;
  }

}

.single-template-2 .project-brief .pull-right {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .single-template-2 .project-brief .pull-right {
    width: 100%;
  }

}

.single-template-2 .project-solution .pull-left img {
  position: relative;
  right: 150px;
}

@media screen and (max-width: 1060px) {
  .single-template-2 .project-solution .pull-left img {
    right: 200px;
  }

}

@media screen and (max-width: 960px) {
  .single-template-2 .project-solution .pull-left img {
    right: auto;
  }

}

.single-template-2 .project-details .pull-left {
  width: 40.5%;
}

@media screen and (max-width: 767px) {
  .single-template-2 .project-details .pull-left {
    width: 100%;
  }

}

.single-template-2 .project-details .pull-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-template-2 .project-details .pull-left img {
  position: relative;
  right: 140px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .single-template-2 .project-details .pull-left img {
    right: auto;
  }

}

.single-template-2 .project-details .pull-right {
  width: 57.5%;
}

.single-template-2 .project-details .pull-right p {
  padding-right: 130px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .single-template-2 .project-details .pull-right {
    width: 100%;
  }

}

.single-template-2 .project-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-template-2 .project-details li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

.single-template-2 .project-details li:before {
  content: '\2013\00a0';
  position: absolute;
  left: 2px;
}

@media screen and (max-width: 767px) {
  .single-template-2 .project-details li {
    padding-left: 0;
  }

  .single-template-2 .project-details li:before {
    content: '';
  }

}

.single-template-2 .project-included .pull-left {
  width: 23.5%;
}

.single-template-2 .project-included .pull-left img {
  position: relative;
  right: 165px;
}

@media screen and (max-width: 1060px) {
  .single-template-2 .project-included .pull-left img {
    max-width: 100%;
    right: auto;
  }

}

@media screen and (max-width: 767px) {
  .single-template-2 .project-included .pull-left {
    width: 100%;
  }

}

.single-template-2 .project-included .pull-right {
  width: 74.5%;
}

@media screen and (max-width: 767px) {
  .single-template-2 .project-included .pull-right {
    width: 100%;
  }

}

.single-template-2 .project-included ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-template-2 .project-included li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

.single-template-2 .project-included li:before {
  content: '\2013\00a0';
  position: absolute;
  left: 2px;
}

@media screen and (max-width: 767px) {
  .single-template-2 .project-included li {
    padding-left: 0;
  }

  .single-template-2 .project-included li:before {
    content: '';
  }

}

.testimonials {
  background: #b2361a;
  color: #fff;
  padding: 40px 0 60px 0;
}

.testimonials h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-container.center {
  text-align: center;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .testimonial-container.center {
    padding: 0;
  }

}

.testimonial-container .pull-left {
  text-align: center;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .testimonial-container .pull-left {
    width: 100%;
  }

}

.testimonial-container img {
  position: relative;
  border-radius: 180px;
}

.testimonial-container .pull-right {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .testimonial-container .pull-right {
    width: 100%;
  }

}

.testimonial-container .testimonial-content {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .testimonial-container .testimonial-content {
    font-size: 25px;
    line-height: 35px;
  }

}

.cta-contact {
  padding: 70px 0;
  text-align: center;
  background: #f2f1ec;
}

.cta-contact .container {
  padding: 0 10%;
}

@media screen and (max-width: 1060px) {
  .cta-contact .container {
    padding: 0 20px;
  }

}

.cta-contact h3 {
  font-size: 34px;
  line-height: 44px;
  margin: 0 0 25px 0;
  color: #b2361a;
}

.cta-contact p {
  margin: 0 0 45px 0;
}

.alsoseebig-img {
  display: inline-block;
  overflow: hidden;
}

.alsoseebig-img img {
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  -webkit-transform: translateZ(0) scale(1.12) rotate(0.001deg);
  transform: translateZ(0) scale(1.12) rotate(0.001deg);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  margin: 0 auto;
}

.alsoseebig-item {
  width: 49%;
  float: right;
}

.alsoseebig-item:first-child {
  float: left;
}

.alsoseebig-item a:hover img {
  -webkit-transform: translateZ(0) scale(1) rotate(0.001deg);
  transform: translateZ(0) scale(1) rotate(0.001deg);
}

@media screen and (max-width: 767px) {
  .alsoseebig-item {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    text-align: center;
  }

  .alsoseebig-item:first-child {
    float: none;
  }

  .alsoseebig-item h4 {
    text-align: center;
  }

}

.page-notfound {
  padding-top: 100px;
}

.btn-closenav {
  position: absolute;
  display: block;
  width: 28px;
  height: 27px;
  background-image: url("../img/btn-closenav.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  right: 20px;
  top: -60px;
  z-index: 1000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-closenav {
    background-image: url("../img/btn-closenav@2x.png");
    background-size: 28px 27px;
  }

}

@media screen and (max-width: 1060px) {
  .btn-closenav {
    top: -40px;
  }

}

.btn-menu {
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: 0;
  bottom: 0;
  background: #b2361a;
  width: 60px;
  height: 60px;
  transition: all 500ms ease-in-out;
}

.ico-menu {
  position: relative;
  left: 17px;
  top: 28px;
}

.ico-menu span,
.ico-menu span:before,
.ico-menu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 25px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out;
}

.ico-menu span:before {
  top: -9px;
}

.ico-menu span:after {
  bottom: -9px;
}

body.navopen .btn-menu {
  background: none;
}

body.navopen .ico-menu span {
  background: none;
}

body.navopen .ico-menu span:before,
body.navopen .ico-menu span:after {
  top: 0;
}

body.navopen .ico-menu span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.navopen .ico-menu span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-viewprojects {
  font-size: 20px;
}

a.btn-simple,
a[rel="prev"],
a[rel="next"],
input.btn-simple,
.btn-simple {
  display: inline-block;
  padding: 12px 38px;
  border: 2px solid;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  background: none;
}

a.btn-simple.red,
a[rel="prev"].red,
a[rel="next"].red,
input.btn-simple.red,
.btn-simple.red {
  border-color: #b2361a;
  color: #b2361a;
}

a.btn-simple.red:hover,
a.btn-simple.red:focus,
a[rel="prev"].red:hover,
a[rel="prev"].red:focus,
a[rel="next"].red:hover,
a[rel="next"].red:focus,
input.btn-simple.red:hover,
input.btn-simple.red:focus,
.btn-simple.red:hover,
.btn-simple.red:focus {
  background: #b2361a;
  color: #fff;
}

a.btn-simple.white,
a[rel="prev"].white,
a[rel="next"].white,
input.btn-simple.white,
.btn-simple.white {
  border-color: #fff;
  color: #fff;
}

a.btn-simple.white:hover,
a.btn-simple.white:focus,
a[rel="prev"].white:hover,
a[rel="prev"].white:focus,
a[rel="next"].white:hover,
a[rel="next"].white:focus,
input.btn-simple.white:hover,
input.btn-simple.white:focus,
.btn-simple.white:hover,
.btn-simple.white:focus {
  background: #fff;
  color: #b2361a;
}

a[rel="prev"],
a[rel="next"] {
  border-color: #b2361a;
  color: #b2361a;
}

a[rel="prev"]:hover,
a[rel="prev"]:focus,
a[rel="next"]:hover,
a[rel="next"]:focus {
  background: #b2361a;
  color: #fff;
}

a.btn-viewproject {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 30px;
  left: 45px;
}

@media screen and (max-width: 960px) {
  a.btn-viewproject {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 15px;
  }

}

.btn-moreprojects {
  margin: 0 auto;
}

.ico-prev,
.ico-next {
  display: block;
  width: 16px;
  height: 29px;
  margin: 0 auto;
}

.ico-prev {
  background-image: url("../img/ico-prev.png");
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ico-prev {
    background-image: url("../img/ico-prev@2x.png");
    background-size: 16px 29px;
  }

}

.ico-next {
  background-image: url("../img/ico-next.png");
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ico-next {
    background-image: url("../img/ico-next@2x.png");
    background-size: 16px 29px;
  }

}

.ico-arrowup {
  width: 20px;
  height: 11px;
  background-image: url("../img/ico-arrowup.png");
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 5px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ico-arrowup {
    background-image: url("../img/ico-arrowup@2x.png");
    background-size: 20px 11px;
  }

}

.ico-instagram {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 40px;
  background-image: url("../img/ico-instagram.png");
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ico-instagram {
    background-image: url("../img/ico-instagram@2x.png");
    background-size: 42px 40px;
  }

}

.btn-backtotop {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 30px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn-backtotop {
    margin: 0 0 10px 0;
  }

}

.btn-fblike,
.btn-tweet {
  display: inline-block;
  text-align: center;
  max-width: 65px;
  width: 100%;
  background: #4d70a8;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.btn-fblike:hover,
.btn-fblike:focus,
.btn-tweet:hover,
.btn-tweet:focus {
  color: #fff;
}

.btn-fblike {
  margin-right: 15px;
}

.btn-tweet {
  background: #00bbf2;
}

.btn-scrolldown {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -21px;
  display: inline-block;
  width: 46px;
  height: 25px;
  background-image: url("../img/btn-scrolldown.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  z-index: 50;
  transition: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-scrolldown {
    background-image: url("../img/btn-scrolldown@2x.png");
    background-size: 46px 25px;
  }

}

/* Send Button */

.btn-submit {
  position: relative;
}

.btn-submit .content {
  position: relative;
  z-index: 10;
}

.btn-submit .progress {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.btn-submit .progress-inner {
  position: absolute;
  left: 0;
  background: #fff;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0.9;
  transition: width 500ms linear;
  z-index: 5;
}

.btn-submit.animate .progress-inner {
  width: 100%;
}

.line-container {
  position: absolute;
  top: 192px;
  height: 1px;
  width: 1px;
}

.about-page-line {
  position: absolute;
  width: 708px;
  height: 1988px;
  z-index: 900;
  left: -12px;
  top: 0;
}

.about-page-line circle {
  fill: #b2371c;
}

@media screen and (max-width: 1023px) {
  .about-page-line {
    display: none;
  }

}

.st0 {
  fill: none;
  stroke: #b2371c;
  stroke-width: 2;
  visibility: visible;
}

.st0.animate {
  transition: stroke-dashoffset 1s ease-in-out;
  visibility: visible;
}

/*# sourceMappingURL=main.css.map */


