@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-black-webfont.woff2') format('woff2'),
        url('../fonts/roboto-black-webfont.woff') format('woff'),
        url('../fonts/roboto-black-webfont.ttf') format('truetype'),
        url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
        url('../fonts/roboto-bold-webfont.woff') format('woff'),
        url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
        url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-light-webfont.woff2') format('woff2'),
        url('../fonts/roboto-light-webfont.woff') format('woff'),
        url('../fonts/roboto-light-webfont.ttf') format('truetype'),
        url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
        url('../fonts/roboto-medium-webfont.woff') format('woff'),
        url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
        url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
        url('../fonts/roboto-regular-webfont.woff') format('woff'),
        url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
        url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*, *::before, *::after {
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
a:focus,
button:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

body {
    font-family: 'robotoregular';
    color: #000000;
    font-size: 15px;
    background: url("../images/body_bg.png") center top repeat-x;
    margin: 0;
}

.comingsoon_info{
        position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*border-style: solid;
    border-width: 1px;
    border-color: rgb(224, 229, 240);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(212, 222, 238, 0.4);
    overflow: hidden;*/
    max-width: 100%;
    width: 480px;
}

.container_info {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo_info{
    max-width: 310px;
    margin: 0 auto 50px auto;
}

.celebratingsouth_txt{
    width: 100%;
    text-align: center;
}

.celebratingsouth_txt h4{
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 30px;
    font-family: 'robotobold';
    /*color: #4db848;*/
}

.celebratingsouth_txt h6{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 22px;
    font-family: 'robotobold';
}

.dropinyouremail_list{
    margin: 30px 0 0 0;
}

.dropinyouremail_list p{
    margin: 0 0 20px 0;
    padding: 0;
}

.dropinyouremail_list .signup_login_inputview {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
}

.dropinyouremail_list .signup_login_inputview .signup_login_icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 17px;
    margin: -11.5px 0 0 0;
}

.dropinyouremail_list .signup_login_inputview .form-control {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(212, 222, 238, 1);
    height: 46px;
    padding: 0 10px 0 50px;
    font-size: 14px;
    color: #000000;
    font-family: 'robotoregular';
}

.dropinyouremail_list .signup_login_submitbtn {
    margin: 30px 0 0 0;
}

.dropinyouremail_list .signup_login_submitbtn input {
    display: inline-block;
    min-width: 140px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'robotomedium';
    height: 40px;
    background: #4db848;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.thank_txt{
    color: #4db848;
    font-size: 18px;
    font-family: 'robotomedium';
}

@media (max-height: 500px) {
    .comingsoon_info{
        position: relative;
        top: auto;
        left: auto;
        -ms-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto;
        padding: 30px 0;
    }
}

@media (max-width: 639px) {
    .comingsoon_info{
        padding: 30px 20px;
    }

    .celebratingsouth_txt h4{
        font-size: 24px;
    }
}