/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.5;
}


@media(min-width:767px) {
    p, .bull{
        margin: 0 0 35px;
        font-size: 17px;
        line-height: 1.6;
    }
}

a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-decoration: underline;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}

.light {
    font-weight: 400;
}


.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
	text-decoration: none;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
		font-size:12px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
	

}


#options
{
	color:#000;
}

#hor-minimalist-b a
{
	color:#a80532;
}


#hor-minimalist-b
{
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12pt;
	background: #fff;
	margin-top: 20px;
	
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14pt;
	font-weight: bold;
	color: #222;
	padding: 10px 8px;
	border-bottom: 2px solid #222;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

#hor-minimalist-b .odd
{
	background: #e8edff; 
}


li { font-size: 14pt;}
ul { margin-bottom:25px;}
	p {margin-bottom:10px; font-size: 14pt;}
	h3{ margin-top:30px; margin-bottom: 15px;}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.mid{

	text-align:center;

}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 75px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.products-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/products-bg.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.value {
    
    background-color: #555;
}


.mob {
    width: 100%;
	  height: auto;
    padding: 50px 16.68%;
	display:table;
    color: #fff;
    background: url(../img/kwt880.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	overflow:auto;
}

.maint {
    width: 100%;
	  height: auto;
    padding: 50px 16.68%;
	display:table;
    color: #fff;
    background: url(../img/pb567.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.con {
    width: 100%;
	  height: auto;
    padding: 50px 16.68%;
	display:table;
    color: #fff;
    background: url(../img/ws4700.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.lw {
    width: 100%;
	  height: auto;
    padding: 50px 16.68%;
	display:table;
    color: #fff;
    background: url(../img/lw.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

.value {
    width: 100%;
	  height: auto;
    padding: 50px 16.68%;
	display:table;
    color: #fff;
    background: url(../img/history.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}



.compare{
    width: 100%;
	  height: auto;
    padding: 50px 16.68%;
	display:table;
    color: #fff;
    background: url(../img/value.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}



.king{
    width: 100%;
	  height: auto;
    padding: 50px 16.68%;
	display:table;
    color: #fff;
    background: url(../img/king.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 150px;
    }

    .products-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
	text-decoration: none;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #000;
    background-color: #fff;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.responsive{

	width:100%;
	height:auto;
}

ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.faq {
  list-style: none;
  margin: 0;
}
ul.faq li {
  margin-top: 30px;
  font-size:17px;
}
ul.faq li:first-child {
  margin-top: 0;
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #a80532;
  color: #fff;
  font-size: 24px;
}
ul.faq li > div {
  margin-left: 70px;
}
ul.faq li > div h3 {
  margin-top: 0;
}


.calctextbox {
    background-color: #CCFFCC;
}
.weightcalc input[readonly="readonly"] {
      background-color: #CCFFCC;
}
.weightcalc input[readonly="true"] {
      background-color: #fdf7a0;
}


.weightcalc input {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #999999;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    float: left;
    font-size: 15px;
    line-height: 15px;
    margin: 5px 0;
    padding: 5px 5px;
    text-align: right;
}
.weightcalc input:hover {
    background: none repeat scroll 0 0 #BBBBBB;
    border: 2px solid #777777;
    color: #555555;
}
.weightcalc input:focus {
    background: none repeat scroll 0 0 #444444;
    border: 2px solid #888888;
    color: #FFFFFF;
    outline: medium none;
}
.weightcalc {
    padding: 0 7px;
    position: relative;
}
.weightcalc table {
    font-size: 17px;
}
.weightcalc h3 {
    padding:0px;

}


.wsctotal2 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

    border-color: #999999 #999999 #333333;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 10px;
	width: 450px;
	background: rgb(45,45,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(45,45,45,1) 1%, rgba(103,103,103,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(45,45,45,1)), color-stop(100%,rgba(103,103,103,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(45,45,45,1) 1%,rgba(103,103,103,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(45,45,45,1) 1%,rgba(103,103,103,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(45,45,45,1) 1%,rgba(103,103,103,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(45,45,45,1) 1%,rgba(103,103,103,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
}
.wsctotal {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/faqlist.jpg") no-repeat scroll right top #676767;
    border-color: #999999 #999999 #333333;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 10px;
	
}

.navbar{

min-height:60px;

}
.responsive {

max-width:100%;
height:auto;
}


.navbar li {font-size:1em;}

.imghero{max-width:65%;}
	.logohero{max-width:70%;}
	
@media(min-width:767px) {	
		.imghero{width:90%;}
	.logohero{width:90%;}
}

.masthead{
  position: relative;     /* establish positioning context */
  min-height: 100vh;       /* or a fixed height */
  overflow: hidden;
  isolation: isolate;     /* prevents outside stacking weirdness */
}

/* VIDEO LAYER */
.masthead__video{
  position: absolute;
  inset: 0;
  z-index: 0;
}

.masthead__video video{
  width: 100%;
  height: 100%;
  object-fit: cover;      /* makes video behave like background-cover */
  object-position: center;
  display: block;
  pointer-events: none;
}

/* OVERLAY LAYER */
.masthead__overlay{
  position: relative;
  z-index: 2;             /* above the video */
  height: 100%;
}

/* Example image positioning */
.masthead__img{
  position: absolute;
  z-index: 3;
  max-width: 40%;
  height: auto;
}

.masthead__img--left{
  left: 4%;
  bottom: 8%;
}

.masthead__img--right{
  right: 4%;
  bottom: 8%;
}