@import url( bootstrap.css );
@import url( font_new.css );
@import url( dzscalendar.css );
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.eot');
    src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff'),*/
         url('fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        /* url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),*/
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
        /* url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff'),*/
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoblack';
    src: url('fonts/roboto-black-webfont.eot');
    src: url('fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
        /* url('fonts/roboto-black-webfont.woff2') format('woff2'),
         url('fonts/roboto-black-webfont.woff') format('woff'),*/
         url('fonts/roboto-black-webfont.ttf') format('truetype'),
         url('fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CSS Document */



#Body {
	color: #222222;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
	background: #fff;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 16px 'robotoregular',Arial, Helvetica, sans-serif; 
	color: #222222;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
	font-size: 16px;
}

header,
f nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	color:#052B48;
}

A:active {
	color:#052B48;
	text-decoration: underline;
}

A:visited {
	color:#052B48;
	text-decoration: underline;
}

A:hover {
		text-decoration: underline;
}

A:focus {
	outline: none;
	-moz-outline: underline;
}

h1 {
	color:#052B48;
	font-family: 'robotoregular',Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:#052B48;
	font-family:'robotoblack',Arial, Helvetica, sans-serif;
	font-size:35px;
	line-height:1.2;
	font-weight:normal;
	letter-spacing: normal;
	margin: 0 0 10px 0;
}

h3 {
	color:#052B48;
	font-family:'robotoblack',Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:1.2;
	font-weight:normal;
	letter-spacing: normal;
	margin: 0 0 10px 0;
}

h4 {
	color:#000000;
	font-family:'robotoregular',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:'robotoregular',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 {
	font-family: 'robotoregular',Arial, Helvetica, sans-serif, sans-serif;
	font-weight: normal;
	line-height: 1.5;
}


/**************** 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 ************** */

.Full_Screen_PaneA{
	background: #E9EAEB;
	padding: 42px 0;
}

.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: 12px;
	text-transform: capitalize;
	color: #56565B;
	line-height: 1.2
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: none;
}

.Breadcrumb_bg {
	margin-bottom: 25px;
}
.breadcrumbRight {
	line-height: 1.5;
}
.breadcrumbRight .glyph-home {
	color: #949698;
	font-size: 14px;
}
.breadcrumbRight .bread_Connect {
	font-size: 18px;
	padding: 0 10px;
}

 @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_layout2 {
	width: 1080px;
	margin: 0px auto;
	
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}


#header_slide{
		position:absolute;
		top:0;
		right:0;
		width:55px;
		text-align:center;
		cursor:pointer;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		display: none\9;
	}
	#header_slide span {
		width:36px;
		height:36px;
		display:block;
		position:relative;
		margin: 0 auto;
		z-index:-1;
		filter:alpha(opacity= 100 );
		opacity: 1;
	}
	#header_slide:before,
	#header_slide:after {
		content:"";
		height:0px;
		width:24px;
		overflow:hidden;
		border-top:2px solid #fff;
		position:absolute;
		top:28px;
		left:14px;
		transform:rotate(45deg);
		-ms-transform:rotate(45deg); /* IE 9 */
		-moz-transform:rotate(45deg); /* Firefox */
		-webkit-transform:rotate(45deg); /* Safari and Chrome */
		-o-transform:rotate(45deg); /* Opera */
		transition: 		all ease-in 500ms;
		-moz-transition: 	all ease-in 500ms; /* Firefox 4 */
		-webkit-transition: all ease-in 500ms; /* Safari and Chrome */
		-o-transition: 		all ease-in 500ms; /* Opera */
		-ms-transition: 	all ease-in 500ms; /* IE9? */
	}
	#header_slide:after {
		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 */
	}
	
	#header_slide.active:before{
		height:11px;
		top:12px;
		border-bottom:2px solid #fff;
		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 */
	}
	#header_slide.active:after{
		top:30px;
		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 */
	}
.homepage.rightmain{
	margin-left:279px;
}
.left-menu.homepage_left {
    z-index: 50;
}
#header7 {
		width:279px;
	}
	.header_box {
		width:100%;
		box-sizing:				content-box;
		-moz-box-sizing: 		content-box;
		-webkit-box-sizing: 	content-box;
	}
	.rightmain {
		position:relative;
		z-index:40;
		-webkit-transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
	}
	
	/* Effect 2: Reveal */
.box-effect-2.active,
.box-effect-2.delay{
	overflow:hidden;
	height:auto!important;
}
.box-effect-2.active .rightmain,
.box-effect-2.delay .rightmain{
	box-shadow: 0 0 9px rgba(0,0,0,0.3) ;
	-moz-box-shadow: 0 0 9px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.3);
}
.box-effect-2.active .rightmain {
	-webkit-transform: translate3d(277px, 0, 0);
	transform: translate3d(277px, 0, 0);
	
}
.box-effect-2 .left-menu {
	z-index: 1;
}
.box-effect-2.active .left-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;

}
.box-effect-2.active #header_slide {
	left:279px;
}
.left-menu{
		position:fixed;
		left:0;
		top:0;
		min-height:100%;
		background: #052B48;
		transition:			none;
		-moz-transition: 	none; /* Firefox 4 */
		-webkit-transition:	none; /* Safari and Chrome */
		-o-transition: 		none; /* Opera */
		-ms-transition: 	none; /* IE9? */
}
.left-menu:before{
	content:"";
	background: #052B48;
	position:absolute;
	top:-20%;
	left:0;
	width:100%;
	height:140%;
	z-index:-1;
}

	
/* Effect 3: Push*/
.box-effect-3.active,
.box-effect-3.delay{
	overflow:hidden;
	height:auto!important;
}
.box-effect-3.active .rightmain,
.box-effect-3.delay .rightmain{
}
.box-effect-3.active .rightmain {
	-webkit-transform: translate3d(277px, 0, 0);
	transform: translate3d(277px, 0, 0);
}
.box-effect-3.active .left-menu  {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.box-effect-3 .left-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	z-index:50;
	padding-right:55px;
	margin-left:55px;
	-webkit-transition:-webkit-transform 0.5s , padding  0.5s , margin 0.5s;
	transition: transform 0.5s , padding  0.5s , margin 0.5s;
	padding-right:0 \9;
	margin-left:0 \9;
}
.box-effect-3.active .left-menu {
	visibility: visible;
	padding-right:0px;
	margin-left:0px;
}
.box-effect-3.active #header_slide {
	right:0;
}
/*Login*/




/* Search Style  */
#search.searchBox{
	position: relative;
	    display: block;
	       border-top: 1px solid #273644;
    border-bottom: 1px solid #273644;
}
#search .search,
#search a.search:link,
#search a.search:active,
#search a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 43px;
	height: 43px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0px;
	background: url(images/search_icon.png) 50% 50% no-repeat #006450;
}

#search.searchBox input.NormalTextBox {
	width: 157px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 12px;
	top: 13px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
    color: #262525;
    font-size: 16px;
	vertical-align: middle;
}

#search.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
	height: 43px;
}

#search.searchBox #dnn_dnnSEARCH_ClassicSearch{
    background: #fff;
    border: medium none;

    display: block;
    position: relative;
    text-align: left;
    width: 217px;
    height: 43px;
    margin: 33px auto;
 
}

#search.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	 left: auto;
    right: 8px !important;
    top: 46px !important;
    z-index: 904;
}

#search.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

#search .dnnSearchBoxPanel,
#search .dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

#search .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: #052B48;
	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 {
	background:#052B48;
	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 {
     text-align: center;
	padding: 32px 0;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.hedaer_minHeight {
	
}

.header_minHeight {
	min-height: 100px;
}

.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */	
/*main menu*/
.dnn_menu {
	position: relative;
	z-index: 904;
}

/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 0px;
	padding:15px 0px;
	clear:both;
}

#dnngo_megamenu .primary_structure{
	position:relative;
	clear:both;
	margin:0; 
	padding:0;
}
#dnngo_megamenu .primary_structure:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
 
#dnngo_megamenu .primary_structure > li {
	list-style: none;
	position: relative;
}
#dnngo_megamenu .primary_structure > li > a {
	display: block;
	padding: 0;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}


#dnngo_megamenu .primary_structure > li > a:hover,
#dnngo_megamenu .primary_structure > li.menu_hover > a ,
#dnngo_megamenu .primary_structure > li.current > a { 
	text-decoration:none;
}
#dnngo_megamenu > div > ul > li > a{
	background:none;
}
#dnngo_megamenu > div > ul > li > a:hover{
}
#dnngo_megamenu > div > ul > li > a > span{
	position:relative;
	color:#ffffff;
	display:block;
	font-size:18px;
	padding:15px 31px;
	text-transform:capitalize;
	font-weight:bold;
}

#dnngo_megamenu > div > ul > li > a > span:after {

}


/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 903;
	margin:0;
	padding:0;
}
#dnngo_megamenu .dnngo_masonrymenu {
	width:100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float:left;
	
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li{
	margin:0px 10px;
}

/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	white-space:nowrap;
	box-shadow:			0 0 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li{
	margin:0;
	padding:0;
	}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	box-shadow:			0 0 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu li a {
	padding: 12px 80px 12px 30px;
}



#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
	border-bottom:1px solid #dbdbdb;
}
#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom:none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	padding: 12px 80px 12px 15px;
	font-size:16px;
	display: block;
	color: #fff;
	text-transform: capitalize;
	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? */
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
	color:#FFF;
	background-color:#69b532;
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before {
	content: "";
	border-right:1px solid #8C8C8C;
	border-bottom:1px solid #8C8C8C;
	width:5px;
	height:5px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin:-2px 0 0 0;
	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 */
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover > a:before  {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}


/*dnngo_boxslide*/

#dnngo_megamenu .dnngo_boxslide {
	background: #FFF;
	box-shadow:			0 0 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: auto;
	text-align:left;
	padding:10px 21px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

#dnngo_megamenu .dnngo_boxslide .clear{
	clear:both;
	overflow:hidden;
	width:100%;
	height:0px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}


#dnngo_megamenu .dnngo_boxslide .menu_leftbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

#dnngo_megamenu .dnngo_boxslide .menu_rightbox {
	float:left;
	padding:0px 15px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
	margin:0;
	padding:0;
	text-align:left;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li{
	list-style:none;
	padding:4px 0px;
	font-size:12px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul{
	padding:10px;
}  
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li {
	display:inline-block;
	vertical-align:top;
	margin-right:-6px;
	padding:5px 10px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

*+html #dnngo_megamenu .dnngo_boxslide .menu_centerbox .dnngo_masonrymenu > ul >li{
	display:inline;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li >  a > span{
	color:#73b317;
	font-size:14px;
	padding-bottom:13px;
	border-bottom:1px solid #d3d3d3;
	display:block;
	margin-bottom:10px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li > a:hover {
	text-decoration:none;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li{
	width:100%!important;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	color: #8C8C8C;
	display:block;
	width:100%;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
	color:#73b317;
	text-decoration:none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span{
	display:block;
 }
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before{
	content:"";
	vertical-align:middle;
	width:5px;
	height:5px; 
	padding:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
	border-right:1px solid #8C8C8C;
	border-bottom:1px solid #8C8C8C;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
	margin:0 5px 2px 0; 

}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before{
	border-left-color:#3b9cf7;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li{
	padding-left:10px;}

#dnngo_megamenu .dnngo_boxslide .menu_topbox {
	width: 100%;
}

#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
	width: 100%;
}

#dnngo_megamenu .mega_title {
	font-size:14px!important;
	font-weight:normal;
	padding:10px 0 5px;
	line-height:1.2;
	color:#73b317;

}
#dnngo_megamenu .social-icons {
	margin:15px 0;
}
#dnngo_megamenu .social-icons a{
	font-size:22px!important;
	color:#c1c1c1;
}
#dnngo_megamenu .social-icons a:hover{
	color:#69b532;
}


