<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url( bootstrap.css );
@import url( animation.css );
@import url( ShortCode.css );
/* CSS Document */
.dnn_layoutB,#dnn_wrapper,.dnn_layout{
    max-width: 100%;
}
#Body {
	color: #666666;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

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;
}
.cke_editable .animation {
	opacity: 1;
}

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 0 10px 0;
}

h2 {
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	letter-spacing: normal;
	margin: 0px 0 4px 0;
}

h5 {
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}
.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 only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


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

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and (max-width:767px) {

.dnnSendPasswordContent {
	width: auto !important;
}

.dnnSendPasswordContent .dnnLabel {
	display: block !important;
	width: 100% !important;
	text-align: left;
}

.dnnSendPasswordContent a.dnnFormHelp,
.dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
.dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
	position: static;
}

.dnnSendPasswordContent input[type="text"],
.dnnSendPasswordContent input[type="password"],
.dnnSendPasswordContent input[type="email"],
.dnnSendPasswordContent input[type="tel"],
.dnnSendPasswordContent select,
.dnnSendPasswordContent textarea {
	width: 90%;
	margin-bottom: 10px !important;
}

.dnnSendPasswordContent ul.dnnActions {
	padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	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_default,
a.Button_default:link,
a.Button_default:active,
a.Button_default:visited {
	padding: 17px 40px;
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	margin:3px 15px 3px 15px;
	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? */
	letter-spacing:1px;
}

*+html a.Button_default {
	display: inline;
}

a.Button_default:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

a.Button_default2,
a.Button_default2:link,
a.Button_default2:active,
a.Button_default2:visited {
	padding: 12px 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	background: none;
	color: #FFF;
	text-shadow: none;
	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;
	display: inline-block;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

*+html a.Button_default2 {
	display: inline;
}

a.Button_default2:hover {
	color: #006fff;
	background: none !important;
}
a.Button_default3,
a.Button_default3:link,
a.Button_default3:active,
a.Button_default3:visited {
	background: url(images/Button_blue.png) repeat-x top left;
	display: inline-block;
	padding: 7px 30px 8px;
	font-size: 14px;
	color: #FFF;
	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_default3 {
	display: inline;
}

a.Button_default3:hover {
	text-decoration: none;
	background-color: #555 !important;
}

a.Button_blue,
a.Button_blue:link,
a.Button_blue:active,
a.Button_blue:visited {
	background: url(images/Button_blue.png) repeat-x top left;
	display: inline-block;
	padding: 7px 30px 8px;
	font-size: 14px;
	color: #FFF;
	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_blue {
	display: inline;
}

a.Button_blue:hover {
	text-decoration: none;
	background-color: #555!important;
}
a.Button_blue2{
	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_blue2{
	display:inline;
}
a.Button_blue2:hover {
	text-decoration:none;
	background:#555555;
}
a.Button_blue3{
	padding:8px 15px;
}

a.Button_blue2 span.glyphicons,
a.Button_blue3 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;
}

.TopPaneA {
	background: #f5f5f5;
}

.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;
}

/* ********** Container Style ************** */

.Head {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.SubHead {
	font-family: 'Open Sans', sans-serif;
}

.SubSubHead {
	font-family: 'Open Sans', sans-serif;
}

.Normal {
	font-family: 'Open Sans', sans-serif;
}

/* ********** Breadcrumb Style ************** */

.breadcrumbBox {
	background-size: cover;
	padding: 45px 0px;
	position:relative;
	z-index:100;
}

.breadcrumbBox h3.breadcrumbTitle {
	text-align: center;
}

.breadcrumbBox .breadcrumbPane {
	padding-top: 20px;
}

.breadcrumbBox .Normal {
	color: #FFF;
	text-align: center;
	font-size: 15px;
}

.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 {
	
}

.dnn_layoutB {
	width: 980px;
	margin: 0px auto;		
}

#dnn_wrapper {
   position:relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}

.Skin_05_timeline .comment_form .Post_button .CommandButton:hover {
	background: #555!important;
}

.news_list .post_categories a:hover {
	background: none !important;
}

/*language*/

.languageBox {
	white-space: nowrap;
}

.languageBox span img {
	margin-right: 7px;
	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-left: 0px;
	padding-right: 2px;
	height: 40px;
	line-height: 40px;
}

.Login A,
.Login A:link,
.Login A:active,
.Login A:visited {
	display: inline-block;
}

.Login a.UserLink {
	padding-right: 0px !important;
}

*+html .Login A,
*+html .Login A:link,
*+html .Login A:active,
*+html .Login A:visited {
	display: inline;
}

.Login .registerGroup li.userMessages a,
.Login .registerGroup li.userNotifications a {
	background: url(images/No-bg.png) no-repeat -1px -1px;
}

/* Search Style  */

.pulldownsearch {
	position: relative;
	z-index: 903;
	width: 50px;
}
.visible-xs .pulldownsearch {
	position: absolute!important;
}

.searchbut {
	height: 34px;
	width: 34px;
	line-height:34px;
	font-size: 14px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #c5c5c5;
	text-align:center;
	margin: -16px 0px 0px -16px;
	border: 1px solid #c5c5c5;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	background-color:#ffffff;
}

.searchbut.Open .glyphicons.glyph-search:before {
	content: "\E208";
}

.searchBox {
	display:none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #ffffff;
	overflow: inherit !important;
	height: 34px !important;
	z-index: 905;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border: 1px solid #c5c5c5;
}
.searchBox:before {
	content:"";
	border:5px solid transparent;
	border-bottom:5px solid #c5c5c5;
	position:absolute;
	bottom:100%;
	right:17px;
}



.searchBox #dnn_dnnSEARCH_ClassicSearch,
.searchBox #dnn_dnnSEARCH1_ClassicSearch,
.searchBox #dnn_dnnSEARCH2_ClassicSearch,
.searchBox #dnn_dnnSEARCH3_ClassicSearch {
	background: none;
	border: none;
	float: none;
	height: 34px;
	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;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	padding: 0px;
	color: #c5c5c5;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

a.search:before {
	content: "\E028";
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height:18px;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 10px;
	top: 8px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #333333;
}

.searchBox .searchInputContainer {
	position: static !important;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 2px !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;
}

/* ********** HEADER ************** */	


.dnn_logo {
	float: left;
}

.LogoMenuBox {
	padding: 35px 0px;
}

.HeadRight .Login {
	display: inline-block;
	vertical-align: middle
}

.HeadRight .languageBox {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

*+html .HeadRight .Login,
*+html .HeadRight .languageBox {
	display: inline;
}

/* ********** NAV ************** */	
/*main menu*/


#top_menu {
	position: relative;
}

#top_menu ul {
	margin: 0px;
	padding: 0px 0px;
	display: block;
}

#top_menu ul {
	display: inline-block;
}

#top_menu ul:after {
	content: ".";
	font-size: 0px;
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}

#top_menu ul {
	margin: 0px 0 0px;
	padding: 0px 0px;
	display: block;
}

#top_menu li {
	list-style: none none outside;
	float: left;
	position: relative;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

#top_menu &gt; div &gt; ul &gt; li &gt; a,
#top_menu &gt; div &gt; ul &gt; li &gt; a &gt; span,
#top_menu &gt; div &gt; ul &gt; li &gt; a &gt; span:after {
	display: block;
	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? */
}

#top_menu ul li a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	float: left;
}

#top_menu &gt; div &gt; ul &gt; li {
	position: relative;
}

#top_menu &gt; div.gomenu &gt; ul.dropdown &gt; li.dir.last-item &gt; div.menuslide {
	left: auto !important;
	right: 0px !important;
}

/*sub menu*/

#top_menu .menuslide {
	display: none;
	float: left;
	overflow: hidden;
	position: absolute;
}

#top_menu .menuslide ul {
}

#top_menu .menuslide ul li {
	display: block;
	clear: both;
	padding: 0px;
	background: none;
	margin: 0px;
	position: relative;
}

#top_menu .menuslide ul &gt; li.last-item &gt; a {
	border-bottom: none;
}

#top_menu .menuslide ul li span {
	color: inherit;
	display: block;
	padding: 9px 50px 9px 24px;
	margin: 0px;
	background: none;
	white-space: nowrap;
	font-size: 13px;
}

#top_menu .menuslide ul li a {
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background: none;
	float: left;
	line-height: 24px;
	height: auto;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #dbdbdb;
}

#top_menu .menuslide ul {
	float: left;
	left: 0px;
	position: relative;
}

#top_menu .menuslide ul &gt; li &gt; a {
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

#top_menu .menuslide ul &gt; li.dir &gt; a {
	background: url(images/arrow-1.png) no-repeat right -59px;
}

#top_menu .menuslide ul &gt; li.dir &gt; a:hover,
#top_menu .menuslide ul &gt; li.dir &gt; a.menu_hover {
	background-position: right 16px;
}

/*Mega_menu*/

#Mega_menu {
	position: relative;
}

#Mega_menu ul {
	margin: 0px;
	padding: 0px 0px;
	display: block;
}

#Mega_menu ul {
	display: inline-block;
}

#Mega_menu ul:after {
	content: ".";
	font-size: 0px;
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}

#Mega_menu ul {
	margin: 0px 0 0px;
	padding: 0px 0px;
	display: block;
}

#Mega_menu li {
	list-style: none none outside;
	float: left;
	position: relative;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

#Mega_menu &gt; div &gt; ul &gt; li &gt; a,
#Mega_menu &gt; div &gt; ul &gt; li &gt; a &gt; span,
#Mega_menu &gt; div &gt; ul &gt; li &gt; a &gt; span:after {
	display: block;
	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? */
}

#Mega_menu ul li a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	float: left;
}

#Mega_menu &gt; div &gt; ul &gt; li {
	position: relative;
}

/*-- submenu --*/

.Mega_menu div.mega_submenu {
	padding: 10px 0px;
	position: absolute;
	display: none;
	top: 100%;
	z-index: 705;
	left: 0px;
	margin: 0px;
}

.Mega_menu ul.mega_submenu_ul {
	width: 260px;
	overflow: hidden;
	display: block;
}

.Mega_menu div.Column2 ul.mega_submenu_ul {
	width: 520px;
}

.Mega_menu div.Column3 ul.mega_submenu_ul {
	width: 780px;
}

.Mega_menu div.Column4 ul.mega_submenu_ul {
	width: 1040px;
}

.Mega_menu ul.mega_submenu_ul &gt; li {
	display: block;
	height: 100%;
	padding: 0px;
	float: none;
	width: 220px;
	margin: 0px -1px 0px 0px !important;
	padding: 0px 20px !important;
	zoom: 1;
	background: none !important;
}
.Mega_menu ul.mega_submenu_ul &gt; li:last {
 border-right:none;
}

.Mega_menu ul.mega_submenu_ul li b {
	display: none !important;
}

.Mega_menu ul.mega_submenu_ul ul {
	width: 100%;
}

.Mega_menu ul.mega_submenu_ul ul li {
	float: none !important;
	display: block;
	width: 100%;
	background: none !important;
}

.Mega_menu ul.mega_submenu_ul ul li a {
	display: block;
	width: 100%;
	font-weight: normal;
	float: none !important;
	font-size: 13px !important;
	text-align: left;
	line-height: 20px;
	color: #666666;
	letter-spacing: normal;
	margin: 0px;
	position: relative;
	padding: 8px 0px 8px 15px;
	white-space: normal;
	zoom: 1;
	border: none;
	background: url(images/arrow-1.png) no-repeat left -62px;
}

.Mega_menu ul.mega_submenu_ul ul li a:hover,
.Mega_menu ul.mega_submenu_ul ul li a:hover:after {
}

.Mega_menu ul.mega_submenu_ul ul ul li a {
	background-position: left -66px;
}

.Mega_menu ul.mega_submenu_ul ul li a span {
	white-space: normal !important;
}

.Mega_menu ul.mega_submenu_ul ul li a:hover {
	text-decoration: none;
}

.Mega_menu ul.mega_submenu_ul ul li a span {
	display: block;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	background: none;
	word-break: break-all;
	text-transform: none;
}

.Mega_menu ul.mega_submenu_ul ul ul {
	border: none;
	padding: 8px 0px 5px 15px !important;
	margin: 0px;
	display: block;
	float: none;
	background: none;
	box-shadow: none;
	float: none !important;
	background: none !important;
	border: none !important;
}

.Mega_menu ul.mega_submenu_ul ul ul ul {
	padding: 0px 0px 0px 15px !important;
}

.Mega_menu ul.mega_submenu_ul ul ul li {
	margin: 0 0px 0px 0px;
	padding: 0;
	background: none;
	border: none;
}

.Mega_menu ul.mega_submenu_ul ul ul li a {
	float: none;
	position: relative;
	border-bottom: none;
	line-height: 18px;
	padding: 5px 0px 5px 15px;
	position: relative;
	font-size: 12px;
}

/*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 &gt; li {
	float: left;
	list-style: none;
	position: relative;
}

#dnngo_megamenu .primary_structure &gt; li &gt; a {
	display: inline-block;
	padding: 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? */

}

*+html #dnngo_megamenu .primary_structure &gt; li &gt; a {
	display: inline;
}

#dnngo_megamenu .primary_structure &gt; li &gt; a:hover,
#dnngo_megamenu .primary_structure &gt; li.menu_hover &gt; a,
#dnngo_megamenu .primary_structure &gt; li.current &gt; a {
	text-decoration: none;
}

#dnngo_megamenu &gt; div &gt; ul &gt; li &gt; a &gt; span{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	 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? */

}
/*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 &gt; a {
}

#dnngo_megamenu .dnngo_slide_menu li.dir &gt; 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: "";
	border-left: 1px solid #D3D3D3;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: -25px;
}

#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;
	line-height:20px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox &gt; div {
	margin: 0 -21px 0 0;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox &gt; div &gt; ul{
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0px 40px 0 0;
	float:left;
}

*+html #dnngo_megamenu .dnngo_boxslide .menu_centerbox &gt; div &gt; ul{
	display: inline;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox &gt; div &gt; 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 &gt; div &gt; ul &gt; li &gt; a {
	display: block;
	margin: 0;
	padding: 0 0 12px 2px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox &gt; div &gt; ul &gt; li &gt; a:hover {
	text-decoration: none;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox &gt; div &gt; ul &gt; li &gt; a &gt; span {
	color: #333;
	font-size: 17px;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox &gt; div &gt; ul &gt; li &gt; a &gt; span:before {
	content: "";
	border-style: solid;
	border-width: 4px;
	border-color: transparent transparent transparent #333;
	vertical-align: middle;
	display: inline-block;
	margin: 0 8px 2px 0;
	transition: border-color ease-in 200ms;
	-moz-transition: border-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: border-color ease-in 200ms; /* Opera */
	-ms-transition: border-color ease-in 200ms; /* IE9? */
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li {
	width: 100%!important;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox &gt; div &gt; ul &gt; li &gt; ul &gt; li {
	padding: 0;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	display: block;
	width: 100%;
	padding: 5px 0;
}

#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 10px 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 .dnngo_boxslide .menu_centerbox &gt; div &gt; ul &gt; li + li{
	padding-top:10px;
}

h2.mega_title {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 8px 0;
	text-transform: capitalize;
}

.centerboxmain {
	background: url(images/right-bg.png) no-repeat right center;
}

.centerboxmain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.centerboxmain ul li {
	list-style-type: none;
	border-bottom: 1px solid #D2D2D2;
	padding: 0 0 13px 0;
}

.centerboxmain ul li span.glyphicons {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #006FFF;
	color: #006fff;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
	margin: 0 12px 0 3px;
	top: 5px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/*Left Menu*/

.LeftPage_Box {
	background: url(images/mian_line.jpg) repeat-y 227px top;
}

.LeftBox {
	padding-top:20px;
	padding-bottom:40px;
}

.RightPage_Box {
	background: url(images/mian_line.jpg) repeat-y 742px top;
}

.LeftOutPane {
	margin-right: 1px;
}

#left_menu {
	padding: 0px 0px 0px;
	margin: 0px;
	min-height: 300px;
}

#left_menu img {
	display: none;
}

#left_menu ul {
	padding: 0px;
	margin: 0px;
}

#left_menu ul li {
	list-style: none;
}

#left_menu ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	color: #333333;
	line-height: 19px;
	border: 1px solid #c7c7c7;
	border-right: none;
	margin-bottom: 6px;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 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? */
	position:relative;
}
/*#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; a{
  background: url(images/arrow-1.png) no-repeat right -60px;

}*/
#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; ul &gt; li.dir &gt; a,
#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; ul &gt; li.dir &gt; a{
/*   background: url(images/arrow-1.png) no-repeat right -64px;
   padding-right:35px;*/
}
#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; a:before,
#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; ul &gt; li.dir &gt; a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	margin: -3px 0 0 0;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	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 */
}
#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; a,
#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; ul &gt; li.dir &gt; a{
    padding-right:30px;
}

#left_menu &gt; .gomenu  &gt; ul &gt; li.dir:hover &gt; a:before,
#left_menu &gt; .gomenu  &gt; ul &gt; li.current &gt; a:before{
   border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; ul &gt; li.dir:hover &gt; a:before,
