/*
    To change this license header, choose License Headers in Project Properties.
    To change this template file, choose Tools | Templates
    and open the template in the editor.
*/
/* 
    Created on : May 8, 2014, 3:09:24 PM
    Author     : SkyBlow Jerzy Urban <skyblow@skyblow.com>
*/
.social-button {
  font-size: 25px;
  position: fixed;
  bottom: 5px;
  color: #f00;
  padding: 10px;
  height: 36px;
  right: 3px;
  width: 36px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  padding-top: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(255, 255, 255, 0.4); }

.credits {
  float: left;
  padding-left: 17px; }

.mobile .social-button {
  font-size: 15px;
  padding: 5px;
  height: 26px;
  width: 26px;
  bottom: 2px;
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.6); }

.social-button:hover,
.social-button:focus {
  text-decoration: none;
  color: #444;
  opacity: 1;
  border-bottom: 2px solid #000; }

.twitter {
  right: 125px;
  color: #4da7de;
  border-bottom: 2px solid #4da7de; }

.facebook {
  right: 45px;
  padding-top: 8px;
  color: #3e5b98;
  border-bottom: 2px solid #3e5b98; }

.google-plus {
  right: 85px;
  color: #d93e2d;
  border-bottom: 2px solid #d93e2d; }

.youtube {
  right: 5px;
  color: #EB2429;
  font-size: 27px;
  padding-top: 5px;
  border-bottom: 2px solid #EB2429; }

.mobile .twitter {
  right: 86px; }

.mobile .youtube {
  right: 5px; }

.mobile .facebook {
  right: 32px; }

.mobile .google-plus {
  right: 59px; }

@media (min-width: 1290px) {
  .container {
    width: 1280px; } }
@media (min-width: 1490px) {
  .container {
    width: 1480px; } }
.guides-button {
  background-color: #fe9f1a;
  border-radius: 0 0 6px 6px;
  font-weight: bold;
  padding: 1px 6px;
  position: fixed;
  right: 156px;
  top: 66px;
  z-index: 2000; }

.guides-button.login {
  right: 101px;
  top: 66px; }

.guides-button.login, .guides-button {
  padding-top: 0px !important; }

@media (max-width: 768px) {
  .guides-button.login {
    top: 50px; }

  .guides-button {
    top: 50px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white; }

  .guides-button {
    right: 86px; }

  .guides-button.login {
    right: 31px; } }
.guides-button:hover, .guides-button:focus {
  background-color: #FF6C00;
  color: #fff; }

.guides-button {
  color: #fff;
  text-decoration: none !important; }

.video-box, .video-box video {
  border-radius: 25px; }

.flashmessages {
  background-color: #fff;
  border: 1px solid #fe9f1a;
  border-radius: 10px;
  color: #fe9f1a;
  font-size: 20px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  list-style: none; }

.footer {
  display: block;
  font-size: 25px; }

.footer * {
  color: #FE9F1A;
  font-weight: bold; }

.footer a:hover {
  background-color: #666 !important;
  color: #fff;
  border-radius: 10px; }

a.copy-rights:hover {
  background-color: #fff !important;
  color: #FE9F1A !important; }

.navbar-inverse {
  background-color: #FE9F1A; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 37px; }

.navbar-inverse .navbar-nav > li:hover {
  background-color: #666; }

.navbar-inverse {
  border-bottom: 1px solid #fff !important; }

body {
  background-color: #feffca; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #fff; }

.navbar-inverse .navbar-toggle {
  border-color: #fff; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #FE9F1A; }

.credits {
  float: right; }

.standard-button,
.default-button {
  background-color: #FE9F1A;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px;
  font-size: 17px;
  cursor: pointer;
  margin-bottom: 10px;
  border: none; }

.default-button {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666; }

.standard-button:hover,
.default-button:hover,
.standard-button:focus,
.default-button:focus {
  background-color: #666 !important;
  text-decoration: none !important;
  color: #fff !important; }

.top-right-info, .top-right-info-small {
  color: white;
  font-weight: bold;
  position: fixed;
  right: 10px;
  top: 15px;
  z-index: 10000;
  cursor: pointer;
  font-size: 20px; }

.top-right-info-small {
  top: 9px;
  right: 10px;
  font-size: 16px; }

.top-right-info .number {
  font-size: 36px; }

@media (max-width: 6000px) and (min-width: 1100px) {
  .top-right-info {
    right: 30px; }

  .top-right-info-small {
    right: 30px; } }
@media (max-width: 770px) and (min-width: 0px) {
  .top-right-info {
    right: 80px;
    top: 2px; }

  .top-right-info-small {
    top: 2px;
    right: 80px;
    font-size: 14px; } }
.dropdown-menu {
  background-color: #feaf2a;
  box-shadow: none;
  border: 0px solid #fff;
  border-top: none;
  padding-top: 0px; }

.dropdown-menu * {
  color: white !important;
  font-size: 24px;
  font-weight: bold !important; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #666;
  color: #fff; }

.navbar-inverse .navbar-nav > .open > a .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #666; }

.navbar-nav {
  margin: 0px; }

.help-box .info {
  cursor: help;
  font-size: 16px; }

.mobile .qtip {
  font-size: 10px !important;
  line-height: inherit !important; }
.mobile .qtip-bootstrap {
  line-height: inherit !important;
  max-width: 150px !important; }
.mobile .qtip-bootstrap .qtip-content {
  padding: 3px !important; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #ff8c00;
  color: #fff; }

.guides-button.active {
  background-color: #ff8c00; }

.home-button:hover,
.home-button:focus {
  text-decoration: none !important; }

.home-button {
  z-index: 27; }

.home-button:hover {
  color: #ff7c00 !important; }

.mobile .header {
  font-size: 24px; }

.mobile .feature-name {
  font-size: 20px; }

/**------------------*/
.nav-pills > li > a {
  background-color: #aaa;
  border-radius: 0;
  color: #fff;
  font-size: 23px;
  font-weight: bold; }

.nav-pills > li > a:hover {
  background-color: #fe5f1a; }

.plan-name {
  /*            text-transform: lowercase;*/ }

.nav-pills > li.active > a
, .nav-pills > li.active > a:focus
, .nav-pills > li.active > a:hover {
  background-color: #fe9f1a;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin-top: -10px;
  padding-top: 20px; }

.nav-pills > li.active > a > .show-text {
  display: none; }

.nav-pills > li.active > a > .plan-name {
  /*             text-transform: initial;*/ }

.nav-pills {
  /*           width:300px;*/
  /*            display:block;*/
  /*            margin-left:auto;
              margin-right:auto;*/ }

.pricing-info {
  /*            padding-top:20px;
              padding-bottom:40px;
              color:#fe9f1a;
              font-size: 23px;
              font-weight: bold;*/
  /*  color: #fe9f1a;
        font-size: 18px;
        font-weight: bold;
        left: -2px;
        padding-bottom: 0;
        padding-top: 4px;
        position: relative;
        top: -102px;*/
  /*         color: #fe9f1a;
      font-size: 18px;
      font-weight: bold;
      left: 291px;
      padding-bottom: 0;
      padding-top: 4px;
      position: relative;
      top: -26px;
      width: 45%;*/
  /* color: #fe9f1a;
      font-size: 18px;
      font-weight: bold;
      left: 153px;
      position: relative;
      top: -184px;
      width: 61%;
      margin-bottom: -18px;*/
  color: #fe9f1a;
  font-size: 18px;
  font-weight: bold;
  left: 230px;
  margin-bottom: -18px;
  position: relative;
  top: -63px;
  width: 61%; }

.mobile .pricing-info {
  font-size: 14px;
  position: inherit;
  padding-bottom: 33px;
  width: 100%;
  margin-bottom: 0px; }

.plan-info-below {
  color: #fe9f1a;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }

.little-feature {
  /* font-size: 13px;
      font-weight: bold;
      margin-left: -15px;
      margin-top: -8px;
      position: absolute;*/
  font-size: 13px;
  font-weight: bold;
  margin-left: -27px;
  margin-top: 21px;
  position: absolute; }
