@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Regular.woff2') format('woff2'), url('../font/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Light.woff2') format('woff2'), url('../font/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Semibold.woff2') format('woff2'), url('../font/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	background-color: #fff;
	color: #707074;
	font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
	font-size: 14px;    
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display: none;
    background-image: url('../img/modal.png');
    background-size: 364px 209px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
 }

.welcome {
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;    
    color: #3c3c3c;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 49px;
}

.title {
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    font-size: 45px;    
    color: #3c3c3c;
    width: 100%;
    text-align: center;
    margin-top: 2px;
}

.summary {
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;    
    color: #9d9d9d;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 29px;
    margin-top: 20px;
}

.photo {
    background-image: url('../img/brad.png');
    background-repeat: no-repeat;
    background-size: 162px 162px;
    width: 162px;
    height: 162px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.photo-name {
    font-family: 'Lato';
    font-weight: 600;
    font-style: normal;
    font-size: 22px;    
    color: #545454;
    width: 100%;
    text-align: center;
    margin-top: 4px;
}

.form {
    background-color: #f9f9f9;
    width: 100%;
    height: 632px;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 18px;
    display: block;
}

.text-single {
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    width: 364px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

.text-multi {
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    width: 364px;
    height: 114px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

textarea {
    background: none;
    border: none;
    color: #3c3c3c;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;   
    width: 350px;
    height: 100px;
    margin-left: 10px;
    margin-top: 6px;
}

input[type=text] {
    background: none;
    border: none;
    color: #3c3c3c;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;   
    width: 340px;
    height: 42px;
    margin-left: 10px;
}

textarea:focus, input:focus {
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9a9dad;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #9a9dad;
    font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9a9dad;
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9a9dad;
    font-style: italic;
}

.message-type {
    width: 364px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;       
    color: #9d9d9d;
    display: block;
    margin-top: 36px;
}

.audio-message {
    width: 170px;
    height: 30px;
    float: left;
    text-align: left;
    display: block;
    opacity: 0.5;
    cursor: pointer;
}

.text-message {
    float: right;
    height: 30px;
    text-align: right;
    display: block;
    border-bottom: solid 1px #387ff7;
    cursor: pointer;
}

.audio {
    background-image: url('../img/audio.png');
    background-repeat: no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}

.audio-wrap {
    width: 200px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;    
    cursor: pointer;
}

.audio-label {
    color: #9a9dad;
    font-family: 'Lato';
    font-weight: 600;
    font-style: normal;    
    font-size: 15px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 20px;
    margin-top: 10px;
}

.button {
    background-image: url('../img/button.png');
    background-repeat: no-repeat;
    background-size: 364px 48px;
    width: 364px;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    padding-top: 14px;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 16px; 
    cursor: pointer;
}

.line {
    background-color: #dddee3;
    width: 40px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
}

.sub-heading {
    font-family: 'Lato';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;    
    color: #9a9dad;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.selection-area {
    width: 516px;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.selection {
    width: 126px;
    height: 200px;
    float: left;
}

.thumb-selected {
    background-image: url('../img/selection.png');
    background-size: 126px 162px;
    background-repeat: no-repeat;
    width: 126px;
    height: 156px;
    padding-top: 6px;
    cursor: pointer;
}

.thumb-unselected {
    background-image: none;
    background-size: 126px 162px;
    background-repeat: no-repeat;
    width: 126px;
    height: 156px;
    padding-top: 6px;
    cursor: pointer;
}

.thumb-label {
    margin-top: 15px;
    color: #9a9dad;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.thumb {
    background-size: 108px 148px;
    width: 108px;
    height: 148px;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    margin-left: 8px;
}

.bottom {
    width: 100%;
    height: 54px;
}

.complete-header {
    width: 100%;
    height: 68px;
    font-family: 'Lato';
    font-weight: 600;
    font-style: normal;
    font-size: 28px;    
    background-color: #323232;
    color: #fff;
    text-align: center;
    line-height: 68px;
    text-transform: uppercase;
}

.complete {
    background-image: url('../img/complete.png');
    background-size: 560px 616px;
    background-repeat: no-repeat;
    width: 560px;
    height: 352px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 264px;
}

th {
    background-color: #323232;
    color: #fff;
}

td {
    background-color: #f2f2f2;
}

a {
    color: #387ff7;
}
