.spinner {
    display: block;
    margin: 0 auto;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.nav > li.disabled.nav-header > a {
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-primary.standout {
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #E86537;
    background-image: -moz-linear-gradient(top, #ef784e, #dd4814);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EF784E), to(#DD4814));
    background-image: -webkit-linear-gradient(top, #EF784E, #DD4814);
    background-image: -o-linear-gradient(top, #ef784e, #dd4814);
    background-image: linear-gradient(to bottom, #EF784E, #DD4814);
    background-repeat: repeat-x;
    border-color: #DD4814 #DD4814 #97310E;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success.standout {
    color: #FFF;
    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;
    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);
}

/*
@media (max-width: 979px) {
    .navbar .nav-collapse .nav li > a {
        color: #DD4814;
    }
}
*/
.navbar-collapse {
    max-height: inherit;
}
.navbar-brand {
    font-size:45px;
    margin-right:15px;
}

h2 {
    margin-bottom: 10px;
}
.feature-row {
    margin-top:25px;
}
.feature-block {
    //width: 450px;
    min-height: 275px;
    //display: inline-block;
}
.feature-block h2 {
    margin-top:0px;
}


#marketing-carousel .item {
    min-height: 450px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 900px;
    padding-left: 20px;
    padding-top: 0px;

    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.carousel-control.circle.right {
    right: 15px;
    left: auto;
}
.carousel-control.circle {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    background: #222;
    border: 3px solid #FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control.circle:hover, .carousel-control.circle:focus {
    color: #FFF;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}


.carousel .carousel-title {
    border-bottom: 2px solid #DD4814;

    display: inline-block;
    margin-left: 6%;
    padding: 0px 25% 0px 3%;
}
.carousel .carousel-caption {
    min-height:100px;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, 0.75);

    padding-bottom:35px;
}
.carousel .carousel-share {
    position:absolute;
    bottom:25px;
    right:25px;

    display:none;
}
.carousel-share a, .carousel-share iframe, .carousel-share div {
    display:block;
    margin-bottom: 3px;
}
.carousel .item {
    background-color:#FFF;
}
.carousel .carousel-indicators {
    /*bottom: 0px;
    top: inherit;
    right: inherit;
    //left: 445px;
    */
}
.carousel-caption p {
    font-size: 20px;
    line-height: 25px;
    //text-align:left;
}


.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
}

.carousel-control .glyphicon-chevron-right {
    right: auto;
    margin-top: -16px;
}

.modal-dialog.skinny {
    max-width: 400px;
}

/*
#login-modal form {
    padding-left:50px;
}

.item img {
    width: 900px;
    padding-left: 20px;
    padding-top: 75px;
}
*/

.logged_in a {
    color: #FFF;
}
img.frame {
    box-shadow: 0px 0px 8px #888;

    margin-left: auto;
    margin-right: auto;
    display: block;
}


.tour-content img {
    max-width: 90%;
    margin-bottom: 20px;
}

.tour-content h3 {
    text-align: center;
}

.btn-clever {
  color: #ffffff;
  background-color: #2A65AE;
  border-color: #2A65AE;
}
.btn-clever:hover,
.btn-clever:focus,
.btn-clever:active,
.btn-clever.active,
.open .dropdown-toggle.btn-clever {
  color: #ffffff;
  background-color: #245694;
  border-color: #245694;
}
.btn-clever:active,
.btn-clever.active,
.open .dropdown-toggle.btn-clever {
  background-image: none;
}
.btn-clever.disabled,
.btn-clever[disabled],
fieldset[disabled] .btn-clever,
.btn-clever.disabled:hover,
.btn-clever[disabled]:hover,
fieldset[disabled] .btn-clever:hover,
.btn-clever.disabled:focus,
.btn-clever[disabled]:focus,
fieldset[disabled] .btn-clever:focus,
.btn-clever.disabled:active,
.btn-clever[disabled]:active,
fieldset[disabled] .btn-clever:active,
.btn-clever.disabled.active,
.btn-clever[disabled].active,
fieldset[disabled] .btn-clever.active {
  background-color: #2A65AE;
  border-color: #2A65AE;
}
.btn-clever .badge {
  color: #2A65AE;
  background-color: #ffffff;
}
.clever-font-color {
    color: #245694;
}