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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a {
	color: #3d78d8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #2c5fb3;
}
a:focus,
a:active {
	outline: none;
	color: #2c5fb3;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*variables
----------------------------------------------------*/
/*--------------------------------------------------*/
@font-face {
  font-family: "Oswald";
  src: url('../fonts/oswald-regular-webfont.eot');
  src: url('../fonts/oswald-regular-webfontd41d.eot?#iefix') format('eot'), url('../fonts/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald-regular-webfont.svg') format('svg'), url('../fonts/oswald-regular-webfont.eot') format('embedded-opentype');
}

html,
body {
  height: 100%;
}

body {
  color: #78b7ce;
  background: #ece0d0;
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

#sun {
  position: absolute;
  width: 229px;
  height: 229px;
  top: 50px;
  right: 200px;
  background: url(../images/sun.png) no-repeat;
}
@media (max-width: 1200px) {
  #sun {
    top: 270px;
    right: 50px;
    background-size: 100px;
  }
}
@media (max-width: 960px) {
  #sun {
    top: 350px;
  }
}
@media (max-width: 760px) {
  #sun {
    width: 70px;
    height: 70px;
    top: 250px;
    right: 20px;
    background-size: 70px;
  }
}
@media (max-width: 570px) {
  #sun {
    width: 40px;
    height: 40px;
    top: 215px;
    right: 20px;
    background-size: 40px;
  }
}
@media (max-width: 570px) and (orientation: landscape) {
  #sun {
    top: 80px;
    right: 60px;
  }
}

#clouds {
  position: absolute;
  width: 547px;
  height: 175px;
  top: 210px;
  left: 270px;
  z-index: 999;
  background: url(../images/clouds.png) no-repeat;
}
@media (max-width: 1200px) {
  #clouds {
    top: 350px;
    left: 23%;
    background-size: 300px;
  }
}
@media (max-width: 760px) {
  #clouds {
    height: 50px;
    top: 225px;
    left: 30%;
    background-size: 166px;
    width: 200px;
  }
}
@media (max-width: 760px) and (orientation: landscape) {
  #clouds {
    top: 150px;
  }
}
@media (max-width: 570px) {
  #clouds {
    height: 50px;
    top: 225px;
    left: 10px;
    width: 200px;
  }
}
@media (max-width: 570px) and (orientation: landscape) {
  #clouds {
    top: 100px;
    left: 60px;
  }
}

#heading-top {
  position: relative;
  display: inline-block;
  padding: 16px 15px;
  margin: 25px 0 40px;
  font-size: 2em;
  letter-spacing: 1px;

  color: #d82600;
  background: #ffffff;
  z-index: 99;
}
@media (max-width: 760px) {
  #heading-top {
    display: block;
    padding: 0;
    margin: 10px 0 10px;
    background: transparent;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
  }
}

#heading-top:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -165px;
  width: 165px;
  height: 91px;
  background: url(../images/plane.png) no-repeat;
}
@media (max-width: 760px) {
  #heading-top:after {
    display: none;
  }
}

.entry {
  width: 50%;
}
@media (max-width: 1200px) {
  .entry {
    width: 100%;
  }
}
.entry p {
  font-size: 1.1em;
  line-height: 1.6em;
}
@media (max-width: 760px) {
  .entry {
    font-size: 0.6em;
  }
}
.entry .countdown-title {
  padding-top: 25px;
  font-size: 2em;
}
@media (max-width: 760px) {
  .entry .countdown-title {
    padding-top: 10px;
    font-size: 1.5em;
  }
}

