@charset "utf-8";
/* CSS Document */
@import url( bootstrap.css );
@import url( animation.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html, button, input, select, textarea, blockquote{
	font-family:'Open Sans';
}

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1) rotate(0deg);}    
    50% {-webkit-transform: scale(1.1) rotate(0deg);}
    100% {-webkit-transform: scale(1) rotate(0deg);}
}

.iconimg img 
{
    height: 155px !important;
}

.iconimg img:hover {
    opacity:1;
    z-index:+1;
    -webkit-animation: pulse 1s infinite;
}


#dnn_wrapper .Theme_Responsive_Default .form_submit input,
#dnn_wrapper .Theme_Responsive_Default .form_input [type*="text"],
#dnn_wrapper .Theme_Responsive_Default .form_input textarea{ 
	font-family:'Open Sans', Arial;
	}

#Body{
	color:#666;
	background-color:#292929;

}
html,body{
	margin:0px; 
	height: 100%; 
	padding:0px; 
	font:normal 13px/1.6 'Open Sans', Arial;
	color:#666;
}
p{
	margin:0px 0px 10px 0px;
}
header,nav,section,footer{
	display:block;
}
TH,TD,DIV{
}
A,
A:link,
A:active,
A:visited{
	text-decoration:none;
}
A:hover{
	text-decoration:underline; 
}







h1{
	font:normal 22px/24px 'Open Sans', Arial;
	margin:0px 0px 8px 0px;
	letter-spacing:normal;
}
h2{
	font:normal 20px/22px 'Open Sans', Arial;
	margin:0px 0px 8px 0px;
	letter-spacing:normal;
}
h3{
	font:bold 18px/22px 'Open Sans', Arial;
	color:#333;
	margin:0px 0px 10px 0px;
	letter-spacing:normal;
}
h4{
	font:bold 16px/20px 'Open Sans', Arial;
	color:#333;
	margin:0px 0px 10px 0px;
	letter-spacing:normal;
}
h5{
	font:normal 14px/18px 'Open Sans', Arial;
	color:#333;
	margin:0px 0px 10px 0px;
	letter-spacing:normal;
}
h6{
	font:normal 12px/16px 'Open Sans', Arial;
	color:#333;
	margin:0px 0px 10px 0px;
	letter-spacing:normal;
}

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;
}

/**************** Login page******************/
@media only screen and (max-width:767px) {
	.loginContent .LoginPanel {
		width: 100% !important;
	}
	.loginContent .dnnFormItem .dnnLoginRememberMe {
		white-space: nowrap;
	}
	.loginContent .dnnFormLabel {
		display: block !important;
		text-align: left !important;
	}
}
/**************** register page******************/


@media only screen and (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 only screen and (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;
	text-decoration:none;
	font-weight:normal;
}
A.CommandButton:hover{
	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 Style ************** */
#ControlBar *, 
.actionMenuMove *,
.dnnForm *,
.dnnModuleDigitalAssetsBackground *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	}
.ContentPane{
}
.row-fluid [class*="Pane"] {
	padding-bottom:15px;

}
.DNNEmptyPane{ 
	display:none;
}
/* ********** Container Style ************** */
.Head{ 
	font-size:13px;
	font-weight:bold;
	color:#000; 
	font-family: Arial, Helvetica, sans-serif;
}
.SubHead{ 
	font-size:13px;
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
}
.SubSubHead{ 
	font-size:13px; 
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
}
.Normal{ 
	font-size:13px;
	line-height:1.6;
	color:#666; 
	font-family: 'Open Sans', Arial;
}


/* ********** Login Style ************** */

/* ********** User Style ************** */


/* ********** Date Style ************** */
.date,
a.date:link,
a.date:active,
a.date:visited{
	color:#666;	
	text-decoration:none;	
	font-weight:normal;	
	font-size:12px;
}
a.date:hover{
	color:#666;
	}

/* ********** Footer Style ************** */
.footer,
a.footer:link,
a.footer:active,
a.footer:visited{
	font-size:13px;
	color:#888;
	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:13px;	
	color:#888;	
	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 ************** */


/* ********** Other Style ************** */	
#dnn_wrapper{
	position:relative;
}
.wrapper{
	background-color:#fff;
}
.dnn_layout{
	margin:0 auto;
	width:980px;
}
.animation img{
	max-width:100%;
	}
/* ********** Top ************** */
.headp .HeadPane .Normal .pane_area{
	line-height:12px;
	}
	
	
	


/* ********** HEADER ************** */
#dnn_headbox{
	position:relative;
}

/* ********** Banner ************** */
#dnn_banner{
}
.TopBarPane{
	padding-top:32px;
	padding-bottom:25px !important;
}
/* ********** bread ************** */

/* ********** CONTENT ************** */	
#dnn_content{
	padding-top:40px;
	padding-bottom:30px;
	min-height: 200px;
}
.content_mid{
	position:relative;
}

.leftmenu_line{
	background-color:#dadada;
	height:100%;
	width:1px;
	position:absolute;
	left:221px;
	top:0px;
}
.rightmenu_line{
	background-color:#dadada;
	height:100%;
	width:1px;
	position:absolute;
	right:221px;
	top:0px;
}
.leftmenubox{
	min-height:20px;
	width:229px;
}
.left_menu_float{
	float:left;
}
.right_menu_float{
	float:right;
}
.LeftOutPane{
	padding-top:20px;
	padding-right:10px;
}
.RightOutPane{
	padding-top:20px;
	padding-left:10px;
}

.TopOutPane{
	background-color:#fafafa;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	box-shadow:0 1px 1px rgba(0,0,0,0.05) inset;
	padding-top:32px;
}


#dnn_topcontentp{
	background:url(images/topcontentp_bg.jpg) no-repeat center center fixed;
	background-size:cover;
}
.topcontentp_bgps{
	position:relative;
}
.topcontentp_bgcolor{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	filter:alpha(opacity=80);
	opacity:0.8;
	background-color:#000;
}
.topcontentp_mid{
	position:relative;
}
.TopContentPane{
	min-height:100px;
	padding-top:39px;
	padding-bottom:35px;
}
.TopContentPane,
.TopContentPane .CommandButton,
.TopContentPane A.CommandButton:link,
.TopContentPane A.CommandButton:visited,
.TopContentPane A.CommandButton:active,
.TopContentPane a,
.TopContentPane .Normal,
.TopContentPane h1,
.TopContentPane h2,
.TopContentPane h3,
.TopContentPane h4,
.TopContentPane h5,
.TopContentPane h6{
	color:#fff;
}
.TopContentPane .Normal{
	text-align:center;
	font-size:14px;
}
.TopContentPane p{
	margin-bottom:15px;
}
.linenums{
	padding-left:10px;
	}
.conboxa{
	box-shadow:0 1px 5px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.2) inset;
	}
.conboxa ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
.conboxa ul li{
	list-style-type:none;
	float:left;
	text-align: center;
	margin:35px 17px;
	}
.conboxa ul li div{
	color:#fff;
	line-height:80px;
	text-align:center;
	width:80px;
	height:80px;
	border:2px solid #fff;
	font-size:32px;
	display:inline-block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	cursor:pointer;
	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? */
	}
.conboxa ul li:hover div{
	background-color:#fff;
	}
.conboxa ul li p{
	margin:7px 0 0 0;
	font-size:15px;
	color:#fff;
	cursor:pointer;
	}
.conboxa ul li span{
	width:62px;
	border-top:1px dashed #fff;
	display:inline-block;
	margin-top: 40px;
	}
.conboxb .photo_box:hover .shade {
	filter: alpha(opacity=0);
	opacity: 0;
	}
.conboxb .photo_box .pic_box{
	text-align:center;
	background-color:#F0F0F0;
	border:1px solid transparent;
	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? */
	}
.conboxb .photo_box:hover .pic_box{
	}
.conboxb .photo_box .text_sytle_6 h3{
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	}
.conboxb .photo_box .text_sytle_6 p{
	font-size: 14px;
	color:#f01717;
	}
.conboxcmain{
	padding: 35px 0 10px 0;
	}
.conboxc{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.conboxc li{
	list-style-type:none;
	border-bottom:1px solid #DDDDDD;
	padding:0 0 20px 0;
	margin:20px 0 0  0;
	clear:both;
	}
.conboxc li img{
	float:left;
	padding-right:25px;
	}
.conboxc li span{
	}
.conboxd{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline-block;
	padding: 0 30px 0 0;
	}
.conboxd li{
	list-style-type:none;
	padding:3px 0;	
	}
.conboxd li a.conboxda{
	color:#aaaaaa;
	font-size:13px;
	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? */
	}
.conboxd li a.conboxda:hover{
	}
.conboxd li a span.glyphicons{
	font-size:9px;
	margin:0 10px 0 0;
	}
.conboxe{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.conboxe li{
	list-style-type:none;
	border-bottom:1px solid #444444;
	padding: 0 0 12px 0;
	margin: 0 0 14px 0;
	}
.conboxe .conboxe_a,
.conboxe .conboxe_b,
.conboxe .conboxe_c{
	display:inline-block;
	vertical-align:middle;
	}
.conboxe .conboxe_a{
	font-size:15px;
	color:#777;
	text-align:center;
	line-height: 21px;
	}
.conboxe .conboxe_a span{
	font-size:38px;
	color:#aaa;
	}
.conboxe .conboxe_b{
	font-size:13px;
	color:#aaa;
	margin: -6px 0 0 10px;
	}
.conboxe .conboxe_b span{
	}
.conboxe .conboxe_c{
	float:right;
	margin: 6px 0 0 0;
	}
.conboxe .conboxe_c a.conboxe_ca{
	padding:7px 16px;
	background-color:#494949;
	color:#aaa;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:inline-block;
	text-decoration:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	}
.conboxe .conboxe_c a.conboxe_ca:hover{
	color:#fff;
	}
.conboxf{
	text-align:center;
	padding:20px 0 0 0;
	position:relative;
	}
.conboxf_main *{
	display:inline-block;
	}
*+html .conboxf_main *{
	display:inline;
	}
.conboxf_main{
	padding:30px 0;	
	}
.conboxf h4{
	position:relative;
	z-index:1;
	}
.conboxf p{
	padding: 0 74px;
	position: relative;
	z-index:1;
	}	
.conboxf .conboxf_a{
	margin:20px 0 0 0;
	}	
.conboxf_main .conboxf_mainbefore{
	left: -49px;
	top: -37px;
	position: absolute;
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay: 1s; 
	
	-webkit-animation-name:conboxf_mainconC;
	-moz-animation-name:conboxf_mainconC;
	-o-animation-name:conboxf_mainconC;
	animation-name:conboxf_mainconC;
	
	
	-webkit-animation-duration: 2000ms;
	-moz-animation-duration: 2000ms;
	-o-animation-duration:2000ms;
	animation-duration:2000ms;
	
	-webkit-animation-timing-function:ease-in;
	-moz-animation-timing-function:ease-in;
	-o-animation-timing-function:ease-in;
	animation-timing-function:ease-in;
	
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	}	
.conboxf_main .conboxf_mainafter{
	right: -54px;
	bottom: 53px;
	position: absolute;
	
	
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay: 1s; 
	
	-webkit-animation-name:conboxf_mainconC;
	-moz-animation-name:conboxf_mainconC;
	-o-animation-name:conboxf_mainconC;
	animation-name:conboxf_mainconC;
	
	
	-webkit-animation-duration: 2000ms;
	-moz-animation-duration: 2000ms;
	-o-animation-duration:2000ms;
	animation-duration:2000ms;
	
	-webkit-animation-timing-function:ease-in;
	-moz-animation-timing-function:ease-in;
	-o-animation-timing-function:ease-in;
	animation-timing-function:ease-in;
	
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	}	
	
	
.conboxf_main .conboxf_maincon{
	margin:0 -20px;
	position:relative;
	-webkit-animation-duration: 2000ms;
	-moz-animation-duration: 2000ms;
	-o-animation-duration:2000ms;
	animation-duration:2000ms;
	
	-webkit-animation-timing-function:ease-in;
	-moz-animation-timing-function:ease-in;
	-o-animation-timing-function:ease-in;
	animation-timing-function:ease-in;
	
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	}
.conboxf_main .conboxf_mainA .conboxf_maincon{
	-webkit-animation-name:conboxf_mainconB;
	-moz-animation-name:conboxf_mainconB;
	-o-animation-name:conboxf_mainconB;
	animation-name:conboxf_mainconB;
	
	-webkit-animation-delay:100ms;
	-moz-animation-delay:100ms;
	-o-animation-delay:100ms;
	animation-delay:100ms;
	}
.conboxf_main .conboxf_mainB .conboxf_maincon{
	-webkit-animation-name:conboxf_mainconB;
	-moz-animation-name:conboxf_mainconB;
	-o-animation-name:conboxf_mainconB;
	animation-name:conboxf_mainconB;
	}
.conboxf_main .conboxf_mainC .conboxf_maincon{
	-webkit-animation-name:conboxf_mainconA;
	-moz-animation-name:conboxf_mainconA;
	-o-animation-name:conboxf_mainconA;
	animation-name:conboxf_mainconA;
	
	
	}
.conboxf_main .conboxf_mainD .conboxf_maincon{
	-webkit-animation-name:conboxf_mainconA;
	-moz-animation-name:conboxf_mainconA;
	-o-animation-name:conboxf_mainconA;
	animation-name:conboxf_mainconA;
	
	
	-webkit-animation-delay:100ms;
	-moz-animation-delay:100ms;
	-o-animation-delay:100ms;
	animation-delay:100ms;
	}
@-webkit-keyframes conboxf_mainconB {
	0% {
	 -webkit-transform: rotate(-360deg);
	 opacity:0;
	 left:-100px;
	}
	100% {
	 -webkit-transform: rotate(0deg));
	 opacity:1;
	 left:0px;
	}
}
@-moz-keyframes conboxf_mainconB {
	0% {
	 -webkit-transform: rotate(-360deg);
	 opacity:0;
	 left:-100px;
	}
	100% {
	 -webkit-transform: rotate(0deg));
	 opacity:1;
	 left:0px;
	}
}
@-o-keyframes conboxf_mainconB {
	0% {
	 -webkit-transform: rotate(-360deg);
	 opacity:0;
	 left:-100px;
	}
	100% {
	 -webkit-transform: rotate(0deg));
	 opacity:1;
	 left:0px;
	}
}
@keyframes conboxf_mainconB {
	0% {
	 -webkit-transform: rotate(-360deg);
	 opacity:0;
	 left:-100px;
	}
	100% {
	 -webkit-transform: rotate(0deg));
	 opacity:1;
	 left:0px;
	}
}


@-webkit-keyframes conboxf_mainconA {
	0% {
	 -webkit-transform: rotate(360deg);
	 opacity:0;
	 left:100px;
	}
	100% {
	 -webkit-transform: rotate(0deg));
	 opacity:1;
	 left:0px;
	}
}
@-moz-keyframes conboxf_mainconA {
	0% {
	 -webkit-transform: rotate(360deg);
	 opacity:0;
	 left:100px;
	}
	100% {
	 -webkit-transform: rotate(0deg));
	 opacity:1;
	 left:0px;
	}
}
@-o-keyframes conboxf_mainconA {
	0% {
	 -webkit-transform: rotate(360deg);
	 opacity:0;
	 left:100px;
	}
	100% {
	 -webkit-transform: rotate(0deg));
	 opacity:1;
	 left:0px;
	}
}
@keyframes conboxf_mainconA {
	0% {
	 -webkit-transform: rotate(360deg);
	 opacity:0;
	 left:100px;
	}
	100% {
	 -webkit-transform: rotate(0deg));
	 opacity:1;
	 left:0px;
	}
}
	
@-webkit-keyframes conboxf_mainconC {
	0% {
	 opacity:0;
	}
	100% {
	 opacity:1;
	}
}
@-moz-keyframes conboxf_mainconC {
	0% {
	 opacity:0;
	}
	100% {
	 opacity:1;
	}
}
@-o-keyframes conboxf_mainconC {
	0% {
	 opacity:0;
	}
	100% {
	 opacity:1;
	}
}
@keyframes conboxf_mainconC {
	0% {
	 opacity:0;
	}
	100% {
	 opacity:1;
	}
}	


.conboxg{
	padding:0 0 40px 0;
	}
.conboxg h3{
	font-size:26px;
	font-weight: lighter;
	text-align:center;
	line-height: normal;
	}
.conboxg .conboxg_line{
	width:71px;
	height:1px;
	margin:10px auto 20px;
	}	
.conboxg .conboxg_main{
	margin:0;
	padding:0;
	list-style-type:none;
	}	
.conboxg_main li{
	list-style-type:none;
	}	
.conboxg .conboxg_main .photo_box{
	background-color:#fff;
	border:1px solid #DDDDDD;
	}	
.conboxg .conboxg_main .photo_box .text_sytle_3{
	text-align:left;
	padding: 10px 20px 5px;
	}
.conboxg .conboxg_main .photo_box .text_sytle_3 h3{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	}
.conboxg .conboxg_main .photo_box .text_sytle_3 .line{
	width:30px;
	height:1px;
	margin: 0 0 10px 0;
	display:block;
	}
.conboxh{
	text-align:center;
	}
.conboxh .line{
	width: 820px;
	height: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 75px auto;
	display: inline-block;
	}
.conboxh .conboxha{
	padding: 0 35px;
	position: relative;
	top: -27px;
	display: inline-block;
	}
.conboxh .conboxha a.Button_default{
	background-color: transparent;
	border: 1px solid #fff;
	}
.conboxh .conboxha a.Button_default:hover{
	background-color:#afafaf;
	}
.conboxi{
	}	
