@CHARSET "UTF-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

a, ins, del {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
}

th {
    text-align: left;
}

html {
    width: 100%;
    height: 100%;

}

body {
    text-align: left;
    font-family: 'Open Sans', Arial, Tahoma, Verdana;
    font-size: 14px;
    color: #000;
    background: #fff;
    margin: 0px;
    width: 100%;
    height: 100%;
}

a {
    color: inherit;
}

.clear {
    clear: both;
}


body.customContent {
    padding: 20px;
    text-align: justify;
}

.customContent {
    text-align: justify;
}

.customContent h1 {
    color: #3b4c78;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 10px;
}

.customContent h2, .customContent h3 {
    color: #3b4c78;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 10px;
}

.customContent h4, .customContent h5 {
    font-size: 1.4em;
    line-height: 1.1em;
    font-weight: 300;
    margin-bottom: 10px;
}

.customContent p {
    margin-bottom: 15px;
    line-height: 2em;
}

.customContent p a {
    text-decoration: underline;
}

.customContent p a:hover {
    text-decoration: underline;
}

.customContent ul, .customContent ol {
    margin: 0px 0px 10px 0px;
}

.customContent ul li, .customContent ol li {
    padding: 0px 0px 0px 10px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.customContent ul li {
}

.customContent hr {
    color: #ddd;
    background-color: #eee;
    height: 1px;
    border: 0px;
    margin: 30px -2%;
}

.customContent table th {
    background: #666;
    padding: 3px 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
}

.customContent table td {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.customContent table {
    border-spacing: 2px;
    border-collapse: separate;
}




.mobileMenuSwitch {
    position: absolute;
    top: 10px;
    right: 0px;
    display: none;
}
.mobileMenuSwitch a {
    background: #94c640 url(../image/mobileMenuSwitch.png) top center;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.mobileMenuSwitch a.active {
    background-position: bottom center;
}


header {
    background: #26152e;
    padding: 30px 0;
    color: #fff;
}
header .sHead {
    font-size: 40px;
	text-align: center;
}

section.main {
    padding: 50px 0;
    background: #fff;
}

.tHead {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.1em;
}


@media(max-width: 800px) {
    .tHead {
            font-size: 30px;
    }
}

.shopInfo {
    margin-bottom: 30px;
    background: #fafafa;
    padding: 20px;
    text-align: center;
}


.form .item {
    margin-bottom: 50px;
}
.form .item .label {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    color: #13509f;
}
.form .item.error .label {
    color: #ff0000;
}
.error-message {
    text-align: center;
    background: #ff0000;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.form .item .label span {
    font-size: 0.7em;
    opacity: 0.6;
}
.form .item .sublabel {
    margin-bottom: 20px;
    color: #333;
}
.form .item .input  {
    background: #fff;
    padding: 0px;
    font-size: 20px;
    
}
.form .input label{
    cursor: pointer;
}
.form .item .brandTitle {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.form .item .brandItem {
    margin-top: 30px;
}
.form .item .brandItem:first-child {
    margin-top: 0;
}
 

.form .scale .input {
    border: 2px solid #ccc;
    padding: 10px 20px;
    float: left;
    margin: 5px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
}

.form .scale .input label {
    display: block;
}
.form .scale .input.selected {
    
}

.form [type="submit"] {
    background: #aa0000;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    padding: 20px 40px;
        
}
.form textarea {
    border: 2px solid #ddd;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}

.formCheckButton {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.formCheckButton label {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 30px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
}
.formCheckButton label input {
    margin-right: 10px;
}

@media(max-width: 800px) {
    .formCheckButton label {
        padding: 15px;
    }
}




.fileupload {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 30px;
}
.fileupload .head {
    font-size: 2em;
    margin-bottom: 30px;
}
.fileupload .head span {
    display: block;
    font-size: 0.5em;
    font-style: italic;
}
.fileupload .fileitem {
    margin: 10px 0;
}
@media(max-width: 800px) {
    .fileupload .fileitem {
        margin: 20px 0;
    }
}



.surveyDescription {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #13509f;
    border-top: 1px solid #13509f;
    padding: 20px 0;
    background: #e2e8f3;
}