@font-face {
    font-family: 'Conv_corbel';
    src: url('fonts/corbel.eot');
    src: local('☺'), url('fonts/corbel.woff') format('woff'), url('fonts/corbel.ttf') format('truetype'), url('fonts/corbel.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.highlight {
    background: url("../images/bg_highlight.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    display: none;
    height: 450px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#xmas h1.greeting {
    font-size: 38px;
    font-family: 'Conv_corbel';
    margin: 25px auto 15px;
    overflow: hidden;
    text-align: center;
    color:#9eb823;
    line-height: 44px;
}
#xmas h2 {
    font-size: 18px;
    font-family: 'Arial';
    font-weight: normal;
    color:#555555;
    margin: 0 0 15px;
    line-height: 25px;
}
.tree_cont{
    position: relative;
    padding-top: 100px;
    margin-top: -20px;
}
.tree {
    background: url("../images/bg_tree.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 373px;
    margin: 0 auto;
    position: relative;
    width: 410px;
    z-index: 99;
}
.tree .ornament {
    display: block;
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 100;
    border: 2px solid #fff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    box-shadow: 0 0 0 0 #fff;
    -webkit-transition: box-shadow 0.5s ease-in-out;
    -moz-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
}
.tree .ornamentactive {
    box-shadow: 0 0px 8px 4px #fff;
}
.tree .ornament.blue { background: none #6c84de; }
.tree .ornament.purple { background: none #c386c9; }
.tree .ornament.yellow { background: none #f5ee21; }
.tree .ornament.orange { background: none #f0ae21; }
.tree .ornament.red { background: none #ee6d6a; }
.tree .ornament.green { background: none #8ce140; }
.tree .ornament.no1 {
    left: 165px;
    top: 102px;
}
.tree .ornament.no2 {
    left: 228px;
    top: 139px;
}
.tree .ornament.no3 {
    left: 188px;
    top: 161px;
}
.tree .ornament.no4 {
    left: 139px;
    top: 176px;
}
.tree .ornament.no5 {
    left: 216px;
    top: 209px;
}
.tree .ornament.no6 {
    left: 275px;
    top: 200px;
}
.tree .ornament.no7 {
    left: 102px;
    top: 235px;
}
.tree .ornament.no8 {
    left: 168px;
    top: 247px;
}
.tree .ornament.no9 {
    left: 231px;
    top: 274px;
}
.tree .ornament.no10 {
    left: 272px;
    top: 246px;
}
.tree .ornament .glow {
    background: url("../images/glow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 25px;
    height: 26px;
    right: 2px;
    position: relative;
    top: 2px;
}

#xmas footer{
    text-align: center;
}

a.ecolounge {
    display: block;
    margin: 25px auto 30px;
}
/*
#footer {
    margin: 70px 0 0;
}
#footer a.hypnosia {
    display: block;
    float: right;
}
#footer .fb-like {
    float: left;
}
*/