html,
body {
    height: 100%;
	background:url(/images/white-bg.jpg) repeat;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.navbar .nav>li>a {
    font-size: 15px !important;
}
.footer {
    height: 60px;
    background: #337ab7;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top:20px;
	
}
.footer p {
	color:white;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
#w0 {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
	background: #337ab7 !important;
	border-radius:0px;
	border:0px;
	color:#fd9909 !important;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
   color: #fd9909 !important;
}
.navbar-default .navbar-nav>li>a {
   color: white !important;
}
.navbar-nav li a:hover{
	color: #fd9909 !important;
}
.header {
	min-height:550px;
}
.header-image {
	background:url(/images/top_background.jpg) no-repeat center top;
	background-size: cover;
	min-height:500px;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
}
.header-fon {
	/*background: black;*/
	min-height:500px;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	/*opacity:0.2;*/
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-info {
	min-height:500px;
	position:absolute;
	left:0px;
	right:0px;
	top:60px;
	color:black;
	font-weight:bold;
}
.carousel {
    margin-top: 40px;
	border:5px solid #337ab7;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius:10px;
}
.alert-white {
	background:#337ab7;
	color:white;
	position:absolute;
	left:10px;
	top:30px;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.poisk-nomerov {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	background:#337ab7;
	min-height:75px;
	color:white;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.poisk-nomerov h4{
	font: 18px 'Open Sans',Arial,sans-serif;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    margin: 14px 0 0;
    float: left;
    width: 188px;
}
.poisk-nomerov label {
	font: 12px Verdana,sans-serif;
    color: #fff;
    text-align: left;
    padding: 13px 0 3px;
    float: left;
    width: 100%;
}
.poisk-nomerov input{
    font: 11px Arial;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    border: 0;
    padding: 0 12% 0 12px;
    width: 155px;
    height: 26px;
}
.poisk-nomerov .btn-poisk {
	display: block;
    width: 155px;
    height: 37px;
    padding: 0;
    text-decoration: none!important;
    cursor: pointer;
    font: 15px 'Open Sans',Arial,sans-serif;
    line-height: 37px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-position: right -37px;
    background: #fd9909;
	border-radius:5px;
}
.low-text {
	font: 9px Arial;
    text-align: center;
    position: absolute;
    right: -110px;
    bottom: -10px;
    opacity: .45;
    -moz-opacity: .45;
    -khtml-opacity: .45;
    zoom: 1;
    filter: alpha(opacity=45);
    width: 153px;
    display: block;
}
.gal-item:nth-child(1){
	width:99%;
}
.gal-item:nth-child(1) img {
	margin: 0px auto;
	width:100%;
}
.gal-item{
	width:56px;
}
.gal-photo img{
	width:100%;
}
a.button {
    background: #fd9909 !important;
}
.circle-block {
	margin-top:30px !important;;
}
.circle-block img {
	border-radius:50%;
	border:5px solid #337ab7;
	max-width:230px;
	height:230px;
	margin-top:20px;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.text{
	padding: 15px;
}
.text-block{
	position: relative;
    border: 3px solid #337ab7;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.text-block p{
	text-indent:20px;
}
.img-responsive {
	margin:0px auto;
}
.modal-content{
	width:70%;
	text-align:center;	
}
.modal-body input[type="text"],input[type="tel"]{
	text-align:center;
	margin-bottom: 10px;
}
.modal-body input[type="tel"]{
	margin-bottom: 0;
}