/* If you want to add your own CSS code, please do it in this file */

/* font awesome */

.the-icons .span3 {
	float: left;
	width: 25%;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}

.the-icons .span3 .muted {
	color: #ccc;
}

.the-icons .span3 [class^="icon-"],
.span3 [class*=" icon-"] {
	color: #3E3E3E;
	font-size: 18px;
	width: 23px;
	display: inline-block;
}
.albiq {
	font-weight: bolder;
	font-size: 1.5em;
	line-height: 1.8em;
	}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.the-icons .span3 {
		width: 33.333%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.the-icons .span3 {
		width: 50%;
	}
}

@media only screen and (max-width: 479px) {
	.the-icons .span3 {
		width: 100%;
	}
}

/* #configurator */

#configurator {
	color: #213442 !important;
	background: #f9f9f9;
	width: 190px;
	position: fixed;
	left: -192px;
	top: 150px;
	z-index: 9000;
	color: #515E6C;
	line-height: 21px;
	font-size: 12px;
	text-transform: uppercase;
}

#configurator form {
	margin-bottom: 0;
	text-align: center;
}

#configurator select {
	background: none;
	box-shadow: 0 0 0;
	margin-bottom: 10px;
	padding: 3px;
	color: #213442;
}

#configurator .control {
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 37px;
	right: -51px;
	background: #f9f9f9 url(../images/configurator/ico.png) no-repeat center;
	text-indent: -9999px;
}

#configurator .inside {
	padding: 10px;
}

#configurator .header {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
}

#configurator ul.image-select {
	margin-bottom: 5px;
}

#configurator ul.image-select li {
	display: block;
	float: left;
}

#configurator ul.image-select li a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin: 5px;
}

#configurator ul.image-select li:hover {
	border-color: #ccc;
}

#configurator ul.select-color li a {
	text-indent: -9999px;
}

#configurator ul.text-select {
	margin-bottom: 15px;
}

#configurator ul.text-select li {
	float: left;
	width: 50%;
	font-size: 14px;
}

#configurator ul.text-select li:not(.active) a {
	color: #515E6C;
}

#configurator p {
	line-height: 16px;
	margin-bottom: 5px;
}

/* mobile only */

@media only screen and (max-width: 768px) {
	#configurator {
		display: none;
	}
}

/* demo skins */

.color-blue .call-to-action {
	background-color: #4095C9 !important;
}

.color-orange .call-to-action {
	background-color: #E67E22 !important;
}

.color-red .call-to-action {
	background-color: #EF5443 !important;
}

/* Custom */

.help_section .faq h3 {
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 25px;
}

.homepage-faq .faq h3 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}

.section_ncm .one-second {
	margin-bottom: 0 !important;
}

.center-icon-box {
	text-align: center;
}

.center-icon-box .icon_box .icon_image i {
	display: inline-block;
}

.border-call-to-action {
	border: 1px solid #262932;
}

/* styles for slider in section */

.full-width-section .section_wrapper {
	width: 100% !important;
}

.full-width-section .section_wrapper .one.column {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Styles for fancy heading when no icon */

.padding-bottom {
	padding-bottom: 40px !important;
}

#gallery-1 {
	margin: auto;
}

#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

#gallery-1 img {
	border: 2px solid #cfcfcf;
}

#gallery-1 .gallery-caption {
	margin-left: 0;
}

.zarovnaj {
	display: flex;
	clear: both;
}

#Subheader.uzky {
	padding-bottom: 0px;
}

ul.vnoreny {
	list-style-type:disc;
}

ul.vnoreny li{
	background: none;
}

