@import url( bootstrap.css );
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/* CSS Document */
@media print {
	a:link:after {
		content: " ";
	}
}
/*Fix actionMenu DNN9*/
.dnnEditState .actionMenu{
  display:block!important;
  opacity: 1!important;
}

.DNNEmptyPane{
	display: none;
   width:auto;
}


#Body {
	color: #333333;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	font: normal 14px/1.42857 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	height: 100%;
}

p {
	margin: 0px 0px 10px 0px;
}

header,
nav,
section,
footer {
	display: block;
}


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? */
	color:#628f95;
}

A:active {
	color:#628f95;
	text-decoration: none;
}

A:visited {
	color:#628f95;
	text-decoration: none;
}

A:hover {
	color:#628f95;
	text-decoration: underline;
}

A:focus {
	color:#628f95;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#628f95;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:#628f95;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:#000000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color:#000000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color:#000000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	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;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.Normal {
	color: #333333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}


/**************** 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;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */


.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #2e2e2e;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */
.dnn_layout {
	width: 980px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

/*Login*/




/* Search Style  */
.searchBox{
	position: relative;
	display: none;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    background: #EEF4F7;
    border: medium none;
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
    width: 370px;
    height: 56px;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */
.header_bg {
	background:#fff;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.hedaer_minHeight {
	background-color: #fff;
}


#body,
body {
	position: relative;
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 0 0 10px 0;
}
.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
	width: 80%;
}

.HeadPane {
	float: right;
	padding: 45px 15px 25px;
}
.HeadPane .Normal{
	font-size: 18px;
	line-height: 20px;
}
.HeadPane a{
	font-size: 22px;
	text-transform: uppercase;
}
.HeadPane a:hover{
	color: #e6ae00;
	text-decoration: none;
}


.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */

.nav_box {
	background: #628f95;
	position: relative;
}

/*top menu*/
#top_menu {
	position:relative;
	padding: 0 0 0 40px;
	z-index: 904;
}
#top_menu ul {
	margin:0px;
	padding:0px 0px;
	display: block;
	background:transparent;
}
#top_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#top_menu li {
	list-style:none;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
#top_menu > div > ul > li{
	margin-left: 10px;
}
#top_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	float:left;
}
#top_menu ul li a span{
	display:block; 
	white-space: nowrap;
}
#top_menu > div > ul > li > a > span {
	position:relative;
	color:#fff;
	background-color:transparent;
	font-size:12px;
	line-height:20px;
	margin: 0;
	padding: 9px 8px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:    background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
#top_menu > div > ul > li > a:hover > span, 
#top_menu > div > ul > li.current > a > span, 
#top_menu > div > ul > li > a.menu_hover > span {
	background: #e6ae00;
	color:#fff;
}
#top_menu > div > ul > li.last-item a span {
	margin-right: 0;
}
/*sub menu*/
#top_menu .menuslide{
	display: none;
	float: left;
	overflow:hidden;
	position:absolute;
}
#top_menu .menuslide div{
	margin: -1px 0 0 2px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px;
	float: left;
	position:relative;
	margin:0px;
	background: #628f95;
	padding:0px 0px;
}
#top_menu .menuslide ul li{
	border-top: 1px solid #fff;
    display:block;
	clear:both;
	padding: 0;
	background:none;
	margin:0px;
	position:relative;
}
#top_menu .menuslide ul li span{
	color:#fff;
	display:block;
	padding: 15px 19px;
	margin:0px;
	background:none;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: normal;
	font-size:11px;
	margin:0px;
	padding:0px;
	background:none;
	float:left;
	line-height:11px;
	text-transform: uppercase;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none;
	padding:0px;
	background: #e6ae00;
	color: #fff;
}
#top_menu .menuslide ul a:hover span{
	color: #fff;
	margin:0px;
	background:none;
}
#top_menu .menuslide ul{
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide ul li a.menu_hover{
	background: #e6ae00;
	 color:#fff;
}
#top_menu .menuslide a.menu_hover span{
	background:none;
	margin:0px;
	color:#fff;
}
#top_menu .menuslide ul > li.dir > a span:before{
	content: "";
	width: 0;
	height: 0;
	float: right;
	margin-right: -10px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
}
#top_menu .menuslide ul > li.dir > a:hover span{
}
#top_menu .menuslide ul > li.dir > a.menu_hover span{
}


/*Left Menu*/



/* ********** CONTENT ************** */
#dnn_content {
	padding:45px 0 0;
}

