﻿/* CSS Document */
/*font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*Common style*/
@import url( bootstrap.css );
@import url( animation.css);
#Body{
	color:#666666;
}
html,body{
	margin:0px; 
	height: 100%; 
	padding:0px; 
	font:normal 12px/1.6 'Open Sans', Arial; 
	color:#666666;
}
button, input, select, textarea, blockquote{
	font-family:'Open Sans';
}
p{
	margin:0px 0px 8px 0px;
}
table{
table-layout: fixed;
}
header,nav,section,footer{
	display:block;
}
TH,TD,DIV{
}
A,
A:link{
	text-decoration:none;
}
A:active{
	text-decoration: none; 
}
A:visited{
	text-decoration: none; 
}
A:hover{
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6{
	letter-spacing:normal;
	margin:0 0 10px 0;
	}
form#Form{
	height:100%;
}
.ModuleTitle_SubMenu{
	z-index:9999!important;
}	
.clearfix:after{
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.clearfix{
	display:inline-block;
}
.clearfix{
	display:block;
}
#dnn_ControlPanel #dnnCPWrap {
    filter: none !important;
}
ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img{
	color:#328DDE!important;	
}
.clear{
	clear:both;
}


/**************** Login page******************/
@media (max-width:767px) {
.loginContent .LoginPanel{
	width:100% !important;
}
.loginContent .dnnFormItem .dnnLoginRememberMe{
	white-space:nowrap;
}
 	
.loginContent .dnnFormLabel {
	 display:block !important;
	 text-align:left !important;
	}
#dnn_dnnSEARCH2_ClassicSearch .searchInputContainer ul.searchSkinObjectPreview{
	width:100%;
	}
}
#dnn_dnnSEARCH1_ClassicSearch .searchInputContainer ul.searchSkinObjectPreview{
	z-index:905;
	}
/**************** register page******************/


@media (max-width:767px) {
	.dnnRegistrationForm{
		min-width:inherit !important;
	}
	.dnnRegistrationForm .dnnForm{
		width:100%;
	}
 .dnnRegistrationForm .dnnFormLabel {
	 display:block !important;
	 text-align:left !important;
	}
 .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	 display:block !important;
	 float:none !important;
	 text-align:left !important;
	 width:100%;
	}
	.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp{
		right:auto !important;
		position:static !important;
		margin-left:5px !important; 
		}
	.dnnRegistrationForm .dnnForm .dnnFormItem {
		padding:0px !important;
		margin:0px !important;}
		
	.dnnRegistrationForm .dnnFormItem input[type="text"], 
	.dnnRegistrationForm .dnnFormItem input[type="password"], 
	.dnnRegistrationForm .dnnFormItem input[type="email"], 
	.dnnRegistrationForm .dnnFormItem input[type="tel"], 
	.dnnRegistrationForm .dnnFormItem select, 
	.dnnRegistrationForm .dnnFormItem textarea	{
		width:100%;
		margin-bottom:10px !important;
	}
}

/**************** Password page******************/
@media (max-width:767px) {
	.dnnSendPasswordContent {
		width:auto !important;
	}
	.dnnSendPasswordContent  .dnnLabel{
		display:block !important;
		width:100% !important;
		text-align:left;	
	}
	.dnnSendPasswordContent a.dnnFormHelp,
	.dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, 
	.dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp{
		position:static;
	}
	.dnnSendPasswordContent input[type="text"], 
	.dnnSendPasswordContent input[type="password"], 
	.dnnSendPasswordContent input[type="email"], 
	.dnnSendPasswordContent input[type="tel"], 
	.dnnSendPasswordContent select, 
	.dnnSendPasswordContent textarea	{
		width:90%;
		margin-bottom:10px !important;
	}
	.dnnSendPasswordContent ul.dnnActions{
		padding:0 !important;
	}
}

/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active{
	font-size:12px;
	color:#973939;
	text-decoration:none;
	font-weight:normal;
}
A.CommandButton:hover{
	color:#973939; 
	text-decoration: underline; 
	font-size:12px; 
	font-weight:normal; 
}	
.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active{
	color:#000;
	text-decoration: underline;
}
.FileManager A:hover{
	color:#000;
	text-decoration:none;
}
.pane_area {
	margin: 5px 0;
	height: 50px;
	line-height: 50px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	}
/* ********** Buttons Style ************** */
a.Button_blue {
	padding:12px 30px;
	margin:0px 10px;
	position:relative;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
	color:#FFFFFF !important;
	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? */
}
*+html a.Button_blue{
	display:inline;
}
a.Button_blue:hover {
	text-decoration:none;
	background:#555555;
}
a.Button_blue2{
	padding:8px 15px;
}

a.Button_blue span.glyphicons,
a.Button_blue2 span.glyphicons{
	font-size:24px;
	vertical-align:bottom; 
	margin-right:5px;
}
/* ********** Pane Style ************** */
[class*="Pane"],
.row [class*="Pane"] {
	padding:0px 0px 40px 0px;
}
.DNNEmptyPane{
	display:none;
}
.pt40{
	padding-top:40px;
	}
.pb40{
	padding-bottom:40px;
	}
.pt0{
	padding-top:0 !important;
	}
.pb0{
	padding-bottom:0 !important;
	}
.mt40{
	margin-top:40px;
	}
.mb40{
	margin-bottom:40px;
	}
.mt0{
	margin-top:0 !important;
	}
.mb0{
	margin-bottom:0 !important;
	}
.BannerPane,
.top_dp .TopDPane,
.LightGreyBGPane,
.LightGreyBGPaneB,
.row .BotBGPaneA,
.row .BotBGPaneB,
.FootPane,
.ConPaneB,
.ConPaneD,
.ConPaneF,
.header2 .HeadPane,
.header3 .HeadPane,
.HeadPaneB{
	padding:0;
	}
	
.BannerPane.DNNEmptyPane{
	display:block;
	width:100%;
	background-color:#FFF;
}
/* ********** Container Style ************** */
.Head{ 
	font-size:13px;
	font-weight:bold;
	color:#000; 
	font-family:'Open Sans', Arial;
}
.SubHead{ 
	font-size:13px;
	color:#000; 
	font-family:'Open Sans', Arial;
}
.SubSubHead{ 
	font-size:13px; 
	color:#000; 
	font-family:'Open Sans', Arial;
}
.Normal{ 
	font-size:12px;
	line-height:1.6;
	color:#666666; 
	font-family:'Open Sans', Arial;
}

/* ********** Login Style ************** */


/* ********** User Style ************** */


/* ********** Date Style ************** */
.date,
a.date:link,
a.date:active,
a.date:visited{
	color:#606060;	
	text-decoration:none;	
	font-weight:normal;	
	font-size:12px;
}
a.date:hover{
	color:#E165DD;
	}

/* ********** Footer Style ************** */
.footer,
a.footer:link,
a.footer:active,
a.footer:visited{
	font-size:12px;
	color:#bbb;
	text-decoration:none;
	font-weight:Normal;
}
a.footer:hover{
	text-decoration:none; 
	font-weight:Normal; 
	text-decoration:underline; 
}
/* ********** Privacy/Terms Style ************** */
.terms,
a.terms:link,
a.terms:active,
a.terms:visited{
	font-size:12px;	
	color:#bbb;	
	text-decoration:none;	
	font-weight: normal;	
	border-bottom:0px dotted;
}
a.terms:hover{
	text-decoration:none;
	font-weight:Normal; 
	text-decoration:underline;
}

/* ********** Links Style ************** */
.links,
a.links:link,
a.links:active,
a.links:visited{
	font-size:13px; 
	color:#9e9d9d; 
	text-decoration:none; 
	font-weight:normal;
	padding:0 0px;
}	
a.links:hover{
	color:#767676;
	text-decoration:underline;
	font-weight:normal;
}

/* ********** Breadcrumb Style ************** */
.breadcrumbicon_left{
	float:left;
	}
.breadcrumb_Pane{
	float:right;
	}






/* ********** Other Style ************** */	
.dnn_layout{
	width:964px;
	margin:0px auto;
}
.head_mid,
.content_mid,
.footer_mid{
	padding:0 20px;
	}
/* ********** HEADER ************** */	
.languageBox {
	float: left;
	white-space: nowrap;
	height: 34px;
	line-height: 34px;
	padding: 0px 15px;
}

.languageBox img {
	width: 20px;
}

.languageBox span img {
	margin-right: 7px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	vertical-align: middle;
}

*+html .languageBox span {
	font-size: 30px;
}

.languageBox span.selected img {
	filter: alpha(opacity=100);
	opacity: 1;
}




/* ********** BANNER ************** */
.homepage1_banner1line{
	width:100px;
	height:2px;
	background-color:#ffffff;
	margin:0 auto;
	}
.tp-caption a.bannerbutton{
	font-size:16px;
	line-height:20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 14px 45px;
	}
.tp-caption a.bannerbutton:hover{
	}
.homepage1_banner2line{
	width:100px;
	height:2px;
	}
.SliderRevolution3D.defaultskin .tp-leftarrow.default{
	width:70px;
	height:120px;
	background:none;
	background-color:rgba(0,0,0,0.4);
	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? */
	left:0 !important;
	}
.SliderRevolution3D.defaultskin .tp-leftarrow.default:hover{
	}
.SliderRevolution3D.defaultskin .tp-leftarrow.default:before{
	width:30px;
	height:30px;
	content:"";
	position:absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	-ms-transform:rotate(-45deg); /* IE 9 */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
	}
.SliderRevolution3D.defaultskin .tp-rightarrow.default{
	width:70px;
	height:120px;
	background:none;
	background-color:rgba(0,0,0,0.4);
	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? */
	right:0 !important;
	}
.SliderRevolution3D.defaultskin .tp-rightarrow.default:hover{
	}
.SliderRevolution3D.defaultskin .tp-rightarrow.default:before{
	width:30px;
	height:30px;
	content:"";
	position:absolute;
	right: 50%;
	top: 50%;
	margin: -15px -15px 0 0;
	border-top:5px solid #fff;
	border-right:5px solid #fff;
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	}
.SliderRevolution3D.defaultskin .tp-bullets{
	z-index:903;
	}
.SliderRevolution3D.defaultskin .tp-bullets.simplebullets.round .bullet{
	background: none;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border: 4px solid #fff;
	width: 7px;
	height: 7px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	}
.SliderRevolution3D.defaultskin .tp-bullets.simplebullets.round .bullet:hover, 
.SliderRevolution3D.defaultskin .tp-bullets.simplebullets.round .bullet.selected, 
.SliderRevolution3D.defaultskin .tp-bullets.simplebullets.navbar .bullet:hover, 
.SliderRevolution3D.defaultskin .tp-bullets.simplebullets.navbar .bullet.selected{
	}
	



/* ********** NAV ************** */	
/*main menu*/
.dnn_menu {
	position: relative;
	z-index: 904;
}
/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear:both;
}

#dnngo_megamenu .primary_structure{
	position:relative;
	clear:both;
	margin:0; 
	padding:0;
}

#dnngo_megamenu .primary_structure > li {
	float: left;
	list-style: none;
	position: relative;
}
#dnngo_megamenu .primary_structure > li > a {
	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? */

}
*+html #dnngo_megamenu .primary_structure > li > a {
	display: inline;
}


#dnngo_megamenu .primary_structure > li > a:hover,
#dnngo_megamenu .primary_structure > li.menu_hover > a ,
#dnngo_megamenu .primary_structure > li.current > a { 
	text-decoration:none;
}

/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 991;
	margin:0;
	padding:0;
}
/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	white-space:nowrap;
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li{
	margin:0;
	padding:0;
	}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding:0;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
}
#dnngo_megamenu .dnngo_menuslide ul li:last-child{
	border-bottom:none;	
	}
#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	padding: 0 16px 0 0;
	line-height:45px;
	font-size:12px;
	display: block;
	color: #bbb;
	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? */
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
}

#dnngo_megamenu .dnngo_slide_menu li a span{
	display: block;
	padding: 0 30px 0 17px;
	margin: 0px;
	background: none;
	width: auto;
	white-space: nowrap;
	}

#dnngo_megamenu .dnngo_slide_menu li.dir > a span:before {
	content: "\E224";
	font-family: 'Glyphicons Regular';
	font-size: 11px;
	right: 14px;
	line-height: normal;
	top: 14px;
	position: absolute;
}
#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover span:before,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a span:before{
	}
/*dnngo_boxslide*/

#dnngo_megamenu .dnngo_boxslide {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: auto;
	text-align:left;
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

#dnngo_megamenu .dnngo_boxslide .clear{
	clear:both;
	overflow:hidden;
	width:100%;
	height:0px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}


#dnngo_megamenu .dnngo_boxslide .menu_leftbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
	padding:15px;
}

#dnngo_megamenu .dnngo_boxslide .menu_rightbox {
	float:left;
	padding:15px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
	margin:0;
	padding:0;
	text-align:left;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li{
	list-style:none;
	padding: 5px 0 5px 20px;
	font-size:12px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul{
	padding:10px;
}  
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li {
	display:inline-block;
	vertical-align:top;
	margin-right:-6px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
	padding:0px 10px;
}

*+html #dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul >li{
	display:inline;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li > a > span{
	font-size:14px;
	border-bottom:1px solid #666;
	margin-bottom:10px;
	padding: 5px 10px 15px 0;
	display: block;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li > a > span:before{
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li > a:hover {
	text-decoration:none;}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li{
	width:100%!important;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	font-size:13px;
	display:block;
	width:100%;
	position:relative;
	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? */

}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
	text-decoration:none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span{
	display:block;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before{
	content: "\E224";
	font-family: 'Glyphicons Regular';
	font-size: 8px;
	left:-20px;
	line-height: normal;
	top:4px;
	position: absolute;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before{
}

#dnngo_megamenu .dnngo_boxslide .menu_topbox {
	width: 100%;
	padding:15px;
}

#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
	width: 100%;
	padding:15px;
}

#dnngo_megamenu h2.mega_title {
	font-weight:normal;
	font-size: 14px;
	border-bottom: 1px solid #666;
	margin: 0 0 20px 0;
	padding: 2px 10px 15px 0;
	line-height: normal;
	font-family: 'Open Sans'; 
}



/*roll_menu */
@-webkit-keyframes menuFlip {
	 0% {
		 -webkit-transform:perspective(1000px) rotateX(-90deg);
	}
	100% {
		 -webkit-transform:perspective(1000px) rotateX(0deg);
	}
}
@-moz-keyframes menuFlip {
	 0% {
		 -moz-transform:perspective(1000px) rotateX(-90deg);
	}
	100% {
		 -moz-transform:rotateX(0deg)
	}
}
 @-o-keyframes menuFlip {
	 0% {
		 -o-transform:perspective(1000px) rotateX(-90deg);
	}
	100% {
		 -o-transform:rotateX(0deg)
	}
}
 @keyframes menuFlip {
	 0% {
		 transform:perspective(1000px) rotateX(-90deg);
	}
	100% {
		 transform:rotateX(0deg)
	}
}
.roll_menu.roll_activated {
	top:0px!important;
	left:0;
	opacity:1!important;
	-webkit-animation-name: menuFlip;
	-moz-animation-name: menuFlip;
	-o-animation-name: menuFlip;
	animation-name: menuFlip;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
/*roll_menu end*/
.about_list{
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
	border-bottom:1px solid #424242;
	}
.about_list li{
	list-style-type:none;
	border-bottom:1px solid #424242;
	font-size: 13px;
	padding:10px 0;
	}
.about_list li:last-child{
	border-bottom:none;
	}
.about_list li span{
	font-size: 18px;
	top: 5px;
	margin: 0 15px 0 5px;
	}

/* ********** CONTENT ************** */	
/*Left Menu*/
#left_menu {
	padding: 0px 0px 0px;
	margin: 0px;
	min-height: 300px;
}
#left_menu .menu_arrow{
	display:none;
	}
#left_menu img {
	display: none;
}

#left_menu ul {
	padding: 0px;
	margin: 0px;
}

#left_menu ul li {
	list-style: none;
}

#left_menu ul li a {
	display: block;
	text-transform:capitalize;
	font-family:'Open Sans';
 	font-size:14px;
	text-decoration: none;
	padding: 13px 10px 13px 20px;
	color: #555555;
	line-height: 19px;
	margin-bottom: 7px;
	background-color:#EEEEEE;
	position: relative;
	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? */
}

#left_menu ul li.dir > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0px;
	height: 0px;
	border-style:solid;
	border-color:transparent transparent transparent #666;
	border-width:5px;
	margin:-4px 0 0 0;

}

#left_menu > .menu_main > .multi_menu > ul > li > a:hover,
#left_menu > .menu_main > .multi_menu > ul > li.current > a:hover,
#left_menu > .menu_main > .multi_menu > ul > li.current > a {
	color: #FFF;
}

#left_menu > .menu_main > .multi_menu > ul > li > a:hover:before{
	border-color:transparent transparent transparent #fff;
}

#left_menu > .menu_main > .multi_menu > ul > li.current > a:hover:before,
#left_menu > .menu_main > .multi_menu > ul > li.current > a:before{
	border-color:#fff transparent transparent transparent;
}

#left_menu ul ul {
	padding:0;
	margin:0;
	display: none;
}

#left_menu ul ul ul {
	padding: 5px 0px 0;
	display: none;
	margin-bottom: 0px;
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

#left_menu ul li.current > ul {
	display: block;
}

#left_menu ul ul .current > ul {
	display: block;
}

#left_menu ul li li {
	margin: 0;
	border-bottom: none;
	padding: 0 11px;
}

#left_menu ul li li a {
	background-color:transparent;
	position: relative;
	padding: 5px 5px 5px 15px;
	line-height: 18px;
	font-size: 12px;
	border: none;
	white-space: normal;
	color: #555;
	text-transform: none;
}

#left_menu ul li li:last-child a {
}

#left_menu ul ul ul li:last-child a {
}

#left_menu .multi_menu ul ul li a:before {
	right: 5px;
}
#left_menu > .menu_main > .multi_menu > ul > li > a:hover ,
#left_menu > .menu_main > .multi_menu > ul > li.current > a:hover,
#left_menu > .menu_main > .multi_menu > ul > li.current > a {
}
#left_menu ul li li a:hover,
#left_menu ul li li.current > a {
}
#left_menu ul li li a:hover:before{
}
#left_menu ul li li.current > a:before {
}

.DnnModule ul, ol {
    padding: 0 0 0 5px;
}

.tree_lft { padding: 15px; margin-bottom: -22px; padding-left: 15px;  padding-bottom: 2px;}

.tr_ttl {padding: 5px 0 8px 4px; color: #000000; font-weight: 600; font-size: 12px; list-style-type:none;}

ul.tree_lft li {list-style-type:none;}

ul.tree_lft li a {display: block; padding: 0px 0 3px 12px; background: none; font-size: 12px; line-height: 15px; color: #000;}

ul.tree_lft li a:hover {color: #898989; text-decoration: none;}

ul.trms li { list-style-type: square; position: relative;}

.ft_ttl{color: #000000; font-size: 13px; font-weight: bold;}

.trms_ttl {color: #000000;font-size: 15px;font-weight: bold;} 



/*--------- Left Menu End----------*/
/*anchor Nav*/
#anchorNav {
	position:fixed;
	right:50px;
	top:30%;
	margin:0;
	padding:0;
	z-index:10000;
}
#anchorNav li{
	list-style:none;
	cursor:pointer;
	position:relative;
	margin-bottom:10px;
}
#anchorNav li i{
	display:block;
	width:20px;
	height:20px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	background-color:rgba(0,0,0,0.4);
	text-indent:-200px;
	overflow:hidden;
	transition: 		background-color ease-out 1000ms;
	-moz-transition: 	background-color ease-out 1000ms; /* Firefox 4 */
	-webkit-transition: background-color ease-out 1000ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-out 1000ms; /* Opera */
	-ms-transition: 	background-color ease-out 1000ms; /* IE9? */
}
#anchorNav li:hover i,
#anchorNav li.active i{
}
#anchorNav li span{
	position:absolute;
	right:100%;
	top:-5px;
	background-color:#7f7f7f;
	padding:9px 13px;
	white-space:nowrap;
	line-height:1;
	color:#FFF;
	margin-right:10px;
	filter:alpha(opacity=0);
	opacity:0;
	visibility:hidden;
	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? */
}
#anchorNav li span:after{
	content:"";
	border:5px solid transparent;
	border-left-color:#7f7f7f;
	position:absolute;
	right:-10px;
	top:50%;
	margin-top:-5px;
}
#anchorNav li:hover span{
	filter:alpha(opacity=100);
	opacity:1;
	visibility:visible;
}





/* ********** Source Code style ************** */	
/*Custom Buttons style*/
a.Button_style1{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important ;
	text-decoration:none;
	background:	url(images/but_bg.png) repeat-x  left bottom;
	background-size:contain;
	border-radius:		    3px 3px 4px 4px;
	-moz-border-radius:		3px 3px 4px 4px;
	-webkit-border-radius:	3px 3px 4px 4px;
	-moz-box-shadow:	0 -3px rgba(0, 0, 0, 0.2) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:			0 -3px rgba(0, 0, 0, 0.2) inset;        
	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? */
}
a.Button_style2{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important ;
	text-decoration:none;
	background:	url(images/but_bg.png) repeat-x  left bottom;
	background-size:contain;
	border-radius:		    3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	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? */
}
a.Button_style3{
	padding:10px 16px;
	margin:0px 5px 5px 0;
	position:relative;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	color:#FFFFFF!important;
	text-decoration:none;
	border-radius:		    3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	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? */
}

