@font-face {
    font-family: 'telefonblack';
    src: url('../fonts/telefon/telefon_black-webfont.eot');
    src: url('../fonts/telefon/telefon_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telefon/telefon_black-webfont.woff') format('woff'),
         url('../fonts/telefon/telefon_black-webfont.ttf') format('truetype'),
         url('../fonts/telefon/telefon_black-webfont.svg#telefonblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'telefonbold';
    src: url('../fonts/telefon/telefon_bold-webfont.eot');
    src: url('../fonts/telefon/telefon_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telefon/telefon_bold-webfont.woff') format('woff'),
         url('../fonts/telefon/telefon_bold-webfont.ttf') format('truetype'),
         url('../fonts/telefon/telefon_bold-webfont.svg#telefonbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'telefonregular';
    src: url('../fonts/telefon/telefon_regular-webfont.eot');
    src: url('../fonts/telefon/telefon_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telefon/telefon_regular-webfont.woff') format('woff'),
         url('../fonts/telefon/telefon_regular-webfont.ttf') format('truetype'),
         url('../fonts/telefon/telefon_regular-webfont.svg#telefonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body { height: 100%; }

body {
  animation: glow 15s infinite;
  background: #eabcc3;
  color: #353939;
  font: 14px "telefonregular", Helvetica, Arial, sans-serif;
  min-width: 960px;
}

@keyframes glow {
  0% {
    background-color: #f1f9a1;
  }

  33% {
    background-color: #eabcc3;
  }

  66% {
    background-color: #a1d4d3;
  }

  100% {
    background-color: #f1f9a1;
  }
}

.background_logo {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -756px;
  margin-top: -480px;
  z-index: -1;
}

h1 {
  font-size: 24px;
  margin: 0 0 15px;
  font-family: "telefonregular", Helvetica, Arial, sans-serif;
}

h2 {
  font-size: 17px;
  margin: 0;
}

h3 {
  font-size: 17px;
  margin: 0 0 10px;
}

h4 {
  font-size: 14px;
  margin: 0;
}

h5 {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}

h6 {
  font-size: 13px;
  margin: 0;
  font-weight: normal;
}

p {
  line-height: 20px;
  color: #333;
}

img { border: 0; outline: none; }

input[type="text"],
input[type="password"],
textarea {
  border: 2px solid #666;
  color: #000;
  padding: 8px;
  outline: none;
  font: 14px "proxima-nova", Helvetica, Arial, sans-serif;
}

.button,
input[type='reset'],
input[type= 'submit'],
button {
  border: 0;
  background: #66b7b5;
  color: #fff;
  padding: 10px;
}

::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}

#newsletter label {
  font-size: 16px;
  color: #ed0061;
}

#newsletter_feedback {
  padding-right: 10px;
  text-align: right;
}

ul { margin: 0; }
li { list-style: none; margin: 0; }

a, a:active, a:visited {
  color: #66b7b5;
  -moz-transition:color .2s ease-in;
  -o-transition:color .2s ease-in;
  -webkit-transition:color .2s ease-in;
  transition:color .2s ease-in;
}

a:hover {
  color: #a1d4d3;
}

.center {
  text-align: center;
}

a.opacity {
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

a.opacity:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

a.opacity.double:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.pull-left { float: left; }
.pull-right { float: right; }

.photo.empty {
  background: url('images/2016/lines.png');
}

.white {
  background: #fff;
  overflow: hidden;
}

.padding {
  overflow: hidden;
  padding: 30px;
}

.semi-padding {
  overflow: hidden;
  padding: 30px 0;
}

.padding.half {
  padding: 15px;
}

#legend .padding,
#slots_countdown .padding,
#calendar .padding,
#photos_box .padding,
#anotations .padding,
.padding.black {
  border: 2px solid #ccc;
}

#legend li .sub { font-size: 11px; }

#photos_box #upload {
  margin-top: 0;
}

.next {
  float: right;
  padding: 10px;
}

.previous {
  float: left;
  padding: 10px;
}

.next:hover,
.previous:hover {
  color: #fdf2f7 ;
}

.powerful, a.powerful {
  background: #66b7b5;
  color: #fff;
}

.powerful:hover, a.powerful:hover {
  background: #66b7b5;
}

.ui-dialog {
  z-index: 9999 !important;
}

.ui-dialog .ui-dialog-titlebar {
  width: auto !important;
}

.ui-dialog .ui-icon-closethick {
  background-position: -98px -129px !important;
}

.ui-dialog input[type='reset'],
.ui-dialog input[type='submit'] {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: right;
  margin-left: 5px;
}

.ui-dialog input[type='reset'] {
  margin-left: 90px;
}

.separator {
  overflow: hidden;
  margin: 30px auto 0;
  width: 700px;
}

.black {
  color: #333;
}

.space {
  margin-top: 30px;
}

.target {
  display: none;
}

.space:first-child {
  margin-top: 0;
}

.error h3 {
  margin-bottom: 0;
}

a.link-to-edit {
  position: fixed;
  top: 15px;
  left: 10px;
  z-index: 1;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 10px;
  color: #66b7b5;
}

.template .padding {
}

.template .padding h1 {
  margin: 0;
}

.template .text {
  margin: 30px 0 0 0;
  color: #333;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.placeholder label {
  display: none;
}

form .text {
  margin: 0 0 25px;
}

form .error_list {
  float: right;
  font-size: 12px;
  margin-bottom: 3px;
  text-align: right;
}

#preview {
  font-family: 'telefonbold';
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background: #ED0061;
  margin-bottom: 40px;
}

