@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

@font-face {
  font-family: 'Droid Arabic Naskh';
   font-weight: normal;
  font-style: normal;
}

.slider .slider-arrows i {
  color: chocolate;
}

.carousel-control {
  //padding-top:4%;
  width:5%;
  background: none !important;
  color: black;
  font-size: 6em;
}

.carousel-inner{
	width: 85%;
	margin: auto;
}

.tours .item .tour-details{
	min-height: 170px;
}

.deals .item .image .title{
	bottom: 0;
    background: rgba( 17,42,93, 0.8 );
}

.deals .item:hover .image .title{
    background: rgba( 239,39,0, 1 );
}

.deals .item .details, .tours .item .tour-details {
    text-align: left;
}

.deals h1 {
    color: #1d82e5;
}

div.heads {
    color: red;
    display: inline;
    font-weight: bold;
}

.tours .item:hover div.heads {
    color: white;
}

.tours .item .tour-title .title {
    font-weight: normal;
}