.uppercase {
    text-transform: uppercase;
}
.my_btn{
    cursor: pointer !important;
}

.lang_href{
    font-size: 12px;
    line-height: 47px;
    color: #b4c4d7;
    margin: 0px;
}
.form_error_border + label{
    color:red !important;
}
.form_error_border{
    border: 1px solid red !important;
}
#myTab, .media-boxes-filter{
    margin-bottom: 40px;
    text-align: left;
    border-top: 1px solid #e5e8ea;
    padding-top: 30px;
    text-align: center;
}
#myTab li a, .media-boxes-filter li a {
    margin-right: 40px;
    font-size: 18px;
    color: #8b9aab;
    font-weight: 400;
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
}
#myTab li a:hover .media-boxes-filter li a:hover {
    color: #f7ae1b;
}
#myTab li a.active, .media-boxes-filter li a.active {
    color: #f7ae1b;
    text-decoration:underline;
}
#myTab .active > a, .media-boxes-filter .active > a {
    color: #f7ae1b;
    text-decoration:underline;
}
#myTab li, .media-boxes-filter li {
    margin: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.media-boxes-filter>li{
    margin-top: 10px !important;
}
.media-boxes-load-more-button{
    color: black;
    background-color: white !important;
    box-shadow:none;
}
.media-boxes-no-more-entries {
    filter: alpha(opacity=20);
    opacity: 0.7;
}
.media-boxes-filter {
    text-align: center !important;
}
#galler_wrapper .item-wrapper{
    padding: 0;
}
#galler_wrapper .team-name{
    text-align: center;
}
@media (max-width: 993px){
    .navbar-left {
        float: right!important;
        margin-left: 0px!important;
    }
    .navbar-standard .navbar-toggle {
        color: black!important;
    }
}
@media (min-width: 768px){
    .navbar-standard .navbar-nav .dropdown-menu{
        margin-top: -25px;
    }
}
.crop_div-img{
    overflow: hidden;
}
.nav-arrows span{
    top: 57%;
}
.yellow_line{
    border:2px solid #FAB91C;
    width: 50px;
    margin-bottom: 10px;
}
.single-post .post-tags {
    border: 1px solid #cad0d9;
    border-radius: 6px;
    min-height: 50px;
    margin-top: 40px;
    max-width: 156px;
}
.single-post .post-tags a {
    display: inline-block;
    line-height: 50px;
    color: #bcc6d0;
    margin-left: 10px;
}
.single-post .post-tags a:hover {
    color: #ff7200;
}
.single-post .post-tags h4 {
    display: inline-block;
    margin: 0px;
    float: left;
    font-weight: normal;
    line-height: 50px;
    padding: 0 20px;
    color: #cad0d9;
    margin-right: 20px;
    border-right: 1px solid #cad0d9;
}
.single-post .post-tags.share .social_icons {
    margin-top: 9px;
}
.single-post .post-tags.share .social_icons li {
    margin: 0px;
    border-radius: 4px;
    padding: 0px;
    margin-right: 13px;
    list-style-type:none;
}
.single-post .post-tags.share .social_icons a {
    height: 32px;
    width: 32px;
    line-height: 30px !important;
    font-size: 16px;
    margin: 0px;
}


.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (max-width: 568px) {

    .col-xs-1-5 {
        width: 100%;
        float: left;
    }
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}