blockquote{
    margin: 0 0 1rem 1rem;
    font-style: italic;
    background: #ebebeb;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    line-height: 2.25rem;
}

p{
    font-size:18px;
}

img{
    max-width:100%;
    height:auto;
}

.breadcrumb{
    background: #fff;
    margin-bottom:0;
}

.breadcrumb li:first-child:before {
    content: none;
}

.breadcrumb ul li:before {
    content: " \203A ";
}

.breadcrumb a,
.breadcrumb a:hover{
    color: #000;
}

.fullContainer{
    width:100%;
    margin-bottom: 0;
}

.show {
    display: block !important;
}

.wrapper,
.layout-content {
    max-width:1400px;
    margin:auto !important;
}

.wrapper-inner{
    padding-left:45px;
    padding-right: 45px;
}

@media screen and(max-width:767px){
    .wrapper-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}