/**
 * Created by hosamzewain on 8/11/15.
 */

html, body {

    font-family: "Myriad Pro";
}
.menu_head ul{
direction:ltr;
}
.bring_right {
    float: left;
}

.bring_left {
    float: right;
}

.right_text {
    text-align: left;
}


.left_text {
    text-align: right;
}

.plus > ul{
    background-color: #f9f9f9 !important;
    box-shadow: 0 0 1px #ccc !important;
    display: none !important; 
    position: absolute !important;
    top: 0px !important;
    left: 145px !important;
    width: 139px;
    z-index: 9 !important;
}

.product_item.text-center {
  /*float: left;*/
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.col-lg-7.col-md-7.col-xs-7.menu_head > ul {
  margin-left: 55px;
}
footer i.fa {
 padding-left: 10px;
 padding-right: 10px;
}
.tab-content{
  direction: ltr !important;
}
.product_head ul {
 direction: ltr !important;
 padding-right: 0 !important;
 padding-left: 300px;
}
#capatcha {
 float: left !important;
}
@media(max-width:450px){
.col-lg-7.col-md-7.col-xs-7.menu_head > ul {
 margin-left: 0px;
}
.product_head ul {
 padding-left: 0px;
}
}
@media(min-width:768px){
.col-lg-7.col-md-7.col-xs-7.menu_head > ul {
 margin-left: 5px;
}
}
.contact-dir .col-sm-10{
float:right;
}
.contact-dir .col-sm-10 h3{
line-height:1.7em;
}