#left_menu &gt; .gomenu  &gt; ul &gt; li.dir &gt; ul &gt; li.subcurrent &gt; a:before {
       border-right: 1px solid #006fff;
	border-bottom: 1px solid #006fff;
}

.RightPage_Box #left_menu ul li a {
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border: 1px solid #c7c7c7;
	border-left: none;
	background-position: 20px -60px;
	padding-left: 20px;
}

#left_menu &gt; .gomenu &gt; ul &gt; li &gt; a:hover,
#left_menu &gt; .gomenu &gt; ul &gt; li.current &gt; a,
#left_menu &gt; .gomenu &gt; ul &gt; li.current &gt; a:hover {
	background-position: 10px 15px;
	color: #FFF;
}

.RightPage_Box #left_menu &gt; .gomenu &gt; ul &gt; li &gt; a:hover,
.RightPage_Box #left_menu &gt; .gomenu &gt; ul &gt; li.current &gt; a,
.RightPage_Box #left_menu &gt; .gomenu &gt; ul &gt; li.current &gt; a:hover {
	background-position: 20px 15px;
}

#left_menu ul ul {
	padding: 10px 6px;
	display: none;
}

#left_menu ul ul ul {
	padding: 5px 0px;
	display: none;
	margin-bottom: 0px;
}

#left_menu ul li.current &gt; ul {
	display: block;
}

#left_menu ul ul .subcurrent &gt; ul {
	display: block;
}

#left_menu ul li li {
	margin: 0;
	border-bottom: none;
	padding-left: 10px;
}

#left_menu ul li li li {
	padding-left: 10px;
}

#left_menu ul li li a {
	position: relative;
	padding: 6px 5px 6px 15px;
	line-height: 18px;
	font-size: 13px;
	border: none;
	white-space: normal;
	color: #666666;
	background-position: 0px -65px;
	text-transform: none;
}

.RightPage_Box #left_menu ul li li a {
	background-position: 5px -65px;
}

.RightPage_Box #left_menu ul li li a {
	border: none;
	padding-left: 15px;
}

.RightPage_Box #left_menu ul li li {
}

/*roll_menu */

.roll_nav {
	display: block !important;
}

.js-clingify-placeholder {
	height: auto !important;
}

.js-clingify-wrapper {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	margin-top: -50px;
	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? */
}

.js-clingify-locked {
	margin-top: 0px;
	z-index: 1000;
	background: #FFF;
	border-bottom: 1px solid #e3e3e3
}

.js-clingify-wrapper .dnn_logo {
	height: 30px !important;
	line-height: 30px !important;
	padding: 5px 0px !important;
	display: block !important
}

.js-clingify-wrapper #roll_menu {
	display: block !important;
}

.js-clingify-wrapper .dnn_logo img {
	max-height: 100%;
}

.js-clingify-wrapper #roll_menu {
	float: right;
}

/*main menu*/


#roll_menu {
	position: relative;
	padding: 0px;
}

#roll_menu ul {
	margin: 0px;
	padding: 0px 0px;
	display: block;
}

#roll_menu ul {
	display: inline-block;
}

#roll_menu ul:after {
	content: ".";
	font-size: 0px;
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}

#roll_menu ul {
	margin: 0px 0 0px;
	padding: 0px 0px;
	display: block;
}

#roll_menu li {
	list-style: none none outside;
	float: left;
	position: relative;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

#roll_menu &gt; div &gt; ul &gt; li &gt; a,
#roll_menu &gt; div &gt; ul &gt; li &gt; a &gt; span,
#roll_menu &gt; div &gt; ul &gt; li &gt; a &gt; span:after {
	display: block;
	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? */
}

#roll_menu ul li a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	float: left;
}

#roll_menu &gt; div &gt; ul &gt; li {
	position: relative;
}

/*sub menu*/

#roll_menu .dropdown .menuslide {
	display: none;
	float: left;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
}

#roll_menu .dropdown .menuslide ul {
	background: #f5f5f5;
}

#roll_menu .dropdown .menuslide ul li {
	display: block;
	clear: both;
	padding: 0px;
	background: none;
	margin: 0px;
	position: relative;
}

#roll_menu .dropdown .menuslide ul .last-item a {
	border-bottom: none !important;
}

#roll_menu .dropdown .menuslide ul li span {
	color: inherit;
	display: block;
	padding: 9px 108px 9px 24px;
	margin: 0px;
	background: none;
	white-space: nowrap;
	font-size: 13px;
}

#roll_menu .dropdown .menuslide ul li a {
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background: none;
	float: left;
	line-height: 24px;
	height: auto;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #dbdbdb;
}

#roll_menu .dropdown .menuslide ul {
	float: left;
	left: 0px;
	position: relative;
}

#roll_menu .dropdown .menuslide ul &gt; li &gt; a {
	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? */
}

#roll_menu .dropdown .menuslide ul &gt; li.dir &gt; a {
	background: url(images/arrow-1.png) no-repeat right -59px;
}

#roll_menu .dropdown .menuslide ul &gt; li.dir &gt; a:hover,
#roll_menu .dropdown .menuslide ul &gt; li.dir &gt; a.menu_hover {
	background-position: right 16px;
}

#roll_menu &gt; div &gt; ul.dropdown &gt; li &gt; div.menuslide &gt; ul {
	background: #f5f5f5;
	color: #777777;
}

#roll_menu ul.dropdown ul {
	background-color: #FFF;
}

#roll_menu ul.dropdown .menuslide ul a {
	color: #777777
}

#roll_menu .dropdown .menuslide ul a:hover,
#roll_menu .dropdown .menuslide ul a.menu_hover,
#roll_menu .dropdown .menuslide ul &gt; li.dir &gt; a:hover,
#roll_menu .dropdown .menuslide ul &gt; li.dir &gt; a.menu_hover {
	color: #FFFFFF;
}

/*-- submenu --*/

#roll_menu .dnngo_mega div.mega_submenu {
	padding: 10px 0px;
	position: absolute;
	display: none;
	top: 100%;
	z-index: 1000;
	left: 0px;
	margin: 0px;
	background: #f5f5f5;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul {
	width: 260px;
	overflow: hidden;
	display: block;
}

#roll_menu .dnngo_mega div.Column2 ul.mega_submenu_ul {
	width: 520px;
}

#roll_menu .dnngo_mega div.Column3 ul.mega_submenu_ul {
	width: 780px;
}

