/*********************************************
    General Styles
*********************************************/

section.section {
    margin: 0;
    padding: 80px 0 60px 0;
}

.bg-white {
    background-color: #fff;
}

.section-header {
    text-align: center;
}

.section-header h2.section-heading {
    text-transform: uppercase;
    font-weight: 700;
}

/*********************************************
    Section Home
*********************************************/

.section-home {
    min-height: 100vh !important;
}

section.section-home {
    padding: 200px 0 60px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.50);
    color: #000000;

    background: url("../img/bg/home.jpg");
    background-size: cover;
    background-position: center;
    min-height: 60vh;
}

section.section-home h2.slogan {
    color: #000000;
    font-size: 48px;
    font-weight: 900;
}

section.section-home.inner {
    background: #eee;
    padding: 150px 0 50px;
}

/*********************************************
   section Services
*********************************************/

.section-services {
    min-height: 100vh;
}

.section-services .resource-img {
    padding: 0 25% 15px 25%;
}

/*********************************************
   Section Projects
*********************************************/

.section-projects {
    min-height: 50vh;
    background-color: #4176ff;
    /*border-bottom: 2px solid #000000;*/
}

nav#filter a {
    background-color: #EEE;
    color: #555;
}

nav#filter a:hover, nav#filter a.current {
    background-color: #3c65ca;
    color: #fff;
}

.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio img {
    width: 100%;
}

#portfolio article p {
    margin-bottom: 1.45em;
}

nav#filter {
    margin-bottom: 1.5em;
}

nav#filter li {
    display: inline-block;
    margin: 0 0 0 5px;
}

nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}

.portfolio-items article img {
    width: 100%;
}

.btn-theme {
    background: #ffffff;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.84);
}

.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}


.portfolio-item .portfolio-desc {
    background: rgba(0, 0, 0, 0.76);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
}

.portfolio-item .portfolio-desc a:hover {
    text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
    font-size: large;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    font-size: 24px !important;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 18px !important;
}

/*********************************************
    Section Resources
*********************************************/

.section-resources .view-more {
    color: #038CC7 !important;
    font-size: large;
}

.section-resources .resource-img {
    padding: 0 25% 15px 25%;
}

/*********************************************
    Section Contact
*********************************************/

.section-contact {
    margin-top: 20px;
    background-color: #434343
}

.section-contact h3 {
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 0;
    color: #d5d5d5;
}

.section-contact i {
    color: #2babe2;
}

.section-contact h4 {
    color: #d5d5d5;
}

.section-contact input {
    border: 2px solid #2babe2;
    height: 40px;
    font-size: large;
    background-color: #555555;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-contact textarea {
    border: 2px solid #2babe2;
    font-size: large;
    background-color: #555555;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-contact button {
    border: 2px solid #2babe2;
    background-color: #555555;;
    color: #d5d5d5;
    font-size: medium;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-out;
    font-size: large;
}

.section-contact button:hover {
    border: 2px solid #039CDE;
    background-color: #039CDE;
    color: white;
}

.cform label {
    color: #d5d5d5;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoYouTube:hover {
    background-color: #ff0000;
}

.social-network a.icoGitHub:hover {
    background-color: #24292e;
}

.social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoYouTube:hover i, .social-network a.icoGitHub:hover {
    color: #ffffff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #2babe2;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

ul.footer-menu {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.footer-menu li {
    display: inline;
    margin: 0 5px;
}

@media (max-width: 767px) {

    .navbar.navbar-fixed-top {
        background-color: rgba(0, 0, 0, 1);
    }

    .navbar .navbar-collapse ul.nav {
        background-color: #444;
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    .navbar .navbar-collapse ul.nav li {
        border-bottom: 1px solid #666;
    }

    section.featured {
        padding-top: 80px;
    }

    .team-member, .col-lg-4 {
        margin-bottom: 30px;
    }

    .stats .col-md-3 {
        margin-bottom: 30px;
    }
}