/*
* Author: Wisely Themes
* Author URI: http://themeforest.net/user/wiselythemes
* Theme Name: Mochito
* Theme URI: http://themeforest.net/user/wiselythemes
* Version: 1.0
*/
/* Table of Content
==================================================
	#Variables
	#Mixins
	#Typography
	#General
	#Header
	#Navigation
	#Portfolio
	#Services
	#About
	#Contacts
	#Footer
	#Media Queries */
/* Variables
================================================== */
/* Mixins
================================================== */
/* A helper mixin for applying high-resolution background images (http://www.retinajs.com) */
/* #Typography
================================================== */
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Economica', sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  line-height: 40px;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 37pt;
  color: #559495;
}
h2 {
  font-size: 22pt;
}
h3 {
  font-size: 24pt;
  line-height: 24pt;
  color: #559495;
}
h4 {
  font-size: 18pt;
  color: #559495;
}
h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10pt;
  line-height: 20px;
}
/* #General
================================================== */
html {
  overflow: auto;
}
body {
  padding: 0;
  color: #5b5b5b;
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden;
  line-height: 20px;
  -webkit-backface-visibility: hidden;
}
::selection {
  background: #559495;
  color: #fff;
}
::-moz-selection {
  background: #559495;
  color: #fff;
}
input,
button,
select,
textarea {
  font-family: 'Source Sans Pro', sans-serif;
}
button {
  font-family: 'Economica', sans-serif;
}
section {
  position: relative;
  padding: 40px 0;
  background-color: #f2f2f2;
}
input,
textarea,
.uneditable-input {
  width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 40px;
  padding: 4px 2%;
  line-height: 40px;
  color: #2f1e1d;
  margin-bottom: 10px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/*textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
/*
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}*/
input[placeholder], [placeholder], *[placeholder] {
   color:#336666 !important;
}
textarea {
  height: 72px;
  resize: vertical;
}
.invalid {
  border-color: #E9322D !important;
  -webkit-box-shadow: '0 0 6px #F8B9B7 !important';
  -moz-box-shadow: '0 0 6px #F8B9B7 !important';
  box-shadow: '0 0 6px #F8B9B7 !important';
}
#wrap {
  position: relative;
  margin-top: 350px;
  width: 100%;
  z-index: 10;
}
.center {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.section-title {
  float: none;
  text-align: center;
  margin: 0 auto 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
}
.section-desc {
  margin-bottom: 40px;
}
.btn {
  font-family: 'Economica';
  text-transform: uppercase;
  padding: 6px 16px;
  font-size: 16pt;
  color: #5b5b5b;
  text-shadow: none;
  background-color: transparent;
  *background-color: transparent;
  background-image: none;
  border: 3px solid #E8E8E8;
  filter: none;
  filter: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #559495;
  border-color: #559495;
  background-color: transparent;
}
.btn:active,
.btn.active {
  background-color: transparent \9;
}
.btn:hover,
.btn:focus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:focus {
  outline: none;
  outline-offset: 0px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn.disabled,
.btn.disabled,
.btn[disabled] {
  background-color: transparent;
  border: 3px solid #E8E8E8;
  color: #5b5b5b;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.btn-large {
  padding: 16px 23px;
  font-size: 20pt;
  border-width: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-right: 8px;
}
.btn-small {
  padding: 2px 6px;
  font-size: 12pt;
  border-width: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn.full-color {
  color: #fff;
  background-color: #559495;
}
.btn.full-color:hover {
  color: #559495;
  background-color: transparent;
}
.btn.btn-icon {
  padding: 10px 23px;
}
.btn.white {
  color: #559495;
  border-color: #E2E2E2;
  background-color: #fff;
}
.btn.white:hover {
  border-color: #fff;
  background-color: #559495;
  color: #fff;
}
.btn.white:hover.disabled {
  color: #559495;
  border-color: #E2E2E2;
  background-color: #fff;
}
.btn.white2 {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  font-weight: 700;
}
.btn.white2:hover {
  color: #559495;
  border-color: #559495;
}
.btn.white2:hover.disabled {
  color: #559495;
  border-color: #559495;
  background-color: transparent;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff !important;
  background-color: #da4f49 !important;
  *background-color: #da4f49;
  border-color: #bd362f !important;
}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff !important;
  background-color: #5bb75b !important;
  *background-color: #51a351;
  border-color: #51a351 !important;
}
.parallax {
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: transparent;
  margin-bottom: 40px;
}
/* #Header
================================================== */
#header {
  background: url(../img/bg-header.jpg) center 0;
  color: white;
  height: 700px;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  display: table;
  text-align: center;
}
#logo {
  display: inline-block;
  padding-top: 74px;
  max-width: 100%;
}
/* #Navigation
================================================== */
.nav-section {
  padding: 0;
  height: 76px;
}
.nav-section:before {
  content: "";
  position: absolute;
  top: -144px;
  left: 0;
  width: 100%;
  height: 144px;
  background-repeat: repeat-x;
  background-position: center center;
  background-image: url('../img/bg_bottom_header.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .nav-section:before {
    background-image: url('../img/bg_bottom_header@2x.png');
    background-size: auto auto;
  }
}
.nav-section .nav-button {
  position: absolute;
  top: 10px;
  left: 10%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav-section .nav-button img {
  height: 56px;
}
#nav {
  position: relative;
  padding: 20px 0;
  margin: 0;
  width: auto;
  text-align: center;
}
#nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
}
#nav ul > li {
  display: inline-block;
  margin: 0 3px;
}
#nav ul > li > a {
  display: block;
  text-transform: uppercase;
  padding: 3px 12px;
  color: #2f1e1d;
  font-family: 'Economica';
  font-size: 19pt;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#nav ul > li > a:hover,
