* {
  font-family: 'Montserrat', 'sans serif';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

#sidebar {
  position: fixed;
  width: 200px;
  height: 100%;
  background: #1F1F1F;
  left: -200px;
  transition: all 500ms linear;
  z-index: 2; }

#sidebar.active {
  left: 0px; }

#sidebar ul li {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  list-style: none;
  padding: 15px 10px;
  border-bottom: 1px solid #292929; }
  #sidebar ul li img {
    margin: 0 auto; }
  #sidebar ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    transition: all 0.5s ease; }
  #sidebar ul li a:hover {
    color: #DC0698; }
  #sidebar ul li p {
    color: #C4B2BE;
    font-size: 13px;
    padding-top: 10px; }
  #sidebar ul li .sidebar-social {
    color: #5C5C5C !important;
    font-size: 13px; }
    #sidebar ul li .sidebar-social i {
      font-size: 20px;
      padding-right: 15px;
      color: #DC0698; }
    #sidebar ul li .sidebar-social a:hover {
      color: #FF0004; }

#sidebar .toggle-btn {
  animation-delay: 3s;
  position: absolute;
  left: 230px;
  top: 50px; }
  @media screen and (max-width: 768px) {
    #sidebar .toggle-btn {
      top: 30px; } }

.line {
  display: block;
  width: 30px;
  height: 4px;
  background: #DC0698;
  border-radius: 3%;
  margin: 5px 0; }