a[class*="Button"].Red              	{ background-color: #df0c00 }
a[class*="Button"].Teal          		{ background-color: #20b2aa }
a[class*="Button"].Cyan          		{ background-color: #38B3C2 }
a[class*="Button"].Cyan:hover     		{ background-color: #73c9d4 }
a[class*="Button"].Violet               { background-color: #6f0080 }
a[class*="Button"].Magenta          	{ background-color: #DD127B }
a[class*="Button"].Magenta:hover       	{ background-color: #e759a2 }
a[class*="Button"].MidnightBlue         { background-color: #191970 }
a[class*="Button"].gold               	{ background-color: #ffd700 }
a[class*="Button"].OliveDrab            { background-color: #76a732 }
a[class*="Button"].SteelBlue            { background-color: #4682b4 }
a[class*="Button"].GoldenOrange         { background-color: #f88616 }
a[class*="Button"].silver            	{ background-color: #c0c0c0 }
a[class*="Button"].dark                 { background-color: #4a4949 }
a[class*="Button"].Grey                 { background-color: #71706E }
a[class*="Button"].Grey:hover           { background-color: #9b9a99 }



a[class*="Button"].small {
	    font-size: 12px;
		letter-spacing: 1px;
		padding: 10px 16px;
		line-height: 18px;
}
a[class*="Button"].large {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 20px;
    padding: 15px 22px;
}
a[class*="Button"].jumbo {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 18px 26px;
}

a.Button_style1:hover,
a.Button_style2:hover,
a.Button_style3:hover{
	color:#FFF!important;
	background-color:#2e2e2e;
	text-decoration:none;
}
*+html a.Button_style1,
*+html a.Button_style2,
*+html a.Button_style3{
	display:inline;
}
/*list*/
.list_style {
	margin:0px;
	padding:0px;
}
.list_style li {
	list-style:none;
	padding:3px 0px;
}
.list_style li .glyphicons,
.list_style li .social{
	margin-right:5px;
	color:#22bb75;
	margin:0 10px 0 0;
}
/*dividers*/
.dividers_1{
	border:none;
	background:url(images/dividers_1.png) repeat-x left center;
	height:5px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_2{
	border:none;
	border-bottom:1px solid #e4e4e4;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_3{
	border: none;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	height: 0px;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 30px 0;
}
.dividers_3 span{
	font-size: 17px;
	display: inline-block;
	width: 46px !important;
	height: 46px;
	top: -23px;
	line-height: 43px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #e4e4e4;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0;
	color: #e4e4e4;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
.dividers_4 {
	border: none;
	background: url(images/line4.png) repeat-x left center;
	height: 10px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	}
.dividers_5{
	border: none;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	height: 4px;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 30px 0;
}
.dividers_5 span{
	font-size: 24px;
	display: inline-block;
	width: 56px !important;
	height: 56px;
	top: -28px;
	line-height: 56px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0;
	color: #e4e4e4;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
.dividers_6 {
	border: none;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    clear: both;
    display: block;
    height: 4px;
    overflow: hidden;
    width: 100%;
}
.dividers_7{
	border:none;
	background:url(images/dividers_7.png) left center;
	height:5px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_8{
	border: none;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	height: 0px;
	width: 100%;
	clear: both;
	display: inline-block;
	margin: 30px 0;
}
.dividers_8 span{
	top: -20px;
	position: relative;
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #E4E4E4;
	margin: 0 auto;
	background: #FFF;
	padding: 10px 29px;
	color: #9d9d9d;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
/*source_code*/
.source_code pre,
.source_code .source_box {
    display: none;
}

.source_code .source_box pre {
	display: block;
}
/*SectionStyles*/
.SectionStyles1{
	text-align:left;
	}
.SectionStyles1 h3{
	font-size:20px;
	color:#22BB75;
	font-weight: normal;
	line-height: normal;
	}
.SectionStyles1 p{
	color:#666;
	margin:0;
	}
.SectionStyles2{
	text-align:center;
	background-color:#F2F2F2;
	}
.SectionStyles2 h3{
	font-size:20px;
	color:#22BB75;
	font-weight: normal;
	margin:0 0 20px 0;
	line-height:normal;
	}
.SectionStyles2 p{
	color:#666;
	margin:0;
	}
.SectionStyles3{
	background-image:url(images/Sectionbg3.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	}
.SectionStyles3_bg{
	text-align:center;
	background-image:url(images/Sectionbg7.png);
	background-repeat:repeat;
	}
.SectionStyles3 h3{
	font-size:36px;
	color:#fff;
	font-weight: normal;
	line-height: normal;
	margin:0 0 20px 0;
	}
.SectionStyles3 p{
	color:#fff;
	margin:0;
	}
.SectionStyles4{
	background-image:url(images/Sectionbg4.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	}
.SectionStyles4_bg{
	text-align:center;
	background-image:url(images/Sectionbg7.png);
	background-repeat:repeat;	
	}
.SectionStyles4 h3{
	font-size:36px;
	color:#fff;
	font-weight: normal;
	line-height: normal;
	margin:0 0 20px 0;
	}
.SectionStyles4 p{
	color:#fff;
	margin:0;
	}
.SectionStyles5{
	background-image: url(images/Sectionbg5.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	}
.SectionStyles5_bg{
	background-color:rgba(0,0,0,0.25);
	position:relative;
	z-index:0;
	}
.SectionStyles6{
	background-image: url(images/Sectionbg6.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	}
.SectionStyles6_bg{
	background-color:rgba(0,0,0,0.6);
	position:relative;
	z-index:0;
	}

.SectionStyles7{
	background:url(images/pic3.jpg) no-repeat center bottom;
	background-attachment:fixed;
	background-size:cover;
	}

.SectionStyles7_con{
	background:url(images/Sectionbg7.png);
	position: relative;
	text-align:center;
	}
.SectionStyles7_con .SectionStyles7_main .SectionStyles7_conbox{
	position:relative;
	margin: 10px 0 15px 0;
	}
.SectionStyles7_con .SectionStyles7_main .SectionStyles7_conbox .icon{
	width:36px;
	height:36px;
	border:1px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 auto;
	background-image:url(images/arrow-1.png);
	background-position:13px -83px;
	background-repeat:no-repeat;
	}
.SectionStyles7_con .SectionStyles7_main .SectionStyles7_conbox .icon:before{
	width:106px;
	height:1px;
	position:absolute;
	background-color:#fff;
	content:"";
	top: 50%;
	left: 50%;
	margin: 0 0 0 -134px;
	}
.SectionStyles7_con .SectionStyles7_main .SectionStyles7_conbox .icon:after{
	width:106px;
	height:1px;
	position:absolute;
	background-color:#fff;
	content:"";
	top: 50%;
	left: 50%;
	margin: 0 0 0 28px;
	}

.SectionStyles7_con h3{
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	display: inline-block;
	margin-top: 0px;	
	}
.SectionStyles7_con p{
	color:#fff;
	padding: 0 135px;
	margin: 0 0 20px 0;
	}
.SectionStyles7_conbox1 .SectionStyles7_conbox2{
	background-color: rgba(255,255,255,0.25);
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 39px 0;
	}
.SectionStyles7_conbox1 .SectionStyles7_conbox2 span.number{
	display:block;
	font-size:45px;
	color:#fff;
	}
.SectionStyles7_conbox1 .SectionStyles7_conbox2 span.number_name{
	font-size:15px;
	display:block;
	color:#fff;
	}
/*Boxes*/
.boxes .but a.Button_default2{
	border:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	padding: 12px 24px;
	transition: background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms;
	-o-transition: background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms;
	}
.boxes_style_1,
.boxes_style_2,
.boxes_style_3,
.boxes_style_4,
.boxes_style_5,
.boxes_style_6,
.boxes_style_7,
.boxes_style_8{
	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:#f4f4f4;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
}
.boxes_style_1 .Boxes_title {
	font-size:18px;
	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_1 .but a.Button_default2{
	background-color:#fff;
	}
.boxes_style_1 .but a.Button_default2:hover{
	background-color:#444;
	border:1px solid #444;
	color:#fff;
	}
.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_default2{
	background-color:transparent;
	border:1px solid #fff;
	color:#fff;
	}
.boxes_style_4 .boxes .but a.Button_default2:hover{
	background-color: #444;
	border: 1px solid #444;
	}
.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_default2{
	padding:9px 35px;
	background-color:#444;
	color:#fff;
}
.boxes_style_5 .boxes .but a.Button_default2:hover{
	color:#fff;
	}
.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_7 .but a.Button_default2{
	color:#fff;
	}
.boxes_style_7 .but a.Button_default2:hover{
	background-color:#444;	
	}
.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_8 .but a.Button_default2{
	color:#fff;
	}
.boxes_style_8 .but a.Button_default2:hover{
	background-color:#444;	
	}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.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{
		position:static;
		padding:10px 0;
		margin: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{
		position:static;
		padding:10px 0;
		margin:0;
	}
}	
/*******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 {
}

.price-table [class*="span"] {
	margin-bottom: 15px;
}

.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 .price_holder {
	border: 1px solid #E4E4E4;
	margin: 0 0 0 -1px;
	min-height: 300px;
	padding-bottom: 12px;
}


.price-table .price_box {
	color: #444444;
	padding: 20px 0px 25px 0px;
}

.price-table .sup {
	font-size: 28px;
	line-height: 34px;
	vertical-align: top;
}

.price-table .price {
	font-size: 48px;
	line-height: 50px;
}

.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 {
	margin-top: 10px;
	position: relative;
	font-size: 15px;
	border: none;
	background: transparent;
	color: #FFF ;
	text-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 5px 20px;
	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 .btn:hover {
	background-color: #525252;
}

.price-table1{
	text-align:center;
	}
.price-table1 .col-sm-4{
	border-left:1px solid #ECECEC;
	}
.price-table1 .col-sm-4:first-child{
	border-left:none;
	}
.price-table1 .price_icon1,
.price-table1 .price_icon2,
.price-table1 .price_icon3{
	margin:0 auto;
	width:170px;
	height:170px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #22BB75;
	color:#22BB75;
	}
.price-table1 .price_icon1 span.glyphicons.glyph-imac,
.price-table1 .price_icon2 span.glyphicons.glyph-imac,
.price-table1 .price_icon3 span.glyphicons.glyph-imac{
	font-size:48px;
	top: 50%;
	margin: -29px 0 0 0;
	}
.price-table1 .price_icon2 span.glyphicons.glyph-iphone,
.price-table1 .price_icon3 span.glyphicons.glyph-iphone{
	font-size: 18px;
	top: 50%;
	margin: -9px 0 0 0;
	}
.price-table1 .price_icon3 span.glyphicons.glyph-ipad{
	font-size: 22px;
	top: 50%;
	}
.price-table1 .price_title{
	border:none;
	color:#333;
	padding-top: 20px;
	padding-bottom: 20px;
	}
.price-table1 .price_title h2{
	font-size:20px;
	text-transform:uppercase;
	color:#333;
	} 
.price-table1 .price_holder {
	border: none;
	margin: 0 30px;
	}
.price-table1 .price_box {
	color: #22BB75;
	text-transform:uppercase;
	padding: 0 0px 25px 0px;
	}
.price-table1 .sup {
	font-size: 50px;
	line-height: normal;
	vertical-align: baseline;
	}
.price-table1 .price {
	font-size: 50px;
	line-height: normal;
	}
.price-table1 .unit{
	font-size: 20px;
	line-height: normal;
	}
.price-table1 .price_holder p{
	margin: 0px 0px 13px 0px;
	color:#666;
	}
.price-table1 .price_holder ul{
	border-bottom:none;
	}
.price-table1 .price_holder ul li {
	border-top:none;
	border-bottom: 1px solid #DEDEDE;
	color:#666;
	}
.price-table1 .price_holder ul li span{
	color:#333;
	}
.price-table1 .btn{
	background-color:#22BB75;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 10px 42px;
	}
.price-table2.row{
	margin-right: -2px;
	margin-left: -2px;
	}
.price-table2 .col-md-3{
	padding-left:2px;
	padding-right:2px;	
	}
.price-table2{
	text-align:center;
	}
.price-table2 .price_icon{
	background-color:#535353;
	border-top:3px solid #22BB75;
	}
.price-table2 .price_icon span.glyphicons{
	color:#fff;
	font-size:24px;
	padding: 20px 0 0 0;
	}
.price-table2 .price_icon .price_title{
	border:none;
	color:#fff;
	padding-bottom: 20px;
	}
.price-table2 .price_icon .price_title h2{
	color:#fff;
	}
.price-table2 .price_holder{
	border:none;
	margin:0;
	padding-bottom:0px;
	}
.price-table2 .price_box {
	color: #22BB75;
	text-transform:uppercase;
	padding: 25px 0px 0px 0px;
	}
.price-table2 .sup {
	font-size: 50px;
	line-height: normal;
	vertical-align: baseline;
	}
.price-table2 .price {
	font-size: 50px;
	line-height: normal;
	}
.price-table2 .unit{
	font-size: 20px;
	line-height: normal;
	}
.price-table2 .price_holder p{
	font-size:15px;
	color:#aaa;
	margin: 0px 0px 25px 0px;
	}
.price-table2 .price_holder ul{
	border-bottom:none;
	margin:0;
	}
.price-table2 .price_holder ul li{
	font-size:13px;
	color:#666;
	background-color:#F0F0F0;
	margin-bottom:3px;
	border-top: none;
	padding: 20px 0;
	}
.price-table2 .price_holder ul li span.glyphicons{
	font-size:16px;
	color:#22BB75;
	margin: 0 2px;
	}
.price-table2 .btn{
	margin-top:0;
	background-color:#22BB75;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 7px 27px;
	}
/*******price-table3*******/ 
.price-table3{
	padding:30px 0 40px 0;
	}
.price-table3 [class*="col-sm-4"] {
	padding-right: 0px;
	padding-left: 0px;
}
.price-table3 .price_border{
	transition: 		box-shadow ease-in 200ms;
	-moz-transition: 	box-shadow ease-in 200ms; /* Firefox 4 */
	-webkit-transition: box-shadow ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		box-shadow ease-in 200ms; /* Opera */
	-ms-transition: 	box-shadow ease-in 200ms; /* IE9? */
	position:relative;
	z-index:1;
}
.price-table3 .price_border:hover{
	box-shadow:0 0 13px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 13px rgba(0, 0, 0, 0.5);	
	-webkit-box-shadow:0 0 13px rgba(0, 0, 0, 0.5);
	position:relative;
	z-index:2;
	}
.price-table3 .price_title {
	background-color:#22bb75;
	border:none;
	text-align:center;
	padding:22px 0;
	margin: 0 0 0 -1px;
	text-transform:uppercase;
}
.price-table3 .price_title h2{
	font-size:24px;
	color:#fff;
	font-weight: normal;
}
.price-table3 .price_holder {
	padding:0;
	text-align:center;
	background-color:#F3F3F3;
	border:none;
}
.price-table3 .price_box {
	text-align:center;
	color:#222;
}

.price-table3 .price_box .sup,
.price-table3 .price_box .price,
.price-table3 .price_box .unit{
}
.price-table3 .price_box .sup {
	font-size:40px;
	vertical-align:initial;
}
.price-table3 .price_box .price{
	font-size:40px;
}
.price-table3 .price_box .unit{
	font-size:15px;
	color:#666;
}
.price-table3 .price_holder ul{
	margin:0px;
	background-color:#E5E5E5;
	border-bottom:none;
}
.price-table3 .price_holder ul li{
	color:#666;
	font-size:13px;
	border-top:none;
}
.price-table3 .price_holder ul li:first-child{
	}
.price-table3 .price_holder ul li:nth-child(odd){
}
.price-table3 .price_holder ul li span{
	color:#333;
	}
.price-table3 .price_holder a.btn{
	padding: 12px 44px;
	margin:40px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	color: #22bb75;
	border:1px solid #22bb75;
}
.price-table3 .price_holder a.btn:hover{
	background-color:#22bb75;
	color:#fff;
}
.price-table3 .best_value{
	margin:-20px 0 0 0;
}
.price-table3 .best_value .price_border{
	box-shadow:0 0 13px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 13px rgba(0, 0, 0, 0.5);	
	-webkit-box-shadow:0 0 13px rgba(0, 0, 0, 0.5);
	position:relative;
	z-index:3;
	}
.price-table3 .best_value .price_title{
	padding: 32px 0;
	}
.price-table3 .best_value .price_title h2{
	}
.price-table3 .best_value .price_holder {
	}
.price-table3 .best_value .price_box{
}
.price-table3 .best_value .price_box .sup,
.price-table3 .best_value .price_box .price,
.price-table3 .best_value .price_box .unit{
}
.price-table3 .best_value .price_holder ul{
}
.price-table3 .best_value .price_holder ul li{
}
.price-table3 .best_value .price_holder ul li:nth-child(even){
}
.price-table3 .best_value .price_holder a.btn{
	margin:50px 0;
}
.price-table3 .best_value .price_holder a.btn:hover{
}









/*chart_list*/
.chart_list {
    text-align: center;
}
.chart_list .percentage {
    margin: auto auto 8px;
    position: relative;
	color:#22BB75;
    
}
.chart_list .percentage .percentage_inner {
    font-size:60px;
    left: 50px;
	top: 86px;
    position: absolute;
    text-align: center;
    width: 170px;
	height:170px;
	border-radius:50%;
	line-height:1.2;
	color:#22BB75;
}
.chart_list .percentage .percentage_inner p{
	font-size:13px;
	}
/*loaded_list*/
.loaded_list p{
	color:#666;
	font-size:14px;
	}
.loaded_list .progress .bar{
	position:relative;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	height:14px;
	line-height:14px;
/*	box-shadow:1px 1px 0px rgba(0,0,0,0.2);	
	-moz-box-shadow:1px 1px 0px rgba(0,0,0,0.2); 	
	-webkit-box-shadow:1px 1px 0px rgba(0,0,0,0.2);
*/	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:#22BB75;
}
.loaded_list .progress{
	overflow:visible;
	height:14px;
	line-height:14px;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	background-color:#EEEEEE;
	box-shadow:none;
}
.loaded_list .bar span {
	position:absolute;
	right:0px;
	bottom:100%;
	background:#4C4C4C;
	color:#fff;
	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 .bar span:before{
    border:5px solid transparent;
    border-top:5px solid #4C4C4C;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0!important;
	margin-left:-5px;
}
.loaded_list2 p{
	color:#666;
	font-size:13px;
	}
.loaded_list2 .progressborder{
	border:2px solid #E4E4E4;
	padding:7px;
	border-radius:			25px;
	-moz-border-radius:		25px;
	-webkit-border-radius:	25px;
	margin-bottom:20px;
	
	}
.loaded_list2 .progress{
	overflow:visible;
	height:20px;
	line-height:20px;
	border-radius:			25px;
	-moz-border-radius:		25px;
	-webkit-border-radius:	25px;
	background-color:#F0F0F0;
	box-shadow:none;
	margin-bottom:0px;
}
.loaded_list2 .progress .bar{
	position:relative;
	border-radius:			25px;
	-moz-border-radius:		25px;
	-webkit-border-radius:	25px;
	height:20px;
	line-height:20px;
	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:#22BB75;
}
.loaded_list2 .bar span {
	color:#fff;
	background-color: #4A4A4A;
	display: inline-block;
	border-radius:25px 0 0 25px;
	padding: 0 7px;
	}
.loaded_list2 .bar span:before{
	}	
.OurSkill{
	background: url(images/dividers_1.png) repeat-x left center;
	margin: 0 0 20px 0;
	}
.OurSkill span{
	font-size:20px;
	background-color:#fff;
	color:#333;
	line-height:normal;
	text-transform:uppercase;	
	padding:0 20px 0 0;
	}	
	

.loaded_list3 .progress {
	overflow: visible;
	width: 22px;
	height: 160px;
	margin: 50px auto;
	position: relative;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #EEEEEE;
	box-shadow: none;
	}
.loaded_list3 .progress .bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 25px 25px 0px 0;
	-moz-border-radius:25px 25px 0px 0;
	-webkit-border-radius: 25px 25px 0px 0;
	height: 0px;
	width: 22px;
	transition: height ease-in 1000ms;
	-moz-transition: height ease-in 1000ms;
	-webkit-transition: height ease-in 1000ms;
	-o-transition: height ease-in 1000ms;
	-ms-transition: height ease-in 1000ms;
	background-color:#22BB75;
	}
.loaded_list3 .bar span {
	color: #f0f0f0;
	font-size:12px;
	background-color: #333;
	display: inline-block;
	border-radius: 50%;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	position:absolute;
	bottom: -37px;
	margin: 0 -9px;
	z-index:-1;
	}
.loaded_list3 .progress_rightbox{
	margin:50px 0;
	}
.loaded_list3 .progress_rightbox h3{
	font-size:26px;
	font-weight:normal;
	line-height:normal;
	color:#22BB75;
	}
.loaded_list3 .progress_rightbox .line{
	width:30px;
	height:2px;
	background-color:#22BB75;
	margin:10px 0;
	}
.loaded_list3 .progress_rightbox p{
	color:#666;
	}
	
/*number_Animation*/
.number_Animation_main{
	background-color:#F0F0F0;	
	}
.number_Animation .number_Animation_bg{
	background-color: #EEEEEE;
	}
.number_Animation {
	text-align:center;
}
.number_Animation .glyphicons {
	font-size: 82px;
	display: block;
	margin-bottom: 10px;
	color:#22BB75;
	}
.number_Animation .number {
	display:block;
	font-size: 70px;
	color: #333;
}
.number_Animation .number_name{
	font-size: 16px;
	color: #888;
	display:block;
	}	



.number_Animation_1 {
	text-align:center;
}
.number_Animation_1 .number_Animation_bg{
	padding: 40px 0;
	}
.number_Animation_1 .number {
	display:block;
	font-size: 72px;
	color: #fff;
}
.number_Animation_1 .number_name{
	font-size: 16px;
	color: #fff;
	display:block;
	text-transform:uppercase;
	}
	
/*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? */
}
.Testimonials_tab .last_page{
	right:32px;
}
.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover{
	color:#FFF;
	text-decoration:none;
}
.Testimonials_tab .dot{
	position:absolute;
	bottom:0;
}
.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;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
*+html .Testimonials_tab .dot a{
	display:inline;
}
.Testimonials_tab .dot a.actived {
	background:#606060;
	width:10px;
	height:10px;
}
/*Testimonials_1*/	
.Testimonials_1left{
	position:relative;
	width:220px;
	height:204px;
	background-color:#F0F0F0;
	float:left;
	}
.Testimonials_1left:before{
	position: absolute;
	content: '”';
	font-size: 300px;
	color: #22BB75;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	left: 50%;
	margin: 15px 0 0 -50px;
	top: 0;
	height: 100%;
	}
.Testimonials_1left:after{
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	border-style: solid;
	border-color: transparent transparent transparent #f0f0f0;
	border-width: 16px 0 16px 16px;
	right: 0;
	margin: -8px -16px 0 0;
	top: 50%;
	}
.Testimonials_1 blockquote{
	border-left:none;
	font-style:normal;
	}
.Testimonials_1 blockquote h3{
	font-size:18px;
	color:#22BB75;
	font-weight:normal;
	line-height:normal;	
	}
.Testimonials_1 blockquote p{
	font-size:12px;
	color:#666666;
	font-weight:normal;
	font-style:normal;
	line-height:20px;
	}
.Testimonials_1 small img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	margin-top:15px;
	float: left;
	vertical-align: middle;
	}
.Testimonials_1 small span {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin-top: 28px;
	color:#22BB75;
	font-style:normal;
	}
.Testimonials_1 small:before {
	color:#22BB75;
	}
.Testimonials_1 .dot {
	right: 15px;
	bottom: 15px;
	}
.Testimonials_1 .dot a {
	width: 15px;
	height: 15px;
	background-color: #D8D8D8;
	border: none;
	}
.Testimonials_1 .dot a.actived {
	width: 15px;
	height: 15px;
	background-color: #22bb75;
	}
/*Testimonials_2*/
.Testimonials_2main > h3{
	font-size:18px;
	color:#22BB75;
	font-weight:normal;
	line-height:normal;
	text-align: center;
	margin:0 0 30px 0;	
	}
.Testimonials_2top .col-sm-6:nth-child(2),
.Testimonials_2topbottom .col-sm-6:nth-child(2){
	border-left:1px solid #E3E3E3;
	}
.Testimonials_2center{
	margin: 20px -15px 30px;
	}
.Testimonials_2center .line{
	width:90%;
	height:1px;
	background-color:#e3e3e3;
	float:left;
	}
.Testimonials_2center .line2{
	width:90%;
	height:1px;
	background-color:#e3e3e3;
	float:right;
	}
.Testimonials_2{
	position: relative;
	}
.Testimonials_2 li {
	padding-left: 100px;
	width: auto;
	}
.Testimonials_2 .Pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	}
.Testimonials_2 .Pic img {
	max-width: 100%;
	}
.Testimonials_2 blockquote {
	padding: 0px;
	background: none;
	padding-bottom: 0px;
	position: relative;
	border-left: none;
	font-style:normal;
	}
.Testimonials_2 blockquote p{
	font-size:12px;
	color:#666;
	font-style: normal;
	line-height:20px;
	font-weight: normal;
	}
.Testimonials_2 blockquote small:before, 
.Testimonials_2 blockquote .small:before{
	content:"";
	}
.Testimonials_2 small span {
	font-size: 13px;
	font-weight: normal;
	margin-top: 13px;
	display: block;
	color: #22BB75;
	}
/*Testimonials_3*/
.Testimonials_3{
	overflow: visible;
	}
.Testimonials_3 .dot{
	right: 50%;
	bottom: 0;
}
.Testimonials_3 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_3 .dot a.actived{
	width:15px;
	height:15px;
	background-color:#22BB75;
}

.Testimonials_3 blockquote{
	background:none;
	padding:40px 50px;
	margin:0 0 50px 0;
	text-indent:0;
	border-left:none;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.Testimonials_3 blockquote:before{
	content: '“';
	line-height: 76px;
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 158px;
	color: #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	}
.Testimonials_3 blockquote:after{
	content: '”';
	line-height: 76px;
	position: absolute;
	right: 40px;
	top: 50%;
	font-size: 158px;
	color: #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;	
	}
.Testimonials_3 blockquote p{
	text-align:center;
	padding:0 50px;
	color:#666;
	font-size:12px;
	font-style: normal;
	text-indent:0;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
}
.Testimonials_3 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	font-style:normal;
	padding:24px 0 0 0px;
	text-align:center;
}
.Testimonials_3 small:before{
	content:"";
	}
.Testimonials_3 small:after{
	content:"";
}

.Testimonials_3 small img{
	display:none;
}
.Testimonials_3 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	color:#22BB75;
}
/*Testimonials_4*/
.Testimonials_4{
	}
.Testimonials_4 .dot{
	left:0px;
	bottom:9px;
}
.Testimonials_4 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_4 .dot a.actived{
	width:15px;
	height:15px;
	background-color:#22BB75;
}

.Testimonials_4 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
.Testimonials_4 blockquote:before{
	content:'“';
	width:0px;
	height:0px;
	position:absolute;
	left:20px;
	top:34px;
	font-size:60px;
	color:#CACACA;
	font-family:Georgia;
	}
.Testimonials_4 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:65px;
	font-size:60px;
	color:#CACACA;
	font-family:Georgia;
	}
.Testimonials_4 blockquote p{
	background-color:#EEEEEE;
	border:none;
	padding:20px;
	font-size:12px;
	color:#666;
	font-style: normal;
	text-indent:3em;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
}
.Testimonials_4 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#22BB75;
	font-style:normal;
	padding:15px 0 0 0;
	text-align:right;
}
.Testimonials_4 small:before{
	}
.Testimonials_4 small:after{
	content:" ";
	position:absolute;
	top:0px;
	right:55px;
	width:0px;
	height:0px;
	border-left: 11px solid #fff;
	border-bottom: 11px solid #fff;
	border-top: 11px solid #EEEEEE;
	border-right: 0 solid #fff;
}

.Testimonials_4 small img{
}
.Testimonials_4 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	margin-top:13px;
}

/*Testimonials_5*/
.Testimonials_5{
	}
.Testimonials_5 .dot{
	left:0px;
	bottom:9px;
}
.Testimonials_5 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_5 .dot a.actived{
	width:15px;
	height:15px;
	background-color:#22BB75;
}

.Testimonials_5 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
.Testimonials_5 blockquote:before{
	content:'“';
	width:0px;
	height:0px;
	position:absolute;
	left:20px;
	top:34px;
	font-size:60px;
	color:rgba(255,255,255,0.7);
	font-family:Georgia;
	}
.Testimonials_5 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:65px;
	font-size:60px;
	color:rgba(255,255,255,0.7);
	font-family:Georgia;
	}
.Testimonials_5 blockquote p{
	background-color:#22BB75;
	border:none;
	padding:20px;
	font-size:12px;
	color:#fff;
	font-style: normal;
	text-indent:3em;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
}
.Testimonials_5 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#22BB75;
	font-style:normal;
	padding:15px 0 0 0;
	text-align:right;
}
.Testimonials_5 small:before{
	}
.Testimonials_5 small:after{
	content:" ";
	position:absolute;
	top:0px;
	right:55px;
	width:0px;
	height:0px;
	border-left: 11px solid #fff;
	border-bottom: 11px solid #fff;
	border-top: 11px solid #22BB75;
	border-right: 0 solid #fff;
}

.Testimonials_5 small img{
}
.Testimonials_5 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	margin-top:13px;
}
	
/*Testimonials_6*/
.Testimonials_6 .dot{
	right:0px;
	bottom:15px;
}
.Testimonials_6 .dot a{
	width:15px;
	height:15px;
	background-color:#DBDBDB;
	border:none;
}
.Testimonials_6 .dot a.actived{
	width:15px;
	height:15px;
	background-color:#22BB75;
}

.Testimonials_6 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
/*.Testimonials_6 blockquote:before{
	content:'“';
	width:0px;
	height:0px;
	position:absolute;
	left:20px;
	top:34px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}
.Testimonials_6 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:90px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}*/
.Testimonials_6 blockquote p{
	background-color:#F0F0F0;
	padding:20px;
	font-size:12px;
	color:#555;
	font-style: normal;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
	border-top:3px solid #22BB75;
}
.Testimonials_6 small{

	position:relative;
	top:0;
	left:0;
	font-size:12px;
	color:#555;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_6 small:before{
	content:"";
	}
.Testimonials_6 small:after{
	content:" ";
	position:absolute;
	top:-5px;
	left:55px;
	width:10px;
	height:10px;
	background-color:#F3F3F3;
	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_6 small img{
	width:70px;
	height:70px;
	margin-right:15px;
	float:left;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align:middle;
}
.Testimonials_6 small span {
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	margin-top:13px;
	display:block;
	color:#22BB75;
}
/*Testimonials_7*/
.Testimonials_7 blockquote {
	background: none;
	padding: 40px 50px;
	text-indent: 0;
	border-left: none;
	margin:0;
	}	
.Testimonials_7 blockquote:before {
	content: '“';
	line-height: 76px;
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 158px;
	color: #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	}
.Testimonials_7 blockquote:after {
	content: '”';
	line-height: 76px;
	position: absolute;
	right: 40px;
	top: 50%;
	font-size: 158px;
	color: #B3B3B3;
	font-family: Arial, Helvetica, sans-serif;
	}
.Testimonials_7 blockquote p {
	text-align: center;
	padding: 0 50px;
	color: #666;
	font-size: 12px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: normal;
	}
.Testimonials_7 small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 13px;
	font-style: normal;
	padding: 24px 0 0 0px;
	text-align: center;
	}
.Testimonials_7 small:before{
	display:none;
	}
.Testimonials_7 small span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #22BB75;
	}




/* verticalTab_Left_1*/
.verticalTab_Left_1 {
	padding-bottom:15px;
}
.verticalTab_Left_1 .resp-tab-content{
	border:none;
}
.verticalTab_Left_1 .resp_container .resp_margin{
	border-left:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_1 ul.resp-tabs-list li span{
	padding-top:12px;
	padding-right:47px;
	padding-bottom:12px;
	padding-left:47px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	padding-right:47px;
	background:none;
	color:#22BB75;
}
.verticalTab_Left_1 ul.resp-tabs-list li{
	border-top:1px solid transparent;
	border-right:none;
	background:#FFF!important;
	padding-left:0;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.verticalTab_Left_1 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active{
	margin-right:-1px;
	padding-left:0px;
	border-left:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
}
.verticalTab_Left_1 ul.resp-tabs-list li span em.glyphicons{
	font-size:15px;
	top: 3px;
	right: 15px;
	}
.verticalTab_Left_1 ul.resp-tabs-list li:first-child{
	margin-top:15px;
	border-top:1px solid transparent; 
	}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:first-child{
	border-top:1px solid #ebebeb; 
	}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active:last-child{
	}
	
	
/* verticalTab_Right_1*/
.verticalTab_Right_1 {
	padding-bottom:15px;
}
.verticalTab_Right_1 .resp-tab-content{
	border:none;
}
.verticalTab_Right_1 .resp_container .resp_margin{
	border-right:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right.verticalTab_Right_1.resp-vtabs > ul.resp-tabs-list > li.resp-tab-item.resp-tab-active > span{
	padding-left:47px !important;
	}
.verticalTab_Right_1 ul.resp-tabs-list li span{
	padding:12px 47px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:none!important;
	color:#22BB75;
}
.verticalTab_Right_1 ul.resp-tabs-list li{
	border-right:1px solid transparent;
	border-bottom:1px solid transparent;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	background:#FFF!important;
}
.verticalTab_Right_1 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active{
	margin-left:-1px;
	padding-left:1px;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
.verticalTab_Right_1 ul.resp-tabs-list li span em.glyphicons{
	font-size:15px;
	top: 3px;
	right: 15px;
	}
.verticalTab_Right_1 ul.resp-tabs-list li:first-child{
	margin-top:15px;
	border-top: 1px solid transparent;
	}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:first-child{
	border-top:1px solid #ebebeb;
	}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active:last-child{
	}
/* horizontalTab_Top_1*/
.horizontalTab_Top_1 {
	padding-bottom:15px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li {
	border: 1px solid transparent;
	border-bottom: none;
	margin:0 0 -2px 0;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li:first-child {
	border: 1px solid transparent;
	border-bottom: none;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li:hover {
	background:none;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li span{
	padding:10px 30px ;
	font-size:13px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li span em.glyphicons {
	font-size: 15px;
	top: 3px;
	right: 15px;
	}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	border: 1px solid #ebebeb;
	border-bottom: none;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	background-color:#fff;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span{
	background-color:transparent;
	color:#22BB75;
	}
.horizontalTab_Top_1 .resp-tabs-container{
	border:1px solid transparent;
	border-top:1px solid #ebebeb;
	}

/* horizontalTab_Top_2*/
.horizontalTab_Top_2 {
	padding-bottom: 15px;
	}
.horizontalTab_Top_2 ul.resp-tabs-list{
	width:100%;
	display:table;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li{
	display:table-cell;
	float:none;
	text-align:center;
	background-color:#f3f3f3;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active {
	border-bottom: 1px solid transparent;
	border-top: 1px solid #22BB75;
	background-color:#fff;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li span{
	color:#333;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span{
	color:#22BB75;
	}
.horizontalTab_Top_2 .resp-tabs-container{
	border:1px solid #d9d9d9;
	margin:-2px 0 0 0;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:first-child {
	border-left: 1px solid #d9d9d9;
	}
/* horizontalTab_Top_3*/	
.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 5px 3px 0;
	border: 1px solid #d9d9d9;
}

.horizontalTab_Top_3 ul.resp-tabs-list li span,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
	padding: 9px 26px;
	font-size: 14px;
	color: #333;
	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? */
}

.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span {
	background-color: #22BB75;
	color: #fff;
}

.horizontalTab_Top_3 .resp-tabs-container {
	border: 1px solid #d9d9d9;
}	
/* horizontalTab_Top_4*/
.horizontalTab_Top_4 {
	padding-bottom: 15px;
	}
.horizontalTab_Top_4 ul.resp-tabs-list{
	width:100%;
	display:table;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li{
	display:table-cell;
	float:none;
	text-align:center;
	background-color:#ebebeb;
	border-top: none;
	border-right:none;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:hover{
	background:#ebebeb;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active {
	background-color:#22bb75;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li span{
	padding: 13px 34px;
	color:#333;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms;
	-webkit-transition: color ease-in 200ms;
	-o-transition: color ease-in 200ms;
	-ms-transition: color ease-in 200ms;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:hover span{
	color:#333;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li span:before{
	content:"";
	position: absolute;
	top:100%;
	left:50%;
	border-width: 6px 7px;
	border-style:solid;
	border-color:transparent transparent transparent transparent;
	margin:0 0 0 -7px;
	transition: border-color ease-in 200ms;
	-moz-transition: border-color ease-in 200ms;
	-webkit-transition: border-color ease-in 200ms;
	-o-transition: border-color ease-in 200ms;
	-ms-transition: border-color ease-in 200ms;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span{
	background-color:transparent;
	color:#fff;
	position:relative;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active:hover span{
	color:#fff;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span:before{
	content:"";
	position: absolute;
	top:100%;
	left:50%;
	border-width: 6px 7px;
	border-style:solid;
	border-color:#22bb75 transparent transparent transparent;
	margin:0 0 0 -7px;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:first-child {
	border-left:none;
	}
.horizontalTab_Top_4 .resp-tabs-container{
	border:none;
	}
.horizontalTab_Top_4 .resp-tab-content .resp_margin{
	margin:0;
	}
/* horizontalTab_Top_5*/
.horizontalTab_Top_5 {
	}
.horizontalTab_Top_5 ul.resp-tabs-list{
	padding:0;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li{
	float:left;
	width:25%;
	text-align:center;
	background-color:#eeeeee;
	border-top: none;
	border-right:none;
	border-left:1px solid #fff;
	margin-bottom:0;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li:hover{
	background:#ebebeb;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active {
	background-color:#22bb75;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li span{
	font-size:17px;
	padding:13px 0;
	color:#333;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms;
	-webkit-transition: color ease-in 200ms;
	-o-transition: color ease-in 200ms;
	-ms-transition: color ease-in 200ms;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li:hover span{
	color:#333;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active span{
	background-color:transparent;
	color:#fff;
	position:relative;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active:hover span{
	color:#fff;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li:first-child {
	border-left:none;
	}
.horizontalTab_Top_5 .resp-tabs-container{
	border:none;
	margin:3px 0 0 0;
	}
.horizontalTab_Top_5 .resp-tab-content .resp_margin{
	margin:0;
	}


/* **********  accordion_1  ************** */
.accordion_1{
	margin-bottom:0;
	}
.accordion_1 .panel-default{
	background-color:transparent;	
	border:1px solid #DDDDDD;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_1 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_1 .panel-body{
	 border:none!important;
	 padding:15px 30px !important;
}
.accordion_1 .panel-title a {
	color:#fff;
	display:block;
	background-color:#22BB75;
	border-bottom:1px solid #ddd;
	padding: 16px 0px 16px 20px;
	position: relative;
	font-size: 14px;
	font-weight:normal;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}


.accordion_1 .panel-title a .accordion_icon{
	border-left:1px solid #ddd;	
	background-color:#22BB75;
	width: 38px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #fff;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}
.accordion_1 .panel-title a.collapsed{
	color: #333;
	border:none;
	background-color:transparent;
}
.accordion_1 .panel-title a.collapsed .accordion_icon{
	background-color: transparent;
	color: #777777;
}
.accordion_1 .panel-title a:hover,
.accordion_1 .panel-title a.collapsed:hover{
	text-decoration:none;
	background-color:#22BB75;
	color:#fff;
}
.accordion_1 .panel-title a:hover .accordion_icon {
	background-color:#22BB75;
	color:#fff;
}
.accordion_1 .accordion_icon:before {
	content: "\002B";
	top: 50%;
	left:50%;
	margin: -10px 0 0 -8px;
	position: absolute;
}

.accordion_1 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:21px;
}
.accordion_1 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:26px;
}	

/* **********  accordion_2  ************** */
.accordion_2{
	margin-bottom:0;
	}
.accordion_2 .panel-default{
	background-color:transparent;	
	border:1px solid #DDDDDD;
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_2 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_2 .panel-body{
	 border:none!important;
	 padding:15px 30px !important;
}
.accordion_2 .panel-title a {
	color:#fff;
	display:block;
	background-color:#22BB75;
	border-bottom:1px solid #ddd;
	border-left:2px solid #22BB75;
	padding: 16px 0px 16px 20px;
	position: relative;
	font-size: 14px;
	font-weight:normal;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}


.accordion_2 .panel-title a .accordion_icon{
	border-left:1px solid #ddd;	
	background-color:#22BB75;
	width: 38px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #fff;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}
.accordion_2 .panel-title a.collapsed{
	color: #333;
	border:none;
	border-left:2px solid #22BB75;
	background-color:transparent;
}
.accordion_2 .panel-title a.collapsed:hover{
	color:#fff;
	}
.accordion_2 .panel-title a.collapsed .accordion_icon{
	background-color: transparent;
	color: #777777;
}
.accordion_2 .panel-title a:hover{
	text-decoration:none;
	background-color:#22BB75;
	color:#fff;
}
.accordion_2 .panel-title a:hover .accordion_icon {
	background-color:#22BB75;
	color:#fff;
}
.accordion_2 .accordion_icon:before {
	top: 50%;
	left:50%;
	position: absolute;
	content:"";
	border-width:5px;
	border-style:solid;
	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? */
}

.accordion_2 .panel-title a .accordion_icon:before,
.accordion_2 .panel-title a:hover .accordion_icon:before {
	border-color:#fff transparent transparent transparent;
	margin: -2px 0 0 -5px;
}
.accordion_2 .panel-title a.collapsed .accordion_icon:before {
	border-color:transparent transparent transparent #777;
	margin: -5px 0 0 -2px;
}	
.accordion_2 .panel-title a.collapsed:hover .accordion_icon:before{
	border-color:transparent transparent transparent #fff;
	}

/* **********  accordion_3  ************** */
.accordion_3{
	margin-bottom:0;
	}
.accordion_3 .panel-default{
	background-color: transparent;
	margin:0px!important;	
	border:none;
	border-bottom:1px solid #DADADA;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_3 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	margin:0px 0 5px 0;	
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_3 .panel-body{
	 border:none!important;
	 padding:15px 30px !important;
}
.accordion_3 .panel-title a {
	display:block;

	padding: 16px 0px 16px 35px;
	color:#333;
	position: relative;
	font-size: 14px;
	font-weight:normal;
}


.accordion_3 .panel-title a .accordion_icon{
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin: -14px 0 0 0;
	line-height:25px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align: center;
	border:1px solid #22BB75;
	background-color:#22BB75;
	transition: 		border ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	border ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	border ease-in 200ms,background-color ease-in 200ms; /* IE9? */
}
.accordion_3 .panel-title a.collapsed{
}
.accordion_3 .panel-title a.collapsed .accordion_icon{
	background-color: transparent;
}
.accordion_3 .panel-title a:hover{
	text-decoration:none;
}
.accordion_3 .panel-title a:hover .accordion_icon {
	background-color:#22BB75;
}
.accordion_3 .accordion_icon:before {
	content: "";
	top: 50%;
	left:50%;
	margin: -4px 0 0 -5px;
	position: absolute;
	width:7px;
	height:7px;
	border-style:solid;
	border-width:1px;
	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: 		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? */
}

.accordion_3 .panel-title a .accordion_icon:before,
.accordion_3 .panel-title a.collapsed:hover .accordion_icon:before {
	border-color:transparent #fff #fff transparent;
}
.accordion_3 .panel-title a.collapsed .accordion_icon:before {
	border-color:transparent #22BB75 #22BB75 transparent;
}
/* **********  accordion_4  ************** */
.accordion_4{
	margin-bottom:0;
	}
.accordion_4 .panel-default{
	background-color:transparent;	
	border:none;
	border-bottom:1px solid #DADADA;
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_4 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_4 .panel-body{
	 border:none!important;
	 padding:15px 30px !important;
}
.accordion_4 .panel-title a {
	color:#22BB75;
	display:block;
	padding: 16px 0px 16px 35px;
	position: relative;
	font-size: 14px;
	font-weight:normal;
	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? */
}


.accordion_4 .panel-title a .accordion_icon{
	width: 38px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}
.accordion_4 .panel-title a.collapsed{
	background-color:transparent;
	color:#333;
}
.accordion_4 .panel-title a.collapsed .accordion_icon{
	background-color: transparent;
}
.accordion_4 .panel-title a:hover{
	text-decoration:none;
	color:#22BB75;
}
.accordion_4 .panel-title a:hover .accordion_icon {
}
.accordion_4 .accordion_icon:before {
	top: 50%;
	left:50%;
	position: absolute;
	content:"";
	border-width:5px;
	border-style:solid;
	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? */
}

.accordion_4 .panel-title a .accordion_icon:before,
.accordion_4 .panel-title a:hover .accordion_icon:before {
	border-color:#22BB75 transparent transparent transparent;
	margin: -2px 0 0 -5px;
}
.accordion_4 .panel-title a.collapsed .accordion_icon:before {
	border-color:transparent transparent transparent #777;
	margin: -5px 0 0 -2px;
}	
.accordion_4 .panel-title a.collapsed:hover .accordion_icon:before{
	border-color:transparent transparent transparent #22BB75;
	}

.accordion_4 .panel-title a em.glyphicons{
	color:#22BB75;
	font-size:16px;
	right:15px;
	top: 3px;
	}
	
	
/*quotes*/
.quotes_1 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 0 10px 0 100px;
	margin:0;
	position:relative;
}
.quotes_1 blockquote p{
	text-indent:0px;
	color:#666;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
}
.quotes_1 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:2px 0 0;
	text-align: right;
	font-size:14px;
}
.quotes_1 blockquote small:before, 
.quotes_1 blockquote .small:before{
	font-size:12px;
	}
.quotes_1 blockquote small span{
	font-weight:normal;	
	color:#22BB75;
	font-size:12px;
	}
.quotes_1 blockquote span.mark{
	font-size: 70px;
	position: absolute;
	top:50%;
	left: 15px;
	margin:-35px 0 0 0;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	width: 70px;
	height: 70px;
	background-color: #22BB75;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align: center;
}	
	

.quotes_2 blockquote{
	margin: 0;
	border-left: none;
	padding:0 0 0 50%;
	font-style:normal;
	position:relative;
	}
.quotes_2 blockquote p{
	text-align:center;
	font-style:normal;
	font-size:12px;
	color:#666;
	line-height:20px;
	font-weight:normal;
	background:url(images/Quotes1.png) no-repeat center top;
	padding: 45px 30px;
	width:270px;
	height:192px;
	margin:0;
	}
.quotes_2 blockquote p.quotes_2p{
	background:url(images/Quotes2.png) no-repeat center top;
	}
.quotes_2 blockquote small{
	font-size:14px;
	color:#333;	
	margin: 33px 0 0 33px;
	}
.quotes_2 blockquote small span{
	color:#22bb75;
	}
.quotes_2 blockquote small img{
	width:50%;
	position:absolute;
	left:0;
	top:0;
	}
.quotes_3 .dividers_1{
	margin-top:0;	
	}
.quotes_3 blockquote{
	font-style:normal;
	text-align:center;
	margin:0;
	padding:0;
	border-left:none;
	}
.quotes_3 blockquote span.mark{
	width: 70px;
	display: inline-block;
	height: 70px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 80px;
	padding: 13px 0 0 0;
	line-height: normal;
	background-color: #D9D9D9;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
.quotes_3 blockquote p{
	font-size:12px;
	color:#666;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
	padding: 0 20px;
	}
.quotes_3 blockquote small{
	font-size:14px;
	color:#333;
	}	
.quotes_3 blockquote small span{
	font-size:12px;
	color:#22BB75;
	}

.quotes_4{
	position:relative;
	}	
.quotes_4 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 25px 30px 25px 100px;
	margin:0;
	background-color:#F3F3F3;
}
.quotes_4 blockquote p{
	text-indent:0px;
	color:#666;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
}
.quotes_4 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:2px 0 0;
	text-align: right;
	font-size:14px;
}
.quotes_4 blockquote small:before, 
.quotes_4 blockquote .small:before{
	font-size:12px;
	}
.quotes_4 blockquote small span{
	font-weight:normal;	
	color:#22BB75;
	font-size:12px;
	}
.quotes_4 blockquote span.mark{
	font-size: 145px;
	overflow:hidden;
	padding:0;
	margin:28px 0 0 0;
	position: absolute;
	line-height:132px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #22BB75;
	width: 70px;
	height: 70px;
	text-align: center;
	left: 15px;
	top:0;
}	






/*dropcaps*/
.dropcaps_1{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	font-size:40px;
	margin:0 15px 0 0;
	color:#22BB75;
}
.dropcaps_2{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	font-size:30px;
	margin:0 15px 0 0;
	color:#fff;
	background-color:#22BB75;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.dropcaps_3{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	font-size:30px;
	margin:0 15px 0 0;
	color:#fff;
	background-color:#22BB75;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.dropcaps_4{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	font-size:30px;
	margin:0 15px 0 0;
	color:#fff;
	background-color:#22BB75;
}
.dropcaps_5{
	width:50px;
	height:50px;
	line-height:46px;
	text-align:center;
	float:left;
	font-size:30px;
	margin:0 15px 0 0;
	color:#22BB75;
	border:2px solid #22BB75;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.dropcaps_6{
	width:50px;
	height:50px;
	line-height:46px;
	text-align:center;
	float:left;
	font-size:30px;
	margin:0 15px 0 0;
	color:#22BB75;
	border:2px solid #22BB75;
}	
	
/*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 { 
}

.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_1h2{
	font-weight:normal;
	line-height:normal;
	color:#333;
	font-size:20px;
	text-transform: uppercase;
	margin:0 0 20px 0;	
	}
.carousel_1{
	margin-bottom:40px;
	}
.carousel_1 .item {
	text-align:center;
	padding:0 5px;
	}
.carousel_1 .item .content_sytle_2 .shade{
	background-color:#22BB75;	
	}
.carousel_1 .item .photo_box .content{
	text-align:left;	
	padding:15px;
	}
.carousel_1 .item .content_sytle_2 .content h3{
	font-weight:normal;
	line-height:normal;
	color:#fff;
	font-size:18px;
	margin:0 0 20px 0;
	}
.carousel_1 .item .content_sytle_2 .content p{
	padding:0 0 20px 0;
	margin:0;
	font-size:12px;
	color:#fff;
	}
.carousel_1 .item .content_sytle_2 .content a.but{
	font-size: 12px;
	margin-top:0px;
	padding: 10px 25px 10px 32px;
	position:relative;
	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 .item .content_sytle_2 .content a.but:hover{
	background-color:#444;
	border:1px solid #444;
	}
.carousel_1 .item .content_sytle_2 .content a.but:before{
	content:">";
	position:absolute;
	left: 15px;
	}
.carousel_1 .owl-buttons .owl-prev, 
.carousel_1 .owl-buttons .owl-next{
	left: auto;
	top: 0;
	right: 0;
	width:25px;
	height:25px;
	border:none;
	margin: -45px 35px 0 0;
	background-color:#878787;
	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_1 .owl-buttons .owl-next{
	right:-30px;	
	}
.carousel_1 .owl-buttons .owl-prev:before, 
.carousel_1 .owl-buttons .owl-next:before{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: -4px 0 0 -2px;
	}
.carousel_1 .owl-buttons .owl-next:before{
	border-right:1px solid #fff;
	border-left: none;
	margin: -4px 0 0 -5px;
	}
.carousel_1 .owl-buttons .owl-prev:hover, 
.carousel_1 .owl-buttons .owl-next:hover {
	background-color: #22BB75;
	}

.carousel_2 .item{
	text-align:center;
	padding:0 20px;
	}
.carousel_2 .item .ico{
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#22BB75;
	}
.carousel_2 .item .ico span.glyphicons{
	font-size:24px;
	color:#fff;
	line-height: 56px;
	}
.carousel_2 .item h3{
	font-size:14px;
	color:#22BB75;
	line-height:40px;
	font-weight:normal;
	margin:0;
	}
.carousel_2 p{
	color:#666;
	}
.carousel_2 .item a.Button_normal{
	color:#22BB75;
	}
.carousel_2 .owl-buttons .owl-prev, 
.carousel_2 .owl-buttons .owl-next{
	border: none;
	left: -27px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 0;
	}
.carousel_2 .owl-buttons .owl-next {
	left: auto;
	right: -24px;
	}
.carousel_2 .owl-buttons .owl-prev:before, 
.carousel_2 .owl-buttons .owl-next:before{
	width:20px;
	height:20px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	margin: -8px 0 0 -3px;
	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? */
	}
.carousel_2 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #666;
	}
.carousel_2 .owl-buttons .owl-prev:hover:before, 
.carousel_2 .owl-buttons .owl-next:hover:before{
	border-left: 2px solid #22BB75;
	border-bottom: 2px solid #22BB75;
	}
.carousel_2 .owl-buttons .owl-next:hover:before {
	border-left: none;
	border-right: 2px solid #22BB75;
	}
	
.carousel_3 .item{
	padding:0 5px;
	}	
.carousel_3 .item h3{
	font-weight:normal;
	color:#22BB75;
	font-size:14px;
	line-height:40px;
	margin:0;
	}	
.carousel_3 .item a.Button_normal{
	color:#fff;
	background-color:#22BB75;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 7px 16px;
	display: inline-block;
	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 .item a.Button_normal:hover{
	text-decoration:none;
	background-color:#444;
	}
	
.carousel_3 .owl-buttons .owl-prev, 
.carousel_3 .owl-buttons .owl-next{
	left: -40px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: -15px 0 0 0;
	border: 1px solid #22BB75;
	}
.carousel_3 .owl-buttons .owl-next {
	left: auto;
	right: -40px;
	}
.carousel_3 .owl-buttons .owl-prev:before, 
.carousel_3 .owl-buttons .owl-next:before{
	border-left: 1px solid #22BB75;
	border-bottom: 1px solid #22BB75;
	}
.carousel_3 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 1px solid #22BB75;
	border-bottom: 1px solid #22BB75;
	}
	
.carousel_4 .owl-pagination{
	top: 85%;
	right: 20px;
	width: auto;
	}
.carousel_4 .owl-page{
	background-color:rgba(255,255,255,0.4);
	width:24px;
	height:24px;
	border:none;
	}
.carousel_4 .owl-page.active{
	background-color:#22BB75;
	border:none;
	}
	
	
.carousel_5 .content_sytle_2 .shade {
	background-color: #22BB75;
	}	
.carousel_5 .content_sytle_2 .content h3{
	font-size:20px;
	font-weight:normal;	
	}
.carousel_5 .content_sytle_2 .content a.but {
	padding: 4px 17px;
	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_5 .content_sytle_2 .content a.but:hover{
	background-color:#444;
	border:1px solid #444;
	}
.carousel_5 .owl-buttons .owl-prev,
.carousel_5 .owl-buttons .owl-next{
	width: 41px;
	height: 65px;
	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;
	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_5 .owl-buttons .owl-prev{
	left:0;
	}
.carousel_5 .owl-buttons .owl-next{
	right:0;
	}
.carousel_5:hover .owl-buttons .owl-prev,
.carousel_5:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
	}	
.carousel_5 .owl-buttons .owl-prev:before,
.carousel_5 .owl-buttons .owl-prev:hover:before{
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;
	margin:-5px 0 0 -3px;
	width:12px ;
	height:12px;
}
.carousel_5 .owl-buttons .owl-next:before,
.carousel_5 .owl-buttons .owl-next:hover:before{
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	margin:-5px 0 0 -7px;
	width:12px ;
	height:12px;
}
.carousel_5 .owl-buttons .owl-prev:hover,
.carousel_5 .owl-buttons .owl-next:hover{
	border:none;
	background-color:#22BB75;
}	

.carousel_6 .item{
	margin:0 15px;
	text-align:center;
	background-color:#EFEFEF;
	border-bottom:2px solid #22BB75;	
	}
.carousel_6 .item h3{
	font-weight:normal;
	color:#22BB75;
	font-size:14px;
	line-height:24px;
	margin: 20px 0 10px 0;
	}	
.carousel_6 .item p{
	margin:0 0 20px 0;
	color:#666;
	}
	
.carousel_6 .owl-buttons .owl-prev, 
.carousel_6 .owl-buttons .owl-next{
	left: -40px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 0;
	border: 1px solid #22BB75;
	}
.carousel_6 .owl-buttons .owl-next {
	left: auto;
	right: -40px;
	}
.carousel_6 .owl-buttons .owl-prev:before, 
.carousel_6 .owl-buttons .owl-next:before{
	border-left: 1px solid #22BB75;
	border-bottom: 1px solid #22BB75;
	}
.carousel_6 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 1px solid #22BB75;
	border-bottom: 1px solid #22BB75;
	}
.carousel_6 .owl-page {
	width: 15px;
	height: 15px;
	border:none;
	background-color:#D8D8D8;
	}
.carousel_6 .owl-page.active {
	background-color:#22BB75;
	}

.carousel_7 .item{
	text-align:center;
	margin: 0 21px;
	}
.carousel_7 .item .ico{
	display:inline-block;
	width:120px;
	height:120px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#22BB75;
	}
.carousel_7 .item .ico span.glyphicons{
	font-size:40px;
	color:#fff;
	line-height:120px;
	}
.carousel_7 .item h3{
	font-size:18px;
	color:#333;
	line-height:20px;
	font-weight:normal;
	margin: 20px 0 15px 0;
	}
.carousel_7 .item a.Button_normal{
	color:#22BB75;
	font-size:13px;
	text-transform:uppercase;
	}
.carousel_7 .item a.Button_normal:hover{
	text-decoration:none;
	}
.carousel_7 .owl-buttons .owl-prev, 
.carousel_7 .owl-buttons .owl-next{
	border: none;
	left: -35px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 0;
	}
.carousel_7 .owl-buttons .owl-next {
	left: auto;
	right:0px;
	}
.carousel_7 .owl-buttons .owl-prev:before, 
.carousel_7 .owl-buttons .owl-next:before{
	width:20px;
	height:20px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	margin: -8px 0 0 -3px;
	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? */
	}
.carousel_7 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #666;
	}
.carousel_7 .owl-buttons .owl-prev:hover:before, 
.carousel_7 .owl-buttons .owl-next:hover:before{
	border-left: 2px solid #22BB75;
	border-bottom: 2px solid #22BB75;
	}
.carousel_7 .owl-buttons .owl-next:hover:before {
	border-left: none;
	border-right: 2px solid #22BB75;
	}
.carousel_8 .item{
	background-color:#F1F1F1;
	border-bottom:2px solid rgba(0,0,0,0.15);
	margin:0 5px;
	text-align:center;
	cursor:pointer;
	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_8 .item h3{
	font-size:15px;
	color:#333;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:5px;
	}
.carousel_8 .item p{
	color:#888;
	margin:0 0 20px 0;
	}
.carousel_8 .item:hover{
	border-bottom:2px solid rgba(0,0,0,0.2);
	}
.carousel_8 .item:hover h3,
.carousel_8 .item:hover p{
	color:#fff;
	}
.carousel_9 .item{
	text-align:center;
	padding:20px;
	}
.carousel_9 .item .ico{
	display:inline-block;
	width:100px;
	height:100px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #22bb75;
	}
.carousel_9 .item .ico span.glyphicons{
	font-size:27px;
	color:#22bb75;
	line-height: 96px;
	}
.carousel_9 .item h3{
	font-size:14px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	}
.carousel_9 p{
	
	}
.carousel_9 .owl-pagination{
	padding:0;
	}
.carousel_9 .owl-buttons .owl-prev, 
.carousel_9 .owl-buttons .owl-next{
	border: none;
	left: -27px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 0;
	}
.carousel_9 .owl-buttons .owl-next {
	left: auto;
	right: -24px;
	}
.carousel_9 .owl-buttons .owl-prev:before, 
.carousel_9 .owl-buttons .owl-next:before{
	width:20px;
	height:20px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	margin: -8px 0 0 -3px;
	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? */
	}
.carousel_9 .owl-buttons .owl-next:before {
	border-left: none;
	border-right: 2px solid #666;
	}
.carousel_9 .owl-buttons .owl-prev:hover:before, 
.carousel_9 .owl-buttons .owl-next:hover:before{
	border-left: 2px solid #22BB75;
	border-bottom: 2px solid #22BB75;
	}
.carousel_9 .owl-buttons .owl-next:hover:before {
	border-left: none;
	border-right: 2px solid #22BB75;
	}
.carousel_9 .owl-page {
	width: 20px;
	height: 20px;
	border: none;
	background-color:#d2d2d2;
	}
.carousel_9 .owl-page.active {
	background-color:#22bb75;
	}
.carousel_10 .item {
	padding: 15px 15px 10px 15px;
}	
.carousel_10 .owl-buttons .owl-prev, 
.carousel_10 .owl-buttons .owl-next{
	left: -20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: -15px 0 0 0;
	border:none;
	}
.carousel_10 .owl-buttons .owl-next {
	left: auto;
	right: -20px;
	}
.carousel_10 .owl-buttons .owl-prev:before, 
.carousel_10 .owl-buttons .owl-next:before{
	border-left:2px solid #969696;
	border-bottom:2px solid #969696;
	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? */
	}
.carousel_10 .owl-buttons .owl-next:before {
	border-left: none;
	border-right:2px solid #969696;
	border-bottom:2px solid #969696;
	}
.carousel_10 .owl-buttons .owl-prev:hover:before, 
.carousel_10 .owl-buttons .owl-next:hover:before{
	border-left:2px solid #22bb75;
	border-bottom:2px solid #22bb75;
	}	
.carousel_10 .owl-buttons .owl-next:hover:before {
	border-left: none;
	border-right:2px solid #22bb75;
	border-bottom:2px solid #22bb75;
	}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
  

 /*LightBox*/
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } 
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }








.LightBox_Content {
	display:none;
	background-color:#FFF;
	max-width:60%;
	margin:auto;
	padding:20px;
}
.LightBox_Content h3 {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:15px;
}
.LightBox_Content p{
	color:#666;
	}
.LightBox_zoom_in .LightBox_Content {
	display:block;
}
a.Button_lightbox {
	padding: 9px 25px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	color: #FFFFFF !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms;
	-o-transition: background-color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms;
	background-color: #22BB75;
	}
a.Button_lightbox:hover {
	text-decoration: none;
	background-color:#444;
	}

/*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:#22BB75;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 >.glyphicons{font-size:50px;height:70%;position:relative;}.photo_box .content > .glyphicons: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:#22BB75;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:#22BB75;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:#22BB75;}.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:#22BB75;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:#22BB75;border-top-color:#22BB75;}.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;}.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:#22BB75;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 .glyphicons{
	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 #22BB75;
	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;
}
.text_sytle_6{
	padding:30px 0 0 0;
	}
.text_sytle_6 .dateandtitle{
	
	}
.text_sytle_6 .dateandtitle .date{
	font-size:20px;
	color:#000;
	float:left;
	line-height:20px;
	}
.text_sytle_6 .dateandtitle .date span,
.text_sytle_6 .dateandtitle .title span{
	font-size:12px;
	color:#888;
	text-transform:uppercase;
	}
.text_sytle_6 .dateandtitle .title{
	font-size:16px;
	color:#000;
	float:left;
	line-height:20px;
	border-left:1px solid #CACACA;
	margin:0 0 0 15px;
	padding:0 0 0 15px;	
	}
.text_sytle_6 p{
	margin:15px 0;
	}
.text_sytle_6 .aandinfo a{
	display:inline-block;
	background-color:#22bb75;
	color:#fff;
	text-align:center;
	padding:8px 26px;
	text-transform:uppercase;	
	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? */
	}
.text_sytle_6 .aandinfo a:hover{
	background-color:#444;
	}
.text_sytle_6 .aandinfo .info{
	float:right;
	font-size:15px;
	line-height:37px;
	}
.text_sytle_6 .aandinfo .info span.glyphicons{
	color:#BCBCBC;
	font-size:21px;
	top: 5px;
	left: -5px;
	}
/*boxes rotate*/
/*flip box*/

.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 {
	-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 .glyphicons{
	background-color:#22BB75;
	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:#22BB75;
	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 .glyphicons{
	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:25px;
	text-align:center;
} 
.flip_box_3 .back{
	padding:0 25px;
	text-align:center;
	background-color:#22BB75;
	color:#FFF;
}
.flip_box_3 .back{
	height:100%;
}


.flip_box_3 .front .glyphicons{
	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;
	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? */

}
.flip_box_3 .back a.but:hover{
	background-color:#444;
	border:1px solid #444;
	}


h3.flip_box_4h3{
	text-align:center;
	font-size:30px;
	font-weight: lighter;
	line-height: normal;
	color:#333;
	margin:0 0 15px 0;
	}
p.flip_box_4p{
	text-align:center;
	margin:0 0 20px 0;
	}
.flip_box_4 .front,
.flip_box_4 .back{
	border-radius:5px;
	-moz-border-radius:5px;
	-ext-align:webkit-border-radius:5px;
	padding:25px;
	text-align:center;
}
.flip_box_4 .front{
	background-color:#EFEFEF;
	}
.flip_box_4 .back{
	}
 
.flip_box_4 .front .glyphicons{
	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_4 h3{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}
.flip_box_4 .back{
}
.flip_box_4 .back h3{
	margin:0px 0 15px;
	color:#fff;
}
.flip_box_4 .back p{
	color:#fff;
	}

.flip_box_4 .back a.but{
	padding:6px 0px;
	color:#FFF;
	text-decoration:none;
	display:block;
	width:120px;
	text-align:center;
	margin:15px auto 0;
}

.flip_box_5 .rotate{
	cursor:pointer;
	}
.flip_box_5 .front{
	background-color:#F2F2F2;
	text-align:center;
	}
.flip_box_5 .front h3{
	font-size:14px;
	line-height:22px;
	color:#333;
	font-weight:normal;
	margin:20px 0 10px 0;
	}
.flip_box_5 .front p{
	color:#666;
	margin:0 0 20px 0;
	display:inline-block;
	}
.flip_box_5 .back{
	background-color:#22BB75;
	padding:24px;
	color:#fff;	
	}
.flip_box_5 .back h3{
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#fff;
	margin:0 0 5px 0;
	}
.flip_box_5 .back p{
	color:#fff;
	}
.flip_box_5 .back .line{
	width:30px;
	height:2px;
	background-color:#fff;
	margin:2px 0 10px 0;
	}
.flip_box_5 .back .backp{
	margin:10px 0;
	display:inline-block;
	}
.flip_box_5 .back .backp img{
	float:right;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
	width:60px;
	height:60px;
	margin:15px 0;
	}
.flip_box_5 .back .back_social{
	}
.flip_box_5 .back .back_social a {
	text-align: center;
	background-color: #22bb75;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	margin: 0 3px;
	display: inline-block;
	border-radius: 50%;
	transition: background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms,color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
	-o-transition: background-color ease-in 200ms,color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms,color ease-in 200ms;
	}
.flip_box_5 .back .back_social a span.social {
	background-color: #fff;
	font-size: 17px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.flip_box_5 .back .back_social a:hover{
	background-color: #fff;
	color: #fff;
	}
.flip_box_5 .back .back_social a:hover span.social {
	background-color: #22bb75;
	}
	
	
.flip_box_6 .front .bottom{
	padding:0 20px 20px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	}	
.flip_box_6 .front h3{
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin:0;
	}
.flip_box_6 .front h4{
	font-size: 11px;
	color: #999;
	font-weight: normal;
	}
.flip_box_6 .front .Price .Priceleft {
	font-size: 11px;
	color: #E4AA0D;
	float: left;
	}
.flip_box_6 .front .Price .Priceleft span.glyphicons {
	margin: 0 2px 0 0;
	}
.flip_box_6 .front .Price .Priceright {
	font-size: 11px;
	color: #22bb75;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	}
.flip_box_6 .back{
	background-color:#22bb75;
	padding:10px 25px 25px 25px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
.flip_box_6 .back h3{
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	margin:0;
    line-height: 12px;
    margin-bottom: 0.5em;
}
.flip_box_6 .back h4{
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
    line-height: 14px;
}
.flip_box_6 .back p{
	color:#fff;
	line-height:22px;
	}
.flip_box_6 .back a.but{
	font-size:12px;
	color:#fff;
	border:1px solid #fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:2px 3px; /*5px*/
	display:inline-block;
	margin:0; /*10px 0*/
	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? */
	}
.flip_box_6 .back a.but:hover{
	background-color:#FF6C00;
	border:1px solid transparent;
	text-decoration:none;
	}
/*sync carousel */
.sync_carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.sync_carousel .carousel_main,
.sync_carousel .carousel_nav{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	-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);
	display:none;
	margin:0px;
	padding:0px;
}

.sync_carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.sync_carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.sync_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;
}
.sync_carousel .owl-item{
	float: left;
}
.sync_carousel .owl-pagination {
	text-align:center;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.sync_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%;
}
.sync_carousel .owl-page.active{
}
.sync_carousel .owl-buttons .owl-prev,
.sync_carousel .owl-buttons .owl-next{
	position:absolute;
	left:0;
	bottom:100%;
	width:41px;
	height:65px;
	line-height:65px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:0;
	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? */
}
.sync_carousel .owl-buttons .owl-next{
	left:auto;
	right:0;
}

.sync_carousel .owl-buttons .owl-prev:before,
.sync_carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #A6A6A6;
	border-bottom:2px solid #A6A6A6;
	width:24px;
	height:24px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-12px 0 0 -12px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.sync_carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #A6A6A6;
	margin:-12px 0 0 -18px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
 
.sync_carousel .owl-buttons .owl-prev:hover:before,
.sync_carousel .owl-buttons .owl-next:hover:before{
	border-left:2px solid #22BB75;
	border-bottom:2px solid #22BB75;
}
.sync_carousel .owl-buttons .owl-next:hover:before{
	border-left:none;
	border-right:2px solid #22BB75;
	}


.sync_carousel .grabbing { 
}

.sync_carousel  .owl-wrapper,
.sync_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);
}

.sync_carousel img {
	max-width:100%;
}
.sync_carousel_1 .carousel_nav .item {
	cursor:pointer;
	margin:5px 0;
	text-align:center;
	overflow:hidden;
	}
.sync_carousel_1 .carousel_nav .item .ico{
	width:130px;
	height:130px;
	display:inline-block;
	border:2px solid #e8e8e8;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	}
.sync_carousel_1 .carousel_nav .item .ico span.glyphicons{
	font-size:40px;
	color:#aaa;
	line-height:126px;
	top:0;
	}
.sync_carousel_1 .carousel_nav .item .ico:before, 
.sync_carousel_1 .carousel_nav .item .ico:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	border-bottom: 2px solid #e8e8e8;
	width: 100%;
	margin: 0 2px;
	}
.sync_carousel_1 .carousel_nav .item .ico:after {
	left: auto;
	right: 100%;
	}
.sync_carousel_1 .carousel_nav .owl-item:first-child .ico:after,
.sync_carousel_1 .carousel_nav .owl-item:last-child .ico:before{
	display:none;
}
.sync_carousel_1 .carousel_nav .synced .item .ico{
	border:2px solid #22BB75;
	}
.sync_carousel_1 .carousel_nav .synced .item .ico span.glyphicons{
	color:#22bb75;
	}
.sync_carousel_1 .carousel_nav {
	padding: 20px 0 30px 0;
	}
.sync_carousel_1 .carousel_main {
	text-align: center;
	padding: 0 50px;
	}
.sync_carousel_1 .carousel_main .item h4{
	font-size:16px;
	color:#333;
	line-height:20px;
	font-weight:normal;
	margin:0 0 20px 0;
	letter-spacing:normal;
	}
/* ---- combination filters ---- */
.isotope_grid{
	width:100%;
	overflow:hidden;
	position:relative;
}
.isotope_grid .isotope_main{
	width:100%;
	overflow:hidden;
	position:relative;
}

.isotope_grid .isotope_item{
  width:0px;
  margin:0px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
}
.isotope_grid .isotope_item .pic_box img{
	width:100%
}

.isotope_grid .isotope_group{
	text-align:center;
	padding:10px 0; 
}

.isotope_grid .isotope_group a{
	margin:0px 27px;
	padding:6px 0px;
	color:#666;
	font-size:13px;
	text-decoration:none;
	border-bottom:2px solid transparent;
	transition: 		color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,border ease-in 200ms; /* IE9? */
}
.isotope_grid .isotope_group a:hover,
.isotope_grid .isotope_group a.active {
	color:#22bb75;
	border-bottom:2px solid #22bb75;
	text-decoration:none;
}

.isotope_1 .isotope_item > div {
	margin:30px 15px 0 15px;
}

.isotope_1 .isotope_item .photo_box .shade{
	background-color:#22bb75;
	}
.isotope_1 .isotope_item .photo_box:hover .shade {
	filter: alpha(opacity=90);
	opacity: 0.9;
	}
.isotope_1 .isotope_item .photo_box .ico span{
	background-color:transparent;
	border:1px solid #fff;	
	}
.isotope_1 .isotope_item .photo_box .ico a:hover span{
	background-color:#fff;
	color:#22bb75;	
	}
/*player*/
.player .Play {
	cursor: pointer;
	display: inline-block;
}
.player.Button {
	display: block!important;
	width: auto;
	height: auto;
	box-shadow: none;
	position: absolute;
	z-index: 1000;
	background-color: #F00;
	color: #FFF;
}
.player .YTPOverlay{
	background-color:#000;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.player .Play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.player_boxes{
	padding:50px 40px;
	text-align:center;
	background-color:rgba(255,255,255,0.6);
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.player_boxes.dark{
	background-color:rgba(0,0,0,0.6);
}


.player_boxes .player_title{
	font-size:50px;
	font-weight:normal;
	letter-spacing:3px;
	line-height:1.1;
}
.player_boxes .player_line {
	width:70px;
	margin:20px auto;
}
.player_boxes .player_smalltitle {
	font-size:16px;
	letter-spacing:2px;
	margin-bottom:20px;
	font-weight:normal;
	line-height:1.2;
}
.player_boxes .player_content{
	color:#666666;
	margin:0px 10% 30px; 
}
.player_boxes .Button_default {
	margin-bottom:10px;	
}
.player_boxes.dark .player_smalltitle,
.player_boxes.dark .player_content{
	color:#FFF;
}


/*responsive-video*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	z-index:0;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}
/* ********** module style ************** */	
.wrapper .Theme_Responsive_Default .form_required{
	display:none;
	}
.wrapper .Theme_Responsive_Default .form_submit .btn{
	width:100px;
	height:40px;
	border:none;
	background-image:none;
	color:#fff;
	text-shadow:none;
	font-size:13px;	
	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? */
	}
.wrapper .Theme_Responsive_Default .form_submit .btn:hover{
	background-color:#444;
	}
.banner_title{
	font-size:50px;
	color:#fff;
	font-weight:300;
	line-height:1.3 !important;
}
.banner_subtitle{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:1.5 !important;
}
.banner_textbg{
	background:url(images/banner_bg_opacity.png);
	padding:10px 20px;
}
.banner_content{
	font-size:16px;
	color:#fff;
	line-height:1.5 !important;
}


.banner_btn{
	border-style:solid;
	border-width:1px;
	display:inline-block;
	font-size:14px;
	line-height:23px;
	padding:12px 40px;
	text-decoration:none !important;
	position:relative;
	z-index:1;
	color:#fff;
	border-radius:3px;
}
.banner_btn a{
	color:#fff !important;
}
.banner_btn:after{
	position:absolute;
	left:2px;
	right:2px;
	top:2px;
	bottom:2px;
	content:"";
	z-index:-1;
	border-radius:3px;
}
.banner_btn:hover{
}
*+html .banner_btn:hover{
	background-color:transparent;
}
.banner_btn:hover:after{
	right:100%;
}

.banner_btn.btn_white{
	border-color:#fff;
}
*+html .banner_btn.btn_white{
	background-color:transparent;
}
.banner_btn.btn_white:hover,
.banner_btn.btn_white:hover a{
	color:#fff !important;
}
.banner_btn.btn_white:after{
	right:100%;
}
.banner_btn.btn_white:hover:after{
	right:2px;
}

.banner_btn{
	transition: 		color ease-in 200ms, border-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms, border-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms, border-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms, border-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms, border-color ease-in 200ms; /* IE9? */
}
.banner_btn:after{
	transition: 		right ease-in 200ms;
	-moz-transition: 	right ease-in 200ms; /* Firefox 4 */
	-webkit-transition: right ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		right ease-in 200ms; /* Opera */
	-ms-transition: 	right ease-in 200ms; /* IE9? */
}
/* ********** html style ************** */
.wrapper{
	position:relative;
	z-index:2;
	}
a.social, 
a.social:link, 
a.social:active, 
a.social:visited{
	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? */
	}	
.homecontent_bg,
footer{
	position:relative;
	}
.homecontent_bg:before,
footer:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	}
	
.top_ap{
	background-color:#22BB75;
	}
.topa_left{
	font-size:14px;
	color:#fff;
	}
.topa_left h6.topa_lefttitle{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin: 0 0 10px 0;
	line-height:1.5;
	}
.topa_right{
	font-size: 13px;
	display: inline-block;
	line-height: 48px;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 0 20px;
	margin:30px 0 0 0;
	cursor: pointer;
	}
span.tope.glyphicons{
	font-size:23px;
	margin: 0 10px 0 0;
	top: 5px;
	}
.Button_style4{
	color: #fff;
	border: 1px solid #fff;
	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? */
	}
.Button_style4:hover{
	background-color:#444;
	border:1px solid #444;
	}		
.topb{
	position:relative;
	}		
.topbout{
	position:absolute;
	z-index:2;
	}
.topbout .topbout_ico{
	width: 160px;
	height: 160px;
	margin: 0 auto;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border: 4px solid #22BB75;
	text-align: center;
	font-size:42px;
	color:#22BB75;
	background-color:#fff;
	}	
.topbout .topbout_ico span.glyphicons{
	line-height:152px;
	margin: -8px 0 0 8px;
	}
.topbline{
	position: absolute;
	top: 117px;
	z-index:1;
	}
.topbline .topbline1{
	border-top: 1px dashed #ccc;
	margin: 0 auto;
	width: 77%;
	}
.topbbox1,
.topbbox2,
.topbbox3,
.topbbox4{
	text-align:center;
	position:relative;
	}
.topbbox1,
.topbbox4{
	margin-top:145px;
	}
.topbbox2,
.topbbox3{
	margin-top:210px;
	}
.topbbox1 .topbline3,
.topbbox4 .topbline3{
	position: absolute;
	border-left: 1px dashed #CCCCCC;
	left: 50%;
	top: -65px;
	margin-left: -1px;
	height: 65px;
	transition: 		top ease-in 200ms;
	-moz-transition: 	top ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     top ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		top ease-in 200ms; /* Opera */
	-ms-transition: 	top ease-in 200ms; /* IE9? */

	}
.topbbox2 .topbline4,
.topbbox3 .topbline4{
	position: absolute;
	border-left: 1px dashed #CCCCCC;
	left: 50%;
	top: -130px;
	margin-left: -1px;
	height: 130px;
	transition: 		top ease-in 200ms;
	-moz-transition: 	top ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     top ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		top ease-in 200ms; /* Opera */
	-ms-transition: 	top ease-in 200ms; /* IE9? */

	}
.topbbox1 .topbbox_ico,
.topbbox2 .topbbox_ico,
.topbbox3 .topbbox_ico,
.topbbox4 .topbbox_ico{
	width:120px;
	height:120px;
	margin:0 auto;
	background-color:#22BB75;
	font-size:40px;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align: center;
	color:#fff;
	border: 5px solid #fff;
	box-sizing: content-box;
	transition: 		margin ease-in 200ms;
	-moz-transition: 	margin ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     margin ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		margin ease-in 200ms; /* Opera */
	-ms-transition: 	margin ease-in 200ms; /* IE9? */
	}	
.topbbox1 .topbbox_ico span.glyphicons,
.topbbox2 .topbbox_ico span.glyphicons,
.topbbox3 .topbbox_ico span.glyphicons,
.topbbox4 .topbbox_ico span.glyphicons{
	line-height:120px;
	}
.topbbox1 h3,
.topbbox2 h3,
.topbbox3 h3,
.topbbox4 h3{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin-top:15px;
	}	
.topbbox1 a,
.topbbox2 a,
.topbbox3 a,
.topbbox4 a{
	font-size:13px;
	color:#22BB75;
	text-decoration:none;
	text-transform:uppercase;
	}
.topbbox1 a:hover, 
.topbbox2 a:hover, 
.topbbox3 a:hover, 
.topbbox4 a:hover{
	text-decoration:underline;	
	}	
	
.topbout .flip_box_1 .front, 
.topbout .flip_box_1 .back{
	background-color:transparent;
	padding:0;
	border:none;
	}	
.topbout .flip_box_1 .front .glyphicons {
	background-color: transparent;
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 1em;
	height: inherit;
	font-size: inherit;
	color: inherit;
	}
.topbbox1:hover .topbbox_ico, 
.topbbox2:hover .topbbox_ico, 
.topbbox3:hover .topbbox_ico, 
.topbbox4:hover .topbbox_ico{
	margin:-10px auto 0;
	}
.topbbox1:hover .topbline3, 
.topbbox4:hover .topbline3{
	top: -55px;
	}
.topbbox2:hover .topbline4, 
.topbbox3:hover .topbline4{
	top: -120px;
	}
.topc_left{
	position:relative;
	}
.topc_left .topc_imga{
	}
.topc_right h2{
	font-size:24px;
	font-weight:normal;
	color:#333;
	text-transform:uppercase;
	margin:0 0 20px 0;
	}
.topc_right .topc_rightline{
	width:40px;
	height:3px;
	background-color:#333;
	margin:0 0 20px 3px;
	}	
.topc_right ul.topc_righbox{
	margin-bottom:0px;
	list-style-type:none;
	}
.topc_right ul.topc_righbox li{
	margin:5px 0;
	list-style-type:none;
	}
.topc_right ul.topc_righbox .topc_righbox_icon{
	display: inline-block;
	border: 1px solid #22BB75;
	width: 45px;
	height: 45px;
	font-size: 24px;
	line-height: 43px;
	text-align: center;
	color: #22BB75;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-weight:bold;
	}	
.topc_right ul.topc_righbox .topc_righbox_text{
	display:inline-block;
	position: relative;
	top: 3px;
	left: 15px;
	}	
.topc_right ul.topc_righbox .topc_righbox_text span{
	font-size:15px;
	color:#333;
	}
.topc_right a{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:none;
	padding: 14px 41px;
	display: inline-block;
	margin: 20px 0 0 0;
	}
a.Button_default.Button_style{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:none;
	padding: 14px 41px;
	display: inline-block;
	margin: 20px 0 20px 0;
	}
a.Button_default{
	color:#fff !important;
	background-color:#22BB75;
	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? */
	}
a.Button_default:hover{
	background-color:#444;
	}

.topd{
	padding:20px 0;
	text-align:center;
	}
.topd h4{
	font-size:16px;
	color:#333;
	font-weight:normal;
	line-height:20px;
	margin:0 0 20px 0;	
	}
.topd h4 span.glyphicons{
	color:#22BB75;
	font-size:22px;
	top: 5px;
	margin: 0 20px 0 0;
	}	
.topf{
	background-color:#EEEEEE;
	}
.topg{
	text-align:center;
	}
.topg h3{
	color:#333;
	font-size:24px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:normal;
	}
.topg .icon{
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin:15px auto;
	background-image: url(images/arrow-1.png);
	background-position: 13px -83px;
	background-repeat: no-repeat;
	position:relative;
	}
.topg .icon:after{
	width: 106px;
	height: 1px;
	position: absolute;
	background-color: #ccc;
	content: "";
	top: 50%;
	left: 50%;
	margin: 0 0 0 28px;
	}
.topg .icon:before{
	width: 106px;
	height: 1px;
	position: absolute;
	background-color: #ccc;
	content: "";
	top: 50%;
	left: 50%;
	margin: 0 0 0 -134px;
	}
.topg p{
	padding:0 40px;
	}
.toph{
	font-size:21px;
	}
.toph a.social{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	overflow:hidden;
	}
.topi{
	font-size:24px;
	}
#dnn_content{
	padding:40px 0 0 0;
	min-height:300px;
	}
.cona{
	
	}		
.cona .conaleft{
	
	}	
.cona .conaright .conaday{
	font-size: 16px;
	color: #333;
	text-align: center;
	border-right: 1px solid #ebebeb;
	padding: 0 15px;
	}
.cona .conaright .conamain{
	padding:0 0 0 15px;
	color:#555;
	}
.cona .conaright .conamain span{
	font-size:16px;
	padding: 0 0 8px 0;
	display: block;
	}
.cona .conaright .conamain {
	font-size:12px; 
	}
.cona .conaright .conacenter{
	border: none;
	border-bottom: 1px solid #ebebeb;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	}
.conb{
	background-color:#F0F0F0;
	}
.conb .carousel_7 .item{
	margin:0;
	}
.conba,
.conbb,
.conbc,
.conbd,
.conbe{
	text-align: center;
	cursor:pointer;
	}
.conba img,
.conbb img,
.conbc img,
.conbd img,
.conbe img{
	display:inline-block;
	padding: 20px 0;
	}
.conba:hover img,
.conbb:hover img,
.conbc:hover img,
.conbd:hover img,
.conbe:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
	}
.conc{
	border:1px solid #22BB75;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-align:center;	
	margin: 40px 0 0 0;
	cursor:pointer;
	transition: 		box-shadow ease-in 200ms;
	-moz-transition: 	box-shadow ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     box-shadow ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		box-shadow ease-in 200ms; /* Opera */
	-ms-transition: 	box-shadow ease-in 200ms; /* IE9? */
	}
.conc:hover{
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.5);	
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	}	
.conc .icon{
	width:70px;
	height:70px;
	background-color:#22bb75;
	color:#fff;
	display:inline-block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin: -35px 0 10px 0;
	}
.conc .icon span.glyphicons{
	font-size:28px;
	top:0;
	color:#fff;
	line-height:70px;
	}
.conc h3{
	font-size:18px;
	color:#333;
	font-weight:normal;
	line-height:20px;
	}
.conc p{
	padding:0 22px;
	}
.conc > a{
	font-size:12px;
	color:#22bb75;
	text-transform:uppercase;
	position:relative;	
	margin: 12px 0 20px 0;
	display: inline-block;
	}
.conc > a:hover{
	text-decoration:none;
	}
.conc > a:before{
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 4px;
	right: -20px;
	top: 4px;
	border-color: transparent transparent transparent #22bb75;
	}
.cond h3{
	font-size:16px;
	color:#333;
	line-height:20px;
	font-weight:normal;
	}
.cond .line{
	width:30px;
	height:2px;
	background-color:#22bb75;
	margin:5px 0 13px 0;
	display:inline-block;
	}
.cone h3{
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	margin:0 0 5px 0;
	color:#22bb75;
	letter-spacing:normal;
	}
.cone h4{
	font-size:12px;
	line-height:22px;
	font-weight:normal;
	margin:0;
	color:#666;
	letter-spacing:normal;
	}
.cone .line{
	width:30px;
	height:2px;
	background-color:#22bb75;
	margin:10px 0;
	}
.cone .cone_bottom p{
	display:inline-block;	
	margin: 10px 40px 0 0;
	position: relative;
	padding: 16px 0 16px 70px;
	}
.cone .cone_bottom p span.glyphicons{
	position:absolute;
	left:0;
	width:50px;
	height:50px;
	border:1px solid #cccccc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#8D8D8D;
	padding:14px 0;
	cursor:pointer;
	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? */
	}
.conf{
	position:relative;
	padding:0 0 0 145px;
	}
.conf .icon{
	position:absolute;
	left:0;
	top:0;
	width:110px;
	height:110px;
	border:1px solid #22bb75;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	}
.conf .icon span.glyphicons{
	font-size:35px;
	color:#22bb75;
	top:0;
	line-height:108px;
	}
.conf h3{
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	margin:0;
	color:#22bb75;
	letter-spacing:normal;
	}
.conf .line{
	width:30px;
	height:2px;
	background-color:#22bb75;
	margin:10px 0;
	}
.cong .congleft{
	text-align: center;
	padding:25px 0 0 0;
	}
.cong .congleft span.glyphicons{
	font-size:48px;
	color:#22bb75;
	}	
.cong .congleft p{
	font-size:14px;
	color:#666;
	margin:15px 0 0 0;
	}
.cong .congleft .line{
	background-color:#22bb75;
	width:30px;
	height:2px;	
	margin: 40px 0 0 0;
	}
.cong .congright{
	border:1px solid #e3e3e3;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:25px;
	position:relative;
	background-color:#fff;
	}
.cong .congright:before{
	content:"";
	background-color:#fff;
	position:absolute;
	left:0;
	top:50%;
	margin: -7px 0 0 -7px;
	border-left:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
	width:13px;
	height:13px;
	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 */
	}
.cong .congright h4{
	font-size:14px;
	color:#333;
	line-height:20px;
	font-weight:normal;
	margin:0 0 10px 0;
	}
.cong .congright a{
	font-size: 13px;
	color: #22bb75;
	text-transform: uppercase;
	position: relative;
	margin: 12px 0 0 0;
	display: inline-block;
	}
.cong .congright a:hover{
	text-decoration:none;
	}
.cong .congright a:before {
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 4px;
	right: -20px;
	top: 5px;
	border-color: transparent transparent transparent #22bb75;
	}
.conh{
	list-style-type:none;
	margin:0;
	padding:0;
	}
.conh li{
	list-style-type:none;
	}
.conh li a{
	color:#666666;
	text-decoration:none;
	border-bottom:1px dashed #CACACA;
	display:block;
	padding:10px 0 10px 30px;
	position:relative;
	transition: 		color ease-in 200ms,background-color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms,background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,background-color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,background-color ease-in 200ms; /* IE9? */
	}
.conh li a:hover{
	color:#22bb75;
	}
.conh li a:before{
	font-family: 'Glyphicons Regular';
	content: "\E224";
	position:absolute;
	width:17px;
	height:17px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#B4B4B4;
	color:#fff;
	left: 0;
	top:12px;
	font-size: 8px;
	line-height:17px;	
	text-align:center;
	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? */
	}
.conh li a:hover:before{
	background-color:#22bb75;
	}
.coni{
	list-style-type:none;
	margin:0;
	padding:0;
	}
.coni li{
	list-style-type:none;
	background-color:#EDEDED;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px 20px 20px 50px;
	position:relative;
	margin:0 0 5px 0;
	}
.coni li span.social{
	position:absolute;
	font-size:24px;
	color:#EDEDED;
	background-color:#22bb75;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	left: 15px;
	top: 50%;
	margin: -12px 0 0 0;
	}
.conj a{
	border:1px solid #22bb75;
	color:#22bb75;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:inline-block;
	padding: 12px 38px;
	margin: 15px 0 0 0;
	transition: 		background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border ease-in 200ms,color ease-in 200ms; /* IE9? */
	}
.conj a:hover{
	text-decoration:none;
	background-color: #444;
	border: 1px solid #444;
	color: #fff;
	}
	
.conk{
	margin:23px 0 0 0;
	}	
.conk .conk_top{
	position:relative;
	margin: 0 0 7px 0;
	}	
.conk .conk_top span.glyphicons{
	font-size:40px;
	color:#22bb75;
	position:absolute;
	left:0;
	top:0;	
	}
.conk .conk_top h3{
	font-size:14px;
	color:#333;
	line-height:40px;
	margin:0 0 0 55px;
	font-weight:normal;
	}
.conk .conk_con{
	margin:0 0 0 40px;
	background-color:#F3F3F3;
	border-left:2px solid #22bb75;
	padding:23px;	
	}
.conl{
	background-color:#F4F4F4;
	border-left:2px solid #22bb75;
	padding:30px 0;
	}
.conl .topa_left h6.topa_lefttitle{
	color:#22bb75;
	}
.conl .topa_left {
	font-size: 12px;
	color: #555;
	}
.conl .topa_right{
	border:1px solid #22bb75;
	color:#22bb75;
	background-color:#fff;
	line-height: 39px;
	margin: 28px 0 0 0;
	}
.conl .topa_right a:hover{
	text-decoration:none;
	}
.conm_left{
	text-align:center;
	background-color:#F0F0F0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	}
.conm_left span{
	font-size: 150px;
	font-weight: bold;
	line-height: 140px;
	color: #22bb75;
	vertical-align: middle;
	display: inline-block;
	margin: 100px 0 0 0;
	}
.conm_left p{
	font-size:16px;
	}
.conm_right{
	padding: 71px 0;
	}
.conm_right h3{
	font-size:20px;
	color:#333;
	font-weight:normal;
	margin-bottom: 15px;	
	}
.conm_right span{
	font-size:13px;
	color:#333;
	}
.conm_right ul{
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
	}
.conm_right li{
	list-style-type:none;
	line-height: 30px;
	padding: 0 0 0 20px;
	position:relative;
	}
.conm_right li:before{
	position:absolute;	
	content:"";
	width:5px;
	height:5px;
	background-color:#22bb75;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	left:0px;
	top:13px;	
	}
.conm_right li a,
.conm_right li.last{
	color:#22bb75;
	}
.conn{
	
	}
.conn h4{
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin: 0 0 10px 0;
	}
.conn ul{
	display:inline-block;
	margin: 20px 80px 20px 0;
	padding:0;
	list-style-type:none;
	}
.conn ul li{
	list-style-type:none;
	line-height:22px;
	}
.conn .icon a{
	color:#777;
	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? */
	}
.conn .icon a{
	width: 50px !important;
	height: 50px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #8D8D8D;
	padding: 14px 0;
	margin: 0 20px 0 0;
	}
.conn a:hover{
	text-decoration:none;
	}
.conn p{
	line-height:22px;
	}
.cono{
	padding:0 0 0 85px;
	position:relative;
	}
.cono .sector{
	position:absolute;
	left:0px;
	top:0px;
	color:#22bb75;
	}
.cono .sector_info{
	text-align:center;
	font-size: 25px;
	color: #22bb75;
	}
.cono h3{
	font-size:20px;
	color:#333;
	}
.cono .line{
	width:30px;
	height:2px;
	background-color:#22bb75;
	margin:15px 0;
	}
.cono p{
	line-height:20px;
	}
.conp{
	background-color:#F0F0F0;
	}

	
	
.sector_box {
	position:relative;
}
.sector_box div {
	float:left;
	position:relative;
	display:block;
	height:100%;	
	margin-right:20px;
}
.sector_box div span {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;

}
#gmap {
	width: 100%;
	height: 438px;
	}
#gmap2{
	width: 100%;
	height:150px;
	}	
.pager{
	text-align:left;
	}	
.news_detail .post_content {
	padding: 10px 15px !important;
	}
.success,
.warning,
.info,
.bs-example .btn.btn-default,
.bs-docs-example .btn.btn-default{
	color:#444;
	}
/* *************** HomePage2 ****************** */		
.home2_topa{
	margin:0;
	list-style-type:none;
	}
.home2_topa li{
	display:inline-block;
	width:33%;
	border-left:1px solid #fff;
	position:relative;
	padding: 17px 0 17px 119px;
	}
.home2_topa li:first-child{
	border-left:none;
	}
.home2_topa li span{
	position:absolute;
	width:80px;
	height:80px;
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#fff;
	line-height:76px;
	font-size:40px;
	text-align:center;
	left:22px;
	top:50%;
	margin:-40px 0 0 0;
	}
.home2_topa li h3{
	font-size:20px;
	color:#fff;
	margin: 0 0 5px 0;
	}
.home2_topa li p{
	font-size:15px;
	color:#fff;
	margin:0;
	}
.home2_cona{
	position:relative;
	text-align:center;	
	}
.home2_cona .number{
	font-size:120px;
	color:#e9e8e8;
	line-height: normal;
	display: inline-block;
	background-color: #fff;
	padding: 0 45px;	
	}
.home2_cona .title{
	font-size:40px;
	color:#333333;
	line-height:normal;
	position:absolute;
	width:100%;
	text-align:center;	
	top: 50%;
	margin: -27px 0 0 0;
	}
.home2_cona .linebox{
	position:absolute;
	width:100%;
	top: 50%;
	z-index: -1;
	}	
.home2_cona .linebox .line{
	width:370px;
	height:1px;
	margin:0 auto;
	background-color:#22bb75;
	}
.home2_conb{
	text-align:center;
	padding:0 10px;
	}
.home2_conc{
	position:relative;
	padding:30px 0;
	}
.home2_conc .timebox{
	padding:0 150px;	
	}
.home2_conc .time{
	width:67px;
	height:67px;
	background-color:#22bb75;
	color:#fff;
	border:6px solid #E3E7E8;
	text-align:center;
	line-height:55px;
	font-size:12px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 auto;
	}
.home2_conc .linebox{
	position:absolute;
	width:100%;
	height:4px;
	background-color:#ECF0F1;
	top:50%;
	margin:-2px 0 0 0;
	}
.home2_cond{
	padding: 20px 0 0 0;
	}
/*.home2_cond_left{
	position:relative;
	width:447px;
	height:374px;
	}
.home2_cond_left_center{
	position: absolute;
	top:50%;
	left:50%;
	z-index:10;
	margin:-40px 0 0 -40px;
	}
.home2_cond_left_top{
	position: absolute;
	top:0;
	left:50%;
	z-index:9;
	margin:0 0 0 -135px;
	}
.home2_cond_left_right{
	position: absolute;
	top:50%;
	right:0;
	z-index:8;
	margin:-135px 0 0 0 ;
	}
.home2_cond_left_left{
	position: absolute;
	top:50%;
	left:0;
	z-index:7;
	margin:-135px 0 0 0 ;
	}
.home2_cond_left_bottom{
	position: absolute;
	bottom:0;
	left:50%;
	z-index:6;
	margin:0 0 0 -135px;
	}*/

.home2_cond h3{
	font-size:20px;
	color:#333;
	font-weight:normal;
	margin:0;
	}
.home2_cond .line{
	width:30px;
	height:3px;
	background-color:#22bb75;
	margin:20px 0;
	}
.home2_cond_boxa,
.home2_cond_boxc{
	padding:25px 0;
	}
.home2_cond_boxb ul{
	margin:0;
	padding:;
	list-style-type:none;
	}
.home2_cond_boxb ul li{
	list-style-type:none;
	border-top:1px solid #ddd;
	display:inline-block;
	padding:25px 0 0 0;
	}
.home2_cond_boxb ul li:first-child{
	border-top:none;
	padding:25px 0;
	}
.home2_cond_boxb ul li img{
	float:left;
	padding:0 30px 0 0;
	}
.home2_cond_boxb ul li p a{
	padding: 15px 0 0 0;
	display: inline-block;
	}
.home2_conbg_1{
	background-color:#F5F5F5;
	position:relative;
	z-index:0;
	padding: 20px 0 40px 0;
	}
.home2_conbg_1 .home2_cona .number{
	background-color:#F5F5F5;
	}
.home2_conbg_1 .home2_cona .number{
	color:#dedede;
	}
.home2_conbg_2{
	background-color:#22bb75;
	background-image:url(images/home2_conbg_2.png);
	}
.SectionStyles5 .home2_cona .linebox,
.SectionStyles6 .home2_cona .linebox{
	display:none;	
	}
.SectionStyles5 .home2_cona .number,
.SectionStyles6 .home2_cona .number{
	color:#222;
	color:rgba(255,255,255,0.2);
	position:relative;
	background-color:transparent;
	}	
.SectionStyles5 .home2_cona .number:before,
.SectionStyles6 .home2_cona .number:before{
	position:absolute;
	content:"";
	width:70px;
	height:1px;
	background-color:#fff;
	left: 0;
	top: 50%;
	margin: 0 0 0 -70px;
	}
.SectionStyles5 .home2_cona .number:after,
.SectionStyles6 .home2_cona .number:after{
	position:absolute;
	content:"";
	width:70px;
	height:1px;
	background-color:#fff;
	right: 0;
	top: 50%;
	margin: 0 -70px 0 0;
	}
.SectionStyles5 .home2_cona .title,
.SectionStyles6 .home2_cona .title{
	color:#fff;
	}
.SectionStyles5 .home2_conb{
	color:#fff;
	}
.ourteam_1 .team_list{
	padding:40px 0;
	}
.ourteam_1 .team_list .team_person .team_img{
	text-align:center;
	}
.ourteam_1 .team_list .team_content{
	text-align:center;
	color:#fff;
	padding:20px 0 0 0;
	}
.ourteam_1 .team_list .team_content .team_title{
	font-size:16px;
	}
.ourteam_1 .team_list .team_content .team_title2,
.ourteam_1 .team_list .team_content p{
	font-size:13px;
	}
.ourteam_1 .team_list .team_content .team_titleline{
	display:inline-block;
	width:50px;
	height:1px;
	background-color:#fff;
	margin:15px 0;
	}
.ourteam_1 .team_list .team_content .team_social a{
	width:40px;
	height:40px;
	display:inline-block;
	background-color:#fff;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	margin:5px;
	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? */	
	}
.ourteam_1 .team_list .team_content .team_social a:hover{
	background-color: #22bb75;
	}
.ourteam_1 .team_list .team_content .team_social a span.social{
	font-size:18px;
	color:#fff;
	background-color:#22bb75;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:10px 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? */	

	}
.ourteam_1 .team_list .team_content .team_social a:hover span.social{
	color: #22bb75;
	background-color: #fff;
	}
.home2_cone{
	text-align:center;
	padding:30px 0 0 0;
	}
.home2_cone img{
	display:inline-block;
	padding: 0 20px;
	}

.home2_conf .cono{
	margin:35px 0 0 0;
	position:relative;
	}
.home2_conf .cono:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	}
.home2_conf .col-sm-6:nth-child(even) .cono:before{
	background-color:#E6E6E6;
	left: -15px;
	}
.home2_conf .centerline{
	width:100%;
	height:1px;
	background-color:#e6e6e6;
	padding:0 35px 0 0;
	margin:35px 0 0 0;
	}
.home2_cong{
	padding:50px 0 60px 0;
	}
.home2_cong .home2_cong_left,
.home2_cong .home2_cong_center,
.home2_cong .home2_cong_right{
	position:relative;
	
	}
.home2_cong .home2_cong_left span.glyphicons,
.home2_cong .home2_cong_center span.glyphicons,
.home2_cong .home2_cong_right span.glyphicons{
	font-size:24px;
	width:70px;
	height:70px;
	color:#7F7F7F;
	border:1px solid #CCCCCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	line-height:68px;
	position: absolute;
	left:0;
	top:50%;
	margin:-35px 0 0 0;
	text-align:center;
	}
.home2_cong .home2_cong_left p,
.home2_cong .home2_cong_center p,
.home2_cong .home2_cong_right p{
	padding:0 0 0 100px;
	margin:0;
	font-size:18px;
	color:#000;
	line-height:22px;
	}
.home2_cong .home2_cong_left p span,
.home2_cong .home2_cong_center p span,
.home2_cong .home2_cong_right p span{
	font-size:13px;
	color:#666;
	}
.footicon a.social{
	font-size:22px;
	color:#ccc;
	margin:0 5px;
	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? */
	}
/* *************** HomePage3 ****************** */	
.home3topa{
	list-style-type:none;
	padding:0;
	margin:0;	
	}
.home3topa li{
	float:left;
	position:relative;
	list-style-type:none;
	padding:0 0 0 70px;
	margin:0 0 0 38px;
	line-height: normal;
	color:#999;
	font-size:13px;
	cursor:pointer;
	}
.home3topa li a{
	width:50px;
	height:50px;
	border:1px solid #ccc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	line-height:50px;
	text-align:center;
	font-size:18px;
	position:absolute;
	top:50%;
	left:0;
	margin:-25px 0 0 0;
	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? */
	}
.home3topa li a span{
	color:#999;
	transition: 		color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,border ease-in 200ms; /* IE9? */
	}
.home3topa li:hover a{
	background-color:#22bb75;
	border:1px solid #22bb75;
	}
.home3topa li:hover a span{
	color:#fff;
	}
.home3topa li h6{
	line-height:normal;
	font-weight:normal;
	font-size:13px;
	color:#444;
	margin:0;
	}

.home3banner_left{
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#fff;
	border:1px solid #d3d3d3;
	}
.home3banner_left li{
	padding:0 0 0 18px;
	}
.home3banner_left li:nth-child(odd){
	background-color:#F4F4F4;
	}
.home3banner_left li:first-child{
	background-color:#22bb75;
	color:#fff;
	font-size:18px;	
	line-height: 46px;
	margin:-1px;
	}
.home3banner_left li a{
	font-size:13px;
	color:#666;
	display:inline-block;
	padding:10px 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? */
	}
.home3banner_left li a span.glyphicons{
	font-size:15px;
	margin:0 12px 0 0;
	}
.home3banner_left li:first-child span.glyphicons{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#fff;
	color:#22bb75;
	font-size:12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 12px 0 0;
	top: 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? */
	}
.home3banner_left li a:hover{
	text-decoration:none;
	color:#22bb75;
	}
.home3banner_left li a:hover span.glyphicons{
	color:#22bb75;
	}
.home3cona{
	background-color:#FAFAFA;
	border:1px solid #DDDDDD;
	padding:15px;
	position:relative;
	color:#22bb75;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:22px;
	}
.home3cona h6{
	color:#666;
	font-size:24px;
	line-height:28px;
	margin:0;
	}
.home3cona span.glyphicons{
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	margin:-25px 0 0 0;
	right:15px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#E6E6E6;
	color:#22bb75;
	font-size:20px;
	line-height:50px;
	text-align:center;
	}
.home3conb{
	margin:0;
	padding:0;
	list-style-type:none;
	border:1px solid #DDDDDD;
	}
.home3conb li{
	float:left;
	padding:30px;
	width:100%;
	margin-top: -1px;
	border-left:1px solid #dddddd;
	border-top:1px solid #dddddd;
	position: relative;
	cursor:pointer;
	transition: 		box-shadow ease-in 200ms;
	-moz-transition: 	box-shadow ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     box-shadow ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		box-shadow ease-in 200ms; /* Opera */
	-ms-transition: 	box-shadow ease-in 200ms; /* IE9? */
	}
.home3conb li:hover{
	box-shadow: 1px 1px 7px rgba(0,0,0,0.5);
	}
.home3conb li:first-child,
.home3conb li:nth-child(5){
	border-left:none;
	}
.home3conb li .image{
	text-align:center;
	display:inline-block;
	}
.home3conb li .image img{
	max-width:260px;
	display:inline-block;
	width:auto \9;
	}
.home3conb li .tips{
	position:absolute;
	left:0px;
	top:15px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding:5px 20px 5px 15px;
	margin: 0 0 0 -1px;
	}
.home3conb li:nth-child(1) .tips,
.home3conb li:nth-child(4) .tips,
.home3conb li:nth-child(5) .tips,
.home3conb li:nth-child(8) .tips{
	background-color:#E8B400;
	}
.home3conb li:nth-child(2) .tips,
.home3conb li:nth-child(6) .tips{
	background-color:#E80018;
	}
.home3conb li:nth-child(3) .tips,
.home3conb li:nth-child(7) .tips{
	background-color:#50C77D;
	}
.home3conb li .tips .tipscolor{
	position:relative;
	}
.home3conb li .tips .tipscolor:before{
	position: absolute;
	content: "";
	border-width: 8px;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	top: 0;
	right: 0;
	margin: -5px -20px 0 0;
	}
.home3conb li .tips .tipscolor:after{
	position: absolute;
	content: "";
	border-width: 8px;
	border-style: solid;
	border-color:transparent #fff #fff transparent;
	top: 0;
	right: 0;
	margin:11px -20px 0 0;
	}
.home3conb li h6.Model{
    min-height: 40px;
    text-align: center;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	}
.home3conb li p.name{
    min-height: 40px;
	font-size:14px;
	color:#373738;
	text-transform:uppercase;
	margin:0;
	}
.home3conb li .line{
	width:100%;
	height:1px;
	background-color:#DDDDDD;
	margin:13px 0;	
	}
.home3conb li .Price{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	}
.home3conb li .Price .Priceleft{
	color:#ccc;
	text-decoration:line-through;
	float:left;
	}
.home3conb li .Price .Priceright{
	color:#22bb75;
	float:right;
	}
	
	
.home3conc{
	background-image:url(images/home3conc.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding: 0 0 40px 0;
	position:relative;	
	}	
.home3conc:before{
	position: absolute;
	content: "";
	border-width:20px;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	top: 0;
	right: 0;
	}
.home3conc:after{
	position: absolute;
	content: "";
	border-width:20px;
	border-style: solid;
	border-color:transparent transparent rgba(0,0,0,0.2) rgba(0,0,0,0.2);
	top: 0;
	right: 0;
	}
.home3conc .home3conc_1,
.home3conc .home3conc_2,
.home3conc .home3conc_3{
	padding:27px;
	color:#fff;
	font-size:13px;
	}
.home3conc .home3conc_1{
	background-color:#6EBE59;
	}
.home3conc .home3conc_1 .title span.glyphicons{
	color:#6EBE59;
	}
.home3conc .home3conc_2{
	background-color:#4EC19D;
	}
.home3conc .home3conc_2 .title span.glyphicons{
	color:#4EC19D;
	}
.home3conc .home3conc_3{
	background-color:#54BBCA;
	}
.home3conc .home3conc_3 .title span.glyphicons{
	color:#54BBCA;
	}
.home3conc .title{
	font-size:30px;
	color:#fff;
	margin: 0 0 20px 0;
	}
.home3conc .title span.glyphicons{
	width:20px;
	height:20px;
	background-color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:12px;
	text-align:center;
	line-height:20px;
	margin:0 15px 0 0;
	top: -3px;
	}
.home3conc p.test{
	margin:0;
	}
.home3conc .list{
	margin:20px 0;
	padding:0;
	list-style-type:none;
	}
.home3conc .list li{
	line-height:30px;
	}
.home3conc .list li span.glyphicons{
	font-size:14px;
	margin:1px 10px 0 0;
	}
.home3conc a.link{
	display:inline-block;
	color:#fff;
	background-color:rgba(0,0,0,0.2);
	padding:9px 29px;
	text-transform:uppercase;
	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? */
	}
.home3conc a.link:hover{
	background-color:#444444;
	text-decoration:none;
	}
.home3cond{
	background-color:#E5E5E5;
	padding:40px 0 90px 0;	
	}
.home3cond h3.title{
	font-size:26px;
	color:#333;
	text-align:center;
	margin:0 0 20px 0;
	}
.home3cond .line{
	width:50px;
	height:3px;
	background-color:#22bb75;
	margin:0 auto 30px;
	}
.home3cond_box{
	padding:0 0 2px 0;
	}
.home3cond_box .home3cond_box_left{
	float:left;
	width:50%;	
	}
.home3cond_box .home3cond_box_right{
	background-color:#fff;
	float:left;
	width:50%;
	padding:16px;	
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);	
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2); 	
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	}
.home3cond_box .home3cond_box_right h3{
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin:0;
	}
.home3cond_box .home3cond_box_right h4{
	font-size:14px;
	color:#999;
	font-weight:normal;
	margin:0 0 8px 0;
	}
.home3cond_box .home3cond_box_right p{
	font-size:13px;
	}
.home3cond_box .home3cond_box_right .Price .Priceleft{
	font-size:15px;
	color:#E4AA0D;
	float:left;
	}
.home3cond_box .home3cond_box_right .Price .Priceleft span.glyphicons{
	margin:0 2px 0 0;
	}
.home3cond_box .home3cond_box_right .Price .Priceright{
	font-size:14px;
	color:#22bb75;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	}
.home3cond_box .home3cond_box_right .line{
	background-color:#ddd;
	width:100%;
	height:1px;
	margin:8px 0;
	}
.home3bottoma{
	width:100px;
	height:100px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:-50px auto 0;
	background-color:#22bb75;
	line-height:125px;
	text-align:center;
	}
.home3bottoma span.glyphicons{
	font-size:39px;
	color:#fff;
	}
.home3bottomb{
	margin:40px auto 0;
	background-color: #fff;
	height: 60px;
	width:830px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
.home3bottomb .home3bottomb_left{
	font-size:15px;
	background: none;
	border: none;
	float: left;
	height: 60px;
	position: relative;
	white-space: nowrap;
	display: block;
	text-align: left;
	color: #aaa;
	padding-left: 10px;
	outline-style: none;
	width:600px;
	}
.home3bottomb a.home3bottomb_right{
	text-decoration: none;
	display: inline-block;
	float: right;
	padding:18px 39px;
	overflow: hidden;
	color: #fff;
	background-color: #22bb75;
	text-align: center;
	font-family: 'Open Sans';
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	font-weight:bold;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms;
	-o-transition: background-color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms;
	}
.home3bottomb a.home3bottomb_right:hover {
	background-color: #444444;
}
.home3bottomc{
	padding:0 0 0 90px;
	position:relative;
	}
.home3bottomc span.glyphicons{
	background-color:#4F4F4F;
	width:70px;
	height:70px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position: absolute;
	left:0;
	top:0;
	font-size:24px;
	color:#8D8D8D;
	text-align:center;
	line-height:70px;
	}
.home3bottomc h3{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	line-height:26px;
	}
.home3bottomc p{
	font-size:13px;
	color:#bbb;
	}
.home3bottomc span.date{
	font-size:13px;
	color:#22bb75;
	}
.home3bottomcline{
	width:100%;
	height:1px;
	background-color:#3C3C3C;
	margin:20px 0;
	}
/* ********** BOTTOM ************** */	
.bottoma p{
	margin:0 0 20px 0;	
	}
.bottoma a{
	text-decoration:none;
	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? */
	}
.bottoma a:hover{
	text-decoration: underline;
	}
.bottoma p.socialicon_footer{
	margin: 10px 0 0px 0;
	}
.bottoma p.socialicon_footer a{
	color:rgba(255,255,255,0.3);
	font-size:24px;
	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? */
	}
.bottoma p.socialicon_footer a:hover{
	color:#22BB75;
	text-decoration:none;
	}
.bottomb{
	list-style-type:none;
	margin:0;
	padding:0;
	}
.bottomb li{
	list-style-type:none;
	padding: 7px 0;
	}

.bottomb li .bottomb_left{
	width:50px;
	height:50px;
	background-color:rgba(255,255,255,0.1);
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	float: left;
	margin: 6px 20px 0 0;
	}
.bottomb li .bottomb_left span.glyphicons{
	font-size:16px;
	color:#919191;
	line-height:48px;
	}
.bottomb li .bottomb_right p{
	color:#bbb;
	}
.bottomb li .bottomb_right span{
	color:#777;
	}
.bottomc a{
	display: inline-block;
	margin: 0px 6px 8px 0px;
	outline: none;
	line-height: 20px;
	padding: 7px 19px;
	color:#bbb;
	border:1px solid #888;
	text-decoration: none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	transition: 		color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms,border ease-in 200ms; /* IE9? */
	}
.bottomc a:hover{
	color:#22BB75;
	border:1px solid #22BB75;
	}

/* ********** FOOTER ************** */		
footer{
	padding:26px 0;
	}
.copyright_style{
	float:left;
	color:#bbb;
	}
.FootPane,
.foota{
	float:right;
	color:#22BB75;
	}
.foota a{
	padding:0 5px;
	text-decoration:none;
	}
.foota a:hover{
	text-decoration:underline;
	}
#to_top {
	width: 45px;
	height: 45px;
	font-size: 0px;
	background-color: #777;
	text-align: center;
	float: right;
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms;
	-o-transition: background-color ease-in 200ms;
	-ms-transition: background-color ease-in 200ms;
	}	
#to_top:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 5px solid rgba(255,255,255,0.4);
	border-left: 5px solid rgba(255,255,255,0.4);
	margin: -4px 0 0 -6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	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;
	}
#to_top:hover:before{
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	}
	
	
	
	
	
	
	
	
	
	




@media only screen and (min-width: 1200px) {
	.dnn_layout {
		width: 1170px;
		}
	.head_mid,
	.content_mid,
	.footer_mid{
		padding:0 20px;
		}
	.Testimonials_1left{
		width:260px;
		}
	.carousel_1 .item .photo_box .content{
		padding:35px;
		}
	.carousel_3 .owl-buttons .owl-prev, 
	.carousel_3 .owl-buttons .owl-next,
	.carousel_10 .owl-buttons .owl-prev, 
	.carousel_10 .owl-buttons .owl-next{
		left: -55px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin: -25px 0 0 0;
		}
	.carousel_3 .owl-buttons .owl-next,
	.carousel_10 .owl-buttons .owl-next {
		left: auto;
		right: -50px;
		}
	.carousel_7 .owl-buttons .owl-prev, 
	.carousel_7 .owl-buttons .owl-next{
		left: -50px;
		}
	.carousel_7 .owl-buttons .owl-next {
		left: auto;
		right: -20px;
		}
	.flip_box_5 .back .backp{
		margin:10px 0 20px 0;
		}
	.flip_box_5 .back .back_social{
		margin-top: 40px;
		}
	.conl{
		padding: 30px;
		}
	.topg p{
		padding:0 135px;
		}
	.home2_topa li{
		padding: 17px 40px 17px 147px;
		}
	.home2_topa li span{
		left:50px;
		}
	.home2_cond_left{
		width:490px;
		height:410px;
		}
	/*anchor Nav*/
	#anchorNav {
		right:100px;
		}
	.home3conc .home3conc_1,
	.home3conc .home3conc_2,
	.home3conc .home3conc_3{
		padding:40px;
		}
	.home3cona{
		padding:25px 30px;
		}
	.home3cona span.glyphicons{
		width:90px;
		height:90px;
		margin:-45px 0 0 0;
		right:30px;
		font-size:35px;
		line-height:90px;
		}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.topbout,
	.topbline,
	.topbline3,
	.topbline4{
		display:none;
		}
	.topbbox1, 
	.topbbox2{
		margin-top:0px;
		}
	.topbbox3, 
	.topbbox4{
		margin-top:20px;
		}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
/* ********** Pane Style ************** */
	[class*="Pane"],
	.row [class*="Pane"] {
		padding:0px 0px 30px 0px;
	}
	.DNNEmptyPane{
		display:none;
	}
	.pt40{
		padding-top:30px;
		}
	.pb40{
		padding-bottom:30px;
		}
	.mt40{
		margin-top:30px;
		}
	.mb40{
		margin-bottom:30px;
		}
	.BannerPane,
	.FootPane,
	.ConPaneB,
	.ConPaneD,
	.ConPaneF,
	.header2 .HeadPane,
	.header3 .HeadPane,
	.HeadPaneB{
			padding:0;
			}

	.dnn_layout{
		width: 750px;
		}
	#dnn_content{
		padding:30px 0 0 0;		
		}
	.head_mid,
	.content_mid,
	.footer_mid{
		padding:0 15px;
		}

	.topa_right{
		margin:20px 0 0 0;
		}
	.topc_right ul.topc_righbox .topc_righbox_icon{
		float:left;
		}
	.topc_right ul.topc_righbox .topc_righbox_text {
		display: block;
		top: 0;
		}
	.conf{
		padding: 0 0 0 70px;
		}
	.conf .icon{
		width: 50px;
		height: 50px;
		}
	.conf .icon span.glyphicons{
		line-height:48px;
		font-size:18px;
		}

	.conm_left{
		width: 300px;
		height: 300px;
		}
	.conm_left span{
		font-size: 120px;
		margin: 60px 0 0 0;
		}
	.conm_right {
		padding: 0px 0;
		}
	.topg p{
		padding:0;
		}
	
	.carousel_2 .owl-buttons,
	.carousel_3 .owl-buttons,
	.carousel_6 .owl-buttons,
	.carousel_7 .owl-buttons,
	.carousel_9 .owl-buttons,
	.carousel_10 .owl-buttons{
		/*display:none;*/
		}
	.SectionStyles7_conbox1 .SectionStyles7_conbox2{
		margin:0 0 10px 0;
		}
	.Testimonials_1 .dot{
		bottom:0;
		}
	.Testimonials_1left{
		width:175px;
		}
	.horizontalTab_Top_3 ul.resp-tabs-list li span,
	.horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
		padding: 9px 20px;
		}
	.quotes_2 blockquote {
		padding: 0;
		text-align: center;
		}
	.quotes_2 blockquote p{
		margin:0 auto;
		}
	.quotes_2 blockquote small{
		position:relative;
		}
	.quotes_2 blockquote small img{
		width: 40px;
		left: auto;
		margin: -10px 0 0 0px;
		}
	.home2_topa li{
		padding: 17px 0 17px 52px;
		border-left:none;
		}
	.home2_topa li span{
		width: 40px;
		height: 40px;
		line-height: 36px;
		font-size: 30px;
		left: 6px;
		margin: -20px 0 0 0;
		}
	.horizontalTab_Top_4 ul.resp-tabs-list li span{
		padding: 13px 17px;
		}
	.ourteam_1 .team_list .team_person .team_img img{
		display:inline-block;
		}
	.home2_cone img{
		max-width:43%;
		padding:0;
		}
	.home2_cona .number{
		line-height:120px;
		}
	.ourteam_1 .team_list{
		padding:30px 0;
		}
	.home2_cond_left{
		width:345px;
		height:289px;
		}
	/*anchor Nav*/
	#anchorNav {
		right:20px;
		}
		
	.home3cona{
		padding:25px;
		}
	.home3cona h6 {
		font-size: 16px;
		line-height: 22px;
		}
	.home3conb li{
		width:100%;
		}
	.home3conb li:first-child, 
	.home3conb li:nth-child(3),
	.home3conb li:nth-child(5),
	.home3conb li:nth-child(7){
		border-left:none;
		}
	.home3bottomb{
		width:100%;
		}
	.home3bottomb .home3bottomb_left{
		width:520px;
		}
	.home3bottomc{
		padding:0;
		}
	.home3bottomc span.glyphicons{
		display:none;
		}

}


@media only screen and (max-width: 767px) {
/* ********** Pane Style ************** */
	[class*="Pane"],
	.row [class*="Pane"] {
		padding:0px 0px 20px 0px;
	}
	.DNNEmptyPane{
		display:none;
	}
	.pt40{
		padding-top:20px;
		}
	.pb40{
		padding-bottom:20px;
		}
	.mt40{
		margin-top:20px;
		}
	.mb40{
		margin-bottom:20px;
		}
	.BannerPane,
	.top_dp .TopDPane,
	.LightGreyBGPane,
	.LightGreyBGPaneB,
	.row .BotBGPaneA,
	.row .BotBGPaneB,
	.FootPane,
	.ConPaneB,
	.ConPaneD,
	.ConPaneF,
	.header2 .HeadPane,
	.header3 .HeadPane,
	.HeadPaneB{
			padding:0;
			}

	.dnn_layout {
		width: auto;
	}
	#dnn_wrapper {
		min-height:100%;
		overflow:hidden;
		position:relative;
	}
	#dnn_content{
		padding:20px 0;		
		}
	.head_mid {
		padding:15px;
		min-height: 37px;
		}
	.top_mid{
		padding:0 15px;
		}
	.topa .col-md-3.col-sm-4{
		text-align:center;
		}
	.topa_right{
		margin:20px 0 0 0;
		}
	.tp-caption a.bannerbutton {
		font-size: 14px;
		padding: 5px 10px;
		}
	.SliderRevolution3D.defaultskin .tp-leftarrow.default,
	.SliderRevolution3D.defaultskin .tp-rightarrow.default,
	.topbout,
	.topbline,
	.topbline3,
	.topbline4{
		display:none;
		}
	.topbbox1, 
	.topbbox2{
		margin-top:0px;
		padding:0 15px;
		}
	.topbbox3, 
	.topbbox4{
		margin-top:20px;
		padding:0 15px;
		}
	.topc_left .topc_imga {
		text-align: center;
		margin: 0 15px 20px;
		}
	.topc_right h2,
	.topc_right p,
	.topc_right ul.topc_righbox{
		}
	.topc_right .topc_rightline{
		margin: 0 15px 20px 18px;
		}	
	.topc_right a{
		display: block;
		text-align: center;
		margin: 20px 15px 0 15px;
		}
	a.Button_default.Button_style{
		display: block;
		text-align: center;
		margin: 20px 15px;
		}
	.conl{
		padding: 30px;
		}
	.topg p{
		padding:0;
		}
	.SectionStyles1,
	.SectionStyles2,
	.SectionStyles3_bg,
	.SectionStyles4_bg{
		padding-top:20px;
		padding-left:15px;
		padding-right:15px;
		}
	.SectionStyles3 h3,
	.SectionStyles4 h3{
		font-size:20px;
		}
	.SectionStyles7_con p{
		padding:0;
		}

	.SectionStyles7_conbox1 .SectionStyles7_conbox2{
		margin:10px 0;
		}
	.boxes_style_5 .boxes .but a.Button_default2 {
		padding: 9px 20px;
		display:inline-block;
		}
	.content_mid,
	.footer_mid{
		padding:0 15px;
		}
	.bread_mid{
		padding-left:15px;
		padding-right:15px;
		}	
	.cona .conaleft{
		margin: 0 0 20px 0;
		}
	.conba{
		background-size:inherit;
		}
	.cone{
		margin:20px 0 0 0;
		}
	.conf{
		padding: 0 0 0 70px;
		}
	.conf .icon{
		width: 50px;
		height: 50px;
		}
	.conf .icon span.glyphicons{
		line-height:48px;
		font-size:18px;
		}
	.cong .congleft .line{
		margin:20px auto;
		}
	.cong .congright:before{
		display:none;
		}
	.conm_left{
		width: 200px;
		height: 200px;
		}
	.conm_left span{
		font-size: 70px;
		line-height: 70px;
		margin: 45px 0 0 0;
		}
	.conm_left p {
		font-size: 14px;
		}
	.home2_topa li{
		padding: 10px 0 10px 65px;
		border-left:none;
		width:100%;
		}
	.home2_topa li span{
		left:0px;
		width:50px;
		height:50px;
		line-height:46px;
		margin:-25px 0 0 0;
		}
	.home2_cona .number{
		line-height:120px;
		}
	.home2_conc .timebox {
		padding: 0;
		}
	.home2_conc .time {
		width: 46px;
		height: 46px;
		border: 3px solid #E3E7E8;
		line-height: 40px;
		}
	.home2_cona .linebox .line {
		width: 100%;
		}
	.home2_conb{
		padding:0;
		}
	.home2_cond_boxa, .home2_cond_boxc {
		padding:0;
		}
	.home2_cond_boxb ul li img{
		padding:0 10px 0 0;
		}
	.number_Animation_1 .number_Animation_bg{
		padding: 10px 0;
		}
	.number_Animation_1 .number {
		line-height:normal;
		}
	.isotope_1 .isotope_group a {
		margin: 0px 5px;
		display: inline-block;
		}
	.text_sytle_6 .dateandtitle .title{
		margin:0 0 0 7px;
		padding:0 0 0 7px;
		}
	.isotope_1 .isotope_group{
		padding:10px 0;
		}
	.isotope_1 .isotope_item > div {
		margin:20px 0 0 0;
		}
	.ourteam_1 .team_list{
		padding:20px 0;
		}
	.ourteam_1 .team_list .team_person .team_img img {
		display: inline-block;
		}
	.home2_cone{
		padding:10px 0 0 0;
		}
	.home2_conf .cono:before,
	.home2_conf .centerline{
		display:none;
		}
	.price-table3 [class*="col-sm-4"]{
		padding-right: 15px;
		padding-left: 15px;
		}
	.price-table3 .best_value {
		margin:0;
		}
	.price-table3 [class*="col-sm-4"]{
		margin-bottom: 15px;
		}
	.price-table3 .best_value .price_title {
		padding: 22px 0;
		}
	.price-table3 .best_value .price_holder a.btn {
		margin:40px 0;
		}
	.home2_cong {
		padding: 20px 0;
		}
	.home2_cong .home2_cong_left, 
	.home2_cong .home2_cong_center, 
	.home2_cong .home2_cong_right {
		padding: 15px 0;
		}	
	.home2_cong .home2_cong_left p, 
	.home2_cong .home2_cong_center p, 
	.home2_cong .home2_cong_right p {
		padding: 0 0 0 80px;
		}
	.home2_cond_left{
		width:270px;
		height:226px;
		}
	.home3cona{
		margin:5px 0;
		}
	.home3conb li{
		width:100%;
		}
	.home3conb li:first-child, 
	.home3conb li:nth-child(3),
	.home3conb li:nth-child(5),
	.home3conb li:nth-child(7){
		border-left:none;
		}
	.home3bottomb {
		margin: 20px auto 0;
		height: 40px;
		width: 100%;
		}
	.home3bottomb .home3bottomb_left {
		font-size: 12px;
		height: 40px;
		width: 165px;
		}
	.home3bottomb a.home3bottomb_right{
		padding: 11px 20px 10px;
		font-size: 12px;
		}
	.home3bottomc{
		padding:0;
		}
	.home3bottomc span.glyphicons{
		display:none;
		}





	.conm_right {
		padding: 20px 0;
		}
	.carousel_1 .item{
		padding:0;
		}
	.carousel_1 .item .photo_box .content{
		padding:10px;
		}
	.carousel_1 .item .content_sytle_2 .content h3{
		margin:0 0 10px 0;
		}
	.carousel_1 .item .content_sytle_2 .content p{
		padding:0 0 10px 0;
		}
	.carousel_2 .owl-buttons,
	.carousel_3 .owl-buttons,
	.carousel_6 .owl-buttons,
	.carousel_7 .owl-buttons,
	.carousel_9 .owl-buttons,
	.carousel_10 .owl-buttons{
		/*display:none;*/
		}	
	.carousel_4 .owl-page{
		background-color:#aaa;
		}
	.Testimonials_1left{
		display:none;
		}
	.Testimonials_3 blockquote,
	.Testimonials_7 blockquote{
		padding:30px;
		}
	.Testimonials_3 blockquote:before,
	.Testimonials_7 blockquote:before{
		left: -7px;
		font-size: 100px;
		}
	.Testimonials_3 blockquote:after,
	.Testimonials_7 blockquote:after{
		right: 10px;
		font-size: 100px;
		}
	.Testimonials_3 blockquote p,
	.Testimonials_7 blockquote p{
		padding:0;
		}
		
		
	.verticalTab_Left_1 .resp-tabs-container .resp-accordion span em.glyphicons,
	.verticalTab_Right_1 .resp-tabs-container .resp-accordion span em.glyphicons,
	.horizontalTab_Top_1 .resp-tabs-container .resp-accordion span em.glyphicons{
		font-size: 15px;
		top: 3px;
		margin: 0 15px 0 0;
		}	
	.verticalTab_Left_1 .resp_container .resp_margin{
		border-right: 1px solid #ebebeb; 
		}
	.verticalTab_Left_1 .resp-tab-active, 
	.verticalTab_Left_1 .resp-tab-active:hover,
	.verticalTab_Right_1 .resp-tab-active, 
	.verticalTab_Right_1 .resp-tab-active:hover,
	.horizontalTab_Top_1 .resp-tab-active, 
	.horizontalTab_Top_1 .resp-tab-active:hover,
	.horizontalTab_Top_2 .resp-tab-active, 
	.horizontalTab_Top_2 .resp-tab-active:hover,
	.horizontalTab_Top_3 .resp-tab-active, 
	.horizontalTab_Top_3 .resp-tab-active:hover{
		background-color: #22bb75;
		}
	.verticalTab_Right_1 .resp_container .resp_margin{
		border-left:1px solid #ebebeb; 
		}
	.horizontalTab_Top_1 .resp-tabs-container{
		border-bottom: 1px solid #e1e1e1;
		}
	.horizontalTab_Top_2 ul.resp-tabs-list,
	.horizontalTab_Top_4 ul.resp-tabs-list,
	.horizontalTab_Top_5 ul.resp-tabs-list{
		width:auto;
		display:none;
		}
	.horizontalTab_Top_2 .resp-tabs-container,
	.horizontalTab_Top_3 .resp-tabs-container
	.horizontalTab_Top_4 .resp-tabs-container,
	.horizontalTab_Top_5 .resp-tabs-container{
		border: none;
		border-bottom: 1px solid #e1e1e1;
		}
	.horizontalTab_Top_4 .resp-tab-content .resp_margin,
	.horizontalTab_Top_5 .resp-tab-content .resp_margin  {
		margin:15px;
		}
	.horizontalTab_Top_4 h2.resp-accordion.resp-tab-active,
	.horizontalTab_Top_5 h2.resp-accordion.resp-tab-active{
		background-color:#22bb75;
		}

	.quotes_2 blockquote {
		padding: 0;
		text-align: center;
		}
	.quotes_2 blockquote p{
		margin:0 auto;
		}
	.quotes_2 blockquote small{
		position:relative;
		}
	.quotes_2 blockquote small img{
		width: 40px;
		left: auto;
		margin: -10px 0 0 0px;
		}
	.quotes_1 blockquote span.mark,
	.quotes_3 blockquote span.mark,
	.quotes_4 blockquote span.mark{
		display:none;
		}
	.quotes_1 blockquote,
	.quotes_3 blockquote,
	.quotes_3 blockquote p{
		padding:0;
		}
	.quotes_4 blockquote{
		padding:10px;
		}	
	.LightBox_Content{
		max-width:90%;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		

	.copyright_style {
		float: none;
		text-align: center;
		}
	.FootPane,
	.foota {
		float: none;
		text-align: center;
		}

	
/*--------- Mobile Menu style ----------*/
	.mobile_main{
		}
	.mobile_main .dnn_logo{
		padding: 0;
		height:40px;
		line-height:40px;
		margin:0;
		}
	.mobile_main .mobilep{
		margin:0;
		}
	.mobile_main .mobilep_top,
	.mobile_main .headp, 
	.mobile_main .search_ps{
		float:right;
		display:inline-block;
		padding:5px 0;
		}
	
	.mobile_main .headp .login_icon, 
	.mobile_main .search_ps .search_icon{
		}
	.mobile_main .headp .login_icon span.glyphicons, 
	.mobile_main .search_ps .search_icon span.glyphicons{
		}
	.mobile_main .headp.Open .login_icon span.glyphicons:before, 
	.mobile_main .search_ps.Open .search_icon span.glyphicons:before{
		content: "\E208";
		}
		
		
	.mobile_main .header_element .element_box{
		margin-top:40px;
		}
	.mobile_main .header_element .headp.Open .element_box,
	.mobile_main .header_element .search_ps.Open .element_box{
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 1000;
		}
	.mobile_main .header_element .headp.Open .element_box.login:before, 
	.mobile_main .header_element .search_ps.Open .element_box.searchBox:before {
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 1000;
		}
	.mobile_main .header_element .element_box.login{
		right: 38px;
		}	
	




	.mobile_icon {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: 1px solid #666;
		text-align: center;
		cursor: pointer;
		display:inline-block;
	}
	.mobile_icon span.glyphicons{
		font-size: 13px;
		padding: 7px 0;
		}
	.mobilep_top.Open .mobile_icon .glyphicons:before{
		content: "\E208";
		font-size:13px;
	}
	.mobile_main .header_element .mobilep_top.Open .element_box{
		filter: alpha(opacity=100);
		opacity:1;
		height:auto;
		z-index: 906;
		}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		
	}
	
	
	#mobile_menu .menu_main {
		padding:23px 10px;
	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.multi_menu > ul > li {
		margin:0 0 2px 0;
		}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 13px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		color: #ddd;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		background-color:#666666;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 10px 0px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 25px;
	}
	
	.multi_menu ul li .menu_arrow.arrow_opened {
	}
	
	.multi_menu ul li .menu_arrow.arrow_closed {
		font-size: 40px;
		line-height: 31px;
	}
	
	.multi_menu ul ul {
		display: none;
		background: #2e2e2e;
		margin: 0px;
	}
	.multi_menu > ul > ul{
		padding: 2px 0px 0 0px;
		}
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	.multi_menu ul li a:hover {
		color:#fff;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #FFF;
		background-color:#22BB75;
		
	}
	
	.multi_menu ul li a {
		padding: 0 0 0 15px
	}
	
	.multi_menu ul li li a {
		padding: 0 0 0 30px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 45px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 60px
	}
	
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
		color:#fff;
	}
/*anchor Nav*/
	#anchorNav {
		display:none;
		}
}
@media only screen and (max-width: 525px) {
	.home3conb li{
		width:100%;
		border-left:none !important;
		}
	}
@media print {
	a:link:after {
		content: " ";
	}
}
/*Element Hide*/
 
@media only screen and (max-width: 767px) {
	.ElementHide-xs,
	tr.ElementHide-xs,
	th.ElementHide-xs,
	td.ElementHide-xs {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ElementHide-sm,
	tr.ElementHide-sm,
	th.ElementHide-sm,
	td.ElementHide-sm {
		display: none !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.ElementHide-md,
	tr.ElementHide-md,
	th.ElementHide-md,
	td.ElementHide-md {
		display: none !important;
	}
}

@media only screen and (min-width: 1200px) {
	.ElementHide-lg,
	tr.ElementHide-lg,
	th.ElementHide-lg,
	td.ElementHide-lg {
		display: none !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	
}




/*loading*/
.loading {
	width: 26px;
	height: 26px;
	position: relative;
}
.loading .container1 > div,
.loading .container2 > div,
.loading .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.loading .loading-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.loading .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.loading .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.loading .circle1 {
	top: 0;
	left: 0;
}
.loading .circle2 {
	top: 0;
	right: 0;
}
.loading .circle3 {
	right: 0;
	bottom: 0;
}
.loading .circle4 {
	left: 0;
	bottom: 0;
}
.loading .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.loading .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.loading .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.loading .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.loading .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.loading .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.loading .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.loading .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.loading .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.loading .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.loading .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes 
bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
@keyframes 
bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}

.isotope_grid .loading {
	position:absolute;
	bottom:10px;
	left:50%;
	margin:0 0 0 -10px;
}

/***new portfolios group***/
.isotope_grid .portfolios_group{
	padding:5px 0 30px;
	position:relative;
	text-align:left;
}
.isotope_grid .portfolios_group a{
	display:inline-block;
	font-size:14px;
}
.isotope_grid .portfolios_group a:first-child{
	margin-left:0;
}
@media only screen and (max-width: 767px) {
.isotope_grid .portfolios_group a{
	margin:0 5px;
}
}
/***portfolios button***/
a.portfolios_default_btn{
	width:120px;
	line-height:36px !important;
	display:inline-block;
	font-size:12px;
	padding:0;
	text-align:center;
	text-decoration:none;
	margin-right:10px;
	margin-bottom:0;
	text-transform:uppercase;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	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? */
}
@media only screen and (max-width: 767px) {
a.portfolios_default_btn{
	margin-right:2px;
}
}
/***portfolios carousel***/
.portfolios_carousel_title{
	font-size:20px;
	color:#333333;
	padding:23px 0 15px;
}

/***Grid layouts***/
.Grid_layouts .isotope_main{
	margin-left:-15px;
}
.Grid_layouts .isotope_item .photo_box{
	margin:0 0 15px 15px;
}
.Grid_layouts .photo_box .content h3{
	font-size:16px;
	line-height:1.8;
	margin:0;
	text-transform:uppercase;
}
.Grid_layouts  .photo_box .content p{
	font-size:13px;
	margin-bottom:15px;
}
.Grid_layouts .photo_box .content a{
	font-size:14px;
	color:#ffffff;
    line-height:36px;
	border:1px solid #ffffff;
	padding:8px 45px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.Grid_layouts .photo_box .shade{
	background-color:#22bb75;
}
.Grid_layouts .photo_box:hover .shade{
	opacity:0.8;
}
@media only screen and (max-width: 767px) {
.Grid_layouts .isotope_main{
	margin-left:0;
}
.Grid_layouts .isotope_item .photo_box{
	margin:0 0 15px;
}
}

/***Classic layouts***/
.Classic_layouts .isotope_main{
	margin-left:-15px;
}
.Classic_layouts .isotope_item .photo_box{
	margin:0 0 15px 15px;
}
.Classic_layouts .photo_box .content h3{
	font-size:14px;
	line-height:20px;
	margin:0;
	text-transform:uppercase;
}
@media only screen and (max-width: 767px) {
.Classic_layouts .isotope_main{
	margin-left:0;
}
.Classic_layouts .isotope_item .photo_box{
	margin:0 0 15px;
}
}

/***Text layouts***/
.Text_layouts .isotope_main{
	margin-left:-15px;
}
.Text_layouts .isotope_item .photo_box{
	margin:0 0 15px 15px;
}
.Text_layouts .photo_box .ico span{
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
	font-size:16px;
	border:1px solid #ffffff;
	background:none !important;
	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? */
}
.Text_layouts .photo_box a:hover span{
	color:#22bb75;
	background:#ffffff !important;
}
.Text_layouts .photo_box .shade{
	background-color:#22bb75;
}
.text_style1{
	font-size:12px;
	padding:16px 0 19px;
}
.text_style1 h3{
	font-size:15px !important;
	color:#333333;
	text-transform:uppercase;
	letter-spacing:0 !important;
	font-weight:bold !important;
}
.text_style1 a{
	font-size:13px;
	color:#22bb75;
	text-transform:uppercase;
}
.text_style2{
	font-size:13px;
	color:#666666;
	padding:20px 20px 15px;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#d4d4d4;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.text_style2 h3{
	font-size:15px !important;
	color:#333333;
	text-transform:uppercase;
	letter-spacing:0 !important;
	font-weight:bold !important;
}
.text_style2 .info {
    float: right;
    font-size: 14px;
    padding-top: 13px;
}
.text_style2 .info span{
	margin-right:3px;
}
@media only screen and (max-width: 767px) {
.Text_layouts .isotope_main{
	margin-left:0;
}
.Text_layouts .isotope_item .photo_box{
	margin:0 0 15px;
}
}

/***List layouts***/
.List_layouts .isotope_main{
	margin-left:0;
}
.List_layouts .isotope_main .photo_box{
	margin:0;
}
.List_layouts .isotope_item{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5; 
}
.List_layouts_text{
	font-size:12px;
}
.text_style3{
	font-size:13px;
	color:#666666;
}
.text_style3 h3{
	font-size:15px;
	color:#333333;
	margin:0 0 7px;
	text-transform:uppercase;
}
.List_layouts_text hr{
	width:60px;
	margin:20px 0;
	border-color:#22bb75;
	display:inline-block;
}
.List_layouts_text p a{
	margin-top:26px;
}
@media only screen and (max-width: 767px) {
.List_layouts .isotope_main .photo_box{
	margin:0 0 15px;
}
}

/***Sidebar layouts***/
.Sidebar_layouts{
	padding-bottom:25px;
	margin-bottom:30px;
	border-bottom:1px solid #e5e5e5; 
}
.Sidebar_layouts .text_style3{
	padding:20px 0 4px;
}
.Sidebar_layouts p a{
	margin-top:13px;
}
.Sidebar_layouts_categories{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_categories li{
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_categories li a{
	color:#666666;
}
.Sidebar_layouts_categories .glyphicons{
	font-size:12px;
	color:#22bb75;
	margin-right:10px;
}
.categories_number{
    float:right;
}
.Sidebar_layouts_recent_news{
	font-size:13px;
	color:#888888;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #d1d1d1; 
}
.Sidebar_layouts_recent_news img{
	float:left;
	padding-right:20px;
}
.Sidebar_layouts_recent_news .heading{
	font-size:14px;
	padding-top:8px;
}
.Sidebar_layouts_links{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_links li{
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
}
.Sidebar_layouts_links li a{
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_links .glyphicons{
	color:#22bb75;
	margin-right:10px;
}

/***All Single layouts***/
.Single_Layouts{
	font-size:12px;
}
.Single_Layouts h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
	margin:20px 0 15px;
}
.Single_Layouts p{
	padding-bottom:11px;
}
/***page control***/
.page_turning a{
	font-size:12px;
	color:#666666 !important;
	margin:0 5px 5px 0;
}
a.page_control{
	display:inline-block;
	line-height:31px !important;
	width:70px;
	border:1px solid #cccccc;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	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? */
}
a.page_number{
	display:inline-block;
	height:30px;
	line-height:30px !important;
	width:30px;
	border:1px solid #cccccc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	text-decoration: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? */
}
a.page_control:hover,a.page_number:hover{
	color:#22bb75 !important;
	border:1px solid #22bb75;
	text-decoration:none;
}
.Single_page{
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #d8d8d8;
}
.Single_page a{
	font-size:13px;
	color:#22bb75;
	display:inline-block;
	line-height:38px !important;
	width:100px;
	border:1px solid #22bb75;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	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? */
}
.Single_page a:hover{
	background-color:#22bb75;
	color:#ffffff;
}
.prev_control{
	float:left;
}
.next_control{
	float:right;
}
.dxdvItem_Office2010Silver, .dxdvFlowItem_Office2010Silver{
height:auto;
}
.dxeButtonEdit_Office2010Silver{
border: none;
border: 1px solid #a5acb5;
}
.dxeBase_Office2010Silver{
margin:5px 0 0 2px;
}
.dxeButtonEditButton_Office2010Silver{
border-radius:7px;
}
.dxeButtonEditButton_Office2010Silver table.dxbebt {
    padding: 0;
}
@media only screen and (min-width: 768px) {
#dnn_ctr546_ViewPLV_pl_ICell td{
  max-width: 33%; /* Set all of our table elements to display type block */
}
}
@media only screen and (max-width: 767px) {
.dxpButton_Office2010Silver{
display:none;
}
#dnn_ctr546_ViewPLV_pl_ICell table, #dnn_ctr546_ViewPLV_pl_ICell thead, #dnn_ctr546_ViewPLV_pl_ICell tbody, #dnn_ctr546_ViewPLV_pl_ICell tfoot, #dnn_ctr546_ViewPLV_pl_ICell tr, #dnn_ctr546_ViewPLV_pl_ICell th, #dnn_ctr546_ViewPLV_pl_ICell td {
    display: block; /* Set all of our table elements to display type block */
}
}
.animationContainer {
    top: 90px;
	}
.details{
padding:10px;
}
.dxpControl_Office2010Silver td.dxpCtrl table{
display:block;
}
td, th {
display: table-cell;
vertical-align: inherit;
}
td{
overflow:hidden;
}
.dxpCurrentPageNumber_Office2010Silver {
    color: #FFFFFF;
    background: #38B3C2;
    border: 1px solid #38B3C2;
}
.HeadPaneCustom{
	width:70%; 
	float:right;
	padding: 2px;
}
@media only screen and (max-width: 979px) {
	.HeadPaneCustom{
	width:100%; 
}
}
#prddt_dsc_row                              { clear: both; overflow: auto; padding-top: 10px; }

#prddt_ttl                                  { text-transform:none; background:none; border:none; margin-top:-5px; font-size:18px; line-height:32px; color:#38B3C2; height:auto; padding: 0; border-bottom: 1px solid #ccc;}
#prddt_prc                                  { float: left; width: 40px; position: relative;  font-size: 15px; color: #38B3C2; padding: 0px 10px 0px 0px;}
#prddt_prc_val                              { color: #38B3C2; font-size: 16px; font-weight: bold; float: left; padding: 0px 10px 0px 0px;}
#prddt_qntty_wntd                           { float: left; position: relative; width: 126px; margin: 10px 0 0 0; }
#prddt_avlblty                              { font-weight:normal; width:50%; float:left; padding:20px 0 0 0; min-height:18px; margin:0; font:12px "Arial";}
#prddt_avlblty span                         { font-weight:bold;}
#prddt_dsc                                  { margin-top:12px; border-top: 1px solid #e9e9e9; clear: both; color:#888; background: #E7E7E7; padding: 10px; overflow: auto; }
#prddt_optns                                { border-top:1px solid #e9e9e9; clear: both; overflow: auto; }
#prddt_buy_blck                             { clear: both; overflow: auto; margin: 0 0 8px 0; border-top:1px solid #e9e9e9;}
#prddt_cd                                   { float: left; color:#4A4A4A; font-weight:bold; font-size: 10px; }
#prddt_cd_val                               { float: left; color: #38B3C2; font-weight: bold; font-size: 10px; padding-left: 6px; }
#prddt_ctgry                                { clear: both; color: #4A4A4A; padding: 0px 0; }
#prddt_desc                                 { clear: both; color: #4A4A4A; padding: 4px 10px 4px 10px; }
#prddt_vat                                  { clear: both; float: left; padding: 6px 6px 0 0; font-size: 11px; }
#prddt_vat_val                              { float: left; padding-top: 6px; font-size: 11px; }
#prddt_shrt_dsc                             { padding: 6px 0 10px 0; border-bottom: 1px solid #ccc; }
#prddt_crt                                  { clear: both; position: relative; margin: 10px 0 0 0; text-align: right; }
#prddt_crt a, #prddt_crt a:link, #prddt_crt a:visited { color: #4A4A4A; text-decoration: none; font-weight: bold; font-size: 15px; background: url(/Icons/Input/basket_dtl.png) no-repeat 0px 0px; padding: 0px 0 4px 32px; }

#prddt_img {
    border: 1px solid #e9e9e9;
	margin-bottom: 10px;
}




.priceTable td {
    padding: 10px;
  }

  .priceTable th{
	text-align: center;
    padding: 10px;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  
  @media screen and (max-width: 600px) {

    

    .priceTable thead {
      display: none;
    }
 .priceTable tfoot tr {
    padding: 10px;
    float: right;
    }
    .priceTable tr {
      margin-bottom: 10px;
      display: block;
    
    }

    .priceTable td {
      display: block;
      
    }
	.priceTable td span, .priceTable td input{
     
	  float: right;
    
    }
	.priceTable td img{
     float:right;
    
    
    }

    .priceTable td:last-child {
      border-bottom: 0;
    }

    .priceTable td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
#checkout table {
    table-layout: inherit;
    margin: 2px;
}
#dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable td {
    padding: 10px;
  }

  #dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable th{
	text-align: center;
    padding: 10px;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  
  @media screen and (max-width: 600px) {

    

    #dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable thead {
      display: none;
    }
 #dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable tfoot tr {
    padding: 10px;
    float: right;
    }
    #dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable tr {
      margin-bottom: 10px;
      display: block;
    
    }

    #dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable td {
      display: block;
	  text-align: right;
      
    }
	#dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable td span, #dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable td input{
     
	  float: right;
    
    }
	#dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable td img{
     float:right;
    
    
    }

    #dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable td:last-child {
      border-bottom: 0;
    }

    #dnn_ctr516_ViewInp_Checkout_gridShoppingCart_DXMainTable td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
 input[type="checkbox"]{
     margin: 10px 0 0;
 }
 .menu_tbl_td{
	text-align: -webkit-center;
 }
 }