#nav ul > li > a:focus,
#nav ul > li > a.active {
  text-decoration: none;
  background-color: #e6e6e6;
  color: #559495;
}
#nav ul > li > a.icon:hover,
#nav ul > li > a.icon:focus {
  background: none;
}
#mobile-nav {
  display: none;
  background-color: #e6e6e6;
  border: 1px solid #559495;
  width: 220px;
  height: 30px;
  color: #559495;
}
.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0 0 10px #bfbfbf;
  -moz-box-shadow: 0 0 10px #bfbfbf;
  box-shadow: 0 0 10px #bfbfbf;
}
.stuck #mobile-nav {
  float: right;
  margin-right: 10%;
}
/* #Portfolio
================================================== */
#portfolio-grid {
  margin: 0 0 50px 0;
}
#filters {
  list-style-type: none;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0;
}
#filters li {
  display: inline-block;
  padding: 1px 8px;
  cursor: pointer;
  margin: 0 4px 10px;
  border: 1px solid #B5B7B6;
  text-transform: uppercase;
  font-family: 'Economica';
  font-size: 12pt;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#filters li:hover,
#filters li.active {
  border-color: #559495;
  color: #559495;
}
#folio-items {
  list-style-type: none;
  position: relative;
  /** Needed to ensure items are laid out relative to this container **/

  margin: 0;
}
#folio-items li {
  display: none;
  /** Hide items initially to avoid a flicker effect **/

  width: 300px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
