@import url( bootstrap.css );
@import url( linearicons.css );
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/* CSS Document */
@media print {
	a:link:after {
		content: " ";
	}
}
/*Fix actionMenu DNN9*/
.dnnEditState .actionMenu{
  display:block!important;
  opacity: 1!important;
}

.DNNEmptyPane{
	display: none;
   width:auto;
}


#Body {
	color: #5e6068;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 14px/26px 'Lato', Helvetica, sans-serif; 
	color: #5e6068;
	height: 100%;
}

p {
	margin: 0px 0px 8px 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:#2980b9;
}

A:active {
	color:#2980b9;
	text-decoration: none;
}

A:visited {
	color:#2980b9;
	text-decoration: none;
}

A:hover {
	color:#2980b9;
	text-decoration: underline;
}

A:focus {
	color:#2980b9;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#323439;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}
 
h2 {
	color:#323439;
	font-family:'Lato', Helvetica, sans-serif;
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}

h3 {
	color:#323439;
	font-family:'Lato', Helvetica, sans-serif;
	font-size:26px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}

h4 {
	color:#323439;
	font-family:'Lato', Helvetica, sans-serif;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}

h5 {
	color:#323439;
	font-family:'Lato', Helvetica, sans-serif;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0px 0 10px 0;
}

h6 {
	color:#323439;
	font-family:'Lato', Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	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: 'Lato', Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: 'Lato', Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: 'Lato', Helvetica, sans-serif, sans-serif;
}

.Normal {
	font-family: 'Lato', Helvetica, sans-serif, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #5e6068;
}


/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */


.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	color: #5e6068;
}

a.breadcrumb:hover {
	
	text-decoration: none;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
.breadcrumbBox .breadcrumbborder h3{
	font-size: 14px;
	font-weight: normal;
	color: #5e6068;
}
.breadcrumbBox .breadcrumbborder{
	padding: 30px 0;
}
.breadcrumbBox .lnr{
	font-size: 20px;
	color: #2B80B9;
}
.breadcrumbBox .breadcrumbborder h3 > span{
	margin:0 3px 0 8px;
}

 @media only screen and (max-width: 767px) {


.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */	
.dnn_layout {
	width: 960px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}

/*Login*/




/* Search Style  */
.searchBox{
	position: relative;
	    display: block;
}
.search:before{
	font-family: linearicons;
	font-size: 20px;
	content: "\e922";
}

.searchBox input.NormalTextBox {
	width: 80%;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
    background-color: #0000;
	border: none;
	display: block;
	position: absolute;
	left: 25px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: inherit;
	vertical-align: middle;
	font-family: inherit;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
	height: 42px;
}
.nav_ico .search{
	left: auto;
	right: 0;
	background-color: #2980b9;
	color: WHITE;
	top: 2px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	position: absolute;
	text-align: center;
}
.nav_ico .search:hover{
	text-decoration: none;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 8px !important;
	left: auto;
	right: 40px !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: #2980b9;
	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:#fff;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
	box-shadow:0 2px 8px #EDEDED;   
}


#body,
body {
	position: relative;
}

.header_bg {
	
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding:26px 0;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
	text-align: center;
	float: left;
	padding-left: 30px;
	z-index: 903;
}
.menuRightBox{
	float: right;
	display: flex;
	position: relative;
	z-index: 906;
	margin-top: 0px;
	align-items: center;
}

.menuRightBox .nav_ico{
	position: relative;
	line-height: 1;
	margin-left: 15px;
	height: 99px;
	line-height: 99px;
	display: inline-flex;
	align-items: center;
}
.menuRightBox .nav_ico .lnr{
	font-size: 20px;
	color: #595959;
	line-height: 20px;
	cursor: pointer;
}
.menuRightBox .nav_ico .lnr:hover{
	color: #2980b9;
}
.menuRightBox .nav_ico .lnr.active:before{
	content: "\e935";
}
.nav_ico .Loginandlanguage {
    min-width: inherit;
    white-space: nowrap;
    padding: 0px 30px;
    line-height: 62px;
    height: 62px;
	position: absolute;
	top: 100%;
	right: 0px;
	margin-top: 0px;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 5px #0000001a;
	box-shadow: 1px 1px 5px #0000001a;
	background-color: white;
	display: none;
}
.nav_ico .searchBox{
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 5px #0000001a;
	box-shadow: 1px 1px 5px #0000001a;
	background-color: white;
	padding: 10px;
	min-width: 300px;
	height: 62px;
	position: absolute;
	top: 100%;
	right: 0px;
	margin-top: 0px;
	display: none;
}
.searchBox > span {
    background: none;
    border: none;
    float: none;
    position: relative;
    white-space: nowrap;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 40px;
}
.nav_ico .searchBox input.NormalTextBox {
    background-color: #0000001a;
    height: 40px;
    line-height: 40px;
    width: 240px;
    left: 0px;
    top: 2px;
    font-size: 14px;
    color: #444;
}
.searchBox .searchInputContainer {
    position: static !important;
    vertical-align: middle;
}
.nav_ico .Loginandlanguage > .Login .sep{
	color: #444;
	font-size: 13px;
	vertical-align: middle;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 5px;
}
.nav_ico .Loginandlanguage > .Login a{
	color: #444;
	font-size: 13px;
	vertical-align: middle;
}
/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear:both;
}

#dnngo_megamenu .primary_structure{
	position:relative;
	clear:both;
	margin:0; 
	padding:0;
}
#dnngo_megamenu .primary_structure: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;
}
#dnngo_megamenu > div > ul > li {
    background: none;
    padding: 33px 0 33px;
    transition: border-color ease-in 200ms;
    -moz-transition: border-color ease-in 200ms;
    -webkit-transition: border-color ease-in 200ms;
    -o-transition: border-color ease-in 200ms;
    -ms-transition: border-color ease-in 200ms;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	padding: 0 5px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
*+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;
	line-height: 33px;
	transition: all ease-in 200ms,line-height 0ms;
	-webkit-transition: all ease-in 200ms,line-height 0ms;
}
#dnngo_megamenu > div > ul > li > a:hover{
}
#dnngo_megamenu > div > ul > li > a > span{
	position: relative;
	line-height: 33px;
	display: block;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 700;
	transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
	-moz-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
	-webkit-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
	-o-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
	-ms-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
}
#dnngo_megamenu > div > ul > li > a > span:before{
	content: "";
	border-bottom: 2px solid #2980b9;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

#dnngo_megamenu > div > ul > li:hover > a > span:before,
#dnngo_megamenu > div > ul > li.current > a > span:before,
#dnngo_megamenu > div > ul > li.menu_hover > a > span:before {
    right: 0px;
    opacity: 1;
    visibility: visible;
}


/*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 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:13px;
	display: block;
	color: #8C8C8C;
	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:#2980b9;
}

#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:#2980b9;
}
#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:#2980b9;
}


#dnngo_megamenu .menu_leftbox .dividers_1 {
	margin-bottom:10px;
}

/*dnngo_custommenu*/

