/*@font-face {
   /*a name to be used later* /
    src: url('../fonts/Actor-Regular.ttf'); /*URL to font* /
}
*/
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
    
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%; 

}

body {  
  color:#808184;
  font-size: 18pt;
}

hr {
  border-color: #F05F40;
  border-width: 3px; 
}

hr.light {
  border-color: white;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
a:hover,
a:focus {
  color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  color:#ffffff;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bg-orange {
  background-color: #FBC813;
  color:#FFFFFF;
}

.bg-gray {
  background-color: #808285;
  color: #fff;
  font-size: 18px;
}

.bg-gray h1
{
  color:#FBC813;
}

.bg-white {
  background-color: #ffffff;
  color: #544e4e;
  font-size: 18px;
}

.bg-orange p,
.bg-gray p,
.bg-white p
{
   font-size: 18px;
   color: #544e4e;
}

.bg-white h1 {  
  color: #FBC813;
  font-size: 31.57 pt;
  margin-top:41px;
  margin-bottom: 30px;
}

.contact-form
{
  margin-top:20px;

}

.contact-form input
{
  color:#828385;
  margin-bottom:5px;
  width:460px;
}

.btn-contact
{
  background-color: #FBC813;
  font-size: 18pt;

}

.navbar-nav li a
{    
    font-size:17pt;
}

.jumeme-logo
{
    margin-top:-20px;
}

.divider-vertical {
    height: 25px;
    margin-top:50px;
    border-left: 2px solid #808184;
    border-right: 2px solid #FFF;
}

.navbar-default
{
    margin-bottom: 0;
}

h1.home
{
    font-size: 31pt;
    font-weight: bold;
    margin-top:-38px;
    margin-left: 50px;
}

.home_text
{    
    direction:rtl;
}

p.home_text
{
    font-size:18pt;
    font-weight: bold;
}

.footer-logo
{
  padding:20px;
  padding-left:50px; 
  text-align:center;
}

.footer-logo img
{
  display:inline-block;
  margin-right:95px;
}
.white_link
{
  color:#6b4f0f;  
}

.white_link:hover
{
  color:#ffffff;  
  text-decoration: underline;
}

.lang-container
{
  position: absolute; 
  top:10px;
  margin-left:15px;
}

.lang-container a
{
  font-size:14pt;
  background-color:#808284;
  padding:5px;
  color:#fff;
}

.lang-container a.active
{
  background-color:#FBC813;
}
