/* 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;
}

select#default-language {
    display:inline-block;
    width: auto;
    height: auto;
    border: 1px solid #fff;
    color: #2b6ea8;
    cursor: pointer;
    font-family: 'Open Sans SemiBold';
    padding: 6px 25px 6px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select#default-language::-ms-expand {
    display: none;
}

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

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

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

.navbar-nav .easelly-info {
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 35px;
}

.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;
}
.navbar-right-container {
    display: inline-block;
    float: right;
}
.navbar-right-container .info-pages {
    display: inline-block;
    padding: 11px 0;
    margin-right: 6px;
}
.navbar-right-container .info-pages a {
    text-transform: uppercase;
    padding: 0 17px;
    display: inline-block;
    border-right: 2px solid #697881;
    line-height: 12px;
}
.navbar-right-container .info-pages a:hover {
    text-decoration: none;
}
.navbar-right-container .info-pages a:last-child {
    border-right: none;
}
.navbar-right-container .navbar-nav {
    display: inline-block;
    float: none;
    margin-right: 35px;
}
.navbar-right-container .default-language-wrapper {
    display: inline-block;
    padding: 10px 0;
}
.navbar-right-container .default-language-wrapper select#default-language {
    border: none;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-right-container .default-language-wrapper .dropdown-lang-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #2b6ea8;
}
/* 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;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navbar-right-container .default-language-wrapper {
        float: right;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #logo-link {
        display: block;
        width: 100%;
    }

    #logo-link > img {
        margin: 0 auto;
    }

    .navbar-right-container {
        display: block;
        float: none;
        clear: both;
        text-align: center;
    }

    .navbar-right-container .info-pages,
    .navbar-right-container .navbar-nav {
        display: block;
        margin-right: 0;
    }

    .navbar-right-container .navbar-nav a {
        margin-bottom: 5px;
    }

    .navbar-right-container .default-language-wrapper {
        display: block;
        float: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
