@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,600");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,500,500italic,700italic,900italic,900,300italic,300,100italic,100");
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
/* GRADIENTS */
.phone {
  background: #8ffd78;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8ffd78 0%, #0cd318 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ffd78), color-stop(100%, #0cd318));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8ffd78 0%, #0cd318 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8ffd78 0%, #0cd318 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8ffd78 0%, #0cd318 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8ffd78 0%, #0cd318 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ffd78", endColorstr="#0cd318",GradientType=0 );
  /* IE6-9 */
}

.appstore {
  background: #27ecfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #27ecfd 0%, #1e53ed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27ecfd), color-stop(100%, #1e53ed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #27ecfd 0%, #1e53ed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #27ecfd 0%, #1e53ed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #27ecfd 0%, #1e53ed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #27ecfd 0%, #1e53ed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#27ecfd", endColorstr="#1e53ed",GradientType=0 );
  /* IE6-9 */
}

.calculator {
  background: #fb9505;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fb9505 0%, #d27c01 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9505), color-stop(100%, #d27c01));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fb9505 0%, #d27c01 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fb9505 0%, #d27c01 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fb9505 0%, #d27c01 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fb9505 0%, #d27c01 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fb9505", endColorstr="#d27c01",GradientType=0 );
  /* IE6-9 */
}

.compass {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #505052 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #505052));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #505052 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #505052 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #505052 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #505052 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#505052",GradientType=0 );
  /* IE6-9 */
}

.itunes {
  background: #f85bc2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f85bc2 0%, #a345fe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85bc2), color-stop(100%, #a345fe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f85bc2 0%, #a345fe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f85bc2 0%, #a345fe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f85bc2 0%, #a345fe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f85bc2 0%, #a345fe 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f85bc2", endColorstr="#a345fe",GradientType=0 );
  /* IE6-9 */
}

.mail {
  background: #2153ea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2153ea 0%, #26e8ff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2153ea), color-stop(100%, #26e8ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2153ea 0%, #26e8ff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2153ea 0%, #26e8ff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2153ea 0%, #26e8ff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2153ea 0%, #26e8ff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2153ea", endColorstr="#26e8ff",GradientType=0 );
  /* IE6-9 */
}

.music {
  background: #fb2b69;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fb2b69 0%, #ff5b37 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb2b69), color-stop(100%, #ff5b37));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fb2b69 0%, #ff5b37 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fb2b69 0%, #ff5b37 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fb2b69 0%, #ff5b37 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fb2b69 0%, #ff5b37 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fb2b69", endColorstr="#ff5b37",GradientType=0 );
  /* IE6-9 */
}

.camera {
  background: #fafcfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafcfb 0%, #898f8d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafcfb), color-stop(100%, #898f8d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafcfb 0%, #898f8d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafcfb 0%, #898f8d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafcfb 0%, #898f8d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafcfb 0%, #898f8d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafcfb", endColorstr="#898f8d",GradientType=0 );
  /* IE6-9 */
}

.calendar {
  background: #f7f7f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #d7d7d7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f7 0%, #d7d7d7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f7 0%, #d7d7d7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#d7d7d7",GradientType=0 );
  /* IE6-9 */
}

.weather {
  background: #1d77ef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1d77ef 0%, #81f3fd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d77ef), color-stop(100%, #81f3fd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1d77ef 0%, #81f3fd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1d77ef 0%, #81f3fd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1d77ef 0%, #81f3fd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1d77ef 0%, #81f3fd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d77ef", endColorstr="#81f3fd",GradientType=0 );
  /* IE6-9 */
}

.maps {
  background: #d6cec3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6cec3 0%, #e4ddca 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6cec3), color-stop(100%, #e4ddca));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6cec3 0%, #e4ddca 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6cec3 0%, #e4ddca 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6cec3 0%, #e4ddca 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6cec3 0%, #e4ddca 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d6cec3", endColorstr="#e4ddca",GradientType=0 );
  /* IE6-9 */
}

.videos {
  background: #55efcb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #55efcb 0%, #5bcaff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55efcb), color-stop(100%, #5bcaff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #55efcb 0%, #5bcaff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #55efcb 0%, #5bcaff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #55efcb 0%, #5bcaff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #55efcb 0%, #5bcaff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#55efcb", endColorstr="#5bcaff",GradientType=0 );
  /* IE6-9 */
}

.notes {
  background: #ffdc38;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffdc38 0%, #fcce00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdc38), color-stop(100%, #fcce00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffdc38 0%, #fcce00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffdc38 0%, #fcce00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffdc38 0%, #fcce00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffdc38 0%, #fcce00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffdc38", endColorstr="#fcce00",GradientType=0 );
  /* IE6-9 */
}

.reminders1 {
  background: #ff8c00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8c00 0%, #fcc376 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8c00), color-stop(100%, #fcc376));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8c00 0%, #fcc376 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8c00 0%, #fcc376 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8c00 0%, #fcc376 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8c00 0%, #fcc376 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff8c00", endColorstr="#fcc376",GradientType=0 );
  /* IE6-9 */
}

.reminders2 {
  background: #12a7eb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #12a7eb 0%, #77d7ff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12a7eb), color-stop(100%, #77d7ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #12a7eb 0%, #77d7ff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #12a7eb 0%, #77d7ff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #12a7eb 0%, #77d7ff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #12a7eb 0%, #77d7ff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#12a7eb", endColorstr="#77d7ff",GradientType=0 );
  /* IE6-9 */
}

.reminders3 {
  background: #5ad427;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5ad427 0%, #a4e786 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ad427), color-stop(100%, #a4e786));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5ad427 0%, #a4e786 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5ad427 0%, #a4e786 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5ad427 0%, #a4e786 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5ad427 0%, #a4e786 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5ad427", endColorstr="#a4e786",GradientType=0 );
  /* IE6-9 */
}

.reminders4 {
  background: #c86edf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c86edf 0%, #e4b7f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c86edf), color-stop(100%, #e4b7f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c86edf 0%, #e4b7f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c86edf 0%, #e4b7f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c86edf 0%, #e4b7f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c86edf 0%, #e4b7f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c86edf", endColorstr="#e4b7f0",GradientType=0 );
  /* IE6-9 */
}

.safari {
  background: #dedede;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dedede 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dedede 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dedede 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dedede 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dedede 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dedede", endColorstr="#f7f7f7",GradientType=0 );
  /* IE6-9 */
}

.calendar2 {
  background: #66C7FA;
}

.calendar3 {
  background: #D1EEFC;
}

.calendar4 {
  background: #97E67B;
}

.calendar5 {
  background: #E0F8D8;
}

.calendar6 {
  background: #FF4981;
}

.calendar7 {
  background: #FFD3E0;
}

.calendar8 {
  background: #FF1300;
}

.mail2 {
  background: #0179F3;
}

.mail3 {
  background: #F7F7F7;
}

.compass1 {
  background: #1F1F21;
}

.calculator2 {
  background: #BDBEC2;
}

.compass3 {
  background: #FF3A2D;
}

