.menucontainer {
	height: 100%;
	position: relative;
}

.menucontainer > section {
	min-height: 100%;
	margin: 0 auto;
	padding: 0em;
}

.touch .menucontainer > section {
	padding: 0;
	min-height: 0;
}
#set-9 {
	background: #252525;
}

.divline
{
	display: block;
	width: 70%;
	height: 15px;
	position: absolute;
	top: 115px;
	left: 15%;
	z-index: 0;
	background-color: #0F0F0F;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px inset;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;	
	}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 1.5em 0 1.5em;
}
.blackcircle
{
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:solid 10px #000; 
    width:120px;
    height:120px;  
	top: 15px;
	left: 15px;
	position: absolute; 
	
	box-shadow: inset 1px 1px 2px rgba(255,255,255,0.3), 
              inset 3px 15px 45px rgba(255,255,255,0.1),
              inset -1px -1px 2px rgba(0,0,0,0.5), 
              inset -3px -15px 45px rgba(0,0,0,0.2),
              1px 5px 30px -4px rgba(0,0,0,1);
}
.hi-icon {
	display: inline-block;
	font-size: 11px;
	cursor: pointer;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 15px 40px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #DDB072;
	background-color: #252525;
	
	-moz-box-shadow: 0 0 10px 5px #000;
	-webkit-box-shadow: 0 0 10px 5px#000;
	box-shadow: 0 0 10px 5px #000;		
	}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	speak: none;
	padding: 40px 0 0 0;
	line-height: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


.hi-icon-images:before {
	content: url(../images/luxury.png);

}

.hi-icon-pencil:before {
	content: url(../images/premium.png);
}

.hi-icon-link:before {
	content: url(../images/economy.png);
}

.hi-icon-mail:before {
	content: url(../images/coaches.png);
}

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	
	/*-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;*/
}

.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 5px #DDB072;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	
/*	box-shadow: inset -1px -1px 2px rgba(255,255,255,0.3), 
    inset -5px -15px 40px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(0,0,0,0.5), 
    inset 5px 15px 40px rgba(0,0,0,0.2),
    -2px -40px 50px -20px rgba(255,255,255,0.1),
    2px 35px 50px -10px rgba(0,0,0,0.4),
    0px 0px 25px 8px rgba(60,60,60,1);
*/
}

/* Effect 9a */
.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
}

.no-touch .hi-icon-effect-9a .hi-icon:hover {
	box-shadow: 0 0 0 10px rgba(221,176,114,1);
	color: #FDC26F;
}


@media screen and (max-width: 580px) {

	.hi-icon {
		margin: 15px !important;
	}




.hi-icon {
	width: 150px !important;
	height: 150px !important;
	}
	
	
.blackcircle
{
    border:solid 10px #000 !important; 
    width:120px !important;
    height:120px !important;  
	top: 15px !important;
	left: 15px !important;

}


.hi-icon:before {
	padding: 40px 0 0 0 !important;
}


}
