/*------------------------------------------------------------------
Project:	HighLand
Version:	1.0
Created: 		18/10/2013
Last change:	15/11/2013
-------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html, body {
	font-family: 'Lato', sans-serif;
	position: relative;
}
body {
	padding-top: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
h1.hl, h2.hl, h3.hl, h4.hl, h5.hl, h6,hl {
	color: #515151;
	font-weight: 300;
	text-transform: uppercase;
}

a {
	cursor: pointer;	
}

blockquote {
	font-size:13px;	
}

/* ===== Navbar ===== */

.langLink {
	padding-left:5px !important;	
	padding-right:5px !important;
	width:40px;
}
.langLink img {
	display: block;
	height: auto !important;
	max-width: 100% !important;	
}
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.navbar {
	height:40px;
	box-shadow: 0 0 15px #222:	
}

.navbar-brand-container {
	position:relative;
}
.navbar-brand {
	position:relative;
	top:10px;
	left:25px;
}
.navbar-brand img {
	display:block;
	position:absolute;
	top:0px;
	left:0px;	
}
.navbar-inverse {
  background-color: #515151;
  border: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  font-weight: bold;
  background-color: #515151;
}
.navbar-inverse .navbar-brand {
  color: #EEEEEE;
}
.navbar-inverse .navbar-nav > li > a {
  color: #EEEEEE;
}
.navbar-inverse {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #EEEEEE;
  border-bottom-color: #EEEEEE;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #515151;
  border-bottom-color: #515151;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #EEEEEE;
  color: #515151;
}
.dropdown-menu {
  background-color: #EEEEEE;
  border: 1px solid #D6D6D6;
  border-top-color: #EEEEEE;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  color: #515151;
  padding: 10px 20px;
  font-size: 12px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #515151;
}



/* ====== MAX ======== */
#headimg {
	width:100%;	
}
#headimg .inner {
	width:100%;
	height:360px;	
	background-position: top center;
}
#headimg .caption {
	text-align:right;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #000;
	margin-top: -90px;
	padding-right:30px;
	padding-left:20px;	
	font-size: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #efefef;
	text-transform: uppercase;

}


/* ===== Showcase ===== */

#wrap {
	height: 360px;
	background-size: cover;
	background-position: center;
	border-bottom: 1px solid #eee;
	color: #fff;
}
#wrap h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 48px;
	margin-top: 70px;
	text-transform: uppercase;
	margin-left: 70px;
}
.showcase {
	position: relative;
	width: 438px;
	margin: 0 auto;
}
.iMac {
	background: url(../img/iMac.png);
	height: 300px;
	width: 351px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 60px;
	-webkit-animation-duration: 1s;
	-moz-animation-delay: 1s;
}
.iPad {
	background: url(../img/iPad.png);
	height: 228px;
	width: 174px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 138px;
	left: -50px;
	-webkit-animation-duration: 1.3s;
	-moz-animation-delay: 1.3s;
}
.iPhone {
	background: url(../img/iPhone.png);
	height: 152px;
	width: 56px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 208px;
	left: 70px;
	-webkit-animation-duration: 1.6s;
	-moz-animation-delay: 1.6s;
}
.list {
	margin: 50px 0 50px 50px;
}
.list ul {
	padding: 0;
}
.list i {
	font-size: 28px;
}
.list li {
	list-style-type: none;
	margin: 10px 0;
}
.list span.li-bg {
	background: rgba(0, 0, 0, 0.25);
	padding: 5px 10px;
}
.list span {
	font-size: 28px;
	margin-left: 20px;
	font-weight: 100;
}
.first {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
}
.second {
	-webkit-animation-duration: 1.3s;
	-moz-animation-duration: 1.3s;
}
.third {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
}
.fourth {
	-webkit-animation-duration: 1.9s;
	-moz-animation-duration: 1.9s;
}


/* ===== Services ===== */

.services {
	margin-top:-25px;	
	background-color:#515151;
	border-radius:5px;
	display:block;
	box-shadow: 0 0 15px #111;
}
.services ul {
    display: table;
    table-layout: fixed;
	margin-bottom:0;
	width:100%;
	padding-left:0px;
}
.services li {
	font-size:18px;
	display: table-cell;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: center;
	color: #eee;
	text-transform:uppercase;
	font-weight:300;
}
.services li:hover {
	background-color:#3E7A8C;
	color:#fff;	
}
.services li a {
	color:#eee;	
}

.carousel-indicators {
	bottom:40px;	
}
.carousel-caption {
	padding-bottom:60px;	
}

/* ===== Profiles ===== */

