html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    /*   height: 60px;*/
    /*   background-color: #f5f5f5;*/
    /*   background: linear-gradient(to right, #666666 8%, #FFFFFF 50%, #666666 92%);*/
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

.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:hover {
        background-color: #CC66FF; 
    }

    #myNavbar ul li a:hover{
        border-bottom: none;
    }   
    #myCarousel {
        margin-top: 60px
    }
    .index-style-main {
        margin-top: 180px;
    }
    .myphone {
        display: none;
    }
    .mylogo {
        text-align: center;
    }
    .myphone_up {
        display: block;
        text-align: left;
        padding-top: 15px;
        padding-right: 20px;
        padding-left: 25px;
        color: white;
    }
    .breadcrumb {
        margin-top: 170px;
    }
    .upper-line {
        min-height: 50px;
        background-color:rgba(102, 45, 145, 1);
    }
    .input-group {
        margin-left: 15px;
        margin-right: 15px;
    }
    /*Ссылка для перехода на другой язык BEGIN*/
    .select-language {
        display: none;
    }
    .select-language {
        text-align: center;
        font-size: 16px;
        padding-top: 8px;
    }
    .select-language a {
        color: white;
    }
    .myphone_up .ukrlink {
        color: white;
        padding-left: 20px;
        padding-right: 4px;
    }
    .myphone_up .rulink {
        color: white;
        padding-left: 4px;
    }

    /*Ссылка для перехода на другой язык END*/
}

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    .navbar-nav > li > a {
        padding-left: 40px;
        padding-right: 40px;
    }
    .index-style-main {
        margin-top: 170px;
    }
    .myphone_up {
        display: none;
    }
    .breadcrumb {
        margin-top: 165px;
    }

    .upper-line {
        min-height: 40px;
        background-color:rgba(102, 45, 145, 1);
    }
    /*Ссылка для перехода на другой язык BEGIN*/
    .select-language {
        color: white;
        text-align: center;
        font-size: 16px;
        padding-top: 8px;
    }
    .select-language a {
        color: white;
    }

    .select-language .ukrlink {
        color: white;
        padding-right: 5px;
    }
    .select-language .rulink {
        color: white;
        padding-left: 5px;
    }
    /*Ссылка для перехода на другой язык END*/
}

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

.nav > li > form > button.logout:focus {
    outline: none;
}

/*мои доработки*/
/*
.index-service-block:hover {
    border: 1px solid #41D1FE;
}*/

.nav > li > a:hover {
    border-bottom: 3px solid #9933CC;
    background-color: transparent;
    margin-bottom: -3px;
}

.mybutton:hover {
    border-color: #A376E6;
}
#myNavbar a {
    color: #333333;
}

.mynavbar {
    background-color:rgba(249, 249, 249, 1);
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%;  /* Full width */
    z-index: 100;
}
.has-success .form-control {
    border-color: #ccc;
}

.has-success .form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

@media(max-width:1024px) {
    .navbar-brand {
        padding: 5px 5px;
    }
    .navbar-brand > img {
        height: 40px;
    }
    #phone {
        display: none;
    }
    .carousel slide {
        float: none;
    }
}

/*
кнопка для выхода из админки(находится в меню)
*/
.logout {
    color: black;
    font-size: 16px;
    font-weight: bold;
}
/* хлебные крошки доработки*/
.breadcrumb {
    margin-bottom: 0px;
    /*   background: linear-gradient(to right, #7A8088 8%, #FFFFFF 50%, #7A8088 92%); */
    border-radius: 0px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 5px; 
}

.breadcrumb > li > a {
    color: black;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: black;
}
.breadcrumb > li.active {
    color: #333333;
}

/*блок наши услуги на главной странице НАЧАЛО*/
/*картинки для услуг на главной странице*/

.icons_module-items {
    margin: 10px;
    padding: 20px;    
    border: 1px solid #999;

}

.icons_module-items img {
    /*   background-color: #f5f5f5;*/
    /*    background: url('/images/site/background_2.png');
        background-size: 100% 100%;*/
    /* border: 1px solid #999; */
}
.icons_module-items:hover {
    margin: 10px; 
    padding: 18px; 
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.icons_module-items-text {
    min-height: 40px;
}

.topsale {
    position: absolute;
    /*width: 100%;*/
}

.topsale img{
       /* margin-top: 20px; */ 
        max-width: 100%;
       /* position: relative;*/
    }

/*@media(max-width:767px) {
    .topsale img{
        margin-top: 0px; 
        width: 200px;
        
    }
}*/

/*@media(min-width:767px) {
    .topsale img{
        margin-top: 0px; 
        width: 100px;
        
    }
}*/

/*.index-service-img {
    opacity: 0.6;
}*/

/*
.index-service-img:hover  {
    opacity: 1;
}*/
/*
.index-shadow {
    background: black;  Цвет фона 
    box-shadow: 0 0 10px rgba(0,0,0,0.5);  Параметры тени 
}

.index-shadow > h2 {
    position: absolute; bottom: 30px; left: 30px;
    width: 210px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;

}

.index-shadow:hover {
    background: #A376E6;
    box-shadow: 0 0 20px rgba(102,51,102,0.9);  

}  */

/*блок наши услуги на главной странице Конец*/

/*блок о нас на главгой странице НАЧАЛО*/
.indexabout {
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px;
}
.sitemap-index-about {
    color: #333333;
    font-size: 16px;
}
/*блок о нас на главгой странице КОНЕЦ*/

.container {
    max-width: 1200px;
}

/*изменяем еффект карусели на главной странице
не слайдер а появление-исчезание
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.index-style {
    /*  min-height: 100%;*/
    height: auto;
}

