/* General Settings - Start */
* {
    font-family: Tahoma;
}

html,body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    /*overflow: hidden;*/
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}


.navbar-default {
    border: none;
}

.favorite-icon {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-top: 4px;
}

.favorite-icon-full {
    background-image: url('../images/star-full.png');
}

.favorite-icon-empty {
    background-image: url('../images/star.png');
}


.fb-like-box {
    background-color: rgba(255,255,255, 0.8);
    position: fixed !important;
    top: 300px;
    right: 40px;
}

.counters {
    background-color: rgba(255,255,255, 0.8);
    position: fixed !important;
    bottom: 5px;
    right: 40px;
}

.form-group li{
    color:red;
}

.row {
    margin: 0;
}

.container {
    margin-top: 85px;
}

h3.panel-title {
    text-align: right;
    font-family: Tahoma;
}

h1.panel-title {
    font-size: 24px;
    font-family: Tahoma;
}

.tree {
    background: none;
    border: none;
}

.btn-santa {
    background-image: url('../images/btn.png');
    background-repeat: no-repeat;
    height: 100px;
    width: 253px;
    font-weight: bold;
    font-size: 18;
    padding-top: 20px;
    background-color: transparent;
    display: block;
    color: #ffffff;
    border: 0;
}
.btn-santa a{
    text-decoration: none;
    color: #ffffff;
}
.btn-santa-bottom{
    margin-top: -93px;
}
.btn-santa-mail{
    margin-left: -15px;
    margin-top: -50px;
}

.santa-feedback-container {
    min-height: 256px;
    background-image: url('../images/santa.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.content_text p {
    text-align: justify;
}

.content_text p.right {
    text-align: right;
}

.content_text h3, .content_text h4, .content_text p span {
    text-align: center;
    color: #4cae4c;
    font-weight: bold;
}


#wrapper {
    width: 100%;
    overflow: hidden;
    background: url('../images/bg.jpg') no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 999;

    min-height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -30px;
    /* Pad bottom by footer height */
    padding: 0 0 30px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 30px;
    padding-top: 10px;
}
/* General Settings - End */

/* Kudo - Start */
div.opening {
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0px auto;
    border: 3px solid #4cae4c;
    position: relative;
}

div.opening div.circle {
    background-color: #4cae4c;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition-property: transform, background-color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    transform: scale(0.3);
    transition-style: preserve-3d;
    -webkit-transition-property: -webkit-transform, background-color;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform: scale(0.3);
    -webkit-transform-style: preserve-3d;
    -moz-transition-property: -moz-transform, color;
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -moz-transform: scale(0.3);
    -moz-transform-style: preserve-3d;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
}

figure {
    display: block;
    position: relative;
    margin: 0px auto;
    left: auto;
    top: auto;
    margin-top: 5px;
}

figure.kudo {
    margin-right: -5px;
    text-align: center;
}

.kudo.complete a.kudobject div.opening div.circle {
    background-image: url('../images/heart.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4cae4c;
    background-size: 80%;
    -moz-background-size: 80%;
}

a.count {
    float: left;
    text-decoration: none;
}

a.count span {
    width: auto;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    margin-top: 5px;
    color: #4cae4c;
    font-weight: 800;
    display: block;
    line-height: 13px;
    margin-top: 5px;
    margin-left: 5px;
}

a.count span.num {
    font-size: 9px;
}

a.count span.txt {
    font-size: 11px;
}

a.kudobject {
    float: left;
    display: block;
    cursor: pointer;
}

.kudo.active a.kudobject div.opening div.circle {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    background: rgba(0, 0, 0, 0.7)
}

.kudo.complete a.kudobject div.opening div.circle {
    transition-property: none;
    animation: bounce 1s;
    animation-iteration-count: 1;
    transform: scale(0.85);
    -webkit-transition-property: none;
    -webkit-animation: bounce 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform: scale(0.85);
    -moz-transition-property: none;
    -moz-animation: bounce 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform: scale(0.85);
}

@keyframes bounce {
    0% {
        transform: scale(1.1);
        background-color: #4cae4c;
        opacity: 1;
    }
    50% {
        transform: scale(1.6);
        opacity: .7;
        background-color: #4cae4c;
    }
    60% {
        transform: scale(0.6);
        opacity: 1;
    }
    80% {
        transform: scale(0.95)
    }
    100% {
        transform: scale(0.85)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(1.1);
        background-color: #4cae4c;
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.6);
        opacity: .7;
        background-color: #4cae4c;
    }
    60% {
        -webkit-transform: scale(0.6);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale(0.95)
    }
    100% {
        -webkit-transform: scale(0.85)
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: scale(1.1);
        background-color: #4cae4c;
        opacity: 1;
    }
    50% {
        -moz-transform: scale(1.6);
        opacity: .7;
        background-color: #4cae4c;
    }
    60% {
        -moz-transform: scale(0.6);
        opacity: 1;
    }
    80% {
        -moz-transform: scale(0.95)
    }
    100% {
        -moz-transform: scale(0.85)
    }
}
/* Kudo - End */