/* GRADIENTS */
.gradient-red {
  background: #ff5e3a;
  /* Old browsers */
  background-image: linear-gradient(#ff5e3a, #ff2a68);
  background: -moz-linear-gradient(top, #ff5e3a 0%, #ff2a68 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5e3a), color-stop(100%, #ff2a68));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff5e3a 0%, #ff2a68 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff5e3a 0%, #ff2a68 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff5e3a 0%, #ff2a68 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff5e3a 0%, #ff2a68 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff5e3a", endColorstr="#ff2a68",GradientType=0 );
  /* IE6-9 */
}

.gradient-orange {
  background: #ff9500;
  /* Old browsers */
  background-image: linear-gradient(#ff9500, #ff5e3a);
  background: -moz-linear-gradient(top, #ff9500 0%, #ff5e3a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9500), color-stop(100%, #ff5e3a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9500 0%, #ff5e3a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9500 0%, #ff5e3a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9500 0%, #ff5e3a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9500 0%, #ff5e3a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff9500", endColorstr="#ff5e3a",GradientType=0 );
  /* IE6-9 */
}

.gradient-yellow {
  background: #ffdb4c;
  /* Old browsers */
  background-image: linear-gradient(#ffdb4c, #ffcd02);
  background: -moz-linear-gradient(top, #ffdb4c 0%, #ffcd02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdb4c), color-stop(100%, #ffcd02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffdb4c 0%, #ffcd02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffdb4c 0%, #ffcd02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffdb4c 0%, #ffcd02 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffdb4c 0%, #ffcd02 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffdb4c", endColorstr="#ffcd02",GradientType=0 );
  /* IE6-9 */
}

.gradient-green {
  background: #87fc70;
  /* Old browsers */
  background-image: linear-gradient(#87fc70, #0bd318);
  background: -moz-linear-gradient(top, #87fc70 0%, #0bd318 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87fc70), color-stop(100%, #0bd318));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #87fc70 0%, #0bd318 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #87fc70 0%, #0bd318 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #87fc70 0%, #0bd318 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #87fc70 0%, #0bd318 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#87fc70", endColorstr="#0bd318",GradientType=0 );
  /* IE6-9 */
}

.gradient-teal {
  background: #52edc7;
  /* Old browsers */
  background-image: linear-gradient(#52edc7, #5ac8fb);
  background: -moz-linear-gradient(top, #52edc7 0%, #5ac8fb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52edc7), color-stop(100%, #5ac8fb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #52edc7 0%, #5ac8fb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #52edc7 0%, #5ac8fb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #52edc7 0%, #5ac8fb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #52edc7 0%, #5ac8fb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#52edc7", endColorstr="#5ac8fb",GradientType=0 );
  /* IE6-9 */
}

.gradient-blue {
  background: #1ad6fd;
  /* Old browsers */
  background-image: linear-gradient(#1ad6fd, #1d62f0);
  background: -moz-linear-gradient(top, #1ad6fd 0%, #1d62f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ad6fd), color-stop(100%, #1d62f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1ad6fd 0%, #1d62f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1ad6fd 0%, #1d62f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1ad6fd 0%, #1d62f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1ad6fd 0%, #1d62f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1ad6fd", endColorstr="#1d62f0",GradientType=0 );
  /* IE6-9 */
}

.gradient-violet {
  background: #c644fc;
  /* Old browsers */
  background-image: linear-gradient(#c644fc, #5856d6);
  background: -moz-linear-gradient(top, #c644fc 0%, #5856d6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c644fc), color-stop(100%, #5856d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c644fc 0%, #5856d6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c644fc 0%, #5856d6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c644fc 0%, #5856d6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c644fc 0%, #5856d6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c644fc", endColorstr="#5856d6",GradientType=0 );
  /* IE6-9 */
}

.gradient-magenta {
  background: #ef4db6;
  /* Old browsers */
  background-image: linear-gradient(#ef4db6, #c643fc);
  background: -moz-linear-gradient(top, #ef4db6 0%, #c643fc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef4db6), color-stop(100%, #c643fc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ef4db6 0%, #c643fc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ef4db6 0%, #c643fc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ef4db6 0%, #c643fc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ef4db6 0%, #c643fc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef4db6", endColorstr="#c643fc",GradientType=0 );
  /* IE6-9 */
}

.gradient-black {
  background: #4a4a4a;
  /* Old browsers */
  background-image: linear-gradient(#4a4a4a, #2b2b2b);
  background: -moz-linear-gradient(top, #4a4a4a 0%, #2b2b2b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4a4a), color-stop(100%, #2b2b2b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a4a4a 0%, #2b2b2b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a4a4a 0%, #2b2b2b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4a4a4a 0%, #2b2b2b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4a4a4a 0%, #2b2b2b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a4a4a", endColorstr="#2b2b2b",GradientType=0 );
  /* IE6-9 */
}

.gradient-silver {
  background: #dbddde;
  /* Old browsers */
  background-image: linear-gradient(#dbddde, #898c90);
  background: -moz-linear-gradient(top, #dbddde 0%, #898c90 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbddde), color-stop(100%, #898c90));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dbddde 0%, #898c90 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dbddde 0%, #898c90 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dbddde 0%, #898c90 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dbddde 0%, #898c90 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a4a4a", endColorstr="#898c90",GradientType=0 );
  /* IE6-9 */
}

/* SWATCHES */
.swatch-red {
  background-color: #ff3b30;
}

.swatch-orange {
  background-color: #ff9500;
}

.swatch-yellow {
  background-color: #fc0;
}

.swatch-green {
  background-color: #4cd964;
}

.swatch-teal {
  background-color: #34aadc;
}

.swatch-blue {
  background-color: #007aff;
}

.swatch-violet {
  background-color: #5856d6;
}

.swatch-pink {
  background-color: #ff2d55;
}

.swatch-mid-gray {
  background-color: #8e8e93;
}

.swatch-gray {
  background-color: #c7c7cc;
}

.bg-cover, .bg-default, .bg-blur-01, .bg-blur-02, .bg-blur-03, .bg-blur-04, .bg-blur-05, .bg-blur-06, .bg-blur-07, .bg-blur-08, .bg-geo-01, .bg-geo-02, .bg-geo-03, .bg-geo-04, .bg-geo-05, .bg-geo-06, .bg-geo-07, .bg-geo-08, .bg-gradient-01, .bg-gradient-02, .bg-gradient-03, .bg-gradient-04, .bg-gradient-05, .bg-gradient-06, .bg-beach, .bg-bridge, .bg-cali, .bg-city, .bg-music, .bg-sea, .bg-shelter, .bg-tree, .bg-leaf {
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.bg-gradient-01 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-01.jpg");
}

.bg-gradient-01.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-01-mini.jpg");
}

.bg-gradient-02 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-02.jpg");
}

.bg-gradient-02.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-02-mini.jpg");
}

.bg-gradient-03 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-03.jpg");
}

.bg-gradient-03.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-03-mini.jpg");
}

.bg-gradient-04 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-04.jpg");
}

.bg-gradient-04.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-04-mini.jpg");
}

.bg-gradient-05 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-05.jpg");
}

.bg-gradient-05.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-05-mini.jpg");
}

.bg-gradient-06 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-06.jpg");
}

.bg-gradient-06.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-gradient-06-mini.jpg");
}

.bg-default {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-default-2.jpg");
}

.bg-default.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-default-2-mini.jpg");
}

.bg-blur-01 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-01.jpg");
}

.bg-blur-01.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-01-mini.jpg");
}

.bg-blur-02 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-02.jpg");
}

.bg-blur-02.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-02-mini.jpg");
}

.bg-blur-03 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-03.jpg");
}

.bg-blur-03.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-03-mini.jpg");
}

.bg-blur-04 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-04.jpg");
}

.bg-blur-04.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-04-mini.jpg");
}

.bg-blur-05 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-05.jpg");
}

.bg-blur-05.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-05-mini.jpg");
}

.bg-blur-06 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-06.jpg");
}

.bg-blur-06.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-06-mini.jpg");
}

.bg-blur-07 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-07.jpg");
}

.bg-blur-07.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-07-mini.jpg");
}

.bg-blur-08 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-08.jpg");
}

.bg-blur-08.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-blur-08-mini.jpg");
}

.bg-geo-01 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-01.jpg");
}

.bg-geo-01.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-01-mini.jpg");
}

.bg-geo-02 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-02.jpg");
}

.bg-geo-02.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-02-mini.jpg");
}

.bg-geo-03 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-03.jpg");
}

.bg-geo-03.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-03-mini.jpg");
}

.bg-geo-04 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-04.jpg");
}

.bg-geo-04.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-04-mini.jpg");
}

.bg-geo-05 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-05.jpg");
}

.bg-geo-05.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-05-mini.jpg");
}

.bg-geo-06 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-06.jpg");
}

.bg-geo-06.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-06-mini.jpg");
}

.bg-geo-07 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-07.jpg");
}

.bg-geo-07.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-07-mini.jpg");
}

.bg-geo-08 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-08.jpg");
}

.bg-geo-08.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-08-mini.jpg");
}

.bg-beach {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-beach.jpg");
}

.bg-beach.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-beach-mini.jpg");
}

.bg-bridge {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-bridge.jpg");
}

.bg-bridge.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-bridge-mini.jpg");
}

.bg-cali {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-cali.jpg");
}

.bg-cali.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-cali-mini.jpg");
}

.bg-leaf {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-leaf.jpg");
}

.bg-leaf.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-leaf-mini.jpg");
}

.bg-city {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-city.jpg");
}

.bg-city.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-city-mini.jpg");
}

.bg-music {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-music.jpg");
}

.bg-music.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-music-mini.jpg");
}

.bg-sea {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-sea.jpg");
}

.bg-sea.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-sea-mini.jpg");
}

.bg-shelter {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-shelter.jpg");
}

.bg-shelter.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-shelter-mini.jpg");
}

.bg-tree {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-tree.jpg");
}

.bg-tree.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-img-tree-mini.jpg");
}

.bg-texture-01 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-01.jpg");
}

.bg-texture-01.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-01-mini.jpg");
}

.bg-texture-02 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-02.jpg");
}

.bg-texture-02.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-02-mini.jpg");
}

.bg-texture-03 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-03.jpg");
}

.bg-texture-03.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-03-mini.jpg");
}

.bg-texture-04 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-04.jpg");
}

.bg-texture-04.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-04-mini.jpg");
}

.bg-texture-05 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-05.jpg");
}