#dnngo_megamenu .menu_leftbox .dividers_1 {
	margin-bottom:10px;
}


/*color*/

#dnngo_megamenu .dnngo_slide_menu ,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu,
#dnngo_megamenu .dnngo_boxslide{
	background-color:#FFFFFF;
}

#dnngo_megamenu .dnngo_slide_menu li,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox  .dnngo_masonrymenu > ul > li >  a > span{
	border-bottom:1px solid #dbdbdb;
}
#dnngo_megamenu .dnngo_boxslide ,
#dnngo_megamenu .dnngo_slide_menu li a,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	color:#FFF;
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before ,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before{
	border-right:1px solid #777777;
	border-bottom:1px solid #777777;
}
#dnngo_megamenu .dnngo_slide_menu li a:hover, 
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a{
	background-color:#006450;
}
#dnngo_megamenu .dnngo_slide_menu li a:hover, 
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a{
	background-color:#006450;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox  .dnngo_masonrymenu > ul > li >  a > span,
#dnngo_megamenu .mega_title,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover{
	color:#FFF;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before{
	border-right:1px solid #69b532;
	border-bottom:1px solid #69b532;
}
#dnngo_megamenu > div > ul > li > a > span{

}
#dnngo_megamenu > div > ul > li > a:hover > span,
#dnngo_megamenu > div > ul > li.current > a > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span{
	color:#fff;
}
#dnngo_megamenu > div > ul > li > a > span:after{

}
#dnngo_megamenu > div > ul > li > a:hover > span:after,
#dnngo_megamenu > div > ul > li.current > a > span:after,
#dnngo_megamenu > div > ul > li.menu_hover > a > span:after{

}

/**/
#dnngo_megamenu .primary_structure > li >.wrap {
	position:fixed;
	height:100%;
	top:0!important;
	left:279px!important;
	background-color:#252e3d;
	overflow:hidden;
}
#dnngo_megamenu .primary_structure > li > .wrap > .dnngo_menuslide {
	position:static;
	overflow:auto;
	height:100%;
	padding-right: 17px;
}
#dnngo_megamenu .primary_structure > li.menu_hover > a{
	background-color:#252e3d;
}
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu{
	position:static;
	opacity:1!important;

}
#dnngo_megamenu .dnngo_slide_menu{
	width:279px;
}
#dnngo_megamenu  .menu_title {
	color:#929ca5;
	font-size:18px;
	padding:60px 20px 40px;
    text-transform: capitalize;
}
#dnngo_megamenu .dnngo_slide_menu, 
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu, 
#dnngo_megamenu .dnngo_boxslide{
	background-color:transparent;
}
#dnngo_megamenu .dnngo_slide_menu li, 
#dnngo_megamenu .dnngo_boxslide .menu_centerbox .dnngo_masonrymenu > ul > li > a > span{
	border-bottom:none;
}
#dnngo_megamenu .dnngo_slide_menu,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu{
	box-shadow: none;
    -moz-box-shadow: none;
     -webkit-box-shadow: none;
}
#dnngo_megamenu .dnngo_slide_menu li > a{
	position:relative;
}
/* ********** CONTENT ************** */	


#dnn_content {
	padding:0 0 10px 0;
}



/* ********** FOOTER ************** */	

.homepage .footer_box{
	left: 279px;
	width: auto;
}
.box-effect-2.active .footer_box{
	width: auto;
	left: -279px;
}
.footer_box{
	background: #E9EAEB;
	border-top: 2px solid #dddddd;
	bottom: 0;
    left: 0;
   	position: fixed;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 40;
}
.copyright_style {
	padding: 18px 60px 18px 0;
}
.footer_box .copyright_style ul{
	padding: 0;
	margin: 0;
	
}
.footer_box .copyright_style ul li{
	float: left;
	padding-left: 25px;
	background: url(images/footer_icon1.png) 0 3px no-repeat;
	margin-left: 32px;
}
.footer_box .copyright_style ul li.item1{
	margin-left: 0;
}
.footer_box .copyright_style ul li.item2{
	background-image: url(images/footer_icon2.png);
}
.footer_box .copyright_style ul li.item3{
	background-image: url(images/footer_icon3.png);
}
.footer_box .copyright_style ul li.item4{
	background-image: url(images/footer_icon1.png);
}
.footer_box .copyright_style ul li.item5{
	background-image: url(images/footer_icon4.png);
}
.footer_box .copyright_style ul li.item6{
	background-image: url(images/footer_icon5.png);
}
.footer_box .copyright_style ul li,
.footer_box .copyright_style ul li a{
	list-style: none;
	font-size: 16px;
	color: #006450;
	text-transform: uppercase;
}

.FooterPane {
	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: #052B48;
}

.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #56565B;
}

*+html .FooterPane .social-icons {
	display: inline
}

#to_top {
	width: 55px;
	height: 55px;
	text-align: center;
	float: right;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 2%;
	color: #006450;
	cursor: pointer;
	z-index: 1000;
	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? */
	font-family: 'robotomedium';
	text-transform: uppercase;
	padding-top: 20px;
}

#to_top:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin: -2px 0 0 -11px;
	border:10px solid transparent;
    border-bottom:6px solid #006450;
    content: "";

}

#to_top:hover:before {

}






 /*******HTML*********/
 @media only screen and (min-width: 1200px) {

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 10px;
}

.gallery_img ul li img {
	width: 100%;
}



}

