.templatemo_clear {
    clear: both
}

.height30 {
    height: 30px
}

.templatemo-top-bar {
    min-height: 40px;
    background-color: #eee
}

.templatemo-top-menu {
    background-color: #fff;
    z-index: 5000
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0
}

.templatemo-line-header {
    margin-top: 100px;
    margin-bottom: 80px
}

.member-thumb:hover .thumb-overlay {
    transition: all .3s ease-in-out 0s;
    visibility: visible;
    opacity: 1
}

.member-thumb {
    position: relative;
    overflow: hidden
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, .8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0
}

.thumb-overlay a {
    float: left;
    margin-right: 5px
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    width: 100%
}

.templatemo-project-box:hover .project-overlay {
    transition: all .3s ease-in-out 0s;
    visibility: visible;
    opacity: 1
}

.project-overlay {
    background: rgba(0, 0, 0, .75);
    border: 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align: center;
    padding-top: 40px;
    color: #fff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0
}

.project-overlay hr {
    width: 90%
}

.templatemo-project-gallery li {
    margin: 15px
}

.txt_darkgrey {
    color: #333
}

.txt_orange {
    color: #e67e22
}

.txt_slogan {
    font-size: 14px;
    color: #929292
}

ul.templatemo-project-gallery li a img:hover {
    border: 3px solid #ff7600
}

.templatemo-gallery-category a {
    color: #333;
    font-size: 16px
}

.templatemo-gallery-category a.active,
.templatemo-gallery-category a:focus,
.templatemo-gallery-category a:hover {
    color: #e67e22;
    text-decoration: none
}

.link_orange:hover {
    text-decoration: none
}

.templatemo-project-gallery {
    margin: 30px 0 0 -40px
}

.templatemo-project-gallery li {
    list-style: none;
    margin-bottom: 25px
}

.templatemo-project-gallery li img {
    cursor: pointer
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 100px
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn_loadmore {
    margin-top: 30px;
    margin-bottom: 80px
}

.blog_box {
    margin-left: -12px
}

@media (min-width:991px) and (max-width:1200px) {
    .project-overlay,
    .templatemo-project-box {
        height: 100%;
        width: 100%
    }
}