@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;

}


h3 {
    font-size: 18px !important;
    line-height: 24px;
}













/*
================================================================
    Home Styles
================================================================
*/


.header-container {
    position: absolute;
    top:20px;
    left:0px;
    z-index: 2;
}

.mainlogo {
    width:30px;
    margin:8px 8px 8px 20px;
}

.header-text  {
    margin-top:0px;
}

.header-text a {

}

.header-text p {
    color: #fff;
    font-size: 40px;
}






.content-header {
    margin-top: 60px;
}









/*
================================================================
    3d Panel Styles
================================================================
*/


.para-container {
    background-color: #fff;
    width: 100%;
    height: 400px;
    padding:0px;
}


#para-panel {
    position: relative;
    width: 100%;
    height: 400px;

}









/*
================================================================
    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: 900px){

.footer-greadient {
        position: fixed;
        bottom: 134px;
        left:0;
        width: 100%;

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


}


/* SMALL-MEDIUM DEVICES, TABLETS */

@media (min-width: 500px) {


}


@media (min-width: 600px) {


}


/* SMALL DEVICES, TABLETS / DESKTOPS */

@media (min-width: 768px) {

    .br-span {
        display: none;
    }

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

    .para-container {
        background-color: #fff;
        margin:0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
        /*width:800px;
        height: 1121px;*/
        width:400px;
        height: 560px;
    }

    .para-container.indexTwo {
        margin-top: 240px !important;
    }

    #para-panel {
        position: relative;
        /*width: 800px;
        height: 1121px;*/
        width:400px;
        height: 560px;

    }

    /* 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){


}




/*
================================================================
    Gradients for menu and work-bg
================================================================
*/



/* purple to pink */
.menu-gradient-a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e70970+0,592e85+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 */
}

/* purple to light blue */
.menu-gradient-b {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5da6da+0,562c81+100 */
    background: rgb(93,166,218); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(93,166,218,1) 0%, rgba(86,44,129,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(93,166,218,1) 0%,rgba(86,44,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(93,166,218,1) 0%,rgba(86,44,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da6da', endColorstr='#562c81',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* green to light blue */
.menu-gradient-c {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34a8dd+0,1aa63d+100 */
    background: rgb(52,168,221); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(52,168,221,1) 0%, rgba(26,166,61,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(52,168,221,1) 0%,rgba(26,166,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(52,168,221,1) 0%,rgba(26,166,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a8dd', endColorstr='#1aa63d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* green to yellow */
.menu-gradient-d {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ddcb01+1,009846+100 */
    background: rgb(221,203,1); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(221,203,1,1) 1%, rgba(0,152,70,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(221,203,1,1) 1%,rgba(0,152,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(221,203,1,1) 1%,rgba(0,152,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddcb01', endColorstr='#009846',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* red to orange */
.menu-gradient-e {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee6a12+1,e7142d+100 */
    background: rgb(238,106,18); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(238,106,18,1) 1%, rgba(231,20,45,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(238,106,18,1) 1%,rgba(231,20,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(238,106,18,1) 1%,rgba(231,20,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a12', endColorstr='#e7142d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

