@charset "utf-8";
/*  -----------------------------------------------------   /*
    GENERAL
/*  -----------------------------------------------------   /*
/**/
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.navbar-toggle .icon-bar {
    background-color: rgb(255, 90, 0);
}
a {
    color: #48A3A6;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    outline: 0;
}
a:hover {
    color: #EF7247;
    text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-weight: 700;
}
h1{
    font-size: 60px;
}
h1, h2 {
    font-family: 'Roboto Slab Bold';
}
sup {
    padding: 0 0 0 1px;
    text-transform: none;
}
label {
    font-weight: normal;
}
.alert {
    padding: 10px 15px;
}
.xhrsub {
    background:url(//res.cloudinary.com/people-matters/image/upload/v1393667876/ajax-loader.gif) no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}
/* Buttons */
.btn-theme {
    border: none;
    background: #48A3A6;
    color: white;
    outline: 0;
}
.btn-theme:hover, .btn-theme:focus {
    border: none;
    background-color: #66cccc;
    color: white;
    outline: 0;
}
.btn-theme:active, .btn-theme.active {
    background-color: #3d4e58;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-theme.disabled, .btn-theme[disabled] {
    background-color: #95a5a6;
    color: white;
}
.btn.btn-large {
    padding: 12px 30px;
}
.btn.btn-xlarge {
    padding: 15px 40px;
    font-size: 24px;
}
.btn.btn-primary {
    background-color: #EF7247;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #ff9966;
}
.btn.btn-primary:active, .btn.btn-primary.active {
    background-color: #3d4e58;
}
.btn.btn-info {
    background-color: #4495cc;
}
.btn.btn-info:hover, .btn.btn-info:focus {
    background-color: #5dade2;
}
.btn.btn-info:active, .btn.btn-info.active {
    background-color: #3d4e58;
}
.btn.btn-danger {
    background-color: #e74c3c;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
    background-color: #ec7063;
}
.btn.btn-danger:active, .btn.btn-danger.active {
    background-color: #3d4e58;
}
.btn.btn-success {
    background-color: #54bd83;
}
.btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #6fd99c;
}
.btn.btn-success:active, .btn.btn-success.active {
    background-color: #3d4e58;
}
.btn.btn-warning {
    background-color: #e6af32;
}
.btn.btn-warning:hover, .btn.btn-warning:focus {
    background-color: #f0d24b;
}
.btn.btn-warning:active, .btn.btn-warning.active {
    background-color: #3d4e58;
}
.btn-toolbar .btn {
    font-size: 18px;
    padding: 10px 14px 9px;
}
.btn-toolbar .btn:first-child {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.btn-toolbar .btn:last-child {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}
.btn-toolbar .btn.active {
    color: white;
}
.btn.btn-link {
    background: none;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #48A3A6;
    cursor: pointer;
}
.btn.btn-link:hover, .btn.btn-link:focus {
    background-color: transparent;
    color: #EF7247;
}
.btn.btn-link:active, .btn.btn-link.active {
    background-color: transparent;
    color: #EF7247;
}
.btn.btn-inverse {
    background-color: #393E46;
}
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
    background-color: #50555c;
}
.btn.btn-inverse:active, .btn.btn-inverse.active {
    background-color: #3d4e58;
}
.btn.btn-follow {
    background-color: #00acee;
}
.btn.btn-follow:hover, .btn.btn-follow:focus {
    background-color: #5dade2;
}
.btn.btn-follow:active, .btn.btn-follow.active {
    background-color: #3d4e58;
}
.navbar .btn-navbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    float: right;
    margin: 60px 0 0 !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn-navbar .icon-bar {
    background-color: #FFFFFF;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 0 0;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    background-color: #48A3A6;
    color: #FFFFFF;
}

.btn-inverse {
    background-color: #393E46;
}

.form-group span.required {
    color: #ff0000;
}

footer {
    background-color: #2C3840;
    color: #E1E4E5;
    font-size: 14px;
    font-weight: 100;
    height: 200px;
    padding: 20px 0;
    margin-bottom: -20px; /* Account to hide google double click element */
}
footer img {
    margin: 10px 0 15px;
}
/* Modal */
.modal-header {
    font-size: 18px;
    font-family: 'Roboto Slab Bold';
}
.modal-footer {
    background-color: #efefef;
}