/*
	 Bar de navigation
*/

.navbar-wrapper {
  margin-top: 0px;
}

.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

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


.navbar-wrapper .navbar {
  border-radius: 0px;
}


h1[id], h2[id], h3[id], h4[id] {
  margin-top: 0;
  padding-top: 20px;
}

/* Page headers */
.bs-docs-header {
  position: relative;
  padding: 30px 15px;
  color: #DB4662;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #BB2642;
  background-image: -webkit-linear-gradient(top, #222222 0%, #BB2642 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #BB2642 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#BB2642', GradientType=0);
}

.bs-docs-header {
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bs-docs-header h1 {
  margin-top: 0;
  color: #fff;
}
.bs-docs-header p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}


.bs-docs-header h1,
.bs-docs-header p {
  margin-right: 0px;
  text-align:right;
}

/* Large desktop */
@media (min-width: 1200px) {
	.bs-docs-header p { font-size: 20px;}
	.bs-docs-header h1 { font-size: 45px;}
	.bs-docs-header h1 > .logo-iwinetab { height:42px;}

	.bs-docs-section h2 { font-size: 30px;}
}

/* Normal desktop */
@media (min-width: 992px) and (max-width: 1199px) {
	.bs-docs-header p { font-size: 18px;}
	.bs-docs-header h1 { font-size: 40px;}
	.bs-docs-header h1 > .logo-iwinetab { height:34px;}

	.bs-docs-section h2 { font-size: 25px;}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.bs-docs-header p { font-size: 16px;}
	.bs-docs-header h1 { font-size: 30px;}

	.bs-docs-section h2 { font-size: 20px;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 480px) and (max-width: 767px) {
	.bs-docs-header p { display:none;}
	.bs-docs-header h1 { font-size: 25px;}
	.bs-docs-header h1 > .logo-iwinetab { height:24px;}

	.bs-docs-section h2 { font-size: 18px;}
}


/*
 * Side navigation
 *
 * 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-docs-sidebar.affix {
  position: static;
}
@media (min-width: 768px) {
  .bs-docs-sidebar {
    padding-left: 20px;
  }
}

/* First level of nav */
.bs-docs-sidenav {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* All levels of nav */
.bs-docs-sidebar .nav > li > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  padding: 4px 20px;
}
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  padding-left: 19px;
  color: #BB2642;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #BB2642;
}
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  padding-left: 18px;
  font-weight: bold;
  color: #BB2642;
  background-color: transparent;
  border-left: 2px solid #BB2642;
}

/* Nav: second level (shown on .active) */
.bs-docs-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  padding-bottom: 10px;
}
.bs-docs-sidebar .nav .nav > li > a {
  padding-top:    1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: normal;
}
.bs-docs-sidebar .nav .nav > li > a:hover,
.bs-docs-sidebar .nav .nav > li > a:focus {
  padding-left: 29px;
}
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 500;
  padding-left: 28px;
}

/* Back to top (hidden on mobile) */
.back-to-top {
  display: none;
  margin-top: 10px;
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.back-to-top:hover {
  text-decoration: none;
  color: #BB2642;
}

@media (min-width: 768px) {
  .back-to-top {
    display: block;
  }
}

/* Show and affix the side nav when space allows it */
@media (min-width: 768px) {
  .bs-docs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-docs-sidebar.affix,
  .bs-docs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-docs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 20px;
  }
  .bs-docs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-docs-sidebar.affix-bottom .bs-docs-sidenav,
  .bs-docs-sidebar.affix .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-docs-sidebar.affix-bottom,
  .bs-docs-sidebar.affix {
    width: 263px;
  }
}
