/* CSS Document */
@media print {
	a:link:after {
		content: " ";
	}
}
/*Fix actionMenu DNN9*/
.dnnEditState .actionMenu{
  display:block!important;
  opacity: 1!important;
}
#dnn_content .dnnForm.dnnLogin {
    padding-top: 100px;
}
.DNNEmptyPane{
	display: none;
   width:auto;
}


#Body {
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 15px/1.7 'Poppins', Helvetica, sans-serif; 
	color: #666;
	height: 100%;
}

.Normal {
	font-family: 'Poppins', Helvetica, sans-serif, sans-serif;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	word-wrap: inherit;
}


p {
	margin: 0px 0px 1em 0px;
}

header,
nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
	color:#f33b44;
}

A:active {
	color:#f33b44;
	text-decoration: none;
}

A:visited {
	color:#f33b44;
	text-decoration: none;
}

A:hover {
	color:#f33b44;
	text-decoration: none;
}

A:focus {
	color:#f33b44;
	outline: none;
	-moz-outline: none;
}

h1,.h1 {
	color:#333333;
	font-family: 'Poppins', Helvetica, sans-serif;
	font-size:30px;
	font-weight: 500;
    line-height: 1.4;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}
 
h2,.h2 {
	color:#333333;
	font-family:'Poppins', Helvetica, sans-serif;
	font-size:26px;
	font-weight: 500;
    line-height: 1.4;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}

h3,.h3 {
	color:#333333;
	font-family:'Poppins', Helvetica, sans-serif;
	font-size:22px;
	font-weight: 500;
    line-height: 1.4;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}

h4,.h4 {
	color:#333333;
	font-family:'Poppins', Helvetica, sans-serif;
	font-size:18px;
	font-weight: 500;
    line-height: 1.4;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}

h5,.h5 {
	color:#333333;
	font-family:'Poppins', Helvetica, sans-serif;
	font-size:16px;
	font-weight: 500;
    line-height: 1.4;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}

h6,.h6 {
	color:#333333;
	font-family:'Poppins', Helvetica, sans-serif;
	font-size:14px;
	font-weight: 500;
    line-height: 1.4;
	letter-spacing: normal;
	margin: 0px 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: 'Poppins', Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: 'Poppins', Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: 'Poppins', Helvetica, sans-serif, sans-serif;
}



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

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

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

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


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

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

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

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

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

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

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

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

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

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


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */
.breadcrumb{
	display: inline-block;
}
.pagetoken{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 52px;
}
.pagetoken .bread_sep{
	margin: 0 3px 0 3px ;
}
#Body .pagetoken .bread_sep + span > span > a{
	color: #fff;
}
#Body .pagetoken > span > span:last-child > span:last-child > a.breadcrumb{
	color: var(--accent-color) !important;
}
.pagetoken .home{
	background: url(../images/home-icon.png) 0 50% no-repeat;
	font-size: 0;
	width: 20px;
	height: 21px;
	display: block;
}
.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-color: transparent;
	color: #fff;
}
.breadcrumb:hover{
	color: var(--accent-color) !important;
}


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

.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */	

.justify-content-space-between{
	justify-content: space-between;
}
.dnn_layout {
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

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

/*Login*/


/*pagetitle*/
.PageTitle_bg {
    position: relative;
    z-index: 5;
}
.pagetitleBox {
    position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.PageTitle_bg .pageBox{
	position: relative;
	z-index: 1;
}
.PageTitle_bg .pageBox .PageTitle_BackgroundPane{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.PageTitle_bg .pageBox .PageTitle_BackgroundPane img.img_full_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}
.personabar-visible .PageTitle_bg .pageBox .PageTitle_BackgroundPane .DnnModule{
	position: static;
}
.PageTitle_bg > .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    filter: alpha(opacity = 100);
    opacity: 1;
}
.PageTitle_bg > .shade .Breadcrumb_box_bg {
	padding: 0;
	margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   
}
.PageTitle_bg > .shade .Breadcrumb_box_bg li{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	object-fit: cover;
	object-position: center top;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
}
.PageTitle_bg .pagetitleborder{
	padding: 110px 0 60px;
}
.PageTitle_bg .pagetitleborder .page-left h1{
	font-weight: 700;
    font-size: 42px;
	color: #fff;
	padding: 0 25px;
	position: relative;
	line-height: 1.3em;
}
.PageTitle_bg .pagetitleborder .page-left h1::before{
	content: '';
    background: #ee3a43;
    display: block;
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page_title_btn_box{
	text-align: right;
}
#Body .in_button-002{
	display: inline-block;
	transition: all 300ms ease 0ms;
	padding: 19px 56px;
	background-color: #ffcf28;
	border: 1px solid #fff; 
	font-size: 14px;
	color: #000;
	line-height: 1.7em;
	font-weight: bold;
}
#Body .in_button-002:hover{
	color: #FFFFFF;
    background-color: #000000 !important;
}

/* Search Style  */
.searchBox{
	position: relative;
	    display: block;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    background: #EEF4F7;
    border: medium none;
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
    width: 370px;
    height: 56px;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */


.header_top {
	background: #0d0d0d;
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #707070;
}

.header_top a:hover {
	color: #f33b44;
	text-decoration: none;
}

.HeadPane {
	float: left;
	height: 36px;
	line-height: 36px;
}

.HeadPane .Normal {
	line-height: 36px;
}

.HeadPane .Normal .glyphicons {
	margin-bottom: 2px;
	vertical-align: middle;
}

.header_bg {
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}


#body,
body {
	position: relative;
}

.roll_logo {
	display: none;
}

.dnn_logo {
	width: 25%;
	padding: 0px;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}
.TopHeadPaneB{
	padding: 0 10px;
}

.hedaer_minHeight {
	background-color: #000;
}

.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
}

/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 0px;
	padding: 8px 0 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 {
	float: left;
	list-style: none;
	position: relative;
	padding: 0 10px;
}
#dnngo_megamenu .primary_structure > li:last-child{
	padding-right: 0;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	padding: 0;

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

#dnngo_megamenu .primary_structure > li > a:hover,
#dnngo_megamenu .primary_structure > li.menu_hover > a ,
#dnngo_megamenu .primary_structure > li.current > a { 
	text-decoration:none;
}
#dnngo_megamenu > div > ul > li > a{
	background:none;
}
#dnngo_megamenu > div > ul > li > a:hover{
}
#dnngo_megamenu > div > ul > li > a > span{
	position:relative;
	background-color:#FFF;
	color:#313131;
	display:block;
	font-size:15px;
	padding:0 0px 8px 0;
	font-weight:600;
	line-height: 1.4;
	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? */
}
#dnngo_megamenu > div > ul > li.dir > a > span{
	padding-right: 20px;
}
#dnngo_megamenu > div > ul > li.dir > a > span:after{
	content: "\f078";
	font: normal normal normal 10px / 1 FontAwesome;
	position: absolute;
	right: 5px;
	top: 5px;
}




