    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }
    .container .one-third.column                { width: 300px; }
	.container .one-third.column2                { width: 800px; }
    .container .two-thirds.column               { width: 620px; }
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 720px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,                                       
        .container .one.columns                     { width: 25px; }  
        .container .two.columns                     { width: 70px; }  
        .container .three.columns                   { width: 115px; } 
        .container .four.columns                    { width: 160px; } 
        .container .five.columns                    { width: 205px; } 
        .container .six.columns                     { width: 250px; } 
        .container .seven.columns                   { width: 295px; } 
        .container .eight.columns                   { width: 340px; } 
        .container .nine.columns                    { width: 385px; } 
        .container .ten.columns                     { width: 430px; } 
        .container .eleven.columns                  { width: 475px; } 
        .container .twelve.columns                  { width: 520px; } 
        .container .thirteen.columns                { width: 565px; } 
        .container .fourteen.columns                { width: 610px; } 
        .container .fifteen.columns                 { width: 655px; } 
        .container .sixteen.columns                 { width: 700px; } 

        .container .one-third.column                { width: 220px; } 
                                                                      
        .container .two-thirds.column               { width: 460px; } 
    }
    @media only screen and (max-width: 479px) {
        .container { width: 280px; }
        .container .columns,
        .container .column { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 280px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin-left: 10px !important; margin-right: 10px !important; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 400px; }
    }
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
	.clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;}
    .row:after,
    .clearfix:after {
      clear: both; }
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width !important;
     -moz-transition-property: height, width !important;
      -ms-transition-property: height, width !important;
       -o-transition-property: height, width !important;
          transition-property: height, width !important;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 180px;
    padding: 15px;
    background-color: #333;
    color: #FFF;
}
#modal {
  display: none;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('images/fancybox/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
.fancybox-nav {
    width: 90px;       
}
.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}
.fancybox-nav:hover span {
    opacity: 1;
}
.fancybox-next {
    right: -90px;
}
.fancybox-prev {
    left: -90px;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  box-sizing        : border-box;
}
* {
  margin : 0;
  padding: 0;
}
img {
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing : 0;
}
* {
  border : none;
  outline: 0;
}
:focus{
  outline: 0;
}
* {
  background-color: transparent;
}
li {
  list-style: none;
}
a, a:hover, a:visited, ins, del {
  text-decoration: none;
}
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; 
  content: none;
}
section, article, aside, hgroup, header, footer, nav, figure, figcaption {
  display: block;
}
time, mark {
  display: inline;
}
*:not(.isotope-item):not(.animated):not([class*='fancybox']) {
  -webkit-transition: -webkit-transform 0.5s, color 0.5s, border 0.5s, background 0.5s, opacity 0.5s, top 0.5s, left 0.5s;
  -moz-transition: -moz-transform 0.5s, color 0.5s, border 0.5s, background 0.5s, opacity 0.5s, top 0.5s, left 0.5s;
  -o-transition: -o-transform 0.5s, color 0.5s, border 0.5s, background 0.5s, opacity 0.5s, top 0.5s, left 0.5s;
  -ms-transition: -ms-transform 0.5s, color 0.5s, border 0.5s, background 0.5s, opacity 0.5s, top 0.5s, left 0.5s;
  transition: transform 0.5s, color 0.5s, border 0.5s, background 0.5s, opacity 0.5s, top 0.5s, left 0.5s;
}
body {
  -webkit-transition: none !important;
  -moz-transition   : none !important;
  -o-transition     : none !important;
  -ms-transition    : none !important;
  transition        : none !important;
}
body {
  background: url(images/debut_light.png);
}
.site-header {
  width           : 100%;
  height          : 90px;
  background-color: #fff;
  border-top      : 4px solid #27b6fb;
  border-bottom   : 1px solid #ccc;
  
  position: fixed;
  top     : 0;
  z-index : 1000;
}
body {
  padding-top: 90px;
}
.large-container {
  width : 1060px;
  margin: 0 auto;
  height: 100%
}
.site-logo {
  width    : 30%;
  min-width: 180px;
  float    : left;
  display  : table;
  height   : 100%;
}
.site-logo a {
  display       : table-cell;
  width         : 100%;
  height        : 100%;
  vertical-align: middle;
}
.site-logo img {
  vertical-align: middle;
}
.site-navigation,
.site-navigation ul,
.site-navigation li,
.site-navigation li a {
  height: 100%;
}
.site-navigation {
  text-align: right;
  width     : 80%;
  float     : center;
}
.site-navigation ul {
  display: inline-block;
}
.site-navigation li {
  display     : table;
  float       : left;
  margin-right: 35px;
}
.site-navigation a {
  display       : table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-family   : 'Arial', sans-serif;
  font-weight   : 400;
  font-size     : 12px;
  letter-spacing: 0.08em;
  color         : #919191;
}
.site-navigation li:last-child {
  margin-right: 0;
}
.site-navigation .active-link {
  color: #27b6fb;
}
.site-navigation li a:hover {
  color: #27b6fb; 
}
.small-nav {
  display   : table;
  display   : none;
  float     : right;
  text-align: right;
  height    : 100%;
}
.small-nav div:before {
  content  : 'Меню';
  font-size: 13px;
}
.small-nav div {
  height        : 100%;
  display       : table-cell;
  vertical-align: middle;
  font-family   : 'Open Sans', 'Arial', 'Helvetica', sans-serif;
  font-size     : 14px;
  font-weight   : normal;
  font-style    : normal;
  color         : #838383;
}
.small-nav div:hover {
  cursor: pointer;
  color : #27b6fb;
}
#pageslide {
  background  : #27b6fb;
  border-right: 4px solid #fff;
}
#pageslide a {
  color         : #fff;
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-size     : 14px;
  letter-spacing: 0.07em;
  display       : block;
  height        : 40px;
  line-height   : 40px;
  padding-left  : 10px;
  margin-top    : 4px;
  margin-bottom : 4px;
  background    : rgba(0, 0, 0, 0.2);
}
#pageslide li:first-child a {
  margin-top: 0;
}
#pageslide a:hover {
  background: rgba(255, 255, 255, 1);
  color     : #27b6fb;
}
#pageslide .close-nav {
  background: transparent;
  border: 1px solid #fff;
  margin-top: 16px;
}
.main-banner {
  width        : 1060px;
  margin : 75px auto;
}
.main-banner:after {
  content   : "\0020";
  display   : block;
  height    : 0;
  clear     : both;
  visibility: hidden;
}
.main-banner img {
  display     : block;
  max-width   : 850px;
  margin-right: 40px;
  float       : left;
}
.main-banner .slogan {
  width      : 300px;
  float      : left;
  padding-top: 65px;
}
.main-banner .sub-slogan {
  width     : 600px;
  float     : left;
  margin-top: 15px;
  margin-left: 15px;
}
.main-banner2 .sub-slogan {
  width     : 600px;
  float     : left;
  margin-top: 15px;
  margin-left: 15px;
}
.slogan {
  text-transform: uppercase;
  color         : #27b6fb;
  font-family   : 'Roboto Condensed', 'Arial', sans-serif;
  font-weight   : 400;
  font-size     : 45px;
  line-height   : 50px;
  letter-spacing: 0.05em;
}
.sub-slogan {
  display       : block;
  text-transform: none;
  font-family   : 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight   : 300;
  font-size     : 17px;
  color         : #7a7a7a;
  letter-spacing: 0.08em;
  line-height   : 120%;
}
.macro-block {
  width        : 1060px;
  max-width: 100%;
  margin-left  : auto;
  margin-right : auto;
  margin-bottom: 60px;
}
.macro-block:last-child {
  margin-bottom: 98px;
}
.macro-block-content {
  background                : #fff;
  border-bottom-left-radius : 10px;
  border-bottom-right-radius: 10px;
  border-left               : 1px solid #cac9c9;
  border-right              : 1px solid #cac9c9;
  border-bottom             : 1px solid #cac9c9;
  padding-top               : 60px;
  padding-bottom            : 60px;
}
[class*="macro-block-heading"] {
  text-align    : center;
  background    : #27b6fb;
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 400;
  color         : #fff;
  font-size     : 24px;
  letter-spacing: 0.23em;
  height        : 60px;
  line-height   : 60px;

  border-top-left-radius : 10px;
  border-top-right-radius: 10px;
}
[class*="macro-block-head"] {
  text-align    : center;
  background    : #27b6fb;
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 400;
  color         : #fff;
  font-size     : 24px;
  letter-spacing: 0.23em;
  height        : 60px;
  line-height   : 60px;
}
.filter {
  text-align   : center;
  margin-bottom: 60px;
}
.filter li {
  display       : inline;
  margin-right  : 15px;
}
.filter li,
.filter li a {
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 400;
  font-size     : 14px;
  color         : #919191;
  line-height   : 120%;
  letter-spacing: 0.07em;
}
.filter li:last-child {
  margin-right: 0;
}
.filter .active-filter a {
  background: #27b6fb;
  color     : #fff;
  padding   : 3px 8px;
}
.filter li:not(.active-filter) a:hover {
  color: #27b6fb;
}
.tiles {
  margin-bottom: -20px;
}
.tiles li {
  background   : #fff;
  position     : relative;
  margin-bottom: 20px;
}
.tiles li img {
  opacity: 0.9;
}
.overlay {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: rgba(33, 51, 54, 0.9);
  text-align: center;
  opacity   : 0;
  color     : #fff;
  overflow  : hidden;
  font-size : 0;
}
.overlay:before {
  content       : '';
  display       : inline-block;
  height        : 100%;
  vertical-align: middle;
  margin-right  : -0.25em;
}
.overlay-inner {
  display       : inline-block;
  vertical-align: middle;
  width         : 100%;
}
.zoom-icon {
  position: relative;
  top     : -100px;
}
.zoom-icon span:before {
  content : url(images/zoom-icon.png);
}
.zoom-icon span {
  display: inline-block;
}
.zoom-icon span:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.project-title {
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 700;
  font-size     : 14px;
  letter-spacing: 0.07em;
  margin-top    : 15px;
  margin-bottom : 5px;
  position      : relative;
  left          : -100%;
}
.tags {
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 400;
  font-style    : italic;
  font-size     : 14px;
  letter-spacing: 0.07em;
  position      : relative;
  left          : 100%;
}
.overlay:hover {
  opacity: 1;
}
.overlay:hover .project-title,
.overlay:hover .tags {
  left: 0;
}
.overlay:hover .zoom-icon {
  top: 0;
}
.item-wrap:not(.animated) .overlay,
.item-wrap:not(.animated) a {
  pointer-events: none !important;
  cursor        : default !important;
}
[class*="content-heading"] {
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 600;
  font-size     : 18px;
  letter-spacing: 0.05em;
  color         : #5d5d5d;
  line-height   : 120%;
  margin-bottom : 12px;
}
[class*="content-heading-with-icon"] {
  min-height   : 40px;
  line-height  : 40px;
  margin-bottom: 12px;
}
[class*="content-heading-with-icon"]:before {
  content     : "";
  float       : left;
  margin-right: 10px;
  width       : 40px;
  height      : 40px;
  background  : url('images/icons-sprite.png') no-repeat;
}
.icon-1:before {
  background-position: 0 0;
}
.icon-2:before {
  background-position: -47px 0;
}
.icon-3:before {
  background-position: -92px 0;
}
.icon-4:before {
  background-position: 0 -43px;
}
.icon-5:before {
  background-position: -47px -43px;
}
.icon-6:before {
  background-position: -92px -43px;
}
.basic-text {
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 400;
  font-size     : 14px;
  letter-spacing: 0.05em;
  color         : #aaa7a7;
  line-height   : 25px;
}
[class*="macro-block-heading-sub"] {
  color         : #27b6fb;
  background    : transparent;
  height        : auto;
  line-height   : 120%;
  border-radius : 0;
  margin-top    : 55px;
  margin-bottom : 55px;
  position      : relative;
}
[class*="macro-block-heading-sub"] span {
  display      : inline-block;
  z-index      : 22;
  background   : #fff;
  position     : relative;
  padding-left : 20px;
  padding-right: 15px;
}
[class*="macro-block-heading-sub"]:before {
  content   : "";
  display   : block;
  height    : 1px;
  width     : 100%;
  border-top: 1px solid #d0d0d0;
  position  : absolute;
  top       : 50%;
  z-index   : 1;
}
.full-width-img {
  text-align: center;
}
.full-width-img img {
  max-width : 100%;
}
.process-img {
  padding-top: 10px;
}
.services-details .column,
.services-details .columns {
  margin-top: 35px;
}
.services-details {
  margin-top: -35px;
}
#about-us {
  overflow: hidden;
}
.about-details .column,
.about-details .columns {
  margin-top: 55px;
}
.about-details {
  margin-top: -55px;
}
.team-member {
  background: #fff;
}
.team-member img {
  opacity: 0.9;
}
.team-member figcaption {
  background: #27b6fb;
  border-top: 1px solid #fff;
}
.name-wrap {
  height        : 95px;
  color         : #fff;
  padding-left  : 20px;
  padding-right : 20px;

  display       : table-cell;
  vertical-align: middle;
  width         : 100%;
}
.member-name {
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 600;
  font-size     : 18px;
  letter-spacing: 0.05em;
  line-height   : 120%;
  margin-bottom : 6px;
}
.member-job {
  text-transform: uppercase;
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 400;
  font-size     : 12px;
  letter-spacing: 0.1em;
  line-height   : 120%;
}
.social-list {
  border-top  : 1px solid #fff;
  padding-left: 10px
}
.social-list li {
  display: inline;
}
.social-list li a {
  display      : inline-block;
  height       : 40px;
  line-height  : 40px;
  padding-left : 10px;
  padding-right: 10px;
}
.social-list li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.social-list li a img {
  line-height   : 40px;
  vertical-align: middle;
}
.testimonial-text {
  text-align    : center;
  font-family   : 'Georgia', serif;
  font-size     : 18px;
  font-weight   : 400;
  font-style    : italic;
  letter-spacing: 0.1em;
  line-height   : 32px;
  color         : #aaa7a7;
  margin-bottom : 12px;
}
.testimonial-author {
  text-align    : center;
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 700;
  color         : #555555;
  font-size     : 14px;
  line-height   : 120%;
  letter-spacing: 0.07em;
  margin-bottom : 25px;
}
.slider-pagination {
  text-align: center;
}
.slider-pagination li {
  display      : inline-block;
  margin-left  : 4px;
  margin-right : 4px;
  width        : 10px;
  height       : 10px;
  border-radius: 10px;
  background   : #b8b7b7;
}
.slider-pagination li:hover {
  background: #27b6fb;
  cursor    : pointer;
}
.slider-pagination li.flex-active {
  background: #27b6fb;
  cursor    : default;
}
.arrow-left {
  text-align  : left;
  padding-left: 10px;
  padding-top : 20px;
}
.arrow-left:before {
  content: url(images/arrow-left.png);
}
.arrow-right {
  text-align   : right;
  padding-right: 10px;
  padding-top  : 20px;
}
.arrow-right:before {
  content: url(images/arrow-right.png);
}
.arrow-left:hover,
.arrow-right:hover {
  opacity: 0.6;
  cursor : pointer;
}
.basic-link {
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 400;
  font-size     : 14px;
  letter-spacing: 0.05em;
  line-height   : 25px;
  color: #27b6fb;
}
.basic-link:hover {
  color         : #555;
}
.news img {
  margin-bottom: 18px;
}
.date {
  font-family   : 'Georgia', serif;
  font-weight   : 400;
  font-style    : italic;
  font-size     : 14px;
  letter-spacing: 0.05em;
  line-height   : 25px;
  color         : #27b6fb;
  text-align   : right;
  position     : relative;
}
.date span {
  display      : inline-block;
  z-index      : 22;
  background   : #fff;
  position     : relative;
  padding-left: 12px;
}
.date:before {
  content   : "";
  display   : block;
  height    : 1px;
  width     : 100%;
  border-top: 1px solid #d0d0d0;
  position  : absolute;
  top       : 55%;
  z-index   : 1;
}
.news .basic-text {
  margin-bottom: 10px; 
}
[class*="content-heading-with-divider"] {
  position: relative;
}
[class*="content-heading-with-divider"] span {
  display      : inline-block;
  z-index      : 22;
  background   : #fff;
  position     : relative;
  padding-right: 12px;
}
[class*="content-heading-with-divider"]:before {
  content   : "";
  display   : block;
  height    : 1px;
  width     : 100%;
  border-top: 1px solid #d0d0d0;
  position  : absolute;
  top       : 55%;
  z-index   : 1;
}
.contact .content-heading {
  margin-bottom: 22px;
}
.contact-details-list li {
  margin-bottom: 20px;
  position     : relative;
}
.bold {
  font-weight: 700;
  color      : #5d5d5d;
}
.contact-details-list p {
  line-height: 150%;
  margin-left: 40px;

}
.contact-details-list li:before {
  position   : absolute;
  top        : 4px;
  left       : 0;
}
.phone-icon:before {
  content: url(images/phone-icon.png);
}
.email-icon:before {
  content: url(images/email-icon.png);
  left   : -4px !important;

}
.address-icon:before {
  content: url(images/address-icon.png);
}
.contact-form input:not([type='submit']),
.contact-form textarea {
  border        : 1px solid #cccccc;
  background    : #faf8f7;
  border-radius : 5px;
  font-family   : 'Georgia', serif;
  font-weight   : 400;
  font-style    : italic;
  color         : #aaa7a7;
  letter-spacing: 0.1em;
  font-size     : 14px;
  line-height   : 25px;
  padding-left  : 11px;
  padding-right : 11px;
}
.contact-form input:not([type='submit']):hover,
.contact-form textarea:hover {
  opacity: 0.6;
  cursor : pointer;
}
.contact-form input:not([type='submit']):focus,
.contact-form textarea:focus {
  opacity     : 1;
  border-color: #27b6fb;
}
.contact-form input[type='text'] {
  height       : 35px;
  line-height  : 35px;
  margin-bottom: 20px;
}
.contact-form textarea {
  height        : 215px;
  padding-top   : 5px;
  padding-bottom: 10px;
  margin-bottom : 20px;
}
.note {
  font-family   : 'Georgia', serif;
  font-style    : italic;
  font-weight   : 400;
  color         : #aaa7a7;
  letter-spacing: 0.1em;
  font-size     : 14px;
  line-height   : 100%;
}
.submit {
  text-align: right;
}
.submit button:hover {
  cursor : pointer;
  opacity: 0.8;
}
.square-link {
  display   : inline-block;
  width     : 100px;
  height    : 100px;
  background: #27b6fb;
  text-align: center;
  line-height: 100px;
}
.square-link:hover {
  opacity: 0.7;
}
.square-link:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.square-link img {
  vertical-align: middle;
}
.thin-text {
  font-family   : 'Open Sans', 'Arial', sans-serif;
  font-weight   : 300;
  font-size     : 21px;
  color         : #b4b4b4;
  line-height   : 36px;
  letter-spacing: 0.05em;
}
.social-links .thin-text {
  position: relative;
  top     : -8px;
}
.call-to-action {
  width        : 1060px;
  max-width    : 100%;
  text-align   : center;
  margin-left  : auto;
  margin-right : auto;
  margin-bottom: 60px;
  margin-top   : 70px;
}
.call-to-action .slogan {
  margin-bottom: 15px;
}
.call-to-action .sub-slogan {
  margin-bottom: 30px;
}
.call-to-action .button:hover {
  opacity: 0.8;
}
.call-to-action .note {
  margin-top: 80px;
  font-size : 15px;
}
.call-to-action .note a {
  color: #aaa7a7;
  border-bottom: 1px dotted #aaa7a7;
}
.call-to-action .note a:hover {
  border-bottom: 1px dotted #27b6fb;
  color        : #27b6fb;
}
html.no-cssanimations .call-to-action .note {
  display: none;
}
.site-footer {
  width           : 100%;
  height          : 90px;
  background-color: #fff;
  border-bottom   : 4px solid #27b6fb;
  border-top      : 1px solid #ccc;
  position: fixed;
  left: 0; bottom: 0;
  z-index: 2;
}
.site-footer .large-container {
  height: 85px;
}
.left-element {
  float     : left;
  text-align: left;
}
.right-element {
  float     : right;
  text-align: right;
}
.left-element,
.right-element {
  width         : 50%;
  height        : 85px;
  line-height   : 85px;
}
.site-footer a {
  text-transform: uppercase;
  color         : #919191;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: normal;
  font-size     : 12px;
  letter-spacing: 0.1em;
}
.site-footer a:hover {
  color: #27b6fb;   
}
.go-to-top {
  display      : block;
  width        : 40px;
  height       : 40px;
  background   : rgba(33, 51, 54, 0.2);
  border-radius: 5px;

  line-height: 40px;
  text-align : center;

  position: fixed;
  z-index : 1000;
  bottom  : 20px;
  right   : 20px;
}
.go-to-top:before {
  content : url(images/arrow-up.png);
  position: relative;
  top     : 1px;
}
.go-to-top:hover {
  background: rgba(33, 51, 54, 0.4);
  cursor    : pointer;
}
.portfolio img,
.process-img img,
.office-img img,
.news img,
.team-member img {
  width: 100%;
}
.site-header,
.site-header div,
.site-header nav,
.site-header ul,
.site-header li,
.site-header a,
.site-header img
  {
    -webkit-transition: all 0.5s !important;
    -moz-transition   : all 0.5s !important;
    -o-transition     : all 0.5s !important;
    -ms-transition    : all 0.5s !important;
    transition        : all 0.5s !important;
  }
