html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    width: 100%;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/* Colors */
/* ---------------------------------------- */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    font-family: 'Lato', 'sans-serif';
    font-weight: 400;
}

a {
    text-decoration: none;
}

header, form {
    padding: 2em 5%;
}

header {
    background-color: #952e2e;
    color: white;
}

    header h1 {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        header h1 i {
            color: #055a8b;
        }

        header h1 span {
            font-weight: 300;
        }

    header p {
        font-weight: 400;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
        letter-spacing: .05em;
        margin-bottom: 10px;
    }

    header h3,
    header h3 a {
        color: #32CCFE;
    }

        header h3 a,
        header h3 a a {
            -moz-transition: color 0.3s;
            -o-transition: color 0.3s;
            -webkit-transition: color 0.3s;
            transition: color 0.3s;
        }

            header h3 a:hover,
            header h3 a a:hover {
                color: white;
            }

.form-group {
    margin-bottom: 20px;
}

h2.heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    color: #506982;
    border-bottom: 1px solid #506982;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.controls {
    text-align: left;
    position: relative;
}

    .controls input[type="text"],
    .controls input[type="email"],
    .controls input[type="number"],
    .controls input[type="tel"],
    .controls textarea,
    .controls button,
    .controls select {
        padding: 12px;
        font-size: 14px;
        border: 1px solid #c6c6c6;
        width: 100%;
        margin-bottom: 18px;
        color: #888;
        font-family: 'Lato', 'sans-serif';
        font-size: 16px;
        font-weight: 300;
        background-color: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .controls input[type="text"]:focus, .controls input[type="text"]:hover,
        .controls input[type="email"]:focus,
        .controls input[type="email"]:hover,
        .controls input[type="tel"]:focus,
        .controls input[type="tel"]:hover,
        .controls textarea:focus,
        .controls textarea:hover,
        .controls button:focus,
        .controls button:hover,
        .controls select:focus,
        .controls select:hover {
            outline: none;
            border-color: #9FB1C1;
        }

            .controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
            .controls input[type="email"]:focus + label,
            .controls input[type="email"]:hover + label,
            .controls input[type="tel"]:focus + label,
            .controls input[type="tel"]:hover + label,
            .controls textarea:focus + label,
            .controls textarea:hover + label,
            .controls button:focus + label,
            .controls button:hover + label,
            .controls select:focus + label,
            .controls select:hover + label {
                color: #077ABC;
                cursor: text;
            }

    .controls .fa-sort {
        position: absolute;
        right: 10px;
        top: 17px;
        color: #999;
    }

    .controls select {
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

    .controls label {
        position: absolute;
        left: 8px;
        top: 12px;
        color: #999;
        font-size: 16px;
        display: inline-block;
        padding: 4px 10px;
        font-weight: 400;
        background-color: rgba(255, 255, 255, 0);
        pointer-events: none;
        -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
        -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
        -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
        transition: color 0.3s, top 0.3s, background-color 0.8s;
    }

        .controls label.active {
            top: -11px;
            color: #555;
            background-color: white;
        }

    .controls textarea {
        resize: none;
        height: 200px;
    }

    .controls button {
        cursor: pointer;
        background-color: #952e2e;
        border: none;
        color: #fff;
        padding: 12px 0;
    }

        .controls button:hover {
            background-color: #f5602d;
        }

        .controls button[disabled] {
            background-color: #cccccc;
            color: #666666;
        }

/*toggle cehckbox*/

input[type=checkbox] {
    outline: none;
    width: 100%;
    height: 35px;
    font-size: 10px;
    line-height: 2;
    display: block;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    color: #FFFFFF;
    cursor: pointer;
    background: #f1f2f3;
    border-radius: 0px;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .3s linear;
}

    input[type=checkbox]:checked {
        color: #fff;
        border-radius: 0px;
    }


    input[type=checkbox]:before {
        content: 'I am Attending';
        width: 50%;
        height: 100%;
        margin-left: 50%;
        padding-top: 10px;
        color: #000000;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        display: inline-block;
        text-indent: 15px;
        background: transparent;
        border-radius: 0px;
        transition: all 0.1s ease-in .1s;
    }

    input[type=checkbox]:checked:before {
        content: 'Not Attending';
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -1%;
    }

    input[type=checkbox]:after {
        content: 'Not Attending';
        height: 100%;
        float: left;
        color: #FFF;
        position: absolute;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        left: 0px;
        background: #a93920;
        padding-top: 10px;
        text-indent: 15px;
        border-radius: 0px;
        width: 50%;
        transition: all 0.1s ease-in .1s;
    }

    input[type=checkbox]:checked:after {
        content: 'I am Attending';
        text-indent: 15px;
        margin-left: 50%;
        background: #53d76a;
        border-radius: 0px;
    }







input[type=radio]:checked {
    box-shadow: inset 0px 0px 0px 20px #53d76a;
}

input[type=radio]:after {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 0px;
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,.2);
    cursor: pointer;
    background-color: #fff;
    transition: all 0.1s ease-in .1s;
}

input[type="radio"]:checked:after {
    left: 22px;
}

input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    border-radius: 0px;
    background-color: #fff;
    padding: 1px;
    display: inline-block;
    width: 52px;
    height: 31px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-out;
    margin: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
}


/*table datalist booking*/

@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700";

.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}

    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            padding-top: .5em;
        }

        .rwd-table td:last-child {
            padding-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0;
        }
}

.rwd-table {
    background: #34495E;
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
}

    .rwd-table tr {
        border-color: #46637f;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
    }

@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}

.rwd-table th, .rwd-table td:before {
    color: #dd5;
}