.opinions {
  color: #fff;
  background: #0B0B0B;
  padding: 70px 0 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .opinions {
      padding: 25px 10px;
      height: 120px; } }
  .opinions ul {
    padding: 0; }
  .opinions .opinions-content {
    font-size: 18px;
    box-shadow: none; }
    @media screen and (max-width: 768px) {
      .opinions .opinions-content {
        font-size: 14px; } }
    .opinions .opinions-content p {
      line-height: 30px;
      font-style: italic;
      font-weight: 400;
      color: #D9D9D9; }
      @media screen and (max-width: 768px) {
        .opinions .opinions-content p {
          line-height: 20px; } }
    .opinions .opinions-content i {
      font-size: 12px;
      padding: 0 18px; }
      @media screen and (max-width: 768px) {
        .opinions .opinions-content i {
          padding: 0 0; } }
    .opinions .opinions-content h3 {
      color: #555555; }
      @media screen and (max-width: 768px) {
        .opinions .opinions-content h3 {
          font-size: 20px; } }

.portfolio-slider {
  z-index: 1; }

.portfolio-item {
  background-color: #808080;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
  padding-top: 60px; }
  .portfolio-item img {
    width: 100%;
    cursor: move; }
  .portfolio-item:hover .portfolio-hover {
    opacity: 0.1; }
    @media screen and (max-width: 768px) {
      .portfolio-item:hover .portfolio-hover {
        opacity: 0; } }

.portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  background-color: #000000;
  opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .portfolio-hover {
      opacity: 0; } }

.portfolio-hover-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%); }
  .portfolio-hover-inner h3 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #000000; }
  .portfolio-hover-inner p {
    color: #1D1D1D;
    margin-bottom: 20px; }
  .portfolio-hover-inner a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #171717;
    text-align: center;
    margin: 0 5px; }
    .portfolio-hover-inner a i {
      line-height: 40px;
      font-size: 14px;
      color: #171717;
      transition: all 0.2s ease-in-out; }
    .portfolio-hover-inner a:hover {
      color: #fff;
      background-color: #131313; }

footer {
  color: #D9D9D9;
  text-align: center;
  padding: 25px 0;
  background-color: #0A0A0A; }
  footer h4 {
    font-size: 14px;
    font-weight: 200; }
    @media screen and (max-width: 768px) {
      footer h4 {
        font-size: 12px; } }
  footer a {
    color: #D9D9D9; }
  footer a:hover {
    text-decoration: none;
    color: #686868; }

.map {
  background-color: #0A0A0A;
  margin: 0; }

.mapinfo {
  display: block;
  background-color: #FFFFFF;
  padding: 70px 0; }
  .mapinfo p {
    max-width: 100%;
    font-size: 14px;
    color: #6F6F6F; }
  .mapinfo .mapinfo-left {
    text-align: left; }
    @media screen and (max-width: 768px) {
      .mapinfo .mapinfo-left {
        text-align: center;
        padding-bottom: 30px; } }
    .mapinfo .mapinfo-left:hover a {
      color: #DC0698;
      transition: all 0.5s ease; }
    .mapinfo .mapinfo-left:hover p {
      color: #000000; }
  .mapinfo .mapinfo-right {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .mapinfo .mapinfo-right {
        text-align: center; } }
    .mapinfo .mapinfo-right:hover a {
      color: #DC0698;
      transition: all 0.5s ease; }
    .mapinfo .mapinfo-right:hover p {
      color: #000000; }
  .mapinfo h4 {
    font-size: 40px;
    font-weight: 400;
    padding-top: 10px; }
  .mapinfo a {
    color: #090909; }
    .mapinfo a:hover {
      text-decoration: none; }

.open-info {
  height: 20px;
  color: #FFFFFF;
  background-color: #131313; }
  .open-info h4 {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 200; }
    @media screen and (max-width: 768px) {
      .open-info h4 {
        font-size: 11px; } }

.back-to-top {
  background-color: #0A0A0A;
  color: #9F9F9F;
  text-align: center;
  float: right; }
  .back-to-top:hover {
    color: #FFFFFF; }
  .back-to-top i {
    padding-bottom: 0;
    font-size: 50px;
    padding-right: 20px; }

.top {
  color: #FFFFFF;
  align-items: center;
  background: url("../img/top.png") no-repeat;
  background-position: center;
  font-family: 'Montserrat', 'sans serif';
  height: 650px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .top {
      height: 500px;
      background: url("../img/top-mobile.png") no-repeat; } }
  .top img {
    display: block;
    margin: auto;
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      .top img {
        height: 300px;
        width: 300px; } }
  .top .top-right {
    right: 0;
    padding-top: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    color: #FFFFFF; }
    .top .top-right a {
      color: #222222 !important;
      text-decoration: none;
      font-weight: 300;
      font-size: 15px; }
    .top .top-right a:hover {
      color: #fff !important; }
    .top .top-right h3 {
      font-size: 24px;
      padding-top: 20px;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .top .top-right h3 {
          font-size: 13px;
          margin-right: 10px;
          padding-top: 0;
          color: #000000; } }
    .top .top-right p {
      font-size: 18px;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .top .top-right p {
          margin-right: 10px;
          font-size: 12px;
          color: #2e2e2e; } }
    .top .top-right .btn-outline-dark {
      margin-right: 50px;
      color: #ffffff; }
      @media screen and (max-width: 768px) {
        .top .top-right .btn-outline-dark {
          margin-right: 10px;
          opacity: 0; } }

.top-k {
  color: #FFFFFF;
  align-items: center;
  background: url("../img/K.jpg") no-repeat;
  background-position: center;
  font-family: 'Montserrat', 'sans serif';
  height: 600px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .top-k {
      height: 430px;
      background: url("../img/top-k-mobile.png") no-repeat; }
      .top-k h3 {
        font-size: 20px !important; } }
  .top-k img {
    display: block;
    margin: auto;
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      .top-k img {
        height: 300px;
        width: 300px; } }
  .top-k .top-right {
    right: 0;
    padding-top: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    color: #FFFFFF; }
    .top-k .top-right h3 {
      font-size: 24px;
      padding-top: 20px;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .top-k .top-right h3 {
          font-size: 13px;
          margin-right: 10px;
          padding-top: 0; } }
    .top-k .top-right p {
      font-size: 18px;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .top-k .top-right p {
          margin-right: 10px;
          font-size: 12px; } }

.top-f {
  color: #FFFFFF;
  align-items: center;
  background: url("../img/F.jpg") no-repeat;
  background-position: center;
  font-family: 'Montserrat', 'sans serif';
  height: 600px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .top-f {
      background: url("../img/top-f-mobile.png") no-repeat;
      height: 430px; }
      .top-f p {
        color: #242424;
        padding-top: 20px; }
      .top-f h3 {
        font-size: 20px !important;
        color: #000000; } }
  .top-f img {
    display: block;
    margin: auto;
    padding-top: 10px; }
    @media screen and (max-width: 768px) {
      .top-f img {
        height: 300px;
        width: 300px; } }
  .top-f .top-right {
    right: 0;
    padding-top: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    color: #FFFFFF; }
    .top-f .top-right h3 {
      font-size: 24px;
      padding-top: 20px;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .top-f .top-right h3 {
          font-size: 13px;
          margin-right: 10px;
          padding-top: 0; } }
    .top-f .top-right p {
      font-size: 18px;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        .top-f .top-right p {
          margin-right: 10px;
          font-size: 12px; } }

.our-studio {
  background-color: #fffeff !important;
  padding-top: 120px;
  padding-bottom: 110px; }
  @media screen and (max-width: 768px) {
    .our-studio {
      padding: 40px 10px; } }

.our-studio-title {
  text-align: center;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .our-studio-title {
      padding-bottom: 20px; } }
  .our-studio-title h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .our-studio-title h2 {
        font-size: 16px; } }

.our-studio-box {
  text-align: center; }
  .our-studio-box h3 {
    color: #252525;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
  .our-studio-box p {
    color: #5C5C5C !important;
    font-weight: 200; }
  .our-studio-box span {
    background-color: #2F2F2F;
    border-width: 2px;
    border-style: solid;
    border-color: #232323;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 88px;
    height: 88px;
    margin-bottom: 30px; }
    .our-studio-box span i {
      position: relative;
      color: #FFFFFF;
      font-size: 32px;
      line-height: 88px; }
      .our-studio-box span i:after {
        width: 88px;
        height: 88px;
        content: " ";
        display: inline-block;
        line-height: 88px;
        border-radius: 50%;
        color: #DC0698;
        opacity: 0;
        position: absolute;
        z-index: -1;
        top: -2%;
        left: -80%;
        transform: scale(0);
        transition: transform 0.3s, opacity 0.3s; }
  .our-studio-box:hover span i {
    color: #DC0698; }
  .our-studio-box:hover span i:after {
    opacity: 1;
    transform: scale(1); }

.info-k {
  text-align: center !important;
  height: 200px;
  background-color: #111111; }
  .info-k h2 {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 50px;
    color: #c7c7c7; }
  .info-k h4 {
    font-size: 14px;
    font-weight: 300;
    color: #DC0698;
    padding-left: 80%;
    padding-top: 20px; }
  @media screen and (max-width: 768px) {
    .info-k h2 {
      font-size: 18px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0; }
    .info-k h4 {
      font-size: 16px;
      padding-top: 10px;
      padding-left: 50%;
      color: #DC0698; } }

.oferta-wyboru .card-header {
  text-transform: uppercase;
  background: #161616; }
  .oferta-wyboru .card-header h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 20px; }
    .oferta-wyboru .card-header h4:hover {
      color: #747474; }
.oferta-wyboru .card-body p {
  color: #707070 !important; }
.oferta-wyboru .card-body span {
  color: #8B8B8B;
  font-size: 15px;
  padding-left: 15px; }
.oferta-wyboru .card-body ul li {
  list-style: none;
  padding: 10px 20px; }
  .oferta-wyboru .card-body ul li i {
    color: #DC0698; }
.oferta-wyboru .card-body .card-body-peel p {
  color: #A4A4A4 !important; }
.oferta-wyboru .card-body .card-body-peel i {
  color: #DC0698; }
.oferta-wyboru .card-body .card-body-peel h5 {
  padding: 15px 0; }
.oferta-wyboru .oferta-wyboru-head h2 {
  text-align: center;
  padding-top: 90px;
  text-transform: uppercase;
  color: #111111;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 30px; }
.oferta-wyboru .oferta-wyboru-head p {
  text-align: center;
  color: #7A7A7A !important;
  padding-bottom: 40px; }
.oferta-wyboru .acco-wskazania {
  background-color: #EFEFEF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  color: #373737; }
  .oferta-wyboru .acco-wskazania i {
    color: #28B904; }
.oferta-wyboru .acco-przeciwskazania {
  background-color: #F8F8F8;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  color: #373737; }
  .oferta-wyboru .acco-przeciwskazania i {
    color: #AC080D; }
.oferta-wyboru a {
  text-decoration: none;
  color: #000000; }
.oferta-wyboru a:hover {
  text-decoration: none; }
.oferta-wyboru #accordion {
  width: 100%; }
@media screen and (max-width: 768px) {
  .oferta-wyboru .oferta-wyboru-head p {
    font-size: 12px;
    padding-bottom: 20px; }
  .oferta-wyboru .oferta-wyboru-head h2 {
    font-size: 18px;
    padding-top: 40px; }
  .oferta-wyboru .card-header h4 {
    font-size: 14px; }
  .oferta-wyboru .card-body p {
    font-size: 14px; }
  .oferta-wyboru .card-body span {
    font-size: 15px;
    padding-left: 15px; }
  .oferta-wyboru .card-body ul li {
    padding: 10px 20px; } }

.call2action {
  height: 120px;
  background-color: #FFFFFF; }

.bot-separator {
  height: 100px;
  width: 100%;
  background-color: #DC0698; }
  .bot-separator p {
    color: #141414;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    padding-top: 35px; }
  @media screen and (max-width: 768px) {
    .bot-separator p {
      color: #ffe7f7;
      text-align: center;
      font-size: 15px;
      padding: 25px 10px; } }

.top-galeria {
  background: url("../img/top-G.jpg");
  background-position: center;
  height: 550px; }
  .top-galeria h2 {
    text-align: center;
    color: #FFFFFF;
    padding-top: 260px;
    font-weight: 300;
    font-size: 70px; }
  .top-galeria img {
    display: block;
    margin: auto;
    padding-top: 80px; }
  .top-galeria .top-right {
    right: 0;
    padding-top: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
    color: #FFFFFF; }
  .top-galeria h3 {
    font-size: 24px;
    padding-top: 20;
    margin-right: 50px; }

.galeria {
  padding: 70px; }
  @media screen and (max-width: 768px) {
    .galeria {
      padding: 0; } }
  .galeria img {
    padding: 15px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .galeria img {
        padding-top: 10px;
        display: block;
        margin: 0 auto; } }
  .galeria a:hover {
    opacity: 0.5;
    transition: all 0.8s ease; }

.info-g {
  height: 150px;
  background-color: #0F0F0F; }
  @media screen and (max-width: 768px) {
    .info-g {
      height: 90px; } }
  .info-g h2 {
    text-align: center !important;
    padding-top: 40px;
    font-size: 50px !important;
    font-weight: 200;
    color: #E0E0E0; }
    @media screen and (max-width: 768px) {
      .info-g h2 {
        padding-top: 15px; } }

.team-title {
  padding-top: 60px;
  height: 200px;
  text-align: center;
  background-color: #1d1d1d;
  color: white; }
  .team-title p {
    color: #d4d4d4;
    text-transform: uppercase;
    font-weight: 300; }
  @media screen and (max-width: 768px) {
    .team-title {
      padding-top: 30px; }
      .team-title p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px; }
      .team-title h2 {
        padding-top: 10px;
        font-size: 20px; } }

.team1 .team-1bg {
  padding: 100px 50px; }
  .team1 .team-1bg .team-1bg-inner {
    padding-top: 50px; }
  .team1 .team-1bg img {
    border-radius: 50px;
    border: 15px solid #383838;
    margin-left: 30px; }
  .team1 .team-1bg p {
    padding-top: 15px;
    color: #393939;
    text-align: justify; }
  .team1 .team-1bg button {
    margin: 0 auto;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 25px;
    font-size: 14px !important; }
  @media screen and (max-width: 768px) {
    .team1 .team-1bg {
      padding: 15px 20px; }
      .team1 .team-1bg img {
        border-radius: 10px;
        border: 5px solid #383838;
        margin-left: 0; }
      .team1 .team-1bg h3 {
        text-align: center;
        font-size: 16px; }
        .team1 .team-1bg h3 span {
          font-size: 14px; }
      .team1 .team-1bg p {
        font-size: 13px; }
      .team1 .team-1bg button {
        margin-top: 0;
        margin-bottom: 15px;
        float: right;
        border-radius: 20px;
        font-size: 12px !important;
        font-weight: 400; } }

.team2 {
  background-color: #222222; }
  .team2 .team-2bg {
    color: white;
    padding: 100px 50px; }
    .team2 .team-2bg .team-2bg-inner {
      padding-top: 50px; }
    .team2 .team-2bg img {
      border-radius: 50px;
      border: 15px solid #f2f2f2;
      margin-left: 30px; }
    .team2 .team-2bg p {
      padding-top: 15px;
      color: #d1d1d1;
      text-align: justify;
      font-weight: 300; }
    .team2 .team-2bg button {
      margin: 0 auto;
      font-weight: 300 !important;
      text-transform: uppercase;
      color: #1d1d1d;
      border-radius: 25px;
      font-size: 14px !important; }
    @media screen and (max-width: 768px) {
      .team2 .team-2bg {
        padding: 15px 20px; }
        .team2 .team-2bg img {
          border-radius: 10px;
          border: 5px solid #f2f2f2;
          margin-left: 0; }
        .team2 .team-2bg h3 {
          text-align: center;
          font-size: 16px; }
          .team2 .team-2bg h3 span {
            font-size: 14px; }
        .team2 .team-2bg p {
          font-size: 13px; }
        .team2 .team-2bg button {
          margin-top: 0;
          margin-bottom: 15px;
          float: right;
          border-radius: 20px;
          font-size: 12px !important;
          font-weight: 400; } }

.about-us {
  background-color: #1a1a1a !important;
  color: #fff8fd;
  font-weight: 300;
  text-align: center;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .about-us {
      padding: 40px 10px; } }

.kontakt-form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.formularz {
  padding-top: 80px;
  padding-bottom: 150px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  color: #d8d8d8;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .formularz {
      padding: 0; } }

.top-kontakt {
  color: #FFFFFF;
  align-items: center;
  background: url("../img/kontakt.png") no-repeat;
  font-family: 'Montserrat', 'sans serif';
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .top-kontakt {
      background: none;
      padding: 0 0; } }

.top-separator {
  height: 200px;
  width: 100%;
  background-color: #1F1F1F; }
  .top-separator img {
    max-height: 180px;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    padding-top: 20px; }

#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="tel"], #contact_form input[type="url"], #contact_form textarea, #contact_form button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact_form {
  background: #1D1D1D;
  padding: 40px;
  margin: 0 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #contact_form h2 {
      font-weight: 200; }
    #contact_form h4 {
      text-transform: uppercase; } }

#contact_form h3 {
  font-family: 'Montserrat', 'sans serif';
  text-align: center;
  color: #FFFFFF;
  display: block;
  font-size: 30px;
  font-weight: 400;
  padding-top: 30px;
  text-transform: uppercase; }

#contact_form h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  color: #A2A2A2;
  padding-bottom: 30px; }

.fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%; }

#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="tel"], #contact_form input[type="url"], #contact_form textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 20px;
  padding: 12px; }

#contact_form input[type="text"]:hover, #contact_form input[type="email"]:hover, #contact_form input[type="tel"]:hover, #contact_form input[type="url"]:hover, #contact_form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA; }

#contact_form textarea {
  height: 100px;
  max-width: 100%;
  resize: none; }

#sendBtn {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #DC0698;
  color: #FFF;
  margin: 0 0 30px;
  padding: 15px;
  font-size: 15px; }

#sendBtn:hover {
  background: #191919;
  color: #DC0698;
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out; }

#sendBtn:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact_form input:focus, #contact_form textarea:focus {
  outline: 0;
  border: 1px solid #DC0698; }

-webkit-input-placeholder {
  color: #888; }

-moz-placeholder {
  color: #888; }

-moz-placeholder {
  color: #888; }

-ms-input-placeholder {
  color: #888; }

.opacity0 {
  opacity: 0; }

.opacity1 {
  opacity: 1; }

/*# sourceMappingURL=global.css.map */
