﻿body {
    color: #434343;
    font-size: 16px;
}
a {
    text-decoration: none;
    color: #434343;
}
body,ul,li,p,header,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    vertical-align: top;
}
.none{
    display: none !important;
}
video:focus {
     outline: -webkit-focus-ring-color auto 0px;
 }
.overflow-hidden{
    overflow: hidden!important;
}
ul li{
    font-style: normal;
    list-style: none;
}
.font-weight{
    font-weight: 800 !important;

}
.visable-xs{
    display: none;
}
.color-fff{
    color: #ffffff;
}