.justify {
  text-align: justify; }

body {
  font-size: 13px;
  line-height: 20px;
  font-family: Arial, Sans-serif;
  color: #505050;
  height: 100%; }
  body .fb-app {
    margin: 0; }

body.fb-app {
  margin: 0; }

a {
  color: #5b98d7;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

v-middle {
  vertical-align: middle; }

h1 {
  font-size: 1.84615em;
  /* $font % 13 */
  line-height: 1.66667em;
  /* (20*$line) % $font */
  font-weight: bold; }

h2 {
  font-size: 1.38462em;
  /* $font % 13 */
  line-height: 2.22222em;
  /* (20*$line) % $font */
  font-weight: bold; }

h3 {
  font-size: 1.23077em;
  /* $font % 13 */
  line-height: 1.25em;
  /* (20*$line) % $font */
  font-weight: bold; }

form {
  margin: 0; }

label {
  font-size: 1.07692em;
  /* $font % 13 */
  line-height: 1.42857em;
  /* (20*$line) % $font */
  font-weight: bold;
  margin: 0; }

input[type="radio"] {
  margin: 0; }

.control-group {
  margin-bottom: 0; }

input[type="radio"], input[type="checkbox"] {
  margin: 0; }

textarea {
  width: auto; }

a:hover, a:focus {
  text-decoration: none; }

.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f; }

.bs-callout-danger h4 {
  color: #d9534f; }

.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e; }

.bs-callout-warning h4 {
  color: #f0ad4e; }

.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de; }

.bs-callout-info h4 {
  color: #5bc0de; }

.navbar .nav > li > a {
  font-size: 1.15385em;
  /* $font % 13 */
  line-height: 1.33333em;
  /* (20*$line) % $font */
  font-weight: regular;
  float: none;
  color: white;
  text-decoration: none;
  text-shadow: none;
  overflow: hidden; }

.navbar-fixed-top, .navbar-fixed-bottom {
  margin-bottom: 0 !important; }

.open > .dropdown-menu {
  display: block !important; }

.nav-subheader .dropdown-menu {
  float: none;
  width: 100%;
  top: 90%;
  left: -1px;
  background-color: #d7dde2;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dropdown-menu li > a:hover, .dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  background-image: none; }

#subheader .dropdown-menu li > a:hover, .dropdown-submenu:hover > a {
  text-decoration: none;
  background-color: #f1f1f1;
  background-image: none;
  color: black !important; }

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border: none;
  position: absolute;
  top: -6px;
  left: 10px; }

.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border: none;
  position: absolute;
  top: -6px;
  left: 10px; }

div#footer ul li {
  font-size: 1.0em;
  padding: 0 15px;
  text-align: left !important;
  float: none !important; }

.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: none; }

@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px; } }
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 30px;
  font-weight: 100;
  line-height: 35px;
  color: #00b3cc;
  text-align: center;
  border: 2px solid #00b3cc;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  filter: alpha(opacity=50);
  background: white; }

.carousel-control:hover, .carousel-control:focus {
  color: #00b3cc;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-indicators {
  position: absolute;
  top: 90%;
  right: 43%;
  z-index: 5;
  margin: 0;
  list-style: none; }

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px; }

