@import url( bootstrap.css );
@import url( animation.css );


/* CSS Document */

#Body {
	color:#666666;
	background:#FFF;
}
html, body {
	margin:0px; 
	padding:0px;
	font:normal 12px/1.5 'Open Sans', sans-serif;
	color:#666666;
	height:100%;
 
}
p {
	margin:0px 0px 8px 0px;
}
header, nav, section, footer {
	display:block; 
}
TH, TD, DIV {
}
A, A:link {
	text-decoration:none;
	transition:color ease 300ms;
	-moz-transition:color ease 300ms; /* Firefox 4 */
	-webkit-transition:color ease 300ms; /* Safari and Chrome */
	-o-transition:color ease 300ms; /* Opera */
	-ms-transition:color ease 300ms; /* IE9? */
}
A:active {
	text-decoration: none;
}
A:visited {
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
h1 {
 	letter-spacing:normal;
	margin:5px 0px;
  }
h2 {
 	letter-spacing:normal;	
	margin:5px 0px;
 }
h3 {
 	letter-spacing:normal;
	margin:5px 0px;
}
h4 {
 	letter-spacing:normal;
	margin:5px 0px;
}
h5 {
 	letter-spacing:normal;
	margin:5px 0px;
}
.btn-danger,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning{
	color:#fff!important;
}

form#Form {
	height:100%;
}
.ModuleTitle_SubMenu {
	z-index:9999!important;
}
.clearfix:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}
ul.dnnActionMenuBody li ul li a, ul.dnnActionMenuBody li ul li a img {
	color:#328DDE!important;
}
.clear {
	clear:both;  
}
.pb40 {
	padding-bottom: 40px;
	}
.pt40 {
	padding-top: 40px;
	}
@media only screen and (min-width: 768px) and (max-width: 979px) {
		.pb40 {
			padding-bottom: 30px;
			}
		.pt40 {
			padding-top: 30px;
			}	
	}
@media only screen and (max-width: 767px) {
		.pb40 {
			padding-bottom: 20px;
			}
		.pt40 {
			padding-top: 20px;
			}	
	}
/**************** Login page******************/
@media (max-width:767px) {
.loginContent .LoginPanel{
	width:100% !important;
}
.loginContent .dnnFormItem .dnnLoginRememberMe{
	white-space:nowrap;
}
 	
.loginContent .dnnFormLabel {
	 display:block !important;
	 text-align:left !important;
	}
}
/**************** register page******************/


@media (max-width:767px) {
	.dnnRegistrationForm{
		min-width:inherit !important;
	}
	.dnnRegistrationForm .dnnForm{
		width:100%;
	}
 .dnnRegistrationForm .dnnFormLabel {
	 display:block !important;
	 text-align:left !important;
	}
 .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	 display:block !important;
	 float:none !important;
	 text-align:left !important;
	 width:100%;
	}
	.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp{
		right:auto !important;
		position:static !important;
		margin-left:5px !important; 
		}
	.dnnRegistrationForm .dnnForm .dnnFormItem {
		padding:0px !important;
		margin:0px !important;}
		
	.dnnRegistrationForm .dnnFormItem input[type="text"], 
	.dnnRegistrationForm .dnnFormItem input[type="password"], 
	.dnnRegistrationForm .dnnFormItem input[type="email"], 
	.dnnRegistrationForm .dnnFormItem input[type="tel"], 
	.dnnRegistrationForm .dnnFormItem select, 
	.dnnRegistrationForm .dnnFormItem textarea	{
		width:100%;
		margin-bottom:10px !important;
	}
}

/**************** Password page******************/
@media (max-width:767px) {
	.dnnSendPasswordContent {
		width:auto !important;
	}
	.dnnSendPasswordContent  .dnnLabel{
		display:block !important;
		width:100% !important;
		text-align:left;	
	}
	.dnnSendPasswordContent a.dnnFormHelp,
	.dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, 
	.dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp{
		position:static;
	}
	.dnnSendPasswordContent input[type="text"], 
	.dnnSendPasswordContent input[type="password"], 
	.dnnSendPasswordContent input[type="email"], 
	.dnnSendPasswordContent input[type="tel"], 
	.dnnSendPasswordContent select, 
	.dnnSendPasswordContent textarea	{
		width:90%;
		margin-bottom:10px !important;
	}
	.dnnSendPasswordContent ul.dnnActions{
		padding:0 !important;
	}
}
/* ********** Control Panel Style ************** */
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
	font-size:12px;
	color:#973939;
	text-decoration:none;
	font-weight:normal;
}
A.CommandButton:hover {
	color:#973939;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
}
.FileManager A, .FileManager A:link, .FileManager A:visited, .FileManager A:active {
	color:#000;
	text-decoration: underline;
}
.FileManager A:hover {
	color:#000;
	text-decoration:none;
}
/* ********** Buttons Style ************** */
a.Button_blue {
	padding:12px 30px;
	margin:0px 10px;
	position:relative;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
	color:#FFFFFF !important;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
*+html a.Button_blue{
	display:inline;
}
a.Button_blue:hover {
	text-decoration:none;
	background:#555555;
}
a.Button_blue2{
	padding:8px 15px;
}

a.Button_blue span.glyphicons,
a.Button_blue2 span.glyphicons{
	font-size:24px;
	vertical-align:bottom; 
	margin-right:5px;
}



/* ********** Pane Style ************** */
.row-fluid [class*="Pane"] {
	padding:0px 0px 5px 0px;
}
.DNNEmptyPane {
	display:none;
}

/* ********** Container Style ************** */
.Head {
	font-weight:bold;
}
.SubHead {
}
.SubSubHead {
}
.Normal {
}
/* ********** Breadcrumb Style ************** */
.breadcrumbBox h3 {
	float:left;
	font-size:16px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
}
.breadcrumbBox .breadcrumbRight {
	float:right;
	padding-top:5px;
}
.breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
	text-decoration:none;
	font-weight:normal;
	color:#FFF;

}
a.breadcrumb:hover {
	font-weight:normal;
	text-decoration:underline;
}
/* ********** Other Style ************** */	

.dnn_layout {
	width:980px;
	margin:0px auto;
}
#dnn_wrapper {
}
.head_mid, .content_mid, .footer_mid {
	padding:0px 20px;
}
/* ********** HEADER ************** */	
.head_mid {
	position:relative;
}
.menu_mid {
	padding:0px 20px;
}

/*language*/
.languageBox {
	white-space:nowrap;
	padding:4px 0;
}
.languageBox span img {
	margin:0 7px 0 0 !important;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.languageBox span.selected img {
	filter:alpha(opacity=100);
	opacity:1;
	box-shadow:0 0 2px rgba(255,255,255,0.4);
	-moz-box-shadow:0 0 2px rgba(255,255,255,0.4);
	-webkit-box-shadow:0 0 2px rgba(255,255,255,0.4);
}
/*Login*/
.Login {
	margin-left: 5px;
	padding:5px 2px 5px 0;
	text-align:center;
}
.Login img{
	width:32px;
}
.Login * {
	display:inline-block;
	margin:0;
	padding:0;
}
*+html .Login * {
	display:inline;
}
.Login strong{
	display:none;
}
.Login .userMessages ,
.Login .userNotifications {
	margin-right:4px;
}
.Login a,
.Login a:hover{
	text-decoration:none;
}

.Login .registerGroup li.userMessages,
.Login .registerGroup li.userNotifications {
	font-size: 0;
	vertical-align: middle;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	padding: 0px 5px;
	height: 34px;
	margin: -5px 0;
	text-align:center;
	width:20px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.Login .registerGroup li.userDisplayName a{
	padding: 0 5px;
}

.Login .registerGroup li.userMessages a:empty,
.Login .registerGroup li.userNotifications a:empty {
	width: 1em;
}

.Login .registerGroup li.userMessages a:before,
.Login .registerGroup li.userNotifications a:before {
	content: "\2709";
	color: FFF;
	font-size: 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? */
}
.Login .registerGroup li.userNotifications a:before {
	content: "\E196";
}
.Login .registerGroup li.userMessages:hover:before,
.Login .registerGroup li.userNotifications:hover:before { 
	color: #ed474a;
}

.Login .registerGroup li.userMessages a,
.Login .registerGroup li.userNotifications a {
	display: block!important;
}
*+html .Login .loginGroup,
*+html .Login .registerGroup,
*+html .Login .glyphicons,
*+html .Login .registerGroup ul,
*+html .Login .registerGroup li {
	display: inline;
}

.Login .registerGroup li.userMessages a strong,
.Login .registerGroup li.userNotifications a strong {
	display: none;
}
.Login .registerGroup li.userMessages a span,
.Login .registerGroup li.userNotifications a span {
	position:absolute;
	top:1px;
	right:1px;
	font-size:12px;
	display:block;
	background-color:#ee5154;
	padding:0px 3px;
	height:14px;
	line-height:1;
	color:#FFF;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	font-weight:normal;
}







/* Search Style  */
.pulldownsearch {
	position: absolute;
	top: 0px!important;
	right: 0px;
	z-index: 905;
	height: 100%!important;
	width: 48px;
}
.visible-xs .pulldownsearch {
	position: absolute!important;
}

.searchbut {
	height: 40px;
	width: 40px;
	font-size: 16px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #555;
	text-align:center;
	margin: -14px 0px 0px -26px;
}

.searchbut.Open .glyphicons.glyph-search:before {
	content: "\E208";
}

.searchBox {
	display:none;
	position:absolute;
	top: 50%;
	right:0px;
	margin-top: 26px;
	padding: 15px;
	background: #FFF;
	border: #dedede 1px solid;
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	overflow: inherit !important;
	height: 35px !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.searchArrow {
	position: absolute;
	top: -9px;
	right: 20px;
	background: url(images/search_arrow.png) no-repeat left top;
	width: 15px;
	height: 9px;
}



.searchBox #dnn_dnnSEARCH_ClassicSearch,
.searchBox #dnn_dnnSEARCH1_ClassicSearch,
.searchBox #dnn_dnnSEARCH2_ClassicSearch,
.searchBox #dnn_dnnSEARCH3_ClassicSearch {
	background: #ececec;
	border: none;
	float: none;
	height: 35px;
	margin-top: 0px;
	position: relative;
	white-space: nowrap;
	width: 235px;
	display: block;
	text-align: left;
	color: #FFF;
}

.SearchIcon {
	display: none;
}

.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
	overflow: hidden;
	padding: 0px;
	color: #FFF !important;
}


.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 8px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #979797;
}

.searchBox .searchInputContainer {
	position: static !important;
}
.searchBox .searchInputContainer a.dnnSearchBoxClearText {
	display: block !important;
	position: absolute !important;
	right: 10px !important;
	width: 16px !important;
	height: 16px !important;
	background: none !important;
	cursor: pointer;
	margin: 7px 0 7px 0;
	z-index: 20;
}
.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}

/*source_code*/
.source_code a {
	margin:10px 0px;
}
.source_code pre{
	display:none;
}
.source_code .source_box pre {
	display:block;
}
.source_code .source_box{
	display: none;
}
 
/* ********** NAV ************** */	


/* ********** CONTENT ************** */	
.content_mid {
	padding:0px;
}
.Content_bg {
	background:#f5f5f5;
}
.Content_bg_2 {
	background:#f5f5f5 url(images/line_bg.jpg) repeat-x top left;	
}
.Content_line {
	background:url(images/line_bg.jpg) repeat-x bottom left;	
}
.Content_bg_2  [class*="Pane"]{
	padding:35px 0px;
}
.Content_bg_4 {
	background:#f6f6f6 url(images/line_bg.jpg) repeat-x left top;
}
.BottomOutPane {
	padding:30px 0px 30px 0px;
}


.TopOutPane {
	padding:30px 0px 30px 0px; 
}
.TopPaneA {
	padding:52px 0px 60px !important;
	clear:both;
}
.TopPaneD {
	border-bottom:1px solid #d5dfde;
	padding:34px 0px !important;
}
.TopPaneE {
 	padding:34px 0px 0px!important;
}
.TopPaneA:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.TopPaneF{
}
.TopPaneG {
	background:#f5f5f5;
}

#dnn_content{
	margin-top:25px;
	margin-bottom:30px;
}

.color_1 {
	color:#cd4e2e;
}
.F_13 {
	font-size:13px;
}


.Banner_bg {
	background:url(images/white_bg.jpg) repeat-x left bottom;
	position:relative;
	clear:both;
}

.BannerPaneC {
	border:5px solid #FFF;
	position:relative;
	padding:0px !important;
	margin:35px 0px 10px; 
}
.BannerPaneC:before {
	content:" ";
	height:40px;
	width:100%;
	position:absolute;
	bottom:-45px; 
	left:0px;
	background:url(images/Banner_light_3.png) no-repeat left top;
	background-size:100% 40px;
	z-index:100;
	
	
}


/* ********** FOOTER ************** */	
.Footer_Topbg,
.Footer_Contentbg,
.Footer_Bottombg {
	position:relative;
}
.copyright_style, .FooterPane {
	float:left;
	padding-top:10px;
}
.copyright_style .sep {
	padding:0px 12px;
}
#to_top {
	float:right;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:1000;
	background:url(images/GoTop.png) no-repeat center center;
	width:46px;
	display:none;
	height:46px;
	overflow:hidden;
	cursor:pointer;
	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? */
}

/* ********** BOTTOM ************** */	
a.Button_default {
	padding:12px 30px;
	margin:0px 10px;
	position:relative;
	font-size:14px;
	display:inline-block;
	white-space:nowrap;
	margin-bottom:10px;
	color:#FFF!important;
	background:url(images/Button_default_bg.png) repeat-x left bottom;
	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? */
}
*+html a.Button_default {
	display:inline;
}
a.Button_default:hover {
	text-decoration:none;
	background: #555555;
}
a.Button_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.Button_green{
	display:inline;
}

a.Button_green:hover {
	text-decoration:none;
	background:#555555;
}
a.Button_green span.glyphicons {
	font-size: 24px;
	vertical-align: bottom;
}
a.Button_green2{
	padding:8px 15px;
}
a.Button_green2 span.glyphicons {
	font-size:24px;
	vertical-align:middle;
	margin-bottom:2px;
}
a.Button_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.Button_white{
	display:inline;
}

a.Button_white:hover {
	text-decoration:none;
	color:#FFF !important ;
}
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;
}



a.Button_default2 {
	padding: 9px 25px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	color: #FFFFFF !important;
	background-color: #ed474a;
	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; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

*+html a.Button_default2 {
	display: inline;
}

a.Button_default2:hover {
	text-decoration: none;
	background: #555555;
	color: #FFFFFF !important;
}

a.Button_normal2 {
	padding: 6px 20px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	color: #FFFFFF !important;
	background-color: #2e2e2e;
	margin: 0px 0px 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; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

*+html a.Button_normal2 {
	display: inline;
}

a.Button_normal2:hover {
	text-decoration: none;
	background: #ed474a;
	color: #FFFFFF !important;
}


a.headline_right_button {
	color:#666666!important;
	text-decoration:none;
	font-size:14px;
	background:url(images/Button_default_bg.png) repeat-x left bottom;
	background-color:#FFF;
	padding:16px 24px;
	position:relative;
	top:45px;
	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.headline_right_button:hover {
	background-color:#666;
}
@media only screen and (max-width: 767px) {
	a.headline_right_button {
		top:0;
	}
}


/*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;
}



/*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 {
	display: inline-block;
	padding: 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? */
}
*+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: 904;
	margin:0;
	padding:0;
}
/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	white-space:nowrap;
	}
#dnngo_megamenu .dnngo_slide_menu ul{
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	}
#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;
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	line-height: 24px;
	display: block;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms;
	-webkit-transition: color ease-in 200ms;
	-o-transition: color ease-in 200ms;
	-ms-transition: color ease-in 200ms;
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {

}
#dnngo_megamenu .dnngo_slide_menu li.dir > a:after{
	content: "\E224";
	vertical-align: middle;
	font-size: 7px;
	font-family: 'Glyphicons Regular';
	padding: 0;
	margin: 0;
	display: inline-block;
	-webkit-text-size-adjust: none;
	position: absolute;
	right: 20px;
	top: 10px;
	}