@media only screen and (min-width: 1035px) and (max-width: 1300px) {

.dnn_layout {
	width: 736px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

.copyright_style .sep {
	padding: 0px 7px;
}

.footer_box .copyright_style ul li,
.footer_box .copyright_style ul li a {
	font-size: 12px ;
}
.footer_box .copyright_style ul li {
	margin-left: 20px;
}
.Rectangle_l .irff {
	padding-right: 0 !important;
}
.events li {
	min-height: 308px !important;
}
.rectangle_bg {
	margin-bottom: 55px !important;
}
.assistance .btn_style2 {
	position: static !important;
}
	.assistance .btn_style3 {
	position: static !important;
}
.banner_bg .font_style1 {
	font-size: 48px !important;
}
.banner_bg .font_style2 {
	font-size: 25px !important;
}

.feat_news01 {
	margin-top: 60px !important;
}
.feat_news_l .Testimonials_tab .last_page:before,
.feat_news_l .Testimonials_tab .next_page:before {
	top: 6px !important;
}


.LoginTop {right: 40px !important;}
.cle_cart {right: 196px !important;}
#header_slide {left: 230px !important;}
.box-effect-3.active #header_slide {left: 230px !important;}
.Entries_nav .Location_type span, .Entries_nav .Ad_Type_type span, .Entries_nav .Post_Date_type span {padding-right: 20px !important;}
.gallery_img ul li img {max-width: 100%;}
.login_list li a {font-size: 14px !important;}
.UserTop {font-size: 14px !important;}
.LoginTop {font-size: 14px !important;}
.cle_cart2 {right: 355px !important;}
.UserTop {right: 170px !important;}
.adams02 .members {padding: 15px 20px !important;}
.adams .members {padding: 15px 20px !important;}
.rcdc_style {
		padding: 75px 26px 0 !important;
	}
	.rcdc_style .rcdc_cba,
	.rcdc_style .rcdc_cle,
	.rcdc_style .rcdc_yld,
	.rcdc_style .rcdc_cle {
		left: 0;
		right: auto !important;
		width: 50% !important;
	}
	.rcdc_style .rcdc_wmp {
		top: 0 !important;
		width: 50% !important;
	}

.this_we_list {min-height: 295px !important;}
.this_we_list02 {min-height: 320px !important;}

.dzscalendar.skin-lions-square .curr-date .curr-month {font-size: 14px; margin-right: 5px;}
.dzscalendar.skin-lions-square .curr-date .curr-year {font-size: 14px;}
.dzscalendar.skin-lions-square .calendar-controls .arrow-left,
.dzscalendar.skin-lions-square .calendar-controls .arrow-right {
	top: 2px;
}
.dzscalendar.skin-lions-square {padding: 10px;}
.dzscalendar .headerRow {display: none;}








}



@media only screen and (min-width: 768px) and (max-width: 1034px) {
	.dnn_layout {
		width: auto;
	}

	.head_mid,
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	
	.feat_news_01,.feat_news_02,.feat_news_03,.feat_news_04 {
		width: 100% !important;
	}

	.feat_news_01 {
		padding-right: 15px;
	}
	.feat_news_02 {
		padding-left: 15px;
	}
	.feat_news_03 {
		padding-right: 15px;
	}
	.feat_news_04 {
		padding-left: 15px;
	}
	


	.Rectangle_l > ul >li {
		float: none !important;
		margin-bottom: 10px;
	}
	.carousel .owl-pagination {
		text-align: center !important;
		padding: 0 !important;
		top: auto !important;
		bottom: -40px;
	}
	.insidepage,.inside_nobread,.inside_havebread {margin-left: 55px;}
	.box-effect-3.active .insidepage,
	.box-effect-3.active .inside_nobread,
	.box-effect-3.active .inside_havebread {margin-left: 8px;}
	.advance_search .box_wid22 {width: 16% !important;}
	.advance_search .sea_box06 .results_found {text-align: left !important;}
	.copyright_style {margin-left: 55px;}

	.events li {min-height: 333px !important;}
	.gallery_img ul li img {max-width: 100%;}
	.banner_bg3 .font_style3 {font-size: 48px !important;}
	.login_list li a {font-size: 14px !important;display: inline-block;}
	.UserTop {font-size: 14px !important;}
	.LoginTop {font-size: 14px !important;}
	.banner_bg4 .font_style5 {font-size: 48px !important;}
	.banner_bg4 h2 {font-size: 25px !important;}
	.havebread_event li {width: 50% !important;}
	.Additional_Info .green_but > a {padding: 10px 28px 10px 53px !important;}
	.banner_bg5 .font_style6,.banner_bg6 .font_style7 {font-size: 48px !important;}
	.adams02 h3 {padding-right: 88px;}
	.banner_bg8 .font_style9,.banner_bg7 .font_style8 {font-size: 48px !important;}
	
	.gallery_img ul li img {width: 100%;}












}











 @media only screen and (max-width: 767px) {
 	.dnn_login{
 		text-align: center;
 		padding: 10px;

 	}
 	.dnn_login a{
 		color: #fff;
 		font-size: 13px;
 	}
 	.dnn_login a:hover{
 		color: #006450;
 	}
.copy_licen p a{
	padding: 0 !important;
	display: block;
}

.copy_licen{
	text-align: center;
	padding-bottom: 10px !important;
}
	.dnn_layout {
		width: auto;
	}
	.col-sm-8,.col-sm-4 {padding: 0;}
	
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	
	.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;
	}
	
	.homepage.rightmain {
		margin-left: 0;
	}

	.tab-bar {
	    color: #ffffff;
	    position: relative;
	}

	.left-small {
	    border-right: 1px solid #1a1a1a;
	    height: 42px;
	    left: 15px;
	    position: absolute;
	    top: 10px;
	    width: 42px;
	    z-index: 1;
	}

	.tab-bar .menu-icon {
	    color: #ffffff;
	    display: block;
	    height: 42px;
	    padding: 0;
	    position: relative;
	    text-indent: 2.1875rem;
	    transform: translate3d(0px, 0px, 0px);
	    width: 42px;
	    border: 1px solid #273644;
	}

	.tab-bar .menu-icon span:after {
	    box-shadow: 0 0 0 2px #ffffff, 0 7px 0 2px #ffffff, 0 14px 0 2px #ffffff;
	    content: "";
	    display: block;
	    height: 0;
	    left: 8px;
	    margin-top: -7px;
	    position: absolute;
	    top: 50%;
	    width: 25px;
	}

	.tab-bar-section.middle {
	    left: 2.8125rem;
	    right: 2.8125rem;
	}
	.tab-bar-section {
	    height: 2.8125rem;
	    padding: 0 0.625rem;
	    position: absolute;
	    text-align: center;
	    top: 0;
	}

	.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
	    font-size: 1.125rem;
	}
	.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
	    color: #ffffff;
	    font-weight: bold;
	    line-height: 2.8125rem;
	    margin: 0;
	}
	
	.left-off-canvas-menu {
	    background: #333333 none repeat scroll 0 0;
	    bottom: 0;
	    box-sizing: content-box;
	    left: 0;
	    overflow-x: hidden;
	    overflow-y: auto;
	    position: absolute;
	    top: 0;
	    transform: translate(-100%, 0);
		-webkit-transform:translate(-100%, 0);
	    transition: transform 500ms ease 0s;
	    width: 20.625rem;
	    z-index: 1001;
	    -moz-box-shadow:	-3px 0px 6px #222 inset; 
		-webkit-box-shadow: -3px 0px 6px #222 inset; 
		box-shadow:	-3px 0px 6px #222 inset;
	}
	.body_bg.move-right{
		max-width:100%;
		overflow:hidden;
	}
	.body_bg #dnn_wrapper{
	transition: 		transform ease-in 200ms;
	-webkit-transition: transform ease-in 200ms; /* Safari and Chrome */
	}
	.body_bg.move-right #dnn_wrapper{
		transform:translateX(20.640rem);
		-webkit-transform:translateX(20.640rem);
	}

	ul.off-canvas-list {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}

	ul.off-canvas-list li a {
	    border-bottom: 1px solid #262626;
	    color: #c2c2c2;
	    display: block;
	    padding: 0.66667rem;
	    transition: background 300ms ease 0s;
	    text-decoration: none;
	}
	
	ul.off-canvas-list li a:hover {
		background: #242424;
	}
	
	/*.header_bg*/
	.dnn_logo {
		text-align: right !important;
		float: none!important;
		padding: 12px 0px !important;
		position: relative;
	}

	.dnn_logo img {
		max-width: 24%;
	}
	.login_list, .LoginTop, .UserTop {
		display: none;
	}

	.banner_bg {
		padding: 10px 15px !important;
		background: #052B48;
		background-image: none !important;
	}

	.banner_bg .font_style1 {
		font-size: 30px !important;
		line-height: 1.2 !important;
	}
	.banner_bg .font_style2 {
		display: none;
	}
	.banner_bg .btn_style {
		margin: 18px 0 8px 0;
	}

	.btn_style > a {
		width: 100%;
		text-align: center;
	}
	.carousel .owl-pagination {
		text-align: center !important;
		bottom: -45px;
		padding: 0 !important;
		top: auto !important;
	}
	
	
	.carousel {
		margin-bottom: 48px !important;
	}
	.Container-2 .dnntitle {
		text-align: center !important;
	}
	.col_lawyer {
		padding: 20px 15px 0 15px !important;
	}
	.col_lawyer .lawyer_l {
		float: none !important;
		margin-right: 0 !important;
	}
	.col_lawyer .lawyer_l img {
		margin-top: 46px;
	}

	.assistance .btn_style2 {
		position: static !important;
		margin-top: 20px;
	}
	.assistance .btn_style2 > a {
		width: 100%;
		text-align: center;
	}
	 	.assistance .btn_style3 {
		position: static !important;
		margin-top: 20px;
	}
	.assistance .btn_style3 > a {
		width: 100%;
		text-align: center;
	}

	.feat_news_l {
		padding: 0 15px !important;
	}
	.feat_news_l .feat_title  {
		text-align: center;
	}
	.Testimonials_tab .btn_style3 > a {
		text-align: center !important;
	}
	
	.feat_news_l .Testimonials_tab .last_page, 
	.feat_news_l .Testimonials_tab .next_page {
		display: none;
	}

	.Rectangle_l {
		display: none;
	}

	.rectangle_bg {
		background-image: none !important;
		background: #052B48 !important;
		margin-bottom: 0 !important;
	}
	.Rectangle_r {
		margin: 0 !important;
		text-align: center !important;
	}
	
	.Rectangle_r .social_icon {
		display: inline-block;
		float: none !important;
	}

	.copyright_style {
		display: none;
	}
	#to_top {
		display: none !important;
	}
	.footer_box {
		border-top: none;
	}

	.banner_bg3 {
		padding: 10px 15px !important;
		background: #0b4799;
		background-image: none !important;
	}

	.banner_bg3 .font_style3 {
		font-size: 30px !important;
	}
	.assoc_bar h2 {
		font-size: 25px;
	}

	.acba {
		padding: 0 0 30px 0 !important;
	}

	.acba_img, .acba_sub {
		display: none;
	}
	.acba .btn_style4 {
		margin-top: 0 !important;
	}

	.assoc_bar {
		padding: 15px 0 0 0 !important;
	}

	.gallery_img {
		margin: 30px 0 !important;
	}
	.gallery_img h3 {
		text-align: center;
	}
	
	.gallery_img ul li img {
		width: 100%;
	}

	.banner_bg2 {
		margin-left: 0 !important;
		padding: 10px 15px !important;
	}
	.banner_bg2 .font_style4 {
		font-size: 30px !important;
	}
	.advance_search ul li {
		width: 100% !important;
		padding-right: 0 !important;
	}

	.advance_search .sea_box06 .results_found {
		text-align: left !important;
	}

	.but_style {
		text-align: left !important;
	}
	
	.Position {
		width: 33% !important;
		text-align: left !important;
	}
	.Location {
		width: 25% !important;
		text-align: left !important;
	}
	.Ad_Type {
		width: 20% !important;
		text-align: left !important;
	}
	.Post_Date {
		width: 17% !important;
		text-align: left !important;
	}
	.Position_con h3 {
		font-size: 13px !important;
	}
	.Position_con p {
		font-size: 12px !important;
	}

	.Entries_border .Location_con,
	.Entries_border .Ad_Type_con,
	.Entries_border .Post_Date_con {
		font-size: 12px !important;
	}
	.Entries_nav .Location_type span, .Entries_nav .Ad_Type_type span, .Entries_nav .Post_Date_type span {padding-right: 20px !important;}


	.Entries_border .Location_con,
	.Entries_border .Ad_Type_con,
	.Entries_border .Post_Date_con {
		padding-top: 10px !important;
	}

	.banner_bg4 {
		padding: 10px 15px !important;
	}
	.banner_bg4 .font_style5 {
		font-size: 30px !important;
	}
	.banner_bg4 h2 {
		font-size: 18px !important;
	}
	.Additional_Info {
		padding: 30px 0 0 0 !important;
	}
	.resources_01 {padding-left: 0 !important;}


	.banner_bg5 {
		margin-left: 0 !important;
		padding: 10px 15px !important;
	}
	.banner_bg5 .font_style6 {
		font-size: 30px !important;
	}
	.Sidebar_search {
		margin: 20px 0 0 0 !important;
	}

	.tcl_r_list {
		padding: 0 !important;
	}
	.banner_bg6 {
		margin-left: 0 !important;
		padding: 10px 15px !important;
	}
	.banner_bg6 .font_style7 {
		font-size: 30px !important;
	}

	.adams {
		padding: 85px 28px 0 !important;
	}
	.adams .members {
		width: 100%;
	}
	.adams_acba {
		width: 100% !important;
		float: none !important;
		text-align: center;
		padding: 30px 22px !important;
	}
	.adams02 {
		width: 100% !important;
		border-left: none !important;
		border-top: 1px solid #ddd;
		padding: 85px 28px 0 !important;
	}
	.adams02 .members {
		width: 100%;
	}

	.banner_bg7 {
		padding: 10px 15px !important;
		margin-left: 0 !important;
	}
	.banner_bg7 .font_style8 {
		font-size: 30px !important;
	}
	.rcdc_style {
		padding: 75px 26px 0 !important;
	}
	.rcdc_style .rcdc_cba,
	.rcdc_style .rcdc_cle,
	.rcdc_style .rcdc_yld,
	.rcdc_style .rcdc_cle {
		left: 0;
		right: auto !important;
		width: 50% !important;
	}
	.rcdc_style .rcdc_wmp {
		top: 0 !important;
		width: 50% !important;
	}

	.banner_bg8 {
		padding: 10px 15px !important;
		margin-left: 0 !important;
	}
	.banner_bg8 .font_style9 {
		font-size: 30px !important;
	}
	.banner_bg8 .font_style10 {
		font-size: 20px !important;
		padding-bottom: 20px !important;
	}
	.yl_Division .yl_Division_l {
		width: 100% !important;
	}
	.yl_Division {
		padding-bottom: 165px !important;
	}
	.this_we_list {
		width: 100% !important;
		min-height: 0 !important;
	}
	.rcdc_style p {
		padding-right: 0 !important; 
	}
	.rcdc_style .but_posi {
		bottom: 20px !important;
		right: 10px !important;
	}
	
	.title1 {
		font-size: 25px !important;
	}
	.title2 span {
		display: block;
		padding-top: 10px;
		padding-left: 0 !important;
	}
	.assistance {
		padding: 22px 15px !important;
	}
	.feat_news01{
		margin: 40px 15px 0 15px !important;
	}
	


	.feat_news02,.feat_news03 {
		margin: 20px 15px 0 15px !important;
	}
	.feat_news_01,.feat_news_02,.feat_news_03,.feat_news_04 {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.Rectangle_r .Rectangle_text {
		margin: 10px 0 0 0 !important;
	}
	.Rectangle_r a {
		color: #006450;
	}
	.assoc_bar {padding: 15px 15px 0 15px !important;}
	.gallery_img {padding: 0 15px !important;}
	.tcl_r_list ul {padding: 20px 15px !important;}
	.tcl_r_list h3 {padding-left: 15px;}
	.this_we_list02 {width: 100% !important;}
	.Info_havebread {padding: 30px 0 0 0 !important;}
	.play_video a {font-size: 10px !important;padding: 5px !important;}
	.play_video {margin-top: 4px !important;margin-left: -30px !important;}
	.gallery_img ul li {width: 50% !important;}
	.Rectangle_pad {padding: 0 !important;}
	.rectangle_bg {padding-bottom: 0 !important;}
 	.feat_news_03 {padding: 0 15px !important;}








	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -20px;
	}
	
	.mobile_icon .glyphicons {
		background-color: #052B48;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 40px;
		height: 40px;
		line-height: 44px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		margin: 1px 2px;
	}
	
	.mobile_icon.Open .glyphicons:before {
		content: "\E208";
		font-size: 20px;
	}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: #1f1f1f;
		display: none;
		border-top: 1px solid #052B48;
	}
	
	#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: #dbdbdb;
		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 #006450;
		border-right: 2px solid #006450;
	}
	
	.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 #006450;
		border-left: 2px solid #006450;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #006450;
		background-color: #2a2a2a;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #353535;
	}
	
	.multi_menu ul li a:hover {
		color: #006450;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #006450;
	}
	
	.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: #006450;
	}
	
	.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 a:hover {
		color: #006450;
	}
	
	.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;
	}
}