#fb, .fb {
  float: right;
}

#fb #wrap,
.fb .wrap, {
  width: 75px;
  height: 21px;
  overflow: hidden;
}

#social > a {
  background-image: url('images/2016/social-icons.png');
  background-repeat: no-repeat;
}

header {
  float: left;
  width: 100%;
  padding: 25px 0 35px;
}

header #menu {
  margin-top: 33px;
}

header #menu > li > a {
  font-family: 'telefonbold';
  padding: 0 0 3px 0;
  margin: 0 0 0 10px;
  color: #353939;
}

header #menu > li > a:hover {
  color: #777;
}

header #menu ul {
  padding: 5px 0;
  background: #f0eee2;
}

header #menu ul > li > a {
  padding: 5px 0;
  color: #353939;
  border-top: 1px solid #353939;
  margin: 0 20px;
}

footer {
  background: #353939;
  color: #fff;
  line-height: 20px;
  height: 255px;
}

footer .sitemaps {
  background: url('images/2016/logo-happiness-footer.png') no-repeat top right;
  overflow: hidden;
}

footer #copyright {
  margin-top: 30px;
}

footer #copyright .dev span {
  display: inline-block;
  margin-left: 70px;
}

footer > .sitemaps > div {
  height: 135px;
  margin: 40px 0 20px;
  border-left: 2px solid #fff;
}

footer > .sitemaps > div:first-child {
  border-left: 0;
}

footer > .sitemaps > div > div {
  padding: 0 0 0 25px;

}

footer > .sitemaps > div:first-child > div {
  padding-left: 10px;
}

footer p,
footer a, footer a:active, footer a:visited {
  color: #fff;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

footer a:hover { color: #edd2fb; }

footer #seegno {
  margin-left: 2px;
  position: absolute;
  bottom: -2px;
  display: inline-block;
  width: 55px;
  height: 18px;
  background-image: url('images/core/seegno-new.png');
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

#flashes {
  margin-bottom: 30px;
  font-family: 'telefonbold';
  background: #fff;
  text-align: center;
  font-size: 16px;
}

#push {
  height: 255px;
}

#inside {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -255px;
}

