@charset "utf-8";
@import url("https://use.typekit.net/ikj5mlm.css");
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
* {
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  font-family: 'Proxima Nova', sans-serif;
  outline: 0 !important;
  overflow-x: hidden !important;
}

body {
  background: url("images/bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

a {
  outline: 0 !important;
  text-decoration: none !important;
  color: #000 !important;
  font-weight: 400 !important;
}
a:hover {
  color: #000 !important;
/*  opacity: 0.7;*/
}
::selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #000;
  /* Gecko Browsers */
  color: #fff;
}
p {
  margin: 0 !important;
  line-height: 1.4;
}
p+p {
  margin-top: 10px !important;
}
ul li a {
  margin-bottom: -5px !important;
}
ul .children a {
  font-weight: 400 !important;
  margin-bottom: 30px !important;
}
ul .children {
  margin-bottom: 10px !important;
}
ul .children li {
  margin-left: -20px !important;
}
h1, h2, h3, h4 {
  color: #000000 !important;
  line-height: 1.2 !important;
}
h2 {
  font-size: 34px !important;
  font-weight: bold;
  line-height: 1.0 !important;
}
h3 {
  font-size: 28px !important;
  font-weight: 600;
}
h4 {
  font-size: 24px !important;
  font-weight: 600;
  color: #000000 !important;
  line-height: 1.4 !important;
}
h5 {
  font-size: 18px !important;
  font-weight: 600;
  color: #000000 !important;
  line-height: 1.4 !important;
}

.container {
  max-width: 1280px;
/*  padding-left:0;
  padding-right:0;*/
}

a:focus {
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #c20e1a;
}


.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.spacer {
  margin-top: 5px;
}

.spacerS {
  margin-top: 20px;
}

.spacerM {
  margin-top: 60px;
}

.spacerL {
  margin-top: 90px;
}

.spacerLL {
  margin-top: 120px;
}

.spacerXL {
  margin-top: 200px;
}

.ag-right {
  text-align: right;
}

hr {
  background-color:#000 !important;
  height:5px;
}
/*buttons*/
.btn {
  background-color: #c20e1a!important;
  border-color: #c20e1a !important;
  color: #fff !important;
}

.btn-primary.focus {
  background-color: #7bc9ef !important;
  border-color: #7bc9ef !important;
  color: #fff !important;
}

.btn:hover {
  background-color: #7bc9ef !important;
  border-color: #7bc9ef !important;
  color: #fff !important;
}

.btn:active {
  background-color: #007e28!important;
  border-color: #007e28 !important;
  color: #fff !important;
}

label {
  color: #1d1d1b;
  font-weight: normal;
  font-size: 16px;
}

/*colors*/
.grey {
  display:inline-block;
  background-color:#7C7C7C;
  width: 35px !important;
  font-size: 20px;
  font-weight:bold;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  margin-bottom:5px;
}


.green {
  display:inline-block;
  background-color:#73BF45;
  width: 35px !important;
  font-size: 20px;
  font-weight:bold;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  margin-bottom:5px;
}

.blue {
  display:inline-block;
  background-color: #019EEB;
  width: 35px !important;
  font-size: 20px;
  font-weight:bold;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  margin-bottom:10px;
}

.red {
  display:inline-block;
  background-color:#E35C25;
  width: 35px !important;
  font-size: 20px;
  font-weight:bold;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  margin-bottom:10px;
}

.yellow {
  display:inline-block;
  background-color: #FEF200;
  width: 35px !important;
  font-size: 20px;
  font-weight:bold;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  margin-bottom:10px;
}

#countdown {
  font-size: 20px;
  font-weight:bold;
}

/*forms*/

.category {
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-start;
}
.form-group {
  margin-right: 10px !important;
}
.submitBtn {
  margin-top:10px;
  background-color: #E2E2E2;
  border:0;
  color: #000;
  font-size:12px;
  padding:5px;
}

/*titles*/
.eventDate {
  font-size: 16px;
  font-weight: bold;
  margin-top:35px;
}
.eventTitle {
  font-size: 38px;
  font-weight: bold;
  margin-top:-5px !important;
}
.eventSubTitle {
  font-size: 24px;
  font-weight: bold;
  margin-top:-10px !important;
}
.eventLocation {
  font-size: 18px;
  font-weight: 600;
  margin-top:0px !important;
}

.eventTitleFooter {
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
}
.eventSubTitleFooter {
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  margin-top: -5px;
}

.epipedoBtn {
  background-color: transparent !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: bold;
}

.epipedoBtn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.epipedoSelectedBtn {
  background-color: #000 !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: bold;
}

.epipedoSelectedBtn:hover {
  background-color: #000 !important;
  color: #fff !important;
}
/*footer*/
.footer {
  background-color: #000;
  color: #fff !important;
  border-radius: 0 80px 0 0;
  padding-top:15px;
  padding-bottom:15px;
}

.modal-content {
  color: #000;
}

.modal-content a {
  color: #c20e1a;
}

.modal-content a:hover {
  color: #c20e1a;
}

.small {
  font-size: 12px;
  padding-right: 100px;
}

/*image zoom*/
figure.zoom {
  & img:hover {
    opacity: 0;
  }
  img {
    transition: opacity .5s;
    display: block;
    width: 100%;
  }
/*  background-position: 50% 50%;*/
position: relative;
/*  width: 500px;*/
overflow: hidden;
cursor: zoom-in;
}

@media (max-width: 480px) {

  #countdown {
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
  }
  .ag-left {
    text-align:center;  
  }
  .ag-right {
    text-align:center;
  }
  .eventDate {
    margin-top:15px !important;
  }
  .lineTop {
   margin-top:15px !important;
 }
}