.home_cona{
	padding: 0 0 45px 0;
	text-align: center;
}
.home_cona p{
	color: #757575;
	line-height: 28px;
	margin: 0 0 35px 0;
}
.home_cona p.text-right{
	color: #628f95;
	margin: 0;
}

.full_bg{
	background: #f2f2f2;
}
.TopOupPane{
	padding: 50px 0 0 0;
	position: relative;
}

.services_top{
	text-align: center;
}
.services_top .seper{
	margin-bottom: 60px;
}
.our_services{
	padding: 0 0 55px 0;
	text-align: center;
}
.our_services .icon span{
	background: #303030;
	color: #fff;
	font-size: 24px;
}
.our_services h3{
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
.our_services h3 a{
	color: #e6ae00;
	background: url(images/ico1.png) no-repeat center top;
	padding-top: 110px;
	padding-bottom: 30px;
	display: block;
}
.TopPaneC .our_services h3 a{
	background: url(images/ico3.png) no-repeat center top;
}
.our_services h3 a:hover{
	background: url(images/ico1_a.png) no-repeat center top;
}
.TopPaneC .our_services h3 a:hover{
	background: url(images/ico3_a.png) no-repeat center top;
}
.our_services h3 a:hover{
	color: #628f95;
	text-decoration: none;
}
.our_services img{
	margin: 0 auto 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.our_services a.btn{
	margin: 20px 0 10px 0;
}
.home_bg2{
	background: #628f95;
	position: relative;
	padding: 45px 0 0 0;
}
.home_conb{
	text-align: center;
}
.home_conb .absolute_icon{
	top: -50px;
}
.home_conb h2{
	color: #fff;
	font-size: 48px;
	line-height: 1;
	padding-top: 25px;
	margin: 0 0 10px 0;
	font-weight: normal
}
.small-paragrapher {
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #fff;
	padding: 10px 0 35px 0;
	display: inline-block;
	color: #e3f3dc;
}
.home_bg3{
	background: url(images/line_bg.jpg) 100% 0 no-repeat;
	background-size: cover;
	padding: 40px 0 120px 0;
}
.home_conc{
	text-align: center;
}
.home_conc .im{
	width: 65%;
	margin: 0 auto;
	text-align: center;
}
.home_conc .im img{
	float: left;
	margin: 35px auto 35px 35px;
}
.home_conc h2{
	color: #fff!important;
	font-weight: normal;
}
.home_conc p{
	color: #fff;
}
.home_bg4{
	background: #f2f2f2;
	position: relative;
}
.home_cond{
	padding: 45px 0 65px 0;
	text-align: center;
}
.home_cond .absolute_icon{
	top: -45px;
}
.home_cond h3{
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
}
.home_cond a{
	margin: 10px 0 0 0;
}

.absolute_icon{
	position: absolute;
	left: 50%;
	margin-left: -53px !important;
	top: -45px;
}
.full_bg .DnnModule{
	position: static;
}
h2.page_title{
	font-size: 48px;
	line-height: 1;
	margin: 0;
	padding-top: 30px;
	color: #E6AE00;
	text-align: center;
	text-transform: uppercase;
}
.seper {
	border-top: 1px solid #628f95;
	width: 180px;
	display: inline-block;
	margin: 15px auto;
	height: 1px;
}

#dnn_wrapper .btn-primary {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width: 142px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	text-transform: uppercase;
	background-color: #628f95;
	border-color: #628f95;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#dnn_wrapper .home_conc .btn-primary{
	background: #628f95;
}
#dnn_wrapper .btn-primary:hover,
#dnn_wrapper .btn-primary:focus,
#dnn_wrapper .btn-primary:active  {
	background: none;
	border-color: #fff;
	color: #fff;
}
#dnn_wrapper .btn-info {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff!important;
	border-color: #E6AE00;
	background: #E6AE00;
	text-transform: uppercase;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-width: 2px;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
}
#dnn_wrapper .btn-info:hover,
#dnn_wrapper .btn-info:focus,
#dnn_wrapper .btn-info:active {
	background-color: #628f95;
	border-color: #628f95;
	color: #fff;
}

#dnn_wrapper .btn-lg {
	width: 180px;
	height: 57px;
	text-transform: uppercase;
	line-height: 57px;
	font-size: 14px;
	padding: 0;
}



/* ********** FOOTER ************** */
.footer_box{
	background: url(images/footer_pattern.png) 0 0 repeat;
}

