@font-face {
    font-family: Onok;
    src: url("/onok_website/static/src/font/geomanist_font_family/Geomanist-Regular.otf");
    font-weight: 200;
 }

@font-face {
    font-family: OnokBold;
    src: url("/onok_website/static/src/font/geomanist_font_family/Geomanist-Bold.otf");
    font-weight: 200;
}

@font-face {
    font-family: OnokBook;
    src: url("/onok_website/static/src/font/geomanist_font_family/Geomanist-Book.otf");
    font-weight: 200;
 }

@font-face {
    font-family: OnokExtraLight;
    src: url("/onok_website/static/src/font/geomanist_font_family/Geomanist-ExtraLight.otf");
    font-weight: 200;
}

@font-face {
    font-family: OnokLight;
    src: url("/onok_website/static/src/font/geomanist_font_family/Geomanist-Light.otf");
    font-weight: 200;
}

@font-face {
    font-family: OnokMedium;
    src: url("/onok_website/static/src/font/geomanist_font_family/Geomanist-Medium.otf");
    font-weight: 200;
}

@font-face {
    font-family: OnokThin;
    src: url("/onok_website/static/src/font/geomanist_font_family/Geomanist-Thin.otf");
    font-weight: 200;
}

@font-face {
    font-family: OnokUltra;
    src: url("/onok_website/static/src/font/geomanist_font_family/Geomanist-Ultra.otf");
    font-weight: 200;
}

html{
	background-color: white;
	height:100%;
	width: 100%;
	margin: 0;
	font-family: Onok !important;
	overflow-x: hidden;
}

body{
	height:100%;
	width: 100%;
	background-color: white;
}

#body{
    background-color: white;
}

h1, h2, h3, h4, h5, h6{
  font-family: OnokBold !important;
}

.font-onok{
  font-family: Onok !important;
}

.font-onok-thin{
  font-family: OnokThin !important;
}

.font-onok-extraLight{
  font-family: OnokExtraLight !important;
}

.font-onok-ultra{
  font-family: OnokUltra !important;
}

.font-onok-medium{
	font-family: OnokMedium !important;
}

.font-onok-book{
	font-family: OnokBook !important;
}

.font-onok-bold{
	font-family: OnokBold !important;
}

.custom-gray{
    color: #444;
}

.mTop20{
    margin-top: 20px;
}

.mBtm90{
    margin-bottom: 90px;
}

.font08{
    font-size: 0.8em !important;
}

.floatRight{
    float: right !important;
}

.red-onok{
	background-color: #d5514d !important;
}

.btn-onok{
    background-color: #444;
    padding: 2px 50px 0px 50px !important;
}

.relative{
    position: relative !important;
}

#know_customiled:hover{
	background-color: #eee !important!
}

.red-onok-text{
	color: #d5514d !important;
}

.red-onok-link:hover{
	color: #d5514d !important;
}

.row{
	margin-bottom: 0px !important;
}

nav{
    border-bottom: 1px solid #444;
}

nav ul li a{
    font-size: 0.9em !important;
    color: #fff;
    display: block;
    padding: 0 12px;
}

nav a.brand-logo{
    padding: 10px 10px 10px 0;
}

nav a.brand-logo img{
    height: 40px;
}

@media(min-width: 992px) and (max-width: 1312px){
    nav .nav-wrapper .container{
        width: 100% !important;
    }
}

div.nav-wrapper.overflow_hidden{
    overflow: hidden;
}

nav ul li:hover{
    background: none !important;
}

nav ul li:hover a, nav ul li:active a{
    color: #d5514d;
}

nav ul li a{
    color: #444;
}

nav ul li a i{
    font-size: 1.2em !important;
}

nav a.button-collapse i{
    color: #444;
}

nav li a i{
    line-height: 58px !important;
}

nav #dropdown-langs,
nav #dropdown-user,
nav #dropdown-customiled{
    z-index: 999 !important;
}

nav #dropdown-user,
#dropdown-project-reports{
    width: 200px !important;
    top: 64px !important;
}

#dropdown-project-reports{
    top: 218px !important;
}

nav #dropdown-langs{
    top: 64px !important;
}

nav #dropdown-customiled{
    width: 200px !important;
    top: 64px !important;
}

nav .dropdown-content li > a, nav .dropdown-content li > span {
    font-size: 1rem !important;
    color: #444 !important;
}

nav a i#open-search-box{
    cursor: pointer;
}

nav ul#nav-mobile form{
    position: absolute;
    top: 0;
    left: 60px;
}

nav ul#nav-mobile form div#search-box{
    height: 64px;
    z-index: 5;
    overflow: hidden;
}

nav ul#nav-mobile form div#search-box input{
    display: none;
    position: absolute;
    top: 0px;
    left: -22px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #444;
    color: #fff;
    font-size: 18px;
    backface-visibility: none;
    border-radius: 0;
    transition: all 0.5s ease-out;
}

nav ul#nav-mobile form div#search-box input.active{
    display: block;
    width: 250px;
}

div.section-title{
    background: #777;
    color: white;
    text-align: right;
    padding: 20px 27px 15px 0px;
}

div.section-title .container{
    padding: 0 !important;
}

div.section-title span{
    font-size: 2em;
    font-family: OnokBold;
}

.imgBackground{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    overflow: hidden;
    display: table;
    width: 100%;
}

#footer{
    background-color: #d5514d !important;
    min-height: 5vh;
    padding-top: 20px;
    padding-bottom: 14px;
}

#footer ul li a{
    font-size: 0.7em !important;
}

@media(min-width: 603px){
    #footer .footer-links{
        min-height: 130px;
    }
}