#social {
  position: absolute;
  right: -9px;
  top: 148px;
}

[data-action='exhibit'] #social {
  top: 126px;
}

[data-action='landing'] #social {
  top: 108px;
}

[data-module='authentication'] #social,
[data-module='registration'] #social,
[data-module='signup'] #social {
  display: none;
}

#social > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 19px;
  display: block;
  margin-bottom: 3px;
  text-indent: -99999px;
}

#social > a.fb { background-position: 0px 0px; top: 0; }
#social > a.tw { background-position: 0px -26px; top: 24px; }
#social > a.ig { background-position: 0px -46px; top: 46px; }
#social > a.em { background-position: 0px -75px; top: 71px; }

.pre-sponsors {
  margin-top: 50px;
}

#sponsors {
  position: relative;
  width: 940px;
  margin: 10px auto 30px;
}

#sponsors > img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#sponsors a {
  background: url('images/2016/sponsors.png') no-repeat top left;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  opacity: 0.65;
}

#sponsors .container_12 {
  margin-bottom: 30px;
}

#sponsors a.sprite-a_01_sec {
  width: 202px;
  height: 40px;
  background-position: -5px -5px;
}

#sponsors a.sprite-a_02_dgartes {
  width: 191px;
  height: 40px;
  background-position: -217px -5px;
}

#sponsors a.sprite-a_03_cmbraga {
  width: 32px;
  height: 40px;
  background-position: -418px -5px;
}

#sponsors a.sprite-a_04_ipdj {
  width: 29px;
  height: 40px;
  background-position: -460px -5px;
}

#sponsors a.sprite-a_05_collezionemaramotti {
  width: 155px;
  height: 40px;
  background-position: -5px -55px;
}

#sponsors a.sprite-a_06_institutofrancesportugal {
  width: 74px;
  height: 40px;
  background-position: -170px -55px;
}

#sponsors a.sprite-a_07_danishartsfoundation {
  width: 225px;
  height: 40px;
  background-position: -254px -55px;
}

#sponsors a.sprite-b_01_dstgroup {
  width: 87px;
  height: 40px;
  background-position: -5px -105px;
}

#sponsors a.sprite-c_01_rum {
  width: 33px;
  height: 40px;
  background-position: -102px -105px;
}

#sponsors a.sprite-c_02_canal180 {
  width: 44px;
  height: 40px;
  background-position: -145px -105px;
}

#sponsors a.sprite-c_03_p3 {
  width: 39px;
  height: 40px;
  background-position: -199px -105px;
}

#sponsors a.sprite-c_04_artecapital {
  width: 120px;
  height: 40px;
  background-position: -248px -105px;
}

#sponsors a.sprite-c_05_fenther {
  width: 92px;
  height: 40px;
  background-position: -378px -105px;
}

#sponsors a.sprite-c_06_europeanphotography {
  width: 110px;
  height: 40px;
  background-position: -5px -155px;
}

#sponsors a.sprite-c_07_photomonitor {
  width: 70px;
  height: 35px;
  background-position: -125px -155px;
}

#sponsors a.sprite-c_08_fotografiaportugal {
  width: 99px;
  height: 40px;
  background-position: -205px -155px;
}

#sponsors a.sprite-c_09_yetmagazine {
  width: 48px;
  height: 40px;
  background-position: -314px -155px;
}

#sponsors a.sprite-c_10_daylight {
  width: 96px;
  height: 40px;
  background-position: -372px -155px;
}

#sponsors a.sprite-c_11_revistarua {
  width: 67px;
  height: 40px;
  background-position: -5px -205px;
}

#sponsors a.sprite-d_01_seegno {
  width: 110px;
  height: 40px;
  background-position: -82px -205px;
}

#sponsors a.sprite-d_02_getbus {
  width: 66px;
  height: 36px;
  background-position: -202px -205px;
}