/*Core Owl Carousel CSS File*/

/* clearfix*/
.carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
/* display none until init */
.carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.carousel .owl-item{
	float: left;
}

.carousel .owl-item .item .icon {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 20px;
	position: relative;
}

.carousel .owl-item .item .icon:before {
	content: "";
	width: 100%;
	height: 100%;
	-moz-box-shadow: 0px 0px 0px 30px #fff inset;
	-webkit-box-shadow: 0px 0px 0px 30px #fff inset;
	box-shadow: 0px 0px 0px 30px #fff inset;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-moz-transition: box-shadow 0.3s ease 0s;
	-ms-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	z-index: -1;
}

.carousel .owl-item .item .icon:hover:before {
	-moz-box-shadow: 0px 0px 0px 4px #006450 inset;
	-webkit-box-shadow: 0px 0px 0px 4px #006450 inset;
	box-shadow: 0px 0px 0px 4px #006450 inset;
}
/* Change Images for Member Resources on Homepage - images saved in Portals>COBAR>Skins>Cobar>Images */
.carousel .owl-item .item .item1 {
	background: url(images/briefcase.png) no-repeat center center;
}

.carousel .owl-item .item .item2 {
	background: url(images/users.png) no-repeat center center;
}

.carousel .owl-item .item .item3 {
	background: url(images/handshake.png) no-repeat center center;
}

.carousel .owl-item .item .item4 {
	background: url(images/balance-scale.png) no-repeat center center;
}

.carousel .owl-item .item .item5 {
	background: url(images/university.png) no-repeat center center;
}

.carousel .owl-item .item .item6 {
	background: url(images/gavel.png) no-repeat center center;
}

.carousel .owl-item .item .item7 {
	background: url(images/CLE.png) no-repeat center center;
}
.carousel .owl-item .item .item8 {
	background: url(images/MGMT.jpg) no-repeat center center;
}
.carousel .owl-item .item .item9 {
	background: url(images/Checkmark.png) no-repeat center center;
}
.carousel .owl-item .item .item10 {
	background: url(images/community.jpg) no-repeat center center;
}
.carousel .owl-item .item .item11 {
	background: url(images/COVID.jpg) no-repeat center center;
}
.carousel .owl-item .item .item12 {
	background: url(images/Podcast.jpg) no-repeat center center;
}
.carousel .owl-item .item .item13 {
	background: url(images/Diversity_Icon.jpg) no-repeat center center;
}
.carousel .owl-item .item .item14 {
	background: url(images/KnowledgeHub.png) no-repeat center center;
}	

.carousel .owl-item .item .item15{
	background: url(images/CODACCI.png) no-repeat center center;
}
.carousel .owl-item .item .tit_font {
	font-size: 16px;
	font-family: 'robotomedium';
	text-transform: uppercase;
	color: #006450;
}

.carousel .owl-item .item a:hover {
	text-decoration: none;
}