.footer_box,
.footer_box .Normal,
.footer_box a,
.footer_box a:link,
.footer_box a:active,
.footer_box a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #8c8c8c;
}
.footer_box a:hover{
	color: #628f95;
}

.FootPaneI,
.FootPaneJ,
.FootPaneK,
.FootPaneL{
	padding: 62px 0 85px!important;
}
.footer_links{
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}
.footer_links li{
	line-height: 28px;
}
.info p{
	line-height: 27px;
}
.social_icons a{
	color: #628f95!important;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 0 0;
}
.social_icons a:hover{
	color: #ffffff!important;
}
.social_icons .fa{
	font-size: 40px;
}

.footer_border{
	border-top: 1px solid #4e4e4e;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.FooterPane {
	width: 80%;
	padding: 25px 0;
	margin: 0 auto;
	text-align: center;
}
.copyright_style{
	color: #8c8c8c;
	text-align: center;
	padding:25px 0;
	margin: 0 19%;
}
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited{
	color: #628f95;
}
.copyright_style a:hover {
	text-decoration: underline;
}
.FooterRightPane{
	position: absolute;
	right: 0;
	top: 10px;
}
.footer_btn a{
	display: inline-block;
	line-height: 18px;
}





 /*******HTML*********/
 @media only screen and (min-width: 1200px) {

.dnn_layout {
	width: 1170px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

.HeadPane a{
	font-size: 25px;
}

#top_menu > div > ul > li{
	margin-left: 20px;
}

}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.copyright_style{
	padding:25px 0;
	margin: 0 !important;
}
.footer_border{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.dnn_layout {
	width: 736px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

.dnn_logo{
	width: 400px;
}
.HeadPane a{
	font-size: 18px;
}

#top_menu > div > ul > li{
	margin-left: 2px;
}
#top_menu > div > ul > li > a > span{
	font-size: 11px;
	padding: 16px 5px;
}

.home_conc .im{
	width: 95%;
}

.our_services iframe{
	width: 100%!important;
}

h2.page_title{
	font-size: 38px;
	line-height: 1;
}

.FootPaneI, .FootPaneJ{
	padding: 62px 0 0 0!important;
}
.FooterRightPane{
	position: static;
	padding: 20px 0 0 0;
	text-align: center;
}
.FooterPane{
	width: 100%;
}

}
 @media only screen and (max-width: 767px) {

	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}

	.mobile_header{
		background: #628f95;
		position: relative;
		min-height: 52px;
	}

	.HeadPane{
		padding: 45px 30px 25px 15px;
		text-align: right;
	}
	.HeadPane a{
		font-size: 25px;
	}

	.home_conc .im{
		width: 100%;
	}
	.home_conc .im img{
		float: none;
		margin: 30px auto;
	}

	.our_services{
		padding: 0;
	}
	.TopPaneC{
		padding: 0 0 70px 0!important;
	}

	.home_conb h2{
		font-size: 28px;
	}

	h2.page_title{
		font-size: 28px;
	}

	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		padding:0 0 10px 0!important;
		position: relative;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		background: url(images/submenu.png) left top no-repeat;
		cursor: pointer;
		width: 44px;
		height: 34px;
		position: absolute;
		top: 10px;
		right: 15px;
	}
	.mobile_icon:hover{
		background-position: left bottom;
	}

	#mobile_menu {
		display: none;
		background: #628f95;
		width: 100%;
		padding: 45px 0 0 0;
		z-index: 906;
	}
	
	#mobile_menu .menu_main {
		padding: 10px 0;
	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 12px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		color: #fff;
		display: block;
		text-decoration: none;
		outline: none;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 7px 0px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		width: 34px;
		padding: 0px;
		height: 34px;
		line-height: 34px;
		position: absolute;
		right: 0;
		top: 0;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		font-size: 0;
	}
	
	.multi_menu ul li .menu_arrow:before {
		content: "";
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -3px 0 0 -3px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg); /* IE 9 */
		-moz-transform: rotate(45deg); /* Firefox */
		-webkit-transform: rotate(45deg); /* Safari and Chrome */
		-o-transform: rotate(45deg); /* Opera */
	}
	
	.multi_menu ul li:hover > a > .menu_arrow:before {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		border-bottom: none;
		border-right: none;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		background: #e6ae00;
		color: #fff;
	}
	
	.multi_menu > ul > li.active > a {
	}
	
	.multi_menu ul li a:hover {
		background: #e6ae00;
		color: #fff;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		background: #e6ae00;
		color: #fff;
	}
	
	.multi_menu ul ul {
		background: #000;
		display: none;
		padding: 0;
		margin: 0px;
	}
	
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		background: #e6ae00;
		color: #fff;
	}
	
	.multi_menu ul li a {
	}
	
	.multi_menu ul li li a {
	}
	
	.multi_menu ul li li li a {
	}
	
	.multi_menu ul li li li li a {
	}
	
	.SkinPlugin_icon {
		display: none!important;
	}
	/*foot*/
	.FootPaneI, .FootPaneJ, .FootPaneK, .FootPaneL{
		padding: 30px 0 0 0!important;
	}
	.FootPaneL{
		padding: 30px 0 30px 0!important;
	}
	.FooterPane{
		width: 100%;
	}
	.FooterRightPane{
		position: static;
		padding: 20px 0 0 0;
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	.HeadPane a{
		font-size: 20px;
	}

}
@media only screen and (max-width: 440px) {
	.HeadPane{
		padding: 45px 0 25px 0;
	}

}