/*dnngo_boxslide*/

#dnngo_megamenu .dnngo_boxslide {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: auto;
	text-align:left;
	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;
	padding: 25px 0 25px 10px;
}


#dnngo_megamenu .dnngo_boxslide .menu_leftbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
	padding: 25px;
}

#dnngo_megamenu .dnngo_boxslide .menu_rightbox { 
	float:left;
	padding:25px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_rightbox:before{
	content:"";
	position:absolute;
	top:0px;
	height:100%;
	border-left:1px solid #D3D3D3;
	margin-left:-26px;
}


#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;
	font-size:13px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div{
	margin: 0 -21px 0 0;
}  
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul{
	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 > div > ul{
	display:inline;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul:before{
		content: "";
		border-left: 1px solid #D3D3D3;
		width: 0px;
		height: 100%;
		position: absolute;
		top: 0;
		margin-left: -21px;
		}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > a{
	display: block;
	border-bottom: 1px solid #D3D3D3;
	margin: 0 25px 7px 0;
	padding: 0 0 12px 0;
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > a:hover {
	text-decoration:none;
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > a > span{
	color:#3b9cf7;
	font-size:16px;
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > a > span:before{
	content:"\E115";
	vertical-align:middle;
	font-size:16px;
	font-family:'Glyphicons Regular';
	padding:0;
	margin:0;
	display:inline-block;
	margin:0 8px 3px 0; 
	-webkit-text-size-adjust:none; 
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li{
	width:100%!important;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > div > ul > li > ul > li{
	padding:5px 0;
	}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	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:"\E224";
	vertical-align:middle;
	font-size:7px;
	font-family:'Glyphicons Regular';
	padding:0;
	margin:0;
	display:inline-block;
	margin:0 3px 2px 0; 
	-webkit-text-size-adjust:none; 
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before{
}

#dnngo_megamenu .dnngo_boxslide .menu_topbox {
	width: 100%;
	padding:25px;
	border-bottom: 1px solid #D3D3D3;
	position:relative;
	z-index:1;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
	width: 100%;
	padding:25px;
	border-top: 1px solid #D3D3D3;
	position:relative;
	z-index:1;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}




#dnngo_megamenu .social-icons {
	margin:15px 0;
}
#dnngo_megamenu .social-icons a span{
	font-size:22px!important;
	color:#c1c1c1;
	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 .social-icons a:hover span{
	color:inherit;
}



#dnngo_megamenu .menu_rightbox .dividers_1 {
	margin-bottom:10px;
}

#dnngo_megamenu .dnngo_masonrymenu > ul{
	float:left;
}


h2.mega_title{
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 8px 0;
	text-transform:capitalize;
	}
ul.leftboxul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
ul.leftboxul li{
	list-style-type:none;
	border-bottom:1px solid #DDDDDD;
	padding:10px 0;
	}
ul.leftboxul li a{
	text-decoration:none;
	}
ul.leftboxul li a:hover{
	}
ul.leftboxul li a span.glyphicons{
	margin: 0px 6px 0 0;
	top: 2px;
	}

/*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-bottom:1px solid #ebebeb;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_2{
	border-bottom:1px dashed #d7d7d7;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_3{
	border-bottom:3px  double #ebebeb;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_4{
	border-bottom:2px solid #00bfa7;
	height:0px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_5{
	border-top:1px dotted #cdcdcd;
	border-bottom:1px dotted #cdcdcd;
	height:2px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.dividers_6{
	height:1px;
	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_7{
	height:3px;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	background:#ebebeb;
	background: -ms-linear-gradient(#ebebeb , #dfdfdf 30%, #FFF 72%); 
    background: -o-linear-gradient(#ebebeb , #dfdfdf 30%, #FFF 72%);
 	background: -moz-radial-gradient(#ebebeb , #dfdfdf 30%, #FFF 72%);
	background: -webkit-radial-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
}


/*ServeList*/
.ServeList {
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:block;
}
.ServeBox {
	margin-bottom:10px;
}
.ServeList li {
	width:25%;
	float:left;
	list-style:none;
	text-align:center;
	display:block;
	
}
*+html .ServeList li {
	width:24.9%;
}
.ServeList .ServeBox {
	border:10px solid #e5e5e5;
	text-align:center;
	padding:0px 5px 10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition:border ease 300ms;
	-moz-transition:border ease 300ms; /* Firefox 4 */
	-webkit-transition:border ease 300ms; /* Safari and Chrome */
	-o-transition:border ease 300ms; /* Opera */
	-ms-transition:border ease 300ms; /* IE9? */
	margin:0px 5px 5px;
}
.ServeList .ServeBox:hover {
 }
.ServeList .Serve_Icon {
	height:70px;
	line-height:70px;
	font-size:45px;
	text-align:center;
}
.ServeList .Serve_Icon span {
	line-height:inherit !important;
}
.ServeList h3 {
	font-size:18px;
	color:#333333;
	vertical-align:middle;
	padding:0px 0px 10px;
	margin:0px;
}
.ServeList p {
	line-height:1.6;
}

/*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.3;	
	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? */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
} 
.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_3*/
.ServeList_3 .Serve_Icon{
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	margin:auto;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	background:#aaaaaa;
	position:absolute;
	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_3 .Serve_Icon span{
	height:105px;
	width:105px;
	line-height:105px;
	text-align:center;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.ServeList_3 .ServeBox:hover .Serve_Icon {
}
.ServeList_3 .ServeBox h3{
	text-align:left;
	font-size:16px;
	color:#2c3433;
	font-weight:normal;
	position:relative;
	min-height:35px;
	padding:10px 0px 0px 50px;
}
.ServeList_3 .ServeBox {
	text-align:left;
}
/*ServeList_4*/
.ServeList_4 .Serve_Icon{
	height:72px;
	width:72px;
	line-height:72px;
	font-size:28px;
	color:#80807f;
	text-align:center;
	margin:auto;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	overflow:hidden;
	background:#eeeeee;
	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_4 .Serve_Icon span {
	line-height:inherit !important;}

.ServeList_4 .ServeBox:hover .Serve_Icon{
	color:#FFF;

}


.ServeList_4 .ServeBox{
	border:1px solid #d8dbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	padding:20px 10px 10px;
}
.ServeList_4 h3{
	padding:10px 0px;
}
/*ServeList_5*/
.ServeList_5 .Serve_Icon{
	height:60px;
	width:60px;
	line-height:60px;
	text-align:center;
	margin:-30px auto 10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	position:relative;
	overflow:hidden;
	color:#FFF;
	font-size:28px !important;
	font-weight:bold;
	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_5 .ServeBox:hover .Serve_Icon > img {
	filter:alpha(opacity=0);/*IE*/
	opacity:0;
}
.ServeList_5 .ServeBox{
	border:1px solid #d8dbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	padding:0px 10px 10px;
	margin:35px 1px 0px;
}
.ServeList_5 h3{
	padding:5px 0px;
}
/*ServeList_6*/
.ServeList_6 .Serve_Icon{
	height:40px;
	line-height:40px;
	width:40px;
	text-align:center;
	font-size:26px;
	color:#00bfa7;	
	margin:auto;
	display:block;
	position:absolute;
	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_6 .ServeBox:hover .Serve_Icon {
}
.ServeList_6 .ServeBox h3{
	text-align:left;
	font-size:16px;
	color:#2c3433;
	font-weight:normal;
	position:relative;
	min-height:35px;
	padding:10px 0px 0px 50px;
}
.ServeList_6 .ServeBox {
	text-align:left;
}

		
		
/*Theme_21_LinkAndZoom_Normal*/
.Theme_21_LinkAndZoom_Normal{
	padding-top:10px !important;}
.Theme_21_LinkAndZoom_Normal li {
	margin:0px 15px !important;
	border:1px solid #dfdcdc;
	background:#FFF;
	

}
.Theme_21_LinkAndZoom_Normal .carousel_image {
	border-bottom:7px solid #e5e5e5;
	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? */
}
.Theme_21_LinkAndZoom_Normal li:hover .carousel_image {
 }
.Theme_21_LinkAndZoom_Normal .carousel_title {
	padding:10px 10px 7px;
	font-size:16px !important;
	font-weight:normal;
}
.Theme_21_LinkAndZoom_Normal .carousel_cap {
	padding:0px 10px 15px;
	font-size:13px;
}
.Theme_21_LinkAndZoom_Normal .pager {
	padding-top:30px !important;
}
.Theme_21_LinkAndZoom_Normal .pager a {
	height:18px !important;
	width:18px !important;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
.Theme_21_LinkAndZoom_Normal .pager a.selected {
}
.Theme_21_LinkAndZoom_Normal .prev,
.Theme_21_LinkAndZoom_Normal .next{
	top:-38px !important;
	background-color:#bebebe !important ;
}

/*Theme_21_LinkAndZoom_roll*/
.Theme_21_LinkAndZoom_roll .carousel_title{
	color:#333333;
	font-size:15px;
	padding-top:5px;
	margin-bottom:2px;
}
.Theme_21_LinkAndZoom_roll .carousel_cap{
	color:#888888;
	font-size:13px;
}
.Theme_21_LinkAndZoom_roll li{
	margin:0px 1px !important;
}
.Theme_21_LinkAndZoom_roll .pager a{
	width:18px !important;
	height:18px !important;
}
.Theme_21_LinkAndZoom_roll .pager a.selected{
}
.Theme_21_LinkAndZoom_roll .next,
.Theme_21_LinkAndZoom_roll .prev{
	background-color:#757575 !important;
	top:-35px !important;
}
.Theme_21_LinkAndZoom_roll .next:hover,
.Theme_21_LinkAndZoom_roll .prev:hover{
}
.Theme_21_LinkAndZoom_roll .pager{
	padding-top:20px !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
}
/*About_Box*/
.About_Box {
	line-height:1.5;
}
.About_Box .About_icon {
	float:left;
	width:80px;
	height:72px;
	line-height:72px;
	font-size:40px;
	text-align:center;
	margin:4px 10px 0px 0px;
}
.About_Box .About_icon span {
	color:#FFF !important;
	line-height:inherit;
}
.About_Box .social-icons {
	margin-top:15px;
	padding-top:15px;
}
.About_Box .social-icons a {
	font-size:28px;
	margin-right:3px;
	background-color:transparent;
}
.About_Box .social-icons a:hover {
	background:none!important
}
/*Blog_list*/
.Blog_list {
	margin:-20px 0px 0px;
	padding:0px;
}
.Blog_list li {
	list-style:none;
	background:url(images/arrow.png) no-repeat left 26px;
	padding:20px 0px 15px 20px;
	border-bottom:1px solid #FFFFFF;
	border-bottom:1px solid rgba(255,255,255,0.2);
	position:relative;
}
.Blog_list li:before{
    border:5px solid transparent;
    border-left:5px solid #bbbbbb;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 27px;
    width: 0;
}


.Blog_list li p {
	line-height:1.7;
}
.Blog_list li span {
}
.Blog_list li.last-item {
	border:none;
}
/*Theme_Responsive_Default*/
.Footer_Contentbg .Theme_Responsive_Default .form_label {
	font-size:13px;
}
.Footer_Contentbg .Theme_Responsive_Default textarea, 
.Footer_Contentbg .Theme_Responsive_Default input[type="text"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="password"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="datetime"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="datetime-local"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="date"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="month"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="time"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="week"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="number"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="email"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="url"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="search"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="tel"], 
.Footer_Contentbg .Theme_Responsive_Default input[type="color"], 
.Footer_Contentbg .uneditable-input {
	padding:8px 0px 8px 3px !important;
	width:98% !important;
}
.Footer_Contentbg .Theme_Responsive_Default textarea {
	padding-bottom:1px !important;
}
.Footer_Contentbg .Theme_Responsive_Default .form_input {
	position:relative !important;
	padding-right:10px !important;
}
.Footer_Contentbg .Theme_Responsive_Default .form_required {
	position:absolute !important;
	right:-10px !important;
	top:10px;
}
.Footer_Contentbg .Theme_Responsive_Default .form_row {
	margin-bottom:0px !important;
}
.Footer_Contentbg .Theme_Responsive_Default .form_submit {
	text-align:right !important;
}
.Footer_Contentbg .Theme_Responsive_Default .form_submit input {
	color:#FFF !important;
	text-shadow: none !important;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:4px 22px !important;
	margin-right:10px !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? */
}
.Footer_Contentbg .Theme_Responsive_Default .form_submit input:hover{
	background:#181D1D;
}
.Footer_Contentbg .Theme_Responsive_Default .form_submit .reset_but {
	display:none;
}
/*Categories*/
.Categories {
	margin:-10px 0px 0px;
	padding:0px;
}
.Categories li {
	margin:0px;
	padding:0px;
	list-style:none;
	padding:9px 0px;
	position:relative;
	background:url(images/arrow_2.png) no-repeat left center;
	padding-left:15px;
	border-bottom:1px solid #FFFFFF;
	border-bottom:1px solid rgba(255,255,255,0.2);
}

.Categories a, 
.Categories a:link, 
.Categories a:active, 
.Categories a:visited {
	text-decoration:none;
}
.Categories a:hover {
	text-decoration:underline !important;
}
/*Banner*/
.SliderRevolution3D *{
	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;
}
.Banner_title {
	background:#2c3433;
	color:#FFF;
}
h3.triangle:before {
    border:10px solid transparent;
    border-top:10px solid #F00;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}
.Banner_smallTitle {
	font-weight:normal !important;
	color:#FFF;
}
.ls-borderlessdark .ls-nav-prev, .ls-borderlessdark .ls-nav-next {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:45px !important;
	height:45px !important;
	background:url(images/banner_arrow.png) no-repeat 18px center #2c3433 !important;
	left:100px !important;
}
.ls-borderlessdark .ls-nav-next {
	background-position:-60px center !important;
	left:inherit !important;
	right:100px !important;
}

.Banner_title_2{
	color:#FFF;
	padding:10px 20px;
	font-size:22px;
	font-weight:bold;
	position:relative;
 	-webkit-text-size-adjust:none; 
}
.Banner_Content_2{
	background:url(images/opacity_70.png) ;
	font-size:16px;
	padding:13px 20px;
	color:#FFF;
 -webkit-text-size-adjust:none; 
}
.Banner_title_4{
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
	background:#76817f;
	padding:7px 20px;
 -webkit-text-size-adjust:none; 
}
.Banner_smallTitle_4 {
	padding:12px 20px;
	font-size:20px;
	color:#ffffff;
 -webkit-text-size-adjust:none; 
}
.Banner_Content_4 {
	font-size:14px;
	color:#555555;
	line-height:30px;
 -webkit-text-size-adjust:none; 
}
.Banner_More_4 {
	color:#ffffff;
	padding:15px 30px;
	background:url(images/but_bg2.png) repeat-x left bottom ;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  -webkit-text-size-adjust:none;
  font-size:14px ;
	-webkit-text-size-adjust:none; 
}
.Banner_More_4 a,
.Banner_More_4 a:link,
.Banner_More_4 a:active,
.Banner_More_4 a:visited,
.Banner_More_4 a:hover{
	color:#FFF !important;
	text-decoration:none; 
}

.tp-bullets{
	z-index:900!important}

/*.Theme_08_Default*/
.Theme_08_Default .Slide div{
	text-align:center;
}

.BannerPaneB {
	position:relative;
}

.BannerPaneB:before {
	content:' ';
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/Banner_light.png) no-repeat center top;
	width:100%;
	height:30px;
	z-index:900;
	
}
 @media (max-width: 1170px) {
	.Banner_light {
		background-size:100% 30px;
	}
 }


/*sequence_list*/
.sequence_list {
	margin:0px;
	padding:0px;
}
.sequence_list li{
	list-style:none;
	position:relative;
	min-height:58px;
	padding-left:80px;
	margin-bottom:35px ;
 }
.sequence_list li:last-child{
	margin-bottom:0px !important ;
} 
.sequence_list .Ico{
	position:absolute;
	left:0px;
	top:3px;
	text-align:center;
	font-size:22px;	
	width:58px;
	line-height:58px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:2px;
	color:#fff;
}


.sequence_list h3 {
	font-size:15px;
	color:#2c3433;
	margin-bottom:10px;
}

/*Theme_14_Default*/
.Theme_14_Default .scrollableArea  {
	background:#000;
}
.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=50);
opacity:0.5;
}
.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:54px;
	display:block;
	margin:-27px 0px 0px -27px;
}
.Theme_14_Default .scrollableArea a:hover:before{
	background:url(images/Pic_Icon.png) center center no-repeat ;
}
.Theme_14_Default .scrollingHotSpotLeft{
	width:44px !important;
	height:50px !important;
	background:url(images/arrow-4.png) no-repeat 12px center #000 !important;
	opacity:0;  
	min-width:44px !important;
	top:50% !important;
	margin-top:-25px !important;
	border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
}
.Theme_14_Default .scrollingHotSpotRight{
	width:44px !important;
	height:50px !important;
	background:url(images/arrow-4.png) no-repeat -30px center #000 !important;
	opacity:0;  
	min-width:44px !important;
	top:50% !important;
	margin-top:-25px !important;
	border-radius:3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
}

/*headline*/
.headline_box_2 {
	color:#666666;
	padding:15px;
}
.headline_box_2 h3{
	color:#2c3433;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}
.headline_Left_2 {
	width:90%;
	float:left;
}
.headline_Right_2 {
	width:10%;
	float:right;
	text-align:right;
}

.headline_box_3 {
	color:#666666;
	padding:25px;
	clear:both;
}
.headline_box_3:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}




.headline_box_3 h3{
	color:#2c3433;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}
.headline_Left_3 {
	width:80%;
	float:left;
}
.headline_Right_3 {
	width:20%;
	float:right;
	text-align:right;
	margin-top:30px;
}

/*Theme_19_Normal*/
.Theme_19_Normal {
	position:relative;
}
.Theme_19_Normal .filter_block{
	border:none !important;
	position:absolute;
	top:-42px;
	left:auto ;
	right:0px;
	width:auto !important;
}
.Theme_19_Normal .filter_navigation ul li a,
.Theme_19_Normal .filter_navigation ul li.selected a{
	background:none !important;
	border:none !important;
}

/*Our Services*/
.OurServices_list {
	margin:0px;
	padding:10px 0px;
	clear:both;
 }
.OurServices_list:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.OurServices_list li {
	list-style:outside;
	list-style-position:inside ;
 	padding:0px 0px 5px 0px;
	width:50%;
	float:left;
	vertical-align:top;
 }
.OurServices_list li a, 
.OurServices_list li a:link, 
.OurServices_list li a:active,
 .OurServices_list li a:visited {
	font-size:13px;
	color:#777777;
	text-decoration:none
}
.OurServices_list li a:hover {

}

/*blockquote*/
.blockquote_box blockquote {
	margin:0px !important;
	padding:0px !important;
	text-align:left;
	background:none;
}
.blockquote_box blockquote p {
	background:url(images/quotes.png) no-repeat 20px 20px #f5f5f5;
	padding:20px 20px 25px 80px!important;
	font-style:normal;
	text-indent:2em;
	color:#888;
}
.blockquote_box blockquote small img {
	width:auto !important;
	display:inline !important;
	vertical-align:middle;
	margin-right:2px;	
}
.blockquote_box blockquote small {
	bottom:0;
	display: block;
	font-size: 13px;
	left:0;
	line-height:18px;
	padding: 20px 0 0;
	position:relative;
	text-align:left;
	max-width:550px;
	font-style:normal;
	margin-left:30px;
}
.blockquote_box blockquote small:before {
	content:" ";
	position:absolute;
 	top:-1px;
	left:40px;
	margin-left:-8px;
  border-top:15px solid #f5f5f5;
  border-right:15px solid transparent;
  border-bottom:10px solid transparent;
  border-left:0px solid transparent;
}

.Theme_25_Default .slide_content{
	padding:0px !important;
}
.Theme_25_Default .flex-control-nav{
	width:auto  !important;
	left:auto !important;
	right:0px !important;
	bottom:30px  !important;
 }
.Theme_25_Default .flex-control-paging li a {
	background: none !important;
	border: 1px solid #E3E3E3 !important;
	display: block !important;
	height: 18px !important;
	line-height: 50px;
	width: 18px !important;
	margin:0 4px !important;
} 
.Theme_25_Default .flex-control-paging li a.flex-active{
	background:#E3E3E3 !important;
}
.Theme_25_Default .flex-control-nav li{
	margin:0px !important;}
.Theme_25_Default .flex-pauseplay a.flex-pause{
	display:none !important;}
	
/*Meet Our Teams*/	
.Teams_list .Teams_Box {
	border:1px solid #dedcdc;
	padding:4px;
	margin-bottom:5px;
}
.Teams_list .Teams_position {
	position:relative;
	overflow:hidden;
}
.Teams_list .Teams_position img{
	max-width:100%;
}
.Teams_Box .Teams_info{
	position:absolute;
	background:url(images/opacity_70.png);
	display:block;
	width:100%;
	height:100%;
	padding:0px;
	margin:-60px 0px 0px;
	color:#FFF;
	top:100%;
	left:0px;
	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? */
}
.Teams_Box:hover .Teams_info{
	margin:0px;
	top:0px;
	left:0px;
}
.Teams_Box dt{
	padding:10px 0px 5px;
	margin:0px;
	font-size:17px;
	text-align:center;
	font-weight:normal;
}
.Teams_Box dt span{
	display:block;
	font-size:13px;
	padding-top:2px;
	font-style:oblique;
}
.Teams_Box dd {
	margin:0px;
	text-align:center;
	padding:0px 10px;
}


/*Page*/
/* **********  Lead  ************** */	
.Lead {
	position:relative;
}
.Lead_font {
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
}
.Lead h1 {
	color:#ffffff;
	font-size:30px;
	background:url(images/opacity_70.png);
	padding:10px 40px;
	position:absolute;
	left:0;
	bottom:10px;
	font-weight:normal;
}
.Lead p {
	color:#ffffff;
	font-size:20px;
	background:url(images/opacity_70.png);
	padding:15px 40px;
	line-height:1.2;
	position:absolute;
	left:0;
	top:0px;
	font-weight:normal;
}
/*Our Skills*/
.progress .progress-bar {
	text-align:left;
	text-indent:12px;
}
/* **********  accordion_2  ************** */	

.accordion_2 .panel-default {
	border:none !important;
	margin-bottom:4px;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}
.accordion_2 .panel-heading {
	background-color:#f8f8f8;
	border:none !important;
    border-radius: 0;
    padding: 0;
}
.accordion_2 .panel-heading .panel-title a {
	padding:10px 10px 10px 46px;
	background-image:none;
	position:relative;
	color:#444444;
	font-size:14px;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_2 .panel-title a .accordion_icon:before {
	content:"\2212";
	position:absolute;
	top:50%;
	left:50%;
	font-size:14px;
	margin:-7px 0px 0px -7px;
	color: #FFF;
}
.accordion_2 .panel-title a:hover .accordion_icon:before {
	content:"\2212";
	color:#FFF;
}
.accordion_2 .panel-title a.collapsed .accordion_icon:before {
	content:"\002B";
	color:#444444;
}
.accordion_2 .panel-title a.collapsed:hover .accordion_icon:before {
	content:"\002B";
	color:#FFF;
}

.accordion_2 .panel-heading .panel-title a span {
	position:absolute;
	background:rgba(0,0,0,0.1);
	top:0px;
	left:0px;
	width:36px;
	height:100%;
	display:inline-block;
	margin:0px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.accordion_2 .panel-body  {
	padding:9px 0px;
	border:none !important;
}

.accordion_2 .panel-heading .panel-title a:hover ,
.accordion_2 .panel-heading .panel-title a,
.accordion_2 .panel-heading .panel-title a.collapsed:hover{
	color:#FFF;
}
.accordion_2 .panel-heading .panel-title a.collapsed{
	background-color:#f8f8f8;
	color:#444444;
}


/* **********  accordion_3  ************** */	

.accordion_3 .panel-default {
	border:none !important;
	margin-bottom:4px;
	margin-top:0 !important;
	border-radius: 0;
	-moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
}
.accordion_3 .panel-heading {
	background:url(images/accordion_bg.jpg) repeat-x left bottom;
	border:1px solid #dddddd !important;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    padding: 0;
}

.accordion_3 .panel-heading .panel-title a {
	padding:10px 10px 10px 10px;
	background-image:none;
	position:relative;
	color:#444444;
	font-size:14px;
	overflow:hidden;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_3 .panel-heading .panel-title a span {
	position:absolute;
	top:0px;
	left:auto;
	right:0;
	width:36px;
	height:100%;
	display:inline-block;
	margin:0px;
	border-left:1px solid #e3e3e3 ;
	background-color:#FFF;
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
}

.accordion_3 .panel-title a .accordion_icon:before {
	content:"\2212";
	position:absolute;
	top:50%;
	left:50%;
	font-size:14px;
	margin:-7px 0px 0px -7px;
	color:#666666;
}
.accordion_3 .panel-title a:hover .accordion_icon:before {
	content:"\2212";
	color:#666666;
}
.accordion_3 .panel-title a.collapsed .accordion_icon:before {
	content:"\002B";
	color:#666666;
}
.accordion_3 .panel-title a.collapsed:hover .accordion_icon:before {
	content:"\002B";
	color:#666666;
}

.accordion_3 .panel-body {
	padding:9px 0px;
	border:none !important;
}
 .accordion_3 .panel-heading .panel-title a.collapsed{
	color:#444444;
}
 
 
 
.accordion_4 {
	border-bottom:1px solid #e0e0e0;
} 
.accordion_4 .panel-heading .panel-title a,
.accordion_4 .panel-heading .panel-title a:hover {
	color:#00bfa7;
	font-size:13px;
	border-bottom: 1px solid #e0e0e0;
}
.accordion_4 .panel-default{
	border:none;
	margin-top:0 !important;
	border-radius:0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;    
	margin-bottom:1px;
}
.accordion_4 .panel-body{
	padding:9px 0px;
	border: none !important;
}

.accordion_4 .panel-heading .panel-title a{
	border-top:1px solid #e0e0e0;
	padding:12px 0;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_4 .panel-heading  .accordion_icon{
	border-right:1px solid #00bfa7;
	border-bottom:1px solid #00bfa7;
	display:inline-block;
	width:5px;
	height:5px;
	margin-top:-3px;
	vertical-align:middle;
	margin-right:10px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.accordion_4 .panel-heading .panel-title a.collapsed{
	border-bottom:none;
}
.accordion_4 .panel-heading .panel-title a.collapsed .accordion_icon {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}
.accordion_4 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_4 .panel-heading .panel-title a.collapsed,
.accordion_4 .panel-heading .panel-title a.collapsed:hover{
	color:#666666;
}

.accordion_5 .panel-heading .panel-title a{
	background-color:#fafafa;
	border:1px solid #ebebeb;
	padding:10px 0px 10px 50px;
	position:relative;
	font-size:13px;
	color:#444444;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_5 .panel-default{
	border:none!important;
	margin-bottom:5px!important;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}
.accordion_5 .panel-body{
	padding:9px 0px;
	border: none !important;
}
.accordion_5 .panel-heading .accordion_icon{
	background:#00bfa7;
	width:38px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	color:#FFF;
}
.accordion_5 .accordion_icon:before {
	content:"\002B";
	top:50%;
	left:50%;
	margin:-8px 0 0 -8px ;
	position:absolute;
}

.accordion_5 .panel-title a:hover .accordion_icon:before {
	content:"\2212";
}
.accordion_5 .panel-title a .accordion_icon:before {
	content:"\2212";
}
.accordion_5 .panel-title a.collapsed .accordion_icon:before {
	content:"\002B";
}
.accordion_5 .panel-title a.collapsed:hover .accordion_icon:before {
	content: "\002B";
	color: #FFF;
}
.accordion_5 .panel-heading .panel-title a, 
.accordion_5 .panel-heading .panel-title a:hover,
.accordion_5 .panel-heading .panel-title a.collapsed:hover{
	color:#00bfa7;
}
.accordion_5 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_5 .panel-heading .panel-title a.collapsed{
	color:#444444;
}

.accordion_6 {
} 
.accordion_6 .panel-heading .panel-title a,
.accordion_6 .panel-heading .panel-title a:hover {
	color:#00bfa7;
}
.accordion_6 .panel-default{
	border:none;
	margin-bottom: 6px;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}
.accordion_6 .panel-heading .panel-title a{
	border:1px solid #ececec;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	z-index:1;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
	font-size: 13px;
	background-color: #fafafa;
	padding: 12px 10px;
}
.accordion_6 .panel-collapse {
	border:1px solid #ececec;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:-6px;
	position:relative;
	z-index:0;
}
.accordion_6 .panel-heading  .accordion_icon{
	border-right:1px solid #00bfa7;
	border-bottom:1px solid #00bfa7;
	float:right;
	width:5px;
	height:5px;
	vertical-align:middle;
	margin:5px 1px 0px 0px ;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */
	-o-transform:rotate(45deg); /* Opera */
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.accordion_6 .panel-heading .panel-title a.collapsed .accordion_icon {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
	margin: 5px 1px 0px 0px;
}
.accordion_6 .panel-body {
	border: none !important;
	padding: 9px 15px;
}
.accordion_6 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
	background:none;
}
.accordion_6 .panel-heading .panel-title a.collapsed,
.accordion_6 .panel-heading .panel-title a.collapsed:hover{
	color:#666666;
}


.accordion_7 .panel-heading .panel-title a{
	background-color:#f2f2f2;
	padding:12px 0px 12px 50px;
	position:relative;
	font-size:13px;
	color:#444444;
	display: block;
	font-weight:normal;
	line-height:18px;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.accordion_7 .panel-default{
	border:none!important;
	margin-bottom:5px!important;
	margin-top:0 !important;
	border-radius: 0;
    -moz-box-shadow:none;               /* For Firefox3.6+ */
	-webkit-box-shadow:none;            /* For Chrome5+, Safari5+ */
	box-shadow:none;                    /* For Latest Opera */
	background:none;
}
.accordion_7 .panel-body{
	padding:9px 0px;
	border: none !important;
}
.accordion_7 .panel-heading .accordion_icon{
	background:#dedede;
	width:42px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	color:#666666;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.accordion_7 .accordion_icon:before {
	content:"\002B";
	top:50%;
	margin:-6px 0 0 -6px ;
	position:absolute;
}
.accordion_7 .panel-title a .accordion_icon:before {
	content: "\2212";
	color: #FFF;
}
.accordion_7 .panel-title a:hover .accordion_icon:before {
	color: #FFF;
}
.accordion_7 .panel-title a.collapsed .accordion_icon:before {
	content: "\002B";
	color:#444444;
}
.accordion_7 .panel-title a.collapsed:hover .accordion_icon:before {
	content: "\002B";
	color: #FFF;
}
.accordion_7 .panel-heading .panel-title a.actived, 
.accordion_7 .panel-heading .panel-title a.actived:hover,
.accordion_7 .panel-heading .panel-title a:hover{
	color:#00bfa7;
}
.accordion_7 .panel-heading .panel-title a.actived .accordion_icon, 
.accordion_7 .panel-heading .panel-title a.actived:hover .accordion_icon,
.accordion_7 .panel-heading .panel-title a:hover .accordion_icon{
	background:#00bfa7;
	color:#FFF;
}
.accordion_7 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
}
.accordion_7 .panel-heading .panel-title a.collapsed{
	color:#444444;
}
.accordion_7 .panel-heading .panel-title a.collapsed .accordion_icon{
	background-color: #dedede;
}



/* MEET OUR TEAM */
.our_team .team_content {
}
.our_team .team_list {
	text-align:center;
	margin-top:20px;
}
.our_team .team_title {
	padding:10px;
	color:#FFF;
	text-align:center;
	line-height:1.2;
	font-style:italic
}
.our_team .team_title span {
	font-size:18px;
	padding-right:10px;
	display:block;
	font-style:normal;
	padding-bottom:3px;
}
.our_team .team_social {
	text-align:center;
	padding:10px 0;
	background-color:#efefef;
}
.our_team .team_social .social-icons a {
	width:30px;
	height:30px;
	font-size:26px;
	margin:2px 0px;
	color:#bbbbbb;
	display:inline-block;
}
.our_team .team_social .social-icons a span {
	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? */
}

.our_team .team_social .social-icons a:hover {
	box-shadow:none;
	background:none;
}
 

.our_team2 .team_title {
	padding:15px 0px 8px;
	font-size:18px;
	color:#00bfa7;
} 
.our_team2 .team_title span {
	color:#2c3433;
}
.our_team2 .team_content {
	color:#808080;
}
.our_team2 .team_social a,
.our_team2 .team_social a:link,
.our_team2 .team_social a:active,
.our_team2 .team_social a:visited{
	font-size:32px;
	color:#d2d2d2;
}
.our_team2 .team_social a:hover {
	color:#00bfa7;
	text-decoration:none;
}
 @media (max-width: 767px) {
	.our_team2 .team_list{
		max-width:258px;
		margin:auto auto 5px;
	}
}



/*ServicesList*/
.Services_List {
	clear:both;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 10px;
	text-align:center;
}
.Services_List .row {
	margin-bottom:20px;
}
.Services_List .col-sm-3 > div {
	background:#f8f8f8;
	display:inline-block;
}
.Services_List h3 {
	color:#444444;
	font-size:16px;
	font-weight:normal;
	padding:10px 0px;
	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:82px;
	height:82px;
	display:block;
	text-align:center;
	margin:40px auto 0px;
	line-height:82px;
	background:#c8c8c8;
	font-size:30px;
	color:#FFF;
	border-radius:82px;
	-moz-border-radius:82px;
	-webkit-border-radius:82px;
	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? */
}
.Services_List .Services_icon  i,
.Services_List .Services_icon  em,
.Services_List .Services_icon  span {
	line-height:inherit !important;}
.Services_List .Services_Content {
	padding:0px 20px 40px;
}
/*What Others Say About Us ?*/
.About_info {
	position:relative;
	padding-left:100px;
	margin-top:20px;
}
.About_info .Img_box {
	position:absolute;
	top:10px;
	left:0px;
	width:88px;
	height:88px;
	line-height:88px;
	font-size:50px;
	color:#FFF;
	text-align:center;
	background:#dbdbdb;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-right:15px;
}
.About_info .Img_box span {
	line-height:inherit;
}
.About_msg {
	margin-left:-100px;
	color:#444444;
}
.About_msg span {
}
/*Why Choose Us ?*/
.Choose_List {
	margin:0;
	padding:0px;
}
.Choose_List li {
	background:url(images/arrows_2.png) no-repeat 0px 16px;
	list-style:none;
	border-bottom:1px solid #e2e2e2;
	padding:9px 0px 10px 20px;
}
.Choose_List span {
	float:right;
}
.Choose_List a,
.Choose_List a:link,
.Choose_List a:active,
.Choose_List a:visited {
color:#666666; 
text-decoration:none 
}
.Choose_List a:hover{
text-decoration:none 
}



/*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 h3 {
	font-size:16px;
	color:#333333;
	font-weight:normal;
	padding-bottom:10px;
}
.Answers_List span.Answers_icon {
	width:82px;
	height:82px;
	line-height:82px;
	color:#FFF;
	text-align:center;
	display:inline-block;
	float:left;
	font-size:40px;
	margin:3px 15px 0px 0px;
	background:#c8c8c8;
	border-radius:82px;
	-moz-border-radius:82px;
	-webkit-border-radius:82px;
	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 .Answers_List span.Answers_icon {
	display:block;
	font-size:65px;
}
*+html .Answers_List h3 {
	margin-top:-20px;
}
/*tabs-top-group*/
.tabs-top-group2 .panel-default{
	border: none;
	margin-top:0 !important;
	border-radius: 0;
    box-shadow: none;
	background:none;
	border-bottom: 1px solid #ebebeb;
    margin-bottom: 1px;
}
.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 {
	list-style: 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 .panel-heading {
	border: none;
    border-radius: 0;
    padding: 0;
}
.tabs-top-group2 .panel-heading .panel-title a{
	border: none;
	background: url(images/plus_minus2.png) no-repeat right -75px #F8F8F8;
	position: relative;
	border: none;
	padding: 10px 0px 10px 35px;
	font-size: 14px;
	color: #444444;
	display: block;
	font-weight:normal;
	line-height:18px;
	outline:none;
	text-decoration:none !important;
    -webkit-transition: background-color 0.35s ease;
	-moz-transition: background-color 0.35s ease;
	-ms-transition: background-color 0.35s ease;
	-o-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.tabs-top-group2 .panel-heading:hover .panel-title a.collapsed{
	background-position: right -139px;
}
.tabs-top-group2 .panel-heading .accordion_icon {
	position: absolute;
	left: 8px;
	top: 10px;
	text-align: center;
	background: #9b9b9b !important;
	color: #FFFFFF;
	font-weight: bold;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.tabs-top-group2 .panel-heading .panel-title a {
	transition: background-color ease-in 100ms;
	-moz-transition: background-color ease-in 100ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 100ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 100ms; /* Opera */
	-ms-transition: background-color ease-in 100ms; /* IE9? */
}
.tabs-top-group2 .panel-heading .panel-title a.collapsed {
	background-position: right 15px;
}
.tabs-top-group2 .panel-heading:hover .panel-title a {
	background-image: url(images/plus_minus2.png);
	background-position: right -229px;
	color: #FFF !important;
}
.tabs-top-group2 .panel-heading:hover .accordion_icon {
	background: #FFF !important;
}
.tabs-top-group2 .panel-body {
	padding: 0px 0px 20px 40px;
	border: none;
}
.Title_pricing {
	font-size:20px;
	color:#444;
	font-weight:normal;
	text-align:center;
	padding-bottom:20px;
}



/*******price*******/
 
.price-table:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.price-table {
	display:inline-block;
}
.price-table {
	display:block;
}
.price-table {
	padding:28px 0px 28px 0px;
}
.price-table [class*="span"]{
	margin-bottom:15px;
}

.price-table .col {
	float:left;
	text-align:center;
	margin-bottom:10px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table.col2 .col {
	width:50%;
}
.price-table.col3 .col {
	width:33.3333%;
}
.price-table.col4 .col {
	width:25%;
}
.price-table.col5 .col {
	width:20%;
}
*+html .price-table.col2 .col {
	width:49.9%;
}
*+html .price-table.col3 .col {
	width:33.33%;
}
*+html .price-table.col4 .col {
	width:24.9%;
}
*+html .price-table.col5 .col {
	width:19.9%;
}
.price-table .col:hover {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.15);
}
.price-table .col.best_value {
	box-shadow:0 0 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;            /* For Chrome5+, Safari5+ */
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15) inset;                    /* For Latest Opera */
	margin-top:-38px;
}
.price-table .col.best_value .price_title {
	padding-top:30px;
	padding-bottom:26px;
	background:none;
	color:#FFF !important;
}
.price-table .col.best_value .price_title h2 {
	color:#FFF !important;
}
.price-table .col.best_value .price_holder {
	padding-bottom:22px;
}
.price_title {
	color:#444444;
	border:1px solid #e2e2e2;
	padding-top:15px;
	padding-bottom:11px;
	padding-left:10px;
	padding-right:10px;
	font-size:22px;
	position:relative;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.price-table .price_title h2 {
	margin:0px;
	font-weight:normal;
}
.price-table .col:hover .price_title {
}
.price-table .col:nth-of-type(2n+1) .price_title {
}
.price-table .col:first-child .price_holder {
	margin-left:0px;
}
.price-table .price_holder {
	border:1px solid #E4E4E4;
	margin:0 0 0 -1px;
	min-height:300px;
	padding-bottom:12px;
}
.price-table .col:hover .price_holder {
}
.price-table .price_box {
	color:#444444;
	padding: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-table [class*="span"]{
	margin-bottom:15px;
}

.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_title{
	background-color:#2c3433;
	border:none;
}
.price-table3 .price_title h2 {
	text-align:center;
	color:#FFF;
	font-size:26px;
	padding:25px 0px 6px;
}
.price-table3 .price_box{
	text-align:center;
	padding:15px 0px 30px;
}
.price-table3 .price_box .sup,
.price-table3 .price_box .price,
.price-table3 .price_box .unit{
	vertical-align:bottom;
	line-height:normal!important;
	color:#FFF;
	font-size:26px;
}
.price-table3 .price_box .price{
	font-size:50px;
	font-weight:bold;
	line-height:1!important;
	padding:0px 3px;
}
.price-table3 .price_holder{
	border:1px solid #ededed;
	margin:0px;
	padding:0px 14px;
	text-align:center;
}
.price-table3 .price_holder dt{
	border-bottom:1px solid #ededed;
	padding:25px 0;
	font-size:22px;
	color:#818181;
}
.price-table3 .price_holder dd{
	line-height:2;
	padding:20px 0px;
	margin:0;
	color:#808080;
	text-align:left;
}
.price-table3 .price_holder .btn{
	margin:auto;
	background:#2c3433;
	padding:15px 40px;
	font-size:20px;
}

.price-table3 .price_holder .btn:hover {
	background:#00bfa7;
}
.price-table3 .best_value .price_title,
.price-table3 .best_value .price_holder .btn{
	background:#00bfa7;
}
.price-table3 .color_1 .price_title,
.price-table3 .color_1 .price_holder .btn{
	background:#7a6bbc;
}
.price-table3 .color_2 .price_title,
.price-table3 .color_2 .price_holder .btn{
	background:#93c650;
}

.price-table3 .color_3 .price_title,
.price-table3 .color_3 .price_holder .btn{
	background:#ff803f;
}

.price-table3 .color_4 .price_title,
.price-table3 .color_4 .price_holder .btn{
	background:#febf0f;
}

.price-table3 .color_1 .price_holder .btn:hover,
.price-table3 .color_2 .price_holder .btn:hover,
.price-table3 .color_3 .price_holder .btn:hover,
.price-table3 .color_4 .price_holder .btn:hover{
	background:#2c3433;
}


.price-table4 .price_title{
	border:none;
	text-align:center;
	padding:25px 0px;
	font-size:14px;
	font-style:italic;
	color:#ffffff;
	border:none;
	margin:0 ;
}
.price-table4  .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0 ; 
	-moz-border-radius:		3px 3px 0 0 ;
	-webkit-border-radius:	3px 3px 0 0 ;
	overflow:hidden;
	max-width:800px;
}

.price-table4 .price_title h2{
	font-size:26px;
	color:#FFF;
	margin-bottom:3px;
	font-style:normal;
}
.price-table4 .price_holder{
	text-align:center;
	border:none;
	margin:0px;
	padding-bottom:30px;
}
.price-table4 .price_box {
	background:url(images/price-table4_bg.png) no-repeat bottom center;
	color:#FFF;
	position:relative;
	padding:25px 0px 30px;
	margin:0 0 20px;
}
.price-table4 .price_box .sup {
	font-size:22px;
}
.price-table4 .price_box .price{
	font-size:50px;
	font-weight:bold;
}
.price-table4 .price_box .unit{
	display:block;
	text-align:center;
	font-size:16px;
}
.price-table4 .price_holder ul{
	border-bottom:1px solid #f2f2f2;
	margin-bottom:20px;
}
.price-table4 .price_holder ul li{
	border-top:1px solid #f2f2f2;
	color:#b3b3b3;
}
.price-table4 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table4 a.btn{
	padding:10px 24px;
	font-size:14px;
	background:url(images/opacity_20_0.png) repeat-x left bottom;
	background-size:auto 3px;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
}

.price-table4 .color_1 .price_title{background-color:#81bc34;}
.price-table4 .color_1 .price_box{background-color:#88c637;}
.price-table4 .color_2 .price_title{background-color:#41a1d2;}
.price-table4 .color_2 .price_box{background-color:#45aadd;}
.price-table4 .color_3 .price_title{background-color:#41d293;}
.price-table4 .color_3 .price_box{background-color:#45dd9b;}
.price-table4 .color_4 .price_title{background-color:#d2a741;}
.price-table4 .color_4 .price_box{background-color:#ddb045;}

.price-table5 .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0;
	-moz-border-radius:		3px 3px 0 0;
	-webkit-border-radius:	3px 3px 0 0;
	overflow:hidden;
}
.price-table5 .price_title {
	background-color:#f9f9f9;
	border:none;
	text-align:center;
	padding:30px 0;
}
.price-table5 .price_title h2{
	font-size:26px;
	color:#a6a6a6;
	font-weight:bold;
}
.price-table5 .price_holder {
	border:none;
	margin:0;
	padding:0;
	text-align:center;
}
.price-table5 .price_box {
	text-align:center;
	color:#2c3433;
}

.price-table5 .price_box .sup,
.price-table5 .price_box .price,
.price-table5 .price_box .unit{
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.price-table5 .price_box .sup {
	font-size:22px;
}
.price-table5 .price_box .price{
	font-size:50px;
	font-weight:bold;
}
.price-table5 .price_box .unit{
	display:block;
	text-align:center;
	font-size:16px;
}
.price-table5 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table5 .price_holder ul li{
	border-top:none;
	color:#8f9394;
}
.price-table5 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table5 .price_holder a.btn{
	width:100%;
	padding:15px 0;
	background-color:#2c3433;
	margin:0;
}
.price-table5 .price_holder a.btn:hover{
	background-color:#00bfa7;
}

.price-table5 .best_value .price_box{
	color:#00bfa7;
}
.price-table5 .best_value .price_holder a.btn{
	background-color:#00bfa7;
}

.price-table5 .price_border:hover .price_box{
	color:#00bfa7;
}
.price-table5 .price_border:hover .price_holder a.btn{
	background-color:#00bfa7;
}

.price-table6 .price_border{
	border:1px solid #ededed;
	border-radius:			3px 3px 0 0;
	-moz-border-radius:		3px 3px 0 0;
	-webkit-border-radius:	3px 3px 0 0;
	overflow:hidden;
}
.price-table6 .price_title{
	border:none;
	font-size:26px;
	text-align:center;
}
.price-table6 .price_title h2{
	color:#a6a6a6;
}
.price-table6 .price_holder{
	border:none;
	text-align:center;
	padding-bottom:0;
}
.price-table6 .price_box{
	border:5px solid #000;
	width:118px;
	height:118px;
	margin:auto auto 15px;
	padding:0;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
}
.price-table6 .price_box .sup {
	padding-top:20px;
	display:inline-block;
	font-size:22px;
}
.price-table6 .price_box .price{
	padding-top:20px;
	display:inline-block;
	font-size:53px;
}
*+html .price-table6 .price_box .sup ,
*+html .price-table6 .price_box .price{
	display:inline;
}
.price-table6 .price_box .unit{
	display:block;
	font-size:15px;
}
.price-table6 .price_holder ul{
	border-bottom:none;
	margin-bottom:0px;
}
.price-table6 .price_holder ul li{
	border-top:none;
	color:#8f9394;
}
.price-table6 .price_holder ul li:nth-child(odd){
	background:#f9f9f9;
}
.price-table6 .price_holder a.btn{
	width:100%;
	padding:15px 0;
	background-color:#2c3433;
	margin:0;
	font-weight:bold;
	font-size:14px;
}

.price-table6 .color_1 .price_box{
	border:5px solid #88c637;
	color:#88c637;
}
.price-table6 .color_1 .price_holder a.btn{
	background-color:#88c637;
}
.price-table6 .color_2 .price_box{
	border:5px solid #45aadd;
	color:#45aadd;
}
.price-table6 .color_2 .price_holder a.btn{
	background-color:#45aadd;
}

.price-table6 .color_3 .price_box{
	border:5px solid #45dd9b;
	color:#45dd9b;
}
.price-table6 .color_3 .price_holder a.btn{
	background-color:#45dd9b;
}

.price-table6 .color_4 .price_box{
	border:5px solid #ddb045;
	color:#ddb045;
}
.price-table6 .color_4 .price_holder a.btn{
	background-color:#ddb045;
}

 @media (min-width: 768px) and (max-width: 979px) {
.price-table1 [class*="span"],
.price-table2 [class*="span"],
.price-table3 [class*="span"],
.price-table4 [class*="span"],
.price-table5 [class*="span"],
.price-table6 [class*="span"]{
		width:48%;
		margin:0 1% 8px!important;
	}

 }
 @media (max-width: 767px) {
	/*price*/	
	.price-table.col2 .col, 
	.price-table.col3 .col, 
	.price-table.col4 .col, 
	.price-table.col5 .col {
		width:50%;
	}
	.price-table .col.best_value {
		margin-top:0px;
	}
	.price-table .col.best_value .price_title {
		padding-top:15px;
		padding-bottom:11px;
	}
	.price-table .col.best_value .price_holder {
		padding-bottom:12px;
	}
	.price_content {
		margin-bottom:20px;
	}
	.price-table .best_value{
		margin-top:0px !important;
		margin-bottom:15px !important;
	}
 }



/*chart*/
.chart_list {
	text-align:center;
}
.chart_list .percentage {
	position:relative;
	margin:auto auto 8px;
	width:140px;
	height:140px;
	line-height:140px;
	color:#00bfa7;
}
.chart_list .percentage .percentage_inner {
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width:100%;
	font-size:28px;
}


.chart_list2 {
	text-align:center;
}
.chart_list2 .percentage2 {
	position:relative;
	margin:auto auto 8px;
	width:140px;
	height:140px;
	line-height:140px;
	color:#00bfa7;
}
.chart_list2 .percentage2 .percentage_inner {
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	width:100%;
	font-size:28px;
	background:url(images/percentage_bg.png) no-repeat center center;
	background-size:contain;
	padding:1px;
	margin:-1px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}


/*number_Animation*/
.number_Animation {
	text-align:center;
	color:#00bfa7;
}
.number_Animation .glyphicons {
	font-size:90px;
}
.number_Animation .number {
	display:block;
	text-align:center;
	font-size:48px;
}

/*Testimonials*/
.Testimonials_tab {
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	overflow:hidden;
	min-height:20px;
	transition: 		height ease-in 200ms;
	-moz-transition: 	height ease-in 200ms; /* Firefox 4 */
	-webkit-transition: height ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		height ease-in 200ms; /* Opera */
	-ms-transition: 	height ease-in 200ms; /* IE9? */
}
.Testimonials_tab li {
	position:absolute;
	left:0px;
	top:0px;
	display:none ;
	width:100%;
	list-style:none;
}

.Testimonials_tab .last_page,
.Testimonials_tab .next_page{
	position:absolute;
	top:0px;
	right:0px;
	height:28px;
	line-height:28px;
	width:28px;
	background-color:#f2f2f2;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	color:#797979;
	font-family:Helvetica;
	top:auto;
	bottom:14px;
	left:auto;
	right:0;	
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.Testimonials_tab .last_page{
	right:32px;
}
.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover{
	background-color:#00bfa7;
	color:#FFF;
	text-decoration:none;
}
.Testimonials_tab .dot{
	position:absolute;
	bottom:0;
}
.Testimonials_tab .dot a{
	display:inline-block;
	width:6px;
	height:6px;
	border:2px solid #606060;
	margin:0 3px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	font-size:0;
	text-indent:-999px;
	vertical-align:middle
}
*+html .Testimonials_tab .dot a{
	display:inline;
}
.Testimonials_tab .dot a.actived {
	background:#606060;
	width:10px;
	height:10px;
}

.Testimonials_1 .dot{
	right:60px;
	bottom:16px;
}
.Testimonials_1 .dot a{
border:1px solid #f2f2f2;
width:20px;
height:20px;
}
.Testimonials_1 .dot a.actived{
width:20px;
height:20px;
border:1px solid #f2f2f2;
background:#f2f2f2;
}

.Testimonials_1 blockquote{
	background:none;
	padding:1px 0px 0px;
	margin:0px;
	text-indent:0;
}
.Testimonials_1 blockquote p{
	background-color:#fafafa;
	border:1px solid #ececec;
	padding:20px;
	font-size:13px;
	color:#808080;
	font-style:normal;
	text-indent:0;
}
.Testimonials_1 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 35px;
}
.Testimonials_1 small:before{
	content:" ";
	position:absolute;
	top:-7px;
	left:55px;
	width:10px;
	height:10px;
	background-color:#fafafa;
	border-left:1px solid #ececec;
	border-bottom:1px solid #ececec;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.Testimonials_1 small img{
	width:50px;
	height:50px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_1 small span {
	display:block;
	font-size:15px;
	color:#00bfa7;
	font-weight:bold;
	margin-top:4px;
}




.Testimonials_2 .last_page,
.Testimonials_2 .next_page{
	top:auto;
	bottom:0;
	left:50%;
}
.Testimonials_2 .last_page{
	right:32px;
	margin:0 0 0 -30px;
}
.Testimonials_2 .dot{
	right:0;
	bottom:3px;
	width:100%;
	text-align:center;
}
.Testimonials_2 .dot a{
border:1px solid #f2f2f2;
width:20px;
height:20px;
}
.Testimonials_2 .dot a.actived{
width:20px;
height:20px;
border:1px solid #f2f2f2;
background:#f2f2f2;
}


.Testimonials_2 blockquote{
	background:none;
	padding:0px;
	margin:0px;
	text-indent:0;
}
.Testimonials_2 blockquote p{
	padding:0px;
	text-align:center;
	font-size:13px;
	color:#808080;
	font-style:normal;
}
.Testimonials_2 .Pic{
	width:70px;
	height:70px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	vertical-align:middle;
	display:block;
	margin:0px auto 10px;
	overflow:hidden;
	text-align:center;
	text-indent:0;
}
.Testimonials_2 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:15px 0 40px;
	width:100%;
	text-align:center;
}
.Testimonials_2 small:before{
	content:" ";}
.Testimonials_2 small span {
	display:block;
	font-size:15px;
	color:#00bfa7;
	font-weight:bold;
	margin-top:4px;
}

.Testimonials_3 blockquote{
	background:none;
	padding-bottom:0px;
	position:relative;
}

.Testimonials_3 .last_page{
	left:180px;
	bottom:60px;
}
 
.Testimonials_3 .next_page{
	left:210px;
	bottom:60px;
}

.Testimonials_3{ 
	position:relative;
}
.Testimonials_3 .Pic {
	width:160px;
	height:160px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.Testimonials_3 li{
	padding-left:180px;
	min-height:160px;
	width:auto;
}

.Testimonials_3 blockquote span.mark{
	font-size:103px;
	position:absolute;
	top:-5px;
	left:10px;
	color:#555;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif!important;
	font-style:italic!important;
	text-indent:0!important;
	text-align:left;
	width:100px;
}
*+html .Testimonials_3 blockquote span.mark{
	text-indent:-55px!important;
}


.Testimonials_3 small:before{
	content:" ";}
	
.Testimonials_3 small span {
	display:block;
	font-size:15px;
	color:#444444;
	font-weight:bold;
	margin-top:4px;
	font-style:normal;
	margin-bottom:3px;
}
.Testimonials_3 small{
	position:static;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:25px 0 40px;
	float:right;
}
.Testimonials_3 .dot {
	left:180px;
	bottom:40px;

}

.Testimonials_4 {
	margin:0;
	padding:0;
}
.Testimonials_4 li {
	list-style:none;
}
.Testimonials_5 .dot{
	right:0px;
}

.Testimonials_4 blockquote{
	background:none;
	padding:0px;
	margin:0px 0px 15px;
}
.Testimonials_4 blockquote p{
 	border-bottom:7px solid #f0f0f0;
	padding:0px 0px 20px;
	font-size:13px;
	line-height:2;
	color:#808080;
	font-style:normal;
	text-indent:0;
	
}
.Testimonials_4 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:24px 0 0 0px;
}
.Testimonials_4 small:before{
	content:" ";
	position:absolute;
	top:0px;
	left:30px;
	width:0px;
	height:0px;
	border:7px solid  transparent;
	border-top:10px solid #f0f0f0;

}

.Testimonials_4 small img{
	width:60px;
	height:60px;
	margin-right:15px;
	float:left;
	vertical-align:middle;
}
.Testimonials_4 small span {
	display:block;
	font-size:15px;
	color:#00bfa7;
	font-weight:bold;
	margin:6px 0px 5px;
}

.Testimonials_5 blockquote{
	background:none;
	padding:0px;
	margin:0px 0px 15px;
	text-indent:0;
}
.Testimonials_5 blockquote p{
	padding:0px;
	font-size:13px;
	color:#808080;
	font-style:normal;
	text-indent:0;
	padding:20px;
	background-color:#00bfa7;
	color:#FFF;
}
.Testimonials_5 small{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	color:#777777;
	font-style:normal;
	padding:20px 0 0 0px;
}
.Testimonials_5 small:before{
	content:" ";
	position:absolute;
	top:0px;
	left:30px;
	width:0px;
	height:0px;
	border:7px solid  transparent;
	border-top:10px solid #00bfa7;
}
.Testimonials_5 small span {
	display:block;
	font-size:15px;
	color:#00bfa7;
	font-weight:bold;
	margin:6px 0px 5px;
}

.Testimonials_5 .last_page,
.Testimonials_5 .next_page{
	top:auto;
	bottom:5px;
	width:29px;
	height:27px;
	background-color:#959998;
	text-indent:-999px;
	border-radius:			0px;
	-moz-border-radius:		0px;
	-webkit-border-radius:	0px;
	overflow:hidden;
}

.Testimonials_5 .last_page:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:0px!important;
	height:0px!important;
	border:6px solid  transparent;
	border-right:6px solid #FFF;
	margin:-6px 0px 0px -9px;

}
.Testimonials_5 .next_page:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:0px!important;
	height:0px!important;
	border:6px solid  transparent;
	border-left:6px solid #FFF;
	margin:-6px 0px 0px -3px;

}


.Testimonials_6 {
	padding-bottom:30px;
	text-align:center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	transition: height ease-in 200ms;
	-moz-transition: height ease-in 200ms; /* Firefox 4 */
	-webkit-transition: height ease-in 200ms; /* Safari and Chrome */
	-o-transition: height ease-in 200ms; /* Opera */
	-ms-transition: height ease-in 200ms; /* IE9? */
}
.Testimonials_6 .dot {
	text-align: center;
	width: 100%;
	bottom: 15px;
}
.Testimonials_6 .dot a,
.Testimonials_6 .dot a.actived {
	width: 18px;
	height: 18px;
	border: none;
	background: #FFF;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.Testimonials_6 .dot a.actived {
	background: #ed474a;
}
.Testimonials_6 .ico {
	width:70px;
	height:70px;
	overflow:hidden;
	line-height:100px;
	text-indent:-13px;
	background-color:#ed474a;
	text-align:center;
	margin:0 auto 15px;
	font-size:70px;
	color:#FFF;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.Testimonials_6 blockquote,
.Testimonials_6 blockquote p{
	color:#FFF;
	text-align:center;
	font-size:26px;
	line-height:1.4;
	background-color:transparent;
	
}
.Testimonials_6 blockquote small{
	margin:auto;
	position:static;
	font-size:22px;
	color:#ffffff;
}
/*******Pricing Option *******/
.price_List .price_content {
	padding-left:100px;
	position:relative;
}
.price_List .sup {
	position:absolute;
	top:20px;
	left:0px;
	font-size:25px;
	color:#959595;
}
.price_List .price {
	position:absolute;
	top:5px;
	left:15px;
	font-size:50px;
	color:#444444;
}


/* Form   Theme_Responsive_Default */

.Theme_Responsive_Default .form_input {
	padding-right:25px !important;
	position:relative;
}
.Theme_Responsive_Default .form_input input, .Theme_Responsive_Default .form_input textarea {
	width:100% !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.Theme_Responsive_Default .form_input .form_required {
	padding:0px !important;
	position:absolute;
	top:10px;
	right:0px;
}
.Theme_Responsive_Default .form_label {
	color:#888888;
	font-size:14px;
}
.Theme_Responsive_Default .btn {
	background:none;
	padding:5px 20px;
	margin:0 0 10px;
	color:#FFF !important;
	text-shadow:none !important;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius: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? */
}
.Theme_Responsive_Default .btn:hover {
	background:#525252;
}
.Theme_Responsive_Default .form_input textarea{
	height:70px!important;
}


/*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;
	color:#888888;
	font-size:14px;
}
.ContactInfo_list li span {
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:12px;
	left:0px;
	font-size:16px;
}

/*gmap*/
#gmap img {
	max-width:none;
}
#gmap {
	width:100%;
	height:300px;
}
/*404 ERROR*/
.ErrorPage_Box {
	text-align:center;
}
.ErrorPage_Box h1 {
	text-align:center;
	color:#888888;
	font-size:60px;
	font-weight:normal;
	padding:50px 0px 20px;
	line-height:1.1;
}
.ErrorPage_Box p {
	color:#888888;
	font-size:16px;
	text-align:center;
	padding:20px 0px 10px 0px;
}
.ErrorPage_Box ul {
	display:inline-block;
	margin:auto;
	padding:0px 0px 20px 0px;
}
*+html .ErrorPage_Box ul {
	display:inline;
}
.ErrorPage_Box ul li {
	text-align:left;
	list-style:none;
	color:#888888;
	font-size:16px;
	padding:5px 0px;
}
.ErrorPage_Box .Refresh:before {
	display:none !important;
}
.ErrorPage_Box .ErrorPage_but {
	padding:20px 0px 50px;
}
.ErrorPage_Box .ErrorPage_but a:Hover {
	text-decoration:none;
}
.ErrorPage_Box span.glyphicons {
	font-size:25px;
	margin-right:15px;
	margin-bottom:3px;
	vertical-align:middle;
}



/*loaded_list*/

.loaded_list .progress-bar {
	position: relative;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: none;
	background-color: #00bfa7;
}
.loaded_list .progress {
	overflow: visible;
	height: 15px;
	line-height: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.loaded_list .progress-bar span {
	position: absolute;
	right: 0px;
	bottom: 100%;
	background: #2c3433;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px!important;
	line-height: normal!important;
	font-size: 12px!important;
	text-indent: 0;
	margin-bottom: 8px;
	display: none;
}
.loaded_list .progress-bar span:before {
	border: 5px solid transparent;
	border-top: 5px solid #2c3433;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0!important;
	margin-left: -5px;
}

/* horizontalTab_Top_1*/
.horizontalTab_Top_1 {
	padding-bottom:15px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li {
	margin-right:10px;
	border:1px solid #ebebeb;
	border-bottom:none;
	padding-top:1px;
}

.horizontalTab_Top_1 ul.resp-tabs-list li span{
	padding:10px 22px ;
	font-size:14px;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
	padding-top:0px;
	border-top:2px solid #00bfa7;
}
.horizontalTab_Top_2 {
	padding-bottom:15px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li {
	margin-right:5px;
	border:1px solid #ececec;
	border-bottom:none;
	background-color:#f3f3f3;
}

.horizontalTab_Top_2 ul.resp-tabs-list li span{
	padding:10px 12px ;
	font-size:14px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li em,
.horizontalTab_Top_2 ul.resp-tabs-list li i,
.horizontalTab_Top_2 h2.resp-accordion span em,
.horizontalTab_Top_2 h2.resp-accordion span i{
	padding-right:5px;
}
.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span{
	background-color:#00bfa7;
	color:#FFF!important;
}

.horizontalTab_Top_3 {
	padding-bottom:15px;
}
.horizontalTab_Top_3 ul.resp-tabs-list li ,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover{
	margin:0 10px 5px 0;
	border:1px solid #00bfa7;
	padding-top:1px;
	background-color:#00bfa7;
}
.horizontalTab_Top_3 ul.resp-tabs-list li span{
	padding:10px 22px ;
	font-size:14px;
	color:#FFF;
}
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active,
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover{
	padding-top:0px;
	border:1px solid #ebebeb;
	border-top:2px solid #00bfa7;
}
.horizontalTab_Top_3 ul.resp-tabs-list li:hover  span{
	color:#FFF;
}


.verticalTab_Left_1 {
	padding-bottom:15px;
}
.verticalTab_Left_1 .resp-tab-content{
	border:none;
}
.verticalTab_Left_1 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_1 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	color:#00bfa7!important;
	background:none!important;
}
.verticalTab_Left_1 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	border-right:none;
	background:#FFF!important;
	padding-left:1px;
	margin-bottom:12px;
}
.verticalTab_Left_1 ul.resp-tabs-list {
	border-top:1px solid #ebebeb;
	padding:0px;
}
.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active{
	margin-right:-1px;
	border-left:2px solid #00bfa7;
	padding-left:0px;
}

.verticalTab_Left_2 {
	padding-bottom:15px;
}
.verticalTab_Left_2 .resp-tab-content{
	border:none;
}
.verticalTab_Left_2 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_2 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#00bfa7!important;
	text-align:center;
	padding-right:15px;
}
.verticalTab_Left_2 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	background:#f3f3f3!important;
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
}
.verticalTab_Left_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Left_2 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_2 ul.resp-tabs-list li em,
.verticalTab_Left_2 ul.resp-tabs-list li i,
.verticalTab_Left_2 h2.resp-accordion span em,
.verticalTab_Left_2 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Left_3 {
	padding-bottom:15px;
}
.verticalTab_Left_3 .resp-tab-content{
	border:none;
}
.verticalTab_Left_3 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Left_3 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
	color:#FFF;
}
.verticalTab_Left_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#FFF!important;
	color:#00bfa7;
	text-align:center;
	padding-right:15px;
}
.verticalTab_Left_3 ul.resp-tabs-list li{
	border:1px solid #00bfa7;
	background:#00bfa7!important;
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
	padding-top:1px;
}
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border:1px solid #ebebeb;
	border-top:2px solid #00bfa7!important;
	padding-top:px;
}
.verticalTab_Left_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Left_3 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Left_3 ul.resp-tabs-list li em,
.verticalTab_Left_3 ul.resp-tabs-list li i,
.verticalTab_Left_3 h2.resp-accordion span em,
.verticalTab_Left_3 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Right_1 {
	padding-bottom:15px;
}
.verticalTab_Right_1 .resp-tab-content{
	border:none;
}
.verticalTab_Right_1 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_1 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	padding:10px 15px!important;
	color:#00bfa7!important;
	background:none!important;
}
.verticalTab_Right_1 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	border-left:none;
	background:#FFF!important;
	margin-bottom:12px;
	
}
.verticalTab_Right_1 ul.resp-tabs-list {
	border-top:1px solid #ebebeb;
	padding:0px;
}
.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active{
	margin-left:-1px;
	padding-left:1px;
	border-right:2px solid #00bfa7;
}
 
.verticalTab_Right_2 {
	padding-bottom:15px;
}
.verticalTab_Right_2 .resp-tab-content{
	border:none;
}
.verticalTab_Right_2 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_2 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
}
.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#00bfa7!important;
	text-align:center;
	padding:10px 15px!important;
}
.verticalTab_Right_2 ul.resp-tabs-list li{
	border:1px solid #ebebeb;
	background:#f3f3f3!important;
	margin-bottom:12px;
	margin-left:10px;
	text-align:center;
}
.verticalTab_Right_2 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Right_2 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_2 ul.resp-tabs-list li em,
.verticalTab_Right_2 ul.resp-tabs-list li i,
.verticalTab_Right_2 h2.resp-accordion span em,
.verticalTab_Right_2 h2.resp-accordion span i{
	padding-right:5px;
}


.verticalTab_Right_3 {
	padding-bottom:15px;
}
.verticalTab_Right_3 .resp-tab-content{
	border:none;
}
.verticalTab_Right_3 .resp_container .resp_margin{
	border:1px solid #ebebeb;
	padding:10px 20px ;
	margin:0;
}
.verticalTab_Right_3 ul.resp-tabs-list li span{
	padding:10px 15px;
	margin:0px;
	border:none;
	background:none;
	color:#FFF;
}
.verticalTab_Right_3 ul.resp-tabs-list li:hover span{
	color:#FFF;
}
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active span{
	margin:0px;
	border:none;
	background:#FFF!important;
	color:#00bfa7;
	text-align:center;
	padding:10px 15px!important;
}
.verticalTab_Right_3 ul.resp-tabs-list li{
	border:1px solid #00bfa7;
	background:#00bfa7!important;
	margin-bottom:12px;
	margin-left:10px;
	text-align:center;
	padding-top:1px;
}
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active:hover{
	border:1px solid #ebebeb;
	border-top:2px solid #00bfa7!important;
}
.verticalTab_Right_3 ul.resp-tabs-list li:first-child{
	border-top:1px solid #ebebeb;
}
.verticalTab_Right_3 ul.resp-tabs-list {
	padding:0px;
}
.verticalTab_Right_3 ul.resp-tabs-list li em,
.verticalTab_Right_3 ul.resp-tabs-list li i,
.verticalTab_Right_3 h2.resp-accordion span em,
.verticalTab_Right_3 h2.resp-accordion span i{
	padding-right:5px;
}



 @media (max-width: 767px) {
	.verticalTab_Left_1 .resp_container .resp_margin,
	.verticalTab_Left_2 .resp_container .resp_margin,
	.verticalTab_Left_3 .resp_container .resp_margin,
	.verticalTab_Right_1 .resp_container .resp_margin,
	.verticalTab_Right_2 .resp_container .resp_margin,
	.verticalTab_Right_3 .resp_container .resp_margin{
		border-bottom:none;
	}
}

/*quotes*/
.quotes_1 blockquote{
	background:#fbfbfb;
	border:1px solid #ebebeb;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
	color:#8f8f8f;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_1 blockquote p{
	text-indent:0px;
	color:#8f8f8f;
}
.quotes_1 blockquote small{
	position:static;
	color:#5e5e5e;
	padding:20px 0 0;
}
.quotes_1 blockquote span.mark{
	font-size:20px;
	position:absolute;
	top:25px;
	left:20px;
	line-height:normal;
	font-family:Tahoma, Geneva, sans-serif!important;
	font-style:italic!important;
}
*+html .quotes_1 blockquote span.mark{
	text-indent:-15px!important;
}


.quotes_2 blockquote{
	background:#FFF;
	border:1px solid #ebebeb;
	border-left:5px solid #00bfa7;
	color:#8f8f8f;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_2 blockquote p{
	text-indent:20px;
	position:relative;
	z-index:1;
	color:#8f8f8f;
}
.quotes_2 blockquote small{
	position:static;
	color:#5e5e5e;
	padding:20px 0 0;
	text-align:right;
}
.quotes_2 blockquote span.mark{
	font-size:120px;
	position:absolute;
	top:-15px;
	left:10px;
	color:#d2d2d2;
	line-height:normal;
	z-index:0;
	font-family:Tahoma, Geneva, sans-serif!important;
	font-style:italic!important;
	text-indent:0px!important;
}
*+html .quotes_2 blockquote span.mark{
	text-indent:-75px!important;
	top:-5px;
}

.quotes_3 blockquote{
	background:#00bfa7;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
 	color:#FFF;
	text-indent:0px;
	padding:25px 35px;
	margin:0 0 8px;
}
.quotes_3 blockquote p{
	text-indent:30px;
	color:#FFF;
}
.quotes_3 blockquote small{
	position:static;
	color:#FFF;
	padding:20px 0 0;
	text-align:right;
}
.quotes_3 blockquote span.mark{
	font-size:84px;
	position:absolute;
	top:8px;
	left:25px;
	color:#FFF;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif!important;
}
*+html .quotes_3 blockquote span.mark{
	text-indent:-55px!important;
	top:10px;
}

.quotes_4 blockquote{
	background:#FFF;
 	color:#8f8f8f;
	text-indent:0px;
	padding:25px 00px;
	margin:0 0 8px;
}
.quotes_4 blockquote p{
	text-indent:45px;
	color:#8f8f8f;
}
.quotes_4 blockquote small{
	position:static;
	color:#00bfa7;
	padding:20px 0 0;
}
.quotes_4 blockquote span.mark{
	font-size:103px;
	position:absolute;
	top:-2px;
	left:-10px;
	color:#d2d2d2;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-style:italic!important;
}
*+html .quotes_4 blockquote span.mark{
	text-indent:-55px!important;
	top:0px;
}
/*dropcaps*/
.dropcaps_1 {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size:45px;
	color:#666666;
}
.dropcaps_2 {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	font-size:45px;
	color:#00bfa7;
}
.dropcaps_3 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#666666;
	background:#f2f2f2;
}
.dropcaps_4 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#00bfa7;
	background:#f2f2f2;
}
.dropcaps_5 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
	background:#00bfa7;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.dropcaps_6 {
	width:50px;
	height:50px;
	line-height:50px;
	margin:10px 8px 5px 0px;
	text-align:center;
	float:left;
	font-size:36px;
	color:#FFF;
	background:#00bfa7;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;
}
.dropcaps_7 {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 10px 8px 5px 0px;
	text-align: center;
	float: left;
	font-size: 36px;
	color: #FFF;
	background: #2e2e2e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.dropcaps_8 {
	width: 84px;
	height: 84px;
	line-height: 84px;
	margin: 10px 15px 0px 0px;
	text-align: center;
	float: left;
	font-size: 70px;
	color: #FFF;
	background: #2e2e2e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
/*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;
}

.filter_block #filters li.selected a,.filter_block #filters li.selected a:hover{
	color:#FFF!important;
}

.list_style1 {
	margin: 0px;
	padding: 0px;
}
.list_style1 li {
	list-style: none;
	padding: 3px 0px;
}
.list_style1 li .glyphicons,
.list_style1 li .social {
	margin-right: 5px;
}
.list_style1 li a,
.list_style1 li a:link,
.list_style1 li a:active,
.list_style1 li a:visited {
	color: #888888;
}
.list_style1 li a:hover {
}


.list_style2 {
	margin: 0px;
	padding: 0px;
}

.list_style2 ul {
	padding-top: 5px;
}

.list_style2 li {
	list-style: none;
	padding: 5px 0px;
}

.list_style2 li:before {
	content: " ";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #ed474a;
	margin: 0 8px 2px 0;
	display: inline-block;
	vertical-align: middle;
}

.list_style2 li a,
.list_style2 li a:link,
.list_style2 li a:active,
.list_style3 li a:visited {
	color: #888888;
}




/*Core Owl Carousel CSS File*/

/* clearfix*/
.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
/* display none until init */
.carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.carousel .owl-item{
	float: left;
}
.carousel .owl-pagination {
	text-align:center;
	padding:20px 0 0;
	position:absolute;
	top:100%;
	left:2;
	width:100%;
}
.carousel .owl-page{
	cursor: pointer;
	width:21px;
	height:21px;
	border:2px solid #2e2e2e;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}

.carousel .owl-page.active{
 }

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next{
	position:absolute;
	left:-30px;
	top:50%;
	width:34px;
	height:34px;
	line-height:34px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-17px 0 0 0;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel .owl-buttons .owl-next{
	left:auto;
	right:-30px;
}

.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #2e2e2e;
	border-bottom:2px solid #2e2e2e;
	width:8px ;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 0 0 -3px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);}

.carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #2e2e2e;
	margin-left:-4px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
.carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover{
}
.carousel .owl-buttons .owl-prev:hover:before{
}
.carousel .owl-buttons .owl-next:hover:before{
	border-left:none;
}

.carousel .grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

.carousel  .owl-wrapper,
.carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.carousel{
	display:none;
} 
.carousel img {
	max-width:100%;
}

.carousel_1 .item .itemmain{
	text-align:center;
	margin: -30px 20px 0 20px;
	padding: 40px 0 0 0;
	background-color:#ffffff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	transition: 		background-color ease-in 200ms,border ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,border ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,border ease-in 200ms; /* IE9? */
}

.carousel_1 .ico{
	width:60px;
	height:60px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
	margin:auto;
	position:relative;
}


.carousel_1 .ico .glyphicons,
.carousel_1 .ico .socia{
	width:60px;
	height:59px;
	line-height:60px;
	display:block;
	color:#FFF;
	font-size:20px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
}

.carousel_1 h3 {
	font-weight:normal;
	color:#2c3433;
	font-size:16px;
	margin: 10px 0;
}
.carousel_1 p{
	font-size:13px;
	line-height:20px;
	padding: 0 16px;
	
	}
.carousel_1 a.Button_normal{
	margin:10px 0 20px;
	display:inline-block;
	text-transform:uppercase;
}

.carousel_1 .item:hover .itemmain{
	border:2px solid #dddddd;
	background-color:#F7F7F7;
 }


.carousel_1 .item:hover .ico .glyphicons,
.carousel_1 .item:hover .ico .socia{
}
.carousel_1 .item:hover a.Button_normal{
	text-decoration:none;
}
.carousel_1 .item:hover h3  {
}

.carousel_1 .owl-buttons .owl-prev, 
.carousel_1 .owl-buttons .owl-next{
	border:none;
	color:#A5A5A5;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */

	}
.carousel_1 .owl-buttons .owl-prev:hover, 
.carousel_1 .owl-buttons .owl-next:hover{
	}
.carousel_1 .owl-buttons .owl-prev:before, 
.carousel_1 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:19px;
	content: "\E225";
	font-family: 'Glyphicons Regular';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	}
.carousel_1 .owl-buttons .owl-next:before{
	content: "\E224";
	}

.carousel_2 .owl-buttons .owl-prev,
.carousel_2 .owl-buttons .owl-next{
	color:#D3D3D3;
	width:50px;
	height:50px;
	left:-50px;
	border:none;
	background-color:rgba(0,0,0,0.5);
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	transition: 		background-color ease-in 200ms,color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms,color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms,color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms,color ease-in 200ms; /* IE9? */
}
.carousel_2 .owl-buttons .owl-next{
	left:auto;
	right:-50px;
}
.carousel_2 .owl-buttons .owl-prev:before,
.carousel_2 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:19px;
	content: "\E225";
	font-family: 'Glyphicons Regular';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	margin: -16px 0 0 -9px;
	
}
.carousel_2 .owl-buttons .owl-next:before{
	content: "\E224";
	}
.carousel_2 .owl-buttons .owl-prev:hover,
.carousel_2 .owl-buttons .owl-next:hover{
	color:#fff;
}
.carousel_2 .owl-pagination{
	padding-top:10px;
}
.carousel_2 .owl-page{
	height:16px;
	width:16px;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel_2 .photo_box{
	padding:0 10px;
	}


.carousel_3 {
	margin-bottom:40px;
}
.carousel_3 .item {
	background:#FFF;
	text-align:center;
	color:#999999;
}
.carousel_3 .item h3 {
	margin:25px 0 5px;
	font-size:15px;
	color:#666666;

}
.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next{
	color:#fff;
	width:40px;
	height:70px;
	margin-top:-33px;
	border:none;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_3 .owl-buttons .owl-prev{
	left:0;
	}
.carousel_3 .owl-buttons .owl-next{
	right:0;
	}
.carousel_3 .owl-buttons .owl-prev:hover,
.carousel_3 .owl-buttons .owl-next:hover{
}
.carousel_3 .owl-buttons .owl-prev:before,
.carousel_3 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:19px;
	content: "\E225";
	font-family: 'Glyphicons Regular';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	margin: -16px 0 0 -9px;
	
}
.carousel_3 .owl-buttons .owl-next:before{
	content: "\E224";
	}
.carousel_3 .owl-page{
	background-color:#6B6B6B;
	border:none;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */

	}
.carousel_3 .owl-page.active{
	}
 
.carousel_4{
	margin-bottom:0;
	}
.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	filter:alpha(opacity=0);
	opacity:0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4:hover .owl-buttons .owl-prev,
.carousel_4:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_4 .item {
	text-align:center;
	margin:auto;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4 .sliding {
	position:absolute;
	top:0;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
	color:#FFF;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_4 .item:hover .sliding {
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
}
.carousel_4 .sliding p{
	position:relative;
	top:60px;
	font-size:18px;
	color:rgba(255,255,255,0);
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
	}
.carousel_4 .item:hover .sliding p{
	color:rgba(255,255,255,1);
	}

.carousel_4 .sliding a.iconleft:before{
	font-family: 'Glyphicons Regular';
	content: "\E051";
	color:#fff;
	font-size:20px;
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 54px;
	height: 54px;
	line-height:54px;
	display: block;
	margin: -27px 0px 0px -60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	box-sizing: content-box;
	-moz-box-sizing:  content-box;
	-webkit-box-sizing: content-box;
	filter:alpha(opacity=0);
	opacity:0;
}
.carousel_4 .sliding a.iconright:before{
	font-family: 'Glyphicons Regular';
	content: "\E028";
	color:#fff;
	font-size:20px;
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 54px;
	height: 54px;
	line-height:54px;
	display: block;
	margin: -27px 0px 0px 7px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	box-sizing: content-box;
	-moz-box-sizing:  content-box;
	-webkit-box-sizing: content-box;
	filter:alpha(opacity=0);
	opacity:0;
}
.carousel_4 .item:hover .sliding a:before{
	filter:alpha(opacity=80);
	opacity:0.8;
	-webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)
}
.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	color:#fff;
	width:40px;
	height:70px;
	margin-top:-33px;
	border:none;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_4 .owl-buttons .owl-prev{
	left:0;
	}
.carousel_4 .owl-buttons .owl-next{
	right:0;
	}
.carousel_4 .owl-buttons .owl-prev:hover,
.carousel_4 .owl-buttons .owl-next:hover{
}
.carousel_4 .owl-buttons .owl-prev:before,
.carousel_4 .owl-buttons .owl-next:before{
	width:auto;
	height:auto;
	border-left:none;
	border-bottom:none;
	border-right:none;
	font-size:19px;
	content: "\E225";
	font-family: 'Glyphicons Regular';
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	margin: -16px 0 0 -9px;
	
}
.carousel_4 .owl-buttons .owl-next:before{
	content: "\E224";
	}



.carousel_5 .owl-page{
	cursor: pointer;
	border:none;
	width:18px;
	height:18px;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	background-color:#9f9f9f;
}
.carousel_5 .owl-page.active{
 }
.carousel_5 .owl-pagination{
	position:relative;
	top:auto;
	}
 
 
 
.carousel_5 .photo_box{
	margin:0 15px;
	border: 1px solid #dfdcdc;
	background-color: #FFF;
	}
.carousel_5 .photo_box .pic_box{
	border-bottom: 7px solid #e5e5e5;
	transition: border ease-in 200ms;
	-moz-transition: border ease-in 200ms;
	-webkit-transition: border ease-in 200ms;
	-o-transition: border ease-in 200ms;
	-ms-transition: border ease-in 200ms;
	}
.carousel_5 .photo_box:hover .pic_box{
	border-bottom:7px solid #f00;
	}
.carousel_5 .photo_box h3{
	padding: 10px 10px 7px;
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0px 5px 0px;
	}
.carousel_5 .photo_box p{
	padding: 0px 10px 15px;
	font-size: 13px;
	}
/* 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 {
	-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;

}


/*new page*/

.TeamDetail_left {
	border: 1px dashed #cfcfcf;
	padding: 10px;
}
.TeamDetail_left img {
	max-width:100%;
	margin-bottom:15px;
}
.TeamDetail_left .team_social{
	border-top: 1px dashed #cfcfcf;
	padding: 12px 0 0px;
	margin-top: 15px;
	font-size: 30px;
}
.TeamDetail_left .team_social a {
	color: #ed474a;
	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? */
}

.TeamDetail_left .team_social a:hover {
	color: #2e2e2e;
}

.TeamDetail_right .Teamtitle {
	color:#2c3433;
	font-size:18px;
	font-weight:normal;
}
.TeamDetail_right .Teamtitle span{
	color: #ed474a;
}
.TeamDetail_content {
 }
.TeamDetail_info {
	border-top: 1px dashed #dcdcdc;
	border-bottom: 1px dashed #dcdcdc;
	margin:0;
	padding:7px 0;
}
.TeamDetail_info li{
	list-style:none;
	padding:7px 10px 7px 0;
	display:inline-block;
	vertical-align:middle;
}
.TeamDetail_info li span.glyphicons,
.TeamDetail_info li span.social{
	width:29px;
	height:29px;
	line-height:29px;
	background-color:#dcdcdc;
	font-size:16px;
	text-align:center;
	color:#FFF;
	margin-right:10px;
	vertical-align:middle;
}
.TeamDetail_info li a,
.TeamDetail_info li a:link,
.TeamDetail_info li a:active,
.TeamDetail_info li a:visited {
	color:#8a8a8a; 
	text-decoration:none 
}
.TeamDetail_info li a:hover {
	color:#ed474a;
	text-decoration: underline
}
.loaded_list2 p {
	margin: 0px;
	color: #2e2e2e;
}

.loaded_list2 .progress {
	margin: 0 0 10px;
	height: 26px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.loaded_list2 .progress .progress-bar {
	height: 26px;
	line-height: 26px;
	text-align: right;
	background: #ed474a;
	color:#FFF;
	width:0;
	transition: 		width ease-in 200ms;
	-moz-transition: 	width ease-in 200ms; /* Firefox 4 */
	-webkit-transition: width ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		width ease-in 200ms; /* Opera */
	-ms-transition: 	width ease-in 200ms; /* IE9? */
}

.loaded_list2 .progress .progress-bar span {
	padding-right: 5px;
}

/*Time Line*/
.timeline { 
	border-left:4px #e5e5e5 dotted;
	margin:15px 50px 15px 93px ;
	padding:20px 0px 20px 73px;
}
.timeline > li {
	list-style:none;
	position:relative;
	padding:15px 0;
	min-height:132px;
}
.timeline > li > span.timeline_time {
	position:absolute;
	top:40px;
	left:-119px;
	width:92px;
	height:92px;
	line-height:92px;
	text-align:center;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	border:1px solid #e2e2e2;
	background:#ffffff;
	color:#2e2e2e;
	font-size:16px;
}
.timeline .timeline_content {
	border:1px solid #ececec;
	padding:25px 20px 15px;
	background-color:#fafafa;
	position:relative;
}
.timeline .timeline_content:before {
	content:" ";
	position:absolute;
	top:65px;
	left:-7px;
	border-left:1px solid #ececec;
	border-bottom:1px solid #ececec;
	background-color:#fafafa;
	width:14px;
	height:14px;
	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 */
}
.timeline .timeline_content p{
	line-height:1.8;
}
.timeline .timeline_title{
	font-size:20px;
	color:#2e2e2e;
	margin-bottom:15px;
}
@media only screen and (max-width: 767px) {
.timeline {
	padding-left:0px;
	margin:15px 0px 15px 50px ;
}
.timeline > li{
	margin:100px 0 0 -50px;
	min-height:inherit!important;
}
.timeline > li > span.timeline_time{
	left:0px;
	top:-100px;
}
.timeline .timeline_content:before {
	display:none;
}

}

/*Lead*/
.Leadmain {
	padding:140px 0;
	font-size:20px;
	line-height:1.2;
	text-align:center;
}
.Leadmain .Lead_titleA {
	font-size:30px;
	color:#FFF;
	font-weight:normal;
}
.Leadmain .Lead_titleA {
	font-size:30px;
	color:#FFF;
	font-weight:normal;
	line-height:1.2
}
.Leadmain .Lead_titleB {
	font-size:60px;
	color:#FFF;
	line-height:1.2
}
.Leadmain .Lead_titleC {
	font-size:34px;
	color:#FFF;
	line-height:1.4
}
.Leadmain a.Lead_button,
.Leadmain a.Lead_button:hover {
	font-size:22px;
	color:#ffffff;
	text-decoration:none;
	border:2px solid #FFF;
	padding:14px 30px;
	display:inline-block;
}
*+html .Leadmain a.Lead_button,
*+html .Leadmain a.Lead_button:hover{
	display:inline;
}

.Leadmain2 {
	padding:110px 0 100px;
	text-align:center;
}
.Leadmain2 .Lead2_title{
	font-size:40px;
	line-height:1.3;
	margin-bottom:30px;
	color:#ffffff;
}
@media only screen and (max-width: 767px) {
	.Leadmain .Lead_titleA {
		font-size:22px;
	}
	.Leadmain .Lead_titleB {
		font-size:30px;
	}
	.Leadmain .Lead_titleC {
		font-size:20px;
	 }
	.Leadmain2 .Lead2_title{
		font-size:22px;
	
	}
}
/*advantage*/
.advantage_box {
	text-align:center;
	padding:0 5px;
	margin-bottom:10px;
}

.advantage_box .advantage_ico{
	display:inline-block;
	background:#2e2e2e;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	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? */
}


.advantage_box .advantage_ico .glyphicons,
.advantage_box .advantage_ico .socia{
	width:60px;
	height:60px;
	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%;
	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? */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.advantage_box h3 {
	font-weight:normal;
	color:#3d3f40;
	font-size:19px;
	margin: 10px 0;
}
.advantage_box a.Button_normal{
	margin:10px 0 0 ;
}

.advantage_box:hover .advantage_ico{
	border:2px solid #00bfa7;
	background-color:#00bfa7;
}

.advantage_box:hover .advantage_ico .glyphicons,
.advantage_box:hover .advantage_ico .socia{
	border:4px solid #FFF;
	background-color:#00bfa7;
}
.advantage_box:hover a.Button_normal{
 }
.advantage_box:hover h3  {
 
}
/*player*/
.player .Play {
	cursor: pointer;
	display: inline-block;
}
.player.Button {
	display: block!important;
	width: auto;
	height: auto;
	box-shadow: none;
	position: absolute;
	z-index: 1000;
	background-color: #F00;
	color: #FFF;
}
.player .YTPOverlay{
	background-color:#000;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.player .Play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.player_boxes{
	padding:50px 40px;
	text-align:center;
	background-color:rgba(255,255,255,0.6);
	border-radius:			10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
}
.player_boxes.dark{
	background-color:rgba(0,0,0,0.6);
}


.player_boxes .player_title{
	font-size:50px;
	font-weight:normal;
	letter-spacing:3px;
	line-height:1.1;
}
.player_boxes .player_line {
	width:70px;
	margin:20px auto;
}
.player_boxes .player_smalltitle {
	font-size:16px;
	letter-spacing:2px;
	margin-bottom:20px;
	font-weight:normal;
	line-height:1.2;
}
.player_boxes .player_content{
	color:#666666;
	margin:0px 10% 30px; 
}
.player_boxes .Button_default {
	margin-bottom:10px;	
}
.player_boxes.dark .player_smalltitle,
.player_boxes.dark .player_content{
	color:#FFF;
}


/*responsive-video*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	z-index:0;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}
 






 @media (min-width: 1200px) {
.dnn_layout {
	width:1170px;
}
.head_mid, .content_mid, .footer_mid {
	padding:0px 20px;
}
.ServeList li {
	width:25%;
}
.ServeList .ServeBox {
	padding:0px 25px 10px;
	margin:0px 10px 5px;
}
.ServeList .Serve_Icon {
	height:90px;
	line-height:90px; 
}
}
 @media (min-width: 768px) and (max-width: 979px) {
.dnn_layout {
	width: 750px;
}
.head_mid, .content_mid, .footer_mid {
	padding:0px 15px;
}
.copyright_style .sep {
	padding:0px 7px;
}
.ServeList li {
	width:50%;
}
.ServeList .ServeBox {
	padding:0px 45px 50px;
	margin:0px 20px 15px;
}
.ServeList .Serve_Icon {
	height:90px;
	line-height:90px;
}
.ls-borderlessdark .ls-nav-prev, .ls-borderlessdark .ls-nav-next {
	left:50px !important;
}
.ls-borderlessdark .ls-nav-next {
	left:inherit !important;
	right:50px !important;
}

.Lead h1 {
	font-size:22px;
}
.Lead p {
	font-size:12px;
}
.ErrorPage_Box h1 {
	font-size:30px;
	padding:30px 0px 20px;
	line-height:1.4;
}

.carousel_2 .owl-buttons .owl-prev, 
.carousel_2 .owl-buttons .owl-next{
	display:none;
}

}
 @media (max-width: 767px) {
.dnn_layout {
	width: auto;
}
.content_mid, .footer_mid {
	padding:0px 10px;
}

.headline_box {
	padding:0px;
}
.languageBox {
	float:none !important;
	margin-bottom:5px;
}
.Login {
	float:none !important;
	margin-bottom:8px;
}

.HeadPane {
	float:none !important;
	display:block;
	margin:0px auto 0px !important ;
}

.headline_left {
	position:static;
	width:100%;
	background:none;
	;
	height:100%;
	min-height:94px;
	line-height:94px;
	text-align:center;
}
.headline_center {
	padding:15px;
	text-align:center;
}
.headline_right {
	position:static;
	width:100%;
	text-align:center;
}
.copyright_style, .FooterPane {
	float:none;
	text-align:center;
}
#to_top {
	display:block;
	margin:10px auto;
	float:none;
}
.head_mid {
	text-align:center;}

.phone_box {
	padding-bottom:20px;
}



/*Nav*/

.navigation--mobile {
	display:block
}
#dnn_wrapper {
	background:#FFF;
	overflow:hidden;
}

.navigation_mobile {
	width:75%;
	position:absolute;
	bottom:100%;
	right:0;
	visibility:hidden;
	z-index:0;
	-webkit-transition:visibility 0 linear;
	-webkit-transition-delay:0.4s;
	-moz-transition:visibility 0 linear 0.4s;
	-o-transition:visibility 0 linear 0.4s;
	transition:visibility 0 linear 0.4s
}
.wrapper {
	height:100%;
	position:relative;
	z-index:1;
	background:#FFF;
	
	-webkit-transition:-webkit-transform 0.4s ease-in-out;
	-moz-transition:-moz-transform 0.4s ease-in-out;
	-o-transition:-o-transform 0.4s ease-in-out;
	transition:transform 0.4s ease-in-out
}
.navigation_is-visible .wrapper {
	background:#FFF;
	border-right:1px solid #dedede;
	-webkit-transform:translateX(-75%);
	-moz-transform:translateX(-75%);
	-ms-transform:translateX(-75%);
	-o-transform:translateX(-75%);
	transform:translateX(-75%)
}
.navigation_is-visible #dnn_wrapper{
	background:#f5f5f5;
}
.navigation_is-visible .navigation_mobile {
	top:0px;
	bottom:auto;
	visibility:visible;
	z-index:1;
	-webkit-transition:z-index 0 linear;
	-webkit-transition-delay:0.4s;
	-moz-transition:z-index 0 linear 0.4s;
	-o-transition:z-index 0 linear 0.4s;
	transition:z-index 0 linear 0.4s
}




.phoneHeadTop {
	padding:25px 60px 25px 15px;
	position:relative;
}
.phoneHeadBottom {
	text-align:center;
	padding:15px 0px;
	background-color:#f5f5f5;
}
.phoneHeadTop img{
	max-width:100%;
}
.switchOpen {
	width:41px;
	height:36px;
	display:inline-block;
	vertical-align:middle;
	margin-left:40px;
	cursor:pointer;
	position:absolute;
	right:19px;
	top:50%;
	margin-top:-18px;
	color:#FFF;
	text-align:center;
	line-height:36px;
	font-size:22px;
	
}
.switchOpen:before{
	content:"\E115";
}
.SwitchClose:before{
	content:"\E208";
}



.languageBox {
	height:auto !important;
	line-height:normal !important; }

.searchBox2 {
	margin:25px 15px;
	width:auto;
	display:block;
	position:relative;
	padding:0px 43px 0px 3px;
	background:#e3e3e3;

}
.searchBox2 input.NormalTextBox{
	line-height:18px;
	height:18px;
	padding:10px 0px;
	border:none;
	background:none;
	width:100%;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.searchBox2 .searchInputContainer {
	display:block !important;
	margin:0px !important;
}


.searchBox2 .searchSkinObjectPreview,
.searchBox2 .searchInputContainer a.dnnSearchBoxClearText.dnnShow,
.searchBox2 .searchInputContainer a.dnnSearchBoxClearText{
	display:none !important;
}
.searchBox2  .search,
.searchBox2  a.search:link,
.searchBox2  a.search:active,
.searchBox2  a.search:visited {
 	width:40px !important;
	height:100%;
}


/*--------- Mobile Menu style ----------*/
#mobile_menu {
	margin:0px 15px 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: -7px 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 .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 15px;
	margin:0px;
}
 
 
.ServeList li {
	padding:0px;
	margin:0px;
	width:100%;
	float:none;
}
.ServeList .ServeBox {
	padding:15px;
	margin:0px;
	width:250px;
	height:250px;
	margin: 0px auto 15px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.ServeList .Serve_Icon {
	height:90px;
	line-height:90px;
}
.Link_List li {
	display:block;
	width:100%;
	margin:0;
}
.RightPageBox #ContentBox {
	padding:0px;
}

.breadcrumbBox h2 {
	font-size:22px;
	margin:0px;
	padding:0px;
}
.breadcrumbRight {
	display:none;
}



.ls-borderlessdark .ls-nav-prev, .ls-borderlessdark .ls-nav-next {
	left:15px !important;
}
.ls-borderlessdark .ls-nav-next {
	left:inherit !important;
	right:15px !important;
}

#gmap {
	width:100%;
	height:300px;
}
.Lead h1 {
	font-size:22px;
}
.Lead p {
	font-size:12px;
}
.ErrorPage_Box h1 {
	font-size:30px;
	padding:30px 0px 20px;
	line-height:1.4;
}
.breadcrumbBox h2{
	font-size:22px;}
.breadcrumbRight {
	display:none;}
	
.SkinPlugin_icon {
	display:none !important; }
.js-clingify-placeholder,
#roll_nav{ display:none;}

.headline_Left_2,
.headline_Right_2,
.headline_Left_3,
.headline_Right_3 {
	float:none;
	width:auto;
	text-align:left
}
	
.Theme_08_Default .txtCont > div{
	font-size:12px !important;
	 -webkit-text-size-adjust:none;
	 line-height:1.5
}
.Theme_19_Normal .filter_block{
	position:static;
	margin:0px !important;
	margin-left:-5px !important;
}	
.BannerPaneC {
	border:none;
	position:relative;
	padding:0px !important;
	margin:0 0px 10px;   
}
.BannerPaneC:before{
	bottom:-26px;	
	background-size:100% 26px;
	height:26px;
}
.TopPaneA {
padding: 26px 0px 30px !important;
}

.Footer_Contentbg [class*="Pane"]{
	padding:15px 0!important;
	}	
	
.price-table3 .price_holder {
	min-height:auto;
	padding-bottom:25px;
}
/*Core Owl Carousel CSS File*/
.carousel_1 .owl-buttons .owl-prev, 
.carousel_1 .owl-buttons .owl-next{
	left:-20px;
	}
.carousel_1 .owl-buttons .owl-next {
	left: auto;
	right: -10px;
}
.carousel_2 .owl-buttons .owl-prev, 
.carousel_2 .owl-buttons .owl-next{
	display:none;
	}	
	
	
}

 @media (max-width: 550px) {
.Lead h1 {
	font-size:22px;
	display:none;

}
.Lead p {
	font-size:12px;
	display:none;
}
}

 @media (max-width: 330px) {
.ServeList .ServeBox {
	padding:10px;
	margin:0px;
	width:200px;
	height:200px;
	margin: 0px auto 15px; 
}
.ServeList .Serve_Icon {
	height:60px;
	line-height:60px;
}
.ServeList h3 {
	padding:0px;
}
}


a.dnnPrimaryAction {
	color:#FFF !important;
}



@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	.Choose_List li {
		background-image:url("images/arrow_2@2x.png") !important;
		-webkit-background-size:5px 7px !important;
		-moz-background-size:5px 7px !important;
		-o-background-size:5px 7px !important;
		background-size:5px 7px !important;
	}


}

/*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;
	}
}



/*****bootstrap.css 2*****/
blockquote {
	padding: 21px;
	margin: 0px 0 42px 0;
	font-family:Arial;
	font-style:italic;
	color:#848484;
	position:relative;
	border:none;
}
blockquote p {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 22.5px;
	text-indent:50px;
}
blockquote small {
	display: block;
	line-height: 18px;
	font-size:12px;
	position:absolute;
	bottom:-42px;
	left:20%;
	padding:24px 0 0 30px;
}
blockquote small:before {
	content: '\2014 \00A0';
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right;
}

mark,.mark{
    padding:0;
}

.Pic img{
	max-width:100%;
}

.animation img{
    max-width:100%;
}

.photo_box img{
    max-width:100%;
}

.our_team img,.our_team2 img{
	max-width:100%;
	width:100%;
}


.dnn_logo  img{
	max-height:100%;
	padding:5px 0;
}

.Lead img{
	max-width:100%;
}

#dnngo_megamenu .dnngo_boxslide img{
	max-width:100%;
}

@media (min-width: 768px) and (max-width: 979px) {
	.headline_Left_3{
		width:74%;
	}
	.headline_Right_3{
		width:26%;
	}
}

.thumbnail .caption .btn-primary{
	color:#ffffff !important;
}
.thumbnail .caption .btn-default{
	color:#333333 !important;
}


/*print*/
@media print {
	a:link:after,
	article a[href^=http]:after {
		content: " ";
	}
}


/* ---- combination filters ---- */
.isotope_grid {
	overflow:hidden;
	width:100%;
}
.isotope_grid .isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
}

.isotope_grid .isotope_item {
  width:200px;
  margin: 0px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
}
.isotope_grid .isotope_item .pic_box img{
	width:100%
}
.isotope_grid .isotope_item > div {
	margin:0;
}

.isotope_grid .isotope_group{
	padding:8px 0;
	position:absolute;
	top:0;
	right:0;
}
.isotope_grid .isotope_group a{
	margin:0px;
	padding:3px 15px;
	color:#666666;
	font-size:14px;
	text-decoration:none;
	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? */
}
.isotope_grid .isotope_group a:hover,
.isotope_grid .isotope_group a.active {
	color:#00bfa7;
	text-decoration:none;
}
.isotope_grid .photo_box .ico span{
	width:35px!important;
	height:35px!important;
	line-height:35px!important;
	font-size:16px;
}
.isotope_grid .photo_box .content .ico{
	margin:0 0 5px;
}
.isotope_grid .photo_box .content h2{
	color:#ffffff!important;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin:0;
}
.isotope_grid .isotope_main .photo_box{
	margin:0 0 15px 15px;
}
.isotope_grid .isotope_main{
	margin-left:-10px;
}
@media only screen and (max-width: 767px) {
	.isotope_grid .isotope_group{
		position:relative;
	}
	.isotope_grid .isotope_main{
		margin-left:0;
	}
	.isotope_grid .isotope_main .photo_box{
		margin:0 0 15px;
	}
}

/*loading*/
.loading {
	width: 26px;
	height: 26px;
	position: relative;
}
.loading .container1 > div,
.loading .container2 > div,
.loading .container3 > div {
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.loading .loading-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.loading .container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.loading .container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.loading .circle1 {
	top: 0;
	left: 0;
}
.loading .circle2 {
	top: 0;
	right: 0;
}
.loading .circle3 {
	right: 0;
	bottom: 0;
}
.loading .circle4 {
	left: 0;
	bottom: 0;
}
.loading .container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.loading .container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.loading .container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.loading .container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.loading .container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.loading .container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.loading .container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.loading .container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.loading .container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.loading .container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.loading .container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes 
bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
@keyframes 
bouncedelay {
 0%, 80%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
40% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}

.isotope_grid .loading {
	position:absolute;
	bottom:10px;
	left:50%;
	margin:0 0 0 -10px;
}

/***new portfolios group***/
.isotope_grid .portfolios_group{
	padding:5px 0 35px;
	text-align:left;
	position:relative;
}
.isotope_grid .portfolios_group a{
	margin:0px 1px 5px 0px;
	padding:8px 28px;
	display:inline-block;
	line-height:18px;
	color:#666666;
	background-color:#e7e7e7;
	font-size:13px;
	outline:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.isotope_grid .portfolios_group a:hover, .isotope_grid .portfolios_group a.active{
	background-color:#00bfa7;
	color:#ffffff !important;
}
/***portfolios button***/
a.portfolios_default_btn{
	display:inline-block;
	width:120px;
	line-height:36px !important;
	border:1px solid #00bfa7;
	color:#00bfa7;
	text-align:center;
	text-decoration:none;
	margin-right:10px;
	text-transform:uppercase;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.portfolios_default_btn:hover{
	color:#ffffff;
	background-color:#00bfa7;
	text-decoration:none;
}
@media only screen and (max-width: 767px) {
a.portfolios_default_btn{
	margin-right:2px;
}
}
/***portfolios carousel***/
.portfolios_carousel_title{
	font-size:20px;
	color:#333333;
	padding:23px 0 15px;
}
.portfolios_carousel .carousel .owl-buttons .owl-prev,
.portfolios_carousel .carousel .owl-buttons .owl-next{
	border:1px solid #d1d1d1;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	left:-50px;
	margin-top:-25px;
}
.portfolios_carousel .carousel .owl-buttons .owl-next{
	left:auto;
    right:-50px;
}
.portfolios_carousel .carousel_1 .owl-buttons .owl-prev:hover,
.portfolios_carousel .carousel_1 .owl-buttons .owl-next:hover,
.portfolios_carousel .carousel .owl-buttons .owl-prev:hover:before,
.portfolios_carousel .carousel .owl-buttons .owl-next:hover:before{
	border-color:#00bfa7;
}
@media only screen and (max-width: 767px) {
.portfolios_carousel .carousel .owl-buttons .owl-prev{
	left:-20px;
}
.portfolios_carousel .carousel .owl-buttons .owl-next{
	right:-20px;
}
}

/***Grid layouts***/
.Grid_layouts .isotope_main{
	margin-left:-15px;
}
.Grid_layouts .photo_box .content h2{
	font-size:16px;
	line-height:1.8;
}
.Grid_layouts  .photo_box .content p{
	font-size:13px;
	margin-bottom:15px;
}
.Grid_layouts .photo_box .content a{
	font-size:14px;
	color:#ffffff;
    line-height:36px;
	border:1px solid #ffffff;
	padding:8px 45px;
}
.Grid_layouts .photo_box .shade{
	background-color:#00bfa7;
}
.Grid_layouts .photo_box:hover .shade{
	opacity:0.8;
}
@media only screen and (max-width: 767px) {
.Grid_layouts .isotope_main{
	margin-left:0;
}
}

/***Classic layouts***/
.Classic_layouts .isotope_main{
	margin-left:-15px;
}
@media only screen and (max-width: 767px) {
.Classic_layouts .isotope_main{
	margin-left:0;
}
}

/***Text layouts***/
.Text_layouts .isotope_main{
	margin-left:-15px;
}
.Text_layouts .photo_box .ico span{
	width:50px!important;
	height:50px!important;
	line-height:50px!important;
	font-size:16px;
	border:1px solid #ffffff;
	background:none !important;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Text_layouts .photo_box a:hover span{
	color:#00bfa7;
	background:#ffffff !important;
}
.Text_layouts .photo_box .shade{
	background-color:#00bfa7;
}
.text_sytle1{
	font-size:12px;
	color:#666666;
	padding:16px 0 19px;
}
.text_sytle1 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_sytle1 a{
	font-size:13px;
	color:#00bfa7;
	text-transform:uppercase;
}
.text_sytle2{
	font-size:13px;
	color:#666666;
	padding:20px 20px 15px;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#d4d4d4;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.text_sytle2 h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
}
.text_sytle2 .info {
    float: right;
    font-size: 14px;
    padding-top: 13px;
}
.text_sytle2 .info span{
	margin-right:3px;
}
@media only screen and (max-width: 767px) {
.Text_layouts .isotope_main{
	margin-left:0;
}
}

/***List layouts***/
.List_layouts .isotope_main{
	margin-left:0;
}
.List_layouts .isotope_item > div{
	margin:0 -15px;
}
.List_layouts .isotope_main .photo_box{
	margin:0;
}
.List_layouts .isotope_item{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5; 
}
.List_layouts_text{
	font-size:12px;
}
.text_sytle3{
	font-size:13px;
	color:#666666;
}
.text_sytle3 h3{
	font-size:15px;
	color:#333333;
	margin:0 0 7px;
	text-transform:uppercase;
}
.List_layouts_text hr{
	width:60px;
	margin:20px 0;
	border-color:#00bfa7;
	display:inline-block;
}
.List_layouts_text p a{
	margin-top:26px;
}
@media only screen and (max-width: 767px) {
.List_layouts .isotope_main .photo_box{
	margin:0 0 15px;
}
}

/***Sidebar layouts***/
.Sidebar_layouts{
	padding-bottom:25px;
	margin-bottom:30px;
	border-bottom:1px solid #e5e5e5; 
}
.Sidebar_layouts .text_sytle3{
	padding:20px 0 4px;
}
.Sidebar_layouts p a{
	margin-top:13px;
}
.Sidebar_layouts_categories{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_categories li{
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_categories li a{
	color:#666666;
}
.Sidebar_layouts_categories .glyphicons{
	font-size:12px;
	color:#00bfa7;
	margin-right:10px;
}
.categories_number{
    float:right;
}
.Sidebar_layouts_recent_news{
	font-size:13px;
	color:#888888;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #d1d1d1; 
}
.Sidebar_layouts_recent_news img{
	float:left;
	padding-right:20px;
}
.Sidebar_layouts_recent_news .heading{
	font-size:14px;
	color:#333333;
	padding-top:8px;
}
.Sidebar_layouts_recent_news .heading a{
	color:#333333;
}
.Sidebar_layouts_links{
	margin:0 0 20px;
	list-style:none;
}
.Sidebar_layouts_links li{
	border-bottom:1px solid #d1d1d1;
	line-height:39px;
}
.Sidebar_layouts_links li a{
	font-size:12px;
	color:#666666;
}
.Sidebar_layouts_links .glyphicons{
	color:#00bfa7;
	margin-right:10px;
}

/***All Single layouts***/
.Single_Layouts{
	font-size:12px;
	color:#666666;
}
.Single_Layouts h3{
	font-size:15px;
	color:#333333;
	text-transform:uppercase;
	margin:20px 0 15px;
}
.Single_Layouts p{
	padding-bottom:11px;
}
.Single_Layouts .carousel .owl-pagination{
	top:auto;
	bottom:0;
}
.Single_Layouts .carousel .owl-page{
	background-color:rgba(255,255,255,0.6);
	width:17px;
	height:17px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.Single_Layouts .carousel .owl-page.active{
	background-color:#ffffff;
}
@media only screen and (max-width: 767px) {
.Single_Layouts .carousel_3 .owl-buttons .owl-prev{
	left:0;
}
.Single_Layouts .carousel_3 .owl-buttons .owl-next{
	right:0;
}
}
/***page control***/
.page_turning a{
	font-size:12px;
	color:#666666 !important;
	margin:0 5px 5px 0;
}
a.page_control{
	display:inline-block;
	line-height:31px !important;
	width:70px;
	border:1px solid #cccccc;
	text-align:center;
	text-decoration:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.page_number{
	display:inline-block;
	height:30px;
	line-height:30px !important;
	width:30px;
	border:1px solid #cccccc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	text-decoration:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.page_control:hover,a.page_number:hover{
	color:#00bfa7 !important;
	border:1px solid #00bfa7;
	text-decoration:none;
}
.Single_page{
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #d8d8d8;
}
.Single_page a{
	font-size:13px;
	color:#00bfa7;
	display:inline-block;
	line-height:38px !important;
	width:100px;
	border:1px solid #00bfa7;
	text-align:center;
	text-decoration:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Single_page a:hover{
	background-color:#00bfa7;
	color:#ffffff;
}
.prev_control{
	float:left;
}
.next_control{
	float:right;
}



