*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@font-face {
    font-family: 'Cassannet Outline';
    src: url('../fonts/CassannetOutline-Regular.eot');
    src: url('../fonts/CassannetOutline-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CassannetOutline-Regular.woff2') format('woff2'),
        url('../fonts/CassannetOutline-Regular.woff') format('woff'),
        url('../fonts/CassannetOutline-Regular.ttf') format('truetype'),
        url('../fonts/CassannetOutline-Regular.svg#CassannetOutline-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cassannet';
    src: url('../fonts/Cassannet-Regular.eot');
    src: url('../fonts/Cassannet-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cassannet-Regular.woff2') format('woff2'),
        url('../fonts/Cassannet-Regular.woff') format('woff'),
        url('../fonts/Cassannet-Regular.ttf') format('truetype'),
        url('../fonts/Cassannet-Regular.svg#Cassannet-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cassannet';
    src: url('../fonts/Cassannet-Bold.eot');
    src: url('../fonts/Cassannet-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cassannet-Bold.woff2') format('woff2'),
        url('../fonts/Cassannet-Bold.woff') format('woff'),
        url('../fonts/Cassannet-Bold.ttf') format('truetype'),
        url('../fonts/Cassannet-Bold.svg#Cassannet-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: 'Cassannet';
	font-weight: normal;
	line-height: 1;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a,
select,
input,
textarea
button {
	outline: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

section.christmas {
	height: 100vh;
	min-height: 650px;
	padding-top: 240px;
	overflow: hidden;
}
.christmas:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url('../img/bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.christmas:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 64px;
	left: 0;
	height: 150px;
	width: 100%;
	/* background-image: url('../img/garland.png'); */
	background-size: auto 150px;
	background-repeat: repeat-x;
	background-position: top center;
}
.christmas .block {
	position: absolute;
	left: 0;
	bottom : 20px;
	width: 100%;
}
.christmas .item {
    width: 12.5%;
    float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
.christmas .item .inner {
    text-align: center;
    border: 3px solid rgba(0,0,0,0.5);
    height: 120px;
    -webkit-box-shadow: inset -3px 3px 5px rgba(0,0,0,0.3), inset 3px -3px 5px rgba(255,255,255,0.2);
            box-shadow: inset -3px 3px 5px rgba(0,0,0,0.3), inset 3px -3px 5px rgba(255,255,255,0.2);
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.christmas .item .inner:hover {
	background: #fff;
}
.christmas .item .inner span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 14px;
	color: #d72111;
	font-size: 50px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.christmas .item .inner:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.christmas .row {
	position: relative;
	z-index: 1;
}
.christmas .row:nth-child(2n) {
	margin-left: 33px;
	margin-right: 33px;
}
.christmas .row:nth-child(2n) .item {
	padding-left: 16px;
	padding-right: 16px;
}

nav.navbar {
	background: #26a4ca;
	height: 64px;
	padding: 0 22px;
}
.navbar.navbar-fixed {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.navbar .logo-link {
	
	display: inline-block;
}

.navbar .links {
	display: inline-block;
    margin-right: 30px;
}
.navbar .links .add-logo {
	padding-top: 5px;
	vertical-align: top;
}
.navbar .links .add-logo img {
	display: block;
}

.navbar .links a {
	display: inline-block;
	padding-top: 25px;
	margin-left: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
}
.social-btns {
	margin-top: 16px;
	float: right;
}
.social-btns a {
	display: inline-block;
	font-size: 29px;
	color: #fff;
	margin: 0 13px;
}
.social-btns a:hover {
	color: #ddd;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}



#modal {
    width: 433px;
	border: 8px solid #fff;
	border-radius: 5px;
	background: gray;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	z-index: 100;
	color: #fff;
	display: none;
}
#modal .modal-header {
	position: absolute;
	top: 5px;
	right: 7px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
#modal .modal-header:hover {
	color: #ddd;
}
#modal .modal-header i {
	display: block;
}
#modal .modal-body {
	height: 100%;
	background: #26a4ca;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

    padding: 30px 22px 50px;
}
#modal .modal-body .title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#modal .modal-body img {
	display: block;
	width: 100%;
	height: auto;
}
#modal .modal-body .overlay {
	/*bottom: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*position: absolute;*/
	background: rgb(38, 164, 202);
	border-top: 1px solid #fff;
	font-size: 22px;
	padding: 15px 15px 10px;
	text-align: justify;
}
#modal .modal-body .overlay a {
	color: #fff;
	text-decoration: underline;
	display: inline-block;
}
#modal .modal-body.response {
	padding: 0;
}


#mainForm {}
#mainForm label {
	display: block;
	font-size: 22px;
	margin-bottom: 22px;
}
#mainForm label input {
	font-family: 'Cassannet';
	max-width: 275px;
	width: 100%;
	display: block;
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #2b2b2b;
	border-radius: 5px;
	border: 0;
	padding: 0 15px;
	outline: none;
}
#mainForm input[type="submit"] {
	font-family: 'Cassannet';
	background: #fff;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	height: 35px;
	color: #26a4ca;
	line-height: 35px;
	padding: 0 15px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
