@charset "utf-8";
/* CSS Document */
html, body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/* common style's */
a {
  color: #7447ae;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 24px; 
}

/* loader */
.loader{
    position: fixed;
    color: white;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader > div {
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.left-wrapper, .right-wrapper{
    padding-right: 0px;
    padding-left: 0px;
}

/* event banner css */
.event-banner-wrapper {
    position: fixed;
    width: 41.66666667%;
    height: 100%;   
    padding: 20px;
    background: url(../images/unguis.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo h1 {
    font-family: 'Cormorant Infant', sans-serif;
    position: absolute;
    color: #b7094c;
    font-size: 4vw;
    line-height: 4.5vw;
    font-weight: 700;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75px 0.953125px 0px, rgb(255, 255, 255) 1.078125px 1.671875px 0px, rgb(255, 255, 255) 0.140625px 1.984375px 0px, rgb(255, 255, 255) -0.828125px 1.8125px 0px, rgb(255, 255, 255) -1.59375px 1.1875px 0px, rgb(255, 255, 255) -1.96875px 0.28125px 0px, rgb(255, 255, 255) -1.859375px -0.6875px 0px, rgb(255, 255, 255) -1.296875px -1.5px 0px, rgb(255, 255, 255) -0.40625px -1.953125px 0px, rgb(255, 255, 255) 0.5625px -1.90625px 0px, rgb(255, 255, 255) 1.40625px -1.40625px 0px, rgb(255, 255, 255) 1.90625px -0.546875px 0px;
    margin: 0;
    top: 20px;
}

.event-banner-wrapper h2 {
    position: absolute;
    font-family: 'Cormorant Infant', sans-serif;
    font-size: 4vw;
    font-weight: 700;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75px 0.953125px 0px, rgb(255, 255, 255) 1.078125px 1.671875px 0px, rgb(255, 255, 255) 0.140625px 1.984375px 0px, rgb(255, 255, 255) -0.828125px 1.8125px 0px, rgb(255, 255, 255) -1.59375px 1.1875px 0px, rgb(255, 255, 255) -1.96875px 0.28125px 0px, rgb(255, 255, 255) -1.859375px -0.6875px 0px, rgb(255, 255, 255) -1.296875px -1.5px 0px, rgb(255, 255, 255) -0.40625px -1.953125px 0px, rgb(255, 255, 255) 0.5625px -1.90625px 0px, rgb(255, 255, 255) 1.40625px -1.40625px 0px, rgb(255, 255, 255) 1.90625px -0.546875px 0px;
    line-height: 4.1vw;
    color: #b7094c;
    margin: 0;
    bottom: 15px;
}

.event-banner-wrapper h2 span {
    display: block;
    font-size: 3.0vw;
    color: #006ba6;
}

.event-banner-wrapper h2 span:last-child {
    display: block;
    font-size: 2.0vw;
    color: #8f2d56;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.53125px 0.828125px 0px, rgb(255, 255, 255) -0.40625px 0.90625px 0px, rgb(255, 255, 255) -0.984375px 0.140625px 0px, rgb(255, 255, 255) -0.640625px -0.75px 0px, rgb(255, 255, 255) 0.28125px -0.953125px 0px, rgb(255, 255, 255) 0.953125px -0.265625px 0px;
}

/* event ticket css */
.event-ticket-wrapper{  
    padding: 40px;
}

.event-tab .nav-tabs {
    position: fixed;
    top: 0;
    left: 41.66666667%;
    background: #fff;
    width: 58.33333333%;
    border-bottom: 0;
    padding: 20px 40px;
    margin-bottom: 30px;
    z-index: 99;
}

.event-tab .nav-tabs > li > a {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.28);
    margin-right: 30px;
    padding: 5px 0px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event-tab .nav-tabs > li.active > a,
.event-tab .nav-tabs > li.active > a:hover, 
.event-tab .nav-tabs > li.active > a:focus,
.event-tab .nav-tabs > li > a:hover, 
.event-tab .nav-tabs > li > a:focus {
    background: transparent;
    color: #000000;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event-tab .tab-content {
    margin-top: 45px;
}

.event-tab .tab-content .tab-pane {
    margin-bottom: 30px;
}

.ticketBox {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ticketBox:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ticketBox .ticket-name span {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.ticketBox .ticket-description {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}

.ticketBox .ticket-description p {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.ticketBox .ticket-description p strong {
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

.cart {
    padding: 20px 40px;
    background: #fff;
    margin-bottom: 0;
    position: fixed;
    left: 41.66666667%;
    bottom: 0;
    width: 58.33333333%;
    z-index: 99;
}

.cart p {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
}

/* contact form style */
.contactForm h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.contactForm h3:first-child {
    margin-top: 0;
}

.contactForm p {
    font-size: 18px;
}

/* media query for tab */
@media (max-width: 767px) {
.event-banner-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 15px;
}

.logo h1 {
    font-size: 32px;
    line-height: 32px;
}

.event-banner-wrapper h2 {
    font-size: 32px;
    line-height: 32px;
}

.event-banner-wrapper h2 span {
    font-size: 28px;
}

.event-banner-wrapper h2 span:last-child {
    font-size: 20px;
}

.event-ticket-wrapper {
    padding: 20px;
}

.event-tab .nav-tabs {
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
}

.event-tab .tab-content {
    margin-top: 20px;
}

.cart {
    padding: 15px;
    background: #fff;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
}

/* media query for Mobile */
@media (max-width: 480px) {

.event-tab .nav-tabs > li > a {
    font-size: 16px;
    margin-right: 20px;
    padding: 2px 0px;
}

.cart p {
    font-size: 16px;
    margin: 0;
}

.cart p .divider {
    border-right: 0px;
    padding-left: 0;
    margin-right: 0;
    display: block;
}
}