.conboxi .conboxi_bg{
	background: url(images/home3_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	}
.conboxi .shadow{
	background-color:rgba(0,0,0,0.7);
	}
.conboxi_bgtop{
	text-align:center;
	color:#fff;
	padding: 40px 0 30px 0;
	}
.conboxi_bgtop h3{
	font-size:26px;
	font-weight:lighter;
	color:#fff;
	line-height:normal;
	}
.conboxi_bgtop .line{
	width:71px;
	height:1px;
	margin:0 auto 10px;
	}
.conboxi_bgtop p{
	color:#fff;
	padding: 10px 0 0 0;
	width: 540px;
	margin: 0 auto;
	}
.conboxi_bgbottom{
	padding:20px 0;
	color:#fff;
	text-align:center;
	}
.conboxi_bgbottom .number_Animation .number{
	font-size:72px;
	display:block;
	font-weight:normal;
	color:#fff;
	}	
.conboxi_bgbottom .line{
	width:50px;
	height:1px;
	background-color:#fff;
	margin:0 auto;
	display: block;
	}
.conboxi_bgbottom .number_Animation .number_name{
	padding-left:0;
	font-weight:normal;
	font-size:14px;
	color:#fff;
	padding: 10px 0;
	display: block;
	}	
	
.conboxj{
	
	}
.conboxj h3{
	color:#333;
	font-size:26px;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	}
.conboxj .line{
	width:70px;
	height:1px;
	margin:0 auto 20px;
	}
.conboxj_main{
	background-color: #F1F1F1;
	min-height:240px;
	position: relative;
	padding: 0 0 0 80px;
	margin:50px 0;
	}	
.conboxj_main .conboxj_left{
	border-width: 168px 0 72px 80px;
	border-style: solid;
	border-color: transparent transparent transparent #DEDEDE;
	height: 0px;
	width: 0;
	position:absolute;
	left:0;
	top:0;
	}	
.conboxj_main .emblem{
	width:86px;
	height:86px;
	border:7px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	top: -43px;
	left: 20px;
	overflow:hidden;
	}
.conboxj_main .conboxj_right{
	padding: 30px;
	}	
.conboxj_main .conboxj_right h3{
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:0 0 5px 0;
	text-align:left;
	}	
.conboxj_main .conboxj_right .line{
	width:40px;
	height:1px;
	margin:0 0 5px 0;
	}	
.conboxj_main .conboxj_right .title{
	font-size:13px;
	color:#888;
	margin:0 0 10px 0;
	}	
.conboxj_main .conboxj_right a.linkleft{
	float:left;
	font-size:13px;
	line-height: 40px;
	}
.conboxj_main .conboxj_right a.linkright{
	float:right;
	width:40px;
	height:40px;
	line-height:35px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align: center;
	margin:0 0 0 8px;
	background-color:transparent;
	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? */
	}	
.conboxj_main .conboxj_right a.linkright span.social{
	font-size:19px;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	vertical-align:middle;
	top:0;
	margin:2px 0 0 0;
	color: #F1F1F1;
	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? */
	}	
.conboxj_main .conboxj_right a.linkright:hover{
	}	
.conboxj_main .conboxj_right a.linkright:hover span.social{
	background-color: #fff;
	}	
.conboxk{
	background:url(images/home4bg1.jpg) center center;
	background-size:cover;
	background-attachment:fixed;
	}	
.conboxk h3{
	font-size:30px;
	line-height:normal;
	color:#fff;
	text-align:center;
	font-weight:lighter;
	padding:40px 0 0 0;
	}
.conboxk p{
	font-size:13px;
	color:#fff;
	padding:0 150px;
	text-align:center;
	}
.conboxk .imgmain{
	position:relative;
	margin:50px 0 0 0;
	}
.conboxk .imgmain .imgleft{
	float:left;
	width:45%;
	}	
.conboxk .imgmain .imgright{
	float:right;
	width:45%;
	}
.conboxk .imgmain .imgmainicon{
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 46%;
	}
.conboxk .imgmain .imgmainicon span.glyphicons{
	font-size:50px;
	color:rgba(255,255,255,0.5);
	}
.conboxl{
	background-color:#333333;
	text-align:center;
	padding:50px 0;
	}
.conboxl h3{
	font-size:30px;
	line-height:normal;
	color:#fff;
	font-weight:normal;
	margin:0 0 20px 0;
	}
.conboxl p{
	color:#aaa;
	padding:0 150px;
	}
.row.conboxm{
	margin-left:0;
	margin-right:0;	
	}
.conboxm .col-md-3,
.conboxm .col-xs-6{
	padding-left:0;
	padding-right:0;	
	}
.conboxm .photo_box{
	-webkit-transform: none;
	-moz-transform:none;
	margin:0;
	}
.conboxm .photo_box.ico_push_in .ico a{
	width:33.3333%;
	}
.conboxm .photo_box.ico_push_in .ico a.three{
	border-left: 1px solid #FFF;
	border-left: 1px solid rgba(255,255,255,0.5);
	}
.conboxn{
	background:url(images/home4bg2.jpg) center center;
	background-size:cover;
	background-attachment:fixed;
	text-align:center;
	padding:100px 0 40px 0;
	}
.conboxn .conboxnicon{
	width:160px;
	height:160px;
	display:inline-block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	animation-delay: 200ms; /* W3C 和 Opera */
	-moz-animation-delay: 200ms; /* Firefox */
	-webkit-animation-delay: 200ms ;
	}
.conboxn .conboxnicon span.glyphicons{
	font-size:60px;
	color:#fff;
	width: 76px;
	line-height: 152px;
	}
.conboxn p{
	font-size:200px;
	color:rgba(255,255,255,0.5);
	line-height:normal;
	}
.conboxo{
	margin-left:0px;
	margin-right:0px;
	}
.conboxo .col-sm-4{
	padding-left:0;
	padding-right:0;
	}
.conboxo .conboxoa{
	background-color:#A1BD2F;
	color:#fff;
	text-align:center;
	animation-delay: 200ms; /* W3C 和 Opera */
	-moz-animation-delay: 200ms; /* Firefox */
	-webkit-animation-delay: 200ms ;
	}
.conboxo .conboxob{
	color:#fff;
	text-align:center;
	animation-delay: 200ms; /* W3C 和 Opera */
	-moz-animation-delay: 200ms; /* Firefox */
	-webkit-animation-delay: 200ms ;
	}
.conboxo .conboxoc{
	background-color:#DBAC1E;
	color:#fff;
	text-align:center;
	animation-delay: 200ms; /* W3C 和 Opera */
	-moz-animation-delay: 200ms; /* Firefox */
	-webkit-animation-delay: 200ms ;
	}
.conboxo span.glyphicons{
	font-size:80px;
	margin:50px 0 20px 0;
	}
.conboxo h3{
	font-size:18px;
	line-height:normal;
	color:#fff;
	}
.conboxo p{
	margin:0 0 20px 0;
	}
.conboxo .conboxolinkmain{
	border:1px solid #fff;
	padding:2px;
	display:inline-block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 0 50px 0;
	}
.conboxo a.conboxolink{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding:8px 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	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? */
	}
.conboxo a.conboxolink:hover{
	background-color:#fff;
	}
.conboxp{
	background:url(images/home4bg3.jpg) center center;
	background-size:cover;
	background-attachment:fixed;
	color:#aaa;
	padding:50px 0;
	
	}
.conboxp h3{
	font-size:30px;
	color:#fff;
	line-height:normal;
	font-weight:normal;
	}
.conboxp .line{
	width:70px;
	height:1px;
	margin:10px 0 20px 0;
	}
.conboxp p{
	color:#aaa;
	}
.conboxp ul li{
	color:#aaa;
	}
.conboxp .Button_SectionStyles10main{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	position: relative;
	top: 16px;
	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;
	}	
.conboxp .Button_SectionStyles10main a.Button_SectionStyles10{
	padding: 12px 64px;
	margin: 1px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff !important;
	text-decoration: 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;
	}	
.conboxp .Button_SectionStyles10main:hover{
	border:1px solid #afafaf;
	}
.conboxp .Button_SectionStyles10main:hover a.Button_SectionStyles10{
	background-color:#afafaf;
	}
.conboxp img{
	float:right;
	width:45%;
	padding-right:28px;
	}	

.conboxq{
	color:#fff;
	text-align:center;
	padding:50px 0;
	}
.conboxq .chart_list5h3{
	font-size:30px;
	line-height:normal;
	font-weight:normal;
	color:#fff;
	margin:0 0 30px 0;
	}
.conboxq p{
	padding:0 150px;
	margin:0 0 70px 0;	
	}
.conboxq .chart_list5{
	font-size:16px;
	}
.conboxq .chart_list5 .percentage3{
	margin: auto auto 50px;
	position: relative;
}
.conboxq .chart_list5 .percentage3 .percentage_inner{
	position:absolute;
	font-size: 48px;
	left: 0;
	text-align: center;
	top: 0;
	width: 100%;
	}
.conboxq .chart_list5 .percentage3 .nob{
	position:absolute;
	font-size: 40px;
	left: 0;
	text-align: center;
	top: 65%;
	width: 100%;
	}
.conboxr{
	background:url(images/home3_bg.jpg) center center;
	background-size:cover;
	background-attachment:fixed;
	} 
.conboxr_shadow{
	background-color:rgba(0,0,0,0.5);
	padding:50px 0;
	}
.conboxr h3{
	font-size:30px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	line-height:normal;
	margin:0 0 50px 0;	
	}
.carousel_6 .item {
	margin: 0px 15px;
	background:rgba(0,0,0,0.4);
	color: #fff;
	}	
.carousel_6 .carousel_6left{
	float:left;
	width:50%;
	}
.carousel_6 .carousel_6right{
	float:right;
	width:50%;
	position:relative;
	padding:30px;
	}
.carousel_6 .carousel_6right h4{
	font-size-adjust:20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	line-height:normal;
	margin:0 0 20px 0;
	}
.carousel_6 .carousel_6right div{
	margin: 83px 0 0 0;
	}	
.carousel_6 .carousel_6right div span{
	display:inline-block;
	width:31px;
	height:31px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #fff;
	text-align: center;
	line-height: 29px;
	}
.carousel_6 .carousel_6right div a{
	color:#fff;
	text-decoration:none;
	margin: 0 0 0 20px;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
	}	
.carousel_6 .carousel_6right div a:hover{
	}	
.carousel_6 .owl-buttons .owl-prev, 
.carousel_6 .owl-buttons .owl-next{
	left:-100px!important;
	width:70px !important;
	height:70px !important;
	line-height:70px !important;
	border:none !important;
	background-color:#FFFFFF;
	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_6 .owl-buttons .owl-next {
	left: auto!important;
	right: -100px!important;
	}
.carousel_6 .owl-buttons .owl-prev:before, 
.carousel_6 .owl-buttons .owl-next:before{
	border-left: 2px solid #333 !important;
	border-bottom: 2px solid #333 !important;
	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_6 .owl-buttons .owl-next:before {
	border-left: none !important;
	border-right: 2px solid #333!important;
	border-bottom: 2px solid #333!important;
	}
.carousel_6 .owl-page.active, 
.carousel_6 .owl-buttons .owl-prev:hover, 
.carousel_6 .owl-buttons .owl-next:hover{
	}
.carousel_6 .owl-buttons .owl-prev:hover:before{
	border-left: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	}
.carousel_6 .owl-buttons .owl-next:hover:before{
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	}
.conboxs{
	text-align:center;
	color:#aaa;
	border-bottom:1px solid #4D4D4D;
	padding:10px 0 15px 0;
	}
.conboxs h3{
	font-size:26px;
	color:#fff;
	font-weight:normal;
	line-height:normal;
	}	
.conboxs p{
	padding:0 150px;
	color:#aaa;
	}
.footboxa{
	margin: 30px -5px;
	}
.footboxa .col-sm-3{
	padding-right: 5px;
	padding-left: 5px;
	}
.footboxb{
	border-bottom:1px solid #464646;
	padding: 0 0 10px 0;
	}
.footboxc{
	margin:0 -5px;
	}
.footboxc .col-sm-4{
	padding-right: 5px;
	padding-left: 5px;
	}
.conboxt{
	position:relative;
	padding:40px 0;
	}
.conboxt .conboxt_left{
	float:left;
	text-align:right;
	font-size:14px;
	color:#fff;
	}	
.conboxt .conboxt_right{
	float:right;
	text-align:left;
	font-size:14px;
	color:#fff;
	}
.conboxt .conboxt_left span,
.conboxt .conboxt_right span{
	font-size:20px;
	}	
.conboxt .conboxt_center{
	position:absolute;
	left:50%;
	margin-left:-95px;
	top: 50%;
	margin-top: -39px;
	}	
.isotope{
	padding:0 0 40px 0;
	}	
.isotope_top{
	padding:0 0 20px 0;
	}
.isotope_top .isotope_title{
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#333;
	}
.isotope_top .isotope_group{
	float:right;
	font-size:13px;
	color:#666;
	}
.isotope_top .isotope_group a{
	color:#666;
	text-decoration:none;
	position:relative;
	display:inline-block;
	margin: 0 0 0 15px;
	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? */
	}
.isotope_top .isotope_group a:hover{
	}
.isotope_top .isotope_group a:before{
	content:"";
	width:15px;
	height:1px;
	position:absolute;
	background-color:#fff;
	bottom:-4px;
	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? */
	}
.isotope_top .isotope_group a:hover:before{
	}
.isotope_top .isotope_group a.active{
	}
.isotope_top .isotope_group a.active:before{
	}
.isotope .isotope_main .isotope_item .photo_box {
	margin: 0 2px 4px;
	}
.isotope .isotope_main .isotope_item .photo_box .pic_box img{
	width:100%;
	}
.horizontalTab_Top_6A h3{
	font-weight:normal;
	margin: 0 0 15px 0;
	}	
.horizontalTab_Top_6A ul.list_style{
	margin:15px 0;
	}	
.horizontalTab_Top_6B{
	margin-bottom:50px;
	}
.horizontalTab_Top_6B .horizontalTab_Top_6B_lefticon{
	float:left;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding: 2px;
	}	
.horizontalTab_Top_6B .horizontalTab_Top_6B_lefticon span.glyphicons{
	font-size: 26px;
	color: #fff;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	text-align: center;
	top: 0;
	}
.horizontalTab_Top_6B h3{
	font-size:16px;
	color:#333;
	padding-left:90px;
	line-height:normal;
	}
.horizontalTab_Top_6B .line{
	width:30px;
	height:1px;
	margin:0 0 10px 90px;
	}
.horizontalTab_Top_6B ul.list_style{
	padding-left:90px;
	}
.horizontalTab_Top_6C{
	margin-bottom:50px;
	}
.horizontalTab_Top_6C h3{
	font-size:16px;
	color:#333;
	line-height:normal;
	font-weight:normal;
	}
.horizontalTab_Top_6C h3 span.glyphicons{
	display: inline-block;
	font-size: 18px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	margin: 0 15px 0 0;
	}
.boxes_style_7home5 .boxes .but a.Button_default{
	border: 3px double #fff;
	}
.conboxu{
	background:url(images/home5bg1.jpg) no-repeat center center fixed;
	background-size: cover;
	}
.conboxu_shadow{
	background-color:rgba(0,0,0,0.5);
	}
.conboxu .conboxu_top{
	color:#fff;
	text-align:center;
	padding: 30px 0;
	}
.conboxu .conboxu_top h3{
	font-size:16px;
	color:#fff;
	line-height:normal;
	}
.conboxu .conboxu_top .line{
	background-color:#fff;
	width:70px;
	height:1px;
	margin:0 auto 10px;
	}
.conboxu .conboxu_bottom{
	padding: 30px 0 80px 0;
	}	
.carousel_7 .item{
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:30px 15px 0 15px;
	padding: 20px;
	position:relative;
	}
.carousel_7 .item:before{
	content:"";
	background:url(images/home5bg2.png) no-repeat;
	position:absolute;
	left: 20px;
	top: 15px;
	width: 34px;
	height: 29px;
	}
.carousel_7 .item h3{
	text-transform:uppercase;
	color:#333;
	font-size:16px;
	padding: 0 0 0 50px;
	}
.carousel_7 .item span{
	position: absolute;
	width: 60px;
	height: 46px;
	color: #fff;
	line-height: 46px;
	right: 20px;
	top: -29px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 4px;
	}
.carousel_7 .item span:after{
	content: "";
	border-width: 10px 10px 10px 0;
	border-style: solid solid solid solid;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -5px;
	}
.carousel_7 .owl-page{
	border: 2px solid #fff!important;
	}
.carousel_7 .owl-page.active, 
.carousel_7 .owl-buttons .owl-prev:hover, 
.carousel_7 .owl-buttons .owl-next:hover{
	border: 2px solid #fff !important;
	background-color:#fff!important;
	}
.conboxv{
	background-color:#E1E1E1;
	padding:30px 0;
	text-align:center;
	font-size:20px;
	color:#333;
	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? */	
	}
.conboxv:hover{
	color:#fff;
	}
.conboxv span{
	font-size:24px;
	color:#666;
	padding-left:20px;
	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? */
	}
.conboxv:hover span{
	color:#fff;
	}
.conboxw{
	color:#aaa;
	padding:25px 0 0 0;
	}
.conboxw h3{
	font-size:13px;
	color:#ccc;
	}
.conboxw ul.conboxwul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.conboxw ul.conboxwul li{
	list-style-type:none;
	line-height:24px;
	}
.conboxw ul.conboxwul li a{
	color:#aaa;
	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? */
	}
.conboxw ul.conboxwul li a:hover{
	}
.conboxw div.conboxwa a{
	font-size:28px;
	color:#646464;
	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? */
	}
.conboxw div.conboxwa a:hover{
	}

/* ********** botoutp ************** */
#dnn_lightgreybgp{
	background:#fafafa;
	border-top:1px solid #eaeaea;
	box-shadow:0 1px 1px rgba(0,0,0,0.05) inset;
}
.LightGreyBGPane{
	padding-top:35px;
	padding-bottom:30px;
}


#dnn_botbgp{
	background:url(images/botoutp_bg.jpg) no-repeat center bottom fixed;
	background-size:cover;
}
.botbgp_bgps{
	position:relative;
}
.botbgp_bgcolor{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	filter:alpha(opacity=40);
	opacity:0.4;
}
.botbgp_mid{
	position:relative;
}

#dnn_wrapper .Theme_25_Normal .slide_content{
	padding-bottom:22px;
}
#dnn_wrapper .Theme_25_Normal .flexslider .slides img{
	display:inline-block;
}
blockquote.pull-translucence{
	font-style:normal;
	background:none;
	padding:0px;
	margin-bottom:0px;
	line-height:1.6;
	border:none;
}

blockquote.pull-translucence p{
	font-style:normal;
	font-weight:normal;
	margin-bottom:10px;
	text-indent:35px;
	line-height:1.6;
	font-size:13px;
}
blockquote.pull-translucence small{
	position:static;
	background:url(images/cssspirit02.png) no-repeat left 0px;
	padding:11px 0px 0px 19px;
	line-height:1.5;
	margin-left:11%;
	color:#fff;
}
blockquote.pull-translucence small:before{
	content:normal;
}
#dnn_botbgp,
#dnn_botbgp .CommandButton,
#dnn_botbgp A.CommandButton:link,
#dnn_botbgp A.CommandButton:visited,
#dnn_botbgp A.CommandButton:active,
#dnn_botbgp a,
#dnn_botbgp .Normal,
#dnn_botbgp .pull-translucence,
#dnn_botbgp .pull-translucence p{
	color:#fff;
}
.BotBGPaneA,
.BotBGPaneB{
	min-height:80px;
	padding-top:39px;
	padding-bottom:29px;
}


/* ********** BOTTOM ************** */	
#dnn_bottom{
	background:#333333;
}
#dnn_bottom .Normal{
}

.FooterPaneA,
.FooterPaneB,
.FooterPaneC,
.FooterPaneD,
.FooterPaneE,
.FooterPaneF,
.FooterPaneG,
.FooterPaneH,
.FooterPaneI,
.FooterPaneJ{
	padding-bottom:25px !important;
	padding-top:27px;
}
.FooterPaneH .list_style{
	float:left;
	width: 33.333333333%;
	}
/* ********** FOOTER ************** */	
footer{
	color:#888;
	background:#292929;
}
footer .Normal{
	color:#888;
}
.footer_mid{
	padding:22px 0px 19px 0px;
}
.copyright_style{
	float:left;
	margin:12px 0px 12px 0px;
	color:#888;
	font-size:13px;
}
.copyright_style .sep{
	margin:0px 12px;
}
#to_top{
	width:42px;
	height:42px;
	font-size:0px;
	background-color:#525252;
	background-color:rgba(0,0,0,0.5);
	background-image:url(images/backtotop.png);
	background-repeat:no-repeat;
	background-position:center center;
	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;
}




/*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_megamenu .dnngo_menuslide b{
	display:none;
	}
/*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;
	border-bottom:1px solid #d5d5d5;
}
#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: #666;
	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_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: "";
	width: 0px;
	height: 0px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent transparent transparent #666666;
	position: absolute;
	right: 14px;
	top: 19px;
}
#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 10px;
	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:13px;
	background-color:#EDEDED;
	margin-bottom:10px;
	padding: 8px 10px;
	display: block;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li > a > span:before{
	content:"";
	vertical-align:middle;
	width:0px;
	height:0px; 
	padding:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
	border:4px solid transparent;
	margin:0 3px 2px 0;
}
#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:12px;
	display:block;
	width:100%;
}
#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:"";
	vertical-align:middle;
	width:0px;
	height:0px; 
	padding:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
	border:4px solid transparent;
	margin:0 3px 2px 0;
}
#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-size:16px;
	color:#333;
	font-weight:bold !important;
	font-weight:normal;
	padding:0;
	margin:3px 0 8px 0;
	line-height: normal;
	font-family: 'Open Sans'; 
}



/*--------- Left Menu style ----------*/
#left_menu{
}
#left_menu img{
	display:none;	
}
#left_menu ul{
	padding:0;
	margin:0px;
}
#left_menu ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #dadada;
}
#left_menu ul li a{
	display:block;
	text-decoration:none;
	color:#666666;
	padding:12px 10px 12px 20px;
	line-height:20px;
	font-size:13px;
	position:relative;

	transition: 		color ease-in 150ms, background-color ease-in 150ms;
	-moz-transition: 	color ease-in 150ms, background-color ease-in 150ms; /* Firefox 4 */
	-webkit-transition: color ease-in 150ms, background-color ease-in 150ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 150ms, background-color ease-in 150ms; /* Opera */
	-ms-transition: 	color ease-in 150ms, background-color ease-in 150ms; /* IE9? */
}
#left_menu ul li a:hover{
	}
#left_menu > div > ul > li.dir > a{
	background-image:url(images/left_menu_arrow.png);
	background-repeat:no-repeat;
	background-position:90% 18px;
	}
#left_menu > div > ul > li.current > a,
#left_menu > div > ul > li.current > a:hover{
	color:#fff;
}
#left_menu > div > ul > li.dir.current > a{
	color:#fff;
	background-image:url(images/left_menu_arrow_h.png);
	background-position:90% 18px;
}
#left_menu ul li a span{
	display:block;
}

#left_menu ul ul {
	padding:10px 10px 10px 38px;
	display:none;
	
}
#left_menu ul li.current > ul{
	display:block;	
}
#left_menu ul ul .subcurrent > ul{
	display:block;	
}


#left_menu ul ul li{
	border:none;	
}
#left_menu ul ul li a{
	padding:5px 0px 5px 0;	
	line-height:19px;
	font-weight:normal;
	color:#666666;
	font-size:12px;
	background:none;
	border:none;
}
#left_menu ul ul li.subcurrent > a{
}
#left_menu ul ul li a span{
	padding:0 0px 0 0px;
}

#left_menu ul ul ul{
	margin:1px 0 0 14px;
	padding:0px;
	background:none;
	border:none;	
}


/* transition style */

.bottom_colors .tags a,
#to_top{
	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? */
}
.top_menu ul li a,
.Mega_menu ul 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? */
}






a.social{
	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_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? */
}
.home2banner_title1{
	font-size:40px;
	color:#fff;
	text-transform:uppercase;
	}
