custom.css 5.41 KB
/* your styles go here */
/* CSS used here will be applied after bootstrap.css */
html,body{padding:0!important;margin:0!important;}
.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-theme {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #38a7bb;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.has-success .form-control {
    border-color: #d6e9c6;
}

.has-error .form-control {
    border-color: #ebccd1;
}

#back-to-top {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #38a7bb;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    padding: 4px 1px 4px 0;
}

#back-to-top:hover {
    background: #20616d;
    color: #fff;
}

#back-to-top.show {
    opacity: 1;
}

#top .social a:hover.vk {
    background: #507299;
}

#top .social a:hover.odnoklassniki {
    background: #ee8208;
}

#navigation .navbar-nav ul.dropdown-menu li.active a {
    background: none;
    color: white;
}

#navigation .navbar-nav ul.dropdown-menu li.active {
    background: #38a7bb;
}

span.panel-title{
    display: inline-block;
    border-bottom: solid 5px #986dbd;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#footer span.title{
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #eeeeee;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#heading-breadcrumbs span.main {
    color: #333333;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 20px;
    margin-bottom: 20px;
    display:inline-block;
    line-height: 1.1;
}
.heading span.main{
    display: inline-block;
    border-bottom: solid 5px #986dbd;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}
.pages#get-it {
    padding: 20px 0 20px;
}
#error-page .title{
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
}
#error-page .subtitle{
    color: #333333;
    font-size: 24px;
    margin-top: 3px;
}
#error-page .error-logo div{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    padding-top: 50%;
    max-height: 191px;
    box-sizing: border-box;
    background: url(/img/404.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media(max-width:1199px){
    #error-page br{display:none;}
}
#heading-breadcrumbs{background: #986dbd;color:#fff;}
#heading-breadcrumbs h1{color:#fff;}
#heading-breadcrumbs ul li a span{color: #c1a7d7;}
#heading-breadcrumbs .breadcrumb>.active{color: #d6c5e5;}
#heading-breadcrumbs .breadcrumb>li+li:before{color: #d6c5e5;}
#back-to-top {background: #8f67b1;}
#back-to-top:hover {background: #653d87;}
.owl-carousel .owl-wrapper-outer{background-color: #e8e7e9;}
.owl-item .item {
    position: relative;
    height: 0;
    padding-bottom: 59%;
    max-height: 500px;
    overflow: hidden;
}
.owl-item .item .itemimage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
@media(max-width:767px){
    .dropdown-menu li a{
        max-width: 100%;
        display: block;
        white-space: normal;
    }
}