/*
SPLASH UI ELEMENTS
by One Clipboard

---------------------------------------------------------------------
   Table of Contents
---------------------------------------------------------------------
:: Notes

:: Font Picker
:: Color Picker
:: Image Carousel
:: Global Header

:: Helpers

    -----------------------------------------------------------------
    Notes
    -----------------------------------------------------------------

    Branding

    Z-index Index

    -----------------------------------------------------------------

*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

@font-face {
 font-family: 'GibsonBold';
 src: url('/fonts/gibson/Gibson-Bold-webfont.eot');
 src: url('/fonts/gibson/Gibson-Bold-webfont.svg');
 src: url('/fonts/gibson/Gibson-Bold-webfont.ttf');
 src: url('/fonts/gibson/Gibson-Bold-webfont.woff');
}

@font-face {
 font-family: 'gibsonBoldItalic';
 src: url('/fonts/gibson/Gibson-BoldItalic-webfont.eot');
 src: url('/fonts/gibson/Gibson-BoldItalic-webfont.svg');
 src: url('/fonts/gibson/Gibson-BoldItalic-webfont.ttf');
 src: url('/fonts/gibson/Gibson-BoldItalic-webfont.woff');
}

@font-face {
 font-family: 'gibsonSemiBold';
 src: url('/fonts/gibson/Gibson-SemiBold-webfont.eot');
 src: url('/fonts/gibson/Gibson-SemiBold-webfont.svg') format('svg');
 src: url('/fonts/gibson/Gibson-SemiBold-webfont.ttf') format('truetype');
 src: url('/fonts/gibson/Gibson-SemiBold-webfont.woff') format('woff');
}

@font-face {
 font-family: 'gibsonSemiBoldItalic';
 src: url('/fonts/gibson/Gibson-SemiBoldItalic-webfont.eot');
 src: url('/fonts/gibson/Gibson-SemiBoldItalic-webfont.svg') format('svg');
 src: url('/fonts/gibson/Gibson-SemiBoldItalic-webfont.ttf') format('truetype');
 src: url('/fonts/gibson/Gibson-SemiBoldItalic-webfont.woff') format('woff');
}

@font-face {
 font-family: 'gibsonRegular';
 src: url('/fonts/gibson/Gibson-Regular-webfont.eot');
 src: url('/fonts/gibson/Gibson-Regular-webfont.svg') format('svg');
 src: url('/fonts/gibson/Gibson-Regular-webfont.ttf') format('truetype');
 src: url('/fonts/gibson/Gibson-Regular-webfont.woff') format('woff');
}
@font-face {
 font-family: 'gibson';
 src: url('/fonts/gibson/Gibson-Regular-webfont.eot');
 src: url('/fonts/gibson/Gibson-Regular-webfont.svg') format('svg');
 src: url('/fonts/gibson/Gibson-Regular-webfont.ttf') format('truetype');
 src: url('/fonts/gibson/Gibson-Regular-webfont.woff') format('woff');
}

@font-face {
 font-family: 'gibsonItalic';
 src: url('/fonts/gibson/Gibson-Italic-webfont.eot');
 src: url('/fonts/gibson/Gibson-Italic-webfont.svg') format('svg');
 src: url('/fonts/gibson/Gibson-Italic-webfont.ttf') format('truetype');
 src: url('/fonts/gibson/Gibson-Italic-webfont.woff') format('woff');
}

@font-face {
 font-family: 'gibsonBoldItalic';
 src: url('/fonts/gibson/Gibson-BoldItalic-webfont.eot');
 src: url('/fonts/gibson/Gibson-BoldItalic-webfont.svg') format('svg');
 src: url('/fonts/gibson/Gibson-BoldItalic-webfont.ttf') format('truetype');
 src: url('/fonts/gibson/Gibson-BoldItalic-webfont.woff') format('woff');
}

@font-face {
 font-family: 'gibsonLight';
 src: url('/fonts/gibson/Gibson-Light-webfont.eot');
 src: url('/fonts/gibson/Gibson-Light-webfont.svg') format('svg');
 src: url('/fonts/gibson/Gibson-Light-webfont.ttf') format('truetype');
 src: url('/fonts/gibson/Gibson-Light-webfont.woff') format('woff');
}

    @font-face {
        font-family: 'ApexSansBold';
        src: url('/fonts/apexsans-bold-webfont.eot');
        src: url('/fonts/apexsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
             url('/fonts/apexsans-bold-webfont.woff') format('woff'),
             url('/fonts/apexsans-bold-webfont.ttf') format('truetype'),
             url('/fonts/apexsans-bold-webfont.svg#ApexSansBold') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: "MarvelBold";
        font-style: normal;
        font-weight: normal;
        src: url("/fonts/marvel-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/marvel-bold-webfont.woff") format("woff"), url("/fonts/marvel-bold-webfont.ttf") format("truetype"), url("/fonts/marvel-bold-webfont.svg#MarvelBold") format("svg");
    }
    @font-face {
        font-family: "MarvelRegular";
        font-style: normal;
        font-weight: normal;
        src: url("/fonts/marvel-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/marvel-regular-webfont.woff") format("woff"), url("/fonts/marvel-regular-webfont.ttf") format("truetype"), url("/fonts/marvel-regular-webfont.svg#MarvelRegular") format("svg");
    }

    @font-face {
      font-family: "Shifticons";
      src: url("/fonts/shifticons.eot"); /* IE9 Compat Modes */
      src: url("/fonts/shifticons.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
           url("/fonts/shifticons.woff") format("woff"), /* Modern Browsers */
           url("/fonts/shifticons.ttf")  format("truetype"), /* Safari, Android, iOS */
           url("/fonts/shifticons.svg#Shifticons") format("svg"); /* Legacy iOS */
    }

    ::-webkit-input-placeholder {
       font-family: 'gibsonLight';
    }

    :-moz-placeholder {
       font-family: 'gibsonLight';
    }

    ::-moz-placeholder {
       font-family: 'gibsonLight';
    }

    :-ms-input-placeholder {
       font-family: 'gibsonLight';
    }

/* -----------------------------------------
   UI Helpers
----------------------------------------- */

a.btn,
.btn{
    border-radius: 0px !important;
    cursor: pointer;
    padding: 7px 10px 7px 7px;
    white-space: nowrap;
    color: white;
}

.action-btn {
    background: #2F2F2F;
    font-family: 'gibsonBold';
    box-shadow: 0 0 0 1px #fff inset, 0 0 0 1px #2f2f2f;
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -moz-transition:all .15s linear;
    -ms-transition:all .15s linear;
    -o-transition:all .15s linear;
}
    .action-btn.small {
        font-size: 10px;
        padding: 0px 6px;
    }

    .action-btn.large {
        font-size: 12px;
        padding: 6px 8px;
    }

    .action-btn.extra-large {
        font-size: 15px;
        padding: 6px 14px 5px 16px;
    }


        .action-btn:hover {
            color: #fff;
            box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset, 0 0 0 2px #2f2f2f;
        }

        .action-btn:active {
            color: #000;
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 10px #fff, 0 0 0 1px #2f2f2f !important;
        }

    .action-btn.light {
        background: #ddd;
        color: #888;
        box-shadow: 0 0 0 1px #fff inset, 0 0 0 1px #ddd;
    }

        .action-btn.light:hover {
            background: #2f2f2f;
            color: #fff;
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 1px #2f2f2f;
        }

        .action-btn.light:active {
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 10px rgba(255,255,255,0), 0 0 0 1px #2f2f2f !important;;
        }

    .action-btn.inverted {
        background: #03E1FF;

        box-shadow: none;
        text-transform: uppercase;
    }

        .action-btn.inverted:hover {
            color: #fff;
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #03e1ff;
            box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset, 0 0 0 2px #03e1ff;
        }

        .action-btn.inverted:active {
            color: #fff;
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 10px rgba(255,255,255,0), 0 0 0 1px #03e1ff !important;
        }

    .action-btn.save,
    .action-btn.green {
        background: #03e16a;
        box-shadow: 0 0 0 1px #ffffff inset, 0 0 0 0 #03e16a;
    }

        .action-btn.save:hover,
        .action-btn.green:hover {
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px #03e16a;
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 1px #03e16a;
        }

        .action-btn.save:active,
        .action-btn.save.green {
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 10px rgba(255,255,255,0), 0 0 0 1px #03e16a !important;
            color: #fff;
        }

    .action-btn.outlined {
        background: #fff;
        color: #000;
        font-family: 'gibsonSemiBold';
        box-shadow: 0 0 0 1px #fff inset, 0 0 0 1px #03e1ff, 0 0 0 2px #03e1ff inset;
        padding: 4px 10px 4px 7px;
        text-transform: uppercase;
        font-size: 12px;
    }

        .action-btn.outlined:hover {
            box-shadow: 0 0 0 1px #fff inset, 0 0 0 1px #03e1ff, 0 0 0 2px #03e1ff inset;
            background: #03e1ff;
            color: #fff;
        }

    .action-btn.outlined-green {
        background: white;
        color: #03E16A;
        font-family: 'gibsonSemiBold';
        box-shadow: 0 0 0 1px white inset, 0 0 0 1px #03E16A, 0 0 0 2px #03E16A inset;
        padding: 4px 10px 4px 7px;
        text-transform: uppercase;
        font-size: 12px;
    }

        .action-btn.outlined-green:hover {
            color: #fff;
            background: #03E16A;
            box-shadow: 0 0 0 1px white inset, 0 0 0 2px #03E16A, 0 0 0 2px #03E16A inset;
        }

        .action-btn.outlined-green.active,
        .action-btn.outlined-green.active:hover {
            color: #fff;
            background: #03E16A;
            box-shadow: 0 0 0 1px white inset, 0 0 0 1px #03E16A, 0 0 0 2px #03E16A inset;
        }

    .action-btn.clear-green {
        background: none;
        box-shadow: none;
        color: #000;
        font-family: 'gibsonSemiBold';
    }

        .action-btn.clear-green:hover {
            color: #03e16a;
        }

    .action-btn.clear-blue {
        background: none;
        box-shadow: none;
        color: #000;
        font-family: 'gibsonSemiBold';
    }

        .action-btn.clear-blue:hover {
            color: #03e1ff;
        }
        .action-btn.disabled {
            opacity: 0.4;
            cursor: default;
        }

    .fancy-button {
        background:#000;
        color: #fff;
        font-family:arial;
        padding:8px 14px;
        text-decoration:none;
        border:1px solid #aaa;
        border-right:1px solid #7b7b7b;
        border-bottom:1px solid #7b7b7b;
        box-shadow:0 0 0 1px #000;
        position:relative;
        overflow:hidden;
        display: block;
        font-family: 'gibsonSemiBoldItalic';
    }

        .fancy-button:after {
            content: '';
            position: absolute;
            width: 120%;
            height: 60px;
            bottom: -21px;
            right: -40%;
            background: rgba(255,255,255,0.15);
            border-radius: 80% 0 0 0;
        }

        .fancy-button:hover {
            color: #fff;
        }

        .fancy-button.yellow {
            border-top:1px solid #fcff39;
            border-left:1px solid #fcff39;
            color:#fcff39;
        }

        .fancy-button.purple {
            border-top:1px solid #604abb;
            border-left:1px solid #604abb;
        }

            .fancy-button.purple:hover {
                border: 1px solid #604abb;
            }

    /* end buttons */


    .gibsonSemiBold {
        font-family: 'gibsonSemiBold';
    }

    .gibsonSemiBoldItalic {
        font-family: 'gibsonSemiBoldItalic';
    }
    .gibsonBold {
        font-family: 'gibsonBold';
    }
    .gibsonBoldItalic {
        font-family: 'gibsonBoldItalic';
    }
    .legible {
        font-family: GibsonRegular, Helmet, Freesans, sans-serif;
    }


    .align-left {text-align: left;}
    .align-center {text-align: center;}
    .align-right {text-align: right;}
    .inline-block {display: inline-block;}

    i.caution { position:absolute; font-style:normal; top:7px; left: -5px; line-height:14px; }
    i.caution:before {
        content:''; position:absolute; top:0; left:0; border-bottom:18px solid tomato; border-right:10px solid transparent; border-left:10px solid transparent; -moz-transform: scale(1.1);
    }
    i.caution:after { content:'!'; position:absolute; top:4px; left:8px; color:#fff; font-weight:bold; font-size:12px; }

        .drag-ns-handle {
            font-family: 'Shifticons';
            position: absolute;
            top: 0;
            left: 0;
            font-size: 14px;
            color: #888;
            text-align: center;
            width: 10px;
            height: 100%;
            background: #ebebeb;
            box-shadow: 1px 0 0 #EEE;
            cursor: ns-resize;
        }

            .drag-ns-handle:hover {
                color: #000;
                background: #eee;
            }

            .drag-ns-handle:before,
            .drag-ns-handle:after {
                position: absolute;
                top:50%;
                left:0;
                width:100%;
                margin-left: -1px;
            }

            .drag-ns-handle:before {
                content: '';
                margin-top: -17px;
            }

            .drag-ns-handle:after {
                content: "";
                margin-top:-10px;
            }

            /* a custom select self contained in ul using nested ul */
            .custom-select-wrap {
                float: left;
                position: relative;
                min-height: 30px;
                z-index: 2;
                background: #f8f8f8;
            }

.uppercase {
    text-transform: uppercase;
}

/* rotate */

.cw90 {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=90);
}

.cc90 {
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-90);
}

/* growl msg */
 div#flashMessage {
    color: white;
    text-align: center;
    /*text-transform: uppercase;*/
    border-radius: 0px;
    position: fixed;
    padding: 10px 50px 10px 14px;
    z-index: 100;
    font-family: 'GothamMedium';
    /*font-family: 'gibsonSemiBoldItalic';*/
    /*box-shadow: 0 0 0 1px #fff inset, 0 0 0 2px rgba(0, 0, 0, 0.1);*/
    right: 20px;
    top: 40px;
    max-width: 600px;
    /*border-radius: 4px;*/
    border-radius: 1px;
}
    div#flashMessage a{
         color: #333333;
         margin-right: 6px;
    }
    div#flashMessage a:hover{
         text-decoration: underline;
    }
     div#flashMessage.success_area{
         /*background: #03E16A;*/
         background: #6DD8BB;
     }
     div#flashMessage.error_area{
         /*background:#E15C03;*/
         background: #FFC76F;
     }

         div#flashMessage i.close-flash-message {
            position: absolute;
            color: white;
            top: 0;
            right: 6px;
            font-size: 22px;
            cursor: pointer;
            /*border-left: 1px solid #fff;*/
            padding-left: 10px;
            height: 37px;
            line-height: 32px;
         }

             div#flashMessage i.close-flash-message:hover {
                 color: #2f2f2f;
             }

/* -----------------------------------------
   User Profile Drop
----------------------------------------- */
div.user-tools {
    position: absolute;
    right: 0;
    top:0;
    float: right;
    padding-top: 0;
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -moz-transition:all .15s linear;
    -ms-transition:all .15s linear;
    -o-transition:all .15s linear;
}

    div#planning-tools.expanded div.user-tools {
        position: absolute;
        right: 50%;
        margin-right: -500px;
        z-index: 1;
    }

    div.user-tools ul {margin: 0; }
    div.user-tools ul li {margin:0; }

    div.user-tools ul.user-profile {
        position: relative;
        margin-top: 3px;
        margin-right:0px;
        z-index: 1;
    }

        div.user-tools ul.user-profile li.premi-user {
            text-transform: uppercase;
            font-size: 10px;
            font-family: 'gibsonSemiBold';
            color: #03e1ff;
            top: -3px;
            position: relative;
        }

        div.user-tools ul.user-profile a.logout {
            position: absolute;
            top: 19px;
            right: 10px;
            background: #eee;
            text-transform: uppercase;
            font-size: 10px;
            padding: 0 3px;
        }

            div.user-tools ul.user-profile a.logout:hover {
                color: #fff;
                background: #000;
            }

        div.user-tools.global ul.user-profile {
            margin-right: 0;
        }

        .expanded div.user-tools ul.user-profile {
            margin-right: 0;
            margin-top: 4px;
        }

        div.user-tools ul.user-profile li span.avatar-wrap {
            display: inline-block;
            width:22px;
            height: 22px;
            border-radius: 3px;
            cursor: pointer;
            position: relative;
        }

            .avatar-wrap .darr-box {
                position: absolute;
                bottom: 0;
                right: 0px;
            }

            .avatar-wrap .darr-box:before,
            .avatar-wrap .darr-box:after {
                content: '';
                position: absolute;
                z-index: 1;
                display: block;
            }

                /*.avatar-wrap:hover .darr-box:before,
                .avatar-wrap:hover .darr-box:after,
                .user-profile.open .avatar-wrap .darr-box:before,
                .user-profile.open .avatar-wrap .darr-box:after {
                    display: block;
                }*/

            .avatar-wrap .darr-box:before {
                bottom: 0px;
                right: 0;
                width: 6px;
                height: 6px;
                background: none;
            }

                .user-profile.open .avatar-wrap .darr-box:before {
                    bottom: 0;
                    right: 0;
                    border: none;
                    width: 22px;
                    height: 22px;
                    background: #f8f8f8;
                }

                    .user-profile.open .avatar-wrap:hover .darr-box:before {
                        background: #eee;
                    }

            .avatar-wrap .darr-box:after {
                bottom: 9px;
                right: -8px;
                border-top: 3px solid #fff;
                border-right: 3px solid transparent;
                border-left: 3px solid transparent;
            }

                .user-profile.open .avatar-wrap .darr-box:after {
                    content: '\2716';
                    font-size: 12px;
                    border: none;
                    color: #000;
                    bottom: 2px;
                    right: 6px;
                    text-align: center;
                }

            /* give a nice wide path to the user menu */
            /*div.user-tools ul.user-profile li span.avatar-wrap:hover:after {
                width: 70px;
                height: 60px;
                bottom: 0;
                right: 0;
                position: absolute;
                content: '';
                z-index: 1;
            }

                .expanded div.user-tools ul.user-profile li span.avatar-wrap:hover:after {
                    bottom: auto;
                    top:0;
                }
*/
        div.user-profile li span.avatar-wrap img.avatar {
            max-width: 100%;
            border-radius: 3px;
            border:1px solid #3d3d3d;
        }

        div.user-tools ul.user-profile li ul.user-profile-details .top-bit {
            background: #f8f8f8;
            min-height: 60px;
            padding-left: 80px;
            padding-top: 8px;
            padding-bottom: 10px;
            box-shadow: 0 1px 0 #eee;
            box-sizing:border-box;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
        }

            div.user-tools ul.user-profile li ul.user-profile-details .top-bit li {
                white-space: nowrap;
            }

            div.user-tools ul.user-profile li ul.user-profile-details .top-bit .account-name {
                font-size: 16px;
                font-family: 'gibsonSemibold';
                padding-top: 8px;
            }

            div.user-tools ul.user-profile li ul.user-profile-details .logout-link {
                background: #f8f8f8;
                font-family: 'gibsonSemiBold';
                text-transform: uppercase;
                color: #888;
                font-size: 10px;
            }

                div.user-tools ul.user-profile li ul.user-profile-details .logout-link:hover {
                    background: tomato;
                    color: #fff;
                }

        div.user-tools ul.user-profile li ul.user-profile-details {
            position: absolute;
            top: auto;
            right: 13px;
            bottom: 30px;
            background: #fff;
            min-width: 248px;
            min-height: 170px;
            text-align: left;
            line-height: 1.5em;
            padding: 0;
            border-radius: 0;
            box-shadow: 0 0 0 3px #eee, 0 5px 6px rgba(0, 0, 0, 0.2);
            color: #111;
            overflow: hidden;
            display: none;
            cursor: pointer;
        }

            div.user-tools ul.user-profile.global li ul.user-profile-details {
                top: 25px;
                right: 3px;
            }

            .expanded div.user-tools ul.user-profile li ul.user-profile-details{
                top: 25px;
                bottom: auto;
            }

            div.user-tools ul.user-profile.open li ul.user-profile-details {
                display: block;
            }

            div.user-tools ul.user-profile li ul.user-profile-details .avatar-wrap {
                width: 60px;
                height: 60px;
                float: left;
                margin:10px 0 0 10px;
                overflow: hidden;
            }

            div.user-tools ul.user-profile li ul.user-profile-details .user-edit-tools {
                clear: both;
                width: 100%;
                text-align: center;
                border-top: 1px solid #DEDEDE;
                border-bottom: 1px solid #DEDEDE;
                padding-top: 2px;
                margin: 8px 0 1px 0;
            }

            div.user-tools ul.user-profile li ul.user-profile-details .user-edit-tools li {
                display: inline-block;
                margin: 0 6px;
            }

            div.user-tools ul.user-profile li ul.user-profile-details .events-nav {
                padding: 0;
            }

                div.user-tools ul.user-profile li ul.user-profile-details .events-nav.serious-stuff {
                    position: absolute;
                    top: 1px;
                    right: 0;
                    background: #fff;
                    height: 139px;
                    text-align: left;
                    box-shadow: 2px 0 0 #f8f8f8 inset;
                }

                    div.user-tools ul.user-profile li ul.user-profile-details .events-nav.serious-stuff li a {
                        font-size: 10px;
                    }

            div.user-tools ul.user-profile li ul.user-profile-details .user-edit-tools span,
            div.user-tools ul.user-profile li ul.user-profile-details .events-nav span {
                cursor: pointer;
            }

                div.user-tools ul.user-profile li ul.user-profile-details .user-edit-tools li span a,
                div.user-tools ul.user-profile li ul.user-profile-details .user-edit-tools li span a:visited,
                div.user-tools ul.user-profile li ul.user-profile-details .events-nav span a,
                div.user-tools ul.user-profile li ul.user-profile-details .events-nav span:visited {
                    color: #3D3D3D;
                    font-family: 'gibsonSemiBold';
                    text-transform: uppercase;
                    font-size: 12px;
                    width: 100%;
                    display: block;
                    padding: 2px 10px;
                    box-sizing:border-box;
                    -webkit-box-sizing:border-box;
                    -moz-box-sizing:border-box;
                }

                    div.user-tools ul.user-profile li ul.user-profile-details .events-nav li a:before {
                        width:9px;
                        text-align: center;
                    }

                    div.user-tools ul.user-profile li ul.user-profile-details .user-edit-tools li span a:hover,
                    div.user-tools ul.user-profile li ul.user-profile-details .events-nav span a:hover {
                        color: #03e1ff;
                    }

/* -----------------------------------------
   Select Bar
----------------------------------------- */

ul.select-bar {
    float:left;
    margin-bottom: 0;
}

    ul.select-bar.rsvp {
        margin-left:0;
    }

    ul.select-bar li {
        margin-right: 0 !important;
        display: inline-block;
        float: left;
    }

    ul.select-bar li a,
    ul.select-bar li.title {
        padding:5px 10px 5px 7px;
        color:#888;
        display: block;
        background:#f8f8f8;
        box-shadow: 0 0 0 1px #eee inset;
    }

        ul.select-bar li:hover a {
            background: #ddd;
            box-shadow: 0 0 0 1px #ddd inset;
            color: #000;
        }


        ul.select-bar li a.first,
        ul.select-bar li.title {
            border-radius: 2px 0 0 2px;
        }

        ul.select-bar li a.last {
            border-radius: 0 2px 2px 0;
        }

        ul.select-bar li.title {
            background:none;
            background:#eeeeee;
            color:#aaa;
            margin-right:0;
        }

    ul.select-bar li a.active,
    ul.select-bar li a.active:hover {
        background: #eee;
        color: #000;
        box-shadow: 0 0 0 1px #ddd inset;
    }

        /* -----------------------------------------
           Pagination
        ----------------------------------------- */
        div.paging {
            display: inline-block;
            background: #F8F8F8;
            padding: 5px 10px;
            border-radius: 3px;
        }

            div.paging,
            div.paging div {
                display: inline-block;
            }

            div.paging div.prev,
            div.paging div.next {
                position: relative;
                top: -2px;
                background: #EEE;
                padding: 0 2px;
                height: 26px;
                margin: 0 0 0 10px;
                cursor: pointer;
            }

                div.paging div.next {
                    margin-left: 0;
                }

                div.paging div.prev:hover,
                div.paging div.next:hover {
                    background: #ddd;
                }

            div.pages span {
                display: inline-block;
                background: white;
                padding: 4px 10px;
                margin: 0 1px;
                border-radius: 2px;
                cursor: pointer;
            }

                div.pages span:hover {
                    background: #eee;
                    box-shadow: 0 0 0 1px #fff inset;
                }

                div.pages span.current {
                    box-shadow: 0 0 0 1px #2F2F2F inset;
                    color: #2F2F2F;
                }

/* -----------------------------------------
   Font Picker
----------------------------------------- */

    .dd2-wrap {
        padding: 0;
        /*overflow: hidden;*/
        background: white;
        left: 100px;
        float: left;
        position: absolute;
        top: 6px;
        background: #f8f8f8;
        font-family: 'gibsonSemiBold';
        cursor: pointer;
        z-index: 2;
        box-shadow: 0 0 0 1px #DDD;
        color: #2F2F2F;
        border-radius: 2px;
        /*-webkit-transition:all .15s linear;
        -moz-transition:all .15s linear;
        -ms-transition:all .15s linear;
        -o-transition:all .15s linear;*/
    }

        .dd2-wrap li.active:hover {
            box-shadow: 0 0 0 2px #ccc;
        }

            .dd2-wrap.open {
                box-shadow: 0 0 0 2px #DDD, 0 4px 6px rgba(0,0,0,.4);
                z-index: 10;
            }

        .dd2-wrap > li {
            display: none;
            padding: 5px 18px 5px 10px;
            margin-left: 0;
            border-radius: 2px;
            font-family: 'gibsonRegular';
            margin-right: 0;
            margin-bottom: 0;
            font-size: 13px;

            transition:all .15s linear;
            -webkit-transition:all .15s linear;
            -moz-transition:all .15s linear;
            -ms-transition:all .15s linear;
            -o-transition:all .15s linear;
        }
        ul#rsvp-status-dropdown-options li{
            display: block;
        }
            .dd2-wrap > li:hover,
            #rsvp-type-select-li .dd2-wrap > li:hover {
                background: #ddd;
            }

                .dd2-wrap > li.active:hover {
                    background: none;
                }

                .dd2-wrap.open > li.active {
                    /*background: #01e16a;*/
                    /*color: #fff;*/
                    border-radius: 0;
                    height: 21px;
                    box-shadow: 3px 0 0 #2F2F2F inset;
                }

                    .dd2-wrap.open > li.active:hover,
                    #rsvp-type-select-li .dd2-wrap.open > li.active:hover {
                        box-shadow: 4px 0 0 #2F2F2F inset;
                        background: #ffff00;
                    }

        .dd2-wrap > li.active {
            font-family: 'gibsonSemiBold';
        }

        .dd2-wrap > li.active,
        .dd2-wrap.open > li {
            display: block;
            min-height: 18px;
        }

        .dd2-wrap > li.active a:before {
            display: inline-block;
        }

            .dd2-wrap.custom-select {
                left: 0;
                margin-left: 0px;
            }

            .dd2-wrap > li.active:after {
                font-family: 'Shifticons';
                content: ' ';
                top: 1px;
                position: absolute;
                right: 1px;
                z-index: 1;
                background: #eee;
                height: 26px;
                padding: 0 2px;
                color:#888;
            }

                .dd2-wrap > li.active:hover:after {
                    background: #ddd;
                }

                .dd2-wrap.open > li.active:after {
                    font-family: 'Shifticons';
                    content: ' ';
                    top: -2px;
                    position: relative;
                    left: 2px;
                    color: transparent;
                    background: none;
                }

/* -----------------------------------------
   Font Picker
----------------------------------------- */

