.hb8{
	background-image:url(../../images/headers/header-banner-privacy-policy-xs.webp);
	}
::-webkit-input-placeholder {
   color: #111 !important;
   opacity:1;
	}
:-moz-placeholder { /* Firefox 18- */
   color: #111 !important;
   opacity:1;
	}
::-moz-placeholder {  /* Firefox 19+ */
   color: #111 !important; 
   opacity:1;
	}
:-ms-input-placeholder {  
   color: #111 !important;
   opacity:1;
	}
/* ---------- ACCESS ---------- */

.Page.portal{
	padding-top:170px;
	}
.loginBlock{
	position: relative;
	width: 100%;
	margin-top: 50px;
	display: block;
	z-index: 9999;
	}
.bodyText.block1{
    padding-left: 10px;
    padding-right: 10px;
}
.portal-block{
    padding-bottom: 72px;
    }
.portal-block .col-xs-6{
    padding: 0px 5px;
}
.portalLink{
	font-family:inherit;
	color:#222;
	}	
.portalLink:hover{
	color:#FFF;
	}
.formBlock.Portal{
	padding:0px 0px 0px 0px;
	}
.Portal .formElement {
    width: 100%;
	}
.Portal label{
	text-align: left;
	padding: 2px 5px 8px 0px;
	font-size: 18px;
	line-height: 24px;
	color:#111;
	-webkit-appearance: none;
	}
.Portal input{
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	height: 30px;
	width: 100%;
	text-align: left;
	padding: 2px 5px 8px 0px;
	font-size: 18px;
	line-height: 24px;
	color: #111;
	-webkit-appearance: none;
	background-color: transparent;
	border-bottom: 2px #111 solid;
	border-radius: 0px;
	}
.Portal .formRow.fullrow {
    width: 100%;
    position: relative;
    height: auto;
	text-align:center;
	}
.formRow.access input[type="submit"]:hover {
    color: #e90000;
	}
.portalHeader{
	font-size: 24px;
	color:#222;
	width:100%;
	}
.loginBtn2{
	position: relative;
	border: none !important;
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	height: auto;
	padding: 0px;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
	font-size: 27px !important;
	line-height: 27px !important;
	color: #111;
	text-align: left;
	text-transform: uppercase;
	font-family: 'MacklinSans-Bold';
	}
.loginBtn2:hover{
	color:rgba(230, 0, 0, 1);
	}
.logout-btn{
	width: 71px;
    padding: 6px 6px 4px 6px;
    margin: 0px 15px;
    border: 2px solid #111;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
	}
.logout-btn:hover {
    color: #FFF;
    background-color: #111;
}
.imageContainer{
	background-color:rgba(255, 255, 255, 0);
	}
.shop-item{
	margin:0px auto;
    position: relative !important;
    padding-bottom: 30px;
	}
.shop-item.adj-1{
    bottom: 100%;
    transform: translateY(70.5%);
    }
.shop-item.adj-2{
    bottom: 100%;
    transform: translateY(100.7%);
    }
.shop-item.adj-3{
    bottom: 100%;
    transform: translateY(20.1%);
    }
.shop-item img{
    border: 1px solid #C1C1C1;
	}
.shop-item .text{
	position:relative;
	padding-top:14px;
	text-align:center;
	font-size:17px;
	line-height:23px;
	}
.shop-item .text .number{
	position:relative;
	font-size:16px;
	line-height:22px;
	color:#222;
	height:auto;
	text-align:inherit;
	}
.shop-item .text .description{
	position:relative;
	font-size:17px;
	padding-top:8px;
	color:#222;
	}
.shop-item .text .description .Big{
	position:relative;
	font-size:14px;
	line-height:18px;
	padding-bottom:7px;
	}




.formBlock {
    position: relative;
    width: 100%;
    margin-top: 50px;
    display: block;
    z-index: 9999;
    }
form {
    height: auto;
    margin: 0px auto;
    position: relative;
    }
.formRow.input {
    position: relative;
    height: auto;
    margin: 16px 0px 19px 0px !important;
    background-color: rgba(210, 177, 141, 0);
    border-radius: 0px;
}
.formRow.input input {
    border: none;
    height: 30px;
    width: 100%;
    text-align: left;
    padding: 2px 5px 8px 0px;
    font-size: 21px;
    line-height: 27px;
    color: #111;
    -webkit-appearance: none;
    background-color: transparent;
    border-bottom: 2px #111 solid;
    border-radius: 0px;
    font-weight: 300;
}
/* ---------- /ACCESS ---------- */
@media only screen and (min-width:484px){
.no-webp .hb8{
	background-image:url(../../images/header-banner-privacy-policy-sm.jpg);
	}
.webp .hb8{
	background-image:url(../../images/header-banner-privacy-policy-sm.webp);
	}
.bodyText.block1 {
    padding: 30px 0px 30px 0px;
}
.portal-block .col-xs-6{
    padding-right: 15px;
    padding-left: 15px;
    }
}
@media(min-width:768px){
.no-webp .hb8{
	background-image:url(../../images/header-banner-privacy-policy-md.jpg);
	}
.webp .hb8{
	background-image:url(../../images/header-banner-privacy-policy-md.webp);
	}
.formBlock {
    width: 484px;
    }
}
@media only screen and (min-width:1200px){
.no-webp .hb8{
	background-image:url(../../images/header-banner-privacy-policy.jpg);
	}
.webp .hb8{
	background-image:url(../../images/header-banner-privacy-policy.webp);
	}  
}