#folio-items li.inactive {
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transform: scale(0) !important;
  -moz-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  transform: scale(0) !important;
}
#folio-items li.fixed-folio-item {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
#folio-items li img {
  display: block;
  width: 100%;
}
#folio-items li > div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(47, 30, 29, 0.75);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#folio-items li:hover > div {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
#folio-items li > div .tags {
  display: block;
  width: 90%;
  margin: 15px 5%;
  padding: 7px 3%;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  color: #bababa;
}
#folio-items li > div .tags a {
  color: #bababa;
}
#folio-items li > div .tags a:hover {
  color: #fff;
}
#folio-items li > div .info {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 0;
}
#folio-items li > div h2,
#folio-items li > div h5 {
  width: 90%;
  margin: 0 5%;
  color: #fff;
}
.btn-folio {
  margin-left: 5%;
  margin-top: 25px;
  color: #fff;
  border-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-folio:hover {
  border-color: #fff;
  background-color: #e6e6e6;
  color: #559495;
}
#folio-items li.disable {
  display: none !important;
}
.project-page {
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 105%;
  overflow: hidden;
  z-index: 1001;
  background-color: #f2f2f2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: left .5s ease;
  -moz-transition: left .5s ease;
  transition: left .5s ease;
  -webkit-box-shadow: 10px 10px 10px 10px #000000;
  -moz-box-shadow: 10px 10px 10px 10px #000000;
  box-shadow: 10px 10px 10px 10px #000000;
}
.project-page > button {
  float: left;
  margin: 0 12px 20px 12px;
}
.project-header {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #eaeaea;
}
.project-header > img {
  min-height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 0;
}
.project-header:after {
  content: "";
  width: 100%;
  height: 144px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
  background-position: top center;
  background-image: url('../img/bg_bottom_header.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .project-header:after {
    background-image: url('../img/bg_bottom_header@2x.png');
    background-size: auto auto;
  }
}
.project-header button {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.project-header .container {
  position: relative;
  z-index: 1;
}
.project-desc {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 80px;
}
.project-desc img {
  margin: 18px 0;
  float: right;
}
.project-desc h3{
  color:#2f1e1d;
}
.project-desc p {
  padding: 8px 0;
  color: #686868;
  margin:0!important;
}
.project-desc p:first {
  padding: 18px 0;
}
.project-desc a {
  color: #A5A5A5;
}
.project-overview h3 {
  color: #686868;
  margin-top: 40px;
  margin-bottom: 20px;
}
.project-overview img {
  margin-bottom: 70px;
  width:100%;
  display: none;
}
.moveFromRight {
  left: 0;
}
/* #Services
================================================== */
#services-img {
  background-image: url('../img/banner01.jpg');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #services-img {
    background-image: url('http://placehold@2x.it/1920x1440');
    background-size: auto auto;
  }
}
#services-container {
  display: block;
  width: 100%;
  min-height: 70px;
  background-repeat: no-repeat;
  background-position: center 35px;
  background-image: url('../img/line_services.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #services-container {
    background-image: url('../img/line_services@2x.png');
    background-size: auto auto;
  }
}
.services-item {
  display: inline-block;
  padding: 2%;
  width: 16%;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.services-item:hover {
  background-color: rgba(220, 220, 220, 0.5);
}
.services-item i {
  display: inline-block;
  font-size: 32pt;
  cursor: default;
  margin-bottom: 14px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #559495;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.30000000000000004);
  -moz-box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.30000000000000004);
  box-shadow: 0 0 0 4px rgba(64, 77, 117, 0.30000000000000004);
}
.services-item i:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.services-item i:after {
  display: none;
}
.no-touch .services-item:hover i {
  background: #ffffff;
  color: #559495;
  -webkit-box-shadow: 0 0 0 8px rgba(85, 148, 149, 0.8);
  -moz-box-shadow: 0 0 0 8px rgba(85, 148, 149, 0.8);
  box-shadow: 0 0 0 8px rgba(85, 148, 149, 0.8);
}
.no-touch .services-item:hover i:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  -o-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translatey(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translatey(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translatey(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translatey(100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes toTopFromBottom {
  49% {
    -o-transform: translatey(-100%);
  }
  50% {
    opacity: 0;
    -o-transform: translatey(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translatey(-100%);
  }
  50% {
    opacity: 0;
    transform: translatey(100%);
  }
  51% {
    opacity: 1;
  }
}
.services-item h3 {
  width: 90%;
  margin: 0 auto 20px;
}
.services-item h3 span {
  color: #8f8f8f;
  font-size: 20pt;
}
/* #About
================================================== */
#curriculo{
  margin-top: 80px;
}
#curriculo h3{color:#2f1e1d;}
#curriculo strong{font-weight: normal; color:#559495;}
#about-img {
  background-image: url('../img/banner02.jpg');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #about-img {
    background-image: url('http://placehold@2x.it/1920x1440');
    background-size: auto auto;
  }
}
.team-member {
  float: left;
  display: inline-block;
  width: 35%;
  margin: 0 2% 40px;
  z-index: 11;
}
.team-member-img {
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-img h2 {
  background-color: #2f1e1d;
  color: #fff;
  height: 60px;
  width: 100%;
  padding: 0;
  text-indent: 4%;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}
.team-member-img:hover {
  margin-bottom: 94px;
}
.team-member-img:hover h2 {
  bottom: -60px;
}
.team-member-img h2 span {
  font-size: 16pt;
  position: relative;
  top: -6px;
}
.team-member-img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
#skills h4 {
  display: inline-block;
  margin-bottom: 14px;
  width: 96%;
  margin-left: 2%;
}
.progress {
  position: relative;
  width: 96%;
  height: 35px;
  border: 1px solid #D9D9D9;
  margin: 0 0 6px 2%;
  background-color: transparent;
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress .bar {
  height: 100%;
  color: #9FA3A4;
  text-align: right;
  line-height: 35px;
  width: 0;
  background-color: #E7E8EA;
  float: none;
  font-size: inherit;
  text-shadow: none;
  background-image: none;
  filter: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress span {
  position: absolute;
  display: block;
  top: 7px;
  left: 5px;
  color: #9FA3A4;
}
#skills i {
  display: block;
  color: #e6e6e6;
  font-size: 60pt;
  width: 100%;
  text-align: center;
  margin: 40px 0 10px;
}
/* #Contacts
================================================== */
#contacts {
  background-image: url(../img/bg-footer.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-color: #559495;
  color: #E3E3E3;
  padding: 120px 0 0;
}
#contacts:before {
  content: "";
  width: 100%;
  height: 138px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat-x;
  background-position: top center;
  background-image: url('../img/bg_top_contacts.png');
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #contacts:before {
    background-image: url('../img/bg_top_contacts@2x.png');
    background-size: auto auto;
  }
}
#contacts h1 {
  color: #2f1e1d;
}
#contacts .section-desc{color:#2f1e1d;}
#form-opt {
  list-style-type: none;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0;
}
#form-opt li {
  display: inline-block;
  padding: 1px 8px;
  cursor: pointer;
  margin: 0 4px 10px;
  border: 1px solid #b7b7b7;
  text-transform: uppercase;
  font-family: 'Economica';
  font-size: 12pt;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#form-opt li:hover,
