/* GLOBAL */
#contest, #contest select, #contest input[type=text] {
  color: #000;
}

#contest {
    padding: 0;
}

#contest .contest-step {
    margin-left: -15px;
    margin-right: -15px;
}

.honeypot {
	display: none;
}

.question-help {
	font-size: .9em;
	margin-top: .5em;
	font-style: italic;
	clear: left;
}

.question-help > p {
	margin: 0;
}

.jump-buttons {
	clear: both;
	text-align: center;
	padding: 3em 15px
}
.sweet-alert.contest-errors p {
	font-size: 13px;
	text-align: left;
}

#contest hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

#contest .form-group {
	margin-bottom: 2em;
}

#contest br.clear {
    clear: left;
}

/* STARS RATING */
#contest .br-widget {
    height: 24px;
}

#contest .br-widget a {
    background: url('../img/barrating/star.png');
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

#contest .br-widget a:hover,
#contest .br-widget a.br-active,
#contest .br-widget a.br-selected {
    background-position: 0 24px;
}

/* TIMEPICKER */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/* CHECKBOX */
#contest .checker {
	display: inline-block;
}
#contest .checkboxes .col-xs-12 label {
	margin-left: .5em;
	margin-bottom: 0
}
#contest .checkboxes .col-xs-12 .checker {
	float: left;
	margin-top: .25em
}

#contest .label-list {
	font-weight: normal;
}

/* SWITCHER */
#contest .switcher.col-sm-12 label {
	margin-left: 2em;
}
.switcher {
	line-height: 24px;
}
.switch-button-label {
    float: left;

    font-size: 10pt;
    cursor: pointer;
}

.switch-button-label.off {
    color: #adadad;
}

.switch-button-label.on {
    color: #0088CC;
}

.switch-button-background {
    float: left;
    position: relative;

    background: #ccc;
    border: 1px solid #aaa;

    margin: 1px 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    cursor: pointer;
}

.switch-button-button {
    position: absolute;

    left: -1px;
    top : -1px;

    background: #FAFAFA;
    border: 1px solid #aaa;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* SLIDERS */
#contest .slider-number {
	position: relative;
	padding-bottom: 2.5em;
}

#contest .slider-number span {
	position: absolute;
	bottom : 0;
	z-index: 1;
}

#contest .slider-number .min-number {
	left : 0;
}

#contest .slider-number .max-number {
	right : 0;
}

#contest .slider-number .selected-number {
	z-index : 2;
	background: #0088cc;
	display: inline-block;
	padding: .15em .5em;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transform: translateX(-50%);
}

#contest .ui-slider-horizontal {
	border-radius : 0;
	border: 0;
	background: #ccc;
	height: .5em;
}

#contest .ui-slider-horizontal .ui-slider-handle{
	border-radius : 1.6em;
	border: 0;
	background: #000;
}

/* UPLOADER */

.upload {
    background-color: #ccc;
    padding: 10px;
  /*  border: 20px solid rgba(0, 0, 0, 0);*/
    background: url(../img/stripes.png) center center;
    text-align: center;
    text-transform: uppercase;
    color:#000;
}

.upload ul {
	text-align: center;
	margin-top: 1em;
}

.upload ul li {
	float: none !important;
	display: inline-block;
}

.upload ul li .picture {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	position: relative;
}

.upload ul li .picture .icon-times-circle {
	font-size: 2em;
	position: absolute;
	top: -.35em;
	right: -.35em;
}
.dropzone {
    padding: 20px 20px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    color:#000;
}

.dropzone.hover {
    background: #868686;
}

.dropzone input{
    display:none;
}

.dropzone li p {
    overflow: hidden;
}

/* SHARING */
.sharing-buttons{
  list-style: none;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1em;
}

.sharing-buttons li{
  display: inline;
}

.sharing-buttons a{
  display: inline-block;
  border: 1px solid;
  padding: 0.5em;
  color: #fff;
  text-decoration: none;
}

.sharing-buttons a:hover{
  color: #eee;
  text-decoration: none;
}

.fa{
  padding: 0.5em;
}

#contest-introduction .facebook{
  background: #3B5998;
}

#contest-introduction .twitter{
  background: #00ACED;
}

#contest-introduction .google-plus{
  background: #D14836
}

/* RESULT */
#participation-result {
    text-align: center;
}

@-webkit-keyframes swashIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
  }

  90% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
  }

  100% {
  	opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
  }
}
@keyframes swashIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }

  90% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(0.9, 0.9);
  }

  100% {
  	opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}

.score-result {
    text-transform:uppercase;
    color: #555454;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    vertical-align: middle;
    background: #f6f6f6;
    padding: 50px 10px;
    margin: 20px 0;
    text-align: center;
    position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swashIn;
  animation-name: swashIn;

}

.score-result:after, .score-result:before {
    content: "";
    display: block !important;
    clear: left;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    background: url(../img/waves.png) top left repeat-x;
}

.score-result:after {
    bottom:-7px;
}

.score-result:before {
    top:-7px;
}

.score-result strong {
    font-size: 82px;
    vertical-align: middle;
}


.contest-step ul {
    list-style: inherit !important;
    padding-left: 3em;
}

#contest .switcher .checker, #contest .switcher .checker span{
	width:auto;
	height:auto;
	background:none;
}
#contest .switcher div.checker span.switch-button-label{
	background:none;
}

#contest .switcher div.checker .switch-button-background {
	margin: 1px 10px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}