.home2banner_title2{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background-color:#000;
	background-color:rgba(0,0,0,0.4);
	text-transform:uppercase;
	padding:13px 40px !important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
.home2banner_title3{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:13px 40px !important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
.home2banner2_title1{
	font-size:40px;
	color:#333;
	}
.home2banner2_title2{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background-color:#333;
	text-transform:uppercase;
	padding:13px 40px !important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}	
.home2banner2_title3{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:13px 40px !important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}		
.home4banner1_line{
	width:100%;
	text-align:center;
	}
.home4banner1_line p{
	width:100px;
	height:1px;
	margin:0;
	display:inline-block;
	overflow:hidden;
	text-indent:-999;
	font-size:0px;
	}
.home4banner1_a{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	position: relative;
	top: 16px;
	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;
	}
.home4banner1_a a{
	padding: 12px 64px;
	margin: 1px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff !important;
	text-decoration: 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;
	}
.home4banner1_a:hover{
	border:1px solid #afafaf;
	
	}
.home4banner1_a a:hover {
	background-color: #afafaf;
	
	}




.footer_archives_list{
	margin:0px;
	padding:0px;
}
.footer_archives_list li{
	list-style:none;
	margin:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#464646;
	line-height:21px;
	padding:8px 0px 8px 0;
}
.bottom_colors .footer_archives_list li a{
	text-decoration:none;
	}
.bottom_colors .footer_archives_list li a:before{
	font-family: 'Glyphicons Regular';
	content: "\E224"; 
	-webkit-text-size-adjust:none;
	font-size: 9px;
    margin: 0 18px 0 0;
	}






.tags a{
	background-color:#444343;
	display:inline-block;
	margin:0px 3px 3px 0px;
	outline:none;
	line-height:20px;
	padding:4px 11px;
	text-decoration:none;
}
.tags a:hover{
	color:#fefefe !important;
}


/*socialicon_footer*/
.socialicon_footer a{
	font-size:36px;
}
.socialicon_footer a.social.social-facebook{
	color:#3B5998!important;
	}
.socialicon_footer a.social.social-dribbble{
	color:#ed548e!important;
	}
.socialicon_footer a.social.social-twitter{
	color:#00aced!important;
	}
.socialicon_footer a.social.social-google-plus{
	color:#dd4b39!important;
	}
.socialicon_footer a.social.social-linked-in{
	color:#29b37a!important;
	}	
.socialicon_footer a.social.social-rss{
	color:#e97c12!important;
	}		
.socialicon_footer a.social.social-facebook:hover,
.socialicon_footer a.social.social-dribbble:hover,
.socialicon_footer a.social.social-twitter:hover,
.socialicon_footer a.social.social-google-plus:hover,
.socialicon_footer a.social.social-linked-in:hover,
.socialicon_footer a.social.social-rss:hover{
	color:#fff !important;
	}

/*Portfolios*/
#dnn_wrapper #filters li.selected a,
#dnn_wrapper #filters li.selected a:hover{
	color:#fff !important;
}


/* ********** tabs Style ************** */

.tabs-top .nav-tabs {
	border-bottom:none;
	margin-bottom:0px;
}
.nav-tabs > li {
	margin:0px;
	zoom:1;
}
.tabs-top .nav-tabs > li > a {
	margin:0px;
	color:#919191;
	margin:0px -1px 0px 0px;
	outline:none;
	border-radius:0px;
	padding:9px 14px;
	position:relative;
	border-width:1px;
	border-style:solid;
	border-color:#E1E1E1;
	border-bottom:none;
	position:relative;
	top:1px;
	bottom:-1px;
	zoom:1;
}
.tabs-top .nav-tabs > .active > a, .tabs-top .nav-tabs > .active > a:hover {
	border-bottom:none;
	color:#fff;
}
.nav-tabs > li > a:hover {
	background-color:#eee;
	color:#333;
}
.tabs-top .tab-content {
	border-width:1px;
	border-style:solid;
	border-color:#E1E1E1;
	padding:10px 19px;
	background:#FCFCFC;
}
/* ********** tabs-left Style ************** */
.tabs-left > .nav-tabs {
	margin:0px;
	border-right:none;
}
.tabs-left > .nav-tabs > li {
	border-top-width:1px;
	border-top-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-color:#E1E1E1;
}
.tabs-left > .nav-tabs > li > a {
	margin:0px;
	color:#919191;
	margin:0px;
	outline:none;
	border-radius:0px;
	padding:0px 14px 0px 20px;
	line-height:37px;
	height:37px;
	position:relative;
	border:none;
	position:relative;
	min-width:120px;
	zoom:1;
}
.tabs-left .nav-tabs > li > a:hover {
	border:none;
	background-color:#eee;
	color:#333;
}
.tabs-left > .nav-tabs > li:first-child, .tabs-left .nav-tabs > li.active:first-child {
	border-top:none;
}
.tabs-left .nav-tabs > .active {
	border:none;
	border-top-width:1px;
	border-top-style:solid;
	border-color:#E1E1E1;
}
.tabs-left .nav-tabs > .active > a, .tabs-left .nav-tabs > .active > a:hover {
	border:none;
	padding:0px 31px 0px 20px;
	color:#fff;
	margin-right:-16px;
	background-image:url(images/tab-left-active-bg.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.tabs-left .tab-content {
	padding-left:35px;
}
/*tabs-left2*/
.tabs-left2 {
	border:1px solid #e2e2e2;
}
.tabs-left2 > .nav-tabs > li > a {
	background:#f7f7f7;
	margin-right:0px;
	font-size:15px;
	padding:5px 30px 5px 20px;
	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 .tabs-left2 > .nav-tabs > li > a {
	min-width:170px;
}
.tabs-left2 > .nav-tabs > li > a:Hover {
	color:#FFF;
}
.tabs-left2 > .nav-tabs > li.active > a, .tabs-left2 > .nav-tabs > li.active > a:hover {
	background:none;
	padding:5px 30px 5px 20px;
	margin:0px 1px 0px 0px;
}
.tabs-left2 .tab-content {
	padding:20px 20px 0px 30px;
}
/* ********** tabs-right Style ************** */
.tabs-right > .nav-tabs {
	margin:0px;
	border-left:none;
}
.tabs-right > .nav-tabs > li {
	border-top-width:1px;
	border-top-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	border-color:#E1E1E1;
}
.tabs-right > .nav-tabs > li > a {
	margin:0px;
	color:#919191;
	margin:0px;
	outline:none;
	border-radius:0px;
	padding:0px 20px 0px 14px;
	line-height:37px;
	height:37px;
	position:relative;
	border:none;
	position:relative;
	min-width:120px;
	zoom:1;
}
.tabs-right .nav-tabs > li > a:hover {
	border:none;
	background-color:#eee;
	color:#333;
}
.tabs-right > .nav-tabs > li:first-child, .tabs-right .nav-tabs > li.active:first-child {
	border-top:none;
}
.tabs-right .nav-tabs > .active {
	border:none;
	border-top-width:1px;
	border-top-style:solid;
	border-color:#E1E1E1;
}
.tabs-right .nav-tabs > .active > a, .tabs-right .nav-tabs > .active > a:hover {
	border:none;
	padding:0px 20px 0px 31px;
	color:#fff;
	margin-left:-16px;
	background-image:url(images/tab-right-active-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.tabs-right .tab-content {
	padding-right:35px;
}
.tabs-left:after, .tabs-right:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.tabs-left, .tabs-right {
	display:inline-block;
}
.tabs-left, .tabs-right {
	display:block;
}

/* **********  ho We Are ?  ************** */	
.Content_About {
	padding-bottom:29px;
}
.Content_About h3 {
	color: #525252;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	padding:0px 0px 8px 0px;
	margin-top:0px;
}
/* **********  Link More  ************** */	
a.link_more_square, a.link_more_square:link, a.link_more_square:active, a.link_more_square:visited {
	color:#FFF;
	padding:10px 22px;
	font-size:13px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
a.link_more_square:hover {
	text-decoration:none;
	background:#525252;	
}

/*Contact Information*/
.Contact_list {
	border-bottom:1px solid #e0e0e0;
	padding:0px;
	margin:20px 0px 0px;
}
.Contact_list li {
	border-top:1px solid #e0e0e0;
	padding:12px 0px;
	margin:0px;
	list-style:none;
}
.Contact_list li span {
	width:29px;
	height:29px;
	background:url(images/Contact_icon.png) 0px 0px #CCC;
	display:inline;
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
}
.Contact_list li span.cl_p {
	background-position:0px 0px;
}
.Contact_list li span.cl_e {
	background-position:0px -29px;
}
.Contact_list li span.cl_f {
	background-position:0px -58px;
}
/*Our Skills*/

.progress .bar {
	text-align:left;
	text-indent:12px;
}
.progress .bar span{ float:right; padding-right:20px;}



/*ServicesList*/
.Services_List {
	clear:both;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 10px;
}
.Services_List [class*="span"] {
	position:relative;
}
.Services_List .Services_Content {
	padding:10px 0px 30px 65px;
}
.Services_List h3 {
	color:#444444;
	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? */
}
.Services_List .Services_icon {
	width:50px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	position:absolute;
	left:0px;
	top:40px;
	background:#4b4b4b;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	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? */
}
/*Why Choose Us ?*/
.Choose_List {
	margin:0px;
	padding:0px;
}
.Choose_List li {
	background:url(images/icon_yes.png) no-repeat 8px 8px;
	padding-left:37px;
	list-style:none;
	border-bottom:1px solid #e2e2e2;
	padding:7px 0px 6px 35px;
}
/*tabs-top-group*/
.tabs-top-group2 .accordion-group {
	border-bottom:1px solid #e2e2e2;
}
.tabs-top-group2 .nav-tabs {
	border:none;
	background:#f7f7f7;
	padding:5px 0px;
}
.tabs-top-group2 .nav-tabs a, .tabs-top-group2 .nav-tabs a:link, .tabs-top-group2 .nav-tabs a:active, .tabs-top-group2 .nav-tabs a:visited {
	color:#444444;
	font-size:16px;
	border:none;
}
.tabs-top-group2 .nav-tabs a:hover {
	border:none;
	background:none;
}
.tabs-top-group2 .nav-tabs li.active a, .tabs-top-group2 .nav-tabs li.active a:hover {
	border:none;
	background:none;
}
.tabs-top-group2 .accordion-heading {
	background:url(images/icon_question.png) no-repeat 8px 14px;
	padding-left:25px;
}
.tabs-top-group2 .accordion-heading .accordion-toggle,
.tabs-top-group2 .accordion-heading .accordion-toggle:hover {
	background:url(images/plus_minus2.png) right 18px no-repeat;
	transition: 		color ease-in 100ms;
	-moz-transition: 	color ease-in 100ms; /* Firefox 4 */
	-webkit-transition:    color ease-in 100ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 100ms; /* Opera */
	-ms-transition: 	color ease-in 100ms; /* IE9? */
}
.tabs-top-group2 .accordion-heading .accordion-toggle.actived,
.tabs-top-group2 .accordion-heading .accordion-toggle.actived:hover {
	background:url(images/plus_minus2.png) right -72px no-repeat;
}
.tabs-top-group2 .accordion-inner {
	padding:0px 0px 20px 40px;
}
/*We've Got Answers*/
.Answers_List {
	padding:0px;
	margin:0px;
}
.Answers_List li {
	list-style:none;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #e2e2e2;
}
.Answers_List li.last-item {
	padding-bottom:15px;
	margin-bottom:0px;
	border-bottom:none;
}
.Answers_List span.Answers_icon {
	width:54px;
	height:47px;
	line-height:47px;
	color:#FFF;
	text-align:center;
	display:inline;
	display:inline-block;
	float:left;
	font-size:40px;
	margin:3px 15px 0px 0px;
}
/*Submit A Question */

.submit_ticket a {
	color:#fff !important;
	text-decoration:none;
}
.submit_bg {
	float:left;
	margin-right:2px;
	padding:18px 20px;
	width: 708px;
}
*+html .submit_bg{
	width: 667px;
}
.submit_text {
	margin:16px 0 15px;
	color:#fff;
}
.ticket_bg {
	float:left;
	text-align:center;
	padding:30px 20px 29px 20px;
	font-size:22px;
	line-height:32px;
	width: 190px;
}

.submit_ticket_2 {
	background:#f5f5f5;
}
.submit_ticket_2 h2 {
	color:#444444;
}
.submit_ticket_2 .submit_text {
	color:#444444;
	font-size:14px;
}
.submit_ticket_2 .ticket_bg a {
	white-space:nowrap;
}

/*******price*******/
/*******price-table*******/ 
.price-table:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.price-table {
	display:inline-block;
}
.price-table {
	display:block;
}
.price-table {
	padding:28px 0px 28px 0px;
}
.price-table [class*="span"]{
	margin-bottom:15px;
}

.price-table .col {
	float:left;
	text-align:center;
	margin-bottom:10px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table.col2 .col {
	width:50%;
}
.price-table.col3 .col {
	width:33.3333%;
}
.price-table.col4 .col {
	width:25%;
}
.price-table.col5 .col {
	width:20%;
}
*+html .price-table.col2 .col {
	width:49.9%;
}
*+html .price-table.col3 .col {
	width:33.33%;
}
*+html .price-table.col4 .col {
	width:24.9%;
}
*+html .price-table.col5 .col {
	width:19.9%;
}
.price-table .col:hover {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.15);
}
.price-table .col.best_value {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;                    /* For Latest Opera */
	margin-top:-38px;
}
.price-table .col.best_value .price_title {
	padding-top:30px;
	padding-bottom:26px;
	background:none;
	color:#FFF !important;
}
.price-table .col.best_value .price_title h2 {
	color:#FFF !important;
}
.price-table .col.best_value .price_holder {
	padding-bottom:22px;
}
.price_title {
   
	color:#444444;
	border:1px solid #e2e2e2;
	padding-top:15px;
	padding-bottom:11px;
	padding-left:10px;
	padding-right:10px;
	font-size:22px;
	position:relative;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table .price_title h2 {
	margin:0px;
	font-weight:normal;
}
.price-table .col:hover .price_title {
}
.price-table .col:nth-of-type(2n+1) .price_title {
}
.price-table .col:first-child .price_holder {
	margin-left:0px;
}
.price-table .price_holder {
	border:1px solid #E4E4E4;
	margin:0 0 0 -1px;
	min-height:300px;
	padding-bottom:12px;
}
.price-table .col:hover .price_holder {
}
.price-table .price_box {
	color:#444444;
	padding: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 {
	border:none;
	background:transparent;
	color:#FFF !important;
	text-shadow:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:5px 20px;
	transition: 				 all ease-in 200ms !important;
	-moz-transition:		 all ease-in 200ms !important; /* Firefox 4 */
	-webkit-transition:  all ease-in 200ms !important; /* Safari and Chrome */
	-o-transition: 			 all ease-in 200ms !important; /* Opera */
	-ms-transition:			 all ease-in 200ms !important; /* IE9? */
}
.price-table .btn:hover {
	background-color:#525252;
}
.price-table a.btn {
	color:#FFF;
	margin-top:10px;
	position:relative;
	font-size:15px;
}

/*******price-table1*******/ 
.price-table1 [class*="col-md-3"]{
	padding-right:0px;
	padding-left:0px;
	}
.price-table1 .price_title{
	color:#FFF;
	padding:29px 0px;
	background-color:#F3F3F3;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.price-table1 .price_title h2{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

.price-table1 .price_box{
	padding:24px 0;
	margin:0;
	position:relative;
	border:none; 
	text-align:center;
}
.price-table1 .price_holder ul{
	margin: 0px 20px 13px 20px;
	}
.price-table1 .price_holder ul li{
	text-align:center;
}
.price-table1 .price_holder ul li span{
	font-weight:bold;	
	}
.price-table1 .price_holder{
	text-align:center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom: 3px solid #e4e4e4;
}
.price-table1 .col-sm-3:first-child .price_holder{
	margin-left:0px;
	}
.price-table1 .btn {
	padding:10px 25px;
	margin-bottom:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px !important; 
	color:#ffffff !important;
	background-image:url(images/opacity_20_0.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.price-table1 .btn:hover {
	background-color:#525252;
	box-shadow:none;
}
.price-table1 .unit{
	font-size:20px;
}
.price-table1 .best_value {
	z-index:1;
}
.price-table1 .best_value .price_title{
	margin: -10px 0 0 0;
	padding: 34px 0;
}
.price-table1 .best_value .price_title h2{
	color:#fff;
	}
.price-table1 .best_value .price_holder{
	margin-left:0px;
	}
.price-table1 .best_value .price_holder .btn{
	margin:10px 0px 20px;
}
/*******price-table2*******/ 
.price-table2 .price_title{
	color:#FFF;
	padding:20px 0px 50px
}
.price-table2 .price_title h2{
	color:#FFF;
	text-align:center;
	font-size:20px;
}

.price-table2 .price_box{
	height:53px;
	padding:35px 0 !important;
	width:123px;
	margin:-40px auto 10px;
	position:relative;
	border:5px solid #FFF; 
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#FFF;
	text-align:center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.price-table2 .price_holder ul li{
	text-align:center;
}
.price-table2 .price_holder{
	border-top:none;
	text-align:center;
}
.price-table2 .btn {
	background:url(images/but_bg.png) repeat-x left bottom;
	padding:10px 25px;
	margin-bottom:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px !important; 
	color:#ffffff !important;
}
.price-table2 .btn:hover {
	background:url(images/but_bg.png) repeat-x left bottom #525252;
}
.price-table2 .unit{
	font-size:20px;
}
.price-table2 .best_value {
	margin-top:-20px ;
	margin-bottom:-20px ;
}
.price-table2 .best_value .price_title{
	padding:30px 0px 60px;

}
.price-table2 .best_value .price_holder .btn{
	margin:10px 0px 30px;
}
/*******price-table3*******/ 
.price-table3 .price_title{
	background-color:#2c3433;
	border:none;
}
.price-table3 .price_title h2 {
	text-align:center;
	color:#FFF;
	font-size:26px;
	padding:25px 0px 6px;
}
.price-table3 .price_box{
	text-align:center;
	padding:15px 0px 30px;
}
.price-table3 .price_box .sup,
.price-table3 .price_box .price,
.price-table3 .price_box .unit{
	vertical-align:bottom;
	line-height:normal!important;
	color:#FFF;
	font-size:26px;
}
.price-table3 .price_box .price{
	font-size:50px;
	font-weight:bold;
	line-height:1!important;
	padding:0px 3px;
}
.price-table3 .price_holder{
	border:1px solid #ededed;
	margin:0px;
	padding:0px 14px;
	text-align:center;
}
.price-table3 .price_holder dt{
	border-bottom:1px solid #ededed;
	padding:25px 0;
	font-size:22px;
	color:#818181;
}
.price-table3 .price_holder dd{
	line-height:2;
	padding:20px 0px;
	margin:0;
	color:#808080;
	text-align:left;
}
.price-table3 .price_holder .btn{
	margin:auto;
	background:#2c3433;
	padding:15px 40px;
	font-size:20px;
}

.price-table3 .price_holder .btn:hover {

}
.price-table3 .best_value .price_title,
.price-table3 .best_value .price_holder .btn{

}

/*******price-table4*******/ 
.price-table4 .price_title{
	border:none;
	text-align:center;
	padding:22px 0px;
	margin:0 ;
}
.price-table4 .price_title h2{
	font-size:17px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
}
.price-table4 .price_holder{
	text-align:center;
	border:none;
	margin:0px;
	padding-bottom:30px;
}
.price-table4 .color_1 .price_box,
.price-table4 .color_2 .price_box,
.price-table4 .color_3 .price_box,
.price-table4 .color_4 .price_box{
	color:#FFF;
	position:relative;
	padding:33px 0 0 0;
	margin: 0 auto 20px;
	width:170px;
	height:170px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.price-table4 .color_1 .price_box{
	border:25px solid #7CD6C4;
	}
.price-table4 .color_2 .price_box{
	border:25px solid #DDD066;
	}
.price-table4 .color_3 .price_box{
	border:25px solid #A9D891;
	}
.price-table4 .color_4 .price_box{
	border:25px solid #F1B686;
	}
.price-table4 .price_box .sup {
	font-size:22px;
}
.price-table4 .price_box .price{
	font-size:50px;
	font-weight:bold;
}
.price-table4 .price_box .unit{
	display:block;
	text-align:center;
	font-size:16px;
}
.price-table4 .price_holder ul{
	border-bottom:none;
	margin-bottom:20px;
}
.price-table4 .price_holder ul li{
	border-top:none;
	color:#fff;
	line-height: 24px;
	padding: 0px;
}
.price-table4 a.btn{
	padding:10px 24px;
	font-size:14px;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	border:1px solid #fff;
}

.price-table4 .color_1 {
	background-color:#24BB9C;
	border:2px solid #24bb9c;
	}
.price-table4 .color_2 {
	background-color:#C6B100;
	border:2px solid #C6B100;
	}
.price-table4 .color_3 {
	background-color:#6FBE48;
	border:2px solid #6FBE48;
	}
.price-table4 .color_4 {
	background-color:#E88536;
	border:2px solid #E88536;
	}
.price-table4 .color_1,
.price-table4 .color_2,
.price-table4 .color_3,
.price-table4 .color_4{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: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? */
	}
.price-table4 .color_1:hover,
.price-table4 .color_2:hover,
.price-table4 .color_3:hover,
.price-table4 .color_4:hover{ 
	background-color:transparent;
	}
.price-table4 .color_1:hover .price_title h2, 
.price-table4 .color_2:hover .price_title h2,
.price-table4 .color_3:hover .price_title h2, 
.price-table4 .color_4:hover .price_title h2{
	}
.price-table4 .color_1:hover .price_box,
.price-table4 .color_2:hover .price_box,
.price-table4 .color_3:hover .price_box,
.price-table4 .color_4:hover .price_box{
	
	}
.price-table4 .color_1:hover .price_holder ul li,
.price-table4 .color_2:hover .price_holder ul li,
.price-table4 .color_3:hover .price_holder ul li,
.price-table4 .color_4:hover .price_holder ul li{
	color:#666;
	}
.price-table4 .color_1:hover .price_holder a.btn,
.price-table4 .color_2:hover .price_holder a.btn,
.price-table4 .color_3:hover .price_holder a.btn,
.price-table4 .color_4:hover .price_holder a.btn{
	}
/*******price-table5*******/ 
.price-table5 [class*="col-md-3"] {
	padding-right: 0px;
	padding-left: 0px;
}
.price-table5 .price_border{
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	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-table5 .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-table5 .price_title {
	background-color:#efefef;
	border: 1px solid #ddd;
	border-bottom:none;
	text-align:center;
	padding:14px 0;
	margin: 0 0 0 -1px;
}
.price-table5 .price_title h2{
	font-size:14px;
	color:#666;
	font-weight:bold;
}
.price-table5 .price_holder {
	padding:0;
	text-align:center;
	background-color:#F9F9F9;
}
.price-table5 .price_box {
	text-align:center;
	color:#2c3433;
	background-color:#F6F6F6;
}

.price-table5 .price_box .sup,
.price-table5 .price_box .price,
.price-table5 .price_box .unit{
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.price-table5 .price_box .sup {
	font-size:30px;
}
.price-table5 .price_box .price{
	font-size:50px;
}
.price-table5 .price_box .unit{
	display:block;
	text-align:center;
	font-size:14px;
	color:#666;
}
.price-table5 .price_holder ul{
	margin-bottom:0px;
	background-color:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.price-table5 .price_holder ul li{
	color:#666;
	font-size:13px;
	border-top:1px dashed #CCCCCC;
}
.price-table5 .price_holder ul li:first-child{
	border-top:none
	}
.price-table5 .price_holder ul li:nth-child(odd){
}
.price-table5 .price_holder ul li span{
	}
.price-table5 .price_holder a.btn{
	padding: 10px 25px;
	margin:20px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	background-image:url(images/opacity_20_0.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.price-table5 .price_holder a.btn:hover{
	background-color:#525252;
	box-shadow:none;
}
.price-table5 .best_value{
	margin:-12px 0 0 0;
}
.price-table5 .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-table5 .best_value .price_title{
	background-image:url(images/price5_title.png);
	padding:20px 0;
	border:none;
	}
.price-table5 .best_value .price_title:before{
	background:url(images/price-table5_title_bg.png) no-repeat left top;
	content:"";
	width:54px;
	height:53px;
	position:absolute;
	left:0px;
	top:0px;	
	}
.price-table5 .best_value .price_title h2{
	color:#fff;	
	}
.price-table5 .best_value .price_holder {
	background-color:#fff;
	border: none;
	}
.price-table5 .best_value .price_box{
	color:#fff;
}
.price-table5 .best_value .price_box .sup,
.price-table5 .best_value .price_box .price,
.price-table5 .best_value .price_box .unit{
	color:#fff;
}
.price-table5 .best_value .price_holder ul{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
.price-table5 .best_value .price_holder ul li{
	border-top:1px solid #fff;
}
.price-table5 .best_value .price_holder ul li:nth-child(even){
	background-color:#F3F3F3;
}
.price-table5 .best_value .price_holder a.btn{
	margin:20px 0 30px 0;
	background-image:url(images/opacity_20_0.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.price-table5 .best_value .price_holder a.btn:hover{
	background-color:#525252;
}

/*******price-table6*******/ 
.price-table6 .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0;
	-moz-border-radius:		3px 3px 0 0;
	-webkit-border-radius:	3px 3px 0 0;
	overflow:hidden;
}
.price-table6 .price_title{
	border:none;
	font-size:26px;
	text-align:center;
}
.price-table6 .price_title h2{
	color:#a6a6a6;
}
.price-table6 .price_holder{
	border:none;
	text-align:center;
	padding-bottom:0;
}
.price-table .col5 .price_title{ background:none !important;}
.price-table6 .price_box{
	border:5px solid #000;
	width:118px;
	height:118px;
	margin:auto auto 15px;
	padding:0;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
}
.price-table6 .price_box .sup {
	padding-top:20px;
	display:inline-block;
	font-size:22px;
}
.price-table6 .price_box .price{
	padding-top:20px;
	display:inline-block;
	font-size:53px;
}
*+html .price-table6 .price_box .sup ,
*+html .price-table6 .price_box .price{
	display:inline;
}
.price-table6 .price_box .unit{
	display:block;
	font-size:15px;
}
.price-table6 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table6 .price_holder ul li{
	border-top:none;
	color:#8f9394;
}
.price-table6 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table6 .price_holder a.btn{
	width:100%;
	padding:15px 0;
	background-color:#2c3433;
	margin:0;
	font-weight:bold;
	font-size:14px;
}

.price-table6 .color_1 .price_box{
	border:5px solid #88c637;
	color:#88c637;
}
.price-table6 .color_1 .price_holder a.btn{
	background-color:#88c637;
}
.price-table6 .color_2 .price_box{
	border:5px solid #45aadd;
	color:#45aadd;
}
.price-table6 .color_2 .price_holder a.btn{
	background-color:#45aadd;
}

.price-table6 .color_3 .price_box{
	border:5px solid #45dd9b;
	color:#45dd9b;
}
.price-table6 .color_3 .price_holder a.btn{
	background-color:#45dd9b;
}

.price-table6 .color_4 .price_box{
	border:5px solid #ddb045;
	color:#ddb045;
}
.price-table6 .color_4 .price_holder a.btn{
	background-color:#ddb045;
}
 @media only screen and (min-width: 768px) and (max-width: 979px) {
.price-table1 [class*="span"],
.price-table2 [class*="span"],
.price-table3 [class*="span"],
.price-table4 [class*="span"],
.price-table5 [class*="span"],
.price-table6 [class*="span"]{
		width:48%;
		margin:0 1% 8px!important;
	}
.price-table1 [class*="col-"],
.price-table2 [class*="col-"],
.price-table3 [class*="col-"],
.price-table4 [class*="col-"],
.price-table5 [class*="col-"],
.price-table6 [class*="col-"]{
	margin-bottom: 15px;
	}
 }
 @media only screen and (max-width: 767px) {
	/*price*/	
	.price-table.col2 .col, 
	.price-table.col3 .col, 
	.price-table.col4 .col, 
	.price-table.col5 .col {
		width:50%;
	}
	.price-table .col.best_value {
		margin-top:0px;
	}
	.price-table .col.best_value .price_title {
		padding-top:15px;
		padding-bottom:11px;
	}
	.price-table .col.best_value .price_holder {
		padding-bottom:12px;
	}
	.price_content {
		margin-bottom:20px;
	}
	.price-table .best_value{
		margin-top:0px !important;
		margin-bottom:15px !important;
	}
.price-table1 [class*="col-"],
.price-table2 [class*="col-"],
.price-table3 [class*="col-"],
.price-table4 [class*="col-"],
.price-table5 [class*="col-"],
.price-table6 [class*="col-"]{
	margin-bottom: 15px;
	}
 }







/*Sign Up */
.submit_ticket_3 {
	background:#f7f7f7;
}
.submit_ticket_3 h3 {
	color:#444444;
}
.submit_ticket_3 .submit_text {
	color:#444444;
	font-size:14px;
	margin-top:10px;
}
.submit_ticket_3 .ticket_bg {
	padding:50px 0px 0px;
}
.submit_ticket_3 .ticket_bg a {
	background-image:url(images/ticket_bg.png);
	background-position:25px center;
	background-repeat:no-repeat;
	font-size:20px;
	display:inline-block;
	padding:5px 37px 5px 68px;
	white-space:nowrap;
	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? */
	
}
.submit_ticket_3 .ticket_bg a:hover{
	background-color:#525252;
}



/*Error Page*/
.ErrorPage_font{ 
text-align:center;
font-size:130px;
color:#dadada;
font-weight:bold;
}

/*gmap*/
#gmap img { 
max-width:none;
}
#gmap {
	width:100%;
	height:342px ;
	margin:30px 0;
	}
/*Contact Form*/
#dnn_wrapper .Theme_Responsive_Default .form_label {
	font-size:14px;
	display:none;
}
#dnn_wrapper .Theme_Responsive_Default .form_input {
	position:relative ;
	padding-right:40px !important;
}
#dnn_wrapper .Theme_Responsive_Default .form_row,
#dnn_wrapper .result_form .form_row{
	margin-bottom:13px;
}
#dnn_wrapper .Theme_Responsive_Default .form_label,
#dnn_wrapper .Theme_Responsive_Default .form_input,
#dnn_wrapper .Theme_Responsive_Default .form_required{
	padding:0 8px 5px 0;
}
#dnn_wrapper .Theme_Responsive_Default .form_input [type*="text"],
#dnn_wrapper .Theme_Responsive_Default .form_input textarea {
	padding:9px 8px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	font-size:13px;
	width:100% !important;
	box-shadow:none;
	border-radius:0px;
	border:1px solid #e3e3e3;
}
#dnn_wrapper .Theme_Responsive_Default [type*="text"]{
}
#dnn_wrapper .Theme_Responsive_Default .form_required{
	position:absolute;
	right:0px;
	top:15px;
}
.Theme_Responsive_Default .form_submit{
	padding-top:12px;
}
#dnn_wrapper .Theme_Responsive_Default .form_submit input{
	background-image:none;
	box-shadow:none;
	text-shadow:none;
	border:3px double #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	text-transform:uppercase;
	padding:12px 26px;
	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? */
}
#dnn_wrapper .Theme_Responsive_Default .form_submit input:hover{
	background-color:#AFAFAF;
	}


/*dnn_botbgp Contact Form*/
#dnn_wrapper .botbgp_bgps .Theme_Responsive_Default .form_input [type*="text"],
#dnn_wrapper .botbgp_bgps .Theme_Responsive_Default .form_input textarea {
	background:url(images/translucence_bg.png);
	border:1px solid rgba(255,255,255,0.5);
	color:#fff !important;
	font-size:13px;
}
#dnn_wrapper .botbgp_bgps .Theme_Responsive_Default .form_input input::-webkit-input-placeholder,
#dnn_wrapper .botbgp_bgps .Theme_Responsive_Default .form_input textarea::-webkit-input-placeholder{
	color:#fff !important;
	}
#dnn_wrapper .botbgp_bgps .Theme_Responsive_Default .form_submit input{
	background:none;
	padding:8px 30px; 
	color:#FFF !important;
	border:1px solid #fff !important;
}
#dnn_wrapper .botbgp_bgps .Theme_Responsive_Default .form_submit input:hover{
	background:#fff;
}
#dnn_wrapper .botbgp_bgps .Result_01_Default .result_form h1{
	color:#fff;
}

#dnn_wrapper .Theme_20_Default li{
	margin:0px 5px 5px 0px;
}
#dnn_wrapper .Theme_20_Default li img{
	border:none;
}


/*Effect_25_ResponsiveSlide*/
#dnn_wrapper .Theme_25_Normal .flex-control-paging li a{
	background:#fff;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:15px;
	height:15px;
}
#dnn_wrapper .Theme_25_Normal .flex-control-paging li a.flex-active {
	background:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:15px;
	height:15px;
}



/*Contact_Info*/
.ContactInfo_list{
	margin:0px;
	padding:0px;
}
.ContactInfo_list li{ 
	border-bottom:1px solid #e2e2e2;
	padding:10px 0px 10px 30px;
	margin:0px;
	list-style:none;
	position:relative;
}
.ContactInfo_list li span {
	width:20px; 
	height:20px;
	display:block;
	position:absolute;
	top:9px;
	left:0px;
	background:url(images/ContactList_icon.png) 0px 0px no-repeat ; 
}
.ContactInfo_list .I_A{ background-position:0px 0px;}
.ContactInfo_list .I_P{ background-position:0px -43px;}
.ContactInfo_list .I_F{ background-position:0px -90px;}
.ContactInfo_list .I_E{ background-position:0px -134px;}
.ContactInfo_list .I_S{ background-position:0px -180px;}
.ContactInfo_list .I_M{ background-position:0px -228px;}
.ContactInfo_list .I_W{ background-position:0px -274px;}


/*social-icons*/
.social-icons { 
margin:0px -3px 0px;
padding:0px;}
.social-icons a {
    background-color: #d6d6d6;
    background-image: url(images/social-icons-sprite.png);
    background-repeat: no-repeat;
    border-radius: 3px 3px 3px 3px;
    display:inline-block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s; /* Firefox 4 */
	-webkit-transition: all 0.2s ease-out 0s; /* Safari and Chrome */
	-o-transition: all 0.2s ease-out 0s; /* Opera */
	-ms-transition: all 0.2s ease-out 0s; /* IE9? */
    width:30px;
		margin:3px;
}
.social-icons a:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.social-icons a.social-twitter {
	
}
.social-icons a.social-dribbble {
	background-position: -30px 0px;
}
.social-icons a.social-facebook {
	background-position: -60px 0px;
}
.social-icons a.social-envato {
	background-position: -90px 0px;
}
.social-icons a.social-flickr {
	background-position: -120px 0px;
}
.social-icons a.social-forrst {
	background-position: -150px 0px;
}
.social-icons a.social-gplus {
	background-position: -180px 0px;
}
.social-icons a.social-gplus2 {
	background-position: -210px 0px;
}
.social-icons a.social-icloud {
	background-position: -240px 0px;
}
.social-icons a.social-lastfm {
	background-position: -270px 0px;
}
.social-icons a.social-linkedin {
	background-position: -300px 0px;
}
.social-icons a.social-myspace {
	background-position: -330px 0px;
}
.social-icons a.social-paypa {
	background-position: 0px -30px;
}
.social-icons a.social-piacasa {
	background-position: -30px -30px;
}
.social-icons a.social-pinterest {
	background-position: -60px -30px;
}
.social-icons a.social-reedit {
	background-position: -90px -30px;
}
.social-icons a.social-rss {
	background-position: -120px -30px;
}
.social-icons a.social-skype {
	background-position: -150px -30px;
}
.social-icons a.social-stumbleupon {
	background-position: -180px -30px;
}
.social-icons a.social-tumblr {
	background-position: -210px -30px;
}
.social-icons a.social-vimeo {
	background-position: -240px -30px;
}
.social-icons a.social-wordpress {
	background-position: -270px -30px;
}
.social-icons a.social-yahoo {
	background-position: -300px -30px;
}
.social-icons a.social-youtube {
	background-position: -330px -30px;
}
.social-icons a.social-blogger {
	background-position: 0px -60px;
}
.social-icons a.social-deviantart {
	background-position: -30px -60px;
}
.social-icons a.social-digg {
	background-position: -60px -60px;
}
.social-icons a.social-foursquare {
	background-position: -90px -60px;
}
.social-icons a.social-friendfeed {
	background-position: -120px -60px;
}
.social-icons a.social-mail {
	background-position: -150px -60px;
}
.social-icons a.social-html5 {
	background-position: -180px -60px;
}
.social-icons a.social-technorati {
	background-position: -210px -60px;
}
.social-icons a.social-soundcloud {
	background-position: -240px -60px;
}
.social-icons a.social-quora {
	background-position: -270px -60px;
}
.social-icons a.social-bebo {
	background-position: -300px -60px;
}
.social-icons a.social-aim {
	background-position: -330px -60px;
}
.social-icons a.social-gosquared {
	background-position: 0px -90px;
}
.social-icons a.social-dropbox {
	background-position: -30px -90px;
}
.social-icons a.social-github {
	background-position: -60px -90px;
}
.social-icons a.social-spotify {
	background-position: -90px -90px;
}
.social-icons a.social-apple {
	background-position: -120px -90px;
}





/*Theme_14_Default*/
.Theme_14_Default .scrollableArea  {
}
.Theme_14_Default .scrollableArea a img,
.Theme_14_Default .scrollableArea a:before{
	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? */
}

.Theme_14_Default .scrollableArea a:hover img {
	filter:alpha(opacity=20);
	opacity:0.2;
}
.Theme_14_Default .scrollableArea a{
	position:relative;
	display:block;
	float:left;
}
.Theme_14_Default .scrollableArea a:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:54px;
	height:55px;
	display:block;
	margin:-27px 0px 0px -27px;
}
.Theme_14_Default .scrollableArea a:hover:before{
	background:url(images/Pic_Icon.png) center center no-repeat ;
}
#dnn_wrapper .Theme_14_Default .scrollingHotSpotLeft{
	width:37px;
	height:52px;
	background-image:url(images/arrow-3.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0;  
	min-width:37px;
	top:50%;
	margin-top:-26px;
}
#dnn_wrapper .Theme_14_Default .scrollingHotSpotRight{
	width:37px;
	height:52px;
	background-image:url(images/arrow-3.png);
	background-position:-37px 0px;
	background-repeat:no-repeat;
	opacity:0;  
	min-width:37px;
	top:50%;
	margin-top:-26px;
}
#dnn_wrapper .Theme_14_Default .scrollingHotSpotLeft:hover,
#dnn_wrapper .Theme_14_Default .scrollingHotSpotRight:hover{
	opacity:1 !important;
}