#mainForm input[type="submit"]:hover {
	background: #ddd;
}

#modal .modal-body .footer {
	position: absolute;
	bottom: 7px;
	left: 22px;
}
#modal .modal-body .footer a {
	color: inherit;
}



@media (max-width: 991px) {
	section.christmas {
		height: auto;
		background-attachment: fixed;
	}
	.christmas .item {
		width: 16.666666%;
	}
	.christmas .block {
		position: static;
		padding-bottom: 20px;
		overflow: hidden;
	}
	.navbar .links .link {
		display: none;
	}
}
@media (max-width: 767px) {

	.christmas .item {
		width: 25%;
	}

}
@media (max-width: 700px) {
	nav.navbar {
		height: 48px;
	}
	.navbar .logo-link img {
		width: 150px;
	}
	.social-btns a {
		font-size: 18px;
		margin: 0 6px;
	}
	.christmas:after {
		top: 48px;
	}
	section.christmas {
		padding-top: 200px;
	}
	.navbar .links .add-logo {
		padding-top: 9px;
	}
	.navbar .links .add-logo img {
		width: 48px;
		height: auto;
	}
}
@media (max-width: 500px) {
	.christmas .item {
		width: 50%;
	}
	#modal {
		width: 100%;
		left: 0;
		border-radius: 0;
		transform: translate(0,-50%);
	}
	.navbar .links {
		margin-right: 5px;
	}
	.navbar .links .add-logo {
		margin-left: 0;
	}
}
@media (max-width: 420px) {
	nav.navbar {
		padding: 0 12px;
	}
	.navbar .logo-link {
		padding-top: 10px;
	}
	.navbar .logo-link img {
		width: 120px;
	}
	section.christmas {
		padding-top: 150px;
	}
	.christmas .item {
		width: 100%;
	}
	.christmas:after {
		background-size: auto 100px;
		height: 120px;
	}
	#modal {
		/*height: auto;*/
	}
	#modal .modal-body .title {
		font-size: 18px;
	}
	#mainForm label {
		font-size: 18px;
	}
	#modal .modal-body {
		padding-bottom: 40px;
	}
}
@media (max-width: 360px) {
	.social-btns a {
		margin: 0 0 0 2px;
	}	
}

.md-visible {
	display: none;
}
@media (min-width: 768px) {
	.md-visible {
		display: block;
	}
}

.additional section.christmas {
	height: auto;
}
.additional .christmas:before {
	content: none;
}

.additional .container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.additional .container p,
.additional .container ul,
.additional .container ol {
	margin-bottom: 16px;
}
.additional .container ol {
	margin-left: 20px;
}
.additional .container ol li {
	margin-bottom: 8px;
}
.additional .container ol li:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	h1 {
		font-size: 1.3em;
	}
}

.relative {
	position: relative;
}
.close-item {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 30px;
}

@media (min-height: 800px) and (min-width: 991px) {
	.christmas .block {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
}