.bg-texture-05.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-05-mini.jpg");
}

.bg-texture-06 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-06.jpg");
}

.bg-texture-06.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-06-mini.jpg");
}

.bg-texture-07 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-07.jpg");
}

.bg-texture-07.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-07-mini.jpg");
}

.bg-texture-08 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-08.jpg");
}

.bg-texture-08.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-08-mini.jpg");
}

.bg-texture-09 {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-texture-09.jpg");
}

.bg-texture-09.min {
  background-image: url("https://d2u6r02hsz8xoh.cloudfront.net/assets/images/backgrounds/bg-geo-09-mini.jpg");
}

html,
body {
  min-height: 100%;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

h2 {
  font-size: 41px;
}

h3 {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 0;
}

h3 + h2,
h2 + h4 {
  margin-bottom: 25px;
}

h3,
h4 {
  font-weight: normal;
}

h1,
h2,
h3,
p {
  font-family: Roboto, sans-serif;
  color: white;
  font-weight: 300 !important;
}

h1.logo {
  display: inline-block;
  width: 220px;
  margin-top: -4px;
  margin-bottom: 10px;
  padding: 20px;
}

/* --------- CUSTOM ---------*/
.margin0 {
  margin: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.registertype {
  color: #fff !important;
  letter-spacing: -1px;
  margin: -15px 0 15px;
}

.zoolander {
  line-height: 28px;
  letter-spacing: -1px;
  color: #444 !important;
}

.landerprize {
  padding: 35px 0 50px;
}

.panel h2, .panel h3, .panel h4 {
  text-shadow: none;
  text-align: left;
  word-break: break-word;
}

.panel h2 {
  font-size: 20px;
  margin: 0;
}

h2.thin {
  font-weight: normal;
  letter-spacing: 0;
}

.red {
  color: #f50031 !important;
}

.text-gray, .panel .text-gray {
  color: #8c8d8f;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: #ac2925;
  border-color: #ac2925;
}

.btn-lg {
  line-height: 180%;
  padding: 8px 16px 3px;
}

.btn-block-left {
  text-align: left;
  padding-left: 10px;
}

.btn-upload-image {
  background: #d2d2d2;
  width: 100px;
  min-height: 80px !important;
  height: 80px;
  line-height: 80px !important;
  display: inline-block;
  text-align: center;
  font-size: 60px;
  margin-bottom: 0;
  padding: 0;
}

.btn-upload-image > .icon-picture {
  line-height: 80px;
}

.btn-upload-image + .btn-file > .icon-plus-sign {
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  margin-left: 20px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.btn-facebook, .btn-facebook:hover, .btn-black, .btn-black:hover {
  background: #34485e;
  color: #fff;
}

.btn-black, .btn-black:hover {
  background: #000;
}

.glyphicon {
  width: 25px;
}

.large-icon {
  display: block;
  line-height: 90px;
  padding-top: 25px;
  font-size: 63px;
  width: 100%;
  margin: 0 auto;
}

.large-icon + .large-icon {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-facebook:hover {
  background-color: #406574;
}

.nav.nav-pills.nav-stacked li a {
  text-align: left;
  line-height: 16px;
  height: 100%;
  padding: 15px 30px 15px 15px;
}

.nav.nav-pills.nav-stacked li a:hover, .nav.nav-pills.nav-stacked li.active a {
  background-color: #d9534f;
  border-color: #d9534f;
}

.select-dropdown .dropdown-menu {
  width: 100%;
  min-width: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #d9534f;
}

header {
  font-size: 100%;
  z-index: 1010;
  position: fixed;
  right: 0;
  margin: 30px 15px;
  padding: 0 15px;
}

header > .nav > li > .btn {
  font-size: 90%;
  padding: 10px 25px 7px;
  z-index: 200;
}

header > .nav > li > a:not(.btn) {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  cursor: default;
}

header > .nav > li > a:not(.btn):hover {
  background-color: transparent;
  color: #fff;
}

header a {
  color: #fff;
}

header .popover.bottom {
  margin-left: -90px;
  max-width: 310px;
  border: 0;
  margin-top: 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .popover .popover-content {
  padding: 10px;
}

header .popover.bottom .arrow {
  margin-left: 100px;
}

header .popover a:not(.btn) {
  color: #666;
  font-size: 85%;
  margin-top: 10px;
}

.logo {
  display: inline-block;
  width: 170px;
  margin-top: -4px;
  margin-bottom: -20px;
}

.logo a {
  display: block;
}

.logo a img {
  width: 100%;
}

footer {
  margin-top: 35px;
}

.footercampaign {
  background-color: white;
  height: 32px;
}

#footer-campaign {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0 25px 10px 0;
}

.form-control {
  padding-top: 7px;
  height: 40px;
  font-size: 15px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 8px;
}

.bdaypicker select + select {
  margin-left: 10px;
}

.panel {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.video-preview {
  display: block;
  width: 100%;
  background: #000;
  margin-bottom: 20px;
  float: left;
  text-align: center;
  position: relative;
}

.video-preview img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.video-preview .icon-play {
  font-size: 40px;
  line-height: 280px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#video-modal .modal-dialog {
  width: 1000px;
}

#video-modal .modal-dialog .modal-body {
  padding: 9px 0 0;
}

.progress {
  height: 7px;
  margin-bottom: 12px;
}

.score {
  margin: 35px 0 35px 0px;
}

.score a {
  float: left;
  padding: 0px !important;
}

.score a + a {
  padding-left: 13px;
}

.score a span {
  font-size: 53px;
  color: white;
}

.score p {
  margin-top: 40px;
  font-size: 28px;
  color: #666;
}

.score .score-number {
  display: block;
  text-align: center;
  margin-top: -6px;
}

.multiple-choise, .ranking {
  margin-top: 30px;
  margin-bottom: 30px;
}

.short-answer {
  margin-top: 40px;
}

.short-answer .btn-lg.btn-danger + span {
  font-weight: bold;
  color: #000;
}

.short-answer textarea {
  height: 70px;
  font-size: 15px;
  line-height: 20px;
}

.short-answer textarea:focus {
  line-height: 20px;
}

.nps.btn-toolbar .btn-group {
  float: none;
  display: block;
}

.nps.btn-toolbar .btn-group .btn {
  width: 9.03%;
  font-size: 18px;
  padding: 10px 5px;
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
  font-weight: 100;
}

.nps.btn-toolbar + .row {
  font-size: 11px;
}

h2 + p + div.clearfix + div[data-type-question=nps] {
  margin-top: 10px;
}

.thanks h2.red {
  margin-bottom: 60px;
}

.thanks-title {
  margin-bottom: 45px !important;
}

.prize .prize-img {
  margin: 20px -15px;
}

.remaining-time {
  margin: 30px 0;
  font-family: "Roboto" !important;
  font-size: 20px;
  margin-left: 20px;
}

.remaining-time ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  padding: 20px 20px 7px;
}

.remaining-time ul li:first-child {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.remaining-time ul li:nth-child(2):after, .remaining-time ul li:nth-child(3):after {
  content: ":";
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  font-size: 40px;
  font-weight: bold;
  top: 20px;
  right: -10px;
}

.remaining-time ul li span {
  display: block;
  font-size: 35px;
  font-weight: bold;
}

#tyc {
  text-align: left;
  font-size: 14px;
}

.form-inline.birthday .form-control {
  height: 30px;
  line-height: 29px;
  width: 60px;
  display: inline-block;
  padding: 3px 6px;
}

#all_steps .panel {
  border: 0;
  box-shadow: inherit;
  border-radius: 0;
  background: transparent;
  opacity: 0.2;
  margin: 0;
  padding: 15px;
}

#all_steps > li {
  position: relative;
  -webkit-transform: translateZ(0);
}

#all_steps > li:nth-last-child {
  border: inherit !important;
}

#all_steps > li.active {
  /*border-bottom:1px rgba(255,255,255,0.5) solid;*/
}

#all_steps .active .panel {
  opacity: 1;
  background: transparent;
}

.cover {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
}

.cover:hover {
  /*background:rgba(0,0,0,0.4);*/
}

.logofront {
  /*max-width:50% !important;*/
  width: initial !important;
}

.logofront a {
  max-width: 100% !important;
  width: initial !important;
}

.logofront a img {
  max-height: 400px;
  width: auto !important;
  max-width: 100%;
}

.videofront {
  width: 500px !important;
  height: 300px !important;
}

@media (max-width: 767px) {
  .videofront {
    width: 100% !important;
    height: 100% !important;
  }
}
/*SPINNER*/
.spinner {
  width: 50px;
  height: 30px;
  top: 48%;
  text-align: center;
  font-size: 10px;
  position: relative;
  margin: 0 auto;
}

.spinner > div {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0);}*/
input[type=radio].error:after {
  content: "_";
  color: red;
  margin-left: 2px;
}

