#mc_embed_signup input.email {
    display: block;
    padding: 6px 0;
    margin: 0 4% 15px 0;
    text-indent: 5px;
    width: 94%;
    /*min-width: 268px;*/
    margin-left: 6px;
    line-height: 14px;
    border-radius: 3px;
}

#mc_embed_signup {
    background: #282828;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    /*width: 300px;*/
    max-width: 300px;
    border-radius: 3px;
    margin-bottom: 10px
}

/*#mc_embed_signup{background:#3d3d3d; clear:left; font:14px Helvetica,Arial,sans-serif;}*/
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

#mc_embed_signup input.button {
    display: block;
    margin: 0 0 11px 2px;
    width: 95%;
    /*min-width: 279PX;*/
    margin-left: 1px;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #F60;
    border: 0 none;
    border-radius: 4px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    margin-left: 2px;
}

#mc_embed_signup input {
    border: 1px solid grey;
    -webkit-appearance: none;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 20px 0 8px 3%;
}

#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

/**
 * Hellobar
 */
.hellobar {
    background-color: #e53b2c;
    box-shadow: 0 3px 0 #c13832;
    top: 0;
    left: 0;
    right: 0;
    color: #fdd5d3;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-size: 14px;
    text-align: center;
}

.hellobar a {
    color: #fff;
    text-decoration: none;
}

.hellobar a:hover {
    text-decoration: underline;
}

.hellobar-wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 960px;
}

.hellobar-content {
    overflow: hidden;
    padding: 7px 0 7px 10px;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}

.hellobar-toggle {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    top: 7px;
    right: 15px;
    bottom: 0;
    z-index: 1;
    min-width: 9px;
    min-height: 17px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.hellobar-toggle:checked {
    top: 0;
    right: 3px;
    min-width: 38px;
    min-height: 30px;
}

.hellobar-toggle:checked ~ .hellobar-content {
    padding: 0;
    height: 0;
}

.hellobar-toggle:checked ~ .hellobar-arrow:after {
    top: 7px;
    left: 16px;
    box-shadow: none;
}

.hellobar-toggle:checked ~ .hellobar-arrow:before {
    position: absolute;
    top: 15px;
    left: 11px;
    border-color: #c13832 transparent transparent transparent;
    border-width: 8px 8px 0 8px;
    box-shadow: none;
}

.hellobar-toggle:checked ~ .hellobar-arrow {
    top: 0;
    right: 0;
    width: 38px;
    height: 30px;
    box-shadow: 0 1px 0 #c2332c;
    -webkit-border-radius: 0 0 50% 50%;
    -moz-border-radius: 0 0 50% 50%;
    border-radius: 0 0 50% 50%;
}

.hellobar-arrow {
    position: absolute;
    top: 7px;
    right: 15px;
    background-color: #e53b2c;
}

.hellobar-arrow:before {
    display: block;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #c13832 transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    content: '';
}

.hellobar-arrow:after {
    position: absolute;
    left: 5px;
    display: block;
    width: 6px;
    height: 8px;
    background-color: #c13832;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    content: '';
}

.hellobar-toggle:hover ~ .hellobar-arrow:after {
    background-color: #7d2b27;
}

.hellobar-toggle:hover ~ .hellobar-arrow:before {
    border-bottom-color: #7d2b27;
    border-top-color: #7d2b27;
}

.clear1 {
    background: #f77731;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 8px;
    padding: 5px;
    border: none;
    text-align: center;
    font-size: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 18px;
    display: inline-block;
}

.clear1:hover {
    background-color: #8e3606;
    -webkit-transform: scale(1.05) rotate(180deg);
    transform: scale(1.05) rotate(180deg);
    text-decoration: none;
}

.clear1:focus {
    outline: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

@-webkit-keyframes wiggle {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes wiggle {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
