/* WebSite Custom CSS*/
.padding-img {
    padding:15px;
}

.slidebox {
    color:white;
}

.align-right {
    margin-right:0;
}

.slidebox i{
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
  height: 65;
  width: 65;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.slidebox i:hover{
  background: #c85320;
  transition: all .2s ease-in;
}

.headercolor {
    color:#575757;
}



@media only screen and (max-width: 2400px) {
  .siteaboutbox {
    padding:50px;
    border: 1px solid lightgray;
    border-radius:15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    }
}

@media only screen and (max-width: 900px) {
  .siteaboutbox {
    padding:10px;
    border: 1px solid lightgray;
    border-radius:5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
    }
}

.sitegray {
    background-color:lightgray;
}

.sitetitle {
    color:#575757;
}

.siteimg {
    background-image: url("webb/intersites/bandb/img/hero.png");
    background-position: 50% 50%;
}


.topsiteline {
  line-height: 250%;
}

.bottominfo {
    /*position: relative;*/
    /*background-color:lightgray ;*/
    color:white;
    padding: 0 0 0 0;
    /*border-top: 1px solid lightgrey;*/
}

.bottominfo .p {color:white;}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.wd-block-wrap .row {
    margin: 0 0 0 0;
    padding: 0;
}


/*#header-navbar {
    border-bottom: 3px solid gray;    
}*/

/* End WebSite Custom CSS*/
.navbar {
                margin-bottom: 0 ;
                border-radius: 0 ;
                -moz-border-radius: 0 ;
}
.padwide {
    padding-left:0px;
    padding-right:0px;
}
.tresponsive {
    max-width: 100%;
    height: auto;
}
.none {
        visibility: hidden;
}
.isz {
    font-size:18px;
}
.builder_help_message {
    visibility: hidden;
    height:0;
}



/* Header Custom CSS*/
/*headercss*/
/* End Header Custom CSS*/