.carousel .owl-pagination {
	text-align:right;
	padding:0 94px 0 0;
	position:absolute;
	top:-55px;
	left:0;
	width:100%;
	display: none;
}
.carousel .owl-page{
	cursor: pointer;
	width:12px;
	height:12px;
	background: #e8e8e8;
	margin:0 5px;
	display:inline-block;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel .owl-pagination .active {
	background: #052B48;
}


.carousel .owl-page.active{
 }

.carousel .owl-buttons .owl-prev,
.carousel .owl-buttons .owl-next{
	position:absolute;
	left:-30px;
	top:50%;
	width:34px;
	height:34px;
	line-height:34px;
	font-size:0px;
	text-align:center;
	cursor:pointer;
	margin:-17px 0 0 0;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.carousel .owl-buttons .owl-next{
	left:auto;
	right:-30px;
}

.carousel .owl-buttons .owl-prev:before,
.carousel .owl-buttons .owl-next:before{
	content:"";
	border-left:2px solid #2e2e2e;
	border-bottom:2px solid #2e2e2e;
	width:8px ;
	height:8px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-3px 0 0 -3px;
	font-size:20px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);}

.carousel .owl-buttons .owl-next:before{
	border-left:none;
	border-right:2px solid #2e2e2e;
	margin-left:-4px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	-moz-transform:rotate(-45deg); 
	-webkit-transform:rotate(-45deg); 
	-o-transform:rotate(-45deg); 
}
.carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel .owl-buttons .owl-prev:hover,
.carousel .owl-buttons .owl-next:hover{
}
.carousel .owl-buttons .owl-prev:hover:before{
}
.carousel .owl-buttons .owl-next:hover:before{
	border-left:none;
}

.carousel .grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

.carousel  .owl-wrapper,
.carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.carousel{
	display:none;
} 
.carousel img {
	max-width:100%;
}

.carousel_1 .item {
	text-align:center;
	padding:0 5px;
}

.carousel_1 .ico{
	width:68px;
	height:68px;
	background:#2e2e2e;
	border:2px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	text-align:center;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
	margin:auto;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}


.carousel_1 .ico .glyphicons,
.carousel_1 .ico .socia{
	width:60px;
	height:59px;
	line-height:60px;
	background:#2e2e2e;
	display:block;
	color:#FFF;
	font-size:20px;
	border:4px solid #2e2e2e;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	box-sizing:				content-box;
	-moz-box-sizing: 		content-box;
	-webkit-box-sizing: 	content-box;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}

.carousel_1 h3 {
	font-weight:normal;
	color:#3d3f40;
	font-size:19px;
	margin: 10px 0;
}
.carousel_1 a.Button_normal{
	margin:10px 0 0 ;
}

.carousel_1 .item:hover .ico{
 }


.carousel_1 .item:hover .ico .glyphicons,
.carousel_1 .item:hover .ico .socia{
	border:4px solid #FFF;
}
.carousel_1 .item:hover a.Button_normal{
}
.carousel_1 .item:hover h3  {
}

.carousel_2,
.carousel_4{
	margin-bottom:50px;
}




.carousel_2 .owl-buttons .owl-prev,
.carousel_2 .owl-buttons .owl-next,
.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	width:30px;
	height:60px;
	margin-top:-30px;
	border:none;
	background-color:#e8e8e8;
	border-radius:			0;
	-moz-border-radius:		0;
	-webkit-border-radius:	0;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
.carousel_4 .owl-buttons .owl-prev:hover,
.carousel_4 .owl-buttons .owl-next:hover {
	background: #dcdcdc;
}


.carousel_2 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-prev{
	left:0;
}
.carousel_2 .owl-buttons .owl-next,
.carousel_4 .owl-buttons .owl-next{
	right:0;
}
.carousel_2 .owl-buttons .owl-prev:before,
.carousel_2 .owl-buttons .owl-prev:hover:before,
.carousel_4 .owl-buttons .owl-prev:before,
.carousel_4 .owl-buttons .owl-prev:hover:before{
	border:10px solid transparent;
    border-top:8px solid #fff;
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    margin-left: -5px;
    margin-top: -7px;
    top: 50%;
    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 */
}
.carousel_2 .owl-buttons .owl-next:before,
.carousel_2 .owl-buttons .owl-next:hover:before,
.carousel_4 .owl-buttons .owl-next:before,
.carousel_4 .owl-buttons .owl-next:hover:before{
	border:10px solid transparent;
    border-top:8px solid #fff;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-top: -7px;
    top: 50%;
    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 */
}



.carousel_3 {
	margin-bottom:40px;
}
.carousel_3 .item {
	margin:0px 15px ;
	border:1px solid #e4e4e4;
	background:#FFF;
	text-align:center;
	padding-bottom:20px;
	color:#999999;
	margin-bottom:1px;
}
.carousel_3 .item h3 {
	margin:25px 0 5px;
	font-size:15px;
	color:#666666;

}
.carousel_3 .owl-buttons .owl-prev,
.carousel_3 .owl-buttons .owl-next{
	top:100%;
	left:50%;
	margin:20px 0px 0px -40px;
	width:30px;
	height:30px;
	
}
.carousel_3 .owl-buttons .owl-next{
	top:100%;
	left:50%;
	margin:20px -40px 0px 0px;
}

.carousel_3 .pic{
	margin:-1px;
	position:relative;
}
.carousel_3 .pic a img {
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_3  .item:hover .pic a img{
	filter:alpha(opacity=50);
	opacity:0.5;
}
.carousel_3 .pic a:after{
	content:"";
	width:64px;
	height:64px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-32px 0 0 -32px;
	background:url(images/carousel_ico.png) no-repeat center center;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
	filter:alpha(opacity=0);
	opacity:0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_3 .item:hover .pic a:after{
	filter:alpha(opacity=100);
	opacity:1;
}
 

.carousel_4{
	margin-bottom:20px !important;
}
.carousel_4 .owl-buttons .owl-prev,
.carousel_4 .owl-buttons .owl-next{
	
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4:hover .owl-buttons .owl-prev,
.carousel_4:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);
	opacity:1;
}
.carousel_4 .item {
	text-align:center;
	margin:auto 10px;
	position:relative;
	overflow:hidden;
}
.carousel_4 .sliding {
	position:absolute;
	background-color:#000;
	background-color:rgba(0,0,0,0.7);
	top:100%;
	left:0px;
	margin-top:-50px;
	text-align:center;
	height:100%;
	padding:0px 15px;
	color:#FFF;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4 .sliding h3 {
	color:#FFF;
	font-size:15px;
	padding:10px 0 3px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.carousel_4 .sliding a,
.carousel_4 .sliding a:link,
.carousel_4 .sliding a:active,
.carousel_4 .sliding a:visited {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none 
}
.carousel_4 .sliding a:hover {
	color:#FFFFFF;
	text-decoration: none
}

.carousel_4 .item:hover .sliding {
	top:0;
	margin-top:0;
	filter:alpha(opacity=95);
	opacity:0.95;
}
.carousel_4 .item:hover .sliding h3 {
	margin-top:5%;
}






/* home page */

.page_height {
	height: 30px;
}

.page_height2 {
	height: 60px;
}

.banner_bg{
	background-position: 0 0;
	background-color: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 105px 84px 65px;
	position: relative;
}
.banner_bg .font_style1{
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
	line-height: 1.5;
	font-family: 'robotoblack';
}
.banner_bg .font_style2{
	font-size: 30px;
	    font-family: 'robotolight';
	    color: #fff;
	    padding-bottom: 45px;
}
.btn_style > a{
	display: inline-block;
	font-size: 23px;
	color: #fff;
	padding: 13px 28px 13px 88px;
	background: #006450;
	position: relative;
}
/* Original btn style with #FFF
.btn_style > a > span{
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: url(images/btn_icon.png) 50% 50% no-repeat #FFF;
}
*/.btn_style > a > span{
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: url(images/btn_icon.png) 50% 50% no-repeat;
}
.btn_style > a:hover{
	text-decoration: none;
}
.btn_style > a:hover{
	background-color: #006450;
}
.btn_style > a:hover > span{
	background-color: #78ada2;
}

.col_lawyerone {padding: 20px 0 0 0 !important;}
.col_lawyer {
	padding: 30px 0 0 0;
}
.col_lawyer .lawyer_l {
	float: left;
	position: relative;
	text-align: center;
	margin-right: 25px;
}
.col_lawyer .lawyer_l .lawyer_date {
	font-size: 16px;
	background: #052B48;
	color: #fff;
	font-family: 'robotoregular';
	font-style: italic;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

.col_lawyer .lawyer_l  .lawyer_issue {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -58px;
	text-align: center;
}
.col_lawyer .lawyer_l  .lawyer_issue a {
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	line-height: 2.5;
	display: block;
	background: #006450;
}
.col_lawyer .lawyer_l  .lawyer_issue a:hover {
	text-decoration: none;
	background: #006450;
}

.col_lawyer .lawyer_r {
	
}
.col_lawyer .lawyer_r .lawyer_p {
	padding-top: 8px;
}
.col_lawyer .lawyer_r .lawyer_p p {
	font-size: 16px;
	color: #052B48;
	margin: 0;
	padding: 0;
}
.col_lawyer .lawyer_r .lawyer_p .lawyer_ap {
	padding-top: 5px;
	line-height: 1.5;
}
.col_lawyer .lawyer_r .lawyer_p .lawyer_ap a {
	font-size: 16px;
	font-family: 'robotomedium';
	color: #052B48;
}
.col_lawyer .lawyer_r .lawyer_p .lawyer_ap a:hover {
	color: #006450;
}

.assistance {
	margin: 60px 0px;
	background: #E9EAEB;
	padding: 22px 25px 22px 22px;
	position: relative;
}
.assistance .assistance_h {
	font-size: 18px;
	font-family: 'robotoblack';
	margin: 0;
	padding: 0;
}
.assistance .assistance_p {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.assistance .btn_style2 {
	position: absolute;
	right: 25px;
	top: 24px;
	
}
.assistance .btn_style2 > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 28px 10px 68px;
  background: #006450;
  position: relative;
}
.assistance .btn_style2 > a > span {
  display: block;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(images/ass_icon.png) 50% 50% no-repeat #78ada2;
  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? */
}
.assistance .btn_style2 > a:hover {
  background-color: #006450;
  text-decoration: none;
}
.assistance .btn_style2 > a:hover span {
	background: url(images/ass_icon.png) 50% 50% no-repeat #78ada2;
}
	

/*new button */

.assistance .btn_style3 {
	position: absolute;
	right: 25px;
	top: 24px;
	
}
.assistance .btn_style3 > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 28px 10px 68px;
  background: #006450;
  position: relative;
}
.assistance .btn_style3 > a > span {
  display: block;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(images/Envelope.png) 50% 50% no-repeat #78ada2;
  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? */
}
.assistance .btn_style3 > a:hover {
  background-color: #006450;
  text-decoration: none;
}
.assistance .btn_style3 > a:hover span {
	background: url(images/envelope.png) 50% 50% no-repeat #78ada2;
}
.events {
	margin-top: 15px;
	border-top: 1px solid #DFDDD6;
	border-left: 1px solid #DFDDD6;
}
.events ul {
	margin: 0;
	padding: 0;
}
.events li {
	list-style-type: none;
	width: 33.333%;
	float: left;
	border-right: 1px solid #DFDDD6;
	border-bottom: 1px solid #DFDDD6;
	padding: 15px 17px 0;
	min-height: 250px;
}
.events li h3 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.events li h3 a {
	color: #56565B;
	font-family: 'robotomedium';
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}
.events li p {
	color: #56565B;
	font-size: 14px;
	font-family: 'robotomedium';
}
.events_time {
	margin-top: 20px;
	position: relative;
	padding-left: 25px;
}
.events_time:before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(images/events_icon1.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.events_site {
	position: relative;
	padding-left: 25px;
}
.events_site:before {
	content: "";
	width: 17px;
	height: 19px;
	background: url(images/events_icon2.png) no-repeat center 0;
	position: absolute;
	left: 0;
	top: 0;
}


.Testimonials_tab {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 20px;
	transition: height ease-in 200ms;
	-moz-transition: height ease-in 200ms; /* Firefox 4 */
	-webkit-transition: height ease-in 200ms; /* Safari and Chrome */
	-o-transition: height ease-in 200ms; /* Opera */
	-ms-transition: height ease-in 200ms; /* IE9? */
}

 
.Testimonials_tab li {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	list-style: none;
}

.feat_news_l {

}

.feat_news_l .Testimonials_tab .last_page,
.feat_news_l .Testimonials_tab .next_page {
	position: relative;
	z-index:15;
	float: right;
}

.feat_news_l .Testimonials_tab .last_page:before,
.feat_news_l .Testimonials_tab .next_page:before {
	border:10px solid transparent;
    border-top:10px solid #e0dedb;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: -26px;
    width: 0;
    transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.feat_news_l .Testimonials_tab .last_page:before {
	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 */
}
.feat_news_l .Testimonials_tab .next_page:before {
	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 */
}

.feat_news_l .Testimonials_tab .last_page {
	right: 28px;
}

.feat_news_l .Testimonials_tab .last_page:hover:before,
.feat_news_l .Testimonials_tab .next_page:hover:before {
    border-top-color:#006450;
}

.Testimonials_tab .dot {
	position: absolute;
	bottom: 0;
}

.Testimonials_tab .dot a {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 2px solid #606060;
	margin: 0 3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 0;
	text-indent: -999px;
	vertical-align: middle
}

*+html .Testimonials_tab .dot a {
	display: inline;
}

.Testimonials_tab .dot a.actived {
	background: #606060;
	width: 10px;
	height: 10px;
}

.feat_news02,.feat_news03 {
	background: #E9EAEB;
	margin-top: 20px;
	padding: 20px 22px;
}
.feat_news01 {
	background: #E9EAEB;
	margin-top: 20px;
	padding: 20px 22px;
}
.feat_news01 p,.feat_news02 p,.feat_news03 p {
	margin: 0;
	font-size: 12px;
}
.feat_news01 h3,.feat_news02 h3,.feat_news03 h3 {
	margin: 0;
	padding: 10px;
	line-height: 1;
}

.feat_news01 h3 a,.feat_news02 h3 a,.feat_news03 h3 a {
	font-size: 16px;
	font-family: 'robotomedium';
	font-weight: 400;
	color: #56565B;
	text-decoration: underline;
}

.feat_news01 h3 a:hover,.feat_news02 h3 a:hover,.feat_news03 h3 a:hover {
	color: #006450;
}
.feat_news01 .industry {
	margin-top: 10px;
	margin-bottom: 10px;
}
.feat_news02 .Section,.feat_news03 .Section {
	font-size: 16px;
	font-family: 'robotolight';
	margin-top: 8px;
	margin-bottom: 8px;
	letter-spacing: 0.8px;
	word-spacing: 1px;
}
.feat_news02 .events_time,.feat_news02 .events_site {
	margin-top: 10px;
}

.Testimonials_tab .btn_style3 {
	margin-top: 32px;
}
.Testimonials_tab .btn_style3 > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 28px 10px 68px;
  background: #006450;
  position: relative;
  width: 100%;
  text-align: right;
}
.Testimonials_tab .btn_style3 > a > span {
  display: block;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(images/btn_icon.png) 50% 50% no-repeat #78ada2;
  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 .btn_style3 > a:hover {
  background-color: #006450;
  text-decoration: none;
}
.Testimonials_tab .btn_style3 > a:hover span {
	background: url(images/btn_icon.png) 50% 50% no-repeat #78ada2;
}

.feat_title {
	font-size:25px; 
	line-height:1; 
	color:#949698; 
	white-space:normal; 
	vertical-align:middle; 
	font-weight:normal; 
	padding:0px; 
	margin:0px;    
	font-family: 'robotoblack',arial;
}

.rectangle_bg {
	background: url(images/rectangle_bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding-bottom: 68px;
}

.Rectangle_pad {padding: 68px 0 0px;}
.Rectangle_l {
	border-top: 3px solid #006450;
	padding: 15px 0 0 0;
}

.Rectangle_l li {
	list-style-type: none;
}

.Rectangle_l > ul >li {
	float: left;
}
.Rectangle_l ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.Rectangle_l .amfy {
	padding-right: 70px;
}
.Rectangle_l .irff {
	padding-right: 70px;
}
.Rectangle_l li a {
	font-size: 14px;
	color: #fff;
}
.Rectangle_l li a:hover {
	text-decoration: none;
}

.Rectangle_l .amfy li,
.Rectangle_l .irff li,
.Rectangle_l .vc li {
	line-height: 1.6;
}

.copy_licen {
	margin-top: 50px;
	padding-bottom: 75px;
	
}
.copy_licen p {
	color: #85909a;
	font-size: 14px;
	font-family: 'robotolight';
	margin: 0;
}
.copy_licen p a {
	padding-left: 32px;
	color: #fff;
	font-weight: 700;
}
.copy_licen p a:hover {
	text-decoration: none;
}
.RowSeventeen_Grid6_Pane1{
	padding: 0 !important;
}
.Rectangle_r {
	text-align: right;
}
.Rectangle_r .Rectangle_phone {
	font-size: 30px;
	color: #006450;
	font-family: 'robotomedium';
	line-height: 1;
	margin: 0;
}
.Rectangle_r .Rectangle_text {
	font-size: 14px;
	font-family: 'robotolight';
	color: #85909a;
	margin: 20px 0 0 0;
}
.Rectangle_r .social_icon {
	margin: 40px 0 0 0;
	float: right;
}
.Rectangle_r .social_icon ul {
	margin: 0;
}
.Rectangle_r .social_icon li {
	float: left;
	list-style-type: none;
	margin-left: 6px;
}
.Rectangle_r .social_icon .fa {
	font-size: 20px;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.Rectangle_r .social_icon .fa-facebook {
	background: #3b5a99;
}
.Rectangle_r .social_icon .fa-twitter {
	background: #25a8e0;
}
.Rectangle_r .social_icon .fa-linkedin {
	background: #127bb7;
}
.Rectangle_r .social_icon .fa-google-plus {
	background: #ce3633;
}
.Rectangle_r .social_icon .fa-youtube {
	background: #ce322e;
}
.login_list ul {
	margin-left: 0;
	margin-bottom: 0;
}
.login_list li {
	list-style-type: none;
	float: left;
	margin-left: 12px;
}
.login_list li a {
	font-size: 16px;
	color: #052B48;
	padding: 10px 13px;
	text-transform: uppercase;
	display: inline-block;
}
.login_list li a .fa {
	font-size: 15px;
	color: #fff;
	margin-right: 8px;
}
.login_list li a:hover {
	background: #052B48;
	text-decoration: none;
}

.login_posit {
	position: relative;
	background: #56565B;
}

.login_posit2 {
	position: relative;
	background: #56565B;
	min-height: 75px;
}
.cle_cart {
	position: absolute;
	top: 16px;
	right: 264px;
}

.cle_cart2 {
	position: absolute;
	top: 16px;
	right: 465px;
}

.cle_cart3 {
	position: absolute;
	top: 16px;
	right: 465px;
}


.LoginTop {
	position: absolute;top: 16px;
	right: 103px;
	padding: 10px 13px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 16px;
}
.LoginTop:hover {
	background: #052B48;
	text-decoration: none;
}

.UserTop {
	position: absolute;top: 16px;
	right: 257px;
	padding: 10px 13px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 16px;
}
.UserTop:hover {
	background: #052B48;
	text-decoration: none;
}

.feat_news_01 {
	width: 68%;
	float: left;
	padding-left: 15px;
}
.feat_news_02 {
	width: 26%;
	float: right;
	padding-right: 15px;
}

.feat_news_03 {
	width: 26%;
	float: left;
	padding-left: 15px;
}
.feat_news_04 {
	width: 68%;
	float: right;
	padding-right: 15px;
}







/* inside page */

.banner_bg2 {
	background-position: 0 0;
	background-color: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 255px 0 68px 143px;
	position: relative;
}
.banner_bg2 .font_style4{
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
	line-height: 1.5;
	font-family: 'robotoblack';
}


.breadcrumbBox {
	margin-top: 30px;
}

.Position {
	width: 52%;
	float: left;
	text-align: left;
}
.Location {
	width: 16%;
	float: left;
	text-align: center;
}
.Ad_Type {
	width: 21%;
	float: left;
	text-align: center;
}
.Post_Date {
	width: 11%;
	float: right;
	text-align: right;
}


.Entries_nav {
	padding-bottom: 5px;
}

.Entries_nav .Position_type span,
.Entries_nav .Location_type span,
.Entries_nav .Ad_Type_type span,
.Entries_nav .Post_Date_type span {
	font-size: 12px;
	color: #56565B;
	position: relative;
}

.Entries_nav a:hover {
	text-decoration: none;
}

.Entries_nav .Location_type span,.Entries_nav .Ad_Type_type span,.Entries_nav .Post_Date_type span {
	padding-right: 30px;
}
.Entries_nav .Location_type span:before,.Entries_nav .Ad_Type_type span:before,.Entries_nav .Post_Date_type span:before {
	border:9px solid transparent;
    border-top:6px solid #e0dedb;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -3px;
    width: 0;
    transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */
	transition: 		border-top-color ease-in 500ms;
	-moz-transition: 	border-top-color ease-in 500ms; /* Firefox 4 */
	-webkit-transition: border-top-color ease-in 500ms; /* Safari and Chrome */
	-o-transition: 		border-top-color ease-in 500ms; /* Opera */
	-ms-transition: 	border-top-color ease-in 500ms; /* IE9? */
}

.Entries_nav .Location_type span:hover:before,
.Entries_nav .Ad_Type_type span:hover:before,
.Entries_nav .Post_Date_type span:hover:before {
	border-top-color: #006450;
	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 */
	right: 0;
	top: 7px;
}

.Entries_border {
	padding: 32px 0;
	border-top: 1px solid #DBD8D1;
}

.Position_con h3 {
	font-size: 25px;
	font-family: 'robotoblack';
	color: #56565B;
	line-height: 1;
	margin: 0;
	padding: 0;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.Position_con p {
	font-size: 16px;
	font-family: 'robotolight';
	color: #56565B;
	line-height: 1.5;
	margin: 8px 0 0 0;
	padding: 0;
}
.Entries_border .Location_con {
	padding-top: 35px;
	color: #56565B;
	font-family: 'robotomedium';
	font-size: 14px;
}
.Entries_border .Ad_Type_con {
	padding-top: 35px;
	color: #56565B;
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 1.2
}
.Entries_border .Post_Date_con {
	padding-top: 35px;
	color: #56565B;
	font-family: 'robotomedium';
	font-size: 14px;
}
.Entries > a > .Entries_border {
	transition: 		all ease-in 300ms;
	-moz-transition: 	all ease-in 300ms; /* Firefox 4 */
	-webkit-transition: all ease-in 300ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 300ms; /* Opera */
	-ms-transition: 	all ease-in 300ms; /* IE9? */
}
.Entries > a:hover .Entries_border {
	background: #fafafa;
}
.Entries > a:hover .Entries_border .Position_con h3 {
	color: #006450;
}
.Entries {
	padding-bottom: 138px;
}
.Annoucement {
	background: #E9EAEB;
	border-top:1px solid #DBD8D1;
	margin-bottom: 50px;
}
.Annoucement p {
	color: #56565B;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding: 22px 0;
	margin: 0;
}
.Annoucement p span a {
	padding-left: 18px;
	color: #78ada2;
	text-transform: uppercase;
}
.Annoucement p span a:hover {
	text-decoration: none;
}




/* inside_page nobread */


.banner_bg3{
	background-position: 0 0;
	background-color: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 199px 0 70px 249px;
	position: relative;
}

.banner_bg3 .font_style3{
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
	line-height: 1.2;
	font-family: 'robotoblack';
}
//* Change color for ABBA local Bar *//
.nobread_top_abba {
	border-bottom: 1px solid #A9A089;
}
.nobread_top_abba .nobread_nav_abba ul {
	margin: 0;
	padding: 0;
}
.nobread_top_abba .nobread_nav_abba ul li {
	list-style-type: none;
	float: left;
}
.nobread_top_abba .nobread_nav_abba ul li a {
	color: #052B48;
	padding: 0 12px;
	line-height: 66px;
	height: 66px;
	display: block;
	font-size: 18px;
}
.nobread_top_abba .nobread_nav_abba ul li a:hover {
	color: #fff;
	background: #052B48;
	text-decoration: none;
}
//*Local Bar Nav *//
.nobread_top {
	border-bottom: 1px solid #E4E2DC;
}
.nobread_top .nobread_nav ul {
	margin: 0;
	padding: 0;
}
.nobread_top .nobread_nav ul li {
	list-style-type: none;
	float: left;
}
.nobread_top .nobread_nav ul li a {
	color: #052B48;
	padding: 0 12px;
	line-height: 66px;
	height: 66px;
	display: block;
	font-size: 18px;
}
.nobread_top .nobread_nav ul li a:hover {
	color: #fff;
	background: #d84e47;
	text-decoration: none;
}
.assoc_bar p {
	font-size: 16px;
	font-family: 'robotolight';
	color: #000000;
	line-height: 1.5;
	padding-top: 5px;
}

.bold_text {
	font-size: 16px;
	font-family: 'robotomedium';
}
.assoc_bar a {
	font-size: 16px;
	font-family: 'robotomedium';
	color: #052B48;
	text-decoration: underline;
}
.assoc_bar ul {
	margin: 0;
	padding: 0;
}
.assoc_bar li {
	list-style-type: none;
	padding-bottom: 15px;
}
.assoc_bar {
	padding: 42px 0;
}
.acba {
	padding: 42px 0 42px 0px;
}
.acba .acba_img {
	padding: 82px 25px;
	border: 1px solid #DDDDDD;
	margin-bottom: 45px;
}
.acba .acba_img img {
	width: 100%;
}
.acba .acba_sub ul {
	margin: 0;
	padding: 0;
}
.acba .acba_sub h3 {
	color: #949698;
}
.acba .acba_sub ul li {
	list-style-type: none;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbd8d1;
	margin-bottom: 15px;
}
.acba .acba_sub ul li:last-child {
	border: none;
}
.acba .acba_sub ul li a {
	font-size: 16px;
	font-family: 'robotomedium';
	color: #d84e47;
	text-transform: uppercase;
}

.acba .btn_style4 {
	margin-top: 32px;
}
.acba .btn_style4 > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 28px 10px 68px;
  background: #d84e47;
  position: relative;
  width: 100%;
  text-align: center;
}
.acba .btn_style4 > a > span {
  display: block;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(images/contact_icon.png) 50% 50% no-repeat #c33f39;
  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? */
}
.acba .btn_style4 > a:hover {
  background-color: #c33f39;
  text-decoration: none;
}
.acba .btn_style4 > a:hover span {
	background: url(images/contact_icon.png) 50% 50% no-repeat #d84e47;
}
.pink_c2 {
	color: #d84e47 !important;
}

.events_time2 {
	margin-top: 20px;
	position: relative;
	padding-left: 25px;
}
.events_time2:before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(images/events_icon3.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.events_site2 {
	position: relative;
	padding-left: 25px;
}
.events_site2:before {
	content: "";
	width: 17px;
	height: 19px;
	background: url(images/events_icon4.png) no-repeat center 0;
	position: absolute;
	left: 0;
	top: 0;
}

.gallery_img {
	margin: 30px 0 90px 0;
}
.gallery_img h3 {
	color: #949698;
}
.gallery_img ul {
	margin: 0;
	padding: 10px 0 0 0;
}
.gallery_img ul li {
	list-style-type: none;
	float: left;
	width: 33.333%;
	overflow: hidden;
}



/* inside page havebread */


.DnnModule-DNNGoMegamenu {
	display: none;
}

.banner_bg4{
	background-position: 0 0;
	background-color: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 145px 0 126px 143px;
	position: relative;
}
.banner_bg4 h2 {
	font-size: 30px;
	font-family: 'robotolight';
	color: #fff;
}

.banner_bg4 .font_style5 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.Announce_01 {
	background: #E9EAEB;
	border-top: 1px solid #DBD8D1;
	padding: 22px 0;
}
.Announce_02 {
	background: #E9EAEB;
	padding: 22px 0;
	margin-top: 8px;
}
.Announce_01 h4 {
	font-size: 18px;
	color: #56565B;
}
.Announce_01 p {
	font-size: 16px;
	font-family: 'robotolight';
	color: #56565B;
	line-height: 1.2;
}
.Announce_01 p a {
	font-family: 'robotomedium';
	font-size: 16px;
	color: #56565B;
	text-decoration: underline;
}
.Announce_02 p {
	font-size: 18px;
	color: #56565B;
	font-weight: bold;
	margin: 0;
}
.Announce_02 p span a {
	color: #006450;
	margin-left: 20px;
	text-transform: uppercase;
}
.Announce_02 p span a:hover {
	text-decoration: none;
}

.Additional_Info {
	padding: 0;
	margin-top: 48px;
}
.Additional_Info ul {
	margin: 0;
	padding: 0;
}
.Additional_Info ul li {
	list-style-type: none;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #56565B;
	margin-bottom: 15px;
}
.Additional_Info ul li:last-child {
	border: none;
}
.Additional_Info ul li a {
	font-size: 16px;
	font-family: 'robotomedium';
	color: #006450;
	text-transform: uppercase;
}
.Additional_Info .green_but {
	margin-top: 32px;
}
.Additional_Info .green_but > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 28px 10px 68px;
  background: #006450;
  position: relative;
  width: 100%;
  text-align: center;
}
.Additional_Info .green_but > a > span {
  display: block;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(images/ass_icon.png) 50% 50% no-repeat #006450;
  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? */
}
.Additional_Info .green_but > a:hover {
	text-decoration: none;
}

.Additional_Info .green_buthover {
	margin-top: 6px;
}
.Additional_Info .green_buthover > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 0px 10px 43px;
  background: #006450;
  position: relative;
  width: 100%;
  text-align: center;
}
.Additional_Info .green_buthover > a > span {
  display: block;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(images/ass_icon.png) 50% 50% no-repeat #006450;
  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? */
}
.Additional_Info .green_buthover > a:hover {
	text-decoration: none;
}


/* tcl_desktop */

.banner_bg5{
	background-position: 0 0;
	background-color: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 258px 0 70px 143px;
	position: relative;
}
.banner_bg5 .font_style6{
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
	line-height: 1.5;
	font-family: 'robotoblack';
}

.col_lawbot {
	padding-bottom: 30px;
	border-bottom: 1px solid #56565B;
}
.Sidebar_search {
	margin: 20px 0 0 0px;
	padding: 0 20px 20px 20px;
	border: 1px solid #dddddd;
}
.Sidebar_search p {
	margin: 20px 0 0 0;
	font-size: 12px;
	color: #56565B;
}
.Sidebar_search .tcl_search {
	padding: 12px 0 11px 10px;
	width: 100%;
	border: 1px solid #dddddd;
	border-right: none;
}
.Sidebar_search span {
	position: relative;
}
.Sidebar_search span a {
	width: 41px;
	height: 41px;
	background: url(images/search_icon.png) no-repeat center center #006450;
	display: block;
	position: absolute;
	top: -13px;
	right: 0;
}
.Sidebar_search .filt_list {
	height: 41px;
	width: 100%;
	border: 1px solid #dddddd;	
}
.Sidebar_search .filt_list {
	background: url(images/tcl_filticon.jpg) no-repeat 0 0;
	background-position: top right;
	-webkit-appearance:none;
	-moz-appearance: normal;     
	appearance: normal;
}



.Sidebar_search .adv_search {
	margin-top: 20px;
	text-align: right;
}
.Sidebar_search .adv_search a {
	color: #56565B;
	text-decoration: underline;
}
.tcl_r_list {
	padding: 0;
	margin-top: 40px;
}
.tcl_r_list h3 {
	margin-bottom: 20px;
}
.tcl_r_list ul {
	margin: 0;
	padding: 20px;
	background: #E9EAEB;
}
.tcl_r_list ul li {
	list-style-type: none;
	line-height: 1;
	padding-bottom: 10px;	
}
.tcl_r_list ul li a {
	font-size: 16px;
	font-family: 'robotomedium';
	color: #56565B;
	text-transform: capitalize;
	line-height: 1.2;
}
.tcl_r_list ul li a:hover {
	color: #006450;
}





/* associations-sections-committees */

.banner_bg6{
	background-position: 0 0;
	background-color: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 202px 0 70px 143px;
	position: relative;
}

.banner_bg6 .font_style7 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
.com_topbor {
	border-top: 1px solid #00a080;
}

.adams02 {
	padding: 25px 28px 0;
	border-left: 1px solid #dddddd;
	position: relative;
	float: right;
	width: 75%;
}
.adams02 p {
	font-size: 16px;
	font-family: 'robotolight';
}
.adams02 .phone_p {
	margin: 20px 0 30px 0;
}
.adams02 .phone_p .fa-phone {
	color: #006450;
	font-size: 18px;
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}
.adams02 .phone_p .phone_num {
	font-size: 14px;
	font-family: 'robotomedium';s
}
.adams02 .phone_p .email_but {
	float: right;
}
.adams02 .phone_p .email_but a {
	color: #fff;
	font-size: 16px;
	padding: 10px 16px;
	line-height: 1;
	background: #052B48;
	text-transform: uppercase;
	font-family: 'robotoregular';
}
.adams02 .phone_p .email_but a:hover {
	text-decoration: none;
	background: #052B48;
}
.adams02 .members {
	font-size: 16px;
	color: #052B48;
	text-align: center;
	display: inline-block;
	line-height: 1.2;
	text-transform: uppercase;
	background: #E9EAEB;
	padding: 20px 26px;
	position: absolute;
	top: 0;
	right: 0;
}

.adams {
	padding: 25px 28px 0;
	border: 1px solid #dddddd;
	position: relative;
}
.adams p {
	font-size: 16px;
	font-family: 'robotolight';
}
.adams .phone_p {
	margin: 20px 0 30px 0;
}
.adams .phone_p .fa-phone {
	color: #006450;
	font-size: 18px;
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}
.adams .phone_p .phone_num {
	font-size: 14px;
	font-family: 'robotomedium';s
}
.adams .phone_p .email_but {
	float: right;
}
.adams .phone_p .email_but a {
	color: #fff;
	font-size: 16px;
	padding: 10px 16px;
	line-height: 1;
	background: #052B48;
	text-transform: uppercase;
	font-family: 'robotoregular';
	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? */
}
.adams .phone_p .email_but a:hover {
	text-decoration: none;
	background: #313e50;
}
.adams .members {
	font-size: 16px;
	color: #052B48;
	text-align: center;
	display: inline-block;
	line-height: 1.2;
	text-transform: uppercase;
	background: #E9EAEB;
	padding: 20px 26px;
	position: absolute;
	top: 0;
	right: 0;
}

.adams_acba {
	float: left;
	width: 25%;
	padding: 89px 22px;
}
.adams_bor {
	border: 1px solid #ddd;
	margin-top: 30px;
}
.adams_acba img {
	max-width: 100%;
}
.aajl_style {
	padding: 28px 26px;
	border: 1px solid #ddd;
	margin-top: 30px;
	position: relative;
}
.aajl_style p {
	font-size: 16px;
	font-family: 'robotolight';
}
.aajl_style .aajl_email a {
	padding: 8px 14px;
	color: #fff;
	background: #052B48;
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	right: 24px;
	bottom: 26px;
}
.aajl_style .aajl_email a:hover {
	background: #313E50;
	text-decoration: none;
}


/* calendar_list_page */

.banner_bg7{
	background-position: 0 0;
	background-color: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 255px 0 70px 143px;
	position: relative;
}

.banner_bg7 .font_style8 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.advance_search h4 {
	font-size: 18px;
}
.advance_search .box_wid23 {
	width: 23%;
}
.advance_search .box_wid22 {
	width: 22%;
}
.advance_search .box_wid14 {
	width: 14%;
}
.advance_search .box_wid13 {
	width: 13%;
}
.advance_search .box_wid9 {
	width: 9%;
}

.advance_search ul {
	margin: 0;
}
.advance_search li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}
.advance_search li:last-child {
	padding: 0;
}
.advance_search .seabox_bor {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	background: url(images/tcl_filticon.jpg) no-repeat 0 0;
	background-position: top right;
	-webkit-appearance:none;
	-moz-appearance: normal;     
	appearance: normal;
}


.advance_search  .inputbox_style {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 10px 5px;
}
.advance_search .sea_box05 {
	margin-top: 34px;
}
.but_style {
	text-align: right;
	margin-top: 34px;
}
.but_style a {
	padding: 9px 14px;
	color: #fff;
	background: #052B48;
	text-transform: uppercase;
	font-size: 16px;
}
.but_style a:hover {
	background: #313E50;
	text-decoration: none;
}
.byweek_but {
	text-align: right;
	margin: 42px 0;
}
.byweek_but .fa {
	font-size: 20px;
}
.byweek_but a {
	background: #E9EAEB;
	padding: 9px 20px 9px 11px;
	color: #d1d0d0;
	cursor: pointer;
}
.byweek_but a span {
	font-family: 'robotoregular';
	font-size: 16px;
	padding-left:10px; 
	text-transform: uppercase;
}
.byweek_but a:hover {
	background: #d5d5d5;
	text-decoration: none;
	color: #E9EAEB;
}

.advance_search .sea_box06 .results_found {
	text-align: right;
	padding-top: 36px;
	font-style: italic;
	color: #85909a;
	font-size: 12px;
}






.rcdc_style {
	padding: 20px 26px;
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 30px;
}
.rcdc_style p {
	font-size: 16px;
	font-family: 'robotolight';
	padding-right: 135px;
}
.rcdc_style ul {
	margin: 0;
}
.rcdc_style li {
	list-style-type: none;
	font-size: 14px;
	font-family: 'robotomedium';
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.rcdc_style .rcdc_time,
.rcdc_style .rcdc_phone,
.rcdc_style .rcdc_site,
.rcdc_style .rcdc_Credit,
.rcdc_style .rcdc_money {
	position: relative;
}
.rcdc_style .rcdc_time:before,
.rcdc_style .rcdc_phone:before,
.rcdc_style .rcdc_site:before,
.rcdc_style .rcdc_Credit:before,
.rcdc_style .rcdc_money:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.rcdc_style .rcdc_time:before {width: 17px; height: 17px; background: url(images/events_icon1.png) no-repeat 0 0;}
.rcdc_style .rcdc_phone:before {width: 19px; height: 16px; background: url(images/calendar-phone.png) no-repeat 0 0;}
.rcdc_style .rcdc_site:before {width: 12px; height: 19px; background: url(images/events_icon2.png) no-repeat 0 0;}
.rcdc_style .rcdc_Credit:before {width: 20px; height: 15px; background: url(images/calendar-check.png) no-repeat 0 0;}
.rcdc_style .rcdc_money:before {width: 10px; height: 18px; background: url(images/calendar-money.png) no-repeat 0 0;}

.rcdc_style .rcdc_cba {
	position: absolute;
	top: 0;
	right: 0;
	width: 132px;
	height: 63px;
	color: #fff;
	background: #d49a10;
	text-transform: uppercase;
	line-height: 63px;
	font-size: 16px;
	text-align: center;
}
.rcdc_style .rcdc_wmp {
	position: absolute;
	top: 63px;
	right: 0;
	width: 132px;
	height: 63px;
	color: #052B48;
	background: #E9EAEB;
	text-transform: uppercase;
	line-height: 63px;
	font-size: 16px;
	text-align: center;
}
.rcdc_style .rcdc_cle {
	position: absolute;
	top: 0;
	right: 0;
	width: 132px;
	height: 63px;
	color: #fff;
	background: #284473;
	text-transform: uppercase;
	line-height: 63px;
	font-size: 16px;
	text-align: center;
}
.rcdc_style .rcdc_yld {
	position: absolute;
	top: 0;
	right: 0;
	width: 132px;
	height: 63px;
	color: #fff;
	background: #d44710;
	text-transform: uppercase;
	line-height: 63px;
	font-size: 16px;
	text-align: center;
}


.rcdc_style .but_posi {
	position: absolute;
	bottom: 38px;
	right: 26px;
}

.bluebut_style a {
	padding: 10px 14px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background: #052B48;
}
.bluebut_style a:hover {
	background: #313e50;
	text-decoration: none;
}
.resources_01 {display: block;}




/* younglawyers_page */


.banner_bg8{
	background-position: 0 0;
	background-color: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 105px 84px 68px 143px;
	position: relative;
}
.banner_bg8 .font_style9{
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
	line-height: 1.5;
	font-family: 'robotoblack';
}
.banner_bg8 .font_style10{
	font-size: 30px;
	    font-family: 'robotolight';
	    color: #fff;
	    padding-bottom: 45px;
}
.btn_style5 > a{
	display: inline-block;
	font-size: 23px;
	color: #fff;
	padding: 13px 28px 13px 88px;
	background: #006450;
	position: relative;
}
.btn_style5 > a > span{
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: url(images/bannerbg8_icon.png) 50% 50% no-repeat #78ada2;
}
.btn_style5 > a:hover{
	text-decoration: none;
}
.btn_style5 > a:hover{
	background-color: #006450;
}
.btn_style5 > a:hover > span{
	background-color: #78ada2;
}

.yl_Division .yl_Division_l {
	width: 58%;
	display: inline-block;
	float: left;
	padding-right: 32px;
}
.yl_Division {
	padding-bottom: 96px;
	position: relative;
}
.yl_Division .yl_Division_r {
	width: 42%;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.play_video {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 35px;
    margin-left: -35px;
}
.play_video a {
	padding: 10px 12px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	position: relative;
	z-index: 1;
}
.play_video a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.1;
	filter:alpha(opacity=10);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.play_video a:hover {
	text-decoration: none;
}




.yl_Divisionbg {
	border-top: 1px solid #ddd;
	padding-top: 60px;
	background: #E9EAEB;
}

.yl_Division .yl_Division_l p {
	font-size: 16px;
	font-family: 'robotolight';
}
.yl_Division .yl_Division_l .Division_time {
	font-size: 18px;
	font-family: 'robotomedium';
	margin-top: 12px;
	padding: 20px 20px 20px 68px;
	background: #efedee;
	display: inline-block;
	position: relative;
}
.yl_Division .yl_Division_l .Division_time:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(images/Division_icon01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 25px;
}
.yl_Division .yl_Division_l .Division_site:before {
	content: "";
	width: 30px;
	height: 33px;
	background: url(images/Division_icon02.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 25px;
}
.yl_Division .yl_Division_l .Division_site {
	font-size: 18px;
	font-family: 'robotomedium';
	margin-top: 12px;
	padding: 20px 34px 20px 68px;
	background: #efedee;
	display: inline-block;
	position: relative;
}



.this_we_listmar {
	margin-top: 60px;
	border-left: 1px solid #DFDCD6;
	border-top: 1px solid #DFDCD6;
}


.this_we_list {
	width: 25%;
	float: left;
	min-height: 221px;
	border: 1px solid #DFDCD6;
	border-left: none;
	border-top: none;
	padding: 20px 15px;
	background: #fff;
}

.this_we_list h3 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.this_we_list h3 a {
	color: #56565B;
	font-family: 'robotomedium';
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}
.this_we_list p {
	color: #56565B;
	font-size: 14px;
	font-family: 'robotomedium';
}
.this_we_list .this_we_time {
	margin-top: 20px;
	background: url(images/events_icon1.png) no-repeat 1px top;
	padding-left: 25px;
}

.this_we_list .this_we_site {
	background: url(images/events_icon2.png) no-repeat 4px top;
	padding-left: 25px;
}



.weeks_eventbg .Testimonials_tab .last_page,
.weeks_eventbg .Testimonials_tab .next_page {
	position: absolute;
	top: 25px;
	right: 40px;
	text-align: center;
	color: #797979;
	font-family: Helvetica;
	bottom: 14px;
	left: auto;
	z-index:15;
	content: "";
	height: 15px;
	width: 15px;
	border-top: 1px solid #3F454F;
	border-right: 1px solid #3F454F;
}

.weeks_eventbg .Testimonials_tab .last_page {
	transform:rotate(-135deg);
	-ms-transform:rotate(-135deg); /* IE 9 */
	-moz-transform:rotate(-135deg); /* Firefox */
	-webkit-transform:rotate(-135deg); /* Safari and Chrome */
	-o-transform:rotate(-135deg); /* Opera */
}

.weeks_eventbg .Testimonials_tab .next_page {
	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 */
}

.weeks_eventbg .Testimonials_tab .last_page {
	right: 62px;
}

.weeks_eventbg .Testimonials_tab .last_page:hover,
.weeks_eventbg .Testimonials_tab .next_page:hover {
	color: #FFF;
	text-decoration: none;
}


.weeks_eventbg {
	background: url(images/Scales_Gavel.jpg) no-repeat 0 0;
	background-size: cover;
	padding-bottom: 33px;
}
.weeks_event .this_we_title {
	background: #fff;
	color: #949698;
	padding: 15px;
}
.weeks_event {
	margin-top: -32px;	
}





.Additional_Info .green_but2 {
	margin-top: 32px;
}
.Additional_Info .green_but2 > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 28px 10px 68px;
  background: #006450;
  position: relative;
  width: 100%;
  text-align: center;
}
.Additional_Info .green_but2 > a > span {
  display: block;
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(images/ass_icon.png) 50% 50% no-repeat #006450;
  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? */
}
.Additional_Info .green_but2 > a:hover {
  background-color: #006450;
  text-decoration: none;
}
.Additional_Info .green_but2 > a:hover span {
	background: url(images/ass_icon.png) 50% 50% no-repeat #006450;
}















/* calendar-week page */



.this_we_list02 {
	width: 25%;
	float: left;
	min-height: 271px;
	border: 1px solid #DFDCD6;
	border-left: none;
	border-top: none;
	padding: 20px 15px;
	background: #fff;
	position: relative;
}

.this_we_list02 h3 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.this_we_list02 h3 a {
	color: #56565B;
	font-family: 'robotomedium';
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}
.this_we_list02 p {
	color: #56565B;
	font-size: 14px;
	font-family: 'robotomedium';
}
.this_we_list02 .this_we_time {
	margin-top: 20px;
	background: url(images/events_icon1.png) no-repeat 1px top;
	padding-left: 25px;
}


.this_we_list02 .this_we_site {
	background: url(images/events_icon2.png) no-repeat 4px top;
	padding-left: 25px;
}


.this_we_list02 .this_we_Credit {
	background: url(images/calendar-check.png) no-repeat 1px top;
	padding-left: 25px;
}

.this_we_list02 .this_we_money {
	padding-left: 25px;
	background: url(images/calendar-money.png) no-repeat 4px top;
}
.this_we_list02 span {
	font-size: 12px;
	color: #56565B;
}
.this_we_list02 .ccycyc_style {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}
.this_we_list02 .cle {
	background: #284473;
}
.this_we_list02 .cba {
	background: #d49a10;
}
.this_we_list02 .yld {
	background: #d44710;
}


.weeks_event02 .Testimonials_tab .last_page,
.weeks_event02 .Testimonials_tab .next_page {
	position: absolute;
	top: 25px;
	right: 40px;
	text-align: center;
	color: #797979;
	font-family: Helvetica;
	bottom: 14px;
	left: auto;
	z-index:15;
	content: "";
	height: 15px;
	width: 15px;
	border-top: 1px solid #3F454F;
	border-right: 1px solid #3F454F;
}

.weeks_event02 .Testimonials_tab .last_page {
	transform:rotate(-135deg);
	-ms-transform:rotate(-135deg); /* IE 9 */
	-moz-transform:rotate(-135deg); /* Firefox */
	-webkit-transform:rotate(-135deg); /* Safari and Chrome */
	-o-transform:rotate(-135deg); /* Opera */
}

.weeks_event02 .Testimonials_tab .next_page {
	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 */
}

.weeks_event02 .Testimonials_tab .last_page {
	right: 62px;
}

.weeks_event02 .Testimonials_tab .last_page:hover,
.weeks_event02 .Testimonials_tab .next_page:hover {
	color: #FFF;
	text-decoration: none;
}


.insidepage,
.inside_nobread {
	padding-left: 279px \9;
}
.footer_box {
	padding-left: 279px \9;
}

#dnngo_megamenu {overflow: auto;}




/*hover_menu*/
.header_box2 > nav{
	 overflow-x: hidden;
    overflow-y: auto;
}
#hover_menu {
	margin: 0 30px 0 30px;
	
}
#hover_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#hover_menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.hover_menu > ul > li {
}
.hover_menu > ul > li.dir.active > a {
}
#hover_menu ul li img {
	vertical-align: middle;
}
#hover_menu ul li a {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
#hover_menu > ul > li > a span {
	font-weight: bold;
}
#hover_menu ul li a:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}
#hover_menu ul li a {
	display: inline-block;
}
#hover_menu ul li a {
	display: block;
}
#hover_menu ul li span {
	padding: 15px 0px;
	display: block;
}
#hover_menu ul li li a {
	font-size: 12px;
}
#hover_menu ul li li span {
	padding: 8px 0;
}
#hover_menu ul li.current > a >span, #hover_menu ul li a:hover > span {
	color: #07c6f5;
}
#hover_menu ul ul {
	display: none;
	padding: 2px 0 0 0;
	margin: 0px;
}
#hover_menu ul li.current > ul {
	display: block;
}
#hover_menu ul li li li a:before {
	background-color: #606060;
}
#hover_menu ul li li a {
	padding: 0 0 0 15px;
	margin-left: 15px;
}
#hover_menu ul li li li a {
}
#hover_menu ul li li li a {
	margin-left: 30px;
}
#hover_menu ul li li li li a {
	margin-left: 45px;
}
#hover_menu ul li li li li li a {
	margin-left: 60px;
}
#hover_menu ul li a .menu_arrow {
	display: block;
	width: 40px;
	padding: 0px;
	height: 40px;
	text-indent: 0px;
	overflow: hidden;
	margin: -17px 0 0 0;
	text-align: center;
	line-height: 40px;
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 0px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#hover_menu ul li a .menu_arrow:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-4px 0 0 -4px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;	
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0px 0px -7px;
	display: inline-block;
	font-size: 12px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
		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 */
}

