/* FONTS */
@font-face {
    font-family: "HelveticaNeue";
    src: url("https://cdn.shindig.com/static/fonts/splash/HelveticaNeue.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeue-Light";
    src: url("https://cdn.shindig.com/static/fonts/splash/HelveticaNeueLight.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeue-Regular";
    src: url("https://cdn.shindig.com/static/fonts/splash/HelveticaNeueMedium.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeue-Bold";
    src: url("https://cdn.shindig.com/static/fonts/splash/HelveticaNeueBold.ttf") format("truetype");

}
@font-face {
    font-family: "HelveticaNeue-BoldItalic";
    src: url("https://cdn.shindig.com/static/fonts/splash/HelveticaNeueBoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeue-Thin";
    src: url("https://cdn.shindig.com/static/fonts/splash/HelveticaNeue-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeue-Medium";
    src: url("https://cdn.shindig.com/static/fonts/splash/HelveticaNeue-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "PencilPete";
    src: url("https://cdn.shindig.com/static/fonts/splash/PencilPete.ttf") format("truetype");
}
/* COMMON STYLES */
img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
}
input, textarea, select {
    padding: 3px;
    max-width: 300px;
}
a:link, a:visited, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* MAIN LAYOUT */
* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
html {
    height: 100%;
    min-height: 100%;
}
body {
    background-color: #ffffff !important;
    min-width: 768px;
    min-height: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.individual-event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*height: 100%;*/
    /*min-height: 100%;*/
    width: 1152px;
    margin: 0 auto;
}
/* TOP BANNER */
.individual-banner {
    -webkit-box-flex: 0;
    width: 1152px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 250px;
    margin: 0 auto;
    background-color: #FFFFFF;
    line-height: 0;
}
.individual-banner>a {
    line-height: 0;
    text-decoration: none;
}
.individual-banner img {
    width: 100%;
    height: 250px;
}

/* LEFT SIDE */
.individual-content {
    -webkit-box-flex: 1;
    width: 60%;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    position: relative;
    padding: 28px;
    min-height: calc(100vh - 250px);
    max-width: 60%;
    background-color: #FFFFFF;
    position: relative;
}

.background {
    background-color: #dbecf3!important;
}

.no-banner {
    min-height: 100vh;
}

.background .background-triangle{
    width: 0;
    height: 0;
    border-bottom: 290px solid #cde4ec;
    border-left: 195px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.big-line{
    width: 100%;
    height: 150px;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
}

.background .event-big-logo {
    margin-top: 26px;
    margin-bottom: 18px
}

.event-big-logo {
    display: block;
    position: relative;
    /*z-index: 100;*/
    width: 330px;
    height: 330px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
    overflow: hidden;
    margin-bottom: 10px;
}
.event-big-logo[src=""] {
    display: none;
}

.facebook-login {
    text-align: center;
    line-height: 40px;
}

.individual-content-h1 {
    margin-bottom: 5px;
    color: #2c2c2c;
    font-family: "HelveticaNeue-Bold", Arial, Helvetica, sans-serif;
    font-size: 48px;
}
.individual-content-h2 {
    margin-bottom: 5px;
    color: #2c2c2c;
    font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.individual-content-h2.dates {
    color:  #4ca0b6;
}
.individual-description {
    margin-top: 30px;
    margin-bottom: 45px;
    color: #616161;
    font-family: "HelveticaNeue-Regular";
    font-size: 18px;
    line-height: 21px;
    position: relative;
    z-index: 100;
}

.individual-description p {
    margin: 0 0 10px 0;
}

.individual-description img {
    margin: 10px auto;
}

.individual-series-events {
    text-align: center;
    position: relative;
    z-index: 100;
}

.individual-series-events>a {
    font-family: "HelveticaNeue-Regular", Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #468ea2;
    text-decoration: none;
    border-bottom: 1px solid #468ea2;
}
.individual-series-events>a:hover {
    color: #457f93;
    border-bottom: 1px solid #457f93;
}
.icon-orange-btn {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
/* RIGHT SIDE */
.individual-aside {
    -webkit-box-flex: 1;
    width: 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    position: relative;
    padding: 28px;
    min-height: 100%;
    max-width: 40%;
    background-color: #EBF5F7;
}
.individual-aside-h1 {
    margin: 15px auto;
    font-family: "HelveticaNeue-Thin", Arial, Helvetica, sans-serif;
    font-size: 74px;
    color: #2f2f2f;
    text-align: center;
}
.individual-aside-h2 {
    text-align: center;
    font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}
.individual-aside-form {
    display: block;
    width: 300px;
    margin: 10px auto;
    /*text-align: center;*/
}
#formElement {
    display: block;
    width: 300px;
    margin: 5px auto;
}
.individual-input {
    display: block;
    height: 35px;
    width: 300px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 16px;
    padding-left: 10px;
    border: 1px solid #B9BCBE;
    border-radius: 8px;
    background-color: #FFFFFF;
    /*color: #000000;*/

    font-family: "HelveticaNeue-Regular", Arial, Helvetica, sans-serif;
    font-size: 13px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(231,231,231,1);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(231,231,231,1);
    box-shadow: inset 0px 1px 3px 0px rgba(231,231,231,1);
}

.individual-input::-webkit-input-placeholder {color: #aeaeae;}
.individual-input::-moz-placeholder          {color: #aeaeae;}/* Firefox 19+ */
.individual-input:-moz-placeholder           {color: #aeaeae;}/* Firefox 18- */
.individual-input:-ms-input-placeholder      {color: #aeaeae;}

.individual-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(41,123,238,1);
    -moz-box-shadow: 0 0 5px rgba(41,123,238,1);
    box-shadow: 0 0 5px rgba(41, 123, 238, 1);
}
.button-enter {
    display: block;
    width: 200px;
    height: 45px;
    /*margin: 20px auto;*/
    border-radius: 45px;
    background-color: #f9b53d;
    border: 3px solid rgb(191,136,40);
    /*-webkit-box-shadow: 0px 0px 0px 3px rgba(191,136,40,1);*/
    /*-moz-box-shadow: 0px 0px 0px 3px rgba(191,136,40,1);*/
    /*box-shadow: 0px 0px 0px 3px rgba(191,136,40,1);*/
    color: #ffffff;
    font-family: "HelveticaNeue-Bold";
    font-size: 16px;
    margin-left: 54px;
}
.button-enter:hover {
    background-color: #e9a52d;
}

.button-enter:focus {
    outline: none;
}

.rsvp-btn {
    text-align: center;
    line-height: 41px;
    margin: auto;
    margin-left: 54px;
}

.tellMeMore {
    color: #888888;
    font-family: "HelveticaNeue-Regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.tellMeMore>a {
    color: #888888;
    text-decoration: none;
}
.tellMeMore>a:hover {
    color: #888888;
    text-decoration: underline;
}
.individual-aside-terms {
    margin: 8px 0 0 0;
    color: #888888;
    font-family: "HelveticaNeue-Medium", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 23px;
    width: 320px;
}
.individual-aside-terms>a {
    color: #888888;
    text-decoration: underline;
}
.individual-aside-terms>a:link {
    color: #888888;
    text-decoration: underline;
}
.individual-aside-terms>a:hover {
    color: #888888;
    text-decoration: underline;
}
.social-group {
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
/*.social-group button {*/
    /*display: inline-block;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*border-radius: 25px;*/
/*}*/
.social-facebook {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
    background-color: #2C5DA0;
    background-image: url("../images/splash/new-social-facebook.png");
    background-position: center;
    background-repeat: no-repeat;
}
.social-facebook:hover {
    background-color: #1C4D90;
    background-image: url("../images/splash/new-social-facebook.png");
    background-position: center;
    background-repeat: no-repeat;
}
.social-twitter {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
    background-color: #12B2E4;
    background-image: url("../images/splash/new-social-twitter.png");
    background-position: center;
    background-repeat: no-repeat;
}
.social-twitter:hover {
    background-color: #02A2D4;
    background-image: url("../images/splash/new-social-twitter.png");
    background-position: center;
    background-repeat: no-repeat;
}
.social-email {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #D15210;
    background-image: url("../images/splash/new-social-email.png");
    background-position: center;
    background-repeat: no-repeat;
}
.social-email:hover {
    background-color: #C14200;
    background-image: url("../images/splash/new-social-email.png");
    background-position: center;
    background-repeat: no-repeat;
}
.splash-learn {
    font-family: "PencilPete";
    font-size: 23px;
    color: #616161;
    margin-top: 12px;
    line-height: 27px;
}

.splash-learn a{
    position: relative;
}

.splash-learn a img {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
a.splash-learn {
    color: #d15210;
    text-decoration: none;
}
a.splash-learn:link {
    color: #d15210;
    text-decoration: none;
}
a.splash-learn:hover {
    color: #d15210;
}
.individual-aside .logo-small {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
/* SUPPORT CLASSES */
.clearfix {
    clear: both;
}
.hidden {
    display: none;
}
.invisible {
    position:absolute;
    left:-10000px;
    top:auto;
    display: inline-block;
    width:1px;
    height:1px;
    color: transparent;
    overflow:hidden;
}
a.button:hover{
    text-decoration: none !important;
}
.button.red {
    text-decoration: none;
}
.event-finished {
    max-width: 100%;
}

#ui-dialog-title-incorrect-link-dialog {
    float: none !important;
    display: block;
    text-align: center;
    margin-right: 0px;
}

label.error {
    margin-left: 55px;
    font-family: "HelveticaNeue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ff1919
}

input.error {
    border: 1px solid #ff3e3f;
}

#tell_more{
    line-height: 24px;
}

.chb-tell-more{
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.chb-tell-more input{
    opacity: 0!important;
}

.chb-tell-more span{
    background: url("../images/splash/chb_individual.png") no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
}

.chb-tell-more input:checked + span {
    background: url("../images/splash/chb_individual_checked.png") no-repeat;
}

.tickets-fee {
    margin-left: 50px;
    line-height: 40px;

}

/*calendar style*/

.container1 {
    position: relative;
}

.modal-list {
    position: absolute;
    left: 50%;
    top: 68px;
    margin-left: -100px;
    display: none;
    width: 200px;
    background-color: #38cbd5;
    border-radius: 5px;
    list-style-type: none;
    z-index: 100;
}
.modal-list:hover {
    display:block;
}
.modal-list:before {
    position: absolute;
    top: -15px;
    left: 86px;
    content: '';
    height: 0;
    width: 0;
    border-bottom: 15px solid #38cbd5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 100;
}
.modal-list-no-triangle:before {
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.modal-list-no-triangle:after {
    position: absolute;
    top: 265px;
    left: 110px;
    content: '';
    height: 0;
    width: 0;
    border-top: 15px solid #38cbd5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 100;
}

.modal-calendar {
    display: inline-block;
    width: 50px;
    height: 48px;
    background-color: #38cbd5;
    border-radius: 7px;
    position: relative;
}

.modal-calendar img {
    position: absolute;
    top: 2px;
    left: 5px;
}

.modal-calendar:hover+.modal-list {
    display: block;
}
.modal-list>li {
    display: -webkit-flex;
    display: flex;
    padding: 8px;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.modal-list>li:nth-of-type(5) {
    border-bottom: none;
}
.modal-list>li:nth-of-type(6) {
    border-bottom: none;
}
.modal-list>li:nth-of-type(7) {
    display: none;
    border-bottom: none;
}
.modal-list>li>a {
    font-family: "HelveticaNeue-Regular", Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.modal-list>li>a:hover {
    color: #ffffff;
    text-decoration: none;
}
.modal-list>li>a:active {
    color: #ffffff;
    text-decoration: none;
}
.modal-list>li .icon {
    display: block;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-list>li .label {
    display: block;
    position: absolute;
    left: 45px;
    top: 0px;
    height: 35px;
    width: 140px;
    line-height: 40px;
}

.list-visibiler {
    position: absolute;
    top: -50px;
    display: block;
    width: 100%;
    height: 50px;
}
.list-visibiler-2 {
    display: block;
    width: 100%;
    height: 50px;
}
.modal-white-marker {
    position: absolute;
    top: -17px;
    left: 107px;
    display: none;
    width: 37px;
    height: 20px;
    z-index: -1;
    background-image: url("../images/splash/modal-white-marker.png");
    background-repeat: no-repeat;
    background-position: center;
}
.calendar-google {
    background-image: url("../images/splash/calendar-google.png");
}
.calendar-yahoo {
    background-image: url("../images/splash/calendar-yahoo.png");
}
.calendar-hotmail {
    background-image: url("../images/splash/calendar-hotmail.png");
}
.calendar-ical {
    background-image: url("../images/splash/calendar-ical.png");
}
.calendar-outlook {
    background-image: url("../images/splash/outlook.png");
}
