*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


article,aside,details,footer,header,hgroup,nav,section {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

    line-height: 1.5;
}

body {
    font-size: 14px;
}
body,div,ul,li,form,fieldset,input,textarea,p,th,td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
a,
a:any-link {
    color: #ff6e00;
}
a:hover {
    text-decoration: underline;
}
article a {
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

q::before {
    content: "„";
}
q::after {
    content: "”";
}

a img {
    border: none;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

svg:not(:root) {
    overflow: hidden;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

button,html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.full-value-wrp {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
}

.appeal table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #ccc;
    margin: 2em auto;
}
table td, table th {
    font-size: 12px;
    text-align: left;
    padding: 8px 15px;
    border: 1px solid #aaa;
    color: #444;
}

table th {
    font-weight: 600;
    color: #777;
    font-size: 12px;
}


/* ul,ol,li {
    list-style: none;
} */

.clear {
    clear: both;
}

.icon-chevron-up:before {
    content: "\f02d";
}

.icon-chevron-down:before {
    content: "\f02e";
}

.icon-caret-down:before {
    content: "\f02f";
}

.icon-caret-right:before {
    content: "\f032";
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

@font-face {
    font-family:"FontAwesome";src:url("fonts/fontawesome.eot");src:url("fonts/fontawesome.eot?#iefix") format("embedded-opentype"),url("fonts/fontawesome.woff") format("woff"),url("fonts/fontawesome.ttf") format("truetype");font-weight:normal;font-style:normal;
}

@font-face {
    font-family:"opensans";src:url("fonts/opensans-regular.eot");src:url("fonts/opensans-regular.eot?#iefix") format("embedded-opentype"),url("fonts/opensans-regular.woff") format("woff"),url("fonts/opensans-regular.ttf") format("truetype");font-weight:normal;font-style:normal;
}

b.red {
    color: red;
}


h1 {
    font-size: 21px;
    font-weight: normal;
    color: #ff6e00;
    margin: 2em auto 1.5em auto;
    text-align: center;
}

h1.text-left {
    text-align: left;
}

.year-nav + h1 {
    margin-top: 1.5em;
}
.year-nav + h2 {
    margin-top: 2em;
}
.year-nav + .videos {
    margin-top: 2em;
}

h2 {
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    color: #999;
    width: 80%;
    text-align: center;

}

h3 {
    font-size: 14px;
    color: #ff6e00;
}

p, article > ol, .faq-cont > ol,
p, article > ul, .faq-cont > ul, blockquote {
    color: #777;
    font-size: 1em;
    line-height: 1.33;
}

article {
    margin-bottom: 5em;
    max-width: 724px;
    margin: 0 auto;
}

article p {
    margin-bottom: 1.5em;
    color: #777;
}

article p + ol,
article p + ul {
    margin-top: 0;
}
article blockquote {
    font-style: italic;
    margin: 40px 0px 10px 30px;
    text-align: justify;
}

article blockquote+p {
    border-bottom: 1px dashed #eee;
    color: #888;
    font-size: 0.75em;
    font-weight: 600;
    margin: 0.31em 0 50px 30px;
    padding-bottom: 10px;
    text-align: right;
}

p a {
    color: #ff6e00 !important;
}

p a:hover {
    text-decoration: underline;
}
main {
    margin: 0 5px;
}
#apply main {
    margin: 0;
}

article ol+p,.faq-cont ol+p,
article ul+p,.faq-cont ul+p {
    margin-top: 1em;
}

article ol,.faq-cont ol,
article ul,.faq-cont ul {
    margin: 0.5em 0;
    padding-left: 2em;
}

article li,.faq-cont li {
    list-style-position: outside;
    line-height: 1.5;
}
article ul > li, .faq-cont ul > li {
    list-style: disc;
}
article li ul > li, .faq-cont li ul > li {
    list-style-type: square;
}

.press-date {
    float: right;
    font-size: 11px;
    color: #999;
    margin-top: 2em;
}

.source {
    border-bottom: 1px solid #D8D8D8;
    font-size: 0.688em;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 2em;
    padding-bottom: 4px;
}

.hankook-logo {
    width: 228px;
    display: block;
    float: left;
    margin-top: 2px;
}

.hankook-logo img {
    display: block;
    width: 100%;
    height: auto;
}

body {
    background-color: #fff;
    font-family: Arial, sans-serif;
}

.page-wrap {
    min-width: 280px;
    margin: 0 auto;
    max-width: 940px;
    width: 95%;
}

img.fluid-cover {
    margin-top: 1em;
    margin-bottom: 1em;
}
.fluid-cover {
    width: 100%;
    height: auto;
    display: block;
}

header {
    height: 70px;
    margin-top: 29px;
}

header a.fb, header a.yt {
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    margin-left: 5px;
    background: url("../images/sprite.png") no-repeat scroll transparent;
    -webkit-transform: scale(0.9, 0.9) translate(0px, 5px);
       -moz-transform: scale(0.9, 0.9) translate(0px, 5px);
        -ms-transform: scale(0.9, 0.9) translate(0px, 5px);
         -o-transform: scale(0.9, 0.9) translate(0px, 5px);
            transform: scale(0.9, 0.9) translate(0px, 5px);
}

header a.fb {
    background-position: 0 0;
}

header a.fb:hover {
    background-position: 0 -42px;
}

header a.yt {
    background-position: -42px 0;
}

header a.yt:hover {
    background-position: -42px -42px;
}

nav {
    margin-bottom: 25px;
	color: #666;
	text-transform: uppercase;
	overflow: visible;
}

nav.year-nav {
    margin: -1em 0 0  0;
}

nav a:hover {
    color: #ff6e00;
}

nav ul {
	background-color: #f4f4f4;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 4px rgba(8,8,8,.5);
	box-shadow: 0 2px 4px rgba(8,8,8,.5);
	padding: 4px 0;
	margin: 0;
    list-style: none;
}

nav ul li {
    font-size: 13px;
    display: inline-block;
	vertical-align: top;
	padding: 0 21px;
	line-height: 16px;
    margin: 10px 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
}
nav ul li a:any-link {
    color: #666;
}
nav ul li a:hover {
    text-decoration: underline;
}
nav ul li.act-menu a,
nav ul li.act-menu {
    color: #ff6e00;
}

nav ul li.first {
    border-left: 0;
}

nav ul li.last {
    border-right: 0;
}

nav .sub-nav {
    text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 12px;
}
nav.year-nav .sub-nav {
    margin-top: 0;
}
nav .sub-nav a {
    color: #666;
}
nav .sub-nav .act-menu {
    color: #ff6e00;
}

#press .sub-nav {
}

#supported .sub-nav {
    text-align: right;
    margin-bottom: -28px;
}