/*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 > li .dnngo_submenu{
	margin-top: -13px;
	margin-left: 0px;
}
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0 0 0 -10px;
	padding: 10px 0;
	background-color: #ffffff;
	white-space:nowrap;
	border-top: 3px solid #d2252a;
}
#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: 10px 0;
	background-color: #ffffff;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	border-top: 3px solid #d2252a;
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;

}
#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: 0;
	font-size:14px;
	display: block;
	color: #313131;
	font-weight: 600;
	padding: 7px 20px 5px;
	transition: 	all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
	position: relative;
}

#dnngo_megamenu .dnngo_slide_menu li.subcurrent > a{
	color: #ee3a43;
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:after {
	content: "\f054";
	font: normal normal normal 10px / 1 FontAwesome;
	position: absolute;
	right: 10px;
	top: 14px;
}




/*dnngo_boxslide*/




/*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{

}


#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: rgba(0, 0, 0, .03);
}

#dnngo_megamenu > div > ul > li > a > span{
	background:transparent;
}
#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:#D2252A;
}



.roll_menu.roll_activated{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}

/*postit dash*/
.ModWebSitesCreativePostItFeedC{
	padding-bottom: 40px;
	padding-top: 30px;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts{
	display: flex;
	justify-content: space-between;
	gap: 3%;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div{
	flex: 1;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 19px;
    background-color: #fff;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div .wsc_image_frame{
	position: relative;
	padding-bottom: calc(224/358 * 100%);
	margin: -20px -20px 30px -20px;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div .wsc_image_frame img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div .wsc_pi_feed_content .wsc_title.wsc_pi_feed_title{
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 10px;
	font-weight: bold;
	color: #313131;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div .wsc_pi_feed_content .wsc_title.wsc_pi_feed_title a{
	color: currentColor !important;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div .wsc_pi_feed_content .wsc_title.wsc_pi_feed_title a:hover{
	color: var(--accent-color) !important;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div .wsc_pi_feed_content .wsc_post_summary{
	font-weight: 300;
	color: #666;
	font-size: 15px;
	line-height: 1.7em;
	margin-bottom: 0;
}
.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div .wsc_pi_feed_content .wsc_post_readmore{
	display: none;
}

/*postit list*/
.ModWebSitesCreativePostItC{
	padding-bottom: 100px;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item .wsc_pi_feed_info{
	display: block !important;
	font-size: 15px;
    color: #666;
	font-weight: bold;
	font-style: normal;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item .wsc_pi_feed_info .wsc_tags_cloug{
	font-weight: 300;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item .wsc_pi_feed_info .wsc_tags_cloug .wsc_tag{
	font-weight: bold;
}
.ModWebSitesCreativePostItC .wsc_postit_subscribe{
	display: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 3%;
	grid-row-gap: 35px;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div{

}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item{
	box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
    word-wrap: break-word;
    padding: 20px 20px 40px;
	display: flex;
	flex-flow: column;
	margin: 0;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item .wsc_image_frame{
	order: 1;
	position: relative;
	padding-bottom: calc(224/312 * 100%);
	margin: 0;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item .wsc_image_frame img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item .wsc_pi_post_header .wsc_title{
	font-size: 16px;
    color: #333;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 0px;
	margin: 0;
}

.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item .wsc_pi_post_header .wsc_title a{
	color: initial;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item .wsc_pi_post_header .wsc_title a:hover{
	color: var(--accent-color);
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item .wsc_pi_post_header{
	order: 2;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item .wsc_clear{
	display: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item > div{
	order: 3;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item .wsc_post_summary{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 500;
	margin: 0;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.wsc_post_item > p{
	order: 4;
	display: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.posts-paging{
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1 / 4; 
	padding-top: 40px;
	flex-wrap: wrap;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.posts-paging > span,
.ModWebSitesCreativePostItC .wsc_posts_list > div.posts-paging > a{
    color: #333333;
    font-size: 18px;
    background: #f1f1f1;
	border: 0;
    margin: 5px;
    text-align: center;
    padding: 15.5px 21px;
	font-weight: 500;
	line-height: 1;
	transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
.ModWebSitesCreativePostItC .wsc_posts_list > div.posts-paging .Current,
.ModWebSitesCreativePostItC .wsc_posts_list > div.posts-paging > a:hover{
	background: #783030;
    color: #fff;
}


/*postit detail*/
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_post_header .wsc_title{
    font-weight: 700;
    font-size: 36px;
    color: #000000;
	line-height: 1.3em;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_body .imgLeft{
	margin-right: 20px !important;
	margin-bottom: 20px;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content{
	clear: left !important;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_summary,
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content{
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7em;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content h2,
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content h3{
	font-weight: 700;
    font-size: 25px;
    color: #000000;
	line-height: 1.3em;
}

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


#dnn_content {
	padding:0;
}



/* ********** FOOTER ************** */	
.social_box{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}
.social_box li{
	list-style: none;
}
.social_box li a{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background-color: #EE3A43;
	color: #fff;
	font-size: 0;
	transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
.social_box li a:before{
	font-size: 15px;
}
.social_box li a:hover{
	opacity: 0.5;
	color: #fff !important;
}
.head_bot{
	position: relative;
}
.dnnEditState.personabar-visible .logo_menu_flex{
	padding: 0;
}
footer.footer_box .footer_bottom{
	margin-top: 84px;
	padding-top: 51px;
	padding-bottom: 49px;
}
.footer_menu{
	padding-top: 46px;
}
.footer_menu .menu-policy{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 22px;
	column-gap: 22px;
}
.footer_menu .menu-policy{
	padding: 0;
	margin: 0;
}
.footer_menu .menu-policy li{
	list-style: none;
}
.footer_menu .menu-policy li a{
	font-size: 14px;
	color: #afafaf;
}
.footer_bot_flex{
	display: flex;
	justify-content: space-between;
}
.footer_bot_flex > div{
	flex: 0 0 50%;
	max-width: 50%;
}

.copyright_style {
    padding: 0;
    margin: 0px auto 0 auto;
}

.FooterPane {
	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: 15px;
	font-weight: 300;
}

.copyright_style a:hover {
	text-decoration: underline;
	color: #f33b44;
}

.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #585858;
}

*+html .FooterPane .social-icons {
	display: inline
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
#to_top {
	text-align: center;
    background: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
	opacity: 0;
	-webkit-animation: fadeOutRight 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutRight 1s cubic-bezier(0.77, 0, 0.175, 1);
	width: 40px;
	height: 40px;
	display: none;
}
#to_top.active {
    opacity: 1;
    -webkit-animation: fadeInRight 1s cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 1s cubic-bezier(0.77, 0, 0.175, 1);
}


#to_top:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}



.SkinPlugin_icon {
    position: fixed;
    top: 20%;
    right: 0;
    width: 34px;
    height: 128px;
    background: url(../images/xplugin.png) no-repeat center center;
    z-index: 999;
    cursor: pointer;
}
.SkinPlugin_icon a, .SkinPlugin_icon a:hover {
    display: block;
    width: 34px;
    height: 108px;
    text-decoration: none;
}
.head_top_right ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	gap: 27px;
}
.head_top_right ul li{
	list-style: none;
}
.head_top_left{
	font-weight: 500;
}
.head_top_right ul li a{
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.head_top_right ul li a img{
	margin-right: 7px;
    height: 20px;
}
.head_top_right ul li a:hover{
	opacity: 0.5;
}
.logo_menu_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.head_top [class*="Pane"] {
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}
.head_c_box{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	padding: 15px 0;
}
.con_left_box{
	display: flex;
	justify-content: space-between;
}
.con_left_box .banner-section{
	flex: 0 0 50%;
	position: relative;
	padding-top: 165px;
    padding-right: 70px;
    padding-bottom: 210px;
    z-index: 2;
}
.con_left_box .banner-section:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.90);
    right: 0;
    width: 100vw;
    z-index: -1;
}
.banner-section{
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
}
.banner-section h3 {
    background: #ee3a43;
    display: inline-block;
    line-height: normal;
    padding: 3px 15px;
    margin-bottom: 18px;
	font-weight: 300;
    font-size: 24px;
	color:#fff;
}
.banner-section h1 {
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF !important;
}
#Body .button-001{
	font-weight: bold;
	font-size: 14px;
	border-radius: 0px;
	background-color: #ffcf28;
	color: #000;
	padding: 21px 56px 18px;
	display: inline-block;
	transition: all 300ms ease-in 0ms;
}
#Body .banner-section .button-001{
	font-size: 18px;
	padding-left: 40px;
	padding-right: 40px;
}
#Body .button-001:hover{
	background-color: #000 !important;
	color: #fff;
}
#Body .button-001:after {
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 1.6em;
    line-height: 1em;
    content: "\f105";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all 300ms ease 0ms;
    text-transform: none;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	transition: all 300ms ease 0ms;
	width: 40px;
	text-align: center;
}
#Body .button-001:hover:after{
	width: 28px;
	opacity: 1;
    margin-left: 0;

}

#Body .button-002{
	font-weight: 500;
	font-size: 14px;
	border-radius: 0px;
	background-color: #EE3A43;
	color: #fff;
	padding: 21px 56px 18px;
	display: inline-block;
	transition: all 300ms ease-in 0ms;
}
#Body .button-002:hover{
	background-color: #000;
	color: #fff;
}
#Body .button-002:after {
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 1.6em;
    line-height: 1em;
    content: "\f105";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all 300ms ease 0ms;
    text-transform: none;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	transition: all 300ms ease 0ms;
	width: 40px;
	text-align: center;
}
#Body .button-002:hover:after{
	width: 28px;
	opacity: 1;
    margin-left: 0;

}
#Body .banner-section .button-001:after{
	margin-top: 0px;
}
.btn_spear{
	padding-top: 27px;
}
.home_bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.dnn_layout_col4_nospear{
	display: flex;
	justify-content: space-between;
}
.dnn_layout_col3_nospear{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dnn_layout_col3_nospear > div{
	flex: 1 1 calc(100%/3);
	max-width: calc(100%/3);
}
.dnn_layout_col3_nospear > div > div > div > div > div > div,
.dnn_layout_col3_nospear > div > div > div > div > div,
.dnn_layout_col3_nospear > div > div > div > div,
.dnn_layout_col3_nospear > div > div > div,
.dnn_layout_col3_nospear > div > div{
	height: 100%;
}
.dnnEditState.personabar-visible .dnn_layout_col3_nospear > div > div > div > div > div > div,
.dnnEditState.personabar-visible .dnn_layout_col3_nospear > div > div > div > div > div,
.dnnEditState.personabar-visible .dnn_layout_col3_nospear > div > div > div > div,
.dnnEditState.personabar-visible .dnn_layout_col3_nospear > div > div > div,
.dnnEditState.personabar-visible .dnn_layout_col3_nospear > div > div{
	height: auto;
}
.border_style .dnn_layout_col4_nospear > div{
	flex: 1;
    border: 1px solid #cccccc;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
	margin-left: -1px;
}
.border_style .dnn_layout_col4_nospear > div:first-child{
	margin-left: 0;
}
.spear01{
	padding-top: 100px;
	padding-bottom: 50px;
}
.title-001{
	font-size: 2em;
	font-weight: bold;
	color: #2D2D2D;
}
.title-002{
	color: #000;
	font-weight: 600;
    font-size: 18px;
    line-height: 1.8em;
    border-left:6px solid #ee3a43;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.title-002 p{
	font-size: 18px;
	font-weight: 600;
	color: currentColor;
	line-height: 1.8;
	margin: 0;
}
.title-002 .title{
	font-size: 36px;
	font-weight: bold;
	color: currentColor;
	line-height: 1.3;
	margin-bottom: 10px;
}
.img_top_box .con_header{
	padding-bottom: 20px;
	font-weight: 800;
    font-size: 22px;
    color: #232323 !important;
	line-height: 25.5px;
}
.img_top_box .con_header a{
	color: currentColor !important;
}
.img_top_box .con_header a:hover{
	color: var(--accent-color) !important;
}
.img_top_box .img_box{
	margin-bottom: 15px;
}
.text_ml_con{
	font-weight: 300;
	padding-bottom: 50px;
}
.text_ml_con strong{
	font-weight: bold;
}
.custom_layout_pane_width{
	display: flex;
	justify-content: space-between;
	gap: 3%;
}
.custom_layout_pane_width .pane_left_width{
	max-width: 58.8%;
	flex: 0 0 58.8%;
	padding-right: 20px;
}
.custom_layout_pane_width .pane_right_width{
	max-width: 38.2%;
	flex: 0 0 38.2%;
}
.image_sticky1{
	margin-top: 10%;
    width: 77.5%;
}
.image_sticky2{
	position: relative;
	background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: -33%;
    margin-bottom: 0px;
    box-shadow: 2px 2px 5px #f9f9f9;
    text-align: right;
    margin-right: 0;
	max-width: 60%;
	right: -30%;
}
.bg01{
	background-color: #EEEEEE;
}
.bg02{
	background-color: #222629;
}
.bg03{
	background-color: #F9F9F9;
}
.bg04{
	background-color: #222629;
}
.bg05{
	background-color: #EE3A43;
}
.fw-600{
	font-weight: 600 !important;
}
.fw-300{
	font-weight: 300 !important;
}
b, strong {
    font-weight: bold;
}
.row [class*="Pane"].Custom_Right_Full_Pane,
.row [class*="Pane"].Custom_Home_Right_Full_Pane{
	padding: 0;
}
.row [class*="Pane"].Custom_Home_Left_Text_Pane{
	padding-top: 80px;
    padding-right: 40px;
}
.black-color{
	color: #000 !important;
}
.map_ifarme iframe{
	display: block;
}
.bg02 .title-002{
	color: #fff;

}
.bg02 .Normal{
	color: #fff;
}
.spear02{
	padding-bottom: 105px;
}
.spear03{
	padding-top: 100px;
	padding-bottom: 100px;
}
.title-003 .title {
    font-weight: 800;
    font-size: 54px;
    color: #FFFFFF !important;
    line-height: 1.4em;
    text-align: center;
}
.title-003 .title:before{
    background: #ee3a43;
    content: '';
    height: 2px;
    width: 60px;
    margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
.custom_line{
    border:1px solid #cccccc;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
	margin-top: -1px;
	margin-left: -1px;
	height: calc(100% + 1px);
}
.context02{
	padding-right: 25px;
}
.title-004 .title{
	padding-bottom: 20px;
	margin: 0;
	font-weight: 800;
    font-size: 45px;
    color: #232323 !important;
    line-height: 1.2em;

}
.title-004 .title:before{
	content: "";
	width: 60px;
	height: 2px;
	background-color: var(--accent-color);
	display: block;
	margin-bottom: 16px;
}
.hidden_box{
	overflow: hidden;
}
.logo_lists_box{
	display: flex;
}
.logo_lists_box .logo_list{
	flex: 1;
    border-right: 1px solid #e0e0e0;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
	text-align: center;
}
.logo_lists_box .logo_list:last-child{
	border-right: 0;
}
.title-005 .title{
	font-weight: 800;
    font-size: 36px;
    color: #000000 !important;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin: 0;
}
.title-005 .title:before {
    background: #ee3a43;
    content: '';
    height: 2px;
    width: 60px;
    margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
.title-006{
	color: #000;
	font-weight: 600;
    font-size: 18px;
    line-height: 1.8em;
    border-left:6px solid #ee3a43;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 25px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.title-006 p{
	font-size: 18px;
	font-weight: 600;
	color: currentColor;
	line-height: 1.8;
	margin: 0;
}
.title-006 .title{
	font-size: 32px;
	font-weight: bold;
	color: currentColor;
	line-height: 1.3;
	margin-bottom: 10px;
}
.font_style2{
	padding-bottom: 20px;
}
.footer_bar .FootBackgroundPane {
	background:url(/portals/0/backgrounds/contact-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  
}
.bar_layout{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.button-001.no-arrow:after{
	display: none;
}
.footer_bar{
	position: relative;
	margin-bottom: -100px;
}
.dnnEditState.personabar-visible .footer_bar{
	margin-bottom: 0;
}
.bar_text{
	display: table-cell;
    height: 52px;
    vertical-align: middle;
	font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    background-size: initial;
    background-position: left center;
    background-image: url(../images/tel-icon.webp);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 70px;
	background-repeat: no-repeat;
	color: #fff;
}
.footer_custom_col{
	display: flex;
	flex-wrap: wrap;
}
.footer_custom_col > div:nth-child(1){
    padding-right: 6%;
    max-width: 35%;
	flex: 0 0 35%;
}
.footer_custom_col > div:nth-child(2){
	max-width: 21%;
	flex: 0 0 21%;
	padding-right: 1%;
}
.footer_custom_col > div:nth-child(3){
	max-width: 21%;
	flex: 0 0 21%;
	padding-right: 1%;
}
.footer_custom_col > div:nth-child(4){
	max-width: 23%;
	flex: 0 0 23%;
}
footer.footer_box{
	padding-top: 150px;
}
.footer_img_logo{
	margin-bottom: 30px;
}
.footer_col1{
	font-size: 13px;
}
.text_light2{
	font-weight: 300;
    font-style: italic;
    font-size: 12px;
}
.footer_img_list{
	padding-top: 7px;
}
.footer_title{
	font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
	color: #fff;
}
.menu-footer-navigation{
	padding: 0;
	margin: 0;
}
.menu-footer-navigation li{
	list-style: none;
	line-height: 1em;
	margin-top: 8px;
	padding-bottom: 18px;
	position: relative;
	padding-left: 0;
	transition: padding-left ease 300ms;
    -moz-transition: padding-left ease 300ms;
    -webkit-transition: padding-left ease 300ms;
    -o-transition: padding-left ease 300ms;
    -ms-transition: padding-left ease 300ms;
}
.menu-footer-navigation li:before{
	content: '>';
    position: absolute;
    left: 0px;
    color: #f33b44;
    font-size: 18px;
    font-weight: normal;
	opacity: 0;
	transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
a.tel {
    font-weight: bold;
}
a.tel:hover {
    color: #ffffff !important;
}
.footer_text01 p{
	padding-top: 15px;
}
.footer_col4 p:last-child{
	font-weight: 500;
}
.menu-footer-navigation li:hover:before{
	opacity: 1;
}
.menu-footer-navigation li:hover{
	padding-left: 20px;
}
.menu-footer-navigation li a{
	font-weight: 300;
    font-size: 15px;
    color: #afafaf ;
    transition: color 300ms ease 0ms;
}


.dnnEditState.personabar-visible .clone-head-bot{
	display: none;
}
.clone-head-bot{
	z-index: -1000;
	display: none;
}
.head-bot-placeholder {
	display: none;
  }
  .head_bot.fixed + .head-bot-placeholder {
	display: block;
  }
  .clone-head-bot.fixed,
.head_bot.fixed {
	display: block;
	position: fixed;
	padding: 0;
	z-index: 10010;
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	margin-top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }



 /*******HTML123*********/
 @media only screen and (min-width: 1230px) {
	.font_style2{
		padding-bottom: 60px;
	}
	.text_ml_con{
		padding-left: 30px;
	}
	.LiveForm.panccContact{
		max-width: 500px;
	}
	.form_bg .Inside_Form_Pane{
		padding: 40px 120px;
	}

	.dnn_layout {
		width: 1190px;
	}

	.head_mid,
	.content_mid,
	.footer_mid {
		padding: 0px 26px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1229px) {
	#dnngo_megamenu > div > ul > li.dir > a > span:after{
		top: 2px;
	}
	#dnngo_megamenu > div > ul > li > a > span{
		font-size: 12px;
	}
	.title-002 .title{
		font-size: 30px;
	}
	.dnn_layout {
		width: auto;
	}
	.head_mid,
	.content_mid,
	.footer_mid {
		padding: 0px 20px;
	}
	.con_left_box .banner-section{
		flex: 0 0 80%;
		max-width: 80%;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1023px) {
	
	#dnngo_megamenu > div > ul > li.dir > a > span:after{
		top: 2px;
	}
	#dnngo_megamenu > div > ul > li > a > span{
		font-size: 12px;
	}
	.dnn_layout {
		width: 960px;
	}
	.head_mid,
	.content_mid,
	.footer_mid {
		padding: 0px 20px;
	}
	.con_left_box .banner-section{
		flex: 0 0 80%;
		max-width: 80%;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

 @media only screen and (max-width: 980px) {
	.spear03{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.ModWebSitesCreativePostItC{
		padding-bottom: 50px;
	}
	.ModWebSitesCreativePostItC .wsc_posts_list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 3%;
		grid-row-gap: 35px;
	}
	.ModWebSitesCreativePostItC .wsc_posts_list > div.posts-paging{
		grid-column: 1 / 3;
	}
	.text_ml_con{
		padding-bottom: 20px;
	}
	.spear02{
		padding-bottom: 60px;
	}
	.con_left_box .banner-section{
		flex: 0 0 80%;
		max-width: 80%;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.head_c_box{
		font-size: 14px;
	}
	.header_bg .head_top .d-flex{
		flex-flow: column;
		justify-content: center;
	}
	.header_bg .head_top .head_top_left{
		text-align: center;
		font-size: 12px;
	}
	.header_bg .head_top .head_top_left .fa{
		font-size: 16px;
	}
	.header_bg .head_top [class*="Pane"].HeadTopLeftPane{
		padding-bottom: 3px;
	}
	.header_bg .head_top [class*="Pane"].HeadTopRightPane{
		padding-top: 0;
	}
	.head_top_right ul{
		justify-content: center;
	}
	.header_bg .nav_box{
		flex-grow: 1;
		display: flex;
		justify-content: flex-end;
	}
	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	
	.roll_replace {
		height: auto!important;
	}
	
	.roll_menu {
		position: relative!important;
		top: 0px!important;
		left: 0px!important;
	}
	
	.header_bg .logo_menu_flex{
		padding: 20px 0;
		position: relative;
	}
	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		float: none!important;
		padding: 0px 10px 0px 0px!important;
		position: relative;
		width: auto;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_head{
		background-color: #4C4C4C;
		position: relative;
	}
	.bars {
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: relative;
	}
	.mobile_icon{
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		display: flex;
		align-items: center;
	}
	.mobile_icon .bars{
		width: 27px;
		height: 27px;
		margin-left: auto;
		margin-right: auto;
	}
	.mobile_icon .bars span {
		display: block;
		width: 100%;
		height: 3px;
		background: var(--accent-color);
		position: absolute;
		left: 0;
		transition: all 0.3s ease;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.mobile_icon .bars span:nth-child(1) {
		top: 2px;
	}
	
	.mobile_icon .bars span:nth-child(2) {
		top: 11px;
	}
	
	.mobile_icon .bars span:nth-child(3) {
		top: 20px;
	}
	
	.mobile_icon.active .bars span:nth-child(1) {
		transform: rotate(45deg) translate(1px, 1px);
		top: 10px;
	}
	
	.mobile_icon.active .bars span:nth-child(2) {
		opacity: 0;
	}
	
	.mobile_icon.active .bars span:nth-child(3) {
		transform: rotate(-45deg) translate(10px, -9px);
		top: 25px;
	}
	#mobile_menu2,
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: transparent;
		display: none;
		margin-top: -20px;
	}
	#mobile_menu2 .menu_main,
	#mobile_menu .menu_main {
		padding: 5%;
		background-color: #fff;
		border-top: 3px solid var(--accent-color);
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.multi_menu ul > li > a[href="javascript:;"] > .menu_arrow{
		width: 100%;
	}

	
	.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: 14px;
		line-height: 1.4em;
		margin: 0px;
		font-weight: 600;
		color: #313131;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		transition: color 300ms ease 0ms;
		border-bottom: 1px solid rgba(0, 0, 0, .03);
	}
	
	.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: 44px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		position: relative;
	}
	

	

	
	.multi_menu ul li.active > a {
		color: #ee3a43;
	}
	
	.multi_menu ul li a:hover {
		color: #ee3a43;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #ee3a43;
	}
	
	.multi_menu ul ul {
		display: none;
		padding: 0;
		margin: 0px;
	}
	
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
	}
	
	.multi_menu ul ul li a:hover{
		background-color: rgba(0, 0, 0, .03);
		opacity: .7;
	}
	.multi_menu ul li a {
		padding: 0 0 0 15px
	}
	
	.multi_menu ul li li a {
		padding: 0 0 0 30px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 45px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 60px
	}
	
	.SkinPlugin_icon {
		display: none!important;
	}
	/*foot*/
	.copyright_style {
		float: none;
		text-align: center;
	}
	
	.FooterPane {
		float: none;
		text-align: center;
		padding: 0px 8px 20px;
	}
	.banner-section h1{
		font-size: 40px;
	}
	.banner-section h3{
		font-size: 16px;
	}
	.dnn_layout_col4_nospear{
		flex-flow: column;
	}
	.border_style .dnn_layout_col4_nospear > div{
		margin-left: 0;
		margin-top: -1px;
	}
	.custom_layout_pane_width{
		flex-flow: column;
		gap: 30px;
	}
	.custom_layout_pane_width .pane_right_width{
		order: 1;
		max-width: initial;
	}
	.custom_layout_pane_width .pane_left_width{
		order: 2;
		max-width: initial;
	}
	.img_sticky{
		max-width: 434px;
	}
	.right_box_fullwidth .col-lg-6{
		order: 2 !important;
	}
	.right_box_fullwidth .order-last{
		order: 1 !important;
	}
	.row [class*="Pane"].Custom_Home_Left_Text_Pane{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.title-005 .title,
	.title-004 .title{
		font-size: 25px;
	}
	.logo_lists_box .logo_list {
        flex: 0 0 calc(100% / 3);
    }
	.logo_lists_box,
	.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts{
		flex-wrap: wrap;
	}
	.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div {
        flex: 0 0 48%;
        max-width: 48%;
		margin-bottom: 30px;
    }
	.footer_bot_flex{
		flex-flow: column;
	}
	.footer_bot_flex > div {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.social_box{
		justify-content: center;
	}
	.footer_bot_flex .copyright_style{
		padding-bottom: 10px;
	}
	.footer_menu .menu-policy{
		row-gap: 10px;
		column-gap: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.map_ifarme{
		padding-bottom: 300px;
		position: relative;
	}
	.map_ifarme iframe{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;

	}
	.right-full-column>.full-column-inner{
		margin-left: -15px;
        margin-right: -15px !important;
        width: initial !important;
	}
}
@media only screen and (max-width: 767px) {
	.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_body .imgLeft{
		margin-right: 0 !important;
		float: none !important;
	}
	.ModWebSitesCreativePostItC .wsc_posts_list{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 3%;
		grid-row-gap: 35px;
	}
	.ModWebSitesCreativePostItC .wsc_posts_list > div.posts-paging{
		grid-column: 1 /2;
	}
	.ModWebSitesCreativePostItFeedC{
		padding-bottom: 10px;
	}
	.footer_custom_col{
		display: block;
	}
	.footer_custom_col > div{
		max-width: 100% !important;
		flex: 0 0 100% !important;
		padding-right: 0% !important;
	}
	#Body .bar_layout .button-001{
		text-align: center;
		display: block;
		width: 100%;
	}
	.bar_text{
		font-size: 18px;
		line-height: 52px;
		margin-bottom: 20px;
	}
	.footer_bar .FootBackgroundPane{
		padding: 40px 20px;
	}
	.bar_layout{
		flex-flow: column;
	}
	.logo_lists_box .logo_list {
        flex: 0 0 calc(100% / 2);
    }
	.title-003 .title{
		font-size: 32px;
	}
	.img_top_box .con_header{
		font-size: 18px;
	}
	.title-002 .title{
		font-size: 32px;
	}
	.con_left_box .banner-section{
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 100px;
		padding-bottom: 90px;
		padding-right: 0;
	}
	.con_left_box .banner-section:before{
		right: -15px;
		background-color: rgba(0, 0, 0, 0.46);
	}
	.right-full-column>.full-column-inner{
		margin-left: -15px !important;
		margin-right: -15px !important;
		width: auto !important;
	}
	
	.ModWebSitesCreativePostItFeedC .wsc_posts_feed.dash_list_posts > div{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}

	.dnn_layout_col3_nospear > div {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.dnn_layout_col3_nospear{
		flex-flow: column;
	}
	

	
}



.imgbg01{
	background-image: url("/Portals/0/backgrounds/banner.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imgbg02{
	background-image: url("/Portals/0/backgrounds/equipment-banner.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 110px;
}
.imgbg01 .Normal{
	color: #fff;
}

.imgbg01 .title{
	color: #fff !important;
}
.imgbg01 .title:before{
	background: #fff !important;
}
.imgbg02 .Normal{
	color: #fff;
}
.imgbg02 .title-006{
	border-left-color: #fff !important;
}
.imgbg02 .title{
	color: #fff !important;
}
.imgbg02 .title:before{
	background: #fff;
}
.sub_title01{
	font-size: 18px;
    line-height: 25px;
}
#Body .sub_title02{
	font-weight: 700;
    font-size: 28px;
	color: #ffcf28 !important;
}
.sub_title02 a{
	color: currentColor !important;
}
.imgbg01 h1,
.imgbg01 h2,
.imgbg01 h3,
.imgbg01 h4,
.imgbg01 h5,
.imgbg01 h6{
	color: #fff !important;
}
.sub_title_box{
	padding-top: 13px;
	padding-bottom: 30px;
}

.font_01{
	font-weight: 300;
	line-height: 25px;
}
.font_02{
	font-weight: 300;
	line-height: 28px;
}
.font_03{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
}
.service_call{
	color: #000;
	margin-bottom: 50px;
}
.pane-warp.col2_bg .dnn-flex > div{
	padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
.bg04 .title,
.bg04 .Normal{
	color: #fff;
}
.bg05 .title,
.bg05 .Normal{
	color: #fff;
}
.yellowText {
    color: #ffcf28 !important;
}
.bg05 .title-002{
	border-left-color: #fff;
}
.pane-warp.col2_bg.bot_form .dnn-flex > div{
	padding-bottom: 200px;
}
.form_bottom_box > div > div > .row{
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: #FFFFFF;
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.15);
	position: relative;
}
.form_bottom_box2 > div > div > .row > div,
.form_bottom_box > div > div > .row > div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.form_bottom_box > div > div > .row > div:first-child{
	max-width: 60%;
	flex: 0 0 60%;
	padding-top: 50px;
    padding-right: 45px !important;
    padding-bottom: 50px;
    padding-left: 45px !important;
}
.form_bottom_box2 > div > div > .row{
	gap: 3%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.form_bottom_box2 > div > div > .row > div:first-child{
	max-width: 58.8%;
	flex: 0 0 58.8%;
}
.form_bottom_box2 > div > div > .row > div:last-child{
	position: relative;
	max-width: 38.2%;
	flex: 0 0 38.2%;
}
.form_bottom_box > div > div > .row > div:last-child{
	position: relative;
	max-width: 40%;
	flex: 0 0 40%;
}
.form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2,
.form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane{
	padding: 0;
	height: 100%;
}
.form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div,
.form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div > div,
.form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div > div > div,
.form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div > div > div > div,
.form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div > div > div > div > div,
.form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div,
.form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div > div,
.form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div > div > div,
.form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div > div > div > div,
.form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div > div > div > div > div{
	height: 100%;
}
.dnnEditState.personabar-visible .form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div,
.dnnEditState.personabar-visible .form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div > div,
.dnnEditState.personabar-visible .form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div > div > div,
.dnnEditState.personabar-visible .form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div > div > div > div,
.dnnEditState.personabar-visible .form_bottom_box2 > div > div > .row > div > .Inside_Form_Right_Pane2 > div > div > div > div > div,
.dnnEditState.personabar-visible .form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div,
.dnnEditState.personabar-visible .form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div > div,
.dnnEditState.personabar-visible .form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div > div > div,
.dnnEditState.personabar-visible .form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div > div > div > div,
.dnnEditState.personabar-visible .form_bottom_box > div > div > .row > div > .Inside_Form_Right_Pane > div > div > div > div > div{
	height: auto;
}
.full_img{
	position: relative;
}
.full_img img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.dnnEditState.personabar-visible .full_img img{
	position: static;
}
.contact_imgoption.full_img img{
	object-position: left;
}
.pane-warp.form_bottom_box{
	padding-bottom: 50px;
}
.bot_form_title_box .subtitle{
	font-weight: 600;
	line-height: 1.8em;
	font-size: 18px;
	color: #000;
}
.bot_form_title_box .title{
	font-weight: 700;
	line-height: 1.3em;
	font-size: 36px;
	color: #000;
}
.bot_form_title_box{
	padding-bottom: 20px;
}
.row .Inside_Menu_Pane[class*="Pane"],
.row .Inside_Right_Menu_Bottom_Pane[class*="Pane"],
.row .Inside_Form_Pane[class*="Pane"] {
    padding: 0px 0px 0px 0px;
}
.size-40 *{
	font-size: 40px !important;
}

.img_box_line{
	background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	display: inline-block;
}
.box_shadow01 {
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.21);
}
.about_img_spear{
	padding-top: 45px;
	padding-bottom: 50px;
}
.num_box .num_title{
    font-weight: 800;
    font-size: 60px;
    color: #ee3a43;
	line-height: 1.3em;
}
.num_box .num_subtitle{
    font-weight: 800;
    font-size: 32px;
    color: #000000;
	line-height: 1.3em;
}
.num_box{
	padding-bottom: 60px;
}
.title-size-24{
	font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    padding-bottom: 25px;
	color: #000;
}
.btn_list_box{
	display: flex;
	justify-content: center;
}
.btn_list_box .btn_item{
	margin: 9px;
}
.contact_box{
	padding-top: 99px;
	padding-bottom: 21px;
}
.contact_box2{
	line-height: 28px;
	font-weight: 500;
	padding-bottom: 10px;
}
.form_bottom_box2{
	padding-bottom: 100px;
}
.contact_text .title{
	padding-bottom: 20px;
	font-weight: 700;
    font-size: 24px;
    color: #000000;
	line-height: 1.3em;
	margin: 0;
}
.con_list .list_item{
	display: flex;
	padding: 5px 0 5px 10px;
}
.con_list .list_item .list_image{
	flex: 0 0 32px;
	max-width: 32px;
	margin-right: 15px;
}
.con_list .list_item p{
	margin: 0;
}
.con_list .list_item a{
	color: currentColor;
}
.con_list .list_item a:hover{
	color: var(--accent-color);
}
.contact_text{
	padding-top: 80px;
}
.contact_text p{
	margin: 0;
}

@media (min-width:1300px) {
	.custom_pb_spear .row{
		gap: 3%;
		flex-wrap: nowrap;
	}

}
@media (min-width:981px) {
	#Body #dnn_wrapper .pt-lg-100{
		padding-top: 100px !important;
	}
	.contact_col_width .col-lg-5{
		max-width: 40%;
		flex: 0 0 40%;
	}
	.contact_col_width .col-lg-7{
		max-width: 60%;
		flex: 0 0 60%;
	}
	.custom_flex_width{
		display: flex;
		justify-content: space-between;
		gap: 3%;
	}
	.custom_flex_width > div:first-child{
		flex: 0 0 58.8%;
		max-width: 58.8%;
	}
	.custom_flex_width > div:last-child{
		max-width: 38.2%;
		flex: 0 0 38.2%;
	}
	.num_box{
		margin-right: 5.5%;
	}
	.about_box01{
		padding-top: 58px;
	}
	.custom_pb_spear{
		padding-bottom: 70px;
	}

	.boostarp_col_custom_width .row{
		gap: 3%;
		justify-content: space-between;
	}
	.boostarp_col_custom_width .row > div:first-child{
		flex: 0 0 65.667%;
		max-width: 65.667%;
	}
	.boostarp_col_custom_width .row > div:last-child{
		flex: 0 0 31.3333%;
		max-width: 31.3333%;
	}
	.bot_form{
		margin-bottom: -60px;
	}
	.col2_bg .dnn-flex{
		display: flex;
		justify-content: space-between;
	}
	.col2_bg .dnn-flex > div{
		flex: 1;
	}
	.d_p{
		font-weight: 300;
		line-height: 25px;
		padding-bottom: 15px;
		padding-left: 30px;
	}
	.image_wrap_shadow{
		box-shadow: 0px 2px 18px -3px rgba(0, 0, 0, 0.3);
	}
	.img_p{
		margin-left: 30px;
		margin-right: 30px;
	}
	.form_title{
		padding-top: 40px;
	}	
	.cd-md-block{
		display: block !important;
	}
	.cd-md-none{
		display: none !important;
	}
}
@media (max-width:980px) {
	.contact_text + .contact_text{
		padding-top: 40px;
	}
	.title-006 .title{
		font-size: 25px;
	}
	.imgbg02{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.in_menu_title{
		display: none !important;
	}
	.size-40.title-002 .title{
		font-size: 32px !important;
	}
	.page_title_btn_box{
		text-align: left;
	}
	.PageTitle_bg .pagetitleborder .page-left h1{
		font-size: 32px;
	}
	.pane-warp.col2_bg.bot_form .dnn-flex > div:first-child{
		padding-bottom: 60px;
	}
	.bot_form{
		margin-bottom: -100px;
	}
	.full_img img{
		object-position: top;
	}
	.btn_list_box{
		flex-flow: column;
		align-items: center;
	}
	.contact_box{
		padding-top: 60px;
	}
	.form_bottom_box2{
		padding-bottom: 40px;
	}
	.form_bottom_box2 > div > div > .row > div .full_img,
	.form_bottom_box > div > div > .row > div .full_img{
		height: 300px !important;
		margin-bottom: 20px;
	}
	.form_bottom_box2 > div > div > .row,
	.form_bottom_box > div > div > .row{
		flex-flow: column;
	}
	.form_bottom_box2 > div > div > .row > div:first-child,
	.form_bottom_box > div > div > .row > div:first-child{
		order: 2;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.form_bottom_box2 > div > div > .row > div:last-child,
	.form_bottom_box > div > div > .row > div:last-child{
		order: 1;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.pane-warp.col2_bg .dnn-flex > div{
		padding-top: 80px;
		padding-right: 5%;
		padding-bottom: 80px;
		padding-left: 5%;
	}
	.form_title{
		padding-top: 20px;
	}	
	.cd-md-block{
		display: none !important;
	}
	.cd-md-none{
		display: block !important;
	}
}
@media (max-width:576px) {
	.form_bottom_box > div > div > .row > div:first-child{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}




@media (min-width:768px) {

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right: calc((760px - 100vw)/2);
		width: calc(100% + (100vw - 760px)/2);
	}
}

@media only screen and (min-width: 980px) and (max-width: 1023px) {

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right: calc((960px - 100vw)/2);
		width: calc(100% + (100vw - 960px)/2);
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1229px) {

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right: calc((1000px - 100vw)/2);
		width: calc(100% + (100vw - 1000px)/2);
	}
}

@media (min-width:1230px) {

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right: calc((1138px - 100vw)/2);
		width: calc(100% + (100vw - 1138px)/2);
	}
}



/*right_menu*/
.right_menu .Inside_Right_Menu_Pane[class*="Pane"]{
	padding: 0;
}

.right_menu .gomenu ul{
	padding: 0;
	margin: 0;
}
.right_menu .gomenu li{
	list-style: none;
	margin-top: 8px;
}
.right_menu .gomenu li a{
	transition: color 300ms ease 0ms;
	font-size: 15px;
    color: #000000;
    line-height: 1.4em;
	display: block;
    width: 100%;
    padding: 9px 10px 6px 29px;
    border-bottom: 1px solid #e1e1e1;
	position: relative;
	font-weight: 500;
}
.right_menu .gomenu ul ul li a{
	padding-left: 50px;
}
.right_menu .gomenu ul ul li a:before{
	left: 30px;
}
.right_menu .gomenu .subcurrent > a,
.right_menu .gomenu .current > a,
.right_menu .gomenu li a:hover{
	color: var(--accent-color);
}
.right_menu .gomenu li a:before {
    content: ">";
    display: block;
    position: absolute;
    left: 10px;
    color: #783030;
}
.in_menu_title{
	color: #000;
    display: block;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 1.3em;
}
@media (max-width:980px) {

}
@media (min-width:981px) {
	.custom_in_menu_container .row{
		justify-content: space-between;
	}
	.custom_in_menu_container .row .col-md-7{
		max-width: 64.833%;
		flex: 0 0 64.833%;
	}
	.custom_in_menu_container .row .col-md-5{
		max-width: 29.6667%;
		flex: 0 0 29.6667%;
	}
}

.custom_in_menu_container{
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width:980px) {
	.custom_in_menu_container{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}





























/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }
  
  .mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }
  
  .mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
  
  .mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
	display: none; }
  
  .mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }
  
  .mfp-ajax-cur {
	cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }
  
  .mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
	cursor: auto; }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }
  
  .mfp-loading.mfp-figure {
	display: none; }
  
  .mfp-hide {
	display: none !important; }
  
  .mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
	.mfp-preloader a {
	  color: #CCC; }
	  .mfp-preloader a:hover {
		color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
	display: none; }
  
  .mfp-s-error .mfp-content {
	display: none; }
  
  button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; }
  button::-moz-focus-inner {
	padding: 0;
	border: 0; }
  
  .mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover, .mfp-close:focus {
	  opacity: 1;
	  filter: alpha(opacity=100); }
	.mfp-close:active {
	  top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
	color: #333; }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }
  
  .mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }
  
  .mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	.mfp-arrow:active {
	  margin-top: -54px; }
	.mfp-arrow:hover, .mfp-arrow:focus {
	  opacity: 1;
	  filter: alpha(opacity=100); }
	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  position: absolute;
	  left: 0;
	  top: 0;
	  margin-top: 35px;
	  margin-left: 35px;
	  border: medium inset transparent; }
	.mfp-arrow:after, .mfp-arrow .mfp-a {
	  border-top-width: 13px;
	  border-bottom-width: 13px;
	  top: 8px; }
	.mfp-arrow:before, .mfp-arrow .mfp-b {
	  border-top-width: 21px;
	  border-bottom-width: 21px;
	  opacity: 0.7; }
  
  .mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	  border-right: 17px solid #FFF;
	  margin-left: 31px; }
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	  margin-left: 25px;
	  border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	  border-left: 17px solid #FFF;
	  margin-left: 39px; }
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	  border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content {
	  line-height: 0;
	  width: 100%;
	  max-width: 900px; }
	.mfp-iframe-holder .mfp-close {
	  top: -40px; }
  
  .mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
	.mfp-iframe-scaler iframe {
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
	line-height: 0; }
	.mfp-figure:after {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 40px;
	  bottom: 40px;
	  display: block;
	  right: 0;
	  width: auto;
	  height: auto;
	  z-index: -1;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  background: #444; }
	.mfp-figure small {
	  color: #BDBDBD;
	  display: block;
	  font-size: 12px;
	  line-height: 14px; }
	.mfp-figure figure {
	  margin: 0; }
  
  .mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }
  
  .mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
	max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
	  padding-left: 0;
	  padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
	  padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
	  top: 0;
	  bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
	  display: inline;
	  margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
	  background: rgba(0, 0, 0, 0.6);
	  bottom: 0;
	  margin: 0;
	  top: auto;
	  padding: 3px 5px;
	  position: fixed;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box; }
	  .mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
	  right: 5px;
	  top: 3px; }
	.mfp-img-mobile .mfp-close {
	  top: 0;
	  right: 0;
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  background: rgba(0, 0, 0, 0.6);
	  position: fixed;
	  text-align: center;
	  padding: 0; }
   }
  
  @media all and (max-width: 900px) {
	.mfp-arrow {
	  -webkit-transform: scale(0.75);
	  transform: scale(0.75); }
  
	.mfp-arrow-left {
	  -webkit-transform-origin: 0;
	  transform-origin: 0; }
  
	.mfp-arrow-right {
	  -webkit-transform-origin: 100%;
	  transform-origin: 100%; }
  
	.mfp-container {
	  padding-left: 6px;
	  padding-right: 6px; }
   }
  
  .mfp-ie7 .mfp-img {
	padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
	padding: 0; }
  .mfp-ie7 .mfp-content {
	padding-top: 44px; }
  .mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }
	
  /* text-based popup styling */
  .white-popup {
	  position: relative;
	  background: #FFF;
	  padding: 25px;
	  width: auto;
	  max-width: 400px;
	  margin: 0 auto;
  }
  
  .mfp-zoom-in {
  }
  .mfp-zoom-in .mfp-content {
	  opacity: 0;
	  transition: all 0.2s ease-in-out;
	  transform: scale(0.8);
  }
  .mfp-zoom-in.mfp-bg {
	  opacity: 0;
	  transition: all 0.3s ease-out;
  }
  .mfp-zoom-in.mfp-ready .mfp-content {
	  opacity: 1;
	  transform: scale(1);
  }
  .mfp-zoom-in.mfp-ready.mfp-bg {
	  opacity: 0.8;
  }
  .mfp-zoom-in.mfp-removing .mfp-content {
	  transform: scale(0.8);
	  opacity: 0;
  }
  .mfp-zoom-in.mfp-removing.mfp-bg {
	  opacity: 0;
  }
  .mfp-newspaper {
  }
  .mfp-newspaper .mfp-content {
	  opacity: 0;
	  -webkit-transition: all 0.2s ease-in-out;
	  transition: all 0.5s;
	  transform: scale(0) rotate(500deg);
  }
  .mfp-newspaper.mfp-bg {
	  opacity: 0;
	  transition: all 0.5s;
  }
  .mfp-newspaper.mfp-ready .mfp-content {
	  opacity: 1;
	  transform: scale(1) rotate(0deg);
  }
  .mfp-newspaper.mfp-ready.mfp-bg {
	  opacity: 0.8;
  }
  .mfp-newspaper.mfp-removing .mfp-content{
	  transform: scale(0) rotate(500deg);
	  opacity: 0;
  }
  .mfp-newspaper.mfp-removing.mfp-bg {
	  opacity: 0;
  }
  .mfp-move-horizontal {
  }
  .mfp-move-horizontal .mfp-content{
	  opacity: 0;
	  transition: all 0.3s;
	  transform: translateX(-50px);
  }
  .mfp-move-horizontal.mfp-bg {
	  opacity: 0;
	  transition: all 0.3s;
  }
  .mfp-move-horizontal.mfp-ready .mfp-content {
	  opacity: 1;
	  transform: translateX(0);
  }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
	  opacity: 0.8;
  }
  .mfp-move-horizontal.mfp-removing .mfp-content {
	  transform: translateX(50px);
	  opacity: 0;
  }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
	  opacity: 0;
  }
  .mfp-move-from-top {
  }
  .mfp-move-from-top .mfp-content {
	  opacity: 0;
	  transition: all 0.2s;
	  transform: translateY(-100px);
  }
  .mfp-move-from-top.mfp-bg {
	  opacity: 0;
	  transition: all 0.2s;
  }
  .mfp-move-from-top.mfp-ready .mfp-content {
	  opacity: 1;
	  transform: translateY(0);
  }
  .mfp-move-from-top.mfp-ready.mfp-bg {
	  opacity: 0.8;
  }
  .mfp-move-from-top.mfp-removing .mfp-content {
	  transform: translateY(-50px);
	  opacity: 0;
  }
  .mfp-move-from-top.mfp-removing.mfp-bg {
	  opacity: 0;
  }
  .mfp-3d-unfold {
  }
  .mfp-3d-unfold .mfp-content {
	  perspective: 2000px;
  }
  .mfp-3d-unfold .mfp-content {
	  opacity: 0;
	  transition: all 0.3s ease-in-out;
	  transform-style: preserve-3d;
	  transform: rotateY(-60deg);
  }
  .mfp-3d-unfold.mfp-bg {
	  opacity: 0;
	  transition: all 0.5s;
  }
  .mfp-3d-unfold.mfp-ready .mfp-content {
	  opacity: 1;
	  transform: rotateY(0deg);
  }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
	  opacity: 0.8;
  }
  .mfp-3d-unfold.mfp-removing .mfp-content {
	  transform: rotateY(60deg);
	  opacity: 0;
  }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
	  opacity: 0;
  }
  .mfp-zoom-out {
  }
  .mfp-zoom-out .mfp-content {
	  opacity: 0;
	  transition: all 0.3s ease-in-out;
	  transform: scale(1.3);
  }
  .mfp-zoom-out.mfp-bg {
	  opacity: 0;
	  transition: all 0.3s ease-out;
  }
  .mfp-zoom-out.mfp-ready .mfp-content {
	  opacity: 1;
	  transform: scale(1);
  }
  .mfp-zoom-out.mfp-ready.mfp-bg {
	  opacity: 0.8;
  }
  .mfp-zoom-out.mfp-removing .mfp-content {
	  transform: scale(1.3);
	  opacity: 0;
  }
  .mfp-zoom-out.mfp-removing.mfp-bg {
	  opacity: 0;
  }
  @keyframes 
  hinge {
   0% {
   transform: rotate(0);
   transform-origin: top left;
   animation-timing-function: ease-in-out;
  }
   20%, 60% {
   transform: rotate(80deg);
   transform-origin: top left;
   animation-timing-function: ease-in-out;
  }
   40% {
   transform: rotate(60deg);
   transform-origin: top left;
   animation-timing-function: ease-in-out;
  }
   80% {
   transform: rotate(60deg) translateY(0);
   opacity: 1;
   transform-origin: top left;
   animation-timing-function: ease-in-out;
  }
   100% {
   transform: translateY(700px);
   opacity: 0;
  }
  }
  
  .hinge {
	  animation-duration: 1s;
	  animation-name: hinge;
  }
  
  .mfp-with-fade .mfp-content,
  .mfp-with-fade.mfp-bg {
	  opacity: 0;
	  transition: opacity .5s ease-out;
  }
  
  .mfp-with-fade.mfp-ready .mfp-content {
	  opacity: 1;
  }
  
  .mfp-with-fade.mfp-ready.mfp-bg {
	  opacity: 0.8;
  }
  
  .mfp-with-fade.mfp-removing.mfp-bg {
	  opacity: 0;
  }