#dnngo_megamenu .dnngo_menuslide > .dnngo_boxslide{
	padding:0;
}
#dnngo_megamenu .dnngo_custommenu > .menupane {
	float:left;
	background-color:#FFF;
	padding-bottom:10000px;
	margin-bottom:-10000px;
	position:relative;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.topline .pane_space{
	border-top:1px solid #dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.bottomline .pane_space{
	border-bottom:1px solid #dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.leftline {
	border-left:1px solid #dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.rightline {
	border-right:1px solid #dcdcdc;
}
 
#dnngo_megamenu .dnngo_custommenu  .pane_space {
}
#dnngo_megamenu .dnngo_custommenu .submenu{
	margin:0;
	padding:0;
}
#dnngo_megamenu .dnngo_custommenu .submenu_title {
	color:#424242;
	line-height:1.4;
	font-weight:bold;
	margin:0 0 7px;
}
#dnngo_megamenu .dnngo_custommenu .submenulist_1 .submenu_title a:hover{
	text-decoration:none;
}
#dnngo_megamenu .dnngo_custommenu .submenulist_1 .submenu_title span{
	color:#424242;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}

#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a{
	display:block;
	padding:6px 4px;
	color:#666666;
	transition: 		background ease-in 200ms;
	-moz-transition: 	background ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background ease-in 200ms; /* Opera */
	-ms-transition: 	background ease-in 200ms; /* IE9? */
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a:hover{
	color:#FFF;
	background-color:#20a3fc;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a span{
	display:inline-block;
	transition: 		transform ease-in 200ms,color ease-in 0ms;
	-moz-transition: 	transform ease-in 200ms,color ease-in 0ms; /* Firefox 4 */
	-webkit-transition: transform ease-in 200ms,color ease-in 0ms; /* Safari and Chrome */
	-o-transition: 		transform ease-in 200ms,color ease-in 0ms; /* Opera */
	-ms-transition: 	transform ease-in 200ms,color ease-in 0ms; /* IE9? */
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a:hover span{
	transform:translate(4px,0);
	-webkit-transform:translate(4px,0);
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 ul{
	margin:0 0 15px;
	padding:0px;
	list-style:none;
}
#dnngo_megamenu .dnngo_custommenu .menupane  .submenu.submenulist_1:last-child ul{
	margin:0;
}

#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li li a{
	padding-left:24px;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li li li a{
	padding-left:44px;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li li li li a{
	padding-left:64px;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li li li li li a{
	padding-left:84px;
}




/*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:#777777;
}

#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:#2980b9;
}
#dnngo_megamenu .dnngo_slide_menu li a:hover, 
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a{
	background-color:#2980b9;
}
#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:#2980b9;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before{
	border-right:1px solid #2980b9;
	border-bottom:1px solid #2980b9;
}
#dnngo_megamenu .dnngo_menuslide {
	border-top:3px solid #2980b9;
}
#dnngo_megamenu > div > ul > li > a > span{
	color:#323439;
}
#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:#2980b9;
}



.roll_menu.roll_activated{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.roll_menu.roll_activated #top_menu .dropdown > li > .menuslide{
  top: 100%!important;
}
.roll_menu.roll_activated #top_menu .dropdown > li > .menuslide .menuslide{
  top: 0!important;
}


.roll_menu.roll_activated .header_top ,
.roll_menu.roll_activated .dnn_logo {
	display:none;
}



/* ********** CONTENT ************** */	


#dnn_content {
	padding:10px 0;
}



/* ********** FOOTER ************** */	

.footer_box{
	background-color: #35373C;
}

.copyright_style {
	text-align: center;
	padding: 35px 8px;
}

.FooterPane {
	float: right;
	padding: 13px 8px 0;
	margin: 0;
}

.copyright_style .sep {
	padding: 0px 2px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

.copyright_style a:hover {
	text-decoration: none;
	color: #ffffff;
}

.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #585858;
}

*+html .FooterPane .social-icons {
	display: inline
}

#to_top {
	width: 55px;
	height: 55px;
	line-height: px;
	text-align: center;
	float: right;
	font-size: 24px;
	margin-top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #3b9af3;
	position: fixed;
	bottom: 10%;
	right: 2%;
	cursor: pointer;
	z-index: 1000;
	display: none;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

#to_top:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

#to_top:hover:before {
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

.banner_btn span{
	margin-left: 10px;
}

input.dg-btn-1,
a.dg-btn-1{
	display: inline-block;
	border: 1px solid transparent;
	background-size: 105% !important;
	background-position: center !important;
	height: 42px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14.01px;
	font-weight: 700;
	color: #fff;
	background-color: #2B80B9;
	transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-moz-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-webkit-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-o-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-ms-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
}

a.dg-btn-1:hover{
	background-color: #0D3287;
	text-decoration: none;
}
.pt-50{
	padding-top: 50px;
}

.pb-50{
	padding-bottom: 50px;
}
.pt-70{
	padding-top: 70px;
}
.pb-70{
	padding-bottom: 70px;
}
.pt-90{
	padding-top: 90px;
}
.pb-90{
	padding-bottom: 90px;
}
.pb-60{
	padding-bottom: 60px;
}
.banner_btn:before{
	content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 31px;
    border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
   transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -4px;
}
.banner_btn:after{
	content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 36px;
    border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
   transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -4px;
}
.d-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.home_box1{
	align-items: center;
}
.home_box1 h2{
	margin-bottom: 37px;
}
.home_box1 p{
	margin-bottom: 25px;
}
.home_box1 a.dg-btn-1{
	margin-top: 8px;
}
.bg1{
	background-color: #EDF0F6;
}
.bg1 .TopBackgroundPane{
	padding:90px 0;
}
.bg2{
	background-color: #2B80B9;
}
.context01{
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	max-width: 621px;
}
.con-middle{
	align-items: center;
	justify-content: space-between;
}
.btn_link{
	display: flex;
	align-items: center;
	background-color: #1B58A0;
	padding:16px 19px;
	max-width: 248px;
	cursor: pointer;
}
.btn_link:hover{
	text-decoration: none;
}
.btn_link span{
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
.btn_link .lnr{
	flex: 1;
	font-size: 35px;
	margin-right: 20px;
}
.home_box2{
	padding:64px 0;
}
.width-80{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.dg-infobox14{
    text-align: center;
    position: relative;
}
.dg-infobox14 .dg-num-box{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	margin-left: -15px;
    margin-right: -15px;
}
.dg-infobox14 .dg-num-box:before,
.dg-infobox14 .dg-num-box:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ededed;
}
.dg-infobox14 .dg-num-box-dots{
	position: absolute;
	left: -15px;
    right: -15px;
}
.dg-infobox14 .dg-num-box-dots::before,
.dg-infobox14 .dg-num-box-dots::after{
	content: none;
	display: block;
	position: absolute;
	top: 0;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background-color: #ededed;
	border-radius: 50%;
}
.dg-infobox14 .dg-num-box-dots::before{
	left: 0;
}
.dg-infobox14 .dg-num-box-dots::after{
	right: 0;
}
.dg-infobox14 .dg-num-box.both-dot{
	margin-left: 0;
    margin-right: 0;
}
.dg-infobox14 .dg-num-box.both-dot .dg-num-box-dots{
	left: 0;
    right: 0;
}
.dg-infobox14 .dg-num-box.both-dot .dg-num-box-dots::before,
.dg-infobox14 .dg-num-box.both-dot .dg-num-box-dots::after{
	content: '';
}
.dg-infobox14 .dg-num-box.left-dot{
	margin-left: 0;
}
.dg-infobox14 .dg-num-box.left-dot .dg-num-box-dots{
	left: 0;
}
.dg-infobox14 .dg-num-box.left-dot .dg-num-box-dots::before{
	content: '';
}
.dg-infobox14 .dg-num-box.right-dot{
    margin-right: 0;
}
.dg-infobox14 .dg-num-box.right-dot .dg-num-box-dots{
	right: 0;
}
.dg-infobox14 .dg-num-box.right-dot .dg-num-box-dots::after{
	content: '';
}

.dg-infobox14 .dg-num-box-item {
	display: inline-block;
    position: relative;
    color: #2980b9;
    font-weight: bold;
    width: 94px;
    height: 72px;
    line-height: 72px;
    z-index: 1;
	text-align: center;
	font-size: 18px;
	flex-shrink: 0;
}
.dg-infobox14 .dg-num-box-item:before {
	content: "";
    position: absolute;
    top: 10px;
    left: 21px;
    right: 21px;
    bottom: 10px;
	border: 5px solid;
	border-radius: 50%;
    z-index: -1;
}
.dg-infobox14 .dg-num-box-item:after {
	content: "";
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    bottom: 0;
	border: 10px solid;
	border-radius: 50%;
    z-index: -1;
    opacity: .1;
}
.dg-infobox14 .title,
.dg-infobox14 .info{
	margin-left: 10%;
	margin-right: 10%;
}
.dg-infobox14 .title{
	color: #424242;
	font-size: 16px;
	line-height: 28px;
}
.col_layout{
	display: flex;
}
.col_layout > .col5 > .dg-infobox14 .dg-num-box-item{
   transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
    -moz-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
    -webkit-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
    -o-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
    -ms-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
}
.col_layout > .col5{
	width: 20%;
	 
}
.col_layout > .col5:hover > .dg-infobox14 .dg-num-box-item{
	color: #0e3087;
}
.home_box3{
	padding-bottom: 54px;
}
.home_box3 .width-80{
	padding-top: 12px;
	padding-bottom: 34px;
}
.home_box3 .col_layout{
	padding-bottom: 32px;
}
.footer_content_layout > div{
	width: 50%;
}
.footer_content_layout{
	position: relative;
	display: flex;
}
.footer_content_layout .form_box{
	position: absolute;
	left: 50%;
	top: 70px;
	z-index: 903;
	-webkit-transform: translate(-50%,0);
  -moz-transform:translate(-50%,0);
  transform: translate(-50%,0);
  width: inherit;

}



.footer_content_layout .left{
	background:url(images/footer_bg.jpg) 100% center no-repeat;
	background-size: cover;
}
.custom-pic-01 .links .item {
    position: absolute;
    width: 50px;
    height: 50px;
    pointer-events: all;
    cursor: pointer;
}
.FootTopOutLeftPane{
	  padding-left: calc(100% - 1170px/2)!important;
	  padding-top: 90px;
	  padding-right: 230px;
}
.FootTopOutLeftPane .Normal{
	color: #fff;
}
.footer_left_con > p{
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 14px;
}
.footer_left_con ul{
	padding: 0;
	margin: 0;
}
.footer_left_con ul li{
	list-style: none;
	margin-bottom: 30px;
}
.font_icon{
	display: flex;
	align-items: center;
} 
.font_box{
	flex: 0 0 auto;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #205A9E;
	text-align: center;
	margin-right: 20px;
}
.font_box span{
	font-size: 35px;
	line-height: 65px;
}
.footer_content_layout{
	border-top: 1px solid #e8e8e8;
}
.font_con .tit{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.custom-pic-01{
	position: relative;
}
#dnn_wrapper .Theme_01_Default .from-footer{
	padding-top: 30px;
}
#dnn_wrapper .Theme_01_Default .from-footer .form_submit input{
	border-radius: 0px;
	border:none;
}
#dnn_wrapper .Theme_01_Default .from-footer .form_submit input:focus,
#dnn_wrapper .Theme_01_Default .from-footer .form_submit input:hover{
	background-color: #0D3287;
	color: #fff;
}
.width-60{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.line{
	width: 49px;
	height: 2px;
	background-color: #2B80B9;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.size-32{
	font-size: 32px;
}
.aboutus_box1 p{
	font-size: 16px;
	line-height: 28px;
	color: #5e6068;
}
.aboutus_box1 .size-32{
	margin-bottom: 16px;
}
.aboutus_box1 .width-60 p{
	padding-bottom: 14px;
}
.aboutus_box1 .last{
	font-size: 18px;
	font-weight: 700;
	color: #323439;
	text-align: center;
	line-height: 75px;
	padding-top: 18px;
}
.aboutus_box1 hr{
	margin-top: 10px;
	padding-bottom: 20px;
	border-color: #EBEBEB;
}
.aboutus_box1 .d-flex{
	align-items: center;
}
.bot_conbox{
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.aboutus_box1{
	max-width: 1027px;
	margin-left: auto;
	margin-right: auto;
}
.img_box{
	padding:0 30px;
}
.img_box p{
	font-size: 14px;
	line-height: 26px;
}
.img_box p{
	padding-bottom: 20px;
}
.img_box p:last-child{ margin-bottom: 0; padding-bottom: 0;}
.box-shadow-box{
	-moz-box-shadow:0px 0px 10px #E5E5E5;
	-webkit-box-shadow:0px 0px 10px #E5E5E5;
	box-shadow:0px 0px 10px #E5E5E5;
}
.img_box .row{
	padding-bottom: 40px;
}
.img_box h5{
	margin-bottom: 20px;
}
.bot_conbox h5{
	margin-bottom: 16px;
}
.bot_conbox p{
	padding-bottom: 17px;
}
.row01{
	padding-bottom: 16px;
}
.row03{
	color: #323439;
}
.footer_col4{
	background-color: #EDF0F6;
}
#insidepage #dnn_content{
	padding-bottom: 0px;
}
.icon_container{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #0D3287;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.icon_container span{
	font-size: 35px;
	line-height: 65px;
	color: #fff;
}
.footer_col4{
	padding-top: 78px;
	padding-bottom: 60px;
}
.icon_box .tit{
	font-size: 16px;
	line-height: 39.96px;
	color: #323439;
	font-weight: 700;
	padding-top: 14px;
}
.icon_box p{
	color: #5e6068;
}
.contactus_list ul{
	padding: 38px 0 0;
	margin:0;
}
.contactus_list ul li{
	list-style: none;
	display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.contactus_list ul li .lnr{
	font-size: 20px;
	color: #5e6068;
	margin-right: 18px;
}

.time-line01 {
    position: relative;
    padding:27px 0;
    margin-bottom: 70px;
    margin-top: 34px;
}
.time-line01 .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 32px;
}
.time-line01 .item .pic,
.time-line01 .item .text {
    width: 50%;
}
.image-text-cross.time-line01 .item .pic {
    text-align: right;
}
.image-text-cross.time-line01 .item h5{
	margin: 0;
	font-size: 20px;
	line-height: 28.08px;
	color: #424242;
	font-weight: 700;
	max-width: 200px;
	float: right;
}
.time-line01 .item .num {
    width: 140px;
	height: 94px;
    line-height: 104px;
    text-align: center;
    background: WHITE;
    z-index: 1;
}
.time-line01 .item .num span {
        position: relative;
    display: inline-block;
    font-size: 24px;
    color: #2B80B9;
    width: 52px;
    height: 52px;
    line-height: 42px;
    border-radius: 50%;
    padding: 0;
    border: 5px solid #2B80B9;
    margin: 0;
}
.time-line01 .item .num span:after {
        content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border-width: 10px;
    border-style: solid;
    border-color: #E9F2F8;
    border-radius: 50%;
}
.image-text-cross.time-line01 .item .text {
    text-align: left;
}
.image-text-cross.time-line01 .item .pic p,
.image-text-cross.time-line01 .item .info{
	color: #5e6068;
}
.image-text-cross.time-line01 .item .pic p{
	margin-bottom: 0;
}
.image-text-cross.time-line01 .item .text h5{
	float: left;
}
.time-line01 .line {
    content: '';
    position: absolute;
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    background: #EDEDED;
    height: inherit;
}
.time-line01 .line:after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #EDEDED;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -5px;
}
.time-line01 .line:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #EDEDED;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: -5px;

}
.How-To-Order-box1 .width-80 .line{
	margin-top: 25px;
	margin-bottom: 42px;
}
.How-To-Order-box1 .width-80{
	width: 73%;
}