footer {
    margin-top: 60px;
    border-top: 1px solid #c7c7c7;
    padding-top: 10px;
    text-align: right;
    font-size: 12px;
    color: #474747;
    margin-bottom: 1em;
}

footer img {
    float: left;
}

footer .footer-links a {
    display: inline-block;
}

footer .footer-links a:hover {
    color: #ff6e00;
}
/*
footer .footer-end {
    height: 20px;
    margin-top: 40px;
    background-color: #e6e6e6;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
} */

.welcome img {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

#faq {
    margin-bottom: 2em;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0;
    padding-left: 1em;
}

.faq-item h3 {
    position: relative;
    margin: 0;
    font-weight: normal;
}
.faq-item h3:focus {
    outline: none;
    border-bottom: 2px solid;
}

.faq-item h3:before {
    position: absolute;
    left: -0.83em;
    content: "\f032";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    display: inline-block;
    transition: transform 0.5s;
}

.faq-item h3.selected {
    font-weight: bold;
}

.faq-item h3.selected:before {
    /* content: "\f02f"; */
    transform: rotate(90deg);
}

.faq-item:first-child {
    border-top: 1px solid #ccc;
}

.faq-cont {
    display: none;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    margin-top: 0;
}

#apply-info {
    font-size: 14px;
    color: #777;
}

#apply-info .fields {
    background-color: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
}

#apply-info label {
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 40%;
    width: min(40%,280px);
    margin: 10px 1% 10px 10px;
    text-align: right;
}

#apply-info label[for="activity"] {
    vertical-align: top;
}