#countdown {
  position: relative;
  font-size: 2.4em;
  z-index: 99;
  margin-left: 127px;
}
@media (max-width: 1200px) {
  #countdown {
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    font-size: 2em;
    text-align: center;
  }
}
@media (max-width: 760px) {
  #countdown {
    margin-left: 0;
    margin-top: 5px;
    font-size: 1.2em;
    text-align: center;
  }
}
#countdown div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
#countdown .countdownHours, #countdown .countdownDays {
  margin-top: -35px;
  margin-left: 82px;
  padding-top: 38px;
  width: 134px;
  height: 191px;
  background: url(../images/balloon.png) no-repeat center top;
}
#countdown .countdownDays {
  margin-top: 41px;
  margin-left: 0;
  background-size: 85%;
  padding-top: 30px;
}
#countdown .countdownMinutes {
  background: #ffffff;
  padding: 20px 15px;
  margin-left: 104px;
  margin-top: 29px;
}
#countdown .countdownSeconds {
  width: 146px;
  height: 102px;
  padding-top: 20px;
  margin-top: -27px;
  margin-left: 25px;
  background: url(../images/sec-ban.png) no-repeat center top;
}
#countdown p {
  padding-top: 5px;
  font-size: 0.4em;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #countdown .countdownDays,
  #countdown .countdownHours,
  #countdown .countdownDays,
  #countdown .countdownMinutes,
  #countdown .countdownSeconds {
    display: inline-block;
    margin: 0 10px;
    padding: 20px 0 0;
    width: 90px;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
  }
}
@media (max-width: 760px) {
  #countdown .countdownDays,
  #countdown .countdownHours,
  #countdown .countdownDays,
  #countdown .countdownMinutes,
  #countdown .countdownSeconds {
    width: 60px;
    height: 50px;
    margin: 0 5px;
    padding: 10px 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
}

.lake-bg {
  position: relative;
  margin-top: 270px;
  height: 206px;
  width: 100%;
  background: #78b7ce;
}
@media (max-width: 1200px) {
  .lake-bg {
    position: absolute;
    bottom: 0;
    height: 100px;
  }
}
@media (max-width: 760px) {
  .lake-bg {
    height: 89px;
  }
}
@media (max-width: 570px) {
  .lake-bg {
    height: 52px;
  }
}

#lake {
  position: absolute;
  height: 370px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/lake.png) no-repeat center bottom;
  image-rendering: -moz-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (max-width: 1200px) {
  #lake {
    height: 180px;
    background-size: 1230px;
  }
}
@media (max-width: 760px) {
  #lake {
    height: 159px;
    background-size: 1100px;
  }
}
@media (max-width: 570px) {
  #lake {
    height: 97px;
    background-size: 649px;
  }
}

.places, #first-place, #second-place, #third-place {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#first-place {
  height: 906px;
  background: url(../images/first-place.png) no-repeat center bottom;
}
@media (max-width: 1200px) {
  #first-place {
    height: 906px;
    background-size: 414px;
  }
}
@media (max-width: 760px) {
  #first-place {
    height: 395px;
    background-size: 370px;
  }
}
@media (max-width: 570px) {
  #first-place {
    height: 233px;
    background-size: 216px;
  }
}

#second-place {
  height: 585px;
  background: url(../images/second-place.png) no-repeat center bottom;
}
@media (max-width: 1200px) {
  #second-place {
    height: 585px;
    background-size: 439px;
  }
}
@media (max-width: 760px) {
  #second-place {
    height: 252px;
    background-size: 389px;
  }
}
@media (max-width: 570px) {
  #second-place {
    height: 153px;
    background-size: 235px;
  }
}

#third-place {
  height: 712px;
  background: url(../images/third-place.png) no-repeat center bottom;
}
@media (max-width: 1200px) {
  #third-place {
    height: 712px;
    background-size: 470px;
  }
}
@media (max-width: 760px) {
  #third-place {
    height: 309px;
    background-size: 417px;
  }
}
@media (max-width: 570px) {
  #third-place {
    height: 181px;
    background-size: 243px;
  }
}

.wrap {
  min-height: 100%;
}

.main {
  overflow: auto;
}
.main > .container {
  min-height: 450px;
}
@media (max-width: 570px) {
  .main > .container {
    min-height: 300px;
  }
}
@media (max-width: 570px) and (orientation: landscape) {
  .main > .container {
    min-height: 220px;
  }
}
