@import url( bootstrap.css );
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* CSS Document */



#Body {
	color: #8a8a8a;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.5 "Open Sans",Arial, Helvetica, sans-serif; 
	color: #8a8a8a;
	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:#006174;
}

A:active {
	color:#006174;
	text-decoration: none;
}

A:visited {
	color:#006174;
	text-decoration: none;
}

A:hover {
	color:#006174;
	text-decoration: underline;
}

A:focus {
	color:#006174;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#006174;
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:#006174;
	font-family:"Open Sans",Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:#000000;
	font-family:"Open Sans",Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color:#000000;
	font-family:"Open Sans",Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color:#000000;
	font-family:"Open Sans",Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.Normal {
	font-family: "Open Sans",Arial, Helvetica, sans-serif, sans-serif;
}


/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */


.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #2e2e2e;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}


 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
	display: none;
}

}

/* ********** Other Style ************** */	
.dnn_layout {
	width: 966px;
	margin: 0px auto;
}
.margin_top{
	display: table !important;
	width: 100%;
}
.margin_top > div{
	display: table-cell;
}
.margin_top .BannerBottomLeftPane{
	background: #006174;
}
.margin_top .BannerBottomCenterPane{
	background: #4D98A9;
}
.margin_top .BannerBottomLeftPane,
.margin_top .BannerBottomCenterPane{
	width: 322px;
}
.margin_top .BannerBottomRightPane{
	width: 322px;
	background: #8CB9C5;
}
#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	
}
footer{
	background: #338190;
	padding: 12px 0;
}
/*Login*/




/* Search Style  */
.searchBox{
	position: relative;
	    display: block;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    background: #EEF4F7;
    border: medium none;
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
    width: 370px;
    height: 56px;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */


.header_top {
	background: #0d0d0d;
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #707070;
}

.header_top a:hover {
	color: #006174;
	text-decoration: none;
}

.HeadPane {
	float: left;
	height: 36px;
	line-height: 36px;
}

.HeadPane .Normal {
	line-height: 36px;
}

.HeadPane .Normal .glyphicons {
	margin-bottom: 2px;
	vertical-align: middle;
}

.header_bg {
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}


#body,
body {
	position: relative;
}

.header_bg {
	
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding:18px 0 29px;
}
.HeadPaneA{
	float: right;
}
.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.hedaer_minHeight {
	
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
	text-align: center;
	float: right;
	clear: right;
	margin-top: 27px;
}

/* ********** NAV ************** */	
#top_menu {
    margin: 0;
    position: relative;
    z-index: 904;
}
/*top menu*/
#top_menu {
	position:relative;
	float:right;
	z-index: 904;
}
#top_menu ul {
	margin:0px;
	padding:0px 0px;
	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:#3c3c3b;
	background-color:transparent;
	font-size:21px;
	line-height:38px;
	height:38px;
	margin:0px 23px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	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:after,
 #top_menu > div > ul > li.current > a > span:after,
  #top_menu > div > ul > li > a.menu_hover > span:after{
  	width: 45px;
  	height: 4px;
  	background: #006174;
  	position: absolute;
  	left: -4px;
  	top: -4px;
  	content: "";
  } 
#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:#006174;
}
#top_menu > div > ul > li.last-item a span {
	margin-right: 0;
}
/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute; 
}
#top_menu .menuslide div{
	margin-top:0px;
}
#top_menu > div > ul > li > .menuslide{
	margin-left: 12px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px; 
	float: left; 
	position:relative;
	margin:0px; 
	background:#006174; 
	padding:0px;
}
#top_menu .menuslide ul li{
    display:block; 
	clear:both; 
	padding:0px; 
	background:none; 
	margin:0px; 
	position:relative; 
}
#top_menu .menuslide ul li span{
	color:#fff; 
	display:block; 
	padding:0 30px 0 15px; 
	margin:0px; 
	background:none;
	text-align: left;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: normal;
	font-size:12px;
	margin:0px;  
	padding:0px;
	background:none; 
	float:left; 
	line-height:38px;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none;   
	padding:0px; 
	line-height:38px; 
	background:#3c3c3b;
}
#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:#3c3c3b; 
	 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*/


