/* Custom Tag */
label{
    font-weight: normal;
}
/* End Custom Tag */

/* Custom color */
.red{
    color: red;
}

.blue{
    color: #2e8bc4;
}
/* End Custom color */

/* Custom button */
.btn{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    font-family: 'Kelson Sans';
}

.btn-blue{
    background: #2a9bcf;
    color: #ffffff;
}
.btn-blue:hover{
    background: #2b7aa5;
    color: #ffffff;
}

.btn-green{
    background: #84b669;
    color: #ffffff;
}
.btn-green:hover{
    background: green;
    color: #ffffff;
}

.btn-yellow{
    background: #ddbb00;
    color: #ffffff;
}
.btn-yellow:hover{
    background: #b69b04;
    color: #ffffff;
}

.btn-yellow-light{
    background: #e7c60e;
    color: #ffffff;
}

.btn-red{
    background: #c91e26;
    color: #ffffff;
}

.btn-orange{
    background: #f26b5c;
    color: #ffffff;
}

.btn-orange:hover{
    background: red;
    color: #ffffff;
}

.btn-circle{
    border-radius: 50%;
}

.btn-link {
    cursor: pointer;
}

.btn-facebook{
    background-color: #3c5b9b;
    color: #FFF;
}
.btn-twitter{
    background-color: #2daae1;
    color: #FFF;
}
.btn-pinterest{
    background-color: #c91e26;
    color: #FFF;
}
/* End Custom button */

/* Wrapper */
.wrapper{
    width: 100%;
    padding: 0;
}
/* End wrapper */

/* Main navigation bar */
.main-navbar{
    background: #b5ddf2;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-brand{
    padding: 5px 0;
}

.navbar-nav{
    padding: 10px 0;
    margin: 0 auto;
}
.navbar-nav.navbar-right:last-child {
     margin-right: 0px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: green;
    border-color: #337ab7;
}

.blog-menu{
    padding: 10px;
    min-width: inherit;
    top: inherit;
}
.blog-menu li a{
    color: #000;
    font-weight: bold;
    text-align: left;
    padding: 3px 10px;
    font-family: "Kelson Sans";
}
.blog-menu li a:hover{
    color: #6b9057;
}

.profile-menu{
    padding: 20px;
    margin-left: 10px;
}
.profile-menu li a{
    color: #42a4da;
    font-weight: bold;
    text-align: center;
}
.btn-account-group{
    min-width: 165px;
}
/* End main navigation bar */

/* Main content */
.main-content{
    margin-bottom: 40px;
}
.alert-danger{
    padding: 5px 10px;
}
/* Main content */

/* Content Visual */
.loading-small {
     height: 30px;
     margin-top: 20px;
     width: 100%;
     float: left;
     background: url(../../img/loading.gif) center no-repeat;
     background-size: 30px 30px;
 }
/* End content Visual */

/* Footer */
.footer{
    width: 100%;
    height: 30px;
    color: #ffffff;
    background: #3399cc;
    position: fixed;
    bottom: 0;
    font-family: 'Kelson Sans';
    font-size: 18px;
}

.footer-left{
    float: left;
    margin: 2px 0 0 10px;
    color: #fff;
}
.footer-left a{
    color: #fff;
}
.footer-right{
    float: right;
    margin: 2px 0 0 10px;
    text-align: right;
}
/* End footer */

small.alert, small.error{
    color: #a94442;
}