@font-face {
    font-family: "Geo Sans Light";
    src: url(../fonts/GeosansLight.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}

.small-box a.small-box-link {
    color: #FFF;
}

.small-box a.small-box-link:hover {
    color: #E0E0FF;
}

.message-icon-right{
    position: absolute;
    top: 0;
    right: 0;
}

.sorting-sort{
    position: relative;
}

.sorting-sort-two-arrows-blend::before{
    font-family: 'Glyphicons Halflings';
    top: -12px;
    display: block;
    position: absolute;
    opacity: 0.2;
    content: "\e150";
}

.sorting-sort-amount-asc::before{
    font-family: 'Glyphicons Halflings';
    top: -12px;
    display: block;
    position: absolute;
    opacity: 0.5;
    content: "\e155";
}

.sorting-sort-amount-desc::before{
    font-family: 'Glyphicons Halflings';
    top: -12px;
    display: block;
    position: absolute;
    opacity: 0.5;
    content: "\e156";
}

.widget-user-2 .widget-user-image-full {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 65px;
    overflow: hidden;
    text-align: center;
    
}

.widget-user-2 .widget-user-image-full>img {
    min-width: 65px;
    height: 65px; 
    border-radius: 0;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 250px;
    left: 50px;
}

.chat .item > img,
.navbar-nav > .user-menu .user-image,
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    display: inline-block;
    overflow:hidden;
    background-color: #efefef;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    background-color: #63A4CA;
}

.user-panel > .image > img {
    min-height: 45px;
    display: inline-block;
    overflow: hidden;
    background-color: #efefef;
}

.sidebar-collapse .user-panel > .image > img{
    min-height: 30px;
    max-width:30px
}

#header h1 {
    font-family: "Geo Sans Light";
    font-size: 7vw;
    font-weight: normal;
    white-space: nowrap;
}

#header h1 img {
    width: 4.2vw;
    margin-top: -2vw;
}
@media (max-width: 700px) {
    #header h1 {
        font-size: 10vw;
    }
    #header h1 img {
        width: 6vw;
        margin-top: -3vw;
    }
}
#header .intro {
    color: #000;
}
#header .intro hr {
    background: #000;
}
.btn-default {
    color: #eee;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
}
.table.table-borderless td {
    border: 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    padding: 7px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 13px 0 0 #000, -13px 0 0 #000;
    -moz-box-shadow: 13px 0 0 #000, -13px 0 0 #000;
    box-shadow: 13px 0 0 #000, -13px 0 0 #000;
}
#portfolio ol.type li {
    margin-bottom: 5px;
}
#contact .socials {
    padding-top: 21px;
}
#contact .socials a {
    font-size: 40px;
    color: #565656;
}
/** sm */
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-custom .nav li a {
        margin: 0 8px;
    }
}
