/*html {
	overflow-x: hidden;
}*/

h1 {
	color:#462d68;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2rem;
}
h3 {
	font-weight: 600;
	text-transform: uppercase;
}
h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.6rem;
}
h4 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.4rem;
}
.frame.catalog {
    margin-bottom: 3.5rem;
}
.container-fluid {
	padding: 0;
}
.row {
	margin: 0;
}
.img-responsive {
    width: 100%;
}
.frame {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem ;
}
.frame.catalog .col-md-5, .frame.catalog .col-md-7 {
	padding: 0 3rem;	
}
.navbar {
    margin-bottom: 0rem;
}
.navbar.bg-dark {
	background-color:#462d68 !important;	
}
.img-responsive {
	width: 100%;
}
.catalog-img.img-responsive {
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}
.btn-primary {
    color: #462d68 !important;
    background-color: #bed38f;
    border-color: #bed38f;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.3s ease;
}
.btn-primary a {
    color: #462d68 !important;
	text-decoration: none;
}
.btn-primary:hover {
    color: #462d68 !important;
    background-color: #bed38f;
    border-color: #bed38f;
	transform: scale(1.05)
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #462d68 !important;
    background-color: #edea92;
    border-color: #edea92;
}
.btn-primary:focus, .btn-primary.focus {
    color: #462d68 !important;
    background-color: #bed38f;
    border-color: #bed38f;
    box-shadow: 0 0 0 0.2rem #bed38f;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #bed38f;
}

.bp-page-footer {
	background-color:#462d68;
	text-align: left;
}
.bp-page-footer p, .bp-page-footer a, .bp-page-footer h1, .bp-page-footer h2, .bp-page-footer h3, .bp-page-footer h4 {
	color: #fff;
}
.bp-page-footer a {
	font-weight: 600;
	letter-spacing: 0px;	
	transition: 0.3s ease
}
.bp-page-footer a:hover {
	letter-spacing: 0.4px;
	text-decoration: none;
}

.section-column {
    width: 100%;
}
.footer-meta.container {
    margin-top: 3rem;
}
.footer-copyright p {
	margin: 0;
}
.footer-section-meta .frame {
	padding: 0.5rem;
}
.footer-section-meta .frame a {
	letter-spacing: 0;
	transition: 0.3s ease;
}
.footer-section-meta .frame a:hover {
	letter-spacing: 0;
}

.footer-section-meta .meta-menu {
    padding: 1.5rem 3rem 0 3rem;
	text-align: center;
	font-size: 0.8rem;
    border-top: 1px solid #fff;	
}

.footer-section-meta strong {
    font-weight: 700;
}
small {
    font-size: 90%;
    display: inline-block;
    width: 33.333%;
}
.footer-meta-content {
    text-align: left;
    width: 66.6666%;
    position: relative;
    display: inline-block;
}
@media (max-width: 576px) {
	
}
@media (max-width: 768px) {
.catalog-img.img-responsive {
    margin-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
}	
h1 {
	font-size: 5vw;
}	
h2 {
	font-size: 4.5vw;
}		
h3 {
	font-size: 4.5vw;
}		
h4 {
	font-size: 4vw;
}	
}
@media (max-width: 992px) {
	
}
@media (max-width: 1200px) {
	
}
