@charset "utf-8";
html {
direction: rtl;
}
body {
direction: rtl;
}
button,
input,
optgroup,
select,
textarea {
direction: rtl;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
float: right;
    }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: right;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: right;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: right;
    }
}
.dropdown-menu {
float: right;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
float: right;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: right;
}
.btn-group > .btn-group {
float: right;
}
.input-group .form-control {
float: right;
}
.nav-tabs > li {
float: right;
}
.nav-pills > li {
float: right;
}
@media (min-width: 768px) {
    .navbar-header {
float: right;
    }
}
.navbar-brand {
float: right;
}
@media (min-width: 768px) {
    .navbar-nav {
float: right;
    }
    .navbar-nav> li {
float: right;
    }
}
@media (min-width: 768px) {
    .navbar-text {
float: right;
    }
}
.pagination > li > a,
.pagination > li > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: right;
}
.progress-bar {
float: right;
}
.popover {
text-align: right;
}
caption {
text-align: right;
}
th {
text-align: right;
}
.dropdown-menu {
text-align: right;
}
.tooltip {
text-align: right;
}




html, body {
	font-size: 14px;
	line-height: 24px;
	direction:rtl;
	text-align:right;
	height:100%;
	margin: 0;
	padding: 0;
    /*font: 400 15px Lato, sans-serif;*/
    line-height: 1.8;
    color: #818181;
}
@font-face 
{
	font-family: B_Titr;
	src: url("../fonts/B_Titr.ttf");
}
div {
	font-family:B_Titr ;
	color:#494949;
}
	
/*img{
	width:100%;
	height:auto;
	}
*/
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    background-color: #333333;
    /*background-color: #666666;*/
    color: #fff;
    padding: 25px 30px;
	margin:0px;
    /*padding: 100px 25px;*/
    /*font-family: Montserrat, sans-serif;*/
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    /*color: #333333;*/
    color:#009;
    font-size: 50px;
  }
  .logo {
    color: #009;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #333333;
  }
  .carousel-indicators li {
    border-color: #333333;
  }
  .carousel-indicators li.active {
    background-color: #333333;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #333333; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #333333;
    background-color: #fff !important;
    color: #333333;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #333333 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #333333;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #333333;
    z-index: 9999;
    border: 0;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 1px;
    border-radius: 0;
    /*font-family: Montserrat, sans-serif;*/
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #333333 !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    /*color: #333333;*/
    color: #FFF;
  }
  a {
	  text-decoration:none;
	  color:#666666;
  }
  a:hover {
	  text-decoration:none;
	  color:#066;
  }
.img_hover:hover{
  opacity: 0.8;
}
.footer {
   position:fixed !important;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color:#666666;
   color: white;
   text-align: center;
}
  .social:hover{
	  height:45px;
	  width:45px;
	  }
  
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 0px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  .carousel-inner img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%); /* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin-top: 0;
  }
  .carousel-caption h3 {
    color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  
	