.BannerPane img{
	margin: 0 auto;
}

/* ********** CONTENT ************** */	
#dnn_content {
	padding:10px 0 40px;
}

.tabs_left{
	float: left;
	width: 65.55555555555556%
}
.tabs_right{
	float: right;
	width: 21.66666666666667%;
}

.tabs_left_con{
	padding: 10px 0 0 0;
}
.tabs_left_con p{
	line-height: 2;
	margin: 0 0 25px 0;
}
.tab_contact{
}
.tab_contact p{
	line-height: 2;
	margin: 0 0 15px 0;
}
.tab_contact span{
	color: #006174;
	display: block;
}
.tab_contact a{
	color: #3c3c3b;
	text-decoration: underline;
}
.tab_contact a:hover{
	text-decoration: none;
}
.tab_contact h3{
	margin: 20px 0 5px 0;
}

.pt15{
	padding-top: 18px;
}
.pt25{
	padding-top: 25px;
}
.pr35{
	padding-right: 35px;
}




.search_module .tit{
	color: #006174;
	font-size: 36px;
	line-height: 1.2;
	margin: 40px 0 20px 0;
}
.list_style{
	margin: 0;
	padding: 0;
}
.list_style li{
	float: left;
	width: 33%;
	margin: 0 0 30px;
	list-style: none;
}
.list_style li .name{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
.list_style li .description{
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
a.readmore{
	background: #4d98a9;
	color: #fff;
	display: inline-block;
	margin: 40px 0 0 0;
	padding: 10px 45px;
	line-height: 1;
}
a.readmore:hover{
	background: #000;
	text-decoration: none;
}

.list_style2 li{
	float: left;
	width: 50%;
	margin: 0 0 30px;
	list-style: none;
}
@media only screen and (min-width: 988px) and (max-width: 1387px) {
	#dnn_wrapper .margin_top.clearfix {
    margin-top: -95px !important;
}
	}
@media only screen and (min-width: 751px) and (max-width: 884px) {
	#dnn_wrapper .margin_top.clearfix {
    margin-top: -100px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.search_input input{
		width: 160px;
	}
	.search_module .by{
		margin: 0 0 0 10px;
	}
	.search_module .by span{
		padding: 0 5px 0 0;
	}
	.search_module .by ul li select{
		width: 145px;
	}
	.list_style li{
		padding: 0 20px 0 0;
	}
	.list_style li .description{
		font-size: 14px;
	}

}

 @media only screen and (max-width: 767px) {
 	.search_input{
 		float: none;
 	}
 	.search_module .by{
 		float: none;
 		margin: 0;
 	}
 	.search_module .by ul{
 		display: block;
 	}
 	.search_module .by ul li{
 		float: none;
 		margin: 0 0 10px 0;
 	}
 	.search_module .by ul li select{
 		width: 100%;
 	}
 	.search_meta{
 		padding: 10px 0 0 0;
 	}
 	.list_style li{
 		float: none;
 		width: 100%;
 	}
 	a.readmore{
 		margin: 20px 0 0;
 	}
 }


/* ********** FOOTER ************** */	



.copyright_style {
	float: left;

}

.FooterPane {
	float: right;
	padding:0;
	margin: 0;
}

.copyright_style .sep {
	padding: 0px 5px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 12px;
}

.copyright_style a:hover {
	text-decoration: none;
	color: #006174;
}

.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #585858;
}

*+html .FooterPane .social-icons {
	display: inline
}




 /*******HTML*********/
 @media only screen and (min-width: 1388px) {
.margin_top.clearfix{
	margin-top: -100px !important;
}
.dnn_layout {
	
}

.head_mid,
.content_mid,
.footer_mid {
	
}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {

.dnn_layout {
	width: 736px;
}

.head_mid,
.content_mid,
.footer_mid {
}

#dnn_dnnLOGO_imgLogo{
	/*width: 220px;*/
}
#top_menu > div > ul > li > a > span{
	font-size: 18px;
	margin: 36px 15px;
}