.banner_title{
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.banner_con{
	text-align: center;
	text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.banner_btn{
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.banner_btn:hover{
	color: #000!important;
	background: #fff!important;
	border: 1px solid #fff!important;
}
#dnn_wrapper .tp-leftarrow.default,
#dnn_wrapper .tp-rightarrow.default{
	width: 56px;
	height: 56px;
}
#dnn_wrapper .tp-leftarrow.default{
	background: url(images/prev.png) center center no-repeat;
}
#dnn_wrapper .tp-rightarrow.default{
	background: url(images/next.png) center center no-repeat;
}




/*Testimonials*/

.Testimonials_tab {
	position: relative;
	margin: 0px 0 15px 0;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	min-height: 20px;
	transition: height ease-in 200ms;
	-moz-transition: height ease-in 200ms; /* Firefox 4 */
	-webkit-transition: height ease-in 200ms; /* Safari and Chrome */
	-o-transition: height ease-in 200ms; /* Opera */
	-ms-transition: height ease-in 200ms; /* IE9? */
}
.Testimonials_tab img {
	max-width:100%;
}
 
.Testimonials_tab li {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	list-style: none;
	
}

.Testimonials_tab .last_page,
.Testimonials_tab .next_page {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 28px;
	line-height: 28px;
	width: 28px;
	background-color: #f2f2f2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	color: #797979;
	font-family: Helvetica;
	top: auto;
	bottom: 14px;
	left: auto;
	right: 0;

	z-index:15;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.Testimonials_tab .last_page {
	right: 32px;
}

.Testimonials_tab .last_page:hover,
.Testimonials_tab .next_page:hover {
	color: #FFF;
	text-decoration: none;
}

.Testimonials_tab .dot {
	position: absolute;
	bottom: 0;

	z-index:14;
}

.Testimonials_tab .dot a {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 0;
	text-indent: -999px;
	vertical-align: middle
}

*+html .Testimonials_tab .dot a {
	display: inline;
}

.Testimonials_tab .dot a.actived {
	background: #606060;
	width: 10px;
	height: 10px;
}


.Testimonials_1 .dot {
	right: 60px;
	bottom: 16px;
}

.Testimonials_1 .dot a {
	border: 1px solid #f2f2f2;
	width: 20px;
	height: 20px;
}

.Testimonials_1 .dot a.actived {
	width: 20px;
	height: 20px;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
}

.Testimonials_1 blockquote {
	background: none;
	padding: 1px 0px 0px;
	margin: 0px;
	text-indent: 0;
}

.Testimonials_1 blockquote p {
	background-color: #fafafa;
	border: 1px solid #ececec;
	padding: 20px;
	font-size: 13px;
	color: #808080;
	font-style: normal;
	text-indent: 0;
}

.Testimonials_1 small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #777777;
	font-style: normal;
	padding: 24px 0 0 35px;
}

.Testimonials_1 small:before {
	content: " ";
	position: absolute;
	top: -7px;
	left: 55px;
	width: 10px;
	height: 10px;
	background-color: #fafafa;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.Testimonials_1 small img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 15px;
	float: left;
	vertical-align: middle;
}

.Testimonials_1 small span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
}

.Testimonials_2 .last_page,
.Testimonials_2 .next_page {
	top: auto;
	bottom: 0;
	left: 50%;
}

.Testimonials_2 .last_page {
	right: 32px;
	margin: 0 0 0 -30px;
}

