/* Your custom css code goes here */
.productheader {height:600px;}

.container-fluid-product p
{
    padding-left:50px;
    padding-right:50px;
    margin-right: auto;
    margin-left:auto;
}

.none
{
    list-style:none;
}

.logo-color
{
    color:#33C5FF!important;
}


.header-black
{
    color:#000;
}
.header-bold
{
    font-weight:bold;
}

.probootstrap-half .included_image {
    width: 100%;
    height: 54%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
    background-color: #f4bd00;
}

.darker
{
    color: #5d6266;
}
.darkerbg
{
    background:#f3f3f3;
}

.bluedarker
{
    background: #a1cddf!important;
    color: #040607;
}

.withborderradius
{
    border-radius:5%!important;
}

.lighttext
{
    background: #222f43!important;
    color: #adadad;
}
.lightnumber
{
    color: rgba(250, 250, 250, 0.1)!important;
}
.subtitle
{
    color: #33C5FF!important;
}

@media only screen and (max-width: 1024px) {
  .topmargin {
    margin-top:250px;
  }
  