.copyright_style .sep {
	padding: 0px 7px;
}
}
 @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;
	}
	
	.header_top {
		height: 36px;
		border-bottom: 1px solid #343434;
	}
	
	.margin_top.clearfix{
	}
	.margin_top > div{
		display: block;
	}
	.margin_top .BannerBottomLeftPane, 
	.margin_top .BannerBottomCenterPane,
	.margin_top .BannerBottomRightPane{
		width: 100%;
	}
	

	.HeadPaneA_mobile{
		float: right;
		padding: 0 15px 0 0;
	}
	.margin_top .context p{
		font-size: 13px!important;
	}
	.margin_top .context{
		position: relative;
	}
	.tabs_left,
	.tabs_right{
		float: none;
		width: 100%;
	}
	.tabs_right{
		padding: 30px 0 0 0;
	}
	.tabs_left_con{
		padding: 0;
	}
	
	/*.header_bg*/
	.dnn_logo {
		text-align: center!important;
		float: none!important;
		padding: 25px 0px 25px 0px!important;
		position: relative;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		float: left;
		padding: 10px 0 0 15px;
	}
	
	.mobile_icon .glyphicons {
		border: 1px solid #006174;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		color: #006174;
		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: #338190;
		display: none;
		border-top: 1px solid #fff;
	}
	
	#mobile_menu .menu_main {
		padding: 10px 0;
	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.multi_menu ul ul li a{
		color: #000;
	}
	.multi_menu ul ul li a:hover{
		color: #338190;
	}
	.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;
	}
	
	.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 #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 #000;
		border-right: 2px solid #000;
	}
	
	.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 #000;
		border-left: 2px solid #000;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #000;
		background-color: #338190;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #4a9eae;
	}
	
	.multi_menu ul li a:hover {
		color: #000;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #000;
	}
	
	.multi_menu ul ul {
		display: none;
		background: #e4e2e2;
		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 #4a9eae;
		color: #000;
	}
	
	.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: 20px 0;
	}
}



.head_link a{
	font-size: 12px;
	color: #3c3c3b;
	border-right: 1px solid #EAEAEA;
	line-height: 44px;
	padding-right: 14px;
	margin-right: 14px;
	display: inline-block;
}
.head_link a.last{
	border: none;
	margin-right: 0;
	padding-right: 0;
}
.margin_top .context{
	padding: 35px 31px;
	color: #fff;
	position: relative;
}
.margin_top .context .tit{
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	line-height: 36px;
	padding-bottom: 22px;
}
.margin_top a:hover{
	text-decoration: none;
}
.margin_top a{
	color: #fff;
}
.margin_top .context .tit span{
	display: block;
}
.margin_top .context p{
	font-size: 18px;
	line-height: 25px;
}
.margin_top .context > a{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}


.margin_top.clearfix {
    margin-top: -130px;
    position: relative;
    z-index: 903;
    background: url(images/pane_shadows.png) center bottom no-repeat;
    margin-bottom: 88px;
    padding-bottom: 9px;
}

.footer_box .Normal,
.footer_box a{
	color: #fefefe;
	font-size: 10px;
}
.footer_box .social a{
	margin-left: 6px;
}
.footer_con > a{
	font-size: 10px !important;
	line-height: 23px;
}
.footer_con > .sep{
	color: #fefefe;
}

.footer_con > a:hover{
	color: #000;
}
.footer_con,
.footer_con > a,
.footer_con > span{
	text-transform: uppercase;
}

 @media only screen and (max-width: 320px) {
 	.head_link a{
 		margin-right: 10px;
 		padding-right: 10px;
 	}

 }


/* horizontalTab_Top_1*/