@media only screen and (min-width: 768px) {

    .site-header.sticky {
      height          : 40px;
      border-top-width: 2px;
    }

    .site-header.sticky .site-logo a {
      opacity: 0;
    }

    .site-header.sticky .site-navigation {
      opacity: 0.5;
    }

    .site-header.sticky .site-navigation:hover {
      opacity: 1;
    }
    
}

@media only screen and (max-width: 1250px) {

    .main-banner .slogan {font-size: 36px; line-height: 45px;}
    .main-banner .sub-slogan {font-size: 24px}
    
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {

    .macro-block,
    .large-container,
    .main-banner    {width: 980px;}

    .main-banner img {width: 720px; margin-right: 30px;}
    .main-banner .slogan {width: 230px; font-size: 36px; line-height: 45px;}
    .main-banner .sub-slogan { width: 200px; font-size: 24px;}
    
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .macro-block,
    .large-container,
    .main-banner {width: 740px;}

    .main-banner img {width: 320px; margin-right: 30px;}
    .main-banner .slogan {width: 290px; font-size: 30px; line-height: 40px;}
    .main-banner .sub-slogan {width: 290px;}

    .site-navigation li {margin-right: 20px;}
    .site-navigation li:last-child {margin-right: 0;}

    .social-links .thin-text {font-size: 14px; letter-spacing: 0.05em; line-height: 24px; top: 0;}
    .social-links .square-link {height: 70px; line-height: 70px;}

    .contact-details-list .basic-text,
    .contact-form input:not([type='submit']),
    .contact-form textarea,
    .contact-form .note {font-size: 12px;}

    .contact-details-list p {margin-left: 30px;}

    .project-title {font-size: 13px; letter-spacing: 0.03em; margin-bottom: 0;}
    .tags {font-size: 12px; letter-spacing: 0.03em;}

    .main-banner .slogan {padding-top: 30px;}

    [class*="content-heading"] {font-size: 14px;}

    .basic-text {font-size: 13px}

    .name-wrap {padding-left: 10px}

    .social-list {padding-left: 0}

    .testimonial-text {font-size: 14px; line-height: 150%;}

    .site-footer a {font-size: 11px}
}

@media only screen and (max-width: 767px) {

    #work-process,
    .site-navigation {display: none;}

    .team-member,
    .news-post {margin-bottom: 40px}

    .team-member:last-child {margin-bottom: 0}
    .news-post:last-child {margin-bottom: 0}

    .arrow-left,
    .arrow-right {display: none !important;}

    .social-links .thin-text {text-align: center; margin: 20px 0}

    .go-to-top {width: 30px; height: 30px; line-height: 30px; bottom: 10px; right: 10px; border-radius: 3px;}

    .main-banner .slogan,
    .main-banner .sub-slogan {text-align: center;}

    .site-header {height: 40px !important; border-top-width: 2px !important;}
    .site-header .site-logo img {max-height: 20px !important}
    .site-logo img {position: relative; top: -4px;}
    body {padding-top: 40px;}
    .main-banner {margin-top: 40px; margin-bottom: 40px;}
    .slogan {padding-top: 20px !important;}

    .site-header.sticky .large-container {opacity: 0.5}

    .testimonial-text {font-size: 14px; line-height: 24px;}

    .small-nav {display: table;}

    #pageslide a {font-size: 11px; height: 25px; line-height: 25px; letter-spacing: 0.1em; }
}

@media only screen and (max-width: 479px) {

    .macro-block,
    .large-container,
    .main-banner {width: 300px;}

    .main-banner img {width: 300px; margin-right: 0px;}
    .main-banner .slogan {width: 300px;} 
    .main-banner .sub-slogan {width: 300px;} 
    .site-footer .large-container {background: none;}

    ul.tiles.container,
    .tiles .one-third.column {max-width: 280px;}

    .team-members-wrap {
      width: 220px !important;
      margin-left : auto !important;
      margin-right: auto !important;
    }

    .team-member {width: 220px !important;}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .macro-block,
    .large-container,
    .main-banner {width: 440px;}

    .main-banner img {width: 420px; margin-right: 0px;}
    .main-banner .slogan {width: 420px;}
    .main-banner .sub-slogan {width: 420px;}

    .tiles .one-third.column {width: 190px; margin-left: 10px; margin-right: 10px;}
    .team-member {
      width       : 190px !important;
      margin-left : 10px !important;
      margin-right: 10px !important;
    }

    .recent-posts-wrap,
    .news-post {
      width       : 600px !important;
      margin-left : auto !important;
      margin-right: auto !important;
    }

    .contact-form input:not([type='submit']),
    .contact-form textarea {
      margin-left : 0px !important;
      margin-right: 0px !important;
    }

    .contact-details-list {margin-bottom: 50px !important}

    .project-title {font-size: 12px; letter-spacing: 0.03em; margin-bottom: 0; margin-top: 5px;}
    .tags {font-size: 12px; letter-spacing: 0.03em;}

}