﻿@font-face {
  font-family: 'proxima_nova_thextrabold';
  src: url('../../static/fonts/proxima_nova_extrabold-webfont.eot');
  src: url('../../static/fonts/proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/proxima_nova_extrabold-webfont.woff') format('woff'), url('../../static/fonts/proxima_nova_extrabold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('../../static/fonts/proxima_nova_bold-webfont.eot');
  src: url('../../static/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/proxima_nova_bold-webfont.woff') format('woff'), url('../../static/fonts/proxima_nova_bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_ltsemibold';
  src: url('../../static/fonts/proxima_nova_semibold-webfont.eot');
  src: url('../../static/fonts/proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/proxima_nova_semibold-webfont.woff') format('woff'), url('../../static/fonts/proxima_nova_semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../../static/fonts/proxima_nova_regular-webfont.eot');
  src: url('../../static/fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/proxima_nova_regular-webfont.woff') format('woff'), url('../../static/fonts/proxima_nova_regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_ththin';
  src: url('../../static/fonts/proxima_nova_thin-webfont.eot');
  src: url('../../static/fonts/proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/proxima_nova_thin-webfont.woff') format('woff'), url('../../static/fonts/proxima_nova_thin-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_ltlight';
  src: url('../../static/fonts/proxima_nova_light-webfont.eot');
  src: url('../../static/fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/proxima_nova_light-webfont.woff') format('woff'), url('../../static/fonts/proxima_nova_light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_ththin';
  src: url('../../static/fonts/proxima_nova_thin-webfont.eot');
  src: url('../../static/fonts/proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/proxima_nova_thin-webfont.woff') format('woff'), url('../../static/fonts/proxima_nova_thin-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'entypo';
  src: url('../../static/fonts/entypo.eot');
  src: url('../../static/fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/entypo.woff') format('woff'), url('../../static/fonts/entypo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 16px;
  font-family: 'proxima_nova_rgregular', sans-serif;
  vertical-align: baseline;
}
a {
  outline: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0 !important;
  margin: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
}
html {
  min-height: 100%;
}
body {
  position: relative;
  min-height: 600px;
  line-height: 24px;
  font-family: 'proxima_nova_rgregular', sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #f3f3f3;
}
#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper .fullScreen {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .content {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    padding-bottom: 682px;
  }
}
.fullScreen.error {
  min-height: 550px;
  background: url(../images/organizer/blue-pattern.png) center center;
}
.fullScreen.error .error404 {
  display: block;
  text-align: center;
}
.fullScreen.error .error404 .center {
  width: 100%;
}
.fullScreen.error .error404 h1 {
  padding-top: 300px;
  line-height: 40px;
  font-family: 'proxima_nova_ltlight', sans-serif;
  font-size: 36px;
  color: #fff;
  background: url(../images/organizer/404.png) no-repeat center 200px;
}
.fullScreen.error .error404 h2 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 250px;
  line-height: 31px;
  margin-top: 12px;
}

.fullScreen.error .error404 h2 a {
  color: white;
}

.fullScreen.error .error404 h2 a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .fullScreen.error h1 {
    padding-top: 140px !important;
    background: url(../images/organizer/404.png) no-repeat center 50px !important;
  }
  .fullScreen.error h2 {
    padding-bottom: 80px !important;
  }
}
#header {
  position: relative;
  z-index: 10;
  background-color: #000;
}
#header a,
#header .link {
  color: #929292;
  background-color: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-family: 'proxima_nova_rgregular', sans-serif;
}
#header a.active,
#header .link.active {
  color: #fff;
}
#header .logo {
  background-image: url(../images/logo-final.svg);
  background-size: auto 23px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  left: 32px;
  z-index: 10;
}
#header .back {
  display: none;
  width: 11px;
  height: 50px;
  z-index: 11;
  margin-top: 5px;
}
#header .back:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 50px;
  background: #000 url(../images/sprites.png) no-repeat -46px -167px;
}
#header a:hover,
#header a:active,
#header .link:hover,
#header .link:active {
  color: #fff;
}
#header .menu {
  margin: 0 auto;
  text-align: center;
}
#header .menu li {
  display: inline-block;
  width: auto;
}
#header .menu a {
  margin: 0 10px;
}
#header .menuTrigger {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
  #header .menu li {
    line-height: 61px;
  }
  #header #mobile-dropmenu {
    background-color: #000;
  }
  #header .menuTrigger {
    display: block !important;
    top: 20px;
  }
  #header .menu {
    margin: 0;
    text-align: left;
    padding: 0px 6.25% 20px;
  }
  #header .menu li {
    border-top: 1px solid #333333;
    display: block;
    line-height: 40px;
  }
  #header .menu li a {
    display: block;
  }
  #header .logo {
    top: 19px;
    left: 32px;
  }
  #header .center {
    width: 100% !important;
  }
  #header .center .menuWrapper {
    height: 55px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: black;
  }
  #header .center .menuWrapper .menu,
  #header .center .menuWrapper #mobile-dropmenu {
    display: none;
  }
  #header .center .menuWrapper.opened {
    height: 100%;
    position: fixed;
    padding-top: 70px;
    -webkit-transition: height 0.25s ease-in;
    /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: height 0.25s ease-in;
    /* Firefox 4-15 */
    -o-transition: height 0.25s ease-in;
    /* Opera 10.50–12.00 */
    transition: height 0.25s ease-in;
    /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  }
  #header .center .menuWrapper.opened .menuTrigger {
    top: -52px;
  }
  #header .center .menuWrapper.opened .menu,
  #header .center .menuWrapper.opened #mobile-dropmenu {
    display: block;
  }
  #header .center #mobile-dropmenu {
    display: none;
  }
  #header .center #mobile-dropmenu .loginForm {
    padding-top: 20px;
  }
  #header .center #mobile-dropmenu .loggedUserOptions {
    padding: 0;
  }
  #header .center #mobile-dropmenu .loggedUserOptions li {
    padding-right: 0;
  }
  #header .center #mobile-dropmenu .loggedUserOptions li a {
    padding-left: 50px;
  }
  #header .center #mobile-dropmenu .loggedUserOptions li.showLoginForm {
    border-top: 1px solid #1A1A1A;
    height: 42px;
  }
  #header .center #mobile-dropmenu .loggedUserOptions li.user {
    display: inline;
  }
  #header .center #mobile-dropmenu .loggedUserOptions li.language {
    border-top: 1px solid #1A1A1A;
    padding-top: 8px;
    padding-left: 0;
  }
  #header .center #mobile-dropmenu .loggedUserOptions li.language form {
    padding-left: 49px;
  }
  #header .center #mobile-dropmenu .loggedUserOptions li.language .long {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }
  #header .center #mobile-dropmenu .loggedUserOptions li.language .short {
    display: none;
  }
  #header .center .menu {
    padding: 0;
  }
  #header .center .menu li {
    border-bottom: 1px solid #1A1A1A;
    border-top: none;
    padding-left: 50px;
  }
  #header .center .menu li a {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    height: 60px;
  }
  #header .menu li {
    line-height: 71px;
  }
  #header .login {
    line-height: 71px;
  }
}
@media screen and (max-width: 979px) {
  .menuTrigger {
    float: right;
    overflow: hidden;
    position: relative;
    top: 18px;
    right: 20px;
    width: 26px;
    height: 20px;
    text-indent: 999em;
    background: url(../images/sprites.png) no-repeat -28px -22px;
  }
  .opened .menuTrigger {
    background-position: -28px 0;
  }
}
@media screen and (min-width: 980px) {
  #header {
    height: 60px;
  }
  #header .menu li {
    line-height: 71px;
  }
  #header .logo {
    top: 19px;
    left: 32px;
  }
  #header .login {
    line-height: 71px;
  }
}
.logo {
  display: block;
  width: 150px;
  height: 23px;
  background: url(../images/logo-final.png) no-repeat 0 0;
  color: #fff;
}
.logo span {
  display: none;
}
#footer {
  width: 100%;
  height: 155px;
  background: #000;
}
#footer .logo {
  display: inline-block;
  width: 123px;
  height: 23px;
  background-image: url(../images/logo-final.svg);
  background-size: auto 23px;
  background-repeat: no-repeat;
}
#footer .facebook {
  float: right;
  margin-right: 0.75em;
}
#footer .facebook:before {
  content: '\e8f5';
  color: #999;
  display: inline-block;
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  position: relative;
  top: 2px;
}
#footer .facebook span {
  display: none;
}
#footer .instagram {
  float: right;
}
#footer .instagram:before {
  content: ' ';
  display: inline-block;
  background-image: url(../../static/images/instagram.svg);
  width: 24px;
  height: 24px;
  position: relative;
  top: 2px;
}
#footer .instagram span {
  display: none;
}
#footer .menu li a {
  line-height: 18px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #999;
}
#footer .copy {
  float: left;
  /*width: 350px;*/
  clear: left;
  margin-top: 10px;
}
#footer .copy,
#footer .copy a {
  line-height: 18px;
  font-size: 12px;
  color: #4a4a4a;
}
@media screen and (max-width: 767px) {
  #footer {
    height: 200px;
    background: #000;
  }
  #footer .center {
    width: auto;
    padding: 30px 6.25%;
  }
  #footer .center.with-logo {
    padding-bottom: 0;
  }
  #footer .center.with-links {
    padding-top: 0;
  }
  #footer .logo {
    margin-bottom: 25px;
  }
  #footer .menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #footer .menu li:first-child {
    display: none;
  }
  #footer .menu li a {
    display: inline-block;
    height: 33px;
    padding: 0 14px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    line-height: 33px;
    text-align: center;
    text-transform: none;
    color: #999999;
  }
  #footer .menu li a:hover {
    border-color: #ffffff;
  }
  #footer .menu li a:active {
    color: #4c4c4c;
    border-color: #4c4c4c;
  }
  #footer .copy {
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  #footer {
    position: absolute;
    bottom: 0;
    padding-top: 65px;
    /*.copy
        {
            float: right;
            width: 350px;
            text-align: right;
        }*/
  }
  #footer .center {
    width: auto;
    padding: 0 32px 0 34px;
  }
  #footer .logo {
    margin-bottom: 10px;
  }
  #footer .logo2F {
    clear: both;
    float: right;
    margin-top: 10px;
  }
  #footer .menu {
    float: left;
    line-height: 18px;
  }
  #footer .menu li {
    display: inline-block;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #footer {
    position: absolute;
    bottom: 0;
    padding-top: 65px;
  }
  #footer .center {
    width: auto;
    padding: 0 32px 0 34px;
  }
  #footer .logo {
    margin-bottom: 10px;
  }
  #footer .logo2F {
    float: right;
    margin-top: 15px;
  }
  #footer .menu {
    line-height: 18px;
  }
  #footer .menu li {
    display: inline-block;
    margin-right: 20px;
  }
  #footer .menu li:first-child {
    display: none;
  }
  #footer .copy {
    clear: left;
    float: left;
    margin-top: 10px;
  }
}