@charset "utf-8";
/* CSS Document */


  
    .features-canvas {
	   max-width: 1000px;
	   overflow: hidden;
	   width: 100%;
	   height: auto;
	   border: 0px solid #ccc;
	   }
	   
.features {
	position: relative;
	  width: 10000px;
	  }
	   
   .features > article  {
	    /*display: inline-block;*/
		max-width:900px;
		width: 100%;
		height: 100%;
		}
			  
	.contentarticle {
		display:none;
		padding: 0px;
		box-sizing: border-box;}
		
		
		.contentarticle h2 {
			text-align:center; 
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 10px 0;
			margin-bottom: 20px;
			font-size: 20px;
			color:#666;
			text-transform:uppercase;
			}
		
		
	.nav_features  {
		max-width:1000px;
		width: 100%;
		height: 100%;
		margin-top: 10px;
	}
	
	.features .nav, .nav.nav-pills, .nav_features .nav {
		display: block !important;
		padding: 0;
		}/**/
	   
	.nav_features li {
		display: inline-block !important;
		box-sizing: border-box;
		text-align: center;
		margin: 0 1.5% 3%;
	}
	   
	.nav_features li > a {
		display: block;
		width: 200px;
		height: 200px;
		overflow: hidden;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 100%;
		padding: 0 0px 0px 0px;
		background: #fff;
		text-decoration: none;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		animation: teambutts 3s ease-in both;
		}
		
	.nav_features li > a:hover {border: 1px solid #9c0;}

	
.nav_features a img {height:100%; transition: all 0.5s ease-in-out;}	

.nav_features a:hover img {height:120%; transform: translate(-20px, -20px);}	

.nav_features li > a span {display: table-cell; 
font-weight: bold; position:relative; font-family: 'Amatic SC', cursive; color: #9c0; margin: auto; padding: 5px; width: 150px; height:150px; box-sizing: border-box; font-size: 24px; line-height:30px; transition: all 1s ease-in-out; border-radius: 100px 100px; vertical-align:middle; left: 17%;}

.nav_features li > a:hover span {top: -216px;  background: rgba(255, 255, 255, 0.9);}


.backtonav {	color: #9c0;
	font-weight:600;}
	
.butthide {display:none !important;
/*animation-name:butthide; animation-fill-mode: forwards; */}	

/*@-webkit-keyframes butthide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
	transform: translate3d(-100%, 0, 0);
  }
  
  100% {
    display:none;
  }
}*/

.visible2 {display:block !important;}


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

.nav_features {text-align:center;}

.nav_features, .features > article {max-width: 750px; margin-left: 30px; }

}

@media only screen and (max-width: 780px) {	
.nav_features, .features > article {max-width: 650px; margin-left: 20px; }

}

@media only screen and (max-width: 600px) {	
.nav_features, .features > article {max-width: 500px; margin-left: 0px; }
}

@media only screen and (max-width: 520px) {	
.nav_features, .features > article {max-width: 400px; margin-left: 0px; }

.features > article img {max-width: 100%; }

.nav_features li {
    display: block;
	width: 100%;
}

.nav_features li > a{
    display: block;
    width: 100%;
    height: 80px;
    background: transparent;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 100px;
    animation: none;
}


.nav_features li > a span {
    float: left;
    max-width: 800px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 18px 0px 10px 10px;
    width: auto;
    height: auto;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    transition: none;
    border-radius: 0;
	left: 5px;
}

.nav_features a:hover {border: 1px solid #9c0;}

.nav_features a:active {border: 1px solid #9c0;}
	
.nav_features a img {height:100%;float:left; transition:none;}	


.nav_features a:hover img {height:100%; transform: translate(0px, 0px);}

.nav_features li > a span { float:left;  max-width:800px; margin: 0px; font-family: 'Open Sans', sans-serif; padding: 30px 0px 10px 0px; width: auto; height:auto;  font-weight: normal; font-size: 13px; line-height:20px; transition: none; border-radius: 0;}

.nav_features li > a:hover span, .nav_features li > a:focus span {top: 0;  background: transparent;}	
}

@media only screen and (max-width: 420px) {	
.nav_features, .features > article {max-width: 312px; margin-left: 0px; }
}