body{
	background-color:#FCDD22
}
.logo{
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/img/logo.png);
    width: 700px;
    height: calc(100vh - 310px);
    margin: auto;
}

.info{
	background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/img/info.jpg);
    width: 700px;
    height: 200px;
    margin: auto;
    position: relative;
    margin-top: 30px;
}
.info-btn{
	vertical-align: middle;
    border-style: none;
    width: 250px;
    position: absolute;
    top: 125px;
    right: 210px;
	border-radius: 3px;
    box-shadow: 1px 1px 4px;
}
header{
	display: table;
	width: 100%;
	padding: 10px 0;
    height: 71px;
}
.header-left-side, .header-right-side{
	display: table-cell;
}
.header-left-side{
	position: relative;
    padding-left: 160px;
}
.header-right-side{
	text-align: right;
}
.header-logo{
	position: absolute;
    left: 30px;
    top: -8px;
	z-index: 100;
}
.header-logo img{
	width: 135px;
}
.header-title{
	font-size: 28px;
}
.header-selection{
    max-width: 200px;
    display: inline-block;
    margin-right: 15px;
    height: 50px;
	background-color: rgba(255, 255, 255, 0.41);
    padding: 0 5px;
}
.header-user{
    display: none;
    vertical-align: middle;
    margin-right: 20px;
}
.header-logout{
	height: 50px;
    line-height: 50px;
    display: inline-block;
	margin-right: 30px;
}
.header-user-image{
	background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
	border-radius: 50%;
}
.header-user-name{
	display: inline-block;
    vertical-align: middle;
	margin-left: 10px;
}
.setting-selector{
	
}
.posts-wrapper{
	background:#e6e6e6;
}
.container{
	background:white;
}
@media (max-width: 992px){
	.container {
		max-width: 100%!important;
	}
}
.posts-container{
	height: calc(100vh - 72px);
    overflow-y: scroll;
	position: relative;
}
.posts-container i.fa-spinner{
	position: absolute;
    margin: 0;
    top: 50%;
    left: calc(50% - 20px);
}
.posts-contest{
	display: none;
}
.post-selected-actions{
	padding-bottom: 10px;
}
.share-contest{
	margin: 20px 0 0;
}
.insta-post{
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0 solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    position: relative;
	max-width:610px;
	padding-top: 10px;
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid white;
}
.insta-title{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-weight: 600;
    padding: 5px 10px 15px;
    text-align: center;
    text-transform: inherit;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    text-align: left;
}
.insta-heart, .insta-comment, .insta-share, .insta-contest{
	display: inline-block;
    vertical-align: middle;
    height: 44px;
    padding: 11px 10px;
}
.insta-contest{
	float: right;
    padding: 0 10px;
	cursor:pointer;
	transition: 0.3s;
}
.insta-contest i{
	font-size: 27px;
	vertical-align: middle;
	padding: 7px;
	transform: none;
    opacity: 1;
}
.insta-contest:hover{
	background: #fcdd22;
}