ul.font-selector {float: left; width:245px; margin:0;}
    ul.font-selector li {
        margin-bottom: 0;
        float: left;
    }

        ul.font-selector li a {}
        ul.font-selector li a,
        ul.font-selector li a:hover {
            display: inline-block;
            text-align: center;
            padding: 2px 10px;
            margin:0 4px;
            /*background: #eee;*/
            border-radius: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

            ul.font-selector li:first-child a {
                margin: 0 4px 0 0;
            }

            ul.font-selector li a:hover { }
            ul.font-selector li.selected a {background:#eee;}
            ul.font-selector li.selected a:hover {background:#03E1FF;}



/* -----------------------------------------
   Color Picker
----------------------------------------- */
ul#splash-font-color {float: left; margin: 0 0 6px 0; }
ul#splash-font-color li,
#custom-color-picker {margin-bottom: 0; display: inline-block; width: 30px; height: 30px; margin-right: 10px; border-radius: 3px; cursor: pointer; border:2px solid #ddd;}
    li#custom-color-picker.custom-color-pallete {background: url(/images/swatch-bg.png) 0 0 no-repeat; }
    ul#splash-font-color li.selected,
    ul#splash-font-color li:hover.selected {  }
    #splash-color-palette li{width:18px; margin:2px; float:left; border:1px solid #cccccc; }
    #splash-color-palette li:hover{border:1px solid #555555; }
    #splash-color-palette table{margin-left:0; }


/* -----------------------------------------
    Splash TipTip

    STRUCTURE

    <span class="splash-tiptip">
        <i class="icons3-info"></i>
        <span class="the-tip">
        The tip goes here (that's what she said!)
        </span>
    </span>

----------------------------------------- */

span.splash-tiptip {
    float: none;
    line-height: 1.1em;
    font-size: 9px;
    clear: both;
    position: relative;
    display: inline-block;
    cursor: pointer;
    left: 10px;
    z-index: 1;
}

    .inline-tiptip {
        position: relative;
    }

span.splash-tiptip i {
    font-size: 16px;
}

span.splash-tiptip span.the-tip,
.inline-tiptip span.the-tip {
    background: #000;
    color: #fff;
    width:300px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,.5);
    position: absolute !important;
    left: 50%;
    margin-left: -158px !important;
    top:19px;
    display: none !important;
    padding: 10px;
    font-size: 10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    height: 0;
    opacity: 0;
    line-height: 1.3em;
    transition:height .2s linear, opacity .2s linear;
    -webkit-transition:height .2s linear, opacity .2s linear;
    -moz-transition:height .2s linear, opacity .2s linear;
    -ms-transition:height .2s linear, opacity .2s linear;
    -o-transition:height .2s linear, opacity .2s linear;
}

    span.splash-tiptip:hover span.the-tip,
    .inline-tiptip:hover span.the-tip {
        display: block !important;
        height: auto;
        opacity: 1;
    }

    span.splash-tiptip span.the-tip:after,
    .inline-tiptip span.the-tip:after {
        content: '';
        position: absolute;
        left: 50%;
        top: -5px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #000;
        margin-left: -4px;
    }

    span.splash-tiptip.leftEdge span.the-tip {
        left: 0;
        margin-left: 0 !important;
    }

        span.splash-tiptip span.the-tip:after {
            left: 16px;
        }

/* -----------------------------------------
   Image Carousel
----------------------------------------- */

/* Main Wrap & Decor */

    /* sorry zurb (overrides) */

    /*.reveal-modal,*/
    #allofit .reveal-modal {width:770px !important; margin-left:-400px !important; font-family:sans-serif; }



            .email-preview-modal h2.icon-email {text-shadow: none; }
    .photoChooser #header-image-preview { text-align: center; } .photoChooser #header-image-preview img {display: inline-block; margin:auto; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
    .jcrop-holder {margin:0 auto; max-height: 1400px; }
    .photoChooser {width:770px; overflow: hidden; }
        .photoChooser h2 {text-shadow: 1px 1px 0 white !important; text-align: left; padding-bottom: 8px; font-size: 30px; margin-bottom: 20px; color: #555; font-weight: normal; color: black; font-family: 'GibsonSemiBold';}
            .photoChooser h2 small {display: block; margin-left: 35px; color: black; font-family: 'gibsonSemiBoldItalic';}
            div.easy-to-change {background: rgba(5, 194, 234,.3); color: white; width: 90px; height: 90px; border-radius: 400px; text-align: center; font-weight: bold; position: absolute; top: 10px; right:40px; }
                div.easy-to-change:before,
                div.easy-to-change:after,
                div.easy-to-change span:before,
                div.easy-to-change span:after {content: ''; background: rgba(5, 194, 234,.3); color: white; width: 90px; height: 90px; border-radius: 400px; top:-2px; left:-4px; opacity: .8; position: absolute; z-index: -1; }
                div.easy-to-change:after {top:4px; left: 2px; }
                div.easy-to-change span:before {top: -22px; left: -15px; } div.easy-to-change span:after {top: -21px; left: -23px; }
                div.easy-to-change span {top: 23px; position: relative; z-index: 1; font-size: 13px; }
        .photoChooser div.drop-here-wrap {border-bottom: none; float: left; font-size: 14px; border-radius: 4px; font-family: helvetica; margin-top: 18px; }
            .photoChooser .event-image-upload .qq-upload-drop-area {padding:37px 0; }
            div.photoChooser .qq-upload-list .upload-file-form {top: 35px; right: 398px; }
        .photoChooser .event-image-upload .qq-upload-button {margin: 31px 0 0 -530px; padding: 8px 20px; border-radius: 5px; font-size: 14px; }
        .photoChooser .drop-here {}
            .photo-content span.drop-here {left: 4px; position: relative; padding: 30px 20px; border-radius: 4px; width: 650px; display: inline-block; background: #eee; color: #444; text-align: center; margin-left: 30px; }
                .photo-content span.drop-here span {margin-left: 120px; }
        .photoChooser .photo-content div.labels {position: absolute; text-align: center; top: 90px; width: 100%; border-top: 1px solid #DDD; padding-bottom: 8px; box-shadow: 0 1px 0px #ffffff inset; color: #555; padding-top:10px; font-size:20px; }
        .photoChooser #close-modal-link {position: absolute; top:20px; right:20px; color:#333; cursor: pointer; font-size:20px; text-shadow:1px 1px 0 #fff; }
            #design-intro .photoChooser #close-modal-link {display: none; }
/* width and height of this carousel */
    .choose-template.carousel, .carousel .wide-wrapper {width:770px; overflow: hidden; width: 770px; background: #DDD; overflow: hidden; padding-bottom: 10px; box-shadow: 0 -4px 10px rgba(0, 0, 0, .2) inset; border-radius: 0 0 6px 6px; } .choose-template.carousel, .carousel .wide-wrapper, .carousel .wide, .carousel .left-arrow, .carousel .right-arrow {/*height: 360px;*/ height:433px; } .carousel .wide-wrapper {position: relative; overflow: hidden; }
        .photoChooser .choose-template.carousel, .carousel .wide-wrapper {height:323px; margin-bottom: 10px; }
        .wide-wrapper span.caro-mask {position: absolute; top: 0; right: -20px; width: 43px; height: 400px; background: url(/images/caro-mask.png) repeat-y; z-index: 1; display: none; }
    .carousel .wide {position: absolute; top: 18px; left: 0px; width: 10000px; }
        .wide-wrapper h5.starter-tip {margin:28px 20px 0 16px; font-weight: bold; }
        .carousel.starter-tip .wide {top:104px; }
    .carousel .c_column {width: 232px; float: left; }
    .carousel .arrow {width: 85px; height: 0; z-index: 998; top: 184px; border-radius: 50px; box-shadow: -8px 2px 16px #111; cursor: pointer; position: absolute; background: #f8f9f8; transition:all .15s ease-in; -webkit-transition:all .15s ease-in; -moz-transition:all .15s ease-in; padding: 15px 18px 70px 0px; opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }

        .starter-tip .arrow {top:189px; }
        .carousel .arrow:hover {box-shadow: -2px 2px 6px #111; background-color: #6eddf5; transition:all .15s ease-in; -webkit-transition:all .15s ease-in; -moz-transition:all .15s ease-in; }
            .carousel .arrow:active {background: #05a8cb; box-shadow:none; }
        .carousel .arrow.disabled {display: none; }
        .carousel .right-arrow {right: -54px; transition:all .15s; -webkit-transition:all .15s; -moz-transition:all .15s; }
        .carousel .right-arrow:hover {right: -58px; transition:all .15s; -webkit-transition:all .15s; -moz-transition:all .15s; }
        .carousel .left-arrow {left: -44px; padding:17px 0px 68px 52px; width:40px; z-index:2; transition:all .15s; -webkit-transition:all .15s; -moz-transition:all .15s; }
        .carousel .left-arrow:hover {left: -48px; transition:all .15s; -webkit-transition:all .15s; -moz-transition:all .15s; }
        .right-arrow .rarr {width: 0; height: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 20px solid #333333; display: block; margin-left: 18px; margin-top: 7px; }
            .right-arrow:hover .rarr {border-left: 20px solid #ffffff; }
        .left-arrow .larr {width: 0; height: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-right: 20px solid #333333; display: block; margin-left: 4px; margin-top: 4px; }
            .left-arrow:hover .larr {border-right: 20px solid #ffffff; }
        div.upload-custom p {float: right; font-size: 12px; width: auto; margin-right: 23px; margin-top:15px; margin-bottom:0; color: #72BEC9; /*width: 50%;*/ }


    div.selected-event-image {position:absolute; top:0; left:0; z-index:999; width:806px; height: 435px; overflow:hidden; border-bottom-right-radius:6px; background: #fff url(/images/cropper-bg.gif) repeat; }
        div.selected-event-image img.event-image {width:100%; }
        div.selected-event-image a#editHeaderImage {position:absolute; top:10px; right:10px; border-radius:6px; }
            div.selected-event-image a#editHeaderImage,
            div.selected-event-image a#editHeaderImage:hover {right: 6px; padding: 10px; top: 50px; width: 150px; color:#777; text-shadow:1px 1px 0 #ffffff; float:left; border:1px solid #d4d6d3; background:#F0EFEC; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0EFEC', endColorstr='#D0D0D0'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#F0EFEC), to(#D0D0D0)); /* for webkit browsers */                    background: -moz-linear-gradient(top,  #EDEDED,  #D0D0D0); /* for firefox 3.6+ */ background: -moz-linear-gradient(top,  #F0EFEC,  #D0D0D0); /* for firefox 3.6+ */ box-shadow:none; }
        div.header-image {height:337px; overflow:hidden; }
    a.upload-custom-image {float: right; margin: 0 47px 0 16px; background: #ff7c11; padding: 4px 10px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd; box-shadow: .5px 1px 3px #dddddd; color: #ffffff; font-size: 11px; font-weight:bold; position: absolute; right: -48px; bottom: 22px; z-index:1; width:94px; }
        span#teeny-tri {width: 2px; height:1px; position: absolute; border-top: 3px solid transparent; border-right: 3px solid #4a8f99; border-bottom: 0 solid transparent; bottom: 45px; right: 114px; z-index: 1; }
    div.event-image-wrap.drop-here-wrap {border:none; }
    div.event-image-wrap span.drop-here {top:360px; width: /*380px*/ 70%; right: 10px; }
    div.upload-custom .uploadContent{float: none; }
    div.upload-support {float: right; width:70%; }
        div.upload-support label {font-size:12px; float:left; margin-top:14px; }
            div.upload-support label input {float:left; margin-bottom:10px; }
    div.form-row.choose-template a {float:left; width:22.2%; margin:0 8px 1% 0; background:transparent; padding:10px; text-align:center; border-radius:4px; }
        div.form-row.choose-template a.selected-template,
        div.form-row.choose-template a.selected-template:hover {background: transparent; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCC976', endColorstr='#fcb040'); / background: -webkit-gradient(linear, left top, left bottom, from(#FCC976), to(#fcb040)); background: -moz-linear-gradient(top,  #FCC976,  #fcb040); color:#ffffff; }
            div.form-row.choose-template a.selected-template img {}
        div.form-row.choose-template a span.template-img span.select {background: #ff9239; display: none; position: absolute; bottom: 0; right: 0; padding: 3px 20px; color: #ffffff; font-weight:bold; border-radius:4px 0 4px 0; }
            div.form-row.choose-template a.current-slash-upload.compact span.template-img span.select {display: block !important; height: 40px; left: 0; width: 187px; background: #dddddd; color: #555555; overflow: hidden; padding-top:18px; font-size:14px; text-shadow:1px 1px 0 #ffffff; }
                div.form-row.choose-template a.current-slash-upload span.template-img span.select:hover {background: #03e1ff; color:#ffffff; text-shadow:none; }
            div.form-row.choose-template a:hover span.template-img span.select {display:block; }
        div.form-row.choose-template span.template-name {float: left; width: 100%; margin-top: 7px; }
        div.form-row.choose-template a:hover {background:#eeeeee; }
        div.form-row.choose-template a img {width:100%; float:left; margin-bottom:10px; border-radius:4px; }
        div.form-row.choose-template a.current-slash-upload img {position: absolute; left: 7px; top: 7px; width: 110px; z-index: 2; max-height: 46px; }
        div.form-row.choose-template a:hover img {opacity:1; }
            div.form-row.choose-template span.template-img {height:92px; width:100%; overflow:hidden; float:left; position:relative; border-radius:6px; }
        div.form-row.choose-template.event-view a {margin:0 26px 8px 0; padding:0; width:219px; border-radius:4px; border: 1px solid #888888; border-radius: 5px; }
            div.form-row.choose-template.event-view a.current-slash-upload,
            div.form-row.choose-template.event-view a.current-slash-upload:hover {box-shadow:none; background:transparent; border:none !important; padding: 0; width:220px; left: 2px; margin-left:-3px; margin-bottom:10px; position: relative; }
                div.form-row.choose-template.event-view a.current-slash-upload span {border:none; }
            div.form-row.choose-template.event-view a:hover {border:1px solid #ff9239; }
            .event-view div.form-row.choose-template.event-view a {background-color: #fff !important; }
        div.form-row.choose-template.event-view span.template-img {height:92px; }
        ul#photo-categories{clear: both; display: block; margin-top: 0px; margin-bottom: 0; width: 100%; background: #DDD; background: -moz-linear-gradient(top, #eeeeee 0%, #DDDDDD 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#DDDDDD)); background: -o-linear-gradient(top, #eeeeee 0%,#DDDDDD 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); border: 2px solid #DDD; border-bottom: none; box-sizing: border-box; -moz-box-sizing: border-box; border-radius: 6px 6px 0 0; }
        ul#photo-categories li{float:left; margin-bottom:0; }
        ul#photo-categories li a {color:#aaa; padding: 10px 0; width:95px; text-align: center; font-size: 14px; display: block; box-shadow: 1px 0px 0 #F8F9F8 inset, -1px 0px 0 #CCC inset; font-weight: bold; text-shadow: 1px 1px 0 rgba(255, 255, 255, .7); }
            ul#photo-categories li:first-child a {border-radius: 1px 0 0 0; box-shadow: -1px 0px 0 #CCC inset; margin-left:-2px; border-left: 1px solid #cccccc; }
            ul#photo-categories li:last-child a {border-radius: 0 1px 0 0; box-shadow: 1px 0px 0 #f8f9f8 inset; padding-left: 5px;  /*border-right: 1px solid #cccccc; */ }
        ul#photo-categories li a.active {position: relative; color:#fff; background: #03e1ff; text-shadow:-1px -1px 0 rgba(0,0,0,0.1); box-shadow: 0 -4px 8px -2px rgba(0, 0, 0, .2) inset; }
            ul#photo-categories li a.active:after {content: ''; position: absolute; border-bottom: 6px solid #ddd; border-right: 6px solid transparent; border-left: 6px solid transparent; bottom: 0; left: 50%; margin-left: -6px; }
        p.gtk-tip {display: inline-block; clear: both; text-align: center; background-color: #FFF8D4; padding: 8px 17px; border-radius: 8px; color: #444; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); margin-top: 8px; }
        .preview-image a#changeHeaderImage:visited,
        .preview-image a#changeHeaderImage {float: left; margin-top: 10px; font-weight: bold; color: #555; font-size: 14px; }
        .preview-image a#changeHeaderImage:hover {color: #03e1ff; }
            .preview-image a#changeHeaderImage:before {font-size: 27px; display: inline; }

/* -----------------------------------------
   Sponsor Blocks
----------------------------------------- */
            div.box-content{margin-top:0; padding-bottom: 18px;}
                .host-contain div.box-content { border: 1px solid #ccc; border-radius: 3px;}
            #no-twitter-options div.box-content .logo-box {width: 53px; height: 70px; margin:0; float: left; clear: left; padding: 0 12px 0 0; border-radius: 6px; background:none; border:none; }
            #no-twitter-options .logo-upload{min-height:45px; }
            #no-twitter-options .logo-upload img {margin: 11px 0 0 13px; float: left; border-radius: 6px; width: 64px; max-width: none; max-height: 64px; }
/*            #no-twitter-options .logo-upload a.removeLogo {display: inline; position: absolute; top: 5px; left: 5px; z-index: 1; background: rgba(195, 0, 0, 0.5); color: white; width: 53px; height: 53px; text-align: center; border-radius: 6px; line-height: 45px; font-size: 12px; padding: 0; }
*/
           #no-twitter-options .logo-upload a.cropLogo,
           #no-twitter-options .logo-upload a.removeLogo {
               display: inline;
               position: absolute;
               top: 43px;
               left: 13px;
               z-index: 1;
               background: rgba(0, 0, 0, 0.85);
               color: white;
               width: 64px;
               height: 32px;
               text-align: center;
               border-radius: 6px;
               line-height: 34px;
               font-size: 12px;
               padding: 0;
               font-family: 'gibsonSemiBold';
               font-weight: normal;
           }

            #no-twitter-options .logo-upload a.cropLogo:hover,
            #no-twitter-options .logo-upload a.removeLogo:hover {
                background: #03E1FF;
                color: #fff;
            }


           #no-twitter-options .logo-upload a.cropLogo{
               background: none;
               top: 11px;
            }
                #no-twitter-options .logo-upload a.crop:before,
                #no-twitter-options .logo-upload a.removeLogo:before {position: relative; left: 4px; }

            #no-twitter-host #manual-host-name {
                margin: 12px 10px 10px 20px;
                font-size: 12px;
                width: 220px;
            }
            #eventHost{width:100%; height:100%; z-index:3; }
            #no-twitter-options div.box-content .logo-box .logo-upload div.qq-uploader .qq-upload-button {margin: 0; padding: 1px 3px; position: absolute !important; top: 11px; left: 12px; background: #333; color: #fff; text-shadow: none; white-space: normal; text-align: center; font-weight: normal; transition: all .15s linear; -webkit-transition: all .15s linear; -moz-transition: all .15s linear; border-radius:6px; width: 56px; height: 54px; line-height: 14px; padding-top: 8px; font-size: 12px; border:none;}
        .gray {color:#444; float:left; border:1px solid #bbb; background:#F0EFEC; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0EFEC', endColorstr='#D0D0D0'); background: -webkit-gradient(linear, left top, left bottom, from(#F0EFEC), to(#D0D0D0)); background: -moz-linear-gradient(top,  #EDEDED,  #D0D0D0); background: -moz-linear-gradient(top,  #F0EFEC,  #D0D0D0); transition:all .15s linear; -webkit-transition:all .15s linear; -moz-transition:all .15s linear; }
            .gray.active,
            .gray.active:hover {background:#F0EFEC; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0D0', endColorstr='#F0EFEC'); background: -webkit-gradient(linear, left top, left bottom, from(#D0D0D0), to(#F0EFEC)); background: -moz-linear-gradient(top,  #EDEDED,  #F0EFEC); background: -moz-linear-gradient(top,  #D0D0D0,  #F0EFEC); box-shadow:0 0 6px rgba(0,0,0,.2) inset; }
            .gray:hover {color:#777; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#D0D0D0'); background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#D0D0D0)); background: -moz-linear-gradient(top,  #EDEDED,  #D0D0D0); background: -moz-linear-gradient(top,  #fefefe,  #D0D0D0); }
    div#sponsorLogoContainer{float:left; margin-top:0; clear: both; width: 358px; padding-bottom: 5px;}
    div.box-content .logo-box {float: left; margin: 4px 5px; width:124px; padding:5px 4px 5px 4px; border-radius:6px; background:#f8f8f8; position: relative; min-height: 37px; }
        div.box-content .logo-box.add-another {background:#eee; border:none; text-align: center; font-weight: bold; cursor: pointer; margin-top: 10px; margin-left:3px; width: 89px !important; padding: 6px 17px !important; margin-bottom:8px; color:#3d3d3d; text-shadow:none; font-size: 12px; padding: 4px 0px; min-height: 0; }
            div.box-content .logo-box.add-another:hover {background: #3d3d3d; color: #fff;}
        div.box-content .logo-box .handle, div.speakerBlock .handle {
            color: #ffffff;
            position: absolute;
            left: -4px;
            top: -5px;
            height: 54px;
            background: #eee;
            border-radius: 6px 0 0 6px;
            padding: 0 2px;
            cursor: move;
        }

        div.speakerBlock .handle,
        div.speakerBlock .handle:hover,
        .handle.fancy-handle,
        .handle.fancy-handle:hover {
            color: white;
            text-shadow: none;
            position: absolute;
            left: -1px;
            top: 13px;
            width:27px;
            height: 19px;
            background: none;
            border-radius: 0;
            padding: 0;
            cursor: move;
            text-align: center;
        }

            div.speakerBlock .handle .icon-up,
            div.speakerBlock .handle .icon-down,
            .handle.fancy-handle .icon-up,
            .handle.fancy-handle .icon-down {
                font-size: 14px;
                top: -6px;
                position: relative;
                left: 5px;
                color: #888;
            }

                div.speakerBlock .handle .icon-down,
                .handle.fancy-handle .icon-down {
                    top: 1px;
                    left: -5px;
                }

                div.speakerBlock .handle:hover .icon-up,
                div.speakerBlock .handle:hover .icon-down,
                .handle.fancy-handle:hover .icon-up,
                .handle.fancy-handle:hover .icon-down {
                    color: #111;
                }

            div.box-content .logo-wrapper .handle span {margin-top: 22px; line-height: 4px; display: block !important; text-shadow:0 -1px 0 #888; cursor: move; color: #eee; }
        div.box-content .logo-box .delete-sponsor {position: absolute; left: 295px; font-size: 22px; top: 10px; color: #C35; padding-bottom: 3px; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); transition:all .15s linear; -webkit-transition:all .15s linear; -moz-transition:all .15s linear; -o-transition:all .15s linear; }
            div.box-content .logo-box:hover .delete-sponsor {opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }
        div.box-content .logo-box .logo-upload span {display:none; }
        div.box-content .logo-box {float:left; }
            div.box-content .logo-box select {float:right; margin:0; width:124px; position: absolute; top: 0; right: 0; }
        div.box-content .logo-box .logo-upload {position:relative; float: left; /*width: 100%;*/ min-height:208px; width:auto; }
        div.box-content .logo-box .logo-upload img {width: 53px; float: right; position: relative; margin:0; z-index: 1; clear:right; }
        div.box-content .logo-box .logo-upload div.qq-uploader .qq-upload-button {margin: 2px 0 0 0px; font-size:12px; }
        input.sp-website {width: 210px; margin-left: 10px; margin-top: 9px; float:left; }
            #splashSettings input.sp-website {margin-top: 2px; }
        a.addSponsorWebsite{width:130px; float:left; margin-top: 13px; margin-left: 14px; display:none; color:#555; }
        .has-image a.addSponsorWebsite{display:block; }
        div.box-content .logo-box .logo-upload div.qq-uploader div.qq-upload-drop-area {float: right; width: 120px; position: relative; top: 0; right: 0; margin-top: 30px; margin-bottom: 10px; height: 39px; }
        #no-twitter-options div.box-content .logo-box .logo-upload div.qq-uploader .qq-upload-button:hover {background: #03e1ff; transition: all .15s linear; -webkit-transition: all .15s linear; -moz-transition: all .15s linear; }
        #no-twitter-options div.qq-upload-drop-area{margin: 10px auto 0 auto; float: none; width: 116px; height: 68px; display: none !important; }
          div.box-content .logo-box.has-image .logo-upload div.qq-uploader div.qq-upload-drop-area {display: none !important; }
            div.box-content .logo-box .logo-upload div.qq-uploader div.qq-upload-drop-area {display: block !important; }
        div.box-content .logo-box .logo-upload div.qq-uploader ul.qq-upload-list {margin:0; }
        .logo-upload .qq-upload-list {position: absolute; top: -62px; left: 59px; }
            .logo-upload .qq-upload-list .progress-bar-holder,
            .logo-upload .qq-upload-list .progress-bar {width:126px; }
        div.sponsorship-section div.box-content{max-width:590px; }
        div.sponsorship-section div.logo-box div.logo-wrapper{}

        div.box-content.logos .logo-box .logo-upload { min-height: 0; }
        div.box-content.logos .logo-box { width: 310px; }
        div.box-content.logos .logo-box.ui-sortable-placeholder { background:red !important; width:246px; height:34px;}
        div.box-content.logos .logo-box.ui-sortable-helper {box-shadow: 0 2px 8px rgba(0,0,0,.2);}
        div.box-content.logos .logo-box .logo-upload div.qq-uploader div.qq-upload-drop-area { float: none;margin-top: 0; width: 40px; height: 40px; margin-bottom: 0; float: left; position: relative; left: -42px; padding: 0;}
        div.box-content.logos .logo-box .logo-upload div.qq-uploader div.progress-bar-holder,
        div.box-content.logos .logo-box .logo-upload div.qq-uploader div.progress-bar { width: 155px; }
        div.box-content.logos .logo-box .logo-upload div.qq-uploader div.upload-file-form { top: 68px; left:0px; }
        div.box-content.logos .logo-box .logo-upload div.qq-uploader div.qq-upload-button { width: 151px; text-align: center; padding: 2px; margin-left: 79px; margin-top:-34px; float: left;}
            div.box-content.logos .logo-box.has-image .logo-upload div.qq-uploader div.qq-upload-button {display: none;}
        div.box-content.logos .logo-box .logo-upload div.qq-uploader a.qq-upload-cancel { position: absolute; top: 87px; left:57px; }
        div.box-content.logos .logo-box .logo-upload div.qq-uploader span.qq-upload-size { display: none !important; }
        div.box-content.logos .logo-box .logo-upload .logo-wrapper .mask { position: relative; height: 42px; width: 42px; margin-bottom:2px; overflow: hidden;background: url("/images/x.gif") no-repeat scroll center center transparent; border-radius:4px; float:left; margin-left: 14px; background-size: 100% auto;}
            div.box-content.logos .logo-box.has-image .logo-upload .logo-wrapper .mask {}
        div.box-content.logos .logo-box .logo-upload .logo-wrapper .mask  img {width:42px; min-height: 42px; border-radius: 3px;}
        div.box-content.logos .logo-box .logo-upload.has-image .logo-wrapper .mask  img {display: block;}
        div.box-content.logos .logo-box .logo-upload .logo-wrapper a.cropLogo:hover,
        div.box-content.logos .logo-box .logo-upload .logo-wrapper a.removeLogo:hover { display: inline-block !important; }
        div.box-content.logos .logo-box .logo-upload .logo-wrapper a.cropLogo,
        div.box-content.logos .logo-box .logo-upload .logo-wrapper a.removeLogo {position: absolute; top: 0; left: 14px; z-index: 1; background: rgba(5, 194, 234, 0.9); color: white !important; border-radius: 1px; display: none !important; width: 42px; text-align: center; height: 42px; line-height: 42px; font-size: 21px;}
        #splashSettings div.box-content.logos .logo-box .logo-upload .logo-wrapper a.cropLogo,
        #splashSettings div.box-content.logos .logo-box .logo-upload .logo-wrapper a.removeLogo {width:3px; }

        /* -----------------------------------------
            End Sponsor Blocks
        ----------------------------------------- */

/* -----------------------------------------
    Tickets/Guests Overview
----------------------------------------- */

.percentageBarHolder {
    width:247px;
    display: block;
    clear: both;
    background: #ddd;
    position: relative;
}

    .percentageBarHolder div {
        display: block;
        height: 8px;
        margin-top: 10px;
        background:#03e1ff;
        position: relative;
    }

    .percentageBarHolder div span.percent-bubble {
        position: absolute;
        top: -8px;
        right: -21px;
        border-radius: 10px;
        background: #2F2F2F;
        color: #03E1FF;
        font-size: 12px;
        padding: 2px;
        box-shadow: 0 0 0 1px white;
    }

    /* -----------------------------------------
        Tickets
    ----------------------------------------- */
    #ticketSettingContain .block-content-util.ticket-util {
        color: black;
        font-family: 'gibsonSemiBold';
        width: 960px;
        z-index: 2;
        position: absolute;
        top: 20px;
        left: 20px;
        opacity: 1;
        padding-bottom: 2px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        #ticketSettingContain .block-content-util.ticket-util h3 {
            float: left;
            margin: 0;
            margin-right: 20px;
            font-family: 'gibsonSemiBold';
            font-weight: normal;
        }

        #ticketSettingContain .block-content-util.ticket-util.discounts {
            left: 690px;
            width: 280px;
        }

            .discount-inner-head {
                border-bottom: 1px solid #ddd;
                width: 100%;
                margin-top: 1px;
                padding-bottom: 7px;
                margin-bottom: 17px;
            }

        /* util nav section settings */
        ul.util-nav.ticketSections {

        }

            ul.util-nav.ticketSections li.active-edit-title  {
                width: 0;
                height: 0;
                padding:0;
                overflow: hidden;
            }

                ul.util-nav.ticketSections li.active-edit-title:before {
                    font-size: 20px;
                    margin-right: 3px !important;
                    margin-left: -3px !important;
                }

                ul.util-nav.ticketSections li.active-edit-title a,
                ul.util-nav.ticketSections li.active-edit-title a:hover {
                    background: #ffff00;
                    color: #2F2F2F;
                    box-shadow: none;
                }

                ul.util-nav.ticketSections.nav-tickets li.nav-tickets.active-edit-title,
                ul.util-nav.ticketSections.nav-discount-codes li.nav-discount-codes.active-edit-title,
                ul.util-nav.ticketSections li.nav-payout-settings {
                    overflow: visible;
                    width: auto;
                    height: auto;
                }

                ul.util-nav.ticketSections.nav-tickets li.nav-tickets i.pre-msg,
                ul.util-nav.ticketSections.nav-discount-codes li.nav-discount-codes i.pre-msg,
                ul.util-nav.ticketSections li i.pre-msg {
                    /*opacity: 0;
                    width:0;
                    overflow: hidden;
                    font-style: normal; */
                    display: none;
                }
                    ul.util-nav.ticketSections.nav-tickets li.nav-tickets a i.pre-msg,
                    ul.util-nav.ticketSections.nav-discount-codes li.nav-discount-codes a i.pre-msg {
                        /*opacity: 1;
                        width:auto;
                        overflow: visible;*/
                        display: inline-block;
                        font-style: normal;
                    }

                ul.util-nav.ticketSections.nav-tickets li.nav-discount-codes,
                ul.util-nav.ticketSections.nav-tickets li.nav-payout-settings,
                ul.util-nav.ticketSections.nav-discount-codes li.nav-tickets,
                ul.util-nav.ticketSections.nav-discount-codes li.nav-payout-settings,
                ul.util-nav.ticketSections li.active-edit-title {
                    width:0;
                    height: 0;
                    overflow: hidden;
                    margin-right: 0 !important;
                }

                ul.util-nav.ticketSections.nav-tickets > li.nav-tickets.link-wrap a,
                ul.util-nav.ticketSections.nav-discount-codes > li.nav-discount-codes.link-wrap a {
                    box-shadow: 0 0 0 1px #ddd;
                }

                /* helpful breadcrumb arrow */
                ul.util-nav.ticketSections.nav-tickets > li.nav-tickets.link-wrap,
                ul.util-nav.ticketSections.nav-discount-codes > li.nav-discount-codes.link-wrap {
                    margin-right: 20px !important;
                    position: relative;
                }

                ul.util-nav.ticketSections.nav-tickets > li.nav-tickets.link-wrap:after,
                ul.util-nav.ticketSections.nav-discount-codes > li.nav-discount-codes.link-wrap:after {
                    font-family:Shifticons;
                    content: "";
                    position: absolute;
                    color: #2F2F2F;
                    font-size: 19px;
                    top: 1px !important;
                    right: -15px !important;
                }

                ul.util-nav.ticketSections.nav-tickets > li.nav-tickets.link-wrap:hover:after,
                ul.util-nav.ticketSections.nav-discount-codes > li.nav-discount-codes.link-wrap:hover:after {
                    font-family:Shifticons;
                    content: "";
                }



        #ticketSettingContain .open .block-content-util.ticket-util {
            opacity: 1;
            box-shadow: none;
        }

            /*#ticketSettingContain .open .block-content-util.ticket-util {
                width:290px;
            }*/

                #ticketSettingContain .open .block-content-util.ticket-util h3 {
                    float: left;
                    margin: 0;
                    margin-right: 20px;
                    font-family: 'gibsonSemiBold';
                    font-weight: normal;
                    font-size: 18px;
                    margin-top: 10px;
                    margin-left: -20px;
                }

                /*#ticketSettingContain .open .block-content-util.ticket-util .action-btn {
                        padding: 3px 10px;
                        margin-top: 7px;
                        margin-right: -20px;
                }*/


        /* right utils */
        .util-nav.abs-style {
            position: absolute;
            right: 0;
            top: 1px;
            height: 40px;
            padding-left: 20px;
            opacity: 1;
        }
            .open .util-nav.abs-style {
                box-shadow: none;
                opacity: 0;
            }


            .util-nav.abs-style li.nav-discount-codes,
            .util-nav.abs-style li.nav-tracking-links {
                display: none;
            }

            .util-nav.abs-style.nav-discount-codes li.nav-discount-codes {
                display: block;
            }

            .util-nav.abs-style.nav-tickets li.nav-tickets {
                display: block;
            }

            .util-nav.abs-style.nav-tracking-links li.nav-tracking-links {
                display: block;
            }
                .util-nav.abs-style.nav-discount-codes li.nav-tickets,
                .util-nav.abs-style.nav-discount-codes li.nav-tracking-links {
                    display: none;
                }

        #ticketSettingContain .block-content-util.ticket-util.condensed {
            width: 320px;
        }

        #ticketSettingContain .block-content-util.ticket-util ul.util-nav li {
            position: relative;
        }

        #ticketSettingContain .block-content-util.ticket-util .util-action {
            margin:-6px 9px 9px 26px;
        }

            #ticketSettingContain .block-content-util.ticket-util .util-action:hover {
                background: #000;
                color: #fff;
            }

            #ticketSettingContain .block-content-util.ticket-util .util-action i {
                font-size: 19px;
                display: inline-block;
                top: -2px;
                position: relative;
                line-height: 7px;
            }

        .sort-ticket-order.disabled {
            background: #01e16a;
            color: #fff;
            margin-right: 0;
        }
            .sort-ticket-order.disabled:hover {
                box-shadow: 0 0 8px rgba(0,0,0,.5);
            }

    .ticketTypeTable {
        width:630px;
        /*display: block;*/
        float: left;
        text-align: center;
        position: relative;
        margin-top: 0;
        /*margin-bottom: -60px; NO. BAD DESIGNER. NO TREAT FOR YOU. */
    }

    .ticketTypeTable .typeRows.deleted.noneSold {
		display:none;
	}

    .ticketTypeTable .typeRows > .display {
        width: 600px;
        margin-bottom: 30px;
        padding: 10px 10px 70px 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: left;
        margin-left: 15px;
        float: left;
        position: relative;
        clear: both;
        min-height: 155px;

        box-shadow: 4px 0px 6px -2px rgba(0, 0, 0, 0.1);
        background: #f8f8f8;
        cursor: pointer;
        top: 0;
    }

        .ticketTypeTable .typeRows > .display .stub {
            content: '';
            position: absolute;
            top: 0;
            left: -14px;
            height: 100%;
            width: 14px;
            background: #2f2f2f;
        }

        .ticketTypeTable .typeRows > .display .stub:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -7px;
            margin-top: -7px;
            background: #fff;
            width: 14px;
            height: 14px;
            z-index: 1;
            border-radius: 50px;
        }

            .ticketTypeTable .typeRows > .display:hover .stub,
            .ticketTypeTable .typeRows.open > .display .stub {
                background: #03E1FF;
            }

                .open .ticketTypeTable .typeRows > .display .stub {
                    width:10px;
                    left: -10px;
                }

                .open .ticketTypeTable .typeRows > .display .stub:before {
                    width:10px;
                    height: 10px;
                    left: -5px;
                }

        .ticketTypeTable .typeRows > .display:hover {
            box-shadow: 0 2px 8px #EEE, 0 0 0 1px #03E1FF inset;
        }


        .ticketTypeTable .typeRows .display .left {
            width:420px;
        }

            .ticketTypeTable .typeRows .display h2.name {
                text-shadow: none;
                font-size: 24px;
                font-weight: normal;
                font-family: 'gibsonSemiBold';
                margin-bottom: 6px;
                line-height: 1.1em;
                color: #000;
            }

            .ticketTypeTable .typeRows .display textarea {
                border: none;
                background: none;
            }

            .ticketTypeTable .typeRows .display .status span.active span {
                padding: 2px 4px;
                border-radius: 2px;
                font-family: 'gibsonSemiBold';
                font-size: 12px;
            }

                .ticketTypeTable .typeRows .display .status span.on-sale {
                    box-shadow: 0 0 0 2px #03E16A inset;
                    color: #03E16A;
                }

                .ticketTypeTable .typeRows.limited .display .status > span > span,
                .ticketTypeTable .typeRows.pending .display .status > span > span {
                    box-shadow: 0 0 0 2px #FFD600 inset;
                    color: #DAB706;
                }

                .ticketTypeTable .typeRows.deleted .display .status > span > span,
                .ticketTypeTable .typeRows.hidden .display .status > span > span,
                .ticketTypeTable .typeRows.ended .display .status > span > span {
                    box-shadow: 0 0 0 2px #F03 inset;
                    color:#FF0033;
                }

        .ticketTypeTable .typeRows .display .right {
            width:150px;
            position: absolute;
            height: 100%;
            top:20px;
            right: 20px;
        }

            .ticketTypeTable .open-prefs {
                font-size: 12px;
                background: #ddd;
                cursor: pointer;
                padding: 2px 6px;
                border-radius: 2px;
                text-transform: uppercase;
                font-family: 'gibsonSemiBold';
                color: #fff;
                margin-bottom: 20px;
                float: right;
            }

                .ticketTypeTable .open-prefs:hover,
                .ticketTypeTable .display:hover .open-prefs {
                    background: #03e1ff;
                }


            .ticketTypeTable .right table,
            .ticketTypeTable .right table tr td {
                border:none;
                font-family: 'GibsonRegular';
                color: #000;
                margin: 0;
                font-size: 12px !important;
                padding: 2px !important;
                text-align: right;
            }

                .ticketTypeTable .right table tr td {
                    border-bottom: 1px solid #eee;
                }

                .ticketTypeTable .right table tr td.buyer_pays_cell {
                    padding: 10px 2px !important;
                    font-size: 20px !important;
                    font-family: 'gibsonSemiBoldItalic';
                }

        .ticketTypeTable .typeRows .display .bottom-meta {
            position: absolute;
            bottom:0;
            left:0;
            padding:0 0 20px 20px;
            width:100%;
            box-sizing:border-box;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
        }

            .ticketTypeTable .typeRows .display .bottom-meta .remaining {
                font-size: 11px;
                text-transform: uppercase;
                position: absolute;
                z-index: 1;
                color: #2f2f2f;
                bottom: 17px;
                left: 25px;
            }
                /*** DISABLED FORM STYLING ***/
            #splash-ticket-settings-form.disabled .ticketTypeTable .typeRows .display {
                opacity: 0.5;
                cursor: default;
            }
            #splash-ticket-settings-form.disabled .ticketTypeTable .typeRows .display:hover {
                box-shadow: none;
            }
            #splash-ticket-settings-form.disabled .ticketTypeTable .typeRows .display:hover .open-prefs{
                background: #ddd;
                cursor: default;
            }
            #splash-ticket-settings-form.disabled .ticketTypeTable .typeRows .display:hover .stub{
                background: #2f2f2f;
            }
            /**** END DISABLED FORM STYLING ****/

        /* Condensed display style for sorting */
        .sorting .ticketTypeTable .typeRows > .display {
            min-height: 0;
            margin-bottom: 6px;
            box-shadow: none;
            padding: 20px;
            cursor: ns-resize;
        }

            .sorting .ticketTypeTable .typeRows > .display:hover {
                background: #e8e8e8;
            }

            .sorting .ticketTypeTable .typeRows > .display .open-prefs {
                opacity: 0;
                font-size: 0;
                color: transparent;
                background:#eee;
                white-space: nowrap;
            }

                .sorting .ticketTypeTable .typeRows > .display:hover .open-prefs {
                    opacity: 1;
                }

                .sorting .ticketTypeTable .typeRows > .display .open-prefs:after {
                    content: 'DRAG TO MOVE';
                    opacity: 0;
                    font-size: 10px;
                    color: #888;
                    font-family: gibsonRegular;
                    position: relative;
                    top: 2px;
                }

                    .sorting .ticketTypeTable .typeRows > .display:hover .open-prefs:after {
                        opacity: 1;
                    }

            .sorting .ticketTypeTable .typeRows.ui-sortable-helper .display .stub:after,
            .sorting .ticketTypeTable .typeRows.ui-sortable-helper .display .stub:before {
                content: '';
                display: none;
            }

            .sorting .ticketTypeTable .typeRows.ui-sortable-placeholder {
                background: #f8f8f8;
            }

        /* Condensed display style for open prefs */
        .open .ticketTypeTable .typeRows > .display {
            min-height: 0;
            margin-bottom: 6px;
            box-shadow: none;
            padding: 20px;
            opacity: 0;
            visibility: hidden;
        }

            .sorting .ticketTypeTable .typeRows .display .right table,
            .sorting .ticketTypeTable .typeRows .display .bottom-meta,
            .sorting .ticketTypeTable .typeRows .display .left .description-d {
                opacity: 0;
                visibility: hidden;
                height: 0;
                transition:opacity 0s linear 0s;
                -webkit-transition:opacity 0s linear 0s;
                -moz-transition:opacity 0s linear 0s;
                -ms-transition:opacity 0s linear 0s;
                -o-transition:opacity 0s linear 0s;
            }

                .sorting .ticketTypeTable.ui-sortable .typeRows {
                    height: 75px;
                }

                .sorting .ticketTypeTable.ui-sortable .typeRows.ui-sortable-placeholder {
                    height: 75px;
                    visibility: visible;
                    display: block;
                    background: #f8f8f8;
                }

                .sorting .ticketTypeTable .typeRows .display h2.name {
                    font-size: 14px;
                }

            .sorting .ticketTypeTable .typeRows .display .right,
            .open .ticketTypeTable .typeRows .display .right {
                width:80px;
            }

    .ticketTypeTable .typeRows > .prefs {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        text-align: left;
        box-shadow: -4px -1px 10px -2px rgba(0, 0, 0, 0.1), 1px 0 0 #03e1ff inset;
        height: 0;
        overflow: hidden;

        top: -30px;
        left: 110px;
        box-shadow: none;
        padding: 20px 40px;
        width:700px;
    }

        .ticketTypeTable .typeRows.open > .prefs {
            opacity: 1;
            visibility: visible;
            height: auto;
            overflow: visible;
        }

        .ticketTypeTable .typeRows > .prefs .switch {
            display: block;
            color: black;
            font-family: 'gibsonSemiBoldItalic';
            text-transform: uppercase;
            font-size: 16px;
            margin: 30px 0 10px 0px;
            text-align: left;
            padding-top: 10px;
            width: 632px;
            padding: 8px 10px;
            background: #f8f8f8;
            border: 1px solid #eee;
            position: relative;
            cursor: pointer;
        }

            .ticketTypeTable .typeRows > .prefs .switch:first-child {
                margin-top: 0;
            }


        a.topcloser {
            position: absolute;
            top: -12px;
            right: -26px;
            font-size: 24px;
            color: #AAA;
            display: none;
        }

            a.topcloser:hover {
                color: #c30000;
            }

            .ticketTypeTable .typeRows > .prefs .toggle-wrap.open .switch.toggler:hover:after {
                border-bottom: 6px solid #fff;
            }

        .toggle-wrap .toggle-content {
            height: 0;
            overflow: hidden;
            padding-left: 30px;
        }

            .ticketTypeTable .typeRows > .prefs .toggle-wrap .switch.toggler:hover {
                background: #2f2f2f;
                color: #fff;
            }

            .ticketTypeTable .typeRows > .prefs .toggle-wrap .switch.toggler:after {
                content: '';
                position: absolute;
                top: 14px;
                right: 15px;
                border-top: 6px solid #000;
                border-right: 6px solid transparent;
                border-left: 6px solid transparent;
            }

                .ticketTypeTable .typeRows > .prefs .toggle-wrap .switch.toggler:hover:after {
                    border-top: 6px solid #fff;
                }

                .ticketTypeTable .typeRows > .prefs .toggle-wrap.open .switch.toggler:after {
                    border-top: none;
                    border-right: 6px solid transparent;
                    border-left: 6px solid transparent;
                    border-bottom: 6px solid #000;
                }

                    .ticketTypeTable .typeRows > .prefs .toggle-wrap.open .switch.toggler:hover:after {
                        border-bottom: 6px solid #fff;
                    }

            .toggle-wrap .toggle-content {
                height: 0;
                overflow: hidden;
                padding-left: 30px;
            }

                .toggle-wrap .toggle-content.general-settings {
                    padding-left: 0;
                }

                .toggle-wrap.open .toggle-content {
                    height: auto;
                    overflow: visible;
                    display: inline-block;
                    margin-bottom: 30px;
                }

                .toggle-wrap.open .toggle-content > span {
                    display: block;
                }

            .toggle-wrap.general-settings {
                margin-left: -20px;
            }

        /* prefs layout */
        .ticketTypeTable .typeRows > .prefs input {
            border-radius: 0;
        }

            .ticketTypeTable .typeRows > .prefs .error input,#splash-ticket-order-discounts-form .discountRows > .prefs .error input  {
                border: 1px solid red;
                background: #FFF7F9;
            }

        .ticketTypeTable .typeRows > .prefs input.name {
            font-size: 24px;
            width:619px;
            margin-bottom: 20px;
            font-family: 'gibsonSemiBold';
        }

        .ticketTypeTable .typeRows > .prefs input.order_min,
        .ticketTypeTable .typeRows > .prefs input.order_max {
            width:50px;
        }

        .ticketTypeTable .typeRows > .prefs .big-numbers,
        .ticketTypeTable .typeRows > .prefs input.big-numbers {
            font-size: 18px;
            width:160px;
            float: right;
            position: relative;
        }

        .ticketTypeTable .typeRows > .prefs .three-up input.price,
        .ticketTypeTable .typeRows > .prefs .three-up input.quantity {
            width:152px;
            margin-bottom: 8px;
            float: left;
        }

        .ticketTypeTable .typeRows > .prefs span.wide {
            width: 60px;
            text-align:right;
        }
        .ticketTypeTable .typeRows > .prefs input.max_buyer_fee {
            width: 40px;
            text-align:right;
        }
        .ticketTypeTable .typeRows > .prefs .max_buyer_fee_wrap .inf {
            font-size: 12px;
        }

            .ticketTypeTable .typeRows > .prefs .doller-sign {
                position: absolute;
                top: 8px;
                left: -12px;
                font-size: 16px;
            }


        /* fixed save actions */

        .fixedPrefs.saveActions {
            position: fixed;
            top: 221px;
            right: 50%;
            margin-right: -475px;
            padding-right: 10px;
            background: #EEE;
            padding-top: 20px;
            padding-bottom: 10px;
            width: 225px;
            min-height: 60px;

            opacity: 0;
            height: 0;
            display: none;
        }

            .expanded .open .open .fixedPrefs.saveActions,
            .expanded .customQuestions .fixedPrefs.saveActions,
            .expanded #splash-ticket-order-discounts-form .discountRows.open .fixedPrefs.saveActions {
                opacity: 1;
                height: auto;
                background: #F8F8F8;
                display: block;
            }

            .fixedPrefs.saveActions:after {
                content: '';
                position: absolute;
                left: 0;
                top: 90px;
                width: 100%;
                background: #EEE;
                height: 1px;
            }

                .fixedPrefs.saveActions:before {
                    right:auto;
                    left:-1px;
                    border-right:none;
                    border-left: 5px solid transparent;
                }

            .fixedPrefs.saveActions .actions {
                float: left;
            }

            .fixedPrefs.saveActions .save,
            #splash-ticket-order-discounts-form .prefs div.actions .save {
                margin: 6px 0 65px 15px;
                font-size: 16px;
                background: #01E16A;
                font-weight: normal;
                font-family: 'gibsonSemiBold';
                float: left;
                width:180px;
                text-align: center;
                padding: 8px 12px;
                transition:all .15s linear;
                -webkit-transition:all .15s linear;
                -moz-transition:all .15s linear;
                -ms-transition:all .15s linear;
                -o-transition:all .15s linear;
            }

                .fixedPrefs.saveActions .save:hover {
                    box-shadow: 0 0 8px rgba(0,0,0,.5);
                }

            .fixedPrefs.saveActions .cancel,
            .fixedPrefs.saveActions .delete {
                position: absolute;
                bottom: 10px;
                left: 6px;
                font-size: 12px;
                color: #AAA;
                border-radius: 3px;
                padding: 3px 4px;
                font-family: 'gibsonRegular';
                transition: all .15s linear;
                -webkit-transition: all .15s linear;
                -moz-transition: all .15s linear;
                -ms-transition: all .15s linear;
                -o-transition: all .15s linear;
                text-transform: uppercase;
            }

                .fixedPrefs.saveActions .delete {
                    right: 16px;
                    bottom: 10px;
                    font-size: 12px;
                    left: auto;
                    /*font-family: 'gibsonRegular';*/
                }

                .fixedPrefs.saveActions .cancel:hover,
                .fixedPrefs.saveActions .delete:hover {
                    background: #ff0033;
                    color: #fff;
                }

            .fixedPrefs.saveActions p.errorMessage2,
            .fixedPrefs.saveActions p.errorMessage {
                color: white;
                position: fixed;
                right: 50%;
                top: -33px;
                background: #F03;
                font-weight: normal;
                width: 235px;
                font-family: 'gibsonSemibold';
                padding: 0;
                margin-right: -117px;
                box-shadow: 0 8px 0 #F03, 0 -8px 0 #F03;
                line-height: 0.9em;
            }
            .fixedPrefs.saveActions p.errorMessage2 {
                top: 449px;
            }

        span.newCustomField {
            clear: both;
            float: left;
            color: white;
            padding: 4px 8px;
            border-radius: 2px;
            font-family: 'gibsonSemiBold';
            font-size: 13px;
            cursor: pointer;
        }

            span.newCustomField:hover {
                background: #2f2f2f;
            }


        .ticketTypeTable .typeRows > .prefs .yellow-hl {
            background: #FFC;
            padding: 0px 6px;
            border-radius: 2px;
        }


        .custom-rsvp-field-wrap textarea, .splash-ticket-settings-form .prefs .custom-rsvp-field-wrap textarea{
            width: 254px;
            height: 40px;
            resize:none;
            margin-bottom: 0;
            box-shadow: none;
/*            border:1px solid #cccccc;*/
        }
        .splash-ticket-settings-form .prefs .custom-rsvp-field-wrap textarea:focus{
            height: 40px;
        }



        /* ticket input styles */
        .custom-rsvp-field-wrap input,
        .custom-rsvp-field-wrap textarea {
            border:1px solid #eee;
            background: #fff;
            font-family: 'gibsonLight';
            transition:border .15s linear;
            -webkit-transition:border .15s linear;
            -moz-transition:border .15s linear;
            -ms-transition:border .15s linear;
            -o-transition:border .15s linear;
        }

            .custom-rsvp-field-wrap input:focus,
            .custom-rsvp-field-wrap textarea:focus {
                outline:none;
                background: #fff;
                border:none;
                border:1px solid #03E1FF;
            }


    #ticketsRSVP {color: #000;}

    #ticketTypeDisplay {
        width: 310px;
    }

        /* the left stub */
        table.ticketTypeTable td.left-stub {
            background: #000;
            width:10px;
        }

        table.ticketTypeTable td.left-stub span.stub-punch {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: white;
            position: absolute;
            top: 50%;
            margin-top: -6px;
            left: -6px;
        }

        .ticketTypeTable .settings .datetime div { overflow: hidden; position:relative; display:inline-block; float: none; }
        .ticketTypeTable .settings .datetime input.cal {
            position: absolute;
            top: 15px;
            width: 0;
            height: 0;
            left: -34px;
            padding: 0;
        }

        /* EDIT TICKET SETTINGS */
        span.advanced-settings-link {
            font-family: 'GibsonSemiBold';
            text-shadow: none;
            cursor: pointer;
            color: #2f2f2f;
            display: block;
            clear: both;
        }

            span.advanced-settings-link.inverted {
                color: #fff;
            }

            span.advanced-settings-link:hover {
                color: #03e1ff;
            }

        /* for discounts */
        #splash-ticket-order-discounts-form,
        #tracking-links-form {
            overflow: visible;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            text-align: left;
            background: #F8F8F8;
            padding: 10px;
            margin-right: 0px;
            background: none;
            border: 1px solid #EEE;
            float:left;
            margin-left: 130px;
            width:665px;
            border: none;
        }
        #tracking-links-form{
             margin-left: 40px;
             margin-top: 20px;
        }

            #splash-ticket-order-discounts-form.open,
            #tracking-links-form.open {
                cursor: default;
            }

            #splash-ticket-order-discounts-form h2 {
                font-family: 'gibsonSemiBold';
                text-shadow: none;
                font-size: 14px;
                text-align: left;
            }

            #splash-ticket-order-discounts-form .discountRows,
            #tracking-links-form .trackingLink {
                position: relative;
                margin-bottom: 20px;
                display: block;
                float: left;
                width: 100%;
                overflow: visible;
                box-shadow: 4px 0px 8px -2px rgba(0,0,0,0.1);
                cursor: pointer;
            }

            #splash-ticket-order-discounts-form .discountRows.deleted,
            #tracking-links-form .trackingLink.deleted {
                display: none;
            }

                #splash-ticket-order-discounts-form.open .discountRows,
                #tracking-links-form.open .trackingLink {
                    margin-bottom: 0;
                }

                #splash-ticket-order-discounts-form .fields,
                #tracking-links-form .fields {
                    padding: 20px;
                    background: #F8F8F8;
                    float: left;
                    width:100%;
                    overflow: hidden;
                    opacity: 1;
                    box-shadow: 2px 0 0 #000 inset;
                    box-sizing:border-box;
                    -webkit-box-sizing:border-box;
                    -moz-box-sizing:border-box;
                }
                    #splash-ticket-order-discounts-form .fields:hover,
                    #tracking-links-form .fields:hover {
                        box-shadow: 2px 0 0 #03e16a inset;
                    }

                    #splash-ticket-order-discounts-form .discountRows:hover,
                    #tracking-links-form .trackingLink:hover {
                        box-shadow:4px 0px 8px -2px rgba(0,0,0,0.1), 0 0 0 1px solid #03e1ff inset;
                    }

                    #splash-ticket-order-discounts-form.open .fields,
                    #tracking-links-form.open .fields {
                        height: 0;
                        opacity: 0;
                        padding: 0;
                    }

                #splash-ticket-order-discounts-form .code,
                #tracking-links-form .code {
                    display: block;
                    width: 500px;
                    float: left;
                    text-align: left;
                    font-family: 'gibsonBold';
                    text-transform: uppercase;
                    font-size: 26px;
                    margin-bottom: 20px;
                    color: #2f2f2f;
                }
                #tracking-links-form .code {
                    text-transform: none;
                }

                #splash-ticket-order-discounts-form .discountText,
                #tracking-links-form .discountText {
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 100%;
                    color: #2F2F2F;
                    padding: 27px 20px 0 20px;
                    text-align: center;
                    line-height: 0.9em;
                    min-width: 100px;
                    font-size: 24px;
                    background: #f5f5f5;
                    box-shadow: 4px 0 10px -4px rgba(0, 0, 0, 0.1) inset;
                    box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                }

                    #splash-ticket-order-discounts-form .discountText small,
                    #tracking-links-form .discountText small {
                        display: block;
                    }

                #splash-ticket-order-discounts-form .open-prefs,
                #tracking-links-form .open-prefs{
                    position: absolute;
                    top: 32px;
                    right: 116px;
                    margin-top: -20px;
                    margin-left: -30px;
                    background: #2f2f2f;
                    color: #fff;
                    text-align: center;
                    padding: 4px 8px;
                    border: 2px solid #fff;
                    border-radius: 2px;
                    opacity: 0;
                    cursor: pointer;
                }
                #tracking-links-form .open-prefs{
                    top: 35px;
                    right: 0;
                    padding: 0;
                    margin-top: 0;
                    width: 60px;
                    font-size: 14px;
                    display: inline-block;
                }

                    #splash-ticket-order-discounts-form .discountRows:hover .open-prefs,
                    #tracking-links-form .trackingLink:hover .open-prefs {
                        background: #03e1ff;
                        opacity: 1;
                    }

                    #splash-ticket-order-discounts-form.open .open-prefs,
                    #tracking-links-form.open .open-prefs {
                        display: none;
                    }

                #splash-ticket-order-discounts-form .prefs,
                #tracking-links-form .prefs {
                    position: relative;
                    z-index: 1;
                    background: #DDD;
                    width: 637px;
                    float: left;
                    /* position: absolute; */
                    top: -17px;
                    left: -120px;
                }

                    #splash-ticket-order-discounts-form .prefs .code,
                    #tracking-links-form .prefs .code {
                        font-size: 26px;
                        margin-left: 0px;
                        width: 320px;
                    }

                    #splash-ticket-order-discounts-form .prefs .discount-toggle {
                        float: left;
                        /*background: #F8F8F8;*/
                        padding: 2px;
                        width: 250px;
                        margin-left: 30px;
                        margin-top: -13px;
                    }

                        #splash-ticket-order-discounts-form .prefs .discount-toggle {

                        }

                            #splash-ticket-order-discounts-form .prefs .discount-type-toggle.dollar,
                            #splash-ticket-order-discounts-form .prefs .discount-type-toggle.percent {
                                display: inline-block;
                                padding: 11px 14px 10px 14px;
                                background: #EEE;
                                border-radius: 2px 0 0 2px;
                                margin-right: -3px;
                                box-shadow: -2px 0px 0 #CCC, -20px 0 30px -20px #CCC inset;
                                top: -2px;
                                position: relative;
                                font-size: 20px;
                                cursor: pointer;
                            }

                            #splash-ticket-order-discounts-form .prefs .discount-type-toggle.percent {
                                margin-left: 0;
                                box-shadow: 2px 0px 0 #CCC, 20px 0 30px -20px #CCC inset;
                                border-radius: 0 2px 2px 0;
                            }

                            #splash-ticket-order-discounts-form .prefs .discount-type-toggle.active,
                            #splash-ticket-order-discounts-form .prefs .discount-type-toggle.active:hover {
                                background: #2f2f2f;
                                color: #fff;
                                box-shadow: none;
                            }

                            #splash-ticket-order-discounts-form .prefs .discount-type-toggle:hover {
                                background: #888;
                                color: #fff;
                            }

                        #splash-ticket-order-discounts-form .prefs input.discount_amount {
                            width: 60px;
                            font-size: 25px;
                            text-align: center;
                        }


        /* first views */
        div.tickets-first-view {
            width: 1000px;
            float: left;
            font-family: 'gibsonSemiBoldItalic';
            color: #03E1FF;
            font-size: 30px;
            margin-top: -30px;
            text-align: center;
            margin-left: 10px;
        }

            #trackingLinksFirstView{
                margin-top: -40px;
            }


                    /*#splash-ticket-order-discounts-form .prefs div.actions {
                        float: left;
                        width: 258px;
                        background: #EEE;
                        margin: 20px 0 -10px -10px;
                        padding: 10px;
                        box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        position: relative;
                    }*/

                    #splash-ticket-order-discounts-form .prefs div.actions .errorMessage {
                        position: absolute;
                    }

            /* when editing */

            #splash-ticket-order-discounts-form .discountRows.changes-made .fields {
                /*margin-top: -56px;*/
            }

            #splash-ticket-order-discounts-form .prefs,
            #tracking-links-form .prefs {
                height: 0;
                padding: 0;
                overflow: hidden;
                background: #fff;
            }

                #splash-ticket-order-discounts-form.open .discountRows.open .prefs,
                #tracking-links-form.open .trackingLink.open .prefs {
                    height: auto;
                    padding: 0;
                    background: #fff;
                    overflow: visible;
                    left: 40px;
                }

            div.tickets-first-view.discounts {
                margin-top: 0px;
                margin-left: -20px;
            }

                div.tickets-first-view span.circle-spot {
                    position: relative;
                }
                div.tickets-first-view span.circle-spot:after {
                    content: '';
                    background: url(/images/tickets-start.png) 0 0 no-repeat;
                    width: 241px;
                    height: 88px;
                    position: absolute;
                    top: -43px;
                    left: -5px;
                    opacity: 0.4;
                }

                    div.tickets-first-view.discounts span.circle-spot:after {
                        content: '';
                        background: url(/images/tickets-start-disco.png) 0 0 no-repeat;
                        width: 308px;
                        height: 95px;
                        top: -48px;
                    }

