img { border:0; }

.empty {
	padding:0;
	margin:0;
	line-height:2px;
	font-size:2px;
}
div {
	margin:0;
	padding:0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
/*/////////////*/
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
line-height:20px;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

.fl { float:left}
.fr { float:right}
/*//////////////*/
#layout {
	width:960px;
	text-align: left;
	margin: 0 auto;
}
@media only screen and (max-width: 480px){
    #layout {
    	width:440px;
    	text-align: left;
    	margin: 0 auto;
    }
}
@media only screen and (max-width: 768px){
    #layout {
    	width:720px;
    	text-align: left;
    	margin: 0 auto;
    }
}
/*## head ######################################*/
#containerHead {
    background-image: url(/site/gfx/001.png);
    background-repeat:repeat;
    width: 100%;
}
#containerHead .boygirl {
    background: url(/site/gfx/boygirl.png) no-repeat bottom right;
}
#containerHead .block {
    background-color:#fff;
    padding:15px;
    width:460px;
    border:1px solid #acacac;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 0.8;
}
#containerHead .block .title {
    font-size:18px;
}
#containerHead .block ul {
    margin:10px 0 5px 0;
    padding: 0;
}
#containerHead .block ul li {
    list-style-type: none;
    font-size:14px;
    line-height:30px;
    height:29px;
    background-image:url(/site/gfx/green-arrow.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left: 40px;
    margin-left: 10px;
}
.green {color:#5a9f2c;}
#containerHead .freeTitle {
    font-size:14px;
    color:#6b6b6b;
    margin-bottom:10px;
}
#containerHead a.btn, #containerHead a.btn:hover  {
    width:300px;
    height:46px;
    line-height:46px;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    
    margin-left:30px;
    
    display:block;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    
    text-decoration:none;
    
    border:1px solid #679800;
    
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}
#containerHead a.btn:hover  {
    background: #8fc400; /* Old browsers */
    background: -moz-linear-gradient(top,  #8fc400 0%, #8fc400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#8fc400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8fc400 0%,#8fc400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 ); /* IE6-9 */
}
/*## mid ######################################*/
#containerMid {
    
}
#containerMid .title {
    font-size:26px;
}
#containerMid .subTitle {
    font-size:15px;
    color:#8f8f8f;
}

.team-circle{
	border-radius: 50%;
	border: 10px solid rgba(0,0,0,0.4);
	width: 134px;
	height: 134px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:240px;
	margin: 10px 15px 10px 0;
    float:left;
}
.team-lable{
	display:none;
}
.team-circle:hover .team-lable{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.85em;
	color: white;
	padding: 6px;
	display:block;
	margin: 72% auto;
	width: 100px;
	text-align: center;
	border-radius: 3px;
	background: rgba(0,0,0,0.4);
}
/*## tools ######################################*/
#containerTools {
    background-color:#f2f2f2;
}
#containerTools .title {
    font-size:26px;
}
#containerTools ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
#containerTools ul li, #containerTools ul li:hover {
    width:185px;
    height:180px;
    float:left;
    
    color:#8f8f8f;
    font-size:14px;
    
    margin:0 5px 10px 0;
    
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
#containerTools ul li:hover {
    background-color:#ffffff;
}
#containerTools ul li img {
    width:160px;
    height:130px;
    text-align:center;
    padding: 10px 0 0 0;
}
/*## footer ######################################*/
#containerFooter {
    height:80px;
    background-color:#3e3e3e;
    color:#bdbdbd;
    text-align:center;
    line-height:20px;
}
#containerFooter a, #containerFooter a:hover {
    color:#bdbdbd;
    text-decoration:none;
    padding:0 10px;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height:24px;
    height:24px;
    display:block;
    float:left;
    margin:10px 5px 0 0;
}
#containerFooter a:hover {
    background-color:#5a9f2c;
    color: #fff;
}
/*## tooltip ######################################*/
.tooltip{
	display: inline; 
	position: relative;
}

.tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: -15%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
    margin-bottom:160px;
    
}

.tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
    margin-bottom:160px;
}