#apply-info .form-item.form-checkbox-item  > label {
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #333;
}
.form-item.form-checkbox-item {
    margin: 1em 5px;
}
.form-item.form-checkbox-item  > label a {
    text-decoration: underline;
}

.p-left-indent  {
    margin-left: 0em;
}

q {
    font-style: italic;
}

q + br + b {
}
#apply-info input[type="number"],
#apply-info input[type="text"],#apply-info textarea,#apply-info select {
    width: 55%;
    border: 1px solid #ccc;
    margin: 8px 2px 8px 0;
    padding: 0.3em;
}
#apply-info #reg-date {
    width: 130px;
}
#apply-info #company_licensed_members_count,
#apply-info #company_members_under_16y_count,
#apply-info #company_members_count {
    width: 100px;
}

#apply-info .upload-wrap.error,

#apply-info input:not([type]).error, /* all non-declared types */
#apply-info input[size].error, /* text, search, tel, url email, or password */
#apply-info input[type^=date].error, /* date, datetime, datetime-local */
#apply-info input[type=color].error,
#apply-info input[type=week].error,
#apply-info input[type=month].error,
#apply-info input[type=time].error,
#apply-info input[type=range].error,
#apply-info input[type=number].error,
#apply-info input[type=text].error,
#apply-info textarea.error,
#apply-info select.error {
    border: 1px solid #bd2727 !important;
}
#apply-info .form-checkbox-item.error {
    border-bottom: 2px solid #bd2727;
}


#apply-info input[type="text"].placeholder,#apply-info textarea.placeholder,#apply-info select.placeholder {
    color: #888;
}

#apply-info input[type="text"]:-moz-placeholder,#apply-info textarea:-moz-placeholder,#apply-info select:-moz-placeholder {
    color: #888;
}

#apply-info input[type="text"]::-moz-placeholder,#apply-info textarea::-moz-placeholder,#apply-info select::-moz-placeholder {
    color: #888;
}

#apply-info input[type="text"]:-ms-input-placeholder,#apply-info textarea:-ms-input-placeholder,#apply-info select:-ms-input-placeholder {
    color: #888;
}

#apply-info input[type="text"]::-webkit-input-placeholder,#apply-info textarea::-webkit-input-placeholder,#apply-info select::-webkit-input-placeholder {
    color: #888;
}

#apply-info textarea {
    height: 80px;
    text-align: top;
    resize: vertical;
    margin-bottom: 5px;
}
#apply-info textarea#activity {
    height: 160px;
}
#apply-info select {
    width: auto;
}

#apply-info .empty-select,#apply-info option[value="0"] {
    color: #ccc;
}

#apply-info option,#apply-info.empty-select option {
    color: #666;
}


#apply-info #zip,
#apply-info #post_zip,
#apply-info #number,
#apply-info #post_number {
    width: 60px;
}
#apply-info #street,
#apply-info #post_street,
#apply-info #town,
#apply-info #post_town {
    width: calc(49% - 60px);
}
#apply-info #street,
#apply-info #post_street,
#apply-info #zip,
#apply-info #post_zip {
    margin-right: 10px;
}

#apply-info #taxnumber,
#apply-info #company_amount_applied_for  {
    width: 8em;
}

#apply-info #contact-phone  {
    max-width: 200px;
}
#apply-info #contact-email {
    max-width: 300px;
}

#apply-info .buttons-container,
#apply-info .buttons {
    text-align: center;
    padding: 20px 0;
}

#apply-info .buttons-container > *,
#apply-info .buttons > * {
    margin-right: 1em;
}


.select2-result-label {
    font-size: 14px;
}



.form-item label small,
.form-item .suffix {
    color: #888;
    font-style: italic;
}

.form-title {
    margin-left: 18px;
}

.field-suffix {
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 10px;
    color: #bbb;
}
.field-suffix samp {
    font-size: 1em;
    font-family: Arial, sans-serif;
}
.field-suffix mark {
    font-size: 1em;
    color: #111;
    background-color: yellow;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    padding: 0 1px;
    border-radius: 6px;
    border: 1px solid transparent;
}
.form-desc {
    font-size: 14px;
    margin: 1em 2em;
    z-index: 2;
}
.form-desc.bold {
    font-weight: bold;
}
.form-desc.left-indent {
    margin-left: 12%;
}

