
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button.button3-yellow:hover{
	border-color:transparent;
}
/*++yellow++*/
.button.button3-yellow{
    border: 1px solid #815627;
    background-color: #ffcb08;
    color: black;
    -webkit-box-shadow: 0 3px 0 #815627,0 6px 4px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 0 #815627,0 6px 4px -2px rgba(0,0,0,0.3);
    box-shadow: 0 3px 0 #815627,0 6px 4px -2px rgba(0,0,0,0.3);
}
.button{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;

}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus,
.button.focus {
  color: #333;
  text-decoration: none;
}
.button:active,
.button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

body{
	margin:0;
	font-family: 'Montserrat',sans-serif;
	position: relative;
}
.demo_switcher{
	height: 60px;
	background-color: #EFF4F9;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid #A7AAAE;
}
.demo_preview,.overlay{
	position: absolute;
	border: none;
	z-index: 1;
    top: 60px;
	left: 0px;
}
.overlay{
    background-color:rgba(0,0,0,0.37);
    z-index: 9999;
    display: none;
}
.overlay.active{
    display: block;
}
.header{
	width: 980px;
	margin:0 auto;
}
.logo,.switcher,.buy_now{
	float:left;
	height:60px;
}
.logo{
	width: 30%;
}
.switcher{
	width: 50%;
	margin-top: 10px;
}
.buy_now{
	width: 20%;
	margin-top: 10px;
}
.clear{
	clear:both;
}
.bold{
	font-weight: bold;
}
a,a:active,a:focus{text-decoration: none;}

#product_selector{
	display: none;
	position: absolute;
    top: 38px;
    z-index: 999999;
    background-color: #535454;
    width: 100%;
    border: 1px solid white;
    border-top-style: dashed;
    max-height: 300px;
    overflow-x:auto;
}
#products{
	list-style: none;
	padding-left: 5px;
}
#products li{
	color:white;
	padding:5px 0;
	margin: 5px;
}
#products li:hover{
	color:gold;
}
#product_selector.active{
	display: block;

}

#active_product{
	display: inline-block;
    padding: 9px 35px 9px 10px;
    border: 1px solid #ccc;
    background-color: #535454;
    color: white;
    position: relative;
    width: 100%;
}
#active_product #arrow{
	display: inline-block;
    position: absolute;
    right: 5px;
	top: 7px;
}
#active_img{
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}
.icons{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
     margin-right: 5px;
    
}

#cust_select{
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 60%;
}
#product_price{
    width: 35%;
    display: inline-block;
    right: 0;
    text-align: center;
    font-size: 26px;
    color: #EA1251;
    vertical-align: middle;
}
#LiveHelpEmbedded,#LiveHelpCallAction{
    display: none!important;
}