@import url("https://www.manageengine.com/css/fonts.css");

/* --- Common styles --- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
html,body{
    width: 100%;
    height:100%;
}
body {
    font: 400 14px/24px 'Roboto', sans-serif;
    letter-spacing: .5px;
    line-height: 20px;
    color: #444;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Condensed', sans-serif;
}
body.scroll-down{
    overflow: hidden;
}
.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
ol {
    list-style-type: none;
}

.dark {
    background: #f4f4f4;
}

.dn {
    display: none;
}
h1{
    font-size: 2.7em;
    color: #fff;
    font-weight: 600;
    margin: 0 0 40px 0;
    text-align: center;
}
h1 span{color: #1bc9ec;}
a {
    color: #138cd6;
    text-decoration: none;
    outline: none;
    border: none;
}
.show {
    display: block !important;
}
aside, article{
    min-height: 650px;
}

aside{
    width:21%;
    color:#fff; 
    padding:2%; 
    background:#0e1729; 
    min-height: 650px; 
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
aside img{
    width:35%;
    margin-top: 10%;
}
aside h1{
    font-size:2.7em; 
    color:#fff; 
    font-weight: 600; 
    margin: 30px 0;
    text-transform: uppercase;
}
aside h1 span{
    color:#1bc9ec;
}
aside p{
    line-height: 24px;
    font-size: 1em;
    font-weight: 100;
}
aside p.secondtext{
    color:#34e885;
}
aside p.thirdtext{
    color:#1bc9ec; 
    position: absolute; 
    bottom:20px;
}
article{
    width:68%;
    display: inline-block;
    vertical-align: top; 
    margin: 0 0 0 2%;
    background:#0e1729; 
    padding:2%; 
    position: relative;
}
aside.bluractive, article.bluractive{
    filter: blur(20px); 
    -webkit-filter: blur(20px); 
    -moz-filter: blur(20px); 
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
}
#Ecards aside, #Ecards article{
    min-height: 750px;
}
.head-container, .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
}

.container {
    max-width: 1200px;
}

.slider-container .container {
    max-width: 1000px;
}

.pop-box {
    width: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    top: 0;
    display: none;
}

.pop-container,
#viewContainer {
    max-width: 100%;
    width: 720px;
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    position: fixed;
    height: 460px;
    top: 120px;
    overflow-y: scroll;
    left: 50%;
    margin-left: -350px;
    z-index: 101;
    display: none;
}


/* --- clearfix style --- */

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*+html .clearfix {
    display: inline-block;
}


/* --- Pre loader script --- */
.preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    background:#0c1724;
    z-index: 99999;
    top:1px;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
  background: #0c1724;
