.iw-product-title{
font-size:26px;
color:#ff6633;
font-weight:500;
line-height:26px;
text-transform:none}

.iw-product-subtitle{
font-size:20px;
color:#ff6633;
font-weight:500;
line-height:20px;
text-transform:none}

.iw-product-body{
font-size:24px;
color:#646464;
font-weight:500;
line-height:20px;
text-transform:none}

.iw-dd-title{
font-size:20px;
color:#646464;
font-weight:200;
line-height:16px;
text-transform:none}

.iw-title-mobile{
font-size:16px;
color:#646464;
font-weight:500;
line-height:16px;
text-transform:none}

.iw-dd-body{
font-size:18px;
color:#646464;
line-height:16px;
text-transform:none;
margin:20px;}

.iw-additional-info{
font-size:20px;
color:#ff6633;
font-weight:500;
line-height:46px;
text-transform:none}

.iw-additional-info-gray{
font-size:20px;
color:#656565;
font-weight:500;
line-height:46px;
text-transform:none;
}
.iw-hover-gray:hover{
background-color: rgba(65,65,65,.5);
}

.iw-hover-orange:hover{
background-color: #e67e22;
}

.iw-block-header{
font-size:20px;
color:#fff;
font-weight:500;
line-height:24px;
text-transform:none}

ul.iw-border-gray>li{margin-bottom:30px;
border:1px solid #656565 !important;
color:#646464 !important;
border-radius:2px}

.iw-spacing-div{   
  border-top: 10px solid white !important;
  margin-bottom: 0 !important;
}

.iw-spacing-home{   
  border-bottom: 2px solid white !important;
}

.iw-table {
 padding: 0px !important;
 vertical-align: top;
 margin:0; 
}

ul.iw-link-hover>li>a:hover{
text-decoration: underline;
color:#fff !important;
}


.iw-center-slides {
  height: 520px;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}


.smalltitle{
display:block;
margin:0;
padding-left:10px;
font-size: 16px;
font-size: 1.2vw; 
font-weight:400;
}


@media screen and (max-width: 600px) {
  .hide-mobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .show-mobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}