/* ticket payout settings */
#ticket-payout-settings {
    margin-top: 60px;
    padding-left: 100px
}

#ticket-payout-settings form.classy .form-field.required label:before {
	content:'*';
}

#ticket-payout-settings h5 {
    font-size: 16px;
}

#ticket-payout-settings span.savedString {
    clear: left;
    float:left;
    font-size:17px;
    margin: 5px 0 0 0;
    color: #000;
}
#ticket-payout-settings span.changeMethod.button {
    margin: 5px; border-radius:2px !important; text-shadow:none;
}

#ticket-payout-settings .dd2-wrap.payout-method {
    position: relative;
    left: 0;
    margin-left: 20px;
    top: 0;
    margin-top: -3px;
    width: 210px;
    text-align: left;
}

#ticket-payout-settings .dd2-wrap.payout-method > li {
    font-size: 16px;
    width:auto;
    min-width: 0;
}

#ticket-payout-settings .dd2-wrap.payout-method > li.coming-soon {
    font-size: 16px;
    width:auto;
    color: #aaa;
    position: relative;
}

#ticket-payout-settings .dd2-wrap.payout-method > li.coming-soon:after {
    content: 'COMING SOON!';
    position: absolute;
    font-size: 10px !important;
    top: 7px;
    right: 8px;
    color: white;
    background: orange;
    padding: 0 2px;
    border-radius: 2px;
    font-family: 'gibsonSemiBold';
    line-height: 15px;
}

