/*
Global
============================= */

body{
	font-family:'Source Sans Pro', sans-serif;
	color:#0011A6;
	font-size:16px;
	font-weight: 400;
	  -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
	background-color: #dde0f6;
}
/*
* {
     text-shadow: 0 1px 1px rgba(255,255,255,.3);
}
*/
p{line-height: 24px}
a{color:#0088cc;}
a:hover{text-decoration: none;}



h1,h2,h3,h4,h5,h6{
	font-family:'Source Sans Pro', sans-serif;
	color:#0011A6;
}

table {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
td{
	height: 50px;
}

.centering{
	text-align: center;
}

h1{font-size:50px; font-weight: 200; color: #555; margin-bottom: 20px;}
h2{font-size: 30px; font-weight: 300; color:#444; margin: 30px 0}
h3{font-size: 20px; font-weight: 400; margin: 20px 0;}
h4{font-size:18px; font-weight: 400}

#info{
	color: #FFFFFF;
}

.info {
    margin-top: -5px;
    background: #FF6347;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.info h1 {
    font-size: 20px;
	color:  #FFFFFF;
}

.info a {
	color: #FFFFFF;
	text-decoration: underline;
}


/*
HEADER ROW STYLE
===========================*/

.container-fluid {
	background: #dde0f6;
}

#header-row{
	background: #ebecfa;
	border-bottom:1px solid #eee;
	padding: 0px 0;
}

#header-row .navbar{margin:10px 0 10px 0;border: 0;background-color: transparent;}

#header-row .navbar .navbar-inner{
	border:none;
	box-shadow: none;
	margin: 0;
	background: transparent;
}

#header-row .navbar .navbar-inner ul.nav > li > a{
	box-shadow: none;
	background: transparent;
	color: #0088cc;
}
#header-row .navbar .navbar-inner ul.nav li.active a{
	color: #333;
}

#header-row .logo-row {
	background-color: #dde0f6;
}

#header-row .header-text {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}

#header-row .social-media-icons  i{
	color: #0011A6;
	font-size: 50px;
}

#header-row .social-media-icons span {
	margin-right: 10px;
}

.subnav {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-collapse {
	width: 800px;
	margin-top: 12px;
}

.nav .nav-entry .dropdown,
.nav .home {
	padding: 10px;
}

.nav .nav-entry:hover {
	cursor: pointer;
}


.nav .open {
	background: #dddddd;
}

.navbar .nav {
	float: none;
}

.navbar,
.navbar .navbar-inner,
.nav-collapse  {
	width: 100%;
}

.navbar .navbar-inner {
	padding-right: 0px;
    padding-left: 0px;
}

.navbar .nav > li > a {
	text-shadow: none;
	color: #0011A6;
}

.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
	display: none;
}


.navbar .nav {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
	text-transform: uppercase;
}

.nav-active .dropdown li a,
.dropdown  a{
	color: #666;
}

.nav-active .dropdown li a:hover {
	color: #FFFFFF;
}

.nav-active .dropdown a {
	color: #0088cc;
}

.nav-active {
	color: #0088cc;
}

.dropdown-menu {
	border-radius: 0px;
}

.dropdown-menu i{
	width: 18px;
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #000000;
/*    border-bottom: 4px solid #e7e7e7; */
}

/*
Frontpage
===========================*/

.background-frontpage {
	background: #dde0f6;
	background-repeat: no-repeat;
	/* background-size: 100% auto; */
	background-position: 50% 50%;
	margin-top: -70px;
}

.frontpage-property {
	text-align: center;
}

/*
Carousel
===========================*/

.carousel-control{
	background: transparent;
	width: 14px;
	height: 14px;
	font-size: 14px;
	top:50%;
	border: 0;
}

.carousel-control.left,
.carousel-control.right{
	background-image: none;
	font-size: 30px;
}

.carousel{
	margin-bottom: 0;
}

#quote-carousel {
	height: 170px;
}

.carousel img{
	max-width: 100%;
	margin-top: 0px;
}