.zvyraznenie{
	background-color:#0000000e;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
}
.zvyraznenie h4{
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.odstavec {
	padding-left: 10px;
	padding-right: 10px;
}


.expander {
	cursor: pointer;
	border:1px solid transparent;
	padding:0.1em;
	position:relative;
	padding-bottom: 3em;
}
.expander:after {
	content:'';
	
	width:30px;
	height:30px;
	position:absolute;
	bottom:1em;
	right:50%;
	margin-left:-15px;
	transition:all 0.3s linear;
	transform:rotate(0deg);
	background:url("../upload/zelene-sipky-ver2-1.png") 100% no-repeat;
}
.expander.exp:after {
	transform:rotate(180deg);
}


.expander-content {
	display: none
}

/* TimeLine */



/* @import url('https://fonts.googleapis.com/css?family=Oswald|Roboto:400,700'); */

/* body {
	font-size: 14px;
	line-height: 1.5;
}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

h1 {
	font-size: 2rem;
	margin-bottom: .5em;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: .8rem;
} */



.container {
	/* max-width: 1024px; */
	width: 90%;
	margin: 0 auto;
}





.timeline-item {
	padding: 3em 2em 2em ;
	position: relative;
	color: rgba(black, .7);
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: rgba(black, .3);
	
}
.timeline-item	p {
		font-size: 1rem;
	}
	
	.timeline-item::before {
		content: attr(date-is);
		position: absolute;
		left: 2em;
		font-weight: bold;
		top: 1em;
		display: block;
		
		font-weight: 700;
		font-size: .785rem;
		color: rgb(136, 190, 76);
	}

	.timeline-item::after {
		width: 10px;
		height: 10px;
		display: block;
		top: 1em;
		position: absolute;
		left: -7px;
		border-radius: 10px;
		content: '';
		border-width: 2px;
		border-style:  solid;
		border-color:  rgb(136, 190, 76, .3);
		background: white;
	}

	.timeline-item:last-child {
		border-image: linear-gradient(
			to bottom,
			rgba(black, .3) 60%,
			rgba(black, .3), 0) 1 100%
		;
	}


/* End of TimeLine */
@media only screen and (max-width: 767px) {
	.zarovnaj {
		display: inline;
		clear: both;
	}
}
/* Vianocny stromcek */

@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');


.stromcek {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	font-family: 'Ubuntu', sans-serif;
	background: #ba0001;
	/* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ba0001 0%, #630505 100%);
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ba0001), color-stop(100%, #630505));
	/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ba0001 0%, #630505 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ba0001 0%, #630505 100%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ba0001 0%, #630505 100%);
	/* IE10+ */
	background: radial-gradient(ellipse at center, #ba0001 0%, #630505 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0001', endColorstr='#630505', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

}




.xmasTree {
	width: 280px;
	height: 280px;
	margin: -250px auto 0 auto;
	position: relative;
	top: 60%;
}

.merryXmasGreet {
	opacity: 0;
	position: absolute;
	top: 75%;
	left: 50%;
	color: yellowgreen;
	margin: 0 -50px 0 0;
	font-size: 25px;
	height: 100px;
	line-height: 30px;
	text-align :left;
	}

.merryXmasGreetVis {
	opacity: 1;
	-webkit-transition: all 0.3s 4.5s cubic-bezier(.34, .87, .17, 1.03);
	-moz-transition: all 0.3s 4.5s cubic-bezier(.34, .87, .17, 1.03);
	-ms-transition: all 0.3s 4.5s cubic-bezier(.34, .87, .17, 1.03);
	-o-transition: all 0.3s 4.5s cubic-bezier(.34, .87, .17, 1.03);
	transition: all 0.3s 4.5s cubic-bezier(.34, .87, .17, 1.03);
}

.merryXmasGreet span {
	display: block;
}

.merryXmasGreet span:nth-child(4) {
	font-size: 30px;
	font-weight: bold;
}

.SetUpTree {
    position: absolute;
    left: 50%;
    top: 75%;
	margin: -35px 0 0 -190px;
	z-index: 5000;
	width: 380px;
	height: 70px;
	font-family: 'Lobster', cursive;
	color: #fff;
	font-size: 25px;
	border: 1px solid #4b0300;
	outline: none;
	cursor: pointer;
	background: #ab3123;
	background: -moz-linear-gradient(top, #ab3123 0%, #5d0d0b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab3123), color-stop(100%, #5d0d0b));
	background: -webkit-linear-gradient(top, #ab3123 0%, #5d0d0b 100%);
	background: -o-linear-gradient(top, #ab3123 0%, #5d0d0b 100%);
	background: -ms-linear-gradient(top, #ab3123 0%, #5d0d0b 100%);
	background: linear-gradient(to bottom, #ab3123 0%, #5d0d0b 100%);
	/* -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px; */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.SetUpTree:hover,
.SetUpTree:active {
	opacity: 0.8;
}

.xmasTreePart {
	position: absolute;
	z-index: 10;
	-webkit-transition: all 0.05s cubic-bezier(.34, .87, .17, 1.03);
	-moz-transition: all 0.05s cubic-bezier(.34, .87, .17, 1.03);
	-ms-transition: all 0.05s cubic-bezier(.34, .87, .17, 1.03);
	-o-transition: all 0.05s cubic-bezier(.34, .87, .17, 1.03);
	transition: all 0.05s cubic-bezier(.34, .87, .17, 1.03);
}

.preClick .xmasTreePartEffect1 {
	z-index: 10;
	-webkit-animation: xmasTreePartEffect1Anim 3.5s 0.5s infinite ease-in-out;
	-moz-animation: xmasTreePartEffect1Anim 3.5s 0.5s infinite ease-in-out;
	-ms-animation: xmasTreePartEffect1Anim 3.5s 0.5s infinite ease-in-out;
	-o-animation: xmasTreePartEffect1Anim 3.5s 0.5s infinite ease-in-out;
	animation: xmasTreePartEffect1Anim 3.5s 0.5s infinite ease-in-out;
}

@-webkit-keyframes xmasTreePartEffect1Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 15px;
	}

	100% {
		margin-top: 0;
	}
}

@-moz-keyframes xmasTreePartEffect1Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 15px;
	}

	100% {
		margin-top: 0;
	}
}

@-o-keyframes xmasTreePartEffect1Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 15px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes xmasTreePartEffect1Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 15px;
	}

	100% {
		margin-top: 0;
	}
}

.preClick .xmasTreePartEffect2 {
	z-index: 20;
	-webkit-animation: xmasTreePartEffect2Anim 3.5s infinite ease-in-out;
	-moz-animation: xmasTreePartEffect2Anim 3.5s infinite ease-in-out;
	-ms-animation: xmasTreePartEffect2Anim 3.5s infinite ease-in-out;
	-o-animation: xmasTreePartEffect2Anim 3.5s infinite ease-in-out;
	animation: xmasTreePartEffect2Anim 3.5s infinite ease-in-out;
}

@-webkit-keyframes xmasTreePartEffect2Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 20px;
	}

	100% {
		margin-top: 0;
	}
}

