body {
  padding-top: 80px;
  background: url("bg_pattern.png") repeat scroll 0 0 transparent !important;
}
.container-padding {
  padding-top: 20px;
}
a {
  color:#9785b5;
}
a:hover, a:active {
  color:#8873ab;
    -webkit-transition: color 0.16s linear 0s;
  -moz-transition: color 0.16s linear 0s;
  -ms-transition: color 0.16s linear 0s;
  -o-transition: color 0.16s linear 0s;
  transition: color 0.16s linear 0s;
}
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-inner {
  min-height: 50px;
}
.navbar .brand {
  padding: 10px 20px;
}
.navbar .nav > li > a {
  padding: 22px 10px 22px 10px;
  font-weight: bold;
  color:#fff;
}
.navbar-inverse div.nav-collapse .dropdown-menu a:hover,
.navbar-inverse div.nav-collapse .dropdown-menu a:focus {
  color:#fff;
}
.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: white;
  text-decoration: none;
  background-color: #BCB5C8;
  background-image: -moz-linear-gradient(top,#BCB5C8,#756C80);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#BCB5C8),to(#756C80));
  background-image: -webkit-linear-gradient(top,#BCB5C8,#756C80);
  background-image: -o-linear-gradient(top,#BCB5C8,#756C80);
  background-image: linear-gradient(to bottom, #BCB5C8, #756C80);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBCB5C8',endColorstr='#ff756C80',GradientType=0);
}
/* sign_in and start_now section in navbar */
.nav-access {
  margin-top:13px;
}
.user-menu {
  min-width: 220px;
}
.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: 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;
  right:auto;
  margin: 10px 0;
}
.form-signin-front input[type="text"],
.form-signin-front input[type="password"] {
  height: 30px;
}
li.dropdown.open .form-signin-front {
  width:220px;
}
li.dropdown.open .form-signin-front a.forgot{
  font-size: 12px;
  margin-top: 10px;
  color:#9785b5;
}
/* buttons in navbar */
.navbar .btn-navbar{
  margin:15px 10px 0 0;
}
ul.nav-access > li .btn {
  font-weight: bold;
}
/* 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: #FCFAFF;
  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 **/
.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;
}
.btn-translate {
  padding: 10px;
  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);
  *background-color: #f18922;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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;
  *background-color: #eb7c0f;
}
.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-dakwak {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #305315;
  *background-color: #305315;
  background-image: -moz-linear-gradient(top,#289327,#305315);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#289327),to(#305315));
  background-image: -webkit-linear-gradient(top, #289327, #305315);
  background-image: -o-linear-gradient(top, #289327, #305315);
  background-image: linear-gradient(to bottom, #289327, #305315);
  background-repeat: repeat-x;
  border-color: #305315;
  /*padding: 5px 12px;*/
  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(startColorstr='#ff289327',endColorstr='#ff305315',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-dakwak:hover,
.btn-dakwak:focus,
.btn-dakwak:active,
.btn-dakwak.active,
.btn-dakwak.disabled,
.btn-dakwak[disabled] {
    color: #fff;
    background-color: #305315;
    *background-color: #305315;
}

.partners  {
  max-width:810px;
  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: #666;
}
#footer-main {
  margin-top: 30px;
  padding-top: 10px;
  background: #262626;
  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;
}
#footer-sub {
  background: #1C1C1C;
  width: 100%;
  text-align: center;
}
#footer-sub .copyright {
  padding: 10px 20px;
}
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;
}
@media (max-width: 979px) {
  ul.nav-access {
    float: none;
  }
  ul.nav-access > li {
    float:none;
    display: block;
    margin:10px 0;
  }
  .form-signin-front label {
    color:#fff;
  }
  li.dropdown.open .form-signin-front a.forgot {
    margin-top: 0;
    color:#eee;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  body {
    padding: 0;
  }
  #intro h1 {
    font-size: 4.1em;
  }
  .hp_play{position:static}
  .langs-icon{display:inline-block;float:none;}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #intro h1 {
    font-size: 3.5em;
  }
  .hp_play{position:static}
  .langs-icon{display:inline-block;float:none;}
}
/* Landscape phones and down */
@media (max-width: 570px) {
  #play_video object, #phoneslay_video embed {
    height: 300px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #play_video object, #phoneslay_video embed {
    height: 250px;
  }
}
/* Landscape phones and down */
@media (max-width: 320px) {
  .pageviews .numbers {
    font-size: 52px;
  }
  #play_video object, #phoneslay_video embed {
    height: 170px;
  }
}