.form-post {
    display: none;
    border-top: 1px dashed #DFDFDF;
    border-bottom: 1px dashed #DFDFDF;
    padding: 0 0 5px 0;
    margin: 5px 0;
}

.form-post.active {
    display: block;
}
.form-item.left-indent {
    margin-left: 15%;
}

.form-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#apply-info .from-item.suffixed input { margin-right: 0; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 2em 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
}
fieldset fieldset {
    padding-left: 0px;
    margin-left: 0px;
}


legend {
    margin: 0 0 0 10px;
    padding: 0 8px;
    font-weight: bold;
}

button,input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
    border: 1px solid #c8c8c8;
    border-color: #c8c8c8 #b8b8b8 #acacac;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 0 #fff,0 1px 2px 0 #b3b3b3;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee),color-stop(100%, #d4d4d4));
    background-image: -webkit-linear-gradient(#eee,#d4d4d4);
    background-image: linear-gradient(#eee,#d4d4d4);
    padding: 0.6em 2em;
    text-align: center;
    text-decoration: none;
    background-clip: padding-box;
    color: #666;
}

button:hover:not(:disabled),
input[type="button"]:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled),
input[type="reset"]:hover:not(:disabled),
a.button:hover:not(:disabled) {
    border: 1px solid #b8b8b8;
    border-color: #b8b8b8 #a9a9a9 #aa8f8f;
    box-shadow: inset 0 1px 0 0 #f6f6f6;
    cursor: pointer;
    background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3),color-stop(100%, #c6c6c6));
    background-image: -webkit-linear-gradient(#e3e3e3,#c6c6c6);
    background-image: linear-gradient(#e3e3e3,#c6c6c6);
    text-shadow: 0 -1px 1px #b6b6b6;
    background-clip: padding-box;
}

button:active:not(:disabled),
input[type="button"]:active:not(:disabled),
input[type="submit"]:active:not(:disabled),
input[type="reset"]:active:not(:disabled),
a.button:active:not(:disabled) {
    background: #d4d4d4;
    border: 1px solid #a2a2a2;
    border-bottom: 1px solid #a59999;
    box-shadow: inset 0 0 6px 3px #b9b6b6,0 1px 0 0 #fff;
    text-shadow: 0 -1px 1px #b7b7b7;
    cursor: pointer;
}
button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
a.button:disabled {
    opacity: 0.5;
    cursor: default;
}

#apply-info .buttons .btn-sec {
    opacity: 0.8;
    color: #222;
}

.uploads-wrapper {
    padding: 1em;
}

.uploads {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.uploads > p {
    width: 100%;
    margin: 1em 0;
}

.upload-file {
    z-index: 10;
    position:relative;
}

.uploads .upload-wrap {
    display: inline-flex;
    flex-direction: column;
    /* width: 50px; */
    align-items: center;
    margin: 0 10px 1em 0;
    text-align: center;
    vertical-align: top;
    z-index: 10;
}
.uploads .upload-wrap:first-of-type {
    z-index: 11;
}


.uploads .upload-wrap .doc-name {
    color: #333;
}

.uploads .upload-wrap .upload-result {
    color: green;
}

.uploads .upload-wrap .upload-result.ul-error {
    color: #bd2727;
    display: block;
    overflow: visible;
    min-width: 200px;
}



aside.note {
    border: 3px solid #ff6e00;
    padding: 5px 15px;
    background-color: #eee;
    margin: 0 10px;
    border-radius: 9px;
}
aside.note p {
    margin: 0.75em 0;
    color: #333;
}

aside.note.note--discrate {
    text-align: center;
    border-color: #ccc;
}

#errors,#msg {
    margin: 10px;
    color: #bd2727;
    font-size: 14px;
    font-weight: bold;
}

#msg {
    color: #494;
}

.errorlist {
    list-style: square;
    padding-left: 2em;
    margin: 1em 0;
    font-weight: normal;
}
.errorlist li {
    list-style: square;

}
.errorlist li b {
    display: inline-block;
    margin-top: 0.5em;
    margin-top: 0.25em;
}

.qq-upload-button {
    width: 35px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: url("../images/sprite.png") no-repeat scroll transparent;
    background-position: -84px 0;
}