.carousel-caption {
    background-color: transparent;
    position: relative;
    max-width: 100%;
    padding: 0 20px;
    margin-top: 5%;
    padding: 20px;
/*    background: rgba(0, 134, 54, 0.4); */
    background: rgba(51, 51, 51, 0.7);
	width: 550px;
	margin-left: 50px;
	left: 0;
	text-align: left;
	text-shadow: none!important;
}

.carousel-caption h1{
	font-size: 50px;
	margin-bottom: 30px;
	color:#FFF;
	font-weight:200;
}
.carousel-caption .lead{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 15px;
	font-weight: 400
}

.carousel-inner {
	overflow: visible;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none!important;
  margin-top: -60px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -25px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -25px !important;
}
/* Changes the position of the indicators
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/* Divider
==================*/
.hr-divider{
	background: url(../img/slide-bg.png) no-repeat bottom center;
	width:1170px;
	height: 70px;
	margin-bottom: 50px;
	display: block;
	clear: both;}

/*Feature
==========================*/
.feature-box{
	margin-top: 60px;
	text-align: center;

}
.cnt-title { text-align: center; margin-bottom: 50px;}
.cnt-title span {
	font-size: 24px;
	font-weight: 200;
}

/* Review
==========================*/
.review{
	margin: 80px 0;
}

/* Page Header
==========================*/

.page-header{
	border-bottom: 1px solid #f5f5f5;
}


/*Media
========================*/

.media{
	margin-bottom:50px;
}

/*MAP
========================*/
#map-canvas{
	height: 400px;
	border: 15px solid #fff;
	box-shadow:0 0 0 1px #f5f5f5;
}


/*Blog
========================*/

#Home_Blog_Content {
	min-height: 265px;
	padding-top: 20px;
}

#Home_Blog_Content img{
	max-width: 100%;
}

.box:hover img {
	opacity: 0.8;
}

.hover {
    background-color: transparent;
    z-index: 1;
}

.reinklicken {
	color: white;
	position: absolute;
    top: 0;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
    background-color: #008636;
	text-transform: uppercase;
    opacity: 0;
    z-index: 2;
}

.box {
    position: relative;
}

.box:hover .reinklicken {
    opacity: 1;
}


#Home_Blog_Content .col-md-4 {
	margin-bottom: 20px;
}

#Blog_Content #Template_Blog_Row img {
	max-width: 100%;
}

#Blog_Content img:hover {
	opacity: 0.8;
}

@media (min-width: 991px) {
#Blog_Content2 a .col-md-6 {
	width: 45%;
	min-height: 394.17px;
	border-style: solid;
	border-color: #f5f5f5;
	background-color: #f5f5f5;
	margin: 0 10px 10px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13);
	}
#Blog_Content2 a .col-md-6:hover {
	border-color: #e7e7e7;
	background-color: #e7e7e7;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.13);
	}
}

.blogtitle_original {
	font-size: 30px;
	font-weight: 300;
/*	margin: 10px 0 50px 0; */
	color: #444;
}

@media (max-width: 991px) { /* von 767px - 991px; nicht abgeschnitten */
.ellipsis {
	overflow: visible;
	}
}

@media (min-width: 991px) { /* von 991px - 1200px; abgeschnitten */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 350px;
	}
}

@media (min-width: 1200px) { /* von 1200px - unbegrenzt; nicht abgeschnitten */
.ellipsis {
	overflow: visible;
	white-space: normal;
	width: 100%;
	}
}

@media (max-width: 767px) { /* von 0px - 767px; abgeschnitten */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 350px;
	}
}


.blogtitle2  .blogtitle{
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0 25px 0;
	color: #0011A6;
}

.blog-section {
	margin-bottom: 50px;
	margin-top: 50px;
	background: #eee;
}

.blog-details .img-preview {
	float: left;
	max-width: 35%;
	padding-right: 20px;
}

.blog-details .publish-date {
	margin-bottom: 20px;
}

.blog-post{
		border-bottom: 2px solid #f5f5f5;
		padding:0 0 50px;
		margin-bottom: 40px;
}


.blog-post p{
	margin: 20px 0;

}

.postmetadata{
	margin-bottom: 20px;
	padding: 5px 0;
}

.postmetadata ul{margin: 0; padding: 0}

