#bigdiv {
      width: 28px;
        height: 100px;
        background-color: rgb(51,49,50);
        margin:auto;
        left:0;
        right:0;
        bottom: 0;
        top: 0;
        position:relative;
        z-index: 10;
        position:fixed;
    }

		#reallybigdiv {
			width: 100%;
			height: 100%;
			background-color: rgb(51,49,50);
			z-index: 9;
			position:fixed;
		}
		
	@-webkit-keyframes loader08 {
    0%, 100% {
      box-shadow: 
                  -17px 28px 0 #fff,
                  17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 62px 0 rgba(255, 255, 255, 0.2),
                  -17px 62px 0 rgba(255, 255, 255, 0.2);
    }

    25% {
      box-shadow: 
                  -17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 28px 0 #fff,
                  17px 62px 0 rgba(255, 255, 255, 0.2),
                  -17px 62px 0 rgba(255, 255, 255, 0.2);
    }

    50% {
      box-shadow: 
                  -17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 62px 0 #fff,
                  -17px 62px 0 rgba(255, 255, 255, 0.2);
    }

    75% {
      box-shadow: 
                  -17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 62px 0 rgba(255, 255, 255, 0.2),
                  -17px 62px 0 #fff;
    }
  }
  
@keyframes loader08 {
    0%, 100% {
      box-shadow: 
                  -17px 28px 0 #fff,
                  17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 62px 0 rgba(255, 255, 255, 0.2),
                  -17px 62px 0 rgba(255, 255, 255, 0.2);
    }

    25% {
      box-shadow: 
                  -17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 28px 0 #fff,
                  17px 62px 0 rgba(255, 255, 255, 0.2),
                  -17px 62px 0 rgba(255, 255, 255, 0.2);
    }

    50% {
      box-shadow: 
                  -17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 62px 0 #fff,
                  -17px 62px 0 rgba(255, 255, 255, 0.2);
    }

    75% {
      box-shadow: 
                  -17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 28px 0 rgba(255, 255, 255, 0.2),
                  17px 62px 0 rgba(255, 255, 255, 0.2),
                  -17px 62px 0 #fff;
    }
  }

.your-loader {
  width: 28px;
  height: 28px;
  position: relative;
  -webkit-animation: loader08 1s ease infinite;
  animation: loader08 1s ease infinite;
}

.animated {
	-webkit-animation-duration: 0.5s;animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;animation-fill-mode: both;
	opacity:1;
}

.blockLink {
	pointer-events: none;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	user-select: none;
}

.pace-inactive {
  	display: none;
}

.pace .pace-progress {
  	background: white;
  	position: fixed;
  	z-index: 2000;
  	top: 0;
  	right: 100%;
  	width: 100%;
  	height: 5px;
}



@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
        100% {
		opacity: 0;
	}
}
         
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
        100% {
		opacity: 1;
	}
}
         
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
        100% {
		opacity: 1;
	}
}
         
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
		 
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@font-face {
	font-family: 'titulo';
	src: url('../uni_sans/uni_sans_regular-webfont.eot');
	src: url('../uni_sans/uni_sans_regular-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../uni_sans/uni_sans_regular-webfont.woff') format('woff'),
		url('../uni_sans/uni_sans_regular-webfont.ttf') format('truetype'),
		url('../uni_sans/uni_sans_regular-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'cuerpo';
	src: url('../uni_sans/uni_sans_light-webfont.eot');
	src: url('../uni_sans/uni_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../uni_sans/uni_sans_light-webfont.woff') format('woff'),
		url('../uni_sans/uni_sans_light-webfont.ttf') format('truetype'),
		url('../uni_sans/uni_sans_light-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'menu';
	src: url('../uni_sans/uni_sans_book-webfont.eot');
	src: url('../uni_sans/uni_sans_book-webfont.eot?#iefix') format('embedded-opentype'),
		url('../uni_sans/uni_sans_book-webfont.woff') format('woff'),
		url('../uni_sans/uni_sans_book-webfont.ttf') format('truetype'),
		url('../uni_sans/uni_sans_book-webfont.svg#webfont') format('svg');
}

.col-sm-6 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.col-sm-12 {
	padding-right: 0px !important;
	padding-left: 0px!important;
}

.col-lg-6 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.col-lg-12 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.col-md-6 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.col-md-12 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none !important; 
	color:white !important;
}

.ui-loader, .ui-corner-all, .ui-body-a, .ui-loader-default {
	display:none;
}