#sponsors a.sprite-d_03_promais {
  width: 75px;
  height: 40px;
  background-position: -278px -205px;
}

#sponsors a.sprite-d_04_basic {
  width: 43px;
  height: 40px;
  background-position: -363px -205px;
}

#sponsors a.sprite-d_05_collectorshouse {
  width: 76px;
  height: 40px;
  background-position: -416px -205px;
}

#sponsors a.sprite-d_06_umconselhocultural {
  width: 46px;
  height: 40px;
  background-position: -5px -255px;
}

#sponsors a.sprite-d_07_uminstitutoletrascienciashumanas {
  width: 63px;
  height: 40px;
  background-position: -61px -255px;
}

#sponsors a.sprite-d_08_umunidadearqueologia {
  width: 45px;
  height: 40px;
  background-position: -134px -255px;
}

#sponsors a.sprite-d_09_theatrocirco {
  width: 31px;
  height: 40px;
  background-position: -480px -105px;
}

#sponsors a.sprite-d_10_gnration {
  width: 120px;
  height: 40px;
  background-position: -189px -255px;
}

#sponsors a.sprite-d_11_museunogueirasilva {
  width: 33px;
  height: 40px;
  background-position: -478px -155px;
}

#sponsors a.sprite-d_12_bconcept {
  width: 37px;
  height: 40px;
  background-position: -319px -255px;
}

#sponsors a.sprite-d_13_conventocarmo {
  width: 42px;
  height: 40px;
  background-position: -366px -255px;
}

#sponsors a.sprite-d_14_miraforum {
  width: 79px;
  height: 40px;
  background-position: -418px -255px;
}

#sponsors a.sprite-d_15_barbado {
  width: 195px;
  height: 40px;
  background-position: -5px -305px;
}

#sponsors a.sprite-d_16_antiprysm {
  width: 93px;
  height: 40px;
  background-position: -210px -305px;
}

#sponsors a.sprite-d_17_agere {
  width: 80px;
  height: 40px;
  background-position: -313px -305px;
}

#sponsors a.sprite-e_01_lumen {
  width: 81px;
  height: 40px;
  background-position: -403px -305px;
}

#sponsors a.sprite-e_02_koylab {
  width: 101px;
  height: 40px;
  background-position: -5px -355px;
}

#sponsors a.sprite-e_03_graficavv {
  width: 121px;
  height: 40px;
  background-position: -116px -355px;
}

#sponsors a.sprite-f_01_gen {
  width: 64px;
  height: 40px;
  background-position: -247px -355px;
}

#sponsors a.sprite-g_01_editionsbessard {
  width: 55px;
  height: 40px;
  background-position: -321px -355px;
}

#sponsors a.sprite-g_02_theeyesmagazine {
  width: 41px;
  height: 40px;
  background-position: -386px -355px;
}

#sponsors a.sprite-g_03_bjcem {
  width: 74px;
  height: 40px;
  background-position: -437px -355px;
}

#sponsors a.sprite-g_04_circulations {
  width: 120px;
  height: 40px;
  background-position: -5px -405px;
}

#sponsors a.sprite-g_05_dummyaward {
  width: 40px;
  height: 40px;
  background-position: -135px -405px;
}

#sponsors a.sprite-g_06_efti {
  width: 158px;
  height: 40px;
  background-position: -185px -405px;
}

#sponsors a.sprite-g_07_theindependentair {
  width: 38px;
  height: 40px;
  background-position: -353px -405px;
}

#sponsors a.sprite-g_08_encontrosagosto {
  width: 90px;
  height: 40px;
  background-position: -401px -405px;
}

#sponsors a.sprite-g_09_festivaloflight {
  width: 10px;
  height: 40px;
  background-position: -499px -5px;
}

#sponsors a.sprite-g_10_festfotopoa {
  width: 42px;
  height: 40px;
  background-position: -5px -455px;
}

