#support .by_three {
	text-align:center;	
	box-sizing:border-box;
	width:23.33%;
	/*margin:5%;*/
	padding:2%;
    transition-duration: 0.5s;
    transition-property: *;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: white 0px 2px 4px;
	-moz-box-shadow: white 0px 2px 4px;
	box-shadow: white 0px 2px 4px;
}
#support .by_three:hover {
	/*border:1px solid #e5b143;*//*
	-webkit-box-shadow: #e5b143 0px 2px 4px;
	-moz-box-shadow: #e5b143 0px 2px 4px;
	box-shadow: #e5b143 0px 2px 4px;*/
}
#support .by_three span, #left_col li span {
	color:#000 !important;
    transition-duration: 0.7s;
    transition-property: *;
}
#support .by_three:hover span, #left_col li:hover span, #left_col li.active span {
	color:#3a86b1 !important;
}
#support .by_three img, #left_col img {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    /*-moz-osx-font-smoothing: grayscale;
	-webkit-filter: blur(1px) grayscale(70%);
	-moz-filter: blur(5px) grayscale(70%);
	-ms-filter: blur(5px) grayscale(70%);*/
/*    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transition-duration: 0.5s;
    transition-property: *; */
}
#support .by_three img {
	margin:0 0 15px 0;
}
#support .by_three:hover img {
	margin:0 0 15px 0;
	opacity: .6;
}
#left_col li.active img {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
}
#support .by_three:hover img, #left_col li:hover img {
	-webkit-filter: blur(0) grayscale(0%);
	-moz-filter: blur(0) grayscale(0%);
	-ms-filter: blur(0) grayscale(0%);
	-moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
}

h2, #left_col li:hover, #support .by_three {
	cursor:pointer;	
}

h2 {
	font-size:18px;
	color:#000;
	text-decoration:underline;
	margin:20px 0;
}

.hide {
	display:none;
}
.popUpContent {
	height:auto;
	max-height:5000px;
	padding:10px;
	box-sizing:border-box;
	background-color:#e7e7e9;
	padding:10px;
}
.popUpContent.hide {
	max-height:0px;
}

#left_col {
	float:left;
	box-sizing:border-box;
	width:30%;	
	padding:0 50px 0 0;
}

#left_col ul li {
	overflow:hidden;
	line-height:40px;
	list-style:none;
	margin:10px 0;
	border-bottom:1px solid #e7e7e9;
	padding:10px;
}

#left_col ul li img {
	float:left;
	max-height:40px;
	max-width:40px;	
	margin-right:10px;
}

#right_col {
	float:left;
	padding-top:20px;
	box-sizing:border-box;
	width:70%;	
}
/*# sourceMappingURL=support.css.map */