.Testimonials_2 .dot {
	right: 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.Testimonials_2 .dot a {
	background: rgba(242,242,242,0.5);
	width: 14px;
	height: 14px;
}

.Testimonials_2 .dot a:hover,
.Testimonials_2 .dot a.actived {
	background: #f2f2f2;
	width: 14px;
	height: 14px;
}

.Testimonials_2 blockquote {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0;
}

.Testimonials_2 blockquote p {
	padding: 0px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
	margin: 0 0 35px 0;
}

.Testimonials_2 .Pic {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	display: block;
	margin: 0px auto 10px;
	overflow: hidden;
	text-align: center;
	text-indent: 0;
}

.Testimonials_2 small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #e3f3dc;
	font-style: normal;
	margin: 15px 0 45px 0;
	padding: 0 0 30px 0;
	width: 100%;
	text-align: center;
}

.Testimonials_2 small:before {
	content: " ";
}

.Testimonials_2 small span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
}

.Testimonials_3 blockquote {
	background: none;
	padding-bottom: 0px;
	position: relative;
}

.Testimonials_3 .last_page {
	left: 180px;
	bottom: 60px;
}

.Testimonials_3 .next_page {
	left: 210px;
	bottom: 60px;
}

.Testimonials_3 {
	position: relative;
}

.Testimonials_3 .Pic {
	width: 160px;
	height: 160px;
	max-width:50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.Testimonials_3 li {
	padding-left: 180px;
	min-height: 160px;
	width: auto;
}

.Testimonials_3 blockquote span.mark {
	font-size: 103px;
	position: absolute;
	top: -15px;
	left: 10px;
	color: #555;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif!important;
	font-style: italic!important;
	text-indent: 0!important;
	text-align: left;
	width: 100px;
}

*+html .Testimonials_3 blockquote span.mark {
	text-indent: -55px!important;
}

.Testimonials_3 small:before {
	content: " ";
}

.Testimonials_3 small span {
	display: block;
	font-size: 15px;
	color: #444444;
	font-weight: bold;
	margin-top: 4px;
	font-style: normal;
	margin-bottom: 3px;
}

.Testimonials_3 small {
	position: static;
	font-size: 13px;
	color: #777777;
	font-style: normal;
	padding: 25px 0 40px;
	float: right;
}

.Testimonials_3 .dot {
	left: 180px;
	bottom: 40px;
}

.Testimonials_4 {
	margin: 0;
	padding: 0;
}

.Testimonials_4 li {
	list-style: none;
}

.Testimonials_5 .dot {
	right: 0px;
}

.Testimonials_4 blockquote {
	background: none;
	padding: 0px;
	margin: 0px 0px 15px;
}

.Testimonials_4 blockquote p {
	border-bottom: 7px solid #f0f0f0;
	padding: 0px 0px 20px;
	font-size: 13px;
	line-height: 2;
	color: #808080;
	font-style: normal;
	text-indent: 0;
}

.Testimonials_4 small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #777777;
	font-style: normal;
	padding: 24px 0 0 0px;
}

.Testimonials_4 small:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 30px;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-top: 10px solid #f0f0f0;
}

.Testimonials_4 small img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	float: left;
	vertical-align: middle;
}

.Testimonials_4 small span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 6px 0px 5px;
}

.Testimonials_5 blockquote {
	background: none;
	padding: 0px;
	margin: 0px 0px 15px;
	text-indent: 0;
}

.Testimonials_5 blockquote p {
	padding: 0px;
	font-size: 13px;
	color: #808080;
	font-style: normal;
	text-indent: 0;
	padding: 20px;
	background-color: #ed474a;
	color: #FFF;
}

.Testimonials_5 small {
	position: relative;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #777777;
	font-style: normal;
	padding: 20px 0 0 0px;
}

.Testimonials_5 small:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 30px;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
}

.Testimonials_5 small span {
	display: block;
	font-size: 15px;
	color: #ed474a;
	font-weight: bold;
	margin: 6px 0px 5px;
}

.Testimonials_5 .last_page,
.Testimonials_5 .next_page {
	top: auto;
	bottom: 5px;
	width: 29px;
	height: 27px;
	background-color: #959998;
	text-indent: -999px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	overflow: hidden;
}

.Testimonials_5 .last_page:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px!important;
	height: 0px!important;
	border: 6px solid transparent;
	border-right: 6px solid #FFF;
	margin: -6px 0px 0px -9px;
}

.Testimonials_5 .next_page:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px!important;
	height: 0px!important;
	border: 6px solid transparent;
	border-left: 6px solid #FFF;
	margin: -6px 0px 0px -3px;
}