#sponsors a.sprite-g_11_fotografiaeuropea {
  width: 92px;
  height: 40px;
  background-position: -57px -455px;
}

#sponsors a.sprite-g_12_fotofestiwal {
  width: 130px;
  height: 40px;
  background-position: -159px -455px;
}

#sponsors a.sprite-g_13_institutoportuguesfotografia {
  width: 54px;
  height: 40px;
  background-position: -299px -455px;
}

#sponsors a.sprite-g_14_outonofotografico {
  width: 95px;
  height: 40px;
  background-position: -363px -455px;
}

#sponsors a.sprite-g_15_territorioexpandido {
  width: 16px;
  height: 40px;
  background-position: -489px -55px;
}

#sponsors a.sprite-g_16_scopio {
  width: 154px;
  height: 40px;
  background-position: -519px -5px;
}

#sponsors a.sprite-g_17_ccr {
  width: 73px;
  height: 40px;
  background-position: -515px -55px;
}

#sponsors a.sprite-g_18_lensculture {
  width: 126px;
  height: 40px;
  background-position: -521px -105px;
}

#sponsors h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #353939;
}

#lang {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

#lang > li {
  float: left;
  margin-left: 10px;
}

#lang > li > a {
  color: #221f1f;
}

#logo {
  float: left;
  width: 300px;
  height: 68px;
  background: url('images/2016/logo.png');
  text-indent: -9999px;
}

.pre-slideshow {
}

.slideshow {
  height: 340px;
  overflow: hidden;
  background: #000;
}

#load {
  outline: 3px solid #66b7b5;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #a1d4d3;
  cursor: pointer;
  width: 935px;
  margin: 30px 12px 0;
  background: #fff;
}

#load:hover {
  outline: 3px solid #a1d4d3;
  color: #a1d4d3;
}

#news > ul {
  overflow: hidden;
  margin-bottom: 30px;
}

#news li {
  position: relative;
  height: 300px;
  background: #fff;
  box-sizing: border-box;
}

#news li .in {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

#news li .in > h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  color: #fff;
  background: #353939;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
}

#news li .in .fb {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

#news li .in > p {
  display: none;
  padding: 5px 15px;
}

#news li:hover .in {
  background: #f0eee2;
  height: 150px;
}

#news li:hover .in > p {
  display: block;
}

#news li:hover .in > h3 {
  position: static;
  background: none;
  color: #000;
  font-family: 'telefonbold';
}

#news li:hover .in .fb {
  display: inline-block;
}

#news .photo > img {
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#news li a:hover > .photo img {
  opacity: 0.8;
}

#newsletter {
  overflow: hidden;
  margin: 60px 10px 20px;
}

#newsletter form {
  background: #353939;
  float: right;
  padding: 20px;
  width: 100%;
  position: relative;
}

#newsletter #field_email .content.text {
  line-height: 42px;
}

#newsletter label {
  float: left;
  width: 536px;
  margin-top: 12px;
  color: #fff;
  text-align: right;
  padding-right: 50px;
}

#newsletter input[type='text'] {
  border: 1px solid #fff;
  float: left;
  width: 235px;
  height: 38px;
  padding: 0 10px;
  background: #353939;
  color: #fff;
  font-size: 18px;
}

#newsletter input[type='submit'] {
  float: left;
  width: 74px;
  height: 38px;
  color: #000;
  background-color: #f1f9a1;
  margin-left: 15px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

#newsletter input[type='submit']:hover {
  opacity: 0.6;
}

#newsletter .msg {
  position: absolute;
  z-index: 1;
  text-shadow: none;
  bottom: -20px;
  left: 500px;
  color: #ed0061;
  font-size: 12px;
}

#post img {
  display: block;
}

.title > h1 span {
  float: right;
  font-size: 0.8em;
  line-height: 1.8em;
}

.list ul.space {
  margin-top: 30px;
}

.list .photo {
  width: 150px;
  height: 150px;
}

