body {
    font: 400 1rem Roboto, sans-serif;
    background: #1e1f22;
}

.fix {max-width:1620px}
.fix-max{max-width:2000px}

.x_wrapper {
    position: relative;
    background: #1e1f22;
    max-width:1860px;
    margin: 0 auto;
    border-radius:6px;
}

header {
    border-bottom: solid 1px rgba(192, 56, 5,1.00);
}

header li.first {
    padding-right:0;
}

header li.last {
    padding-right:0;
}

footer {
    padding: 40px 0;
	color: rgba(255,255,255,1.00);
    font: 300 0.75rem Roboto, sans-serif;
    border-top:solid 1px rgba(192, 56, 5,1.00);
}

footer h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom:10px;
}

footer p { 
    font-size:12px; 
    color:rgba(255,255,255,0.60); 
}

.social_footer_ul { /*display:table; margin:0 auto;*/ padding:0; list-style-type:none;  font-size: 1.5em;}
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:rgba(255,255,255,0.70); border:1px solid rgba(255,255,255,0.70); padding:8px; border-radius:10%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

.footer-brand, .footer-nav, .footer-s { padding:10px 25px; }
.footer-nav, .footer-s { border-color: transparent; }

footer ul { list-style:none; padding:0px; }
footer ul li { padding:5px 0px;}
footer ul.list a { color:rgba(255,255,255,0.80); }
footer ul.pages a { font-weight:bold; text-transform:uppercase; }
footer ul a:hover { color:rgba(255,255,255,0.70); text-decoration:none; }

@media (min-width: 768px) {
	.footer-nav, .footer-s { border-left:solid 1px rgba(255,255,255,0.05); }
}

.navbar .navbar-nav {
      line-height: 50px;
      list-style: none;
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      font-weight: 300;
}

.nav-item {
  padding: 0 .34rem;
}

.nav-item a {
  padding: .34rem;
}

.navbar .navbar-nav .nav-link {
  transition: all .05s ease-in-out;
  
}

.navbar-toggler:hover {
  cursor: pointer;
}

.social_header_ul { font-size: .8rem;}

h2 {
    font: 400 21px 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: .1rem;
}
.car a {
    cursor: pointer;
    color: rgba(255,255,255,.6);
    text-decoration:none;
}

.car a:hover {
    color: rgba(255,255,255,1);
    text-decoration:none;
}

.car a h4 {
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: none;
    font: 200 1rem 'Roboto Slab', sans-serif;
}

.card {
    border: 0;
    margin-top: 1rem;
}
.card a, .card a:visited, .card a:focus, .card .card-title {
    color: #626365;
    font: 300 0.8rem Roboto, sans-serif;
    text-decoration:none;
}
.card .card-title {
    font: 400 0.85rem Roboto, sans-serif;
}
.card .card-body {
    padding: 0;
}

.video{
    background:#000;
}
.video .row div{
    padding:.125rem .0625rem 0 .0625rem;
}

.m.row div {
    padding:0 .05rem .2rem .05rem;
}
.x.row div {
    padding:0 .05rem .1rem .05rem;
}
.text-description h2 {
    margin: 35% 20% 0 18%;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.grad {
    background: #ffffff;
    background: -webkit-linear-gradient(top, #fff 0%, #d8d8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d8d8d8));
    background: -o-linear-gradient(top, #fff 0%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #fff 0%, #d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0);
}

html {
    font-size: 0.9rem
}

html h1 {
    font-size: 0.9rem
}

html h2 {
    font-size: 0.95rem
}

@media (min-width: 576px) {
    html {
        font-size: 0.95rem
    }

    html h1 {
        font-size: 1rem
    }

    html h2 {
        font-size: 1.05rem
    }
}

@media (min-width: 768px) {
    html {
        font-size: 1rem
    }

    html h1 {
        font-size: 1.2rem
    }

    html h2 {
        font-size: 1.1rem
    }

    .download {
        position: relative;
        bottom: 70px
    }

    .nav-item {
        height: auto
    }
}

@media (min-width: 992px) {
    html {
        font-size: 1.05rem
    }

    html h1 {
        font-size: 1.3rem
    }

    html h2 {
        font-size: 1.2rem
    }

}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link.active {
    background: #343a40;
}

.nav-tabs .nav-link {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    height: 100%;
}

a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
}