/* CSS Document */

.container-blur {
	display: block;
}

.container-blur {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9990;
	background: rgba(0,0,0,0.6);
	display: none;
}

.blur {
	-webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-o-filter: blur(5px);
  	-ms-filter: blur(5px);
	filter: blur(5px);
}

tbody {
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.blur-search-box {
	position: fixed;
    left: 50%;
    top: 50%;
    width: 50vw;
    height: 5vw;
    background: #fff;
    margin-left: -25vw!important;
    margin-top: -2.5vw!important;
    border-radius: 2px;
	z-index: 9991;
}

.blur-input {
	border: none;
    height: 5vw;
    font-size: 2vw;
    padding: 1vw 2vw;
    font-weight: 300;
    width: 100%;
    border-radius: 2px;
}

.blur-search-button {
	width: 5vw;
}

.blur-email-button {
	width: 5vw;
}

.blur-search-button input{
	width: 5vw;
	background: url(../images/search-big.png);
    height: 5vw;
    right: 0;
    top: 0;
    border: none;
    text-indent: -100vw;
    background-size: 3vw 3vw;
    background-repeat: no-repeat;
    background-position: center;
	transition: 0.2s all ease-in-out;
	-webkit-appearance: button;
    cursor: pointer;
}

.blur-email-button input{
	width: 5vw;
	background: url(../images/mail.png);
    height: 5vw;
    right: 0;
    top: 0;
    border: none;
    text-indent: -100vw;
    background-size: 3vw 3vw;
    background-repeat: no-repeat;
    background-position: center;
	transition: 0.2s all ease-in-out;
	-webkit-appearance: button;
    cursor: pointer;
}

.container-blur-email {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9990;
	background: rgba(0,0,0,0.6);
	display: none;
}

.blur-input-email {
	border: none;
    height: 5vw;
    font-size: 2vw;
    padding: 1vw 2vw;
    font-weight: 300;
    width: 100%;
    border-radius: 2px;
}