.form-control option {
  background: #333 !important;
}

.form-control option:checked, .form-control option:hover {
  background: #222 !important;
}

select option {
  background: white !important;
  color: black !important;
}

.nav-stacked li,
.nav-stacked-line li,
textarea.form-control,
input.form-control,
.btn-option,
select.form-control,
.form-control option {
  border: 1px solid #ebebeb;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: rgba(191, 191, 191, 0.75) !important;
  resize: none;
  color: #4d4d4d;
}

.nav-stacked-line li {
  border: none;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  color: white;
}

input.form-control, select.form-control {
  border: 1px solid #ebebeb;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  background: rgba(212, 212, 212, 0.3) !important;
  color: black;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
  outline: none;
  outline-offset: -2px;
}

.nav-stacked-line a, .nav-stacked-line a:hover, .nav-stacked a:hover {
  background: none !important;
  border-color: white !important;
}

.progress_steps ul {
  margin: 0 auto;
}

.progress_steps {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  left: 0;
  text-align: center;
}

.progress_steps li.current {
  background: white;
}

.progress_steps li:hover {
  background: rgba(255, 255, 255, 0.8);
}

.progress_steps li {
  float: left;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0;
  padding: 0;
}

input.error, textarea.error, select.error {
  border: red 1px solid !important;
  background: rgba(255, 8, 57, 0.44) !important;
}

label.error {
  display: none;
}

.btn-custom, .btn-default {
  border: 0;
}

.btn-custom:hover {
  color: inherit;
  background: rgba(255, 255, 255, 0.5);
}

.btn_positive_negative:nth-child(2) {
  margin-left: 15px;
}

.progress_steps .number {
  font-size: 28px;
  text-align: left;
  margin-left: 5px;
  color: white;
  display: none;
}

#loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.alert_required {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  left: 5px;
  color: white;
  display: none;
  font-size: 30px;
}

.cont-prize {
  min-height: 350px;
  border: 12px solid rgba(255, 255, 255, 0.2);
  position: relative;
  margin-bottom: 15px;
  border-radius: 4px;
}

.prize-img {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: contain;
  background-position: center;
  border-radius: 4px;
  background-repeat: no-repeat;
}

.prize-img .cont-text {
  width: 100%;
  padding: 10px 20px;
}

.prize-img h1 {
  font-size: 28px;
}

.prize-img strong {
  font-size: 14px;
}

.terminos {
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
}

.cont-text p {
  margin-bottom: 40px;
}

#all_steps .finished {
  width: 100%;
  position: relative;
}

.btn {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  padding: 10px 25px;
}

.btn.btn-md {
  font-size: 14px;
}

.btn-custom {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

#cont-mango {
  margin-top: 25px;
}

.form-control, .form-control:focus {
  line-height: 16px;
  font-family: Roboto, sans-serif;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

.nav-stacked a {
  border-radius: 10 !important;
}

[data-question-_id=_step1] .panel-body {
  margin-top: 100%;
}

.btn_positive_negative {
  background: rgba(255, 255, 255, 0.1);
}

.btn_positive_negative.btn-custom {
  background: rgba(255, 255, 255, 0.6);
}

.finished .panel {
  padding-top: 85px !important;
  height: 100%;
  width: 100%;
  position: absolute;
}

.modal, .modal-body, .modal-header h4 {
  color: black !important;
}

h2, h3, #powered {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

p, *, .btn, h4, .multiple-choise .nav li a {
  font-weight: 300;
}

h4, .cont-text > h2, .nav-stacked-line a {
  font-weight: 300 !important;
}

.glyphicon[class*=icon-], .btn-upload-image + .btn-file, header .nav > li, header .nav.campaign-controls {
  display: inline-block;
}

a, a:hover, a:focus, .nav .open a {
  text-decoration: none;
}

header .popover.fade.in, .panelander {
  opacity: 1;
  filter: alpha(opacity=100);
}

#all_steps > li.active .cover, .ending {
  display: none;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  font-weight: 100 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 390px) {
  .score a span {
    font-size: 42px;
    color: #ffd900;
  }

  .score[data-icon=thumbs-up-alt] a span {
    width: 42px;
  }

  .remaining-time ul li:first-child {
    color: #d9534f;
    background: #fff;
  }

  .remaining-time ul li {
    padding: 20px 10px 7px 13px;
  }

  .panel h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-stacked-line li {
    display: block !important;
    width: 100%;
    margin-left: 0 !important;
  }

  .nav-stacked-line li.hide {
    display: none !important;
  }
}
.prize-img h3 {
  font-size: 16px;
  font-weight: 100;
  line-height: 21px;
  margin-top: 10px;
}

/*#all_steps > li { max-height: 570px; overflow: auto; }*/
.video-preview .fa-play {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 99;
  font-size: 70px;
  text-shadow: 1px 0px 4px black;
}

a:focus {
  outline: none !important;
  outline: none !important;
  -webkit-focus-ring-color: none !important;
  outline-offset: none !important;
}

.multiple-picture li,
.multiple-picture-other li,
.multiple_picture_multi li {
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.multiple-picture-multi .advanced_input,
.multiple-picture .advanced_input {
  display: none;
}

.multiple-picture-multi.has-advanced-inputs .advanced_input,
.multiple-picture.has-advanced-inputs .advanced_input {
  display: block;
}
.multiple-picture-multi.has-advanced-inputs .advanced_input input,
.multiple-picture.has-advanced-inputs .advanced_input input {
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 12px;
  text-align: center;
}

.multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-origin: content-box;
}

.multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
  width: 200px;
  height: 200px;
  display: block;
  cursor: pointer;
}

.multiple-picture li.actived, .multiple-picture-other li.actived, .multiple_picture_multi li.actived {
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0px 100px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

/*a.bgcover:hover {*/
li.li-option-common:hover a.bgcover,
li.li-option-common:hover span.bgcover,
li.li-option-common:hover small.title {
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0px 100px rgba(255, 255, 255, 0.3);
}

.multiple-picture li.actived::before, .multiple-picture-other li.actived::before, .multiple_picture_multi li.actived::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "";
  position: absolute;
  font-size: 30px;
  margin-top: 0px;
  margin-left: 130px;
  text-shadow: 0px 1px 20px rgba(142, 142, 142, 0.85);
}

.bgcover {
  background-size: cover;
  background-position: center;
}

.multiple_picture_multi, .multiple-picture, .multiple-picture-other {
  /*margin-top: 30px; margin-bottom: 30px;*/
}

.multiple-picture-cont {
  margin-top: 30px;
  margin-bottom: 30px;
}

.multiple_picture_multi ul {
  /*margin-bottom:30px;*/
}

.nav-pills li {
  margin-bottom: 15px;
  border-radius: 10px;
}

.none, .skiplogic {
  display: none;
}

#background, #brightness {
  height: 100%;
  width: 100%;
  position: fixed;
  background-size: cover;
  background-attachment: scroll;
}