@-moz-keyframes xmasTreePartEffect2Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 20px;
	}

	100% {
		margin-top: 0;
	}
}

@-o-keyframes xmasTreePartEffect2Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 20px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes xmasTreePartEffect2Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 20px;
	}

	100% {
		margin-top: 0;
	}
}

.preClick .xmasTreePartEffect3 {
	z-index: 30;
	-webkit-animation: xmasTreePartEffect3Anim 3.5s infinite ease-in-out;
	-moz-animation: xmasTreePartEffect3Anim 3.5s infinite ease-in-out;
	-ms-animation: xmasTreePartEffect3Anim 3.5s infinite ease-in-out;
	-o-animation: xmasTreePartEffect3Anim 3.5s infinite ease-in-out;
	animation: xmasTreePartEffect3Anim 3.5s infinite ease-in-out;
}

@-webkit-keyframes xmasTreePartEffect3Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 20px;
	}

	100% {
		margin-top: 0;
	}
}

@-moz-keyframes xmasTreePartEffect3Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 25px;
	}

	100% {
		margin-top: 0;
	}
}

@-o-keyframes xmasTreePartEffect3Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 25px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes xmasTreePartEffect3Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 25px;
	}

	100% {
		margin-top: 0;
	}
}

.preClick .xmasTreePartEffect4 {
	z-index: 40;
	-webkit-animation: xmasTreePartEffect4Anim 4.5s infinite ease-in-out;
	-moz-animation: xmasTreePartEffect4Anim 4.5s infinite ease-in-out;
	-ms-animation: xmasTreePartEffect4Anim 4.5s infinite ease-in-out;
	-o-animation: xmasTreePartEffect4Anim 4.5s infinite ease-in-out;
	animation: xmasTreePartEffect4Anim 4.5s infinite ease-in-out;
}

@-webkit-keyframes xmasTreePartEffect4Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 5px;
	}

	100% {
		margin-top: 0;
	}
}