.list .photo > img {
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.list li {
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-top: 30px;
}

.list li .padding {
  border: 0;
}

.list li.powerful {
  background: #66b7b5;
  border-color: #66b7b5;
}

.list li.powerful:hover {
  background: #a1d4d3;
  border-color: #a1d4d3;
}

.list li.powerful a {
  color: #fff;
}

.list li.powerful h3 {
  color: #fff;
  font-weight: normal;
}

.list li .actions,
.list li .photo,
.list li .info {
  float: left;
}

.list li .info {
  padding: 20px;
  width: 900px;
}

.list li.with-photo .info {
  width: 746px;
}

.list li .actions {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #66b7b5;
  -moz-transition:color .2s ease-in;
  -o-transition:color .2s ease-in;
  -webkit-transition:color .2s ease-in;
  transition:color .2s ease-in;
}

.list li .actions.centered {
  top: 22px;
}

.list li .actions.hovered,
.list li a:hover .actions {
  color: #a1d4d3;
}

.list li a:hover .photo > img {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.list li .info > h3 {
  margin-bottom: 2px;
}

.list li.expandable .info {
  cursor: pointer;
}

.list li.expandable.open .info > h3 {
  margin-bottom: 15px;
}

.list li .info > span {
  font-size: 12px;
}

.list li .info > p {
  font-size: 12px;
  margin: 15px 0;
}

.list .actions ul > li {
  float: right;
  position: static;
  margin: 0;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #fcd9e7;
}

.list .actions ul > li:first-child {
  border-right: 0;
}

.event h3 {
  color: #333;
}

.event img {
  display: block;
  max-width: 300px;
  min-height: 218px;
}

#program p {
  font-size: 13px;
  margin-bottom: 0;
}

#program .left {
  float: left;
  width: 615px;
}

#program .left > h3 {
  margin-top: 15px;
}

#program .right {
  float: right;
  width: 260px;
}

#program .working_hours {
  margin-top: 62px;
}

#program .notes {
  margin-top: 15px;
}

#exhibitions .left {
  float: left;
  width: 290px;
}

#exhibitions .right > a > h1 {
  margin: 0;
}

#exhibitions .right > h3 {
  margin-top: 15px;
  font-size: 14px;
}

#exhibitions .right > h5 {
  font-size: 18px;
}

#exhibitions .right {
  float: left;
  width: 590px;
  padding: 20px 30px;
}

#exhibition .pic {
 width: 940px;
 height: 340px;
 overflow: hidden;
 position: relative;
}

#exhibition .pic img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 940px;
}

#exhibition .blocks_frame {
  width: 940px;
  height: 342px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

#exhibition .title {
  position: absolute;
  right: 45px;
  left: 55px;
  margin: 0;
  padding: 0;
  top: 35px;
  z-index: 10;
  text-transform: uppercase;
  color: #333;
  font-size: 24px;
  text-align: right;
}

#exhibition h2 {
  margin-bottom: 20px;
}

#exhibition .title > h1 {
  font-size: 42px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0,0,0,0.7);
}

#exhibition .title > h2 {
  margin-left: 60px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0,0,0,0.7);
}

#exhibition .left {
  float: left;
  width: 880px;
}

#exhibition .left.with-bio {
  float: left;
  width: 540px;
}

#exhibition .right {
  float: right;
  width: 300px;
}

#photos .column {
  float: left;
  width: 290px;
  margin-left: 35px;
}

#photos .column:first-child {
  margin-left: 0;
}

#photos .column .image {
}

#photos .column .image img {
  max-width: 284px;
  max-height: 180px;
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
  background: #fff;
  padding: 3px;
  cursor: pointer;
}

#place .padding {
  padding: 20px;
}

#place .photo {
  float: left;
  width: 200px;
}

#place .photo > img {
  display: block;
}

#place .left {
  float: left;
  width: 460px;
}