.table_box .table_style1 table{
	width: 100%;
	border-collapse:collapse;
}
.table_box .table_style1 table tr th,
.table_box .table_style1 table tr td{
	text-align: center;
	vertical-align: middle;
	padding:13px 14px;
	
}

.table_box .table_style1 table tr th{
	border-left:1px solid #6AA6CE;
	border-right: 1px solid #6AA6CE;	
}
.table_box .table_style1 table tr th:last-child{
	border-right-color: #2B80B9;
}
.table_box .table_style1 table tr th:first-child{
	border-left-color: #2B80B9;
}
.table_box .table_style1 table tr td{
	border-left:1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	font-size: 16px;
	line-height: 22px;
	color: #5e6068;
}
.table_box .table_style1 table tr th{
	background-color: #2B80B9;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	padding:15px 14px;
}
.table_box .table_style1 table tr:nth-child(2n + 1){
	background-color: #F4FBFF;
}
.table_box .table_style1 table{
	border-bottom: 1px solid #EAEAEA;
}
.bg_box{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.table_box .title01 h5{
	font-size: 20px;
	line-height: 28px;
	color: #323439;
	font-weight: bold;
	margin-bottom: 26px;
	margin-top: 50px;
}
.table_box3 .table-responsive{
	border-bottom: 1px solid #EAEAEA;
}
.table_box.table_box3 .table_style1 table{
	border-bottom: none;
}
.table_box.table_box3{
	padding-bottom: 70px;
}
.img_center{
	display: inline-block;
}
.table_box p{
	margin-bottom: 0;
}
.pad_topbot{
	padding-bottom: 63px;
}
.width-30{
	width: 30%;
}
.pad_topbot .img_center{
	width: 20%;
}
.Parts-Reference-Lists-box1{
	padding-top: 20px;
}
.Parts-Reference-Lists-box1 > p{
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 26px;
}
.Parts-Reference-Lists-box1 h3 a{
	color: #323439;
}
.Parts-Reference-Lists-box1 h3{
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #323439;
	padding-top: 11px;
}
.Parts-Reference-Lists-box1 img{
	margin-bottom: 10px;
}
.bot_line:after{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #2B80B9;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}



/*shop*/
.rvdsfCategoryTreeView.RadTreeView .rtUL{
	padding-top: 10px;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL > li{
	padding:0;
	margin:0;
	position: relative;
	border:none;
}
.rvdsfCategoryTreeView.RadTreeView > .rtUL > li{
	border:none;
	border-bottom: 1px dashed #EBEBEB;
	padding:0;
	margin:0;
	position: relative;
}
.rvdsfCategoryTreeView.RadTreeView > .rtUL > li > div:before{
	content: "";
	width: 2px;
	height: 20px;
	background: #2B80B9;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtIn{
	padding:0;
	font-size: 18px;
	font-weight: 700;
	color: #323439;
	position: relative;
	z-index: 2;
	padding: 17px 0px 17px 20px;
	width: 90%;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtIn a{
	color: #323439;
}
.rvdsfCategoryTreeView.RadTreeView .rtTop,
.rvdsfCategoryTreeView.RadTreeView .rtMid,
.rvdsfCategoryTreeView.RadTreeView .rtBot{
	padding:0;
	position: relative;
}
.rvdsfCategoryTreeView.RadTreeView .rtPlus,
.rvdsfCategoryTreeView.RadTreeView .rtMinus{
	background: none;
	padding:0;
	margin: 0;
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.rvdsfCategoryTreeView.RadTreeView > .rtUL > li > div > .rtMinus{
	background: #2B80B9;
	border-left: 2px solid #0D3287;
}
.rvdsfCategoryTreeView.RadTreeView > .rtUL > li > div > .rtMinus:before{
	content: "\e939";
	font-family: linearicons !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 23px;
	color: #fff;
}
.rvdsfCategoryTreeView.RadTreeView > .rtUL > li > div > .rtMinus + .rtIn a{
	color: #fff;
}
.rvdsfCategoryTreeView.RadTreeView > .rtUL > li > div > .rtPlus:before{
	content: "\e93a";
	font-family: linearicons !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 25px;
	color: #9E9E9E;
}

.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL li .rtIn{
	font-size: 16px;
	padding:7px 20px;
	padding-left: 0;
	margin-left: 20px;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL li .rtPlus,
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL li .rtMinus{
	width: 20px;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL li .rtIn a{
	color: #323439;
}

.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL li .rtPlus:before{
	content: "\e936";
	font-family: linearicons !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 13px;
	color: #2B80B9;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL li .rtMinus:before{
	content: "\e937";
	font-family: linearicons !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 13px;
	color: #2B80B9;
}
.rvdsfCategoryTreeView.RadTreeView > .rtUL > li > .rtUL{
	padding-top: 25px;
	padding-bottom: 25px;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL .rtUL .rtUL .rtUL > li > div > .rtIn{
	font-weight: normal;
	padding:7px 13px;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL .rtUL .rtUL .rtUL > li > div >  .rtIn a{
	color: #5E6068;
}
.rvdsfCategoryTreeView.RadTreeView .rtUL .rtUL .rtUL .rtUL .rtUL > li > div >  .rtIn:before{
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 19px;
	background: #5E6068;
}
.CustomCart .rvdsf-btn-viewcart .glyphicon.glyphicon-shopping-cart{
	font-size: 20px;
    color: #595959;
    line-height: 20px;
    font-family: linearicons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.CustomCart .rvdsf-btn-viewcart .glyphicon.glyphicon-shopping-cart:before{
	content: "\e74d";
}
.CustomCart .btn.rvdsf-btn-viewcart{
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 10px;
	background: none;
}
.CustomCart .btn.rvdsf-btn-viewcart:focus,
.CustomCart .btn.rvdsf-btn-viewcart:active{
	background: none;
	box-shadow: inherit;
}
.CustomCart .btn.rvdsf-btn-viewcart:hover{
	background: none;
}
.CustomCart .rvdsf-cartsummary-header-container{
	position: relative;
}
.CustomCart .rvd-label-qty{
	position: absolute;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #2B80B9;
	right: -6px;
	top: 50%;
	margin-top: -18px;
	color: #fff;
	border-radius: 50%;
}
.CustomPlist .list-group{
	margin-left: -15px;
	margin-right: -15px;
}
.CustomPlist .list-group{
	text-align: left;
}
.CustomPlist .list-group:before{
	content: "Refine Search";
	font-size: 18px;
	font-weight: 700;
	color: #323439;
	line-height: 32px;
	display: block;
	padding-top: 20px;
	padding-bottom: 7px;
}
.CustomPlist .list-group .list-group-item{
	margin-left: 0;
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 16px;
	color: #5e6068;
	display: inline-block;
	padding: 0;
}
.CustomPlist .list-group .list-group-item a{
	color: #5e6068;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
.CustomPlist .list-group .list-group-item a:hover{
	text-decoration: underline;
}
.CustomPlist .list-group .list-group-item:hover{
	background-color: transparent;
}
.CustomPlist .rvdsf-productlist-navbar{
	background: #F3F5F9;
	border-top:none;
	max-width: inherit;
	padding:30px 10px;
	margin-bottom: 20px;
	margin-top: 33px;
}
.CustomPlist .rvdsf-productlist-navbar select{
	margin-bottom: 0;
	border-radius: 0px;
	height: 40px;
	border:1px solid #EBEBEB;
	box-shadow: none;
	font-size: 16px;
	color: #323439;
	margin-right: 20px;
}
.CustomPlist .rvdsf-productlist-navbar .form-group{
	margin-right: 20px;
}
.CustomPlist .rvdsf-productlist-navbar .dnnLabel{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	padding: 3px 0 2px;
}
.CustomPlist .rvdsf-productlist-navbar .rvdPager{
	display: none;
	color: #323439;
}

.CustomPlist .rvdsf-productlist-grid{
	padding: 15px 0 0;
	display: flex;
    flex-wrap: wrap;
}
.CustomPlist .rvdsfProductDisplayInfoContainer .rvdsf-field-name{
	text-align: left;
	margin:0;
}
.CustomPlist .rvdsfProductDisplayInfoContainer .rvdsf-field-name a{
	font-size: 16px;
	line-height: 28px;
	color: #323439;
	font-weight: 700;
	display: block;
}
.CustomPlist.rvdsf-productlist-container .rvdsf-product-gallery-container{
	border:none;
	height: inherit;
}
.CustomPlist.rvdsf-productlist-container div.rvdsf-field-rating{
	display: none;
}
.CustomPlist .rvdsfProductDisplayInfoContainer .rvdsf-field-name a:hover{
	color: #2980b9;
	text-decoration: underline;
}
.CustomPlist .rvdsfPageViewModeList .rvdsfProductDisplayInfoContainer .rvdsf-field-name{
	margin-bottom: 10px;
}

.CustomPlist .RadRating{
	display: none;
}
.CustomPlist .rvdsfProductDisplayActions{
	padding-top: 16px;
}
.CustomPlist .rvdsf-productlist-grid div.rvdsf-product-info-container{
	min-height: inherit;
}
.CustomPlist .btn-toolbar .btn{
	text-transform: uppercase;
	font-size: 14.01px;
	font-weight: 700;
	color: #fff;
	padding:0 20px;
	line-height: 42px;
	background: #2B80B9;
	border-radius: 0px;
	margin-top: 16px;
	display: inline-block;
    width: auto;
    outline: none;
}
.CustomPlist .btn-toolbar{
	margin: 0;
	text-align: left;
}
.CustomPlist .btn-toolbar .btn:hover{
	background: #3071a9;
}
.CustomPlist > .dnnForm > .rvdPager{
	border-top: 1px solid #EBEBEB;
    text-align: left;
    margin-top: 20px;
    padding-top: 40px;
}
.CustomPlist > .dnnForm > .rvdPager > span > a,
.CustomPlist > .dnnForm > .rvdPager > span > span{
	font-size: 16px;
	line-height: 43px;
	border:1px solid #EBEBEB;
	padding: 0 16px;
	display: inline-block;
	color: #5e6068;
	margin-right: 3px;
}
.CustomPlist > .dnnForm > .rvdPager > span > a:hover,
.CustomPlist > .dnnForm > .rvdPager > span > span:hover{
	color: #2980b9;
	border-color: #2B80B9;
}
.CustomPlist .rvdsfPageViewModeGrid .rvdsfProductDisplaySummary,
.CustomPlist .rvdsfPageViewModeGrid .Quantity_box{
	display: none;
}
.CustomPlist .rvdsfPageViewModeList .Quantity_box > .dnnLabel{
	width: auto;
	margin-right: 0;
}
.CustomPlist .rvdsfPageViewModeList .Quantity_box > .dnnLabel label{
	margin-bottom: 0
}
.CustomPlist .rvdsfPageViewModeList .Quantity_box > .dnnLabel label span{
	font-size: 16px;
	color: #5e6068;
	font-weight: normal;
}
.CustomPlist .rvdsfPageViewModeList .Quantity_box .rvdQuantityInput{
	border:1px solid #EBEBEB;
	border-radius: 0px;
	margin-bottom: 5px;
	box-shadow: inherit;
	font-size: 16px;
	color: #5e6068;
}
div.rvdsf-cartsummary-detail-container{
	line-height: 1.5;
}
.CustomPlist .rvdsfPageViewModeList .rvdsfProductDisplaySummary{
	font-size: 16px;
	line-height: 28px;
	color: #5e6068;
}
.CustomPlist .rvdsfProductDisplayAbstractContainer img{
	border:1px solid #EBEBEB !important;
}

.CustomPdetail.rvdsf-productdetail-container .rvdsf-product-gallery-container img{
	border:1px solid #EBEBEB !important;
}
.CustomPdetail.rvdsf-productdetail-container .rvdsf-product-info-container div.rvdsf-field-name{
	font-size: 28px;
	line-height: 36px;
	color: #323439;
	font-weight: 700;
}
.CustomPdetail.rvdsf-productdetail-container .rvdsf-product-info-container .rvdsf-label-name{
	font-size: 28px;
	line-height: 36px;
	color: #323439;
	font-weight: 700;
}
.CustomPdetail.rvdsf-productdetail-container .rvdsf-product-info-container div.rvdsf-field-name:after{
	content: "";
	width: 49px;
	height: 2px;
	background: #2B80B9;
	display: block;
	margin-top: 28px;
	margin-bottom: 38px;
}
.CustomPdetail .btn-toolbar .btn{
	text-transform: uppercase;
	font-size: 14.01px;
	font-weight: 700;
	color: #fff;
	padding:0 20px;
	line-height: 42px;
	background: #2B80B9;
	border-radius: 0px;
	outline: none;
}
.CustomPdetail .btn-toolbar .btn:hover{
	background: #3071a9;
}

.CustomPdetail .rvdsfProductDisplayInfoContainer > .dnnFormItem > .dnnLabel{
	width: auto;
	margin-right: 0;
}
.CustomPdetail .rvdsf-product-form-container label,
.CustomPdetail .rvdsf-product-form-container{
	min-width: auto;
	font-size: 16px;
	font-weight: normal;
}
.CustomPdetail .rvdsf-product-form-container label{
	margin-bottom: 0px;
	min-width: 80px;
}
.CustomPdetail .rvdsf-product-form-container .rvdsf-field-qty input.form-control{
	display: inline-block;
	font-size: 16px;
	color: #5e6068;
	width: 42px !important;
	height: 40px;
	border-radius: 0px;
	box-shadow: inherit;
	text-align: center;
	border: 1px solid #EBEBEB;
    background: #ffffff;
}
.CustomPdetail .rvdsf-product-form-container .rvdsf-field-sku > label{
	min-width: 80px;
	margin-bottom: 0px;
}
.CustomPdetail .rvdsf-product-form-container > div{
	margin-bottom: 25px;
}
.CustomPdetail .rvdsf-product-form-container .rvdsf-field-sku > label,
.CustomPdetail .rvdsf-product-form-container .rvdsf-field-sku > div{
	width: auto;
}
.CustomPdetail .rvdsfProductDisplayInfoContainer .RadRating{
	display: none;
}
.CustomPdetail .rvdsf-field-summary{
	font-size: 16px;
	color: #5e6068;
	line-height: 28px;
	padding-bottom: 18px;
}

.CustomPdetail.rvdsf-productdetail-container .rvdsf-product-gallery-container{
	display: block;
	height: inherit;
	border:none;
}
.CustomPdetail.rvdsf-productdetail-container .rvdsf-product-gallery-container > a,
.CustomPdetail.rvdsf-productdetail-container .rvdsf-product-gallery-container > a >img{
	display: inline-block;
}

.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav{
	height: auto;
}
.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li a:active,
.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li a{
	border:none;
	background: none;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #323439;
	padding:7px 22px;
	box-shadow: inherit;
	text-shadow: inherit;
	margin: 0;
}
.CustomPdetail .tab-content>.active{
	font-size: 16px;
    line-height: 28px;
    color: #5e6068;
}
.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li{
	position: relative;
	margin-right: 1px;
	margin-bottom: 0px;
}
.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li:after{
	content: "";
	width: 1px;
	height: 26px;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -13px;
	display: block;
	background: #DEDEDE;
}

.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li:last-child{
	margin-right: 0px;
}
.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li:last-child:after{
	display: none;
}
.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li.active a{
	color: #2980b9;
	margin:0;
}
.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li.active a:after{
	content: "";
	left: 0;
	right: 0;
	bottom: -1px;
	background: #2B80B9;
	height: 3px;
	display: block;
	position: absolute;
}
.CustomPdetail .rvdPager{
	border:none;
	text-align: left;
	padding-top: 30px;
}
.CustomPdetail .rvdPager > span > a,
.CustomPdetail .rvdPager > span > span{
	font-size: 16px;
	line-height: 43px;
	border:1px solid #EBEBEB;
	padding: 0 16px;
	display: inline-block;
	color: #5e6068;
	margin-right: 3px;
}
.CustomPdetail .rvdPager > span > a:hover,
.CustomPdetail .rvdPager > span > span:hover{
	color: #2980b9;
	border-color: #2B80B9;
}
.CustomPdetail .rvdsfRelatedProductContainer .dnnFormSectionHead{
	border:none;
	

}
.CustomPdetail .rvdsfRelatedProductContainer .dnnFormSectionHead span{
	color: #323439;
	font-size: 32px;
	line-height: 75.01px;
}
.CustomPdetail .rvdsfRelatedProductContainer .dnnFormSectionHead:after{
	content: "";
	width: 49px;
	height: 2px;
	background: #2B80B9;
	display: block;
	margin-top: 5px;
	margin-bottom: 38px;
}
.CustomPdetail .ui-tabs-panel{
	font-size: 16px;
	line-height: 28px;
	color: #5e6068;
}
.CustomPdetail .rvdsfRelatedProductContainer{
	border-top:1px solid #EBEBEB;
}
.CustomPdetail .rvdsfRelatedProductContainer .rvdsfRelatedProductList{
	text-align: left;
}
.CustomPdetail .rvdsfRelatedProductContainer .rvdsfRelatedProductList .RadRating{
	display: none;
}
.CustomPdetail .rvdsfRelatedProductContainer .rvdsfRelatedProductList .rvdsfRelatedProductItemInfoContainer a{
	font-size: 16px;
	line-height: 28px;
	color: #323439;
	font-weight: 700;
}
.CustomPdetail .rvdsfProductDisplayInfoContainer .dnnFormItem{
	margin-bottom: 15px;
}
.CustomPdetail .rvdsfProductDisplayActions{
	padding-top: 5px;
}


.CustomShowcase .caroufredsel_wrapper .rvdsfProductShowcaseRotator > li{
	text-align: center;
}
.CustomShowcase .caroufredsel_wrapper .rvdsfProductShowcaseRotator > li .RadRating{
	display: none;
}
.CustomShowcase .caroufredsel_wrapper .rvdsfProductShowcaseRotator > li .rvdsfProductDisplayInfoContainer > a{
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #323439;
}
.CustomShowcase .caroufredsel_wrapper .rvdsfProductShowcaseRotator > li .rvdsfProductDisplayActions > a{
	display: inline-block;
	border: 1px solid transparent;
	background-size: 105% !important;
	background-position: center !important;
	height: 42px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14.01px;
	font-weight: 700;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	background-color: #2B80B9;
	transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-moz-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-webkit-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-o-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-ms-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
}
.CustomShowcase .caroufredsel_wrapper .rvdsfProductShowcaseRotator > li .rvdsfProductDisplayActions > a:hover{
	background-color: #0D3287;
	text-decoration: none;
}


.CustomShowcase.rvdsf-productshowcase-container .carousel .item{
	height: auto;
} 
.CustomShowcase.rvdsf-productshowcase-container .carousel .item .btn-toolbar{
	margin:0;
	text-align: center;

}
.CustomShowcase.rvdsf-productshowcase-container .carousel .item .btn-toolbar .btn{
	margin:0;
	width: auto;
	display: inline-block;
	border: 1px solid transparent;
	background-size: 105% !important;
	background-position: center !important;
	height: 42px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14.01px;
	font-weight: 700;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	background-color: #2B80B9;
	transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-moz-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-webkit-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-o-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
	-ms-transition: border-color ease-in 300ms, background-color ease-in 300ms, color ease-in 300ms, box-shadow ease-in 300ms;
}
.CustomShowcase.rvdsf-productshowcase-container .carousel .item .btn-toolbar .btn:hover{
	background-color: #0D3287;
	text-decoration: none;
}
.CustomShowcase.rvdsf-productshowcase-container div.rvdsf-field-rating{
	display: none;
}
.CustomShowcase.rvdsf-productshowcase-container div.rvdsf-product-info-container{
	min-height: 78px;
}
.CustomShowcase.rvdsf-productshowcase-container .rvdsf-field-name a{
	line-height: 28px;
	color: #323439;
}
.CustomShowcase.rvdsf-productshowcase-container div.rvdsf-field-name{
	margin-top: 21px;
}
.CustomShowcase.rvdsf-productshowcase-container .rvdsf-product-gallery-container{
	border-color: #d5d5d5;
}
.CustomShowcase.rvdsf-productshowcase-container{
	padding-top: 20px;
}
@media only screen and (min-width: 1681px){
	div.rvdsf-cartsummary-detail-container{
		left: -130px;
	}
}
@media only screen and (max-width: 1680px){
	div.rvdsf-cartsummary-detail-container{
		right: 0;
	}
}
@media only screen and (min-width: 1650px) and (max-width: 1701px) {
	.FootTopOutLeftPane{
		padding-top: 40px;
	}
	.footer_content_layout .form_box{
		top: 30px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1649px) {
	.FootTopOutLeftPane{
		padding-top: 40px;
	}
	.footer_content_layout .form_box{
		top: 30px;
	}
}
@media only screen and (min-width: 1550px) and (max-width: 1599px) {
	.FootTopOutLeftPane{
		padding-top: 40px;
	}
	.footer_content_layout .form_box{
		top: 20px;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1549px) {
	.FootTopOutLeftPane{
		padding-top: 20px;
	}
	.footer_content_layout .form_box{
		top: 10px;
	}
}
@media only screen and (min-width: 1450px) and (max-width: 1499px) {
	.FootTopOutLeftPane{
		padding-top: 10px;
	}
	.footer_content_layout .form_box{
		top: 10px;
	}
	#dnn_wrapper .FormPane .Theme_01_Default .form_list .form-control-wrap textarea{
		height: 80px !important;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1449px) {
	.FootTopOutLeftPane{
		padding-top: 10px;
	}
	.footer_content_layout .form_box{
		top: 10px;
	}
	#dnn_wrapper .FormPane .Theme_01_Default .form_list .form-control-wrap textarea{
		height: 80px !important;
	}
}
@media only screen and (min-width: 1350px) and (max-width: 1399px) {
	.FootTopOutLeftPane{
		padding-top: 10px;
	}
	.footer_content_layout .form_box{
		top: 10px;
	}
	#dnn_wrapper .FormPane .Theme_01_Default .form_list .form-control-wrap textarea{
		height: 60px !important;
	}
	.footer_left_con > p{
		padding-bottom: 0;
	}
	.footer_left_con ul li{
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1349px) {
	.FootTopOutLeftPane{
		padding-top: 10px;
	}
	.footer_content_layout .form_box{
		top: 10px;
	}
	#dnn_wrapper .FormPane .Theme_01_Default .form_list .form-control-wrap textarea{
		height: 50px !important;
	}
	.footer_left_con > p{
		padding-bottom: 0;
	}
	.footer_left_con ul li{
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 1250px) and (max-width: 1299px) {
	.FootTopOutLeftPane{
		padding-top: 10px;
	}
	.footer_content_layout .form_box{
		top: 10px;
	}
	#dnn_wrapper .FormPane .Theme_01_Default .form_list .form-control-wrap textarea{
		height: 40px !important;
	}
	.footer_left_con > p{
		padding-bottom: 0;
	}
	.footer_left_con ul li{
		margin-bottom: 20px;
	}
	.footer_content_layout .Container-2 .title2{
		line-height: 1.2;
	}
	.footer_content_layout .Container-3{
		padding-top: 10px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1249px) {
	.FootTopOutLeftPane{
		padding-top: 10px;
	}
	.footer_content_layout .form_box{
		top: 10px;
	}
	#dnn_wrapper .FormPane .Theme_01_Default .form_list .form-control-wrap textarea{
		height: 40px !important;
	}
	.footer_left_con > p{
		padding-bottom: 0;
	}
	.footer_left_con ul li{
		margin-bottom: 20px;
	}
	.footer_content_layout .Container-2 .title2{
		line-height: 1.2;
	}
	.footer_content_layout .Container-3{
		padding-top: 10px;
	}
}
@media only screen and (min-width: 1150px) and (max-width: 1199px) {
	.FootTopOutLeftPane{
		padding-top: 10px;
		padding-left: 15px !important;
	}
	.footer_content_layout .form_box{
		top: 10px;
	}
	#dnn_wrapper .FormPane .Theme_01_Default .form_list .form-control-wrap textarea{
		height: 40px !important;
	}
	.footer_left_con > p{
		padding-bottom: 0;
	}
	.footer_left_con ul li{
		margin-bottom: 5px;
	}
	.footer_content_layout .Container-2 .title2{
		line-height: 1.2;
	}
	.footer_content_layout .Container-3{
		padding-top: 10px;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1149px) {
	.FootTopOutLeftPane{
		padding-top: 10px;
		padding-left: 15px !important;
	}
	.footer_content_layout .form_box{
		top: -10px;
	}
	#dnn_wrapper .FormPane .Theme_01_Default .form_list .form-control-wrap textarea{
		height: 40px !important;
	}
	.footer_left_con > p{
		padding-bottom: 0;
	}
	.footer_left_con ul li{
		margin-bottom: 5px;
	}
	.footer_content_layout .Container-2 .title2{
		line-height: 1.2;
	}
	.footer_content_layout .Container-3{
		padding-top: 10px;
	}
}
@media only screen and (max-width: 1099px) {
	.FootTopOutLeftPane{
		padding-top: 5px;
		padding-left: 20px !important;
		padding-right: 20px;
	}
	.footer_content_layout .form_box{
		position: static;
		-webkit-transform: translate(0,0); 
    -moz-transform: translate(0,0);
     transform: translate(0,0);
	}
	.footer_content_layout{
		display: block;
		border:none;
	}
	#dnn_wrapper .FormPane .Theme_01_Default{
		width: 100% !important;
	}
		.footer_left_con > p{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.footer_left_con ul li{
		margin-bottom: 5px;
	}
	.footer_content_layout .Container-2 .title2{
		line-height: 1.2;
		font-size: 20px;
	}
	.footer_content_layout{
		background: url(images/footer_bg.jpg) 100% center no-repeat;
		background-size: cover;
	}
	.footer_content_layout .left{
		background: none;
	}
	.footer_content_layout .Container-2 .dnntitle{
		margin-bottom: 0px;
	}


}
 /*******HTML*********/
 @media only screen and (min-width: 1250px) {
 	.time-line01{
 		padding-left: 100px;
 		padding-right: 100px;
 	}
 	.nav_box{
 		padding-left: 84px;
 	}
#dnngo_megamenu > div.dnngo_gomenu > ul > li > a{
	padding:0 16px;
}
.dnn_layout {
	width: 1210px;
}

.rvdsfCategoryTreeView.RadTreeView > .rtUL > li > div > .rtMinus:before{
	right: 20px;
}
.rvdsfCategoryTreeView.RadTreeView > .rtUL > li > div > .rtPlus:before{
	right: 20px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li a:active, .CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li a{
		font-size: 14px;
	}
	.img_box{
		padding:0;
	}
	.aboutus_box1 .last{
		line-height: 2;
	}
	#dnngo_megamenu > div > ul > li{
		padding:16px 0 13px;
	}
	.nav_ico .searchBox,
	.menuRightBox .nav_ico{
		height: inherit;
		line-height: inherit;
	}
	.nav_ico .searchBox,
	.nav_ico .Loginandlanguage{
		margin-top: 14px !important;
	}
	#dnngo_megamenu .primary_structure > li > a{
		padding: 0 3px;
	}
	.footer_content_layout > div{
		float: none;
		width: inherit;
	}
.FootTopOutLeftPane{
 		padding: 20px 36px !important;
 	}
.dnn_layout {
	width: 736px;
}
.CustomPlist .rvdsfProductListProductItem{
	width: inherit;
	display: block;
}
.CustomPlist .rvdsfProductListToolbar > .dnnFormItem{
	margin-bottom: 10px;
}
.home_box2 .context01{
	margin-bottom: 20px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

.copyright_style .sep {
	padding: 0px 7px;
}
}
 @media only screen and (max-width: 767px) {
 	.CustomPdetail.rvdsf-productdetail-container .rvdsf-product-gallery-container{
 		margin-bottom: 30px;
 	}
 	.CustomPlist.rvdsf-productdetail-container div.rvdsf-field-description-container .panel-heading a{
 		display: block;
 	}
 	.CustomPlist.rvdsf-productdetail-container div.rvdsf-field-description-container .panel-heading a:after{
 		display: none !important;
 	}
 	.CustomPlist .rvdsf-productlist-grid{
 		display: block;
 	}
 	.CustomPlist .btn-toolbar,
 	.CustomPlist .rvdsfProductDisplayInfoContainer .rvdsf-field-name{
 		text-align: center;
 	}
 	.CustomPlist .rvdsfProductDisplayInfoContainer .rvdsf-field-name{
 		padding-top: 15px;
 	}
 	.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li a:active, .CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li a{
 		font-size: 14px;
 		display: block;
 	}
 	.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li{
 		float: none;
 	}
 	.CustomPdetail .rvdsfProductDisplayDetailContainer ul.dnnAdminTabNav li:after{
 		display: none;
 	}
 	.CustomShowcase.rvdsf-productshowcase-container .carousel .item > div{
 		display: block !important;
 	}
	.CustomShowcase .col-xs-3{
		float: none !important;
		width: auto !important;
		margin-bottom: 20px;
	}

 	.CustomPlist .rvdsfProductListToolbar > .dnnFormItem{
	margin-bottom: 10px;
}

 	.CustomPlist .rvdsfProductListProductItem{
	width: inherit;
	display: block;
}
 	#insidepage .Breadcrumb_bg,
 	#insidepage .breadcrumbBox .breadcrumbborder{
 		padding-bottom: 0px;
 		margin-bottom: 0px;
 	}
 	.width-80,
 	.width-60{
 		width: inherit !important;
 	}
 	.aboutus_box1 .last{
 		line-height: 2;
 	}
 	.home_box1 img{
 		margin-bottom: 30px;
 	}
 	.bg1 .TopBackgroundPane {
    padding: 50px 0;
	}
	.pt-50{
		padding-top: 50px;
	}

	.pb-50{
		padding-bottom: 50px;
	}
	.pt-70{
		padding-top: 50px;
	}
	.pb-70{
		padding-bottom: 50px;
	}
	.pt-90{
		padding-top: 50px;
	}
	.pb-90{
		padding-bottom: 50px;
	}
	.pb-60{
		padding-bottom: 40px;
	}
 	.Container-1 .title1,
 	.Container-2 .title2,
 	.Container-3 .title3,
 	.Container-4 .title4{
 		font-size: 20px;
 	}
 	.time-line01 .item{
 		display: block;
 	}
 	.time-line01 .item .num{
 		margin-left: auto;
 		margin-right: auto;
 	}
 	.time-line01 .item .pic, .time-line01 .item .text{
 		width: 100%;
 		text-align: center;

 	}
 	.image-text-cross.time-line01 .item .text h5,
 	.image-text-cross.time-line01 .item h5{
 		float: none;
 		text-align: center;
 		max-width: inherit;
 		background-color: #fff;
 		padding: 10px 0;
 	}
 	.image-text-cross.time-line01 .item .text{
 		text-align: center;
 		background-color: #fff;
 		padding: 10px 0;
 	}
 	.image-text-cross.time-line01 .item .pic{
 		width: 100%;
 		text-align: center;
 		background-color: #fff;
 		padding: 10px 0;
 	}
 	.time-line01 .line{
 		z-index: -1;
 	}

 	.img_box{
 		padding:0;
 	}
 	.aboutus_box1 .box-shadow-box{
 		margin-top: 15px;
 		margin-bottom: 30px;
 	}
 	.home_box2 .context01{
	margin-bottom: 20px;
}
 	.home_box3 .col_layout{
 		display: block;
 	}
 	.col_layout > .col5{
 		width: 100%;
 		overflow: hidden;
 	}
 	.footer_content_layout > div{
		float: none;
		width: inherit;
	}
.FootTopOutLeftPane{
 		padding: 20px 36px !important;
 	}
	.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_top {
		height: 36px;
		border-bottom: 1px solid #343434;
	}
	
	
	
	
	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		float: none!important;
		padding: 27px 50px 27px 0px!important;
		position: relative;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -20px;
	}
	
	.mobile_icon .glyphicons {
		background-color: #2980b9;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		margin: 1px 2px;
	}
	
	.mobile_icon.active .glyphicons:before {
		content: "\f00d";
		font-size: 20px;
	}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: #1f1f1f;
		display: none;
		border-top: 1px solid #2980b9;
	}
	
	#mobile_menu .menu_main {
		padding: 0px 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: #fff;
		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 #2980b9;
		border-right: 2px solid #2980b9;
	}
	
	.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 #2980b9;
		border-left: 2px solid #2980b9;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #2980b9;
		background-color: #2a2a2a;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #353535;
	}
	
	.multi_menu ul li a:hover {
		color: #2980b9;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #2980b9;
	}
	
	.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: #2980b9;
	}
	
	.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;
	}
}
.rvdsfCartContainer.rvdsfCheckoutPageViewModeSingle .dnnForm h2.dnnFormSectionHead span,
.rvdsfCartContainer.rvdsfCheckoutPageViewModeSingle .dnnForm h2.dnnFormSectionHead{
	font-size: 14px !important;
	line-height: 25.2px !important;
	font-weight: 700;
}

.list_disc ul{
	padding:0;
	margin:0;
}
.list_disc ul li{
	list-style: none;
	position: relative;
	padding-left: 13px;
}
.list_disc ul li:before{
	content: "";
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

@media only screen and (max-width:767px) {
	.list_disc ul li:before{
		top: 12px;
	}
	}




	.rvdsfCheckoutReviewOrderContainer .rvdsfCartTotalAmountContainer{
		display: none !important;
	}