/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
  min-width: 900px;
 }

 
/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 900px;
  max-width: none !important;

}

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  background-color: rgba(86,61,124,.15);
  border: 0px solid #fff;
  border: 0px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 0px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

.container {
	width: 900px;
}
.navbar {
	border-radius: 0px;
}
.well {
	background-color: #ffffff;
}
.navbar-default {
	background-color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
.navbar-nav>li>a:hover {
	text-decoration: underline;
}
.navbar-default .navbar-nav>li>a {
	font-size: 1.2em;
}

#header {
	background: url(../img/headerfoto.jpg) no-repeat bottom left #fff; 
	color: #505050; 
	height: 185px; 
	width: 870px; 
	margin: 0; 
	padding: 0;
}
#header.school-header {
	background: url(../img/headerfoto1.jpg) no-repeat bottom left #fff;
}
	#tel-in-header {
		color: white; 
		position: relative; 
		right: -720px; 
		top:150px;
	}
	#header.school-header #tel-in-header {
		top:160px;
		right: -730px;
	}

#content-container {
	padding-bottom: 6px;
}
.content-wrapper {

	}
.content-wrapper1 {
background-image: url(img_1.png); /* Путь к фоновому изображению */
div {
background: rgba(0, 170, 238, 0.4); /* Цвет фона */
color: #fff; /* Цвет текста */
padding: 5px; /* Поля вокруг текста */
}
    background-attachment: fixed; /* Фиксируем фон веб-страницы */
 background-size: 100%; /*растягиваем фон*/
	text-align: justify;
}
	.content-wrapper h4 {
		margin-bottom: 0;
	}

#footer {
	background: url(../img/black_0.gif) repeat-y;
	border: 0;
	border-radius: 0;
	margin-bottom: 0px;
	box-shadow: none;
}
	#footer .pull-right {
		text-align: right;
		color: #fff;
		position: relative;
		top: -8px;
	}

.superstrong {
	font-size: 16px;
}