@-moz-keyframes xmasTreePartEffect4Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 25px;
	}

	100% {
		margin-top: 0;
	}
}

@-o-keyframes xmasTreePartEffect4Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 25px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes xmasTreePartEffect4Anim {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 25px;
	}

	100% {
		margin-top: 0;
	}
}

.xmasTreePartNo1 {
	width: 26px;
	height: 28px;
	top: 30px;
	left: 100px;
	background: url(../stromcek/01.png) no-repeat;
}

.xmasTreePartNo2 {
	width: 36px;
	height: 19px;
	top: 56px;
	left: 88px;
	background: url(../stromcek/02.png) no-repeat;
}

.xmasTreePartNo3 {
	width: 44px;
	height: 34px;
	top: 243px;
	left: 196px;
	background: url(../stromcek/03.png) no-repeat;
}

.xmasTreePartNo4 {
	width: 68px;
	height: 70px;
	top: 207px;
	left: 208px;
	background: url(../stromcek/04.png) no-repeat;
}

.xmasTreePartNo5 {
	width: 91px;
	height: 25px;
	top: 253px;
	left: 106px;
	background: url(../stromcek/05.png) no-repeat;
}

.xmasTreePartNo6 {
	width: 63px;
	height: 44px;
	top: 234px;
	left: 107px;
	background: url(../stromcek/06.png) no-repeat;
}

.xmasTreePartNo7 {
	width: 51px;
	height: 59px;
	top: 220px;
	left: 146px;
	background: url(../stromcek/07.png) no-repeat;
}

.xmasTreePartNo8 {
	width: 63px;
	height: 70px;
	top: 208.0px;
	left: 159px;
	background: url(../stromcek/08.png) no-repeat;
}

.xmasTreePartNo9 {
	width: 63px;
	height: 43px;
	top: 177px;
	left: 160px;
	background: url(../stromcek/09.png) no-repeat;
}

.xmasTreePartNo10 {
	width: 32px;
	height: 27px;
	top: 252px;
	left: 4px;
	background: url(../stromcek/10.png) no-repeat;
}

.xmasTreePartNo11 {
	width: 26px;
	height: 59px;
	top: 221px;
	left: 23px;
	background: url(../stromcek/11.png) no-repeat;
}

.xmasTreePartNo12 {
	width: 38px;
	height: 59px;
	top: 220px;
	left: 35px;
	background: url(../stromcek/12.png) no-repeat;
}

.xmasTreePartNo13 {
	width: 60px;
	height: 101px;
	top: 178px;
	left: 48px;
	background: url(../stromcek/13.png) no-repeat;
}

.xmasTreePartNo14 {
	width: 100px;
	height: 101px;
	top: 178px;
	left: 80px;
	background: url(../stromcek/14.png) no-repeat;
}

.xmasTreePartNo15 {
	width: 22px;
	height: 22px;
	top: 178px;
	left: 176px;
	background: url(../stromcek/15.png) no-repeat;
}

.xmasTreePartNo16 {
	width: 100px;
	height: 46px;
	top: 154px;
	left: 80px;
	background: url(../stromcek/16.png) no-repeat;
}

.xmasTreePartNo17 {
	width: 63px;
	height: 52px;
	top: 126px;
	left: 81px;
	background: url(../stromcek/17.png) no-repeat;
}

.xmasTreePartNo18 {
	width: 28px;
	height: 46px;
	top: 133px;
	left: 69px;
	background: url(../stromcek/18.png) no-repeat;
}

.xmasTreePartNo19 {
	width: 53px;
	height: 20px;
	top: 121px;
	left: 68px;
	background: url(../stromcek/19.png) no-repeat;
}

.xmasTreePartNo20 {
	width: 42px;
	height: 39px;
	top: 140px;
	left: 40px;
	background: url(../stromcek/20.png) no-repeat;
}

.xmasTreePartNo21 {
	width: 37px;
	height: 39px;
	top: 89.3px;
	left: 84px;
	background: url(../stromcek/21.png) no-repeat;
}

.xmasTreePartNo22 {
	width: 69px;
	height: 44px;
	top: 135px;
	left: 171px;
	background: url(../stromcek/22.png) no-repeat;
}

