* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  width: 100%;
}

body {
  color: #fff;
  font-family: 'Helvetica';
  font-weight: 400;
  position: relative;
  background: #000;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}

a {
  color: #3fbfc2;
}

a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: none;
  color: #fff;
  text-decoration: none;
}

::selection {
  color: #1a1a1a;
  text-shadow: none;
  background-color: #fff;
}

::-webkit-selection {
  color: #1a1a1a;
  text-shadow: none;
  background-color: #fff;
}

::-moz-selection {
  color: #1a1a1a;
  text-shadow: none;
  background-color: #fff;
}

.background-page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
   background-image: url("http://pavonicoolcakes.com/proximamente.gif");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}


.logo {
  text-align: left;
}

.logo h1 {
  margin: 0;
}

.slogan {
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 25px 0;
  margin-bottom: 0;
}


.info-button {
  margin-bottom: 20px;
}

.info {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  margin: -50px 0 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #3fbfc2;
}

.info i {
  font-size: 35px;
  line-height: 43px;
  padding: 0;
  margin: 0;
  z-index: 9;
  color: #fff;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.info:hover {
  background: #fff;
}

.info:hover i {
  color: #3fbfc2;
}

.info .icon-bg {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  left: 9px;
  z-index: 8;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.info:hover .icon-bg,
.info:active .icon-bg {
  background-color: #1a1a1a;
}


.about-us {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tbl-top {
  display: table;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 600ms ease-out;
  -moz-transition: -moz-transform 600ms ease-out;
  -o-transition: -o-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  background-color: #000000;
  height: 100%;
}

.modal-header {
  overflow: auto;
  border: 0;
}

.modal-header span {
  display: block;
  float: right;
  cursor: pointer;
  font-size: 25px;
  color: #8a8793;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.modal-header span:hover {
  color: #fff;
}

.modal-content {
  background-color: #000000;
  box-shadow: none;
  border: 0;
}

.about-dsc {
  padding-bottom: 10px;
}

.about-dsc h2 {
  font-size: 33px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -0.05em;
}

.about-dsc p {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  padding: 10px 0 0 0;
}

.about-meta h5 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.about-meta h5 i {
  color: #3fbfc2;
  margin-right: 5px;
}

.about-meta p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}

.about-meta p a {
  color: #fff;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.about-meta p a:hover {
  color: #3fbfc2;
}

.social-media {
  border-top: 1px solid #4b4954;
  margin-top: 50px;
  padding: 35px 0;
}

.social-media ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.social-media ul li {
  display: inline-block;
  margin: 5px;
}

.social-media ul li a {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 2px solid #76747e;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social-media ul li a:hover {
  border: 2px solid #fff;
}

.social-media ul li i {
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 20px;
  display: block;
  font-size: 0px;
  cursor: pointer;
  padding: 7px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social-media ul li i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.social-media ul li i:after {
  display: none;
}

.social-media ul li i:before {
  speak: none;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.social-media ul li i:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.social-media ul li i:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-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;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.page-not-found-bg {
  background-image: url(http://vandeart.com.mx/1920x1080&text=1920x1080+Background+static);
}

.page-not-found {
  text-align: center;
}

.page-not-found em {
  color: #FFFFFF;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: uppercase;
}

.page-not-found h1 {
  color: #d0d0d0;
  font-style: normal;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-not-found a {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  padding: 5px 20px;
  line-height: 43px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}

.page-not-found a:hover {
  background: #fff;
  color: #1a1a1a;
  padding: 7px 30px;
}


@media screen and (max-width: 479px) {
  .overlay {
    overflow-x: hidden;
  }

  .about-us {
    overflow: auto;
  }

  .logo h1 {
    margin-top: 15px;
  }

  .logo img {
    width: 58px;
  }

  .slogan {
    padding: 10px 0 5px 0;
    font-size: 12px;
  }

  .welcome h2 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .countdown-section {
    width: calc(48% - 20px);
  }

  .countdown-section:nth-of-type(2):after {
    display: none;
  }

  .col-xs-4 {
    width: 100%;
  }

  .dash .digit {
    font-size: 30px;
    height: 40px;
    line-height: 50px;
  }

  .dash:after {
    top: 24px;
  }

  .hours_dash:after {
    display: none;
  }

  .dash .dash_title {
    font-size: 11px;
  }

  .form-control {
    width: 240px;
  }

  .subscribe h3 {
    font-size: 12px;
    margin: 10px 0;
  }

  .info span {
    font-size: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .overlay {
    overflow-x: hidden;
  }

  .about-us {
    overflow: auto;
  }

  .logo h1 {
    margin-top: 15px;
  }

  .logo img {
    width: 58px;
  }

  .slogan {
    padding: 10px 0 5px 0;
    font-size: 12px;
  }

  .welcome h2 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .col-xs-4 {
    width: 100%;
  }

  .dash .digit {
    font-size: 30px;
    height: 40px;
    line-height: 50px;
  }

  .dash:after {
    top: 24px;
  }

  .dash .dash_title {
    font-size: 11px;
  }

  .form-group {
    margin-bottom: 0;
  }

  .form-control {
    width: 360px;
  }

  .subscribe h3 {
    font-size: 12px;
    margin: 10px 0;
  }

  .info span {
    font-size: 40px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .overlay {
    overflow-x: hidden;
  }

  .about-us {
    overflow: auto;
  }

  .logo h1 {
    margin-top: 15px;
  }

  .logo img {
    width: 58px;
  }

  .slogan {
    padding: 10px 0 5px 0;
    font-size: 12px;
  }

  .welcome h2 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .dash .digit {
    font-size: 30px;
    height: 40px;
    line-height: 50px;
  }

  .dash:after {
    top: 24px;
  }

  .dash .dash_title {
    font-size: 11px;
  }

  .form-group {
    margin-bottom: 0;
  }

  .form-control {
    width: 360px;
  }

  .subscribe h3 {
    font-size: 12px;
    margin: 10px 0;
  }

  .info span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .welcome,
  .countdown,
  .countdown-row,
  .subscribe,
  .info-button,
  .subscribe h3 {
    text-align: center;
  }

  .is-countdown {
    margin: 0 auto;
  }

  .countdown {
    margin-left: auto !important;
  }

  .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-us {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .overlay {
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .welcome,
  .logo,
  .countdown,
  .subscribe,
  .info-button {
    padding-left: 100px;
    padding-right: 100px;
  }

  .info-button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