#roll_menu .dnngo_mega div.Column4 ul.mega_submenu_ul {
	width: 1040px;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul &gt; li {
	display: block;
	height: 100%;
	padding: 0px;
	float: left;
	width: 220px;
	margin: 0px -1px 0px 0px !important;
	padding: 0px 20px !important;
	zoom: 1;
	background: none !important;
}
#roll_menu .dnngo_mega ul.mega_submenu_ul &gt; li:last {
 border-right:none;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul li b {
	display: none !important;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul {
	width: 100%;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul li {
	float: none !important;
	display: block;
	width: 100%;
	background: none !important;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a {
	display: block;
	font-weight: normal;
	float: none !important;
	font-size: 13px !important;
	text-align: left;
	line-height: 20px;
	color: #666666;
	letter-spacing: normal;
	margin: 0px;
	position: relative;
	padding: 8px 0px 8px 15px;
	white-space: normal;
	zoom: 1;
	border: none;
	background: url(images/arrow-1.png) no-repeat left -62px;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a:hover,
#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a:hover:after {
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul li a {
	background-position: left -66px;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a span {
	white-space: normal !important;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a:hover {
	text-decoration: none;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a span {
	display: block;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	background: none;
	word-break: break-all;
	text-transform: none;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul {
	border: none;
	padding: 8px 0px 5px 15px !important;
	margin: 0px;
	display: block;
	float: none;
	background: none;
	box-shadow: none;
	float: none !important;
	background: none !important;
	border: none !important;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul ul {
	padding: 0px 0px 0px 15px !important;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul li {
	margin: 0 0px 0px 0px;
	padding: 0;
	background: none;
	border: none;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul ul li a {
	float: none;
	position: relative;
	border-bottom: none;
	line-height: 18px;
	padding: 5px 0px 5px 15px;
	position: relative;
	font-size: 12px;
}

#roll_menu .dnngo_mega div.mega_submenu {
	background-color: #f5f5f5;
	color: #777777;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul &gt; li {
	border-right: 1px solid #dbdbdb;
}

#roll_menu .dnngo_mega ul.mega_submenu_ul ul li a {
	border-bottom: 1px solid #dbdbdb;
	color: #777777;
}

/* ********** CONTENT ************** */	

/*.Mian_Box_5 [class*="Pane"],*/
#dnn_content {
	padding: 30px 0px 30px 0;
}

#dnn_content .No_mar30{
   margin-bottom:-30px;}


#dnn_content {
	min-height: 300px;
}


.Mian_Box_3,
.Mian_Box_3 .Normal,
.Mian_Box_3 a,
.Mian_Box_5,
.Mian_Box_5 .Normal,
.Mian_Box_5 a {
	color: #FFF;
}



.Mian_Box_5 {
	background: url(images/Mian_Box_5_bg.jpg) no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
	backface-visibility: hidden; 
}

.Mian_Box_6 {
	-moz-box-shadow: 1px 0px 2px #e7e4e4 inset;               /* For Firefox3.6+ */
	-webkit-box-shadow: 1px 0px 2px #e7e4e4 inset;            /* For Chrome5+, Safari5+ */
	box-shadow: 1px 0px 2px #e7e4e4 inset;                    /* For Latest Opera */
	background: #f8f8f8;
}

.Mian_Box_6 [class*="Pane"] {
	padding: 30px 0px;
}
/* ********** FOOTER ************** */	
.footer_mid {
}

.Footer_Contentbg {
	background: #2c3032;
	position: relative;
}

.Footer_Contentbg [class*="Pane"] {
	margin: 35px 0px 30px;
}

.Footer_Bottombg {
	background: #1f2223;
	padding: 25px 0px;
	font-size: 13px;
}

.copyright_style,
.FooterPane {
	float: left;
	padding: 10px 8px 0px;
}

.copyright_style .sep {
	padding: 0px 12px;
}

.copyright_style,
.FooterPane .Normal,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
}

.copyright_style a:hover {
	text-decoration: underline
}

#to_top {
	display: none;
	position: fixed;
	right: 25px;
	bottom: 25px;
	float: right; 
	background-color: #181d1d;
	width: 42px;
	height: 42px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	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? */
}
#to_top:after{
	content: "";
		height: 15px;
		width: 15px;
		overflow: hidden;
		margin:-3px 0 0 10px;
		display: inline-block;
		vertical-align: middle;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(225deg);
		-ms-transform: rotate(225deg); /* IE 9 */
		-moz-transform: rotate(225deg); /* Firefox */
		-webkit-transform: rotate(225deg); /* Safari and Chrome */
		-o-transform: rotate(225deg); /* Opera */
		transition: border ease-in 200ms;
		-moz-transition: border ease-in 200ms; /* Firefox 4 */
		-webkit-transition: border ease-in 200ms; /* Safari and Chrome */
		-o-transition: border ease-in 200ms; /* Opera */
		-ms-transition: border ease-in 200ms; /* IE9? */
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		top:50%;
		position:absolute;
		


}

/* ********** BOTTOM ************** */	

.e_icon {
	height: 23px;
	width: 23px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #9a9a9a;	
	margin-right: 5px;
	text-align: center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
/*source_code*/
.source_code {
	margin: 5px 0px;
}

.source_code pre {
	display: none;
}
.source_code .source_box pre {
	display:block;
}
.source_code .source_box{
	display: none;
}
/*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;
}

.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 {
}


/*Message*/

.Message_Icon {
	display: inline-block;
	vertical-align: middle;
	width: 8%;
}

.Message_Content {
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	color: #999999;
}

.Message_Button {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	text-align: center;
}

*+html .Message_Icon {
	display: block;
	float: left;
	padding-top: 30px;
}

*+html .Message_Content {
	display: block;
	float: left;
}

*+html .Message_Button {
	padding-top: 30px;
	display: block;
	float: left;
}

.Message_Content h3 {
	text-transform: uppercase;
	color: #666666;
	font-size: 16px;
	padding-bottom: 3px;
}

/*Our Services*/

.OurServices_Box .nav-tabs li.active a:hover {
}

.OurServices_Box .nav-tabs li.active a {
	background: none !important;
	border-bottom: 1px solid #FFF !important;
}

.OurServices_Box .tab-content {
	overflow: hidden !important;
}

.OurServices_list {
	margin: 0px;
	padding: 10px 0px;
	float: left;
	width: 47%;
}

.OurServices_list li {
	list-style: none;
	background: url(images/arrow-1.png) no-repeat left -70px;
	padding: 0px 0px 5px 15px;
	margin-left: 10px;
}

.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_Pic {
	float: left;
	width: 53%;
}

.OurServices_Pic img {
	animation: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s normal none 1 mk_scale;
	opacity: 1;
}

/*img float*/

.img_Left {
	float: left;
	padding: 7px 10px 0px 0px;
}

.img_Right {
	float: right;
	padding: 7px 0px 0px 10px;
}

/*Theme_19_Normal*/

.Theme_19_Normal {
	position: relative;
}

.Theme_19_Normal .filter_block {
	position: absolute;
	top: -50px;
	right: 0px;
	width: auto !important;
	padding: 0px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #FFF !important;
}

.Theme_19_Normal .filter_navigation ul li {
	background: none !important;
	margin: 0px!important;
	padding: 0px;
	display: block !important;
	list-style: none;
}

.Theme_19_Normal .filter_navigation ul li a:hover {
	background: #FFF !important;
}

.Theme_19_Normal .filter_navigation ul li a,
.Theme_19_Normal .filter_navigation ul li a:link,
.Theme_19_Normal .filter_navigation ul li a:active,
.Theme_19_Normal .filter_navigation ul li a:visited {
	color: #FFF;
}

.Theme_19_Normal .filter_navigation ul li a,
.Theme_19_Normal .filter_navigation ul li.selected a {
	background: none !important;
	border: none !important;
	padding: 6px 30px !important;
	margin: 0px !important;
	border-left: 1px solid #FFF !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.Theme_19_Normal .filter_navigation ul li li:first-child a {
	border: none !important
}

.Theme_19_Normal .filter_navigation ul li.selected a {
	background: #FFF !important;
}

.Theme_19_Normal .portfolio_block {
	padding-top: 20px;
}

.Theme_19_Normal .view-tenth {
	border: 1px solid #FFF;
	overflow: inherit !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? */
}

.Theme_19_Normal .view-tenth .mask {
	left: 0 !important;
	top: 0 !important;
	background: #FFF;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.Theme_19_Normal .view-tenth:hover .mask {
	background: #000;
}

.Theme_19_Normal .image-grid .view-tenth .portfolio_descr h2 {
	font-weight: bold !important;
	font-size: 16px !important;
	display: none !important;
}

.Theme_19_Normal .image-grid .po_link {
	top: 0px!important;
	left: 0px!important;
	margin: 0px!important;
	background: none!important;
	width: 100%!important;
	height: 100%!important;
	display: block !important;
	text-indent: -999px !important;
}

.Theme_19_Normal .image-grid .po_zoom {
	display: none !important
}

.Theme_19_Normal .image-grid .po_zoom {
	background-position: -34px 2px !important;
	margin: 0px !important;
}

/*Theme_19_Default*/

.Theme_19_Default {
	position: relative;
}

.Theme_19_Default .filter_block {
	position: absolute;
	top: -38px;
	right: 0px;
	width: auto !important;
	padding: 0px !important;
}

.Theme_19_Default .filter_navigation ul ul li a {
	border: 1px solid #d8dbdb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.Theme_19_Default .filter_navigation ul ul li.selected a,
.Theme_19_Default .filter_navigation ul ul li a:hover {
	background: none !important;
}

.Theme_19_Default .view-tenth .mask {
}

/*Theme_08_Default*/

.Theme_08_Default .Slide div {
	text-align: center;
}

/*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-3.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-3.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;
}

/*Tags list*/

.Tags_list a,
.Tags_list a:link,
.Tags_list a:active,
.Tags_list a:visited {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #858788;
	color: #858788;
	padding:10px 18px;
	line-height: normal;
	height: auto;
	display: inline-block;
	margin: 0px 5px 8px 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? */
}

.Tags_list a:hover {
	color: #FFF;
	text-decoration: none;
}

/*News_list*/

.News_list {
	margin: 0px;
	padding: 0px;
}

.News_list li {
	list-style: none;
	background: url(images/arrow-1.png) no-repeat 0px -70px;
	padding-left: 15px;
	border-bottom: 1px solid #434748;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.News_list li:last-child {
	border-bottom: none;
}

.News_list li span {
}

/*function list*/

.functionList {
	margin-bottom: 0;
	text-align: center;
	overflow: hidden;
	clear: both;
}

.functionList .functionBox .functiontitle {
	font-size: 20px;
	color: #444;
	vertical-align: middle;
	font-weight: normal;
	padding:25px 0 0;
	margin: 0px;
}

.functionList .functionBox .functionMain {
	padding:15px 0 23px 0;
	vertical-align: top;
	clear: both;
}
.functionList .functionBox .functionMain p{
   margin:0 0 15px 0;}

.functionList .functionBox .functionIcon {
	width: 92px;
	height: 90px;
	line-height: 90px;
	font-size: 36px;
	margin: auto;
	text-align: center;
	position: relative;
	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;
}

.functionList .functionBox:hover .functionIcon {
	color: #FFF !important;
}

.functionList .functionBox .functionIcon span {
	line-height: inherit;
}

/*functionBox_2*/

.functionBox_2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.functionBox_2 .functionIcon {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: #FFF;
	margin: auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	position: absolute;
	top: 0px;
	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? */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	border:none!important;
}

.functionBox_2 .functionIcon span {
	line-height: inherit;
}



.functionBox_2 .functionMain h3 {
	text-align: left;
	font-size: 18px;
	color: #444;
	font-weight: normal;
	position: relative;
	min-height: 35px;
	padding: 8px 0px 0px 50px;
}

.functionBox_2 .functionMain {
	text-align: left;
	padding:0 0 20px 0;
}
.functionBox_2 a{
  text-transform:uppercase;}
  
.functionMain:hover .functionIcon{
  background:none!important;
  color:#444!important;}

/*functionBox_3*/

.functionBox_3 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.functionBox_3 li {
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
}

*+html .functionBox_3 li {
	width: 24.9%;
}

.functionBox_3 .functionMain {
	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;
	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;
}

.functionBox_3 .functionMain:hover {
}

.functionBox_3 .functionIcon {
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
}

.functionBox_3 .functionIcon span {
	line-height: inherit !important;
}

.functionBox_3 h3 {
	font-size: 18px;
	color: #444;
	vertical-align: middle;
	padding: 0px 0px 15px;
	margin: 0px;
}

.functionBox_3 p {
	line-height: 1.6;
	margin:0;
	padding:5px 0 15px 0;
}

.functionBox_3 .functionMain:hover h3,
.functionBox_3 .functionMain:hover p,
.functionBox_3 .functionMain:hover a,
.functionBox_3 .functionMain:hover a:link,
.functionBox_3 .functionMain:hover a:active,
.functionBox_3 .functionMain:hover a:visited,
.functionBox_3 .functionMain:hover a:hover,
.functionBox_3 .functionMain:hover .functionIcon {
	color: #FFF !important;
	text-transform: none;
}

/*functionBox_4*/

.functionBox_4 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.functionBox_4 .functionIcon {
	height: 72px;
	width: 72px;
	line-height: 72px;
	font-size: 25px;
	text-align: center;
	margin: auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	overflow: hidden;
	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;
}

.functionBox_4 .functionIcon span {
	line-height: inherit !important;
}

.functionBox_4 .functionMain:hover .functionIcon {
	color: #FFF !important;
}

.functionBox_4 .functionMain {
	border: 1px solid #d8dbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding:40px 10px 25px;
	margin-bottom: 5px;
}

.functionBox_4 h3 {
	padding:22px 0 10px 0;
	font-weight:normal;
}
.functionBox_4 .functionMain a{
    text-transform:uppercase;}

/*functionBox_5*/

.functionBox_5 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.functionBox_5 .functionIcon {
	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;
	background-color: #ffffff;
	padding: 3px;
	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? */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.functionBox_5 .functionIcon span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	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? */
}

.functionBox_5 .functionMain {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding:0 10px 35px;
	margin: 35px 1px 0px;
	border:1px solid #d7d7d7;
}

*+html .functionBox_5 .functionMain {
	padding-top: 10px;
}

*+html .functionBox_5 .functionIcon {
	margin-top: 0px!important;
}

.functionBox_5 h3 {
	 padding: 25px 0;
    margin: 0;
	font-weight: normal;
}

.functionBox_5 .functionMain:hover .functionIcon span {
	color: #FFF;
}

/*slides blockquote*/

.slides blockquote {
	background: none;
	padding: 0px;
	margin: 0px;
}

.slides blockquote p {
	text-indent: 0px;
	color: #666666;
	font-size: 13px;
	border: 1px solid #e4e4e4;
	padding: 20px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.slides blockquote p span {
	background: url(images/marks.png) no-repeat center center;
	width: 54px;
	height: 47px;
	float: left;
	margin: 0px 15px 0px 0px;
}

.slides blockquote small {
	position: relative;
	padding: 22px 0px 0px 30px;
	margin: 0px;
	text-align: left;
	right: 0px;
	left: 0px;
	top: -1px;
	background: url(images/arrow-2.jpg) no-repeat 80px top;
}

.slides blockquote small:before {
	content: ' ' !important;
}

.slides blockquote small img {
	width: auto !important;
	height: auto !important;
	display: inline !important;
	margin-right: 10px;
}

/*Theme_25_Default*/

.Theme_25_Default .slides {
	clear: both;
	overflow: hidden;
}

.Theme_25_Default .flex-control-nav {
	text-align: right !important;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}

*+html .Theme_25_Default .flex-control-nav li {
	display: inline !important;
}

.Theme_25_Default .flex-control-paging li a {
	width: 18px !important;
	height: 18px !important;
	background: none !important;
	border: 1px solid #e3e3e3 !important;
	line-height: 50px;
	display: block !important;
}

.Theme_25_Default .flex-control-nav li {
	margin: 0px 1px !important;
}

.Theme_25_Default .flex-control-paging li a.flex-active {
	background: #e3e3e3 !important;
}

.Theme_25_Default .flex-direction-nav,
.Theme_25_Default .flex-pauseplay {
	display: none !important;
}

/*Theme_21_LinkAndZoom_Normal*/	

.Theme_21_LinkAndZoom_Normal .carousel_title {
	border-left: 1px solid #dfdcdc;
	border-right: 1px solid #dfdcdc;
	color: #444444;
	margin: 0px;
	padding: 20px 25px 5px;
	font-weight: normal;
}

.Theme_21_LinkAndZoom_Normal .carousel_image {
	border-bottom: 3px solid #e5e5e5;
	transition: background-color 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 .carousel_box:hover .carousel_image {
}

.Theme_21_LinkAndZoom_Normal .carousel_cap {
	border: 1px solid #dfdcdc;
	color: #666666;
	border-top: none;
	margin: 0px 0px 10px;
	padding: 5px 25px 20px;
}

.Theme_21_LinkAndZoom_Normal .pager {
	margin: 00px 0 30px;
}

.Theme_21_LinkAndZoom_Normal .pager a {
	border: 1px solid #bdbdbd;
	background: none !important;
	height: 20px !important;
	width: 20px !important;
}

.Theme_21_LinkAndZoom_Normal .pager a.selected {
	background: none !important;
	height: 20px !important;
	width: 20px !important;
}

/*Services_list*/

.Services_list {
	margin: 0;
	padding: 0;
}

.Services_list li {
	list-style: none;
	padding: 4px 0;
	width: 50%;
	display: inline-block !important;
	margin-right: -3px;
	vertical-align: top;
}

.Services_list li a {
	background: url(images/arrow-1.png) no-repeat left -67px;
	padding: 4px 0px 4px 15px;
	color: #666666;
}

/* verticalTab_Left_2*/

.verticalTab_Left_2 ul.resp-tabs-list {
	padding: 10px 0;
}

.verticalTab_Left_2 ul.resp-tabs-list li {
	border-right: none !important;
}

.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active:first-child {
	border-top: 1px solid #dddddd;
	margin-top: -1px;
}

.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active:last-child {
	border-bottom: 1px solid #dddddd;
	margin-bottom: -1px;
}

.verticalTab_Left_2 ul.resp-tabs-list li span {
	padding: 11px 15px !important;
}

.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span {
	margin: 0px -1px 0px 0px !important;
}

.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Left_2 .resp-tab-active,
.verticalTab_Left_2 .resp-tab-active:hover {
	background: #FFF !important;
}

/* horizontalTab_Top2 */

.horizontalTab_Top2 ul.resp-tabs-list li {
	margin-right: 5px;
	border: 1px solid #E8E8E8;
	border-bottom: none;
	padding-top: 1px;
}

.horizontalTab_Top2 ul.resp-tabs-list li.resp-tab-active {
	padding-top: 0px;
}

.horizontalTab_Top2 ul.resp-tabs-list li.resp-tab-active span {
}

/*social-icons*/

.social-icons {
	margin: 0px !important;
	padding: 0px 0px 5px!important;
}

.social-icons a {
	background-image: url("images/social-icons-sprite.png");
	background-repeat: no-repeat;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	position: relative;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	width: 30px;
	margin: 0px -3px 0px 0px;
	border: 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? */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

*+html .social-icons a {
	text-indent: 0px;
	font-size: 0px;
	overflow: hidden;
	display: inline;
}

.social-icons a:hover {
	background-color: #e3e3e3;
}

.social-icons2 a {
	background-color: #BBBBBB;
	margin: 0px 3px 3px 0px;
	background-image: url("images/social-icons-sprite.png");
}

.social-icons .social-twitter {
}
.social-icons .social-picasa {
   background-position: -30px 0px;
}
.social-icons .social-dribbble {
	background-position: -30px 0px;
}

.social-icons .social-facebook {
	background-position: -60px 0px;
}

.social-icons .social-envato {
	background-position: -90px 0px;
}

.social-icons .social-flickr {
	background-position: -120px 0px;
}

.social-icons .social-forrst {
	background-position: -150px 0px;
}

.social-icons .social-gplus {
	background-position: -180px 0px;
}

.social-icons .social-gplus2 {
	background-position: -210px 0px;
}

.social-icons .social-icloud {
	background-position: -240px 0px;
}

.social-icons .social-lastfm {
	background-position: -270px 0px;
}

.social-icons .social-linkedin {
	background-position: -300px 0px;
}

.social-icons .social-myspace {
	background-position: -330px 0px;
}

.social-icons .social-paypa {
	background-position: 0px -30px;
}

.social-icons .social-piacasa {
	background-position: -30px -30px;
}

.social-icons .social-pinterest {
	background-position: -60px -30px;
}

.social-icons .social-reedit {
	background-position: -90px -30px;
}

.social-icons .social-rss {
	background-position: -120px -30px;
}

.social-icons .social-skype {
	background-position: -150px -30px;
}

.social-icons .social-stumbleupon {
	background-position: -180px -30px;
}

.social-icons .social-tumblr {
	background-position: -210px -30px;
}

.social-icons .social-vimeo {
	background-position: -240px -30px;
}

.social-icons .social-wordpress {
	background-position: -270px -30px;
}

.social-icons .social-yahoo {
	background-position: -300px -30px;
}

.social-icons .social-youtube {
	background-position: -330px -30px;
}

.social-icons .social-blogger {
	background-position: 0px -60px;
}

.social-icons .social-deviantart {
	background-position: -30px -60px;
}

.social-icons .social-digg {
	background-position: -60px -60px;
}

.social-icons .social-foursquare {
	background-position: -90px -60px;
}

.social-icons .social-friendfeed {
	background-position: -120px -60px;
}

.social-icons .social-mail {
	background-position: -150px -60px;
}

.social-icons .social-html5 {
	background-position: -180px -60px;
}

.social-icons .social-technorati {
	background-position: -210px -60px;
}

.social-icons .social-soundcloud {
	background-position: -240px -60px;
}

.social-icons .social-quora {
	background-position: -270px -60px;
}

.social-icons .social-bebo {
	background-position: -300px -60px;
}

.social-icons .social-aim {
	background-position: -330px -60px;
}

.social-icons .social-gosquared {
	background-position: 0px -90px;
}

.social-icons .social-dropbox {
	background-position: -30px -90px;
}

.social-icons .social-github {
	background-position: -60px -90px;
}

.social-icons .social-spotify {
	background-position: -90px -90px;
}

.social-icons .social-apple {
	background-position: -120px -90px;
}

/*3D Banner*/

.defaultskin .banner_title {
	color: #FFF;
	font-size: 60px;
	line-height: 1 !important;
	font-weight: normal;
	text-align: left;
	-webkit-text-size-adjust: none;
}

.defaultskin .banner_content {
	color: #FFF;
	font-size: 17px;
	line-height: 1.5 !important;
	-webkit-text-size-adjust: none;
}

.defaultskin &gt; div &gt;ul {
	display: none;
}

.defaultskin .banner_more {
	font-size: 16px;
	padding: 15px 40px;
	color: #FFF;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-text-size-adjust: none;
}

.defaultskin .banner_more a,
.defaultskin .banner_more a:link,
.defaultskin .banner_more a:active,
.defaultskin .banner_more a:visited {
	color: #FFF;
	text-decoration: none
}

.defaultskin .banner_more a:hover {
	color: #FFF;
	text-decoration: none;
}

.defaultskin .tp-leftarrow.default {
	background: url(images/banner_arrow.png) no-repeat left center;
	width: 40px;
	height: 66px;
}

.defaultskin .tp-rightarrow.default {
	background: url(images/banner_arrow.png) no-repeat right center;
	width: 40px;
	height: 66px;
}

.ls-borderlessdark .ls-nav-prev {
	background: url(images/Banner_arrows.png) no-repeat 9px center !important;
	width: 38px;
	height: 38px;
}

.ls-borderlessdark .ls-nav-next {
	background: url(images/Banner_arrows.png) no-repeat -76px center !important;
	width: 38px;
	height: 38px;
}

.ls-borderlessdark .ls-bottom-nav-wrapper {
	display: none !important
}

/*New 3D Banner*/

.banner_title {
	color: #FFF;
	font-size: 60px;
	line-height: 1 !important;
	font-weight: normal;
	text-align: left;
	-webkit-text-size-adjust: none;
}

.banner_content {
	color: #FFF;
	font-size: 17px;
	line-height: 1.5 !important;
	-webkit-text-size-adjust: none;
}

.defaultskin &gt; div &gt;ul {
	display: none;
}

.banner_more {
	font-size: 16px;
	padding: 15px 40px;
	color: #FFF;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-text-size-adjust: none;
}

.banner_more a,
.banner_more a:link,
.banner_more a:active,
.banner_more a:visited {
	color: #FFF;
	text-decoration: none
}
.banner_more a:hover {
	color: #FFF!important;
	text-decoration: none;
}

.defaultskin .tp-leftarrow.default {
	background: url(images/banner_arrow.png) no-repeat left center;
	width: 40px;
	height: 66px;
}

.defaultskin .tp-rightarrow.default {
	background: url(images/banner_arrow.png) no-repeat right center;
	width: 40px;
	height: 66px;
}

.ls-borderlessdark .ls-nav-prev {
	background: url(images/Banner_arrows.png) no-repeat 9px center !important;
	width: 38px;
	height: 38px;
}

.ls-borderlessdark .ls-nav-next {
	background: url(images/Banner_arrows.png) no-repeat -76px center !important;
	width: 38px;
	height: 38px;
}

.ls-borderlessdark .ls-bottom-nav-wrapper {
	display: none !important
}

/*----------- Page-----------------------*/


.gray_line {
	border-bottom: 1px solid #e2e2e2;
	height: 0px;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}

/* **********  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;
	margin: 0px;
	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;
	filter: none;
}
/*our_team3*/

.our_team3 .team_title {
	padding: 15px 0px 8px;
	font-size: 18px;
}
.our_team3 .team_title span {
	color: #2c3433;
}
.our_team3 .team_content {
	color: #808080;
}

.our_team3 .team_social div span.social {
	font-size: 32px;
	color: #d2d2d2;
}
.our_team3 .team_social div span.social:hover {
	color: #f00;
}
 @media (max-width: 767px) {

.our_team3 .team_list {
	max-width: 250px;
	margin: auto auto 5px;
}
}

/*our_team_list*/

.our_team_list .functionIcon {
	width: 170px;
	height: 170px;
	margin: auto;
	border: 1px solid #d2d2d2;
	padding: 5px;
	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;
}

.our_team_list .functionIcon img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.our_team_list .functionIcon img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.our_team_list .functionIcon a {
	position: relative;
	display: block;
}

.our_team_list .functionIcon:hover,
.our_team_list .functionIcon:hover {
}

.our_team_list .functionIcon a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/magnify.png) no-repeat center center;
	width: 100%;
	height: 100%;
	content: " ";
	filter: alpha(opacity=0);/*IE*/
	opacity: 0;
	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? */
}

.our_team_list .functionIcon:hover a:before {
	filter: alpha(opacity=80);/*IE*/
	opacity: 0.8;
}

.our_team_list .functiontitle {
	font-size: 18px;
	line-height: 1.5;
	padding:25px 0 20px;
	color: #444444;
	text-align: center;
	font-weight:normal;
}

.our_team_list .functiontitle span {
	color: #888888;
	font-size: 14px;
	display: block;
	font-style:italic;
}

.our_team_list .functionMain {
	text-align: center;
	padding:0 0 15px 0;
}
.our_team_list .functionMain a{
  text-transform:uppercase;}

/*link_list2*/

.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
}
@media only screen and (max-width: 767px){
.link_list2 li {
	width:100%;
}
}

/*ServicesList*/

.Services_List {
	clear: both;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 10px;
	text-align: center;
}

.Services_List &gt; div &gt; div {
	margin-bottom: 20px;
}

.Services_List .col-sm-3 &gt; 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;
}

/*Services_list2*/

.Services_list2 {
	margin: 0px;
	padding: 5px 0 0 0;
}

.Services_list2 li {
	padding: 4px 0px;
	display: inline-block;
	list-style: none;
	width: 50%;
	margin-right: -3px;
	vertical-align: top;
}

.Services_list2 li .ico {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}

*+html .Services_list2 li {
	display: inline;
}

/*Services_list3*/


.Services_list3 {
	margin: 0px;
	padding:10px 0 25px;
}

.Services_list3 li {
	padding: 7px 0px;
	display: inline-block;
	list-style: none;
	width: 50%;
	margin-right: -3px;
	vertical-align: top;
}

*+html .Services_list3 li {
	display: inline;
}

.Services_list3 li .ico {
	width: 16px;
	height: 16px;
/*	background: url(images/arrow-4.png) no-repeat center center;*/
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	position:relative;		
	border:1px solid #fff;
}

	
.Services_list3 li .ico:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin:-3px 0 0 -5px;
	transform: rotate(129deg);
	-ms-transform: rotate(129deg);
	-moz-transform: rotate(129deg);
	-webkit-transform: rotate(129deg);
	-o-transform: rotate(129deg);
	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;
	}




/*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: -10px 0 0;
	padding: 0px;
}

.Choose_List li {
	background: url(images/arrow-1.png) no-repeat 0px -60px;
	padding-left: 37px;
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
	padding: 9px 0px 10px 15px;
}

.Choose_List span {
	float: right;
}

.Choose_List li a,
.Choose_List li a:link,
.Choose_List li a:active,
.Choose_List li a:visited {
	color: #666666;
}

.Choose_List li 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;
	background:none;
}

.tabs-top-group2 .panel-heading .panel-title a{
	border: none;
	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 {
}

.tabs-top-group2 .panel-heading:hover .panel-title a {
	color: #FFF !important;
}

.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:hover {
   background:#006fff;
}

.tabs-top-group2 .panel-heading:hover .accordion_icon {
	background: #FFF !important;
	color:#006fff;
}

.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;
}
/*******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;
}

/*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,
.gmap img {
	max-width: none;
}

.gmap {
	width: 100%;
	height: 300px;
}

#gmap {
	width: 100%;
	height: 350px;
}

/*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;
}

/* ********** Form Style ************** */


.Theme_Normal_Bottom textarea,
.Theme_Normal_Bottom input[type="text"],
.Theme_Normal_Bottom input[type="password"],
.Theme_Normal_Bottom input[type="datetime"],
.Theme_Normal_Bottom input[type="datetime-local"],
.Theme_Normal_Bottom input[type="date"],
.Theme_Normal_Bottom input[type="month"],
.Theme_Normal_Bottom input[type="time"],
.Theme_Normal_Bottom input[type="week"],
.Theme_Normal_Bottom input[type="number"],
.Theme_Normal_Bottom input[type="email"],
.Theme_Normal_Bottom input[type="url"],
.Theme_Normal_Bottom input[type="search"],
.Theme_Normal_Bottom input[type="tel"],
.Theme_Normal_Bottom input[type="color"],
.uneditable-input {
	background: #FFFFFF!important;
	border: 1px solid #dddddd!important;
	color: #777777 !important;
	padding: 7px 3px !important;
}

.Footer_Contentbg .Theme_Normal_Bottom .form_submit {
	text-align: right !important;
	width: 96% !important;
}

.Footer_Contentbg .Theme_Normal_Bottom textarea {
	height: 45px !important;
}

.Footer_Contentbg .Theme_Normal_Bottom .btn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: 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? */
}

.Footer_Contentbg .Theme_Normal_Bottom .btn:hover {
	color: #FFF !important;
	background: #555;
}

.RightPaneProfile .console-none h3 {
	background-image: url(images/arrow.png) !important;
}

.submit_ticket a {
	color: #fff !important;
	text-decoration: none;
}

/*submit_ticket */

.submit_ticket {
	background: #F7F7F7;
	padding: 25px 15px;
}

.submit_ticket .ticket_bg a {
	font-size: 20px;
	padding: 6px 37px 6px 37px;
	white-space: nowrap;
}

.submit_ticket .ticket_bg a:hover {
	color: #FFF !important;
}

.submit_ticket h3 {
	font-weight: normal;
}

.submit_ticket .ticket_bg {
	text-align: center;
	margin-top: 20px;
}

/*headline*/

.headline_box {
	color: #666666;
	padding: 15px;
}

.headline_box {
	color: #666666;
	padding: 25px;
	clear: both;
}

.headline_box:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.headline_box h3 {
	color: #2c3433;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

.headline_Left {
	width: 80%;
	display: inline-block;
	margin-right: -10px !important;
	vertical-align: middle;
}

.headline_Right {
	width: 20%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}

*+html .headline_Left,
*+html .headline_Right {
	display: inline;
}

/*personnel_list*/

.personnel_list {
	margin-top: 20px;
}

.personnel_list .personnel_box {
	width: 50%;
	float: left;
	position: relative;
}

*+html .personnel_list .personnel_box {
	width: 49.99%;
}

.personnel_list .personnel {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 33px;
}

.personnel_list .personnel .clear {
	width: 94px;
	clear: both;
	overflow: hidden;
	height: 33px;
	border-bottom: 1px solid #FFF;
	margin: auto;
	margin-bottom: -1px;
}

.personnel_list .personnel_pic {
	position: absolute;
	left: 58px;
	right: 0px;
	width: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.personnel_list .personnel_pic img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.personnel_list .personnel_info {
	padding: 0px 0px 0 158px;
	text-align: left;
}
.personnel_list .personnel_info p{
    font-style:italic; 
   }

.personnel_list .personnel .personnel_box:first-child {
	border-right: 1px solid #e3e3e3;
	margin-right: -1px;
}

.personnel_list .personnel .personnel_box:first-child .personnel_pic {
	left: 0px;
}

.personnel_list .personnel .personnel_box:first-child .personnel_info {
	padding: 0px 58px 0 100px;
}

.personnel_list .personnel:last-child {
	border-bottom: none;
}

.personnel_list .personnel:last-child .clear {
	height: 0px;
	border: none;
}

/*Theme_13_Elegant*/

.Theme_13_Elegant .unoslider_caption {
	left: 10%;
	right: auto!important;
	bottom: 10%!important;
	background: #000 !important;
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;
	color: #FFF!important;
	padding: 15px 30px !important;
	font-size: 16px!important;
}

/*Banner_title_4*/

.Banner_bigTitle_4 {
	font-size: 60px;
	color: #FFF;
	font-weight: bold;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-shadow: 0px 0px 3px #000;
	-webkit-text-size-adjust: none;
}

.Banner_title_4 {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	background: #717780;
	padding: 18px 20px;
	-webkit-text-size-adjust: none;
}

.Banner_smallTitle_4 {
	padding: 18px 20px;
	font-size: 20px;
	color: #ffffff;
	-webkit-text-size-adjust: none;
}

.Banner_Content_4 {
	font-size: 14px;
	color: #555555;
	line-height: 2;
	-webkit-text-size-adjust: none;
}

.Banner_More_4 {
	padding: 12px 35px;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-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 {
	text-decoration: none;
}


/*Banner_title_2*/

.Banner2_title_01 {
	font-size: 30px;
	color: #FFF;
	background:#006fff;	
	padding: 25px 30px;	
	-webkit-text-size-adjust: none;
}
.Banner2_title_02 {
	font-size: 20px;
	color: #FFF;
	background:#786f67;	
	filter: alpha(opacity=50);
	opacity: 0.5;
	padding: 25px 30px;	
	-webkit-text-size-adjust: none;
	text-transform:uppercase;
}
.Banner2_title_03 {
	font-size: 16px;
	color: #FFF;
	background:#786f67;	
	filter: alpha(opacity=50);
	opacity: 0.5;
	padding: 25px 30px;	
	-webkit-text-size-adjust: none;
}
/*insets_list*/
.insets_list{
	margin:0;
	padding:0;
	list-style:none;
}
.insets_list li{
	width:80px;
	height:auto;	
	vertical-align:top;
	float:left;
	margin:0 5px 0 0;
}
/*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 only screen and (min-width: 1200px) {

.dnn_layoutB {
	width: 1170px;
}

.h6_content h2{
   font-size:80px;
   color:#fff;
   line-height:1.2;}
   
.h6_content p{
   font-size:24px;
   color:#fff;
   line-height:1.2;}

.LeftPage_Box {
	background-position: 275px top;
}

.RightPage_Box {
	background-position: 884px top;
}

.breadcrumbBox {
	padding: 50px 0px;
}

.breadcrumbBox h3.breadcrumbTitle {
	font-size: 40px;
}

.breadcrumbBox .Normal {
	font-size: 16px;
}

.functionBox_3 li {
	width: 25%;
}

.functionBox_3 .functionMain {
	padding: 10px 25px 20px;
	margin: 0px 10px 5px;
}

.functionBox_3 .functionIcon {
	height: 80px;
	line-height: 80px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 979px) {

.dnn_layoutB {
	width: 736px;
}

.dnn_logo {
	width: 150px;
}

#top_menu &gt; div &gt; ul &gt; li &gt; a &gt; span {
	padding: 0px 15px;
	line-height: 30px;
	height: 30px;
}

.LeftPage_Box {
	background-position: 166px top;
}

.RightPage_Box {
	background-position: 559px top;
}

.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 {
	padding: 40px 0px;
}

.breadcrumbBox h3.breadcrumbTitle {
	font-size: 30px;
}

.breadcrumbBox .Normal {
	font-size: 15px;
}

/*functionBox_3*/

.functionBox_3 li {
	width: 50%;
}

.functionBox_3 .functionMain {
	padding: 10px 45px 35px;
	margin: 0px 25px 15px;
}

.functionBox_3 .functionIcon {
	height: 90px;
	line-height: 90px;
}

.Theme_20_Default li {
	margin: 0px 2px 2px 0px!important;
}

.Tags_list a,
.Tags_list a:link,
.Tags_list a:active,
.Tags_list a:visited {
	margin: 0px 2px 8px 0px;
	padding: 5px;
}

.our_team_list .functionIcon {
	width: 150px;
	height: 150px;
}

.price-table .btn {
	white-space: nowrap;
	padding: 10px 25px;
}

.team_social .social-icons a {
	margin: 3px!important;
}
}
 @media only screen and (max-width: 767px) {

.dnn_layoutB {
	width: auto;
}

.header_top {
	text-align: center;
}

.HeadPane {
	float: none !important;
	display: block;
	margin: 0px auto -10px !important;
}

.HeaderRight {
	float: none !important;
	text-align: center !important;
	padding-bottom: 10px;
}

.languageBox {
	float: none !important;
}

.Login {
	float: none !important;
	height: auto !important;
}

/*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 {
	border-bottom: 1px solid #eaeaea;
	padding: 25px 60px 25px 15px;
	position: relative;
}

.phoneHeadBottom {
	text-align: center;
	padding: 5px 0px 15px 0px;
}

.switchOpen {
	width: 27px;
	height: 27px;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -14px;
}

.switchOpen:before {
	content: "\E115";
}

.SwitchClose:before {
	content: "\E208";
}

.languageBox {
	height: auto !important;
	line-height: normal !important;
}

.searchBox2 {
	margin: 0px 17px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: auto;
	display: block;
	position: relative;
	padding: 0px 35px 0px 3px;
}

.searchBox2 input.NormalTextBox {
	line-height: 18px;
	height: 18px;
	padding: 7px 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 {
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	width: 32px !important;
	height: 100%;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #FFF;
	text-indent: 0px !important;
	position: absolute;
}

.searchBox2 a.search:before {
	content: "\E028";
	top: 50%;
	left: 50%;
	position: absolute;
	font-size: 16px;
	display:none;
	margin: -8px 0 0 -8px;
}

/*--------- Mobile Menu style ----------*/

#mobile_menu {
	margin: 0px 15px 15px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.multi_menu {
	margin: auto;
}

.multi_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.multi_menu ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	list-style: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}

.multi_menu ul li.current {
}

.multi_menu ul li.current span,
.multi_menu ul li.current span:hover {
	color: #FFF;
}

.multi_menu ul li.dir.current {
	background: none !important;
	border: 1px solid #cccccc;
}

.multi_menu &gt; ul &gt; li.dir.current li span {
	color: #777777;
}

.multi_menu ul li.dir.current.active li span {
	color: #777777;
}

.multi_menu ul li span:hover {
}

.multi_menu ul li.active &gt; a &gt; span,
.multi_menu ul li.active:hover &gt; a &gt; span {
}

.multi_menu ul li img {
	vertical-align: top;
}

.multi_menu ul li a {
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	color: #777777;
	display: block;
	text-decoration: none;
	outline: none;
	text-align: left;
}

.multi_menu ul li a {
	margin: 0px 15px;
}

.multi_menu ul &gt; li &gt; ul &gt; li  a {
	border-bottom: 1px solid #cccccc;
}

.multi_menu ul li.active a {
}

.multi_menu ul li.dir.current a {
}

.multi_menu &gt; ul &gt; li &gt; a {
	margin-bottom: -1px;
	border-bottom: 1px solid #cccccc;
}

.multi_menu ul li span {
	padding: 10px 0px;
	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 -12px 0px 0px;
	position: relative;
	font-size: 0;
}

.multi_menu ul li .menu_arrow:before {
	content: "\002B";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0px 0px -7px;
	display: inline-block;
	font-size: 14px;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

.multi_menu ul li .menu_arrow.arrow_opened {
}

.multi_menu ul li .menu_arrow.arrow_closed:before {
	content: "\2212";
}

.multi_menu ul ul {
	display: none;
	padding: 2px 0px 5px 0px;
	margin: 1px 0px 0px 0px;
}

.multi_menu ul ul li {
	border: none !important;
}

.multi_menu ul ul li a {
	background: none;
}

.multi_menu ul ul li .menu_arrow {
	border: none;
}

.multi_menu ul ul li .menu_arrow.arrow_closed {
}

.multi_menu ul li.current &gt; ul {
	display: block;
}

.multi_menu ul ul ul {
	padding: 0px 15px;
	margin: 0px;
}

.multi_menu ul ul ul li a {
}

.multi_menu ul li.active &gt; a,
.multi_menu ul li.current &gt; a,
.multi_menu ul li a:hover {
}

.multi_menu ul li li.active &gt; a,
.multi_menu ul li li.current &gt; a,
.multi_menu ul li li a:hover {
	background: none;
}

/*Message*/

.Message_Icon {
	display: block;
	width: auto;
	float: left;
	padding: 0px 10px 0px 0px;
}

.Message_Content {
	display: block;
	width: auto;
	color: #999999;
	float: none;
}

.Message_Content p,
.Message_Content div {
	clear: both;
}

.Message_Button {
	display: block;
	width: 100%;
	text-align: center;
	float: none;
}

/**/

.OurServices_list {
	float: none !important;
	width: auto;
}

.OurServices_Pic {
	float: none !important;
	width: auto;
}

.Footer_Contentbg [class*="Pane"] {
	margin: 0px;
}

.Footer_Contentbg .FootPaneA {
	margin-top: 30px;
}

.Footer_Contentbg .FootPaneD {
	margin-bottom: 30px;
}

.copyright_style {
	text-align: center;
}

.copyright_style,
.FooterPane {
	float: none;
	text-align: center;
}

#to_top {
	float: none;
	margin: auto;
	position: fixed;
}

/*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 .color_1,
 .price-table .color_2,
 .price-table .color_3,
 .price-table .color_4,
 .price-table3 [class*="span"],
 .price-table5 [class*="span"],
 .price-table7 [class*="span"] {
	margin-bottom: 10px;
}

.price-table7 .best_value {
	margin-top: 0px;
}

#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;
}

.LeftPage_Box .RightPage_Box {
	background: none;
}

.SkinPlugin_icon,
#roll_menu,
.js-clingify-placeholder {
	display: none !important;
}

.copyright_style {
	margin-bottom: 10px;
}

.breadcrumbBox {
	padding: 30px 0px;
}

.breadcrumbBox h3.breadcrumbTitle {
	font-size: 20px;
}

.breadcrumbBox .Normal {
	font-size: 12px;
}

.LeftPage_Box,
.RightPage_Box {
	background: none;
}

/*Theme_19_Normal*/

.Theme_19_Normal .filter_block,
 .Theme_19_Default .filter_block {
	position: static;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none !important;
}

.Theme_19_Normal .filter_navigation ul li a,
.Theme_19_Normal .filter_navigation ul li.selected a {
	border: 1px solid #FFF !important;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}

.Theme_19_Normal .filter_navigation ul li li:first-child a {
	border: 1px solid #FFF !important
}

.Mian_Box_3,
.Mian_Box_5 {
	background-size: auto 120%
}

/*functionBox_3*/

.functionBox_3 li {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: none;
}

.functionBox_3 .functionMain {
	padding: 15px;
	margin: 0px;
	width: 250px;
	height: 250px;
	margin: 0px auto 15px;
}

.functionBox_3 .functionIcon {
	height: 90px;
	line-height: 90px;
}

.headline_Left {
	width: auto !important;
	display: block!important;
}

.headline_Right {
	display: block!important;
	width: auto!important;
}

/*personnel_list*/

.personnel_list .personnel_box {
	width: 100%;
	float: none;
	position: relative;
	border-right: none !important;
	padding-bottom: 33px;
	margin-bottom: 33px;
	border-bottom: 1px solid #e3e3e3!important;
}

.personnel_list .personnel {
	border: none!important;
	margin: 0!important;
	padding: 0!important;
}

.personnel_list .personnel .personnel_info {
	padding: 0px 0px 0px 100px !important;
}

.personnel_list .personnel_pic {
	left: 0px!important;
}

.personnel_list .personnel .clear {
	height: 0px!important;
	border: none!important;
}

.our_team .team_list {
	margin-bottom: 15px;
}

.Theme_19_Normal .filter_navigation ul li {
	margin: 0 5px 5px 0!important;
}

.Theme_13_Elegant .unoslider_caption {
	display: none!important
}

.our_team_list [class*='span'] {
	margin-bottom: 15px;
}

.Theme_08_Default .Slide div {
	display: none!important;
}

.Testimonials_tab.Testimonials_6 .last_page,
 .Testimonials_tab.Testimonials_6 .next_page {
	bottom: 58px;
}
a.Button_blue2{
	padding:5px;
	font-size:10px;
	margin:0 10px 0;
}
}
 @media only screen and (max-width: 560px) {

.Lead h1 {
	font-size: 22px;
	display: none;
}

.Lead p {
	font-size: 12px;
	display: none;
}

.breadcrumbBox h3.breadcrumbTitle {
	font-size: 16px;
}

.breadcrumbBox .Normal {
	font-size: 12px;
}

/*price*/	

.price-table.col2 .col,
 .price-table.col3 .col,
 .price-table.col4 .col,
 .price-table.col5 .col {
	width: 100%;
}

.price-table2 .price_holder {
	margin: 0px;
}
}
 @media only screen and (max-width: 330px) {

/*functionBox_3*/	 

.functionBox_3 .functionMain {
	padding: 10px;
	margin: 0px;
	width: 200px;
	height: 200px;
	margin: 0px auto 15px;
}

.functionBox_3 .functionIcon {
	height: 60px;
	line-height: 60px;
}

.functionBox_3 h3 {
	padding: 0px;
}

/*personnel_list*/

.personnel_list .personnel_pic {
	position: static;
	margin: 0px auto 10px;
}

.personnel_list .personnel .personnel_info {
	padding: 0px !important;
	text-align: center;
}
}

/*SocialProfile*/

a.dnnPrimaryAction {
	color: #FFF!important;
}

.ContentPaneProfile #mdBasicSearch {
	padding: 6px 2px !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) {
#top_menu .menuslide ul &gt; li.dir &gt; a, .Mega_menu ul.mega_submenu_ul ul li a, #left_menu ul li a, #roll_menu .dropdown .menuslide ul &gt; li.dir &gt; a, #roll_menu .dnngo_mega ul.mega_submenu_ul ul li a, .OurServices_list li, .News_list li, .Services_list li a, .Choose_List li {
 background-image: url(images/arrow-1.png);
 background-size:29px 85px;
}
}
 @media print {

	a:link:after,
	article a[href^=http]:after {
		content: " ";
		}
	.animation{
			opacity:1;
		}
	.animated,
	.animated .animation_item{
		-webkit-animation-name:none!important;
		-moz-animation-name:none!important;
		-o-animation-name:none!important;
		animation-name:none!important
		}
	.phoneHeadTop,
	#search2,
	#mobile_menu{
		display:none;
		}

}

/*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%;
}
.our_team2 img{
	max-width:100%;
	width:100%;
}
.Lead img{
	max-width:100%;
}
#dnngo_megamenu .dnngo_boxslide img{
	max-width:100%;
}


/* ---- combination filters ---- */
/* ---- combination filters ---- */
.isotope_grid {
	width:100%;
	position:relative;
}
.isotope_grid .isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-left:-10px;
}
.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_main .photo_box {
	margin:0 0 15px 15px;	
}
.isotope_grid .isotope_group{
	margin:8px 0;
	position:absolute;
	top:-80px;
	right:0;
}
.isotope_grid .isotope_group a{
	margin:0px;
	padding:6px 30px;
	color:#ffffff;
	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? */
	line-height: 20px;
	float:left;
	display:inline-block;
}
.isotope_grid .isotope_group a:hover,
.isotope_grid .isotope_group a.active {
	color:#006fff;
	text-decoration:none;
	background:#ffffff;
}

.isotope_grid .photo_box .content h2{
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
	color:#ffffff;
	margin:0;
	font-weight:normal;
}.isotope_grid .photo_box .ico span{
	width:35px !important;
	height:35px !important;
	line-height:35px !important;
	font-size:16px;
}
@media only screen and (max-width: 767px){
	.isotope_grid .isotope_group{
		position:relative;
		border:none;
		display:inline-block;
		top:0;
	}
	.isotope_grid .isotope_main{
		margin-left:0;
	}
	.isotope_grid .isotope_main .photo_box{
		margin:0 0 15px;
	}
}

/***isotope_1***/
.isotope_1 .isotope_group{
	border:1px solid #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.isotope_1 .isotope_main .photo_box{
	margin:0 0 15px 17px;
	padding-right:1px;
}
.isotope_1 .isotope_main .photo_box .content{
	background-color:#ffffff;
	opacity:0;
}
.isotope_1 .isotope_main .photo_box:hover .content{
	background-color:#ffffff;
	opacity:0.2;
}
.isotope_1 .isotope_main .photo_box .shade{
	opacity:0.2;
}
.isotope_1 .isotope_main .photo_box .pic_box{
	border:1px solid #ffffff;
	 position:static;
     -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.isotope_1 .isotope_main{
	margin-top:20px;
}
.isotope_1 .isotope_group a{
	border-left:1px solid #ffffff;
}
.isotope_1 .isotope_group a:first-child{
	border-left:none;
}
@media only screen and (max-width: 767px){
	.isotope_1 .isotope_group{
		border:none;
	}
	.isotope_1 .isotope_group a{
		border:1px solid #ffffff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin:0 5px 5px 0;
	}
	.isotope_1 .isotope_group a.active {
		border:1px solid #ffffff;
	}
	.isotope_1 .isotope_main .photo_box{
		margin:0 0 15px;
		padding-right:0;
	}
	.isotope_1 .isotope_group a:first-child{
		border-left:1px solid #ffffff;
	}
}

/***isotope_2***/
.isotope_2 .isotope_group{
	margin:0 0 10px;
	top:-38px;
}
.isotope_2 .isotope_group a{
	background:#ffffff;
	margin:0 2px 5px 0;
	padding:3px 20px;
	font-size:13px;
	color:#555555;
	border:1px solid #e5e5e5;
	line-height:1.8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.isotope_2 .isotope_group a:hover,
.isotope_2 .isotope_group a.active {
	border:1px solid #006fff;
}
.isotope_2 .isotope_main .photo_box .content .ico{
	margin:0 0 9px;
}
.isotope_2 .isotope_main .photo_box .ico span{
	width:35px !important;
	height:35px !important;
	line-height:35px !important;
	background-color:#006fff;
	font-size:16px;
	border:none;
	margin:0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.isotope_2 .isotope_main .photo_box .content p{
	margin:0;
}
@media only screen and (max-width: 767px){
	.isotope_2 .isotope_group{
		top:0;
	}
}



.btn-primary,.btn-danger{
	color:#ffffff !important;
}
.btn-default{
	color:#333333 !important;
}

/*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? */
	background:none;
	text-indent:0;
	font-size: 28px;
    height: 30px;
    margin: 0;
    width: 30px;
	overflow:visible;
}

.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
}
.tp-simpleresponsive &gt; ul &gt; li{
	line-height:20px;
}

.pane_area{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

@media only screen and (max-width: 767px){
	.breadcrumbBox{
		padding:20px 0 !important;
	}
	.breadcrumbBox h3.breadcrumbTitle{
		font-size:24px !important;
	}
	.breadcrumbRight, .breadcrumbRight a, .breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited{
		font-size:15px !important;
	}
	.breadcrumbRight{
		display:none;
	}
}



/*loading*/
.loading {
	width: 26px;
	height: 26px;
	position: relative;
}
.loading .container1 &gt; div,
.loading .container2 &gt; div,
.loading .container3 &gt; 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;
	top:0;
	margin:0;
}
.isotope_grid .portfolios_group a{
	margin:0px 1px 5px 0px;
	padding:8px 28px;
	display:inline-block;
	line-height:18px;
	color:#555555;
	font-size:13px;
	outline:none;
	border:1px solid #e5e5e5;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	float:none;
}
.isotope_grid .portfolios_group a:hover, .isotope_grid .portfolios_group a.active{
	border-color:#006fff;
	color:#006fff;
}
/***portfolios button***/
a.portfolios_default_btn{
	display:inline-block;
	width:120px;
	line-height:36px !important;
	border:1px solid #006fff;
	color:#006fff;
	text-align:center;
	text-decoration:none;
	margin-right:10px;
	text-transform:uppercase;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.portfolios_default_btn:hover{
	color:#ffffff;
	background-color:#006fff;
	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{
	margin-top:-25px;
}
@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;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.Grid_layouts .photo_box .shade{
	background-color:#006fff;
}
.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:#006fff;
	background:#ffffff !important;
}
.Text_layouts .photo_box .shade{
	background-color:#006fff;
}
.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:#006fff;
	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 &gt; 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:#006fff;
	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:#006fff;
	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:#006fff;
	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%;
	border:none;
}
.Single_Layouts .carousel .owl-page.active{
	background-color:#ffffff;
	border:none;
}
@media only screen and (max-width: 767px) {
.Single_Layouts .carousel .owl-buttons .owl-prev,
.Single_Layouts .carousel .owl-buttons .owl-next{
	margin-top:-33px;
}
}
/***page control***/
.page_turning a{
	font-size:12px;
	color:#666666 !important;
	margin:0 5px 5px 0;
}
a.page_control{
	display:inline-block;
	line-height:31px !important;
	width:70px;
	border:1px solid #cccccc;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.page_number{
	display:inline-block;
	height:30px;
	line-height:30px !important;
	width:30px;
	border:1px solid #cccccc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	text-decoration:none;
	transition: all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
a.page_control:hover,a.page_number:hover{
	color:#006fff !important;
	border:1px solid #006fff;
	text-decoration:none;
}
.Single_page{
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #d8d8d8;
}
.Single_page a{
	font-size:13px;
	color:#006fff;
	display:inline-block;
	line-height:38px !important;
	width:100px;
	border:1px solid #006fff;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	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:#006fff;
	color:#ffffff;
}
.prev_control{
	float:left;
}
.next_control{
	float:right;
}
/*page Spacing*/
.mt-10{ margin-top:10px;}
.mb-10{ margin-bottom:10px;}
.pt-10{ padding-top:10px;}
.pb-10{ padding-bottom:10px;}

.mt-20{ margin-top:20px;}
.mb-20{ margin-bottom:20px;}
.pt-20{ padding-top:20px;}
.pb-20{ padding-bottom:20px;}

.mt-30{ margin-top:30px;}
.mb-30{ margin-bottom:30px;}
.pt-30{ padding-top:30px;}
.pb-30{ padding-bottom:30px;}

.mt-40{ margin-top:40px;}
.mb-40{ margin-bottom:40px;}
.pt-40{ padding-top:40px;}
.pb-40{ padding-bottom:40px;}

.pt-45{ padding-top:45px;}
.pb-45{ padding-bottom:45px;}

.mt-50{ margin-top:50px;}
.mb-50{ margin-bottom:50px;}
.pt-50{ padding-top:50px;}
.pb-50{ padding-bottom:50px;}

.pt-55{ padding-top:55px;}
.pb-55{ padding-bottom:55px;}


.mt-60{ margin-top:60px;}
.mb-60{ margin-bottom:60px;}
.pt-60{ padding-top:60px;}
.pb-60{ padding-bottom:60px;}

.h1_back h3{
  font-weight:normal;
  color:#444;
  font-size:25px;
  margin: 0 0 0px 0;
  padding: 0;
  line-height:1;
  text-align:center;
  }
.backgroundImage10{
    background: url("images/backgroundImage10.jpg") no-repeat fixed center center;
	background-size: cover; 
	color:#fff; 
	backface-visibility: hidden; 

	
}
.backgroundImage11{
    background: url("images/backgroundImage11.jpg") no-repeat fixed center center;
	background-size: cover; 
	color:#fff;   
	backface-visibility: hidden; 
}
.h1_tit_left h3{
  font-size:30px;
  font-weight:normal;
  color:#fff;
  line-height:1;}
  
.h1_accordion .panel-body{
  padding:12px 20px;
 }
.h1_accordion.accordion_2 .panel-heading .panel-title a{
  padding:15px 46px 15px 10px;
  font-size:15px;
}
.h1_accordion.accordion_2 .panel-default{
  margin-bottom:10px;}
  
.h1_Testimonials_tab.Testimonials_6 blockquote p {
  padding:40px;  
 }
.h1_Icon{
  position:relative;
  padding:5px 0 20px 0;
 }
.h1_Con{
   padding:0 0 0 100px;}

.h1_Icon span{
  position:absolute;
  width:70px!important;
  height:70px;
  line-height:70px;
  background:#006fff;
  display:block;
  text-align:center;
  border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-size:25px;
	color:#fff;
	top:50%;
	margin:-35px 0 0 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? */
}
.h1_Icon:hover span{
   background:#e4e4e4;
   color:#444;     
}

.h1_Con h2{
  margin:0 0 15px 0;
  color:#333333;
  font-size:16px;
  font-weight:normal;}
.h1_img img{
  width:90%;}
  
.h1_bg{
	 background:#f3f3f3;}
.h4_bg{
	 background:#f3f3f3;
	 -moz-box-shadow:0 2px 5px #999;
	-webkit-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
	position:relative;
	z-index:2000px; }



.h2_tit_cener h2{
  text-align:center;
  font-size:25px;
  color:#444;
  font-weight:normal;}
  
.h2_tit_cener:after{
  content:"";
  border-bottom:1px solid #006fff;
  display:block;
  width:50px;
  margin:auto;
  padding:0 0 20px 0;
  margin:0 auto;}
  
.backgroundImage12{
    background: url("images/backgroundImage12.jpg") no-repeat fixed center center;
	background-size: cover; 
	color:#fff;  
	backface-visibility: hidden; 
}

.h2_image .photo_box .shade{
    background:none;
	border:7px solid #fff;
  }
.h2_image .photo_box{
  border:1px solid #fff;
  margin:0;}
  
.h2_tit02_left h2{ 
  font-size:25px;
  color:#fff;
  font-weight:normal;
  margin-top:0;}
  
.h2_tit02_left:after{
  content:"";
  border-bottom:1px solid #fff;
  display:block;
  width:50px; 
  padding:0 0 10px 0;
  margin:0 0;}
  
.h2_tit_con ul{
  margin:0;
  padding:0 0 20px 0;
  list-style:none;		}
.h2_tit_con ul li span{
  font-size:20px;
  color:#979797;
  margin:0 15px 0 0;
  display:inline-block;
  vertical-align:-4px;
  }
.h2_tit_con ul li{
  padding:5px 0;}
  
.h2_tit_con ul li a{
  color:#aaaaaa;
  }
.h2_tit_con p{
  color:#aaa;
  margin:0;
  padding:25px 0 20px;}
  
a.h2_bnt{
  color:#fff!important;
  padding:11px 25px;
  background:#006fff;
  display:inline-block;
  border:1px solid transparent;
         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:hover.h2_bnt{
   text-decoration:none;
   background:none;
   border:1px solid #006fff;

}
	
a.Button_default6,
a.Button_default6:link,
a.Button_default6:active,
a.Button_default6:visited {
 color:#fff!important;
  padding:11px 35px;
  background:#006fff;
	display: inline-block;
	white-space: nowrap;
	margin:3px 0 3px 0;	
	transition: background ease-in 200ms;
	-moz-transition: background ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background ease-in 200ms; /* Safari and Chrome */
	-o-transition: background ease-in 200ms; /* Opera */
	-ms-transition: background ease-in 200ms; /* IE9? */
	letter-spacing:1px;
	font-size:14px;
	border:1px solid transparent
}

*+html a.Button_default6 {
	display: inline;
}

a.Button_default6:hover {
	text-decoration: none;
	color: #333 !important;
	background:none!important;
	border:1px solid #006fff;
}	
.h2_bg{
   background:#2b333d;}

.h2_list{
  padding:0;
  margin:0;
  list-style:none;}
.h2_list li{
  position:relative;
  padding:3px 0 3px 12px;}
  
.h2_list li:before{
    border:5px solid transparent;
    border-top:5px solid #006fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
	top:10px;   
    width: 0;
	 transform:rotate(268deg);
    -ms-transform:rotate(268deg);
    -moz-transform:rotate(268deg);
    -webkit-transform:rotate(268deg);
    -o-transform:rotate(268deg);
}
.Center{ text-align:center;}

.List_left{  
  padding:98px 0 0 91px
   } 
.h2_img02 img{
  width:100%;} 


.h2_footer_left p{
   margin:0;
   padding:20px 0;}  

.h2_footer_left a{
  color:006fff!important;
  text-transform:uppercase;
  position:relative;}
  
.h2_footer_left span{
  display:inline-block;
  width:16px;
  height:16px;
  background:#006fff;
  border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-indent:-99999px;
	position:absolute;
	margin:2px 0 0 8px;
  }
  
.h2_footer_left span:before{
		content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin:-3px 0 0 -4px;
	transform: rotate(129deg);
	-ms-transform: rotate(129deg);
	-moz-transform: rotate(129deg);
	-webkit-transform: rotate(129deg);
	-o-transform: rotate(129deg);
	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;
	}

.h2_footer_con img{
   float:left;
   padding:0 20px 0 0;
   margin:6px 0 0 0 ; }

.h2_footer_con span{
  color:#006fff;}
  
.h2_footer_con:first-child{
  border-bottom:1px solid #363636;
  padding:0 0 40px 0;
  margin:0 0 40px 0;}

.h1_footer_right ul{
  margin:0 ;
  padding:10px 0 0 0;
  list-style:none;}

.h1_footer_right ul li{
  width:48%;
  float:left;
  background:#444444;
  margin:7px 0 6px 0;}  

.h1_footer_right ul li a{
  font-size:13px;
  color:#fff;
  text-transform:uppercase;
  display:inline-block;
  padding:0 0 0 25px;}
  
.h1_footer_right ul li:nth-child(odd){
  margin-right:13px;}
/*Home3*/
.H3_footer_Social &gt; a {
    font-size: 24px;   
    text-decoration: none;	
}

.h3_pos{
   position:relative;
   padding-bottom:15px;
           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? */
}
.H6_pos:last-child {
    padding-bottom: 0;
}
.h3_pos span{
   position: absolute;
    left: 0;
    margin: 6px 0 0 0;
    font-size: 20px;
    color: #fff;

}
   
.h3_tit_icon {
    border-left: 1px solid #006fff;
    border-top: 1px solid #006fff;
    height: 60px;
    position: relative;
    width: 70px;
	margin:0 auto;
	 text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #006fff;
	    transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */		}
}
.h3_last_box li:hover .h3_tit_icon {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;  
    color: #fff;
}
.h3_tit_icon:before {
    border-bottom: 1px solid #006fff;
    border-right: 1px solid #006fff;
    content: "";
    height: 80%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 84%;
	    transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */		}
}
.h3_last_box li:hover .h3_tit_icon:before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  
}		
.h3_tit_icon &gt; span{  position:absolute;  bottom:0; left:-1px;  width:20%; height:20%; overflow:hidden;}

.h3_tit_icon &gt; span:before {
    border-left: 1px solid #006fff;
    bottom: 0;
    content: "";
    height: 200%;
    left: 0;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: left bottom 0;
    width: 200%;
	    transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */		}
} 

 .h3_last_box li:hover .h3_tit_icon &gt; span:before {
    border-left: 1px solid #fff;   
}

.h3_last_box{
    clear: both;
    display: table-row;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.h3_last_box li{
  display: table-cell;
  padding: 50px 52px;
  background:#f5f5f5;
  text-align:center;
  width:20%;
          transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */		}
  
 .h3_last_box li:hover{
   background:#95a9c3;
   color:#fff;
}
 .h3_last_box li:hover h2{  
   color:#fff;
}
  
.h3_last_con:nth-child(even){
  background:#ebebeb;}
  
.h3_last_con h2{
  font-size:18px;
  font-weight:normal;
  color:#444;
  margin:0;
  padding:50px 0 30px 0;}

.backgroundImage13{
    background: url("images/backgroundImage13.jpg") no-repeat fixed center center;
	background-size: cover; 
	color:#fff;   
	backface-visibility: hidden; 
}
.h3_phone {
    position:relative;
	border-bottom:1px solid #d5d5d5;
	 padding: 0 0 30px 0;
    margin: 0 0 30px 0;
	}
.h3_phone:last-child{
    border:none;
	margin:0;}
	
.h3_phone_con{
   padding:0 0 0 100px;}
   
.h3_phone span{
   position:absolute;
   width:70px!important;
   height:70px;
   line-height:70px;
   text-align:center;
   display:inline-block;
   background:#eaeaea;
   color:#aaaaaa;
   font-size:25px;}
.h3_phone h3{
   font-size:15px;
   font-weight:normal;
   color:#333;
   margin:0;
   padding:0 0 5px 0;}
   
.h3_phone p{
   margin:0;
   line-height:20px;}
.h3_phone_box h2{
  font-size:17px;
  color:#333;
  font-weight:normal;
  text-transform:uppercase;
  margin:0 0 30px 0;}
  
.h3_footerc ul{
   margin:0;
   padding:0;
   list-style:none;}
.h3_footerc ul li{
   padding:15px 0;
   border-bottom:1px solid #373737; 
   }
.h3_footerc ul li span{
   display:inline-block;
   margin:0 12px 0 0;
   color:#999;}
.h3_footerc ul li:first-child{
  padding:10px 0 15px 0;}
/*social-icons*/ 
.h3_team_social .social-icons a:hover {
	background-color: #006fff;
}
.h3_footera img{
   padding:0 0 25px 0;}

.h3_team_social {
    padding: 15px 0 0 0;
}
.h3_footerd{
   position:relative;}

.h3_footerd span{
   position:absolute;
   left:-5px;}
   
.h3_footerd_con{
  padding:0 0 25px 35px;}
  
.social-icons_footerd a {
	background-image: url("images/social-icons-sprite.png");
	background-repeat: no-repeat;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	position: relative;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	width: 30px;
	margin: 0px -3px 0px 0px;
	border: 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? */
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

*+html .social-icons_footerd a {
	text-indent: 0px;
	font-size: 0px;
	overflow: hidden;
	display: inline;
}
.h3_footerd_con:last-child{
   padding-bottom:0;}
   
.backgroundImage14{
    background: url("images/backgroundImage14.jpg") no-repeat fixed center center;
	background-size: cover; 
	color:#fff;   
	backface-visibility: hidden; 
}
	
/***isotope_3***/
.isotope_3 .isotope_group{
	margin:0 0 0;
	 position: inherit;
    text-align: center;
	top:0;
	
}
.isotope_3_center{
    display:inline-block;}
	
.isotope_3 .isotope_group a{
	background:none;
	margin:10px 5px 5px 5px;
	padding:8px 26px;
	font-size:13px;
	color:#fff;
	border:1px solid #fff;
	line-height:1.8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.isotope_3 .isotope_group a:hover,
.isotope_3 .isotope_group a.active {
	
}
.isotope_3 .isotope_main .photo_box .content .ico{
	margin:0 0 9px;
}
.isotope_3 .isotope_main .photo_box .ico span{
	width:35px !important;
	height:35px !important;
	line-height:35px !important;
	background-color:#006fff;
	font-size:16px;
	border:none;
	margin:0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.isotope_3 .isotope_main .photo_box .content p{
	margin:0;
}
.isotope_3 .isotope_main .photo_box{
   margin:0 0 5px 5px
   }
/*our_team */
.our_team .team_list {
	text-align: left;
}

.our_team .team_title {
	padding:32px 0 8px;
	line-height: 1.3;
	font-size: 18px;
	font-weight: normal;
	float: left;
	border-bottom:2px solid #fff;
}

.our_team .team_title span {
	font-size: 13px;
	display: block;
	font-style: italic;
	padding-bottom: 3px;
}

.our_team .team_content {
	clear: both;
	padding: 15px 0px 20px;
	border-bottom: 1px solid #677382;
}

.our_team .team_social {
	text-align: left;
	padding:20px 0 0;
}

.our_team .team_social .social-icons {
	margin-bottom: 0px;
}

.our_team .team_social .social-icons a {
	width: 32px;
	height: 32px;
	margin: 6px !important;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #FFF;
}

.our_team .team_social .social-icons a:hover {
	box-shadow: none;
}



.our_team2 .team_content {
	padding: 0px !important;
}

.our_team2 .team_social {
	padding: 10px 0px 12px !important;
	background: #efefef;
}

.our_team2 .team_social .social-icons {
	text-align: center;
	padding: 0px !important;
}

.our_team2 .team_person .team_img {
	text-align: center;
}

.our_team2 .team_social .social-icons a {
	background-color: #bbbbbb;
	border: none!important;
	margin: 2px !important;
}

.our_team2 .team_title {
	padding: 10px 0px 10px;
	line-height: 1.3;
	font-size: 12px;
	font-weight: normal;
	border-bottom: none;
	float: none;
	clear: both;
	text-align: center;
	color: #FFF;
}

.our_team2 .team_title span {
	font-size: 18px;
}
/*our_team end*/   
   
.h4_horizontalTab ul.resp-tabs-list li span{
   padding:14px 33px;
   font-size:14px;
   }
.h4_horizontalTab ul.resp-tabs-list li{
   margin-right:10px;}
   
.h4_horizontalTab .resp-tab-content .resp_margin {
    margin: 25px 33px 33px 33px;
} 
.backgroundImage15{
    background: url("images/backgroundImage15.jpg") no-repeat fixed center center ;
	background-size: cover; 
	color:#fff;   
	backface-visibility: hidden; 
}
	
.h4_tit &gt; span {
    display: block;
}

.h4_box {
    border: 1px solid #fff;
    clear: both;
    padding: 30px 45px;
	margin-bottom:10px;
}
.h4_box &gt; div{
   padding:0 0 20px 0;}
.h4_box &gt; img {
    float: left;
    padding: 0 20px 0 0;
}
a.Button_default4,
a.Button_default4:link,
a.Button_default4:active,
a.Button_default4:visited {	
	display: inline-block;
	padding:12px 34px 12px;
	font-size: 14px;
	color: #FFF;
	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? */
	background:#006fff;	
}

*+html a.Button_default4 {
	display: inline;
}

a.Button_default4:hover {
	text-decoration: none;
	background-color: #555 !important;
}

.h4_left h2{
   color:#333333;
   font-size:28px;
   font-weight:normal;
   line-height:1.2;
    margin: 0;
}
 
.h4_left &gt; span {
    color: #006fff;
    font-size: 17px;}
	
.h4_right{
    padding:40px 0 0 0;}
		
.h4_right img{
   max-width:100%;}

.h4_left &gt; div {
    padding: 20px 0;
}
.h4_footerc ul{
   margin:0;
   padding:0;
   list-style:none;}
.h4_footerc ul li{
   padding:15px 0;
   border-bottom:1px solid #373737;
   color:#999;
   }
.h4_footerc ul li span{
   display:inline-block;
   margin:0 12px 0 0;
   color:#999;}
   
.h4_footerc ul li:first-child{
  padding:10px 0 15px 0;}
  
.h4_team_social a{ 
  border:1px solid #fff;
  border-radius: 50%;
	-moz-border-radius:  50%;
	-webkit-border-radius: 50%;
	display:inline-block;
	margin:0 10px 0 0 ; }
.h4_team_social a:hover{
  background-color:#006fff;}
  
.h4_footerc &gt; div{
   padding:0 0 26px 0;}
 
 .h4_footera p{
 margin:0 0 15px 0;}

.h5_tit_left h3{
  font-size:28px	;
  font-weight:normal;
  color:#444444;
  line-height:1;
  margin:0;
  padding:0;}
 
.backgroundImage16{
    background: url("images/backgroundImage16.jpg") no-repeat fixed center center ;
	background-size: cover; 
	color:#fff;   
	backface-visibility: hidden; 
}
	
.backgroundImage16 h3{
   font-size:24px;
   font-weight:normal;
   margin:0;
   padding:0 0 30px 0;
   color:#fff;}
/*Home5*/
.BannerPaneC {
	background:url(images/BannerShade.png) no-repeat center bottom;
	background-size:100% 142px;	
    padding: 80px 0 142px;	
}
.backgroundImageBannerbg {
    background: url("images/banner_bg.jpg") no-repeat fixed center center ;
	background-size: cover; 
  /*  background-color: #186694;
	background: #186694;
	background: -moz-linear-gradient(300deg,#4a3ea6  0%,#1a75a3 100%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#4a3ea6),color-stop(100%,#1a75a3));
	background: -webkit-linear-gradient(300deg,#4a3ea6  0%,#1a75a3 100%);
	background: -o-linear-gradient(300deg,#4a3ea6  0%,#1a75a3 100%);
	background: -ms-linear-gradient(300deg,#4a3ea6  0%,#1a75a3 100%);
	background: linear-gradient(300deg,#4a3ea6  0%,#1a75a3 100%);*/
	backface-visibility: hidden; 
	
}
.h5_img_pad{
   padding-top:40px;}
   
.h5_bnt a.Button_default,
.h5_bnt a.Button_default:link,
.h5_bnt a.Button_default:active,
.h5_bnt a.Button_default:visited {  
    font-size: 14px;
    letter-spacing: 1px; 
    padding:12px 35px;
	text-transform:uppercase;
     margin:0;
  
}
.h5_bnt a.Button_default {
    border: 1px solid #fff;
    color: #fff;
}
.backgroundImage17{
    background: url("images/backgroundImage17.jpg") no-repeat fixed center center ;
	background-size: cover; 
	color:#fff;
	text-align:center;  
	backface-visibility: hidden; 
}	

.h5_bnt02 a.Button_default,
.h5_bnt02 a.Button_default:link,
.h5_bnt02 a.Button_default:active,
.h5_bnt02 a.Button_default:visited {  
    font-size: 13px;
    letter-spacing: 1px; 
    padding:13px 33px;
	text-transform:uppercase;
    margin:0 15px;
  
}
.h5_bnt02 a.Button_default {
    border: 1px solid #fff;
    color: #fff;
}
/*.Testimonials_8 end*/	
.h5_bottom02{
   font-size:24px;
   color:#333333;
   line-height:1.2;
   text-transform:uppercase;
   text-align:center;}
   
/*Home6*/
.H6_footer_Social a span
{  
    font-size: 25px;
    height: 25px;
    left: 0;
    line-height: 25px; 
    overflow: hidden;   
    text-align: center;
    top:0;
    width: 25px;
	margin-right:0;
	margin-right:3px;	
	        transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */

	}
.H6_pos span.social{  
    font-size: 25px;  
	 margin-top:5px;
	      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? */
	}
 
.H6_footer_Social {
    padding: 15px 0 0;
}
.H6_footer_Social a{text-decoration:none;}

.H6_pos{
   position:relative;
   padding-bottom:25px;}
   
.H6_pos:last-child{
  padding-bottom:0;}
  
.H6_Con_us  a span.social {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #a2a2a2;
    font-size: 25px;
    height: 25px;
    left: 0;
    line-height: 26px;
    margin-right: 3px;
    overflow: hidden;
    text-align: center;
    top: 50%;
    width: 25px;
	float:left;
}
.H6_Conus_box a {
    text-decoration: none;
	color:#000!important;	
}
.H6_Conus_box{
   background:#f9f9f9;
   text-align:right; 
   padding:20px; 
         transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
	margin-bottom:20px;    
}
.H6_Conus_box:hover{
   background:#006fff;
   }
   
.H6_Conus_box:hover a {
   color:#fff!important;}
   
.H6_Conus_box:hover a span.social{
     background:#006fff;  
    color: #fff;

}

   
 .h6_tit{
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    height: 70px;
    position: relative;
    width: 205px;
	margin:auto;
	color:#333;
	font-size:25px;
	text-align:center;
	line-height:60px;
	text-transform:uppercase;}
	
 .h6_tit:before{ 
     border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
    height: 86%;
    position: absolute;
    right: 0;
    top: 0;
    width: 95.4%; }
	
 .h6_tit &gt; span{
    bottom: 0;
    height: 15%;
    left: -1px;
    overflow: hidden;
    position: absolute;
    width: 15%;}
	
 .h6_tit &gt; span:before{   
    border-left: 1px solid #333;
    bottom: 0;
    content: "";
    height: 200%;
    left: 0;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: left bottom 0;
    width: 200%; }
	
.h6_service{
  text-align:center;}

a.Button_default5,
a.Button_default5:link,
a.Button_default5:active,
a.Button_default5:visited {	
	display: inline-block;
	padding:12px 50px 12px;
	font-size: 14px;
	color: #006fff;	
	border:1px solid #006fff;
	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? */
	margin:10px 15px;
	
}

*+html a.Button_default5 {
	display: inline;
}

a.Button_default5:hover {
	text-decoration: none;
	background-color: #006fff !important;
	color:#fff!important;
}
.Img_inline img {
   display:inline-block;
   text-align:center;}

.h6_service02{
   text-align:center;
   padding:0 0 10px 0;} 
     
.h6_service02 span{
   width:100px!important;
   height:100px;
   border:1px solid #006fff;
     border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	line-height:100px;
	font-size:35px;
	color:#006fff;
	margin:auto;}
	
.h6_service02:hover span{
    display:inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	border-radius:50%; 
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
  }

.h6_service02 h2{
   font-size:18px;
   font-weight:normal;
   line-height:1;
   color:#444;
   text-align:center;
   margin:0;
   padding:40px 0 30px 0;}
 
.h6_service02 p{
  margin:0 0 15px 0;}
  
.h6_number_Animation3.number_Animation3 span {
    background:#fff;  
    color: #006fff;  
}
.h6_number_Animation3 .number_Animation3_bor{
   border:1px solid #fff;}
   
.h6_number_Animation3 .number {
   color:#fff;
   } 
 
.con_a .title{ 
   font-size:18px;
   color:#444;
   font-weight:normal;
   padding:0 0 10px 0;   
  }   
.con_a .center{
 text-align:center;}
 
.con_a .center img{
	display:inline-block;
	width:auto\0;
/*	width:95%;*/
	}
.con_a .left .box,
.con_a .right .box{
	position:relative;
	}
.con_a .left .box{
	padding:0 0 0 100px;	
	}
.con_a .left .box:nth-child(2){
	padding:40px 0 40px 100px;
	}
.con_a .left .box:nth-child(3){
   }
.con_a .right .box{
	padding:0 100px 0 0;
	text-align:right;
	}
.con_a .right .box:nth-child(2){
	padding:40px 100px 40px 0;
	}
.con_a .left .box .icon,
.con_a .right .box .icon{
	position:absolute;
	width:70px;
	height:70px;
	line-height:70px;	
	margin:0;	
	text-align:center;
	font-size:24px;
	color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;		
	}
.C5fccb9{ background:#5fccb9}
.Ced8b2c{ background:#ed8b2c}	
.c5b8ed4{ background:#5b8ed4}	
.Ccaba02{ background:#caba02}	
.C4cd17e{ background:#4cd17e}	
.C9981e6{ background:#9981e6}		

.con_a .left .box .icon{
	left:0px;
	}
.con_a .right .box .icon{
	right:0px;
	}

.con_a .left .box a.link,
.con_a .right .box a.link{
	text-transform:uppercase;
	}
.con_a &gt; [class^="col-md"] {
    display: table-cell;
    float: none;
    vertical-align: bottom;
}
.backgroundImage18{
    background: url("images/backgroundImage18.jpg") no-repeat fixed center center;
	background-size: cover; 
	color:#fff;  
	backface-visibility: hidden; 
}
	
	
.backgroundImage19{
    background: url("images/backgroundImage19.jpg") repeat fixed left center;
	color:#fff;  
	backface-visibility: hidden; 
}
/*.H6_bottom_left{
   float:left;
   width:50%;}
.H6_bottom_right{
   float:left;
   width:50%;}*/
.h6_bottom_box{
  position:relative;}
  
.h6_bottom_box span a{
  height:90px;
  width:90px!important;
  text-align:center;
  line-height:90px;
  font-size:35px;
  color:#fff;
  background:#006fff;
  	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-45px 0 0 -45px;
	text-decoration:none;	
}

.h6_bottom_box{   
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.h6_bottom_left{ 
	width:50%;
	float:left;
  
}
.h6_bottom_right{  
     height: 100%!important;
    position: absolute;
    right: 0;
    width: 50%;
}
   
.h6_right h2{
   font-size:24px;
   color:#333333;
   line-height:1;
   margin:0;
   padding:35px 0;}
 
.h6_left{ text-align:center;}
   
.h6_left img {
    display: inline-block;
   
}
.h6_bnt{
   margin-top:30px;}
   
/*full_screen_pic*/
.full_screen_pic {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	z-index:1;
}
.full_screen_pic:before{
}
.full_screen_pic li{
	list-style:none;
	background-size:cover !important;
	background-position: center bottom;
}
.full_screen_pic .content{
	text-align: center;		
}
   
.full_screen_pic #nextPage {
	width:70px;
	height:70px;
	line-height:70px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	margin:0 auto ;
	position:absolute;		
	   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? */
	cursor:pointer;	
	border:1px solid #fff;	
	bottom:0;
	left:50%;
	margin:0 0 0 -35px;
	bottom:40px;
} 
.full_screen_pic #nextPage:hover{
   border:1px solid #006fff;
    }
.full_screen_pic #nextPage:hover:after{
    border-bottom:2px solid #006fff;
	border-right:2px solid #006fff; 
 } 
.full_screen_pic #nextPage:hover span:after{
    border-bottom:2px solid #006fff;
	border-right:2px solid #006fff; 
 }
   
.h6_content {
    bottom: 30%;
    position: absolute;
    width: 100%;
	padding:0 15px;
	left:0;
}
.h6_content h2{
   font-size:70px;
   color:#fff;
   line-height:1;   
  }   
.h6_content p{
   font-size:20px;
   color:#fff;
   line-height:1;}
.full_screen_pic #nextPage:after {
	content:"";
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0 0 -8px;	
	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 0.3s;
	-moz-transition: all ease-in 0.3s; /* Firefox 4 */
	-webkit-transition: all ease-in 0.3s; /* Safari and Chrome */
	-o-transition: all ease-in 0.3s; /* Opera */
	-ms-transition: all ease-in 0.3s; /* IE9? */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.full_screen_pic #nextPage span:after {
	content:"";
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-13px 0 0 -8px;	
	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 0.3s;
	-moz-transition: all ease-in 0.3s; /* Firefox 4 */
	-webkit-transition: all ease-in 0.3s; /* Safari and Chrome */
	-o-transition: all ease-in 0.3s; /* Opera */
	-ms-transition: all ease-in 0.3s; /* IE9? */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}



.Testimonials_7 .quotes_icon blockquote p{
   background:url(images/h6_image05.jpg) repeat left center;
   padding:68px 60px 45px;
   position:relative;
}
.Testimonials_7 .quotes_icon blockquote {
    background:none;
   
}
.Testimonials_7 .quotes_icon blockquote small{
   font-weight:normal;}

.Testimonials_7 .quotes_icon blockquote h2{
    background: none repeat scroll 0 0 #fff;
    color: #006fff;   
    font-size: 50px;   
    height: 90px;
	line-height:90px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 90px;
		border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin:0 0 0 -45px;
	left:50%;
	z-index:1000;
}


.Testimonials_7 .quotes_icon blockquote p:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255,255,255,0.2) transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: block;
    margin: 0 0 0 -10px;
    position: absolute;
    right: 0;   
    width: 0;
	bottom:-20px;
	left:50%
}
.h6_Testimonials_7 {}

.h6_Testimonials_7 .last_page, .h6_Testimonials_7 .next_page{
 background-color:none;
 background:none;

}
.LoginPanel {
	padding-top: 150px;
	min-height: 600px;
}

.iLightBox6{
      background-color: #0b0b0b;
	  opacity: 0.5;
	  filter: alpha(opacity=50);
	  width:200px;
	     left: 50%;
    margin:-99px 0 0 -280px;
	position:absolute;
	color:#fff;
	z-index:888;
	left:50%;
	top:50%;
	padding:30px;
}
.iLightBox6 h3{
    color:#fff;
	border:none;
	margin:0;
	font-size:17px;
	padding:0 0 18px 0;}
	
.iLightBox6:before {
    border:10px solid transparent;
    border-top:10px solid #0b0b0b;
    content: "";
    display: block;
    position: absolute;
    right:0;   
    width: 0;
	margin:60px -19px 0 0	;
	transform:rotate(272deg);
    -ms-transform:rotate(272deg);
    -moz-transform:rotate(272deg);
    -webkit-transform:rotate(272deg);
    -o-transform:rotate(272deg);
}
/*header6*/
.roll_menu.roll_activated {   
    left: 0;  
}
	.header6_bg {
		left: 0;
		top: 30px;
		width: 980px;
		z-index: 999;
		position: absolute;
	}
	.header6_box {
		margin: auto;
		position: relative;
		width: 980px;
	}
	header6_bg .dnn_layout{
	   width: 980px;
		}
	.roll_menu.roll_activated .head_mid{
           width:980px;
		   margin:0 auto;
       }	
@media only screen and (min-width: 1200px) {
	.header6_bg {
		left: 0;
		top: 30px;
		width: 1170px;
		z-index: 999;
		position: absolute;
	}
	.header6_box {
		margin: auto;
		position: relative;
		width: 1170px;
	}
	.header6_bg .dnn_layout{
	   width: 1170px;
		}
		
	 .roll_menu.roll_activated .head_mid{
	    width:1170px;
		margin:0 auto;
		}	
}
	@media only screen and (min-width: 768px) and (max-width: 979px) {
	.header6_bg {
		left: 0;
		top: 30px;
		width: 736px;
		z-index: 999;
		position: absolute;
	}
	.header6_box {
		margin: auto;
		position: relative;
		width: 736px;
	}
	.header6_bg .dnn_layout{
	   width: 736px;
		}
	 .roll_menu.roll_activated .head_mid{
		width: 736px;
		margin:0 auto;
		}		
}
@media only screen and (max-width: 767px) {
	.header6_bg {
		left: 0;
		top: 30px;
		width: auto;
		z-index: 9999;
		position: absolute;
	}
	.header6_box {
		margin: auto;
		position: relative;
		width: auto;
	}
	  .roll_menu.roll_activated .head_mid{
			width: auto;
	}	
}

.Top_info{
   padding:2px 0 0 0 ;}

/*header7*/
.h7_service .h7_service_border span{
   width:90px;
   height:90px;
   background:#006fff;
   border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height:90px;
	text-align:center;
	color:#fff;
	margin:0 auto;
	font-size:25px;
	display:block; 
	        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? */
   
  }
.h7_service:hover .h7_service_border span{
   background:#fff;
   color:#006fff;

}
  .h7_service_border {
    border: 1px solid #006fff;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    padding: 3px 0 0;
    width: 100px;
}
.h7_service{
   text-align:center;
   padding:0 0 12px 0;
   }
.h7_service h2{
    color: #444444;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 35px 0 30px;
   }
.h7_service &gt; a {
    display: block;
    padding: 8px 0 0;
}
.h7_con &gt; [class^="col-sm"] {
    display: table-cell;
    float: none;
    vertical-align: bottom;
}

.Tab_bot &gt; [class^="col-sm"] {
  display: table-cell;
    float: none;
    vertical-align: bottom;
}
.h7_service03_img img{
   width:100%;}
   
.row.h7_con .Con_top {
   vertical-align:top;
}

.h7_left h2{
    font-weight:normal;
	color:#444;
	font-size:24px;	
  }
.h7_service03_img {
    margin-bottom: -3px;
}
.h7_left ul{
    margin:0;
	padding:0;
	list-style:none;}
	
.h7_left ul li{
    padding:3px 0;}
	
.h7_left ul li span{
    color: #006fff;
    display: inline;
    padding: 0 10px 0 0;
	}
.h7_left ul li a{
   color:#777;}
   
.h7_left &gt; p {
    margin: 0;
    padding: 30px 0;
}
.H7_tit {   
	overflow: hidden;
    position: relative;
    text-align: center;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; }
	
.h7_bg02 {
    background: url("images/h7_bg02.png") repeat-x  top center #fff;	
  }
	
.H7_tit h2{	
	 text-align:center;
	font-size:28px;
	font-weight:normal;
	color:#0160dc;
	position:relative;
	}
	
.H7_tit h2:after {
    left: auto;
    margin-left: auto;
    margin-right:-125px;
    right: 0;
}
.H7_tit h2:before{
    left:0;
	 margin-left: -125px;
    margin-right:auto;

}
.H7_tit h2:before, .H7_tit h2:after {
    border-bottom: 1px solid #0c5af2;
    content: "";   
    position: absolute;
    top: 50%;
    width: 50%;
}
/*h7_service03*/
.backgroundImage20{
     background: url("images/backgroundImage20.jpg") no-repeat fixed center center;
	 color:#fff;	
	background-size: cover; 
	backface-visibility: hidden; 
 }
.h7_service03{
   
	padding:20px 30px;
	list-style:none;
	   border:1px solid #fff;
   border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;	
}
.h7_service03 li{
   float:left;
   width:50%;
   padding:10px 0;}
   
.h7_service03 h2{
   font-size:18px;
   color:#fff;
   font-weight:normal;
 }
   
.H7_About_us_box {
    text-align: center;
}
.H7_About_us_box  h3{
   font-weight:normal;
   color:#777;
   font-size:14px;	}
   
 .H7_pic_box_con &gt; h2 {
    margin: 0;
    padding: 15px 0 0;
}
.H7_Social {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.H7_About_us_box .box_border_padding {   
    padding: 0;
}
.H7_tit02 h2{
   font-size:28px;
   color:#7b7b7b;
   font-weight:normal;
   text-align:center;
   margin:0;}
   
.h7_created span{
   width:100px!important;
   height:100px;
   line-height:100px;
   text-align:center;
   border:1px solid #ddd;
   background:#fff;
   font-size:25px;
   color:#006fff;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin:auto;
	display:block;
	        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? */}

.h7_created span:hover{
   background:#006fff;
   color:#fff;
   }
	
.h7_created_con {
    text-align: center;
	padding:0 0 15px;
}
.h7_created_con h2{
   color:#006fff;
   margin:0;
   padding:20px 0;
   font-size:15px;
   }
.h7_service02 {
    border: 1px solid #006fff;
	margin-bottom:20px;
    padding: 30px;
    text-align: center;
	        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? */
}
.h7_service02:hover{
   background:#31aae2;
   color:#fff;
   border:1px solid #31aae2;}
   
.h7_service02:hover h2,
.h7_service02:hover span,
.h7_service02:hover a{
   color:#fff;}
   
.h7_service02 span{
   font-size:25px;
   color:#006fff}
   
.h7_service02 h2{
   color:#333;
   font-weight:normal;
   margin:0;
   font-size:15px;
   padding:20px 0 ;}

.h7_tit03 {
    color: #939393;
    font-size: 25px;
    text-align: center;
}
.h7_tit03 h2{
   border:1px solid #dfdfdf;
   display:inline-block;
   padding:20px 35px;
   margin:0;}

.backgroundImage21{
    background: url("images/backgroundImage21.jpg") no-repeat fixed center center;
	background-size: cover; 
	backface-visibility: hidden; 
  }
.h7_created{
   position:relative;}
   
.h7_created span{
   position:relative;}  
   
.h7_created span:after {
    border-bottom: 1px solid #dbdada;
    content: "";
    margin: 0 0 0 50px;
    position: absolute;
    top: 50%;
    width: 167%;
}
.h7_created.last_after span:after{
    border:none;
    
}
.H7_Social a span.social {
    font-size: 25px;  
    left: 0;  
    overflow: hidden;   
    text-align: center;
    top: 50%;  
	margin-right:0;
	background:#fff;
	color:#ccc;
	margin-right:3px;	
	        transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */

	
}
.H7_Social a span:hover.social {
   color:#006fff;}
.H7_Social a{text-decoration:none;}
	
   
 @media only screen and (min-width: 1500px) {
   .h3_last_box li {  
    padding: 80px 130px;
   
} 
 
 }
@media only screen and (min-width: 768px) and (max-width: 979px) {
#dnn_content{padding: 20px 0;}

.mt-40{ margin-top:30px;}
.mb-40{ margin-bottom:30px;}
.pt-40{ padding-top:30px;}
.pb-40{ padding-bottom:30px;}

.pt-45{ padding-top:30px;}
.pb-45{ padding-bottom:30px;}

.mt-50{ margin-top:30px;}
.mb-50{ margin-bottom:30px;}
.pt-50{ padding-top:30px;}
.pb-50{ padding-bottom:30px;}

.pt-55{ padding-top:30px;}
.pb-55{ padding-bottom:30px;}


.mt-60{ margin-top:30px;}
.mb-60{ margin-bottom:30px;}
.pt-60{ padding-top:30px;}
.pb-60{ padding-bottom:30px;}

/*Home1*/
.Footer_Contentbg [class*="Pane"] {
    margin: 20px 0 0;
}
.h1_footer_right ul li:nth-child(odd){
  margin-right:0;}
  
.h1_footer_right ul li {   
    float: none;  
    width:100%;
}
.h1_Icon span{  
    font-size: 20px;
    height: 50px;
    line-height: 50px;    
    width: 50px!important;
	margin:-25px 0 0;
}
.h1_Con {
    padding: 0 0 0 65px;
}
/*Home2*/
.List_left {
    padding: 35px 0 0 0;
}
.our_team_list .functiontitle { 
    padding: 5px 0 10px;
  
}
/*Home3*/
.h3_last_box li {   
    padding:23px 15px 15px 15px;	
}
.insets_list li {  
    width: 60px;
}
/*Home4*/
.h4_box {
    border: 1px solid #fff;
    clear: both;
    margin-bottom: 10px;
    padding: 15px;
}
.h4_box &gt; img {
    float: left;
    padding: 0 5px 0 0;
}
.boxes_style_8 .boxes { 
    padding: 20px 280px 20px 30px;   
}
/*Home5*/
.h5_img_pad{
   padding-top:0;}
   
.Testimonials_8 span {    
    font-size: 20px;
    height: 50px !important;
    line-height: 50px;
    margin: 0 5px 5px;   
    width: 50px !important;
}
.Testimonials_icon_8 span {  
    font-size: 15px;
    height: 50px!important;
    line-height: 50px;
    margin: 0 5px 5px;    
    width: 50px!important;
}	
.Testimonials_icon_8.animation.animated &gt; a:hover{
   text-decoration:none;}
   
.BannerPaneC {
    padding: 55px 0 107px;
}
/*Home6*/
.con_a .right .box {
    padding: 0 0 0 0;
    text-align: left;
}
.con_a .right .box .icon {
    left: 0;
}
.con_a .right .box:nth-child(2) {
    padding: 20px 0 20px 0;
}
.con_a .left .box .icon, .con_a .right .box .icon {    
    height: 50px;
    line-height: 55px;   
    width: 50px;
	position:inherit;
	margin:0 0 10px 0;
}
.con_a .left .box {
    padding: 0 0 0 0;
}
.con_a .left .box:nth-child(2) {
    padding: 20px 0 20px 0;
}
.con_a .title {   
    padding: 0 0 5px;
}
.h6_content h2{
   font-size:50px;
   color:#fff;
   line-height:1.2;}
   
.h6_content p{
   font-size:16px;
   color:#fff;
   line-height:1.2;}
   
/*Home7*/
.h7_service02 {   
    padding: 15px 5px; 
}

}
@media only screen and (max-width: 767px) {
#dnn_content {
    padding: 20px 0;
}
.mt-30{ margin-top:20px;}
.mb-30{ margin-bottom:20px;}
.pt-30{ padding-top:20px;}
.pb-30{ padding-bottom:20px;}

.mt-40{ margin-top:20px;}
.mb-40{ margin-bottom:20px;}
.pt-40{ padding-top:20px;}
.pb-40{ padding-bottom:20px;}

.pt-45{ padding-top:20px;}
.pb-45{ padding-bottom:20px;}

.mt-50{ margin-top:20px;}
.mb-50{ margin-bottom:20px;}
.pt-50{ padding-top:20px;}
.pb-50{ padding-bottom:20px;}

.pt-55{ padding-top:20px;}
.pb-55{ padding-bottom:20px;}


.mt-60{ margin-top:20px;}
.mb-60{ margin-bottom:20px;}
.pt-60{ padding-top:20px;}
.pb-60{ padding-bottom:20px;}
/*Home1*/
.h1_footer_right ul li:nth-child(odd){
  margin-right:0;}
.h1_footer_right ul li {   
    float: none;  
    width:100%;
}
.h1_Icon span{  
    font-size: 20px;
    height: 50px;
    line-height: 50px;    
    width: 50px!important;
	margin:-25px 0 0;
}
.h1_Con {
    padding: 0 0 0 65px;
}
/*Home2*/   
.List_left{
	padding:0;}
	
.h2_image .photo_box{
    margin-bottom:20px;}
	
.our_team_list .functiontitle { 
    padding: 5px 0 10px;  
}
	
/*Home3*/
.h3_last_box li {   
    display: inline-block;
    padding:23px 15px 15px 15px;
	width: 100%;
}
.h3_last_con h2 {   
    padding:15px 0;
}
	
/*Home4*/
.h4_box {
    border: 1px solid #fff;
    clear: both;
    margin-bottom: 10px;
    padding: 15px;
}
.h4_box &gt; img {
    float: left;
    padding: 0 5px 0 0;
}
.Services_list2 li{
  width:100%}
  
.number_Animation3 &gt; div{
  padding-bottom:10px;}
  
.number_Animation3 .number {  
    padding: 10px 0 0;   
}
/*Home5*/
.BannerPaneC {
    padding: 15px 15px 80px 15px;
}
.h5_img_pad{
   padding-top:0;}
   
.Services_list3 li {   
    width:100%;
}
.Testimonials_8 span {  
	display:none;
}
.Testimonials_8 .next_page {
    right: 0;
}
.Testimonials_8 .last_page {
    left: 0;
}
.Testimonials_8 .last_page, .Testimonials_8 .next_page {   
    height: 40px;   
    width: 40px;
}
.Testimonials_icon_8 span {  
    font-size: 15px;
    height: 40px!important;
    line-height: 40px;
    margin: 0 5px 5px;    
    width: 40px!important;
}
.h5_bnt02 a.Button_default,
.h5_bnt02 a.Button_default:link,
.h5_bnt02 a.Button_default:active,
.h5_bnt02 a.Button_default:visited {   
    margin: 0 15px 5px 0;
    padding: 10px 13px;
    
}
/*Home6*/
/*.h6_content p {
    color: #fff;
    font-size: 20px;
}
.h6_content h2 {
    color: #fff;
    font-size: 47px;
    line-height: 1.2;
}*/

.con_a .center img {
    display: none;
}
.full_screen_pic #nextPage {   
    height: 50px;  
    line-height: 50px;
    margin: 0 0 0 -25px;  
    width: 50px;
}
.full_screen_pic .Button_default{
   margin:0!important;}
   
.con_a .right .box {
    padding: 0 0 0 65px;
    text-align: left;
}
.con_a .left .box {
    padding: 0 0 0 65px;
}
.con_a .right .box .icon {
    left: 0;
}
.con_a .right .box:nth-child(2) {
    padding: 40px 0 40px 65px;
}
.con_a .left .box .icon, .con_a .right .box .icon {    
    height: 50px;
    line-height: 55px;   
    width: 50px;
}
.con_a .left .box:nth-child(2) {
    padding: 40px 0 40px 65px;
}
.h6_bottom_right {
    height: 100%;
    position:inherit;
    right: 0;
    width: 100%;
	height:300px;
}
.h6_bottom_left {
    float: none;
    width: 100%;
}
.h6_bottom_box span a{
   display:none;}
   	
.Testimonials_7 .quotes_icon blockquote p{ 
   padding:35px 15px 15px 15px
 
}
.Testimonials_7 .quotes_icon blockquote h2 {  
    font-size: 30px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin: 20px 0 0 -25px;  
    width: 50px;
    z-index: 999;
}
.iLightBox6{
    display:none;}
/*Home7*/
.h7_con &gt; [class^="col-sm"] {
    display: block;
    float: none;
    vertical-align: bottom;
}
.Tab_bot &gt; [class^="col-sm"] {
    display: block;
    float: none;
    vertical-align: bottom;
}
.h7_service03_img img{
    display:none;
  }
.H7_tit{
   padding:30px 0 0 0;}
   
.h7_created span:after{
   border:none;}

.h7_service02 {   
    padding: 15px 10px; 
}
.full_screen_pic li{
   height:auto!important;
    }
	
.h6_content{
   position:inherit;
   padding:20px 15px 25px 15px;}
   
.h6_content p {
    color: #fff;
    font-size: 20px;
}
.h6_content h2 {
    color: #fff;
	margin:0 0 10px 0;	
    font-size: 35px;
	line-height:1;
}
.full_screen_pic #nextPage{
   display:none;}
  
}
@media only screen and (max-width: 480px) {


}


@media only screen and (max-width:767px){
	.roll-xs.roll_menu.roll_activated{
		position:relative!important;
		top:0!important;
		left:0!important;
		opacity:1!important;
	}	
	.roll_menu.roll_activated .roll-xs {
		display:none!important;
	}	
}
@media only screen and (min-width:768px) and (max-width:991px){
	[class*="backgroundImage"]{
        background-attachment: scroll !important;
    }
	
	.roll-sm.roll_menu.roll_activated{
		position:relative!important;
		top:0!important;
		left:0!important;
		opacity:1!important;
	}	
	.roll_menu.roll_activated .roll-sm {
		display:none!important;
	}	
}

@media only screen and (min-width:992px) and (max-width:1199px){
	.roll-md.roll_menu.roll_activated{
		position:relative!important;
		top:0!important;
		left:0!important;
		opacity:1!important;
	}	
	.roll_menu.roll_activated .roll-md {
		display:none!important;
	}	
}
@media only screen and (min-width:1200px){
	.roll-lg.roll_menu.roll_activated{
		position:relative!important;
		top:0!important;
		left:0!important;
		opacity:1!important;
	}	
	.roll_menu.roll_activated .roll-lg {
		display:none!important;
	}	
} 

#main_right .Login{
   padding:8px 25px 25px!important;

}
#main_right .Login .registerGroup .userProfileImg img {
	width: 120px!important;
}
#main_right .Login .registerGroup li.userMessages, 
#main_right .Login .registerGroup li.userNotifications{
	padding: 0px 8px!important;}
	
.Breadcrumb_box_bg{
   margin:0;}
	




/*Mobile Menu*/

.mm-menu .mm-navbar.mm-navbar-top-2, .mm-menu .mm-navbar.mm-navbar-top-2 a {
	color: #666;
}
html.mm-opening.mm-opened .mm-slideout {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate(-80%, 0);
	-moz-transform: translate(-80%, 0);
	-ms-transform: translate(-80%, 0);
	-o-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
}
.mm-slideout {
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.mobile_menu .mm-close.mm-btn:before {
	content: "\E208";
	font-family: "Glyphicons Regular";
	font-size: 20px;
}
.mobile_menu .mm-prev:before, .mobile_menu .mm-arrow:after {
	display: none;
}
.mobile_menu .mm-prev:after, .mobile_menu .mm-next:after, .mobile_menu .mm-arrow:before {
	content: "\E225";
	font-family: "Glyphicons Regular";
	font-size: 15px;
	display: inline-block;
}
.mobile_menu .mm-next:after {
	border: none;
	transform: none;
	-webkit-transform: none;
	content: "\E224";
	font-family: "Glyphicons Regular";
	font-size: 16px;
	display: inline-block;
	top: -12px;
}
.mobile_menu .mm-navbar .mm-btn {
	line-height: 46px;
}
@media all and (max-width: 175px) {
html.mm-opening.mm-opened .mm-slideout {
	-webkit-transform: translate(-140px, 0);
	-moz-transform: translate(-140px, 0);
	-ms-transform: translate(-140px, 0);
	-o-transform: translate(-140px, 0);
	transform: translate(-140px, 0);
}
}
@media all and (min-width: 550px) {
html.mm-opening.mm-opened .mm-slideout {
	-webkit-transform: translate(-440px, 0);
	-moz-transform: translate(-440px, 0);
	-ms-transform: translate(-440px, 0);
	-o-transform: translate(-440px, 0);
	transform: translate(-440px, 0);
}
}
@media only screen and (max-width: 767px) {
.mobile_menu.mm-menu {
	left: auto;
	right: 0;
	display:block !important;
}
.mobile_menu .menu_header {
	border-bottom: 1px solid #AFAFAF;
}
#header_slide {
	display: none;
}
}
@media only screen and (min-width: 768px) {
html.mm-opening.mm-opened .mm-slideout {
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
}
 @media only screen and (max-width: 767px) {
/*Nav*/
[class*="backgroundImage"]{
        background-attachment: scroll !important;
    }	
.navigation--mobile {
	display: block
}
#dnn_wrapper {
	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 {
	border-bottom: 1px solid #eaeaea;
	padding: 20px 107px 20px 15px;
	position: relative;
}
.phoneHeadBottom {
	text-align: center;
	padding: 8px 0px 8px;
	position: relative;
}
.mobilemenu_close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -20px;
	color: #444444;
	font-family: "Glyphicons Regular";
	overflow: hidden;
	white-space: nowrap;
	font-size: 0px;
	text-decoration: none!important;
}
.mobilemenu_close:after {
	font-size: 28px;
	display: inline-block;
}
.mobilemenu_close:after {
	content: "\E158";
}
html.mm-opening.mm-opened .mobilemenu_close:after,  #mobile_search.Open:before {
	content: "\E208";
}
#mobile_search {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	cursor: pointer;
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -20px;
	color: #444444;
	overflow: hidden;
	white-space: nowrap;
	font-size: 21px;
	text-decoration: none!important;
}
.languageBox {
	height: auto !important;
	line-height: normal !important;
}
.searchBox2 {
	padding: 15px 55px 15px 17px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: auto;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -2px;
	z-index: 30;
	background-color: #FFF;
	border: #dedede 1px solid;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	display: none;
}
.searchBox2:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background-color: #FFF;
	top: -5px;
	right: 59px;
	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 */
	box-shadow: -1px -1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.2);
}
.searchBox2 * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.searchBox2 input.NormalTextBox {
	line-height: 22px;
	height: 22px;
	padding: 7px 4px;
	border: none;
	background: none;
	width: 100%;
	outline: none;
	background-color: #ececec;
}
.searchBox2 .searchInputContainer {
	display: block !important;
	margin: 0px !important;
}
.searchBox2 .searchSkinObjectPreview,  .searchBox2 .searchInputContainer a.dnnSearchBoxClearText.dnnShow,  .searchBox2 .searchInputContainer a.dnnSearchBoxClearText {
	text-align: left;
}
.searchBox2 ul.searchSkinObjectPreview {
	width: 100%;
	display: none;
}
.searchBox2 .searchInputContainer a.dnnSearchBoxClearText {
	top: 2px;
	display: none!important;
}
#search2.searchBox2 .search,  #search2.searchBox2 a.search:link,  #search2.searchBox2 a.search:active,  #search2.searchBox2 a.search:visited {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 17px;
	top: 15px;
	/*line-height: 30px;*/
	text-align: center;
	width: 36px;
	height: 36px;
	overflow: hidden;
	padding: 0px;
	color: #FFF;
	font-family: 'Glyphicons Regular';
	line-height: 36px;
}
.phoneHeadTop &gt;span &gt; a &gt;img{
	max-width:100%;
}
.phoneHeadBottom .Login,  .phoneHeadBottom .languageBox {
	display: inline-block;
	vertical-align: middle;
}
.phoneHeadBottom .languageBox .language-object .Language {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	line-height: 26px;
}
.phoneHeadBottom .languageBox span img {
	margin-bottom: -3px;
}
.phoneHeadBottom .Login .registerGroup li.userDisplayName {
	padding: 0;
}
.Login * {
	display: inline-block;
}
header {
	padding: 0 !important;
}
/*Login*/
.Login {
	margin-left: 5px;
	padding-left: 0px;
	padding-right: 2px;
	text-align: center;
}
.Login * {
	display: inline-block;
	margin: 0;
	padding: 0;
}
*+html .Login * {
	display: inline;
}
.Login .loginGroup, .Login .registerGroup {
	display: inline-block;
	padding: 0px 5px 0px 8px;
	margin: 0px;
	height: 40px;
	line-height: 40px;
}
.Login .sep, .Login .registerGroup li.userMessages:after, .Login .registerGroup li.userNotifications:after {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.Login img {
	vertical-align: middle;
	margin-top: -2px;
}
.Login .fa {
	display: inline-block;
	vertical-align: middle;
}
.Login .registerGroup ul, .Login .registerGroup li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.Login .registerGroup .userProfileImg img {
	max-width: 35px!important;
}
.Login, .Login a, .Login a:link, .Login a:active, .Login a:visited {
	color: #777777;
}
.Login a:hover {
	color: #24bb9c;
	text-decoration: none;
}
.Login .registerGroup li.userMessages, .Login .registerGroup li.userNotifications {
	font-size: 0 !important;
	overflow: hidden !important;
	vertical-align: middle !important;
	font-family: 'Glyphicons Regular' !important;
	font-style: normal !important;
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased !important;
	position: relative !important;
	padding: 0px 10px 0 5px !important;
	height: 31px !important;
	line-height: 31px !important;
	text-align: right !important;
	margin: 0 !important;
}
.Login .registerGroup li.userDisplayName {
	padding: 0 5px;
}
.Login .registerGroup li.userMessages {
	padding-left: 4px;
}
.Login .registerGroup li.userMessages:empty, .Login .registerGroup li.userNotifications:empty {
	width: 1em;
}
.Login .registerGroup li.userMessages:before {
	content: "\2709";
	font-size: 14px;
	z-index: 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? */
}
.Login .registerGroup li.userNotifications:before {
	content: "\E196";
	font-size: 14px;
	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.userMessages:hover:before, .Login .registerGroup li.userNotifications:hover:before {
	color: #24bb9c;
}
.Login .registerGroup li.userMessages:after, .Login .registerGroup li.userNotifications:after {
	content: "|" !important;
	font-size: 13px !important;
	color: #777777 !important;
	line-height: 20px !important;
	height: 18px!important;
	font-weight: normal!important;
	overflow: hidden !important;
	position: absolute !important;
	left:auto !important;
	top: 5px !important;
	right: 0px !important;
	z-index: 10 !important;
}
.Login .registerGroup li.userMessages a, .Login .registerGroup li.userNotifications a {
	display: block!important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
}
*+html .Login .loginGroup, *+html .Login .registerGroup, *+html .Login .fa, *+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: 0px;
	right: 0px;
	font-size: 12px;
	display: block;
	background-color: #24bb9c;
	padding: 0px 3px;
	height: 14px;
	line-height: 1;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
}
.mobile_menu .HeadPane_mobile {
	padding: 0px;
}

.mobile_menu .header_top_info{
	padding:15px 10px;
}

}

/*pane name*/
.dnnModuleManager:before{
	opacity: 1!important;
}

  



 
















</pre></body></html>