@charset "utf-8";
.loading {
    display: none;
}
#preloader {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 99999;
    position: absolute;
    text-align: center;
    background-image: url(../images/loading-w.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
#preloader::after {
    position: absolute;
    width: 100px;
    content: 'Loading...';
    color: #fff;
    bottom: -25px;
    left: -30px;
    font-weight: 700;
}

#preloader svg {
    width: 100%;
}

body {
    font-family: 'Special Elite', cursive;
    font-weight: 400;
    /*
	background-color: #ccc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	*/
    color: #000;
    font-size: 17px;
    width: 100%;
    height: auto;
}

p {
    line-height: 130%;
    margin-bottom: 25px;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

button,
a {
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
    font-size: 100%;
}

.globe {
    position: absolute;
    width: 800px;
    bottom: -760px;
    left: 50%;
    margin-left: -400px;
    border-radius: 100%;
    overflow: hidden;
    z-index: -1;
    padding: 0px;
}

.globe img {
    width: 100%;
    max-width: inherit;
    /*	-webkit-animation: 150s infinite  spin;*/
    -webkit-animation: spin 150s linear infinite;
}

.container.lti-container {
    max-width: 800px;
    /*height: 600px;*/
    margin: 0 auto;
    position: relative;
    padding: 60px 0 0;
    background-color: #ffefde;
    background-image: url(../images/sandesh-to-soldier-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100%;*/
    background-size: cover;
}

.satellite-container {
    margin: 0 auto;
    width: 275px;
    position: relative;
}

.satellite-container:before {
    position: absolute;
    bottom: 0;
    left: -64px;
    content: ' ';
    width: 167px;
    height: 104px;
    z-index: 9999;
    background-image: url(../images/tree-left.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.satellite-container:after {
    position: absolute;
    bottom: 0;
    right: -13px;
    content: ' ';
    width: 80px;
    height: 104px;
    z-index: 9999;
    background-image: url(../images/tree-right.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.satellite-container img.satellite {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1000;
}

/*.satellite-inner-container {
-webkit-animation: flying 3s infinite;
}
.satellite-container {
-webkit-animation: flames 14s infinite;
}*/
.el-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1002;
}

.slider-bg-box {
    width: 145px;
    height: 150px;
    background-image: url(../images/slider-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 75px;
    left: 13px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    padding: 22px 23px 0 16px;
}
.slider-bg-box .letter-text {
    text-align: center;
    margin: 0 0 8px;
    line-height: 115%;
    font-weight: bold;
}
.slider-bg-box .click-btn {
    margin: 0 auto;
    display: block;
    padding: 4px 0 5px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: #292929;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.slider-bg-box .click-btn span {
    display: block;
    background: url(../images/animated_text_fill2.jpg) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 18s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}






.slider-bg {
    width: 120px;
    height: 120px;
    background-image: url(../images/slider-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 110px;
    left: 13px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    padding: 10px 10px 10px 7px;
}

.slider-bg:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    content: 'From:';
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}

.slider-bg .from-txt {
    padding-top: 3px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.el-slider {
    width: 100%;
    height: 100%;
}

.card-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
    padding: 30px 20px;
}

.card-modal.is-open {
    display: block
}

.card-modal::before {
    content: '';
    display: inline-block;
    /*	height: 100%;*/
    height: auto;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-box {
    text-align: left;
    width: 400px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    line-height: 130%;
    border: 16px solid #e38000;
    border-image: 16 repeating-linear-gradient(45deg, #e38000 0, #e38000 1em, transparent 0, transparent 2em, #097c05 0, #097c05 3em, transparent 0, transparent 4em);
    position: relative;
}

.close-card {
    position: absolute;
    top: -33px;
    right: -33px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 3px solid #e38000;
    text-align: center;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}

.close-card i {
    line-height: 28px;
    color: #097c05;
    font-size: 20px;
}

.close-card:hover i {
    color: #e38000;
}

.list-el {
    cursor: pointer;
    /*	word-wrap: break-word;*/
    font-weight: 700;
    font-size: 90%;
    height: 85px;
    text-align: center;
}

.list-el h3 {
    font-weight: 700;
    font-size: 16px
}

.data-message p {
    font-size: 20px;
    margin-bottom: 20px;
}
/*.data-message p span {
    display: block;
}*/
.data-video {
    margin: -20px -20px 20px -20px;
}

.data-name {
    font-weight: 700;
    color: brown;
}

.data-deg {
    font-size: 95%;
}

.data-deg::before {
    content: '('
}

.data-deg::after {
    content: ')'
}

ul.filter {
    /*background-color: #ccc;*/
    position: absolute;
    bottom: 58px;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

.filter li {
    /*position: absolute;*/
    /*background-color: #ccc;*/
    z-index: 999;
    font-size: 0;
    display: inline-block;
    text-indent: -10000px;
    /*transition: all 0.2s ease-in-out;*/
}

.topic span {
    background: #d53a24;
    color: #fff;
    display: inline-block;
    padding: 2px 2px 0 2px;
    line-height: 100%;
}

.location {
    margin-top: 3px;
}

/*.filter li::before {
width: 100px;
height: 7px;
position: absolute;
content: '';
background-image: url(../images/stk.png);
background-repeat: repeat-x;
background-size: 1px;
z-index: -1;
}*/
.filter li a {
    display: block;
    width: 40px;
    height: 40px;
}

.filter-audio {
    bottom: 130px;
    left: -65px;
    background-image: url(../images/filter-audio.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.filter-video {
    bottom: 210px;
    right: -65px;
    background-image: url(../images/filter-video.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.filter-text {
    bottom: 130px;
    right: -65px;
    background-image: url(../images/filter-text.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.filter li.filter-video a {
    display: block;
    width: 48px;
    height: 48px;
}

.filter-audio.is-active {
    background-image: url(../images/filter-audio-color.png);
}

.filter-video.is-active {
    background-image: url(../images/filter-video-color.png);
}

.filter-text.is-active {
    background-image: url(../images/filter-text-color.png);
}

.filter li.is-active {
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
}

/*.filter li.filter-audio.is-active {
transform: translateX(-50px);
}
.filter li.filter-video.is-active {
transform: translateX(50px);
}
.filter li.filter-text.is-active {
transform: translateX(50px);
}*/
/*.filter li.filter-audio::before {
bottom: 26px;
left: 54px;
}
.filter li.filter-video::before {
bottom: 26px;
right: 54px;
}
.filter li.filter-text::before {
bottom: 26px;
right: 54px;
}*/
.fire {
    z-index: 1;
    background-image: url(../images/fire.png);
    background-repeat: no-repeat;
    background-size: 28px;
    -webkit-animation: fire 0.2s steps(2) infinite;
    -moz-animation: fire 0.2s steps(2) infinite;
    -ms-animation: fire 0.2s steps(2) infinite;
    -o-animation: fire 0.2s steps(2) infinite;
    animation: fire 0.2s steps(2) infinite;
}

.fire-left {
    position: absolute;
    width: 14px;
    height: 23px;
    bottom: 10px;
    left: 56px;
}

.fire-right {
    position: absolute;
    width: 14px;
    height: 23px;
    bottom: 10px;
    left: 131px;
    transform: rotate3d(0, 0, 1, -38deg);
}

.fire-mid {
    position: absolute;
    width: 14px;
    height: 23px;
    bottom: 10px;
    left: 95px;
    transform: rotate3d(0, 0, 1, -20deg) scale(0.7);
}

.antina {
    position: absolute;
    top: -14px;
    left: -16px;
    width: 80px;
}

.glow {
    -webkit-animation: glow .5s ease-in-out infinite alternate;
    animation: glow .5s ease-in-out infinite alternate;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fc8c65;
    border-radius: 100%;
    z-index: 9999;
}

.glow.glow-1 {
    top: -4px;
    left: 110px;
}

.glow.glow-2 {
    top: -3px;
    left: 137px;
    animation-delay: .2s;
}

.valign {
	font-size: 1.25em;
    position: relative;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-el {
    transition: all 0.2s;
}

.list-el:hover {
    transform: scale3d(1.1, 1.1, 1.1);
}

.btn-write-letter {
    position: absolute;
    z-index: 1019;
    top: 157px;
    left: 0;
    right: 0;
    width: 82px;
    display: block;
    margin: 0 auto;
}

.form-content {
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

#ugc_Modal.card-modal,
#ugc_Modal .modal-content,
#ugc_Modal .modal-box {
    height: 100%;
}

#ugc_Modal .modal-box {
    padding: 0 !important;
}