@import url("fonts/fonts.css");
@import url("fonts/font-awesome.css");
@import url("fonts/icomoon.css");


/*    Viewport List
--------------------------
   Section - Height 680
   Section - Width 1450
--------------------------*/
/*--Temp CSS--*/

html,body {
    overflow-x: hidden;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
    outline: 0;
    /*-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)*/
}


img {
    width: 100%;
    height: auto;
    display: block;
}


strong {
    font-weight: 700
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="search"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

li {
    list-style-position: inside
}
a {
    text-decoration: none !important;
    color: #6bb6e3;
}
a:hover {
    color: #091a31;
}
a:focus {
    outline: none;
}

.clearfix {
    clear: both
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}





.form-group {
    margin-bottom: 18px;
}
.form-group.button-container {
    margin-bottom: 0;
}
input[type="text"].form-control {
    background-color: #f0f0f0;
    font-family: 'Avenir-Light';
    font-size: 18px;
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    height: auto;
    padding: 10px 14px;
    width: 100%;
}
#submitInfoPack {
    background-color: rgb(42,151,151,1);
    border-radius: 0;
    border: 0;
    color: #fff;
    line-height: 1;
    padding: 22px;
    display: block;
    margin: 36px 0 0;
    font-family: 'Avenir-Medium';
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    width: 336px;
    -webkit-transition: background-color ease-in 0.1s;
    transition: background-color ease-in 0.1s;
}
#submitInfoPack:hover {
    background-color: rgb(42,151,151,0.9);
    -webkit-transition: background-color ease-in 0.1s;
    transition: background-color ease-in 0.1s;
}
.alert-danger { 
    font-family: 'Avenir-Light';
    color: #a94442;
    font-size: 14px;
    position: absolute;
}
.alert-success {
    font-family: 'Avenir-Light';
    color: #36454f;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-top: 70px;
}
input[type="text"].form-control.form-error {
    border: 1px solid #ebccd1;
}
.einfopack-desc {
    font-family: 'Avenir-Light';
    color: #36454f;
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    
    #submitInfoPack {
        width: 100%;
        font-size: 18px;
    }
    
    
    
}




