.insidepage #dnn_content{
	background: #F7F7F7;
}
.insidepage .horizontalTab_Top .resp-tab-content .resp_margin{
	margin: 0;
}
.insidepage .horizontalTab_Top_1 .resp-tabs-container{
	border: none;
	background: none;
}
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li span{
	display: inline-block;
}
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li span,
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li:hover span{
	font-size: 24px;
}
.tab_bg{
	background: #FFFFFF;
	padding: 39px 33px;
}
.tab_bg.search_inside{
	padding: 20px 30px;
}
.insidepage .horizontalTab_Top ul.resp-tabs-list li{
	width: 33.33333333333333%;
	margin: 0;
	text-align: center;
}
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li.tab_1{
	background: #006174;
	
}
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li.tab_2{
	background: #4D98A9;
}
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li.tab_3{
	background: #8CB9C5;
}
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li,
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li:hover,
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active{
 	border: none;
 	margin: 0;
 }
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li,
 .insidepage .horizontalTab_Top_1 ul.resp-tabs-list li:hover,
  .insidepage .horizontalTab_Top_2 ul.resp-tabs-list li,
   .insidepage .horizontalTab_Top_2 ul.resp-tabs-list li:hover,
    .insidepage .horizontalTab_Top_3 ul.resp-tabs-list li,
     .insidepage .horizontalTab_Top_3 ul.resp-tabs-list li:hover{
     	
     }
     
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span{
	color: #fff !important;
	position: relative;
	background: none;
}
.insidepage .horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span:before{
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 17px;
	bottom: 12px;
}

.horizontalTab_Top_1 {
	padding-bottom: 15px;
}

.horizontalTab_Top_1 ul.resp-tabs-list li,
.horizontalTab_Top_1 ul.resp-tabs-list li:hover {
	margin-right: 10px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}

.horizontalTab_Top_1 ul.resp-tabs-list li span,
.horizontalTab_Top_1 ul.resp-tabs-list li:hover span {
	padding: 12px 22px;
	font-size: 14px;
	color: #FFF;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
	border: 1px solid #d6d6d6;
	border-bottom: none;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
	color: #2e2e2e!important;
	background-color:none;
}

.horizontalTab_Top_1 .resp-tabs-container {
	border: 1px solid #d6d6d6;
	background-color: #fafafa;
}

.horizontalTab_Top_2 {
	padding-bottom: 15px;
}

.horizontalTab_Top_2 ul.resp-tabs-list li,
.horizontalTab_Top_2 ul.resp-tabs-list li:hover {
	margin: 0 5px 3px 0;
	border: 1px solid #d6d6d6;
}

.horizontalTab_Top_2 ul.resp-tabs-list li span,
.horizontalTab_Top_2 ul.resp-tabs-list li:hover span {
	padding: 10px 12px;
	font-size: 14px;
	color: #FFF!important;
}

.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
	background-color: #fafafa;
	color: #2e2e2e!important;
}

.horizontalTab_Top_2 .resp-tabs-container {
	background-color: #fafafa;
	border: 1px solid #d6d6d6;
}

.horizontalTab_Top_3 {
	border: 1px solid #d6d6d6;
	background-color: #fafafa;
	padding: 10px 20px;
	width: auto!important;
}

.horizontalTab_Top_3 ul.resp-tabs-list li,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover {
	margin: 0 10px 5px 0;
	border: none!important;
}

.horizontalTab_Top_3 ul.resp-tabs-list li span {
	padding: 12px 22px;
	font-size: 14px;
	color: #FFF;
	background: none!important;
}

.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active,
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover {
	background-color: #2e2e2e;
}

.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active span,
.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover span,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
	color: #FFF!important;
}

.horizontalTab_Top_3 ul.resp-tabs-list {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}

.horizontalTab_Top_3 .resp-tabs-container {
	border: none;
}

.verticalTab_Left_1 {
	padding-bottom: 15px;
}

.verticalTab_Left_1 .resp-tab-content {
	border: none;
}

.verticalTab_Left_1 .resp_container .resp_margin {
	border: 1px solid #d6d6d6;
	padding: 15px 25px;
	margin: 0;
	background: #fafafa!important;
}

.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
	margin: 0px;
	border: none;
	background: none!important;
}

.verticalTab_Left_1 ul.resp-tabs-list li {
	border: 1px solid transparent;
 	padding-left: 1px;
	margin: 0 3px 8px 0;
}

.verticalTab_Left_1 ul.resp-tabs-list li span,
.verticalTab_Left_1 ul.resp-tabs-list li:hover span {
	padding: 13px 15px;
	margin: 0px;
	border: none;
	background: none;
	color: #FFF;
}

.verticalTab_Left_1 ul.resp-tabs-list li:first-child {
	border: 1px solid #d6d6d6;
}

.verticalTab_Left_1 ul.resp-tabs-list {
	padding: 0px;
}