#form-opt li.active {
  border-color: #fff;
  color: #fff;
}
#contacts .btn {
  margin-top: 15px;
}
#form-contact {
  width: 100%;
  padding: 0 2%;
  margin-bottom: 20px;
}
#form-contact .input-hide {
  height: 0px;
  display: block;
  visibility: hidden;
}
.contacts-info {
  margin: 20px 0;
  text-align: center;
  color:#2f1e1d;
}
.contacts-info a {
  color: #2f1e1d;
}
.contacts-info i {
  margin-right: 10px;
  color: #559495;
  background-color: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  padding-top: 3px;
  text-align: center !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#map_canvas {
  width: 100%;
  height: 400px;
}
.map-address {
  color: #000000;
}
/* #Footer
================================================== */
#footer {
  position: relative;
  color: #fff;
  background-image: url(../img/bg-footer.jpg);
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0;
  font-family: 'Economica', sans-serif;
  font-size: 12pt;
  z-index: 10;
}
#footer, #footer a{color:#2f1e1d;}
#sn-icons a {
  display: inline-block;
  margin: 15px 8px 0 0;
  font-size: 22pt;
  color: #2f1e1d;
  overflow: hidden;
  width: 25px;
  height: 30px;
}
#sn-icons a:hover {
  text-decoration: none;
  color:#559495;
}
#sn-icons a i {
  position: relative;
  top: 0;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#sn-icons a:hover i {
  top: -30px;

}
#sn-icons a i.grey {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* #Template Settings Panel
================================================== */#template-settings {
  position: fixed;
  width: 185px;
  top: 20px;
  left: -185px;
  background-color: #e8e8e8;
  z-index: 2000;
  padding: 12px 10px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
  -moz-box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
  box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
}
#template-settings > i {
  position: absolute;
  top: 0px;
  right: -36px;
  cursor: pointer;
  background-color: #e8e8e8;
  padding: 2px 5px 7px;
  width: 36px;
  height: 36px;
  font-size: 20pt;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
  -moz-box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
  box-shadow: 1px 1px 0px 0px rgba(122, 122, 122, 0.4);
}
#template-settings h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
#template-settings input,
#template-settings select {
  margin-bottom: 20px;
}
#template-settings select {
  width: 150px;
  height: 28px;
  padding: 4px 0 0 5px;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cecece;
  color: #747474;
  font-size: 9pt;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.settings-pattern {
  margin-bottom: 20px;
}
.settings-pattern span {
  cursor: pointer;
  margin: 1px;
  background-image: url(../img/patterns/patterns-icons.jpg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  display: inline-block;
}
.settings-pattern .selected {
  border: 1px solid #747474;
  margin: -1px 0 0 0;
}
.pattern_icon10_black_white {
  background-position: 0 0;
}
.pattern_icon10_white_white {
  background-position: 0 -24px;
}
.pattern_icon11_black_white {
  background-position: 0 -48px;
}
.pattern_icon11_white_white {
  background-position: 0 -72px;
}
.pattern_icon12_black_white {
  background-position: 0 -96px;
}
.pattern_icon12_white_white {
  background-position: 0 -120px;
}
.pattern_icon13_black_white {
  background-position: 0 -144px;
}
.pattern_icon13_white_white {
  background-position: 0 -168px;
}
.pattern_icon14_black_white {
  background-position: 0 -192px;
}
.pattern_icon14_white_white {
  background-position: 0 -216px;
}
.pattern_icon15_black_white {
  background-position: 0 -240px;
}
.pattern_icon15_white_white {
  background-position: 0 -264px;
}
.pattern_icon16_black_white {
  background-position: 0 -288px;
}
.pattern_icon16_white_white {
  background-position: 0 -312px;
}
.pattern_icon1_black_white {
  background-position: 0 -336px;
}
.pattern_icon1_white_white {
  background-position: 0 -360px;
}
.pattern_icon2_black_white {
  background-position: 0 -384px;
}
.pattern_icon2_white_white {
  background-position: 0 -408px;
}
.pattern_icon3_black_white {
  background-position: 0 -432px;
}
.pattern_icon3_white_white {
  background-position: 0 -456px;
}
.pattern_icon4_black_white {
  background-position: 0 -480px;
}
.pattern_icon4_white_white {
  background-position: 0 -504px;
}
.pattern_icon5_black_white {
  background-position: 0 -528px;
}
.pattern_icon5_white_white {
  background-position: 0 -552px;
}
.pattern_icon6_black_white {
  background-position: 0 -576px;
}
.pattern_icon6_white_white {
  background-position: 0 -600px;
}
.pattern_icon7_black_white {
  background-position: 0 -624px;
}
.pattern_icon7_white_white {
  background-position: 0 -648px;
}
.pattern_icon8_black_white {
  background-position: 0 -672px;
}
.pattern_icon8_white_white {
  background-position: 0 -696px;
}
.pattern_icon9_black_white {
  background-position: 0 -720px;
}
.pattern_icon9_white_white {
  background-position: 0 -744px;
}
/* #Media Queries
================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  #nav ul {
    display: none;
  }
  #mobile-nav {
    display: inline-block;
  }
  .section-title,
  .section-desc {
    width: 96%;
  }
  .project-overview {
    padding: 0 10px;
  }
  .contacts-info {
    text-align: left;
    padding-left: 20px;
  }
}
@media (max-width: 979px) {
  .services-item {
    padding: 2%;
    width: 45%;
  }
  .team-member h2 {
    height: 76px;
    line-height: 32pt;
    padding-top: 5px;
  }
  .team-member h2 span {
    display: block;
    width: 100%;
  }
  .team-member-img:hover {
    margin-bottom: 148px;
  }
  .team-member-img:hover h2 {
    bottom: -81px;
  }
}
@media (max-width: 480px) {
  #wrap {
    margin-top: 240px;
  }
  #mobile-nav {
    width: auto;
  }
  .services-item {
    padding: 2%;
    width: 96%;
  }
  .team-member {
    width: 96%;
  }
}