.qq-upload-list {
    position: absolute;
    z-index: 10;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
    min-width: 220px;
}
.qq-upload-file {
    font-size: 11px;
}

.qq-upload-delete,
.qq-upload-retry,
.qq-upload-cancel {
    text-decoration: underline;
}

.img-gallery {
    margin: 20px 0 50px;
}
.img-gallery.last {
    margin-bottom: 20px;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 238px;
    height: 170px;
    margin: 0 0 5px 0;
    padding: 9px;
    background-color: #f7f7f7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.gallery-item a {
    display: inline-block;
}

.gallery-item a img {
    width: 100%;
}

.gallery-item a.prev {
    width: 100%;
    height: 124px;
    margin-bottom: 5px;
    overflow: hidden;
}

.gallery-item a.zoom,.gallery-item a.start,.gallery-item a.fullsize {
    background: url("../images/sprite.png") no-repeat scroll transparent;
}

.gallery-item a.zoom {
    float: right;
    width: 22px;
    height: 18px;
    background-position: -84px -42px;
}

.gallery-item a.start {
    float: right;
    width: 19px;
    height: 19px;
    background-position: -84px -60px;
}

.gallery-item a.fullsize {
    float: left;
    width: 17px;
    height: 20px;
    background-position: -84px -79px;
}

.gallery-item .gallery-item-title {
    vertical-align: middle;
    color: #999;
    font-size: 14px;
    font-weight: bold;
}

.orgs {
    font-size: 14px;
    color: #888;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.orgs li {
    margin-bottom: 6px;
}
.orgs td {
    padding: 0px 0px 25px 0px;
    vertical-align: middle;
}

.orgs img {
    max-width: 180px;
    max-height: 100px;
    vertical-align: middle;
}
.orgs div.fleft,
.orgs div.fright {
    vertical-align: top;
    width: 48%;
}

.orgs div.fleft {
    float: left;
    margin-bottom: 2em;
}
.orgs div.fright {
    float: right;
}
.orgs div.fright table {
    width: 100%;
}

.org-logo {
    text-align: center;
}

.shadow {
	margin: 35px 0 10px;
	width: 100%;
	height: auto;
}



