.button {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #5C367A;
  color: white;
  font-size: 21px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: gthm-rnd-lgregular, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .button {
    display: block;
    padding: 15px 35px;
    font-size: 16px;
    margin: 0 auto;
  }
}
.button:hover {
  background-color: #5d5d5d;
}
.button.pj {
  margin-right: 10px;
}
.banner {
  position: relative;
  background: #5C367A;
}
.banner.pg {
  background-color: #f3655e;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.navbar {
  position: relative;
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.navlink {
  padding: 25px 9px 0 9px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #5C367A;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "gthm-rnd-lgregular", sans-serif;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navlink {
    color: #fff;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .navlink {
    color: #fff;
  }
}
.navlink:hover {
  color: #38214b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navlink:hover {
    color: #fff;
    background: #38214b;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .navlink:hover {
    color: #fff;
    background: #38214b;
  }
}
.navlink.w--current {
  color: #38214b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navlink.w--current {
    color: #fff;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .navlink.w--current {
    color: #fff;
  }
}
.logo.sc {
  padding-top: 10px;
}
.arrow-drop {
  margin-top: 22.5px;
  margin-right: 0px;
  color: white;
  font-size: 13px;
}
.dropdown-list.w--open {
  margin-top: 21px;
  background-color: rgba(0, 0, 0, 0.85);
}
.dropdown-list.sc.w--open {
  margin-top: 5px;
}
.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.dropdown-link:hover {
  /*  background-color: #f3655e;
    color: rgba(255, 255, 255, 0.90);*/

}
.service-section,
.filosofia {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.icon-service {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border: 1px solid #afafaf;
  border-radius: 100px;
  background-image: url('../images/ico1.png');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.icon-service:hover {
  /*border-color: #f3655e;
  background-color: #f3655e;
  background-image: url('../images/ico1hover.png');*/

}
.icon-service.pixel {
  background-image: url('../images/ico2.png');
}
.icon-service.pixel:hover {
  background-image: url('../images/ico2hover.png');
}
.icon-service.phone {
  background-image: url('../images/ico3.png');
}
.icon-service.phone:hover {
  background-image: url('../images/ico3hover.png');
}
.service-column {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.sp {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  color: #5d5d5d;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 3px;
}
.light {
  font-weight: 200;
}
.portfolio-image {
  padding-right: 0px;
  padding-left: 0px;
  background-color: white;
  text-align: center;
}
.portfolio-tittle {
  margin-top: 30px;
  margin-bottom: 10px;
}
.tittle {
  color: dimgray;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.catergory {
  margin-bottom: 30px;
  color: #b8b8b8;
  font-size: 13px;
  font-weight: 300;
}
.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.portfolio-overlay:hover {
  opacity: 0.96;
}
.ico-wrapper {
  position: relative;
  margin-top: 45%;
}
.ico-portfolio {
  margin-right: 10px;
}
.hero-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
.hero-text {
  margin-top: 15px;
  color: #9d9d9d;
  font-size: 17px;
  font-weight: 400;
}
.team-section {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #7f3e98;
  position: relative;
}
.sub-text {
  font-size: 17px;
  line-height: 30px;
}
.ico-soc {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  padding-top: 6px;
  border-radius: 50%;
  background-color: #5C367A;
  text-align: center;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .ico-soc {
    width: 48px;
    height: 48px;
    padding-top: 12px;
  }
  .ico-soc img {
    width: 100%;
  }
}
.ico-soc img {
  width: 50%;
}
.ico-soc.facebook:hover {
  background-color: #3b5998;
}
.ico-soc.twitter:hover {
  background-color: #2aa9e0;
}
.ico-soc.gplus:hover {
  background-color: #bf3939;
}
.ico-soc.email-me:hover {
  background-color: #eb8a1c;
}
.ico-soc.dribbble:hover {
  background-color: #e30282;
}
.process-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/home-photo-31.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fun-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.funt-nr {
  margin-bottom: 50px;
  color: white;
  font-size: 80px;
  font-weight: 400;
}
.fun-sub {
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block-fun {
  display: inline-block;
  width: 24.6%;
  margin-right: 3px;
  padding: 68px 10px 45px;
  background-color: rgba(255, 255, 255, 0.29);
  text-align: center;
}
.map {
  opacity: 0.3;
}
.pulse-wrapper {
  position: absolute;
  left: 121px;
  top: 89px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
}
.pulse-wrapper.italy {
  left: 441px;
  top: 160px;
}
.pulse-wrapper.usa {
  position: relative;
  left: 722px;
  top: 367px;
}
.pulse-wrapper.russia {
  left: 243px;
  top: 362px;
}
.pulse-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 101%;
}
.tooltip {
  position: absolute;
  left: 58px;
  top: 5px;
  padding: 9px 15px;
  border-radius: 34px;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-size: 15px;
  font-weight: 500;
}
.pulse-inner {
  position: absolute;
  top: 33%;
  right: 32%;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #f3655e;
}
.div-map {
  position: relative;
}
.logo-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
.hide {
  display: none;
}
.logo-slider {
  height: auto;
  background-color: transparent;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #4e4f76;
  background-color: #4e4f76;
}
.footer .w-row {
  margin: 0;
}
.row-logo {
  opacity: 0.8;
  text-align: center;
}
.copyright {
  font-size: 12px;
  padding-top: 30px;
  color: #ffffff;
  font-family: gthm-rnd-lgregular, sans-serif;
  text-transform: uppercase;
}
.top {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: url('../images/flecha.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top:hover {
  background-color: #9196D8;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.top-column {
  text-align: right;
}
.slider {
  height: 100%;
  background-color: transparent;
}
.nav-dots {
  font-size: 10px;
}
.arrow {
  opacity: 0.51;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 30px;
}
.arrow:hover {
  opacity: 1;
}
.navbar-scroll {
  position: fixed;
  display: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: none;
}
.navbar-scroll .navlink {
  padding-top: 10px;
}
.div-banner {
  padding-top: 0px;
  padding-bottom: 1px;
}
.portolio-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.is {
  margin-bottom: 50px;
}
.is.pg {
  margin-bottom: 30px;
  font-size: 55px;
}
.subtx {
  font-family: 'Libre Baskerville', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.subtx.pg {
  font-size: 20px;
}
.sl-con {
  margin-top: 50px;
  margin-bottom: 70px;
}
.sl-con.pg {
  margin-top: 75px;
  margin-bottom: 100px;
}
.btn {
  margin-top: 40px;
  text-align: center;
}
.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.slider-project {
  height: auto;
}
.page-content {
  margin-top: 50px;
}
.project-tittle {
  margin-bottom: 16px;
  font-family: Arvo, sans-serif;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
.list {
  margin-bottom: 20px;
}
.list.bt {
  margin-top: 20px;
}
.related-section {
  padding-top: 120px;
  background-color: #f1f1f1;
}
.button-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}
.column-pj {
  text-align: right;
}
.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid white;
  background-color: #fff;
}
.text-field {
  margin-bottom: 30px;
  color: #7f3e98;
  background: #d6d7d9;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-field {
    font-size: 16px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .text-field {
    font-size: 16px;
  }
}
.text-field:focus {
  border-color: #5C367A;
}
.text-field.area {
  margin-bottom: 20px;
  padding-bottom: 170px;
}
.success-message {
  padding: 30px;
  text-align: center;
}
.error-message {
  margin-top: 30px;
  padding: 13px;
  text-align: center;
}
.err {
  margin-bottom: 0px;
  color: rgba(92, 55, 124, 0.68);
}
.contact-info {
  margin-bottom: 5px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .contact-info {
    margin-bottom: 50px;
  }
}
.ico {
  display: inline-block;
}
.info {
  display: inline-block;
  margin-left: 10px;
}
.email {
  color: #9d9d9d;
  text-decoration: none;
}
.email:hover {
  color: #f3655e;
}
html.w-mod-js *[data-ix="rotate"] {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html.w-mod-js.w-mod-no-ios *[data-ix="outer-pulser"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="0-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}
html.w-mod-js *[data-ix="display-none"] {
  display: none;
}
html.w-mod-js *[data-ix="from-top-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="from-top-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="from-top-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
@media (max-width: 991px) {
  .navlink {
    max-width: 100%;
  }
  .arrow-drop {
    margin-right: 14px;
  }
  .dropdown {
    max-width: 100%;
  }
  .dropdown-list.w--open {
    position: relative;
    width: 100%;
  }
  .dropdown-link {
    width: 100%;
  }
  .service-column {
    margin-bottom: 50px;
  }
  .funt-nr {
    font-size: 71px;
  }
  .fun-sub {
    font-size: 14px;
  }
  .block-fun {
    width: 23.6%;
  }
  .pulse-wrapper.usa {
    left: 567px;
    top: 289px;
  }
  .is {
    margin-bottom: 20px;
    font-size: 48px;
  }
  .sl-con {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .row {
    text-align: center;
  }
  .column {
    margin-bottom: 30px;
  }
  .ico-device {
    color: #7f3e98;
    border: 1px solid #5C367A;
    border-radius: 8px;
  }
  .ico-device.w--open {
    color: #5C367A;
    border: 1px solid #5C367A;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .logo.w--current {
    margin-left: 0px;
  }
  .arrow-drop {
    margin-right: 15px;
  }
  .sp {
    line-height: 50px;
  }
  .sub-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-fun {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .pulse-wrapper {
    left: 49px;
    top: 60px;
  }
  .pulse-wrapper.italy {
    left: 262px;
    top: 100px;
  }
  .pulse-wrapper.usa {
    left: 424px;
    top: 239px;
  }
  .pulse-wrapper.russia {
    left: 132px;
    top: 221px;
  }
  .copyright {
    display: inline-block;
  }
  .top-column {
    display: inline;
    text-align: center;
  }
  .is {
    font-size: 37px;
  }
  .is.pg {
    font-size: 40px;
  }
  .subtx {
    font-size: 16px;
  }
  .subtx.pg {
    font-size: 20px;
  }
  .sl-con {
    margin-bottom: 60px;
  }
  .column-pj {
    text-align: center;
  }
  .ico-device {
    /*margin-right: 0px;*/
  }
  .clm {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .light {
    display: block;
  }
  .pulse-wrapper {
    left: 30px;
  }
  .pulse-wrapper.italy {
    left: 150px;
    top: 69px;
  }
  .pulse-wrapper.usa {
    left: 240px;
    top: 150px;
  }
  .pulse-wrapper.russia {
    left: 63px;
    top: 128px;
  }
  .tooltip {
    display: none;
  }
  .is {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 32px;
  }
  .is.pg {
    line-height: 55px;
  }
  .subtx {
    display: none;
    padding-right: 100px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .sl-con {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1140px) {
  .menu {
    position: absolute;
    z-index: 2;
    background-color: rgba(92, 54, 122, 0.9);
    color: white;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu {
    position: absolute;
    z-index: 2;
    background-color: rgba(92, 54, 122, 0.9);
    color: white !important;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .menu {
    position: absolute;
    z-index: 2;
    background-color: rgba(92, 54, 122, 0.9);
    color: white;
  }
}