/*для портфолио начало*/
.portfolio-items {
    margin: 10px;
    padding: 10px;
    border-bottom: 1px solid #999;
}

.portfolio-items img {
    border: 1px solid #999;
}
.portfolio-items:hover {
    margin: 10px; 
    padding: 10px; 
    box-shadow: 0 0 5px rgba(102,51,102,0.9);
}

.portfolio-view-img {
    box-shadow: 0 0 5px rgba(102,51,102,0.9);
    margin-top: 20px;
}
/*для портфолио конец*/

/*для услуг начало*/
.service-items {
    margin: 10px;
    padding: 10px;
    min-height: 120px;
    /* background-color: #eee;*/
    border-bottom: 1px solid gray;
}

.service-items img {
    border: 1px solid #ddd;
    width: 100%;
}

.service-view-img {
    box-shadow: 0 0 5px rgba(102,51,102,0.9);
    margin-top: 15px;
}
.service-items:hover {
    margin: 10px;
    padding: 10px; 
    box-shadow: 0 0 5px rgba(102,51,102,0.9);
}
/*для услуг конец*/
/*для статей начало*/
.article-content p img {
    width: 100%;
    height: auto;
}
/*для статей конец*/

/*Для алминки начало*/
.adminviewbuttons a {
    margin: 5px;  
}
.adminviewbuttons p {
    font-weight: bold;
}
/*Для алминки конец*/

/*Делаем карусель с превьюхами BEGIN*/
.mycarousel-indicators {
    margin-top: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
}
.mycarousel-indicators li{
    list-style-type: none;
    display: inline;
}
.mycarousel-indicators .active img{
    border: 1px solid #9933CC;

}

.mycarousel-indicators li img{
    width: 70px;
    margin: 5px;
}

.mycarousel-indicators li img:hover{
    border: 1px solid #9933CC;
}
/*Делаем карусель с превьюхами END*/

/*Карусель работ в услуге BEGIN*/
#jobs_for_service {
    min-height: 100%; 
    height: auto; 
    /*margin: 30px 0px;*/
    padding: 20px 0px; 
    /* box-shadow: 0 0 20px rgba(102,51,102,0.9);  */
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
#jobs_for_service img {
    width: 250px;
    margin: auto;
}

.module-gliph {
    color: #660066;
}
.servicemodule-header {
    font-size: 22px;
    margin: 20px;
}
/*Карусель работ в услуге END*/

/*Карусель модуля iconsandurl на главной странице BEGIN*/
#iconsandurl_carousel {
    /* margin-bottom: 20px; */
    min-height: 100%; 
    height: auto; 
    background-color: #f4f4f4;
    /*margin: 30px 0px;*/
    padding: 50px 0px; 
    /* box-shadow: 0 0 20px rgba(102,51,102,0.9); */
    /*  border-bottom: 1px solid #cccccc; */
    /*  border-top: 1px solid #cccccc; */
}
#iconsandurl_carousel .carousel-caption {
    vertical-align: bottom;
    background-color: rgba(255, 255, 255, 0.6); 
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    right: 0%; /*переопределяем стили бутсртапа*/
    left: 0%; /*переопределяем стили бутсртапа*/
    bottom: 0px; /*переопределяем стили бутсртапа*/
    padding-top: 10px; /*переопределяем стили бутсртапа*/
    padding-bottom: 10px; /*переопределяем стили бутсртапа*/

}

#iconsandurl_carousel .carousel-caption h3{
    margin-top: 10px;
    color: #222222;
}

/*#iconsandurl_carousel .item{
    background-color: red;
}*/

#iconsandurl_carousel img {
    max-width: 400px;
    margin: auto;
}

/*Карусель модуля iconsandurl на главной странице END*/

/*Меню категорий в сайдбаре в портфолио и магазине BEGIN*/
ul.category-ul{
    padding-left: 0px;
}
ul.category-child-ul{
    padding-left: 20px;
}
ul.category-ul li {
    list-style-type: none;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.category-ul li a {
    text-decoration: none;
    color: #333333;
}

ul.category-ul li:hover{
    border-bottom: 1px solid #9933CC;
    /*background-color: transparent;*/
    /*margin-bottom: -3px;*/
}

@media(max-width:767px) {
    ul.category-ul{
        display: none;
    }
}

/*Меню категорий в сайдбаре в портфолио и магазине END*/

/*responsive google map BEGIN*/
.gogoglemap {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.gogoglemap iframe {
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/*responsive google map END*/
.help-block {
    margin-top: 0px;
    margin-bottom: 0px;
}