.carousel-indicators .active {
  background-color: #00b3cc; }

.navbar .btn, .navbar .btn-group {
  margin-top: 0;
  font-size: 12px; }

.btn-success, .btn-visited, .navbar-inverse .btn-navbar {
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #58b058;
  background-image: none;
  border: 1px solid #58b058;
  cursor: pointer; }
  .btn-success:hover, .btn-visited:hover, .navbar-inverse .btn-navbar:hover {
    background-color: #58b058;
    border: 1px solid #387038; }

.btn-registered {
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #ccc;
  background-image: none;
  border: 1px solid #d7dde2;
  cursor: pointer; }
  .btn-registered:hover {
    background-color: #ccc;
    border: 1px solid #ccc; }

.btn-visited {
  background-color: #ccc;
  border: 1px solid #d7dde2; }
  .btn-visited:hover {
    background-color: #ccc;
    border: 1px solid #ccc; }

.btn-primary {
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #0063be;
  background-image: none;
  border: 1px solid #0063be; }
  .btn-primary:hover {
    background-color: #0063be;
    border: 1px solid #004a7c; }

.btn-login {
  /*margin-left: 10px;
  display: inline-block;
  padding: 10px;
  font-size: 1.07692em;
  line-height: 1.42857em;
  font-weight: bold;
  vertical-align: top;
  background: #faa732;
  border: 1px solid #faa732;
  color: white;
  text-shadow: none;
  top: -2px;
  position: relative;*/
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #faa732;
  background-image: none;
  border: 1px solid #faa732; }
  .btn-login:hover {
    background-color: #faa732;
    border: 1px solid #faa732; }

.btn-cashback-disabled {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  /* $font % 13 */
  line-height: 1.53846em;
  /* (20*$line) % $font */
  font-weight: bold;
  background: #B6B6B6;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #B6B6B6;
  min-width: 120px;
  text-shadow: none;
  display: inline-block;
  white-space: nowrap; }
  .btn-cashback-disabled:hover {
    background-color: #B6B6B6;
    border: 1px solid #B6B6B6;
    color: white;
    text-decoration: none;
    transition: none;
    text-shadow: none; }

.btn-cashback {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  /* $font % 13 */
  line-height: 1.53846em;
  /* (20*$line) % $font */
  font-weight: bold;
  background: #00b3cc;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #00b3cc;
  min-width: 120px;
  text-shadow: none;
  display: inline-block;
  white-space: nowrap; }
  .btn-cashback:hover {
    background-color: #00b3cc;
    border: 1px solid #00b3cc;
    color: white;
    text-decoration: none;
    transition: none;
    text-shadow: none; }

.btn-offers {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  /* $font % 13 */
  line-height: 1.53846em;
  /* (20*$line) % $font */
  font-weight: bold;
  background: #8eb300;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #8eb300;
  min-width: 120px;
  text-shadow: none;
  display: inline-block;
  white-space: nowrap; }
  .btn-offers:hover {
    background-color: #8eb300;
    border: 1px solid #8eb300;
    color: white;
    text-decoration: none;
    transition: none;
    text-shadow: none; }

.btn-coupons {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  /* $font % 13 */
  line-height: 1.53846em;
  /* (20*$line) % $font */
  font-weight: bold;
  background: #9e69af;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #9e69af;
  min-width: 120px;
  text-shadow: none;
  display: inline-block;
  white-space: nowrap; }
  .btn-coupons:hover {
    background-color: #9e69af;
    border: 1px solid #9e69af;
    color: white;
    text-decoration: none;
    transition: none;
    text-shadow: none; }

.btn-travel {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  /* $font % 13 */
  line-height: 1.53846em;
  /* (20*$line) % $font */
  font-weight: bold;
  background: #ffa400;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #ffa400;
  min-width: 120px;
  text-shadow: none;
  display: inline-block;
  white-space: nowrap; }
  .btn-travel:hover {
    background-color: #ffa400;
    border: 1px solid #ffa400;
    color: white;
    text-decoration: none;
    transition: none;
    text-shadow: none; }

.btn-danger {
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: white;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #d11a37;
  background-image: none;
  border: 1px solid #d11a37;
  cursor: pointer; }
  .btn-danger:hover {
    background-color: #d11a37;
    border: 1px solid #a9162d; }

.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
  color: #505050; }
  .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    color: #505050 !important; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #d7dde2; }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle.nav-advert, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle.nav-advert, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle.nav-advert {
    color: #00b3cc; }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle.nav-coupons, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle.nav-coupons, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle.nav-coupons {
    color: #9e69af; }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle.nav-travel, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle.nav-travel, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle.nav-travel {
    color: #ffa400; }
  .navbar-inverse .nav li.dropdown.open > .dropdown-toggle.nav-offers, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle.nav-offers, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle.nav-offers {
    color: #8eb300; }

.nav > li > a.nav-home:hover {
  color: white !important; }
.nav > li > a.nav-advert:hover {
  color: white !important; }
.nav > li > a.nav-coupons:hover {
  color: white !important; }
.nav > li > a.nav-travel:hover {
  color: white !important; }
.nav > li > a.nav-offers:hover {
  color: white !important; }

#parent_menu_item_home .dropdown-menu a:hover {
  color: #d04b41; }

#parent_menu_item_advert .dropdown-menu a:hover {
  color: #00b3cc; }

#parent_menu_item_offers .dropdown-menu a:hover {
  color: #8eb300; }

#parent_menu_item_coupons .dropdown-menu a:hover {
  color: #9e69af; }

#parent_menu_item_travel .dropdown-menu a:hover {
  color: #ffa400; }

.nav > li.open a.nav-home {
  color: #d04b41 !important; }
.nav > li.open a.nav-advert {
  color: #00b3cc !important; }
.nav > li.open a.nav-coupons {
  color: #9e69af !important; }
.nav > li.open a.nav-travel {
  color: #ffa400 !important; }
.nav > li.open a.nav-offers {
  color: #8eb300 !important; }

.home_section .nav-home {
  text-decoration: underline !important; }

.cashback_section .nav-advert {
  text-decoration: underline !important; }

.offers_section .nav-offers {
  text-decoration: underline !important; }

.coupons_section .nav-coupons {
  text-decoration: underline !important; }

.travel_section .nav-travel {
  text-decoration: underline !important; }

.color-bar, .home_section #color-bar, .cashback_section #color-bar, .offers_section #color-bar, .coupons_section #color-bar, .travel_section #color-bar {
  height: 1px;
  position: fixed;
  width: 100%;
  z-index: 9; }
  @media (max-width: 980px) {
    .color-bar, .home_section #color-bar, .cashback_section #color-bar, .offers_section #color-bar, .coupons_section #color-bar, .travel_section #color-bar {
      position: static;
      width: auto; } }

#color-bar {
  height: 1px;
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #d7dde2; }
  @media (max-width: 980px) {
    #color-bar {
      position: static;
      width: auto; } }

.home_section #color-bar {
  background: #d04b41; }

.cashback_section #color-bar {
  background: #00b3cc; }

.offers_section #color-bar {
  background: #8eb300; }

.coupons_section #color-bar {
  background: #9e69af; }

.travel_section #color-bar {
  background: #ffa400; }

.modal-header {
  min-height: 20px; }

.modal {
  position: fixed;
  top: 3%;
  right: 3%;
  left: 3%;
  margin: 0 auto;
  z-index: 20000; }

.modal-body {
  max-height: 420px;
  height: 60%;
  padding: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.nav > li.dropdown:hover {
  background: #d7dde2; }

.dropdown-backdrop {
  z-index: -10; }

.dropdown-menu > li > a {
  padding: 12px 25px; }

.alert a {
  text-decoration: underline !important;
  font-weight: bold; }

.alert-error a {
  color: #b94a48 !important; }

.alert-success a {
  color: #468847 !important; }

.alert-info a {
  color: #3a87ad !important; }

.cashback_section .navbar .nav .dropdown-toggle.nav-advert .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }
.cashback_section .navbar .nav .dropdown-toggle.nav-advert:hover .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }

.travel_section .navbar .nav .dropdown-toggle.nav-travel .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }
.travel_section .navbar .nav .dropdown-toggle.nav-travel:hover .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }

.offers_section .navbar .nav .dropdown-toggle.nav-offers .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }
.offers_section .navbar .nav .dropdown-toggle.nav-offers:hover .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }

.home_section .navbar .nav .dropdown-toggle.nav-home .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }
.home_section .navbar .nav .dropdown-toggle.nav-home:hover .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }

.navbar .nav .dropdown-toggle .caret {
  margin-left: 5px;
  border-top-color: white !important;
  border-bottom-color: white !important; }
.navbar .nav .dropdown-toggle:hover .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }

.navbar .nav .dropdown-toggle .caret {
  margin-left: 5px;
  border-top-color: white !important;
  border-bottom-color: white !important; }
.navbar .nav .dropdown-toggle:hover .caret {
  border-top-color: white !important;
  border-bottom-color: white !important; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #dfdfdf; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fafafa;
  border: 1px solid #dfdfdf; }

a:hover, a:focus {
  color: inherit; }

@media (min-width: 980px) {
  body.country_code_tr #subheader {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  body.country_code_tr .navbar .nav > li > a {
    float: none; }

  body.country_code_tr #subheader .nav.main-nav a.dropdown-toggle {
    height: 30px; } }
@media (max-width: 767px) {
  .wrapper-footer, #main-header, #color-bar {
    margin: 0 -20px; }

  .landing-video {
    margin-top: 20px; }

  .logo-container {
    text-align: center; }

  #landing-page .beruby-logo {
    width: auto; }

  .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    width: 60% !important; } }
@media (max-width: 979px) {
  #subheader .nav-subheader {
    padding-top: 0 !important; }

  #subheader .main-nav {
    text-align: center; }

  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #f1f1f1; }

  .navbar-fixed-top .navbar-inner {
    padding: 0px; } }
@media (max-width: 979px) and (min-width: 768px) {
  .span10 {
    width: 700px; } }
@media (min-width: 980px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; } }
@media (max-width: 480px) {
  .landing-video {
    margin-top: 20px; } }
@media (max-width: 321px) {
  #main-header .navbar-fixed-top {
    max-width: 320px !important;
    margin: 0 !important;
    padding: 0 !important; } }

/*# sourceMappingURL=bootstrap-overwrite.css.map */
