@import url(http://fonts.googleapis.com/earlyaccess/notokufiarabic.css);
@charset "utf-8";
/* CSS Document */
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9
{
    float: right;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{
    float: right;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right;
}
body{
    font-family: 'Noto Kufi Arabic', sans-serif;
    text-align: justify;
    line-height: 27px;
}
.navbar-toggle {
    background-color: #285b5d;
}
.icon-bar{
    background-color: #fff;
}
.menu{
    background-color: #dc4d34;
	color:#FFF; 
}

.menu nav{
    margin-bottom: 0;
    border: 0;
}
.text_img{
    margin: 6% auto 0 auto ;
}
.menu a {
    color: #fff;
    font-size: 17px;
    transition: all ease-in-out .3s;
    padding: 15px 23px !important;
}
.menu-ul .active ,.menu-ul a:hover{
    background-color: #285b5d !important;
}	 
.padding_none{
    padding: 0;
}	
.contact {
    background-image: url("../images/connect.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 70px;
}	
.number {
    border-left: 4px solid #263c3d;    
    padding-left: 10px;
}	
.products {
    margin-top: 15px;
}
.products li {
    margin: 9px 0;
}
.products .thumbnail {
    position: relative;
    overflow: hidden;
    border: 0;
    box-shadow: 0 0 4px #000;
}	
.thumbnail .caption {
    color: #333;
    padding: 15px;
}
.caption h4 {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 15px;
}
.products li:hover .caption{
    top: 8px;
    height: 93% !important;
    opacity: .8;
}
.products li:nth-child(odd) .caption{
     background-color:rgba(220,77,52,1);
}
.products li:nth-child(even) .caption{
    background-color:rgba(40,91,93,1);
}
.logo {
    margin: 12px 0;
}
.caption {
    color: #fff !important;
    height: 78px;
    position: absolute;
    right: 9px;
    top: 160px;
    transition: all 0.3s ease-in-out 0s;
    width: 95%;
}
@media(min-width:768px){
    
    .navbar-nav > li {
    float: right;
}
.menu-ul{
    float: right;
}	
.slider img {	
    width: 100% !important;
    height: 500px !important;
}

}
.products img {
    height: 235px;
    width: 100%;
}
	
.welcome h3{
	margin-top: 0;    	
}
.text-white{
    color: #fff;
}
.welcome{	
	background-color:#285b5d;
    padding: 20px 0;
}
.welcome a {
    background-color: #dc4d34;
    border: 0 none;
    color: #fff;
}
.text-green{
    color: #285b5d;
}
.text-orange{
    color: #dc4d34;
}
.bottom li h3{
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 65px;
}
.bottom li:first-child h3 {
    background: rgba(0, 0, 0, 0) url("../images/rat.png") no-repeat scroll right center;    
}
.bottom li:last-child h3{
    background: rgba(0, 0, 0, 0) url("../images/pets.png") no-repeat scroll right center;
}
.bottom li:hover .thumbnail {
    background-color: #F7F7F7;
    box-shadow: 0 0 5px 0 #000;
}
.bottom li:hover hr{    
    border-color: #285B5D;
}
.bottom a{
    background: #dc4d34 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    transition: all ease-in-out .3s;
}
.bottom a:hover{
    background: #377e81 none repeat scroll 0 0;  
    color: #fff !important;
}
.bottom p {
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
}
.bottom .thumbnail {
    margin-bottom: 10px;
    padding: 12px;
}
.bottom hr {
    margin: 9px;
}		
.footer {
   background-color:#082e2f;
}
.footer p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 17px;
    text-align: center;
}
.page-cont{
    min-height: 400px;
}
.desc{
    margin-top: 10px;
}
.img-inside{
    max-height: 250px;
}
.pagination{
    direction: ltr;
}
.back-red{
    color: red;
}