/* FORNT RESPONSIVE */
@media (max-width: 380px) {
  #video-modal .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 9990;
  }

  [data-question-_id=_step1] .panel-body {
    margin-top: 400px;
  }

  h1.logo {
    margin: 0;
  }

  h1, h2 {
    font-size: 22px !important;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    width: 110px;
    height: 91px;
  }

  .multiple-picture li.actived::before, .multiple-picture-other li.actived::before, .multiple_picture_multi li.actived::before, .multiple-picture li:hover::before, .multiple-picture-other li:hover::before, .multiple_picture_multi li:hover::before {
    font-size: 50px;
    margin-top: 8px;
    margin-left: 30px;
  }

  .score a span {
    font-size: 30px;
  }

  .score {
    margin: 25px 0 35px -10px;
  }

  .score p {
    margin-top: 0px;
  }

  .short-answer .btn-lg span {
    font-size: 16px;
  }

  .btn_positive_negative {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 20px;
  }

  .short-answer {
    margin-top: 40px;
  }

  .short-answer span {
    font-size: 12px;
  }

  header {
    position: absolute;
  }

  h1.logo {
    padding: 8px 30px !important;
    margin-left: 0 !important;
  }

  .cnt_btn_positie_negative {
    width: 50%;
    display: inline-block;
    margin: 0 !important;
  }

  .cnt_btn_positie_negative:first-child {
    padding-right: 5px;
  }

  .cnt_btn_positie_negative:last-child {
    padding-left: 5px;
  }

  .cnt_btn_positie_negative button {
    font-size: 16px;
  }

  .score a span {
    margin-right: -3px;
  }

  .icon-animal, .icon-animal-o {
    margin-right: -18px !important;
  }

  .icon-bomb, .icon-bomb-o {
    margin-right: -18px !important;
  }

  .icon-drink, .icon-drink-o {
    margin-right: -20px !important;
  }

  .icon-soccer, .icon-soccer-o {
    margin-right: -18px !important;
  }

  .h2_question {
    font-size: 16px;
  }

  .nps.btn-toolbar + .row {
    width: initial;
    font-size: 9px;
  }

  .nps.btn-toolbar div.btn-group {
    width: 100%;
  }

  .nps.btn-toolbar div.btn-group a.btn {
    font-size: 10px !important;
    padding: 7px !important;
    width: 9.4%;
  }
}
@media (width: 360px) {
  .nps.btn-toolbar div.btn-group a.btn {
    width: 9.3%;
  }
}
@media (min-width: 375px) and (max-width: 380px) {
  .score a span {
    font-size: 28px !important;
  }

  .icon-animal, .icon-animal-o {
    margin-right: -16px !important;
  }

  .icon-bomb, .icon-bomb-o {
    margin-right: -16px !important;
  }

  .icon-drink, .icon-drink-o {
    margin-right: -17px !important;
  }

  .icon-soccer, .icon-soccer-o {
    margin-right: -16px !important;
  }
}
@media (min-width: 381px) and (max-width: 413px) {
  .score a span {
    font-size: 32px;
  }

  .nps div.btn-group a.btn {
    padding: 10px !important;
  }

  .nps.btn-toolbar + .row {
    width: initial;
  }

  .nps.btn-toolbar div.btn-group {
    width: 100%;
  }

  .nps.btn-toolbar div.btn-group a.btn {
    width: 9.3%;
    font-size: 14px !important;
  }

  .icon-animal, .icon-animal-o {
    margin-right: -9px !important;
  }

  .icon-bomb, .icon-bomb-o {
    margin-right: -9px !important;
  }

  .icon-drink, .icon-drink-o {
    margin-right: -13px !important;
  }

  .icon-soccer, .icon-soccer-o {
    margin-right: -9px !important;
  }
}
@media (min-width: 414px) and (max-width: 479px) {
  .score a span {
    font-size: 27px;
  }

  .icon-animal, .icon-animal-o {
    margin-right: -11px !important;
  }

  .icon-bomb, .icon-bomb-o {
    margin-right: -11px !important;
  }

  .icon-drink, .icon-drink-o {
    margin-right: -13px !important;
  }

  .icon-soccer, .icon-soccer-o {
    margin-right: -11px !important;
  }
}
@media (width: 480px) {
  .score a span {
    font-size: 32px;
  }

  .icon-animal, .icon-animal-o {
    margin-right: -11px !important;
  }

  .icon-bomb, .icon-bomb-o {
    margin-right: -11px !important;
  }

  .icon-drink, .icon-drink-o {
    margin-right: -13px !important;
  }

  .icon-soccer, .icon-soccer-o {
    margin-right: -11px !important;
  }
}
@media (min-width: 481px) and (max-width: 568px) {
  .score a span {
    font-size: 36px;
  }

  .icon-animal, .icon-animal-o {
    margin-right: -11px !important;
  }

  .icon-bomb, .icon-bomb-o {
    margin-right: -11px !important;
  }

  .icon-drink, .icon-drink-o {
    margin-right: -13px !important;
  }

  .icon-soccer, .icon-soccer-o {
    margin-right: -11px !important;
  }
}
@media (min-width: 569px) and (max-width: 667px) {
  .score a span {
    font-size: 45px;
  }

  .icon-animal, .icon-animal-o {
    margin-right: -4px !important;
  }

  .icon-bomb, .icon-bomb-o {
    margin-right: -4px !important;
  }

  .icon-drink, .icon-drink-o {
    margin-right: -3px !important;
  }

  .icon-soccer, .icon-soccer-o {
    margin-right: -4px !important;
  }
}
@media (min-width: 668px) and (max-width: 736px) {
  .score a span {
    font-size: 49px;
  }

  .icon-animal, .icon-animal-o {
    margin-right: -1px !important;
  }

  .icon-bomb, .icon-bomb-o {
    margin-right: -1px !important;
  }

  .icon-drink, .icon-drink-o {
    margin-right: 0px !important;
  }

  .icon-soccer, .icon-soccer-o {
    margin-right: -1px !important;
  }
}
@media (min-width: 381px) and (max-width: 768px) {
  .score a span {
    margin-right: -5px;
  }
}
@media (width: 375px) {
  .nps div.btn-group a.btn {
    padding: 10px !important;
  }

  .nps.btn-toolbar + .row {
    width: initial;
  }

  .nps.btn-toolbar div.btn-group {
    width: 100%;
  }

  .nps.btn-toolbar div.btn-group a.btn {
    width: 9.3%;
    font-size: 14px !important;
  }
}
#video-modal button.close {
  background: black;
  height: 30px;
  width: 60px;
  text-align: center;
}

#video-modal {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#video-modal .modal-dialog {
  width: 853px;
  height: 480px;
  padding: 0;
  margin: 120px auto 0 auto;
  z-index: 9990;
}

#video-modal .modal-content {
  background: black;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

#video-modal .panel-body {
  margin: 2%;
}

#video-modal button.close {
  position: absolute;
  z-index: 9999;
  right: 0;
  opacity: 1;
}

#video-modal button.close i {
  color: white !important;
  text-shadow: 1px 1px 2px black;
}

.modal {
  z-index: 2050;
}

.modal-backdrop.in {
  z-index: 2000;
}

.finished h3 {
  text-align: center;
  font-family: "Roboto";
}

/*new*/
#modal-password-required h4 {
  color: black !important;
  text-shadow: none;
  font-size: 21px;
  font-weight: 300 !important;
}

#modal-password-required .modal-content {
  background-color: #f2f2f2 !important;
}

#modal-password-required input[type=email], #modal-password-required input[type=text], #modal-password-required input[type=password] {
  background-color: white !important;
  color: gray !important;
}

.text-shadow {
  text-shadow: 1px 1px 1px #545454;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.cover-helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
}

.custom_hover:hover {
  border: solid 1px #fff !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: white !important;
}

#steps_progress_bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 8px;
  z-index: 9999;
  width: 100%;
}

#steps_progress_bar .progress {
  border-radius: 0px;
  background-color: gray;
}

.progress-bar-steps {
  background-color: white;
}

.form-group input[type=radio], .form-group input[type=radio] .fa-check {
  display: none;
}

.form-group input[type=radio] + label {
  display: inline-block;
  padding: 9px 0px;
  margin-bottom: 0;
  font-size: 15px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
  font-weight: 100;
  margin-bottom: 5px;
  border-radius: 10px;
}

.form-group input[type=radio]:checked + label {
  opacity: 1;
}

.form-control:focus > option:first-child {
  display: none;
}

.small_margin {
  margin: 0 0 5px 0;
}

label.error {
  border: red 1px solid !important;
  background: rgba(255, 8, 57, 0.44) !important;
}

p.custom-error-text {
  font-weight: bold;
}

/*new question description and picture*/
.question_description {
  padding: 10px 0px;
  font-size: 15px;
  word-break: break-word;
}

.question_picture {
  /*border: solid 10px white;*/
  /*margin: 20px 0;*/
}

.question_picture img {
  width: 100%;
}

.question_picture iframe {
  height: 338px;
}

@media (max-width: 767px) {
  .question_picture {
    max-width: 245px;
    border-width: 1px;
  }

  .question_picture iframe {
    height: 138px;
  }

  .center-mobile {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .question_picture {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .question_picture {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .question_picture {
    width: 600px;
  }
}
._cont_options small.title, ._cont_option_other small.title {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 10px 5px;
  font-size: 12px;
  /*min-height:48px;*/
  -webkit-border-radius: 0 0 10px 10px !important;
  border-radius: 0 0 10px 10px !important;
}

.multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
  width: 100%;
  height: 170px;
}

.multiple-picture li,
.multiple-picture-other li,
.multiple_picture_multi li {
  width: 170px;
  position: relative;
  vertical-align: top;
}

@media (max-width: 359px) {
  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 110px;
  }

  .multiple-picture li,
.multiple-picture-other li,
.multiple_picture_multi li {
    width: 110px;
  }
}
img.question_picture {
  max-height: 510px;
  max-width: 100%;
  width: auto;
  display: block;
  border-radius: 10px;
}

.btn-twitter {
  background-color: #55acee;
}

.btn-twitter:hover {
  background-color: #407FAF !important;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-facebook:hover {
  background-color: #263B66;
}

.btn-custom:hover, .btn_positive_negative:hover {
  color: initial !important;
}

.btn_positive_negative {
  font-size: 13px;
}

.btn_positive_negative .fa {
  font-size: 16px;
}

.cover {
  cursor: pointer;
}

._step.active ~ li > .cover {
  cursor: initial;
}

.nav-pills > li + li {
  margin-left: 0;
  margin-bottom: 15px;
}

#copyright {
  background: white;
  height: 70px;
  width: 122px;
  position: fixed;
  z-index: 99999999;
  right: -60px;
  top: calc(60% - 122px);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1000px;
  background-position: center 10px;
  background-size: 90%;
}