#ticket-payout-settings .selected-method {
    width: 394px;
    background: #F8F8F8;
    padding: 20px 20px 10px 30px;
    text-align: left;
    border: 1px solid #EEE;
}

#ticket-payout-settings .selected-method .form-field.title label {
    margin-bottom: 0 !important;
    margin-left: -8px !important;
    font-size: 16px !important;
}

#ticket-payout-settings .right-sidebar {
    margin-top:0;
}

#ticket-payout-settings .right-sidebar .sidebar-section {
    padding: 10px 0;
    margin-bottom: 1px;
    background: #f8f8f8;
}

#ticket-payout-settings .right-sidebar ul li.no-hover:hover {
    background: none !important;
    cursor: default !important;
}

#ticket-payout-settings .right-sidebar ul li span.payout-status {
    width: 230px;
    text-align: center;
    display: inline-block;
    background: #ddd;
    padding: 6px 0;
    font-family: 'gibsonSemiBold';
    border-radius: 3px;
    border: 1px solid #DDD;
}

#ticket-payout-settings .right-sidebar ul li span.payout-status.pending {
    background:#FFF500;
    color: #2f2f2f;
}

#ticket-payout-settings .right-sidebar ul li span.payout-status.processing {
    background:orange;
    color: #fff;
}

#ticket-payout-settings .right-sidebar ul li span.payout-status.paid,
#ticket-payout-settings .right-sidebar ul li span.payout-status.sent {
    background:#03e16a;
    color: #fff;
}

#ticket-payout-settings .right-sidebar ul li span.payout-status.error {
    background:#ff0033;
    color: #fff;
}

#ticket-payout-settings .payouts-listing {
    margin: 10px 12px 0 2px;
}
#ticket-payout-settings .payouts-listing .payout {
    border-bottom: 1px #cccccc dashed;
    padding: 15px 0;
}
#ticket-payout-settings .payouts-listing .payout .b {
    font-weight: bold;
}

#ticket-payout-settings .saveActions a.save { background:#efefef; }
#ticket-payout-settings.savable .saveActions a.save { background: #03e16a; }
#ticket-payout-settings .saveActions a.cancel { display: none; }
#ticket-payout-settings.savable .saveActions a.cancel { display: block; }


/* end ticket payout settings */


    /* -----------------------------------------
        End Tickets
    ----------------------------------------- */





        #RSVPButtonText {

        }

            #RSVPButtonText span {
                width:100%;
                color: #000;
                float: left;
            }

        input.rsvp_link_text,
        #externalLinkRSVP input {margin-bottom: 8px; width: 310px; text-align: left; font-size: 14px;}
       #basicRSVPFields, #customRSVPFields {margin-left: 0px; clear: both; }
            #basicRSVPFields {margin-bottom: 20px; display: block; float: left; margin-top: 4px; }
        #basicRSVPFields label {margin-bottom: 0; font-weight: normal; padding-bottom: 6px;}
            #customRSVPFields input.custom-input {width: 195px; margin-right: 3px; }
            #customRSVPFields label.checkbox input:before {top:2px; }
        a#addCustomField {background: #eee; color: #3d3d3d; border-radius: 3px; padding: 4px 9px 6px 9px; margin-left: 0px; float: left; display: block; transition:all .15s; -webkit-transition:all .15s; -moz-transition:all .15s; -o-transition:all .15s; font-size: 12px; font-weight: normal; margin-bottom: 10px; font-family: 'gibsonSemiBold';}
            a#addCustomField:hover {background: #3d3d3d; color: #fff; }
            a#addCustomField i.icon-close-2 {font-size: 20px; position: relative; top: 4px; margin-left: 0px; margin-top: -2px; display: inline-block;}
            a#addCustomField i.icon-close-2:before {transform:rotate(90deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=45); }
        #finetune-block a.remove.icon-close-2 {display: inline-block; font-size: 18px; margin-left: -3px; }
    #RSVPButtonText label:last-child {font-weight: normal; margin-left: 126px; }
    .rsvp-settings label.shady-all {width:auto; }
    #guestListOptions {display: inline-block; margin-top: 10px;}
        #guestListOptions .subsection {width:350px !important;}
        #guestListOptions .g-panel .inner:first-child {margin-right:30px; }
        .content-inner-wrap #rsvp-legal {width:310px !important; margin-bottom: 8px;}

    .custom-select-wrap.rsvp-opts {
        float: left;
        position: relative;
        min-height: 50px;
        z-index: 2;
        background: #f8f8f8;
        margin-left: 20px;
    }

        /* more custom field styles */

        div#customRSVPFields select.fieldType {
            display: inline;
            float: left;
            margin-left: 20px;
        }

        div#customRSVPFields label.required-opt {
            clear: none;
            float: left;
            width: auto;
            margin-top: 2px;
            margin-left: 12px;
        }

        div#customRSVPFields .fieldValueWrap {
            margin:0;
        }

        div#customRSVPFields .fieldValueWrap input.fieldValue.value  {
            margin-left: 20px;
            width: 175px;
        }

            div#customRSVPFields .fieldValueWrap a.removeValue {
                margin-left: 8px;
                color: #ccc;
                font-size: 18px;
            }

                div#customRSVPFields .fieldValueWrap a.removeValue:hover {
                    color: #c30000;
                }

        div#customRSVPFields a.remove {
            position: absolute;
            top: 4px;
            left: 230px;
            font-size: 20px;
            color: #CCC;
        }

            div#customRSVPFields a.remove:hover {
                color: #c30000;
            }

        div#customRSVPFields span.addValueLink {
            color: black;
            font-family: 'gibsonSemiBold';
            border: 1px solid #EEE;
            padding: 2px 6px;
            margin-bottom: 20px;
            display: inline-block;
            margin-left: 20px;
            width: 162px;
            text-align: center;
            font-size: 12px;
            cursor: pointer;
        }
            div#customRSVPFields span.addValueLink:hover {
                background: #000;
                color: #fff;
            }

/* -----------------------------------------
   Global Header
----------------------------------------- */

    div.global-header {
        width: 100%;
        color: #ffffff;
        z-index: 101;
        height: 30px;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
        top: 0;
        left: 0;
        position: fixed;
    }
    div.global-header div.user-tools ul.user-profile{
        margin-right: 10px;
        text-align: right;
    }


    .logged-out div.global-header .row {max-width:none; }

    div.global-header a.logo img {
        width: 70px;
        position: absolute;
        margin-left: 10px;
        top: 3px;
    }

    div.eyebrow-wrap {float: left; margin-right:-20px !important; opacity: 1; -moz-opacity:1; filter:alpha(opacity=100); padding: 0; margin-top: 0; margin-right: 0; border-radius: 6px; transition:opacity .4s; -webkit-transition:opacity .4s; -moz-transition:opacity .4s; font-size:12px; min-width:250px; position: relative; z-index: 1; }

        div.eyebrow-wrap:hover {opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); transition:opacity .4s; -webkit-transition:opacity .4s; -moz-transition:opacity .4s; }

    nav.global {float:left; }

        nav.global a {
            float: left;
            color: #000 !important;
            font-size: 1em;
            font-weight: normal;
            font-family: 'gibsonSemiBold';
            text-transform: uppercase;
            color: #888;
            padding: 7px 10px;
            height: 29px;
            border-radius: 0;
            line-height: 15px;
            overflow: hidden;
            /*border-right: 1px solid #444;*/
            box-sizing:border-box;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
        }

        nav.global a.active,
        nav.global a.active:hover,
        nav.global a:hover { color:#ffffff; }

            nav.global > div > ul:hover > li > a {}

        nav.global a:hover {
            box-shadow: 0 -2px 0 #25f3d2 inset;
            /*background: #3A3C33;*/
        }

        nav.global a.active {
            box-shadow: 0 -2px 0 #25f3d2 inset;
            /*background: #3A3C33;
            color: rgb(255, 255, 255) !important;*/
        }

        .finetune-nav a {border-radius: 0; border-top: 0; border-bottom: 0; padding:5px 12px; color:#ffffff; }

            .finetune-nav a:first-child {border-radius: 3px; background: #05c2ea; padding: 2px 6px; margin: 3px 10px 0 10px; opacity: 0.9; }

            .finetune-nav a:hover {opacity: 1; }
            .finetune-nav a:visited{color:#ffffff; }
    nav.main {
        float: right;
        margin-top: 5px;
        position: relative;
        width: 180px;
        margin-right: 10px;
}

        nav.main.openMenu .signin #quick-signin{
            display: block !important;
            height: auto !important;
        }

        nav.main ul li {
            display: inline-block;
            float: left;
        }

        nav.main ul li a {
            font-size:12px;
        }

                /* For log in */
        nav.main ul li.signin {
            margin-left:20px;
            position: relative;
        }

        nav.main ul li.signin a {
            padding:0px 18px 0px 6px;
            background:#55c1e7;
            color:#ffffff;
            text-transform: uppercase;
            border-radius: 4px;
            position: relative;
            display: inline-block;
        }

            nav.main ul li.signin a:hover {
                background: rgba(85, 193, 231, 0.52)
            }

            .signin a .darr {
                border-top:3px solid #ffffff;
                border-right:3px solid transparent;
                border-left:3px solid transparent;
                position: absolute;
                right:6px;
                top:8px;
            }

        nav.main ul li ul {
            background: #9BE7F7;
            position: absolute;
            top: -1px;
            left: -10px;
            height: 23px;
            width: 10px;
            border-radius: 4px 0 0 4px;
        }

            nav.main ul li ul li input {
                display:none;
            }

        nav.main ul li.signin div{
            /*background-color: #05C2EA;*/
            background-color: white;
            padding: 15px 15px 19px 15px;
            box-shadow: 1px 1px 2px rgba(121,121,121,.5);
            position: absolute;
            left: -152px;
            top: 16px;
            z-index:1;
            height:0px;
            display:none;
            border: 1px solid #d0d0d0;
            background: #fafafa;
            border-radius: 6px;
        }
        nav.main ul li.signin div input[type='text'], nav.main ul li.signin div input[type='password']{
            height:25px;
            padding:5px;
            font-size:14px;
            width:215px;
            border: none;
        }
        nav.main ul li.signin div input{
            margin-bottom:4px;
        }
        nav.main ul li.signin div input[type='submit']{
            float:right;
            background-color:#FF9239;
            color:#ffffff;
            font-size:14px;
            cursor:pointer;
            font-family: 'gibsonSemiBold' !important;
            text-transform: uppercase;
            background: #3d3d3d;
            color: white;
            padding: 6px 15px;
            border-radius: 6px;
        }

            nav.main ul li.signin div input[type='submit']:hover {
                background: #8d8d8d;
            }

        nav.main ul li.call-us {
            position: absolute;
            top:0;
            right:0;
            color:#cccccc;
            font-size:12px;
        }




        a#accountName {
            float: right;
            margin-top: 6px;
            color: #888;
            margin-top: 6px;
            padding: 0;
            background: black;
            margin-left: 0;
            font-size: 13px;
            font-weight: normal;
            cursor: pointer;
            text-transform: uppercase;
            font-family: 'gibsonSemiBoldItalic';
        }

            a#accountName:hover,
            a#accountName.active {
                color:#ffffff;
                background:#05C2EA;
            }

            a#accountName img {
                margin-top: 0;
                margin-right: 0;
                width: 26px;
                height: 26px;
                float: left;
                border-radius: 2px;
            }

            a#accountName i {
                font-size: 16px;
                line-height: 0;
                top: -8px;
                margin-left: 7px;
                position: relative;
            }

        div#accountDropDown{
            float: left;
            right: 0px;
            top: 36px;
            position: absolute;
            width:120px;
        }
            div.dropDownPointer{
                margin: 0 auto;
                width: 120px;
                position:relative;
                top:-21px;
                display: none;
            }
            div.dropDownArrow{
                left: 100px;
                border-color: transparent transparent #EEE;
                border-style: solid;
                border-width: 10px;
                cursor: pointer;
                font-size: 0;
                left: 50%;
                line-height: 0;
                margin: 0 auto;
                position: absolute;
                top: 2px;
                width: 0;
                z-index: 1002;
                left: 50%;
                margin-left: -6px;
                display: none;
            }
            div.dropDownArrowBorder{
                border-color: transparent transparent #CCCCCC;
                border-style: solid;
                border-width: 12px;
                top: -2px;
                left:52px;
                z-index: 1001;

                position:absolute;
                margin:0 auto;
                line-height:0;
                width:0;
                display: none;
            }
            div.dropDownContent{
                position:absolute;
                border-radius:0;
                z-index:1000;
                width:147px;
                box-shadow: 0 0 20px rgba(0,0,0,0.6);
                background:#05C2EA;
            }
            div#accountDropDown ul{
                text-align:left;
                list-style-type:none;
                margin-bottom:0;
            }
            div#accountDropDown li{
                border-bottom:1px dotted #CCCCCC;
                margin:0;
            }
            div#accountDropDown ul li a:visited,
            div#accountDropDown ul li a {
                font-size: 12px;
                color: #fff;
                padding: 8px 12px;
                display: block;
                background:#05C2EA;
                transition:all .10s linear;
                -webkit-transition:all .10s linear;
                -moz-transition:all .10s linear;
            }

                div#accountDropDown ul li a:hover {
                    background:#2f2f2f;
                    color:#fff;
                }

        nav.global div {
            position:relative;
            float:left;
        }


        div.global-header span.trial-days {
            position: absolute;
            display: inline-block;
            padding: 5px 20px 5px 20px;
            right: 6px;
            top: 0;
            text-align: center;
            background: rgba(0, 0, 0, .1);
            width: 273px;
            color: #E6D777;
            line-height: 13px;
            box-shadow:0 -17px 22px -2px rgba(0,0,0,.5) inset;
        }

        nav.global div ul {
            float:left;
            margin-bottom:0;
        }

        nav.global div ul li ul.subnav {
            position:absolute;
            top: 35px;
            left: -30px;
            height: auto;
            z-index: 60;
            width: 185px;
            background:#ffffff;
            border-right:1px solid #dddddd;
            border-bottom:1px solid #dddddd;
            border-left:1px solid #dddddd;
            box-shadow:2px 2px 4px #cccccc;
        }
            nav.global div:hover ul li ul.subnav {

            }

                nav.global div ul li ul.subnav:hover {

                }

                nav.global div ul li ul.subnav li {
                    float:left;
                    margin-bottom:0;
                }

                nav.global div ul li ul.subnav li a {
                    color:#333;
                }

                    nav.global div ul li ul.subnav li a:hover {
                        color:#03E16A;
                    }

            div#updatedEventMessage {
                float:left;
                margin-top:8px;
                margin-left:30px;
                max-width:50%;
                overflow:hidden;
            }

                div#updatedEventMessage p {
                    color:#FFF6C1;
                    float:left;
                    margin-bottom:0;
                    height:18px;
                    overflow:hidden;
                    max-width:100%;
                }

                div#updatedEventMessage a {
                    float:left;
                    margin-left:12px;
                    padding-left:16px;
                    background:url(/images/ui/refresh-orange.png) left center no-repeat;
                }

                    span#update-spin {
                        float:left;
                    }

                    div#updatedEventMessage a:hover {
                        color:#ff7c11;
                    }

        div.big-wrap {
            width:992px;
            margin:0 auto;
            box-shadow:0 0 50px rgba(000,000,000,.7);
            border-radius: 4px;
            padding-bottom: 10px;
            background: #F8F7F4;
        }


    .letter-wrap {
        text-align: center;
        color: #888;
        font-size: 150px;
        top: 340px;
        left: 0;
        width: 100%;
        position: absolute;
        z-index: -1;
        -webkit-animation: letter-load .25s infinite;
        -moz-animation: letter-load .25s infinite;
        -ms-animation: letter-load .25s infinite;
        text-shadow: -1px -1px 0 black;
        opacity: .07;
        display: none;
    }

        .letter-wrap .tighter {
            letter-spacing: -14px;
            margin: 0 10px 0 2px;
            font-weight: lighter;
        }


/* -----------------------------------------
   Helpers
----------------------------------------- */
.hide_me{display:none; }
/*** Splash Settings Modal ***/
#settings-block{ width:850px; }
#settings-block h2{text-shadow:none; float:left; font-size: 23px; font-family: 'GibsonSemiBoldItalic'; text-transform: uppercase;}
#settings-block div.section {padding:10px; float:left; width:50%; }
#settings-block div.section.narrow {padding:10px; float:left; width:30%; }
#settings-block div.section.notifications { margin-right: 30px; }
#settings-block div.section.confirmation-msging { width:100%; border-top:1px solid #ffffff;  margin-top: 30px; }
#settings-block div b{ display:block; width:auto; text-align:none; }
        #settings-block div.section.confirmation-msging .inner {float:left; width:370px; margin-right: 25px; margin-left: 20px; box-sizing:border-box; -moz-box-sizing:border-box; }

        #settings-block div.section.confirmation-msging .inner textarea {width: 325px; height: 70px; }

    #settings-block div.section .bottom-border {border-bottom:1px solid #ffffff; }
#settings-block label.checkbox{ width:auto; }
#settings-block .explanation{ text-align: left; }
#settings-block label.checkbox input{ width:10px; }
#settings-block div.section label{font-weight:normal; font-size:16px; float:left; clear: left; margin-left: -20px; font-family: 'GibsonSemiBold';}
#settings-block div.section .holder {clear:both; }
#settings-block div.section .holder label{font-weight:normal; font-size:12px; clear:left; font-family: 'GibsonRegular'}

#settings-block div.section .holder ul li {margin: 5px 0; float:left; clear:both; }
#settings-block div.section #change-domain{ margin-left:20px;float: left; }
#settings-block #private-settings{float:left; }

/*** DOMAIN DISPLAY ****/
.change-domain-block {
    margin-left: -10px;
    position: relative;
    background: #F8F8F8;
    padding: 10px;
    width: 310px;
    float: left;
}

    .change-domain-block input#event-domain {
        width:180px;
    }

    .change-domain-block label {
        margin-left: 0;
        background: #EEE;
        margin: -10px;
        padding: 2px 13px;
        margin-bottom: 10px;
        font-size: 11px;
        text-transform: uppercase;
    }

    .change-domain-block span.suffix {
        position: absolute;
        top: 45px;
        left: 200px;
        font-size: 12px;
        color: #777;
    }

.change-domain-block span.suffix {
    position: absolute;
    top: 40px;
    left: 200px;
    font-size: 12px;
    color: #777;
}

a#change-domain {
    display: inline;
    font-size: 12px;
    color: #2F2F2F;
    cursor: pointer;
}

    a#change-domain:hover {
        color: #03e1ff;
    }

.splash-url-set{
    text-align: left;
    left: 0px;
    position: relative;
    font-size: 14px !important;
    color: #03e16a;
    clear: left;
}

    #splashSettings .splash-url-set {text-align: left; left: 42px; position: relative; font-size: 28px; color: #03e16a; }

label#makeItPrivate {font-family: 'GibsonRegular' !important; margin-bottom: 10px; }

#privateSettings{ margin-left:20px;}
#settings-block #privateSettings label {font-family: 'GibsonRegular' !important; color:#333333; margin-left:0; text-align: left; }

input#private-code {float: left; margin-bottom: 10px; width:145px; clear:both;box-shadow: 0 0 0 1px #ddd !important;}
select#privacy-type {clear:left;}

#settings-block div.fields.url input {width: 140px; text-align: right; font-size: 16px; margin-top: 10px; margin-bottom: 0; margin-left: 0; float: left; clear: left; position: relative; }
 #settings-block div.fields.url input#event-domain:after {content: '.splashthat.com'; position: absolute; top:0; right:-80px; color: #888888; text-shadow: 1px 1px 0 white; font-size: 16px; }
 #settings-block #privateSettings b{ display:inline;}
 #settings-block span#domain-check {font-size: 14px; clear: both; margin: 10px 0 0 0; font-weight:bold; float:left; }

span#domain-check.success {color:#03e16a; text-shadow:1px 1px 0 #fff; }

    span#domain-check.success span{font-weight:normal;}
    span#domain-check.error {color:tomato; }

/* TODO unify the save/cancel styles for finetune modals */
#ticket-settings-block div.actions,
#settings-block div.actions,
.timezone-content div.actions {
    float: left;
    background: #DDD;
    margin: 20px 0 -40px -40px;
    border-radius: 0 0 6px 5px;
    padding: 20px 30px 10px 30px;
}
.timezone-content div.actions{ width: 790px; }
#ticket-settings-block div.actions,
    #settings-block div.actions {width: 830px; margin:20px 0 -40px -40px; }


#ticket-settings-block a.save,
#settings-block a.save,
.timezone-content div.actions .save {font-size: 20px; padding: 10px 18px 9px 18px; margin:0; }