/*ServeList_1*/
.ServeList_1 .Serve_Icon{
	height:40px;
	line-height:40px;
	width:40px;
	text-align:center;
	font-size:20px;
	color:#fff;	
	margin:auto;
	display:block;
	position:absolute;
	border-radius: 40px;
	top:0px;
	left:0px;
	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? */
} 
.ServeList_1 .ServeBox:hover .Serve_Icon {
}
.ServeList_1 .ServeBox h3{
	text-align:left;
	font-size:15px;
	color:#333333;
	font-weight:bold;
	position:relative;
	min-height:32px;
	padding:10px 0px 0px 53px;
}
.ServeList_1 .ServeBox {
	text-align:left;
}
.ServeList_1 .icon_color1{
}
.ServeList_1 .icon_color2{
	background-color:#f36e6e;
}
.ServeList_1 .icon_color3{
	background-color:#efb402;
}
.ServeList_1 .icon_color4{
	background-color:#cf78eb;
}
.ServeList_1 .icon_color5{
	background-color:#5aaff0;
}
.ServeList_1 .icon_color6{
	background-color:#74d769;
}

/*ServeList_2*/
.ServeList_2 {
}
.ServeList_2 .Serve_Icon{
	height:105px;
	width:105px;
	margin:auto;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:3px;
	margin-bottom:10px;
	filter:alpha(opacity=30);/*IE*/
	opacity:0.5;	
	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? */
} 
.ServeList_2 .Serve_Icon span{
	height:105px;
	width:105px;
	line-height:105px;
	font-size:50px;
	color:#ffffff;
	text-align:center;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.ServeList_2 .ServeBox:hover .Serve_Icon {
	background-color:transparent;
}
.ServeList_2 .ServeBox h3{
	text-align:center;
	font-size:16px;
	color:#333333;
}
.ServeList_2 .ServeBox {
	text-align:center;
}
.ServeList_2 .ServeBox *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	}
/*ServeList_3*/
.ServeList_3 {
}
.ServeList_3 .Serve_Icon{
	height:100px;
	width:100px;
	margin:auto;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:2px solid #24bb9c;
	padding:3px;
	margin-bottom:20px;
} 
.ServeList_3 .Serve_Icon span{
	height:100px;
	width:100px;
	line-height:100px;
	font-size:50px;
	color:#24bb9c;
	text-align:center;
	display:block;
}

.ServeList_3 .ServeBox h3{
	text-align:center;
	font-size:16px;
	color:#333333;
}
.ServeList_3 .ServeBox {
	text-align:center;
}
.ServeList_3 .ServeBox *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	}
/* ********** Control Panel Style ************** */

.dnnPrimaryAction, 
.dnnFormItem input[type="submit"], 
a.dnnPrimaryAction{
	color:#fff !important;	
	text-decoration:none!important;
}
.dnnFormItem button, 
.dnnFormItem input[type="button"], 
.dnnFormItem input[type="reset"], 
.dnnSecondaryAction,
a.dnnSecondaryAction, 
ul.dnnAdminTabNav li a, 
.dnnLogin .LoginTabGroup span{
	color:#555 !important;
	text-decoration: none!important;
}

/*chart_list*/
.chart_list {
    text-align: center;
}
.chart_list .percentage {
	width: 190px;
    height: 190px;
    line-height: 190px;
    margin: auto auto 8px;
    position: relative;
    
}
.chart_list .percentage .percentage_inner {
    font-size:40px;
    left:10px;
	top: 10px;
    position: absolute;
    text-align: center;
    width: 170px;
	height:170px;
	color:#fff;
	border-radius:50%;
	line-height:1.2;
	padding-top:50px;
}
.chart_list .percentage .percentage_inner p{
	font-size:13px;
	}
.chart_list2 {
    text-align: center;
	color:#333;
}
.chart_list2 .percentage2 {
    height: 140px;
    line-height: 140px;
    margin: auto auto 8px;
    position: relative;
    width: 140px;
}
.chart_list2 .percentage2 .percentage_inner {
    font-size: 28px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}





/*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_1 .dot{
	right:0px;
	bottom:15px;
}
.Testimonials_1 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_1 .dot a.actived{
	width:15px;
	height:15px;
}

.Testimonials_1 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
.Testimonials_1 blockquote:before{
	content:'“';
	width:0px;
	height:0px;
	position:absolute;
	left:20px;
	top:34px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}
.Testimonials_1 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:90px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}
.Testimonials_1 blockquote p{
	background-color:#F3F3F3;
	padding:20px;
	font-size:13px;
	color:#666;
	font-style: italic;
	text-indent:3em;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
}
.Testimonials_1 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_1 small:before{
	}
.Testimonials_1 small:after{
	content:" ";
	position:absolute;
	top:-7px;
	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_1 small img{
	width:50px;
	height:50px;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_1 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	margin-top:13px;
}



/*Testimonials_2*/
.Testimonials_2 .dot{
	right:0px;
	bottom:15px;
}
.Testimonials_2 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_2 .dot a.actived{
	width:15px;
	height:15px;
}

.Testimonials_2 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
.Testimonials_2 blockquote:before{
	content:'“';
	width:0px;
	height:0px;
	position:absolute;
	left:20px;
	top:34px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}
.Testimonials_2 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:90px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}
.Testimonials_2 blockquote p{
	background-color:#F3F3F3;
	padding:20px;
	font-size:13px;
	color:#666;
	font-style: italic;
	text-indent:3em;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
}
.Testimonials_2 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_2 small:before{
	}
.Testimonials_2 small:after{
	content:" ";
	position:absolute;
	top:0px;
	left:55px;
	width:0px;
	height:0px;
	border-left:7px solid #fff;
	border-bottom:7px solid #fff;
	border-right:7px solid #fff;
}

.Testimonials_2 small img{
	width:50px;
	height:50px;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_2 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	margin-top:13px;
}
/*Testimonials_3*/
.Testimonials_3{
	overflow: visible;
	}
.Testimonials_3 .dot{
	right:0px;
	bottom:15px;
}
.Testimonials_3 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_3 .dot a.actived{
	width:15px;
	height:15px;
}

.Testimonials_3 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:10px 0 0 0;
	text-indent:0;
	border-left:none;
}
.Testimonials_3 blockquote:before{
	content:'“';
	width:46px;
	height:24px;
	line-height: 76px;
	background-color:#fff;
	position:absolute;
	left:47%;
	top:2px;
	font-size:120px;
	color:#c4c4c4;
	font-family:Georgia;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	padding: 0 20px 0 10px;
	}
.Testimonials_3 blockquote p{
	background-color:#fff;
	border:1px solid #d8d8d8;
	border-radius:5px;
	text-align:center;
	padding:40px 50px;
	font-size:13px;
	color:#666;
	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{
	display:none;
	}
.Testimonials_3 small:after{
	content:" ";
	position:absolute;
	top:-5px;
	left:49%;
	width:10px;
	height:10px;
	background-color:#fff;
	border-left:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.Testimonials_3 small img{
	display:none;
}
.Testimonials_3 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	margin-top:13px;
}
/*Testimonials_4*/
.Testimonials_4 .dot{
	right:0px;
	bottom:15px;
}
.Testimonials_4 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_4 .dot a.actived{
	width:15px;
	height:15px;
}

.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:#9c9c9c;
	font-family:Georgia;
	}
.Testimonials_4 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:90px;
	font-size:60px;
	color:#9c9c9c;
	font-family:Georgia;
	}
.Testimonials_4 blockquote p{
	background-color:#333;
	border:none;
	padding:20px;
	font-size:13px;
	color:#aaa;
	font-style: italic;
	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:#777777;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_4 small:before{
	}
.Testimonials_4 small:after{
	content:" ";
	position:absolute;
	top:0px;
	left:55px;
	width:0px;
	height:0px;
	border-left:7px solid #fff;
	border-bottom:7px solid #fff;
	border-top:7px solid #333;
	border-right:7px solid #fff;
}

.Testimonials_4 small img{
	width:50px;
	height:50px;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_4 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	margin-top:13px;
}

/*Testimonials_5*/
.Testimonials_5 .dot{
	right:0px;
	bottom:15px;
}
.Testimonials_5 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_5 .dot a.actived{
	width:15px;
	height:15px;
}

.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:#fff;
	font-family:Georgia;
	}
.Testimonials_5 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:90px;
	font-size:60px;
	color:#fff;
	font-family:Georgia;
	}
.Testimonials_5 blockquote p{
	border:none;
	padding:20px;
	font-size:13px;
	color:#fff;
	font-style: italic;
	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:#777777;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_5 small:before{
	}
.Testimonials_5 small:after{
	content:" ";
	position:absolute;
	top:0px;
	left:55px;
	width:0px;
	height:0px;
	border-left:7px solid #fff;
	border-bottom:7px solid #fff;
	border-right:7px solid #fff;
}

.Testimonials_5 small img{
	width:50px;
	height:50px;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_5 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	margin-top:13px;
}

/*Testimonials_6*/
.Testimonials_6 blockquote{
	padding:0px;
	background:none;
	padding-bottom:0px;
	position:relative;
	border-left:none;
}
.Testimonials_6 blockquote p{
	line-height:20px;
	font-size:13px;
	text-indent:3em;
	margin-bottom:0px;
	font-weight:normal;
	color:#666;
	}


.Testimonials_6 .last_page{
	left:180px;
	bottom:60px;
}
 
.Testimonials_6 .next_page{
	left:210px;
	bottom:60px;
}

.Testimonials_6{ 
	position:relative;
}
.Testimonials_6 .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_6 .Pic img{
	max-width:100%;
	}
.Testimonials_6 li{
	padding-left:100px;
	width:auto;
}

.Testimonials_6 blockquote span.mark{
	font-size:60px;
	color:#9c9c9c;
	position:absolute;
	top:-10px;
	left:0px;
	line-height:normal;
	font-family:Georgia;
	font-style:italic;
	text-indent:0;
	text-align:left;
	width:100px;
}
*+html .Testimonials_6 blockquote span.mark{
	text-indent:-55px!important;
}


.Testimonials_6 small:before{
	content:" ";}
	
.Testimonials_6 small span {
	display:block;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
}
.Testimonials_6 small{
	position:static;
	font-size:13px;
	font-style:normal;
	padding:10px 0 0px;
	float:left;
}
.Testimonials_6 .dot {
	left:180px;
	bottom:40px;
	display:none;
}
/*Testimonials_7*/
.Testimonials_7 .dot{
	right:0px;
	bottom:15px;
}
.Testimonials_7 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_7 .dot a.actived{
	width:15px;
	height:15px;
}

.Testimonials_7 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
.Testimonials_7 blockquote:before{
	content:'“';
	width:0px;
	height:0px;
	position:absolute;
	left:20px;
	top:34px;
	font-size:60px;
	color:#BABABA;
	font-family:Georgia;
	}
.Testimonials_7 blockquote:after{
	content:'”';
	width:0px;
	height:0px;
	position:absolute;
	right:50px;
	bottom:90px;
	font-size:60px;
	color:#BABABA;
	font-family:Georgia;
	}
.Testimonials_7 blockquote p{
	background-color:#fff;
	border:1px solid #ddd;
	padding:20px;
	font-size:13px;
	color:#666;
	font-style: italic;
	font-weight:normal;
	text-indent:3em;
	line-height:20px;
	margin-bottom:0px;
}
.Testimonials_7 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_7 small:before{
	}
.Testimonials_7 small:after{
	content:" ";
	position:absolute;
	top:-5px;
	left:55px;
	width:10px;
	height:10px;
	background-color:#fff;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.Testimonials_7 small img{
	width:50px;
	height:50px;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_7 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	margin-top:13px;
}

/*Testimonials_8*/
.Testimonials_8 .dot{
	right:0px;
	bottom:15px;
}
.Testimonials_8 .dot a{
	width:15px;
	height:15px;
	background-color:#D8D8D8;
	border:none;
}
.Testimonials_8 .dot a.actived{
	width:15px;
	height:15px;
}

.Testimonials_8 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
	border-left:none;
}
.Testimonials_8 .testimonial_text{
	background:url(images/translucence_bg.png);
	min-height:70px;
	padding:38px 50px;
	position:relative;
}
.Testimonials_8 .testimonial_text:after{
	background:url(images/quote02_top.png) no-repeat;
	position:absolute;
	content:"";
	width:49px;
	height:42px;
	left:25px;
	top:20px;
}
.Testimonials_8 .testimonial_text:before{
	background:url(images/quote02_bottom.png) no-repeat;
	position:absolute;
	content:"";
	width:49px;
	height:42px;
	right:15px;
	bottom:20px;
}
.Testimonials_8 blockquote p{
	border:none;
	font-size:13px;
	color:#fff;
	font-style: normal;
	text-indent:3em;
	line-height:20px;
	margin-bottom:0px;
	font-weight:normal;
}
.Testimonials_8 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:13px 0 0 70px;
}
.Testimonials_8 small:before{
	display:none;
	}
.Testimonials_8 small:after{
	content:" ";
	position:absolute;
	top:0px;
	left:55px;
	width:15px;
	height:16px;
	background:url(images/Testimonials_8_icon.png) no-repeat;
}

