/* CSS Document */
/* Mobile */
@media handheld, only screen and (max-width:900px) {
.TreeMenu { position:absolute; left:20px; right:20px; z-index:999;}
.treeview { background:#202830; margin:0 ; padding:10px; list-style:none;}
.treeview ul { 
	list-style: none;
	background:#202830;
	margin:0;
	padding:0;
}


.treeview ul ul{
	background:none;
}
.treeview .hitarea {
	background: url(images/haschild2.png) 50% 50% no-repeat;
	height:40px;
	width: 40px;
	cursor: pointer;
	position:absolute;
	right:0;
}
.treeview .expandable-hitarea { background: url(images/haschild3.png) 50% 50% no-repeat; }
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
    margin: 0px;
    padding:0px;
    list-style: none outside none;
    line-height: 40px;
    border-bottom: 1px solid #343E45;
	position:relative;
}

.treeview li li { border-top: 1px solid #343E45; border-bottom:none; }
.treeview li a { font-size:14px; color:#fff; padding:0 0 0 20px; display:block;transition: none; text-transform:capitalize;}
.treeview li li a { padding:0 0 0 35px; font-size:13px; }
.treeview li li li a { padding:0 0 0 50px;}
.treeview li li li li  a { padding:0 0 0 65px;}


#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li li:hover { background:none!important; }
.treeview li.selected .head:hover { color:#fff!important;}
.treeview li.current .head:hover { color:#fff!important;}
.treeview li:hover a.head span  { color:#fff;}


.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }



Body {-webkit-text-size-adjust:none;}
.skinwidth, body {
    min-width: 0;
    width: 100%;
	padding:0;
	margin:0;
}
.fl, .fr{ float:none;}
.stick {
    box-shadow: none;
    height: auto;
    padding: 0;
    position: static;
    width: auto;
}
.stick .dnn_menu { float:none;}
.FloatRight .dnn_menu { margin:0;}
.dnn_menu { display:none;}
.footer-bar {
	min-height: 60px;
}
.header-bg { padding:0; position:relative;}
.header-mid { position:relative!important; margin:0; min-height:55px;}
.skin-search { display:none;}
.top-line { display:none;}
#dnn_LayoutStyle_plDisplay { display:none;}
.stuck-top { padding:5px 0 0 0; background:#202830;}
/* ********** Logo Style ************** */
.dnn-logo.left {
	padding:10px 0;
	float:none;
	text-align:center;
}
.dnn-logo img { max-width:300px;}
.FloatCenter .dnn_logo {
	padding:20px 0!important;
}
.FloatRight .dnn_logo {
    float: none !important;
    text-align: center;
	padding:20px 0!important;
}
.stick .dnn_logo {
	display: block;
}
.isStuck .dnn-logo img {
	height: auto;
}
/* ********** Currentdate Style ************** */
.currentdate { text-align:center; display:none;}
/* ********** Search Style ************** */
.skin_search { display: inline-block; float:none;}
/* ********** Breadcrumb Style ************** */
.Breadcrumb {
    min-height:30px;
    line-height:30px;
}
.footlins { text-align:center; padding:15px 0; }

.fixtop { border:none;}
.clear2{  clear:both; line-height:0; font-size:0; height:0; display:block;}
.fixtop .icon-th-list-1 { font-size:25px; color:#bbbbbb;}
.fixtop .icon-th-list-1:hover { color:#aaaaaa;}
.fixtop a:hover { text-decoration:none;}
.menu_box,
.menu_box:link,
.menu_box:active,
.menu_box:visited  {
	display: inline-block;
	float: right;
	border-radius: 3px;
	margin: 0;
	font-size: 21px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	color:#fff;
}

.isStuck .menu_box, .isStuck .menu_box:link, .isStuck .menu_box:active, .isStuck .menu_box:visited {
	margin: 0;
}
.StandardMenu,
.MegaMenu { display:none;}
.menu_hidden { display:inherit!important; }
.Breadcrumb h4 { font-size:20px; }

}
@media handheld, only screen and (max-width:767px) {
.footer-bar .col-sm-6 { width:auto; float:none; text-align:center;}
/* ********** Login Style ************** */
.login_style { text-align:center;}

/* ********** Copyright Style ************** */

.copyright {
	padding: 0px 0px 10px 0;
	text-align:center;
}

/* ********** Pane Style ************** */
.TopContentPane {
    width: auto;
}

.PortfolioPane {
    padding:0;
}
.BannerPane {
    margin: 0;
    padding: 0;
}
.ShowPane1 {
    margin: 10px 0;
    width: auto;
}
.ShowPane2 {
    margin: 10px 0;
    width: auto;
}
.ShowPane3 {
    margin: 10px 0;
    width: auto;
}
.ShowPane4 {
    margin: 10px 0;
    width: auto;
}
.UpperRightSidebarContent {
    margin: 10px 0;
    width: auto;
}
.UpperRightSideBar {
    margin: 10px 0;
    width: auto;
}
.UpperLeftSidebar {
    margin: 10px 0;
    width: auto;
}
.UpperLeftSidebarContent {
    margin: 10px 0;
    width: auto;
}
.UpperHalfLeft {
    margin: 10px 0;
    width: auto;
}
.UpperHalfRight {
    margin: 10px 0;
    width: auto;
}
.UpperThirdLeft {
    margin: 10px 0;
    width: auto;
}
.UpperThirdCenter {
    margin: 10px 0;
    width: auto;
}
.UpperThirdRight {
    margin: 10px 0;
    width: auto;
}
.UpperQuartleft {
    margin: 10px 0;
    width: auto;
}
.UpperQuartCenterLeft {
    margin: 10px 0;
    width: auto;
}
.UpperQuartCenterRight {
    margin: 10px 0;
    width: auto;
}
.UpperQuartRight {
    margin: 10px 0;
    width: auto;
}
.ContentPaneHome {
    padding: 10px 0 30px;
}
.ContentPane {
    margin: 10px 0;
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
}
.MiddleContent {
    margin: 10px 0;
}
.BottomContent {
    margin: 10px 0;
}
.ColorContentPane {
    width: auto;
	padding: 30px 0 15px;
}
.FullWidthPane {
	padding: 40px 0 10px 0;
}
}


@media handheld, only screen and (max-width:640px) {
.footlins { display:none;}
}
@media handheld, only screen and (max-width:600px) {
.skin-header .container .row .left,
.skin-header .container .row .right{ float:none; text-align:center;}

}
@media handheld, only screen and (max-width:480px) {
.breadcrumb1 { display:none;}
.dnn-logo img {
	max-width: 200px;
}
}









