#ticket-settings-block a.cancel,
#settings-block a.cancel,
.timezone-content div.actions .cancel {margin-top: 4px; font-size: 14px; text-shadow: 1px 1px 0 #EEE; }


/*** Ticket Settings ***/
#ticket-settings-block{ width:850px; text-align: left;}
.splash-ticket-settings-form table thead tr th { text-align:center; cursor: default; }
.splash-ticket-settings-form table tbody tr { background: #ffffff; }
.splash-ticket-settings-form table tbody tr td {padding: 10px !important;}
.splash-ticket-settings-form table thead tr th:after { display: none; }
.splash-ticket-settings-form table thead tr th:hover { background: inherit; border:inherit; color:inherit; box-shadow: inherit; }
.splash-ticket-settings-form table thead tr th:hover:after { display: none; }
.splash-ticket-settings-form table tbody tr td { text-align: center; vertical-align:middle; }
.splash-ticket-settings-form table tbody tr td input[type] { width:50px; }
.splash-ticket-settings-form table tbody tr td input.name[type] { width:224px; }
.splash-ticket-settings-form table tbody tr td input.code[type] { width:224px; }
.splash-ticket-settings-form table tbody tr.display { background: #eee; }
.splash-ticket-settings-form tr.prefs td { background: #f9f9f9; display: none; width: 100%; text-align:left; }
.splash-ticket-settings-form tr.prefs.open td { display: table-cell; }
.splash-ticket-settings-form tr.prefs td div { float: left; padding:5px; margin:0; }
.splash-ticket-settings-form tr.line td { height: 2px; padding:0px; overflow: hidden; border-bottom: 2px solid #f1f1f1; }
.splash-ticket-settings-form small.note { float:right; font-size: 80%; }
.splash-ticket-settings-form i.caution { position:relative; font-style:normal; display:none; top:7px; left: -5px; line-height:14px; }
/*.splash-ticket-settings-form .changes-made i.caution { display:block; }*/
.splash-ticket-settings-form .error i.caution { display:block; }
.splash-ticket-settings-form i.caution:before {
    content:''; position:absolute; top:0; left:0; border-bottom:18px solid tomato; border-right:10px solid transparent; border-left:10px solid transparent; -moz-transform: scale(1.1);
}
.splash-ticket-settings-form i.caution:after { content:'!'; position:absolute; top:4px; left:8px; color:#fff; font-weight:bold; font-size:12px; }
.splash-ticket-settings-form div.inf {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -10px !important;
    padding: 0 !important;
    font-size:30px;
    color: #999;
    cursor: text;
    opacity: 1;
    transition: opacity .08s linear;
    -webkit-transition: opacity .08s linear;
    -moz-transition: opacity .08s linear;
    -o-transition: opacity .08s linear;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.splash-ticket-settings-form .prefs div span { position:relative; display: inline-block; }
.splash-ticket-settings-form .filled div.inf { opacity: 0; }
.splash-ticket-settings-form p.errorMessage2,
.splash-ticket-settings-form p.errorMessage { float: left; padding:7px 10px 0 80px; margin-bottom:0; width: 564px; text-align: center;}
.splash-ticket-settings-form .addNewTicketType,
.splash-ticket-settings-form .addNewTicketOrderDiscount { cursor: pointer; display:inline-block; margin:8px 10px 0 0; padding-left: 20px; position: relative;}
.splash-ticket-settings-form .addNewTicketType i,
.splash-ticket-settings-form .addNewTicketOrderDiscount i {
    font-size: 19px;
    margin-top: -9px;
    position: absolute;
    top: 0;
    left: 6px;
    line-height: 49px;
}

.sort-ticket-order {
    margin-bottom: 0;
    color: black;
    font-size: 13px;
    font-family: 'gibsonSemiBold';
    top: 1px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    background: none;
    padding: 4px 10px 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 1px;
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -moz-transition:all .15s linear;
    -ms-transition:all .15s linear;
    -o-transition:all .15s linear;
}

    .sort-ticket-order:hover {
        color: #fff;
        background: #2F2F2F;
    }

.splash-ticket-settings-form.sorting .addNewTicketType { display:none; }

.splash-ticket-settings-form .prefs .settings { display:block; margin:-7px 20px 0 0;}

.splash-ticket-settings-form .prefs .settings .toggle-content > div.three-up {
    color: #000000;
    font-family: 'gibsonregular';
    font-size: 12px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 170px;
}

    .splash-ticket-settings-form .prefs .settings .toggle-content > div.three-up.ticket-price {
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
        margin-left: 15px;
        margin-right: 30px;
        padding: 0 30px 10px 30px;
    }

    .subhead-space {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-family: 'gibsonSemiBold';
        font-size: 11px;
        color: #000;
        display: block;
    }

        .subhead-space.light {
            font-size: 10px;
            font-family: 'GibsonRegular';
        }

        .subhead-space.required-field:after {
            content: '*';
            color: #F03;
            font-size: 14px;
            display: inline-block;
            line-height: 5px;
        }

.splash-ticket-settings-form .prefs .settings div.messages span {
    margin-left: 0;
    /*display: block;*/
}

.splash-ticket-settings-form .prefs .settings div.messages span.indent{
	clear: left;
    margin-left: 22px;
}
    .splash-ticket-settings-form .prefs .settings div.messages span.preview {
        margin:0 0 6px 0;
    }

    .splash-ticket-settings-form .prefs .settings div.messages span textarea {
        width:615px;
    }
    .splash-ticket-settings-form .prefs .settings div.messages textarea.indent{
        width: 574px;
        margin-left: 22px;
    }

 /*availability */
.dates label.datetime {
    position: relative;
    width: 50px;
    margin-top: 6px;
    margin-right: 23px;
    text-align: center;
}

 .datetime .cali-time.display {
    background: #ddd;
    color: #2f2f2f;
    line-height: 0.95em;
    width: 100%;
    padding: 0;
    text-align: center;
    z-index:2;
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 2px 2px 0 0;
 }

    /*.datetime:hover .cali-time.display {
        z-index: 1;
    }*/

    .datetime .cali-time.display span {
        display: block;
        font-size: 8px;
        background: none;
        color: #000;
    }

    .datetime .cali-time.display span[class="2"] {
        font-size: 12px;
        font-family: 'gibsonSemiBold';
    }

    .datetime .emptyDateTime {
        color: #888;
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
        clear: both;
        display:none;
        text-align: left;
        opacity: 0;
        position: absolute !important;
        bottom: -20px;
        left: 6px;
    }

        .datetime .emptyDateTime:before {
            font-size: 14px;
        }

        .datetime:hover .emptyDateTime {
            opacity: 1;
        }

        .datetime .emptyDateTime:hover {
            color: #c30000;
        }

    .datetime:hover button {
        position: relative;
        z-index: 1;
    }


    /* avail status picker */
    ul.status-picker,
    ul.status-picker li.options,
    ul.status-picker li.options ul,
    ul.status-picker li.options ul li {
        transition:all .15s linear ;
        -webkit-transition:all .15s linear ;
        -moz-transition:all .15s linear ;
        -ms-transition:all .15s linear ;
        -o-transition:all .15s linear ;
    }

    ul.status-picker {
        position: relative;
        margin: 0;
        color: #2f2f2f;
        text-align: center;
        font-family: 'gibsonSemiBold';
        font-size: 14px;
        cursor: pointer;
        margin:-2px 0 0 -4px;
        border-radius: 2px 2px 0 0;
        padding-top: 2px;
    }

        ul.status-picker:hover {
            /*background: #2f2f2f;*/
        }

        ul.status-picker li.current {
            border-radius: 3px;
            margin: 2px 4px;
            padding: 4px 0;
            transition:all .15s linear;
            -webkit-transition:all .15s linear;
            -moz-transition:all .15s linear;
            -ms-transition:all .15s linear;
            -o-transition:all .15s linear;
        }

        ul.status-picker li.options {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            width:100%;
            z-index: 1;
            margin: 0;
            overflow: hidden;
        }

            ul.status-picker.open li.options {
                overflow: visible;
                z-index: 10;
            }

                ul.status-picker li.options ul {
                    background: #f8f8f8;
                    margin: 0;
                    padding: 8px 0;
                    font-size: 12px;
                    border-radius: 0 0 2px 2px;
                    color: #2F2F2F;
                    height: 0;
                    overflow: hidden;
                    width: 155px;
                    margin-left: 9px;
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
                }

                    ul.status-picker.open li.options ul {
                        color: #fff;
                        height: auto;
                    }

            ul.status-picker li.options ul li {
                margin: 2px 4px;
                background: none;
                border-radius: 2px;
                color: #2f2f2f;
                transition:all .15s linear;
                -webkit-transition:all .15s linear;
                -moz-transition:all .15s linear;
                -ms-transition:all .15s linear;
                -o-transition:all .15s linear;
            }

                ul.status-picker li.options ul li.current {
                    /*display: none;*/
                    padding: 0;
                }

                    ul.status-picker li.current:after {
                        content: '';
                        position: absolute;
                        top: 15px;
                        right: 15px;
                        border-top: 5px solid #2f2f2f;
                        border-right: 5px solid transparent;
                        border-left: 5px solid transparent;
                    }

                        ul.status-picker li.options ul li.current:after {
                            content: '';
                            display: none;
                        }

        ul.status-picker li.on-sale {
            box-shadow: 0 0 0 1px #03E16A inset;
            background: rgba(3, 225, 106, 0.04);
        }
            ul.status-picker li ul li.on-sale {
                box-shadow: none;
                background: none;
            }

            ul.status-picker li.on-sale:hover,
            ul.status-picker li ul li.on-sale:hover {
                box-shadow: 0 0 0 2px #03E16A inset;
                background: rgba(3, 225, 106, 0.04);
            }

        ul.status-picker li.limited {
            box-shadow: 0 0 0 1px #FFFF00 inset;
            background: rgba(255, 255, 0, 0.18);
        }

            ul.status-picker li ul li.limited {
                box-shadow: none;
                background: none;
            }

            ul.status-picker li.limited:hover,
            ul.status-picker li ul li.limited:hover {
                box-shadow: 0 0 0 1px #FFFF00 inset;
                background: rgba(255, 255, 0, 0.18);
            }

        ul.status-picker li.hidden {
            box-shadow: 0 0 0 1px #F03 inset;
            background: rgba(255, 0, 51, 0.04);
        }

            ul.status-picker li ul li.hidden {
                box-shadow: none;
                background: none;
            }

            ul.status-picker li.hidden:hover,
            ul.status-picker li ul li.hidden:hover {
                box-shadow: 0 0 0 1px #F03 inset;
                background: rgba(255, 0, 51, 0.04);
            }

 button.ui-datepicker-trigger {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    background: #EEE;
    border: none;
    color: black;
    cursor: pointer;
    width: 50px;
    vertical-align: bottom;
    padding-top: 34px;
    margin-top: 1px;
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -moz-transition:all .15s linear;
    -ms-transition:all .15s linear;
    -o-transition:all .15s linear;
    position: relative;
    z-index: 0;
    border-radius: 3px;
 }
    button.ui-datepicker-trigger:hover {
        background: #03e1ff;
    }
    button.ui-datepicker-trigger:before {
        content: 'NOT SET';
        position: absolute;
        top: 4px;
        width: 40px;
        text-align: center;
        left: 5px;
        font-size: 8px;
        color: #000;
        background: #ddd;
        border-radius: 2px;
    }

        .start-d button.ui-datepicker-trigger:before {
            content: 'NOW';
        }

        .end-d button.ui-datepicker-trigger:before {
            content: 'EVENT START';
            top:4px;
        }

.splash-ticket-settings-form .prefs .fields .fields { display:block; }
.splash-ticket-settings-form .prefs .messages .messages { display:block; }

.splash-ticket-settings-form .prefs .settings { position:relative; }
/*.splash-ticket-settings-form .prefs .settings > div { float: left; height: 100%; width: 220px;}*/
.splash-ticket-settings-form .prefs textarea {
    width: 625px;
    height: 33px;
    resize: auto;
    margin-bottom: 20px;
    transition:height .2s linear;
    -webkit-transition:height .2s linear;
    -moz-transition:height .2s linear;
    -ms-transition:height .2s linear;
    -o-transition:height .2s linear;
    box-shadow: 0 -8px 10px -8px #DDD inset;
}
    .splash-ticket-settings-form .prefs textarea:focus {height: 100px; box-shadow: none;}
    .splash-ticket-settings-form .prefs .messages textarea {
        width:594px;
    }

    .splash-ticket-settings-form .prefs input.email_subject{
        width: 594px;
        padding: 6px 3px;
        font-size: 13px;
        margin-bottom: 22px;
        margin-top: 7px;
    }

/* general wrap and header */
.page-section {
    float: left;
    margin:0 0 30px 0px;
    width:100%;
}

    .page-section h4 {
        margin: 0 0 10px 0;
        display: block;
        width: 100%;
        font-family: 'gibsonSemiBold';
        text-shadow:none;
    }

    .page-section .page-section-inner {
        margin:0 0 0 30px;
        clear: both;
    }

/* questions section */

#rsvpSettingContain .page-section h4 {
    width: 418px;
}

.guest_settings_wrap {
    margin-left: 30px;
    border-left: 1px solid #eee;
    padding-left: 10px;
}

    .guest_settings_wrap .guest_complex_settings,
    .guest_settings_wrap .complex_settings {
        margin-left: 20px;
    }

    .guest_settings_wrap .complex_settings {

    }

.all-custom-field-wrap {
    display: block;
    float: left;
    margin-left: 0px;
}

.custom-rsvp-field-wrap {
    clear: both;
    position: relative;
 /*   width: 620px !important;*/
    padding: 10px 30px 10px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #EEE;
    margin-bottom: 20px;
    text-align: left;
    margin-left: -30px;
    background: #fff;
    width:auto;
}

    .custom-rsvp-field-wrap.error {
        background: rgb(255, 236, 236);
    }

    .custom-rsvp-field-wrap.ui-sortable-helper {
        box-shadow: 0 4px 8px #ddd;
    }

    .custom-rsvp-field-wrap span.delete-question {
        position: absolute !important;
        top: 0;
        right: 0;
        background: #EEE;
        color: #888;
        font-size: 18px;
        padding: 0px 3px 3px 8px;
        border-radius: 0 0 0 3px;
        cursor: pointer;
        transition: all .15s linear;
        -webkit-transition: all .15s linear;
        -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
        -o-transition: all .15s linear;
        line-height: 16px;
    }

        .custom-rsvp-field-wrap span.delete-question:hover {
            color: #c30000;
        }

    .custom-rsvp-field-wrap .question-wrap {
        width:525px;
    }

        .custom-rsvp-field-wrap .question-wrap input {
            font-family: 'gibsonRegular';
            font-size: 16px;
            margin: -3px 0 14px 0;
            padding: 8px 10px;
            width: 416px;
            font-family: 'gibsonSemiBold';
        }

        .custom-rsvp-field-wrap.text .question-wrap input{
            width: 350px;
        }

    .custom-rsvp-field-wrap .helper-text-block{
        margin-top: -5px;
        margin-bottom: 7px;
    }
    .custom-rsvp-field-wrap .helper-text-block input{
        width: 200px;
        margin-bottom: 0;
    }
    .custom-rsvp-field-wrap .markAsHeader{
        display: none;
    }
    .custom-rsvp-field-wrap.text .helper-text-block{
        display: none;
    }
    .custom-rsvp-field-wrap.text .helper-text-block.forceShow{
        display: block !important;
    }
    .custom-rsvp-field-wrap .add-helper-text{
        color: #333333;
    }
    .custom-rsvp-field-wrap.text .markAsHeader{
        display: none;
        opacity: 0;
    }
    .custom-rsvp-field-wrap.text .markAsHeader input.mark-as-header{
        width: auto;
        font-size: 11px;
    }

    .custom-rsvp-field-wrap .helper-text, .custom-rsvp-field-wrap .helper-text-block input{
        font-size: 11px;
    }

    .custom-rsvp-field-wrap .options-wrap {
        margin-left: 30px;
    }

    .custom-rsvp-field-wrap .response-wrap {
        width:240px;
        margin-left: 4px;
    }

    .custom-rsvp-field-wrap .fieldValueWrap {
        background: #EEE;
        padding: 0;
        width: 309px;
        margin-bottom: 6px;
        margin-left: 20px;
        float: left;
        clear: both;
        position: relative;
    }

        .custom-rsvp-field-wrap .fieldValueWrap input {
            margin: 0 8px 1px 1px;
            width: 240px;
            border-radius: 0 3px 3px 0;
        }

        .custom-rsvp-field-wrap .fieldValueWrap input.default-val{
            width:auto;
            float: left;
            margin-top: 5px;
        }

        .custom-rsvp-field-wrap .other-opt{
            display: none;
        }

        .custom-rsvp-field-wrap.check_multi .other-opt,
        .custom-rsvp-field-wrap.radio .other-opt,
        .custom-rsvp-field-wrap.select .other-opt{
            margin-right:15px;
            font-size: 11px;
            display: block;
        }
            .option-holder {
                display: none;
            }

            .custom-rsvp-field-wrap .option-holder{
                float: right;
                width:340px;
            }
            /* checkmark */
           .custom-rsvp-field-wrap.checkbox input.checkbox-input, .custom-rsvp-field-wrap.check_multi input.checkbox-input{
               display: block;
            }

           /* .custom-rsvp-field-wrap.checkbox .fieldValueWrap:after,
            .custom-rsvp-field-wrap.check_multi .fieldValueWrap:after {
                content: '';
                position: absolute;
                left: -20px;
                top: 4px;
                width: 13px;
                height: 13px;
                background-repeat: no-repeat;
                background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MSA2NC4xNDA5NDksIDIwMTAvMTIvMDctMTA6NTc6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUuMSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkQ3RDMzODAzOUM5MTFFMkFEOTJEQTcwRjQ2QzBGMDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkQ3RDMzODEzOUM5MTFFMkFEOTJEQTcwRjQ2QzBGMDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRDdEMzM3RTM5QzkxMUUyQUQ5MkRBNzBGNDZDMEYwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRDdEMzM3RjM5QzkxMUUyQUQ5MkRBNzBGNDZDMEYwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIAA0ADQMBEQACEQEDEQH/xABbAAADAQAAAAAAAAAAAAAAAAAEBQcKAQEAAAAAAAAAAAAAAAAAAAAAEAABBAICAwEBAQAAAAAAAAAGAQMEBQIHExQAEhUWERcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANlephbTZLq7XJSb68DS4vLAYTKiUgKROoI7exuyShgXNm65ZW9bNldfuzc0ZaTPjab/AJjiiIngHVItrN87Pg50ZrctbVY3qM7hBCwMPyjJNfWO7Rq0zxHOD5nzJNeOQ3FicPW7LSOevt4E8AqwzdDBlwCNxaCCZU8BQiKfats7UkaEes1+bxfnjW4KavkQkp+Hq5ZxmpCsevIiZeAwroBT9YxjxirL/S+9rbK6tsgGGgCgGkDayDDLI8mylvMh3K9W3V1xbNLBLBG0TBW1VUD/2Q==);
            }*/

            /* radio button */
           .custom-rsvp-field-wrap.radio input.radio-input{
                display: block;
            }
            /*.custom-rsvp-field-wrap.radio .fieldValueWrap:after {
                content: '';
                position: absolute;
                left: -20px;
                top: 5px;
                width: 15px;
                height: 15px;
                background-repeat: no-repeat;
                background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MSA2NC4xNDA5NDksIDIwMTAvMTIvMDctMTA6NTc6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUuMSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkQ3RDMzODQzOUM5MTFFMkFEOTJEQTcwRjQ2QzBGMDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkQ3RDMzODUzOUM5MTFFMkFEOTJEQTcwRjQ2QzBGMDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRDdEMzM4MjM5QzkxMUUyQUQ5MkRBNzBGNDZDMEYwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRDdEMzM4MzM5QzkxMUUyQUQ5MkRBNzBGNDZDMEYwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIAA8ADwMBEQACEQEDEQH/xABWAAEBAQAAAAAAAAAAAAAAAAAFBwoBAQAAAAAAAAAAAAAAAAAAAAAQAAIDAQEBAAMAAAAAAAAAAAQFAgMGAQcSABUWEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDZhgUOD9lzir1X1wJduit2CPpc5mdLGplk8fk2sOl5pWtzJc7VEmUk91Nxhl1MyplTlzkoxjHn4CPF2Y8+2ebxqSzpPk/sFWsxrnAnF3MUyJ0vxGh13C0MSiL7laZ5m82yGNDhLgvLOVSrjDve86E+Xi6XzUSKzGIxPZPLLp3H+ftcLrsRQ9UImBFxdCAwfS6LPom6xVO7tYZox/10WMYSq72PO9B5Gs0LR9Xv90KkQFoc/sh/J/JqNZmzdTotKblmMnDA9lI+hJ+5/nqCRxhh77RxBrb7rr/j6lEP/9k=);
            }*/

            /* text input preview */
            .custom-rsvp-field-wrap.textarea .option-holder.textarea-preview,
            .custom-rsvp-field-wrap.text .option-holder.text-preview {
                display: block;
            }

                .custom-rsvp-field-wrap.text .option-holder.text-preview label {
                    display: block;
                }
                .custom-rsvp-field-wrap.text .option-holder.text-preview input {
                    width: 300px;
                    clear: left;
                    border-color: #bbbbbb;
                }

            /* checkbox preview */
            .custom-rsvp-field-wrap.checkbox .option-holder.checkbox-preview {
                display: block;
            }
            .custom-rsvp-field-wrap.checkbox .option-holder.checkbox-preview .values label {
                display: none;
            }
            .custom-rsvp-field-wrap.checkbox .option-holder.checkbox-preview .values label:first-child {
                display:block;
            }

                .custom-rsvp-field-wrap.checkbox .option-holder.checkbox-preview label {
                    background: none !important;
                }

            /* file upload preview */
            .custom-rsvp-field-wrap.file .option-holder.file-upload-preview {
                display: block;
            }
                .custom-rsvp-field-wrap.file .option-holder.file-upload-preview p {
                    clear: left;
                    margin-bottom: 3px;
                }

            /* select preview */
            .custom-rsvp-field-wrap.file .option-holder.file-upload-preview {
                display: block;
            }

            /* selects, radios and multi checks */
            .custom-rsvp-field-wrap.check_multi .option-holder.radio-check-wrap,
            .custom-rsvp-field-wrap.radio .option-holder.radio-check-wrap,
            .custom-rsvp-field-wrap.select .option-holder.radio-check-wrap{
                display: block;
            }

            /* label */
            .custom-rsvp-field-wrap.label .option-holder.label-preview {
                display: block;
            }
            .custom-rsvp-field-wrap.label .required-opt{
                display: none;
            }

            /* Date Select */
            .custom-rsvp-field-wrap.date .option-holder.date-preview {
                display: block;
            }
            .custom-rsvp-field-wrap.date .option-holder.date-preview .date-holder select{
                float: left;
            }

        .custom-rsvp-field-wrap .fieldValueWrap .icon-close-2 {
            font-size: 18px;
            position: relative;
            top: 1px;
            left: -1px;
            color: #888;
            cursor: pointer;
        }

        .custom-rsvp-field-wrap .fieldValueWrap .icon-close-2:hover {
            color: #c30000;
        }

        .rsvp-settings .saveActions .save { background-color: #e9e9e9; }
        .rsvp-settings .saveActions .cancel { display: none; }
        .rsvp-settings.savable .saveActions .cancel { display: block; }
        .rsvp-settings.savable .saveActions .save { background-color: #01E16A; }

    .copyFields {
        cursor: pointer;
        position: absolute !important;
        top: -2px;
        right: 0;
        padding: 10px;
        z-index: 1;
        border-radius: 2px;
        color: #888;
        background: #EEE;
        padding: 2px 10px;
    }

        .copyFields:hover {
            background: #000;
            color: #fff;
        }

        .copyFields.opened,
        .copyFields.opened:hover {
            background: #eee;
            color: #000;
            box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        }

            .copyFields.opened:before {
                display: none;
            }

            .copyFields select {
                width: 300px;
            }

        .copyFields input[type="button"] {
            background: #03E16A;
            color: white;
            text-transform: uppercase;
            border-radius: 3px;
            border: none;
            float: right;
            margin-right: 3px;
            cursor: pointer;
        }

            .copyFields input[type="button"]:hover {
                background: #000;
            }

        .copyFields .cancel-ticket-copying {
            font-size: 10px;
            color: #888;
            font-family: 'gibsonRegular';
            margin-top: 3px;
            display: inline-block;
        }

            .copyFields .cancel-ticket-copying:hover {
                color: #ff0033;
            }

/* confirmation messages */
#rsvpMessages h4 {
    width:417px;
}

    #rsvpMessages h4 span.preview {
        position: relative;
        top: 3px;
    }

.messaging-wrap .messaging-row {
    padding-left: 60px;
    float: left;
    position: relative;
    /*margin-bottom: 20px;*/
    text-align: left;
    width: 460px;
    clear:both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .messaging-wrap .messaging-row label.pa {
        position: absolute;
        top: 4px;
        left: 0;
        width:50px;
        text-align: right;
    }

    .messaging-wrap .messaging-row input {
        width:314px;
    }

        .messaging-wrap .messaging-row label input {
            width:auto;
        }

    .messaging-wrap .messaging-row textarea {
        margin-top: 0;
        width: 320px;
    }

/*** Guiders ***/

@-webkit-keyframes wiggle2 {0%   {top:130px; left:70px;} 50%  {top:130px; left:78px;} 100% {top:130px; left:70px;} }

.guider {
    position: absolute;
    background: #03e1ff;
    padding: 20px;
    border-radius: 4px;
    z-index: 1;
    border: none;
    border-radius: 4px;
    box-shadow:1px 1px 20px rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 22px;
    /*font-family:Helmet, Freesans, sans-serif;*/
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .2);
    transition:all .15s ease-out;
    -webkit-transition:all .15s ease-out;
    -moz-transition:all .15s ease-out;
    -o-transition:all .15s ease-out;
}

    p#writeHere,
    p.w4,
    p.w5,
    p.w6 {margin-left: 100px; background-color: black; color: #fff; font-size: 20px; float: left; padding:20px; }

    #guider {}

        .guiderTarget {content: ''; position: fixed; border: 1px solid red; height: 11px; z-index: 111; width: 11px; background: red; }

            .guiderTarget.four {top: 40px; right: 300px; }

            .guiderTarget.five {top: 40px; right: 190px; }

            .guiderTarget.six {top: 80px; right: 200px; }


    #guider div.step-1,
    #guider div.step-2,
    #guider div.step-3,
    #guider div.step-4,
    #guider div.step-5,
    #guider div.step-6 {opacity: 0; position: absolute; top:0; left: 0; width:100%; height: 100%; transition:all .4s ease-out; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; -o-transition:all .4s ease-out; }

    .guider div p {margin-bottom: 0; }


    @-webkit-keyframes wiggle {0%   {left: 70px;} 50%  {left: 78px;} 100% {left: 70px;} }

    #guider-1 {top: 34px !important; left: 70px !important; position: fixed !important; -webkit-animation:wiggle 1.2s linear infinite; -moz-animation:wiggle 1.2s linear infinite; -o-animation:wiggle 1.2s linear infinite; -ms-animation:wiggle 1.2s linear infinite; }
        #guider.step-1 div.step-1 {opacity: 1; position: relative; }

    #guider-2 {top:70px !important; left:350px !important; }

        #guider.step-2 div.step-2 {opacity: 1; position: relative; }

    #guider.step-3 {top:130px; left:350px; }

        #guider.step-3 div.step-3 {opacity: 1; position: relative; }

    #guider.step-4 {top: 20px; right: 800px; }

        #guider.step-4 div.step-4 {opacity: 1; position: relative; }

    #guider.step-5 {top: 20px; left: 900px; }

        #guider.step-5 div.step-5 {opacity: 1; position: relative; }


    #guider-4 {
        left: 92px !important;
    }

    /* the arrows */
    #guider.step-2:before,
    #guider.step-3:before,
    #guider.step-4:before,
    #guider.step-5:before {content: ''; position: absolute; top:50%; left: -17px; margin-top: -14px; border-top:14px solid transparent; border-right:14px solid #04B1D6; border-bottom:14px solid transparent; }

    #guider.step-4:before,
    #guider.step-5:before {top:-17px; left:50%; margin-top: none; margin-left: -14px; border-left:14px solid transparent; border-right:14px solid transparent; border-bottom: 14px solid #04B1D6; }
    #guider-1 .guider_arrow_left{
        margin-top:-70px;
    }
/*** Guiders End ***/




/* patty-cake loader */


.modal-overlay{position: fixed; width: 100%; height: 100%; text-align: center; top: 0; left: 0; }
.modal-overlay img{border-radius:80px; }

@-webkit-keyframes innerFadeIn {0%   {opacity: 0;} 60%   {opacity: 0;} 100% {opacity: 1;} }

.new-splash #design-intro .scroll-control,
#generating-splash .scroll-control {overflow-x:hidden; overflow-y:auto; position: fixed; top:0; left: 0; width:100%; height: 100%; z-index: 10; text-align: center; }

    .new-splash #design-intro .scroll-control:before,
    #generating-splash .scroll-control:before {content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }

.modal-overlay .inner {background-color:#ffffff; width: 500px; border-radius: 40px; box-shadow: 0 0 80px rgba(5, 194, 234,0.3); color: #222222; position: relative; padding: 25px; color: #111111; border: 2px solid #05C2EA; z-index: 10; margin: 0 auto; display: inline-block; vertical-align: middle; -webkit-animation:innerFadeIn 2s; -moz-animation:innerFadeIn 2s; -ms-animation:innerFadeIn 2s; }
.modal-overlay .inner h2{color:#333333; text-align: center; }
.modal-overlay .inner p {margin:20px 0 25px; }

    .modal-overlay .inner p#generating-status {font-size: 24px; color: #03e16a; font-weight: bold; }

    .modal-overlay .inner p#generating-status.step-1 {color: #03e16a; }

    .modal-overlay .inner p#generating-status.step-2 {color: #FF7C11; }

    .modal-overlay .inner p#generating-status.step-3 {color: #05C2EA; }

@-webkit-keyframes vaultyTL         {0% {top:-100%; left:-100%; } 100% {top:-20%; left:-20%;} }
@-moz-keyframes vaultyTL            {0% {top:-100%; left:-100%; } 100% {top:-20%; left:-20%;} }
@-ms-keyframes vaultyTL             {0% {top:-100%; left:-100%; } 100% {top:-20%; left:-20%;} }
@-o-keyframes vaultyTL              {0% {top:-100%; left:-100%; } 100% {top:-20%; left:-20%;} }

@-webkit-keyframes vaultyTLreveal   {0% {top:-20%; left:-20%;} 100% {top:-100%; left:-100%; } }
@-moz-keyframes vaultyTLreveal      {0% {top:-20%; left:-20%;} 100% {top:-100%; left:-100%; } }
@-ms-keyframes vaultyTLreveal       {0% {top:-20%; left:-20%;} 100% {top:-100%; left:-100%; } }
@-o-keyframes vaultyTLreveal        {0% {top:-20%; left:-20%;} 100% {top:-100%; left:-100%; } }

@-webkit-keyframes vaultyTR         {0% {top:-100%; right:-100%; } 100% {top:-20%; right:-20%;} }
@-moz-keyframes vaultyTR            {0% {top:-100%; right:-100%; } 100% {top:-20%; right:-20%;} }
@-ms-keyframes vaultyTR             {0% {top:-100%; right:-100%; } 100% {top:-20%; right:-20%;} }
@-o-keyframes vaultyTR              {0% {top:-100%; right:-100%; } 100% {top:-20%; right:-20%;} }

@-webkit-keyframes vaultyTRreveal   {0% {top:-20%; right:-20%;} 100% {top:-100%; right:-100%; } }
@-moz-keyframes vaultyTRreveal      {0% {top:-20%; right:-20%;} 100% {top:-100%; right:-100%; } }
@-ms-keyframes vaultyTRreveal       {0% {top:-20%; right:-20%;} 100% {top:-100%; right:-100%; } }
@-o-keyframes vaultyTRreveal        {0% {top:-20%; right:-20%;} 100% {top:-100%; right:-100%; } }

@-webkit-keyframes vaultyBR         {0% {bottom:-100%; right:-100%; } 100% {bottom:-20%; right:-20%;} }
@-moz-keyframes vaultyBR            {0% {bottom:-100%; right:-100%; } 100% {bottom:-20%; right:-20%;} }
@-ms-keyframes vaultyBR             {0% {bottom:-100%; right:-100%; } 100% {bottom:-20%; right:-20%;} }
@-o-keyframes vaultyBR              {0% {bottom:-100%; right:-100%; } 100% {bottom:-20%; right:-20%;} }

@-webkit-keyframes vaultyBRreveal   {0% {bottom:-20%; right:-20%;} 100% {bottom:-100%; right:-100%; } }
@-moz-keyframes vaultyBRreveal      {0% {bottom:-20%; right:-20%;} 100% {bottom:-100%; right:-100%; } }
@-ms-keyframes vaultyBRreveal       {0% {bottom:-20%; right:-20%;} 100% {bottom:-100%; right:-100%; } }
@-o-keyframes vaultyBRreveal        {0% {bottom:-20%; right:-20%;} 100% {bottom:-100%; right:-100%; } }

@-webkit-keyframes vaultyBL         {0% {bottom:-100%; left:-100%; } 100% {bottom:-20%; left:-20%;} }
@-moz-keyframes vaultyBL            {0% {bottom:-100%; left:-100%; } 100% {bottom:-20%; left:-20%;} }
@-ms-keyframes vaultyBL             {0% {bottom:-100%; left:-100%; } 100% {bottom:-20%; left:-20%;} }
@-o-keyframes vaultyBL              {0% {bottom:-100%; left:-100%; } 100% {bottom:-20%; left:-20%;} }

@-webkit-keyframes vaultyBLreveal   {0% {bottom:-20%; left:-20%;} 100% {bottom:-100%; left:-100%; } }
@-moz-keyframes vaultyBLreveal      {0% {bottom:-20%; left:-20%;} 100% {bottom:-100%; left:-100%; } }
@-ms-keyframes vaultyBLreveal       {0% {bottom:-20%; left:-20%;} 100% {bottom:-100%; left:-100%; } }
@-o-keyframes vaultyBLreveal        {0% {bottom:-20%; left:-20%;} 100% {bottom:-100%; left:-100%; } }

#pane-wrap {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#pane1,
#pane2,
#pane3,
#pane4 {
    width: 100%;
    height: 100%;
    background: #222;
    box-shadow: 0 0 20px #111;
    border-radius: 0 0 100000px 0;
    position: absolute;
    top: -20%;
    left: -20%;
    /*opacity: 0.3;*/

    transition:all 0 linear;
    -webkit-transition:all 0 linear;
    -moz-transition:all 0 linear;
    -o-transition:all 0 linear;
}

#pane2,
#pane3 {
    left:auto;
    right:-20%;
}

#pane3,
#pane4 {
    top:auto;
    bottom:-20%;
}

#pane1 {z-index: 1;}
#pane2 {z-index: 6;}
#pane3 {z-index: 5;}
#pane4 {z-index: 5;}

#pane1 {
    -webkit-animation:vaultyTL .5s;
    -moz-animation:vaultyTL .5s ;
    -ms-animation:vaultyTL .5s ;
    -o-animation:vaultyTL .5s ;
}

    .reveal #pane1 {
        -webkit-animation:vaultyTLreveal .5s;
        -moz-animation:vaultyTLreveal .5s ;
        -ms-animation:vaultyTLreveal .5s ;
        -o-animation:vaultyTLreveal .5s ;
    }

#pane2 {
    -webkit-animation:vaultyTR .5s ;
    -moz-animation:vaultyTR .5s ;
    -ms-animation:vaultyTR .5s ;
    -o-animation:vaultyTR .5s ;
}

    .reveal #pane2 {
        -webkit-animation:vaultyTRreveal .5s;
        -moz-animation:vaultyTRreveal .5s ;
        -ms-animation:vaultyTRreveal .5s ;
        -o-animation:vaultyTRreveal .5s ;
    }

