body {
       background:url("bg_pattern.png") repeat scroll 0 0 transparent !important;
       padding-top: 80px;

}
.navbar{background: #222;}

.navbar-fixed-top{position:fixed;  opacity: 0.9;}
.dk-bg {
   /*background: url("n_header_smaller.png") repeat-x scroll 0 0 transparent !important;*/
          color:#eee;
}
.clearfix {float:none !important; margin-right:5px;}

.container-padding {
  padding-top: 20px;
}
.rtl{
  direction: rtl;
  text-align:right;
}
a {
  color:#08c;
}
a:hover, a:active {
  color:#005580;
    -webkit-transition: color 0.10s linear 0s;
  -moz-transition: color 0.10s linear 0s;
  -ms-transition: color 0.10s linear 0s;
  -o-transition: color 0.10s linear 0s;
  transition: color 0.10s linear 0s;
}

.span2_costum{
  width:17.92991452991453% !important;
}
@media (max-width: 950px) {
  .span2_costum{
    width:100% !important;
}
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(172, 161, 191, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(172, 161, 191, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(172,161,191,0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(172, 161, 191, 0.6);
}
[class^="icon-"], [class*=" icon-"] {
  background-image: url("glyphicons-halflings.png");
}
/* top navbar */
 .navbar-inverse #homenav.navbar-inner{
  padding: 0%;
  box-shadow: none;
  border:none;
  -webkit-box-shadow: none;
  -moz-box-shadow:none;
}
.carousel-inner{
  position: relative;
  width: 100%;
  overflow: hidden;
  top: -369px;
}
.carousel-control{

  top:27%;
}


@media (max-width: 1280px) {
  .navbar-inverse #homenav.navbar-inner{

  padding: 0;
}
}

.dashboard_1 {
    background: url("dashboard_2.png") no-repeat scroll 0 -75% transparent;
      height: 239px;
    opacity: 0.5;
}

#dashboard_bar{
    background: linear-gradient(-38deg,#875FC1, #5CA2E0 110%);
}

.navbar-inverse .navbar-inner {
  background:transparent;
  border:0;
  background-image: none;
  background-repeat: no-repeat;
}
.navbar-inner {
  min-height: 50px;
}
.navbar-inner li.divider-vertical {
  min-height: 45px;
  margin:9px;
  border-left-color:transparent;
  border-right-color:#fff;
}
.navbar .brand {
  padding: 10px;
  padding-left:30px;
  margin-left: 0;
}
.navbar .main{
  padding-left:10px;

}
.navbar .nav > li > a {
  padding: 22px 8px 22px 8px;
  font-weight: bold;
  color:#fff;
}
.navbar-inverse div.nav-collapse .dropdown-menu a:hover,
.navbar-inverse div.nav-collapse .dropdown-menu a:focus {
  color:#005580;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav .active > a,
.navbar-inverse div.nav-collapse ul.nav > li.active > a {
  color:#BCB5C8;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color:#fff;
  border-top-color:#fff;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-bottom-color:#BCB5C8;
  border-top-color:#BCB5C8;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color:#005580;
  text-decoration: none;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#f9f9f9,#e1e1e1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#e1e1e1));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#e1e1e1);
  background-image: -o-linear-gradient(top,#f9f9f9,#e1e1e1);
  background-image: linear-gradient(to bottom, #f9f9f9,#e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f9f9',endColorstr='#ffe1e1e1',GradientType=0);
}
.dropdown-menu > li.list-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 9px;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
  color:#005580;
  text-decoration: none;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#f9f9f9,#e1e1e1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#e1e1e1));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#e1e1e1);
  background-image: -o-linear-gradient(top,#f9f9f9,#e1e1e1);
  background-image: linear-gradient(to bottom, #f9f9f9,#e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f9f9',endColorstr='#ffe1e1e1',GradientType=0);
}
/* sign_in and start_now section in navbar */
.nav-access {
  margin-top:13px;
}
.user-menu {  
  min-width: 285px;
}
.user-avatar {
  padding-right:10px;
}
.user-info {
  padding-top:4px;
}
.user-icon{
  background: url("user_info.png") no-repeat scroll 0 -18px transparent;
  height: 18px;
  width:22px;
  display: inline-block;
  position: static;
}
a:hover .user-icon{
  background-position: 0 0;
}

/* sign_in form */
.form-signin-front {
  padding:15px;
  padding-bottom:0px;
}
.navbar .pull-right > li > .dropdown-menu.form-signin-front {
  left:auto;
  margin: 10px 0;
}
.form-signin-front input[type="text"],
.form-signin-front input[type="password"] {
  height: 30px;
  width:94%;
}
.gt_st{
  float:right;
  margin-top:15px;
}
li.dropdown.open .form-signin-front {
  width:204px;
}
li.dropdown.open .form-signin-front a.forgot{
  font-size: 12px;
  margin-top: 10px;
  color:#08c;
}
/* buttons in navbar */
.navbar .btn-navbar{
  margin:15px 10px 0 0;
}
ul.nav-access li .btn {
  font-weight: bold;
}
ul.nav-access li{
  padding-right: 0px;
  padding-left: 0;
}
/* world map in navbar */
.navbar .nav > li > a.langs {
  padding-bottom: 0;
}
.langs-icon{
  background: url("dashboard_map.png") no-repeat scroll -57px 0 transparent;
  margin: -5px 0 0 5px;
  height: 29px;
  width: 57px;
  display: inline-block;
}
.langs-text {
  vertical-align: top;
}
.navbar .nav > li > a:focus .langs-icon, .navbar .nav > li > a:hover .langs-icon {
  background-position: 0px 0;
}
.navbar .nav > li.dropdown.open > a .langs-icon {
  background-position: -57px 0;
}
hr {
  border-bottom: 1px solid white;
  border-top: 1px solid #CFD1D2;
  margin:20px 0 20px 0;
}
.box {
  background-color: #fcfcfc;
  padding: 15px;
  border-bottom: 2px solid #DDD;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.box h4 {
  /*text-decoration: underline;*/
}
.form-actions {
  background-color: #f5f5f5;
  border-top: 2px solid #E5E5E5;
}
.form-signup .error {
  color: #DD4B39;
}
.form-signup form input[type="text"],
.form-signup form input[type="password"],
.form-signup form input[type="email"],
.form-signup form select {
  width:100%;
  padding: 4px 0px;
  text-indent: 8px;
  height: 45px;
}
.form-signup .field {
  margin-bottom: 10px;
}
.overlay {
  width:100%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

/* new buttons */
/** used only in how_it_works, pricing button at the end of the page **/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-bordered {
  display: inline-block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
}
.checkbox{color:#444;}
.btn-translate {
    padding: 10px;
    min-width:223px;
  text-align: center;
  margin: 0;
  color: #af6119;
  text-shadow: 1px 1px 1px #f9dda5;
  background-color: #f6a51e;
  background-image: -moz-linear-gradient(top, #fab81b, #f18922);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fab81b), to(#f18922));
  background-image: -webkit-linear-gradient(top, #fab81b, #f18922);
  background-image: -o-linear-gradient(top, #fab81b, #f18922);
  background-image: linear-gradient(to bottom, #fab81b, #f18922);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab81b', endColorstr='#fff18922', GradientType=0);
  border-color: #f18922 #f18922 #bb630c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-shadow: 1px 1px 0px #7A4113;
  -webkit-box-shadow: 1px 1px 1px #f9dda5 inset, 0px 0px 0px #af6119;
  -moz-box-shadow: 1px 1px 1px #f9dda5 inset, 0px 0px 0px #af6119;
  box-shadow: 1px 1px 1px #f9dda5 inset, 0px 0px 0px #af6119;
}
.btn-translate:hover,
.btn-translate:focus,
.btn-translate:active,
.btn-translate.active,
.btn-translate.disabled,
.btn-translate[disabled] {
    color: #af6119;
  background-color: #f18922;
}
.btn-translate h3 {
  margin-bottom: 0;
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 23px;
}
.btn-translate h6 {
  margin: 0;
  color: #7A4113;
  font-size: 13px;
  text-shadow: 0px 1px 0px #F9DDA5;
}
.btn-primary {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #BCB5C8;
  background-image: none;
  background-repeat: no-repeat;
  border-color: rgba(0,0,0,0.1);
  box-shadow:none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]{
    color: #fff;
    background-color: #756c80;
    *background-color: #756c80;
}
.btn-dakwak {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-dakwak:hover,
.btn-dakwak:active,
.btn-dakwak.active,
.btn-dakwak.disabled,
.btn-dakwak[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-dakwak:active,
.btn-dakwak.active {
  background-color: #408140 \9;
}

.btn-preview {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #85C83B;
  background-image: -moz-linear-gradient(top, #85C83B, #85C83B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85C83B), to(#85C83B));
  background-image: -webkit-linear-gradient(top, #85C83B, #85C83B);
  background-image: -o-linear-gradient(top, #85C83B, #85C83B);
  background-image: linear-gradient(to bottom, #85C83B, #85C83B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #85C83B #85C83B #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #85C83B;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-preview:hover,
.btn-preview:active,
.btn-preview.active,
.btn-preview.disabled,
.btn-preview[disabled] {
  color: #ffffff;
  background-color: #85C83B;
  *background-color: #499249;
}
.btn-preview:active,
.btn-preview.active {
  background-color: #408140 \9;
}

.partners  {
  max-width:630px;
  margin:0 auto;
}
.partners a {
  margin-right:20px;
  display: block;
}
.terhaal{
  background-image: url("terhal-gray-new.png");
  height: 136px;
  width: 128px;
}
.terhaal:hover{
  background-image: url("terhal-new.png");
}
.topvillas {
  background-image: url("topvillas1-gray-new.png");
  height: 37px;
  width: 130px;
  margin-top: 42px;
}
.topvillas:hover{
  background-image: url("topvillas1-new.png");
}
.tamesol{
  background-image: url("tamesol-gray-new.png");
  height: 63px;
  width: 160px;
  margin-top: 28px;
}
.tamesol:hover{
  background-image: url("tamesol-new.png");
}
.roundmenu {
  background-image: url("roundmenu-gray-new.png");
  height: 30px;
  width: 160px;
  margin-top: 42px;
}
.roundmenu:hover{
  background-image: url("roundmenu-new.png");
}
.kerastraight {
  background-image: url("kerastraight-gray-new.png");
  height: 36px;
  width: 130px;
  margin-top: 40px;
}
.kerastraight:hover{
  background-image: url("kerastraight-new.png");
}

/* footer */
footer#footer-main,
footer#footer-sub {
  font-size: 13px;
  color: #666;
}
footer#footer-sub a,
footer#footer-main a {
  color: #9C9B9B;
}
#footer-main {
  margin-top: 30px;
  padding-top: 10px;
  background: url("../BACKGROUND-HM.png");
  width: 100%;
}
#footer-main ul li {
  line-height: 25px;
}
#footer-main .footer-box {
  padding: 0 20px;
}
ul.social li a {
  width: 38px;
  height: 33px;
  display: block;
  background: url("social_media.png") no-repeat scroll 0 0 transparent;
}
ul.social li.fb a {
  background-position: 0 0;
}
ul.social li.fb a:hover {
background-position: 0 -42px;
}
ul.social li.tw a {
  background-position: -40px 0;
}
ul.social li.tw a:hover {
background-position: -40px -42px;
}
ul.social li.in a {
  background-position: -80px 0;
}
ul.social li.in a:hover {
background-position: -80px -42px;
}

@media (max-width: 979px){
  #footer-sub{
    margin-left: -20px;
  }
}
#footer-sub {
  position: relative;
  bottom:0;

  background: #1C1C1C;
  width: 100%;
  text-align: center;
}
#footer-sub .copyright {
  padding-bottom:5px;
}
footer#footer-signin {
  margin-top: 40px;
  text-align: center;
}
footer#footer-signin ul li.divider {
  color:#ababab;
}
footer#footer-signin p {
  color:#ababab;
  font-size: 12px;
}