@media (max-width: 767px) {
  #copyright {
    border-radius: 0;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    background-size: 100px;
    height: 38px;
  }
}
@media (max-width: 320px) {
  .btn {
    max-width: 280px;
    white-space: normal;
  }
}
.question_picture {
  margin: 20px 0 -10px 0px;
}

.diffusionbox {
  margin-bottom: 20px;
}

.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
}

#birthday_d, #birthday_m {
  min-width: 68px;
}

#birthday_y {
  min-width: 70px;
}

.btn-custom,
.btn-facebook,
.btn-option,
.form-control,
.nav-pills li,
.form-group input[type=radio] + label,
._cont_options small.title,
._cont_option_other small.title,
.multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
  border: none !important;
  -webkit-box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 0.15);
}

.btn-custom:hover,
.btn-facebook:hover,
.btn-option:hover,
.form-control:hover,
.nav-pills li:hover,
.form-group input[type=radio] + label,
._cont_option_other small.title:hover,
.multiple-picture li:hover,
.multiple-picture-other li:hover,
.multiple_picture_multi li:hover {
  box-shadow: 0px 3px 15px 2px rgba(50, 50, 50, 0.1);
}

li.li-option-other,
li.li-option-common {
  border-radius: 10px;
}

.multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.border-radius-4px {
  -webkit-border-radius: 10px 10px 0 0 !important;
  border-radius: 10px 10px 0 0 !important;
}

.question_picture {
  width: 600px;
}

/*body.no-mobile .nav-pills li.actived:after,*/
/*body.no-mobile .nav-pills li:hover:after {*/
body .nav-pills li.actived:after,
body.no-mobile .nav-pills li:hover:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "";
  position: absolute;
  font-size: 20px;
  top: 5px;
  right: 15px;
  text-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.15);
  pointer-events: none;
}

.short-answer .nav-pills li.actived:after,
.short-answer .nav-pills li:hover:after {
  top: 8px !important;
  right: 7px !important;
}

.form-group .nav-pills li.actived:after,
.form-group .nav-pills li:hover:after {
  top: 9px !important;
  right: 7px !important;
}

.form-group .nav-pills.nav-stacked-line li.actived:after,
.form-group .nav-pills.nav-stacked-line li:hover:after {
  top: 6px !important;
  right: 10px !important;
}

.ranking {
  position: relative;
}

.ranking .nav-pills {
  counter-reset: ranking 0;
}

.ranking .nav-pills li a {
  cursor: move;
}

.ranking .nav-pills li a:before {
  counter-increment: ranking 1;
  content: counter(ranking) ". ";
}

.ranking .nav-pills li.actived:after {
  content: "";
}

.ranking .nav-pills li.actived:hover:after, .ranking .nav-pills li:hover:after {
  content: "";
}

.nav-pills.nav-stacked li.actived:after, .nav-pills.nav-stacked li:hover:after {
  top: 9px;
  right: 7px;
}

.nav-stacked-line li a {
  padding: 10px 50px 10px 25px;
}

.nav-stacked-line li:hover:after {
  position: inline;
  margin-left: 10px;
}

.finished .cont-text h3 {
  text-align: left;
}

.prequestion {
  float: left;
  line-height: 23px;
  margin-right: 10px;
  font-size: 10px;
  display: none;
}

.icon-animal, .icon-animal-o {
  padding-right: 5px;
}

.icon-bomb, .icon-bomb-o {
  padding-right: 5px;
}

.icon-drink, .icon-drink-o {
  padding-right: 5px;
}

.icon-soccer, .icon-soccer-o {
  padding-right: 5px;
}

._cont_options.nav-stacked {
  display: table;
}

@media (max-width: 768px) {
  ._cont_options.nav-stacked-line li {
    width: 100%;
    min-width: 140px;
  }

  .clearfix-mobile-reset {
    display: none;
  }
}
input[data-input-validation=true] {
  font-size: 15px;
}

input[data-input-validation=true] {
  border: none;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  color: white;
  resize: none;
}

/*test para centrar*/
#all_steps {
  margin: 0 auto;
  max-width: 800px;
}

@media (min-width: 768px) {
  .no-padding-right-768 {
    padding-right: 0px;
  }
}
/*PICTURE RESPONSIVE*/
@media (width: 320px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 118px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 118px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 423px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 138px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 138px;
  }
}
@media (width: 480px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 198px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 198px;
  }
}
@media (width: 568px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 157px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 157px;
  }
}
@media (width: 375px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 145px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 145px;
  }
}
@media (width: 667px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 190px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 190px;
  }
}
@media (width: 414px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 165px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 165px;
  }
}
@media (width: 736px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 156px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 156px;
  }
}
@media (width: 768px) {
  .multiple-picture li, .multiple-picture-other li, .multiple_picture_multi li {
    width: 164px;
  }

  .multiple-picture li a,
.multiple-picture-other li a,
.multiple_picture_multi li span,
.multiple_picture_multi li a {
    height: 164px;
  }
}
.option-other {
  margin-bottom: 0 !important;
  border: none !important;
  height: 41px;
  font-size: 15px;
  padding: 0 25px;
}

.li-option-other-thumbnail input {
  position: absolute;
  right: 8px;
  top: 94px;
  display: none;
  margin: 0;
  margin-top: -25px;
  padding: 0;
  background: 0 0;
  border: 0;
  font-size: 16px;
  z-index: 10;
  width: 90%;
}

.li-option-other-thumbnail.open input {
  display: block;
  color: #FFFFFF;
  text-align: center;
}

.li-option-other-thumbnail.open input:focus {
  outline: none;
}

.li-option-other-thumbnail small.cont-txt-option-other {
  position: absolute;
  top: 93px;
  left: 0px;
  margin-top: -16px;
  text-align: center;
  width: 100%;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(Opacity=40)";
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  color: #F9F9F9;
}

.screen-social-links {
  padding: 10px 0 30px;
}

.li-option-other-thumbnail.open small.cont-txt-option-other {
  display: none;
}

.cont-info-multiple-picture {
  color: white;
}

.pre-grap {
  white-space: pre-wrap;
}

.multiple-choise ._cont_options_select select {
  max-width: 400px;
}

.modal-backdrop {
  display: none;
}

.screen-social-links a {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 21px;
  padding: 10px 0;
}

