html, body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 100%;
    line-height: normal;
}

input {
    font-family: Arial,Tahoma;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}

input:focus, input:active {
    box-shadow: none !important;
    outline: medium none !important;
}

input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

a:focus {
    outline: medium none;
    outline-offset: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, ul {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

.clear {
    clear: both;
}

.col::before, .col::after, .row::before, .row::after, .clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.col::after, .row::after, .clearfix::after {
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.hidden {
    display: none;
    visibility: hidden;
}

*::after, *::before {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

.container{
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 20px;
    width: 100%;
}

.row {
    margin: 0 -15px;
    min-height: 1px;
}

.col {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding: 0 15px;
}

.col_1 {
    width: 8.33333%;
}

.col_2 {
    width: 16.6667%;
}

.col_3 {
    width: 25%;
}

.col_4 {
    width: 33.3333%;
}

.col_5 {
    width: 41.6667%;
}

.col_6 {
    width: 50%;
}

.col_7 {
    width: 58.3333%;
}

.col_8 {
    width: 66.6667%;
}

.col_9 {
    width: 75%;
}

.col_10 {
    width: 83.3333%;
}

.col_11 {
    width: 91.6667%;
}

.col_12 {
    width: 100%;
}
