/* No Scrollbars*/
.element::-webkit-scrollbar { width: 0 !important }
.element { overflow: -moz-scrollbars-none; }
.element { -ms-overflow-style: none; }
::-webkit-scrollbar {
    display: none; 
}
html{
	height: 100%;
}
body {
	#background-image: url(../img/bg/nunetworx.jpg);
	background-image: url(../img/bg/nunetworx-custom.jpg);
	#background-image: url(../img/bg/nunetworx.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    padding-top: 65px;
}
.slide{
	min-height:450px;
	max-height:450px;
	margin-bottom: 20px;
}
label{
	font-weight: bold;
}
.red{
	color: #e12534;
}
.responsive {
  width: 100%;
  height: auto;
}
/* NAVIGATION */
nav {
  #width: 80%;
  #margin: 0 auto;
  background: rgba(10, 10, 10, 0.8);
  #padding: 50px 0;
  border-bottom: 2px solid rgba(250, 25, 25, .8);
}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}
/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
nav.fill ul li a {
  transition: all 2s;
}
nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}
/* Circle */
nav.circle ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
nav.circle ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
}
nav.circle ul li a:hover:after {
  -webkit-animation: circle 1.5s ease-in forwards;
}
/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640F;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #F1C40F;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

a.nav-link:link{
   color: #ffffff;
   #border-bottom: 2px solid rgba(250, 250, 250, .0);
}
a.nav-link:visited{
   color: #ffffff;
   #border-bottom: 2px solid rgba(250, 250, 250, .0);
}
a.nav-link:hover{
   color: #fb3f00;
   #border-bottom: 2px solid rgba(250, 20, 20, .8);
}
a.nav-link:active{
   color: #fb3f00;
   #border-bottom: 2px solid rgba(250, 20, 20, .4);
}
div.container-nav{
    #font-family: Raleway;
    margin: 0 auto;
	#padding: 5em 3em;
	text-align: center;
	color: white;
}
div.container-nav a{
    color: #FFF;
    text-decoration: none;
    #font: 20px Raleway;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
/* Border X get width  */
div.borderXwidth a:before, div.borderXwidth a:after{
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}
div.borderXwidth a:before{
    left: 0px;
    top: 0px;
}
div.borderXwidth a:after{
    right: 0px;
    bottom: 0px;
}
div.borderXwidth a:hover:before, div.borderXwidth a:hover:after{
    opacity: 1;
    width: 100%;
}

.card-product{
	#background-image: url(../img/bg-products.jpg);
	background-image: url(../img/bg/nunetworx_glass.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.bg-glass{
	#background-image: url(../img/bg-products.jpg);
	background-image: url(../img/bg/nunetworx_glass.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  #width: 50%;
}

/*-------------------------------------------------- */
/*Mobile style*/
/*Mobile style*/
/*Mobile style*/
/*Mobile style*/
/*Mobile style*/
/*Mobile style*/
/*-------------------------------------------------- */

@media (max-width: 480px) {
.logo{
	width:120px;
}
.no-mobile{
	display: none;
}
h5 {
  padding: 10px 0;
  font-weight: 800;
  margin: 0;
  letter-spacing: -1px;
  color: inherit;
  font-size: 40px;
}
.carousel{
	padding-bottom: -100px;
}
.carousel-indicators{
	margin-bottom: -60px;
}
.bottom-red{
	border-bottom: 2px solid rgba(250, 25, 25, .8);
}
.card-left{
	text-align: left;	
}
.card-deck{
	text-align: center;	
}

@media (min-width: 481px) {
  #picblock {
    background-image: url(desktop.png);
    background-repeat: no-repeat;
    background-size: contain ;
  }
}