@media(min-width: 992px) and (max-width: 1350px){
    #footer .container{
        width: 100% !important;
    }
}

.slides-pagination{
	right: 1.4% !important;
}

.slides-pagination{
	text-align: right !important;
	bottom: 30px !important;
}

.slides-pagination a{
	height: 30px !important;
	width: 30px !important;
	margin: 5px !important;
}

.slides-pagination a img {
	height: 30px !important;
}

.owl-products .item{
    height: 232px;
}

.owl-products .item .product-name{
    font-family: Onok !important;
    font-size: 1.2em !important;
}

.owl-products .item .product-box{
    border: 3px solid #444;
    border-radius: 4px;
    height: 200px;
    position: relative;
}

.owl-products .item img{
    max-height: 100%;
    object-fit: contain;
}

.owl-products .item .product-box .img-vector{
    max-height: 100%;
    position: absolute;
    opacity: 0 !important;
}

/*.owl-products .item:hover .product-box .img-vector{
	opacity: 1 !important;
}

.owl-products .item:hover .product-box .img{
	opacity: 0.5 !important;
}*/

@media(max-width: 602px){
    .owl-products .owl-nav .owl-prev{
        left: -20px !important;
    }

    .owl-products .owl-nav .owl-next{
        right: -20px !important;
    }
}

.owl-products .owl-nav div{
    cursor: pointer;
    position: absolute;
    color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.owl-products .owl-nav a i{
    font-size: 5em;
    color: #444;
}

.owl-products .owl-nav .owl-prev{
  left: -52px;
  top: 45px;
}

.owl-products .owl-nav .owl-next{
    right: -52px;
    top: 45px;
}

.pagination li.active, .pagination li:not(.disabled):hover{
    background-color: #444 !important;
}

.pagination li.active a, .pagination li:not(.disabled):hover a{
    color: white !important;
}

.pagination li{
    width: auto;
    padding: 4px 10px 4px 10px;
}

.pagination li:not(.disabled), .pagination li:not(.disabled) a{
    cursor: pointer;
}

.iconos-footer {
    font-size: 2.1em !important;
    background-color: #E52E1F !important;
    width: 55px;
    height: 55px;
    color: #bdbdbd;
    padding-right: 19px;
    padding-top: 12px;
    border-radius: 50%;
}

.noPadding{
    padding: 0 !important;
}

.noMargin{
    margin: 0 !important;
}

.nowrap{
	white-space: nowrap;
}

@media (max-width: 1000px){
    .sm-block {
        display: block !important;
    }
}

p.option_stamps{
    border: 1px solid #777;
    background: transparent !important;
    color: #444 !important;
    box-shadow: none !important;
    position: relative;
    display: block;
    font-size: 0.9em;
}

p.option_stamps span.more-info{
    position: absolute;
    right: 10px;
    top: 0px;
}

p.no_selected_product{
    background-color: #d5514d !important;
    color: white !important;
}

.tablesorter-pager {
  padding: 5px;
  position:static !important;
  margin-top: 20px !important;
}

/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
  background-color: #e6eeee;
  margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
  margin: 0;
  padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
  display: none;
}

/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.pagesize{
	color: #fff !important;
	background-color: #d5514d !important;
	border: none !important;
	width: 50px;
	display: inline !important;
	margin-left: 10px !important;
}

.nav_pager_style:hover{
	background-color: #fff !important;
	color: #d5514d;
	cursor:pointer !important;
}

.nav_pager_style{
	background-color: #d5514d !important;
	color: #fff;
	font-size: 22px;
	padding: 2px;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* Aviso Legal, Privacidad */
#custom_aviso_legal_content{
    width: 100%;
    height: 80vh;
}

#custom_aviso_legal_content .text-content,
#custom_privacidad_content .text-content,
#custom_condiciones_content .text-content{
    text-align: justify;
}

#custom_aviso_legal_content h1, #custom_privacidad_content h1, #custom_condiciones_content h1, #custom_uso_cookies_content h1{
  color: #444;
  font-size: 2em;
}

#custom_aviso_legal_content .text-content p, #custom_privacidad_content .text-content p, #custom_condiciones_content .text-content p, #custom_uso_cookies_content .text-content p{
  font-size: 1.5em;
  color: #444;
}

#custom_privacidad_content .text-content, #custom_condiciones_content .text-content, #custom_uso_cookies_content .text-content{
  padding-bottom: 50px;
}

#custom_aviso_legal_content .valign-wrapper{
    padding-bottom: 50px;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-punk-customized .tooltipster-box {
	border-color: #d5514d;
	background-color: #444;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-punk-customized .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-punk.tooltipster-punk-customized .tooltipster-arrow-background{
    border-top-color: #d5514d;
}


a.fb-share-button{
    top: -9px;
}

.spinner {
    margin: 20px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #d5514d !important;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

@media(max-width: 993px){
    .btn-floating.btn-large{
        height: 32px !important;
        width: 32px !important;
        line-height: 44px !important;
    }
    .btn-floating.btn-large i {
        line-height: 0;
    }
}

.loader-wheel {
    font-size: 20px; /* change size here */
    position: relative;
    height: 1em;
    width: 1em;
    padding-left: 0.45em;
    overflow: hidden;
    margin: 0 auto;
    animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
    display: block;
    position: absolute;
    height: 0.3em;
    width: 0.1em;
    border-radius: 0.05em;
    background: #333; /* change color here */
    opacity: 0.8;
    transform: rotate(-30deg);
    transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

/* Estilo para banners con imagen de background -> TODO intentar unificarlos */
.media-banner-bgr{
    position: relative;
    width: 100%;
}

.media-banner-bgr .item{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;

}