body {
    font-size: 12px;
    line-height: 1.4;
    height:2500px;
}

	
.stButton_gradient {
    padding-bottom: 18px !important;
	}

.stMainServices {
	padding-bottom: 18px !important;
	}
	
.hide
{
    display:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Trebuchet MS", sans-serif; }

@media print {
  .page-break {
      page-break-after: always;
      margin-bottom: 0;
  }
}
  
  @media (min-width:  768px) {
      .cols { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
  }
  @media (min-width: 1200px) {
      .cols { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
  }
  .thumbnail {
      margin-bottom: 5px;
  }
  .thumbnail {
      padding: 0;
      font-family: sans-serif;
      font-size: 12px;
  }
  .thumbnail:hover {
      text-decoration: none;
  }
  .thumbnail h3 {
      font-family: "TradeGothicNextW01-Ligh 693250","Trade Gothic",helvetica,arial,sans-serif;
      padding: 0 10px;
      margin-top: 1em;
      line-height: 1;
      white-space: nowrap;
      color: #888;
      font-size: 1.6em;
      font-weight: 400;
  }
  .thumbnail p {
      color: #888;
      font-size: 1.0em;
      padding: 0 10px;
      margin-top: 1em;
      font-family: "TradeGothicNextW01-Ligh 693250","Trade Gothic",helvetica,arial,sans-serif;
      line-height: 1.3;
  }

.demo { border-radius: 6px; width:200px; height:300px; margin:0 14px 14px 0; position: relative;} 
  
  
a:link, a:hover, a:visited {
    color: #252f4d;
    list-style-type: square;
}

.alert {
margin-left: 10px;
}

.menu2-search{
    background: url('/./images/Search-icon.png') no-repeat scroll 4px;
    background-size: 15px 15px;
    padding: 6px;
    width:90%;
    max-width:150px;
    padding-left:20px;
    border: 1px solid #CCC;
    border-radius: 6px;
}

#list li {
    float: left;
    display: inline-block;
}

.menu3-container li a:visited {
    color: #888;
}

#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: #A00820;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #bdcfc0;
    opacity:0.5;
}
#return-to-top:hover i {
    color: #fff;
}

#grey_scale{
  filter: grayscale(10%);
    -webkit-filter: grayscale(10%);  /* For Webkit browsers */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}

