/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body 
{
  padding-top: 50px; 
}

.navbar-inverse 
{
  background-color: #173358; 
}

.navbar-brand img
{
  max-height: 50px;
  padding: 1px;
}

.btn-primary {
  background-color: #2F66B1;
  border-color: #2b669a;
}

.well {
  background-color: #2F66B1;
  color: White;
}


html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 55px;
  margin: 0 0 100px;
}


.scrolled {
  background: #eeeeee;
  -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
}

.navbar-brand 
{
  padding: 1px 15px;
}

footer {
  padding: 15px;
}

footer .link-list li
{
  border-right: 1px solid #e6e6e6;
  font-size: 12px; 
}

footer .link-list li:last-child
{
  border: none; 
}

.error {
  color: Red; 
}

.spinner {
  width: 16px;
}

option[data-selection] {
  display: none;
}


#cycle-loader {
				height:32px;
				left:50%;
				margin:-8px 0 0 -8px;
				position:absolute;
				top:50%;
				width:32px;
				z-index:999;
			}

    #arrow_left, #arrow_right {
      bottom: 30px;
      height: 67px;
      position: absolute;
      right: 30px;
      width: 36px;
      z-index: 1000;
      color: white;
      font-size: 30px;
      text-shadow: 1px 1px 1px #989898;
    }

    #arrow_left {
      right: 86px;
    }

      #arrow_left:hover, #arrow_right:hover {
        bottom: 29px;
      }

      #arrow_left:active, #arrow_right:active {
        bottom: 28px;
      }

      #rss-slider .description,
      #rss-slider .content {
        color: #FFFFFF;
        position: absolute;
        bottom: 40%;
      }

    @media screen and (max-width: 768px) {
      #rss-slider .description {
        position: absolute;
        bottom: 20%;
        top: initial;
      }

    }

    .logo-copy {
            max-width: 100%;
      max-height: 100%;
      display: block;
      margin: 0 auto;
      padding: 4px;
    }

    .logo-wrapper {
      padding: 3% 7%;
    }

.showcase-container {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.logo-featured {
  position: absolute;
  left: -1000px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.5s forwards;
  animation-delay: 1s;
  max-height: 200px;
  max-width: 500px;
}

@-webkit-keyframes slide {
  100% { left: 0; }
}

@keyframes slide {
  100% { left: 0; }
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #E2E2E2;

}

.wrapper img.logo {
      max-width: 100%;
      max-height: 50px;
      display: block;
      margin: 0 auto;
      padding: 4px;
    }




body {
  padding-top: 55px;
}

.navbar {
  margin-bottom: 0;
}

h2 {
  color: #2F66B1;
}

.line-through {
  text-decoration: line-through; 
}

.purchase-header {
  padding: 0 0 8px 0;
  margin-bottom: 25px;
  background-color: #5cb85c;
  color: #ffffff;
}

.purchase-header img {
  width: 100%;
}

.realicon-info {
  font-size: 80px;
}

.featured {
  color: #999999; 
}

.featured li {
  padding: 6px 12px; 
}

.price-dollar {
  position: relative;
  top: -15px; 
}

.price-amount {
  font-size: 60px; 
}

.checkout-info {
    /*background-color: #F3EDA6;*/
    background-color: #faf5be;
    padding: 20px 10px;
    color: #555555;
}

.credit-cards {
  height: 40px;
}

.credit-cards.disabled {
  opacity: 0.25;
}

/*--------------------------------------------------
*1to1real Section.css
*--------------------------------------------------*/



/*-------------
Checkout
--------------*/
#checkout_loading {
	background:url(../../../images/1to1real/global/loading.gif) no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	left:300px;
	bottom:-10px;
	display:none;
}

.section-charge a.account 
{
  background: url(../../../images/1to1real/buttons/btnPayNow.png) 0% 0% no-repeat;
}

.featured div {
	display:none;
}



