@import url( bootstrap.css );
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@font-face {
	font-family: 'Conv_ACaslonPro-Regular';
	src: url('fonts/ACaslonPro-Regular.eot');
	src: local('☺'), url('fonts/ACaslonPro-Regular.woff') format('woff'), url('fonts/ACaslonPro-Regular.ttf') format('truetype'), url('fonts/ACaslonPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 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: #4d4d4d;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: 300 17px/28px 'Roboto', Arial, Helvetica, sans-serif; 
	color: #4d4d4d;
	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:#337ab7;
}

A:active {
	color:#337ab7;
	text-decoration: none;
}

A:visited {
	color:#337ab7;
	text-decoration: none;
}

A:hover {
	color:#23527c;
	text-decoration: none;
}

A:focus {
	color:#23527c;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#86a4ab;
	font-family: 'Conv_ACaslonPro-Regular';
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:#86a4ab;
	font-family: 'Conv_ACaslonPro-Regular';
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:#000000;
	font-family: 'Conv_ACaslonPro-Regular';
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color:#000000;
	font-family: 'Conv_ACaslonPro-Regular';
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color:#000000;
	font-family: 'Conv_ACaslonPro-Regular';
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.Normal {
	color: #4d4d4d;
	font-family: 'Roboto', Arial, Helvetica, sans-serif, sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
}


/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */


.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #2e2e2e;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */	
.dnn_layout {
	width: 980px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

/*Login*/




/* Search Style  */


/* Search Style  */
.pulldownsearch{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 38px;
	height: 38px;
	cursor: pointer;
	margin: 0 0 -16px 0;
	background: #fff;
	border: 2px solid #e0c367;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: translate(-50%, 0);
	transition: all .35s;
}

.searchbut .fa{
	color: #688d96;
	padding: 9px;
	margin: -2px 0 0 1px;
}

.searchBox{
	position: relative;
	display: none;
}
.searchable .searchbut{
	display: none;
}
.pulldownsearch.searchable{
	width: 271px !important;
	height: 48px !important;
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	margin-bottom: -23px;
}
.pulldownsearch.searchable .searchBox{
	display: block;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	
}
.search:after{
	content: "\f002";
	color: #5e5e5e;
}

.searchBox input.NormalTextBox {
	width: 220px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 9px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #688d96;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
	height: 44px;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    display: block;
    position: relative;
    text-align: left;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 52px !important;
left: auto;
right: 5px !important;
z-index: 904;

}

.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;
}




@media only screen and (max-width: 991px) {
	.pulldownsearch{
		left: 30px !important;
	}
    .pulldownsearch.searchable{
    	width: 750px !important;
    	margin: 12px auto !important;
    	left: 0 !important;
    	top: 0 !important;
    	position: absolute;
    	transform:initial;
    	z-index: 1001;
    	border:none;
    }
    .searchBox .searchInputContainer{
    	height: 48px !important;
    }
    .searchBox input.NormalTextBox{
    	color: #fff;
    	width: 100%;
    	top: 11px;
    	padding-left: 55px;
    	text-align: left;
    }
    .searchBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;  
}

.searchBox input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.searchBox input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

.searchBox input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}
    .search,
a.search:link,
a.search:active,
a.search:visited {
	left: 0;
	right: auto;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	
}
.search:after{
	color: #fff;
}
.header_bg{
    	position: fixed !important;
    }


}
@media only screen and (max-width: 768px) {
	.pulldownsearch{
		margin-top: -21px !important;
	}
	  .pulldownsearch.searchable{
    	width: 100% !important;
    }
    .header_bg{
    	padding: 0 15px;
    }
	}

.nav-up #mobile_menu{
		top: -70px;
	}

/* ********** HEADER ************** */
.header_bg {
	background:#fff;
	border-bottom: 2px solid #e0c367;
	text-align: center;
	position: relative;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.hedaer_minHeight {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 1000;
}


#body,
body {
	position: relative;
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 0 20px 0 0;
	height: 117px;
	line-height: 117px;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.roll_replace {
	position: absolute;
}
.roll_menu.roll_activated {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
	float: left;
	padding: 52px 0 48px;
}

/*top menu*/
#top_menu {
	position:relative;
	z-index: 1001;
}
#top_menu ul {
	margin:0px;
	padding:0px 0px;
	display: block;
	background:transparent;
}
#top_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#top_menu li {
	list-style:none;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