#hover_menu ul li a .menu_arrow.arrow_closed:before, #hover_menu ul li a:hover .menu_arrow.arrow_closed:before {
}
#hover_menu ul li a:hover .menu_arrow:before, #hover_menu > ul > li.current > a > .menu_arrow:before, #hover_menu ul li a .menu_arrow.arrow_closed:before, #hover_menu ul li a:hover .menu_arrow.arrow_closed:before {
/*border-bottom: 1px solid #07c6f5;
	border-right: 1px solid #07c6f5;*/
	
}
#hover_menu ul li .menu_arrow.arrow_closed: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 */
}
/*end*/

/*hover menu color */
	#hover_menu ul li a{
		font-weight: bold;
		text-transform: uppercase;;
		font-size:18px;
		
	}
	
	#hover_menu > ul > li > a,
	#hover_menu ul li a,
	#hover_menu ul li a .menu_arrow{
	color:#fff;
	}
	
	
	#hover_menu ul li li a:before {
		background-color:#666666;
	}
	#hover_menu ul li a .menu_arrow:before {
		/*border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;*/
	}
	#hover_menu ul li li a {
		font-size:12px;
	}
	#hover_menu ul li li a {
		color:#fff;
	}
	#hover_menu ul li li li a:before {
		background-color:#adadad;
	}
	
	#hover_menu ul li.current > a >span,
	#hover_menu ul li a:hover > span,
	#hover_menu ul li.active > a >span{
		color:#fff!important;
	}
	#hover_menu ul li a:hover .menu_arrow:before,
	#hover_menu ul li.current > a > .menu_arrow:before,
	#hover_menu ul li.active > a > .menu_arrow:before,
	#hover_menu ul li a .menu_arrow.arrow_closed:before,
	#hover_menu ul li a:hover .menu_arrow.arrow_closed:before{
		border-bottom: 1px solid #fff!important;
		border-right: 1px solid #fff!important;
	}
	#hover_menu ul li.current > a:before,
	#hover_menu ul li a:hover:before,
	#hover_menu ul li.active > a:before {
		background-color:#fff!important;
	}
	
	.hover_menu > ul > li,
	.hover_menu > ul > li.dir.active > a  { 
	
   }
   	#hover_menu .dropdown > li > a > span > i {
		color:#666666;
		font-size:16px;
	}
	#hover_menu .dropdown > li > a:hover > span > i,
	#hover_menu .dropdown > li.menu_hover > a > span > i,
	#hover_menu .dropdown > li.current > a > span > i{
		color:#69b532;
	}
	
	#hover_menu  .dropdown li li a > span > i{
		color:#9c9c9c;
		font-size:13px;
	}
	#hover_menu  .dropdown li li  a:hover > span > i{
		color:#69b532;
	}