.postmetadata ul li{
	display: inline-block;
	margin-right: 20px;
}

.postmetadata i{
	margin: 4px 5px 0 0;
}

.blog-social-media {
	margin-bottom: 30px;
}

#Blog_Content2 img {
	max-width: 100%;
	margin-top: 15px;
}

#Blog_Content img {
	max-width: 100%;
	margin-bottom: 24px;
}

/*Content
========================*/

#support-breit {
/*	border: 2px solid #f5f5f5; */
	border-radius: 25px;
	background-color: #f5f5f5;
	height: 250px;
	width: 33%;
	margin: 1px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#support-hoch {
/*	border: 2px solid #f5f5f5; */
	border-radius: 25px;
	background-color: #f5f5f5;
	height: 250px;
	width: 33%;
	margin: 1px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#support-breit img:hover {
	width: 90%;
	transition: width 1s;
}

#support-hoch img:hover {
	height: 240px;
	transition: height 1s;
}

#site-content {
    margin-top: 70px;
}

.module-overview h2 {
	margin: 10px 0;
}

.module-overview a:hover .information-text {
	background: #eee;
}

.module-overview .frontpage-property {
	margin-bottom: 30px;
}

.slide-background {
	height: 350px;
	margin-top: -70px;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	/* background-size: 100% auto; */
	background-position-y: 25%;
}

.virtual-it {
	background-image: url('../img/slide/new/EDV_Private_Cloud_bearbeitet.png');
}

.prices-bom {
	background-image: url('../img/slide/Slide_Image03.jpg');
}

.private-backup {
/*	background-image: url('../img/slide/EDV_private_backup_bearbeitet.png'); */
	background-image: url('../img/slide/new/EDV_Private_Backup_bearbeitet.jpg');
}

.company-info {
	background-image: url('../img/slide/slide_snow.jpg');
}

.slide-background .carousel-caption {
	margin-top: 11%;
}

.special {
	color: white;
	background-color: #008636;
	border-radius: 10px;
	padding: 0 10px;
	line-height: 37px;
}

.company-background

.company-content p,
.company-content ul{
	margin: 20px 150px 20px 150px;

}

.company-content ul{
	padding-left: 15px;
}

.services-icon {
    margin-top: 25px;
}

.personal-image {
	margin-right: 20px;
	margin-bottom: 15px;
}

.personal-image-right {
	margin-left: 20px;
	margin-bottom: 15px;
}

.module-details .element-title {
	margin-left: 5px;
}

.module-details .row {
	margin-bottom: 15px;
}

.bom-features {
	margin-bottom: -40px;
}

.bom-features h2 {
	margin: 15px 0;
}

.feature-box .modal {
	text-align: left;
}