position: relative;
}
body .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
body .vertical-centered-box:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
body .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
#particles-background,
#particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}
#particles-background {
  background: #2c2d44;
  background-image: -moz-linear-gradient(45deg, #110731 2%, #050014 100%);
  background-image: -webkit-linear-gradient(45deg, #110731 2%, #050014 100%);
  background-image: linear-gradient(45deg, #110731 2%, #050014 100%);
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rotate{ 0% { -webkit-transform: rotate(0deg);} 100% { -webkit-transform: rotate(360deg);}}
@-moz-keyframes rotate{ 0% { -moz-transform: rotate(0deg);} 100% { -moz-transform: rotate(360deg);}}
@-o-keyframes rotate{ 0% { -o-transform: rotate(0deg);} 100% { -o-transform: rotate(360deg);}}
@keyframes rotate{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@-moz-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@-o-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@-moz-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@-o-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
[not-existing] {
  zoom: 1;
}
/* Activity bar */
.act-bar{ position:fixed; left:0; width:100%; z-index:9999; font-size:0.9em; top:-200px; -webkit-transition:all 1s ease;-moz-transition:all 1s ease; -ms-transition:all 1s ease; -o-transition:all 1s ease; background: rgba(6, 16, 34, .8);}
.act-bar.active{ top:0px;}
.act-bar div{ border-bottom:1px solid #68d8ec; padding-bottom:10px; margin:10px 10px 0 10px;}
.act-bar p{ float:left; color:#FFF;padding:5px;}
.act-menu{ float:right;}
.act-menu li{ float:left; padding:5px 15px;; color:#FFF; opacity:.7;}
.act-menu li i{ background:#1a3646; color:#1a3646; -webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px; width:10px; height:10px;display:inline-block; padding:4px; font-size:.8em; text-align:center; font-weight:bold;}
.act-menu li:hover{cursor: pointer;}
.act-menu li:hover, .act-menu li.complete{ opacity:1;}
.act-menu li.complete i{ color:#1a3646; opacity:1; background:#1bc9ec;}
/* loader 2 */
html {
  height: 100%;
}

body {
  height: 100%;
  align-items: center;
  background:#061021;
  justify-content: center;
}
.loader {
    position: relative;
    width: 75px;
    height: 100px;
    margin: 0 auto;
    top:35%;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: rgba(255, 255, 255, .5);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
          animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
          animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
          animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
          animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
          animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #68d8ec;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
          animation: ball 4s infinite;
}
section{width: 100%;}

/* --- Movearound section styles --- */
#movearound{
    text-align: center;
    z-index: 9999;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
    background: #061123;
    overflow: hidden;
}
#MainVideo{
    z-index: 999;
    background: #061123;
}
.sysadmin-brief{
    width:100%;
    background:#fff url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.happy-sysday-sec{
    background: #050f21;
}
.video-screen{
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.video-screen.active{
    -webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.movearound-sec h2, .video-screen h2, .sysadmin-brief h2{
    color: #1bc9ec;
    font-size: 3em;
    line-height: normal;
    font-weight: 600;
}
.happy-sysday-sec h2{
    font-size: 2.3em;
}
.movearound-sec h2 span, .video-screen h2 span, .sysadmin-brief h2 span{color: #fff;}
.movearound-sec p strong{font-weight: bold;color: #1bc9ec;}
.movearound-sec video{
    width: 100%;
    z-index: 1;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.video-screen h2{color:#fff;}
.movearound-sec p, .sysadmin-brief p{
    color:#fff;
    font-size: 1.6em;
    line-height: normal;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
    font-weight: 600;
}
.movearound-sec p+p{
    margin: 20px 0 40px 0;
    font-size: 1.3em;
    font-weight: 400;
}
.happy-sysday-sec p{
    font-size: 1.3em; 
    margin: 20px 0 0 0;
    font-weight: 400;
}
.video-screen p{
    margin: 10px 0 0 0;
}
.sysadmin-brief p.happy-sysday{
    font-size: 1.2em;
}
.happy-sysday-sec p.happy-sysday{
    font-size: 1.4em;
    font-weight: 600;
}
.happy-sysday-sec p.happy-sysday span{
    color:#1bc9ec;
}
.participate-btn, .skip-video{
    background: #1bc9ec;
    border:1px solid #1bc9ec;
    color:#fff;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: 600;
    display: inline-block;
    margin: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.watchvideo-btn{
    background: transparent;
    border:1px solid #fff;
    color:#fff;
}
.movearound-cont-inner .watchvideo-btn img{
    width: 14px;
    height: auto;
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: top;
}
.skip-video{display: none;}
.activity-stats{
    position: absolute;
    color: #1bc9ec;
    left: 35%;
    bottom: 3%;
}
.participate-btn:hover, .watchvideo-btn:hover, .skip-video:hover{
    background: transparent;
    border:1px dashed #1bc9ec;
    color:#1bc9ec;
}
.replay-video{
    color:#1bc9ec;
    border-radius: 2px;
    padding: 10px 25px;
    font-weight: 600;
    display: inline-block;
    margin: 30px 0;
	text-transform: uppercase;
    cursor: pointer;
}
.replay-video:hover{
    text-decoration: underline;
    color: #fff;
}
.movearound-inner, .sysadmin-brief-inner{
    position: relative;
    width: 100%;
}
.sysadmin-brief-inner{
    padding: 12% 0 0 0;
}
.happy-sysday-sec .sysadmin-brief-inner{
    padding: 6% 0 0 0;
}
.movearound-cont{
    margin: 12% auto 0 auto;
    padding: 2%;
    position: absolute;
    top:0;
    width: 96%;
    z-index: 2;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.me-logo{
    position: absolute;
    z-index: 2;
    left: 20px;
    top:20px;
}
.me-logo img{
    width: 130px;
    height: auto;
}
.cookies-store{
    position: fixed;
    bottom: -15%;
    background: rgba(14, 24, 42, 0.8);
    width:80%;
    padding:20px 10%;
    z-index: 2;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
    height: 5%;
}
.cookies-store.active{
    bottom: 0;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
.scroll-down-icon{
    position: absolute;
    z-index: 2;
    bottom: 15%;
    text-align: center;
    width:100%;
    cursor: pointer;
}
.scroll-down-icon img{
    width:25px;
}
.scroll-down-icon img.sdmob{display: none;}
.movearound-sec .cookies-store p{margin: 0;text-align: left;width:85%;font-size: .8em;}
.movearound-sec .cookies-store p a{color:#fff;text-decoration: underline;}
/*.video-container iframe{pointer-events: none;}*/
video{width: 100%;height: auto;overflow: hidden;}
.video-container iframe{background: #000;}
.video-screen{
    padding-top:0px;
    width: 100%;
    text-align: center;
    z-index: 99;
    color: #fff;
    background: rgba(6, 17, 35, 0.7);
    display: none;
    position: absolute;
    bottom: 0;
}
#SysBrief{
    margin-bottom: 3%;
}
.card-game > div, .pixel-art > div, .ecard-sec > div, .photo-contest > div{
    padding: 3% 2%;
}
.video-progress{
    width: 100%;
    background: #24303e;
    height: 4px;
    opacity: .8;
    position: relative;
    top: -5px;
    display: none;
}
.video-progress p{
    background: #1bc9ec;
    width: 0;
    height: 4px;
    opacity: .8;
	-webkit-animation: animvideobar 57s linear 1;
	-moz-animation: animvideobar 57s linear 1;
	animation: animvideobar 57s linear 1;
    display: none;
}
.word-game-note{
    text-align: right;
    font-size: .7em;
    padding: 10px 0 0 0;
    color: #fff;
    font-style: italic;
}
.happy-sysday-list{
    text-align: center;
    margin: 5% 0 0 0;
}
.happy-sysday-list li{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 2%;
    padding: 3% 0 0;
    background: #141b2c;
    color: #fff;
    cursor: pointer;
}
.happy-sysday-list li img{
    width:35%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.happy-sysday-list li:hover img{
    -webkit-animation-name: icon-wobble;
    animation-name: icon-wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.happy-sysday-list li h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    padding: 30px 0 30px 0;
}
.happy-sysday-list li h3+p{
    min-height: 70px;
}
.happy-sysday-list li .mob-sty h3 span{
    display: none;
}
.happy-sysday-sec .happy-sysday-list p{
    margin: 0;
    font-size: 1em;
    padding: 10px 20px 40px 20px;
}
.happy-sysday-sec .happy-sysday-list .connect-btn{
    background: #5cc7e8;
    color:#fff;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
}
.happy-sysday-sec .happy-sysday-list .connect-btn img{
    display: none;
}
.happy-sysday-sec .happy-sysday-list li:hover .connect-btn{
    color:#000;
}
.happy-sysday-sec li.complete p.connect-btn{
	background: #10CE8D;
}
.comp-tick-text, .comp-tick-icon, p.connect-btn.active span{display: none;}
p.connect-btn.active .comp-tick-text{display: block;}
/* --- e-cards section styles --- */
.ecards-images, .ecards-form{
    width:48%;
    display: inline-block;
    vertical-align: top;
}
.ecards-form{
    border-left: 1px solid #68d8ec;
    margin: 0 0 0 20px;
}
.ecards-images ul{
    margin: 20px 0 0 0;
}
.ecards-images ul li{
    width:19%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.ecards-images ul li img{
    border: 2px solid #0e1728;
}
.ecards-images li.active img, .ecards-images li:hover img{
    border: 2px solid #33eb95;
}
.ecards-images img{
    width:100%;
    height: auto;
    display: block;
}
.ecard-steps{
    color: #fff;
    padding: 0 0 15px;
    border-bottom: 1px solid #68d8ec;
    margin-bottom: 15px;
}
.ecard-steps strong{
    font-weight: 400;
    text-transform: uppercase;
}
.ecard-steps span{
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
}
.ecard-steps > span{
    padding: 0 6px 0 6px;
}
.ecard-steps span span{
    color:#1ad9ff;
    font-size: 1em;
}
.sysadminday-gallery-list ul, .games-overview-list ul{
    text-align: center;
}
.sysadminday-gallery-list ul li, .games-overview-list ul li{
    width:28%;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    background: #0c1a2b;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sysadminday-gallery-list ul li:hover, games-overview-list ul li:hover{
    background: #68d8ec;
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
}
.sysadminday-gallery-list img, .games-overview-list img{
    width: 100%;
}
.sysadminday-gallery-list h5{
    padding: 30px 0;
    color: #fff;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sysadminday-gallery-list ul li:hover h5{
    color: #0e182a;
}
.sysadminday-gallery-list ul li a{  
    display: block;
}
.sysadminday-gallery-list ul li span{    
    margin: 0 0 20px 0;
    display: inline-block;
    vertical-align: top;
    background: #0e182a;
    padding: 10px 20px;
    color: #fff;
    border:1px solid #68d8ec;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sysadminday-gallery-list ul li:hover span{    
    background: #0e182a;
    border:1px solid #0e182a;
    color: #68d8ec;
}
/* --- Forms styles --- */
.form-field{
    width: 90%;
    margin: 0 0 15px 20px;
    color:#fff;
    position: relative;
}
input, textarea {
    background: #050e1f;
    border: 1px solid #050e1f;
    padding: 15px 20px;
    color: #fff;
    width: 90%;
    font-size: 14px;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
form .form-group select {
    background: #050e1f url(../images/dropdown-arrow.png) no-repeat 95% center;
    border: 1px solid #050e1f;
    padding: 0 0 0 20px;
    width: 100%;
    font-size: 14px;
    height: 50px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #666;
}
input[type="text"]:disabled {
    color: #333;
}
.ecards-form .form_subscribecheck{
    margin: 0 0 20px 27px;
}
.ecards-form .form_subscribecheck label{
    color: #fff;
}
form input[type=text]:hover{
    border: 1px solid #1bc9ec;
}
textarea{
    height: 100px;
}
.reg_form_errors{
    display: none;
}
.hide_field{display: none;}
.form-checkfield{
    position: relative;
    margin: 0 0 0 40px;
}
.form-checkconfirm{
    margin: 0 0 15px 27px;
}
.form-checkfield input {
    width: 10px;
    display: inline-block;
    vertical-align: top;
}
.form-checkfield label{
    color:#fff;
    font-size: 12px;
}
form .zc-Radio input{
    width:20px;
}
form .zc-Radio label{
    color:#fff;
    font-weight: 300;
    font-size: 14px;
}
form .zc-Radio-label{
    margin: 0 0 10px 0;
    display: block;
}
form .zc-Radio span{
    padding: 5px 0;
    display: block;
    cursor: pointer;
}
.privacy-policy{
    color:#fff;
    font-size: 12px;
    margin: 20px 0 20px 20px;
    line-height: normal;
}
.privacy-policy span{
    color: #138cd6;
    cursor: pointer;
}
.privacy-policy a:hover, .privacy-policy span:hover{
    text-decoration: underline;
}
.submit-block{
    margin: 0 0 0 20px;
}
.submit-block input, .preview-btn {
    background: #1bc9ec;
    color: #000;
    padding: 12px 20px;
    width: auto;
    font-size: 1em;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border-radius: 2px;
}
.submit-block input:hover, .preview-btn:hover {
    background: #fff;
}
.reg_form_errors {
    position: absolute;
    bottom: -13px;
    color: #ff2626;
    font-size: 11px !important;
    font-style: italic;
}
input[type=text]:focus, textarea:focus, select:focus{
    outline:none;
}
.ecard_captchafield{
    margin: 0 0 20px 0;
}
.ecard_captchafield .reg_form_errors{
    left: 36%;
}
.ecards-form .submit-block .ecard_captchafield input{
    background: #040e20;
    border: 1px solid #040e20;
    color: #fff;
    font-weight: 300;
}
.ecards-form .submit-block .ecard_captchafield input:hover {
    border: 1px solid #1bc9ec;
}
/* --- Ecard popup styles --- */
.preview-popup, .video-pop {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(31, 42, 66, 0.95);
    display: none;
    z-index: 999999;
}
.video-closeanywhare{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: rgba(31, 42, 66, 0.45);
    position: absolute;
    z-index: 2;
    top: 0;
    display: none;
}
.video-pop {height: 100%;}
.pre-pop-inner{
    background: #081122;
    color: #fff;
    width: 35%;
    margin: -6% auto 0 auto;
    padding: 20px;
    text-align: center;
    transform: scale(.7);
}
.video-pop-inner {
    background: #081122;
    color: #fff;
    width: 90%;
    height: 80%;
    margin: 5% auto 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 4;
}
.pre-pop-inner img {
    width: 100%;
}
.preview-popup h4 {
    font-family: Georgia,serif; 
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
}
.preview-popup p {
    line-height: 20px;
    padding: 5px 0;
    text-align: left;
}
.popup-close{
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
}
.popup-close img{
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.popup-close img:hover{
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Safari 3-8 */
    transform: rotate(360deg);
}
.preview-popup .submit-block{
    text-align: right;
    position: absolute;
    right: -50%;
    bottom: 0;
}
.submit-block .popup-close{
    position: static;
    padding: 0 0 0 10px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
}

.submit-block .popup-close:hover{
    text-decoration: none;
}
.ecard-footer{
    text-align: center;
    border-top: 1px dashed #333;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 11px;
}
.ecard-footer h5{
    font-weight: 600;
}
.ecard-footer p{
    text-align: center;
}
/* --- photo contest styles --- */
.gallery-images{
    width:100%;
    position: relative;
}
.picslide-left, .picslide-right{
    position: absolute;
    top:45%;
    left: 5%;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    text-shadow: 1px 2px 3px #333;
}
.picslide-right{
    position: absolute;
    right: 5%;
    left: auto;
}
.gallery-images ul{
    margin: 20px 0 0 0;
}
.gallery-images ul li{
    width:13%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.gallery-images ul li img{
    display: inline-block;
    vertical-align: top;
    width:100%;
    border: 2px solid #0e1728;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: .6;
}
.gallery-images ul li img:hover, .gallery-images ul li img.active{
    border: 2px solid #33eb95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.gallery-images img{
    width:100%;
    height: auto;
}
.mySlides {display:none}
.demo {cursor:pointer}

/* --- tearms and conditions styles --- */
.TermsConditions h1{
    font-size: 2.7em;
    color: #fff;
    font-weight: 600;
    margin: 0 0 40px 0;
    text-align: center;
}
.TermsConditions h1 img{display: none;}
.TermsConditions span{
    color: #1bc9ec;
}
.TermsConditions > div{
    background: #0e1729;
    padding: 3% 5%;
    margin: 0 1% 0 0;
    color: #fff;
}
.TermsConditions > div div{
    height: 500px;
    overflow: auto;
}
.TermsConditions h3{
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 5px 0;
    color:#fff;
}
.TermsConditions h3 a{
    color:#fff !important;
}
.TermsConditions p{
    font-size: 1em;
    font-weight: 300;
    line-height: normal;
    padding: 10px 0;
}
.TermsConditions ol li{
    list-style-type: lower-alpha;
    list-style-position: inside;
    line-height: normal;
}
.TermsConditions img{
    width: 200px;
    margin: 2% 2% 1% 2%;
    display: block;
}
.Terms-margin {
    margin: 0px 3% 0px 2% !important;
}
/* --- footer styles --- */
footer {
    background: #060e22;
    bottom: 0px;
    padding: 20px 0 !important;
    color: #aaa;
    text-align: center;
    width: 100%;
}
footer p {
    font-size: .8em;
    padding-left: 5px;
}
p.copyright{
    padding: 20px;
}
.share-list a{
    display: inline-block;
    padding: 0 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.share-list a:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.zoho-division {
    font-size: 2em;
    line-height: normal;
    margin: 20px 0 15px 0;
}
.zoho-division span {
    display: block;
    padding: 10px 0 15px 0;
    color: #eee;
    font-size: .9em;
}
.zoho-division img {
    width: 70px;
    padding: 10px 8px 0 8px;
    vertical-align: top;
}
#mute {
    position: absolute;
    background: url(../images/audio-play.svg) no-repeat 0 0;
    width:30px;
    height: 30px;
    right: 3%;
    top: 4%;
    cursor: pointer;
}
#mute.active{
    background: url(../images/audio-mute.svg) no-repeat 0 0;
}
div.final-pop{
    height: 100%;
}
.final-pop-msg{
    text-align: center;
    transform: scale(1);
    margin: 10% auto 0 auto;
    padding: 50px;
    width: 40%;
}
.final-pop-msg h3{
    font-size: 1.6em;
    line-height: normal;
}
.final-pop-msg h3 span{
    font-size: 2em;
    line-height: normal;
}
.final-pop-msg > span{
    margin: 20px 0 0 0;
    display: inline-block;
    background: #1bc9ec;
    color: #000;
    padding: 10px 20px;
    cursor: pointer;
}
.final-pop-msg > span:hover{
    background: #fff;
    color:#000;
}
.final-pop-msg p{
    text-align: center;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
            transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
            transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
            transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
            transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
            transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
            transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
            transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
            transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
            transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
            transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
            transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
            transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
            transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
            transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
            transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
            transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
            transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
            transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
            transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
            transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
            transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
            transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

* KEYFRAMES */

@-webkit-keyframes animvideobar {
    0% {
        width:0%;
    }
    20% {
        width:20%;
    }
    40% {
        width:40%;
    }
    60% {
        width:60%;
    }
    80% {
        width:80%;
    }
    100% {
        width:100%;
    }
}
@-moz-keyframes animvideobar {
    0% {
        width:0%;
    }
    20% {
        width:20%;
    }
    40% {
        width:40%;
    }
    60% {
        width:60%;
    }
    80% {
        width:80%;
    }
    100% {
        width:100%;
    }
}
@keyframes animvideobar {
    0% {
        width:0%;
    }
    20% {
        width:20%;
    }
    40% {
        width:40%;
    }
    60% {
        width:60%;
    }
    80% {
        width:80%;
    }
    100% {
        width:100%;
    }
}
/* Wobble To Bottom Right */
@-webkit-keyframes icon-wobble {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}