/* Header */

.site-header {
    min-width: 1250px;
}

.site-header .topline-wrapper {
    width: 100%;
    height: 35px;
    background-color: #2d2d2d;
}
.site-header .topline {
    width: 1200px;
    padding-top: 7px;
    margin: 0 auto;
    text-align: right;
}
.site-header .topline a {
    color: #cccccc;
    font-size: 12px;
    margin-left: 26px;
}
.site-header .topline a:hover {
    color: white;
}

.site-header .logo {
    width: 206px;
    padding-bottom: 42px;
    margin: 56px auto 40px auto;


    background: transparent url(../images/line.png) 50% bottom no-repeat;
}

/* Footer */

.site-footer {
    background: #fff;
    font-size: 12px;
    color: #a7a7a7;
    position: relative;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
}
.site-footer.footer-processed {
    bottom: 0;
}
.site-footer .site-container {
    height: 115px;
    border-top: 1px solid #ececec;
}
.site-footer .menu, .site-footer .copyright, .site-footer .logo {
    position: absolute;
    top: 45%;
    margin-top: -8px;
}
.site-footer .menu {
    margin: 0 0 0 -270px;
    padding: 0;
    left: 50%;
    list-style: none;
}
.site-footer .menu:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.site-footer .menu li {
    float: left;
    margin-right: 3px;
}
.site-footer .copyright {
    left: 0;
    margin: 0;
}
.site-footer .logo {
    right: 0;
    margin-top: 0;
}
.site-footer .logo img {
    display: block;
}
.site-footer a {
    color: #a7a7a7;
}
.site-footer a:hover {
    color: #3d3d3d;
}

/* Button */

.btn-wrap .btn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #28bdbe;
    font-family: gotham-bold-webfont;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    text-align: center;
}
.btn-wrap .btn.style-a {
    min-width: 149px;
    padding: 15px 19px;
}
.btn-wrap .btn:hover {
    background: #1b91b3;
}


.btn-submit {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #28bdbe;
    font-family: gotham-bold-webfont;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    text-align: center;
    border: 0;
    min-width: 149px;
    padding: 15px 19px;
}

.btn-submit:hover {
    background: #1b91b3;
}

/* All */

.site-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.site-container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.content-wrapper .site-container {
    width: 701px;
}

h1 {
    font-family: 'gotham-bold-webfont';
    font-size: 24px;
    font-weight: normal;

    color: #373637;

    margin-bottom: 25px;
}

/* Form */

.form {
    padding-top: 13px;
    margin-bottom: 90px;
}

.form .form-item {
    margin-bottom: 40px;
}

.form .form-item label {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    color: #373637;
}

textarea {
    width: 100% !important;
    color: #6f6f6f;
    font-size: 14px;
    line-height: 1.4em;
    padding: 14px 20px;
    border: 1px solid #d6d6d6;
    height: 105px;
}

textarea.textarea_evaluation_experience {
    height: 225px;
}

.radio-items {
    padding-bottom: 10px;
}

.radio-item {
    margin-bottom: 10px;
}

.radio-item input {
    margin-right: 5px;
}

.thankyou {
    text-align: center;
}