.block-strong-header ul li{
	list-style:none;
	padding:0;
	margin:0;

}
.strong-header-environment{
	width:100%;
	height:40px;
	font-size:2em;
	font-weight:600;
	color:#fff;
}
.strong-header-environment .environment-local{
	background-color:#0081c6;
}
.strong-header-environment .environment-dev{
	background-color:#ed1849;
}
.strong-header-environment .environment-staging{
	background-color:#6db33f;
}

.header-visitor-information-menu{
	display:none;

}

.header-icon-area ul li{
	display:inline-block;
}
.header-ticket-area{
	/*max-width:21%;*/
}
.header-ticket-area ul{
	width:100%;
	margin:0;
	padding:0;
}
.header-ticket-area ul li{
	text-align:center;
	margin:0;
	padding:0 19px 0 19px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #fff;
	height:45px;
	width:220px;
    background-color:#ededed;
    font-size:1.1em;
	/*background-color:#0081c6;
	border:2px solid #ededed;
	box-shadow: 2px 2px 10px rgba(0,0,0,.4);
	margin-top:15px;*/
	margin-left:auto;
	margin-right:auto;
}
.header-ticket-area ul li:first-child{
	background:url('../icons/ticket-300.png') no-repeat;
	font-size:3em;
	font-weight:600;
	height:75px;
	width:300px;
	border:0;
	box-shadow:none;
	margin-top:0;
    padding:0;
}
.header-ticket-area ul li:nth-child(2){
    padding-top:20px;
}

.header-ticket-area ul li:nth-child(3){
    padding-top:20px;
    padding-bottom:20px;
}
.header-ticket-area a{
	color:#000;;
	position:relative;
	/*top:12px;*/
}
.header-ticket-area ul li:first-child a{
	top:24px;
    color:#fff;
}
.header-ticket-area ul li:first-child a:hover{
	text-decoration:none;
}


@media screen and (min-width:780px){


	.header-ticket-area ul li{
		/*width:206px;
		height:55px;*/
        width:115px;
        padding:0 7px 0 7px;
		position:absolute;
		left:-17px;
        top:60px;
        font-size:.8em;
        line-height:1.2em;
        border-bottom:1px solid #ccc;
    }
    .header-ticket-area ul li:nth-child(3){
        top:106px;
    }
	.header-ticket-area ul li:first-child{
		background:url('../icons/ticket-150.png') no-repeat;
		width:150px;
		height:60px;
		font-size:2em;
        float:none;
        text-align:center;
        line-height:.7em;
        position:relative;
        left:-26px;
        top:0;

	}
  .header-ticket-area ul li:first-child a:hover{
    color: #fee539;
  }
	.header-ticket-area ul li:nth-child(2){
        padding-top:0;
    }

    .header-ticket-area ul li:nth-child(3){
        padding-top:0;
        padding-bottom:0;
    }
	.header-ticket-area a{
		top:8px;
	}

	.header-ticket-area ul li:first-child a{
		top:18px;
	}


}
@media screen and (min-width:960px){

}
@media screen and (min-width:1200px){

}
