﻿/*  
	Theme Name: Merry Christmas
	Theme URI: http://www.krasotaiskusstva.com/themes/merry-christmas
	Version: 2.0.0
	Description: LESS/Bootstrap powered, Illustrated, Coming Soon/Landing page Theme
	Author: Yigit Yigit Ce.
	Author URI: http://www.krasotaiskusstva.com/ki
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	Table of Contents
	i- Imports
	ii- Resets
	iii- Font Settings
	iv- Color Settings
	v- Key Frames
	vi- Styling
	vii- Responsive
*/
/*----------------------------
	.-- Imports
-----------------------------*/

@import url("_css/bootstrap.css");
@import url("_css/genericons.css");
@import url(http://fonts.googleapis.com/css?family=Lato:100);
@import url(http://fonts.googleapis.com/css?family=Dosis);

/*----------------------------
	.-- Resets
-----------------------------*/
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 {
  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 {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
}
/*----------------------------
	.-- Key Frames
-----------------------------*/
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@keyframes updown {
  0% {
    top: 10px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: 10px;
  }
}
@-moz-keyframes updown {
  0% {
    top: 10px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes updown {
  0% {
    top: 10px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: 10px;
  }
}
@-ms-keyframes updown {
  0% {
    top: 10px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: 10px;
  }
}
/*----------------------------
	.-- Styling
-----------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #5ba4aa;
  height: 100%;
  font: 13px 'Dosis';
}
body,
html {
  height: 100%;
  width: 100%;
}
address {
  font: 20px 'Dosis';
}
a {
  color: #ffffff;
  font-style: italic;
}
strong {
  font-weight: 700;
}
h1 {
  font: 42px 'Dosis';
  line-height: 72px;
  font-weight: 600;
  text-align: center;
}
h2 {
  font: 36px 'Dosis';
  line-height: 72px;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
}
p {
  font: 18px 'Dosis';
  padding: 0 0 40px 0;
  line-height: 32px;
  letter-spacing: 1px;
}
#container {
  width: 100%;
  height: 50%;
  text-align: center;
  color: #ffffff;
  background-image: url('_images/snowh.png'), url('_images/snow3q.png'), url('_images/snow2l.png');
  -webkit-animation: snow 20s linear infinite;
  -moz-animation: snow 20s linear infinite;
  -ms-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;
}

#down,
.down {
  height: 50px;
  width: 50px;
}
#down {
  position: relative;
  z-index: 10;
  margin: auto;
  background: url(_images/down.png) no-repeat center;
  -webkit-animation: updown 0.5s linear infinite;
  -moz-animation: updown 0.5s linear infinite;
  -ms-animation: updown 0.5s linear infinite;
  animation: updown 0.5s linear infinite;
}
.left {
  float: left;
}
#content h1 {
  font: 72px 'Dosis';
  font-weight: 400;
  padding: 40px 0 10px 0;
}
.parallax-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 400px;
  z-index: 5;
}
.parallax-layer {
  position: absolute;
}
.layer1 {
  width: 1600px;
  height: 294px;
}
.layer2 {
  width: 1600px;
  height: 275px;
}
.image2 {
  position: absolute;
  top: 150px;
  right: 200px;
}
.image3 {
  position: absolute;
  top: 50px;
  left: 300px;
}
.image4 {
  position: absolute;
  top: 0px;
  left: -800px;
}
.image5 {
  position: absolute;
  top: 100px;
  left: -200px;
}
.layer3 {
  width: 1100px;
  height: 250px;
}
.layer4 {
  width: 500px;
  height: 318px;
}
.layer5 {
  width: 1000px;
  height: 318px;
}
#defaultCountdown {
  height: 45px;
  margin: auto;
  position: relative;
  font: 13px 'Lato';
}
.countdown_rtl {
  direction: rtl;
}
.countdown_descr {
  color: pink;
}
.countdown_row {
  clear: both;
  width: 100%;
}
.countdown_show1 .countdown_section {
  width: 98%;
  padding-bottom: 10px;
  color: #ffffff;
}
.countdown_show2 .countdown_section {
  width: 48%;
  padding-bottom: 10px;
  color: #ffffff;
}
.countdown_show3 .countdown_section {
  width: 32.5%;
  padding-bottom: 10px;
  color: #ffffff;
}
.countdown_show4 .countdown_section {
  width: 24.5%;
  padding-bottom: 10px;
  color: #ffffff;
}
.countdown_show5 .countdown_section {
  width: 19.5%;
  padding-bottom: 10px;
  color: #ffffff;
}
.countdown_show6 .countdown_section {
  width: 16.25%;
  padding-bottom: 10px;
  color: #ffffff;
}
.countdown_show7 .countdown_section {
  width: 14%;
  padding-bottom: 10px;
  color: #ffffff;
}
.countdown_section {
  display: block;
  float: left;
  font: 18px 'Dosis';
  text-align: center;
  margin: 1px;
}
.countdown_amount {
  font: 48px 'Lato';
  display: block;
  color: #bd1f2e;
  background: rgba(255, 255, 255, 0.3);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 100%;
  padding: 20px 0px;
  font-weight:800;
}
.countdown_descr {
  display: block;
  width: 100%;
}
.countdown_section .clear {
  height: 10px;
}
#enquiries {
  background: #ddeff0;
  padding:50px 0 0;
}
#enquiries h1,
#enquiries h2 {
  color: #000000;
}
#enquiries h2 {
  padding: 0 0 50px 0;
  margin: auto;
  width: auto;
 
}
#enquiries p {
  color: #bd1f2e;
}
.field {
  font: 24px 'Dosis';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2px 0;
  padding: 10px 0px;
  width: 100%;
  border: none;
  color: #000000;
}
.field:focus {
  background: #5ba4aa;
}
.sendForm {
  font: 36px 'Dosis';
  height: auto;
  width: 100%;
  background: #000000;
  color: #ddeff0;
  border: none;
  cursor: pointer;
  padding: 10px 0px;
  text-align: center;
  letter-spacing: 2px;
}
.sendForm:hover {
  background: #bd1f2e;
  color: #ffffff;
}
.textarea {
  font: 24px 'Dosis';
  font-weight: 600;
  padding: 10px 0px;
  border: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  color: #000000;
}
.textarea:focus {
  background: #5ba4aa;
}
.contactForm {
  display: block;
  text-align: center;
}
#status {
  color: #000000;
  font: 13px 'Lato';
  width: 100%;
}
#social {
  background: #b9dce0;
  padding: 100px 0px;
}
#social h1 {
  padding: 0 0 50px 0;
}
ul.social-icons {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.social-icons li {
  display: inline-block;
}
.social-icons li a {
  color: #5ba4aa;
}
.social-icons li a:hover {
  color: #bd1f2e;
}
.genericon {
  padding: 20px;
  margin: 10px;
  background: #ffffff;
  font-size: 40px;
  line-height: 1;
  border-radius: 400px;
  -moz-border-radius: 400px;
  -webkit-border-radius: 400px;
}
#contact {
  background: #5ba4aa;
  padding: 100px 0px;
}
footer {
  background: #bd1f2e;
  padding: 20px 0px;
}
#gmap {
  height: 450px;
  width: 100%;
}
/*----------------------------
	.-- Responsive
-----------------------------*/
@media (min-width: 0px) and (max-width: 640px) {
  #content h1 {
    padding: 0;
  }
  .parallax-layer {
    display: none;
  }
  .countdown_show4 .countdown_section {
    width: 24.2%;
  }
  .social {
    bottom: -40px;
  }
}