body {
    padding-top: 50px;
    background-color: #eee;
}
.home-logo {
    background: url(../img/logo_192x192.png) 0 0 no-repeat;
    background-size: auto 50px;
    padding-left: 64px;
}
#content:focus {
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
}

.flag {display: inline-block; width: 16px; height: 11px; line-height: 48.56px; background:url(../img/flag_all.png) no-repeat;}
.en-flag {background-position: 0 0;}
.rus-flag {background-position: 0 -12px;}

#home-banner {margin-bottom: 1rem;}
#home-banner .item-image-container {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #5a5a5a;
}

.content {
    margin-top: 1rem;
    /*    margin: 0;
            padding: 1rem 3.25rem 0 3.25rem;
            background-image: radial-gradient(circle,hsla(120,70%,60%,.9),hsla(360,60%,60%,.9));*/
}

.col-sm-6 .thumbnail>img {max-height: 300px;}
.col-md-4 .thumbnail>img {max-height: 200px;}
.col-sm-12 .thumbnail>img {max-height: 400px;}

td:first-child{font-weight: bold;}

/**
 * order.html
 */
label>span {display:inline-block; width: 120px;}
label>input,label>select {display:inline-block; max-width: 100%;width: 20em;}
#comments {width: 100%;}


@media only screen and (min-width: 768px ) {
    .dl-horizontal dt {
        width: 200px;
    }
    .dl-horizontal dd {
        margin-left: 220px;
    }
}

@media only screen and (max-width: 640px) {
    #home-banner .item-image-container {
        height: 120px;
    }
    /**
     * contact.html
     */
    #contact-information {min-height: 300px;}

    .thumbnail>img {width: auto; max-width: 100%; max-height: 240px;}
}

@media only screen and (max-width: 440px ) {
    .carousel-caption{
        padding-bottom: 24px;
    }
    .carousel-caption h1 {
        font-size: 18px;
    }
    .carousel-caption p {
        display: none;
    }
}

.dropdown-submenu {
    overflow: hidden;
}
li.dropdown-submenu>a:hover {
    background-color: transparent;
}
.dropdown-submenu > .dropdown-menu {
    display: block;
    width: 100%;
    position: static;
    margin-left: 2em;
    box-shadow: none;
    border: none;
}
.dropdown-submenu>.dropdown-menu a:hover{
    background-color: #3CAcFF;
    color: white;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    top: 0 ;
    left: 100% ;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@media (min-width: 768px) {
    .dropdown-submenu > .dropdown-menu {
        top: 0 !important;
        left: 100% !important;
    }
}

