/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

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

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,th {
  padding: 0;
}

button,html,input,select,textarea {
  color: #333;
  font-family: sans-serif;
}

html {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e1df;
  margin: 1em 0;
  padding: 0;
}

audio,canvas,img,video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.cf:after,.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

html {
  box-sizing: border-box;
}

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

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

a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a:focus {
  outline: 0;
}

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

.list-unstyled {
  padding: 0;
  margin: 0;
}

.list-unstyled li {
  display: block;
}

.list-inline {
  padding: 0;
  margin: 0;
}

.list-inline li {
  display: inline-block;
}

body {
  font-family: 'Open Sans',sans-serif;
  color: #6e6a6a;
  font-size: 13px;
  font-weight: 400;
}

.browsehappy {
  position: fixed;
  z-index: 9000;
  background: #ff3140;
  font-size: 18px;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  margin: 0;
  padding: 10px;
}

.browsehappy a {
  color: #ff0;
}

h2 {
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
}

.header {
 background:#FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500; 
  border-bottom: solid 1px #eee;
}

.logo {
  padding-top: 0; position:absolute;  margin:0 auto; left:0;  right:0; width:340px; top:6px;
}
.logoimg { width:340px;}
.scrspy li:nth-child(3) { margin-right:345px;}
.scrspy li:nth-child(1), .scrspy li:nth-child(4) { }

.banner {
  min-height: 660px;
  background: url(../img/banner.jpg) no-repeat;
  text-align: center;
}

.banner p {
  font-size: 48px;
  color: #fff;
  margin-top: 20%;
  font-weight: 400;
}

.banner p span {
  display: block;
  font-size: 56px;
  font-weight: 600;
}

.banner p span span {
  font-weight: 700;
}

.who {
  padding: 30px 0;
  background: #fefefe;
}

.who h2 {
  color: #5c5c5c;
  font-size: 37px;
  font-weight: 300;
  line-height: 44px;
}

.who h2 span {
  font-size: 44px;
  display: block;
}

.what {
  text-align: center;
  background: #5c5c5c;
  color: #fff;
  padding: 60px 0;
}

.what h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
}

.what h3:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 25%;
}

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

.pnav {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.pnav li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border-right: 1px solid #918f90;
  margin-bottom: 1px;
}

.pnav li:last-child {
  border-right: 0;
}

.pnav li a {
  display: block;
  color: #fff;
  background: #231f20;
  padding: 14px;
  text-decoration: none;
}

.pnav li a:hover,.pnav li.current a {
  background: #008457;
}

.proj-items {
  padding: 50px 0;
}

.proj-items .item {
  float: left;
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 25px;
}

.proj-items .item img {
  max-width: 100%;
}

.lmore {
  display: inline-block;
  color: #fff;
  background: #231f20;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 18px;
  text-decoration: none;
}
footer .scrspy li:nth-child(3) { margin-right:0 !important;}
.lmore:hover {
  background: #008457;
}
.item img {border: 1px solid #eee}
.designs_hidden { display:none;}

.client {
  text-align: center;
  padding: 40px 0;
}

.client .clnt {
  margin: 0;
  padding: 15px 0 0;
}

.client .clnt li {
  float: left;
  height: 170px;
  width: 16.666666%;
  padding: 10px;
  position: relative;
  display: block;
}

.client .clnt li div {
  display: table;
  height: 150px;
  width: 100%;
  background: #ece6e8;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.client .clnt li div:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.client .clnt li figure {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}

.client .clnt li figure img {
  max-width: 100%;
}

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

.contact .fwrap {
  padding: 20px 0;
}

.contact input[type=text],.contact textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  height: 38px;
  padding: 0 15px;
  background: #f8fdfd;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'Open Sans',sans-serif;
}

.contact input[type=text]:focus,.contact input[type=text]:hover,.contact textarea:focus,.contact textarea:hover {
  outline: 0;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.contact textarea {
  padding: 10px;
  height: 164px;
  resize: none;
}

.contact button {
  width: 100%;
  height: 42px;
  border: 1px solid #f7f8f8;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #01975a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 30px;
}

.contact button:hover {
  box-shadow: 0 1px 8px rgba(0,0,0,.2);
}

.contact button i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-send.png);
  margin-right: 15px;
  top: 3px;
}

.address {
  text-align: left;
  text-transform: uppercase;
}

.address i {
  position: relative;
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url(../img/icon-01.png);
  margin-right: 10px;
  top: 3px;
}

