@import url( bootstrap.css );
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
    font-family: 'pt_serifregular';
    src: url('fonts/ptf55f-webfont.eot');
    src: url('fonts/ptf55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptf55f-webfont.woff2') format('woff2'),
         url('fonts/ptf55f-webfont.woff') format('woff'),
         url('fonts/ptf55f-webfont.ttf') format('truetype'),
         url('fonts/ptf55f-webfont.svg#pt_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pts55f-webfont.eot');
    src: url('fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts55f-webfont.woff2') format('woff2'),
         url('fonts/pts55f-webfont.woff') format('woff'),
         url('fonts/pts55f-webfont.ttf') format('truetype'),
         url('fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('fonts/helveticaneue-roman-webfont.eot');
    src: url('fonts/helveticaneue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-roman-webfont.woff2') format('woff2'),
         url('fonts/helveticaneue-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-roman-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pt_sans-webfont.eot');
    src: url('fonts/pt_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pt_sans-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-webfont.woff') format('woff'),
         url('fonts/pt_sans-webfont.ttf') format('truetype'),
         url('fonts/pt_sans-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Fix actionMenu DNN9*/
.dnnEditState .actionMenu{
	display:block!important;
	opacity: 1!important;
  }
  
  .DNNEmptyPane{
	  display: none;
	 width:auto;
  }

#Body {
	color: #8a8a8a;
	background: url(images/page_bg.jpg) repeat-x 0 0 #a8d572 ;
}

.body_bg {
	min-height: 100%;
	background: url(images/top_bg_l.png) no-repeat top left;
	padding-bottom: 60px;
}
#dnn_wrapper {
	background: url(images/top_bg_r.png) no-repeat top right;
	
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.5 Arial, Helvetica, sans-serif; 
	color: #8a8a8a;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
	line-height: 1.3;
	font-size: 14px;
	color: #555;
}

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:#a6d371;
}

A:active {
	color:#3b9cf7;
	text-decoration: none;
}

A:visited {
	color:#3b9cf7;
	text-decoration: none;
}

A:hover {
	
	text-decoration: underline;
}

A:focus {
	color:#3b9cf7;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#7171bc;
	font-size:30px;
	line-height:1;
	font-weight:bold;
	letter-spacing: normal;
}
h2 {
	color:#a7d473;
	font-size:30px;
	line-height:1;
	font-weight:bold;
	letter-spacing: normal;
	
}
h3 {
	color:#f9f9fc;
	font-size:25px;
	line-height:1;
	font-weight:bold;
	letter-spacing: normal;
}

h4 {
	color:#a8d34e;
	font-size:18px;
	line-height:1;
	font-weight:bold;
	letter-spacing: normal;
}

h5 {
	color:#a8d34e;
	font-size:14px;
	line-height:1;
	font-weight:bold;
	letter-spacing: normal;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

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 {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}


/**************** 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: 1000px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0 20px;
}
.content_mid02,
.footer_mid02 {
	padding: 0 20px;
}

/*Login*/




/* Search Style  */
.searchBox{
	position: relative;
	    display: block;
}
.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_top {
	background: #0d0d0d;
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #707070;
}

.header_top a:hover {
	color: #3b9cf7;
	text-decoration: none;
}

.HeadPane {
	float: left;
	height: 36px;
	line-height: 36px;
}

.HeadPane .Normal {
	line-height: 36px;
}

.HeadPane .Normal .glyphicons {
	margin-bottom: 2px;
	vertical-align: middle;
}

.header_bg {
	
	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? */
}


#body,
body {
	position: relative;
}

.header_bg {
	
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 0;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.hedaer_minHeight {
	
}

.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
	text-align: center;
	clear: both;
}

/* ********** NAV ************** */	
#top_menu {
    margin: 0;
    padding: 0 12px;
    position: relative;
    z-index: 904;
    background: #CDDA6E;
}
/*top menu*/
#top_menu {
	position:relative;
	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 ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	float:left;
}

#top_menu > div > ul > li > a > span {
	position:relative;
	color:#5d5d5d;
	background-color:transparent;
	font-size:14px;
	font-size:12px\9;
	line-height:43px;
	height:43px;
	margin:0px 39px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	font-family: 'pt_serifregular',Arial, Helvetica, sans-serif;
	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? */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#top_menu > div > ul > li > a > span { font-weight: normal; }
	.body_bg {padding-bottom: 60px;}
}

 



.nav_port #top_menu > div > ul > li > a > span {margin: 0 27px;}
.nav_port #top_menu > div > ul > li > a:hover > span {color: #000;}

#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 {
	color:#000;
}