.avatar {
	position: relative;
}
.avatar-bubble,
.avatar:hover .avatar-bubble {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.avatar-bubble {
	width: 100%;
	position: absolute;
	padding: 15px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: 300;
	bottom: 0;
	opacity: 0;
}
.avatar:hover .avatar-bubble {
	opacity: 1;
}
.avatar-bubble a {
	display: block;
	color: #eee;
}
.avatar-bubble a:hover {
	text-decoration: none;
	color: #fff;
}
.pr-links ul {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
.pr-links ul li {
	background: #f5f5f5;
	height: 30px;
	margin-bottom: 1px;
	line-height: 30px;
	padding: 0 10px 0 0;
	white-space: nowrap;
}
.pr-links ul li:hover {
	background: #eee;
}
.pr-links ul li a {
	color: #333;
	position: relative;
	display: block;
}
.pr-links ul li a:hover {
	text-decoration: none;
}
.pr-links ul li .pr-icon {
	height: 30px;
	width: 30px;
	display: inline-block;
	background: #ddd;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: white;
	margin-right: 10px;
}
.pr-links ul li #email {
	background: #E74C3C;
}
.pr-links ul li #facebook {
	background: #3B5998;
}
.pr-links ul li #twitter {
	background: #1dcaff;
}
.pr-links ul li #vk {
	background: #3f628a;
}
.pr-gallery .thumbnail {
	margin-bottom: 10px;
}

/* ===== Blog ===== */

.blog {
	line-height: 1.8;
}
.img-blog {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 10px;
	width: 350px;
}
.recent-blogs ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.recent-blogs ul li {
	padding: 7px 0;
	border-bottom: 1px dotted #ddd;
}
.blog-months ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.blog-months ul li .badge {
	background: #FFF;
	color: #666;
	border: 1px solid #ddd;
}
.new-comment {
	padding: 20px 10px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	margin: 20px 0;
}
.new-comment:hover {
	border-bottom-style: solid;
}
.new-comment img {
	max-height: 64px;
	width: auto;
	float: right;
}
.comment {
	margin: 10px 0;
	border-bottom: 1px dotted #ddd;
}

/* ===== About Us block ===== */

#mainblock img {
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 15px 15px 0;
}

img.img-third {
	width: 230px;
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 15px 15px 0;
}

img.img-left {
	float: left;	
}

img.img-right {
	float:right;	
}

img.img-half {
	width: 350px;
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 15px 15px 0;
}
img.img-small {
	width: 135px;
	padding: 10px;
	border: 1px solid #eee;
	margin: 0 15px 15px 0;
}




/* ===== Media objects ===== */

.media-object {
  height: 64px;
  width: 64px;
}
.media-heading a{
  color: #333;
}
.media-heading a:hover{
  color: #333;
  text-decoration: none;
}
.read-more {
	float:right;
	margin-top: 10px;
}

/* ===== Recent Works ===== */