.feature-box .modal .module-icon {
    font-size: 10em;
    opacity: 0.1;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.feature-box .modal i {
	margin-right: 5px;
}

.references {
	background: #5c7577;
	color: #FFFFFF;
	padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.references h2 {
	color: #FFFFFF;
	text-transform: uppercase;
    font-size: 40px;
    margin-left: 50px;
}

.references blockquote small {
	color: #FFFFFF;
}

.references .fa-chevron-left,
.references .fa-chevron-right{
	color: white;
}

/* Testing */


.module-overview .frontpage-property {
	color: #ebecfa;
	text-align: left;
	margin-bottom: 0px;
}

.module-overview .frontpage-property h2{
	color: #FFFFFF;
}

.module-overview .frontpage-property a {
	color: #FFFFFF;
}

.module-overview .frontpage-property .product-icon-frontpage {
    font-size: 50px;
    opacity: 0.15;
    position: absolute;
    bottom: 10px;
    right: 10px;
	color: #FFFFFF;
}

.product-icon-logos {
	margin-bottom: 25px;
}

.feature-box {
	margin-top: 0;
	margin-bottom: 15px;
}

/*Knowledge Base
========================*/

.knowledge-row {
	border-bottom: 1px solid #ccc;
}

#Knowledge_Content a {
	color: #666;
}

/*Jobs
========================*/
.stellen-ungerade {
	background-color: #f5f5f5;
	padding: 1px 10px 0 10px;
	border-radius: 10px;
	margin: -10px;
}

.benefits-st{
    float: right;
    margin: 0  0 0 20px;
    background-color: #008636;
	color: white;
    display: flex;
	text-align: center;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
/*   border: 1px solid #F4E5A3; */
    border-radius: 100px;
	transform: rotate(7deg);
}

.benefits-st h3 {
	font-size: 26px;
	font-weight: 300;
}

.benefits-st h3:hover {
	font-size: 28px;
	transition: font-size 0.5s;
}

/*Pricing
========================*/
.price{
    float: right;
    margin: 0  0 0 20px;
    background-color: #008636;
	color: white;
    display: flex;
	text-align: center;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
/*   border: 1px solid #F4E5A3; */
    border-radius: 100px;
}
.price-small{
    float: right;
    margin: 0  0 0 20px;
    background-color: #008636;
	color: white;
    display: flex;
	text-align: center;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
/*   border: 1px solid #F4E5A3; */
    border-radius: 100px;
}
.price-asp{
    float: right;
    margin: 0  0 0 20px;
    background-color: #008636;
	color: white;
    display: flex;
	text-align: center;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 225px;
    border-radius: 120px;
}
.price h3{
	line-height: 37px;
}

.pricingTable{
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
	border-radius: 8px 8px 8px 8px;
}
.pricingTable .pricingTable-header h3{
	margin: 0;
	padding: 10px 0 0 0;
	color: #dde0f6;
    font-size: 18px;
    text-transform: uppercase;
	margin-bottom: 10px;
}

.pricingTable .pricingTable-header i,
.pricingTable .pricingTable-header img{
	font-size: 40px;
	margin-bottom: 15px;
}

.pricingTable .price-value {
    background: #fafafa;
    color: #666;
    font-weight: 900;
    padding: 15px 0;
}
.pricingTable .price-value span {
    color: #666;
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
}
.pricingTable .price-value small{
    font-size: 20px;
    position: relative;
    top: -30px;
    left:0;
}
.pricingTable .price-value .subtitle{
    color: #82919F;
    display: block;
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
}
.pricingTable .best-offer{
    background-color: #3498db;
    color: #fff;
    padding: 6px 50px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: -55px;
    transform: rotate(45deg);
}
.pricingTable .pricingContent ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
	text-align: left;
	padding-left: 15px;
}
.pricingTable .pricingContent ul li{
    border-bottom:1px solid #ededed;
    color: #9999A5;
    padding: 10px 0 ;
}
.pricingTable .pricingContent ul li i{
	margin-right: 5px;
}
.pricingTable .pricingContent ul li:first-child {
    border-top:1px solid #ededed;
}
.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}
.pricingTable .btn-block{
    background: #0011A6;
	border-radius: 10px;
    border:0px none;
    color:#dde0f6;
    width: 50%;
    padding: 10px 5px;
    margin: 0 auto;
    transition:all 0.3s ease 0s;
}

.pricingTable .btn-block:hover{
    background: #282828;
    color:#0011A6;
}

.pricingTable-header {
	background: #0011A6;
	color: #dde0f6;
	padding-bottom: 3px;
	border-radius: 8px 8px 0px 0px;
}

.pricingTable-header a {
	color: #0011A6;
}

.pricingTable-header a:hover {
	color: #0011A6;
}

@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 20px;
    }
}

.information-text {
	padding: 15px;
}
.benefit-text {
	padding: 15px;
	text-align: left;
}

.information-text:hover {
	background: #eee;
}

.module-overview .frontpage-property .information-text a {
	color: #333;
}

.support-panel {
	height: 400px;
}

.calltoaction-moduleinfo {
	margin-bottom: 10px;
}

.bom-c2a a {
	background: #1f9da1;
	padding: 4px;
	border-radius: 7px;
}

.bcm-c2a a {
	background: #0e71a6;
	padding: 4px;
	border-radius: 7px;
}

/*C2A
========================*/
.calltoaction-sidebanner {
    position: fixed;
    bottom: 300px;
	padding: 5px;
	transform: rotate(270deg);
	font-size: 30px;
	right: 0;
}