#top_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	float:left;
}
#top_menu ul li a span{
	display:block;
	white-space: nowrap;
}
#top_menu > div > ul > li > a > span {
	position:relative;
	color:#86a4ab;
	background-color:transparent;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	line-height: 17px;
	margin: 0;
	padding: 0 9px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	letter-spacing: 2.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? */
}
#top_menu > div > ul > li > a:hover > span, 
#top_menu > div > ul > li.current > a > span, 
#top_menu > div > ul > li > a.menu_hover > span {
	background-color:transparent;
	color:#e0c367;
}
#top_menu > div > ul > li.first-item > a > span {
	border-left: 2px solid #688d96;
	padding-left: 25px;
}
/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute;
	margin:50px 0 0 0; 
}
#top_menu .menuslide div{
	margin-top:0px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px; 
	float: left; 
	position:relative;
	margin:0; 
	background: #fff;
	padding:0px 0px;
	box-shadow: 0 0 2px #c2c2c2;
}
#top_menu .menuslide ul li{
    display:block; 
	clear:both; 
	padding:0px 0px; 
	background:none; 
	margin:0px; 
	position:relative; 
}
#top_menu .menuslide ul li span{
	color:#86a4ab; 
	display:block; 
	padding:5px 30px 5px 15px; 
	margin:0px; 
	background:none;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: normal;
	font-size:16px;
	margin:0px;  
	padding: 0px;
	background:none; 
	float:left; 
	line-height:24px;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none;   
	padding:0px; 
	background: #86a4ab;
}
#top_menu .menuslide ul a:hover span{
	color: #fff;  
	margin:0px;  
	background:none;
}
#top_menu .menuslide ul{
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide ul li a.menu_hover{
	background: #86a4ab;
	 color:#fff;
}
#top_menu .menuslide a.menu_hover span{
	background:none;
	margin:0px;
	color:#fff;
}
#top_menu .menuslide ul > li.dir > a span{
}
#top_menu .menuslide ul > li.dir > a:hover span{
}
#top_menu .menuslide ul > li.dir > a.menu_hover span{
}

/*Left Menu*/


/* ********** CONTENT ************** */	
#dnn_content {
	padding:172px 0 30px;
}

.home_box1{
	padding: 0 0 60px 0;
}
.home_con h2{
	color: #4d4d4d;
	font-size: 80px;
	line-height: 85px;
	font-weight: normal;
    margin: 20px 0 0;
    text-align: center;
}
.home_con .subtitle{
	margin: 30px 0 0 0;
	padding: 0 30px;
}
.button-set{
	margin: 45px 0 0 0;
}
.button-set a{
	margin: 0 12px 25px;
}

