.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
  display:initial;
  max-width:100%;
  height:auto;
}

.img-responsive1, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
  display:initial;
  max-width:90%;
  height:auto;
}

.img-responsive2, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
  display:initial;
  max-width:55%;
  //height:auto;
}

.img-responsive3, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
  display:initial;
  max-width:80%;
  //height:auto;
}

.navbar-nav > li > a {
   padding-top: 36px;
    padding-bottom: 15px;
	color:#595959;
}

p {
 font-size: 16px;
 
    letter-spacing: 1px;
    color: #777;
   
    line-height: 2em;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #CE5B78; //#1b809e;
        border-left-width: 1px;
        border-left-color: rgb(238, 238, 238);
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #CE5B78; //#1b809e;
}

///////////////////////////////////////////////////////////////////////////////////////////////////

.btn.btn-default.btn-lg {
  letter-spacing:2px;
}

.btn-default {
  background-image:none;
  background-image:none;
  background-image:none;
  background-image:none;
  background-repeat:no-repeat;
  filter:none;
  -webkit-filter:none;
  filter:none;
  border:1px solid #fefefe;
  background-color:rgba(229,76,124,0.521569);
  color:#fefefe;
}

.navbar-default {
  border-bottom:#CE5B78;//#86AF49;
}

.btn-default:hover {
  opacity:.4;
  background-color:rgba(229,76,124,0.521569);
  color:#86AF49; //#fefefe;
  border:1px solid #fefefe;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color:#CE5B78; //#86AF49;
  background-color:none;

}

.navbar-brand.navbar-link {
  color:#fefefe;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: #CE5B78;
    //#D6D5DA;
    //#fafafa;
}


