/*************************************
Live Composer
**************************************/
.no-admin .dslca-go-to-section-hook,
.no-admin .dslca-options-filter-hook,
.no-admin .dslca-module-edit-options-inner,
.no-admin .dslca-modules-section-edit-options-wrapper,
.no-admin .dslca-add-modules-section,
.no-admin .dslca-section-title,
.no-admin .dslca-section-scroller-content,
.no-admin .dslca-section-scroller-nav,
.no-admin .dslca-modules-area-manage,
.no-admin .dslca-modules-section-manage,
.no-admin .dslca-module-manage {
	display:none !important;
}

/*************************************
 Size Fonts
**************************************/
.font{
	font-size:2em;
}
.font2{
	font-size:3em;
}
.font3 {
    font-size:4em;
}
.font4 {
    font-size:5em;
}

/*************************************
 Standard CSS
**************************************/



#header{

}

#footer{
	background-color:#333;
	padding-top: 15px;
	padding-bottom: 15px;
}

#bootomsidebar1{
	color: white;
}

#bootomsidebar2{
	color: white;
}

#bootomsidebar3{
	color: white;
}

#bootomsidebar4{
	color: white;
}

#logo_top{
 padding-top: 5px;
 padding-bottom: 5px;
}


/*************************************
 navbar custom CSS
**************************************/


.navbar-default .navbar-nav > li > a {

}

.btn-primary, .btn-primary:visited {

}

.btn-primary:hover, .btn-primary:active {

}


/*************************************
 Screens
**************************************/

/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap */




/* Small devices (landscape phones, 576px and up SM) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up MD */
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up LG */
@media (min-width: 992px) { }

/* X-Large devices (large desktops, 1200px and up XL */
@media (min-width: 1200px) { 
	  /*Navbar Custom FORMATik */
		.navbar-nav.navbar-center {
			position: absolute;
			left: 50%;
			transform: translatex(-50%);
		}
	
		.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

		}
		.navbar-default .navbar-nav > li a{
			 line-height: 100px;
		  height: 115px;
		}
	
	/* end Navbar Custom FORMATik */
	

}
/* XX-Large devices (larger desktops, 1400px and up XXL */
@media (min-width: 1400px) { }