.Testimonials_8 small img{
	width:70px;
	height:70px;
	margin-right:15px;
	float:left;
	vertical-align:middle
	;border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.Testimonials_8 small span {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#fff;
	margin: 24px 0 0 10px;
}

/*gray_line*/
.gray_line{ 
	border-bottom:1px solid #e2e2e2;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.gray_line2{ 
	border-bottom:1px solid #f0f0f0;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}

.dividers_1{
	border:none;
	border-bottom:1px solid #ebebeb;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
}
.dividers_2{
	border:none;
	background:url(images/line2.png) repeat-x left center;
	height:12px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_3{
	border-bottom:1px solid #ebebeb;
	font-size:24px;
	text-align:center;
	width:100%;
	clear:both;
	display:inline-block;
	margin:15px 0;
}
.dividers_3 span{
	display: block;
	width: 50px;
	margin: -10px auto;
	background: #FFF;
	padding: 0 12px;
	color: #7F7F7F;
	-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-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	height:2px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_6{
	border:none;
	background:url(images/line6.png) repeat-x left center;
	height:12px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_7{
	border:none;
	border-bottom:1px dashed #c2c2c2;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_8{
	height:5px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	background:#ebebeb;
	background: -ms-linear-gradient(#ebebeb , #ebebeb 30%, #FFF 77%); 
    background: -o-linear-gradient(#ebebeb , #ebebeb 30%, #FFF 77%);
 	background: -moz-radial-gradient(#ebebeb , #ebebeb 30%, #FFF 77%);
	background: -webkit-radial-gradient(#ebebeb, #ebebeb 30%, #FFF 77%);
}
.dividers_9{
	border-bottom:1px solid #ebebeb;
	font-size:24px;
	text-align:center;
	width:100%;
	clear:both;
	display:inline-block;
	margin:15px 0;
}
.dividers_9 span{
	display: block;
	width: 50px;
	margin: -10px auto;
	background: #FFF;
	padding:0 12px;
	color:#7F7F7F;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	}
.dividers_10{
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	font-size:24px;
	text-align:center;
	width:100%;
	clear:both;
	display:inline-block;
	margin:20px 0;
}
.dividers_10 span{
	display: block;
	width: 50px;
	margin: -10px auto;
	background: #FFF;
	padding:0 12px;
	color:#7F7F7F;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	}

/*number_Animation*/
.number_Animation .number_Animation_bg{
	background-color: #EEEEEE;
	padding: 40px 0;
	}
.number_Animation {
	text-align:center;
}
.number_Animation .glyphicons {
	font-size: 48px;
	display: block;
	margin-bottom: 10px;
	}
.number_Animation .number {
	display: inline-block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.number_Animation .number_name{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	}
/*number_Animation2*/
.number_Animation2 .number_Animation_bg{
	padding:50px 0;
	}
.number_Animation2 {
	text-align:center;
}
.number_Animation2 .glyphicons {
	font-size:24px;
	width:78px;
	height:78px;
	line-height:78px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:inline-block;
	}
.number_Animation2 .number_Animation_right{
	display:inline-block;
	position: relative;
	top: 10px;
	left: 15px;
	}
.number_Animation2 .number {
	display:block;
	text-align:left;
	font-size: 36px;
	color: #333;
	font-weight: lighter;
	line-height:1;
}
.number_Animation2 .number_name{
	font-size: 15px;
	color: #666;
	font-weight: lighter;
	}

/* **********  accordion_1  ************** */
.accordion_1 .panel-default{
	background-color:#FFF;
	margin:0px!important;	
	border:none;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	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;
	margin:0px 0 5px 0;	
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_1 .panel-body{
	 border:none!important;
	 padding:15px 0 !important;
}
.accordion_1 .panel-title a {
	display:block;
	background-color: #f6f6f6;
	border: none;
	padding: 9px 0px 9px 50px;
	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_1 .panel-title a .accordion_icon{
	width: 38px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #FFF;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_1 .panel-title a.collapsed{
	color: #333;
}
.accordion_1 .panel-title a.collapsed .accordion_icon{
	background-color: #888;
	color: #fff;
}
.accordion_1 .panel-title a:hover{
	text-decoration:none;
}
.accordion_1 .panel-title a:hover .accordion_icon {
	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 .panel-default{
	background-color:#FFF;
	margin:0px!important;	
	border:none;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	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;
	margin:0px 0 5px 0;	
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
}
.accordion_2 .panel-body{
	 border:none!important;
	 padding:15px 0 !important;
}
.accordion_2 .panel-title a {
	display:block;
	border-bottom:1px solid #DADADA;
	padding: 8px 0px 9px 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_2 .panel-title a .accordion_icon{
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 8px;
	line-height:19px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align: center;
	color: #FFF;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_2 .panel-title a.collapsed{
	color: #333;
}
.accordion_2 .panel-title a.collapsed .accordion_icon{
	background-color: #888;
	color: #fff;
}
.accordion_2 .panel-title a:hover{
	text-decoration:none;
}
.accordion_2 .panel-title a:hover .accordion_icon {
	color: #FFF;
}
.accordion_2 .accordion_icon:before {
	content: "\002B";
	top: 50%;
	left:50%;
	margin: -10px 0 0 -8px;
	position: absolute;
}

.accordion_2 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:21px;
}
.accordion_2 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:26px;
}
/* **********  accordion_3  ************** */
.accordion_3 .panel-default{
	background-color:#FFF;	
	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_3 > .panel-default > .panel-heading{
	background-color:transparent;
	padding:0px;
	border:none!important;
	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;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	padding: 9px 0px 9px 20px;
	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_3 .panel-title a .accordion_icon{
	border-left:1px solid #ddd;	
	background-color:#fff;
	width: 38px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	color: #777777;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_3 .panel-title a.collapsed{
	color: #333;
	border:none;
}
.accordion_3 .panel-title a.collapsed .accordion_icon{
	background-color: #fff;
	color: #777777;
}
.accordion_3 .panel-title a:hover{
	text-decoration:none;
}
.accordion_3 .panel-title a:hover .accordion_icon {
	color: #777;
	background-color:#fff;
}
.accordion_3 .accordion_icon:before {
	content: "\002B";
	top: 50%;
	left:50%;
	margin: -10px 0 0 -8px;
	position: absolute;
}

.accordion_3 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:21px;
}
.accordion_3 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:26px;
}
/* **********  accordion_4  ************** */
.accordion_4 .panel-default{
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	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:#fff;
	display:block;
	padding: 9px 0px 9px 20px;
	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;
	color: #fff;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_4 .panel-title a.collapsed{
	color: #444;
	border:none;
	background-color:#fff;
}
.accordion_4 .panel-title a.collapsed .accordion_icon{
	color: #777777;
}
.accordion_4 .panel-title a:hover{
	text-decoration:none;
	color:#fff;
}
.accordion_4 .panel-title a:hover .accordion_icon {
	color: #fff;
}
.accordion_4 .accordion_icon:before {
	content: "\002B";
	top: 50%;
	left:50%;
	margin: -10px 0 0 -8px;
	position: absolute;
}

.accordion_4 .panel-title a .accordion_icon:before {
	content: "\2212";
	font-size:26px;
}
.accordion_4 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	font-size:26px;
}
/* **********  accordion_5  ************** */
.accordion_5 .panel-default{
	background-color:transparent;
	margin:0px!important;	
	border:none;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_5 > .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_5 .panel-body{
	 border:none!important;
	 padding:15px 0 !important;
}
.accordion_5 .panel-title a {
	color:#fff;
	display:block;
	background-image:url(images/accordion_5_bg.png);
	border: none;
	padding: 9px 0px 9px 50px;
	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_5 .panel-title a .accordion_icon{
	background-image:url(images/accordion_5_bg.png);
	width: 38px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #FFF;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_5 .panel-title a.collapsed{
	color: #333;
}
.accordion_5 .panel-title a.collapsed .accordion_icon{
	background-color: transparent;
	color: #fff;
}
.accordion_5 .panel-title a:hover{
	text-decoration:none;
}
.accordion_5 .panel-title a:hover .accordion_icon {
	color: #FFF;
}
.accordion_5 .accordion_icon:before {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0 0 -4px;
	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;
	
}

.accordion_5 .panel-title a .accordion_icon:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;

}
.accordion_5 .panel-title a.collapsed .accordion_icon:before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
/* **********  accordion_6  ************** */
.accordion_6 .panel-default{
	background-color: transparent;
	margin:0px!important;	
	border:none;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	box-shadow:			none;	
	-moz-box-shadow:	none; 	
	-webkit-box-shadow: none;
}
.accordion_6 > .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_6 .panel-body{
	 border:none!important;
	 padding:15px 0 !important;
}
.accordion_6 .panel-title a {
	display:block;
	border-bottom:1px solid #fff;
	padding: 8px 0px 9px 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_6 .panel-title a .accordion_icon{
	background-image:url(images/accordion_5_bg.png);
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 8px;
	line-height:19px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align: center;
	color: #FFF;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_6 .panel-title a.collapsed{
	color: #333;
}
.accordion_6 .panel-title a.collapsed .accordion_icon{
	background-color: transparent;
	color: #fff;
}
.accordion_6 .panel-title a:hover{
	text-decoration:none;
}
.accordion_6 .panel-title a:hover .accordion_icon {
	color: #FFF;
}
.accordion_6 .accordion_icon:before {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 0 0 -3px;
	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;
}

.accordion_6 .panel-title a .accordion_icon:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.accordion_6 .panel-title a.collapsed .accordion_icon:before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
/*quotes*/
.quotes_1 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 25px 10px 25px 70px;
	margin:0;
}
.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;
}
.quotes_1 blockquote small span{
	font-weight:normal;	
	}
.quotes_1 blockquote span.mark{
	font-size:100px;
	position:absolute;
	top:25px;
	left:20px;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#E0E0E0;
}
*+html .quotes_1 blockquote span.mark{
}


.quotes_2 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 0px 0px 25px 0px;
	margin:0;
	position:relative;
}
.quotes_2 blockquote p{
	text-indent:0px;
	position:relative;
	z-index:1;
	color:#666;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	background-color:#F2F2F2;
	padding: 25px 20px 25px 70px;
}
.quotes_2 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:20px 0 0;
	text-align:right;
}
.quotes_2 blockquote small span{
	font-weight:normal;	
	}
.quotes_2 blockquote span.mark{
	display: block;
	padding: 5px 7px 6px 8px;
	text-align: center;
	font-size: 60px;
	width: 35px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	line-height: 60px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 0px;
}
*+html .quotes_2 blockquote span.mark{
	text-indent:0;
}

.quotes_3 blockquote{
	border:none;
 	color:#777;
	text-indent:0px;
	padding:0 0 25px 0;
	margin:0;
}
.quotes_3 blockquote p{
	text-indent:0px;
	color:#777;
	padding:25px 35px;
	border:1px solid #DFDFDF;
	border-radius:5px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	font-size:13px;
}
.quotes_3 blockquote small{
	position:static;
	color:#333;
	padding:20px 0 0;
	text-align:left;
	font-weight:bold;
	font-style:normal;
}
.quotes_3 blockquote small span{
	font-weight:normal;	
	}
.quotes_3 blockquote span.mark{
	display:none;
}
*+html .quotes_3 blockquote span.mark{
}

.quotes_4 blockquote{
 	color:#777;
	border:none;
	text-indent:0px;
	padding:25px 30px;
	margin:0;
	text-align:center;
}
.quotes_4 blockquote p{
	color:#777;
	font-size:13px;
	font-style:normal;
	line-height:20px;
	margin-top: -80px;
	font-weight:normal;
}
.quotes_4 blockquote small{
	position:static;
	color:#333;
	padding:2px 0 0;
	font-weight:bold;
	font-style:normal;
}
.quotes_4 blockquote small span{
	font-weight:normal;	
	}
.quotes_4 blockquote span.mark{
	font-size:150px;
	color:#e0e0e0;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-style: normal;
}
*+html .quotes_4 blockquote span.mark{
}


.quotes_5 blockquote{
	border:none;
	color:#666;
	text-indent:0px;
	padding: 0px 0px 25px 0px;
	margin:0;
	position:relative;
}
.quotes_5 blockquote p{
	text-indent:0px;
	position:relative;
	z-index:1;
	color:#fff;
	font-size:13px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	padding: 25px 30px;
}
.quotes_5 blockquote small{
	position:static;
	color:#333;
	font-weight:bold;
	font-style:normal;
	padding:20px 0 0;
	text-align:right;
}
.quotes_5 blockquote small span{
	font-weight:normal;	
	}
.quotes_5 blockquote span.mark{
	display:none;
}
*+html .quotes_5 blockquote span.mark{
	text-indent:0;
}



/*dropcaps*/
.dropcaps_1 {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size:45px;
}
.dropcaps_2 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.dropcaps_3 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
}
.dropcaps_4 {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size:45px;
	color:#333;
}
.dropcaps_5 {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin:10px 8px 5px 0px;
	background-color:#333333;
}

.dropcaps_6 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
	background:#333333;
}
.source_code pre,
.source_code .source_box {
    display: none;
}
.source_code .source_box pre {
	display: block;
}

/* ********** BUTTON ************** */	
a.Button_default {
	padding:12px 30px;
	margin:5px;
	position:relative;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	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? */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff !important;
	border: 3px double #fff;
}
*+html a.Button_default {
	display:inline;
}
a.Button_default:hover {
	text-decoration:none;
	background-color:#AFAFAF;
}





a.Buttom_green {
	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.Buttom_green{
	display:inline;
}

a.Buttom_green:hover {
	text-decoration:none;
	background:#555555;
}
a.Buttom_green2{
	padding:8px 15px;
}
a.Buttom_green2 span.glyphicons {
	font-size:24px;
	vertical-align:middle;
	margin-bottom:2px;
}
a.Buttom_white {
	padding:10px 20px;
	margin:0px 10px;
	position:relative;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
	background:#ffffff;
	border:1px solid #d9d9d9;
	color:#666666 !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.Buttom_white{
	display:inline;
}

a.Buttom_white:hover {
	text-decoration:none;
	color:#FFF !important ;
}

a.abtn.btn_white{
	border-color:#fff;
}
*+html a.abtn.btn_white{
	background-color:transparent;
}
a.abtn.btn_white:hover{
	color:#fff !important;
}
a.abtn.btn_white:after{
	right:100%;
}
a.abtn.btn_white:hover:after{
	right:2px;
}


a.Buttom_animation,
a.Buttom_animation:link,
a.Buttom_animation:active,
a.Buttom_animation:visited{
	display:inline-block;
	font-size:14px;
	line-height:23px;
	padding:12px 40px;
	text-decoration:none !important;
	position:relative;
	z-index:1;
	color:#fff;
	border:1px solid #FFF;
	border-radius:3px;
	margin-bottom: 10px;
	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? */
}
*+html a.Buttom_animation{
	display:inline;
}
a.Buttom_animation:hover {
	border:1px solid #24bb9c;
	color:#FFF;
}

a.Buttom_animation:after{
	position:absolute;
	left:2px;
	right:100%;
	top:2px;
	bottom:2px;
	content:"";
	z-index:-1;
	border-radius:3px;
	background-color:#24bb9c;
	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? */
}
a.Buttom_animation:hover:after{
	color:#FFF;
	right:2px;
}

 
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;
	text-shadow: 1px 1px 1px #333;
	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;
}
*+html a.Button_lightbox {
	display:inline;
}
a.Button_lightbox:hover {
	text-decoration: none;
	background: #555555;
	color: #FFFFFF !important;
}






/* horizontalTab_Top_1*/
.horizontalTab_Top_1 {
	padding-bottom:15px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li {
	margin-right:10px;
	border:1px solid #ebebeb;
	border-bottom:none;
	padding-top:1px;
}

.horizontalTab_Top_1 ul.resp-tabs-list li span{
	padding:10px 22px ;
	font-size:14px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	padding-top:0px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span{
	background-color:transparent;
	}
.horizontalTab_Top_1 .resp-tabs-container{
	border:1px solid #e8e8e8;
	}
/* horizontalTab_Top_2*/
.horizontalTab_Top_2 {
	padding-bottom:15px;
}
.horizontalTab_Top_2 ul.resp-tabs-list{
	background-color:#ECECEC;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:first-child{
	border-left:none;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li {
	border:none;
	border-bottom:none;
}
.horizontalTab_Top_2 ul.resp-tabs-list li:hover{
	background:none; 
	}
.horizontalTab_Top_2 ul.resp-tabs-list li:hover span{
	}
.horizontalTab_Top_2 ul.resp-tabs-list li span{
	padding:10px 42px ;
	font-size:14px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-width: 7px 7px 7px 7px;
	border-style: solid solid solid solid;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	bottom: -14px;
	left: 43%;
	}
.horizontalTab_Top_2 ul.resp-tabs-list li em,
.horizontalTab_Top_2 ul.resp-tabs-list li i,
.horizontalTab_Top_2 h2.resp-accordion span em,
.horizontalTab_Top_2 h2.resp-accordion span i{
	padding-right:5px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span{
	color:#FFF!important;
}
.horizontalTab_Top_2 .resp-tabs-container{
	border:1px solid #e8e8e8;
	}
/* horizontalTab_Top_3*/
.horizontalTab_Top_3 {
	padding-bottom:15px;
}
.horizontalTab_Top_3 ul.resp-tabs-list li{
	margin:0 5px 0 0;
	border:1px solid #606060;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li:first-child{
	border-left:1px solid #606060;
	}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:first-child{
	}
.horizontalTab_Top_3 ul.resp-tabs-list li span{
	padding:10px 22px ;
	font-size:14px;
	color:#FFF;
	background-color:#606060;
}
.horizontalTab_Top_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span{
	color:#fff !important;
	}
.horizontalTab_Top_3 .resp-tabs-container{
	background-color:#f2f2f2;
	border:none;
	}
.horizontalTab_Top_3 .resp-tab-content .resp_margin{
	margin:0;
	padding:15px;
	}
/*horizontalTab_Top_4*/
.horizontalTab_Top_4 {
	padding-bottom:15px;
}
.horizontalTab_Top_4 ul.resp-tabs-list li{
	border:none;
	top:11px;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active{
	top:0px;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:first-child{
	border-left:1px solid #606060;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active:first-child{
	}
.horizontalTab_Top_4 ul.resp-tabs-list li span{
	color:#fff;
	background-color:#606060;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li:hover span{
	color:#fff;
	}
.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span{
	color:#fff;
	padding:14px 29px;
	}
.horizontalTab_Top_4 .resp-tabs-container{
	}
/*horizontalTab_Top_5*/
.horizontalTab_Top_5 {
	
}
.horizontalTab_Top_5 ul.resp-tabs-list li{
	border:1px solid #DADADA;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 0 0 5px;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li:hover{
	background-color: transparent;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active{
	}
.horizontalTab_Top_5 ul.resp-tabs-list li:first-child{
	margin:0 0 0 0px;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active:first-child{
	
	}
.horizontalTab_Top_5 ul.resp-tabs-list li span{
	color:#333;
	padding:4px 16px;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li:hover span{
	background-color: transparent;
	}
.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active span{
	background-color: transparent;
	}
.horizontalTab_Top_5 .resp-tabs-container{
	border:none;
	padding:20px 0 0 0;
	}	
.horizontalTab_Top_5 .resp-tab-content .resp_margin{
	margin:0;
	}
.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main{
	border-bottom:1px solid #E6E6E6;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	}	
.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main .resp_top{
	}	
.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main .resp_top span.dropcaps_2{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	margin: 10px 15px 5px 0px;
	}
.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main .resp_top p{
	margin:10px 0;
	font-size:14px;
	}
	
.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main .resp_top .resp_line{
	width: 50px;
	height: 1px;
	display: block;
	margin: 0 0 0 55px;	
	}	
.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main .resp_con{}
.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main .resp_con span.dropcaps_7{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	margin: 10px 15px 5px 0px;
	background-color:#E1E1E1;
	color:#555555;
	text-align:center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	}	
.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main .resp_con p{
	font-size:13px;
	color:#666;
	margin:10px 0;
	}	
/* horizontalTab_Top_6*/
.horizontalTab_Top_6 {
	padding-bottom:15px;
}
.horizontalTab_Top_6 ul.resp-tabs-list{
	}
.horizontalTab_Top_6 ul.resp-tabs-list li:first-child{
	
	}
.horizontalTab_Top_6 ul.resp-tabs-list li {
	border: 1px solid #e0e0e0;
	border-left: none;
	width:33.333333%;
	text-align:center;
}
.horizontalTab_Top_6 ul.resp-tabs-list li:hover{
	
	}
.horizontalTab_Top_6 ul.resp-tabs-list li:hover span{
	background-color:#F5F5F5;
	}
.horizontalTab_Top_6 ul.resp-tabs-list li span{
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	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? */
}
.horizontalTab_Top_6 ul.resp-tabs-list li.resp-tab-active span:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-width: 7px 7px 7px 7px;
	border-style: solid solid solid solid;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	bottom: -14px;
	left: 50%;
	margin-left:-4px;
	}
.horizontalTab_Top_6 ul.resp-tabs-list li em,
.horizontalTab_Top_6 ul.resp-tabs-list li i,
.horizontalTab_Top_6 h2.resp-accordion span em,
.horizontalTab_Top_6 h2.resp-accordion span i{
	padding-right:5px;
}
.horizontalTab_Top_6 ul.resp-tabs-list li.resp-tab-active span{
	color:#FFF!important;
}
.horizontalTab_Top_6 .resp-tabs-container{
	border:none;
	margin:30px 0 0 0;
	}
.horizontalTab_Top_6 .resp-tab-content .resp_margin{
	margin:0;
	}

	
	
	
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.horizontalTab_Top_5 .resp-tab-content .resp_margin{
		padding:0 5px;
	}
	.horizontalTab_Top_5 .resp-tabs-container{
		border-bottom:1px solid #E6E6E6;
	}
}
	
	
	
/* 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:12px 47px !important;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:none!important;
}
.verticalTab_Left_1 ul.resp-tabs-list li{
	border-right:none;
	background:#FFF!important;
	padding-left:1px;
}
.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;
}
.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;
	}
.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{
	border-bottom:1px solid #ebebeb;
	}
/* verticalTab_Left_2*/
.verticalTab_Left_2 {
	padding-bottom:15px;
}
.verticalTab_Left_2 .resp-tab-content{
	border:none;
}
.verticalTab_Left_2 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_2 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border-radius:5px;
	text-align:center;
	padding-right:15px;
}
.verticalTab_Left_2 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	background:#fff!important;
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
	border-radius:5px;
}
.verticalTab_Left_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Left_2 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_2 ul.resp-tabs-list li em,
.verticalTab_Left_2 ul.resp-tabs-list li i,
.verticalTab_Left_2 h2.resp-accordion span em,
.verticalTab_Left_2 h2.resp-accordion span i{
	padding-right:5px;
}

/* verticalTab_Left_3*/
.verticalTab_Left_3 {
	padding-bottom:15px;
}
.verticalTab_Left_3 .resp-tab-content{
	border:none;
}
.verticalTab_Left_3 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_3 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
	color:#FFF;
}
.verticalTab_Left_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#FFF!important;
	text-align:center;
	padding-right:15px;
}
.verticalTab_Left_3 ul.resp-tabs-list li{
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
	padding-top:1px;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border:1px solid #ebebeb;
	padding-top:px;
}
.verticalTab_Left_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Left_3 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_3 ul.resp-tabs-list li em,
.verticalTab_Left_3 ul.resp-tabs-list li i,
.verticalTab_Left_3 h2.resp-accordion span em,
.verticalTab_Left_3 h2.resp-accordion span i{
	padding-right:5px;
}
/* verticalTab_Left_4*/
.verticalTab_Left_4 {
	padding-bottom:15px;
}
.verticalTab_Left_4 ul.resp-tabs-list{
	background:url(images/tab-left-active-bg3.png) repeat-y right top;
	}
.verticalTab_Left_4 ul.resp-tabs-list li span {
	padding: 8px 40px !important;
	width: 157px;
	margin: 0 -16px 0 0;
	}
.verticalTab_Left_4 ul.resp-tabs-list li.resp-tab-active span{
	background-image: url(images/tab-left-active-bg2.png);
	}
.verticalTab_Left_4 ul.resp-tabs-list li span em.glyphicons {
	font-size: 15px;
	top: 3px;
	right: 15px;
	}






/* 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;
}
.verticalTab_Right_1 ul.resp-tabs-list li{

	border-left:none;
	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;

}
.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;
	}
.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{
	border-bottom:1px solid #ebebeb;
	}
/* verticalTab_Right_2*/ 
.verticalTab_Right_2 {
	padding-bottom:15px;
}
.verticalTab_Right_2 .resp-tab-content{
	border:none;
}
.verticalTab_Right_2 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_2 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	text-align:center;
	padding:10px 15px!important;
}
.verticalTab_Right_2 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	background:#fff!important;
	margin-bottom:12px;
	margin-left:10px;
	text-align:center;
	border-radius:5px;
}
.verticalTab_Right_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Right_2 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_2 ul.resp-tabs-list li em,
.verticalTab_Right_2 ul.resp-tabs-list li i,
.verticalTab_Right_2 h2.resp-accordion span em,
.verticalTab_Right_2 h2.resp-accordion span i{
	padding-right:5px;
}

/* verticalTab_Right_3*/
.verticalTab_Right_3 {
	padding-bottom:15px;
}
.verticalTab_Right_3 .resp-tab-content{
	border:none;
}
.verticalTab_Right_3 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_3 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
	color:#FFF;
}
.verticalTab_Right_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#FFF!important;
	text-align:center;
	padding:10px 15px!important;
}
.verticalTab_Right_3 ul.resp-tabs-list li{
	margin-bottom:12px;
	margin-left:10px;
	text-align:center;
	padding-top:1px;
}
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border:1px solid #ebebeb;
}
.verticalTab_Right_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Right_3 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_3 ul.resp-tabs-list li em,
.verticalTab_Right_3 ul.resp-tabs-list li i,
.verticalTab_Right_3 h2.resp-accordion span em,
.verticalTab_Right_3 h2.resp-accordion span i{
	padding-right:5px;
}
/* verticalTab_Right_4*/
.verticalTab_Right_4 {
	padding-bottom:15px;
}
.verticalTab_Right_4 ul.resp-tabs-list{
	background:url(images/tab-right-active-bg3.png) repeat-y left top;
	}
.verticalTab_Right_4 ul.resp-tabs-list li span {
	padding: 8px 40px 8px 56px;
	margin-left: -16px;
	}
.verticalTab_Right_4 ul.resp-tabs-list li.resp-tab-active span{
	background-image: url(images/tab-right-active-bg2.png);
	}
.verticalTab_Right.verticalTab_Right_4.resp-vtabs > ul.resp-tabs-list > li.resp-tab-item.resp-tab-active > span{
	padding-left:56px !important;
	}
.verticalTab_Right_4 ul.resp-tabs-list li span em.glyphicons {
	font-size: 15px;
	top: 3px;
	right: 15px;
	}

 @media only screen and (max-width: 767px) {
	.verticalTab_Left_1 .resp_container .resp_margin,
	.verticalTab_Left_2 .resp_container .resp_margin,
	.verticalTab_Left_3 .resp_container .resp_margin,
	.verticalTab_Left_4 .resp_container .resp_margin,
	.verticalTab_Right_1 .resp_container .resp_margin,
	.verticalTab_Right_2 .resp_container .resp_margin,
	.verticalTab_Right_3 .resp_container .resp_margin,
	.verticalTab_Right_4 .resp_container .resp_margin{
		border-bottom:none;
	}
	.horizontalTab_Top_1 .resp-tabs-container, 
	.horizontalTab_Top_2 .resp-tabs-container, 
	.horizontalTab_Top_6 .resp-tabs-container{
		border-left:none;
		border-right:none;
		border-top:none;
		}
	.horizontalTab_Top_6 .resp-tabs-container{
		border-bottom:1px solid #e1e1e1;
		margin:0;
		}
	.horizontalTab_Top_3 .resp-tabs-container{
		border-bottom:1px solid #e1e1e1;
		}
	.horizontalTab_Top_4 h2.resp-accordion, 
	.horizontalTab_Top_4 .resp-tab-content{
		border:none;
		}
	.verticalTab_Left_1 .resp_container .resp_margin{
		border:1px solid #ebebeb;
		border-bottom:none;
		}
	.verticalTab_Right_1 .resp-tab-content{
		border-left:1px solid #ebebeb;
		}
	.verticalTab_Left_1 .resp-tabs-container h2.resp-accordion span em.glyphicons,
	.verticalTab_Left_4 .resp-tabs-container h2.resp-accordion span em.glyphicons,
	.verticalTab_Right_1 .resp-tabs-container h2.resp-accordion span em.glyphicons,
	.verticalTab_Right_4 .resp-tabs-container h2.resp-accordion span em.glyphicons{
		padding-right:20px;
		}
	
	.horizontalTab_Top_5 .resp-tabs-container{
		border-bottom:1px solid #e1e1e1;;
		}
	.horizontalTab_Top_5 .resp-tab-content .resp_margin .resp_main{
		margin:0;
		padding:0;
		border-bottom:none;
		}
	.horizontalTab_Top_5 .resp-tab-content .resp_margin{
		margin:0 10px;
		}
		
}


 .DNNModuleContent blockquote small{ background:none !important;}
 
 
 /*Link_List*/
.Link_List {
	margin:0px;
	padding:0px;
}
.Link_List li {
	list-style:none;
	padding:10px 0px;
	display:inline-block;
	width:50%;
	margin:0 -3px;
	vertical-align:top;
	position:relative;
}
*+html .Link_List li {
	display:inline;
}
.Link_List li span.Icon {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	top:13px;
	left:0px;
	font-size:14px;
}
.Link_List li p {
	padding:0px 10px 0px 40px !important;
	display:block;
	margin:0px !important;
}
.Link_List li p a {
	font-size:14px;
}
.headline_box {
	position:relative;
	padding:0px 250px 0px 140px;
}
.headline_left {
	position:absolute;
	left:0px;
	top:0px;
	width:135px;
	background:url(images/line.png) no-repeat right center;
	height:100%;
	min-height:94px;
	line-height:94px;
}
.headline_left {
	font-size:60px;
	font-weight:bold;
}
.headline_center {
	padding:15px;
}
.headline_center h3 {
	font-size:20px;
	padding-bottom:10px;
}
.headline_right {
	position:absolute;
	right:0px;
	top:0px;
	width:250px;
	text-align:right;
}
.headline_right .Button_default {
	margin-top:25px;
}

.link_list2 {
	margin:0px;
	padding:0px;
}
.link_list2 li {
	display:inline-block;
	list-style:none;
	margin-left:-3px;
	width:20%;
	text-align:center;
	vertical-align:middle;
}
*+html .link_list2 li{
	display:inline
}

 
/*loaded_list*/
.loaded_list p{
	color:#333;
	}
.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;
}
.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;
}


.news_list .post_categories a:hover{ background:none }

/*loaded_list2*/
.loaded_list2_h3{
	text-align:center;
	padding:10px 0;
	}
.loaded_list2 p{
	color:#333;
	}
.loaded_list2 .progress .bar{
	position:relative;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	height:28px;
	line-height:28px;
	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;
}
.loaded_list2 .progress{
	overflow:visible;
	height:28px;
	line-height:28px;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	background-color:#EEEEEE;
	box-shadow:none;
}
.loaded_list2 .bar span {
	color:#fff;
}
.loaded_list2 .bar span:before{
   
}


/*loaded_list3*/
.loaded_list3 p{
	color:#333;
	}
.loaded_list3 .progress .bar{
	position:relative;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	height:5px;
	line-height:5px;
	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-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.loaded_list3 .progress{
	overflow:visible;
	height:5px;
	line-height:5px;
	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
	background-color:#EEEEEE;
	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);
	margin-bottom:25px;
}
.loaded_list3 .bar span {
	position:absolute;
	right:-10px;
	bottom:100%;
	color:#fff;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	padding:5px!important;
	line-height:normal!important;
	font-size:12px!important;
	text-indent:0;
	margin-bottom:17px;
	display:none;
}
.loaded_list3 .bar span:before{
    border:5px solid transparent;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0!important;
	margin-left:-5px;
}
.loaded_list3 .bar span:after{
	content: "";
	width:18px;
	height:18px;
	position:absolute;
	left:28%;
	top: 100%;
	margin: 10px 0 0 0;
	background-color:#fff;
	border:1px solid #eee;
	border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4);
	}
/*loaded_list2*/
.loaded_list4{
	background:url(images/loaded_list4_bg.png) repeat-x left bottom;
	}
.loaded_list4 p{
	color: #333;
	text-align: left;
	position: absolute;
	bottom: 36px;
	left: 100%;
	padding: 0 0 0 17px;
	width: 200px;
	margin: 0;
	font-size: 14px;
	}
.loaded_list4 .progress .bar{
	position:absolute;
	bottom:0px;
	left:0px;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	height:0px;
	line-height:28px;
	width:32px;
	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;
	
}
.loaded_list4 .progress{
	overflow:visible;
	width:32px;
	height:200px;
	position:relative;
	line-height:28px;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	background-color:#EEEEEE;
	box-shadow:none;
}
.loaded_list4 .bar span {
	font-size:60px;
	position: absolute;
	left: 100%;
	bottom:80px;
	padding: 0;
}
.loaded_list4 .bar span:before{
   
}	
	
	
	
	
/*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"].Violet               { background-color: #6f0080 }
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"].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;
}



/*SectionStyles1*/
.SectionStyles1{
	text-align:left;
	padding:70px 0;	
	}
.SectionStyles1 h3{
	font-size:16px;
	color:#333;
	font-weight:bold;
	}
.SectionStyles1 p{
	font-size:13px;
	color:#666;
	margin:0;
	}
/*SectionStyles2*/
.SectionStyles2{
	text-align:center;
	background-color:#4b1e21;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	padding:70px 0;	
	}
.SectionStyles2 h3{
	font-size:30px;
	color:#333;
	font-weight:bold;
	margin:0 0 20px 0;
	}
.SectionStyles2 p{
	font-size:20px;
	color:#666;
	margin:0;
	}
/*SectionStyles3*/
.SectionStyles3{
	text-align:center;
	position:relative;
	}
.SectionStyles3_bg{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-image:url(images/SectionStyles3_bg.jpg);
	background-repeat:no-repeat;
	min-height:257px;
	}
.SectionStyles3_col{
	filter:alpha(opacity=80);
	opacity:0.8;
	min-height:257px;
	}
.SectionStyles3_con{
	position:relative;
	padding: 76px 0;
	}
.SectionStyles3 .SectionStyles3_con h3{
	font-size:30px;
	color:#fff;
	font-weight:bold;
	margin:0 0 20px 0;
	}
.SectionStyles3 .SectionStyles3_con p{
	font-size:20px;
	color:#fff;
	margin:0;
	}
/*SectionStyles4*/
.SectionStyles4{
	text-align:center;
	background-image:url(images/SectionStyles4_bg.jpg);
	background-repeat:repeat-x;
	background-position:left centet;
	padding:70px 0;	
	}
.SectionStyles4 h3{
	font-size:30px;
	color:#fff;
	font-weight:bold;
	margin:0 0 20px 0;
	}
.SectionStyles4 p{
	font-size:20px;
	color:#fff;
	margin:0;
	}
/*SectionStyles5*/
.SectionStyles5{
	background-image:url(images/SectionStyles5_bg.jpg);
	}
.SectionStyles5_bg{
	text-align:center;
	background-image:url(images/SectionStyles5_bg2.png);
	background-repeat:repeat;
	padding:70px 0;	
	}
.SectionStyles5 h3{
	font-size:30px;
	color:#fff;
	font-weight:bold;
	margin:0 0 20px 0;
	}
.SectionStyles5 p{
	font-size:20px;
	color:#fff;
	margin:0;
	}
/*SectionStyles6*/
.SectionStyles6{
	text-align:center;
	background-image:url(images/SectionStyles6_bg.jpg);
	padding:70px 0;	
	}
.SectionStyles6 h3{
	font-size:30px;
	color:#fff;
	font-weight:bold;
	margin:0 0 20px 0;
	}
.SectionStyles6 p{
	font-size:20px;
	color:#fff;
	margin:0;
	}
/*SectionStyles7*/
.SectionStyles7{
	text-align:center;
	
	}
.SectionStyles7 h3{
	font-size:26px;
	color:#333;
	font-weight:bold;
	margin:0 0 20px 0;
	}
.SectionStyles7 p{
	font-size:16px;
	color:#666;
	padding:0 50px;
	}
/*SectionStyles8*/
.SectionStyles8{
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	background-color:#F9F9F9;
	padding:45px 0 0 0;
	}
.SectionStyles8_a{
	text-align:center;
	
	}
.SectionStyles8_a h3{
	font-size:16px;
	color:#333;
	font-weight:bold;	
	}
.SectionStyles8_a p{
	font-size:13px;
	color:#666;
	margin:0;
	padding:0 50px;
	}
.SectionStyles8_b{
	padding-top:5px;
	position:relative;
	}
.SectionStyles8_b1{
	position: relative;
	width: 100%;
	text-align:center;
	animation:mymove2 1s ease 0 1;
	-moz-animation:mymove2 1s ease 0 1; /* Firefox */
	-webkit-animation:mymove2 1s ease 0 1; /* Safari and Chrome */
	-o-animation:mymove2 1s ease 0 1; /* Opera */
	
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: 	all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	}
.SectionStyles8_b1 img{
	max-width:100%;
	}
.SectionStyles8_b2{
	position: absolute;
	text-align:left;
	left: 12%;
	bottom: 0;
	z-index: 1;
	animation:mymove3 1s ease 0 1;
	-moz-animation:mymove3 1s ease 0 1; /* Firefox */
	-webkit-animation:mymove3 1s ease 0 1; /* Safari and Chrome */
	-o-animation:mymove3 1s ease 0 1; /* Opera */
	
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: 	all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	}
.SectionStyles8_b2 img{
	max-width:100%;
	}
.SectionStyles8_b3{
	position: absolute;
	text-align:left;
	z-index: 1;
	left: 67%;
	text-align: left;
	bottom: 0px;
	max-width: 100%;
	animation:mymove4 1s ease 0 1;
	-moz-animation:mymove4 1s ease 0 1; /* Firefox */
	-webkit-animation:mymove4 1s ease 0 1; /* Safari and Chrome */
	-o-animation:mymove4 1s ease 0 1; /* Opera */
	
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: 	all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	}
.SectionStyles8_b3 img{
	max-width:100%;
	}
/*SectionStyles9*/
.SectionStyles9{
	padding:45px 0;
	text-align:center;
	}
.SectionStyles9 h3{
	font-size:16px;
	color:#333;
	font-weight:bold;	
	}
.SectionStyles9 p{
	font-size:13px;
	color:#666;
	margin:0;
	padding:0 50px;
	}
/*SectionStyles9*/
.SectionStyles10{
	padding:86px 0;
	text-align:left;
	background-image: url(images/SectionStyles6_bg.jpg);
	}
.SectionStyles10 h4{
	font-size:26px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;	
	}
.SectionStyles10 h4 span{
	}
.SectionStyles10 p{
	font-size:13px;
	color:#fff;
	margin:0;
	padding:0;
	}
.SectionStyles10 .Button_SectionStyles10main{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	position: relative;
	top: 16px;
	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? */
	}
.SectionStyles10 a.Button_SectionStyles10{
	padding: 12px 64px;
	margin: 1px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff !important;
	text-decoration:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	}
.SectionStyles10 .Button_SectionStyles10main:hover{
	border:1px solid #afafaf;
	}
.SectionStyles10 a.Button_SectionStyles10:hover{
	background-color:#afafaf;
	}
.SectionStyles11{
	background-color:#F0F0F0;
	text-align:center;	
	}
/*Clients*/
.Clients [class*="col"],
.Clients2 [class*="col"],
.Clients3 [class*="col"]{
	padding-left:0px;
	padding-right:0px;
	}
.Clients .col-md-3 .Clients_border{
	text-align:center;
	line-height:93px;
	border-left:1px solid #E6E6E6;
	}

.Clients2 .col-md-3 .Clients_line{
	height:1px;
	border-top:1px solid #E6E6E6;
	margin:15px;
	}
.Clients3 .col-md-3 .Clients_border{
	text-align:center;
	line-height:93px;
	border-left:1px solid #E6E6E6;
	}
.Clients .col-md-3:first-child .Clients_border,
.Clients3 .col-md-3:first-child .Clients_border{
	border-left:none;
	}
.Clients_border2{
	display:none;
	}
/*Services1*/
.Services1{
	margin:20px 0;
	}
.Services1 .glyphicons{
	font-size:24px;
	margin-right:20px;top:5px;
	}
.Services1 .Services_countent,
.Services1 .Services_link{
	margin-left:43px;
	}
.Sec{
	background-color:#f9f9f9;
	border-top:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	padding:40px 0;
	margin-bottom:50px;
	position:relative;
	}
.Sec img{
	max-width:100%;
	}
.Sec .secright{
	margin-left:40px;
	}
.Sec .secright h3{
	font-size:15px;
	color:#333;
	}
.Sec .secright .secright_box{
	margin:30px 0;
	}
.secright_box1,
.secright_box2,
.secright_box3{
	display:inline-block;
	margin-bottom:10px;
	}
.Sec .secright .secright_box .secright_icon{
	display:inline-block;
	width:80px;
	height:80px;
	color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	line-height: 15px;
	padding: 25px 0;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	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? */
	
	}
.Sec .secright .secright_box .secright_icon:hover{
	background-color:#525252;
	}
.Sec .secright .secright_box .secright_icon.secright_last{
	padding:0;
	line-height:80px;
	}
.Sec .secright .secright_box .glyphicons{
	font-size:16px;
	margin:0 20px;	
	}

.Sec .secright a.Button_default.secrighta{
	margin:20px 0 0 0;
	}
ul.horizontalTab_Top_4ula{
	display:inline-block;
	list-style-type:none;
	margin: 0 30px 0 0;
	padding:0;
	}
ul.horizontalTab_Top_4ula li{
	list-style-type:none;
	line-height:28px;
	}
ul.horizontalTab_Top_4ula li span.glyphicons{
	font-size:15px;
	top: 3px;
	margin-right: 15px;
	}
/*our_team*/
.our_team{
	margin:20px 0 0 0;
	}
.our_team .team_list{
	border:none;
	}
.our_team .team_list .team_person .team_img img{
	max-width:100%;
	}
.our_team .team_list .team_person{
	position:relative;
	
	}
.our_team .team_list:hover .team_person .team_box{
	filter:alpha(opacity=80);
	opacity:0.8;
	
	}
.our_team .team_list .team_person .team_box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=0);
	opacity:0;
	transition: 		all ease 200ms;
	-moz-transition: 	all ease 200ms; /* Firefox 4 */
	-webkit-transition:     all ease 200ms; /* Safari and Chrome */
	-o-transition: 		all ease 200ms; /* Opera */
	-ms-transition: 	all ease 200ms; /* IE9? */
	
	}
.our_team .team_list .team_person .team_box .team_boxa{
	text-align:center;
	margin-top:80px;
	
	}
.our_team .team_list .team_person .team_box .team_boxa a{
	font-size:14px;
	color:#fff;
	border:1px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:8px 21px;
	text-decoration:none;	
	display:inline-block;
	}
.our_team .team_list .team_person .team_box .team_social{
	text-align:center;
	margin-top:20px;
	}
.our_team .team_list .team_person .team_box .team_social a{
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	margin:0 3px;
	display: inline-block;
	border-radius: 50%;
	transition: 		all ease 200ms;
	-moz-transition: 	all ease 200ms; /* Firefox 4 */
	-webkit-transition:     all ease 200ms; /* Safari and Chrome */
	-o-transition: 		all ease 200ms; /* Opera */
	-ms-transition: 	all ease 200ms; /* IE9? */
	}
.our_team .team_list .team_person .team_box .team_social a span.social{
	background-color: #fff;
	font-size: 17px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: 		all ease 200ms;
	-moz-transition: 	all ease 200ms; /* Firefox 4 */
	-webkit-transition:     all ease 200ms; /* Safari and Chrome */
	-o-transition: 		all ease 200ms; /* Opera */
	-ms-transition: 	all ease 200ms; /* IE9? */
	}
.our_team .team_list .team_person .team_box .team_social a:hover{
	background-color: #fff;
	}
.our_team .team_list .team_person .team_box .team_social a:hover span.social{
	color: #fff;
	}
.our_team .team_list .team_content .team_title{
	font-size:13px;
	font-weight:bold;
	color:#333;
	padding:10px 0;
	}
.our_team .team_list .team_content .team_title .team_titleline{
	width:44px;
	height:1px;
	display:block;
	margin:5px 0;
	}
.our_team .team_list .team_content .team_title span{
	font-weight:normal;
	color:#666;
	display:block;
	}	
/*Team Details*/
.Team_Details{
	margin:40px 0 0 0;
	}
.Team_Details .Team_Details_left{
	}
.Team_Details .Team_Details_left img{
	max-width:100%;
	}
.Team_Details .Team_Details_right{
	}
.Team_Details .Team_Details_right h3{
	font-size:16px;
	color:#333;
	margin:0px;
	}
.Team_Details .Team_Details_right .Detailsline{
	width:44px;
	height:1px;
	display:block;
	margin:10px 0;
	}
.Team_Details .Team_Details_right p{
	margin:0;
	}	
.Team_Details .Team_Details_right .Detailsline2{
	width:100%;
	height:1px;
	background-color:#DADADA;
	display:block;
	margin:10px 0;
	}	
.Team_Details .Team_Details_right ul{
	margin-top:20px;
	}
.Team_Details .Team_Details_right a{
	text-align:center;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	margin:10px 5px 10px 0;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: 		all ease 200ms;
	-moz-transition: 	all ease 200ms; /* Firefox 4 */
	-webkit-transition:     all ease 200ms; /* Safari and Chrome */
	-o-transition: 		all ease 200ms; /* Opera */
	-ms-transition: 	all ease 200ms; /* IE9? */
	}
.Team_Details .Team_Details_right a span.social{
	background-color: #fff;
	font-size: 17px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: 		all ease 200ms;
	-moz-transition: 	all ease 200ms; /* Firefox 4 */
	-webkit-transition:     all ease 200ms; /* Safari and Chrome */
	-o-transition: 		all ease 200ms; /* Opera */
	-ms-transition: 	all ease 200ms; /* IE9? */
	}
.Team_Details .Team_Details_right a:hover{
	background-color: #fff;
	}
.Team_Details .Team_Details_right a:hover span.social{
	color: #fff;
	}
/*Time Line*/
.Time_Line{
	position:relative;
	z-index:1;
	margin:30px 0;
	}
.Time_Line .Time_Line_top{
	text-align:center;
	display:block;
	margin:15px 0;
	}
.Time_Line .Time_Line_top .Time_Line_top_time{
	display:inline-block;
	background-color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	line-height:80px;
	font-size:16px;
	width:80px;
	height:80px;
	}
.Time_Line .Time_Line_top .Time_Line_top_time span.glyphicons{
	font-size:18px;
	
	}
.Time_Line .Time_Line_left{
	width:50%;
	float:left;
	margin:15px 0;
	}
.Time_Line .Time_Line_left .Time_Line_leftmain{
	margin:0 60px 0 0;
	padding:27px 28px;
	border:1px solid #E5E4E4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:right;
	position:relative;
	}
.Time_Line .Time_Line_left .Time_Line_leftmain h3{
	font-size:15px;
	}	
.Time_Line .Time_Line_left .Time_Line_leftmain a{
	text-decoration:none;
	}	
.Time_Line .Time_Line_left .Time_Line_leftmain .dot{
	position:absolute;
	top:15%;
	left:100%;
	white-space:nowrap;
	margin:0 0 0 51px;
	}	
.Time_Line .Time_Line_left .Time_Line_leftmain .dot:before{
	content:"";
	width:20px;
	height:20px;
	display:inline-block;
	padding:1px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-width:5px;
	border-color:#fff;
	border-style:double;
	position: relative;
	top: 5px;
	margin:0 5px 0 0;
	}
.Time_Line .Time_Line_left .Time_Line_leftmain .triangle{
	position:absolute;
	top:20%;
	left:100%;
	width:12px;
	height:12px;
	border-top:1px solid #e5e4e4;
	border-right:1px solid #e5e4e4;
	background-color:#fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	margin:0 0 0 -5px;
	}	
	
.Time_Line .Time_Line_right{
	width:50%;
	float:right;
	margin:15px 0;
	}
.Time_Line .Time_Line_right .Time_Line_rightmain{
	margin:0 0 0 60px;
	padding:27px 28px;
	border:1px solid #E5E4E4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	}	
.Time_Line .Time_Line_right .Time_Line_rightmain h3{
	font-size:15px;
	}	
.Time_Line .Time_Line_right .Time_Line_rightmain a{
	text-decoration:none;
	}	
.Time_Line .Time_Line_right .Time_Line_rightmain .dot{
	position:absolute;
	top:15%;
	right:100%;
	white-space:nowrap;
	margin:0 51px 0 0;
	}
.Time_Line .Time_Line_right .Time_Line_rightmain .dot:after{
	content:"";
	width:20px;
	height:20px;
	display:inline-block;
	padding:1px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-width:5px;
	border-color:#fff;
	border-style:double;
	position: relative;
	top: 5px;
	margin:0 0 0 5px;
	}	
.Time_Line .Time_Line_right .Time_Line_rightmain .triangle{
	position:absolute;
	top:20%;
	right:100%;
	width:12px;
	height:12px;
	border-bottom:1px solid #e5e4e4;
	border-left:1px solid #e5e4e4;
	background-color:#fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	margin:0 -5px 0 0;
	}		
	
.Time_Line .Time_Line_line{
	position:absolute;
	z-index:-1;
	left:50%;
	width:2px;
	height:100%;
	top:0px;
	margin-left: -1px;
	overflow:hidden;
	}
/*Pricing*/
.PricingA{
	background-color:#F5F5F5;
	padding:40px;
	margin:20px 0;
	}	
.price_Listtop{
	margin:20px 0;
	text-align:center;
	}
.price_Listtop p{
	padding:0 30px;
	}
.price_List{
	margin:20px 0;
	}
.price_List .price_content {
	text-align:center;
}
.price_List .price_content .price_contenttop{
	width:102px;
	height:102px;
	margin:0 auto 20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	line-height:96px;
	}
.price_List .sup {
	font-size:30px;
}
.price_List .price {
	font-size:30px;
}	
/*errorpage_box*/
.errorpage_box{
	text-align:center;
	margin:20px 0;
	}
.errorpage_box .errorpage_box_top{
	margin:0 0 20px 0;
	}
.errorpage_box h3{
	font-size:100px;
	font-weight:bold;
	color:#cfcfcf;
	line-height:normal;
	}
.errorpage_box a:link{
	color:#666;
	text-decoration:none;
	}
.errorpage_box a:hover{
	}
.errorpage_box .sep{
	padding:0 20px;
	}
/*contctat_info*/
.contctat_info{
	}
.contctat_info h4{
	font-size:15px;
	font-weight:normal;
	margin:10px 0;
	}
.contctat_info p span{
	font-weight:bold;
	}
.contctat_info a{
	color:#AFAFAF !important;
	display:inline-block;
	margin-right:5px;
	margin-bottom:10px;
	}
.contctat_info a:hover{
	}
.contctat_info a span.social{
	font-size:36px;
	}
/*FAQ*/
.faqright img{
	display:inline-block;
	margin:10px 8px;
	}
.faqrightul{	
	line-height: 32px;
	margin-bottom: 12px;
	}	
.faqrightul li{
	border-bottom:1px solid #E8E8E8;
	}


/*Boxes*/
.boxes .but a.Button_default{
	border:none;
	}
.boxes_style_1,
.boxes_style_2,
.boxes_style_3,
.boxes_style_4,
.boxes_style_5,
.boxes_style_6,
.boxes_style_7,
.boxes_style_8{
	margin-bottom:15px;
	position:relative;
}
.boxes_style_2:before,
.boxes_style_3:before,
.boxes_style_5:before,
.boxes_style_7:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px 0 0 -5px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}
.boxes_style_2:after,
.boxes_style_3:after,
.boxes_style_5:after,
.boxes_style_7:after{
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index:0;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -26px -5px 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}
.boxes_style_1 .boxes{
	background-color:#f5f5f5;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
}
.boxes_style_1 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_1 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_2 .boxes{
	border:1px solid #DEDEDE;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.boxes_style_2 .Boxes_title {
	font-size:20px;
	color:#333;
	font-weight:normal;
}
.boxes_style_3 .boxes{
	border:1px solid #DEDEDE;
	background-color:#F8F8F8;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.boxes_style_3 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
.boxes_style_4 .boxes{
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
}
.boxes_style_4 .boxes p{
	color:#fff;
	}
.boxes_style_4 .Boxes_title {
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_4 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_4 .boxes .but a.Button_default{
	background-color:transparent;
	border:1px solid #fff;
	}
.boxes_style_4 .boxes .but a.Button_default:hover{
	background-color:#AFAFAF;
	}
.boxes_style_4 .source_code a{
	color:#fff;
	}
.boxes_style_5 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	text-align:center;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_5 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:0;
}
.boxes_style_5 .but{
	padding:10px 0;
}
.boxes_style_5 .boxes .but a.Button_default {
	padding:9px 35px;
	background-color:#EAEAEA;
	color:#666 !important;
}
.boxes_style_5 .boxes .but a.Button_default:hover{
	color:#fff!important;
	}
.boxes_style_6 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_6 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 18px;
	margin-bottom:0;
}
.boxes_style_7 .boxes{
	border:1px solid #cccccc;
	background-color:#FFF;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_7 .Boxes_title {
	font-size:20px;
	color:#333333;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_7 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
.boxes_style_8 .boxes{
	background-color:#333;
	padding:20px 240px 20px 25px;
	z-index:1;
	position:relative;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}
.boxes_style_8 .boxes p{
	color:#aaa;
	}
.boxes_style_8 .Boxes_title {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	position:relative;
	padding:5px 0px 0px;
	margin-bottom:13px;
}
.boxes_style_8 .but{
	margin:-15px auto 0;
	position:absolute;
	top:50%;
	right:25px;
}
@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;
	}
}
/*Core Owl Carousel CSS File*/

/* clearfix*/
.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
/* display none until init */
.carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.carousel .owl-item{
	float: left;
}
.carousel .owl-pagination {
	text-align:center;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.carousel .owl-page{
	cursor: pointer;
	width:21px;
	height:21px;
	border:2px solid #2e2e2e;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}

.carousel .owl-page.active{
 }

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next{
	position:absolute;
	left:-30px;
	top:50%;
	width:34px;
	height:34px;
	line-height:34px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-17px 0 0 0;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel .owl-buttons .owl-next{
	left:auto;
	right:-30px;
}

.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #2e2e2e;
	border-bottom:2px solid #2e2e2e;
	width:8px ;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 0 0 -3px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);}

.carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #2e2e2e;
	margin-left:-4px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
.carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover{
}
.carousel .owl-buttons .owl-prev:hover:before{
}
.carousel .owl-buttons .owl-next:hover:before{
	border-left:none;
}

.carousel .grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

.carousel  .owl-wrapper,
.carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.carousel{
	display:none;
} 
.carousel img {
	max-width:100%;
}

.carousel_1 .item {
	text-align:center;
	padding:0 5px;
}

.carousel_1 .ico{
	width:68px;
	height:68px;
	background:#2e2e2e;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
	margin:auto;
	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_1 .ico .glyphicons,
.carousel_1 .ico .socia{
	width:60px;
	height:59px;
	line-height:60px;
	background:#2e2e2e;
	display:block;
	color:#FFF;
	font-size:20px;
	border:4px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
	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_1 h3 {
	font-weight:normal;
	color:#3d3f40;
	font-size:19px;
	margin: 10px 0;
}

a.Button_normal {
	text-decoration:none;
	padding: 6px 20px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	color: #FFFFFF !important;
	background-color: #2e2e2e;
	margin: 0px 12px 10px 0;
	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;
}


.carousel_1 a.Button_normal{
	margin:10px 0 0 ;
}

.carousel_1 .item:hover .ico{
 }


.carousel_1 .item:hover .ico .glyphicons,
.carousel_1 .item:hover .ico .socia{
	border:4px solid #FFF;
}
.carousel_1 .item:hover a.Button_normal{
}
.carousel_1 .item:hover h3  {
}

.carousel_2,
.carousel_4{
	margin-bottom:50px;
}




.carousel_2 .owl-buttons .owl-prev,
.carousel_2 .owl-buttons .owl-next,
.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next,
.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;
	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_2 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-prev,
.carousel_5 .owl-buttons .owl-prev{
	left:0;
}
.carousel_2 .owl-buttons .owl-next,
.carousel_4 .owl-buttons .owl-next,
.carousel_5 .owl-buttons .owl-next{
	right:0;
}
.carousel_2 .owl-buttons .owl-prev:before,
.carousel_2 .owl-buttons .owl-prev:hover:before,
.carousel_4 .owl-buttons .owl-prev:before,
.carousel_4 .owl-buttons .owl-prev:hover:before,
.carousel_5 .owl-buttons .owl-prev:before,
.carousel_5 .owl-buttons .owl-prev:hover:before{
	border-left:2px solid #FFF!important;
	border-bottom:2px solid #FFF!important;
	margin:-5px 0 0 -3px;
	width:12px ;
	height:12px;
}
.carousel_2 .owl-buttons .owl-next:before,
.carousel_2 .owl-buttons .owl-next:hover:before,
.carousel_4 .owl-buttons .owl-next:before,
.carousel_4 .owl-buttons .owl-next:hover:before,
.carousel_5 .owl-buttons .owl-next:before,
.carousel_5 .owl-buttons .owl-next:hover:before{
	border-right:2px solid #FFF!important;
	border-bottom:2px solid #FFF!important;
	margin:-5px 0 0 -7px;
	width:12px ;
	height:12px;
}
.carousel_2 .owl-buttons .owl-prev:hover,
.carousel_2 .owl-buttons .owl-next:hover,
.carousel_4 .owl-buttons .owl-prev:hover,
.carousel_4 .owl-buttons .owl-next:hover,
.carousel_5 .owl-buttons .owl-prev:hover,
.carousel_5 .owl-buttons .owl-next:hover{
	border:none!important;
}


.carousel_3 {
	margin-bottom:40px;
}
.carousel_3 .item {
	margin:0px 15px ;
	border:1px solid #e4e4e4;
	background:#FFF;
	text-align:center;
	padding-bottom:20px;
	color:#999999;
	margin-bottom:1px;
}
.carousel_3 .item h3 {
	margin:25px 0 5px;
	font-size:15px;
	color:#666666;

}
.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next{
	top:100%;
	left:50%;
	margin:20px 0px 0px -40px;
	width:30px;
	height:30px;
	
}
.carousel_3 .owl-buttons .owl-next{
	top:100%;
	left:50%;
	margin:20px -40px 0px 0px;
}

.carousel_3 .pic{
	margin:-1px;
	position:relative;
}
.carousel_3 .pic a img {
	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_3  .item:hover .pic a img{
	filter:alpha(opacity=50);
	opacity:0.5;
}
.carousel_3 .pic a:after{
	content:"";
	width:64px;
	height:64px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-32px 0 0 -32px;
	background:url(images/carousel_ico.png) no-repeat center center;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	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_3 .item:hover .pic a:after{
	filter:alpha(opacity=100);
	opacity:1;
}
 

.carousel_4{
	margin-bottom:60px;
}
.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	filter:alpha(opacity=0);
	opacity:0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4:hover .owl-buttons .owl-prev,
.carousel_4:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_4 .item {
	text-align:center;
	margin:auto 10px;
	position:relative;
	overflow:hidden;
}
.carousel_4 .sliding {
	position:absolute;
	background-color:#000;
	background-color:rgba(0,0,0,0.7);
	top:100%;
	left:0px;
	margin-top:-40px;
	right:0px;
	text-align:center;
	height:100%;
	padding:0px 15px;
	color:#FFF;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4 .sliding h3 {
	color:#FFF;
	font-size:15px;
	padding:10px 0 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? */
}
.carousel_4 .sliding a,
.carousel_4 .sliding a:link,
.carousel_4 .sliding a:active,
.carousel_4 .sliding a:visited {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none 
}
.carousel_4 .sliding a:hover {
	color:#FFFFFF;
	text-decoration: none
}

.carousel_4 .item:hover .sliding {
	top:0;
	margin-top:0;
	filter:alpha(opacity=95);
	opacity:0.95;
}
.carousel_4 .item:hover .sliding h3 {
	margin-top:5%;
}


.carousel_5{
	
}
.carousel_5 .owl-buttons .owl-prev,
.carousel_5 .owl-buttons .owl-next{
	filter:alpha(opacity=0);
	opacity:0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_5:hover .owl-buttons .owl-prev,
.carousel_5:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_5 .item {
	text-align:center;
	margin:auto;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_5 .sliding {
	position:absolute;
	top:0;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
	color:#FFF;
	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 .item:hover .sliding {
	filter:alpha(opacity=80);
	opacity:0.8;
}
.carousel_5 .sliding a:before{
	font-family: 'Glyphicons Regular';
	content: "\002B";
	color:#fff;
	font-size:20px;
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 54px;
	height: 54px;
	line-height:54px;
	display: block;
	margin: -27px 0px 0px -27px;
	border:3px solid #fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	box-sizing: content-box;
	-moz-box-sizing:  content-box;
	-webkit-box-sizing: content-box;
	filter:alpha(opacity=0);
	opacity:0;
}
.carousel_5 .item:hover .sliding a:before{
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* 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; }
  

 /*iLightBox*/
@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; }








.iLightBox_Content {
	display:none;
	background-color:#FFF;
	max-width:60%;
	margin:auto;
	padding:20px;
}
.iLightBox_Content h3 {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:15px;
}
.iLightBox_zoom_in .iLightBox_Content {
	display:block;
}

/*Images*/
.photo_box{position:relative;margin:0 0 5px 0;padding:0px;overflow:hidden;line-height:1.8;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);}.photo_box .pic_box{position:relative;display:inline-block;overflow:hidden;width:100%;vertical-align:middle;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);}.photo_box a,.photo_box a:hover{text-decoration:none}.photo_box .ico{position:absolute;top:50%;width:100%;margin-top:-25px;text-align:center;color:#FFF;filter:alpha(opacity=0);opacity:0;z-index:1;}.photo_box .ico span{color:#FFF;width:50px!important;height:50px!important;line-height:50px!important;display:inline-block;text-align:center;font-size:20px;margin:0px 3px;background-color:#69b532;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}.photo_box .ico h3{color:#FFF;font-size:15px;margin-bottom:5px;}.photo_box .content{position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;color:#FFF;filter:alpha(opacity=0);opacity:0;z-index:1;}.vertical_center_1{width:100%;height:100%;display:table;}.vertical_center_2{display:table-cell;width:100%;vertical-align:middle;}.photo_box .content h3{color:#FFF;font-size:15px;margin-bottom:5px;}.photo_box .content p{color:#FFF;font-size:13px;}.photo_box .content >.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:#69b532;filter:alpha(opacity=100);opacity:1;}.photo_box.ico_push_in .ico span{background-color:transparent!important}.photo_box.ico_push_in .ico a{display:block;width:50%;float:left;text-align:center;}.photo_box.ico_push_in .ico a:first-child{border-right:1px solid #FFF;border-right:1px solid rgba(255,255,255,0.5);margin-right:-2px;}.photo_box:hover.ico_push_in img{margin-top:-15px;margin-bottom:0;}.photo_box:hover.ico_push_in .ico{top:auto;bottom:0px;}.photo_box.ico_left_rotate .ico,.photo_box.ico_left_rotate .ico >span,.photo_box.ico_right_rotate .ico,.photo_box.ico_right_rotate .ico >span{width:50px;height:50px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;margin:0;padding:0;}.photo_box.ico_left_rotate .ico{left:0;top:auto;bottom:0px;transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;-moz-transform-origin:0 100%;-webkit-transform-origin:0 100%;-o-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;}.photo_box.ico_right_rotate .ico{left:auto;right:0;top:auto;bottom:0px;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;-moz-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;-o-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%;}.photo_box:hover.ico_left_rotate .ico,.photo_box:hover.ico_right_rotate .ico{transform:rotate(0);-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);}.photo_box.content_top_increment .increment_1{transform:translate(0,-300px);-ms-transform:translate(0,-300px);-webkit-transform:translate(0,-300px);-o-transform:translate(0,-300px);-moz-transform:translate(0,-300px);transition:all ease-in 500ms;-moz-transition:all ease-in 500ms;-webkit-transition:all ease-in 500ms;-o-transition:all ease-in 500ms;-ms-transition:all ease-in 500ms;}.photo_box.content_top_increment .increment_2{transform:translate(0,-300px);-ms-transform:translate(0,-300px);-webkit-transform:translate(0,-300px);-o-transform:translate(0,-340px);-moz-transform:translate(0,-340px);transition:all ease-in 400ms;-moz-transition:all ease-in 400ms;-webkit-transition:all ease-in 400ms;-o-transition:all ease-in 400ms;-ms-transition:all ease-in 400ms;}.photo_box.content_top_increment .increment_3{transform:translate(0,-300px);-ms-transform:translate(0,-300px);-webkit-transform:translate(0,-300px);-o-transform:translate(0,-380px);-moz-transform:translate(0,-380px);transition:all ease-in 300ms;-moz-transition:all ease-in 300ms;-webkit-transition:all ease-in 300ms;-o-transition:all ease-in 300ms;-ms-transition:all ease-in 300ms;}.photo_box:hover.content_top_increment .increment_1,.photo_box:hover.content_top_increment .increment_2,.photo_box:hover.content_top_increment .increment_3{transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);-moz-transform:translate(0,0);}.photo_box:hover.content_top_increment .increment_1{transition:all ease-in 300ms;-moz-transition:all ease-in 300ms;-webkit-transition:all ease-in 300ms;-o-transition:all ease-in 300ms;-ms-transition:all ease-in 300ms;}.photo_box:hover.content_top_increment .increment_2{transition:all ease-in 400ms;-moz-transition:all ease-in 400ms;-webkit-transition:all ease-in 400ms;-o-transition:all ease-in 400ms;-ms-transition:all ease-in 400ms;}.photo_box:hover.content_top_increment .increment_3{transition:all ease-in 500ms;-moz-transition:all ease-in 500ms;-webkit-transition:all ease-in 500ms;-o-transition:all ease-in 500ms;-ms-transition:all ease-in 500ms;}.photo_box.content_top_increment .content h3{background-color:#69b532;font-size:18px;color:#FFF;padding:15px;margin-bottom:25px;width:100%;}.photo_box.content_top_increment .content a.but{background-color:#dedede;color:#666666;display:inline-block;padding:5px 15px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;text-decoration:none;margin-top:15px;}.photo_box.content_top_increment .content p{padding:0px 30px;}.photo_box.ico_zoom .ico span{-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5);transition:all ease-in 300ms;-moz-transition:all ease-in 300ms;-webkit-transition:all ease-in 300ms;-o-transition:all ease-in 300ms;-ms-transition:all ease-in 300ms;}.photo_box:hover.ico_zoom .ico span{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}.photo_box.img_flip{overflow:visible;}.photo_box.img_flip .pic_box{position:relative;overflow:visible;-webkit-perspective:1000;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000;}.photo_box.img_flip .pic_box img,.photo_box.img_flip .shade,.photo_box.img_flip .content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 750ms ease 0s;-moz-transition:all 750ms ease 0s;-o-transition:all 750ms ease 0s;-ms-transition:all 750ms ease 0s;transition:all 750ms ease 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}.photo_box.img_flip .pic_box img{z-index:1;position:relative;-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);transform:rotateY(0deg);}.photo_box.img_flip .pic_box .shade,.photo_box.img_flip .pic_box .content{z-index:-2;filter:alpha(opacity=100);opacity:1;-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);transform:rotateY(-180deg);}.photo_box.img_flip .pic_box .content{z-index:-1;}.photo_box:hover.img_flip img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg);}.photo_box:hover.img_flip .pic_box .shade,.photo_box:hover.img_flip .pic_box .content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);transform:rotateY(0deg);}.photo_box:hover.img_flip .pic_box .shade{z-index:2;}.photo_box:hover.img_flip .pic_box .content{z-index:3;}.content_sytle_2 .shade{background-color:#69b532;}.content_sytle_2 .content h3{font-size:18px;color:#FFF;margin-bottom:5px;}.content_sytle_2 .content p{padding:0 30px 5px;}.content_sytle_2 .content a.but{border:1px solid #FFF;padding:10px 25px;font-size:13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:inline-block;margin-top:10px;color:#FFF;}.photo_box.content_push_in .pic_box img{transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.photo_box.content_push_in .content{filter:alpha(opacity=100);opacity:1;background-color:#69b532;top:auto;height:auto;bottom:0;height:60px;margin-bottom:-60px;overflow:hidden;}.photo_box.content_push_in .content h3{margin:10px 0 0;}.photo_box:hover.content_push_in .pic_box img{margin-top:-60px;margin-bottom:60px;}.photo_box:hover.content_push_in .content{margin-bottom:0px;}.photo_box.icon_tag_push .ico{width:90px;height:90px;left:auto;right:-90px;top:-90px;margin:0;text-align:right;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.photo_box.icon_tag_push .ico:before{content:"";position:absolute;top:0;right:0;border:45px solid transparent;border-right-color:#69b532;border-top-color:#69b532;}.photo_box.icon_tag_push .ico span{background:none;width:auto!important;height:auto!important;display:inline-block!important;line-height:60px!important;width:50px!important;text-align:center!important;}.photo_box:hover.icon_tag_push .ico{right:0px;top:0px;}.photo_box.icon_tag_push .content{background-color:#FFF;background-color:rgba(255,255,255,0.8);width:auto;height:auto;padding:13px 36px;color:#666666;top:auto;bottom:20px;filter:alpha(opacity=100);opacity:1;}.photo_box.icon_tag_push .content h3{color:#666666;font-size:16px;margin:0;}.photo_box.content_bottom_push_in .content{background-color:#FFF;background-color:rgba(255,255,255,0.8);height:auto;padding:10px 0;color:#666666;top:auto;bottom:0px;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;transform:translate(0,100%);-ms-transform:translate(0,100%);-webkit-transform:translate(0,100%);-o-transform:translate(0,100%);-moz-transform:translate(0,100%);}.photo_box.content_bottom_push_in .content:before{content:"";border:8px solid transparent;border-bottom-color:#FFF;border-bottom-color:rgba(255,255,255,0.8);position:absolute;top:-16px;left:50%;margin-left:-4px;}.photo_box.content_bottom_push_in .content h3{color:#666666;font-size:16px;margin:0;}.photo_box.content_bottom_push_in .content p{color:#666666;margin-bottom:0;}.photo_box:hover.content_bottom_push_in .content{transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);-moz-transform:translate(0,0);}.photo_box.content_bottom_push_in_2 .shade{background-color:#000;top:100%;margin-top:-40px;filter:alpha(opacity=50);opacity:0.5;}.photo_box:hover.content_bottom_push_in_2 .shade{top:0;margin:0;filter:alpha(opacity=50);opacity:0.5;}.photo_box.content_bottom_push_in_2 .content{filter:alpha(opacity=100);opacity:1;height:40px;top:100%;margin-top:-35px;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.photo_box:hover.content_bottom_push_in_2 .content{height:100%;top:0;margin-top:0;}.photo_box.content_bottom_push_in_2 .but{border:1px solid #FFF;padding:10px 22px;font-size:13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:inline-block;margin-top:10px;color:#FFF;text-decoration:none;}.photo_box.entirety_left_offset .shade{background-color:#f0f0f0;}.photo_box.entirety_left_offset .shade,.photo_box.entirety_left_offset .ico,.photo_box.entirety_left_offset .content{filter:alpha(opacity=100);opacity:1;left:100%;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.photo_box.entirety_left_offset .ico{width:auto;top:auto;bottom:0;}.photo_box.entirety_left_offset .ico span{border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;margin:0;}.photo_box.entirety_left_offset .content{text-align:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:30px 80px 30px 30px;}.photo_box.entirety_left_offset h3,.photo_box.entirety_left_offset p,.photo_box.entirety_left_offset a{color:#666;}.photo_box:hover.entirety_left_offset .shade,.photo_box:hover.entirety_left_offset .ico,.photo_box:hover.entirety_left_offset .content{left:50px;}.photo_box.entirety_bevel .content{height:60%;text-align:left;top:0;padding:0px 40px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.photo_box.entirety_bevel .ico{height:40%;text-align:left;margin:0;top:60%;left:40px;}.photo_box.entirety_bevel .ico span{background-color:transparent;border:1px solid #FFF;}.photo_box:hover.entirety_bevel .shade{background-color:#69b532;filter:alpha(opacity=80);opacity:0.8;}.photo_box.entirety_bevel .pic_box:before{content:"";border-top:0px solid #e5e5e5;border-right:0px solid #FFF;border-left:0px solid #e5e5e5;border-bottom:0px solid #FFF;position:absolute;right:0;bottom:0;z-index:3;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.photo_box:hover.entirety_bevel .pic_box:before{border-top:25px solid #e5e5e5;border-right:25px solid #FFF;border-left:25px solid #e5e5e5;border-bottom:25px solid #FFF;}.img_left{float:left;width:auto;margin:8px 15px 5px 0;}.img_right{float:right;width:auto;margin:8px 0 5px 15px;}.img_center{text-align:center;width:100%;display:block;margin-bottom:5px}.img_center .pic_box{display:inline-block;width:auto;}.box_border_radius{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.box_border_round{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.box_border{border:3px solid #dddddd;overflow:hidden;}.box_border_padding{border:1px solid #dddddd;padding:3px;}.box_bottom_shadow{box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3);-moz-box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3);-webkit-box-shadow:0px 8px 8px -4px rgba(0,0,0,0.3);}.box_bottom_shadow_left,.box_bottom_shadow_right{overflow:visible;position:relative;z-index:1;}.box_bottom_shadow_left:before{content:"";position:absolute;top:100%;left:0;width:100px;height:15px;z-index:0;box-shadow:14px 14px 14px rgba(0,0,0,0.3);-moz-box-shadow:14px 14px 14px rgba(0,0,0,0.3);-webkit-box-shadow:14px 14px 14px rgba(0,0,0,0.3);margin:-24px 0 0 0;transform:rotate(-5deg);-ms-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);-o-transform:rotate(-5deg);}.box_bottom_shadow_right:after{content:"";position:absolute;top:100%;right:0;width:100px;height:15px;z-index:-1;box-shadow:-14px 14px 14px rgba(0,0,0,0.3);-moz-box-shadow:-14px 14px 14px rgba(0,0,0,0.3);-webkit-box-shadow:-14px 14px 14px rgba(0,0,0,0.3);margin:-24px 0 0 0;transform:rotate(5deg);-ms-transform:rotate(5deg);-moz-transform:rotate(-deg);-webkit-transform:rotate(5deg);-o-transform:rotate(5deg);}.box_dotted_padding{border:1px dashed #dddddd;padding:3px;}



@-webkit-keyframes ico_rotate {
	0% {
	 -webkit-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	50% {
	 -webkit-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -webkit-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @-moz-keyframes ico_rotate {
	 0% {
	 -moz-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -moz-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -moz-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @-o-keyframes ico_rotate {
	 0% {
	 -0-transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 -0-transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 -0-transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
 @keyframes ico_rotate {
	 0% {
	 transform: rotate(-60deg) scale(0.5);
	 opacity:0;
	}
	 50% {
	 transform: rotate(20deg) scale(1.1);
	 opacity:1;
	}
	100% {
	 transform: rotate(0deg) scale(1);
	 opacity:1;
	}
}
.ico_rotate .ico span{
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	-o-animation-duration:300ms;
	animation-duration:300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	width:80px;
	height:80px;
	box-shadow:			0 0 4px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 4px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);

}
.ico_rotate:hover .ico span {
	-webkit-animation-name:ico_rotate;
	-moz-animation-name:ico_rotate;
	-o-animation-name:ico_rotate;
	animation-name:ico_rotate;
}

.shade_zoom .shade{
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform:scale(0.1);
	transform:scale(0.1);
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */
}
.shade_zoom:hover .shade{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.shade_zoom .ico span{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5);
	filter:alpha(opacity=0);
	opacity:0;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	width:40px!important;
	height:40px!important;
	line-height:40px!important;
	border:1px solid #FFF;
	background-color:transparent!important;	
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */
	
}
.shade_zoom:hover .ico span{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	filter:alpha(opacity=100);
	opacity:1;
}





.photo_box.content_zoom .shade,
.photo_box.content_zoom .content {
	overflow:hidden;
	top:auto;
	left:0;
	bottom:0;
	-webkit-transform: scale(0.1)  ;
	-moz-transform: scale(0.1) ;
	-o-transform:scale(0.1); 
	transform:scale(0.1);
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */

}
.photo_box.content_zoom:hover .shade,
.photo_box.content_zoom:hover .content{
	-webkit-transform: scale(1) ;
	-moz-transform: scale(1);
	-o-transform:scale(1) ;
	transform:scale(1) ;
	filter:alpha(opacity=100);
	opacity:1;

}




.ico_no_bg .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 #69b532;
	margin-bottom: -1px;
	font-size: 14px;
	color: #666666;
}
.text_sytle_5 {
	clear:both;
	overflow:hidden;
	margin:5px;
}
.text_sytle_5 h3 {
	font-size:16px;
	color:#666666;
	font-weight:bold;
	margin:10px 8px;
}
.text_sytle_5 h3 span{
	float:right;
}


/*boxes rotate*/
/*flip box*/

.flip_box {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	overflow: visible;
	margin-bottom: 5px;
	position: relative;
}

.flip_box .front,
.flip_box .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip_box .front {
	position: relative;
	z-index: 0;
	background-color: #FFF;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip_box .back {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: -2;
	background-color: #FFF;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip_box.flip_right .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip_box.flip_top .front {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_top .back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip_box.flip_bottom .front {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_bottom .back {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip_box:hover .front {
	background-color: #FFF;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip_box:hover .back {
	z-index: 3;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip_box.flip_right:hover .front {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip_box.flip_top:hover .front {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip_box.flip_top:hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.flip_box.flip_bottom:hover .front {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip_box.flip_bottom:hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}



.flip_box_1 .front,
.flip_box_1 .back{
	border:1px solid #e2e2e2;
	padding:25px;
	text-align:center;
}
 
.flip_box_1 .front .glyphicons{
	background-color:#69b532;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:26px;
	color:#FFF;
	margin-bottom:20px;
}
.flip_box_1  h3{
	font-size:15px;
	color:#666666;
	margin-bottom:10px;
}
.flip_box_1 .back{
	height:auto;
}
.flip_box_1 .back h3{
	margin:0px 0 15px;
}

.flip_box_1 .back a.but{
	padding:6px 0px;
	color:#FFF;
	background-color:#69b532;
	text-decoration:none;
	display:block;
	width:120px;
	text-align:center;
	margin:37px auto -42px
}

.flip_box_2 .front,
.flip_box_2 .back{
	background-color:#f8f8f8;
	border:1px solid #e2e2e2;
	padding: 25px;
	text-align:center;
} 

.flip_box_2 .back{
	height:100%;
	padding:0 25px;
}


.flip_box_2 .front .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:0 25px;
	text-align:center;
} 
.flip_box_3 .back{
	padding:0 25px;
	text-align:center;
	background-color:#69b532;
	color:#FFF;
}
.flip_box_3 .back{
	height:100%;
}


.flip_box_3 .front .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;

}



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;
}


@media only screen and (min-width: 1200px) {
	.dnn_layout {
		width: 1170px;
	}
	.leftmenu_line{
		left:269px;
	}
	.rightmenu_line{
		right:269px;
	}
	
	.leftmenubox{
		width:270px;
	}
	.submit_bg {
		width:878px;
	}
	.ticket_bg {
		width:210px;
		padding:20px;
	}
	
	.tabs-left2 > .nav-tabs > li > a {
		padding:5px 80px 5px 20px;
	}
	.tabs-left2 > .nav-tabs > li.active > a,  .tabs-left2 > .nav-tabs > li.active > a:hover {
		background:none;
		padding:5px 80px 5px 20px;
		margin:0px 1px 0px 0px;
	}
	.tabs-left2 .tab-content {
		padding:30px 30px 0px 30px;
	}
	.conboxa ul li{
		margin:35px 27px;
		}
	.conboxf_main .conboxf_mainbefore {
		left: 45px;
		top: -37px;
		}
	.conboxf_main .conboxf_mainafter {
		right: 43px;
		bottom: 34px;
		}
	.conboxt .conboxt_left{
		margin:0 0 0 50px;
		}	
	.conboxt .conboxt_right{
		margin:0 50px 0 0;
		}
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.Sec .secright{
		margin-left:0px;
		}
}
@media only screen and (min-width: 980px) and (max-width: 992px) {
	/*Clients*/
	.Clients .col-sm-6:nth-child(odd) .Clients_border,
	.Clients3 .col-sm-6:nth-child(odd) .Clients_border{
		border-left:none;
		}
	.Clients .col-md-3 .Clients_border,
	.Clients3 .col-md-3 .Clients_border{
		margin-bottom: 15px;
		margin-top:15px;
		}
	.Clients2{
		display:none;
		}
	.Clients_border2{
		display:block;
		height:1px;
		border-bottom:1px solid #E6E6E6;
		margin:0 15px;
		}
	}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.dnn_layout{
		width: 744px;
	}
	.dnn_logo{
		margin:20px 0px 5px 0px;
		height:50px;
	}
	.leftmenu_line{
		left:162px;
	}
	.rightmenu_line{
		right:162px;
	}
	.leftmenubox{
		width:171px;
	}
	.SectionStyles8_b2{
		left:0;
		}
	.SectionStyles8_b3{
		left:73%;
		}
	.submit_bg {
		width:491px;
	}
	.ticket_bg {
		width:171px;
		padding:45px 20px;
		font-size:18px;
	}
	a.Button_default {
		padding: 12px;
		margin: 0;
		}
	.conboxa ul li{
		margin:35px 3px;
		}
	.conboxf_main .conboxf_maincon {
		margin: 0 -20px;
		width: 219px;
		}
	.conboxh .line{
		width:744px;
		}
	.conboxt .conboxt_left{
		float:none;
		text-align:center;
		margin:0 0 90px 0;
		}	
	.conboxt .conboxt_right{
		float:none;
		text-align:center;
		margin:90px 0 0 0;
		}
	
	/*******tabs-left2*******/
	.tabs-left2 > .nav-tabs > li > a {
		padding:5px 20px 5px 20px;
	}
	.tabs-left2 > .nav-tabs > li.active > a,  .tabs-left2 > .nav-tabs > li.active > a:hover {
		background:none;
		padding:5px 20px 5px 20px;
		margin:0px 1px 0px 0px;
	}
	.tabs-left2 .tab-content {
		padding:15px 15px 0px 15px;
	}
	
	
	.ErrorPage_font{ 
	font-size:100px;
	}
	/*Clients*/
	.Clients .col-sm-6:nth-child(odd) .Clients_border,
	.Clients3 .col-sm-6:nth-child(odd) .Clients_border{
		border-left:none;
		}
	.Clients .col-md-3 .Clients_border,
	.Clients3 .col-md-3 .Clients_border{
		margin-bottom: 15px;
		margin-top:15px;
		}
	.Clients2{
		display:none;
		}
	.Clients_border2{
		display:block;
		height:1px;
		border-bottom:1px solid #E6E6E6;
		margin:0 15px;
		}
	/*SERVICES*/
	.Sec .secright{
		margin-left:0px;
		}
	.Sec .secright .secright_box .glyphicons{
		margin:0 2px;
		}
	/*gmap*/
	 
	#gmap {
		height:300px ;
	}
.faqright img{
	margin:10px 3px;
	}
	
}
@media only screen and (max-width: 767px) {
	.dnn_layout {
		width: auto;
	}
	.mobile_space,
	.content_mid,
	#dnn_bottom,
	footer{
		padding-left:15px;
		padding-right:15px;
	}
	.js-clingify-placeholder{
		display:none;
	}
	
	.leftmenubox{
		min-height:0px;
		width:auto;
	}
	.left_menu_float,
	.right_menu_float{
		float:none;
	}
	.LeftOutPane,
	.RightOutPane{
		padding-top:0px;
		padding-right:0px;
	}
	.SectionStyles8_b2,
	.SectionStyles8_b3{
		vertical-align: bottom;
		height: auto;
		width: auto;
		}
	.SectionStyles8_b2{
		left:0px;
		}
	.SectionStyles8_b3{
		left:80%;
		}
	.SectionStyles8_b2 img,
	.SectionStyles8_b3 img{
		max-width:50%
		}
	.SectionStyles11{
		padding:0 15px;}
	.BotBGPaneA{
		padding-top:15px;
		padding-bottom:0px;
		}
	.BotBGPaneB{
		padding-top:0px;
		padding-bottom:15px;
		}
	.copyright_style{
		float:none;
		text-align:center;
	}
	.to_topmain{
		padding:5px 0;
		}
	.conboxa ul li{
		display: inline-block;
		width: 19%;
		margin: 15px 0;
		float:none;
		}
	.conboxa ul li:nth-child(even),
	.conboxa ul li span{
		display:none;
		}
	.conboxcmain {
		padding: 35px 15px 10px 15px;
		}
	.conboxc {
		padding: 0 0 20px 0;
		}
	.conboxf_main .conboxf_maincon {
		margin: -10px;
		width:106px;
		}
	.conboxf p{
		padding:0;
		}
	.conboxi_bgtop p{
		width:auto;
		}
	.conboxh .line{
		width:100%;
		}
	.conboxi_bgtop{
		padding: 20px 15px 10px 15px;
		}
	.conboxi_bgbottom{
		padding: 10px 15px 20px 15px;
		}
	.conboxi_bgbottom .number_Animation .number{
		font-size:45px;
		}
	.conboxj_main{
		padding:0;
		}
	.conboxj_main .conboxj_left{
		border:none;
		}
	.conboxj_main .emblem{
		left:50%;
		margin:0 0 0 -43px;
		}
	.conboxj_main .conboxj_right {
		padding: 50px 15px 15px 15px;
		}
	.flip_box_4{
		padding:10px 0;
		}
	.conboxk p,
	.conboxl p,
	.conboxq p,
	.conboxs p,
	.conboxo .conboxoa,
	.conboxo .conboxob,
	.conboxo .conboxoc{
		padding:0 10px;
		}
	.conboxp{
		padding:15px;
		}
	.conboxp .Button_SectionStyles10main{
		top:0;
		}
	.conboxp img {
		float: none;
		width: 50%;
		padding-right: 0;
		padding: 10px;
		}
	.carousel_6 .carousel_6left,
	.carousel_6 .carousel_6right{
		float:none;
		width:100%;
		}
		
	.carousel_6 .owl-buttons .owl-prev, 
	.carousel_6 .owl-buttons .owl-next{
		left:50%!important;
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
		bottom: -40px;
		top:auto;
		margin: 0 0 0 -40px;
		}
	.carousel_6 .owl-buttons .owl-next {
		left: 50%!important;
		right:auto!important;
		margin: 0 10px 0 0;
		}	
		
		
		
		
		
		
	.conboxn p{
		font-size:70px;
		}

	.conboxk .imgmain .imgleft{
		margin-left:10px;
		}
	.conboxk .imgmain .imgright{
		margin-right:10px;
		}
	.conboxk .imgmain .imgmainicon{
		margin-left: -10px;
		}
	.conboxk .imgmain .imgmainicon span.glyphicons {
		font-size: 20px;
		}
	.conboxk .imgmain{
		margin:10px 0 0 0;
		}
	.conboxt .conboxt_left{
		float:none;
		text-align:center;
		margin:0 10px 10px;
		}	
	.conboxt .conboxt_right{
		float:none;
		text-align:center;
		margin:10px 10px 0;
		}
	.conboxt .conboxt_center {
		position: relative;
		text-align: center;
		left: auto;
		margin-left: 0;
		top: auto;
		margin-top: 10px;
		}
	.horizontalTab_Top_6A .carousel_2{
		margin-bottom:20px;
		}
	.horizontalTab_Top_6 .resp-tab-content .resp_margin{
		margin:15px;
		}	
	.horizontalTab_Top_6C{
		margin-bottom:0px;
		}
	.conboxu .conboxu_top{
		padding: 30px 0 0 0;
		}
	.conboxw{
		padding:0px;
		}
	.conboxw .col-sm-2,
	.conboxw .col-sm-3{
		padding-bottom:10px;
		}
	.isotope_top .isotope_title,
	.isotope_top .isotope_group{
		float:none;
		text-align:center;
		}	
		
		
	.FooterPaneH .list_style{
		float:none;
		width: auto;
		}
	#to_top{
		float:none;
		margin:0 auto;
	}
	.FooterPaneA,
	.FooterPaneB,
	.FooterPaneC,
	.FooterPaneD,
	.FooterPaneE,
	.FooterPaneF,
	.FooterPaneG,
	.FooterPaneH,
	.FooterPaneI,
	.FooterPaneJ{
		padding-bottom:15px !important;
		padding-top:10px;
	}
	#dnn_wrapper .Theme_21_LinkAndZoom_Normal .prev,
	#dnn_wrapper .Theme_21_LinkAndZoom_Normal .next{
		display:none !important;
	}
	
	/* ********** Mobile Menu ************** */
	#dnn_wrapper {
		min-height:100%;
		overflow:hidden;
	}
	.navigation_mobile {
		width:75%;
		position:absolute;
		top:0px;
		margin-right:-1px;
		right:-75%;
		background:#f6f6f6;
		border-left:1px solid #dddada;
		transition:transform 0.4s linear;	
		-webkit-transition:-webkit-transform 0.4s linear;
		-moz-transition:-moz-transform 0.4s linear;
		-ms-transition:-ms-transform 0.4s linear;
		-o-transition:-o-transform 0.4s linear;
	}
	.wrapper{
		position:relative;
		transition:transform 0.4s linear;	
		-webkit-transition:-webkit-transform 0.4s linear;
		-moz-transition:-moz-transform 0.4s linear;
		-ms-transition:-ms-transform 0.4s linear;
		-o-transition:-o-transform 0.4s linear;
	}
	.navigation_is-visible .wrapper {
		transform:translateX(-75%);
		-webkit-transform:translateX(-75%);
		-moz-transform:translateX(-75%);
		-ms-transform:translateX(-75%);
		-o-transform:translateX(-75%);
	}
	.navigation_is-visible #dnn_wrapper{
	}
	.navigation_is-visible .navigation_mobile {
		z-index:2;
		box-shadow:-2px 0px 2px rgba(0,0,0,0.1);
		transform:translateX(-100%);
		-webkit-transform:translateX(-100%);
		-moz-transform:translateX(-100%);
		-ms-transform:translateX(-100%);
		-o-transform:translateX(-100%);
	}
	.navigation_mid{
		padding:10px;
	}
	
	.switchOpen {
		width:41px;
		height:36px;
		display:inline-block;
		vertical-align:middle;
		margin-left:40px;
		cursor:pointer;
		position:absolute;
		right:25px;
		top:50%;
		margin-top:-18px;
		color:#FFF;
		text-align:center;
		line-height:36px;
		font-size:22px;
		
	}
	.switchOpen:before{
		content:"\E115";
	}
	.SwitchClose:before{
		content:"\E208";
	}
	.SwitchClose{
		background-position:-41px 0px;
	}
	
	.search_bg{
		width:100%!important;
		padding-right:39px;
		padding-left:5px;
		margin-bottom:25px;
	}
	#dnn_dnnSEARCH2_txtSearch{
		width:99%!important;
		left:0px;
	}
	.search_bg ul.searchSkinObjectPreview{
		display:none;
	}
	.navigation_mid .search_bg .searchInputContainer a.dnnSearchBoxClearText.dnnShow{
		display:none !important;
	}
/*--------- Mobile Menu style ----------*/
	#mobile_menu {
		padding-bottom:15px;
	}
	.multi_menu {
		margin:auto;
	}
	.multi_menu ul {
		list-style:none;
		margin:0 ;
		padding:0;
	}
	.multi_menu ul li {
		margin:0px;
		padding:0px;
		margin-bottom:1px;
		list-style:none;
	 	overflow:hidden;
	}
	.multi_menu ul li a {
		font-size: 14px;
		line-height:20px;
		padding:0px;
		margin:0px;
		color: #FFF;
		display: block;
		text-decoration: none;
		outline:none;
		text-align:left;
	}
	.multi_menu > ul > li > a > span{
		font-size:14px;
		text-transform:capitalize;
		background-color:#3c3c3c;
	}
	.multi_menu > ul > li.current > a > span,
	.multi_menu > ul > li.current:hover > a > span,
	.multi_menu > ul > li.active > a > span,
	.multi_menu > ul > li:hover > a > span{
		color:#FFF;
	}
	.multi_menu ul li span {
		padding:10px 15px;
		display:block;
		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? */
	}
	.multi_menu ul li .menu_arrow {
	 	display:block;
		width:40px;
		padding:0px;
		height:40px;
		float:right;
		overflow:hidden;
		margin:0px;
		font-size: 0px;
		 -webkit-text-size-adjust:none;
		 position:relative;
	}
	.multi_menu ul li .menu_arrow:before {
		content:"\002B";
		position:absolute;
		top: 50%;
		left: 50%;
		margin: -10px 0px 0px -7px;
		display: inline-block;
		font-size: 14px ;
		font-family: 'Glyphicons Regular';
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
	}
	.multi_menu ul li .menu_arrow.arrow_opened{
	}
	.multi_menu ul li .menu_arrow.arrow_closed:before{
	 content:"\2212";
		
	}
	.multi_menu ul li li .menu_arrow{
		height:30px;
	}
	.multi_menu ul li li ,
	.multi_menu ul li li a,
	.multi_menu ul li li a span{
		background:none !important;
	}


	.multi_menu ul li li span{
		padding:5px 15px;
		color:#3c3c3c;
	}

	.multi_menu ul li li.dir.current.active  > a > span,
	.multi_menu ul li li.current  > a > span,
	.multi_menu ul li li.dir.active  > a > span,
	.multi_menu ul li li:hover > a > span     {
	}

	.multi_menu ul li li .menu_arrow.arrow_opened{
	}



	.multi_menu ul ul {
		display:none;
		padding:10px 0px 10px 0px;
		margin:1px 0px 0px 0px;
		background:#e6e6e6;
	}
	.multi_menu ul li img{
		vertical-align:top;
	}
	.multi_menu ul li.current > ul {
		display:block;
	}
	.multi_menu ul ul ul{
		padding:0px 0px 0px 15px;
		margin:0px;
	}
	
	.tabs-left2 > .nav-tabs > li.active > a, .tabs-left2 > .nav-tabs > li.active > a:hover {
			padding: 0 20px;
	}
	.tabs-left > .nav-tabs,  .tabs-right > .nav-tabs {
		float:none;
		background:none;
	}
	.tabs-left > .nav-tabs > li,  .tabs-right > .nav-tabs > li {
		margin:0px 0px -1px 0px;
		border:1px solid #E1E1E1;
	}
	.tabs-left > .nav-tabs > .active,  .tabs-right > .nav-tabs > .active {
		margin:0px 0px -1px 0px;
		border:1px solid #E1E1E1;
	}
	.tabs-left > .nav-tabs > li > a,  .tabs-right > .nav-tabs > li > a {
		padding:0 20px 0 20px;
	}
	.tabs-left > .nav-tabs > li:first-child,  .tabs-left .nav-tabs > li.active:first-child,  .tabs-right > .nav-tabs > li:first-child,  .tabs-right .nav-tabs > li.active:first-child {
		border:1px solid #E1E1E1;
	}
	.tabs-left .nav-tabs > .active > a,  .tabs-left .nav-tabs > .active > a:hover,  .tabs-right .nav-tabs > .active > a,  .tabs-right .nav-tabs > .active > a:hover {
		border:none;
		background-image:none;
		padding:0 20px 0 20px;
		margin-right:0px;
		margin-left:0px;
		color:#fff;
	}
	.tabs-left .tab-content,  .tabs-right .tab-content {
		padding:15px 15px;
		border:1px solid #E1E1E1;
	}
	.dnnSocialRegistration {
		float:none;
		width:100%;
	}
	
	.submit_bg {
		width:auto;
		margin:0 0 2px 0;
	}
	.ticket_bg {
		width:100%;
		padding:20px 0;
	}
	/*price*/	
	.price-table.col2 .col,  .price-table.col3 .col,  .price-table.col4 .col,  .price-table.col5 .col {
		width:50%;
	}
	.price-table .col.best_value {
		margin-top:0px;
	}
	.price-table .col.best_value .price_title {
		padding-top:15px;
		padding-bottom:11px;
	}
	.price-table .col.best_value .price_holder {
		padding-bottom:12px;
	}
	.price_content {
		margin-bottom:20px;
	}
	.submit_ticket_3 .ticket_bg {
		padding:0px 0px 10px;
	}
	.team_list {
		text-align:center;
		border:none;
	}
	.ErrorPage_font{ 
	font-size:60px;
	white-space:nowrap;
	}
	/*number_Animation2*/
	.number_Animation2 .number_Animation_bg {
		padding: 20px 0;
		}
	.number_Animation2 .glyphicons{
		display: block;
		margin: 0 auto 10px;
		}
	.number_Animation2 .number{
		text-align:center;
		}
	.number_Animation2 .number_Animation_right{
		top:auto;
		left:auto;
		}
	/*SectionStyles*/
	.SectionStyles1{
		padding:20px 10px;
		}
	.SectionStyles2,
	.SectionStyles4,
	.SectionStyles5,
	.SectionStyles6{
		padding:20px 0;		
		}
	.SectionStyles8_b{
		padding:0 10px;
		}
	.SectionStyles7 p,
	.SectionStyles8_a p,
	.SectionStyles9 p{
		padding:0;
		}
	.SectionStyles10 {
		padding: 61px 15px;
		}
	/*Clients*/	
	.Clients [class*="col"], .Clients2 [class*="col"], .Clients3 [class*="col"]{
		width:50%;
		float:left;
		}
	.Clients .col-sm-6:nth-child(odd) .Clients_border,
	.Clients3 .col-sm-6:nth-child(odd) .Clients_border{
		border-left:none;
		}
	.Clients .col-md-3 .Clients_border,
	.Clients3 .col-md-3 .Clients_border{
		margin-bottom: 15px;
		margin-top:15px;
		}
	.Clients2{
		display:none;
		}
	.Clients_border2{
		display:block;
		height:1px;
		border-bottom:1px solid #E6E6E6;
		margin:0 15px;
		}
	.Clients img,
	.Clients2 img,
	.Clients3 img{
		max-width:80%;
		}
	/*SERVICES*/	
	.Sec .secleft{
		text-align:center;
		}
	.Sec .secright{
		margin-left:0px;
		}
	.secright_box1,
	.secright_box3{
		display:block;
		text-align:center;
		}
	.secright_box2{
		display:none;
		}
	.Sec .secright .secright_box .secright_icon{
		margin:0 auto 10px;
		}
	/*our_team*/
	.our_team .team_list .team_content .team_title .team_titleline{
		margin:5px auto;
		}	
	/*Time Line*/
	.Time_Line .Time_Line_left,
	.Time_Line .Time_Line_right{
		width:100%;
		margin:30px 0;
		}
	.Time_Line .Time_Line_left .Time_Line_leftmain,
	.Time_Line .Time_Line_right .Time_Line_rightmain{
		margin:0;
		background-color:#fff;
		}
	.Time_Line .Time_Line_left .Time_Line_leftmain .triangle,
	.Time_Line .Time_Line_right .Time_Line_rightmain .triangle{
		display:none;
		}
	.Time_Line .Time_Line_left .Time_Line_leftmain .dot {
		top: -20%;
		left: 50%;
		margin: 0 0 0 -10px;
		}
	.Time_Line .Time_Line_right .Time_Line_rightmain .dot {
		top: -20%;
		right: 50%;
		margin: 0 -10px 0 0;
		}
	/*Core Owl Carousel CSS File*/
	.carousel_1 .item{
		padding: 0 25px;
		}
	.carousel_1 .owl-buttons .owl-prev{
		left:-12px;
		}
	.carousel_1 .owl-buttons .owl-next {
		right: -12px;
		}
	.carousel_3 {
		margin-bottom: 60px;
		}
	/*map*/
	#gmap {
		height:250px ;
	}
	
	.SkinPlugin_icon {
		display:none!important;
	}
	

}
@media only screen and (max-width: 570px) {
	.conboxa ul li{
		width: 49%;
		}
	}
@media only screen and (max-width: 400px) {
	.price-table.col2 .col,  .price-table.col3 .col,  .price-table.col4 .col,  .price-table.col5 .col {
		width:100%;
		float:none;
	}
	.ErrorPage_font{ 
		font-size:45px;
		white-space:nowrap;
	}
	.conboxf_main .conboxf_maincon {
		margin: -10px;
		width: 150px;
		}
	.conboxk .imgmain .imgmainicon{
		display:none;
		}
	
	/*map*/
	#gmap {
		height:200px ;
	}
}
@media only screen and (max-width: 274px) {

.ErrorPage_font{ 
font-size:30px;
white-space:nowrap;
}
/*map*/
#gmap {
 	height:150px ;
}
}

/*print*/
@media print {
	a:link:after,
	article a[href^=https]: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;
	}
}



