#pane3 {
    -webkit-animation:vaultyBR .5s ;
    -moz-animation:vaultyBR .5s ;
    -ms-animation:vaultyBR .5s ;
    -o-animation:vaultyBR .5s ;
}

    .reveal #pane3 {
        -webkit-animation:vaultyBRreveal .5s;
        -moz-animation:vaultyBRreveal .5s ;
        -ms-animation:vaultyBRreveal .5s ;
        -o-animation:vaultyBRreveal .5s ;
    }

#pane4 {
    -webkit-animation:vaultyBL .5s ;
    -moz-animation:vaultyBL .5s ;
    -ms-animation:vaultyBL .5s;
    -o-animation:vaultyBL .5s;
}

    .reveal #pane4 {
        -webkit-animation:vaultyBLreveal .5s;
        -moz-animation:vaultyBLreveal .5s ;
        -ms-animation:vaultyBLreveal .5s ;
        -o-animation:vaultyBLreveal .5s ;
    }

#pane2 {
    border-radius:  0 0 0 100000px;
}

#pane3 {
    border-radius: 100000px 0 0 0;
}

#pane4 {
    border-radius: 0 100000px 0 0;
}

/* start positions for the reveal */
.start-closed #pane1,
.start-closed #pane2,
.start-closed #pane3,
.start-closed #pane4 {
    -webkit-animation:none;
    -moz-animation:none ;
    -ms-animation:none ;
    -o-animation:none ;
    top: -20%;
    left: -20%;
}

.start-closed #pane2,
.start-closed #pane3 {
    left:auto;
    right:-20%;
}

.start-closed #pane3,
.start-closed #pane4 {
    top:auto;
    bottom:-20%;
}

.reveal #pane1,
.reveal #pane2,
.reveal #pane3,
.reveal #pane4 {
    top: -100%;
    left: -100%;
}

.reveal #pane2,
.reveal #pane3 {
    left:auto;
    right:-100%;
}

.reveal #pane3,
.reveal #pane4 {
    top:auto;
    bottom:-100%;
}

/* start positions for the reveal */
.start-closed #pane1,
.start-closed #pane2,
.start-closed #pane3,
.start-closed #pane4 {
    -webkit-animation:none;
    -moz-animation:none ;
    -ms-animation:none ;
    -o-animation:none ;
    top: -20%;
    left: -20%;
}

.start-closed #pane2,
.start-closed #pane3 {
    left:auto;
    right:-20%;
}

.start-closed #pane3,
.start-closed #pane4 {
    top:auto;
    bottom:-20%;
}


    div.faq-contain{
        position: relative;
        padding:5px 10px;
    }
    div.faq-contain h3{
/*        color:#ffffff;*/
    }
    #close-faq{
        color:tomato;
        font-weight:bold;
        float:right;
        font-size:14px;
        right:10px;
        top:15px;
        position:absolute;
    }
    #faq-accordion a{
        text-decoration: underline;
        font-size:16px;
        color:#333333;
    }
    #faq-accordion div{
        margin:10px 13px;
    }

/***** Logged In FOOTER ******/
#footer {
    float:left;
    text-align:right;
    width:100%;
    min-width: 500px;
    padding: 0;
    font-family:Helmet, Freesans, sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#footer.fixed{ position: fixed; bottom: 0px; left: 0px; z-index: 1; padding: 0;}

#footer > div {
    margin-top:0;
    float: left;
    padding: 10px 0 5px 10px;
    background:#fff;
    border-top: 1px solid #f0f0f0;
    width:100%;
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    position: relative;
    z-index: 12;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footer div span.blog {
    float:left;
    margin-top:-2px;
}

#footer div.support-info {
    margin-left:20px;
    color:#4d4d4d;
}

#footer div.support-info a {
    color:#4d4d4d;
}

#footer div span.blog a {
    /*padding-left:10px;*/
}

#footer div ul {
    float:right;
    margin-right:10px;
    margin:0;
}

#footer div ul li {
    float:left;
    margin-right:20px;
    margin-bottom:0;
}

#footer div ul li a {
    color:#4d4d4d;
    font-size:11px;
}

#footer div ul li a:hover {
    color: #55c1e7;
}

#footer div.copyright {
    float:right;
    clear:both;
    color:#4d4d4d;
    border:none;
    margin-top:0;
    margin-right:10px;
    padding-top:0;
    font-size:10px;
}

.center {
    text-align: center;
}

/*#footer > div:hover *,
#footer > div:hover div.support-info a {
    color:#ffffff;
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -moz-transition:all .15s linear;
}

#footer > div:hover a:hover,
#footer > div:hover div.support-info a:hover {
    color:#05c2ea;
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -moz-transition:all .15s linear;
}*/


@media (max-width:1000px) {
    #footer div.support-info {
        display:none;
    }
    #footer div ul {
        position: relative;
        float:none;
        margin:auto;
        width: 470px;
    }
    #footer div ul li:last-child,
    #footer div.copyright {
        margin-right: 0;
    }
}

/***** END footer ************/

/** GREEN **/
.green {
    color:#ffffff;
    float:left;
    border:1px solid #03e16a;
    background:#03e16a;
}

.green:hover {
    background:#03e16a;
}

.simple-modal-wrap {
    content: '';
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    /*min-width: 400px;*/
    height:100%;
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
    top: 0;
    left: -10000px;
    z-index: 1000;
    opacity: 0;
    transition:opacity .2s linear, left 0 linear .2s;
    -webkit-transition:opacity .2s linear, left 0 linear .2s;
    -moz-transition:opacity .2s linear, left 0 linear .2s;
    -ms-transition:opacity .2s linear, left 0 linear .2s;
    -o-transition:opacity .2s linear, left 0 linear .2s;
}

    .showSimple .simple-modal-wrap {
        left: 0;
        opacity: 1;
        transition:opacity .2s linear, left 0 linear 0s;
        -webkit-transition:opacity .2s linear, left 0 linear 0s;
        -moz-transition:opacity .2s linear, left 0 linear 0s;
        -ms-transition:opacity .2s linear, left 0 linear 0s;
        -o-transition:opacity .2s linear, left 0 linear 0s;
    }

    .simple-modal-flow-control {
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height: 100%;
        overflow-x:hidden;
        overflow-y:auto;
        text-align: center;
        z-index: 1000;
    }

        .simple-modal-flow-control:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em;
        }

    .simple-modal {
        background: #ffffff;
        box-shadow: 0px 2px 16px rgba(0, 0, 0, .3);
        padding: 20px;
        min-width: 315px;
        border-radius: 0;
        vertical-align: middle;
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        margin: 40px 10px;
        border-top: 2px solid #03e1ff;
    }

    .simple-modal h5 {
        font-family: 'gibsonSemiBold';
        text-transform: capitalize;
    }

    .simple-modal h3 {
        font-size: 16px;
        background: #3D3D3D;
        text-align: center;
        border-bottom: 1px solid #F0F0F0;
        margin: -10px 0 10px 0;
        color: white;
        text-shadow: none;
        padding: 4px 0 2px 0;
        color: black;
        background: none;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
        font-family: 'gibsonSemiBold';
        display: block;
        clear: both;
    }

    .simple-modal h3.align-left {
        text-align: left;
    }

    .simple-modal .actions {
        text-align:center;
        float: left;
        width: 100% !important;
        padding-top: 14px;
        border-top:1px solid #eee;
    }

    .simple-modal .actions label {
        float: right;
        position: relative;
        top: 3px;
        right: 10px;
    }

    .simple-modal .actions label input {
        width: auto;
    }


    .simple-modal div b {
        display: inline-block;
        text-align: left;
    }
    .simple-modal div input[type='text'] {
        /*width: 200px;*/
        padding: 6px;
    }

    #simple-modal-ajax.simple-modal{
        width:auto;
        overflow-y:auto;
        overflow-x:hidden;
        max-height: 80%;
    }
    #simple-modal-ajax .newLoader{
        margin:20px 0;
    }

    #allofit #eventMessagePreview{
        width:520px !important;
        margin-left: -280px !important;
    }

        #allofit #eventMessagePreview table {
            border: none;
            background: none;
        }

        #allofit #eventMessagePreview table tbody tr:nth-child(even) {
            background: #fff;
        }

        #allofit #eventMessagePreview table tbody tr td {
            padding: 0;
        }

        #allofit #eventMessagePreview table tbody tr.s-headerImage td,
        #allofit #eventMessagePreview table tbody tr td.email-body,
        #allofit #eventMessagePreview table tbody tr td.emailFooterCell {
            border-right: 1px solid #CCC;
        }


.simple-modal.contact_bubble h5 {
    font-weight: bold;
    text-align: center;
    background: #3D3D3D;
    text-shadow: none;
    color: white;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 16px;
}

    .simple-modal.contact_bubble .bubble-inner {
        text-align: left;
    }

    .simple-modal.contact_bubble .bubble-inner label {
        width: 97px;
        display: inline-block;
        text-align: left;
    }

    .simple-modal.contact_bubble .actions {
        margin-top: 20px;
    }

    .simple-modal.contact_bubble .new-event-contact-role-select {
        margin: 0;
    }


    .simple-modal#edit-list-form input#edit-list-name {
        margin: 0px -130px 20px -130px;
        width: 299px;
        display: inline-block;
        font-size: 14px;
    }

    #user-plans {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

        #user-plans .content {
            width: 840px;
            background: white;
            display: inline-block;
            padding-bottom: 20px;
            box-shadow: 0 0 20px black;
        }

        .simple-modal #user-plans .content {
            box-shadow: none;
        }

    #user-plans h3 {
        color: #fff;
        text-shadow:none;
        font-weight: normal;
        font-family: 'GibsonSemiBoldItalic';
        text-transform: uppercase;
        background: #2f2f2f;
        margin-bottom: 20px;
        padding: 4px 0;
    }

    #user-plans .col {
        box-shadow: 0 0 0 1px #000;
        float: left;
        padding: 10px;
        width: 220px;
        height:370px;
        position: relative;
        margin:0 20px;
        overflow: hidden;
        background: #fff;
    }

        #user-plans #tier-1.col {
            border-top: 4px solid #01e16a;
            box-shadow: 0 0 0 1px #01e16a;
        }

            #tier-1.col .subtitle {
                color: #01e16a
            }

        #user-plans #tier-2.col {
            border-top: 4px solid #ff24d3;
            box-shadow: 0 0 0 1px #ff24d3;
        }

            #tier-2.col .subtitle {
                color: #ff24d3;
            }

        #user-plans #tier-3.col {
            border-top: 4px solid #ff0033;
            box-shadow: 0 0 0 1px #ff0033;
        }

            #tier-3.col .subtitle {
                color: #ff0033;
            }

    #user-plans h4{
        font-size:36px;
        font-family: 'GibsonSemiBoldItalic';
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }

    #user-plans .subtitle {
        font-size:16px;
        font-family: 'GibsonSemiBoldItalic';
        margin-bottom: 8px;
        position: relative;
        z-index: 1;
        color: #000;
        text-transform: uppercase;
        text-align: left;
    }

        #user-plans .subtitle:before {
            font-size: 28px;
            position: relative;
            top: 2px;
            margin-right: -4px;
        }

    #user-plans ul{
        position: relative;
        z-index: 1;
        margin-top: 12px;
        text-align: left;
    }
    #user-plans ul li {
        margin-bottom:2px;
        color: #000;
        font-size: 14px;
        font-family: 'GibsonSemiBoldItalic';
        margin-bottom: 5px;
        text-transform: uppercase;
        position: relative;
    }

        #user-plans ul li:before {
            position: relative;
            width: 19px;
            margin-left: 1px;
            font-size: 16px;
            top: 3px;
            text-align: center;
            color: white;
            margin-right: 4px;
        }

        #user-plans ul li:after {
            content: '';
            background: #ff24d3;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 2px;
            left: 0;
            z-index: -1;
            border-radius: 50%;
        }

            #user-plans #tier-1 ul li:after {
                background: #01e16a;
            }

            #user-plans #tier-2 ul li:after {
                background: #ff24d3;
            }

            #user-plans #tier-3 ul li:after {
                background: #ff0033;
            }

                #user-plans #tier-3 ul li:first-child:after {
                    display: none;
                }

    #user-plans h4 {
        text-align: left;
    }

    #user-plans #tier-1 h4,
    #user-plans #tier-1 .bottom a.btn,
    #user-plans #tier-1 ul li {
        color:#01e16a;
    }
    #user-plans #tier-2 h4,
    #user-plans #tier-2 .bottom a.btn,
    #user-plans #tier-2 ul li {
        color:#ff24d3;
    }
    #user-plans #tier-3 h4,
    #user-plans #tier-3 .bottom a.btn,
    #user-plans #tier-3 ul li {
        color:#ff0033;
    }

    #user-plans #tier-1 .bottom {
        background:#01e16a;
    }
    #user-plans #tier-2 .bottom {
        background:#ff24d3;
    }
    #user-plans #tier-3 .bottom {
        background:#ff0033;
    }


    #user-plans .price {
        font-size:20px;
        font-family: 'GibsonBoldItalic';
        text-transform: none;
        margin-bottom: 14px;
        color: white;
        margin-top: 8px;
    }
    #user-plans .bottom{
        width:240px;
        position: absolute;
        left:0;
        bottom: 15px;
        text-align: center;
        margin: 0 0 -15px 0;
    }

    #user-plans .bottom a.btn {
        width: 130px;
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        background: white;
        border: none;
        color: black;
        font-family: 'GibsonBoldItalic' !important;
        text-shadow: none;
        width:130px;
        overflow: hidden;
        border-radius: 2px;
        /*box-shadow: 0 38px 0 #000 inset;
        transition:box-shadow .15s linear, background .2s linear .15s;
        -webkit-transition:box-shadow .15s linear, background .2s linear .15s;
        -moz-transition:box-shadow .15s linear, background .2s linear .15s;
        -ms-transition:box-shadow .15s linear, background .2s linear .15s;
        -o-transition:box-shadow .15s linear, background .2s linear .15s;*/
    }

        #user-plans .bottom a.btn:hover {
            /*background: #000;*/
            color:#fff !important;
            box-shadow: 0 -38px 0 #000 inset;
            background: #fff;
        }

    /* the publisher form */
    div.col div.pane-wrap {
        width:488px;
        float: left;
        margin-left: -10px;
        position: relative;
        transition:all .25s ease-in-out;
        -webkit-transition:all .25s ease-in-out;
        -moz-transition:all .25s ease-in-out;
        -ms-transition:all .25s ease-in-out;
        -o-transition:all .25s ease-in-out;
    }

        div.col div.pane-wrap.p2 {
            margin-left: -250px;
        }

        div.col div.pane-wrap .p1,
        div.col div.pane-wrap .p2 {
            float:left;
            width:240px;
            padding: 10px;
            box-sizing:border-box;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
        }

        div.col div.pane-wrap .p2 {
            background: #fff;
            height: 335px;
        }

        div.col div.pane-wrap.p2 .p2 {
            background: #ff0033;
            transition:all .5s linear;
            -webkit-transition:all .5s linear;
            -moz-transition:all .5s linear;
            -ms-transition:all .5s linear;
            -o-transition:all .5s linear;
        }

        div.col div.pane-wrap .p2 p {
            font-family: 'gibsonSemiBoldItalic';
            font-size: 15px;
            margin-top: 10px;
            margin-bottom: 20px;
            color: #fff;
            text-align: left;
        }

        div.col div.pane-wrap .p2 input {
            width: 220px;
            margin: 0 0 10px 0;
            font-size: 16px;
            padding: 10px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            border: none;
            border-radius: 2px;
            font-family: 'gibsonSemiBoldItalic' !important;
            background:#ffffff;
        }

        div.col div.pane-wrap .p2 input[type="button"] {
            color: white;
            background: black;
            border: none;
            margin-top: 13px;
            text-transform: uppercase;
            font-family: 'gibsonSemiBoldItalic' !important;
            font-size: 20px;
            cursor: pointer;
            transition:all .15s linear;
            -webkit-transition:all .15s linear;
            -moz-transition:all .15s linear;
            -ms-transition:all .15s linear;
            -o-transition:all .15s linear;
        }

            div.col div.pane-wrap .p2 input[type="submit"]:hover {
                background: #ffffff;
                color: #ff0033;
            }
            div.col div.pane-wrap .p2 input[type="button"].smaller {
                font-size: 16px;
            }


/* the burst */

    @-webkit-keyframes opacity-pulse {
        0%   { opacity: .2; }
        50%  { opacity: .3; }
        100% { opacity: .2; }
    }

    @-moz-keyframes opacity-pulse {
        0%   { opacity: .2; }
        50%  { opacity: .3; }
        100% { opacity: .2; }
    }

    @-ms-keyframes opacity-pulse {
        0%   { opacity: .2; }
        50%  { opacity: .3; }
        100% { opacity: .2; }
    }

    @-o-keyframes opacity-pulse {
        0%   { opacity: .2; }
        50%  { opacity: .3; }
        100% { opacity: .2; }
    }

    @-webkit-keyframes chameleon {
        0%   { background:#03e1ff; }
        25%  { background:#ffff00; }
        50%  { background:#ff24d3; }
        75%  { background:#01e16a; }
        100% { background:#03e1ff; }
    }



    span.burst {
        position: absolute;
        background: #03e16a;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        top: -30px;
        right: -30px;
        opacity: .2;
        z-index: 0;
    }

        .tier-1 span.burst {

        }

        .tier-2 span.burst {

        }

        .tier-3 span.burst {

        }

        span.burst img {
            position: absolute;
            top: 20px;
            left: 21px;
            width: 60px;
        }

        span.burst.blue {
            background: #03e1ff;
            -webkit-animation: opacity-pulse 1s linear infinite;
            -moz-animation: opacity-pulse 1s linear infinite;
            -ms-animation: opacity-pulse 1s linear infinite;
            -o-animation: opacity-pulse 1s linear infinite;
        }

        span.burst.green {
            background: #01e16a;
            -webkit-animation: opacity-pulse 1s linear infinite;
            -moz-animation: opacity-pulse 1s linear infinite;
            -ms-animation: opacity-pulse 1s linear infinite;
            -o-animation: opacity-pulse 1s linear infinite;
        }

        span.burst.tomato {
            background: #ff24d3;
            -webkit-animation: opacity-pulse 1s linear infinite .33s;
            -moz-animation: opacity-pulse 1s linear infinite .33s;
            -ms-animation: opacity-pulse 1s linear infinite .33s;
            -o-animation: opacity-pulse 1s linear infinite .33s;
        }

        span.burst.purple {
            background: #ff0033;
            /*-webkit-animation: opacity-pulse 1s linear infinite .66s;
            -moz-animation: opacity-pulse 1s linear infinite .66s;
            -ms-animation: opacity-pulse 1s linear infinite .66s;
            -o-animation: opacity-pulse 1s linear infinite .66s;*/
        }

        span.burst.chameleon {
            opacity: 1;
            background: #03e1ff;
            width: 60px;
            height: 60px;
            top: -12px;
            right: -24px;
            -webkit-animation: chameleon 4s linear infinite;
            -moz-animation: chameleon 4s linear infinite;
            -ms-animation: chameleon 4s linear infinite;
            -o-animation: chameleon 4s linear infinite;
        }

        span.burst.speedy.chameleon {
            -webkit-animation: chameleon .3s linear infinite;
            -moz-animation: chameleon .3s linear infinite;
            -ms-animation: chameleon .3s linear infinite;
            -o-animation: chameleon .3s linear infinite;
        }

        span.burst.chameleon,
        span.burst.chameleon img {
            transition:all .4s linear;
            -webkit-transition:all .4s linear;
            -moz-transition:all .4s linear;
            -ms-transition:all .4s linear;
            -o-transition:all .4s linear;
        }

        span.burst.chameleon img {
            position: absolute;
            top: 11px;
            left: 11px;
            width: 40px;
        }

        a:hover span.burst.chameleon {
            width: 100px;
            height: 100px;
            top: 6px;
            right: 126px;
        }

        a:hover span.burst.chameleon img {
            top: 20px;
            left: 21px;
            width: 60px;
            transform:rotate(-360deg);
            -webkit-transform:rotate(-360deg);
            -moz-transform:rotate(-360deg);
            -ms-transform:rotate(-360deg);
            -o-transform:rotate(-360deg);
        }

/*//////////////////
   SPLUG
//////////////////*/
a.splashbug {
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

a.splashbug .triangle {
    position: absolute;
    border: 71px solid;
    top: -72px;
    right: -71px;
    background:#000;
    border-bottom-color: #000;
    box-shadow: 0px 1px 0 0px #000;
    transform: rotate(45deg);
    transform: rotate(45deg) translate3d(0,0,0);
    -webkit-transform: rotate(45deg) translate3d(0,0,0);
    -moz-transform: rotate(45deg) translate3d(0,0,0);
    -ms-transform: rotate(45deg) translate3d(0,0,0);
    -o-transform: rotate(45deg) translate3d(0,0,0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678,sizingMethod='auto expand');
}
a.splashbug .triangle:hover {
    border-bottom-color: #ffff00;
    background: #ffff00;
}
a.splashbug .triangle:before {
    content: "created with";
    font-size: 8px;
    color: #fff;
    font-family: 'GibsonSemiBoldItalic';
    text-transform: uppercase;
    text-decoration: none;

    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    text-align: center;

}
a.splashbug .triangle:hover:before {
    color: #000;
}
a.splashbug .triangle:after {
    content: "";
    background: transparent url("/images/splug-sprite.png") no-repeat;
    background-size: 100%;
    height: 28px;
    margin-top: 16px;

    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    text-align: center;
    transition: none;
}
a.splashbug .triangle:hover:after {
    background-position: center 110%;
    background-size: 100%;
    height: 44px;
    margin-top: 2px;
    width: 70px;
}


/********************************************/
@media only screen and (max-width: 767px) {
    a.splashbug .triangle {
    border: 65px solid;
    border-bottom-color: #000;
    box-shadow: 0px 1px 0 0px #000;
    }
    a.splashbug .triangle:before {
    content: "";
    }
    a.splashbug .triangle:after {
    background-size: 60px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: 25.5px;
    height: 22px;
    }
    a.splashbug .triangle:hover:after {
        margin-top: 3px;
        height: 39px;
        width: 60px;
}
}

/*****************************************/
@media only screen and (max-width: 479px) {
    a.splashbug .triangle {
    border: 60px solid;
    border-bottom-color: #000;
    box-shadow: 0px 1px 0 0px #000;
    }
    a.splashbug .triangle:before {
    content: "";
    }
    a.splashbug .triangle:after {
    background-size: 50px;
    width: 50px;
    left: 50%;
    margin-left: -25.5px;
    top: 24.5px;
    height: 19px;
    }
    a.splashbug .triangle:hover:after {
        width: 50px;
        margin-top: 4.9px;
        height: 33px;
    }
}

/*a.splashbug {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width:106px;
    height: 105px;
    overflow: hidden;
    background: none;
    text-align: center;
}

a.splashbug img {
    max-width: none;
}

a.splashbug img.bottom {

}

a.splashbug img.top {
    position: absolute;
    top: -120px;
    right: 0;
    opacity: 0;
    transition:top .15s linear;
    -webkit-transition:top .15s linear;
    -moz-transition:top .15s linear;
    -ms-transition:top .15s linear;
    -o-transition:top .15s linear;
}

a.splashbug:hover img.top {
    opacity: 1;
    top: 0;
    right: 0px;
}

a.splashbug img.logo {bottom:0; left: 50%; margin-left: -38px; position: absolute; width: 75px;}

a.splashbug img.logo,
a.splashbug i.burst {
    opacity: 0;
    transition:all 1s linear;
    -webkit-transition:all 1s linear;
    -moz-transition:all 1s linear;
    -ms-transition:all 1s linear;
    -o-transition:all 1s linear;
}

a.splashbug img.logo {
    opacity: 1;
    z-index: 1;
}

a.splashbug:hover img.logo {
    opacity: 0;
}

a.splashbug i.burst {
    width: 35px;
    height: 35px;
    background: url(/images/splash-burst-inner2.png) no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 16px;
    display: block;
    right: 16px;
    opacity: 0;
}

a.splashbug:hover i.burst {
    opacity: 1;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
}*/
/**** END SPLUG ***/


/* Social Intro */

@-webkit-keyframes introbg {
    0%   {background: #000;}
    50%  {background: #333;}
    100% {background: #000;}
}

div#social-intro {
    position: relative;
    display: inline-block;
    top:0;
    left: 0;
    width:100%;
    background: #000;
    border-bottom: 2px solid #aaa;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-family: 'GibsonSemiBoldItalic';
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2) inset;
    overflow: hidden;
}

    div#social-intro div.inner {
        width:960px;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
        padding-top: 10px;
        position: relative;
    }

    /*@-webkit-keyframes infinitum {
        0%  { top: -10px; right:-200px; }
        30%  { top: 100px; right:370px; }
        60%  { top: -48px; right:800px; }
        100%  { top:-10px; right:-200px; }
    }
        div#social-intro div.inner span.burst {
            -webkit-animation: infinitum 10s infinite;
        }*/

    div#social-intro span.burst {
        width: 170px;
        height: 170px;
        right: auto;
        left: -60px;
        top: -60px;
    }

        div#social-intro span.burst img {
            width:127px;
            top:21px;
            left: 21px;
        }

    div#social-intro img.submitted-image {
        width:auto;
        max-width: none;
        height:70px;
        margin: 0 20px 0 0;
        box-shadow: 0 0 10px #000;
    }

        div.social-utils {
            float: right;
            width:290px;
            text-align: center;
            margin-top: -14px;
        }

            div#social-intro h2 {
                color:#03e1ff;
                text-shadow:none;
                font-weight: normal;
                display: block;
                margin: 0;
                font-size: 22px;
            }
                div#social-intro h2 small {
                    color: #03E1FF;
                }

            div#social-intro a.create-link {
                background: #03E1FF;
                padding: 4px 6px;
                display: inline-block;
                font-size: 16px;
                margin-left: 0;
                color: black;
                transition:all .15s linear;
                -webkit-transition:all .15s linear;
                -moz-transition:all .15s linear;
                -ms-transition:all .15s linear;
                -o-transition:all .15s linear;
            }

                div#social-intro a.create-link:hover {
                    background: #fff;
                    color: #000;
                }

                div#social-intro div.like-wrapper{
                    position: absolute;
                    right:-40px;
                }

    div.quote-holder {
        width: 550px;
        font-size: 16px;
    }

        div.quote-holder span {
            display: block;
        }

        div.quote-holder span.quote {
            margin-bottom: 10px;
        }

        div.quote-holder span.author,
        div.quote-holder span.time {
            font-size: 12px;
        }