.no-posts{
	position: absolute;
    margin: 0;
    top: calc(50% - 52px);
    left: calc(50% - 77px);
    text-align: center;
}
.no-posts i{
	border: 2px solid black;
    padding: 15px;
    border-radius: 50%;
}
.no-posts i:before{
	
}
.no-posts span{
	display: block;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 28px;
}
.post-selected-wrapper{
	height: calc(100vh - 450px);
    overflow-y: auto;
	padding-right: 12px;
}
.post-selected{
	margin-top: 10px;
    border: 1px solid #dbdbdb;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	min-height: 133px;
}
.post-selected-img{
	float:left;
	margin-right: 10px;
}
.post-selected img{
	width: 120px;
}
.post-selected-comments{
	padding: 10px 0;
    margin: 0;
}
.post-selected-comment{
	margin-bottom: 5px;
}
.post-selected-comment .card-body{
	padding: 7px 15px;
}
.post-selected-comment-user{
	margin-bottom: 3px;
}
.post-selected-comment-text{
	
}
.post-selected-settings{
	padding: 40px 0 5px;
}
.post-selected-label{
	width: 100%;
}
.post-selected-checkbox{
	width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.animation-wrapper{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fcdd22;
	display:none;
	overflow-y: auto;
}
.animation-wrapper .container{
	background:unset;
}
.animation-wrapper .logo{
	width: 100%;
    max-width: 500px;
	height: calc(100vh - 350px);
}
.winners-number{
	font-size: 60px;
    margin: 30px 10px 0px;
}
.winners-number-text{
	font-size: 40px;
    width: 450px!important;
    display: inline-block;
    /*border: 3px solid black;*/
    border-radius: 5px;
}

/*----------------------ANIMATIONS---------------------------*/
/*----------------------animated-fa-trophy-------------------*/
.users-loading{
	display:none;
	font-size: 25px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.btn-animated-inner span{
	animation: blinker 1s linear infinite;
}
.fa-trophy{
	transform: translateY(-100px);
    opacity: 0;
	transition:0.5s;
    margin: 0 5px;
}
/*----------------------btn-animated-------------------*/
@keyframes btn-appear1
{
	0% {
		border:2px solid black;
		width: 0%;
		height: 0%;
		border-top-color: black;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	50%{
		border:2px solid black;
		width: 100%;
		height: 0%;
		border-top-color: black;
		border-right-color: black;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
	100%{
		border:2px solid black;
		width: 100%;
		height: 100%;
		border-top-color: black;
		border-right-color: black;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
}
@keyframes btn-appear2
{
	0% {
		border:2px solid black;
		width: 0%;
		height: 0%;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: black;
	}
	50%{
		border:2px solid black;
		width: 100%;
		height: 0%;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: black;
		border-left-color: black;
	}
	100%{
		border:2px solid black;
		width: 100%;
		height: 100%;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: black;
		border-left-color: black;
	}
}
@keyframes btn-appear-text
{
	0% {
		opacity:0
	}
	100%{
		opacity:1
	}
}
.btn-animated{
	position:relative;
	text-decoration:none;
	width: 100px;
	height:50px;
	text-align: center;
	line-height: 50px;
	display:inline-block;
	font-size: 24px;
	opacity:0;
	animation: btn-appear-text 0.5s linear forwards;
	animation-delay: 1.0s;
}
.btn-animated:before{
	content: '';
	position:absolute;
	top: -2px;
	left: -2px;
	width:0%;
	height:0%;
	background:transparent;
	border:0px solid black;
	box-sizing: unset;
	border-radius:10px;
	animation: btn-appear1 0.5s linear forwards;
	animation-delay: 1.5s;
}
.btn-animated:after{
	content: '';
	position:absolute;
	right: -2px;
	bottom: -2px;
	width:0%;
	height:0%;
	background:transparent;
	border:0px solid black;
	box-sizing: unset;
	border-radius:10px;
	animation: btn-appear2 0.5s linear forwards;
	animation-delay: 2.0s;
}
/*----------------------btn-animated-hover-------------------*/
.btn-animated-hover{
	margin-top:70px;
	position:relative;
	text-decoration:none;
	width: 100px;
	opacity:0;
	height:50px;
	text-align: center;
	line-height: 50px;
	display:inline-block;
	font-size: 24px;
	color:black;
    cursor: pointer;
}
.btn-animated-hover:before{
	content: '';
	position:absolute;
	top: -2px;
	left: -2px;
	width:0%;
	height:0%;
	background:transparent;
	border:0px solid black;
	box-sizing: unset;
	border-radius:25px;
}
.btn-animated-hover:after{
	content: '';
	position:absolute;
	right: -2px;
	bottom: -2px;
	width:0%;
	height:0%;
	background:transparent;
	border:0px solid black;
	box-sizing: unset;
	border-radius:25px;
}
.btn-animated-hover:hover:before{
	animation: btn-appear1 0.5s linear forwards;
	animation-delay: 0.0s;
}
.btn-animated-hover:hover:after{
	animation: btn-appear2 0.5s linear forwards;
	animation-delay: 0.5s;
}
/*----------------------btn-animated-inner-------------------*/
.btn-animated-inner{
    position: absolute;
    text-align: center;
    background: white;
    border-radius: 25px;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    line-height: 40px;
}
/*----------------------animated-COUNTDOWN-------------------*/
.countdown-wrapper{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #060606;
	display:none;
}
.countdown {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 500px;
  margin-top: -250px;
  padding: 10px;
  border-radius: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
		  display:none;
}
.countdown__colored-blocks {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  width: 500px;
  height: 100%;
  margin-left: -250px;
  padding: 10px;
  border-radius: 50%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: demoAnim 4s ease-in-out infinite, contAnim 4s infinite;
          animation: demoAnim 4s ease-in-out infinite, contAnim 4s infinite;
}
.countdown__colored-blocks-rotater {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: rotation 1.3s linear infinite;
          animation: rotation 1.3s linear infinite;
}
.countdown__colored-blocks-inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  background: black;
  border-radius: inherit;
}
.countdown__colored-block {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300%;
  height: 300%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.countdown__colored-block:nth-child(1) {
  -webkit-transform: rotate(0deg) skewX(-30deg);
          transform: rotate(0deg) skewX(-30deg);
  background-color: white;
}
.countdown__colored-block:nth-child(2) {
  -webkit-transform: rotate(120deg) skewX(-30deg);
          transform: rotate(120deg) skewX(-30deg);
  background-color: black;
}
.countdown__colored-block:nth-child(3) {
  -webkit-transform: rotate(240deg) skewX(-30deg);
          transform: rotate(240deg) skewX(-30deg);
  background-color: #fcdd22;
}
.countdown__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.countdown__numbers {
  overflow: visible;
  position: absolute;
  left: 40px;
  top: 40px;
  width: 400px;
  height: 400px;
}
.countdown__numbers-path {
  fill: none;
  stroke-width: 10px;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0, 518.055065155;
  stroke-dashoffset: 0;
  -webkit-animation: numAnim 4s ease-in-out forwards;
          animation: numAnim 4s ease-in-out forwards;
  opacity: 0;
}


@-webkit-keyframes contAnim {
  15%, 100% {
    margin-left: -250px;
    width: 500px;
  }
  25%, 90% {
    margin-left: -250px;
    width: 500px;
  }
}

@keyframes contAnim {
  15%, 100% {
    margin-left: -250px;
    width: 500px;
  }
  25%, 90% {
    margin-left: -250px;
    width: 500px;
  }
}
@-webkit-keyframes numAnim {
  15% {
    stroke-dasharray: 0, 518.055065155;
    stroke-dashoffset: 0;
    opacity: 0;
  }
  25%, 41% {
    opacity: 1;
    stroke-dasharray: 144.4256591797, 518.055065155;
    stroke-dashoffset: -40;
  }
  53%, 66% {
    stroke-dasharray: 136.0216217041, 518.055065155;
    stroke-dashoffset: -227.238697052;
  }
  76% {
    stroke-dasharray: 113.4751205444, 518.055065155;
    stroke-dashoffset: -445.8995704651;
  }
  88%, 100% {
    stroke-dasharray: 72.1554946899, 518.055065155;
    stroke-dashoffset: -445.8995704651;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes numAnim {
  15% {
    stroke-dasharray: 0, 518.055065155;
    stroke-dashoffset: 0;
    opacity: 0;
  }
  25%, 41% {
    opacity: 1;
    stroke-dasharray: 144.4256591797, 518.055065155;
    stroke-dashoffset: -40;
  }
  53%, 66% {
    stroke-dasharray: 136.0216217041, 518.055065155;
    stroke-dashoffset: -227.238697052;
  }
  76% {
    stroke-dasharray: 113.4751205444, 518.055065155;
    stroke-dashoffset: -445.8995704651;
  }
  88%, 100% {
    stroke-dasharray: 72.1554946899, 518.055065155;
    stroke-dashoffset: -445.8995704651;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes demoAnim {
  15% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30%, 43% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  52%, 65% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
  78%, 90% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
}
@keyframes demoAnim {
  15% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30%, 43% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  52%, 65% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
  78%, 90% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
}
@-webkit-keyframes hideText {
  15%, 100% {
    opacity: 1;
  }
  20%, 96% {
    opacity: 0;
  }
}
@keyframes hideText {
  15%, 100% {
    opacity: 1;
  }
  20%, 96% {
    opacity: 0;
  }
}
.award-img{
	background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/img/award.png);
    width: 250px;
    height: 250px;
    display: inline-block;
}
.awords-winners-list{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fcdd22;
	display:none;
}
.winners-list-header{
	height:100px;
}
.winners-list{
	height: calc(100vh - 100px);
	overflow: hidden;
	padding-left: 25px;
}
.winners-list-game{
	height: calc(100vh - 100px);
	position:relative;
	
}
.winner-row{
	width: 100%;
    height: 80px;
    background: #ffffff4a;
    margin: 5px 0;
    border-radius: 5px;
    line-height: 80px;
    padding: 0 20px;
    font-size: 22px;
    color: white;
    text-shadow: 0 0 2px black, 0 0 1px black;
}
.awords-winners-list .fa-trophy{
	transform: translateY(0px);
    opacity: 1;
    font-size: 100px;
    margin-top: 50px;
}
.names-scroller-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    height: 60px;
    overflow: hidden;
    width: 90%;
    max-width: 500px;
    margin: auto;
    border: 1px solid #756b2d;
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
.names-scroller{
    font-size: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 -35px;
    bottom: 0;
    height: 60px;
    overflow: hidden;
    background: white;
    box-shadow: inset 0 0 25px;
}
.names-scroller-row{
	position:absolute;
	left: 7%;
    right: 6%;
	top:-50px;
	opacity: 1;
	text-align: left;
}
.names-scroller-row.name-before-show{
	top: -50px;
    opacity: 0;
}
.names-scroller-row.name-after-show{
	top: 50px;
    opacity: 0;
}
.winner-username{
    position: absolute;
    width: 450px;
    font-size: 35px;
    text-align: left;
    line-height: 60px;
	z-index: 1000;
}
#confetti-emitter {
    visibility: hidden;
    background-color: #222;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 250px;
    margin: auto;
    z-index: 10000;
}
.dot-container {
  position:absolute;
  left:0;
  top:0;
  overflow:visible;
  z-index:5000;
  pointer-events:none;
}
.dot {
  position: absolute;
  pointer-events: none; /*performance optimization*/
}
.page-loader{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.85);
    text-align: center;
	display:none;
}
.page-loader-content{
	margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    height: 100px;
}
.last-display{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
    background-color: black;
	display:none;
	overflow-y: auto;
}
.last-display .container{
	background:unset;
}
.last-display .logo{
    width: 100%;
    max-width: 500px;
    height: 200px;
    margin-top: 20px;
	margin-bottom: 20px;
}
.last-display h1{
	color: white;
    margin: 40px 10px;
    text-align: center;
}
.last-display .winner-row {
	border-radius: 33px;
	border-left: 15px solid black;
    border-right: 15px solid black;
}
.footer{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.footer .container{
	background: none;
}
.footer .row a{
	padding: 3px 10px;
}
.close-play-display{
	position: absolute;
    z-index: 100000000;
    right: 10px;
    top: 10px;
    border: 2px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 1px 0;
    cursor: pointer;
}
body{
	overflow: hidden;
}