#thumbnails,
#projthumbs {
    background-image: url(../images/grid.png);
}

#helloBox { display: none; }
/*//////////////// Text Align ////////////////////////////////////////////////////////////////////////////////////////*/

.text-align-left
{
    text-align: left;
}
.text-align-center
{
    text-align: center;
}
.text-align-right
{
    text-align: right;
}
.text-align-justify
{
    text-align: justify;
}

.icon-facebook:before { content: '\e81a'; } /* '' */
.icon-twitter:before { content: '\e819'; } /* '' */
.icon-instagram:before { font-size: 1em; content: '\e804'; } /* '' */
.icon-pinterest:before { content: '\e81b'; } /* '' */
.icon-tumblr:before { content: '\e81c';} /* '' */
.icon-linkedin:before { content: '\e81d'; }

/*////////////////  Social  //////////////////////////////////////////////////////////////////////////////////////////*/

.scicon {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 4px;
    background-size: contain;
    overflow: hidden;
    opacity: .8;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
#social {
    height: 50px;
    margin-left: 50px;
    margin-top: 18px;
    font-family: BebasNeueRegular;
    color: #525252;
    font-size: 18px;

    position: absolute;
    left: 60px;
    bottom: 40px;
}
#solabel {
    float: left;
    opacity: 0;
    font-family: 'FuturaLtBTLight';
    font-size: 14px;
    color: #999;
    padding: 5px 0 0 10px;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 0px;
}
.socialIcon#facebook {
    background-image: url(elements/facebook.png);
}
.socialIcon#twitter {
    background-image: url(elements/twitter.png);
}
.socialIcon#instagram {
    background-image: url(elements/instagram.png);
}
.socialIcon#pinterest {
    background-image: url(elements/pintrest.png);
}
.socialIcon#tumblr {
    background-image: url(elements/tumblr.png);
}
.socialIcon#linkedin {
    background-image: url(elements/linkedin.png);
}



/*////////////////  RS Video  ////////////////////////////////////////////////////////////////////////////////////////*/

/*
From the default skin which comes with Royal Slider
*/

.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color:rgba(0,0,0,0.3);
    width:64px;
    height:64px;
    margin-left:-32px;
    margin-top:-32px;
    cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
    width:64px;
    display:block;
    height:64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;

    background:url(/assets/images/rs-default.png?v=1) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
    position:absolute;
    left:50%;
    top:50%;
}
.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);

}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}

.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('/assets/images/rs-default.png?v=1') -64px 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0,0,0,0.9);
}


/*/////  Intro  ///////*/


#helloBox {
    position: fixed;
    top: 40%;
    left: 50%;
    width: 400px;
    height: auto;
    margin-left:-200px;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
}

#helloName {
    font-family: 'Helvetica Bold';
    font-size: 30px;
    padding-bottom: 20px;
    opacity: 0;
}

#helloTitle {
    font-family: 'Helvetica Medium';
    font-size: 16px;
    opacity: 0;
}