.Testimonials_6 {
	padding-bottom:30px;
	text-align:center;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	transition: height ease-in 0ms;
	-moz-transition: height ease-in 0ms; /* Firefox 4 */
	-webkit-transition: height ease-in 0ms; /* Safari and Chrome */
	-o-transition: height ease-in 0ms; /* Opera */
	-ms-transition: height ease-in 0ms; /* IE9? */
}


.Testimonials_6 .dot {
	text-align: center;
	width: 100%;
	bottom: 15px;
}

.Testimonials_6 .dot a,
.Testimonials_6 .dot a.actived {
	width: 18px;
	height: 18px;
	border: none;
	background: #2e2e2e;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

.Testimonials_6 .dot a.actived {
	background: #ed474a;
}

@media only screen and (max-width: 767px) {
.Testimonials_3 li {
	padding-left:100px;
}
.Testimonials_3 .Pic {
	width: 80px;
	height: 80px;
}
}

/*.Testimonials*/  
.Testimonials_1 small span,
.Testimonials_2 small span,
.Testimonials_4 small span,
.Testimonials_5 small span,
.Testimonials_9 small span,
.Testimonials_10 small{
	color:#ed474a;
}
.Testimonials_tab .last_page:hover, 
.Testimonials_tab .next_page:hover,
.Testimonials_5 blockquote p,
.Testimonials_6 .dot a.actived,
.Testimonials_10 .dot a.actived,
.Testimonials_7 .ico,
.Testimonials_7 .dot a.actived,
.Testimonials_8 .dot a.actived{
	background-color:#ed474a;
}
.Testimonials_5 small:before {
 	border-top: 10px solid #ed474a;
}

.Testimonials_9 .last_page:hover, 
.Testimonials_9 .next_page:hover{
 	border: 2px solid #ed474a;
}
.Testimonials_9 .next_page:hover:before {
	border-bottom: 2px solid #ed474a;
	border-right: 2px solid #ed474a;
}
.Testimonials_9 .last_page:hover:before {
	border-bottom: 2px solid #ed474a;
	border-left: 2px solid #ed474a;
}
 .Testimonials_8 .dot a.actived{
	border-color:#ed474a;
}


.Theme_Responsive_Default .form_row.row2 .form_input{
	width: 90%;
}
.Theme_Responsive_Default .form_list p{
	margin: 0 0 20px 0;
}
#dnn_wrapper .Theme_Responsive_Default select,
#dnn_wrapper .Theme_Responsive_Default textarea,
#dnn_wrapper .Theme_Responsive_Default input[type="text"],
#dnn_wrapper .Theme_Responsive_Default input[type="password"],
#dnn_wrapper .Theme_Responsive_Default input[type="datetime"],
#dnn_wrapper .Theme_Responsive_Default input[type="datetime-local"],
#dnn_wrapper .Theme_Responsive_Default input[type="date"],
#dnn_wrapper .Theme_Responsive_Default input[type="month"],
#dnn_wrapper .Theme_Responsive_Default input[type="time"],
#dnn_wrapper .Theme_Responsive_Default input[type="week"],
#dnn_wrapper .Theme_Responsive_Default input[type="number"],
#dnn_wrapper .Theme_Responsive_Default input[type="email"],
#dnn_wrapper .Theme_Responsive_Default input[type="url"],
#dnn_wrapper .Theme_Responsive_Default input[type="search"],
#dnn_wrapper .Theme_Responsive_Default input[type="tel"],
#dnn_wrapper .Theme_Responsive_Default input[type="color"],
#dnn_wrapper .Theme_Responsive_Default .uneditable-input{
	border: 1px solid #cccccc;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 6px 12px;
	width: 90%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#dnn_wrapper .Theme_Responsive_Default .btn,
.Result_01_Default .result_form .form_submit .btn{
	background: #628f95;
	border: 1px solid #628f95;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
}
#dnn_wrapper .Theme_Responsive_Default .btn:hover,
.Result_01_Default .result_form .form_submit .btn:hover{
	background: transparent;
	border: 1px solid #fff;
}



 @media only screen and (max-width: 767px) {
.Theme_Responsive_Default .form_row.row2 .form_input{
	width: 100%;
}
.footer_border{
	padding-top: 15px;
	padding-bottom: 15px
}
.FooterPane {
	width: 100%;
	padding: 25px 0;
	margin: 0 auto;

}
.copyright_style{
	padding:15px 0;
	margin: 0 !important;
}
}




.dnnLoginActions{ display: none !important; }