/* ticketing */

table.line-item-table {
    margin: 10px 0 30px 0;
    border: none;
}

    table.line-item-table thead {
        background: none;
    }

        table.line-item-table thead tr th {
            background: none !important;
            border: none;
            border-bottom: 1px solid #888;
            font-size: 12px;
            font-family: 'gibsonSemiBold';
            color: #000;
        }

        table.line-item-table tr td {
            padding: 14px 10px !important;
            color: #000;
            font-size: 16px;
            font-weight: normal;
            font-family: 'gibsonsemibold';
            border: none;
            border-bottom: 1px dashed #eee;
        }

    table.line-item-table tr:nth-child(even) {
        background: none !important
    }

    table.line-item-table thead tr:hover,
    table.line-item-table tr:hover {
        background: none !important;
        cursor: default !important;
    }



    table.line-item-table tr.total-row td {
        border: none !important;
        background: none !important;
    }

        table.line-item-table tr.total-row:first-child td {
            border-top:1px solid #000 !important;
        }

        table.line-item-table tr.total-row td:last-child {
            background: #eee !important;
        }

        #cart-display h4 {
            font-family: 'gibsonRegular';
            text-transform: uppercase;
            color: black;
            font-size: 16px;
            letter-spacing: .05em;
            /*margin-left: -20px;*/
        }

        /* card card style */

        .card-style {
            /*background: #F8F8F8;
            box-shadow: 0 0 0 1px #e0e0e0;*/
            border-radius: 4px;
            padding: 13px 13px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            /*width: 330px !important;*/
            margin-left: 0;
            margin-top: -14px;
        }

        .card-style .form-row .form-field.big {
            width: 70% !important;
            width: calc( 100% - 65px) !important;
        }

        .card-style .form-row .form-field.half:first-child {
            width: calc(100% - 85px) !important;
        }

            .card-style form.classy .form-row .form-field.multi select {
                min-width: 56px;
            }

            span.cc-sprite {
                float: right;
                width: 120px;
                height: 16px;
                position: relative;
                top: 4px;
                right: 1px;
                overflow: hidden;
            }

                .card-style.active span.cc-sprite {
                    width:26px;
                }

                img.credit-cards-img {
                    width: 220px;
                    max-width: 220px;
                    min-width: 220px;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                    .card-style.MasterCard img.credit-cards-img {

                    }

                    .card-style.Visa img.credit-cards-img {
                        left: -32px;
                    }

                    .card-style.AmericanExpress img.credit-cards-img {
                        left: -64px;
                    }

                    .card-style.Discover img.credit-cards-img {
                        left:-94px;
                    }

                    .card-style.Discover.foreign-currency img.credit-cards-img {
                        left:-63px;
                    }

                    .card-style.DinersClub img.credit-cards-img {
                        left:-127px;
                    }

                    .card-style.JCB img.credit-cards-img {
                        left:-158px;
                    }

                    .card-style.Unknown img.credit-cards-img {
                        left:-192px;
                    }

            span.card-style form.classy .form-row.half .form-row.inner-indent {
                margin-left: 0;
            }

            /* for the purchase page */
            #eventSelect .title h2 {
                font-size: 34px;
                margin: 0 0 20px 0;
                text-transform: uppercase;
                width: 100% !important;
                font-family: 'gibsonBoldItalic';
                position: relative;
                z-index: 1;
            }

            #eventSelect h5 {
                text-transform: uppercase;
                padding: 0;
                margin-top: 20px;
                font-family: 'gibsonSemiBold';
                position: relative;
                z-index: 1;
                line-height: 10px;
                font-size: 16px;
            }

                #eventSelect span.burst {
                    top: -80px;
                    right: -100px;
                    width: 170px;
                    height: 170px;
                }

                    #eventSelect span.burst img {
                        position: absolute;
                        top: 42px;
                        left: 42px;
                        width: 100px;
                    }

            .card-style.purchase {
                margin: 0;
                padding: 13px 16px 52px 16px;
                box-shadow: none;
                background: #f8f8f8;
                box-shadow: 0 0px 0 1px #ccc, 0 1px 0 1px #ccc;
                border-radius: 3px;
            }

                .card-style.purchase.new {
                    padding: 13px 16px;
                }

                .card-style.purchase.new .cc-sprite {
                    right:1px;
                }

            .card-style.purchase h4 {
                display: inline-block;
                font-size: 11px;
                color: #888;
                font-weight: normal;
                font-family: 'gibsonSemiBold';
                margin: 0px 0 10px 0;
                text-align: left;
                width: 100%;
            }

            .card-style.purchase .cc-sprite {
                position: absolute;
                top: 2px;
                right: -16px;
            }

            .card-style.purchase .form-field.title span {
                text-transform: none;
                font-family: 'gibsonSemiBold';
                font-size: 18px;
                margin-left: 10px;
            }

                .card-style.purchase .form-field.title span.cc-type {
                    font-size: 13px;
                    text-transform: uppercase;
                }

            .card-style.purchase span.change-card.link {
                font-size: 10px;
                text-transform: uppercase;
                color: #888 !important;
                background: #DDD;
                padding: 0px 4px;
                border-radius: 2px;
                position: absolute;
                white-space: nowrap;
                bottom: -52px;
                right: 0;
                line-height: 2em;
            }

                .card-style.purchase span.change-card.link:hover {
                    background: #000;
                    color: #fff !important;
                }

            button.submit-button {
                text-shadow:none !important;
                background: #000;
            }

            /* diy plan options */

            .cc-big-wrap {
                float: right;
                width: 333px;
                min-height: 460px;
                background: #fff;
                border-radius: 2px;
                box-shadow: 0px -2px 0 1px #ddd inset, 0 0 0 1px #ddd inset;
                padding: 11px 20px;
            }

            #payment-form div.options {
                float: left;
                width: 640px;
                /*min-height: 570px;*/
            }

            #cc-form div.options div.option {
                width: 608px;
                margin-bottom: 14px;
                color: black;
                font-size: 16px;
                float: left;
                position: relative;
                cursor: pointer;
            }

                #cc-form div.options div.option.disabled {
                    cursor: default;
                }

                #cc-form div.options div.option div.left,
                #cc-form div.options div.option div.right {
                    border: 1px solid #ddd;
                    background: #fff;
                    padding: 30px 20px;
                    padding: 21px 20px;
                    float: right;
                    height: 105px;
                    height: 85px;
                    position: relative;
                    box-sizing:border-box;
                    -webkit-box-sizing:border-box;
                    -moz-box-sizing:border-box;
                }

                    #cc-form div.options div.option.active div.left,
                    #cc-form div.options div.option.active div.left:hover,
                    #cc-form div.options div.option.active:hover div.left,
                    #cc-form div.options div.option.active div.right {
                        border: 1px solid #8162fb;
                        background: #fff;
                    }

                    #cc-form div.options div.option div:before,
                    #cc-form div.options div.option div:after {
                        content: '';
                        position: absolute;
                        width: 30px;
                        height: 30px;
                        border-radius: 100px;
                        top: 50%;
                        margin-top: -15px;
                    }

                    #cc-form div.options div.option div:after {
                        width:15px;
                        box-shadow: none !important;
                        border-radius: 0 !important;
                    }

                    #cc-form div.options div.option div.left {
                        width:460px;
                        text-align: left;
                        border-radius: 0 6px 6px 0;
                        padding: 27px 20px 30px 20px;
                        padding: 15px 20px 20px 20px;
                    }

                        #cc-form div.options div.option:hover div.left {
                            background: #fff;
                            border: 1px solid #8162fb;
                        }

                            #cc-form div.options div.option.active:hover div.left-arrow {
                                background: #8162fb;
                                border: 1px solid #8162fb;
                            }

                            #cc-form div.options div.option.disabled div.left,
                            #cc-form div.options div.option.disabled div.left:hover,
                            #cc-form div.options div.option.disabled:hover div.left {
                                background: #f8f8f8;
                                border: 1px solid #eee;
                            }

                        div.option div.left:before,
                        div.option div.left:after {
                            left: -15px;
                            background: #fff;
                            box-shadow: 0 0 0 1px #ddd inset;
                            z-index: 1;
                        }

                            div.option.active div.left:before,
                            div.option.active div.left:hover:before,
                            div.option.active:hover div.left:before {
                                background: #fff;
                                box-shadow: 0 0 0 1px #8162fb inset;
                            }

                            div.option div.left:after {
                                left: -15px;
                            }

                                div.option.active div.left:after,
                                div.option.active div.left:hover:after,
                                div.option.active:hover div.left:after {
                                    /*right: 0;
                                    background: #03e1ff;*/
                                }

                            div.option:hover div.left:before,
                            div.option:hover div.left:after {
                                background: #fff;
                                box-shadow: 0 0 0 1px #8162fb inset;
                            }

                            div.option.disabled div.left:before,
                            div.option.disabled.active div.left:before,
                            div.option.disabled div.left:after,
                            div.option.disabled.active div.left:after,
                            div.option.disabled div.left:hover:before,
                            div.option.disabled.active div.left:hover:before,
                            div.option.disabled div.left:hover:after,
                            div.option.disabled.active div.left:hover:after,
                            div.option.disabled:hover div.left:before,
                            div.option.disabled.active:hover div.left:before,
                            div.option.disabled.active:hover div.left:after,
                            div.option.disabled:hover div.left:after {
                                background: #fff;
                                box-shadow: 0 0 0 1px #eee;
                            }


                            div.option.active div.left:before,
                            div.option.active div.left:after,
                            div.option.active div.left:before:hover,
                            div.option.active div.left:after:hover {
                                background: #fff;
                                border: none;
                            }

                        div.option div.left .form-field.title.filled {
                            margin: 2px 0 0 10px;
                            color: white;
                            font-family: 'gibsonSemiBold';
                        }

                    #cc-form div.options div.option div.right {
                        width:110px;
                        text-align: center;
                        border-radius: 6px 0 0 6px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        cursor: pointer;
                        background: #fff;
                        z-index: 1;
                        transition:left .3s linear;
                        -webkit-transition:left .3s linear;
                        -moz-transition:left .3s linear;
                        -ms-transition:left .3s linear;
                        -o-transition:left .3s linear;
                    }

                        #cc-form div.options div.option:hover div.right {
                            left: 10px;
                        }

                        #cc-form div.options div.option:hover div.right {
                            background: #fff;
                            border: 1px solid #8162fb;
                        }

                        #cc-form div.options div.option.active div.right,
                        #cc-form div.options div.option.active div.right:hover {
                            background: #fff;
                            left: 40px;
                        }

                            #cc-form div.options div.option.active div.right:hover {
                                background: #fff;
                            }

                        #cc-form div.options div.option.disabled div.right,
                        #cc-form div.options div.option.disabled:hover div.right,
                        #cc-form div.options div.option.disabled div.right:hover  {
                            background: #f8f8f8;
                            border: 1px solid #eee;
                        }

                        #cc-form div.options div.option div.right:before,
                        #cc-form div.options div.option div.right:after {
                            right: -15px;
                            background: #fff;
                            box-shadow: 0 0 0 1px #ddd inset;
                        }

                            #cc-form div.options div.option div.right:after {
                                right: 0;
                            }

                            #cc-form div.options div.option:hover div.right:before,
                            #cc-form div.options div.option.active div.right:before {
                                box-shadow: 0 0 0 1px #8162fb inset;
                                background: #fff;
                            }

                                #cc-form div.options div.option.disabled:hover div.right:before,
                                #cc-form div.options div.option.disabled.active div.right:before {
                                    box-shadow: 0 0 0 1px #ddd inset;
                                    background: #F8F8F8;
                                }

                            #cc-form div.options div.option:hover div.right:after,
                            #cc-form div.options div.option.active div.right:after {
                                background: #fff;
                            }

                                #cc-form div.options div.option.disabled:hover div.right:after,
                                #cc-form div.options div.option.disabled.active div.right:after {
                                    background: #F8F8F8;
                                }

                        #cc-form div.options div.option div.right .icon {
                            font-size: 50px;
                            margin-left: 12px;
                            color: #000;
                            top: 7px;
                            position: relative;
                        }

                            #cc-form div.options div.option:hover div.right .icon,
                            #cc-form div.options div.option:hover div.right:hover .icon {
                                color: #8162fb;
                            }

                            #cc-form div.options div.option div.right:hover .icon,
                            #cc-form div.options div.option.active div.right .icon {
                                color: #8162fb;
                            }

                                #cc-form div.options div.option.disabled div.right .icon,
                                #cc-form div.options div.option.disabled:hover div.right .icon {
                                    color: #888 !important;
                                }

                                #cc-form div.options div.option.active div.right:hover .icon {
                                    color: #8162fb;
                                }

                        #cc-form div.options div.option div.right div.add-cart-wrap {
                            font-size: 13px;
                            font-family: 'gibsonSemiBold';
                            text-align: center;
                            position: absolute;
                            left: 0;
                            bottom: 8px;
                            width:100%;

                            display: none;
                        }

                            #cc-form div.options div.option div.right a.add-cart {
                                color: #000;
                                padding: 2px 4px;
                                border-radius: 2px;
                            }

                            #cc-form div.options div.option:hover div.right a.add-cart {
                                color: #03E1FF;
                                background: none;
                            }

                            #cc-form div.options div.option.active div.right a.add-cart,
                            #cc-form div.options div.option.disabled div.right a.add-cart {
                                color: #03e1ff;
                                background: none;
                            }

                                #cc-form div.options div.option.disabled div.right a.add-cart {
                                    color: #888;
                                }

                                #cc-form div.options div.option.active div.right:hover a.add-cart {
                                    color:#03E1FF;
                                }

                    #cc-form div.options div.option div.amount-wrap,
                    #cc-form div.options div.option.disabled.active div.left div.amount-wrap,
                    #cc-form div.options div.option.disabled div.left div.amount-wrap,
                    #cc-form div.options div.option.disabled.active:hover div.left div.amount-wrap,
                    #cc-form div.options div.option.disabled:hover div.left div.amount-wrap,
                    #cc-form div.options div.option.disabled.active div.left:hover div.amount-wrap,
                    #cc-form div.options div.option.disabled div.left:hover div.amount-wrap,
                    #cc-form div.options div.option.active div.left:hover div.amount-wrap {
                        position: absolute;
                        top: 0;
                        right: 0;
                        background: #F8F8F8;
                        height: 83px;
                        padding: 10px 15px 10px 10px;
                        min-width: 115px;
                        z-index: 2;
                        border-left: 1px dashed #ddd;
                        border-radius: 0 6px 6px 0;
                        box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                    }

                        #cc-form div.options div.option:hover div.left div.amount-wrap {
                            background:#fff;
                            border-left: 1px dashed #8162fb;
                        }

                        #cc-form div.options div.option div.left:hover div.amount-wrap {
                            background:#fff;
                            border-left: 1px dashed #8162fb;
                        }

                        #cc-form div.options div.option.active div.amount-wrap,
                        #cc-form div.options div.option.active div.left:hover div.amount-wrap,
                        #cc-form div.options div.option.disabled div.amount-wrap,
                        #cc-form div.options div.option.disabled:hover div.amount-wrap {
                            /*right: 1px;*/
                        }

                        #cc-form div.options div.option.active div.left div.amount-wrap,
                        #cc-form div.options div.option.active:hover div.left div.amount-wrap,
                        #cc-form div.options div.option.active div.left:hover div.amount-wrap {
                            background: #fff;
                            border-left: 1px dashed #8162fb;
                            color: #8162fb;
                        }

                        #cc-form div.options div.option div.amount-wrap .amount {
                            font-family: 'gibsonSemiBold';
                            font-size: 26px;
                            text-align: center;
                            margin-top: 32px;
                            margin-top: 23px;
                            display: block;
                        }

                            #cc-form div.options div.option.disabled div.amount-wrap .amount {
                                color: #888;
                            }

                #cc-form div.options div.option .type {
                    font-family: 'gibsonBold';
                    font-size: 18px;
                    margin: 0 0 2px 10px;
                }

                    #cc-form div.options div.option.active .type,
                    #cc-form div.options div.option.active .definition {
                        color: #8162fb;
                    }

                    #cc-form div.options div.option.disabled .type,
                    #cc-form div.options div.option.disabled .definition {
                        color: #888;
                    }

                #cc-form div.options div.option .definition {
                    font-family: 'gibsonRegular';
                    display: block;
                    margin-left: 10px;
                    margin-top: 0px;
                    text-transform: none;
                    width: 310px;
                    font-size: 13px;
                    line-height: 1em;
                }

                #custom_domain_input {
                    margin: -5px 0 0 10px;
                    width: 200px;
                    border: none;
                    display: none;
                    box-shadow: 0 0 0 1px #ccc;
                }

                    div.option.active #custom_domain_input {
                        display: block;
                    }

                /* options interactions */
                #cc-form div.options div.option.active div.right,
                #cc-form div.options div.option.disabled div.right {
                    right: 0;
                    border-left: 1px solid #8162fb;
                }

                    #cc-form div.options div.option.disabled div.right {
                        border-left: 1px solid #eee;
                    }

                .option .check-mark {
                    position: absolute;
                    left: 4px;
                    color: #eee;
                    font-size: 20px;
                    background: white;
                    padding: 3px 3px 0px 3px;
                    border-radius: 100px;
                    top: 28px;
                }

                    .option.disabled .check-mark,
                    .option.active.disabled .check-mark {
                        color: #fff;
                        background: #999;
                    }

            .emailCount-wrap {
                position: relative;
                width: 310px;
                height: 36px;
                display: block;
                float: left;
                margin-top: 0;
                margin-left: 10px;
            }

            #emailCountSelector {
                float: none;
                position: absolute;
                top: 0;
                left: 0;
                font-family: 'gibsonRegular';
                background: #fff;
                border: 1px solid #eee;
                border-radius: 2px;
                width: 277px;
                cursor: pointer;
                z-index: 1;
                font-size: 18px;
                text-align: center;
                margin-top: 0;
                margin-left: 0;
            }

                #emailCountSelector li.active:before,
                #emailCountSelector li.active:after {
                    content: '';
                    position: absolute;
                    top:0;
                    right: 0;
                    width:12px;
                    height: 100%;
                    background: #eee;
                }

                    #emailCountSelector.open li.active:before,
                    #emailCountSelector.open li.active:after {
                        display: none;
                    }

                    #emailCountSelector li.active:after {
                        content: '';
                        border-top:4px solid #000;
                        border-right: 4px solid transparent;
                        border-left: 4px solid transparent;
                        position: absolute;
                        top:50%;
                        right: 2px;
                        margin-top: -2px;
                        width:0;
                        height: 0;
                        background: none;
                    }

                        #emailCountSelector li.active:hover:before {
                            background: #000;
                        }

                        #emailCountSelector li.active:hover:after {
                            border-top: 4px solid #fff;
                        }

                    #emailCountSelector li.active.open:before,
                    #emailCountSelector li.active.open:after {
                        display: none;
                    }

                #emailCountSelector:hover {
                    box-shadow: 0 0 0 1px #eee inset;
                }

                    #emailCountSelector.open,
                    #emailCountSelector:hover {
                        border: 1px solid #000;
                        box-shadow: 0 4px 8px #ddd;
                    }

                #emailCountSelector li {
                    display: none;
                    margin: 0;
                    cursor: pointer;
                    padding:10px 20px 10px 0px;
                }

                    #emailCountSelector.open li {
                        border-bottom: 1px dotted #eee;
                    }

                #emailCountSelector li.active,
                #emailCountSelector.open li {
                    display: block;
                }

                    #emailCountSelector li:hover {
                        background: #ffff00;
                    }

            .option .check-mark {
                position: absolute;
                left: 4px;
                color: #eee;
                font-size: 14px;
                background: white;
                padding:0;
                border-radius: 100px;
                top: 42px;
                top: 31px;
                width:20px;
                height: 20px;
                text-align: center;
                line-height: 20px;
                display: none;
            }

                .option.active .check-mark {
                    color: #fff;
                    background: #8162fb;
                    display: block;
                }

            #payment-form div.total {
                float: right;
                display: block;
                width: 569px;
                border-top: 1px solid #8162FB;
                padding: 0;
                margin: 10px 30px 30px 0;
                background: #FAF9FF;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

                #payment-form div.total h2 {
                    font-size: 26px;
                    width:auto !important;
                    min-width: 100px;
                    font-family: 'gibsonSemibold';
                    text-align: right;
                    margin: 20px 15px 20px 20px;
                }

                #payment-form div.total h2:last-child {
                    color:#8162fb;
                }

.content.row.theme {
    float: left;
    width: 100%;
    max-width: none;
}

.pay-wrap.twelve.columns {
    padding: 2em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


        div.pro-inquire {
            width: 569px;
            margin-right: 30px;
            float: right;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        div.pro-inquire .bigBtn {
            border: 1px solid #8162FB;
            color: #000;
            border-radius: 6px;
            padding: 2em 7em;
            text-align: center;
            user-select: none;
            -webkit-user-select: none;
        }
            div.pro-inquire p{
                margin-bottom: 12px;
            }
            div.pro-inquire small {
                font-family: GibsonSemiBold;
                font-size: 16px;
            }
            div.pro-inquire span {
                font-size: 30px;
                color: #8162FB;
            }

            div.pro-inquire p.desc {
                line-height: 1em;
                font-size: 18px;
                font-family: GibsonRegular;
                max-width: 305px;
                margin-right: auto;
                margin-left: auto;
            }
            div.pro-inquire a.nu-btn{
                box-shadow: none;
                font-family: GibsonSemiBold;
                background-color: #8162FB;
                color: #fff;
                font-size: 18px;
                width: 100%;
                max-width: 385px;
                transition: all 0.15s;
                overflow: hidden;
                display: inline-block;
            }
            div.pro-inquire a.nu-btn:hover{
                background-color: #6549D5;
                color: #fff;
                box-shadow: none;
            }

            form.classy .form-row.payout-wrap {
                background: #fff;
            }

                form.classy .form-row.payout-wrap label {
                    font-size: 14px;
                }

            /* the receipt page */

            #payment-form.receipt div.total {
                margin-bottom: 40px;
                margin-left: 40px;
                float: left;
            }

            div#payment-form.receipt div.options {
                display: block;
                float: left;
            }

            div#payment-form.receipt div.options div.option.disabled .type,
            div#payment-form.receipt div.options div.option.disabled .definition,
            div#payment-form.receipt div.options div.option.disabled div.amount-wrap .amount,
            div#payment-form.receipt div.options div.option.disabled div.right .icon {
                color: #2f2f2f !important;
            }

            /* vanity url receipt page */
            .vanity-url-setup-instructions h4 {
                color: #000;
                margin-bottom: 20px;
            }

            .vanity-url-setup-instructions .faqs h5 {
                text-align: left;
            }

                .vanity-url-setup-instructions .faqs,
                .vanity-url-setup-instructions .faqs h4 {
                    color: #888;
                    text-align: left;
                    margin-bottom: 0;
                }

            .vanity-url-setup-instructions .url-tip {
                margin-bottom: 30px;
                width: 320px;
                background: #f8f8f8;
                margin-right: 20px;
                padding: 10px;
                box-shadow: 2px 0 0 #03e16a inset;
            }

                .vanity-url-setup-instructions .url-tip p {
                    margin: 0;
                    color: #555;
                    text-align: left;
                }

                .vanity-url-setup-instructions .url-tip b {
                    width:auto;
                }

                .vanity-url-setup-instructions .url-tip b.type {
                    font-size: 16px;
                    color: #03e16a;
                }

                .vanity-url-setup-instructions .url-tip li {
                    text-align: left;
                }

                .vanity-url-setup-instructions .url-tip .action-btn {
                    margin-top: -33px;
                    background: #03e16a;
                }

                .vanity-url-setup-instructions .url-tip div {
                    border-top: 1px solid #ddd;
                    padding-top: 20px;
                    margin-top: 10px;
                }

                .vanity-url-setup-instructions .qc-wrap {
                    text-transform: none;
                    background: rgb(255, 255, 199);
                    float: left;
                    padding: 8px 10px;
                }

