.met_color {color : #63C6AE;}
.met_color2{color: #656C6E;}
.met_hover_color:hover{color : #63C6AE;}

::selection{
	background: #63C6AE;
	color: #FFFFFF;
}

.met_bgcolor {background-color : #63C6AE;}
.met_hover_bgcolor:hover {background-color : #63C6AE;}

.met_transition{
	-webkit-transition : all ease-out 0.4s;
	-moz-transition    : all ease-out 0.4s;
	-ms-transition     : all ease-out 0.4s;
	-o-transition      : all ease-out 0.4s;
}

.met_transition:hover{text-decoration: none}

.met_color_transition {
	-webkit-transition : color ease-out 0.4s;
	-moz-transition    : color ease-out 0.4s;
	-ms-transition     : color ease-out 0.4s;
	-o-transition      : color ease-out 0.4s;
}

.met_color_transition:hover {
	color           : #63C6AE!important;
	text-decoration : none;
}

.met_bgcolor_transition {
	-webkit-transition : background-color ease-out 0.4s;
	-moz-transition    : background-color ease-out 0.4s;
	-ms-transition     : background-color ease-out 0.4s;
	-o-transition      : background-color ease-out 0.4s;
}

.met_bgcolor_transition:hover {
	background-color : #63C6AE!important;
}

.met_hover_underline:hover{text-decoration: underline; cursor: pointer}

:focus {outline : none;}

:active {outline : none;}

:-o-any-link:focus {outline : none;}

::-moz-focus-inner {border : 0;}

::-o-focus-inner {border : 0;}

.met_bgcolor_transition:hover a {text-decoration : none;}

.met_page_wrapper {
	background-color : #FFFFFF;
	overflow         : hidden;
	position         : relative;
	z-index          : 3;
}

.met_page_wrapper.met_boxed_layout {
	margin        : 20px auto;
	width         : 1230px;
	box-shadow    : 0 0 5px #27313D;
	padding-right : 0;
	position      : relative;
	overflow      : visible;
}

.met_boxed_layout .met_content {
	width        : auto;
	margin-left  : 30px;
	margin-right : 30px;
}

.met_boxed_layout header.met_content{
	margin-left  : 0;
	margin-right : 0;
}

.met_content {
	width    : 1170px;
	margin   : 0 auto;
	position : relative;
	z-index  : 3;
}

.met_clean_list,
.met_clean_list li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.met_list_margins li{
	margin-bottom: 12px;
}

.met_vcenter{
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -ms-box;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	display: box;
	box-pack: center;
	box-align: center;
}

.met_textcenter{
	text-align: center;
}

.met_split_120{height: 120px;}
.met_split_90{height: 90px;}
.met_split_70{height: 70px;}
.met_split_60{height: 60px;}
.met_split_50{height: 50px;}
.met_split_40{height: 40px;}
.met_split_30{height: 30px;}
.met_split_20{height: 20px;}
.met_split_10{height: 10px;}


.met_project_preview img{
	max-width: 100%;
}

.met_short_split{
	width: 159px;
	height: 1px;
	position: relative;
	margin-bottom: 15px;
	background-color: #E1E1E1;
}

.met_short_split:before{
	display: block;
	position: absolute;
	font-family: 'FontAwesome';
	content: '\F111';
	left: 0;
	top: -2.6px;
	font-size: 6px;
	color: #E1E1E1;
}

.met_dotted_list li{
	padding-left: 15px;
	position: relative;
	font-size: 14px;
	color: #878787;
	margin-bottom: 10px;
}

.met_dotted_list li:before{
	display: block;
	position: absolute;
	font-family: 'FontAwesome';
	content: '\F111';
	left: 0;
	top: 28%;
	font-size: 6px;
	color: #656565;
}

#met_fullScreenImg {
	position : fixed;
	z-index  : -1;
	top: 0;
}

.met_mw_100{max-width: 100%}

/*-------------------------------
	Balls
 ------------------------------*/
.met_ball{
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	position: relative;
	float: left;
	background-color: #798D8E;
	margin-right: 55px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.met_ball:before{
	position: absolute;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 19px;
	background-color: #798D8E;
	color: #FFFFFF;
	font-family: 'FontAwesome';
	content: '\F067';
	display: block;
	left: -38px;
	top: 41px;
	border-radius: 100%;
	font-size: 10px;
}

.met_ball:first-child:before{display: none}

.met_ball:last-child:before{
	background-color: #2ABFD9;
	content: '=';
}

.met_ball:last-child{
	background-color: #2ABFD9;
	margin-right: 0;
}

.met_ball span{
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	text-align: center;
	z-index: 2;
}

.met_ball:hover{
	background-color: #2ABFD9;
	cursor: default;
}

.met_ball:after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 100%;
	display: block;
	content: '';
	background-color: #1C90A4;
	z-index: 1;

	opacity            : 1;
	visibility         : visible;
	-ms-filter         : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter             : alpha(opacity=100);

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.met_ball:hover:after{
	-webkit-transform: scale(1.3);

	opacity            : 0;
	visibility         : hidden;
	-ms-filter         : "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter             : alpha(opacity=0);
}

.met_ball:last-child:after{display: none;}