#place .left h2 {
  margin-bottom: 2px;
}

#place .left h5 {
  margin-bottom: 15px;
  font-size: 12px;
}

#place .right {
  float: right;
  width: 260px;
}

#place .right > h3 {
  margin-top: 5px;
}

#judges {
  color: #333;
}

#judges > li {
  margin-top: 10px;
  font-size: 12px;
  border: 0;
}

#judges > li > span {
  font-size: 14px;
}

#map h3 {
  margin-bottom: 15px;
}

#contact .left,
#map .left {
  float: left;
  width: 320px;
  margin-right: 30px;
}

#map .right {
  float: right;
  width: 530px;
}

#contact .right {
  float: right;
  width: 410px;
}

#contact input[type='text'],
#contact input[type='email'],
#contact textarea {
  width: 390px;
}

#contact textarea {
  height: 230px;
}

#contact input[type='submit'] {
  margin-left: 348px;
}

#signup {
  box-sizing: border-box;
  border: 2px solid #e6e7e8;
}

#signup input[type='text'],
#signup input[type='password'],
#signup input[type='email']  {
  width: 380px;
  margin-bottom: 25px;
}

#signup input[type='submit'] {
  float: right;
}

#login {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  border: 2px solid #e6e7e8;
}

#login input[type='submit'] {
  float: right;
}

#login input[type='text'],
#login input[type='password'],
#login input[type='email'] {
  width: 380px;
}

#login label[for='login_remember'] {
  display: inline-block;
}

#forgot {
  position: absolute;
  bottom: -30px;
  right: 0;
}

#validate .white {
  border: 2px solid #d4bfde;
}

#validate .text {
  display: inline-block;
  margin: 0 0 0 10px;
}

#validate fieldset {
  display: inline;
}

#validate input[type='text'],
#recover input[type='text'] {
  width: 380px;
}

#steps {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}

#steps ul > li {
  float: left;
  width: 153px;
  text-align: center;
  font-family: 'telefonbold';
  background: url('images/2016/step-connection.png') 0 50px repeat-x;
}

#steps ul > li a {
  float: left;
  width: 100px;
  margin: 0 26px 0 27px;
}

#steps ul > li.first a {
  margin: 0 53px 0 0;
}

#steps ul > li.last a {
  margin: 0 0 0 53px;
}

#steps ul > li span {
  display: block;
  text-align: center;
  width: 100%;
  height: 100px;
  background: url('images/2016/ball.png') no-repeat center top;
  font-size: 60px;
  line-height: 100px;
  margin-bottom: 10px;
  font-weight: normal;
}

#steps ul > li.active span {
  color: #fff;
  background-image: url('images/2016/ball_full.png');
}

#steps ul > li.first span {
  background-position: left top;
}

#steps ul > li.last span {
  background-position: right top;
}

#upload {
  margin: 30px 0 0;
}

#upload textarea {
  width: 380px;
}

#uploader_box .c {
  background-image: url('images/2016/upload.png');
  background-repeat: no-repeat;
  background-position: 30px 30px;
  cursor: pointer;
  padding-left: 70px;
}

#uploader_box .r {
  background-image: url('images/2016/receipt.png');
}

#fieldset_simple_upload {
  margin: 20px 0;
  background: #fff;
  padding: 20px;
}

#fieldset_simple_upload .text {
  display: inline-block;
  margin-left: 10px;
}

#fieldset_simple_upload > div {
  margin-bottom: 10px;
}

.simple-submit {
  float: right;
  margin-bottom: 20px;
}

#upload .actions {
  overflow: hidden;
  padding-top: 15px;
}

#upload .actions .button {
  padding: 10px;
  float: right;
}

#upload .actions.left {
  background: none;
}

#upload .actions.left .button {
  float: left;
}

#upload .uploader-panel .actions {
  float: right;
}

#pickfiles h2 {
  margin-bottom: 0;
}

