body {font-family:'melbourneregular', Arial, sans-serif}

h1, h2,h3,h4,h5 {font-family:'fertigo_proregular', georgia, serif}

#topBar, #topBar a , #topBar ul.top-links>li>a {background-color:#ece5e0 ; color:#ED3C95;letter-spacing: 2px;}

#header {background-color:#ED3C95; }

.social-icons {fill:#ED3694}

.social-icons:hover {}

#footer-include {
	clear:both;
}

.news-item-small-content h2 {
    line-height: 1;
}

.product-name {
 padding:10px 0;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea;
}

.space-pad {
    padding: 10px 0;
}

.main-color {
    color: #ed3c95;
}

.secondary-color {
    color: #777777 !important;
    padding-bottom: 10px;
}

#service .head {
    padding: 5px 0 !important;
}

#service h5 {
    margin: 0px;
}

#hover:hover {
    background-color: rgba(0,0,0,0.05); 
}

p.secondary-color {
    margin-bottom: 0px !important;
}

.navbar .nav>li>a {
    width: 115px;
}

.nav>li>a:focus {
    background-color: #ed3c95;
}

@media only screen and (max-width: 990px) {
    #service {
        text-align: center;
    }

    #price {
        display: none;
    }

}

@media only screen and (min-width: 950px){
.navbar ul li {
    width: 115px;
}
.navbar .caret {
    display: none;
}

.dropdown-submenu>a:after {
    border-left-color: #fff;
}
}

@media only screen and (max-width: 768px) {
.main .item-image img {
    height: auto !important;
}

.item .item-details h5 a {
    font-size: 23px;
}

.item .item-price {
    background: #959595;
    display: block;
    width: 100%;
    text-align: center;
}

.button a, .button a:visited {
    display: block;
    text-align: center;
}

.item-details .pull-left, .item-details .pull-right {
    float: none !important;
}
}

@media only screen and (max-width: 600px) {
 #header {
  position: fixed;
 }

 .slider {
  margin-top: 100px;
 }

 #topBar {
  display: none;
 }

 #header button.book-mobile {
  /* background-color: #bb1776;;
  border: none;
  color: #fff;
  display: block;
  border-radius: 0px*/
  display: none;
 }

 #header button.book-mobile:hover {
  background-color: #bb1776;
  opacity: 0.9 !important;
 }

 .content.container, section.page-header-area {
      margin-top: 100px;
 }
}

@media only screen and (min-width: 600px) {
 #header button.book-mobile {
  display: none;
 }
}

