body {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

.topArea {
    min-height: 29px;
    background-color: #FFF;
    width: 100%;
    background-image: url(../images/noise.png);
    background-repeat: repeat-x;
}

.bannerTop {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.bottomArea {
    min-height: 110px;
    background-color: #FFF;
    width: 99.99%;
    font-size: 14px;
    text-align: center;
    padding-top: 37px;
}

.mainWrapper {
    width: 100%;
    background-color: #F7F5F2;
    /*background-image: url(http://f.cl.ly/items/370Y1B0M260B3n052w3L/Image%202013.05.15%203%3A09%3A44%20AM.png);*/
    padding-top: 40px;
    padding-bottom: 40px;
    /*border-top: 1px solid rgba(0,0,0,0.10);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.headlineArea {
    text-align: center;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.salesWrapper {
    width: 1176px;
    margin-right: auto;
    margin-left: auto;
}

.ctaLeft {
    float: left;
    width: 790px;
    padding: 40px;
    background-color: #FFF;
    color: #2a2a2a;

    background-image: url(../images/noise.png);


    -moz-border-radius: 6px;
    -moz-border-radius-topright: 0;
    -moz-box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 11px 1px rgba(0, 0, 0, 0.25);
}

.ctaRight {
    float: left;
    width: 382px;
    padding: 40px;
    background-color: #FFF;
    
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
   

    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.25);
}

.videoBlock {
    background-color: #212121;
    padding: 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -40px;
    margin-bottom: 20px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.12);
    background-image: url(../images/noise.png);
}

.ctaArea {
    min-width: 500px;
    /*min-height: 281px;*/
    margin-left: -7px;
    border: 2px solid rgba(0, 0, 0, 0.13);
    /*-webkit-box-shadow: 0 1px 11px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 1px 11px 1px rgba(0,0,0,0.35);
    box-shadow: 0 1px 11px 1px rgba(0,0,0,0.35);*/
}

.innerHeadline {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;

    background-color: #0496AC;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -20px;
    margin-bottom: 20px;

    border-top: 4px solid rgba(0, 0, 0, 0.20);
    border-bottom: 4px solid rgba(0, 0, 0, 0.06);

    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.20);
    filter: dropshadow(color=rgba(0, 0, 0, 0.20), offx=2, offy=2);

}

.addedArrow {
    background-image: url(../images/arrows2.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.innerCopy {
    border-top: 4px solid rgba(0, 0, 0, 0.10);

    /*text-shadow: 1px 1px 0px rgba(0,0,0,0.30);
    filter: dropshadow(color=rgba(0,0,0,0.30), offx=1, offy=1);*/

    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -20px;
    margin-bottom: 20px;

}

.optinHeadline {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
}

.optinHeadline1 {
    display: block;
    font-size: 27px;
    font-weight: bold;
}

.eventDate {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 15px;
    margin-bottom: 15px;
    /*padding: 10px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

.eventDate.fixed-type * {
    vertical-align: middle;
}

.eventDate.fixed-type span {
    margin-right: 10px;
    font-weight: 700;
}

.dateIcon {
    float: left;
    width: 81px;
    height: 85px;
    background-image: url(../images/datebg.png);
    background-repeat: no-repeat;
}

.dateMonth {
    padding-top: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    width: 81px;
    line-height: 12px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
    filter: dropshadow(color=rgba(0, 0, 0, 0.25), offx=-1, offy=-1);
}

.dateDay {
    padding-top: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #2a2a2a;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    width: 81px;
}

.dateInfo {
    float: left;
    padding-left: 15px;
}

.dateHeadline {
    font-size: 18px;
    padding-top: 20px;
    font-weight: bold;
}

.dateSubHeadline {
    font-size: 16px;
    padding-top: 5px;
}

#optName {
    background-image: url(../images/name.png);
    background-repeat: no-repeat;
    background-position: 293px;
}

.optNamer2 {
    background-image: url(../images/name.png);
    background-repeat: no-repeat;
    background-position: 240px !important;
}

.optEmailr2 {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 240px !important;
}

#optEmail {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 293px;
}

#optSkype {
    background-image: url(../images/skype.png);
    background-repeat: no-repeat;
    background-position: 293px;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input.pretty .flag-dropdown .country-list .country,
.intl-tel-input.pretty .flag-dropdown .country-list .divider {
    list-style: none;
    margin: 0;
}

#webbyURL {

    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: 453px;

    font-weight: bold;

}

.spam {
    font-size: 12px;
    color: #9d9d9d;
    
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

#optinBTN {
    width: 327px;

    background-color: #74BB00;
    border: 1px solid rgba(0, 0, 0, 0.20);

    background-image: url(../images/arrows.png);
    background-repeat: no-repeat;
    background-position: center right;

    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.20);
    filter: dropshadow(color=rgba(0, 0, 0, 0.20), offx=2, offy=2);

}

.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ticketWrapper {
    background-color: #FED65D;
    border: 2px dashed #cf7338;
    margin: -25px;
    padding: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../images/noise.png);
}

.ticketIcon {
    float: left;
    margin-right: 15px;
}

.ticketHeadline {
    color: #FFF;
    margin: -25px;
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #862826;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: url(../images/noise.png);

    border-top: 4px solid rgba(0, 0, 0, 0.20);
    border-bottom: 4px solid rgba(0, 0, 0, 0.20);

    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.20);
    filter: dropshadow(color=rgba(0, 0, 0, 0.20), offx=2, offy=2);
}

.ticketHeadline .optinHeadline1 {
    font-size: 21px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.ticketHeadline .optinHeadline2 {
    font-size: 14px;
}

.ticketInfo {
    /*padding-top: 40px;*/
    font-size: 14px;
    text-align: left;
}

.ticketSection {
    color: #610f0e;
    /*text-shadow: 1px 1px 0px rgba(255,255,255,0.20);
    filter: dropshadow(color=rgba(255,255,255,0.20), offx=1, offy=1);*/
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.10);
}

.ticketSection i, .ticketSection b {
    margin-right: 10px;
}

.addCalendar {
    margin: -25px;
    padding: 25px;
    margin-top: 40px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    background-color: #f4f1ed;
    border: 2px dashed rgba(0, 0, 0, 0.10);
}

.addCalendar .button {
    background-color: #FED65D;
    border: 1px solid #a75b24;
    color: #92311c;
}

.ticketCalendarArea .button {
    background-color: #FED65D;
    border: 1px solid #a75b24;
    color: #92311c;
}

.addCalendar .ticketIcon {
    margin-top: -12px;
    color: #353433;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.20);
    filter: dropshadow(color=rgba(255, 255, 255, 0.20), offx=1, offy=1);
}

.addCalendar .optinHeadline1 {
    font-size: 21px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.addCalendar .optinHeadline2 {
    font-size: 14px;
}

.addCalendarHeadline {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.10);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.phoneReminder {
    /*margin-top: 40px;*/
}

.phoneReminderHeadline {
    /*border-bottom: 1px dashed rgba(0,0,0,0.10);
    margin-bottom: 15px;
    padding-bottom: 5px;*/
}

.phoneReminder .optinHeadline1 {
    font-size: 16px;
    /*margin-bottom: 5px;*/
    /*margin-top: 10px;*/
    padding-top: 5px;
}

.phoneReminder .optinHeadline2 {
    font-size: 14px;
}

.webinarURL {
    float: right;
    color: rgba(0, 0, 0, 0.40);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.20);
    filter: dropshadow(color=rgba(255, 255, 255, 0.20), offx=1, offy=1);
}

.webinarURLWrapper {
    background-color: rgba(0, 0, 0, 0.05);

    border-top: 4px solid rgba(0, 0, 0, 0.10);
    border-bottom: 4px solid rgba(0, 0, 0, 0.10);

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.webinarURLHeadline {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.webinarURLHeadline2 {
    font-size: 12px;
}

.shareBlock {
    background-color: rgba(0, 0, 0, 0.01);
    /*border-top: 2px solid rgba(0,0,0,0.05);*/
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);

    padding-left: 25px;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -20px;
    margin-bottom: 20px;

}

.socialShare {
    float: left;
    max-width: 60px;
}

.socialDivider {
    float: left;
    height: 67px;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: 25px;
    margin-right: 25px;
}

.shareHeadline {
    margin-top: -10px;
    margin-bottom: 20px;
}

.shareHeadline .optinHeadline1 {
    font-size: 21px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 12px;
}

.shareHeadline .optinHeadline2 {
    font-size: 14px;
}

#optinBTNFB {
    width: 85%;
    color: #FFF;
    background-color: #4964A7;
    border: 1px solid #162037;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.20);
    filter: dropshadow(color=rgba(0, 0, 0, 0.20), offx=2, offy=2);
    background-image: url(../images/fbbg.png);
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left;
}

#optinBTNFB:hover {
    background-color: #2e4caa;
}

.optOR {
    width: 327px;
    text-align: center;
    font-weight: bold;
    background-image: url(../images/orbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #696969;
}

.fieldRadius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.errorField {
    border: 1px solid #972121 !important;
    color: #972121 !important;
}

.successField {
    border: 1px solid #3f8707 !important;
    color: #3f8707 !important;
}




.optNamer2 {
    display: inline !important;
    width: 275px !important;
    margin-right: 25px !important;
}

.optEmailr2 {
    display: inline !important;
    width: 275px !important;
}

.hostInfoBlock {
    background-color: #F1F1F1;
    border-bottom: 2px solid #e6e6e6;
    margin-top: -20px;
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.hostInfoPhoto {
    float: left;
    width: 100px;
    height: 100px;
    
}

.hostInfoPhoto img {
    border: 2px solid #FFF;
    /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.31);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.31);*/
}

.hostInfoCopy {
    float: left;
    width: 685px;
    padding-left: 20px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 21px;
}

.ticketWrapper {
    /*margin: 0px;*/
    background-color: #FFF;
    border: 2px dashed #DDD;
    color: #191919;
}

.ticketSection {
    color: #191919;
}

.ticketHeadline {
    background-color: #2f2f2f;
}

.disabled {
    background-color: #bfbfbf !important;
    border: 1px solid #5d5d5d !important;
    color: #000 !important;;
}

.tyMobileArea {
    display: none;
}

#phoneReveal {
    background-color: #d7d7d7;
    color: #211b19;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    padding: 15px;
    border-radius: 6px;
    border: 1px dashed #6e6e6e;
    text-align: center;
    display: none;
}

.autoTitle {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.autoSubTitle {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.autoSep {
    border-top: 1px solid #DDD;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tyHeadlineIcon {
    float: left;
    width: 55px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.tyHeadlineCopy {
    float: left;
    margin-top: 8px;
}

.optinHeadline2 {
    margin-top: 5px;
    font-size: 14px;
}

.optinHeadline12 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.reminderSMS {
    background-color: #EDEDED;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -20px;
    padding-left: 20px;
    margin-right: -20px;
    padding-right: 20px;
    margin-top: 25px;
}

.reminderLeft {
    float: left;
    width: 470px;
}

.reminderRight {
    float: right;
    /*width: 410px;*/
}

.phoneReminder {
    /*display: inline;*/
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.user_specific_timezone_name p {
    margin: 0;
    padding: 0;
}
.ctaArea.video {
    position: relative;
    height: 351px;
}

.ctaArea.video iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}



