/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {

}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* particleground demo */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {

}

body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  background-image: url("../bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  font-weight: 400;

}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#intro {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 4% !important;
  z-index: 9999;
  position: relative;
}
h1 {
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 400;
  letter-spacing: 0.015em;
}
h1::after {
  content: '';
  width: 80px;
  display: block;
  background: #fff;
  height: 10px;
  margin: 30px auto;
  line-height: 1.1;
}
p {
  margin: 0 0 30px 0;
  font-size: 20px;
}
.btn {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.btn:hover, .btn:active, .btn:focus, .btn:visited {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.social {
  width: 100%;

  display: block;
  margin-top: 6%;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.social ul {
  width: auto;
  float: right;
}
.social ul li{
  float: left;
  list-style: none;
  display: block;
}

.social ul li a{
  text-align: center;
  padding: 12px;
  font-size: 32px;
  color: #000;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }
}

@media only screen and (max-width: 568px) {
  #intro {
    padding: 0 10px;
  }
  h1 {
    font-size: 30px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
    width: 100%;
  }
  .social {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin-top: 22px;
  }
  .social ul {
    margin: 0 auto;
    float: none;
    display: table;

  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }
}


.logo {
  margin: 22px auto;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

.contador {
  width: 100%;
  float: left;
  display: block;
  margin: 82px auto 0px;
}

.pg-canvas {
  position: absolute;

}

.countdown-container {

}


.clock-item .inner {
height: 0px;
padding-bottom: 100%;
position: relative;
width: 100%;
}
.clock-canvas {
background-color: rgba(255, 255, 255, .1);
border-radius: 50%;
height: 0px;
padding-bottom: 100%;
}
.text {
color: #fff;
font-size: 30px;
font-weight: 300;
margin-top: -50px;
position: absolute;
top: 50%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
width: 100%;
}
.text .val {
font-size: 50px;
}
.text .type-time {
font-size: 20px;
}
 @media (min-width: 768px) and (max-width: 991px) {
.clock-item {
margin-bottom: 30px;
}
}
 @media (max-width: 767px) {
.clock-item {
margin: 0px 30px 30px 30px;
}
.contador {
  width: 100%;
  float: left;
  display: block;

}
.btn {
  font-size: 12px;
  padding: 12px 0px;
}
}
