.frontground {
    width: 449px;
    height: 236px;
    background: #2dacee;
    margin-left: -5%;
}

#preview_event_name {
    margin: -170px 162px;
    font-weight: bold;
    position: absolute;
    word-wrap: break-word;
    width: 223px;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
}

#preview_location {
    margin: -115px 162px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
}

#preview_date {
    margin: -101px 162px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
}

.preview {
    width: 411px;
    margin: 0 auto;
}

.preview p {
    color: white;
}

.preview h1 {
    margin-left: 13%;
    margin-bottom: 50px;
}

.promotion-image-container {
    width: 700px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 27px;
    display: none;
}
.google-add-container{
    display: none;
    width: 700px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 27px;
}

.google-finish-container{
    display: none;
    width: 700px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 27px;
}

.google-finish-container h1{
    text-align: center;
}

.google-finish-container img{
    height: 127px;
    width: 241px;
    box-sizing: border-box;
    border: 1px solid #979797;
}

#google-finish-text{
    text-align: center;
    width: 600px;
    font-size: 20px;
    line-height: 28px;
    margin-left: 6%;
}

.event-basic-info {
    width: 411px;
    height: auto;
    margin: 0 auto;
}

.event-basic-info h4 {
    color: #999999;
}

.image_and_color {
    display: flex;
    margin-bottom: 11px;
}

.color_pickers {
    margin-left: 22px;
    display: none;
}

.main-body {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    padding-bottom: 30px;
}

.promotion-image-nav {
    width: 1000px
}

.free-tool-btn {
    background-color: #2dacee;
    color: white;
    border-color: white;
    width: 185px;
    height: 40px;
    margin-left: 25%;
}

.free-tool-btn:hover {
    background-color: #229ddd !important;
    color: white !important;
    border-color: white;
    width: 185px;
    height: 40px;
    margin-left: 25%;
}

.free-tool-btn:focus {
    background-color: #229ddd !important;
    color: white !important;
    border-color: white;
    width: 185px;
    height: 40px;
    margin-left: 25%;
}

.preview_box {
    border: 1px dashed #D2D6DE;
    height: 80px;
    width: 80px;
}

.nav-logo {
    width: 80px;
    height: 38px;
    margin-top: -8px;
}

.header-image img {
    max-width: 1000px;
    max-height: 600px;
    margin-top: -20px;
}

.selection-container {
    max-width: 1000px;
}

.header-text {
    height: 182px;
    width: 507px;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
    margin-top: -502px;
    margin-left: 50px;
}

.ok {
    display: none !important;
}

.cancel {
    display: none !important;
}

.add-info-img img {
    max-width: 1000px;
    max-height: 178px;
    margin-top: -20px;
}

.selection-body {
    max-width: 884px;
    margin-left: 6%;
}

.add-info-img-text {
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
    color: #FFFFFF;
    margin-top: -113px;
    margin-left: 50px;
    position: absolute;
}

.download-preview-img {
    height: 263.5px;
    width: 500.5px;
    border: 0.5px solid #CCCCCC;
}

.download-container {
    display: none;
    height: 584px;
    width: 700px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.download-inside {
    width: 550px;
    height: 511px;
    margin: auto auto;
    margin-top: 40px;
}

.free-tool-footer {
    width: 1000px;
    height: 30px;
    position: absolute;
    margin-top: 30px;
}

.free-tool-footer-other {
    height: 40px;
    width: 1000px;
    background-color: #F3F0EE;
    position: absolute;
    bottom: 0;
}

.footer-links {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    margin-top: 50px;
    margin-left: 88px;
}

.free-tool-footer-body {
    width: 1000px;
    height: 30px;
    position: absolute;
    margin-top: 20px;
}

.regenerate-link{
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.sharetools{
    text-align: center;
    margin-top: 10px;
}

.social-btn{
    padding: 1px 5px !important;
}

.download-btn{
    margin-top: 10px;
}

.download-img-container{
    display: flex;
    justify-content: center;
}

#preview_logo{
    position: absolute;
    width: 77px;
    height: 77px;
    margin-top: -166px;
    margin-left: 65px;
}

#preview_image{
    width: 77px;
    height: 77px;
}

#google_preview_image{
    width: 77px;
    height: 77px;
}

.google-motivation-header-image img{
    height: 300px;
    max-width: 1000px;
    margin-top: -20px;
}

.promo-motivation-header-image img{
    height: 300px;
    max-width: 1000px;
    margin-top: -20px;
}

.google-header-text{
    height: 182px;
    width: 507px;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
    margin-top: -181px;
    margin-left: 50px;
}

.promo-motivation-content h2{
    text-align: center;
}

.motivation-content h2{
    margin: 20px auto;
    width: 481px;
}

.motivation-content img{
    box-sizing: border-box;
    height: 536px;
    width: 643px;
    border: 1px solid #CCCCCC;
    margin-left: 16%;
}

.list-your-event{
    background-color: #2dacee;
    color: white;
    border-color: white;
    width: 264px;
    height: 48px;
    margin-left: 34%;
    margin-top:2%;
}

.list-your-event:hover {
    color: white !important;
}

.header-bottom-img{
    height: 256px;
    width: 411px;
}

.header-bottom{
    margin-top: 29%;
    width: 100%;
    padding-left: 5%;
}

.header-bottom-head{
    font-size: 48px;
    line-height: 57px;
}

.header-bottom-des{
    font-size: 20px;
    line-height: 28px;
}

.btn-get-start, .btn-get-start:hover, .btn-get-start:focus{
    background-color: #2DACEE;
    color: white;
    height: 45px;
    width: 260px;
    font-size: 18px;
}

.btn-get-start-free, .btn-get-start-free:hover, .btn-get-start-free:focus{
    background-color: white;
    color: #2DACEE;
    height: 45px;
    width: 260px;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 18px;
}

.reselect-tempalte{
    margin-left: 27%;
    color: #2DACEE;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.let-in-touch{
    color: #144d63;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.company-info{
    background-color: #f5f5f5;
    padding: 10%;
}

.company-info img{
    width: 75%;
    height: auto;
}

.red-star{
    color:red;
}

.navbar-default{
    background-color: #ffffff;
}

.google-motivation-container{
    padding-bottom: 30px;
}

.promo-motivation-container{
    display: none;
    padding-bottom: 30px;
}

.navbar-default .navbar-nav > .active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: " ";
    border-bottom: 5px solid #5BC0EB;
}

.middle-divider{
    height: 102px;
    background-color: #F3F0EE;
    padding-top: 20px;
    margin-right: 48px;
    padding-right: 68px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#email-me-now{
    margin-left: 24%;
    height: 40px;
    width: 300px;
    border-radius: 4px;
    background-color: #2DACEE;
    margin-bottom: 30px;
}

#generate-another-image{
    margin-left: 24%;
    height: 40px;
    width: 300px;
    border-radius: 4px;
    background-color: #2DACEE;
    margin-bottom: 30px;
}

.thumbnails-big{
    height: 221.5px;
    width: 421px;
    box-sizing: border-box;
    border: 1px solid #979797;
}

.motivation-go, .motivation-go:hover{
    background-color: #2dacee;
    color: white;
    border-color: white;
    width: 264px;
    height: 48px;
    margin-left: 39%;
    margin-top:30px;
}
