* {
    position: relative;
    box-sizing: border-box;
}

table {
    font-size: inherit;
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    outline: none;
    border: none;
}

.inner {
    width: 1000px !important;
    margin: auto;
}

::-webkit-input-placeholder {
    color: #000000;
    font-weight: bold;
}

:-moz-placeholder {
    color: #000000;
    font-weight: bold;
}

::-moz-placeholder {
    color: #000000;
    font-weight: bold;
}

.table-list {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.table-list li {
    display: table-cell;
    width: 20%;
}
.table-list li a {
    position: relative;
    width: 100%;
}

.clear {
    clear: both;
    height: 11px;
    position: relative;
}

.center {
    text-align: center;
}

.clear-after:after {
    position: relative;
    content: "";
    clear: both;
    display: block;
    height: 0px;
}

.big {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.half-width {
    float: left;
    width: 50%;
}

.valign-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.vmiddle-images {
    height: 70px;
}

.vmiddle-images img {
    vertical-align: middle;
    max-height: 70px;
    max-width: 84px;
}

#slider-area {
    overflow: hidden;
}

#slider-area img {
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 0px;*/
}

.italic {
    font-style: italic !important;
}

.title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;

}

.spacer {
    margin-right: 30px;
}

#main-menu li:hover .child-menu {
    display: block;
}

.child-menu {
    width: 100%;
    position: absolute;
    top: 26px;
    height: auto;
    background: #000000;
    z-index: 2;
    border: solid 2px #476dbb;
    border-top: none !important;
    overflow: hidden;
    display: none;
}

.child-menu li {
    padding: 5px 0 2px;
    display: block !important;
}

.child-menu li a {
    display: block;
    color: #dfc701 !important;
}

.child-menu li:hover {
    background: #476dbb;
}

.captcha-yellow {
    position: absolute;
    right: 195px;
    background: yellow;
    width: 100px;
    height: 30px;
    top: 8px;
}

.captcha-yellow ~ input {
    margin-top: 15px;
    margin-left: 6px;
}

.select-arrow-area {
    border: none;
    outline: none;
    font: inherit;
    position: absolute;
    top: 0px;
    left: 11px;
    background: transparent;
    width: 200px;
}

.select-arrow-area div {

}

.select-arrow {
    padding-top: 3px !important;
}

.select-arrow-area .the-arrow {
    position: absolute;
    right: 0px;
    top: -2px;
    pointer-events: none;
}

.slider-nav {
    position: absolute;
    bottom: 10;
    z-index: 9;
    left: 0px;
    /*background: red;*/
    text-align: center;
    width: 100%;
}

.slider-nav span {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.slider-nav .current-dot {
    background: #00709f;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

input {
    outline: none;
    border: none;
}

#footer a {
    font-weight: bold;
}