.address .ico02 {
  background: url(../img/icon-02.png);
}

.address .ico03 {
  background: url(../img/icon-03.png);
}

.address .ico04 {
  background: url(../img/icon-04.png);
  top: 5px;
}

footer {
  background: #5c5c5c;
  padding: 40px 0 25px;
  color: #fff;
  font-size: 12px;
}

footer a {
  color: #fff;
}

footer .fnav {
  margin: 0;
  padding: 0;
  text-align: right;
}

footer .fnav li {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px;
}

footer .fnav li a {
  text-decoration: none;
}

footer .fnav li a:hover {
  color: #dfdfdf;
}
.main-blocs { font-size:14px; font-weight:600;}
.main-blocs ul { }

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    opacity: 1;
  }
}

.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.slideDown2 {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slideDown3 {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (min-width:1201px) {
@  -webkit-keyframes slideLeft {
    0%{opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    opacity: 1;
  }
}

.slideLeft {
  -webkit-animation-name: slideLeft;
  animation-name: slideLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  50% {
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  50% {
    opacity: 1;
  }
}

.slideRight {
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-blocs {
  background: url(../img/bloc01.jpg) no-repeat;
  min-height: 520px;
}

.bloc1 {
  width: 40%;
  float: left;
  padding-left: 50px;
  padding-top: 90px;
}

.bloc2 {
  width: 60%;
  float: left;
  padding-left: 50px;
  padding-right: 133px;
  padding-top: 83px;
}

.bloc3 {
  width: 40%;
  float: left;
  padding-right: 0;
  padding-left:75px;
  padding-top:100px;
}

.bloc4 {
  width: 40%;
  float: left;
  padding-left:50px;
  padding-top: 100px;
  font-size: 12.5px;
}}

@media (max-width:1200px) {
  .main-nav .nav>li>a {
    padding: 35px 10px;
  }

  .bloc1,.bloc2,.bloc3,.bloc4 {
    background: #ab57ff;
    color: #fff;
    font-size: 18px;
    padding: 15px;
  }

  .bloc2 {
    background: #ff972e;
  }

  .bloc3 {
    background: #b5d900;
  }

  .bloc4 {
    background: #459dff;
  }

  .client .clnt li {
    width: 25%;
  }
}

@media (min-width:1025px) {
  .mob-btn {
    display: none;
  }

  .main-nav .nav {
    margin: 0;
    padding: 0;
    float: right;
  }

  .main-nav .nav>li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 16px; background:#fff; 
  }

  .main-nav .nav>li>a {
    color: #222;
    text-decoration: none;
    display: block;
    padding: 15px 18px;
  }

  .main-nav .nav>li.active a,.main-nav .nav>li>a:hover {
    background: #5c5c5c;
    color: #fff;
  }

  .main-nav .nav>li.active:first-child a,.main-nav .nav>li:first-child a:hover {
    background: #008457;
  }
}

@media (max-width:1024px) {
  .logo {
    padding: 10px 0;
    float: left;
  }

  .logo img {
    width: 100px;
  }

  .main-nav {
    height: 0;
    overflow: hidden;
    float: left;
    width: 100%;
  }

  .main-nav .nav {
    margin: 0;
    padding: 0;
  }

  .main-nav .nav li {
    display: block;
    text-align: center;
  }

  .main-nav .nav li a {
    padding: 10px;
    color: #222;
    text-decoration: none;
    display: block;
  }

  .main-nav.open {
    height: auto;
  }

  .mob-btn {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 8px;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .mob-btn .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #454444;
  }

  .mob-btn .icon-bar+.icon-bar {
    margin-top: 4px;
  }
}

@media (max-width:991px) {
  .banner {
    height: auto;
    min-height: inherit;
    padding: 35px 0;
  }

  footer {
    text-align: center;
  }

  footer ul.fnav {
    padding-top: 20px;
    text-align: center;
  }
}

@media (max-width:767px) {
  .client .clnt li,.proj-items .item {
    width: 50%;
  }

  footer .fnav li {
    display: block;
    padding: 4px 0;
  }
}

@media (max-width:479px) {
  .client .clnt li,.proj-items .item {
    width: 100%;
  }

  .banner p {
    font-size: 24px;
  }

  .banner p span {
    font-size: 22px;
  }

  .banner {
    background-size: cover;
  }
}

@media print {
  * {
    background: 0 0!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
    content: "";
  }

  blockquote,pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }@  page {
    margin: .5cm;
  }

  h2,h3,p {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }
}