/* /////////////////////////////////////
/////////////// Social ////////////// */
#social {
    display: none;
    color: #8a8a8a;
}

#social b {
    font-weight: inherit;
    font-family: "HelveticaNeue-Medium";
    color: #8a8a8a;
}

#social-content {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 30px;
}

.social-item {
    margin: 0;
    width: 19.2%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    background: white;
    overflow: hidden;
    font-size: 15px;
}

.social-item-content {
    margin: 0;
    float: left;
    width: 50%;
    height: 100%;
}

.social-item-content.h2 {
    width: 100%;
}

.social-item-date {
    padding: 0;
    font-size: 15px;
    font-family: "HelveticaNeue-Roman";
    margin: 20px 20px 5px 20px;
    color: #8a8a8a;
}

.social-item-text {
    padding: 0;
    font-size: 15px;
    font-family: "HelveticaNeue-Light";
    margin: 11px 20px 20px 20px;
    color: #8a8a8a;
    overflow: hidden;
    line-height: 19px;
}

.social-item-text a {
    color: #8a8a8a;
    text-decoration: none;
}

.social-item-line {
    display: block;
    margin: 0px;
    padding: 0;
    height: 1px;
    opacity: 0.5;
    background: #8a8a8a;
    margin-left: 19px;
    margin-right: 19px;
}

.social-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    float: left;
}

.social-item-image.w2 {
    width: 50%;
}

.social-item-image.h2 {
    height: 50%;
}

.social-item-image img {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    width: 100%;
}

.social-item.w2 {
    width: 39.4%;
}

.social-item.h2 {
    height: 400px;
}

.social-item-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 1;
    display: none;
}

.social-item-video-btn {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* /////////////////////////////////////
//////////// Media Queries ////////// */
@media only screen and (min-width:1500px) {
    
    .social-item {
        width: 19.74% !important;
    }
    
    .social-item.w2 {
        width: 39.48% !important;
    }
    
    .gutter-sizer {
        width: 0.65% !important;
    }
}

@media only screen and (max-width:991px) {
    
    .social-item {
        height: 150px;
    }
    
    .social-item.h2 {
        height: 300px;
    }
    
}

@media only screen and (min-width:768px) { 
	
}

@media only screen and (max-width:767px) { 

    #social-content {
        margin-bottom: 0px;
    }

    .social-item {
        width: 100%;
        height: 250px;
    }

    .social-item.w2 {
        width: 100%;
        height: 250px;
    }
    
    .social-item.h2 {
        width: 100%;
        height: 400px;
    }
}

@media only screen and (max-width:520px) { 
    
    .gutter-sizer {
        width: 2%;
    }

    .social-item {
        height: 150px;
    }

    .social-item.w2 {
        height: 150px;
    }
    
    .social-item.h2 {
        height: 300px;
    }
}