.select2-container .select2-choice abbr {
	right: 20px;
	height: 20px;
	top: 4px;
	width: 16px;
	background: transparent none;
	position: absolute;
}
.select2-container .select2-choice abbr::before {
    content: '';
	background-repeat: no-repeat;
	background-position: right 3px;
	background: url(./select2/select2.png) right top no-repeat;
    position: absolute;
    height: 14px;
    width: 14px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.select2-container .select2-choice abbr:hover::before {
	background-position: -46px -11px;
}
.select2-container .select2-choice abbr:hover {
	cursor: pointer;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 39px;
}

.select2-container.select2-allowclear .select2-choice > .select2-chosen {
    min-width: 47px;
}
.select2-container .select2-choice > .select2-chosen {
    min-width: 60px;
}
.select2-container .select2-choice {

}
.select2-container .select2-choice {
	line-height: 32px;
    height: 32px;
}
.selecttool-results {
    clear: both;
    margin: 0 0 0 22%;
    padding: 13px 0 0;
}
.selecttool-results p {
    font-size: 0.923em;
    font-style: italic;
    margin: 13px 5px 0 5px;
}
.selecttool-results ul {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    clear: both;
    max-height: 382px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 5px 2px;
}
.selecttool-results.error ul {
    border-color: red;
}

.selecttool-results li, .selecttool-results ul{
    -webkit-radius: 6px 6px 6px 6px;
    -khtml-radius:  6px 6px 6px 6px;
    -moz-radius:    6px 6px 6px 6px;
    border-radius:  6px 6px 6px 6px;
}
.selecttool-results li {
    background-color: #F4F4F4;
    cursor: pointer;
    color: #444;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2px;
    padding: 3px 0;
}
.selecttool-results li input {
    float: left;
    margin: 1px 5px 0 5px;
}
.selecttool-results li span {
    font-weight: 600;
    display: block;
    font-size: 0.923em;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
}
.selecttool-results li a {
    background: url("../images/info1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #FF6E00;
    display: block;
    float: right;
    height: 16px;
    overflow: hidden;
    text-indent: -50px;
    width: 16px;
}
.selecttool-results li a:hover{
    background-color: #FF6E00;
    -webkit-radius: 8px 8px 8px 8px;
    -khtml-radius:  8px 8px 8px 8px;
    -moz-radius:    8px 8px 8px 8px;
    border-radius:  8px 8px 8px 8px;
}
.selecttool-results .label {
    margin: 10px 0;
    font-weight: bold;
}
.selecttool-results li.act a:hover {
    background-color: #fff;
}
.selecttool-results li:hover {
    background-color: #fff;
}
.selecttool-results li.act, .selecttool-results li.act:hover  {
    background-color: #FF6E00;
    color: #fff;
}
.selecttool-results li em { color: #777; font-style: normal; }
.selecttool-results li.act em{ color: #fff; }

.selecttool-wrp {
    padding-bottom: 18px;
    padding-top: 8px;
    margin-bottom: 10px;
    border-top: 3px dashed #F47D30;
    background-color: #fcfcfc;
    margin: 10px;
    border-radius: 0 0 12px 12px;
    position: relative;
}

.selecttool-wrp  .selecttool-reset {
    position: absolute;
    right: 125px;
    color: #FF6E00;
    top: 80px;
    text-decoration: underline;
    cursor: pointer;
}

#apply-info .selecttool-wrp label.sel-wrp-label {
    margin-bottom: 1em;
    margin-top: 5px;
}
#apply-info .selecttool-wrp .selecttool-fields label {
    font-weight: bold;
    margin-right: 15px;
}
.tire-helper {
    clear: both;
    text-align: center;
    margin: 2em 0 0 0;
}

.tire-helper a {
    cursor: pointer;
    text-decoration: underline;
    margin: 10px 0;
    display: inline-block;
}
img.hankook-tire-helper {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    height: auto;
}


.sel2-wrapper {
    clear: both;
}
.selecttool-fields { margin-top: 1px; font-size: 0.923em;}

.selecttool-fields .select-tool {  margin-right: 2px; max-width: 115px; display: inline-block !important; }
.selecttool-fields .select-tool.error a.select2-choice {
    border-color: red;
}
#apply-info .selecttool-fields .checkbox-tool-wrp {
    margin: 8px 0px 0px 9px;
    font-weight: bold;
    padding-left: 30%;
    text-align: left;
    width: auto;
    display: block;
}
#apply-info .selecttool-fields .checkbox-tool-wrp label {
    width: auto;
    margin: 4px 0 4px 0;
    z-index: 0;
    font-weight: normal;
    text-align: left;
}
#apply-info .selecttool-fields .checkbox-tool-wrp input[disabled],
#apply-info .selecttool-fields .checkbox-tool-wrp input[disabled] + label
{
    opacity: 0.5;
}

#apply-info p.fillmore,
#apply-info p.notfound,
#apply-info p.no-result-with-checked-params {
    float: right;
    padding: 10px 20px 0 0px;
    color: red;
    font-size: 12px;
    width: 70%;
}
.word_count_wrp { position: relative; overflow: visible; margin-left: auto; }
.word_count {
    margin-right: 17px;
    color: #888888;
    cursor: help;
    float: right;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    overflow: hidden;
    padding: 0 4% 5px 0;
    text-align: right;
    white-space: nowrap;
}
.word_count span {
    font-family: "Courier New", Courier, "Lucida Console", "Lucida Sans Typewriter", Consolas, FreeMono, "DejaVu Sans Mono", "Andale Mono", monospace;
}
.word_count span.error {
    background-color: #B60300;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 2px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -ms-border-radius: 7px 7px 7px 7px;
    -o-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

.acknowledgments {
    margin-left: 10px;
    padding-left: 10px;
}
.acknowledgments .acknowledgment {
    margin-bottom: 4em;
}
.acknowledgments h2 {
    text-align: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 1em;
}
.acknowledgments .acknowledgment p {

}
.acknowledgments .acknowledgment blockquote {
    margin-left: 0;
    margin-top: 1em;
    font-size: 14px;
    text-align: left;
}
.acknowledgments .acknowledgment img {
    float: right;
    max-height: 180px;
    height: auto;
    margin-left: 5px;
}
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }

.clearfix:before,
.clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.clearb { display: block; float: none; clear: both; }
span.clearb { font-size: 1px; font-family: arial; line-height: 0px;  }
/* Float classes for images */







.tipsy { font-size: 14px; position: absolute; padding: 5px; word-wrap: break-word; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 360px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy.light .tipsy-inner   { background-color:    #ffffff; color: #222; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.tipsy.light .tipsy-arrow   { border-color:        #ffffff; }
.tipsy.light .tipsy-arrow-n { border-bottom-color: #ffffff; }
.tipsy.light .tipsy-arrow-s { border-top-color:    #ffffff; }
.tipsy.light .tipsy-arrow-e { border-left-color:   #ffffff; }
.tipsy.light .tipsy-arrow-w { border-right-color:  #ffffff; }


html .tipsy.tipsy-n  .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
html .tipsy.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
html .tipsy.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
html .tipsy.tipsy-s  .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
html .tipsy.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
html .tipsy.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
html .tipsy.tipsy-e  .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
html .tipsy.tipsy-w  .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }




*html body .tipsy-e .tipsy-arrow,
*html body .tipsy-w .tipsy-arrow {
  border-top-color: pink;
  border-bottom-color: pink;
  filter: chroma(color=pink);
}

*html body .tipsy-n  .tipsy-arrow,
*html body .tipsy-nw .tipsy-arrow,
*html body .tipsy-ne .tipsy-arrow,
*html body .tipsy-s  .tipsy-arrow,
*html body .tipsy-sw .tipsy-arrow,
*html body .tipsy-se .tipsy-arrow {
  border-left-color: pink;
  border-right-color: pink;
  filter: chroma(color=pink);
}
address {
    margin: 0em 0 2em 0;
    font-size: 0.9em;
    color: #999;
    font-style: normal;
}

.contact-location address {
    margin: 0em 0 2em 0;
}

.contact-colleagues {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact-colleagues address {
    width: 30%;
}

.other-charity {
    max-width: 600px;
    margin-left: auto;
    line-height: 1.5;
    margin-top: 1.5em;
    margin-bottom: 2em;
    color: #666;
    font-size: 11px;
}

input[name=qqfile] {
}

.videos h2 {
    margin-bottom: 1em;
}
.videos .video iframe {
    margin: 0 auto;
    display: block;
}
.videos {
    margin-top: 1em;
    margin-bottom: 0em;
}
.videos .video {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.videos .video .video-title {
    margin-bottom: 2em;
    text-align: center;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
    color: #999;
}

.fluid-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.fluid-video iframe, .fluid-video object, .fluid-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sub-nav--years {

}


.notify {
    border-bottom: 2px solid #ccc;
    margin-bottom: 2em;
}

.full-value-wrp::before {
    content: 'Hibakeresési információk';
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: red;
    text-transform: uppercase;
}

.full-value-wrp ul.variations {
    overflow-y: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    max-height: 200px;
    background-color: #fff;
    padding: 12px;
    border: 1px solid #ccc;
}
.full-value-wrp {
    max-width: 500px;
    padding: 1em;
    margin: 0 auto 1em auto;
    border: 1px solid #ccc;
    background-color: #eee;
    display: block;
}


@media only screen and (max-width: 785px) {
    nav ul li {
        display: block;
        width: 100%;
        border: 0 none;
        margin: 15px 0;
    }


    .gallery-item {
        width:  31%;
    }
    .gallery-item .gallery-item-title {
        font-size: 11px;
    }
    h1 {
        font-size: 20px;
        text-align: left;
        width: auto;
    }
    h2 {
        margin-right: 0;
        margin-left: 0;
        text-align: left;
        width: auto;
    }
}
@media only screen and (max-width: 745px) {

    #apply-info .selecttool-wrp label.sel-wrp-label {
        width: auto;
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 0;
    }
    #apply-info .selecttool-wrp .selecttool-fields label {
        width: 100%;
        margin-right: 0;
        text-align: left;
        margin-left: 0;
    }

    #apply-info .selecttool-fields .checkbox-tool-wrp {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    #apply-info .selecttool-fields .checkbox-tool-wrp label,
    #apply-info .selecttool-fields .checkbox-tool-wrp input {
        display: inline;
        float: none;
    }
    #apply-info p.fillmore, #apply-info p.notfound, #apply-info p.no-result-with-checked-params {
        width: auto;
        float: none;
    }

    img.hankook-tire-helper {
        margin-left: 0;
    }

    .selecttool-results {
        margin: 0 0 0 0;
        padding-top: 5px;
    }

   .selecttool-results ul {
        max-height: none;
        padding: 10px 0 0 0;
        border: 0 none;
        border-radius: 0;
    	border-top: 1px solid #DDDDDD;
        background-color: transparent;
        margin-bottom: 30px;
    }
    .selecttool-results li {
        margin-bottom: 6px;
        border-radius: 0;
        background-color: transparent;
    }
    .selecttool-results li em b {
	    font-size: 11px;
    }

    .sel2-wrapper {
        margin: 15px 0 20px;
    }

    .selecttool-wrp {
        background: transparent;
        margin: 10px 0;
    }
    .selecttool-wrp .selecttool-reset {
        right: 37%;
        left: auto;
        top: 140px;
    }
    fieldset  {
        border: 1px solid #c0c0c0;
        border-radius: 3px;
        padding-left: 15px;
        margin-left: 5px;
    }
    fieldset fieldset {
        padding-left: 10px;
        margin-left: -10px;
    }
    #apply-info .sel2-wrapper label {
        width: auto;
        margin: 0;
        text-align: left;
        display: block;
        font-weight: 600;
    }
    .uploads {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;

    }
    .uploads .upload-wrap {
        width: auto;
    }

}

@media only screen and (max-width: 650px) {

    #apply-info #street,
    #apply-info #post_street,
    #apply-info #town,
    #apply-info #post_town {
        width: calc(100% - 90px);
    }



    .orgs div.fleft,
    .orgs div.fright {
        float: none;
        width: 100%;
    }
    .gallery-item {
        width:  48%;
    }
    #apply-info label {
        width: 100%;
        text-align: left;
        margin-bottom: 0;
        margin-left: 0;
    }
    #apply-info .form-item-checkbox label {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    #apply-info .form-item {
        margin-bottom: 1em;
    }
    #apply-info .upload-wrap.form-item {
        margin-bottom: 2em;
    }
    #apply-info textarea {
        width: 100%;
    }
    .word_count_wrp {
        display: block;
        margin-right: auto;
        margin-left: 20px;
    }
    .form-desc.left-indent,
    .form-item.left-indent {
        margin-left: 0;
    }
    .after-field { font-size: 14px; }


    .uploads {
        justify-content: space-around;
    }
    #apply-info .buttons {
        text-align: left;
        margin-top: 2em;
        margin-left: 1em;
    }

}
@media only screen and (max-width: 540px) {


    #apply-info label {
        margin: 0;
        text-align: left;
        display: block;
    }
    .form-item {
        margin: 8px 0 20px 0;
    }

    #apply-info .form-item-checkbox label {
        display: inline-block;
    }

    #apply-info input[type="text"], #apply-info textarea, #apply-info select {
        width: 100%;
    }

    #apply-info #contact-email, #apply-info #taxnumber, #apply-info #company_amount_applied_for, #apply-info #reg-date, #apply-info #contact-phone {
        width: auto;
    	max-width: 290px;
    }

    .uploads .upload-wrap {
        margin-bottom: 30px;
    }



    #apply-info .form-item-checkbox label {
        margin-right: 5px;
    }

    .selecttool-wrp .selecttool-reset {
        right: 10px;
        left: auto;
        top: 120px;
    }

    input[type="checkbox"], input[type="radio"] {
        position: relative;
        top: 2px;
    }


    #apply-info .form-item.show-on-step-1 {
        border-top: 1px solid #ccc;
        margin-top: 0;
        padding-top: 20px;
    }

    #apply-info .form-item.show-on-step-1,
    #apply-info .form-item.show-on-step-2,
    #apply-info .show-on-step-3 {
        margin-bottom: 0;
    }
    #apply-info .show-on-step-3 {
        margin-top: 1em;
    }
    #apply-info .buttons input {
        width: auto;
    }
    .hankook-logo {
        max-width: 170px;
    }
    header a.fb, header a.yt {
        transform: scale(0.5);
        margin: -6px;
    }
}
