@charset "utf-8";
/* CSS Document */


/*
================================================================
	Font Styles
================================================================
*/


@font-face {
    font-family: 'nexabold';
    src: url('../fonts/nexa-bold/Nexa-Bold-webfont.eot');
    src: url('../fonts/nexa-bold/Nexa-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa-bold/Nexa-Bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa-bold/Nexa-Bold-webfont.woff') format('woff'),
         url('../fonts/nexa-bold/Nexa-Bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa-bold/Nexa-Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexalight';
    src: url('../fonts/nexa-light/Nexa-Light-webfont.eot');
    src: url('../fonts/nexa-light/Nexa-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa-light/Nexa-Light-webfont.woff2') format('woff2'),
         url('../fonts/nexa-light/Nexa-Light-webfont.woff') format('woff'),
         url('../fonts/nexa-light/Nexa-Light-webfont.ttf') format('truetype'),
         url('../fonts/nexa-light/Nexa-Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Social Icons perfecticons.com */
@font-face {
    font-family: 'si';
    src: url('../fonts/socicon-1.3/socicon.eot');
    src: url('../fonts/socicon-1.3/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-1.3/socicon.woff') format('woff'),
         url('../fonts/socicon-1.3/socicon.ttf') format('truetype'),
         url('../fonts/socicon-1.3/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}






/*
================================================================
	Misc. Styles
================================================================
*/


*
{
	-webkit-tap-highlight-color:transparent; /* Safari, Chrome */
	-moz-tap-highlight-color:transparent;  /* Firefox */
	tap-highlight-color:transparent; /* CSS3 */
	
	-webkit-user-select:none;  /* Safari, Chrome */
    -moz-user-select: none; /* Firefox */
    user-select: none; /* CSS3 */
	
	-webkit-touch-callout:none; /* Safari, Chrome */
	-moz-touch-callout:none;  /* Firefox */
	touch-callout:none; /* CSS3 */
}

body
{
	font-family: nexalight, sans-serif;
	background-color:rgba(0,0,0,1);
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	width: 100%;
	height:100%;
}

html
{
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed
}

a, a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

* {
	-webkit-backface-visibility: hidden;
}

.no-flickr {
	-webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} 

.no-padding {
	padding-left:0px !important;
	padding-right:0px !important;
}

.bold {
    font-family: nexabold, sans-serif;

}




/*
================================================================
    Project Menu Styles
================================================================
*/









body,
html {
    width:100%;
    height:100%;
    background: rgb(231,9,112); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(231,9,112,1) 0%, rgba(89,46,133,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(231,9,112,1) 0%,rgba(89,46,133,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(231,9,112,1) 0%,rgba(89,46,133,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70970', endColorstr='#592e85',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 0;
    margin: 0;
    line-height: 1.4;
    color: #888;
}

.my-links {
    margin-top: 20px;
    margin-bottom: 60px;
}

.container {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.fullvh {
    /*height: 90vh;*/
}

.proj-contain {
    background: #333;
    padding: 20px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.proj-contain h1 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0 30px 0;
    text-align: center;
    word-break: break-all;
}

.proj-contain h1 i {
    margin-right: 10px;
    display: inline-block;
}

.proj-contain a {
    text-decoration: none;
    color: #fff;
}

.proj-contain .projects .project {
    border-bottom: 1px solid #efefef;
    padding: 10px;
    margin: 15px 0;
}

.proj-contain .projects .project i {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}

.proj-contain .directory-listing li {
    list-style: none;
    margin-bottom: 10px;
}

.proj-contain .directory-listing li i {
    display: inline-block;
    margin-right: 10px;
    color: #aaa;
}

.proj-contain .info {
    padding: 10px;
    line-height: 1.5;
    display: block;
    text-align: center;
    font-size: 14px;
}






/*
================================================================
    Footer Styles
================================================================
*/

.footer-greadient {
    height: 6px;

}

.footer-section {
    background-color: #333;
    color: #fff;
}

.footer-section .copyright {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer-section .social-footer {
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-top:20px;
    margin: 14px 0 14px 0;
}

.footer-section a {
    color: #fff;
    font-size: 60px;
    font-family: socialtype, sans-serif;
    line-height: 61px;
    height:50px;
    width: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.social-links {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.social-links li {
    display:inline-block;
    zoom:1;
}

.social-links li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 15px;
    color: #ffffff;
    background-color: none;
}

.social-icon-last{
    /*margin:0 !important;*/
}

.social-linkedin {
    background-color: #666;
}
.social-linkedin:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#007bb6+1,562c81+100 */
    background: rgb(0,123,182); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(0,123,182,1) 40%, rgba(86,44,129,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(0,123,182,1) 40%,rgba(86,44,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(0,123,182,1) 40%,rgba(86,44,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bb6', endColorstr='#562c81',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.social-linkedin:before {
    content:'j';
}

.social-twitter {
    background-color: #666;
}
.social-twitter:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2eacf6+0,1aa63e+100 */
    background: rgb(46,172,246); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(46,172,246,1) 40%, rgba(26,166,62,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(46,172,246,1) 40%,rgba(26,166,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(46,172,246,1) 40%,rgba(26,166,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eacf6', endColorstr='#1aa63e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.social-twitter:before {
    content:'a';
}

.social-behance {
    background-color: #666;
}
.social-behance:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1769ff+1,3dffb8+100 */
    background: rgb(23,105,255); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(23,105,255,1) 40%, rgba(61,235,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(23,105,255,1) 40%,rgba(61,235,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(23,105,255,1) 40%,rgba(61,235,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1769ff', endColorstr='#3dffb8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.social-behance:before {
    content:'H';
}







/*
================================================================
    Media Queries
================================================================
*/

@media (min-height: 712px){


    .footer-section {
        position: fixed;
        bottom: 0;
        left:0;
        width: 100%;
    }


}


/* SMALL-MEDIUM DEVICES, TABLETS */

@media (min-width: 500px) {

    .br-span {
        display: none;
    }

    .space-span {
        display: inline-block;
        width: 8px;
    }

    .proj-contain {
        padding: 30px 40px;
    }

}


@media (min-width: 600px) {


}


/* SMALL DEVICES, TABLETS / DESKTOPS */

@media (min-width: 768px) {


    .fullvh {
        /*height: 75vh;*/
    }

    .my-links {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    /* footer styles*/

    .footer-section .copyright {
        font-size: 18px;
        text-align: left;
        padding:40px 0 0px 40px;
    }

    .footer-section .social-footer {
        text-align: right;
        margin-top:10px;
        padding-right: 40px;
        padding-top:14px;
    }

    .footer-section a {
        font-size: 80px;
        /*line-height: 60px;*/
        margin:20px 10px;
        height:60px;
        width: 60px;
    }


}


/* MEDIUM DEVICES, DESKTOPS */

@media (min-width : 992px) {


}

/* LARGE DEVICES, WIDE SCREENS */

@media (min-width : 1200px) {


    .footer-section .copyright {
        padding:36px 0 0px 80px;
    }

    .footer-section .social-links {
        padding-right: 80px;
    }


}


@media (min-width: 1600px){




}