.calltoaction-sidebanner a,
.calltoaction-moduledetails a {
	color: #FFF;
}

.sidebanner-bcm {
    width: 300px;
	background: #0e71a6;
	margin-right: -124px;
}

.sidebanner-bom {
    margin-right: -81px;
	background: #1f9da1;
	width: 212px;
}


.modal-title {
	float: left;
	width: 300px;
}

.calltoaction-moduledetails {
	padding: 5px;
	float: left;
}

.c2a-detail-bcm {
	background: #0e71a6;
}

.c2a-detail-bom {
	background: #1f9da1;
}


/*Sidebar
========================*/

.side-bar{margin-bottom: 30px;}

.side-bar ul{margin: 0; padding: 0}
.side-bar ul li{list-style: none;}

.side-bar h3{margin-bottom: 10px}

.recent-post strong {display: block; margin-bottom: 5px; color: #888 }

.recent-post li{margin-bottom: 15px}

/*Tags
========================*/

/*404 site
========================*/
.error-suggestion {
	display: flex;
}

.error-suggestion .error-suggestion-container {
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 1px;
	flex: 0 0 auto;
	margin-left: 10px;
}

.error-suggestion .error-suggestion-container:first-child {
	margin-left: 0;
}

.error-suggestion .error-suggestion-container .error-suggestion-header {
	text-align: center;
	padding-top: 10px;
	font-size: 24px;
}

.error-suggestion .error-suggestion-container .error-suggestion-icon {
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
	display: flex;
	margin: 0 auto;

	margin-top: 10px;

	height: 150px;
	width: 150px;
}

.error-suggestion .error-suggestion-container .error-suggestion-icon .fa {
	margin: 0 auto;
	align-self: center;
	font-size: 7em;
}

.error-suggestion .error-suggestion-container .error-suggestion-links {
	list-style: none;
	padding: 10px 0;
	margin: 0;

}

.error-suggestion .error-suggestion-container .error-suggestion-links li {
	padding: 5px;
	border-top: 1px solid #ccc
}

.error-suggestion .error-suggestion-container .error-suggestion-links li:last-child {
	padding: 5px;
	border-bottom: 1px solid #ccc
}


/*Footer
========================*/

footer{
background: #dde0f6;
padding: 30px 0;
color: #0011A6;
margin-top:40px;
}

footer i {
margin-right: 5px;
}

footer .social-media-icons-footer {
	margin-top: 20px;
	font-size: 50px;
	color: #0011A6;
}

footer .social-media-icons-footer a{
	color: #5c7577;
}


/* Responsive View
=================================*/

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

.hr-divider {
	display: none;
}

/* .background-frontpage {
	background: #FFF;
} */

#quote-carousel .carousel-control.right {
	right: 0!important;
}

#quote-carousel .carousel-control.left {
	left: 0;
}

.company-content p {
    margin: 0;
}

.carousel-inner .col-sm-9 {
	padding: 0px 25px;
}

[class*="span"] {
	margin-bottom: 30px;
}

[class*="span"] h2{
margin: 10px 0;
}

footer {
	padding: 15px;
}

	footer .col-md-3 {
		margin-bottom: 10px;
	}
	footer .col-md-4 {
		margin-bottom: 10px;
	}
 }

/* Landscape phones and down */
@media (max-width: 480px) {
	.navbar-collapse {
		width: auto;
	}

	.navbar-toggle {
		float: left;
		margin-left: 15px;
	}

	.carousel-caption {
		width: auto;
		margin-left: 0px;
	}

	.carousel-control.left, .carousel-control.right {
		color: #000000;
		font-size: 18px;
	}

	.carousel-caption h1 {
		font-size: 30px;
	}

	.carousel-caption .lead {
		font-weight: 300;
	}

	.feature-box .col-md-6 {
		margin-bottom: 40px;
	}

	.references h2 {
		font-size: 25px;
	}

	#quote-carousel {
		height: 315px;
	}

	.frontpage-property {
		margin-bottom: 30px;
	}

	.frontpage-property  h2{
		margin: 10px 0;
	}

	.company-background .company-content p, .company-content ul {
		margin: 20px 150px 20px 20px;
	}

 }

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
