::-webkit-input-placeholder {
   color: #111; !important;
   font-family: 'MacklinSans-Light';
   opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #111; !important;
   font-family: 'MacklinSans-Light';
   opacity:1;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #111; !important;
   font-family: 'MacklinSans-Light';
   opacity:1;
}
:-ms-input-placeholder {  
   color: #111; !important;
   font-family: 'MacklinSans-Light';
   opacity:1;
}
/* ---------- ACCESS ---------- */

.Page.portal{
	padding-top:170px;
	}
.loginBlock{
	position: relative;
	width: 100%;
	margin-top: 50px;
	display: block;
	z-index: 9999;
	}
.portalLink{
	font-family:inherit;
	color:#222;
	}
.portalContent{
	position:relative;
	background-color:#d5d8ec;
	margin:0px;
	padding-top:2em;
	padding-bottom:3em;
	top:-60px;
	}	
.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;
	}
.clickTxt{
	position:relative;
	color: #111;
	font-family: 'MacklinDisplay-LightItalic';
	font-size:19px;
	padding-bottom:30px;
	text-align:center;
	}
.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: rgba(206, 42, 130, 1);
	}
.portalHeader{
	position:relative;
	z-index:100;
	margin-top:10px;
	padding-left:20px;
	}
.portalHeader.col2{
	color:#000;
	}
.portalHeaderImg{
	position:relative;
	top:-60px;
	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-Medium';
	}
.loginBtn2:hover{
	color:rgba(206, 42, 130, 1);
	}
.logout-btn{
	position: relative;
	text-align: center;
	clear: left;
	font-family: 'MacklinSans-Medium';
	border: 2px solid #222;
	width: 100px;
	height: 30px;
	top: 60px;
	margin:0px auto;
	margin-bottom: 30px;
	}
.logout-btn a{
	font-size:23px;
	color:#222;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	font-family: 'MacklinSans-Medium';
	}
.logout-btn a:hover{
	color:rgba(206, 42, 130, 1);
	}
.block1{
	position:relative;
	display:block;
	overflow:hidden;
	}
.imageContainer{
	background-color:rgba(255, 255, 255, 0);
	}
.shop-item{
	margin:0px;
	padding-bottom:30px;
	}
.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:18px;
	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;
	}
.portalSubHeader{
	position:absolute;
	font-family: 'MacklinSans-Light';
	letter-spacing:0.08em;
	text-transform:uppercase;
	font-size:14px;
	z-index:100;
	margin-top:-9px;
	color:#FFF;
	}
/* ---------- /ACCESS ---------- */

@media(min-width:424px){
.loginBlock{
	width:350px;
	}
.shop-item{
	margin:10%;
	}

}
@media(min-width:544px){
.portalHeaderImg {
    top: -80px;
	}
.portalContent{
	top:-80px;
	}	
.portalSubHeader{
	color:#000;
	font-size:19px;
	}
}
@media(min-width:768px){
.shop-item{
	margin:0px;
	}
.clickTxt{
	font-size:24px;
	text-align:left;
	padding-left:15px;
	}
.logout-btn {
	margin-left:15px;
	}

}
@media(min-width:824px){

}
@media(min-width:1084px){
.loginBlock{
	margin-left: 180px;	
	}
.portalHeader {
    padding-left:150px;
	}
.portalHeaderImg {
   top: -100px;
	}
.portalContent{
	top:-100px;
	padding-right: 150px;
	}
.clickTxt {
	padding-left:0px;
	}
.logout-btn {
	margin-left:0px;
	}

}
@media(min-width:1250px){

}