.xmasTreePartNo23 {
	width: 69px;
	height: 55px;
	top: 124px;
	left: 171px;
	background: url(../stromcek/23.png) no-repeat;
}

.xmasTreePartNo24 {
	width: 29px;
	height: 36px;
	top: 90px;
	left: 169px;
	background: url(../stromcek/24.png) no-repeat;
}

.xmasTreePartNo25 {
	width: 60px;
	height: 84px;
	top: 116px;
	left: 120px;
	background: url(../stromcek/25.png) no-repeat;
}

.xmasTreePartNo26 {
	width: 17px;
	height: 39px;
	top: 80px;
	left: 154px;
	background: url(../stromcek/26.png) no-repeat;
}

.xmasTreePartNo27 {
	width: 50px;
	height: 49px;
	top: 79px;
	left: 120px;
	background: url(../stromcek/27.png) no-repeat;
}

.xmasTreePartNo28 {
	width: 15px;
	height: 39px;
	top: 89px;
	left: 108px;
	background: url(../stromcek/28.png) no-repeat;
}

.xmasTreePartNo29 {
	width: 50px;
	height: 16px;
	top: 74px;
	left: 75px;
	background: url(../stromcek/29.png) no-repeat;
}

.xmasTreePartNo30 {
	width: 34px;
	height: 55px;
	top: 73.5px;
	left: 120px;
	background: url(../stromcek/30.png) no-repeat;
}

.xmasTreePartNo31 {
	width: 35px;
	height: 34px;
	top: 57px;
	left: 171px;
	background: url(../stromcek/31.png) no-repeat;
}

.xmasTreePartNo32 {
	width: 26px;
	height: 34px;
	top: 58px;
	left: 154px;
	background: url(../stromcek/32.png) no-repeat;
}

.xmasTreePartNo33 {
	width: 32px;
	height: 31px;
	top: 50px;
	left: 123px;
	background: url(../stromcek/33.png) no-repeat;
}

.xmasTreePartNo34 {
	width: 26px;
	height: 25px;
	top: 50px;
	left: 101px;
	background: url(../stromcek/34.png) no-repeat;
}

.xmasTreePartNo35 {
	width: 26px;
	height: 33px;
	top: 49px;
	left: 153px;
	background: url(../stromcek/35.png) no-repeat;
}

.xmasTreePartNo36 {
	width: 26px;
	height: 27px;
	top: 33px;
	left: 153px;
	background: url(../stromcek/36.png) no-repeat;
}

.xmasTreePartNo37 {
	width: 28px;
	height: 11px;
	top: 40px;
	left: 126px;
	background: url(../stromcek/37.png) no-repeat;
}

.xmasTreePartNo38 {
	width: 13px;
	height: 21px;
	top: 31px;
	left: 121px;
	background: url(../stromcek/38.png) no-repeat;
}

.xmasTreePartNo39 {
	width: 26px;
	height: 18px;
	top: 31px;
	left: 134px;
	background: url(../stromcek/39.png) no-repeat;
}

.xmasTreePartNo40 {
	width: 26px;
	height: 35px;
	top: 6px;
	left: 134px;
	background: url(../stromcek/40.png) no-repeat;
}

.xmasTreePartNo41 {
	width: 202px;
	height: 131px;
	top: 49px;
	left: 41px;
	background: url(../stromcek/41.png) no-repeat;
	z-index: 1;
}

/* pocet dni do vianoc */


.container_snow {
	/* position: absolute; */
	font-family: 'Parisienne',
	cursive;
	background: url(../upload/snehuliak.jpg) center no-repeat;
	/* background-color: rgb(2, 2, 112); */
	top: 90px;
	left: 180px;
}

#days {
	font-size: 50px;
	color:red;
	text-align: center;
	letter-spacing: 3px;
}

.drop {
	/* position: absolute; */
	top: 0;
	z-index: -1;
	opacity: 0;
}

.snow {
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: #FFF;
	box-shadow: 0 0 10px #FFF
}


.animate {
	animation: falling 8.5s infinite ease-in;
}


@keyframes falling {
	0% {
		top: 0;
		opacity: 1;
	}

	100% {
		top: 1500px;
		opacity: 0
	}
}