/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute; 
}
#top_menu .menuslide div{
	margin-top:-8px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px; 
	float: left; 
	position:relative;
	margin:0px; 
	background:#CDDA6E; 
}
#top_menu .menuslide ul li{
    display:block; 
	clear:both; 
	padding:0px; 
	background:none; 
	margin:0px; 
	position:relative; 
}
#top_menu .menuslide ul li span{
	color:#5d5d5d; 
	display:block; 
	padding:0 50px 0 15px; 
	margin:0px; 
	background:none;
	white-space:nowrap;
	text-align: left;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: normal;
	font-size:14px;
	margin:0px;  
	padding:0px;
	background:none; 
	float:left; 
	line-height:26px;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none;   
	padding:0px; 
	line-height:26px;
}
#top_menu .menuslide ul a:hover span{
	color: #1e194b;
	margin:0px;  
	background:#E3ED93;
}
#top_menu .menuslide ul{
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide ul li a.menu_hover{
	 background:rgba(92,107,138,0.7); 
	 color:#E0E3EA;  
	 -moz-border-radius:5px; 
	 -webkit-border-radius:5px; 
	 border-radius:5px;
}
#top_menu .menuslide a.menu_hover span{
	background:none; 
	margin:0px; 
	color:#E0E3EA; 
}
#top_menu .menuslide ul > li.dir > a span{
    background:url(images/menu_icon2.png) 96% 50% no-repeat;
}
#top_menu .menuslide ul > li.dir > a:hover span{
    background:url(images/menu_icon1.png) 96% 50% no-repeat;
}
#top_menu .menuslide ul > li.dir > a.menu_hover span{
    background:url(images/menu_icon1.png) 96% 50% no-repeat;
}
/*Left Menu*/

#left_menu {
	padding: 0px 0px 0px;
	margin: 0px 0 15px;
	min-height: 200px;
	border: 1px solid #e5e5e5;
	border-bottom:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#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: 13px 10px 13px 20px;
	color: #8c8c8c;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

#left_menu > .gomenu > ul > li > a:hover {
	margin-left: -1px;
	color: #8c8c8c;
	padding-left: 19px;
}

#left_menu > .gomenu > ul > li.current > a,
#left_menu > .gomenu > ul > li.current > a:hover {
	color: #FFF;
	margin: 0 -1px!important;
	border-left: none;
	padding-left: 20px;
}

#left_menu > .gomenu > ul > li.current > a:hover:before,
#left_menu > .gomenu > ul > li.current > a:before {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#left_menu ul li.dir > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 6px;
	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 > .gomenu > ul > li.current > a:before {
	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 ul ul {
	display: none;
	padding: 5px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

#left_menu ul ul ul {
	padding: 5px 0px 0;
	display: none;
	margin-bottom: 0px;
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

#left_menu ul li.current > ul,
#left_menu ul ul .subcurrent > ul {
	display: block;
}

#left_menu ul li li {
	margin: 0;
	border-bottom: none;
	padding: 0 11px;
}

#left_menu ul li li a {
	position: relative;
	padding: 8px 5px 8px 15px;
	line-height: 18px;
	border: none;
	white-space: normal;
	color: #666666;
	text-transform: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#left_menu ul li li:last-child a {
	border-bottom: none;
}

#left_menu ul ul ul li:last-child a {
	border-bottom: 1px solid #e5e5e5;
}

#left_menu .gomenu ul ul li a:before {
	right: 5px;
}

#left_menu ul li li.subcurrent > a:before {
	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 */
}

.rightPage_Box #left_menu ul li li {
	padding-left: 25px;
}

.rightPage_Box #left_menu ul li li a {
	background-position: 0px -65px;
	padding-left: 15px;
}

#left_menu ul li li a:hover,
#left_menu ul li li.subcurrent > a {
}
/*left_menu color*/
#left_menu ul li a {
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
 	font-size:14px;
}


#left_menu > .gomenu > ul > li.current > a:hover,
#left_menu > .gomenu > ul > li.current > a {
	background-color:#3b9cf7;
}
#left_menu > .gomenu > ul > li > a:hover{
		border-left:2px solid #3b9cf7;
}


#left_menu ul li li a:hover,
#left_menu ul li li.subcurrent > a {
	color:#3b9cf7;
}
#left_menu ul li li a:hover:before,
#left_menu ul li li.subcurrent > a:before{
	border-right:1px solid #3b9cf7;
	border-bottom:1px solid #3b9cf7;
}





/* ********** CONTENT ************** */	


#dnn_content {
	margin:0;
	background: #fff;
}











/* ********** FOOTER ************** */	



.copyright_style {
	float: left;
	padding: 20px 8px;
}

.FooterPane {
	float: right;
	padding: 13px 8px 0;
	margin: 0;
}

.copyright_style .sep {
	padding: 0px 12px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 12px;
}

.copyright_style a:hover {
	text-decoration: none;
	color: #3b9cf7;
}

.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #585858;
}

*+html .FooterPane .social-icons {
	display: inline
}

#to_top {
	width: 55px;
	height: 55px;
	line-height: px;
	text-align: center;
	float: right;
	font-size: 24px;
	margin-top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #3b9af3;
	position: fixed;
	bottom: 10%;
	right: 2%;
	cursor: pointer;
	z-index: 1000;
	display: 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? */
}

#to_top:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -6px;
	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 */
}

#to_top:hover:before {
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}