/*
.score a span.icon-drink, 
.score a span.icon-drink-o {
    font-size:48px;
}
*/
@media (max-width: 380px) {
  [data-qty="3"] span[class*=icon-] {
    font-size: 85px !important;
  }

  [data-qty="4"] span[class*=icon-], [data-qty="5"] span[class*=icon-], [data-qty="6"] span[class*=icon-] {
    font-size: 50px !important;
  }

  [data-qty="7"] span[class*=icon-], [data-qty="8"] span[class*=icon-] {
    font-size: 41px !important;
  }

  [data-qty="9"] span[class*=icon-], [data-qty="10"] span[class*=icon-] {
    font-size: 33px !important;
  }

  [data-qty="4"] span.icon-soccer-o,
[data-qty="4"] span.icon-soccer,
[data-qty="5"] span.icon-soccer-o,
[data-qty="5"] span.icon-soccer,
[data-qty="6"] span.icon-soccer-o,
[data-qty="6"] span.icon-soccer,
[data-qty="4"] span.icon-bomb-o,
[data-qty="4"] span.icon-bomb,
[data-qty="5"] span.icon-bomb,
[data-qty="5"] span.icon-bomb-o,
[data-qty="6"] span.icon-bomb,
[data-qty="6"] span.icon-bomb-o,
[data-qty="4"] span.icon-animal,
[data-qty="4"] span.icon-animal-o,
[data-qty="5"] span.icon-animal,
[data-qty="5"] span.icon-animal-o,
[data-qty="6"] span.icon-animal,
[data-qty="6"] span.icon-animal-o {
    font-size: 40px !important;
    padding-right: 25px;
  }

  [data-qty="7"] span.icon-soccer-o,
[data-qty="7"] span.icon-soccer,
[data-qty="8"] span.icon-soccer-o,
[data-qty="8"] span.icon-soccer,
[data-qty="7"] span.icon-bomb-o,
[data-qty="7"] span.icon-bomb,
[data-qty="8"] span.icon-bomb,
[data-qty="8"] span.icon-bomb-o,
[data-qty="7"] span.icon-animal,
[data-qty="7"] span.icon-animal-o,
[data-qty="8"] span.icon-animal-o,
[data-qty="8"] span.icon-animal {
    font-size: 35px !important;
  }

  [data-qty="9"] span.icon-soccer-o,
[data-qty="9"] span.icon-soccer,
[data-qty="10"] span.icon-soccer-o,
[data-qty="10"] span.icon-soccer,
[data-qty="9"] span.icon-bomb-o,
[data-qty="9"] span.icon-bomb,
[data-qty="10"] span.icon-bomb,
[data-qty="10"] span.icon-bomb-o,
[data-qty="9"] span.icon-animal,
[data-qty="9"] span.icon-animal-o,
[data-qty="10"] span.icon-animal-o,
[data-qty="10"] span.icon-animal {
    font-size: 22px !important;
    padding-right: 25px;
  }

  /* ICONOS CAT C */
  [data-qty="4"] span.icon-drink,
[data-qty="4"] span.icon-drink-o,
[data-qty="5"] span.icon-drink-o,
[data-qty="5"] span.icon-drink-o,
[data-qty="6"] span.icon-drink-o,
[data-qty="6"] span.icon-drink {
    font-size: 40px !important;
  }

  [data-qty="7"] span.icon-drink,
[data-qty="7"] span.icon-drink-o,
[data-qty="8"] span.icon-drink-o,
[data-qty="8"] span.icon-drink {
    font-size: 35px !important;
    padding-right: 22px;
  }

  [data-qty="9"] span.icon-drink,
[data-qty="9"] span.icon-drink-o,
[data-qty="10"] span.icon-drink-o,
[data-qty="10"] span.icon-drink {
    font-size: 30px !important;
    padding-right: 19px;
  }
}
@media (min-width: 381px) and (max-width: 667px) {
  [data-qty="3"] span[class*=icon-] {
    font-size: 85px !important;
  }

  [data-qty="4"] span[class*=icon-], [data-qty="5"] span[class*=icon-], [data-qty="6"] span[class*=icon-] {
    font-size: 60px !important;
  }

  [data-qty="7"] span[class*=icon-], [data-qty="8"] span[class*=icon-] {
    font-size: 42px !important;
  }

  [data-qty="9"] span[class*=icon-], [data-qty="10"] span[class*=icon-] {
    font-size: 35px !important;
  }

  [data-qty="4"] span.icon-soccer-o,
[data-qty="4"] span.icon-soccer,
[data-qty="5"] span.icon-soccer-o,
[data-qty="5"] span.icon-soccer,
[data-qty="6"] span.icon-soccer-o,
[data-qty="6"] span.icon-soccer,
[data-qty="4"] span.icon-bomb-o,
[data-qty="4"] span.icon-bomb,
[data-qty="5"] span.icon-bomb,
[data-qty="5"] span.icon-bomb-o,
[data-qty="6"] span.icon-bomb,
[data-qty="6"] span.icon-bomb-o,
[data-qty="4"] span.icon-animal,
[data-qty="4"] span.icon-animal-o,
[data-qty="5"] span.icon-animal,
[data-qty="5"] span.icon-animal-o,
[data-qty="6"] span.icon-animal,
[data-qty="6"] span.icon-animal-o {
    font-size: 35px !important;
    padding-right: 30px;
  }

  [data-qty="7"] span.icon-soccer-o,
[data-qty="7"] span.icon-soccer,
[data-qty="8"] span.icon-soccer-o,
[data-qty="8"] span.icon-soccer,
[data-qty="7"] span.icon-bomb-o,
[data-qty="7"] span.icon-bomb,
[data-qty="8"] span.icon-bomb,
[data-qty="8"] span.icon-bomb-o,
[data-qty="7"] span.icon-animal,
[data-qty="7"] span.icon-animal-o,
[data-qty="8"] span.icon-animal-o,
[data-qty="8"] span.icon-animal {
    font-size: 35px !important;
    padding-right: 20px;
  }

  [data-qty="9"] span.icon-soccer-o,
[data-qty="9"] span.icon-soccer,
[data-qty="10"] span.icon-soccer-o,
[data-qty="10"] span.icon-soccer,
[data-qty="9"] span.icon-bomb-o,
[data-qty="9"] span.icon-bomb,
[data-qty="10"] span.icon-bomb,
[data-qty="10"] span.icon-bomb-o,
[data-qty="9"] span.icon-animal,
[data-qty="9"] span.icon-animal-o,
[data-qty="10"] span.icon-animal-o,
[data-qty="10"] span.icon-animal {
    font-size: 25px !important;
    padding-right: 20px;
  }

  /* ICONOS CAT C */
  [data-qty="4"] span.icon-drink,
[data-qty="4"] span.icon-drink-o,
[data-qty="5"] span.icon-drink-o,
[data-qty="5"] span.icon-drink-o,
[data-qty="6"] span.icon-drink-o,
[data-qty="6"] span.icon-drink {
    font-size: 40px !important;
  }

  [data-qty="7"] span.icon-drink,
[data-qty="7"] span.icon-drink-o,
[data-qty="8"] span.icon-drink-o,
[data-qty="8"] span.icon-drink {
    font-size: 35px !important;
    padding-right: 20px;
  }

  [data-qty="9"] span.icon-drink,
[data-qty="9"] span.icon-drink-o,
[data-qty="10"] span.icon-drink-o,
[data-qty="10"] span.icon-drink {
    font-size: 28px !important;
    padding-right: 20px;
  }
}
@media (min-width: 668px) and (max-width: 1024px) {
  [data-qty="3"] span[class*=icon-] {
    font-size: 90px !important;
  }

  [data-qty="4"] span[class*=icon-], [data-qty="5"] span[class*=icon-], [data-qty="6"] span[class*=icon-] {
    font-size: 90px !important;
  }

  [data-qty="7"] span[class*=icon-], [data-qty="8"] span[class*=icon-] {
    font-size: 75px !important;
  }

  [data-qty="9"] span[class*=icon-], [data-qty="10"] span[class*=icon-] {
    font-size: 65px !important;
  }

  /* ICONOS CAT B */
  /*
  [data-qty="4"] span.icon-soccer-o, 
  [data-qty="4"] span.icon-soccer,
  [data-qty="5"] span.icon-soccer-o, 
  [data-qty="5"] span.icon-soccer,
  [data-qty="6"] span.icon-soccer-o, 
  [data-qty="6"] span.icon-soccer,
  [data-qty="7"] span.icon-soccer-o, 
  [data-qty="7"] span.icon-soccer,
  [data-qty="8"] span.icon-soccer-o, 
  [data-qty="8"] span.icon-soccer,

  [data-qty="4"] span.icon-bomb-o, 
  [data-qty="4"] span.icon-bomb,
  [data-qty="5"] span.icon-bomb, 
  [data-qty="5"] span.icon-bomb-o,
  [data-qty="6"] span.icon-bomb, 
  [data-qty="6"] span.icon-bomb-o,
  [data-qty="7"] span.icon-bomb-o, 
  [data-qty="7"] span.icon-bomb,
  [data-qty="8"] span.icon-bomb, 
  [data-qty="8"] span.icon-bomb-o, 

  [data-qty="4"] span.icon-animal, 
  [data-qty="4"] span.icon-animal-o,
  [data-qty="5"] span.icon-animal, 
  [data-qty="5"] span.icon-animal-o,
  [data-qty="6"] span.icon-animal, 
  [data-qty="6"] span.icon-animal-o,
  [data-qty="7"] span.icon-animal, 
  [data-qty="7"] span.icon-animal-o, 
  [data-qty="8"] span.icon-animal-o, 
  [data-qty="8"] span.icon-animal {
      font-size: 55px !important;
  }
  */
  /*
  [data-qty="9"] span.icon-soccer-o, 
  [data-qty="9"] span.icon-soccer,
  [data-qty="10"] span.icon-soccer-o, 
  [data-qty="10"] span.icon-soccer,

  [data-qty="9"] span.icon-bomb-o, 
  [data-qty="9"] span.icon-bomb,
  [data-qty="10"] span.icon-bomb, 
  [data-qty="10"] span.icon-bomb-o,

  [data-qty="9"] span.icon-animal, 
  [data-qty="9"] span.icon-animal-o, 
  [data-qty="10"] span.icon-animal-o, 
  [data-qty="10"] span.icon-animal {
      font-size: 40px !important;
  }
  */
  /* ICONOS CAT C */
  /*
  [data-qty="4"] span.icon-drink, 
  [data-qty="4"] span.icon-drink-o, 
  [data-qty="5"] span.icon-drink, 
  [data-qty="5"] span.icon-drink-o, 
  [data-qty="6"] span.icon-drink-o, 
  [data-qty="6"] span.icon-drink {
      font-size: 65px !important;
  }
  */
  /*
  [data-qty="7"] span.icon-drink, 
  [data-qty="7"] span.icon-drink-o, 
  [data-qty="8"] span.icon-drink-o, 
  [data-qty="8"] span.icon-drink {
      font-size: 45px !important;
  }
  */
  /*
  [data-qty="9"] span.icon-drink, 
  [data-qty="9"] span.icon-drink-o, 
  [data-qty="10"] span.icon-drink-o, 
  [data-qty="10"] span.icon-drink {
      font-size: 32px !important;
  }
  */
}
/*new buttons reset*/
input.form-control,
select.form-control,
.nav-pills > li > a {
  border-radius: 10px;
}

