﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.toggle, .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  margin-bottom: 40px
}

.toggler {
  color: #999;
  transition: .2s;
  font-weight: bold;
  margin-bottom: 40px
}

.toggler--is-active {
  color: #003441;
}

.b {
  display: block;
}

.toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 10px;
  background-color: #00BBEA;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hide{
  display: none;
}

.pricelistitem{
	font-size: 14px;
    line-height: 1.2;
    color: #777;
    min-height: 110px;
    padding-top:20px !important;
    padding-bottom:20px !important;

}

.pricelistitem2{
    background-color: #F0F0F0;
    min-height:195px
}

.pricelistitemsearch{
	font-size: 14px;
    line-height: 1.2;
    color: #777;
}
.pricelistitemlead{
	font-size: 16px;
    color: #444;
    font-weight:bold
}

.list-group-item{
	padding:15px
}
.optwrap{
	margin-left: auto !important; 
	float: none !important; 
	margin-right: auto !important;
}

.lead{
	font-size:21px !important
}

#disclaimer{
	text-align: center;  
	position: relative; 
	top: -20px;
}


@media only screen and (min-width: 768px) {
.optwrap{
min-width:720px
}

}

@media only screen and (max-width: 767px) {
.pricelistitem{
    min-height:0px
}

.pricelistitem2 {
    min-height:0px
}

.mobilehide{
	display:none !important
}

}