/* Loading - Start */
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #193c54 url('../images/Loading-bg.jpg')  no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#loading .spinner {
    position: relative;
    width: 94px;
    height: 112px;
    top: 50%;
    margin: -56px auto;
    background: url('../images/loading.png') no-repeat center;
    -webkit-animation: mask 1s infinite alternate;
    -moz-animation: mask 1s infinite alternate;
    -ms-animation: mask 1s infinite alternate;
    -o-animation: mask 1s infinite alternate;
    animation: mask 1s infinite alternate;
}

@-webkit-keyframes mask {
    0% {
        -webkit-transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(-90deg);
    }
}

@-moz-keyframes mask {
    0% {
        -moz-transform: rotate(90deg);
    }
    100% {
        -moz-transform: rotate(-90deg);
    }
}

@-ms-keyframes mask {
    0% {
        -ms-transform: rotate(90deg);
    }
    100% {
        -ms-transform: rotate(-90deg);
    }
}

@-o-keyframes mask {
    0% {
        -o-transform: rotate(90deg);
    }
    100% {
        -o-transform: rotate(-90deg);
    }
}

@keyframes mask {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(-90deg);
    }
}
/* Loading - End */

/* Counter Table - Start */
.counterTable {
    width: 254px;
    height: 282px;
    background: url('../images/table.png') no-repeat top right;
    position: fixed;
    top: 0px;
    right: 30px;
    z-index: 8000;
}

.counterTable span {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    color: #082129;
    text-shadow: 3px 3px 2px rgba(255, 255, 255, 0.4);
    font-size: 25px;
    line-height: 45px;
}

.counterTable span.title {
    margin-top: 60px;
    font-size: 20px;
    color: #FFF;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

.counterTable a {
    display: block;
    color: #FFF;
    font-size: 20px;
    line-height: 37px;
    text-align: center;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

.counterTable ul.counterLang {
    display: block;
    margin-left: 40px;
}

.counterTable ul.counterLang li {
    float: left;
    margin-left: 20px;
}

/* Counter Table - End */

/* Music Player - Start */
a.musicPlayer {
    display: block;
    width: 173px;
    height: 127px;
    position: fixed;
    bottom: 50px;
    left: 50px;
    text-indent: -9999px;
    background: url('../images/MusicPlayer.png') no-repeat top left;
    z-index: 6000;
}

a.musicPlayer.off {
    background: url('../images/MusicPlayer.png') no-repeat bottom left;
}

/* Music Player - End */

/* Moon - Start */
.iceWrap {
    width: 100%;
    height: 71px;
    background: url('../images/ice.png') repeat-x bottom left;
    position: fixed;
    top: 49px;
    left: 0;
}

div.moon {
    position: fixed;
    top: 100px;
    left: 0;
    display: block;
    width: 100%;
    height: 294px;
    background: url('../images/moon.png') no-repeat center center
}

.snowEffect {
    position: fixed;
    top: 50px;
    left: 0;
}
/* Moon - End */

/* Copyright Text - Start */
.copyright {
    text-align: center;
    font-size: 9px;
    color: #df1e22;
}
/* Copyright Text - End */

.jumbotron p {
    text-align: center;
}

.jumbotron img {
    margin: 0 auto;
}

h4.modal-title {
    font-family: Tahoma;
}
.img-child {
    height: 65px !important;
    width: 65px;
}
#topMails{
    position: fixed;
    z-index: 100;
    left: 5px;
    top: 75px;
    height: 500px;
    width: 290px;
    background-color: #ffffff;
    opacity:0.9;
    background-image: url('../images/topMain_topLeft.png'), url('../images/topMain_bottom.jpg');
    background-position: left top, bottom;
    background-repeat: no-repeat;
}
#topMails img{
    height: 60px;
}
#topMails table{
    margin-top: 50px;
    margin-left: 30px;
}
h4{
    font-family: Tahoma;
}