/* CSS Document */
/* ********** Main ************** */
.wrapper { position:relative; }
.left { float:left;}
.right { float:right;}
.skinwidth {
    margin: 0 auto;
    max-width: 1170px;
}
.banner-position {
    position: relative;
    z-index: 4;
    min-height: 180px;
}
.topbar { background:#35A7DB;}
.header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
	z-index:10;
}
.inner .header { position:relative;}
.header-main {
	background: rgba(42,44,50,0.75);
	padding: 15px 0;
	position: relative;
}
.inner .header-main {
  background-image: url('../images/inner-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.top-position { 
	position:relative;
	min-height:160px;
	z-index:10;
}
.skin-header {
    min-height: 180px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
}
.header-bg {
	padding: 20px 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
}
.nav-bar {
	width: 100%;
	position: relative;
	z-index: 903;
    background: none repeat scroll 0% 0% #191A1E;
    border-bottom: 2px solid #35A7DB;
}
.inner-nav-bar { position:relative;}
.nav-cover {
    position: absolute;
    height: 100%;
    width: 100%;
}
.isStuck .nav-cover {
    opacity:1;
}

.nav-row {
    position: relative;
}
.innerbanner-position {
	position: relative;
	background: url(../images/default-innerbg.jpg) no-repeat 50% 50%;
	background-size: cover;
	min-height:300px;
	z-index:4;
}

.BreadcrumbPane .Normal {
    font-size: 14px;
    text-align: center;
    letter-spacing: .5px;
}
.page-name {
	text-transform: capitalize;
	opacity: 0.9;
	line-height: 1;
	margin: 0px 0 10px 0;
	font-size: 30px;
	font-family:open sans;
}
.breadcrumb-row {
	position: relative;
	z-index: 2;
	bottom: 30px;
	left: 0;
	right: 0;
}

.skin-breadcrumb {
	padding: 5px 0 0 0;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}

.skin-breadcrumb a,
.skin-breadcrumb a:link, 
.skin-breadcrumb a:active,
.skin-breadcrumb a:visited { color:#333;}
.skin-breadcrumb a:hover { text-decoration:underline; color:#35A7DB;}
.skin-breadcrumb .fa-home { font-size:18px;}
.breadcrumb-position {
	text-align: center;
	padding: 30px 0 0 0;
}
.dnn-menu {
    margin:0;
	float:left;
}

.mycontent { 
	min-height:500px; 
	margin:30px auto 0px;
	position:relative;
}
.MultiColor-bg { position:relative; z-index:2; background:#35A7DB;}
.full-width-bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin: 0;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.light-gray { background:#f2f2f2;}
.cover-bg1 {
	background-image: url('../images/cover-bg1.jpg');
}
.cover-bg2 {
	background-image: url('../images/cover-bg2.jpg');
}
.full-width-cover { position:absolute; height:100%; width:100%; background:rgba(58, 61, 65, 0); }
.LeftMenu{
  margin: 0 0 20px 0;
}
.menu_box { display:none;}
.skin-footer {
	background: #292D30;
	position: relative;
	z-index: 1;
	padding: 50px 0 0 0;
}


.footer-bar { min-height:70px; background:#1E2225;}
.display-none { display:none;}
.DnnModule {
	z-index: inherit!important;
}
.content-main { margin:30px 0; min-height:300px;}
.w25 { width:25%; float:left;}
.w72 { width:72%; float:right;}
/* ********** Logo Style ************** */
.dnn-logo {
    padding:10px 0;
}

/* ********** ScrollMenu Style ************** */
.loginstatus.isStuck {
    top: 37px !important;
}
.showControlBar .loginstatus.isStuck{
    top: 55px !important;
}
.isStuck {
	 transition:none;
	 top:0;
	 margin:0;
	 left:0;
	 right:0;
}
.isStuck .top-line {
	margin: 4px 0 0 0;
}

.isStuck .dnn-logo {
	padding: 5px 0 0 0;
}
.isStuck .StandardMenu li div {
    top: 52px;
}
.isStuck .MegaMenu li div {
    top: 52px;
}
.isStuck .StandardMenu ul ul div {
	top: 0;
	padding:0;
}
.isStuck .MegaMenu ul ul div { top:0; padding:0;}
.isStuck .dnn-logo img { max-height:45px;}
.isStuck .menu_box, 
.isStuck .menu_box:link, 
.isStuck .menu_box:active, 
.isStuck .menu_box:visited { margin:10px 0 0 0;}


/* ********** Login Style ************** */
.login-style {
    font-size: 12px;
    position: relative;
	color:#fff;
}
.login-style em {
	font-size: 16px;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.login-style .icon-user-3,
.login-style .icon-lock-2  {
    color: #00f0d2;
    margin: 0 5px 0 5px;
}
.login, 
a.login:link, 
a.login:active, 
a.login:visited { color:#fff; }
a.login:hover { text-decoration: none; color:#000;}

.user, 
a.user:link, 
a.user:active, 
a.user:visited { color:#fff; margin:0 10px 0 0;}
a.user:hover { text-decoration: none; color:#000;}

/* ********** Language Style ************** */
.language-object {
    display: inline-block;
    vertical-align: middle;
}

.language-object .Language img {
    border:1px solid #000;
    width: 22px;
	margin:0 2px;
}
.language-object .Language.selected img {
    border: 1px solid #FFFFFF;
}

/* ********** Links Style ************** */
.footlins { 
	text-align: right; 
	padding:27px 0 10px 0; 
}
.footlins A, .footlins A:link, .footlins A:visited, .footlins A:active {
    color:#fff;
    font-size: 14px;
    text-transform: capitalize;
}
.footlins A:hover {
    color: #333;
    text-decoration: none;
}
/* ********** Copyright ************** */
.copyright {
    padding:27px 0px 10px 0;
    text-transform: uppercase;
	color:#fff;
	font-weight:300;
}
/* ********** Search Style ************** */
.skin_search {
    position: relative;
    width: 20px;
	display:inline-block;
}
.skin_search .fa-search {
    color: #fff;
    font-size:17px;
	position:relative;
	z-index:999;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
}
.skin_search a.active { 
	background:url("../images/close.png") no-repeat scroll 0 50% transparent; 
	text-indent:-9999em; 
	display:block;
	height:25px;
}
.skin_search .icon-search:hover { 
	color: #666666; 
	text-decoration:none;
}
.skin-search {
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin:8px 0px 0px;
	text-align: center;
	position:relative;
}
.isStuck .skin-search {
    margin: 10px 0px 0px;
}
.icon-search, .icon-search:link, .icon-search:visited, .icon-search:active {
	text-decoration: none;
	transition: none;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	text-align: center;
	margin: 0 0 0 10px;
}

.icon-search:hover { text-decoration:none;}
.fa-search.active:before {
  content: "x";
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:20px;
}
.shortline {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	background: #fff;
	width: 1px;
	height: 20px;
	vertical-align: middle;
	opacity: 0.3;
}
.search_bg 
.searchInputContainer { display:block!important;}
.search_bg ul.searchSkinObjectPreview,
.search_bg .searchInputContainer a.dnnSearchBoxClearText { display:none!important;}
.search_bg {
    height: 32px;
    position: absolute;
    right: 0;
    vertical-align: middle;
    margin: 0px;
    background: #2B2C31;
    width: 200px;
    display: inline-block;
    z-index: 9999;
}
#dnn_dnnSEARCH_ClassicSearch{
    display: block;
    line-height: 32px;
	text-align: left;
}
.search_bg input[type="text"] {
    background: none repeat scroll 0px 0px transparent;
    color: #888;
    height: 32px;
    outline: medium none;
    padding: 0px 0px 0px 10px;
    text-align: left;
    vertical-align: middle;
    width: 160px;
    transition: all 0.8s ease 0s;
    border: medium none;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 400;
}

.search_bg .NormalTextBox {
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
}
.search_bg a, .search_bg a:link, .search_bg a:active, .search_bg a:visited {
    color: #888;
    display: block;
    font-size: 0px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    background: none repeat scroll 0% 0% #35A7DB;
    text-align: center;
    line-height: 32px;
}
.search_bg a:before {
     content: "\f002";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.search_bg a:hover { text-decoration:none;}
/* ********** Breadcrumb Style ************** */
.Breadcrumb {
    background:#ededed;
    min-height: 60px;
    line-height:60px;
}
.Breadcrumb h4 {
    color:#555;
    font-size:25px;
	text-transform:uppercase;
	font-family:open sans, Arial, Helvetica, sans-serif;
	font-weight:300;
	line-height:60px;
	float:left;
}
.breadcrumb1 {
    color:#555;
    float: right;
    line-height: 60px;
}
.Breadcrumb .icon-home-1 { 
	display:inline-block; 
	color:#82CC2D; 
	font-size:13px;
}
.Breadcrumb a:hover { 
	text-decoration:none;
}
a.breadcrumb2,
a.breadcrumb2:link,
a.breadcrumb2:active,
a.breadcrumb2:visited { 
	color:#555; 
	text-transform:capitalize;
}
a.breadcrumb2:hover { 
	text-decoration: none; 
	color:#82CC2D;
}

/* ********** Back to top Style ************** */

element.style {
    display: inline;
}
#goup {
    bottom: 43px;
}
#goup a { background:#000;    border-radius: 3px; display:block;}
#goup a:hover { background:#35A7DB;}
.goup a img { border-radius: 50%; }

#top-link:hover { opacity:1;}
#top-link .icon-up-open { font-size:16px;}
/* ********** Pane Style ************** */
.TabsPane {
	margin: 0;
	position: relative;
	z-index: 20;
}
.TopGrid6A,
.TopGrid6B,
.TopGrid4A,
.TopGrid4B,
.TopGrid4C,
.TopGrid3A,
.TopGrid3B,
.TopGrid3C,
.TopGrid3D,
.TopGrid8Left,
.TopGrid4Right,
.TopGrid4Left,
.TopGrid8Right,
.TopGrid9Left,
.TopGrid3Right,
.TopGrid3Left,
.TopGrid9Right,
.MiddleGrid6A,
.MiddleGrid6B,
.MiddleGrid4Left,
.MiddleGrid4Center,
.MiddleGrid4Right,
.MiddleGrid3Left,
.MiddleGrid3CenterA,
.MiddleGrid3CenterB,
.MiddleGrid3Right,
.MiddleGrid8A,
.MiddleGrid4B,
.MiddleGrid4A,
.MiddleGrid8B,
.MiddleGrid9A,
.MiddleGrid3B,
.MiddleGrid3A,
.MiddleGrid9B,
.MiddleGrid12,
.BottomGrid12,
.BottomGrid6A,
.BottomGrid6B,
.BottomGrid4Left,
.BottomGrid4Center,
.BottomGrid4Right,
.BottomGrid3Left,
.BottomGrid3CenterA,
.BottomGrid3CenterB,
.BottomGrid3Right,
.BottomGrid8A,
.BottomGrid4B,
.BottomGrid4A,
.BottomGrid8B,
.BottomGrid9A,
.BottomGrid3B,
.BottomGrid3A,
.BottomGrid9B,
.BottomContent {
	padding-top:10px;
	padding-bottom:10px;
}
.FooterContactPane1{
    padding: 100px 0px 0px;
}
.FooterContactPane2{
    padding: 90px 0px;
	background:rgba(0,0,0,0.5);
}
.TopContentPane { 
	padding:20px 0 0px 0; 
	margin:0;
}
.BannerPane { 
	padding:0; 
}
.InnerBannerPane{ 
	padding:0; 
	margin:0;
	position:relative; 
	z-index:1;
}
.InnerBannerPane .Normal img { width:100%;}
.FullWidthPane {
    padding:70px 0 40px 0;
}
.FullWidthPane .CommandButton, .FullWidthPane A.CommandButton:link, .FullWidthPane A.CommandButton:visited, .FullWidthPane A.CommandButton:active {
    color: #FFFFFF;
}
.FullWidthPane2 {
    padding:50px 0 20px 0;
}
.FullWidthPane2 .CommandButton, .FullWidthPane2 A.CommandButton:link, .FullWidthPane2 A.CommandButton:visited, .FullWidthPane2 A.CommandButton:active {
    color: #FFFFFF;
}

.ContentPaneHome {
    padding: 10px 0 30px;
}
.ContentPane {
    margin: 10px 0;
    padding: 5px 0 0;
    text-align: left;
    vertical-align: top;
}
.ContentPaneInner {
	margin:0 0 10px 0;
	padding:0;
}
.ColorContentPane {
    padding:60px 0;
}
.FullCenterPane { padding:60px 0;}
.BottomGrid12  { padding:40px 0 20px; }
.BottomContent{
	padding: 30px 0 0 0;
}
.FooterColorPane {
	padding:30px 0;
}
.FooterPane1 {
    margin: 20px 0;
    padding: 0;
}
.FooterPane2 {
    margin:20px 0;
    padding: 0;
}
.FooterPane3 {
    margin: 20px 0;
    padding: 0;
}
.FooterPane4 {
    margin: 20px 0;
    padding: 0;
}
.LeftSideBar {
    margin: 10px 0 0;
    padding: 5px 0 0;
}
.RightSideBar {     
    margin: 0;
    padding:0;
}
.RightPadding {
    margin: 10px 0 0;
    padding: 5px 0 0;
}


.ColorContentPane .CommandButton, 
.ColorContentPane A.CommandButton:link, 
.ColorContentPane A.CommandButton:visited, 
.ColorContentPane A.CommandButton:active { 
	color:#35A7DB;
}
.FooterSocialPane { margin:10px 0 0 0;}




/*Responsive layout*/
@media handheld, only screen and (max-width:1170px) {
.BottomContent {
    padding: 0;
}

}
@media handheld, only screen and (max-width:1024px) {
.FullWidthPane {
  padding: 40px 0 0 0;
}
}
@media handheld, only screen and (max-width:1020px) {
.col-sm-3.FooterPane1,
.col-sm-3.FooterPane2,
.col-sm-3.FooterPane3,
.col-sm-3.FooterPane4 { width:50%;}



}
@media handheld, only screen and (max-width:960px) {
.FloatRight .dnn_logo {
	float: none;
	text-align: center;
}

.FloatRight .dnn_menu {
	float: none;
	margin: 0;
	width: auto;
	text-align: center;
}
.stick .dnn_logo {
	display:none;
}
.stick .dnn_menu {
	float: none;
}
.nav-bar { text-align:center;}
.dnn-menu {
  margin: 0 auto;
  float: none;
}
.skin-search { display:none;}
.w25.left { float:none; width:auto;}
.w72.right{ float:none; width:auto;}
.w25.right { float:none; width:auto;}
.w72.left{ float:none; width:auto;}


}
@media handheld, only screen and (max-width:900px) {
.dnn-logo {
  padding: 0;
}
.innerbanner-position { min-height:200px;}
.breadcrumb-position { top:40px;}
.BottomGrid4Left.col-sm-4,
.BottomGrid4Center.col-sm-4,
.BottomGrid4Right.col-sm-4 { float:none; width:auto;}
}
@media handheld, only screen and (max-width:800px) {
.col-sm-3.FooterPane1,
.col-sm-3.FooterPane2,
.col-sm-3.FooterPane3,
.col-sm-3.FooterPane4 { width:100%;}
.top-right.col-sm-5 { float:none; width:auto; text-align:center;}
.TopShowPane.col-sm-7{ float:none; width:auto;}
.top-right .right { float:none;width:auto;}

}

@media handheld, only screen and (max-width:767px) {

.login-style { text-align:center;}
.TopContentPane {
    width: auto;
}

.PortfolioPane {
    padding:0;
}
.BannerPane {
    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: 40px 0 10px;
}
.FullWidthPane {
	padding: 40px 0 10px 0;
}
.FullCenterPane {
	padding: 40px 0 0 0;
}
.FooterSocialPane { width:auto;}
.FooterSocialPane.right { float:none;}
.isStuck {
	position: inherit!important;
}
.header2 .page-name { font-size:24px;}
.top-right { float:none; width:auto; text-align:center;}
.FullWidthPane2 {
	padding: 30px 0 0px 0;
}
.BottomGrid12 {
    padding:40px 0px 0 0;
}
}
@media handheld, only screen and (max-width:720px) {

.page-name {
	font-size: 30px;
}

.breadcrumb-position {
	bottom: 20px;
}

}
@media handheld, only screen and (max-width:640px) {
.page-name.left { float:none; text-align:center;}
.skin-breadcrumb.right { float:none; text-align:center;}

}
@media handheld, only screen and (max-width:600px) {
.BreadcrumbPane .Normal {
	font-size: 13px;
}
.skin-breadcrumb {
	font-size: 13px;
}
.full-width-bg { background-attachment:scroll;}
}
@media handheld, only screen and (max-width:520px) {

.header2 .page-name {
	float: none;
	text-align: center;
	width:auto;
	margin:0;
}
.header2 .page-name .title-line {
	display: block;
	width: 60px;
	margin: 0 auto;
}
.header2 .skin-breadcrumb {
	float: none;
	text-align: center;
	width: auto;
}
.language-object {
  display: none;
}
}
@media handheld, only screen and (max-width:360px) {

.page-name {
	font-size: 24px;
}
}
@media handheld, only screen and (max-width:320px) {
}
@media handheld, only screen and (max-width:240px) {
.dnn-logo {
	max-width:150px;
}
}