/*Validation Step 2*/
[data-action=step2] .form-group {
  position: relative;
}

[data-action=step2] .form-group i.fa-error {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #f73434;
}

[data-action=step2] .form-group input[type=email].error,
[data-action=step2] .form-group input[type=text].error,
[data-action=step2] .form-group label.error {
  border: red 1px solid !important;
  background: rgba(255, 8, 57, 0.44) !important;
}

.is-preview-content-message {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}

.is-preview-content-message-inside {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 20px -12px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  border-radius: 10px;
  padding: 10px 20px;
  color: #999;
  display: inline-block;
}

[data-action=device] .is-preview-content-message {
  display: none;
}

body .ranking .nav-pills li:hover:after,
body .ranking .nav-pills li.actived:after {
  content: "";
}

.steps-in-preview ._step.question h2 {
  margin-top: 50px;
}

.form[data-type-question=file_upload] .progress-wrp {
  display: none;
  height: 10px;
  background-color: #eee;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.form[data-type-question=file_upload] .progress-wrp .progress-bar {
  background-color: #bebdbd;
}

.file_upload_container {
  padding: 10px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  position: relative;
}

.file_upload_container .file_upload_actions {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}

.file_upload_container .file_upload_actions a[data-action=remove-file_upload] {
  color: #fff;
  display: block;
  padding: 5px;
}

.file_upload_container .file_upload_center {
  text-align: center;
  margin-top: calc(50% - 46px);
}

.file_upload_container .file_upload_center a.main_file_upload_button {
  color: #fff;
}

.file_upload_container .file_upload_center a.main_file_upload_button i {
  font-size: 72px;
}

.file_upload_container .file_uploaded {
  text-align: center;
}

.file_upload_container .file_uploaded .file_uploaded_img img {
  max-width: 180px;
  max-height: 160px;
}

.file_upload_container .file_uploaded .file_uploaded_icon {
  margin-top: calc(50% - 46px);
}

.file_upload_container .file_uploaded .file_uploaded_icon i {
  font-size: 72px;
}

.file_upload_container .file_uploaded .file_upload_name {
  font-size: 12px;
  margin-top: 5px;
  font-style: italic;
}

.file_upload_container .file_uploaded,
.file_upload_container .file_uploaded .file_uploaded_img,
.file_upload_container .file_uploaded .file_uploaded_icon,
.file_upload_container.uploaded .file_upload_center {
  display: none;
}

.file_upload_container.uploaded .file_uploaded,
.file_upload_container.uploaded .file_upload_actions,
.file_upload_container.uploaded.uploaded-img .file_uploaded .file_uploaded_img,
.file_upload_container.uploaded.uploaded-icon .file_uploaded .file_uploaded_icon {
  display: block;
}

#controller_Preview .file_upload_container {
  background-color: #eee;
}

.form[data-type-question=file_upload] input[type=file] {
  opacity: 0;
  position: absolute;
  top: -10000000000000000px;
  left: -10000000000000000px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media print {
  body {
    zoom: 0.65 !important;
  }

  @page {
    size: A4;
    margin: 8% 5%;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  a[href]:after {
    content: none !important;
  }

  .col-p-1,
.col-print-2,
.col-print-3,
.col-print-4,
.col-print-5,
.col-print-6,
.col-print-7,
.col-print-8,
.col-print-9,
.col-print-10,
.col-print-11,
.col-print-12 {
    float: left;
  }

  .col-print-12 {
    width: 100%;
  }

  .col-print-11 {
    width: 91.6666666667%;
  }

  .col-print-10 {
    width: 83.3333333333%;
  }

  .col-print-9 {
    width: 75%;
  }

  .col-print-8 {
    width: 66.6666666667%;
  }

  .col-print-7 {
    width: 58.3333333333%;
  }

  .col-print-6 {
    width: 50%;
  }

  .col-print-5 {
    width: 41.6666666667%;
  }

  .col-print-4 {
    width: 33.3333333333%;
  }

  .col-print-3 {
    width: 25%;
  }

  .col-print-2 {
    width: 16.6666666667%;
  }

  .col-print-1 {
    width: 8.3333333333%;
  }

  .col-print-pull-12 {
    right: 100%;
  }

  .col-print-pull-11 {
    right: 91.6666666667%;
  }

  .col-print-pull-10 {
    right: 83.3333333333%;
  }

  .col-print-pull-9 {
    right: 75%;
  }

  .col-print-pull-8 {
    right: 66.6666666667%;
  }

  .col-print-pull-7 {
    right: 58.3333333333%;
  }

  .col-print-pull-6 {
    right: 50%;
  }

  .col-print-pull-5 {
    right: 41.6666666667%;
  }

  .col-print-pull-4 {
    right: 33.3333333333%;
  }

  .col-print-pull-3 {
    right: 25%;
  }

  .col-print-pull-2 {
    right: 16.6666666667%;
  }

  .col-print-pull-1 {
    right: 8.3333333333%;
  }

  .col-print-pull-0 {
    right: 0;
  }

  .col-print-push-12 {
    left: 100%;
  }

  .col-print-push-11 {
    left: 91.6666666667%;
  }

  .col-print-push-10 {
    left: 83.3333333333%;
  }

  .col-print-push-9 {
    left: 75%;
  }

  .col-print-push-8 {
    left: 66.6666666667%;
  }

  .col-print-push-7 {
    left: 58.3333333333%;
  }

  .col-print-push-6 {
    left: 50%;
  }

  .col-print-push-5 {
    left: 41.6666666667%;
  }

  .col-print-push-4 {
    left: 33.3333333333%;
  }

  .col-print-push-3 {
    left: 25%;
  }

  .col-print-push-2 {
    left: 16.6666666667%;
  }

  .col-print-push-1 {
    left: 8.3333333333%;
  }

  .col-print-push-0 {
    left: 0;
  }

  .col-print-offset-12 {
    margin-left: 100%;
  }

  .col-print-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-print-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-print-offset-9 {
    margin-left: 75%;
  }

  .col-print-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-print-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-print-offset-6 {
    margin-left: 50%;
  }

  .col-print-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-print-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-print-offset-3 {
    margin-left: 25%;
  }

  .col-print-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-print-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-print-offset-0 {
    margin-left: 0;
  }

  #copyright {
    page-break-after: avoid !important;
  }

  /*Stats*/
  .analytics-bg {
    min-height: inherit !important;
  }

  .panel-body {
    padding-top: 0.5cm !important;
    padding-bottom: 0.5cm !important;
  }

  .progress-bar-surveykiwi {
    background-color: #1adc79 !important;
  }

  .cont-question-data div.progress {
    background-color: #e6e6e6 !important;
  }

  .multipic .block-image {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 3.5cm !important;
  }

  .multipic li.cont-image div.subcont-image .relative {
    width: 100% !important;
    float: left !important;
  }

  .multipic .cont-qty {
    width: 100% !important;
    float: left !important;
    text-align: center;
  }

  .multipic li.cont-image {
    width: 25% !important;
    float: left !important;
  }

  .cont-question-data {
    page-break-inside: avoid !important;
  }

  .container-short-answers {
    max-height: inherit !important;
    overflow: visible !important;
    position: relative;
  }

  .row-short-answers:after,  .row-short-answers:before {
    background: none;
    opacity: 0;
  }

  .row-short-answers p {
    border-bottom: 1px solid #eee;
  }

  /*
  body:before {
  content: '.';
  background-image: url(/assets/images/survey-kiwi-logo.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  margin-bottom: .5cm !important;
  margin-left: .9cm !important;
  width: 5cm !important;
  position: absolute;
  display: block;
  color: white;
  }
    */
  #copyright, br {
    display: none !important;
  }

  .main-content {
    min-height: 0 !important;
  }

  .nps-danger {
    background-color: #F58080 !important;
  }

  .nps-warning {
    background-color: #F2E5A1 !important;
  }

  .nps-success {
    background-color: #1adc79 !important;
  }

  /*END stats*/
  .bgcover .cont-info-multiple-picture {
    color: #ffffff !important;
  }

  ._cont_options small.title-print {
    color: #000 !important;
    font-weight: 400;
    background-color: transparent !important;
  }

  .li-question {
    min-height: auto !important;
    height: auto !important;
  }
}

/*# sourceMappingURL=main.css.map */