.background_bg1{
	background: #f2f2f2;
	padding: 30px 0 0 0;
	margin: 0 0 50px 0;
}
.background_bg1 .item_bg{
	background: #688D96;
	margin: 0 0 28px 0;
	padding: 0 15px 0 80px;
	position: relative;
	display: table;
	overflow: hidden;
	width: 100%;
}
.background_bg1 .item_bg.bg2{
	background: #84a5ab;
}
.background_bg1 .item_bg .item{
	display: table-cell;
	height: 115px;
	vertical-align: middle;
}
.background_bg1 .item_bg a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.item_bg .icon{
	position: absolute;
	left: 28px;
	top: 50%;
	width: 38px;
	height: 38px;
	margin: -17px 0 0 0;
}
.item_bg .icon em{
	color: #fff;
	font-size: 35px;
}
.background_bg1 .item_bg h3{
	color: #e0c367;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	margin: 0;
	padding: 10px 10px 10px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.background_bg1 .item_bg h3 a{
	color: #e0c367;
}

.background_bg1 .col-md-3{
	width: 50%;
}


a.btn-orange {
	display:inline-block;
	padding:10px 20px;
	border:1px solid #e0c367;
	text-transform:uppercase;
	color:#688d96;
	font-weight:700;
	font-size:14px;
	letter-spacing:1.5px
}
a.btn-orange:hover{
	color: #23527c;
}

.home_con p{
	margin: 0 0 25px 0;
}
.t-center{
	text-align: center;
}



/* ********** FOOTER ************** */	
.footer_box{
	background: #688d96;
	padding: 50px 0 30px;
}

.footer_box,
.footer_box .Normal,
.footer_box a,
.footer_box a:link,
.footer_box a:active,
.footer_box a:visited{
	color: #fff;
}
.footer_box a:hover{
	color: #e0c367;
}
.FooterTopPaneA{
	padding: 20px 0 0 0;
}
.footer_con{
	text-align: center;
}
.footer_con h2{
	color: #fff;
	margin: 5px 0 10px 0;
}
.FooterTopPaneB{
	padding: 30px 0 40px;
}
.footer-1{
	max-width: 240px;
}
.footer-1 hr{
}
.social{
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.social li{
	display: inline-block;
	margin: 0 10px 0 0;
}
.social li span{
	font-size: 35px;
}
.social li a:hover{
	color: #fff;
}

.footer_box .menu{
	margin: 0;
	list-style: none;
}
.footer_box .menu li a{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.footer_box small {
	font-weight:300;
	font-size:14px;
	text-transform:uppercase;
	color:white
}

.expand {
	text-align:center;
	margin:35px auto 60px
}
.expand .icon {
	background:url(images/expand.png) no-repeat;
	display: inline-block;
	width:13px;
	height:11px;
	cursor:pointer;
	transition:all .35s
}
.expand.active .icon {
	transform:rotate(180deg)
}
.FormPane{
	margin: 0 0 60px 0;
}
.form{
	margin: 75px 0 0 0;
}


 /*******HTML*********/
 @media only screen and (min-width: 1200px) {

.dnn_layout {
	width: 1170px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

#top_menu > div > ul > li > a > span{
	font-size: 15px;
	padding: 0 14px;
}
#top_menu > div > ul > li.first-item > a > span{
	padding-left: 22px;
}

.background_bg1 .col-md-3{
	width: 25%;
}

}

@media only screen and (max-width: 991px) {

	.dnn_layout {
		width: 750px;
	}
	.head_mid,
	.content_mid,
	.footer_mid {
		padding: 0px;
	}

	.hidden-xs{
		display: none;
	}
	.visible-xs{
		display: block!important;
	}

	.hedaer_minHeight{
		position: relative;
	}
	.header_bg{
		background: #688d96;
		border: none;
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 905;
		transition:top .2s ease-in-out;
	}
	.header_bg .head_mid{
		position: relative;
	}
	.header_bg.nav-up{
		top: -70px;
	}
	.dnn_logo {
		text-align: center!important;
		float: none!important;
		padding: 20px 55px 22px 45px!important;
		position: relative;
		height: auto;
		line-height: 1;
		z-index: 1000;
	}
	.pulldownsearch{
		background: #688d96;
		border: 1px solid #fff;
		left: 30px;
		top: 50%;
		margin: -17px 0 0 0;
		z-index: 1000;
	}
	.searchbut .fa{
		color: #fff;
		margin: 0 0 0 1px;
	}

	#dnn_content{
		padding: 115px 0 30px;
	}

	.home_box1 .col-sm-6{
		width: 100%;
	}
	.home_con h2{
		font-size: 48px;
		line-height: 50px;
	}
	.bg1_con{
		padding: 0 15px;
	}

	a.btn-orange {
    	font-size: 12px;
    	line-height: 18px;
	}

	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -15px;
		cursor: pointer;
		z-index: 1000;
	}
	.mobile_icon span{
		background: url(images/mobile-toggle.png) center center no-repeat;
		width: 43px;
		height: 30px;
		display: block;
	}

	#mobile_menu {
		position: fixed;
		right: -110%;
		z-index: 904;
		width: 100vw;
		height: 100vh;
		top: 0;
		padding: 65px 0 0 0;
		background: #688d96;
		text-align: right;
		opacity: 1;
		transition:.25s
	}
	#mobile_menu.active{
		right: 0;
	}
	
	#mobile_menu .menu_main {
		padding: 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: 16px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		color: #fff;
		display: block;
		text-decoration: none;
		outline: none;
		letter-spacing: 1.5px;
		text-align: right;
		border-bottom: 1px solid #86a4ab;
		text-transform: uppercase;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 15px 23px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 5px 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 #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg); /* IE 9 */
		-moz-transform: rotate(45deg); /* Firefox */
		-webkit-transform: rotate(45deg); /* Safari and Chrome */
		-o-transform: rotate(45deg); /* Opera */
	}
	
	.multi_menu ul li:hover > a > .menu_arrow:before {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		border-bottom: none;
		border-right: none;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #fff;
	}
	
	.multi_menu > ul > li.active > a {
	}
	
	.multi_menu ul li a:hover {
		color: #fff;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #fff;
	}
	
	.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 li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #fff;
	}
	
	.multi_menu ul li a {
		padding: 0 15px 0 0;
	}
	
	.multi_menu ul li li a {
		padding: 0 30px 0 0;
	}
	
	.multi_menu ul li li li a {
		padding: 0 45px 0 0;
	}
	
	.multi_menu ul li li li li a {
		padding: 0 60px 0 0;
	}

	.footer_box .footer_bottom_con .col-sm-5,
	.footer_box .footer_bottom_con .col-sm-3,
	.footer_box .footer_bottom_con .col-sm-4{
		width: 100%;
		text-align: center;
	}
	.footer-1{
		margin: 0 auto;
	}

}
 @media only screen and (max-width: 767px) {

	.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;
	}

	.background_bg1 .col-md-3{
		width: 100%;
	}
	.background_bg1 .item_bg h3{
		text-align: center;
	}
	.bg1_con{
		padding: 0;
	}
	.home_con .button-set a{
		display: block;
    	margin: 0 auto 15px;
    	max-width: 250px;
	}
	.home_con .subtitle{
		padding: 0 15px;
	}

	/*.header_bg*/

	/*foot*/
	.footer_con{
		text-align: left;
	}
	.footer_con .subtitle{
		padding: 0;
	}
}