.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active {
	margin-right: -1px;
	padding-right: 4px;
	border: 1px solid #d6d6d6!important;
	border-right: none!important;
	background: #fafafa!important;
}

.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
	color: #2e2e2e;
}

.verticalTab_Left_2 {
	padding-bottom: 15px;
}

.verticalTab_Left_2 .resp-tab-content {
	border: none;
}

.verticalTab_Left_2 .resp_container .resp_margin {
	border: 1px solid #d6d6d6;
	padding: 15px 25px;
	margin: 0;
	background: #fafafa;
}

.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span {
	margin: 0px;
	border: none;
}

.verticalTab_Left_2 ul.resp-tabs-list li {
	border: 1px solid transparent;
	padding-left: 1px;
	margin: 0 3px 8px 0;
}

.verticalTab_Left_2 ul.resp-tabs-list li span,
.verticalTab_Left_2 ul.resp-tabs-list li:hover span {
	padding: 13px 15px!important;
	margin: 0px;
	border: none;
	background: none;
	color: #FFF;
}

.verticalTab_Left_2 ul.resp-tabs-list li:first-child {
	border: 1px solid #d6d6d6;
}

.verticalTab_Left_2 ul.resp-tabs-list {
	padding: 0px;
}

.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active {
	margin-right: 3px;
	padding-right: 0px;
	border: 1px solid #d6d6d6!important;
	background: #fafafa!important;
}

.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span {
	color: #2e2e2e!important;
}

.verticalTab_Left_3 {
	border: 1px solid #d6d6d6;
	background-color: #fafafa;
	padding: 10px 20px;
	width: auto!important;
}

.verticalTab_Left_3 .resp-tab-content {
	border: none;
}

.verticalTab_Left_3 .resp_container .resp_margin {
	border: none;
	padding: 15px 25px;
	margin: 0;
}

.verticalTab_Left_3 ul.resp-tabs-list li span {
	padding: 12px 15px;
	margin: 0px;
	border: none;
	background: none;
	color: #FFF;
	text-align: left;
}

.verticalTab_Left_3 ul.resp-tabs-list li:hover span {
	color: #FFF;
}

.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active span {
	margin: 0px;
	border: none;
	color: #FFF;
	padding-right: 15px;
	background: transparent!important;
}

.verticalTab_Left_3 ul.resp-tabs-list li {
	margin-bottom: 12px;
	margin-right: 10px;
	text-align: center;
}

.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:hover {
	background: #2e2e2e!important;
}

.verticalTab_Left_3 ul.resp-tabs-list li:first-child {
	border-top: 1px solid #ebebeb;
}

.verticalTab_Left_3 ul.resp-tabs-list {
	padding: 0px;
	border-right: 1px solid #d6d6d6;
}

.verticalTab_Left_3 ul.resp-tabs-list li em,
.verticalTab_Left_3 ul.resp-tabs-list li i,
.verticalTab_Left_3 h2.resp-accordion span em,
.verticalTab_Left_3 h2.resp-accordion span i {
	padding-right: 5px;
}

.verticalTab_Right_1 {
	padding-bottom: 15px;
}

.verticalTab_Right_1 .resp-tab-content {
	border: none;
}

.verticalTab_Right_1 .resp_container .resp_margin {
	border: 1px solid #d6d6d6;
	padding: 15px 25px;
	margin: 0;
	background: #fafafa!important;
}

.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span {
	margin: 0px;
	border: none;
	background: none!important;
}

.verticalTab_Right_1 ul.resp-tabs-list li {
	border: 1px solid transparent;
	padding-right: 1px;
	margin: 0 0 8px 3px;
}

.verticalTab_Right_1 ul.resp-tabs-list li span,
.verticalTab_Right_1 ul.resp-tabs-list li:hover span {
	padding: 13px 15px;
	margin: 0px;
	border: none;
	background: none;
	color: #FFF;
}

.verticalTab_Right_1 ul.resp-tabs-list li:first-child {
	border: 1px solid #d6d6d6;
}

.verticalTab_Right_1 ul.resp-tabs-list {
	padding: 0px;
}

.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active {
	margin-left: -1px;
	padding-left: 4px;
	border: 1px solid #d6d6d6!important;
	border-left: none!important;
	background: #fafafa!important;
}