#liteContactModal {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2;
    padding: 0;
    text-align: center;
    opacity: 0;
    /*background: rgba(129, 98, 251, 0.85);*/
    transition: opacity .3s .3s, left .3s .3s;
    -webkit-transition: opacity .3s .3s, left .3s .3s;
    -moz-transition: opacity .3s .3s, left .3s .3s;
    -ms-transition: opacity .3s .3s, left .3s .3s;
    -o-transition: opacity .3s .3s, left .3s .3s;
}

    #liteContactModal.confirmed {
        /* Confirmed color */
        background: rgba(129, 98, 251, 0.85);
    }

    #liteContactModal .inner {
        background: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 300px;
        padding: 1em;
        border-radius: 6px;
        border-top: 8px solid #8162FB;
        transform: translateX(-50%) translateY(200%);
        -webkit-transform: translateX(-50%) translateY(200%);
        -moz-transform: translateX(-50%) translateY(200%);
        -ms-transform: translateX(-50%) translateY(200%);
        -o-transform: translateX(-50%) translateY(200%);

        transition: all .3s 0s;
        -webkit-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        -ms-transition: all .3s 0s;
        -o-transition: all .3s 0s;
    }

        #liteContactModal .inner .input-wrap:before {
            content: '';
            color: #eb444e;
            width: 100%;
            text-align: center;
            height: 0;
            overflow: hidden;
            display: block;
            transition: height .3s 0s;
            -webkit-transition: height .3s 0s;
            -moz-transition: height .3s 0s;
            -ms-transition: height .3s 0s;
            -o-transition: height .3s 0s;
        }

            #liteContactModal .inner .input-wrap.error:before {
                height: 1.3em;
            }

            #liteContactModal .inner .input-wrap.is-name:before {
                content: 'Your name please.';
            }

            #liteContactModal .inner .input-wrap.is-email:before {
                content: 'Please enter a valid email address.';
            }

    #liteContactModal.active {
        background: rgba(0, 0, 0, 0.85);
        top: 0;
        left: 0;
        opacity: 1;
        transition: opacity .2s 0s;
        -webkit-transition: opacity .2s 0s;
        -moz-transition: opacity .2s 0s;
        -ms-transition: opacity .2s 0s;
        -o-transition: opacity .2s 0s;
    }

        #liteContactModal.active .inner {
            transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);

            transition: all .3s .3s linear;
            -webkit-transition: all .3s .3s linear;
            -moz-transition: all .3s .3s linear;
            -ms-transition: all .3s .3s linear;
            -o-transition: all .3s .3s linear;
        }

        #liteContactModal.active.confirmed {
            background: rgba(129, 98, 251, 0.85);
            transition: all .3s .4s linear;
            -webkit-transition: all .3s .4s linear;
            -moz-transition: all .3s .4s linear;
            -ms-transition: all .3s .4s linear;
            -o-transition: all .3s .4s linear;
        }
            #liteContactModal.confirmed .inner {
                border-top: 0 solid transparent;
                transition: all .3s 0s linear;
                -webkit-transition: all .3s 0s linear;
                -moz-transition: all .3s 0s linear;
                -ms-transition: all .3s 0s linear;
                -o-transition: all .3s 0s linear;
            }

    #liteContactModal .closeLiteModal.main {
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: 1em;
        color: #fff;
        cursor: pointer;
        font-size: 1.6em;
    }

        #liteContactModal .closeLiteModal:hover {
            color: rgba(255, 255, 255, 0.6);
        }

    #liteContactModal small,
    #liteContactModal p {
        color: #606060;
        font-family: 'gibsonLight';
    }

    #liteContactModal p {
        font-size: 1.1em;
        padding: 0 2em;
    }

    #liteContactModal h4 {
        color: #8162FB;
    }

    /*#liteContactModal.whiteGlove h4:before {
        content: 'White Glove Package'
    }

    #liteContactModal.sds h4:before {
        content: 'Splash Design Services'
    }*/

    #liteContactModal input {
        font-size: 1.2em;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 0.5em;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition: all .3s 0s;
        -webkit-transition: all .3s 0s;
        -moz-transition: all .3s 0s;
        -ms-transition: all .3s 0s;
        -o-transition: all .3s 0s;
    }

        #liteContactModal .input-wrap.error input {
            border: 1px solid #E45460;
            background: #E45460;
        }

        #liteContactModal .input-wrap.error ::-webkit-input-placeholder {
           color: #fff !important
        }

        #liteContactModal .input-wrap.error :-moz-placeholder {
           color: #fff !important
        }

        #liteContactModal .input-wrap.error ::-moz-placeholder {
           color: #fff !important
        }

        #liteContactModal .input-wrap.error :-ms-input-placeholder {
           color: #fff !important
        }

        /*#liteContactModal input:hover {
            border: 1px solid #a0a0a0;
        }*/

        #liteContactModal input:focus {
            border: 1px solid #8162FB;
            box-shadow: none;
        }

    #liteContactModal button {
        border: none;
        border-radius: 26px;
        margin-top: 2em;
        margin-bottom: 1em;
        color: #fff;
        padding: .5em 2em;
        background: #8162FB;
        border: 1px solid #8162FB;
        cursor: pointer;
        outline: none;
        font-size: 1.1em;
        box-shadow: 0 0 0 0 #8162FB;
        transition: all .1s linear;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
        -o-transition: all .1s linear;
    }

    #liteContactModal button:focus,
    #liteContactModal button:hover {
        box-shadow: 0 0 0 3px #5A41BF;
        background: #5A41BF;
        border: 1px solid #5A41BF;
    }

        #liteContactModal.sending button {
            background: #e0e0e0;
            border-color: #e0e0e0;
            box-shadow: 0  0 0 #8162FB
        }

    #liteContactModal .confirmation {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 7px;
    }

        #liteContactModal.confirmed .confirmation {
            top: 0;
        }

    #liteContactModal .confirmation .confirmation-inner {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #8162FB;
    }

        #liteContactModal.confirmed .confirmation .confirmation-inner {
            bottom: 0;
            transition: bottom .2s .1s linear;
            -webkit-transition: bottom .2s .1s linear;
            -moz-transition: bottom .2s .1s linear;
            -ms-transition: bottom .2s .1s linear;
            -o-transition: bottom .2s .1s linear;
        }

        #liteContactModal .confirmation .confirmation-inner h4:before {
            display: none;
        }

        #liteContactModal .confirmation .confirmation-inner .nu-btn {
            font-family: 'gibsonSemiBold';
            text-transform: none;
            width: auto;
            display: inline-block;
            text-align: center;
            padding: 0.6em 3em;
            border: none;
            box-shadow: none;
            border-radius: 50px;
            font-size: 1.1em;
            background: none;
            border: 1px solid #FFF;
            color: #FFF;
            transition: all .1s linear;
            -webkit-transition: all .1s linear;
            -moz-transition: all .1s linear;
            -ms-transition: all .1s linear;
            -o-transition: all .1s linear;
        }

            #liteContactModal .confirmation .confirmation-inner .nu-btn:hover {
                background: #fff;
                color: #8162FB;
                box-shadow: 0 0 0 3px #FFF;
            }

        #liteContactModal .confirmation .confirmation-inner p,
        #liteContactModal .confirmation .confirmation-inner h4 {
            color: #fff
        }

        #liteContactModal .confirmation .confirmation-inner .v-center {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }


form.classy .form-row .form-field.big {
    width: 70%;
    width: calc( 100% - 70px );
    float: left;
}

@media (max-width: 1175px) {

    #payment-form div.options {
        display: inline-block;
        float: left;
        width: calc(100% - 330px);
    }

    .cc-big-wrap{
        width: 300px;
    }

        #cc-form div.options div.option {
            width: 100%;
        }

        #cc-form div.options div.option div.left {
            width: calc(100% - 75px);
        }

        #cc-form div.options div.option.active div.right, #cc-form div.options div.option.active div.right:hover {
            left: 18px;
        }

        #cc-form div.options div.option .definition {
            width: calc( 100% - 80px );
        }

        #payment-form div.total {
            width: 100%;
            margin: 10px 0;
        }

        div.pro-inquire {
            width: 100%;
            margin-right: 0;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        #emailCountSelector {
            width: 100%;
            font-size: 14px;
        }

        .emailCount-wrap {
            width: calc( 100% - 90px );
        }

        #custom_domain_input {
            margin: -13px 0 0 10px;
            box-shadow: 0 0 0 1px #CCC, 0 0 0 10px #FFF;
            z-index: 1;
            position: relative;
        }

        #cc-form div.options div.option div.amount-wrap, #cc-form div.options div.option.disabled.active div.left div.amount-wrap, #cc-form div.options div.option.disabled div.left div.amount-wrap, #cc-form div.options div.option.disabled.active:hover div.left div.amount-wrap, #cc-form div.options div.option.disabled:hover div.left div.amount-wrap, #cc-form div.options div.option.disabled.active div.left:hover div.amount-wrap, #cc-form div.options div.option.disabled div.left:hover div.amount-wrap, #cc-form div.options div.option.active div.left:hover div.amount-wrap {
            min-width: 85px
        }

        #footer,
        #footer > div {
            min-width: 0;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

    #payment-form .apply-to-wrap {
        float: none;
        display: inline-block;
    }

    .card-style.purchase {
        display: inline-block;
        float: none;
    }
    form.classy .form-row .form-field button, form.classy .form-row .form-field button[type="submit"] {
        float: none;
    }
    .card-style.purchase.hide {
        display: none;
    }
    .planInfo p {
        max-width: 400px;
        float: none;
        display: inline-block !important;
        margin-top: 20px;
    }

    .bigBtn p{
        max-width: none;
        display: block !important;
    }

    #cc-form div.options div.option div.right {
        width: 60px;
        /*margin-left: 13px;*/
    }

    #cc-form div.options div.option div.right .icon {
        z-index: 1;
        font-size: 33px;
        margin-left: 0;
    }

    #custom_domain_input {
        width: calc(100% - 94px);
    }

    #payment-form .apply-to-wrap {
        width: 100%;
    }

    #cc-form div.options div.option div.right .icon.icons3-mail {
        margin-left: -4px;
    }

    .option .check-mark {
        font-size: 11px;
        border-radius: 120px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        display: none;
        left: 1px;
        top: auto;
        bottom: 1px;
        width: 16px;
    }

    form.classy .form-row .form-field.small {
        width: 59px !important;
        margin-right: 0 !important;
        float: right;
    }

    form.classy .form-row {
        float: left;
    }

    #billing-info-form > div.cc-big-wrap > div:nth-child(4) > div > button {
        width: 100% !important;
    }
}

@media (max-width: 850px) {
    #payment-form div.options {
        width: 100%;
    }

    .cc-big-wrap {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        max-width: 400px;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        box-shadow: none;
    }

    .section.pay-wrap div#payment-form h1 {
        text-align: center;
        margin-bottom: 1em;
    }
}

@media (max-width: 1175px) {

}

@media (max-width: 600px) {

    #cc-form div.options div.option div.right {
        width: 60px;
    }

    #cc-form div.options div.option div.right .icon {
        font-size: 30px;
        margin-left: 0;
        z-index: 1;
    }

    .option .check-mark {
        left: 1px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }

    #cc-form div.options div.option div.left .form-field.title {
        position: absolute;
        bottom: 0;
        left: 1.2em;
        background: #FFF;
        height: calc(100% - 49px);
    }

    #cc-form div.options div.option div.right {
        left: 0px;
    }

    #cc-form div.options div.option div.left {
        width: calc(100% - 75px);
    }

    #cc-form div.options div.option div.amount-wrap .amount {
        font-size: 16px;
    }

    #cc-form div.options div.option .definition {
        width: calc( 100% - 55px );
        font-size: 11px;
    }

    #cc-form div.options div.option .type {
        font-size: 16px;
    }

    #cc-form div.options div.option div.amount-wrap, #cc-form div.options div.option.disabled.active div.left div.amount-wrap, #cc-form div.options div.option.disabled div.left div.amount-wrap, #cc-form div.options div.option.disabled.active:hover div.left div.amount-wrap, #cc-form div.options div.option.disabled:hover div.left div.amount-wrap, #cc-form div.options div.option.disabled.active div.left:hover div.amount-wrap, #cc-form div.options div.option.disabled div.left:hover div.amount-wrap, #cc-form div.options div.option.active div.left:hover div.amount-wrap {
        min-width: 52px;
        padding-right: 2px;
        padding-left: 2px;
    }

    #emailCountSelector {
        font-size: 13px;
    }

    .emailCount-wrap {
        width: calc( 100% - 50px );
    }

    #custom_domain_input {
        width: 130px;
    }

    div.stub-preview {
        width: 90px !important;
    }

    form.classy .form-row.ticket-row .form-field.quarter {
        width: calc(50% - 45px) !important;
    }

    form.classy .form-row.ticket-row .form-field.half {
        width: calc( 100% - 85px ) !important;
    }

    #payment-form h2.ticket-purchase > span {
        display: none;
    }

}

@media (max-width: 500px) {
    form.classy .form-row.ticket-row .form-field.quarter {
        width: calc(100% - 85px) !important;
        float: left !important
    }
    div.pro-inquire .bigBtn{
        padding: 2em;
    }
}

@media (max-width: 474px) {
    .section.pay-wrap div#payment-form h1 {
        font-size: 24px;
    }
}

/** INLINE PROFILE DROPDOWN PHOTO UPLOAD ***/
#ddProfileImageUploader .btn{
    display: none;
    background: none;
    background-color: rgba(0,0,0,.6);
    color: #ffffff;
    text-shadow:none;
    border: none;
    top:-65px;
    font-family: 'gibsonSemiBold';
    padding:10px 2px 2px 2px;
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    margin:0;
    text-align: center;
    font-size: 12px;
}
ul.user-profile-details li.top-half:hover #ddProfileImageUploader .btn{
    display: block;
}
#ddProfileImageUploader .btn:hover{
    background-color: rgba(0,0,0,.8);
}
#ddProfileImageUploader ul.qq-upload-list{
    display: none;
}
/** END INVLINE PROFILE DROPDOWN PHOTO UPLOAD ***/

/**** LITESAVER ****/
/*************************
***      litesaver     ***
**************************/
li.litesaver-wrap,
ul.litesaver {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: #ffff00;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: -1;
}

    li.litesaver-wrap {
        top: 50px;
        z-index: 0;
        transition:top .2s linear;
        -webkit-transition:top .2s linear;
        -moz-transition:top .2s linear;
        -ms-transition:top .2s linear;
        -o-transition:top .2s linear;
    }

        .subnav.editing li.litesaver-wrap {
            top: 0;
        }

    ul.litesaver {
        box-shadow: 0 0 0 2px #f8f8f8 inset;
    }

    ul.litesaver li {
        position: relative;
        cursor: pointer;
        font-size: 14px;
        height: 39px;
        overflow: hidden;
        border: none;
    }

        ul.litesaver li a,
        ul.litesaver li span {
            position: relative;
            background: #000;
            color: #fff;
            height: 36px;
            line-height: 36px;
            width: 90px;
            float: left;
            text-align: center;
            margin-top: 3px;
            padding: 0;
            border-radius: 0;
            box-shadow: 0 0 0 4px #ffff00 inset, 0 0 0 5px #000000 inset, 0 0 0 6px #fff inset;
            transition:all .15s linear;
            -webkit-transition:all .15s linear;
            -moz-transition:all .15s linear;
            -ms-transition:all .15s linear;
            -o-transition:all .15s linear;
        }

        ul.litesaver li.cancel a.disabled{
            opacity: 0.6;
            cursor: default;
        }
            ul.litesaver li.blue a {
                width:180px;
            }

                ul.litesaver li.blue:hover a {
                    box-shadow: 0 0 0 0px #ffff00 inset,0 0 0 5px #000000 inset, 0 0 0 6px #03e1ff inset;
                    background: #000;
                    color: #03e1ff;
                }

                    ul.litesaver li.blue:active a {
                        box-shadow: 0 0 0 0px #ffff00 inset,0 0 0 5px #000000 inset, 0 0 0 6px #03e1ff inset;
                        background: #03e1ff;
                        color: #fff;
                    }

            ul.litesaver li.save:hover a {
                box-shadow: 0 0 0 0px #ffff00 inset,0 0 0 5px #000000 inset, 0 0 0 6px #03e16a inset;
                background: #000;
                color: #03E16A;
            }

                ul.litesaver li.save:active a {
                    box-shadow: 0 0 0 0px #ffff00 inset,0 0 0 5px #000000 inset, 0 0 0 6px #03e16a inset;
                    background: #03E16A;
                    color: #fff;
                }

            ul.litesaver li.schedule:hover a {
                box-shadow: 0 0 0 0px #ffff00 inset,0 0 0 5px #000000 inset, 0 0 0 6px orange inset;
                background: #000;
                color: orange;
            }

                ul.litesaver li.schedule:active a {
                    box-shadow: 0 0 0 0px #ffff00 inset,0 0 0 5px #000000 inset, 0 0 0 6px orange inset;
                    background: orange;
                    color: #fff;
                }

            ul.litesaver li.cancel:hover a,
            ul.litesaver li.delete:hover a {
                box-shadow: 0 0 0 0px #ffff00 inset,0 0 0 5px #000000 inset, 0 0 0 6px #ff0033 inset;
                background: #000;
                color: #ff0033;
            }

                ul.litesaver li.cancel:active a,
                ul.litesaver li.delete:active a {
                    box-shadow: 0 0 0 0px #ffff00 inset,0 0 0 5px #000000 inset, 0 0 0 6px #ff0033 inset;
                    background: #ff0033;
                    color: #fff;
                }

    ul.litesaver li.current-asset {
        width:auto;
        cursor: default;
    }

        ul.litesaver li.current-asset span {
            width:auto;
            color: #000;
            box-shadow: none;
            background: none;
        }

            ul.litesaver li.current-asset span span {
                margin-top: 1px;
            }

        ul.litesaver li.current-asset span.label {
            float: left;
            margin: 0 8px 0 10px;
            font-family: 'gibsonSemiBold';
        }

        ul.litesaver li.current-asset:hover span {
            background:none;
        }

    ul.litesaver li:first-child {
        margin-left: 3px;
    }

    ul.litesaver li.last {
        margin-right: 3px;
    }

    ul.litesaver li.backto a {
        width: 40px;
        background: #000;
        border-radius: 0;
        box-shadow: 0 0 0 1px #ffff00 inset;
        transition:none;
        -webkit-transition:none;
        -moz-transition:none;
        -ms-transition:none;
        -o-transition:none;
    }

        ul.litesaver li.backto .back-arrow {
            background: none;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            left: 50%;
            margin-left: -5px;
            padding: 0;
            border-right: 10px solid #fff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            height: 0;
            width: auto;
            transition:margin-left .15s linear;
            -webkit-transition:margin-left .15s linear;
            -moz-transition:margin-left .15s linear;
            -ms-transition:margin-left .15s linear;
            -o-transition:margin-left .15s linear;
        }

            ul.litesaver li.backto .back-arrow:after {
                content: '';
                border-right: 10px solid #000;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                position: absolute;
                top: -10px;
                left: 4px;
            }

        ul.litesaver li.backto:hover a {
            background: #fff;
            box-shadow:0 0 0 1px #ffff00 inset, 0 0 0 2px #000000 inset;
        }

            ul.litesaver li.backto:hover .back-arrow {
                border-right: 10px solid #000;
                margin-left: -10px;
            }

            ul.litesaver li.backto:hover .back-arrow:after {
                border-right: 10px solid #fff;
            }
/**** END LITESAVER ***/


/*** AFFILIATE TRACKING LINKS SECTION ***/
#tracking-container{
    margin-top:-20px;
    position: relative;
}
#tracking-container h3{
    font-family: 'gibsonSemiBold';
}
#tracking-container ul{
    margin-bottom: 0;
    float: left;
}
#tracking-container ul li{
    display: inline-block;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom:0;
    border-left: 1px solid #cccccc;
    height: 100%;
    padding: 0 15px;
}
#tracking-container ul li:first-child{
    padding-left: 5px;
    border-left: none;
}
#tracking-container ul li .num{
    font-size: 18px;
    font-family: 'gibsonBold';
}

#tracking-stats-top{
    margin-left: 50px;
}
#tracking-stats-top .stats{
    width: 630px;
}
#tracking-container #tracking-stats-top ul{
    float: none !important;
}
#tracking-stats-top ul li{
    width: 28%;
}
#rsvpSettingContain #tracking-stats-top ul li{
    width: 45% !important;
}
#tracking-container.open #tracking-stats-top{
    display: none;
}
#tracking-container div.stats{
    float: left;
    margin-top: 10px;
}
#tracking-container .link-actions{
   margin-top: 8px;
   margin-right: 15px;

}
textarea.tracking-url-textarea{
    position: absolute;
    width: 300px !important;
    right: 16px;
    top: 145px;
    height: 40px;
}
textarea.tracking-url-textarea:focus{
    height: 40px !important;
}
/*#tracking-container .link-actions span{
    display: inline;
    width: auto;
    font-size: 12px;
}*/

#tracking-container .link-display:hover{
    color: #333333;
    background:#ffffff;
}


#tracking-links-form .prefs .code{
    text-transform: none;
    width: 356px;
}
#trackingLinkExpl{
    color: #777777;
    font-family: 'gibsonSemibold';
    font-size: 14px;
    margin-left: 110px;
    position: absolute;
    top: 120px;
    right: 284px;
}
#trackingLinkBody{
    width: 629px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    text-align: left;
    background: rgba(255,255,255,0.8);
    margin-right: -68px;
    float: right;
}
#trackingLinkExpl.hide-hard{
    display: none !important;
}
/* controlling the tracking links litesaver*/
li.litesaver-wrap.tracking-links {
    display: none;
}
ul.subnav.editing.tracking li.litesaver-wrap{
    display: none;
}
ul.subnav.editing.tracking li.litesaver-wrap.tracking-links {
    display: block;
}
#tracking-links-form .prefs div.subhead-space span.lbl{
    font-size: 16px;
    width: 250px;
    margin-top: 10px;
    float: left;
    font-family: 'gibsonSemiBold';
    letter-spacing: normal;
}
#tracking-links-form .tracking-link-url{
    width: 350px;
    text-align: left;
    background: #e9e9e9;
    padding: 6px 10px;
    word-wrap:break-word;
    text-transform: none;
}
#tracking-links-form .link-display{
    display: inline;
}
.align-left{
    text-align: left;
}
#tracking-links-form a.trD {
    font-size: 11px;
    margin: 0;
    padding:2px;
    border:2px solid transparent;
}
#tracking-links-form a.trD:hover{
    border:2px solid #ffffff;
}

/*** END AFFILIATE TRACKING LINKS SECTION ***/


#attendeeAwaitingReply-viewer{
    max-height: 500px;
    overflow: scroll;
}




/* -----------------------------------------
   Nu-dropdown temp
----------------------------------------- */

.nu-btn {
  background: #fff;
  border: 1px solid #ccc;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  padding: 14px;
  margin-bottom: 6px;
  position: relative;
  box-shadow: 0 -1px 0 #fff, 0 -2px 0 #eaeaea inset, 0 -2px 10px #f0f0f0;
  border-radius: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.nu-btn:hover {
  background: #eee;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 0 -2px 0 #eee inset, 0 -2px 10px #f0f0f0;
}

.nu-btn:active {
  background: #eee;
  border: 1px solid #d0d0d0;
  color: #a6a6a6;
  box-shadow: 0 -2px 10px #f0f0f0;
}

.nu-btn.m {
  padding: 10px 46px 10px 14px;
}

.nu-btn.nu-dropdown {
  text-transform: none;
  padding: 10px 44px 10px 14px;
  height: 40px;
  margin: 0;
  white-space: nowrap;
}
.nu-btn.nu-dropdown:hover {
  background: #f8f8f8;
  color: #000;
  box-shadow: 0 -2px 0 #eaeaea inset, 0 -2px 10px #f0f0f0;
  border: 1px solid #ccc;
}
.nu-btn.nu-dropdown:active,
.nu-btn.nu-dropdown.open {
  box-shadow: none;
}
.nu-btn.nu-dropdown.open {
  z-index: 2;
  border-radius: 4px 4px 0 0;
}
.custom-rsvp-field-wrap .nu-dropdown {
    padding: 0 36px 0 10px !important;
}
.custom-rsvp-field-wrap .nu-dropdown:before,
.nu-btn.nu-dropdown:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  height: 25px !important;
  background: none !important;
  border-top: 5px solid #888 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  width: 0 !important;
  height: 0 !important;
}

.custom-rsvp-field-wrap .nu-dropdown:after,
.nu-btn.nu-dropdown:after {
    display: none;
}

.custom-rsvp-field-wrap .nu-dropdown:hover:before,
.nu-btn.nu-dropdown:hover:before {
    border-top-color: #fff !important;
}

.nu-dropdown:hover:before {
  /*background: #06deef;
  box-shadow: 0 -3px 0 #05c8d7 inset;*/
}
.custom-rsvp-field-wrap .nu-dropdown:before,
.nu-btn.nu-dropdown:active:before {
    border-top-color: #a6a6a6;
}

.custom-rsvp-field-wrap .nu-dropdown:after {
    display: none !important;
}

.nu-dropdown:active:before,
.nu-dropdown.open:before {
  /*background: #eee;
  box-shadow: 0 0 0 1px #d0d0d0 inset;
  border: none;*/
}
.nu-dropdown.open:before {
  border-radius: 0 3px 0 0;
  box-shadow: 0 0 0 1px #d0d0d0 inset;
}
.nu-dropdown.open .current:after {
  background-position: -240px -40px;
}
.nu-dropdown.open .options {
  display: block;
}
.nu-dropdown .options {
  position: absolute;
  left: 0;
  width: 100%;
  top: 39px;
  z-index: 1;
  background: #fff;
  border-radius: 0 0 4px 4px;
  display: none;
  box-shadow: 0 0 0 1px #ccc, 0 2px 0 1px #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.nu-dropdown .options div {
  width: 100% !important;
  padding: 7px 14px;
  color: #000;
  /*box-shadow: 14px 0 0 #fff inset, -14px 0 0 #fff inset, 0 -1px 0 #e5e5e5 inset;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.nu-dropdown .options div:last-child {
  border-radius: 0 0 3px 3px;
  box-shadow: none;
}
.nu-dropdown .options div:hover {
  background: #06deef;
  color: #fff;
  box-shadow: none;
}
.nu-btn.nu-dropdown.m {
  height: 35px !important;
  line-height: 35px;
  padding: 0 36px 0 10px;
}
.nu-btn.nu-dropdown.m:before {
  line-height: 35px;
  height: 35px;
}
.nu-btn.nu-dropdown.m .options {
  top: 34px;
}

.nu-btn.nu-dropdown.m.openUp.open {
    border-radius: 0 0 4px 4px;
}

.nu-btn.nu-dropdown.m.openUp .options {
    top: auto;
    bottom: 34px;
    border-radius: 4px 4px 0 0;
}

    .nu-btn.nu-dropdown.m.openUp .options {
        box-shadow: 0 0 0 1px #CCC, 0 -2px 0 1px #CCC;
    }

.nu-btn.nu-dropdown.m .options div {
  padding: 2px 10px;
}
.nu-btn.nu-dropdown.s,
.nu-btn.nu-dropdown.tight {
  padding-right: 21px;
  padding-left: 6px;
}
.nu-btn.nu-dropdown.xs {
  height: 20px;
  line-height: 20px;
  padding: 0 36px 0 14px;
}
.nu-btn.nu-dropdown.xs:before {
  line-height: 20px;
  height: 20px;
}
.nu-dropdown.xs .options {
  top: 19px;
}
.nu-dropdown.noEdge:before {
  display: none;
}
.nu-dropdown.noEdge:after {
  background-position: -240px -40px;
}
.nu-dropdown.month {
    min-width: 112px;
}
.nu-dropdown.day {
    min-width: 60px;
}
.nu-dropdown.year {
    min-width: 80px;
}

.date-holder .nu-btn.nu-dropdown:after {
    display: none !important;
}

.date-holder .nu-dropdown .options, .state-holder .nu-dropdown .options {
    height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
}
.w100 {
    width: 100%;
}
.mr10 {
    margin-right: 10px !important;
}

.date-holder.error-border{
    background: transparent !important;
}
.date-holder.error-border .nu-dropdown{
    border: 1px solid #F00;
    box-shadow: 0 0 0 1px #F00 inset;
}

.pe-none {
	pointer-events: none;
}
#rsvp-form-inner  .date-holder .select-wrap {
	position: relative;
}
#rsvp-form-inner  .date-holder .select-wrap .nu-dropdown {
	z-index: 2;
}
#rsvp-form-inner  .date-holder .select-wrap select {
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 95%;
}
