/*******price*******/ 
.price-table:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.price-table {
	display:inline-block;
}
.price-table {
	display:block;
}
.price-table {
	padding:28px 0px 28px 0px;
}
.price-table [class*="span"]{
	margin-bottom:15px;
}

.price-table .col {
	float:left;
	text-align:center;
	margin-bottom:10px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table.col2 .col {
	width:50%;
}
.price-table.col3 .col {
	width:33.3333%;
}
.price-table.col4 .col {
	width:25%;
}
.price-table.col5 .col {
	width:20%;
}
*+html .price-table.col2 .col {
	width:49.9%;
}
*+html .price-table.col3 .col {
	width:33.33%;
}
*+html .price-table.col4 .col {
	width:24.9%;
}
*+html .price-table.col5 .col {
	width:19.9%;
}
.price-table .col:hover {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.15);
}
.price-table .col.best_value {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;                    /* For Latest Opera */
	margin-top:-38px;
}
.price-table .col.best_value .price_title {
	padding-top:30px;
	padding-bottom:26px;
	background:none;
	color:#FFF !important;
}
.price-table .col.best_value .price_title h2 {
	color:#FFF !important;
}
.price-table .col.best_value .price_holder {
	padding-bottom:22px;
}
.price_title {
	color:#444444;
	border:1px solid #e2e2e2;
	padding-top:15px;
	padding-bottom:11px;
	padding-left:10px;
	padding-right:10px;
	font-size:22px;
	position:relative;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table .price_title h2 {
	margin:0px;
	font-weight:normal;
}
.price-table .col:hover .price_title {
}
.price-table .col:nth-of-type(2n+1) .price_title {
}
.price-table .col:first-child .price_holder {
	margin-left:0px;
}
.price-table .price_holder {
	border:1px solid #E4E4E4;
	margin:0 0 0 -1px;
	min-height:300px;
	padding-bottom:12px;
}
.price-table .col:hover .price_holder {
}
.price-table .price_box {
	color:#444444;
	padding:40px 0;
}
.price-table .sup {
	font-size:40px;	
	vertical-align:top;
	line-height:40px
}
.price-table .price {
	font-size: 40px;
	font-weight: bold;
	line-height:40px
}
.price-table .price_holder ul {
	margin:0px 0px 13px 0px;
	padding:0px;
	border-bottom:1px solid #e2e2e2;
}
.price-table .price_holder ul li {
	list-style:none;
	border-top:1px solid #e2e2e2;
	padding: 12px 0;	
}
.price-table .btn {
	border:none;
	background:transparent;
	color:#FFF !important;
	text-shadow:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:5px 20px;
	transition: 				 all ease-in 200ms !important;
	-moz-transition:		 all ease-in 200ms !important; /* Firefox 4 */
	-webkit-transition:  all ease-in 200ms !important; /* Safari and Chrome */
	-o-transition: 			 all ease-in 200ms !important; /* Opera */
	-ms-transition:			 all ease-in 200ms !important; /* IE9? */
	
}
.price-table .btn:hover {
	background-color:#525252;
}
.price-table a.btn {
	color:#FFF;
	margin-top:10px;
	position:relative;
	font-size:15px;
}

.price-table [class*="span"]{
	margin-bottom:15px;
}

.price-table2 .price_title{
	color:#FFF;
	padding:20px 0px 50px
} 
.price-table2 > div{
   margin-bottom:20px;}  
.price-table2 .price_title h2{
	color:#FFF;
	text-align:center;
	font-size:20px;
}

.price-table2 .price_box{
	height:53px;
	padding:35px 0 !important;
	width:123px;
	margin:-40px auto 10px;
	position:relative;
	border:5px solid #FFF; 
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#FFF;
	text-align:center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.price-table2 .price_holder ul li{
	text-align:center;
}
.price-table2 .price_holder{
	border-top:none;
	text-align:center;
}
.price-table2 .btn {
	background:url(images/but_bg.png) repeat-x left bottom;
	padding:10px 25px;
	margin-bottom:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px !important; 
	color:#ffffff !important;
}
.price-table2 .btn:hover {
	background:url(images/but_bg.png) repeat-x left bottom #525252;
}
.price-table2 .unit{
	font-size:20px;
}
.price-table2 .best_value {
	margin-top:-20px ;
	margin-bottom:-20px ;
}
.price-table2 .best_value .price_title{
	padding:30px 0px 60px;

}
.price-table2 .best_value .price_holder .btn{
	margin:10px 0px 30px;
}

.price-table3 .price_title{
	background-color:#2c3433;
	border:none;
}
.price-table3 .price_title h2 {
	text-align:center;
	color:#FFF;
	font-size:26px;
	padding:25px 0px 6px;
}
.price-table3 .price_box{
	text-align:center;
	padding:15px 0px 30px;
}
.price-table3 .price_box .sup,
.price-table3 .price_box .price,
.price-table3 .price_box .unit{
	vertical-align:bottom;
	line-height:normal!important;
	color:#FFF;
	font-size:26px;
}
.price-table3 .price_box .price{
	font-size:50px;
	font-weight:bold;
	line-height:1!important;
	padding:0px 3px;
}
.price-table3 .price_holder{
	border:1px solid #ededed;
	margin:0px;
	padding:0px 14px;
	text-align:center;
}
.price-table3 .price_holder dt{
	border-bottom:1px solid #ededed;
	padding:25px 0;
	font-size:22px;
	color:#818181;
}
.price-table3 .price_holder dd{
	line-height:2;
	padding:20px 0px;
	margin:0;
	color:#808080;
	text-align:left;
}
.price-table3 .price_holder .btn{
	margin:auto;
	background:#2c3433;
	padding:15px 40px;
	font-size:20px;
}

.price-table3 .price_holder .btn:hover {
	background:#00bfa7;
}
.price-table3 .best_value .price_title,
.price-table3 .best_value .price_holder .btn{
	background:#00bfa7;
}
.price-table3 .color_1 .price_title,
.price-table3 .color_1 .price_holder .btn{
	background:#7a6bbc;
}
.price-table3 .color_2 .price_title,
.price-table3 .color_2 .price_holder .btn{
	background:#93c650;
}

.price-table3 .color_3 .price_title,
.price-table3 .color_3 .price_holder .btn{
	background:#ff803f;
}

.price-table3 .color_4 .price_title,
.price-table3 .color_4 .price_holder .btn{
	background:#febf0f;
}

.price-table3 .color_1 .price_holder .btn:hover,
.price-table3 .color_2 .price_holder .btn:hover,
.price-table3 .color_3 .price_holder .btn:hover,
.price-table3 .color_4 .price_holder .btn:hover{
	background:#2c3433;
}


.price-table4 .price_title{
	border:none;
	text-align:center;
	padding:25px 0px;
	font-size:14px;
	font-style:italic;
	color:#ffffff;
	border:none;
	margin:0 ;
}
.price-table4  .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0 ; 
	-moz-border-radius:		3px 3px 0 0 ;
	-webkit-border-radius:	3px 3px 0 0 ;
	overflow:hidden;
	max-width:800px;
}

.price-table4 .price_title h2{
	font-size:26px;
	color:#FFF;
	margin-bottom:3px;
	font-style:normal;
}
.price-table4 .price_holder{
	text-align:center;
	border:none;
	margin:0px;
	padding-bottom:30px;
}
.price-table4 .price_box {
	background:url(images/price-table4_bg.png) no-repeat bottom center;
	color:#FFF;
	position:relative;
	padding:25px 0px 30px;
	margin:0 0 20px;
}
.price-table4 .price_box .sup {
	font-size:22px;
}
.price-table4 .price_box .price{
	font-size:50px;
	font-weight:bold;
}
.price-table4 .price_box .unit{
	display:block;
	text-align:center;
	font-size:16px;
}
.price-table4 .price_holder ul{
	border-bottom:1px solid #f2f2f2;
	margin-bottom:20px;
}
.price-table4 .price_holder ul li{
	border-top:1px solid #f2f2f2;
	color:#b3b3b3;
}
.price-table4 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table4 a.btn{
	padding:10px 24px;
	font-size:14px;
	background:url(images/opacity_20_0.png) repeat-x left bottom;
	background-size:auto 3px;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

.price-table4 .color_1 .price_title{background-color:#81bc34;}
.price-table4 .color_1 .price_box{background-color:#88c637;}
.price-table4 .color_2 .price_title{background-color:#41a1d2;}
.price-table4 .color_2 .price_box{background-color:#45aadd;}
.price-table4 .color_3 .price_title{background-color:#41d293;}
.price-table4 .color_3 .price_box{background-color:#45dd9b;}
.price-table4 .color_4 .price_title{background-color:#d2a741;}
.price-table4 .color_4 .price_box{background-color:#ddb045;}

.price-table5 .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0;
	-moz-border-radius:		3px 3px 0 0;
	-webkit-border-radius:	3px 3px 0 0;
	overflow:hidden;
}
.price-table5 .price_title {
	background-color:#f9f9f9;
	border:none;
	text-align:center;
	padding:30px 0;
}
.price-table5 .price_title h2{
	font-size:26px;
	color:#a6a6a6;
	font-weight:bold;
}
.price-table5 .price_holder {
	border:none;
	margin:0;
	padding:0;
	text-align:center;
}
.price-table5 .price_box {
	text-align:center;
	color:#2c3433;
}

.price-table5 .price_box .sup,
.price-table5 .price_box .price,
.price-table5 .price_box .unit{
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.price-table5 .price_box .sup {
	font-size:22px;
}
.price-table5 .price_box .price{
	font-size:50px;
	font-weight:bold;
}
.price-table5 .price_box .unit{
	display:block;
	text-align:center;
	font-size:16px;
}
.price-table5 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table5 .price_holder ul li{
	border-top:none;
	color:#8f9394;
}
.price-table5 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table5 .price_holder a.btn{
	width:100%;
	padding:15px 0;
	background-color:#2c3433;
	margin:0;
}
.price-table5 .price_holder a.btn:hover{
	background-color:#00bfa7;
}

.price-table5 .best_value .price_box{
	color:#00bfa7;
}
.price-table5 .best_value .price_holder a.btn{
	background-color:#00bfa7;
}

.price-table5 .price_border:hover .price_box{
	color:#00bfa7;
}
.price-table5 .price_border:hover .price_holder a.btn{
	background-color:#00bfa7;
}

.price-table6 .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0;
	-moz-border-radius:		3px 3px 0 0;
	-webkit-border-radius:	3px 3px 0 0;
	overflow:hidden;
}
.price-table6 .price_title{
	border:none;
	font-size:26px;
	text-align:center;
}
.price-table6 .price_title h2{
	color:#a6a6a6;
}
.price-table6 .price_holder{
	border:none;
	text-align:center;
	padding-bottom:0;
}
.price-table6 .price_box{
	border:5px solid #000;
	width:118px;
	height:118px;
	margin:auto auto 15px;
	padding:0;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
}
.price-table6 .price_box .sup {
	padding-top:20px;
	display:inline-block;
	font-size:22px;
}
.price-table6 .price_box .price{
	padding-top:20px;
	display:inline-block;
	font-size:53px;
}
*+html .price-table6 .price_box .sup ,
*+html .price-table6 .price_box .price{
	display:inline;
}
.price-table6 .price_box .unit{
	display:block;
	font-size:15px;
}
.price-table6 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table6 .price_holder ul li{
	border-top:none;
	color:#8f9394;
}
.price-table6 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table6 .price_holder a.btn{
	width:100%;
	padding:15px 0;
	background-color:#2c3433;
	margin:0;
	font-weight:bold;
	font-size:14px;
}

.price-table6 .color_1 .price_box{
	border:5px solid #88c637;
	color:#88c637;
}
.price-table6 .color_1 .price_holder a.btn{
	background-color:#88c637;
}
.price-table6 .color_2 .price_box{
	border:5px solid #45aadd;
	color:#45aadd;
}
.price-table6 .color_2 .price_holder a.btn{
	background-color:#45aadd;
}

.price-table6 .color_3 .price_box{
	border:5px solid #45dd9b;
	color:#45dd9b;
}
.price-table6 .color_3 .price_holder a.btn{
	background-color:#45dd9b;
}

.price-table6 .color_4 .price_box{
	border:5px solid #ddb045;
	color:#ddb045;
}
.price-table6 .color_4 .price_holder a.btn{
	background-color:#ddb045;
}
.price-table7{
  text-align:center;}

.price-table7 > div > .price_border{
   border:1px solid #e2e2e2;
   border-top:3px solid #00bfa7;
      transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	margin-bottom:20px;
 }
 .price-table7 > div > .price_border:hover{
   border:1px solid #00bfa7;
   border-top:3px solid #00bfa7;}
.price-table7.price-table .price_holder{
   border:none;
   border-top:none;
   padding-bottom:40px;}
  
.price-table7 .price_title{
  border:none;
  text-align:center;
  border-bottom:none;
  padding:40px 10px 0;}
  
.price-table7.price-table .price_title h2{
  margin:35px 0 25px;
  color:#333333;
  font-weight:normal;
  }  
.price-table7 .price_title span{
  width:80px;
  height:80px;
  text-align:center;
  line-height:80px;
  margin:0 auto;
  background:#00bfa7;
  color:#fff;
  -moz-border-radius:50%;
	border-radius:50%;
	-webkit-border-radius:50%;
	font-size:30px;
  }
.price-table7.price-table .price_box{
   padding:0 20px 15px;
   }  
.price-table7.price-table .price_holder ul li{
  border:none;
  padding:10px 0;
  text-align:left;}
.price-table7.price-table .price_holder ul{
  border:none;
  display:inline-block;}
.price-table7.price-table .price_holder ul li span{
  color:#00bfa7;
  padding:0 20px 0 0;}
  
.price-table7.price-table .btn{
 padding:10px 20px;
 -moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;}
.price-table8 .price_title{
	color:#FFF;
	padding:20px 0;
	background:#282828;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	border:none;	
}
.price-table8_hover .price_title:hover{
    background:#00bfa7;
}
.price-table8_hover .price_box:hover{
   color:#00bfa7;
}
.price-table8 .price_title h2{
	color:#FFF;
	text-align:center;
	font-size:20px;
}

.price-table8 .price_box{
	color:#282828;
	text-align:center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	padding:50px 0;
}
.price-table8 .price_holder ul li{
	text-align:center;
}
.price-table8 .price_holder ul li span{  
	background:url(images/home7_icon.png) no-repeat left center;
	width:15px;
	height:12px;
	display:inline-block;
	margin:0 5px 0 0;}
.price-table8 .price_holder{
	border-top:none;
	text-align:center;
	margin:0;}
.price-table8 .btn {	
	padding:12px 30px;
	margin-bottom:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px !important; 
	color:#00bfa7 !important;
	background:none!important;
	border:1px solid #00bfa7;
}
.price-table8 .btn:hover {
	background:#00bfa7!important;
	color:#fff !important;
}
.price-table8 .unit{
	font-size:14px;
	color:#666666;
	display:block;
	font-weight:normal;
}
.price-table8 .best_value {
	margin-top:-20px ;
	margin-bottom:-20px ;
}
.price-table8 .best_value .price_title{
	padding:30px 0px 60px;

}
.price-table8 .best_value .price_holder .btn{
	margin:10px 0px 30px;
}
.price-table9 .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0;
	-moz-border-radius:		3px 3px 0 0;
	-webkit-border-radius:	3px 3px 0 0;
	overflow:hidden;
	margin-bottom:20px;
}
.price-table9 .price_title {
	background-color:#282828;
	border:none;
	text-align:center;
	padding:20px 0;
}
.price-table9 .price_title h2{
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.price-table9 .price_holder {
	border:none;
	margin:0;
	padding:0;
	text-align:center;
}
.price-table9 .price_box {
	text-align:center;
	color:#2c3433;
}

.price-table9 .price_box .sup,
.price-table9 .price_box .price,
.price-table9 .price_box .unit{
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.price-table9 .price_box .sup {
	font-size:40px;
}
.price-table9 .price_box .price{
	font-size:40px;
	font-weight:bold;
}
.price-table9 .price_box .unit{
	display:block;
	text-align:center;
	font-size:14px;
}
.price-table9 .price_holder ul{	
	margin-bottom:0px;
}
.price-table9 .price_holder ul li {
	list-style:none;
	border-top:1px solid #e2e2e2;
	padding: 15px 0;
	text-align:center;
	
}
.price-table9 .price_holder ul li{
	color:#8f9394;
}
.price-table9 .price_holder ul li span{  
	/*background:url(images/home7_icon.png) no-repeat left center;
	width:15px;
	height:12px;
	display:inline-block;
	margin:0 5px 0 0;*/
	font-size: 15px;
	color: #00bfa7;
	margin: 0 5px 0 0;}
.price-table9 .price_holder ul li:nth-child(odd){	
}
.price-table9 .price_holder a.btn{	
	margin:30px 0;;
	padding:12px 30px;	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px;
	border:1px solid #00bfa7;
	background:none!important;
	color:#00bfa7!important;
	text-transform:inherit;
	
}
.price-table9 .price_holder a.btn:hover{
	background-color:#00bfa7;
}

.price-table9 .best_value .price_box{
	color:#00bfa7;
}
.price-table9 .best_value .price_holder a.btn{
	background-color:#00bfa7;
}

.price-table9 .price_border:hover .price_box{
	color:#00bfa7;
}
.price-table9 .price_border:hover .price_holder a.btn{
	 background-color:#00bfa7!important;
	 color:#fff!important;
}
.price-table9 .price_border:hover .price_title {
      background-color:#00bfa7
}
	
 @media (min-width: 768px) and (max-width: 979px) {
.price-table1 [class*="span"],
.price-table2 [class*="span"],
.price-table3 [class*="span"],
.price-table4 [class*="span"],
.price-table5 [class*="span"],
.price-table6 [class*="span"]{
		width:48%;
		margin:0 1% 8px!important;
	}

 }
 @media (max-width: 767px) {
	/*price*/	
	.price-table.col2 .col, 
	.price-table.col3 .col, 
	.price-table.col4 .col, 
	.price-table.col5 .col {
		width:50%;
	}
	.price-table .col.best_value {
		margin-top:0px;
	}
	.price-table .col.best_value .price_title {
		padding-top:15px;
		padding-bottom:11px;
	}
	.price-table .col.best_value .price_holder {
		padding-bottom:12px;
	}
	.price_content {
		margin-bottom:20px;
	}
	.price-table .best_value{
		margin-top:0px !important;
		margin-bottom:15px !important;
	}
 }
 /*chart*/
.chart_list {
	text-align:center;
}

.chart_list_bg {
    background:#fff;
    border-radius: 50%;
    height: 160px;
    line-height: 160px;
    margin: 0 auto 10px auto;;
    padding: 10px 0 0;
    width: 160px;
}
.chart_list .percentage {
	position:relative;
	margin:auto auto 8px;
	width:140px;
	height:140px;
	line-height:140px;
	color:#00bfa7;
}
.chart_list .percentage .percentage_inner {
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width:100%;
	font-size:28px;
}
.chart_list2 {
	text-align:center;
}
.chart_list2 .percentage2 {
	position:relative;
	margin:auto auto 8px;
	width:140px;
	height:140px;
	line-height:140px;
	color:#00bfa7;
}
.chart_list2 .percentage2 .percentage_inner {
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width:100%;
	font-size:28px;
	background:url(images/percentage_bg.png) no-repeat center center;
	background-size:contain;
	padding:1px;
	margin:-1px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.chart_list_3 {
	text-align: center;
	color:#01b7a0;
}
.chart_list_3 .percentage1 {
	position: relative;
	margin: 0 auto 20px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	color:#00bfa7;
}
.chart_list_3 .percentage1 .percentage_inner {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height:100%;
	font-size: 30px;
	font-weight:bold;
	background:url(images/home2_01.png) no-repeat center center;
}

.chart_list_3 h2{
   font-size:15px; 
   color:#00bfa7;
   margin:20px 0 15px 0;}
   
.chart_list_3 p{
   color:#fff;
   margin:0 0 15px 0;}
   
.chart_list4  {
	text-align: center;
	color:#01b7a0;
}
.chart_list4 > div{
   padding-bottom:20px;}
.chart_list4 .percentage2 {
	position: relative;
	margin: 0 auto 20px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	color:#12b5a0;
}
.chart_list4 .percentage2 .percentage_inner {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height:100%;
	font-size: 30px;
	font-weight:bold;
	background:url(images/home2_01.png) no-repeat center center;
	color:#fff;
}
.chart_list4_font {
   color:#fff;
   font-size:15px;}

.chart_list4 h2{
   font-size:15px; 
   color:#00bfa7;
   margin:20px 0 15px 0;}
   
.chart_list4 p{
   color:#fff;
   margin:0 0 15px 0;}

/*loaded_list*/
.loaded_list .progress-bar {
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: none;
	background-color: #00bfa7;
}
.loaded_list .progress {
	overflow: visible;
	height: 15px;
	line-height: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.loaded_list .progress-bar span {
	position: absolute;
	right: 0px;
	bottom: 100%;
	background: #2c3433;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px!important;
	line-height: normal!important;
	font-size: 12px!important;
	text-indent: 0;
	margin-bottom: 8px;
	display: none;
}
.loaded_list .progress-bar span:before {
	border: 5px solid transparent;
	border-top: 5px solid #2c3433;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0!important;
	margin-left: -5px;
}
 /*loaded_list*/
 .loaded_list_2 > p {
    margin: 10px 0 6px;
}
.loaded_list_2 .progress-bar {
	position: relative;
	  border-radius: 2px; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: none;
	background-color: #00bfa7;
}
.loaded_list_2 .progress {
	overflow: visible;
	height: 15px;
	line-height: 15px;
	  border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position:relative;
	  background-color:#fff;;
    border: 1px solid #ccc;
	-moz-box-shadow: 0 0 0 #fff inset;
	-webkit-box-shadow: 0 0 0 #fff inset;
	box-shadow: 0 0 0 #fff inset; 
	  height: 18px;
    line-height: 18px;   
    padding: 2px;
	border:1px solid #ccc;	
}
.loaded_list_2 .progress-bar span {
	position: absolute;
	right: 0px;
	bottom: 100%;
	background: #2c3433;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px!important;
	line-height: normal!important;
	font-size: 12px!important;
	text-indent: 0;
	margin-bottom: 8px;
	display: none;
	  background:none;
   color:#666;
}
.loaded_list_2.progress-bar span:before {
    display:none;
} 
.loaded_list_2 .progress-bar{
   position:static; }
   
.loaded_list2 p {
	margin: 0px;
	color: #2e2e2e;
}

.loaded_list2 .progress {
	margin: 0 0 10px;
	height: 26px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.loaded_list2 .progress .progress-bar {
	height: 26px;
	line-height: 26px;
	text-align: right;
	background: #ed474a;
	color:#FFF;
	width:0;
	transition: 		width ease-in 200ms;
	-moz-transition: 	width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		width ease-in 200ms; /* Opera */
	-ms-transition: 	width ease-in 200ms; /* IE9? */
}

.loaded_list2 .progress .progress-bar span {
	padding-right: 5px;
}
.loaded_list3{
	margin:0 0 0 0;
	}
.loaded_list3 p{
	text-transform:uppercase;
	color:#444;
	}
.loaded_list3 .progress .bar{
	position:relative;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	height:14px;
	line-height:14px;
	width:0;
	transition: width ease-in 1000ms;
	-moz-transition: width ease-in 1000ms;
	-webkit-transition: width ease-in 1000ms;
	-o-transition: width ease-in 1000ms;
	-ms-transition: width ease-in 1000ms;
	background-color:#00bfa7;
	}
.loaded_list3 .progress{
	overflow:visible;
	border:1px solid #ddd;
	padding:2px;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	background-color: transparent;
	box-shadow:none;
	}
.loaded_list3 .bar span {
	position: absolute;
	right: 0px;
	bottom: 100%;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px;
	line-height: normal;
	font-size: 12px;
	text-indent: 0;
	display: none;
	margin: 0px -15px 10px 0;
	}
.loaded_list3 .bar span:before{
	border: 5px solid transparent;
	border-top: 5px solid #313E4C;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	margin-left: -5px;
	}
/*number_Animation*/
.number_Animation {
	text-align:center;
	color:#00bfa7;
}
.number_Animation .fa {
	font-size:90px;
}
.number_Animation .number {
	display:block;
	text-align:center;
	font-size:48px;
}
/*Testimonials*/
.Testimonials_tab {
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	overflow:hidden;
	min-height:20px;
	transition: 		height ease-in 200ms;
	-moz-transition: 	height ease-in 200ms; /* Firefox 4 */
	-webkit-transition: height ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		height ease-in 200ms; /* Opera */
	-ms-transition: 	height ease-in 200ms; /* IE9? */
}
.Testimonials_tab li {
	position:absolute;
	left:0px;
	top:0px;
	display:none ;
	width:100%;
	list-style:none;
}

.Testimonials_tab .last_page,
.Testimonials_tab .next_page{
	position:absolute;
	top:0px;
	right:0px;
	height:28px;
	line-height:28px;
	width:28px;
	background-color:#f2f2f2;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	color:#797979;
	font-family:Helvetica;
	top:auto;
	bottom:14px;
	left:auto;
	right:0;	
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	z-index:2000;
}
.Testimonials_tab .last_page{
	right:32px;
}
.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover{
	background-color:#00bfa7;
	color:#FFF;
	text-decoration:none;
}
.Testimonials_tab .dot{
	position:absolute;
	bottom:0;
	z-index:20000;
}
.Testimonials_tab .dot a{
	display:inline-block;
	width:6px;
	height:6px;
	border:2px solid #606060;
	margin:0 3px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	font-size:0;
	text-indent:-999px;
	vertical-align:middle
}
*+html .Testimonials_tab .dot a{
	display:inline;
}
.Testimonials_tab .dot a.actived {
	background:#606060;
	width:10px;
	height:10px;
}

.Testimonials_1 .dot{
	right:60px;
	bottom:16px;
}
.Testimonials_1 .dot a{
border:1px solid #f2f2f2;
width:20px;
height:20px;
}
.Testimonials_1 .dot a.actived{
width:20px;
height:20px;
border:1px solid #f2f2f2;
background:#f2f2f2;
}

.Testimonials_1 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
}
.Testimonials_1 blockquote p{
	background-color:#fafafa;
	border:1px solid #ececec;
	padding:20px;
	font-size:13px;
	color:#808080;
	font-style:normal;
	text-indent:0;
}
.Testimonials_1 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_1 small:before{
	content:" ";
	position:absolute;
	top:-7px;
	left:55px;
	width:10px;
	height:10px;
	background-color:#fafafa;
	border-left:1px solid #ececec;
	border-bottom:1px solid #ececec;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.Testimonials_1 small img{
	width:50px;
	height:50px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_1 small span {
	display:block;
	font-size:15px;
	color:#00bfa7;
	font-weight:bold;
	margin-top:4px;
}




.Testimonials_2 .last_page,
.Testimonials_2 .next_page{
	top:auto;
	bottom:0;
	left:50%;
}
.Testimonials_2 .last_page{
	right:32px;
	margin:0 0 0 -30px;
}
.Testimonials_2 .dot{
	right:0;
	bottom:3px;
	width:100%;
	text-align:center;
}
.Testimonials_2 .dot a{
border:1px solid #f2f2f2;
width:20px;
height:20px;
}
.Testimonials_2 .dot a.actived{
width:20px;
height:20px;
border:1px solid #f2f2f2;
background:#f2f2f2;
}


.Testimonials_2 blockquote{
	background:none;
	padding:0px;
	margin:0px;
	text-indent:0;
}
.Testimonials_2 blockquote p{
	padding:0px;
	text-align:center;
	font-size:13px;
	color:#808080;
	font-style:normal;
}
.Testimonials_2 .Pic{
	width:70px;
	height:70px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	vertical-align:middle;
	display:block;
	margin:0px auto 10px;
	overflow:hidden;
	text-align:center;
	text-indent:0;
}
.Testimonials_2 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:15px 0 40px;
	width:100%;
	text-align:center;
}
.Testimonials_2 small:before{
	content:" ";}
.Testimonials_2 small span {
	display:block;
	font-size:15px;
	color:#00bfa7;
	font-weight:bold;
	margin-top:4px;
}

.Testimonials_3 blockquote{
	background:none;
	padding-bottom:0px;
	position:relative;
}

.Testimonials_3 .last_page{
	left:180px;
	bottom:60px;
}
 
.Testimonials_3 .next_page{
	left:210px;
	bottom:60px;
}

.Testimonials_3{ 
	position:relative;
}
.Testimonials_3 .Pic {
	width:160px;
	height:160px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.Testimonials_3 li{
	padding-left:180px;
	min-height:160px;
	width:auto;
}

.Testimonials_3 blockquote span.mark{
	font-size:103px;
	position:absolute;
	top:-5px;
	left:10px;
	color:#555;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif!important;
	font-style:italic!important;
	text-indent:0!important;
	text-align:left;
	width:100px;
}
*+html .Testimonials_3 blockquote span.mark{
	text-indent:-55px!important;
}


.Testimonials_3 small:before{
	content:" ";}
	
.Testimonials_3 small span {
	display:block;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	margin-top:4px;
	font-style:normal;
	margin-bottom:3px;
}
.Testimonials_3 small{
	position:static;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:25px 0 40px;
	float:right;
}
.Testimonials_3 .dot {
	left:180px;
	bottom:40px;

}

.Testimonials_4 {
	margin:0;
	padding:0;
}
.Testimonials_4 li {
	list-style:none;
}
.Testimonials_5 .dot{
	right:0px;
}

.Testimonials_4 blockquote{
	background:none;
	padding:0px;
	margin:0px 0px 15px;
}
.Testimonials_4 blockquote p{
 	border-bottom:7px solid #f0f0f0;
	padding:0px 0px 20px;
	font-size:13px;
	line-height:2;
	color:#808080;
	font-style:normal;
	text-indent:0;
	
}
.Testimonials_4 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 0px;
}
.Testimonials_4 small:before{
	content:" ";
	position:absolute;
	top:0px;
	left:30px;
	width:0px;
	height:0px;
	border:7px solid  transparent;
	border-top:10px solid #f0f0f0;

}

.Testimonials_4 small img{
	width:60px;
	height:60px;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_4 small span {
	display:block;
	font-size:15px;
	color:#00bfa7;
	font-weight:bold;
	margin:6px 0px 5px;
}

.Testimonials_5 blockquote{
	background:none;
	padding:0px;
	margin:0px 0px 15px;
	text-indent:0;
}
.Testimonials_5 blockquote p{
	padding:0px;
	font-size:13px;
	color:#808080;
	font-style:normal;
	text-indent:0;
	padding:20px;
	background-color:#00bfa7;
	color:#FFF;
}
.Testimonials_5 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:20px 0 0 0px;
}
.Testimonials_5 small:before{
	content:" ";
	position:absolute;
	top:0px;
	left:30px;
	width:0px;
	height:0px;
	border:7px solid  transparent;
	border-top:10px solid #00bfa7;
}
.Testimonials_5 small span {
	display:block;
	font-size:15px;
	color:#00bfa7;
	font-weight:bold;
	margin:6px 0px 5px;
}

.Testimonials_5 .last_page,
.Testimonials_5 .next_page{
	top:auto;
	bottom:5px;
	width:29px;
	height:27px;
	background-color:#959998;
	text-indent:-999px;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	overflow:hidden;
}

.Testimonials_5 .last_page:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:0px!important;
	height:0px!important;
	border:6px solid  transparent;
	border-right:6px solid #FFF;
	margin:-6px 0px 0px -9px;

}
.Testimonials_5 .next_page:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:0px!important;
	height:0px!important;
	border:6px solid  transparent;
	border-left:6px solid #FFF;
	margin:-6px 0px 0px -3px;

}
.Testimonials_6 {
	padding-bottom:30px;
	text-align:center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	transition: height ease-in 200ms;
	-moz-transition: height ease-in 200ms; /* Firefox 4 */
	-webkit-transition: height ease-in 200ms; /* Safari and Chrome */
	-o-transition: height ease-in 200ms; /* Opera */
	-ms-transition: height ease-in 200ms; /* IE9? */
}
.Testimonials_6 .dot {
	text-align: center;
	width: 100%;
	bottom: 15px;
}
.Testimonials_6 .dot a,
.Testimonials_6 .dot a.actived {
	width: 18px;
	height: 18px;
	border: none;
	background: #FFF;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.Testimonials_6 .dot a.actived {
	background: #ed474a;
}
.Testimonials_6 .ico {
	width:70px;
	height:70px;
	overflow:hidden;
	line-height:100px;
	text-indent:-13px;
	background-color:#ed474a;
	text-align:center;
	margin:0 auto 15px;
	font-size:70px;
	color:#FFF;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.Testimonials_6 blockquote,
.Testimonials_6 blockquote p{
	color:#FFF;
	text-align:center;
	font-size:26px;
	line-height:1.4;
	background-color:transparent;
	
}
.Testimonials_6 blockquote small{
	margin:auto;
	position:static;
	font-size:22px;
	color:#ffffff;
}
.Testimonials_7 ul{ 
	min-height:120px;
}
.Testimonials_7 {
   border:1px solid #7e8181;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:40px 30px 30px; 
	margin:0 10px;   
}
.Testimonials_7  .pic img{
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.Testimonials_7  blockquote{
	padding:0 0 0 120px;
	text-align:left;
	margin:0;	
}
.Testimonials_7  blockquote p{
	text-indent:0;
	color:#fff;
	padding:5px 0 15px;
	 font-style: normal;
}
.Testimonials_7  .dot a{
	width:12px;
	height:12px;
	margin:0px 5px;
	border:1px solid #fff;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.Testimonials_7  .dot a.actived{
	background-color:#fff;
	border:1px solid #fff;
	height:12px;
	width:12px;	
}
.Testimonials_7  blockquote small{
	position:static;
	padding:0;
	margin:0;
	font-size:16px;
	font-style:normal;
	color:#fff;	
}
.Testimonials_7  blockquote small span {
	display:block;
	color:#fff;
	font-size:13px;
	padding:5px 0;
	text-transform:uppercase;
}
.Testimonials_7  blockquote small:before{
	content:"";
}
.Testimonials_7 .dot{
   top:95px;}
   
.Testimonials_8 blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.Testimonials_8 blockquote p {
    color: #ffffff;
    font-style: normal;
    padding: 0 10%;
    position: relative;
    text-align: center;
    text-indent: 0;
}
.Testimonials_8 blockquote p:before {
   	content:'"';
    font-family: Georgia;
    font-size: 80px;
    left: 0;
    line-height: 1;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.Testimonials_8 blockquote p:after {
    content:'"';
    font-family: Georgia;
    font-size: 80px;
    line-height: 1;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}
.Testimonials_8 .Pic {
    border-radius: 50%;
    display: block;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    width: 100px;
}
.Testimonials_8 small {
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    left: 0;
    padding: 34px 0 45px;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
}
.Testimonials_8 small:before {
    content: " ";
}
.Testimonials_8 small span {
    display: block;
    font-weight: bold;
    margin-top: 4px;
    text-transform: uppercase;
}
.Testimonials_8 .last_page, .Testimonials_8 .next_page {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    bottom: 75px;
    color: #ffffff;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: 0 0 0 -105px;
      transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
    width: 40px;
	text-indent:-9999px;
	outline:none;
}
.Testimonials_8 .last_page:before,
.Testimonials_8 .next_page:before{
	content:"";
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:10px ;
	height:10px;
	position:absolute;
	top:50%;
	left:50%;	
	font-size:20px;
}	
.Testimonials_8 .last_page:before{
    transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	margin:-4px 0 0 -4px;
}
.Testimonials_8 .next_page:before{
      transform:rotate(-135deg);
	-ms-transform:rotate(-135deg);
	-moz-transform:rotate(-135deg); 
	-webkit-transform:rotate(-135deg);
	-o-transform:rotate(-135deg);
	margin:-4px 0 0 -7px;
}
	
.Testimonials_8 .next_page {
    margin: 0 0 0 65px;
}
.Testimonials_8 .last_page:hover, .Testimonials_8 .next_page:hover {
    background-color: #ffffff;
    border-color: #ffffff !important;   
}
.Testimonials_8 .dot {
    text-align: center;
    width: 100%;
	display:none;
}
.Testimonials_8 .dot a {
    border: 2px solid #ffffff !important;
    height: 13px;
    overflow: visible;
    width: 13px;
}
.Testimonials_8 .dot a.actived {
    background: none repeat scroll 0 0 #ffffff;
    height: 13px;
    width: 13px;
}
.Testimonials_8 .dot a.actived:before {
    display: none;
}   
   
/*******Pricing Option *******/
.price_List .price_content {
	padding-left:100px;
	position:relative;
}
.price_List .sup {
	position:absolute;
	top:20px;
	left:0px;
	font-size:25px;
	color:#959595;
}
.price_List .price {
	position:absolute;
	top:5px;
	left:15px;
	font-size:50px;
	color:#444444;
}
/* horizontalTab_Top_1*/
.horizontalTab_Top_1 {
	padding-bottom:15px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li {
	margin-right:10px;
	border:1px solid #ebebeb;
	border-bottom:none;
	padding-top:1px;
}

.horizontalTab_Top_1 ul.resp-tabs-list li span{
	padding:10px 22px ;
	font-size:14px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	padding-top:0px;
	border-top:2px solid #00bfa7;
}
.horizontalTab_Top_2 {
	padding-bottom:15px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li {
	margin-right:5px;
	border:1px solid #ececec;
	border-bottom:none;
	background-color:#f3f3f3;
}

.horizontalTab_Top_2 ul.resp-tabs-list li span{
	padding:10px 12px ;
	font-size:14px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li em,
.horizontalTab_Top_2 ul.resp-tabs-list li i,
.horizontalTab_Top_2 h2.resp-accordion span em,
.horizontalTab_Top_2 h2.resp-accordion span i{
	padding-right:5px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span{
	background-color:#00bfa7;
	color:#FFF!important;
}

.horizontalTab_Top_3 {
	padding-bottom:15px;
}
.horizontalTab_Top_3 ul.resp-tabs-list li ,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover{
	margin:0 10px 5px 0;
	border:1px solid #00bfa7;
	padding-top:1px;
	background-color:#00bfa7;
}
.horizontalTab_Top_3 ul.resp-tabs-list li span{
	padding:10px 22px ;
	font-size:14px;
	color:#FFF;
}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active,
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover{
	padding-top:0px;
	border:1px solid #ebebeb;
	border-top:2px solid #00bfa7;
}
.horizontalTab_Top_3 ul.resp-tabs-list li:hover  span{
	color:#FFF;
}


.verticalTab_Left_1 {
	padding-bottom:15px;
}
.verticalTab_Left_1 .resp-tab-content{
	border:none;
}
.verticalTab_Left_1 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_1 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	color:#00bfa7!important;
	background:none!important;
}
.verticalTab_Left_1 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	border-right:none;
	background:#FFF!important;
	padding-left:1px;
	margin-bottom:12px;
}
.verticalTab_Left_1 ul.resp-tabs-list {
	border-top:1px solid #ebebeb;
	padding:0px;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active{
	margin-right:-1px;
	border-left:2px solid #00bfa7;
	padding-left:0px;
}

.verticalTab_Left_2 {
	padding-bottom:15px;
}
.verticalTab_Left_2 .resp-tab-content{
	border:none;
}
.verticalTab_Left_2 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_2 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#00bfa7!important;
	text-align:center;
	padding-right:15px;
}
.verticalTab_Left_2 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	background:#f3f3f3!important;
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
}
.verticalTab_Left_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Left_2 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_2 ul.resp-tabs-list li em,
.verticalTab_Left_2 ul.resp-tabs-list li i,
.verticalTab_Left_2 h2.resp-accordion span em,
.verticalTab_Left_2 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Left_3 {
	padding-bottom:15px;
}
.verticalTab_Left_3 .resp-tab-content{
	border:none;
}
.verticalTab_Left_3 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_3 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
	color:#FFF;
}
.verticalTab_Left_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#FFF!important;
	color:#00bfa7;
	text-align:center;
	padding-right:15px;
}
.verticalTab_Left_3 ul.resp-tabs-list li{
	border:1px solid #00bfa7;
	background:#00bfa7!important;
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
	padding-top:1px;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border:1px solid #ebebeb;
	border-top:2px solid #00bfa7!important;
	padding-top:px;
}
.verticalTab_Left_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Left_3 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_3 ul.resp-tabs-list li em,
.verticalTab_Left_3 ul.resp-tabs-list li i,
.verticalTab_Left_3 h2.resp-accordion span em,
.verticalTab_Left_3 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Right_1 {
	padding-bottom:15px;
}
.verticalTab_Right_1 .resp-tab-content{
	border:none;
}
.verticalTab_Right_1 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_1 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	padding:10px 15px!important;
	color:#00bfa7!important;
	background:none!important;
}
.verticalTab_Right_1 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	border-left:none;
	background:#FFF!important;
	margin-bottom:12px;
	
}
.verticalTab_Right_1 ul.resp-tabs-list {
	border-top:1px solid #ebebeb;
	padding:0px;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active{
	margin-left:-1px;
	padding-left:1px;
	border-right:2px solid #00bfa7;
}
 
.verticalTab_Right_2 {
	padding-bottom:15px;
}
.verticalTab_Right_2 .resp-tab-content{
	border:none;
}
.verticalTab_Right_2 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_2 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#00bfa7!important;
	text-align:center;
	padding:10px 15px!important;
}
.verticalTab_Right_2 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	background:#f3f3f3!important;
	margin-bottom:12px;
	margin-left:10px;
	text-align:center;
}
.verticalTab_Right_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Right_2 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_2 ul.resp-tabs-list li em,
.verticalTab_Right_2 ul.resp-tabs-list li i,
.verticalTab_Right_2 h2.resp-accordion span em,
.verticalTab_Right_2 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Right_3 {
	padding-bottom:15px;
}
.verticalTab_Right_3 .resp-tab-content{
	border:none;
}
.verticalTab_Right_3 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_3 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
	color:#FFF;
}
.verticalTab_Right_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#FFF!important;
	color:#00bfa7;
	text-align:center;
	padding:10px 15px!important;
}
.verticalTab_Right_3 ul.resp-tabs-list li{
	border:1px solid #00bfa7;
	background:#00bfa7!important;
	margin-bottom:12px;
	margin-left:10px;
	text-align:center;
	padding-top:1px;
}
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border:1px solid #ebebeb;
	border-top:2px solid #00bfa7!important;
}
.verticalTab_Right_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Right_3 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_3 ul.resp-tabs-list li em,
.verticalTab_Right_3 ul.resp-tabs-list li i,
.verticalTab_Right_3 h2.resp-accordion span em,
.verticalTab_Right_3 h2.resp-accordion span i{
	padding-right:5px;
}



 @media (max-width: 767px) {
	.verticalTab_Left_1 .resp_container .resp_margin,
	.verticalTab_Left_2 .resp_container .resp_margin,
	.verticalTab_Left_3 .resp_container .resp_margin,
	.verticalTab_Right_1 .resp_container .resp_margin,
	.verticalTab_Right_2 .resp_container .resp_margin,
	.verticalTab_Right_3 .resp_container .resp_margin{
		border-bottom:none;
	}
}
/* **********  accordion_2  ************** */	
.accordion_2 .panel-default {
	border:none !important;
	margin-bottom:4px;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}
.accordion_2 .panel-heading {
	background-color:#f8f8f8;
	border:none !important;
    border-radius: 0;
    padding: 0;
}
.accordion_2 .panel-heading .panel-title a {
	padding:10px 10px 10px 46px;
	background-image:none;
	position:relative;
	color:#444444;
	font-size:14px;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_2 .panel-title a .accordion_icon:before {
	content:"\2212";
	position:absolute;
	top:50%;
	left:50%;
	font-size:22px;
	margin:-9px 0 0 -7px;
	color: #FFF;
}
.accordion_2 .panel-title a:hover .accordion_icon:before {
	content:"\2212";
	color:#FFF;
}
.accordion_2 .panel-title a.collapsed .accordion_icon:before {
	content:"\002B";
	color:#444444;
}
.accordion_2 .panel-title a.collapsed:hover .accordion_icon:before {
	content:"\002B";
	color:#FFF;
}
.accordion_2 .panel-heading .panel-title a span {
	position:absolute;
	background:rgba(0,0,0,0.1);
	top:0px;
	left:0px;
	width:36px;
	height:100%;
	display:inline-block;
	margin:0px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.accordion_2 .panel-body  {
	padding:9px 0px;
	border:none !important;
}

.accordion_2 .panel-heading .panel-title a:hover ,
.accordion_2 .panel-heading .panel-title a,
.accordion_2 .panel-heading .panel-title a.collapsed:hover{
	color:#FFF;
}
.accordion_2 .panel-heading .panel-title a.collapsed{
	background-color:#f8f8f8;
	color:#444444;
}
/* **********  accordion_3  ************** */	
.accordion_3 .panel-default {
	border:none !important;
	margin-bottom:4px;
	margin-top:0 !important;
	border-radius: 0;
	-moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
}
.accordion_3 .panel-heading {
	background:url(images/accordion_bg.jpg) repeat-x left bottom;
	border:1px solid #dddddd !important;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    padding: 0;
}

.accordion_3 .panel-heading .panel-title a {
	padding:10px 10px 10px 10px;
	background-image:none;
	position:relative;
	color:#444444;
	font-size:14px;
	overflow:hidden;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_3 .panel-heading .panel-title a span {
	position:absolute;
	top:0px;
	left:auto;
	right:0;
	width:36px;
	height:100%;
	display:inline-block;
	margin:0px;
	border-left:1px solid #e3e3e3 ;
	background-color:#FFF;
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
}

.accordion_3 .panel-title a .accordion_icon:before {
	content:"\2212";
	position:absolute;
	top:50%;
	left:50%;
	font-size:25px;
	margin:-7px 0px 0px -7px;
	color:#666666;
}
.accordion_3 .panel-title a:hover .accordion_icon:before {
	content:"\2212";
	color:#666666;
}
.accordion_3 .panel-title a.collapsed .accordion_icon:before {
	content:"\002B";
	color:#666666;
}
.accordion_3 .panel-title a.collapsed:hover .accordion_icon:before {
	content:"\002B";
	color:#666666;
}

.accordion_3 .panel-body {
	padding:9px 0px;
	border:none !important;
}
 .accordion_3 .panel-heading .panel-title a.collapsed{
	color:#444444;
}
.accordion_4 {
	border-bottom:1px solid #e0e0e0;
} 
.accordion_4 .panel-heading .panel-title a,
.accordion_4 .panel-heading .panel-title a:hover {
	color:#00bfa7;
	font-size:13px;
	border-bottom: 1px solid #e0e0e0;
}
.accordion_4 .panel-default{
	border:none;
	margin-top:0 !important;
	border-radius:0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;    
	margin-bottom:1px;
}
.accordion_4 .panel-body{
	padding:9px 0px;
	border: none !important;
}

.accordion_4 .panel-heading .panel-title a{
	border-top:1px solid #e0e0e0;
	padding:12px 0;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_4 .panel-heading  .accordion_icon{
	border-right:1px solid #00bfa7;
	border-bottom:1px solid #00bfa7;
	display:inline-block;
	width:5px;
	height:5px;
	margin-top:-3px;
	vertical-align:middle;
	margin-right:10px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.accordion_4 .panel-heading .panel-title a.collapsed{
	border-bottom:none;
}
.accordion_4 .panel-heading .panel-title a.collapsed .accordion_icon {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}
.accordion_4 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_4 .panel-heading .panel-title a.collapsed,
.accordion_4 .panel-heading .panel-title a.collapsed:hover{
	color:#666666;
}

.accordion_5 .panel-heading .panel-title a{
	background-color:#fafafa;
	border:1px solid #ebebeb;
	padding:10px 0px 10px 50px;
	position:relative;
	font-size:13px;
	color:#444444;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_5 .panel-default{
	border:none!important;
	margin-bottom:5px!important;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}
.accordion_5 .panel-body{
	padding:9px 0px;
	border: none !important;
}
.accordion_5 .panel-heading .accordion_icon{
	background:#00bfa7;
	width:38px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	color:#FFF;
}
.accordion_5 .accordion_icon:before {
	content:"\002B";
	top:50%;
	left:50%;
	margin:-10px 0 0 -8px ;
	position:absolute;
	font-size:25px;
}

.accordion_5 .panel-title a:hover .accordion_icon:before {
	content:"\2212";
}
.accordion_5 .panel-title a .accordion_icon:before {
	content:"\2212";
}
.accordion_5 .panel-title a.collapsed .accordion_icon:before {
	content:"\002B";
}
.accordion_5 .panel-title a.collapsed:hover .accordion_icon:before {
	content: "\002B";
	color: #FFF;
}
.accordion_5 .panel-heading .panel-title a, 
.accordion_5 .panel-heading .panel-title a:hover,
.accordion_5 .panel-heading .panel-title a.collapsed:hover{
	color:#00bfa7;
}
.accordion_5 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_5 .panel-heading .panel-title a.collapsed{
	color:#444444;
}

.accordion_6 {
} 
.accordion_6 .panel-heading .panel-title a,
.accordion_6 .panel-heading .panel-title a:hover {
	color:#00bfa7;
}
.accordion_6 .panel-default{
	border:none;
	margin-bottom: 6px;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}
.accordion_6 .panel-heading .panel-title a{
	border:1px solid #ececec;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	z-index:1;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
	font-size: 13px;
	background-color: #fafafa;
	padding: 12px 10px;
}
.accordion_6 .panel-collapse {
	border:1px solid #ececec;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:-6px;
	position:relative;
	z-index:0;
}
.accordion_6 .panel-heading  .accordion_icon{
	border-right:1px solid #00bfa7;
	border-bottom:1px solid #00bfa7;
	float:right;
	width:5px;
	height:5px;
	vertical-align:middle;
	margin:5px 1px 0px 0px ;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.accordion_6 .panel-heading .panel-title a.collapsed .accordion_icon {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
	margin: 5px 1px 0px 0px;
}
.accordion_6 .panel-body {
	border: none !important;
	padding: 9px 15px;
}
.accordion_6 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_6 .panel-heading .panel-title a.collapsed,
.accordion_6 .panel-heading .panel-title a.collapsed:hover{
	color:#666;
}
.accordion_7 .panel-heading .panel-title a{
	background-color:#f2f2f2;
	padding:12px 0px 12px 50px;
	position:relative;
	font-size:13px;
	color:#444444;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_7 .panel-default{
	border:none!important;
	margin-bottom:5px!important;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}
.accordion_7 .panel-body{
	padding:9px 0px;
	border: none !important;
}
.accordion_7 .panel-heading .accordion_icon{
	background:#dedede;
	width:42px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	font-size:22px;	
	text-align:center;
	color:#666666;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_7 .accordion_icon:before {
	content:"\002B";
	top:50%;
	margin:-9px 0 0 -6px;
	position:absolute;
}
.accordion_7 .panel-title a .accordion_icon:before {
	content: "\2212";
	color: #FFF;
}
.accordion_7 .panel-title a:hover .accordion_icon:before {
	color: #FFF;
}
.accordion_7 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	color:#444444;
}
.accordion_7 .panel-title a.collapsed:hover .accordion_icon:before {
	content: "\002B";
	color: #FFF;
}
.accordion_7 .panel-heading .panel-title a.actived, 
.accordion_7 .panel-heading .panel-title a.actived:hover,
.accordion_7 .panel-heading .panel-title a:hover{
	color:#00bfa7;
}
.accordion_7 .panel-heading .panel-title a.actived .accordion_icon, 
.accordion_7 .panel-heading .panel-title a.actived:hover .accordion_icon,
.accordion_7 .panel-heading .panel-title a:hover .accordion_icon{
	background:#00bfa7;
	color:#FFF;
}
.accordion_7 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
}
.accordion_7 .panel-heading .panel-title a.collapsed{
	color:#444444;
}
.accordion_7 .panel-heading .panel-title a.collapsed .accordion_icon{
	background-color: #dedede;
}
/*quotes*/
.quotes_1 blockquote{
	background:#fbfbfb;
	border:1px solid #ebebeb;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	color:#8f8f8f;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_1 blockquote p{
	text-indent:0px;
	color:#8f8f8f;
}
.quotes_1 blockquote small{
	position:static;
	color:#5e5e5e;
	padding:20px 0 0;
}
.quotes_1 blockquote span.mark{
	font-size:20px;
	position:absolute;
	top:25px;
	left:20px;
	line-height:normal;
	font-family:Tahoma, Geneva, sans-serif!important;
	font-style:italic!important;
}
*+html .quotes_1 blockquote span.mark{
	text-indent:-15px!important;
}


.quotes_2 blockquote{
	background:#FFF;
	border:1px solid #ebebeb;
	border-left:5px solid #00bfa7;
	color:#8f8f8f;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_2 blockquote p{
	text-indent:20px;
	position:relative;
	z-index:1;
	color:#8f8f8f;
}
.quotes_2 blockquote small{
	position:static;
	color:#5e5e5e;
	padding:20px 0 0;
	text-align:right;
}
.quotes_2 blockquote span.mark{
	font-size:120px;
	position:absolute;
	top:-15px;
	left:10px;
	color:#d2d2d2;
	line-height:normal;
	z-index:0;
	font-family:Tahoma, Geneva, sans-serif!important;
	font-style:italic!important;
	text-indent:0px!important;
}
*+html .quotes_2 blockquote span.mark{
	text-indent:-75px!important;
	top:-5px;
}

.quotes_3 blockquote{
	background:#00bfa7;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
 	color:#FFF;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_3 blockquote p{
	text-indent:30px;
	color:#FFF;
}
.quotes_3 blockquote small{
	position:static;
	color:#FFF;
	padding:20px 0 0;
	text-align:right;
}
.quotes_3 blockquote span.mark{
	font-size:84px;
	position:absolute;
	top:8px;
	left:25px;
	color:#FFF;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif!important;
}
*+html .quotes_3 blockquote span.mark{
	text-indent:-55px!important;
	top:10px;
}

.quotes_4 blockquote{
	background:#FFF;
 	color:#8f8f8f;
	text-indent:0px;
	padding:25px 00px;
	margin:0 0 8px;
}
.quotes_4 blockquote p{
	text-indent:45px;
	color:#8f8f8f;
}
.quotes_4 blockquote small{
	position:static;
	color:#00bfa7;
	padding:20px 0 0;
}
.quotes_4 blockquote span.mark{
	font-size:103px;
	position:absolute;
	top:-2px;
	left:-10px;
	color:#d2d2d2;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-style:italic!important;
}
*+html .quotes_4 blockquote span.mark{
	text-indent:-55px!important;
	top:0px;
}
/*dropcaps*/
.dropcaps_1 {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size:45px;
	color:#666666;
}
.dropcaps_2 {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size:45px;
	color:#00bfa7;
}
.dropcaps_3 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#666666;
	background:#f2f2f2;
}
.dropcaps_4 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#00bfa7;
	background:#f2f2f2;
}
.dropcaps_5 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
	background:#00bfa7;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.dropcaps_6 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
	background:#00bfa7;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
}
.dropcaps_7 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 10px 8px 5px 0px;
	text-align: center;
	float: left;
	font-size: 36px;
	color: #FFF;
	background: #2e2e2e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.dropcaps_8 {
	width: 84px;
	height: 84px;
	line-height: 84px;
	margin: 10px 15px 0px 0px;
	text-align: center;
	float: left;
	font-size: 70px;
	color: #FFF;
	background: #2e2e2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
/*Core Owl Carousel CSS File*/
/* clearfix*/
.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
/* display none until init */
.carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.carousel .owl-item{
	float: left;
}
.carousel .owl-pagination {
	text-align:center;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.carousel .owl-page{
	cursor: pointer;
	width:21px;
	height:21px;
	border:2px solid #2e2e2e;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}

.carousel .owl-page.active{
 }

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next{
	position:absolute;
	left:-30px;
	top:50%;
	width:34px;
	height:34px;
	line-height:34px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-17px 0 0 0;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel .owl-buttons .owl-next{
	left:auto;
	right:-30px;
}

.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #2e2e2e;
	border-bottom:2px solid #2e2e2e;
	width:8px ;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 0 0 -3px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);}

.carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #2e2e2e;
	margin-left:-4px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
.carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover{
}
.carousel .owl-buttons .owl-prev:hover:before{
}
.carousel .owl-buttons .owl-next:hover:before{
	border-left:none;
}

.carousel .grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

.carousel  .owl-wrapper,
.carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.carousel{
	display:none;
} 
.carousel img {
	max-width:100%;
}

.carousel_1 .item .itemmain{
	text-align:center;
	margin: -30px 20px 0 20px;
	padding: 40px 0 0 0;
	background-color:#ffffff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	transition: 		background-color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* IE9? */
}

.carousel_1 .ico{
	width:60px;
	height:60px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
	margin:auto;
	position:relative;
}


.carousel_1 .ico .fa,
.carousel_1 .ico .socia{
	width:60px;
	height:59px;
	line-height:60px;
	display:block;
	color:#FFF;
	font-size:20px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
}

.carousel_1 h3 {
	font-weight:normal;
	color:#2c3433;
	font-size:16px;
	margin: 10px 0;
}
.carousel_1 p{
	font-size:13px;
	line-height:20px;
	padding: 0 16px;
	
	}
.carousel_1 a.Button_normal{
	margin:10px 0 20px;
	display:inline-block;
	text-transform:uppercase;
}

.carousel_1 .item:hover .itemmain{
	border:2px solid #dddddd;
	background-color:#F7F7F7;
 }


.carousel_1 .item:hover .ico .fa,
.carousel_1 .item:hover .ico .socia{
}
.carousel_1 .item:hover a.Button_normal{
	text-decoration:none;
}
.carousel_1 .item:hover h3  {
}

.carousel_1 .owl-buttons .owl-prev, 
.carousel_1 .owl-buttons .owl-next{
	border:none;
	color:#A5A5A5;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */

	}
.carousel_1 .owl-buttons .owl-prev:hover, 
.carousel_1 .owl-buttons .owl-next:hover{
	}
.carousel_1 .owl-buttons .owl-prev:before, 
.carousel_1 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:19px;
	content: "\f104";
	font-family: 'FontAwesome';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	font-weight:bold;
	}
.carousel_1 .owl-buttons .owl-next:before{
	content: "\f105";
	}

.carousel_2 .owl-buttons .owl-prev,
.carousel_2 .owl-buttons .owl-next{
	color:#D3D3D3;
	width:50px;
	height:50px;
	left:-50px;
	border:none;
	background-color:rgba(0,0,0,0.5);
	/*background:#7F7F7F;*/
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
}
.carousel_2 .owl-buttons .owl-next{
	left:auto;
	right:-50px;
}
.carousel_2 .owl-buttons .owl-prev:before,
.carousel_2 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:30px;
	content: "\f104";
	font-family: 'FontAwesome';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	margin: -16px 0 0 -7px;
	font-weight:bold;
	
}
.carousel_2 .owl-buttons .owl-next:before{
	content: "\f105";
	margin: -16px 0 0 -3px;
	
	}
.carousel_2 .owl-buttons .owl-prev:hover,
.carousel_2 .owl-buttons .owl-next:hover{
	color:#fff;
}
.carousel_2 .owl-pagination{
	padding-top:10px;
}
.carousel_2 .owl-page{
	height:16px;
	width:16px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel_2 .photo_box{
	padding:0 10px;
	}
.carousel_3 {
	margin-bottom:40px;
}
.carousel_3 .item {
	background:#FFF;
	text-align:center;
	color:#999999;
}
.carousel_3 .item h3 {
	margin:25px 0 5px;
	font-size:15px;
	color:#666666;

}
.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next{
	color:#fff;
	width:40px;
	height:70px;
	margin-top:-33px;
	border:none;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_3 .owl-buttons .owl-prev{
	left:0;
	}
.carousel_3 .owl-buttons .owl-next{
	right:0;
	}
.carousel_3 .owl-buttons .owl-prev:hover,
.carousel_3 .owl-buttons .owl-next:hover{
}
.carousel_3 .owl-buttons .owl-prev:before,
.carousel_3 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:30px;
	content: "\f104";
	font-family: 'FontAwesome';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	margin: -16px 0 0 -9px;
	font-weight:bold;
	
}
.carousel_3 .owl-buttons .owl-next:before{
	content: "\f105";
	margin: -16px 0 0 -5px;
	}
.carousel_3 .owl-page{
	background-color:#6B6B6B;
	border:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */

	}
.carousel_3 .owl-page.active{
	}
 
.carousel_4{
	margin-bottom:0;
	}
.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	filter:alpha(opacity=0);
	opacity:0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4:hover .owl-buttons .owl-prev,
.carousel_4:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_4 .item {
	text-align:center;
	margin:auto;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4 .sliding {
	position:absolute;
	top:0;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
	color:#FFF;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_4 .item:hover .sliding {
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
}
.carousel_4 .sliding p{
	position:relative;
	top:60px;
	font-size:18px;
	color:rgba(255,255,255,0);
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
	}
.carousel_4 .item:hover .sliding p{
	color:rgba(255,255,255,1);
	}

.carousel_4 .sliding a.iconleft:before{
	font-family: 'FontAwesome';
	content: "\E051";
	color:#fff;
	font-size:20px;
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 54px;
	height: 54px;
	line-height:54px;
	display: block;
	margin: -27px 0px 0px -60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	box-sizing: content-box;
	-moz-box-sizing:  content-box;
	-webkit-box-sizing: content-box;
	filter:alpha(opacity=0);
	opacity:0;
}
.carousel_4 .sliding a.iconright:before{
	font-family: 'FontAwesome';
	content: "\E028";
	color:#fff;
	font-size:20px;
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 54px;
	height: 54px;
	line-height:54px;
	display: block;
	margin: -27px 0px 0px 7px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	box-sizing: content-box;
	-moz-box-sizing:  content-box;
	-webkit-box-sizing: content-box;
	filter:alpha(opacity=0);
	opacity:0;
}
.carousel_4 .item:hover .sliding a:before{
	filter:alpha(opacity=80);
	opacity:0.8;
	-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)
}
.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	color:#fff;
	width:40px;
	height:70px;
	margin-top:-33px;
	border:none;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_4 .owl-buttons .owl-prev{
	left:0;
	}
.carousel_4 .owl-buttons .owl-next{
	right:0;
	}
.carousel_4 .owl-buttons .owl-prev:hover,
.carousel_4 .owl-buttons .owl-next:hover{
}
.carousel_4 .owl-buttons .owl-prev:before,
.carousel_4 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:30px;
	content: "\f104";
	font-family: 'FontAwesome';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	margin: -16px 0 0 -9px;
	
}
.carousel_4 .owl-buttons .owl-next:before{
	content: "\f105";
	margin:-16px 0 0 -3px;
	}
.carousel_5 .owl-page{
	cursor: pointer;
	border:none;
	width:18px;
	height:18px;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	background-color:#9f9f9f;
}
.carousel_5 .owl-page.active{
 }

.carousel_5 .owl-pagination{
	position:relative;
	top:auto;
	padding:0;
}
.carousel_5 .photo_box{
	margin:0 0;
	border: 1px solid #fff;
	background-color: #FFF;
	}
.carousel_5 .photo_box .pic_box{
   border-bottom: 7px solid transparent;
	}
.carousel_5 .photo_box:hover .pic_box{
	}
.carousel_5 .photo_box h3{
	padding:10px 10px 2px 0 ;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	text-align:left;
	}
.carousel_5 .photo_box p{
	padding:0 10px 0 0;
	font-size: 13px;
	text-align:left;
	}
.carousel_6 .owl-page{
	cursor: pointer;
	border:none;
	width:18px;
	height:18px;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	background-color:#9f9f9f;
}
.carousel_6 .owl-page.active{
   background:#00bfa6;
 }
.carousel_6 .owl-pagination{
	position:relative;
	top:auto;
 }
.carousel_6 .photo_box{
	margin:0 15px 0 16px;
	border: 1px solid #dfdcdc;
	background-color: #FFF;
	text-align:left;
	}
.carousel_6 .photo_box .pic_box{
	border-bottom: 7px solid #e5e5e5;
	transition: border ease-in 200ms;
	-moz-transition: border ease-in 200ms;
	-webkit-transition: border ease-in 200ms;
	-o-transition: border ease-in 200ms;
	-ms-transition: border ease-in 200ms;
	}
.carousel_6 .photo_box:hover .pic_box{
	border-bottom:7px solid #00bfa7;
	}
.carousel_6 .photo_box h3{
   color:#00bfa7;
	padding: 10px 10px 7px;
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0px 5px 0px;
	}
.carousel_6 .photo_box p{
	padding: 0px 10px 15px;
	font-size: 13px;
	}	
/*.carousel_6 .photo_box.ico_left_enter .ico{
   display:none;}*/	
.carousel_7 .owl-buttons .owl-prev,
.carousel_7 .owl-buttons .owl-next{
	color:#D3D3D3;
	width:20px;
	height:20px;
	left:-55px;
	border:none;
	background-color:rgba(0,0,0,0.5);
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
}
.carousel_7 .owl-buttons .owl-next{
	left:auto;
	right:8px;
}
.carousel_7 .owl-buttons .owl-prev:before,
.carousel_7 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:20px;
	font-weight:bold;
	content: "\f104";
	font-family: 'FontAwesome';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	margin:-18px 0 0 -5px;
	
}
.carousel_7 .owl-buttons .owl-next:before{
	content: "\f105";
	 margin:-17px 0 0 -3px;
	}
.carousel_7 .owl-buttons .owl-prev:hover,
.carousel_7 .owl-buttons .owl-next:hover{
	color:#fff;
	background:#00bfa7;
	
}
.carousel_7 .owl-pagination{
	padding-top:10px;
}
.carousel_7 .owl-page{
	height:16px;
	width:16px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel_7 .photo_box{
	padding:0 10px;
	text-align:left;
	}
.carousel_7 .owl-buttons {
    position: absolute;
    right: 0;
    top:-30px;
} 
.carousel_7 .photo_box h3{
    font-size:16px;
	color:#2c3433;
	font-weight:normal;
	padding:15px 0 10px 0;	   
 } 
.carousel_7 .photo_box a.H5_More span:after{
  	content: "";
		height: 7px;
		width: 7px;
		overflow: hidden;
		margin: 4px 6px 5px 6px;
		display: inline-block;
		vertical-align: middle;
		border-bottom: 1px solid #00bfa7;
		border-right: 1px solid #00bfa7;
		transform: rotate(45deg);
		-ms-transform: rotate(-43deg); /* IE 9 */
		-moz-transform: rotate(-43deg); /* Firefox */
		-webkit-transform: rotate(-43deg); /* Safari and Chrome */
		-o-transform: rotate(-43deg); /* Opera */
		transition: border ease-in 200ms;
		-moz-transition: border ease-in 200ms; /* Firefox 4 */
		-webkit-transition: border ease-in 200ms; /* Safari and Chrome */
		-o-transition: border ease-in 200ms; /* Opera */
		-ms-transition: border ease-in 200ms; /* IE9? */
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;

} 
  
   
/*H3_carouse*/	
.H3_carouse_bg{
   background:#ebebeb;}

.H3_carouse.carousel .owl-buttons .owl-prev:before,
.H3_carouse.carousel .owl-buttons .owl-next:before{
   width:15px;
   height:15px;  
   border-left:5px solid #838383;
    border-bottom:5px solid #838383;
	border-right:none;
	  transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
  }
.H3_carouse.carousel .owl-buttons .owl-prev:before{
   margin:-5px 0 0 -3px }  
.H3_carouse.carousel .owl-buttons .owl-next:before{
   margin:-5px 0 0 -6px }
   
.H3_carouse.carousel .owl-buttons .owl-next:before{  
   transform:rotate(-135deg);
	-ms-transform:rotate(-135deg); 
	-moz-transform:rotate(-135deg); 
	-webkit-transform: rotate(-135deg); 
	-o-transform:rotate(-135deg); }   
 
.H3_carouse.carousel .owl-buttons .owl-prev,
.H3_carouse.carousel .owl-buttons .owl-next{
   background:none;  
   border:none;
}

  
.H3_carouse.carousel .owl-buttons .owl-prev:hover:before,
.H3_carouse.carousel .owl-buttons .owl-next:hover:before{
     border-left:5px solid #00bfa7;
    border-bottom:5px solid #00bfa7;
}
	
	.carousel .owl-item{ 
	   text-align:center;}
		
	.H3_carouse.carousel .owl-buttons .owl-prev{
	   left:-15px;}	   
	
	.H3_carouse.carousel .owl-buttons .owl-next{
	   right:-15px;}   
@media only screen and (max-width: 767px) {
  .H3_carouse.carousel .owl-buttons .owl-prev{
   left:-0;}	   

  .H3_carouse.carousel .owl-buttons .owl-next{
   right:-0;} 

}   
	
	
	
/*Images*/
.photo_box{position:relative;margin:0 0 5px 0;padding:0px;overflow:hidden;line-height:1.8;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.photo_box .pic_box{position:relative;display:inline-block;overflow:hidden;width:100%;vertical-align:middle;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.photo_box a,.photo_box a:hover{text-decoration:none}.photo_box .ico{position:absolute;top:50%;width:100%;margin-top:-25px;text-align:center;color:#FFF;filter:alpha(opacity=0);opacity:0;z-index:1}.photo_box .ico span{color:#FFF;width:50px!important;height:50px!important;line-height:50px!important;display:inline-block;text-align:center;font-size:20px;margin:0px 3px;background-color:#69b532;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.photo_box .ico h3{color:#FFF;font-size:15px;margin-bottom:5px}.photo_box .content{position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;color:#FFF;filter:alpha(opacity=0);opacity:0;z-index:1}.vertical_center_1{width:100%;height:100%;display:table}.vertical_center_2{display:table-cell;width:100%;vertical-align:middle}.photo_box .content h3{color:#FFF;font-size:15px;margin-bottom:5px}.photo_box .content p{color:#FFF;font-size:13px}.photo_box .content>.fa{font-size:50px;height:70%;position:relative}.photo_box .content>.fa:before{position:absolute;top:50%;left:0}.photo_box .content .ico{position:static;margin:0 0 15px}.photo_box .shade{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000;filter:alpha(opacity=0);opacity:0;z-index:0}.photo_box .ico,.photo_box .content,.photo_box .shade{transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms}.photo_box:hover .ico,.photo_box:hover .content{filter:alpha(opacity=100);opacity:1}.photo_box:hover .shade{filter:alpha(opacity=50);opacity:0.5}.photo_box.default_show .ico,.photo_box.default_show .content{filter:alpha(opacity=100);opacity:1}.photo_box.default_show .shade{filter:alpha(opacity=50);opacity:0.5}.photo_box.img_zoom .pic_box img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transition:all ease-out 300ms;-moz-transition:all ease-out 300ms;-webkit-transition:all ease-out 300ms;-o-transition:all ease-out 300ms;-ms-transition:all ease-out 300ms}.photo_box:hover.img_zoom .pic_box img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}.photo_box.ico_left_enter .ico,.photo_box.ico_right_enter .ico,.photo_box.ico_top_enter .ico,.photo_box.ico_bottom_enter .ico,.photo_box.ico_LeftAndRight_enter span,.photo_box.ico_TopAndBottom_enter span{transition:all ease-in 300ms;-moz-transition:all ease-in 300ms;-webkit-transition:all ease-in 300ms;-o-transition:all ease-in 300ms;-ms-transition:all ease-in 300ms}.photo_box.ico_left_enter .ico{left:-100%}.photo_box:hover.ico_left_enter .ico{left:0%}.photo_box.ico_right_enter .ico{left:100%}.photo_box:hover.ico_right_enter .ico{left:0%}.photo_box.ico_top_enter .ico{top:-100%}.photo_box:hover.ico_top_enter .ico{top:50%}.photo_box.ico_bottom_enter .ico{top:150%}.photo_box:hover.ico_bottom_enter .ico{top:50%}.photo_box.ico_LeftAndRight_enter span.ico_left{transform:translate(-200px,0);-ms-transform:translate(-200px,0);-webkit-transform:translate(-200px,0);-o-transform:translate(-200px,0);-moz-transform:translate(-200px,0)}.photo_box.ico_LeftAndRight_enter span.ico_right{transform:translate(200px,0);-ms-transform:translate(200px,0);-webkit-transform:translate(200px,0);-o-transform:translate(200px,0);-moz-transform:translate(200px,0)}.photo_box.ico_TopAndBottom_enter span.ico_top{transform:translate(0,-200px);-ms-transform:translate(0,-200px);-webkit-transform:translate(0,-200px);-o-transform:translate(0,-200px);-moz-transform:translate(0,-200px)}.photo_box.ico_TopAndBottom_enter span.ico_bottom{transform:translate(0,200px);-ms-transform:translate(0,200px);-webkit-transform:translate(0,200px);-o-transform:translate(0,200px);-moz-transform:translate(0,200px)}.photo_box:hover.ico_LeftAndRight_enter span.ico_left,.photo_box:hover.ico_LeftAndRight_enter span.ico_right,.photo_box:hover.ico_TopAndBottom_enter span.ico_top,.photo_box:hover.ico_TopAndBottom_enter span.ico_bottom{transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);-moz-transform:translate(0,0)}.photo_box.ico_push_in img{margin-bottom:-15px;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms}.photo_box.ico_push_in .ico{top:auto;bottom:-50px;width:100%;background-color:#69b532;filter:alpha(opacity=100);opacity:1}.photo_box.ico_push_in .ico span{background-color:transparent!important}.photo_box.ico_push_in .ico a{display:block;width:50%;float:left;text-align:center}.photo_box.ico_push_in .ico a:first-child{border-right:1px solid #FFF;border-right:1px solid rgba(255,255,255,0.5);margin-right:-2px}.photo_box:hover.ico_push_in img{margin-top:-15px;margin-bottom:0}.photo_box:hover.ico_push_in .ico{top:auto;bottom:0px}.photo_box.ico_left_rotate .ico,.photo_box.ico_left_rotate .ico>span,.photo_box.ico_right_rotate .ico,.photo_box.ico_right_rotate .ico>span{width:50px;height:50px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;margin:0;padding:0}.photo_box.ico_left_rotate .ico{left:0;top:auto;bottom:0px;transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;-moz-transform-origin:0 100%;-webkit-transform-origin:0 100%;-o-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.photo_box.ico_right_rotate .ico{left:auto;right:0;top:auto;bottom:0px;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;-moz-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;-o-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.photo_box:hover.ico_left_rotate .ico,.photo_box:hover.ico_right_rotate .ico{transform:rotate(0);-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0)}.photo_box.content_top_increment .increment_1{transform:translate(0,-300px);-ms-transform:translate(0,-300px);-webkit-transform:translate(0,-300px);-o-transform:translate(0,-300px);-moz-transform:translate(0,-300px);transition:all ease-in 500ms;-moz-transition:all ease-in 500ms;-webkit-transition:all ease-in 500ms;-o-transition:all ease-in 500ms;-ms-transition:all ease-in 500ms}.photo_box.content_top_increment .increment_2{transform:translate(0,-300px);-ms-transform:translate(0,-300px);-webkit-transform:translate(0,-300px);-o-transform:translate(0,-340px);-moz-transform:translate(0,-340px);transition:all ease-in 400ms;-moz-transition:all ease-in 400ms;-webkit-transition:all ease-in 400ms;-o-transition:all ease-in 400ms;-ms-transition:all ease-in 400ms}.photo_box.content_top_increment .increment_3{transform:translate(0,-300px);-ms-transform:translate(0,-300px);-webkit-transform:translate(0,-300px);-o-transform:translate(0,-380px);-moz-transform:translate(0,-380px);transition:all ease-in 300ms;-moz-transition:all ease-in 300ms;-webkit-transition:all ease-in 300ms;-o-transition:all ease-in 300ms;-ms-transition:all ease-in 300ms}.photo_box:hover.content_top_increment .increment_1,.photo_box:hover.content_top_increment .increment_2,.photo_box:hover.content_top_increment .increment_3{transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);-moz-transform:translate(0,0)}.photo_box:hover.content_top_increment .increment_1{transition:all ease-in 300ms;-moz-transition:all ease-in 300ms;-webkit-transition:all ease-in 300ms;-o-transition:all ease-in 300ms;-ms-transition:all ease-in 300ms}.photo_box:hover.content_top_increment .increment_2{transition:all ease-in 400ms;-moz-transition:all ease-in 400ms;-webkit-transition:all ease-in 400ms;-o-transition:all ease-in 400ms;-ms-transition:all ease-in 400ms}.photo_box:hover.content_top_increment .increment_3{transition:all ease-in 500ms;-moz-transition:all ease-in 500ms;-webkit-transition:all ease-in 500ms;-o-transition:all ease-in 500ms;-ms-transition:all ease-in 500ms}.photo_box.content_top_increment .content h3{background-color:#69b532;font-size:18px;color:#FFF;padding:15px;margin-bottom:25px;width:100%}.photo_box.content_top_increment .content a.but{background-color:#dedede;color:#666666;display:inline-block;padding:5px 15px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;text-decoration:none;margin-top:15px}.photo_box.content_top_increment .content p{padding:0px 30px}.photo_box.ico_zoom .ico span{-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5);transition:all ease-in 300ms;-moz-transition:all ease-in 300ms;-webkit-transition:all ease-in 300ms;-o-transition:all ease-in 300ms;-ms-transition:all ease-in 300ms}.photo_box:hover.ico_zoom .ico span{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.photo_box.img_flip{overflow:visible}.photo_box.img_flip .pic_box{position:relative;overflow:visible;-webkit-perspective:1000;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000}.photo_box.img_flip .pic_box img,.photo_box.img_flip .shade,.photo_box.img_flip .content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 750ms ease 0s;-moz-transition:all 750ms ease 0s;-o-transition:all 750ms ease 0s;-ms-transition:all 750ms ease 0s;transition:all 750ms ease 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.photo_box.img_flip .pic_box img{z-index:1;position:relative;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);transform:rotateY(0deg)}.photo_box.img_flip .pic_box .shade,.photo_box.img_flip .pic_box .content{z-index:-2;filter:alpha(opacity=100);opacity:1;-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);transform:rotateY(-180deg)}.photo_box.img_flip .pic_box .content{z-index:-1}.photo_box:hover.img_flip img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}.photo_box:hover.img_flip .pic_box .shade,.photo_box:hover.img_flip .pic_box .content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);transform:rotateY(0deg)}.photo_box:hover.img_flip .pic_box .shade{z-index:2}.photo_box:hover.img_flip .pic_box .content{z-index:3}.content_sytle_2 .shade{background-color:#69b532}.content_sytle_2 .content h3{font-size:18px;color:#FFF;margin-bottom:5px}.content_sytle_2 .content p{padding:0 30px 5px}.content_sytle_2 .content a.but{border:1px solid #FFF;padding:10px 25px;font-size:13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:inline-block;margin-top:10px;color:#FFF}.photo_box.content_push_in .pic_box img{transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms}.photo_box.content_push_in .content{filter:alpha(opacity=100);opacity:1;background-color:#69b532;top:auto;height:auto;bottom:0;height:60px;margin-bottom:-60px;overflow:hidden}.photo_box.content_push_in .content h3{margin:10px 0 0}.photo_box:hover.content_push_in .pic_box img{margin-top:-60px;margin-bottom:60px}.photo_box:hover.content_push_in .content{margin-bottom:0px}.photo_box.icon_tag_push .ico{width:90px;height:90px;left:auto;right:-90px;top:-90px;margin:0;text-align:right;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms}.photo_box.icon_tag_push .ico:before{content:"";position:absolute;top:0;right:0;border:45px solid transparent;border-right-color:#69b532;border-top-color:#69b532}.photo_box.icon_tag_push .ico span{background:none;width:auto!important;height:auto!important;display:inline-block!important;line-height:60px!important;width:50px!important;text-align:center!important; position:relative;}.photo_box:hover.icon_tag_push .ico{right:0px;top:0px}.photo_box.icon_tag_push .content{background-color:#FFF;background-color:rgba(255,255,255,0.8);width:auto;height:auto;padding:13px 36px;color:#666666;top:auto;bottom:20px;filter:alpha(opacity=100);opacity:1}.photo_box.icon_tag_push .content h3{color:#666666;font-size:16px;margin:0}.photo_box.content_bottom_push_in .content{background-color:#FFF;background-color:rgba(255,255,255,0.8);height:auto;padding:10px 0;color:#666666;top:auto;bottom:0px;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;transform:translate(0,100%);-ms-transform:translate(0,100%);-webkit-transform:translate(0,100%);-o-transform:translate(0,100%);-moz-transform:translate(0,100%)}.photo_box.content_bottom_push_in .content:before{content:"";border:8px solid transparent;border-bottom-color:#FFF;border-bottom-color:rgba(255,255,255,0.8);position:absolute;top:-16px;left:50%;margin-left:-4px}.photo_box.content_bottom_push_in .content h3{color:#666666;font-size:16px;margin:0}.photo_box.content_bottom_push_in .content p{color:#666666;margin-bottom:0}.photo_box:hover.content_bottom_push_in .content{transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);-moz-transform:translate(0,0)}.photo_box.content_bottom_push_in_2 .shade{background-color:#000;top:100%;margin-top:-40px;filter:alpha(opacity=50);opacity:0.5}.photo_box:hover.content_bottom_push_in_2 .shade{top:0;margin:0;filter:alpha(opacity=50);opacity:0.5}.photo_box.content_bottom_push_in_2 .content{filter:alpha(opacity=100);opacity:1;height:40px;top:100%;margin-top:-35px;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms}.photo_box:hover.content_bottom_push_in_2 .content{height:100%;top:0;margin-top:0}.photo_box.content_bottom_push_in_2 .but{border:1px solid #FFF;padding:10px 22px;font-size:13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:inline-block;margin-top:10px;color:#FFF;text-decoration:none}.photo_box.entirety_left_offset .shade{background-color:#f0f0f0}.photo_box.entirety_left_offset .shade,.photo_box.entirety_left_offset .ico,.photo_box.entirety_left_offset .content{filter:alpha(opacity=100);opacity:1;left:100%;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms}.photo_box.entirety_left_offset .ico{width:auto;top:auto;bottom:0}.photo_box.entirety_left_offset .ico span{border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;margin:0}.photo_box.entirety_left_offset .content{text-align:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:30px 80px 30px 30px}.photo_box.entirety_left_offset h3,.photo_box.entirety_left_offset p,.photo_box.entirety_left_offset a{color:#666}.photo_box:hover.entirety_left_offset .shade,.photo_box:hover.entirety_left_offset .ico,.photo_box:hover.entirety_left_offset .content{left:50px}.photo_box.entirety_bevel .content{height:60%;text-align:left;top:0;padding:0px 40px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.photo_box.entirety_bevel .ico{height:40%;text-align:left;margin:0;top:60%;left:40px}.photo_box.entirety_bevel .ico span{background-color:transparent;border:1px solid #FFF}.photo_box:hover.entirety_bevel .shade{background-color:#69b532;filter:alpha(opacity=80);opacity:0.8}.photo_box.entirety_bevel .pic_box:before{content:"";border-top:0px solid #e5e5e5;border-right:0px solid #FFF;border-left:0px solid #e5e5e5;border-bottom:0px solid #FFF;position:absolute;right:0;bottom:0;z-index:3;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms}.photo_box:hover.entirety_bevel .pic_box:before{border-top:25px solid #e5e5e5;border-right:25px solid #FFF;border-left:25px solid #e5e5e5;border-bottom:25px solid #FFF}.img_left{float:left;width:auto;margin:8px 15px 5px 0}.img_right{float:right;width:auto;margin:8px 0 5px 15px}.img_center{text-align:center;width:100%;display:block;margin-bottom:5px}.img_center .pic_box{display:inline-block;width:auto}.box_border_radius{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.box_border_round{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.box_border{border:3px solid #dddddd;overflow:hidden}.box_border_padding{border:1px solid #dddddd;padding:3px}.box_bottom_shadow{box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3);-moz-box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3);-webkit-box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3)}.box_bottom_shadow_left,.box_bottom_shadow_right{overflow:visible;position:relative;z-index:1}.box_bottom_shadow_left:before{content:"";position:absolute;top:100%;left:0;width:100px;height:15px;z-index:0;box-shadow:14px 14px 14px rgba(0,0,0,0.3);-moz-box-shadow:14px 14px 14px rgba(0,0,0,0.3);-webkit-box-shadow:14px 14px 14px rgba(0,0,0,0.3);margin:-24px 0 0 0;transform:rotate(-5deg);-ms-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);-o-transform:rotate(-5deg)}.box_bottom_shadow_right:after{content:"";position:absolute;top:100%;right:0;width:100px;height:15px;z-index:-1;box-shadow:-14px 14px 14px rgba(0,0,0,0.3);-moz-box-shadow:-14px 14px 14px rgba(0,0,0,0.3);-webkit-box-shadow:-14px 14px 14px rgba(0,0,0,0.3);margin:-24px 0 0 0;transform:rotate(5deg);-ms-transform:rotate(5deg);-moz-transform:rotate(-deg);-webkit-transform:rotate(5deg);-o-transform:rotate(5deg)}.box_dotted_padding{border:1px dashed #dddddd;padding:3px}



@-webkit-keyframes ico_rotate {
	0% {
	 -webkit-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	50% {
	 -webkit-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -webkit-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @-moz-keyframes ico_rotate {
	 0% {
	 -moz-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -moz-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -moz-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @-o-keyframes ico_rotate {
	 0% {
	 -0-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -0-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -0-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @keyframes ico_rotate {
	 0% {
	 transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
.ico_rotate .ico span{
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	-o-animation-duration:300ms;
	animation-duration:300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	width:80px;
	height:80px;
	box-shadow:			0 0 4px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 4px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);

}
.ico_rotate:hover .ico span {
	-webkit-animation-name:ico_rotate;
	-moz-animation-name:ico_rotate;
	-o-animation-name:ico_rotate;
	animation-name:ico_rotate;
}

.shade_zoom .shade{
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform:scale(0.1);
	transform:scale(0.1);
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */
}
.shade_zoom:hover .shade{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.shade_zoom .ico span{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5);
	filter:alpha(opacity=0);
	opacity:0;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	width:40px!important;
	height:40px!important;
	line-height:40px!important;
	border:1px solid #FFF;
	background-color:transparent!important;	
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */
	
}
.shade_zoom:hover .ico span{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	filter:alpha(opacity=100);
	opacity:1;
}





.photo_box.content_zoom .shade,
.photo_box.content_zoom .content {
	overflow:hidden;
	top:auto;
	left:0;
	bottom:0;
	-webkit-transform: scale(0.1)  ;
	-moz-transform: scale(0.1) ;
	-o-transform:scale(0.1); 
	transform:scale(0.1);
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */

}
.photo_box.content_zoom:hover .shade,
.photo_box.content_zoom:hover .content{
	-webkit-transform: scale(1) ;
	-moz-transform: scale(1);
	-o-transform:scale(1) ;
	transform:scale(1) ;
	filter:alpha(opacity=100);
	opacity:1;

}




.ico_no_bg .fa{
	background:none!important;
	font-size:30px!important;
	color:#FFF!important;
	text-shadow:1px 1px 3px rgba(0,0,0,0.6);
}


.text_sytle_1 {
	padding: 15px 10px 10px;
}
.text_sytle_1 h3,
.text_sytle_2 h3 {
	font-size: 14px;
	color: #666666;
	margin: 0;
}
.text_sytle_1 .info {
	float: right;
	padding-top: 13px;
	font-size: 14px;
}
.text_sytle_1 .info span {
	margin-right: 3px;
}
.text_sytle_1 h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #666666;
}
.text_sytle_2 {
	background-color: #f5f5f5;
	padding: 15px 15px 10px;
	border-bottom: 2px solid #dcdcdc;
	text-align: center;
}
.text_sytle_3 {
	padding: 10px 0 5px;
}
.text_sytle_3 h3 {
	font-size: 14px;
	color: #666666;
}
.text_sytle_4 h3 {
	padding: 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 12px;
	font-size: 14px;
	color: #666666;
}
.text_sytle_4 h3 span {
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid #69b532;
	margin-bottom: -1px;
	font-size: 14px;
	color: #666666;
}
.text_sytle_5 {
	clear:both;
	overflow:hidden;
	margin:5px;
}
.text_sytle_5 h3 {
	font-size:16px;
	color:#666666;
	font-weight:bold;
	margin:10px 8px;
}
.text_sytle_5 h3 span{
	float:right;
}
/*boxes rotate*/
.flip_box {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	overflow: visible;
	margin-bottom:5px;
	position:relative;
}
.flip_box .front,
.flip_box .back{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_box .front{
	position:relative;
	z-index:0;
	background-color:#FFF;
	-webkit-transform: rotateY(0deg) ;
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip_box .back {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	z-index:-2;
	background-color:#FFF;
	-webkit-transform: rotateY(-180deg) ;
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip_box.flip_right .back{
	-webkit-transform: rotateY(180deg) ;
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip_box.flip_top .front{
	-webkit-transform: rotateX(0deg) ;
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.flip_box.flip_top .back{
	-webkit-transform: rotateX(180deg) ;
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.flip_box.flip_bottom .front{
	-webkit-transform: rotateX(0deg) ;
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.flip_box.flip_bottom .back{
	-webkit-transform: rotateX(-180deg) ;
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.flip_box:hover .front{
	background-color:#FFF;
	-webkit-transform: rotateY(180deg) ;
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip_box:hover .back {
	z-index:3;
	-webkit-transform: rotateY(0deg) ;
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip_box.flip_right:hover .front{
	-webkit-transform: rotateY(-180deg) ;
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flip_box.flip_top:hover .front{
	-webkit-transform: rotateX(-180deg) ;
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.flip_box.flip_top:hover .back{
	-webkit-transform: rotateX(0deg) ;
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.flip_box.flip_bottom:hover .front{
	-webkit-transform: rotateX(180deg) ;
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.flip_box.flip_bottom:hover .back{
	-webkit-transform: rotateX(0deg) ;
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}



.flip_box_1 .front,
.flip_box_1 .back{
	border:1px solid #e2e2e2;
	padding:25px;
	text-align:center;
}
 
.flip_box_1 .front .fa{
	background-color:#69b532;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:26px;
	color:#FFF;
	margin-bottom:20px;
}
.flip_box_1  h3{
	font-size:15px;
	color:#666666;
	margin-bottom:10px;
}
.flip_box_1 .back{
	height:auto;
}
.flip_box_1 .back h3{
	margin:0px 0 15px;
}

.flip_box_1 .back a.but{
	padding:6px 0px;
	color:#FFF;
	background-color:#69b532;
	text-decoration:none;
	display:block;
	width:120px;
	text-align:center;
	margin:37px auto -42px
}

.flip_box_2 .front,
.flip_box_2 .back{
	background-color:#f8f8f8;
	border:1px solid #e2e2e2;
	padding: 25px;
	text-align:center;
} 

.flip_box_2 .back{
	height:100%;
	padding:0 25px;
}


.flip_box_2 .front .fa{
	font-size:45px;
	color:#777777;
	margin:8px 0 0px;
}
.flip_box_2 h3 {
	color:#666666;
	font-size:15px;
	margin:25px 0 15px;
}


.flip_box_3 .front{
	padding:0 25px;
	text-align:center;
} 
.flip_box_3 .back{
	padding:0 25px;
	text-align:center;
	background-color:#69b532;
	color:#FFF;
}
.flip_box_3 .back{
	height:100%;
}


.flip_box_3 .front .fa{
	font-size:45px;
	width:120px;
	height:120px;
	line-height:120px;
	background-color:#e9e9e9;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	color:#777777;
	margin:8px 0 0px;
}
.flip_box_3 h3 {
	color:#666666;
	font-size:15px;
	margin:25px 0 15px;
}
.flip_box_3 .back h3 {
	color:#FFF;
	margin:35px 0 15px;
}
.flip_box_3 .back a.but{
	display:inline-block;
	padding:8px 25px;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	color:#ffffff;
	border:1px solid #ffffff;
	text-decoration:none;
	margin-top:10px;

}	



/*Boxes*/
.boxes .but a.Button_default{
	border:none;
	}
.boxes_style_1,
.boxes_style_2,
.boxes_style_3,
.boxes_style_4,
.boxes_style_5,
.boxes_style_6,
.boxes_style_7,
.boxes_style_8{
	margin-bottom:15px;
	position:relative;
}
.boxes_style_2:before,
.boxes_style_3:before,
.boxes_style_5:before,
.boxes_style_7:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}
.boxes_style_2:after,
.boxes_style_3:after,
.boxes_style_5:after,
.boxes_style_7:after{
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}
.boxes_style_1 .boxes{
	background-color:#f5f5f5;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
}
.boxes_style_1 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_1 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_2 .boxes{
	border:1px solid #DEDEDE;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.boxes_style_2 .Boxes_title {
	font-size:20px;
	color:#333;
	font-weight:normal;
}
.boxes_style_3 .boxes{
	border:1px solid #DEDEDE;
	background-color:#F8F8F8;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.boxes_style_3 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
.boxes_style_4 .boxes{
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
}
.boxes_style_4 .boxes p{
	color:#fff;
	}
.boxes_style_4 .Boxes_title {
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_4 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_4 .boxes .but a.Button_default{
	background-color:transparent;
	border:1px solid #fff;
	}
.boxes_style_4 .boxes .but a.Button_default:hover{
	background-color:#AFAFAF;
	}
.boxes_style_4 .source_code a{
	color:#fff;
	}
.boxes_style_5 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	text-align:center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_5 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:0;
}
.boxes_style_5 .but{
	padding:10px 0;
}
.boxes_style_5 .boxes .but a.Button_default {
	padding:9px 35px;
	background-color:#EAEAEA;
	color:#666 !important;
}
.boxes_style_5 .boxes .but a.Button_default:after{
	display:none;
	}
.boxes_style_5 .boxes .but a.Button_default:hover{
	color:#fff!important;
	}
.boxes_style_6 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_6 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:0;
}
.boxes_style_7 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_7 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_7 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_8 .boxes{
	background-color:#333;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_8 .boxes p{
	color:#aaa;
	}
.boxes_style_8 .Boxes_title {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_8 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_9{
	}
.boxes_style_9 .boxes{
	padding:0 240px 0 0;
	z-index:1;
	position:relative;
}
.boxes_style_9 .Boxes_title {
	font-size:24px;
	color:#333333;
	font-weight: lighter;
	position:relative;
	padding:0px;
	margin:0 0 25px 0;
	line-height:normal;
}
.boxes_style_9 .but{
	margin:-26px auto 0;
	position:absolute;
	top:50%;
	right:0;
}
.boxes_style_9 p{
	margin:0;
	}
.boxes_style_9 .but a.Button_default{
	text-transform:uppercase;
	margin:0;
	}

.boxes_style_10{
	position:relative;
	padding:12px 0;
	}
.boxes_style_10 h1{
	font-size:28px;
	color:#fff;
	font-weight:lighter;
	margin:0;
	line-height:normal;
	}
.boxes_style_10 .but{
	position:absolute;
	top: 50%;
	right:0;
	margin: -30px 0 0 0;
	}

@media only screen and (max-width: 767px) {
	.boxes_style_1 .boxes,
	.boxes_style_4 .boxes,
	.boxes_style_7 .boxes,
	.boxes_style_8 .boxes{
		padding:20px 25px
		}

	.boxes_style_1 .but,
	.boxes_style_4 .but,
	.boxes_style_7 .but,
	.boxes_style_8 .but,
	.boxes_style_9 .but{
		position:static;
		padding:10px 0;
		margin:0;
	}
	.boxes_style_9 .boxes{
		padding:0;
	}
	.boxes_style_9 .Boxes_title{
		margin:0 0 20px 0;
	}
	.boxes_style_10{
		padding:0;
		text-align:center;
	}
	.boxes_style_10 .but {
		position: relative;
		top:auto;
		right:auto;
		margin: 20px 0 0 0;
	}
}













