

.app-container.activity{
	background: url(../../assets/images/activity_app/activity-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.analytics{
	background: url(../../assets/images/analytics_app/analytics-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.blog{
	background: url(../../assets/images/blog_app/blog-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.data{
	background: url(../../assets/images/data_app/data-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.events{
	background: url(../../assets/images/events_app/event-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.featured-app{
	background: url(../../assets/images/featured_app/featured-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.file{
	background: url(../../assets/images/file_app/file-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.global{
	background: url(../../assets/images/global_app/global-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.image{
	background: url(../../assets/images/image_app/image-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.inventory{
	background: url(../../assets/images/inventory_app/inventory-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.map{
	background: url(../../assets/images/map_app/map-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.menu{
	background: url(../../assets/images/menu_app/menu-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.news{
	background: url(../../assets/images/news_app/news-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.page{
	background: url(../../assets/images/page_app/page-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.popup{
	background: url(../../assets/images/popup_app/popup-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.predictive{
	background: url(../../assets/images/search_app/search-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.slideshow{
	background: url(../../assets/images/slideshow_app/slideshow-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.staff{
	background: url(../../assets/images/staff_app/staff-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.store{
	background: url(../../assets/images/store_app/store-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.task{
	background: url(../../assets/images/task_app/task-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container.user{
	background: url(../../assets/images/user_admin/user-header.jpg) center no-repeat;
	background-size: cover;
}

.app-container{
	padding: 30px 15px;
	margin-bottom: 100px;
}

.app-container .dropdown {
	display:block;
}

.app-container h1 {
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size: 13vw;
}

.app-container .btn.btn-default {
    background: rgba(255,255,255,.8);
    border: none;
    color: #055785;
}

.app-container .open>.dropdown-toggle.btn-default.focus, .app-container .open>.dropdown-toggle.btn-default:focus, .app-container .open>.dropdown-toggle.btn-default:hover {
    color: white;
    background-color: #055785;
}

.app-container ul.dropdown-menu{
	width:208.59px;
	padding:10px 0;
	background: #f9f9f9;
	right:0;
	margin: 2px auto 0;
	height: 211px;
    overflow: scroll;
}

.app-container ul.dropdown-menu li a{
	padding:5px 0px;
	text-decoration:none;
	display:block;
}

.app-container ul.dropdown-menu li a:hover {
    background: #055785;
    color: white;
}

.app-container ul.dropdown-menu li a:hover img {
   box-shadow: none;
}

.app-container img {
    margin-right: 10px !important;
    box-shadow: 1px 1px 2px lightgrey;
}

.app-copy{
	color:#055785;
	font-size: 1.6em;
	line-height:1.6em;
}

.app-intro{
	margin-bottom:100px;
}



span.glyphicon.glyphicon-ok-sign {
    color: #055785;
    font-size: 3em;
}

.app-highlight h3 {
    color: #055785;
    font-size: 1em;
    font-family: inherit;
    margin: 0;
}

.app_slideshow ul a.fancybox-effects-c {
    margin: 15px 5px !important;
    box-shadow: 0 0 7px 0 #3D3D3D;
}

.app_slideshow ul a.fancybox-effects-c {
    text-align: center;
    width: 250px;
    height: 150px;
    display: inline-block;
    overflow: hidden !important;
}

.app_slideshow a.fancybox-effects-c img {
    width: auto;
    box-shadow:none;
}

.app_slideshow{
	margin:100px 0;
}

.app-icon-btm{
	display:none;
}

.app-buttons a.btn.btn-default{
	margin-bottom:10px;
}

.app-features {
    background: #055785;
    margin-bottom:25px;
    position:relative;
    height:50px;
}

.check {
    position: absolute;
    top: -2px;
    width: 100%;
    text-align: center;
}

.app-features h4 {
    color: white;
    margin-bottom: 0;
    font-size: 3em;
    display: inline-block;
}

.check img {
    position: relative;
    top: -13px;
    width:75px;
}

.highlight-container {
    padding-top: 20px;
    padding-bottom: 10px;
}

.highlight-container:nth-child(even) {
    background: #f3f3f3;
}


@media (min-width: 768px) {
.app-container{
	padding: 50px 15px;
}

.app-container h1 {
    color: white;
    text-shadow: 2px 2px 18px black;
    font-size: 9vw;
}

.app-container h1 {
    font-size: 9vw;
}

.app-container ul.dropdown-menu{
	width:640px;
	height: auto;
	overflow: auto;
}

.app-container ul.dropdown-menu li a{
	padding:5px 15px;
}

.app-container h1 {
    font-size: 9vw;
}

.app-icon-btm{
	width:75px;
	display:inline-block;
	margin:0 15px;
}

.check {
    top: -16px;
}

.check img {
    width:auto;
    top: -21px;
}

.app-features h4 {
    font-size: 5em;
}

.app-features {
    height:125px;
    margin-bottom:100px;
}

.app-highlight h3 {
    margin-top: 15px;
    font-size:1.3em;
}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
.app-highlight h3 {
    margin-top: 8px;
}
}