.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span {
	color: #2e2e2e!important;
}

.verticalTab_Right_2 {
	padding-bottom: 15px;
}

.verticalTab_Right_2 .resp-tab-content {
	border: none;
}

.verticalTab_Right_2 .resp_container .resp_margin {
	border: 1px solid #d6d6d6;
	padding: 15px 25px;
	margin: 0;
	background: #fafafa!important;
}

.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span {
	margin: 0px;
	border: none;
	background: none!important;
}

.verticalTab_Right_2 ul.resp-tabs-list li {
	border: 1px solid transparent;
	padding-right: 1px;
	margin: 0 0 8px 3px;
}

.verticalTab_Right_2 ul.resp-tabs-list li span,
.verticalTab_Right_2 ul.resp-tabs-list li:hover span {
	padding: 13px 15px!important;
	margin: 0px;
	border: none;
	background: none;
	color: #FFF;
}

.verticalTab_Right_2 ul.resp-tabs-list li:first-child {
	border: 1px solid #d6d6d6;
}

.verticalTab_Right_2 ul.resp-tabs-list {
	padding: 0px;
}

.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active {
	margin-left: 3px;
	padding-left: 0px;
	border: 1px solid #d6d6d6!important;
	background: #fafafa!important;
}

.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span {
	color: #2e2e2e!important;
	padding-left: 15px!important;
}

.verticalTab_Right_3 {
	border: 1px solid #d6d6d6;
	background-color: #fafafa;
	padding: 20px 30px;
	width: auto!important;
}

.verticalTab_Right_3 .resp-tab-content {
	border: none;
}

.verticalTab_Right_3 .resp_container .resp_margin {
	border: none;
	padding: 15px 25px 10px 0px;
	margin: 0;
}

.verticalTab_Right_3 ul.resp-tabs-list li span {
	padding: 12px 15px;
	margin: 0px;
	border: none;
	background: none;
	color: #FFF;
	text-align: left;
}

.verticalTab_Right_3 ul.resp-tabs-list li:hover span {
	color: #FFF;
}

.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active span {
	margin: 0px;
	border: none;
	color: #FFF;
	padding-left: 15px!important;
	background: transparent!important;
}

.verticalTab_Right_3 ul.resp-tabs-list li {
	margin-bottom: 12px;
	margin-left: 10px;
	text-align: center;
}

.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active,
.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active:hover {
	background: #2e2e2e!important;
}

.verticalTab_Right_3 ul.resp-tabs-list li:first-child {
	border-top: 1px solid #ebebeb;
}

.verticalTab_Right_3 ul.resp-tabs-list {
	padding: 0px;
	border-left: 1px solid #d6d6d6;
}

.verticalTab_Right_3 ul.resp-tabs-list li em,
.verticalTab_Right_3 ul.resp-tabs-list li i,
.verticalTab_Right_3 h2.resp-accordion span em,
.verticalTab_Right_3 h2.resp-accordion span i {
	padding-right: 5px;
}

.horizontalTab_Top_1 table td,
.horizontalTab_Top_2 table td,
.horizontalTab_Top_3 table td,
.horizontalTab_Top_4 table td,
.verticalTab_Left_1 table td,
.verticalTab_Left_2 table td,
.verticalTab_Left_3 table td,
.verticalTab_Left_4 table td,
.verticalTab_Right_1 table td,
.verticalTab_Right_2 table td,
.verticalTab_Right_3 table td,
.verticalTab_Right_4 table td {
	vertical-align: top;
}

.horizontalTab_Top_1 table td img,
.horizontalTab_Top_2 table td img,
.horizontalTab_Top_3 table td img,
.horizontalTab_Top_4 table td img,
.verticalTab_Left_1 table td img,
.verticalTab_Left_2 table td img,
.verticalTab_Left_3 table td img,
.verticalTab_Left_4 table td img,
.verticalTab_Right_1 table td img,
.verticalTab_Right_2 table td img,
.verticalTab_Right_3 table td img,
.verticalTab_Right_4 table td img {
	max-width: none;
	margin: 5px 25px 5px 0;
}

