* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    /* line-height: 140% */
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    outline: none;
    color: inherit
}

a:hover {
    cursor: pointer
}

a:focus {
    outline: none;
    box-shadow: none
}

img {
    outline: none;
    border: 0;
    vertical-align: middle
}

ul {
    list-style: none
}

b,
strong {
    font-weight: 700
}

input:focus,
textarea:focus,
input:required,
textarea:required,
select:focus {
    outline: none;
    box-shadow: none
}

input,
textarea,
select {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

input,
textarea {
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    /* appearance: none; */
    /* word-break: break-all;
    font-family: lato */
}

input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

button:focus {
    outline: none
}

textarea {
    resize: vertical
}

input[placeholder] {
    text-overflow: ellipsis
}

::-moz-placeholder {
    text-overflow: ellipsis
}

input:-moz-placeholder {
    text-overflow: ellipsis
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900
}

footer,
header,
nav {
    display: block
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.row {
    margin-left: 0;
    margin-right: 0;
    padding: 1px;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.slick-slide {
    outline: none
}

.img-responsive {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto
}

.underline {
    text-decoration: underline
}

@media(min-width:768px) {
    .container {
        max-width: 1280px
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.xv-row:after,
.xv-row:before,
.xv-row:after,
.xv-row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.xv-row:after {
    clear: both
}