header#header {
    position: relative !important;
    background: #424141;
}

#mega-menu-wrap-header-menu,
.scrollto{
	display: none !important;
}

.header-img {
    margin: 15px 0px 50px;
}
h2 {
    font-size: 34px;
}
h1, h2, h3, h4
{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
    line-height: 1.1;
}

h3{
	font-size: 28px;
	margin-top: 22px;
    margin-bottom: 11px;
}
h4{
	font-size: 20px;
}

p{
	letter-spacing: 0px !important;
	margin-bottom: 11px !important;
}
b, strong{
	font-weight: 600;
}
ul {
    padding-left: 25px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 11px;
}
.headline {
    font-size: 40px;
    font-weight: 900;
    font-family: Roboto,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
	    letter-spacing: 2px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-danger {
    color: #fff;
    background-color: #d61535;
    border-color: #bf132f;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-gr {
    font-size: .8889rem;
    font-family: Open Sans,sans-serif;
    border: 0 solid;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,.12) 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 6px 1px 2px rgba(0,0,0,.12) rgba(0,0,0,.1);
    text-shadow: 0 1px rgb(0 0 0 / 10%);
    transition: all .2s;
}

.btn-gr.btn-lg, .btn-group-lg>.btn-gr.btn {
    padding: 15px 40px !important;
    font-weight: 600;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
iframe {
    border: 0!important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.well-info {
    background-color: #ebf4ff;
    border: 0;
    padding: 10%;
}