.thumbnail {
	position: relative;
}
.thumbnail .visit {
	position: absolute;
	opacity: 0;
	width: 100%;
	text-align: center;
	top: 80px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.thumbnail:hover .visit {
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.thumbnail .visit a {
	color: #FFF;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
}
.thumbnail .visit a:hover {
	color: #FFF;
	text-decoration: none;
}

/* ===== Steps ===== */

.step {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.step i {
	color: #dedede;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step h4 {
	text-transform: uppercase;
}
.step .arrow {
	position: absolute;
	top: 0;
	right: -10%;
    color: #dedede;
    font-size: 100px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step:hover i {
	color: #FFA973;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.step:hover .arrow {
	color: #99E0FF;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}

/* ===== About Us ===== */

.about-icon {
	font-size: 52px;
	float: left;
	margin: 15px 15px 0 0;
	color: #81D685;
}
.about-p {
	overflow: hidden;
	line-height: 22px;
}
.about-btn {
	margin-top: 50px;
	text-align: center;
}

/* ===== Team ===== */
.member-left {
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #eee;
}
.member-right {
	text-align: right;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #eee;
}
.team img,
.team img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.team .member-left img{
	float: left;
	margin-right: 50px;
}
.team .member-right img{
	float: right;
	margin-left: 50px;
}
.team .position {
	color: #ccc;
}
.team p {
	overflow: hidden;
}

/* ===== 404 error page ===== */

.not-found {
	background: #eee;
    background-image: url(../img/falling-leafs.png), -webkit-linear-gradient(top, #eee, #fff);
    background-image: url(../img/falling-leafs.png), -moz-linear-gradient(top, #eee, #fff);
}
.not-found .digits {
	color: #999;
	font-size: 250px;
	font-weight: bold;
	text-align: center;
}
.not-found .digits i {
	font-size: 200px;
	margin: 0 10px;
}
.not-found h1 {
	text-align: center;
	color: #666;
}
.not-found h2 {
	text-align: center;
	color: #999;
}
.not-found form {
	text-align: center;
	margin: 30px 0;
}

/* ===== Contact Us ===== */

.map {
	overflow: hidden;
}

/* ===== Pricing ===== */

.pricing .item {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.pricing .item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	margin-top: -10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.pricing .head {
	background: #69D2E7;
	padding: 30px 10px 10px;
	position: relative;
	border-radius: 3px;
	margin-bottom: 50px;
}
.pricing .head h4 {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.pricing .head .arrow {
	position: absolute;
	height: 30px;
	width: 100%;
	border-top: 30px solid #69D2E7;
	border-right: 120px solid white;
	border-left: 120px solid white;
	bottom: -30px;
	left: 0;
}
.pricing .sceleton {
	text-align: center;
}
.pricing .sceleton h5 {
	font-size: 30px;
}
.pricing .sceleton span {
	font-size: 24px;
}
.pricing .sceleton ul {
	margin: 0 0 10px;
	padding: 0;
}
.pricing .sceleton li {
	list-style-type: none;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.pricing .sceleton li:hover {
	border-top: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
}

/* ===== FAQs ===== */

.faq-cats ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
}
.faq-cats ul li:first-child {
	margin: 0 0 15px 0;
}
.faq-cats ul li {
	margin: 15px 0 15px 0;
}
.faq-cats ul li i{
	vertical-align: middle;
	margin-right: 15px;
	color: #bbb;
}
.faq-cats ul li:hover i{
	color: #00B4FF;
}

/* ===== Footer ===== */

footer {
	margin-top: 60px;
	padding: 20px 0;
	background: #3E7A8C;
	color: white;
	font-weight: 300;
}
footer a {
	color: #81D685;
}
footer a:hover {
	color: #81D685;
	text-decoration: none;
}
footer .headline {
	border-bottom: 1px dotted white;
	margin-bottom: 20px;
}
footer .headline h3{
	text-transform: uppercase;
	font-weight: 100;
}
.legal {
	padding: 20px 0 10px 0;
	background: #386F80;
	color: white;
	font-weight: 300;
}
.legal a {
	color: #81D685;
	text-decoration: none;
}
.social ul {
    background: #3E7A8C;
    color: white;
    font-size: 24px;
    margin: 0;
	padding: 0;
}
.social li {
    float: left;
    display: block;
    list-style-type: none;
    width: 28px;
    height: 28px;
    background: #eee;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 28px;
}
.social li:hover {
    background: none;
}
.social li, .social li:hover {
    transition: background 0.1s;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
}
.social li a {
    color: #3E7A8C;

}
.social li:hover a {
    color: #fff;
}
.social li a, .social li:hover a {
    transition: color 0.1s;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
}
footer .hl-btn-default {
	color: #fff;
	background: none;
}
footer .hl-btn-default:hover {
	color: #3E7A8C;
	background: #fff;
	font-weight: bold;
	border: 1px solid #fff;
}
footer .form-control {
	border: white;
}
footer .form-control:focus {
	border: white;
}
footer .sbtn {
	margin-bottom: 5px;
}

/* Login Header*/

li.account {
	padding: 10px 20px;
	overflow: hidden;
	min-width: 350px;
}
li.account .avatar {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 20px 0 0;
	background: url(../img/face1.jpg);
	background-size: cover;
	background-position: center;
}
li.account p{
	overflow: hidden;
	font-size: 14px;
	text-transform: none;
	word-wrap: break-word;
}
#cogs-menu,
#profile-menu {
	display: none;
}
.display-none {
	display: none !important;
}
.display-block {
	display: block !important;
}

/* ===== Login box ===== */

.form-box {
	padding: 10px 15px;
	border: 1px solid #dedede;
	background: #eee;
}
.form-box h4 {
	text-transform: uppercase;
	color: #666;
}
.form-box hr {
	border-bottom: 1px solid #dedede;
}
.login-social ul {
    font-size: 20px;
    margin: 0;
	padding: 0;
}
.login-social li {
    float: left;
    display: block;
    list-style-type: none;
    width: 40px;
    height: 40px;
    margin: 20px 5px 20px 0;
    text-align: center;
    line-height: 40px;
}
.login-social li#twitter {
	background: #1dcaff;
}
.login-social li#facebook {
	background: #3B5998;
}
.login-social li#google {
	background: #dd4b39;
}
.login-social li#twitter:hover,
.login-social li#facebook:hover,
.login-social li#google:hover {
    background: none;
}
.login-social li#twitter:hover a {
	color: #1dcaff;
}
.login-social li#facebook:hover a {
	color: #3B5998;
}
.login-social li#google:hover a {
	color: #dd4b39;
}
.login-social li a {
    color: #fff;
	padding: 10px;
}
.login-social li, .login-social li:hover {
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}
.login-social li a, .login-social li:hover a:hover{
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
/* ===== Registration form popover ===== */

.signup .popover {
	min-width: 200px;
}

/* ===== Site search ===== */

.navbar-nav li#search {
	background: #00B4FF;
	background: linear-gradient(top, #00B4FF, #009DE0);
	background: -webkit-linear-gradient(top, #00B4FF, #009DE0);
	background: -moz-linear-gradient(top, #00B4FF, #009DE0);
	position: relative;
}
.navbar-nav li#search .search-box {
	position: absolute;
	right: 0;
	bottom: -70px;
	width: 250px;
	padding: 10px;
	background: #515151;
	background: rgba(0, 0, 0, 0.65);
	display: none;
}
.navbar-nav li#search i.margin-2 {
	margin-left: 2px;
}

/* Helper Classes */

.top-zero {
	margin-top: 0;
}
.bottom-15 {
	margin-bottom: 15px;
}
.ui-icon {
	color: #666;
}
.tab-1 {
	margin-right: 15px;
}
.tab-2 {
	margin-right: 30px;
}
.tab-3 {
	margin-right: 45px;
}
.tab-3 {
	margin-right: 60px;
}

/* ===== Responsive CSS ===== */

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

@media (max-width: 1200px) { /* Adjusting for large devices */
	
	/* Pricing page arrows */
	
	.pricing .head .arrow {
	border-right-width: 95px;
	border-left-width: 95px;
	}
	
	/* Services */

	.services li {
		x-width: 187px;
	}
	.services ul:hover li{
	   x-width: 171px;
	}
	.services li:hover {
	   x-width: 250px!important;
	}
}
@media (max-width: 992px) { /* Adjusting for small devices */

	/* Index page background */
	
	#wrap h1 {
		text-shadow: 1px 1px 3px #666;
		filter: Shadow(Color=#666666, Direction=45, Strength=3);
	}
	
	/* Pricing page arrows */
	
	.pricing .head .arrow {
	border-right-width: 68px;
	border-left-width: 68px;
	border-top-width: 20px;
	}
	
	/* Services */
	.services ul {
    	display: table;
    	table-layout:auto;
		margin-bottom:0;
		width:100%;
		padding-left:0px;
	}


	.services li {
		x-width: 143px;
	}
	.services ul:hover li{
	   x-width: 128px;
	}
	.services li:hover {
	   x-width: 200px!important;
	}
}
@media (max-width: 768px) { /* Adjusting for mobile */

	/* Index page background */
	
	#wrap h1 {
		font-size: 32px;
		margin: 70px 0 0 0;
		text-align: center;
		font-weight: 300;
		text-shadow: 1px 1px 3px #666;
		filter: Shadow(Color=#666666, Direction=45, Strength=3);
	}
	.list {
		margin: 50px 0;
	}
	.list i {
		font-size: 24px;
	}
	.list li {
		margin: 20px 0;
	}
	.list span {
		font-size: 20px;
		font-weight: 300;
	}
	
	/* Steps */

	.step {
		text-align: left;
		width: auto;
		margin: 0 0 15px 0;
	}
	.step i {
		float: left;
		margin-right: 15px;
	}
	.step .arrow {
		display: none;
	}
	.step a.sbtn {
		margin-left: 65px;
	}
	
	/* Registration form popover */
	
	.signup .popover {
		display: none;
	}
	
	/* 404 */
	
	.not-found .digits {
		font-size: 140px;
	}
	.not-found .digits i {
		font-size: 100px;
	}
	.not-found h1 {
		font-size: 30px;
		line-height: 42px;
	}
	.not-found h2 {
		font-size: 18px;
	}
	
	/* Pricing page */
	
	.pricing .head {
		padding: 20px;
	}
	.pricing .head .arrow {
		border: 0;
	}
	.pricing .item {
		margin: 20px 0;
	}
	.pricing .item:hover {
		margin: 20px 0;
	}
	
	/* Services */

	.services ul {
		padding: 10px 0;
		width: 100%;
		display:block;
	}
	.services li {
		display:block;
		float: none;
		padding: 20px;
		width: 100%;
		height: auto;
		margin: 0 0 1px 0;
	}

	.services ul:hover li{
	   width: 100%;
	}
	.services li:hover {
	   width: 100%!important;
	   text-align: center;
	}
}

/*
 * Side navigation for UI elements
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar {
  margin-bottom: 50px;
}
.bs-sidebar.affix {
  position: static;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 293px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 70px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 360px;
  }
}


/********** XCMS ***********/
.dialog {
	background-color:#fff;
	box-shadow:0 0 10px;
	top:0;
	left:0;
	position:fixed;
	display:none;
	border-radius:10px;
	z-index:99999;
	padding:10px;
}
#speiseplanDialog {
	width:620px;
	height:220px;	
}

#progressContainer {
	width:100%;
	height:20px;
	top:0px;
	left:0px;
	position:fixed;
	z-index:9999999;
	background-color:rgba(0,0,0,0.1);
	display:none;	
}