.horizontalTab_Top ul.resp-tabs-list li em,
.horizontalTab_Top ul.resp-tabs-list li i,
.horizontalTab_Top h2.resp-accordion span em,
.horizontalTab_Top h2.resp-accordion span i,
.verticalTab_Left ul.resp-tabs-list li em,
.verticalTab_Left ul.resp-tabs-list li i,
.verticalTab_Left h2.resp-accordion span em,
.verticalTab_Left h2.resp-accordion span i,
.verticalTab_Right ul.resp-tabs-list li em,
.verticalTab_Right ul.resp-tabs-list li i,
.verticalTab_Right h2.resp-accordion span em,
.verticalTab_Right h2.resp-accordion span i {
	margin-right:5px;
}

@media only screen and (max-width: 979px) {


.verticalTab_Left_1 .resp_container .resp_margin,
 .verticalTab_Left_2 .resp_container .resp_margin,
 .verticalTab_Left_3 .resp_container .resp_margin,
 .verticalTab_Right_1 .resp_container .resp_margin,
 .verticalTab_Right_2 .resp_container .resp_margin,
 .verticalTab_Right_3 .resp_container .resp_margin {
	border-bottom: none;
}
.insidepage .horizontalTab_Top .resp-tab-content .resp_margin{
	margin: 20px 0 0 0;
}

.horizontalTab_Top_1 .resp-tabs-container {
	border: none;
}

.horizontalTab_Top_3,
 .verticalTab_Right_3,
 .verticalTab_Left_3 {
	border: none;
	background-color: transparent;
	padding: 0;
}

.horizontalTab_Top_1 .resp-tabs-container,
 .horizontalTab_Top_3 .resp-tabs-container {
	border-bottom: 1px solid #d6d6d6;
}

.verticalTab_Right_3 .resp_container .resp_margin {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

.horizontalTab_Top_2 .resp-tabs-container {
	border: none;
	border-bottom: 1px solid #d6d6d6;
}

.horizontalTab_Top h2.resp-accordion,
 .verticalTab_Right_3 h2.resp-accordion,
 .verticalTab_Left h2.resp-accordion {
	border: 1px solid #d6d6d6;
	font-size: 18px;
}
.horizontalTab_Top .resp-arrow{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
}

/*horizontalTab*/
.horizontalTab_Top_1 ul.resp-tabs-list li,
.horizontalTab_Top_1 ul.resp-tabs-list li:hover,
.horizontalTab_Top_2 ul.resp-tabs-list li,
.horizontalTab_Top_2 ul.resp-tabs-list li:hover,
.horizontalTab_Top_3 ul.resp-tabs-list li,
.horizontalTab_Top_3 ul.resp-tabs-list li:hover {
	background-color:#006174;
}
.verticalTab_Left_1 ul.resp-tabs-list li,
.verticalTab_Left_2 ul.resp-tabs-list li,
.verticalTab_Left_3 ul.resp-tabs-list li,
.verticalTab_Right_1 ul.resp-tabs-list li,
.verticalTab_Right_2 ul.resp-tabs-list li,
.verticalTab_Right_3 ul.resp-tabs-list li{
	background-color:#006174!important;
}

@media only screen and (max-width: 768px) {
	
.horizontalTab_Top .resp-tab-active,
.horizontalTab_Top .resp-tab-active:hover,
.verticalTab_Left .resp-tab-active,
.verticalTab_Left .resp-tab-active:hover,
.verticalTab_Right .resp-tab-active,
.verticalTab_Right .resp-tab-active:hover{
	background-color:#006174;
}

.horizontalTab_Top .resp-tab-content{
	border: none;
}
.tabs_left_con p{
	margin: 0 0 10px 0;
}

}


#dnn_wrapper .Theme_12_Basic .unoslider_caption{
	background: none;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	bottom: auto;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -28%;
	width: 715px;
	opacity: 1;
	text-align: left;
	text-transform: uppercase;
	text-shadow:-2px 5px 9px #000000;
}

@media only screen and (min-width: 768px) and (max-width: 1048px) {
	@media all and (orientation : landscape) { 

#dnn_wrapper .Theme_12_Basic .unoslider_caption{
		font-size: 26px;
		width: 490px;
		text-align: center;
		margin:0;
		left: 0;
		top:2px;
		padding: 0;
	}

} 
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {

	#dnn_wrapper .Theme_12_Basic .unoslider_caption{
		font-size: 22px;
		width: 490px;
		text-align: center;
		margin:0;
		left: 0;
		top:2px;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#dnn_wrapper .Theme_12_Basic .unoslider_caption{
		font-size: 22px;
		line-height: 1.2;
		width: 100%;
		left: auto;
		right: auto;
		margin: 0;
		padding: 0 15px;
	}

	
	.tab_bg,
	.tab_bg.search_inside{
		padding: 15px 15px;
	}
	.margin_top.clearfix{
		margin: 0;
	}
	.margin_top .context{
		padding: 25px 15px;
	}
	.margin_top .context .tit{
		font-size: 21px;
		line-height: 27px;
	}



	.footer_box .Normal, 
	.footer_box a,
	.footer_con > a{
		font-size: 16px!important;
	}
	

}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  
/* text-based popup styling */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
}

