/*! cayenne - v0.0.1 - 2015-05-20 10:56:46 AM - by @gersonthiago */
/*
 * Theme Name: Cayenne
 * Version: 1.0
*/
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,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
div,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  display: block;
}
body {
  line-height: 1;
}
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;
}
a {
  outline: none;
}
p {
  line-height: 1.5em;
}
.clear {
  clear: both;
  height: 0px;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-weight: normal;
}
section:after,
div:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Source Sans Pro', Arial, Tahoma, sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-header {
  position: relative;
  width: 100%;
  padding: 34px 0;
  background: #eaf0f2;
}
.main-header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -7px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #eaf0f2;
  z-index: 10;
}
.main-header h1 {
  display: block;
  width: 299px;
  margin: 0 auto;
}
.main-header h1 img {
  display: block;
  width: 299px;
  height: auto;
}
.main-counter {
  position: relative;
  padding: 60px 0;
  background: #b4c8dc;
  color: #120b32;
  font-size: 0;
  text-align: center;
}
.main-counter:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -7px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #b4c8dc;
  z-index: 10;
}
.main-counter span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  margin: 0 60px;
  font-size: 80px;
}
.main-counter span:after {
  content: ':';
  position: absolute;
  top: 10px;
  right: -60px;
  font-size: 70px;
  color: #120b32;
}
.main-counter span:last-child:after {
  display: none;
}
.main-counter strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
}
.main-content {
  padding: 60px 0;
  background: url("../img/bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.main-content-text {
  width: 500px;
  float: right;
  margin-right: 80px;
  padding: 40px 80px;
  border: 2px solid #fff;
  font-weight: 200;
  font-size: 60px;
  color: #fff;
}
.main-content-text p {
  line-height: 72px;
}
.main-content-text strong {
  font-weight: 400;
}
.main-footer {
  padding: 15px 0;
  background: #285a82;
  color: #fff;
}
.main-footer p {
  float: left;
  width: 45%;
  margin-right: 5%;
  font-size: 20px;
  text-align: right;
}
.main-footer p:last-child {
  margin: 0 0 0 5%;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .main-counter {
    padding: 40px 0;
  }
  .main-counter span {
    padding: 20px 0;
  }
  .main-counter span:nth-child(2):after {
    display: none;
  }
  .main-counter span:after {
    top: 25px;
    right: -77px;
  }
  .main-counter-wrapper {
    display: block;
    width: 490px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .main-header h1,
  .main-header h1 img {
    width: 110px;
  }
  .main-counter span {
    width: 80px;
    margin: 0 20px;
    font-size: 50px;
  }
  .main-counter span:after {
    top: 10px;
    right: -30px;
  }
  .main-counter strong {
    font-size: 18px;
  }
  .main-counter-wrapper {
    position: relative;
    left: 7px;
    width: 240px;
    margin: 0 auto;
  }
  .main-content-text {
    float: none;
    width: 60%;
    margin: 0 auto;
    padding: 20px 10%;
    font-size: 22px;
  }
  .main-content-text p {
    line-height: 30px;
  }
  .main-footer p {
    width: 90%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .main-footer p:last-child {
    text-align: center;
    margin: 0 auto;
  }
}
