body {
    padding-top: 0px;
    /*background-color: #4cc50b;*/
    background-color: #a7d48e;
    background-size: cover;
    background-repeat: no-repeat;
}
.container {
    background-color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin-bottom: 24px;
    color: rgb(0, 0, 205);
    text-align: center;
}

/*------- header -----------*/

/*----------------- Главное верхнее меню ------------------------*/
#topnav {
    background-color: #fff;
    border-color: #fff;    
}

.ui-autocomplete {
    top: 465px !important;
    left: 21vw !important;
    position: fixed !important;
    z-index: 999999999 !important;
}

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

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#top-phone {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    color: #2196f3;
}

#top-phone span {
    font-size: 16px;
    color: #2e2e2e;
}

/*-------------------- Боковое левое меню ----------------------------------*/
.list-group-item:first-child {
    background-color: #2CB5F4;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.list-group-item:first-child:hover {
    background-color: #54e613;
    color: #FFF;
}

.list-group-item:last-child {
    background-color:#2CB5F4;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.list-group-item:last-child:hover {
    background-color: #54e613;
    color: #FFF;
}

.list-group-item.active {
    background-color: #11558f;
    color: #fff;
}

aside li, .offcanvas li {
    position: relative;
    list-style: none;
    background: #73d7e3;
    border: 3px solid #73d7e3;
}

aside ul, .offcanvas ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.sidebar-menu ul li{
  padding: 0;
}
.sidebar-menu ul > li:hover{
  background-color: #f96;
}
.sidebar-menu ul ul > li:hover{
  background-color: #69e;
}
.sidebar-menu ul li, .sidebar-menu ul{
  display: inline-block;
}
.sidebar-menu ul{
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu li ul{
  display: none;
  position: absolute;
  z-index:999;
  width:100%;
  top: 0;
  right: -100%;
}

@media (max-width:1280px) and (min-width:1024px) {
.sidebar-menu li ul {
  margin-left: 290px;
}
}
@media (max-width:1152px) and (min-width:864px) {
.sidebar-menu li ul {
  margin-left: 240px;
}
}
@media (max-width:1024px) and (min-width:768px) {
.sidebar-menu li ul {
  margin-left: 240px;
}
}

@media (max-width:800px) and (min-width:600px) {
.sidebar-menu li ul {
  margin-left: 180px;
}
}
.sidebar-menu ul a{
  color: #fff;
  text-decoration: none;
}
.sidebar-menu ul ul a{
  color: #fff;
  text-decoration: none;
}
.sidebar-menu li:hover ul{
  display: block;
}

.sidebar-menu li:hover li{
  display: block;
}


/*------------------ Контент ---------------------------------------*/
.content {
	background-color: #fff;
}

.photo-box {
    height: 245px;
    overflow: hidden;
}

.photocontent:hover {
    opacity: 0.7;
}

/*----------- Форма обратной связи ---------------*/
#my-contact-form {
            z-index: 999;
            background-color: white;
            border: 1px solid gray;
            border-radius: 8px;
            height: 500px;
            width: 600px;
            padding: 20px;
    }
    input {
        width: 80%;
        height: 40px;
    }
    #send {
        width: 50%;
        height: 50px;
    }

/*------- footer -----------*/
footer {
    margin: 20px 0 0 0;
    height: 200px;
    background-color: #e2e2e2;
    color: #2e2e2e;
    position: relative;
}

#copyright {
    position: absolute;
    text-align: center;
    margin-top: 70px;
    margin-left:45%;
}

#upbutton {
    background: url("../img/elements/up3.png") no-repeat scroll;
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}
video {
    cursor: pointer;
}

@media (min-width: 768px) {
    .content {
    	padding: 0 25px 100px 15px;
    }
    h1 {
        font-size: 32px;
        font-weight: bold;
    }
    header + .container, 
    header + .container + .row {
        height: 0;
    }
    .breadcrumb {
        position: relative;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .content {
    	padding: 0 10px;
    }
    h1 {
        font-size: 24px;
        font-weight: bold;
    }
}