.mfp-zoom-in {
}
.mfp-zoom-in .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-newspaper {
}
.mfp-newspaper .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s;
	transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content{
	transform: scale(0) rotate(500deg);
	opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-move-horizontal {
}
.mfp-move-horizontal .mfp-content{
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
	transform: translateX(50px);
	opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-move-from-top {
}
.mfp-move-from-top .mfp-content {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
	transform: translateY(-50px);
	opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-3d-unfold {
}
.mfp-3d-unfold .mfp-content {
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
	opacity: 1;
	transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
	transform: rotateY(60deg);
	opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-zoom-out {
}
.mfp-zoom-out .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
	transform: scale(1.3);
	opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}
@keyframes 
hinge {
 0% {
 transform: rotate(0);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 transform: rotate(80deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 40% {
 transform: rotate(60deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 80% {
 transform: rotate(60deg) translateY(0);
 opacity: 1;
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 100% {
 transform: translateY(700px);
 opacity: 0;
}
}

.hinge {
	animation-duration: 1s;
	animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}
/**/
.dnn_option {
    position: relative;
}
.BannerConPane{
   bottom: 0; 
   position: absolute;
   margin: 0 0 250px;
   z-index: 100;
   width:100%;   
}
.banner_con {   
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-shadow: -2px 5px 9px #000000;
	position:relative;s	
}
.text_1,.text_2,.text_3{
  opacity: 0;
}
.text_2 {
    left: 0;
    position: absolute;
}
.text_3 { 
    left: 0;
    position: absolute;

}
.dnn_option .dnn_layout{
   position:relative;
}
@media only screen and (max-width: 1600px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner_con {  
    font-size: 35px;  
}
.BannerConPane {
    bottom: 0; 
    position: absolute;
    margin: 0 0 190px;
    z-index: 100;
    width: 100%;
}
}

@media only screen and (max-width: 767px) {
.BannerConPane {
    top: 6%;
    position: absolute;
    margin: 0;
    z-index: 100;
    left: 15px;
}
.banner_con {  
    font-size: 25px; 
	margin:0 15px 0 0  
}
.dnn_option .dnn_layout {
    position: initial;
}
.Theme_03_Redesign .pro-photo.content_bottom_push_in_2 .content h3{
   font-size:15px!important;
}
}
@media only screen and (max-width: 480px) {
.BannerConPane { 
    top: 4%;
}
}
@media only screen and (max-width: 320px) {
.banner_con {  
    font-size: 20px;  
}
}

.blog-tabs-list li{
	width: 100%!important;
	text-align: left!important;
}
.blog-tabs-list li span:before{
	content: none!important;
}
/*    K2  contact     */

.k2-contact {
	
	padding: 10px 0 75px 0px;
}
.k2-contact a, .k2-contact a:visited {
	color:#fff;
	padding:10px 30px;
}
.k2-contact a:hover {
	color:#fff;
	padding:10px 30px;
	text-decoration: underline;
}

.btn-contact {
    color: #fff;
    background-color:#006174;
    border-color: #006174;
}
/*  hide video controls*/
video::-webkit-media-controls-panel {
display: none !important;
opacity: 1 !important;}