/* 		header 		 */
.logo {float: left;}
.corp_logo {padding: 49px 0 0 48px;}
.port_logo {padding: 10px 0 14px 0;}
.phone_num {float: right;padding-top: 34px;padding-bottom: 18px;}
.font .font_2 {font-size: 14px;color: #edec79;font-weight: bold;margin-right: 15px;}
.font .font_1 {width: 19px;height: 19px;display: inline-block;background: url(images/fonts01.jpg) no-repeat 0 0;margin-right: 8px;}
.font .font_3 {width: 19px;height: 19px;display: inline-block;background: url(images/fonts02.jpg) no-repeat 0 0;}
.font a {float: left;line-height: 19px;}
.font a:hover {text-decoration: none;}
.font {float: right;}
.phone {clear: both;padding-top: 18px;}
.phone span {font-size: 36px;color: #fff;font-family: 'pt_serifregular';line-height: 1;margin: 0;float: left;}
.phone a {
	padding: 12px 36px 8px;
	font-size: 12px;
	color: #fff;
	background: #8F8BC3;
	float: right;
	margin-left: 20px;
	-moz-box-shadow:	0px 0px 5px #333; 
	-webkit-box-shadow: 0px 0px 5px #333; 
	box-shadow:	0px 0px 5px #333;
	font-family: 'pt_sansregular';
}
.phone a:hover {text-decoration: none;}
#top_menu > div > ul > li {background: url(images/nav_line.png) no-repeat top right;}
#top_menu > div > ul > li.last-item {background: none;}
.banner {padding-bottom: 30px;position: relative;}
#top_menu > div > ul > li.last-item > a > span {margin-right: 31px;}
.nav_port #top_menu > div > ul > li.last-item > a > span {margin-right: 27px;}
/* 		Content 	*/

/* 0000 home */
.page_shadow {
	width: 100%;
	height: 353px;
	background: url(images/page_shadow.png);
	margin-top: 43px;
}
.page_mar {margin-top: -396px;}
.content_shadow {
	-moz-box-shadow:	0px 0px 15px #444; 
	-webkit-box-shadow: 0px 0px 15px #444; 
	box-shadow:	0px 0px 15px #444;
}
.chancellor p {font-size: 14px;color: #5c5c5d;line-height: 1.5;font-family: 'pt_sansregular';}
.chancellor_img {margin-top: 10px;}
.chancellor_img img {margin-bottom: 25px;}
.the_vill {margin-bottom: 100px;}
.the_vill p {font-size: 14px;color: #5c5c5d;line-height: 1.5;font-family: 'pt_sansregular';}
.thevill_img {margin-top: 10px;}
.thevill_img img {margin-bottom: 25px;}
.Stefanie {text-align: center;}
.Stefanie .Stefanie_top {
	padding: 12px;
	background: url(images/villimg_bg.png) repeat-x 0 0 #fff;
	display: inline-block;
	margin: -53px 0 10px;
	-moz-box-shadow:	2px 2px 10px #555; 
	-webkit-box-shadow: 2px 2px 10px #555; 
	box-shadow:	2px 2px 10px #555;
}
.Stefanie_text {margin-top: 20px;text-align: left;}
.Stefanie_text p {font-family: 'pt_serifregular';font-size: 12px;color: #555;line-height: 1.5;margin-bottom: 12px;}
.footer_pad a {text-transform: capitalize;}

/* 1000 OUR COMMUNITIES      LIVING OPTIONS */
.location_text {position: relative;}
.location_text h3 {font-size: 18px;color: #7f86bb;font-family: 'pt_serifregular';font-weight: normal;line-height: 1.2;margin: 0 0 10px 0;}
.location_text h4 {font-size: 14px;color: #000;font-family: 'pt_sansregular';font-weight: bold;line-height: 1.2;margin: 0 0 10px 0;}
.location_list ul {margin: 0;}
.location_list li {list-style-type: none;line-height: 1.2;margin: 0 0 10px 0;}
.location_list li a {font-size: 14px;color: #a6d371;font-family: 'pt_sansregular';font-weight: bold;}
.location_list li a span {font-weight: normal;}
.location_list li a:hover {color: #7f86bb;text-decoration: none;}
.loc_overflow {overflow: auto;margin: 10px auto;}
.loc_overflow > img {width: 854px;}
.location_map {width: 821px;height: 656px;background: url(images/location_map.png) no-repeat 0 0;margin: 0 auto;position: relative;}
.loc_map_list {padding-left: 20px;background: url(images/maplist_icon.png) no-repeat 0 3px;position: absolute;}
.loc_map_list {font-size: 15px;color: #fff !important;line-height: 1.5;font-weight: bold;}
.loc_map_list:hover {text-decoration: none;color: #fff !important;}
.loc_map_list p {font-size: 12px;color: #fff;font-style: italic;margin: 0;line-height: 1.2;font-family: 'pt_sansregular';font-weight: normal;}
.loc_map_list span {font-size: 12px;color: #fff;font-style: italic;margin: 0;line-height: 1.2;font-family: 'pt_sansregular';font-weight: normal;}

.defiance {left: 44px;top: 100px; }
.vanwert {padding: 15px 0 0 0;background: url(images/maplist_icon.png) no-repeat 3px 0;left: 20px;top: 160px;}
.Vandalia {padding: 15px 0 0 0;background: url(images/maplist_icon.png) no-repeat 25px 0;left: 20px;top: 280px;z-index: 1;}
.Lima {left: 110px;top: 166px; }
.Urbana {left: 177px;top: 225px;}
.London {left: 152px;top: 275px;padding-left: 0;z-index: 1;}
.London {background: url(images/maplist_icon.png) no-repeat 58px 1px;}
.Columbus {left: 255px;top: 275px;background: url(images/maplist_icon2.png) no-repeat 0 2px;}
.Springfield {left: 75px;top: 280px;padding-left: 0;padding-top: 70px;background: url(images/maplist_icon3.png) no-repeat 34px 0;}
.Circleville {left: 227px;top: 330px;padding: 15px 0 0 0;background:url(images/maplist_icon.png) no-repeat 28px 0; }
.Weirton {top: 203px;left: 405px;padding: 0;}
.Weirton {background: url(images/maplist_icon.png) no-repeat 58px 3px;}
.Athens {top: 325px;left:310px; }
.Proctorville {top: 403px;left: 229px;padding:0 0 42px 0;background: url(images/maplist_bg.png) no-repeat 25px bottom;line-height: 1;}
.Barboursville {top: 472px;left: 295px;}
.Parkersburg {top: 357px;left: 386px;}
.Beckley {top: 560px;left: 300px;background: none;}
.Beckley span {padding-left: 22px;float: right;background: url(images/maplist_icon.png) no-repeat 4px 2px;}
.Huntington {top: 488px;left: 155px;padding: 0 54px 0 0;background: url(images/maplist_bg02.png) no-repeat right 3px;color: #808080 !important;line-height: 2;}
.Huntington:hover {color: #808080 !important;}
.click_loca {top: 190px;left: 575px;color: #808080 !important;padding:0;background: none;text-align: center;}
.click_loca:hover {color: #808080 !important;}


















.Living_Options {margin-bottom: 30px;}
.Living_Options p {font-size: 14px;color: #5c5c5d;line-height: 1.5;font-family: 'pt_sansregular';}
.our_values p {font-size: 14px;color: #555;font-family: 'pt_sansregular';font-style: italic;text-align: center;margin: 12px 0 0 0;line-height: 1.8;}
.options_img img {margin-top: 25px;}
.valueslist_text {padding: 10px 38px;}
.valueslist_text p {font-size: 14px;color: #555;font-family: 'pt_sansregular';line-height: 1.5;margin-bottom: 10px;}
.valueslist_text p span {font-weight: bold;}
.valueslist_text ul {margin: 0;}
.valueslist_text li {font-size: 14px;color: #555;font-family: 'pt_sansregular';list-style-type: none;line-height: 1.5;}
.valueslist_link {padding: 16px 0 0 48px;margin-top: 10px;background: url(images/valuetext_bg.png) no-repeat 0 0;}
.valueslist_link h4 {font-size: 18px;margin: 0;color: #7f86bb;font-weight: normal;text-decoration: none;}
.valueslist_link p {margin: 0;}
.valueslist_link p a {font-size: 10px;color: #7f86bb;text-decoration: none;display: inline-block;margin: 0;}





/* 2000 Investor Log-in SERVICES */
.Container-2 .RadAjaxPanel,.Container-2 .LoginPanel {padding: 0;}
.Container-2 .LoginPanel {width: 100%;}
.Container-2 .dnnLabel {float: none;width: auto;text-align: left;display: block;margin: 0 0 3px 0;padding: 0;}
.Container-2 .dnnLabel .dnnFormLabel {font-size: 14px;color: #5c5c5d;font-weight: normal;margin: 0;line-height: 1;font-family: 'pt_sansregular';}
.Container-2 .dnnFormItem > label.dnnFormLabel {display: none;}
.Container-2 .dnnFormItem > span.dnnLoginRememberMe > .dnnCheckbox {margin: 0;}
.Container-2 .dnnFormItem > span.dnnLoginRememberMe > .dnnCheckbox > .mark {padding: 0.2em 0.3em 0.2em 0;}
.Container-2 .dnnFormItem {margin-top: 10px;}
.Container-2 .dnnLoginService input[type="text"],.Container-2 .dnnLoginService input[type="password"] {width: 100%;border-radius: 0;min-width: 0;}
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
	border-radius: 0;
	border: 0;
	background: #8F8BC2;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
.Container-2 a.dnnPrimaryAction:hover {background: #AFAAD3;} 
.Container-2 a.dnnSecondaryAction {display: none;}
.Container-2 #socialControls {padding: 0;float: none;}
.Container-2 .LoginPanel > p {font-size: 14px;color: #5c5c5d;font-family: 'pt_sansregular';margin-top: 15px;}

.service_text {margin-bottom: 20px;}
.service_text p {font-size: 14px;color: #555;font-family: 'pt_sansregular';line-height: 1.5;margin-bottom: 10px;}
.services_list .panel-default > .panel-heading {background: #87C76B;}
.services_list {padding: 15px 0;}
.services_list ul {margin: 0;padding-left: 10px;}
.services_list li {list-style-type: none;font-size: 14px;color: #555;font-family: 'pt_sansregular';line-height: 1.8;}
.services_img img {margin-top: 25px;}

/* 2100  Investor-Page */
.acquire {padding-top: 30px;}
.acquire_text p {font-size: 14px;color: #676767;font-family: 'pt_sansregular';}
.acquire_list {margin-top: 50px;}
.panel {margin-bottom: 1px;box-shadow:none;border-radius:0;border: 0;}
.panel-default > .panel-heading {background: #A8D271;border: 0;border-radius: 0;padding: 0px;}
.panel-default > .panel-heading a {color: #fff;font-size: 16px;font-family: 'pt_sansregular';padding: 15px 15px 10px 60px;display: block;position: relative;line-height: 1.2;}
.panel-default > .panel-heading a span.fine_text {font-weight: normal;}
.panel-default > .panel-heading a .accordion_icon {
	border:12px solid transparent;
    border-top:15px solid #fff;
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 0;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-moz-transform: rotate(0deg); /* Firefox */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	-o-transform: rotate(0deg); /* Opera */
}
.panel-default > .panel-heading a.collapsed .accordion_icon {
	border:12px solid transparent;
    border-top:15px solid #fff;
    display: block;
    position: absolute;
    left: 15px;
    top: 9px;
    width: 0;
    transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-moz-transform: rotate(-90deg); /* Firefox */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
	-o-transform: rotate(-90deg); /* Opera */
}
.panel-default > .panel-heading a:hover {text-decoration: none;}
.panel-body {padding: 15px 15px 25px 0;}
.panel-body a {font-size: 14px;color: #6e6e6d;text-decoration: underline;margin-bottom: 5px;font-family: 'pt_sansregular';}
.panel-body a:hover {color: #020202;}

.liveaccdefault .ui-accordion .ui-accordion-header {border: none !important;border-radius: 0 !important;margin-bottom: 1px !important;margin-top: 0px !important;}
.liveaccdefault .ui-accordion .ui-accordion-content {border: none !important;border-radius: 0 !important;}
.liveaccdefault .ui-accordion .ui-accordion-header a {
	font-size: 15px !important;
	color: #fff !important;
	font-weight: bold;
	background: #A8D271;
	padding: 15px 15px 10px 60px !important;
	line-height: 1.2;
}
.liveaccdefault .ui-accordion .ui-accordion-header a span {font-weight: normal;}
.liveaccdefault .ui-icon-triangle-1-s {
	background: url(images/acc_arrow.png) no-repeat 0 0 !important;
	width: 29px !important;
	height: 24px !important;
}

.liveaccdefault .ui-icon-triangle-1-e {
	background: url(images/acc_arrow.png) no-repeat -29px 0 !important;
	width: 17px !important;
	height: 24px !important;
}
.liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {margin-top: -11px !important;}
.liveaccdefault .ui-accordion .ui-accordion-content {padding: 0 !important;}
.liveaccdefault .ui-widget-content a {color: #6e6e6d !important;}
.liveaccdefault .ui-widget-content a:hover {color: #222 !important;}


/* 3000 about us Events */
.about_us {margin-top: 25px;}
.about_us p {font-size: 14px;color: #5c5c5d;line-height: 1.5;font-family: 'pt_sansregular';}
.aboutus_img img {margin-top: 40px;}

.event_btn a {display: block; margin-bottom: 15px;}
.event_list p {font-family: 'pt_sansregular';line-height: 1;}
.event_list p.date {font-size: 16px;color: #7030a0; line-height:2;}
.event_list h3 {font-size: 30px;color: #a7d473;margin: 0;line-height: 1;font-family: 'pt_sansregular';margin-bottom: 8px;}
.event_list p.time {font-size: 19px;color: #807f7f;}
.event_list p.location {font-size: 19px;color: #a7d473;}
.event_list p.event_text {font-size: 14px;color: #807f7f;line-height: 1.5;}
.event_flyer p {font-size: 12px;color: #737372;text-decoration: underline;line-height: 1.5;margin-bottom: 12px;}
.event_flyer img {border: 1px solid #444;}


/* 4000 CAREERS  EMPLOYMENT */
.fun_place {padding-top: 25px;margin-bottom: 115px;}
.fun_place_l {float: left;width: 48%;}
.fun_place_r {float: right;width: 52%;padding-left: 15px;}
.fun_place_l p {font-size: 14px;color: #5c5c5d;font-family: 'pt_sansregular';line-height: 1.5;}
.fun_place_r h4 {font-size: 14px;color: #a8d34e;font-family: 'pt_sansregular';}
.fun_place_r p {font-size: 14px;color: #5c5c5d;font-family: 'pt_sansregular';font-weight: bold;margin-top: 17px;}
.funplace_img img {margin-top: 30px;}
.apply_withus {margin-bottom: 20px;}
.apply_withus p {font-size: 14px;color: #6d6d6c;font-family: 'pt_sansregular';margin: 5px 0 8px 0;}

.fun_place02 {padding-top: 25px;margin-bottom: 45px;}
.apply_btn {display: inline-block;margin-top: 10px;}
.apply_btn a {padding: 12px 16px 8px;color: #fff;font-size: 14px;font-family: 'pt_sansregular';background: #96C062;display: block;line-height: 1;}
.apply_btn a:hover {text-decoration: none;}


/* 5000 CONTACT US */
.contact_text {font-size: 14px;color: #555;font-family: 'pt_sansregular';line-height: 1.5;}

#gmap {
    height: 264px;
    width: 100%;
}

#gmap img {
    max-width: none;
}
#gmap2 {
    height: 270px;
    width: 100%;
}

#gmap2 img {
    max-width: none;
}
.address_text {margin-top: 30px;}
.address_text ul {margin: 0;}
.address_text li {list-style-type: none;font-size: 14px;color: #757574;font-family: 'pt_sansregular';margin-bottom: 4px;line-height: 1.3;}
.address_text a {color: #94bf60;font-size: 14px;font-weight: bold;font-family: 'pt_sansregular';margin-top: 15px;display: block;text-decoration: underline;}



/* photo gallery */
.page_height {height: 25px;}
p.gallery_text {font-size: 14px;color: #555;font-family: 'pt_sansregular';}

/* brochure page */
.brochure a {font-size: 14px;color: #5d5d5d;font-family: 'pt_serifregular';text-decoration: underline;display: block;margin: 10px 0 25px;}


/* Privacy Policy */
.Privacy_Policy {margin-top: 60px;}
.Privacy_Policy h3 {font-size: 20px;color: #525252;margin:0 0 10px 0;line-height: 1.2;}
.Privacy_Policy h4 {font-size: 14px;color: #000;font-weight: normal;padding: 15px 0 0 0;margin: 0;line-height: 1.2;}
.Privacy_Policy p {font-size: 14px;color: #555;margin-bottom: 5px;line-height: 1.2;}
.Privacy_Policy p.Privacy_bot {font-size: 18px;margin: 25px 0 0 0;}





/* 		1122footer 		*/
.Foot_Left_PaneA,.Foot_Left_PaneB {padding: 0 !important;}
.footer_pad {padding: 15px 0 20px 0;}
.footer_pad #dnn_dnnLINKS_lblLinks a {color: #757474;font-size: 9px;font-family: 'pt_sansregular';line-height: 1.2;margin-right: 10px;position: relative;}
.footer_pad #dnn_dnnLINKS_lblLinks a:before {
	content: "|";
	position: absolute;
	right: -8px;
	top: 1px;
}
.footer_pad #dnn_dnnLINKS_lblLinks a:last-child:before {
	display: none;
}



.footer_box {background: #C8D96E;}
.footer_l {}
.footer_l ul {margin: 0;}
.footer_l li {list-style-type: none;color: #757474;font-size: 9px;font-family: 'pt_sansregular';line-height: 1.2;padding-top: 7px;}
.footer_l li a {color: #757474;line-height: 1.2;}
.footer_l li span {padding: 0 3px 0 6px;}
.footer_r {line-height: 1;}
.footer_rl {float: left;margin-top: 42px;}
.footer_rr {float: left;margin-top: 28px;}
.footer_rl a {margin-right: 8px;}
.footer_rr img {margin-left: 20px;}






 /*******HTML*********/
 @media only screen and (min-width: 1200px) {

.dnn_layout {
	width: 1000px;
}
.head_mid {
	padding: 0;
}

.content_mid {
	padding: 0 73px;
}
.content_mid02 {
	padding: 0 57px;
}
.footer_mid {
	padding: 0 45px;
}
.footer_mid02 {
	padding: 0 53px;
}

}
@media only screen and (min-width: 768px) and (max-width: 1040px) {

.dnn_layout {
	width: 736px;
}

.head_mid {
	padding: 0;
}

.content_mid,
.footer_mid {
	padding: 0px 15px;
}
.content_mid02,
.footer_mid02 {
	padding: 0px 15px;
}

.copyright_style .sep {
	padding: 0px 7px;
}


.corp_logo {padding: 49px 0 0 20px;}
#top_menu {padding: 0;}
#top_menu > div > ul > li > a > span {margin: 0 18px;}
.footer_rl a {margin-right: 3px;}
.footer_rr img {margin-left: 5px;}
#top_menu > div > ul > li.last-item > a > span {margin-right: 19px;}
.fun_place {margin-bottom: 30px;}
.page_shadow {height: 261px;}
.page_mar {margin-top: -304px;}
.phone span {font-size: 30px;}
.phone a {padding: 8px 10px;}
.nav_port #top_menu > div > ul > li > a > span {margin: 0 10px;}
.nav_port #top_menu > div > ul > li.last-item > a > span {margin-right: 11px;}
.body_bg,#dnn_wrapper {background-size: contain;}
.location_text {margin: 30px;}
.contact_map iframe {width: 100% !important;height: 230px !important;}
}







 @media only screen and (max-width: 767px) {

	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	.content_mid02,
	.footer_mid02 {
		padding: 0px 15px;
	}
	.head_mid {padding: 0;}

	.roll_replace {
		height: auto!important;
	}
	
	.roll_menu {
		position: relative!important;
		top: 0px!important;
		left: 0px!important;
	}
	
	.header_top {
		height: 36px;
		border-bottom: 1px solid #343434;
	}
	
	
	
	
	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		float: none!important;
		padding: 30px 60px 20px 0px !important;
		position: relative;
	}
	.port_phonelogo {
		padding: 10px 65px 15px 15px !important;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -20px;
	}
	
	.mobile_icon .glyphicons {
		background-color: #CDDA6E;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 40px;
		height: 40px;
		line-height: 43px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: inline-block;
	}
	
	.mobile_icon.active .glyphicons:before {
		content: "\f00d";
		font-size: 20px;
	}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: #1f1f1f;
		display: none;
		border-top: 1px solid #8DA760;
	}
	
	#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: 13px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		color: #707070;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		border-bottom: 1px solid #2a2a2a;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 10px 0px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 0;
		position: relative;
	}
	
	.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 #707070;
		border-right: 2px solid #707070;
		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 #8CA65C;
		border-right: 2px solid #8CA65C;
	}
	
	.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 #8CA65C;
		border-left: 2px solid #8CA65C;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #8CA65C;
		background-color: #2a2a2a;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #353535;
	}
	
	.multi_menu ul li a:hover {
		color: #8CA65C;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #8CA65C;
	}
	
	.multi_menu ul ul {
		display: none;
		background: #2a2a2a;
		padding: 2px 0px 5px 0px;
		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 {
		border-bottom: 1px solid #2e2e2e;
		color: #8CA65C;
	}
	
	.multi_menu ul li a {
		padding: 0 0 0 15px
	}
	
	.multi_menu ul li li a {
		padding: 0 0 0 30px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 45px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 60px
	}
	
	.SkinPlugin_icon {
		display: none!important;
	}
	/*foot*/
	.copyright_style {
		float: none;
		text-align: center;
	}
	
	.FooterPane {
		float: none;
		text-align: center;
		padding: 0px 8px 20px;
	}

	.nav_box {display: none;}
	.corp_logo {padding: 0 0 0 15px;}
	.fun_place_l {float: none;width: 100%;}
	.fun_place_r {float: none;width: 100%;padding-left: 0;margin-top: 30px;}
	.fun_place {margin-bottom: 30px;}
	.phone_pager {text-align: center;padding: 0 15px 20px 15px;}
	.font {float: none;display: inline-block;}
	.phone {padding: 0;}
	.phone a {
	color: #fff;
	width: 215px;
	display: block;
	font-size: 12px;
	margin: 10px auto 0;
	padding: 8px 36px;
	background: #8F8BC3;
	-moz-box-shadow:	0px 0px 5px #333; 
	-webkit-box-shadow: 0px 0px 5px #333; 
	box-shadow:	0px 0px 5px #333;
	font-family: 'pt_serifregular';
	float: none;
}
	.body_bg,#dnn_wrapper {background-size: contain;}
	.location_text {margin-top: 30px;}
	.loc_overflow {margin: 0 auto;}
	
	.phone span {
		background: none !important;
		-moz-box-shadow: none !important;
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	    padding: 0 !important;
	    margin: 0 !important;
	    font-size: 36px !important;
	    text-align: center !important;
	    float: none;
	}

}

 @media only screen and (max-width: 307px) {
	.footer_rl {float: none;margin: 0;display: inline-block;}
	.footer_rr {float: none;margin-top: 10px;display: inline-block;}
	.footer_r {text-align: center;}
 }




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
/* text-based popup styling */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
}

.mfp-zoom-in {
}
.mfp-zoom-in .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-newspaper {
}
.mfp-newspaper .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s;
	transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content{
	transform: scale(0) rotate(500deg);
	opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-move-horizontal {
}
.mfp-move-horizontal .mfp-content{
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
	transform: translateX(50px);
	opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-move-from-top {
}
.mfp-move-from-top .mfp-content {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
	transform: translateY(-50px);
	opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-3d-unfold {
}
.mfp-3d-unfold .mfp-content {
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
	opacity: 1;
	transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
	transform: rotateY(60deg);
	opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-zoom-out {
}
.mfp-zoom-out .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
	transform: scale(1.3);
	opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}
@keyframes 
hinge {
 0% {
 transform: rotate(0);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 transform: rotate(80deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 40% {
 transform: rotate(60deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 80% {
 transform: rotate(60deg) translateY(0);
 opacity: 1;
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 100% {
 transform: translateY(700px);
 opacity: 0;
}
}

.hinge {
	animation-duration: 1s;
	animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}
 
.services_lp .liveaccdefault .ui-accordion .ui-accordion-header a {background: #87C76B;}

.DnnModule-1146 .LiveForm.Default {
	border:none !important;
	padding: 0 !important;
	border-radius: 0 !important;

}
.DnnModule-1146 label {font-weight: normal !important;font-size: 14px;font-family: 'pt_sansregular';}
.DnnModule-1146 .LiveForm.Default input[type="text"], .LiveForm.Default input[type="password"], .LiveForm.Default select {height: 31px !important;}
.DnnModule-1146 .LiveForm.Default input, .LiveForm.Default select, .LiveForm.Default textarea {
	border:none !important;
	border-radius: 0 !important;
	background: #EBECF4 !important;
}

.DnnModule-1146 .Required .Field-Container {position: relative;}

.DnnModule-1146 .Required .Field-Container:before {
	content: "";
	width: 11px;
	height: 9px;
	background: url(images/input_required.png) no-repeat 0 0;
	position: absolute;
	right: -13px;
	top: 0;
}
.DnnModule-1146 .LiveForm .Field.FieldSpacing, .LiveForm .Field.Heading {padding: 7px 0 !important;}
.DnnModule-1146 .LiveForm.Default ul li {margin-right: 15px !important;}
.DnnModule-1146 .plupload_filelist_header, .plupload_filelist_footer {padding: 5px 0 !important;background: none !important;}
.DnnModule-1146 .plupload_disabled, a.plupload_disabled:hover {color: #737373 !important;}
.DnnModule-1146 .plupload_container {border:none !important;}
.DnnModule-1146 .LiveForm.Default input.bSubmit {
	padding: 13px 22px 10px !important;
	margin: 15px 0 0 0 !important;
	color: #fff !important;
	background: #908CC4 !important;
	font-family: 'pt_sansregular';
}






.DnnModule-1194 .LiveForm.Default {
	border:none !important;
	padding: 0 !important;
	border-radius: 0 !important;
}
.DnnModule-1194 label {font-weight: normal !important;font-size: 14px;font-family: 'pt_sansregular';}
.DnnModule-1194 .LiveForm.Default input[type="text"], .LiveForm.Default input[type="password"], .LiveForm.Default select {height: 31px !important;}
.DnnModule-1194 .LiveForm.Default input, .LiveForm.Default select, .LiveForm.Default textarea {
	border:none !important;
	border-radius: 0 !important;
	background: #EEF1F5 !important;
}

.DnnModule-1194 .Required .Field-Container {position: relative;}

.DnnModule-1194 .Required .Field-Container:before {
	content: "";
	width: 11px;
	height: 9px;
	background: url(images/input_required.png) no-repeat 0 0;
	position: absolute;
	right: -13px;
	top: 0;
}
.DnnModule-1194 .LiveForm .Field.FieldSpacing, .LiveForm .Field.Heading {padding: 2px 0 !important;}
.DnnModule-1194 .LiveForm.Default ul li {margin-right: 15px !important;}
.DnnModule-1194 .plupload_filelist_header, .plupload_filelist_footer {padding: 5px 0 !important;background: none !important;}
.DnnModule-1194 .plupload_disabled, a.plupload_disabled:hover {color: #737373 !important;}
.DnnModule-1194 .plupload_container {border:none !important;}
.DnnModule-1194 .LiveForm.Default input.bSubmit {
	padding: 13px 22px 10px !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
	background: #95BE5F !important;
	font-family: 'pt_sansregular';
}
.DnnModule-1194 .LiveForm.Default .Field > label {margin-bottom: 2px !important;}

#livefrom_emp .LiveForm.Default {
	border:none !important;
	padding: 0 !important;
	border-radius: 0 !important;

}
#livefrom_emp label {font-weight: normal !important;font-size: 14px;font-family: 'pt_sansregular';}
#livefrom_emp .LiveForm.Default input[type="text"], .LiveForm.Default input[type="password"], .LiveForm.Default select {height: 31px !important;}
#livefrom_emp .LiveForm.Default input, .LiveForm.Default select, .LiveForm.Default textarea {
	border:none !important;
	border-radius: 0 !important;
	background: #EBECF4 !important;
}

#livefrom_emp .Required .Field-Container {position: relative;}

#livefrom_emp .Required .Field-Container:before {
	content: "";
	width: 11px;
	height: 9px;
	background: url(images/input_required.png) no-repeat 0 0;
	position: absolute;
	right: -13px;
	top: 0;
}
#livefrom_emp .LiveForm .plupload_filelist_footer {height: auto !important;}
#livefrom_emp .LiveForm .Field.FieldSpacing, .LiveForm .Field.Heading {padding: 7px 0 !important;}
#livefrom_emp .LiveForm.Default ul li {margin-right: 15px !important;}
#livefrom_emp .plupload_filelist_header, .plupload_filelist_footer {padding: 5px 0 !important;background: none !important;}
#livefrom_emp .plupload_disabled, a.plupload_disabled:hover {color: #737373 !important;}
#livefrom_emp .plupload_container {border:none !important;}
#livefrom_emp .LiveForm.Default input.bSubmit {
	padding: 13px 22px 10px !important;
	margin: 15px 0 0 0 !important;
	color: #fff !important;
	background: #908CC4 !important;
	font-family: 'pt_sansregular';
}

#livefrom_con .LiveForm.Default {
	border:none !important;
	padding: 0 !important;
	border-radius: 0 !important;
}
#livefrom_con label {font-weight: normal !important;font-size: 14px;font-family: 'pt_sansregular';}
#livefrom_con .LiveForm.Default input[type="text"], .LiveForm.Default input[type="password"], .LiveForm.Default select {height: 31px !important;}
#livefrom_con .LiveForm.Default input, .LiveForm.Default select, .LiveForm.Default textarea {
	border:none !important;
	border-radius: 0 !important;
	background: #EEF1F5 !important;
}

#livefrom_con .Required .Field-Container {position: relative;}

#livefrom_con .Required .Field-Container:before {
	content: "";
	width: 11px;
	height: 9px;
	background: url(images/input_required.png) no-repeat 0 0;
	position: absolute;
	right: -13px;
	top: 0;
}
#livefrom_con .LiveForm .Field.FieldSpacing, .LiveForm .Field.Heading {padding: 2px 0 !important;}
#livefrom_con .LiveForm.Default ul li {margin-right: 15px !important;}
#livefrom_con .plupload_filelist_header, .plupload_filelist_footer {padding: 5px 0 !important;background: none !important;}
#livefrom_con .plupload_disabled, a.plupload_disabled:hover {color: #737373 !important;}
#livefrom_con .plupload_container {border:none !important;}
#livefrom_con .LiveForm.Default input.bSubmit {
	padding: 13px 22px 10px !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
	background: #95BE5F !important;
	font-family: 'pt_sansregular';
}
#livefrom_con .LiveForm.Default .Field > label {margin-bottom: 2px !important;}
.auto_responder {font-size: 18px;color: #a8d34e;}


.loginContent {margin-top: 45px;}
.contentmain1 .loginContent {margin-top: 0 !important;}


@-moz-document url-prefix() {#top_menu > div > ul > li > a > span { font-size: 12px !important; }}