#simple {
  margin: 5px 0 20px 0;
  text-align: right;
}

#files {
  margin-bottom: 40px;
}

#files .done {
  border-bottom: 2px solid #66b7b5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#files .done a {
  float: right;
  margin-left: 10px;
}

#project_description_form input[type='submit'] {
  float: right;
}

#activities .list h1 {
  margin-bottom: 5px;
}

#activities .list h5 {
  margin-bottom: 25px;
}

#activities .list .description {
  line-height: 20px;
}

#application_status {
  text-align: center;
}

#application_status span.powerful {
  padding: 15px;
  margin-left: 5px;
}

#application_status .status {

}



/* CALENDAR */

.lock { margin: 10px auto; }

.left { float: left; }
.right { float: right; }

.actions { margin: 0 auto; text-align: center; float: left; height: 36px; }
.actions .button { margin: 0px 10px 0; }
.button.right { float: right; }

.legend { margin: 0; list-style: none; padding-top: 6px; }
.legend li { float: left; margin: 0; background: url('images/unselected.png') no-repeat right top; padding-right: 30px; font-style: italic; }
.legend li.selected { margin-right: 20px; background-image: url('images/selected.png'); }

[data-module="scheduler"] table { border-collapse: separate; border-bottom: 2px groove #fff; margin-bottom: 60px; }
[data-module="scheduler"] table th { height: 40px; vertical-align: middle; text-transform: uppercase; border-top: 2px groove #fff; border-right: 2px groove #fff; }
[data-module="scheduler"] table tr { border-top: 2px solid #fff; }
[data-module="scheduler"] table td { width: 44px; border-right: 2px groove #fff; border-top: 2px groove #fff; height: 30px; vertical-align: middle; text-align: right; }
[data-module="scheduler"] table td.hour { width: 60px; padding-right: 10px; }
[data-module="scheduler"] #results table td { text-align: left; padding-left: 10px; }
[data-module="scheduler"] .show table { width: 3000px;}
[data-module="scheduler"] table td.hour { width: 55px !important; }
[data-module="scheduler"] td.selected { background: #94cfbd; }
[data-module="scheduler"] td.unavailable, tr.unselectable { background: #dbdbdb; cursor: default !important; }
[data-module="scheduler"] td.hour, td.selected.locked { cursor: default !important; }
[data-module="scheduler"] td.unavailable.selected { background: #ffc3c3 !important; cursor: pointer !important; }
[data-module="scheduler"] table.unlocked td.unavailable:hover, tr.unselectable:hover { background: #dbdbdb !important; }
[data-module="scheduler"] table.unlocked td.hour:hover { background: none; }
[data-module="scheduler"] table.unlocked tr.selectable td { cursor: pointer; }
[data-module="scheduler"] table.unlocked tr.unselectable td:hover { background: #dbdbdb; }
[data-module="scheduler"] table.unlocked td.click, th.click { background: url('images/green_tile.png'); }
[data-module="scheduler"] table.unlocked td.hover, tr.hover { background: url('images/yellow_tile.png'); }
[data-module="scheduler"] table.unlocked th.hover, tfoot td.hover { background: url('images/yellow_tile.png') }
[data-module="scheduler"] table.unlocked td.hovercell, th.hovercell { background: url('images/green_tile.png'); }
[data-module="scheduler"] table.unlocked td.hoverrow, th.hoverrow {  }
[data-module="scheduler"] table.unlocked th.hovercell { background: none;}

[data-module="scheduler"] .actions,
[data-module="scheduler"] .actions_top {
  margin-top: 30px;
}

.ui-dialog {
  z-index: 99999 !important;
}

.cke_dialog {
  z-index: 99999 !important;
}

#archive-menu ul {
  background: #66b7b5;
}

#archive-menu ul > li a {
  color: #fff
}

#archive-menu ul > li {
  border-left: 1px solid #fff;
}
