/*!
 * Static website v3.3.7 
 * Copyright 2018
 */

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size: 16px;
	min-width: 1270px;
}
.btn {
	font-size: 18px;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #333333;
}
.btn-default:focus,
.btn-default:hover {
  color: #ffffff;
  background-color: #ffb800;
  border-color: #ffb800;
}

.btn-link {
  font-weight: normal;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #ac7c00;
  text-decoration: none;
  border-color: transparent;
  background-color: transparent;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 25px;
}
h2 {
	font-size: 36px;
	font-weight: 800;
}
h3 {
	font-size: 30px;
	font-weight: 600;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}
hr.large {
    margin-top: 40px;
    margin-bottom: 40px;
}
.themecolor {
	color: #ffb800
}
.big {
	font-size: 20px;
	margin-bottom: 35px;
}
.btn img {
	margin-right: 10px;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-21by9 {
	padding-bottom: 36.25%;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, 
.embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Theme style */
.container {
	width: 1170px;
}

/* Header */
.header {
    width: 100%;
	margin-bottom: 45px;
	background-image: url(../images/body-bg-1.jpg)
}
.header-top {
	background-color: rgba(0,0,0,0.8);
	border-bottom: 1px solid #121212;
}
.navbar-default {
	padding: 35px 0;
}
.navbar-brand {
  float: left;
  padding: 0;
}
.navbar-nav {
	margin: 0;
	padding: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a, .navbar-nav > li.dropdown > .dp-menu > a {
	color: #fff;
	text-transform: uppercase;
	padding: 15px 35px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #ffb800;
	background-color:transparent
}
.navbar-nav > li.active > a, .navbar-nav > li.dropdown.active > .dp-menu a {
	font-weight: 600;
	color: #ffb800
}
.navbar-contact.navbar-nav > li > a, .navbar-contact.navbar-nav > li.dropdown > .dp-menu > a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 15px;
	text-transform: inherit;
}

/* Slider */
.bg-cover .carousel-inner > .item {
	min-height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 25%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 25%;
}

/* Section */
.section {
	padding: 0px;
	margin-bottom: 90px;
	background-color: #ffffff;
}
.section.no-padding {
	padding: 0px;
}
.section-inner {
	padding: 55px 35px 35px;
	background-color: #ffffff;
}
.section ul, .section ol {
	margin: 0 0 35px;
	text-transform: capitalize;
}

.social-links {
	margin-top: 55px;
}

.brands .img-responsive {
	border: 1px solid #DDD;
	margin-bottom: 15px;
}

/* Form */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea.form-control {
  height: auto;
}
.msg-success {
	color: #3c763d;
	padding: 4px 10px;
	margin-bottom: 20px;
	border: 1px solid #dff0d8;
	background-color: #d6e9c6
}
.msg-error {
	color: #a94442;
	padding: 4px 10px;
	margin-bottom: 20px;
	border: 1px solid #f2dede;
	background-color: #ebccd1
}

/* Footer */
.footer {
	text-align: center;
	padding: 15px 0;
	border-top: 2px solid #222;
}

/*General Css*/
.row-flex
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-direction: row;
    margin-top: 50px;
}

.row-flex > div
{
    flex-basis: 50%;
}

.brand-hero-banner
{
    width: 100%; 
    height: 450px; 
    object-position: center; 
    object-fit: cover; 
    margin-bottom: 60px;
}

.cta-btn
{
    color: #000;
    background: #ffb800;
    font-size: 15px;
    padding: 10px 30px 11px;
    border-radius: 0px;
    transition: background-color 0.8s ease;
    margin-top: 20px;
    display: inline-block;
}

.cta-btn:hover
{
    background: #000;
    color: #fff;
}

.row-collections
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.row-collections .col-3, .our-brands .col-3
{ width: 100% !important; padding: 0px !important; } 

.row-collections img
{ 
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.our-products h6
{
    font-size: 20px;
    margin-bottom: 0px !important;
    margin-top: 25px;
}

.brands-logos
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.brands-logos img
{
    width: 100%;
    height: 80px;
    border: 1px solid #e6e6e6;
    object-fit: contain;
    padding: 15px;
}

.our-brands
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.our-brands .col-3 a
{
    border: 1px solid #ccc;
    padding: 35px 25px 15px;
    width: 100%;
    display: block;
    transition: border-color 0.8s ease;
    min-height: 340px;
}

.our-brands .col-3:hover a
{
    border: 1px solid #ffb800;
    box-shadow: 0 0 20px #f4f4f4;
}

.our-brands img
{
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.our-brands h6
{
    color: #000;
    font-size: 20px;
    margin-bottom: 0px !important;
    margin-top: 25px;
    font-weight: 600;
}

.our-brands p
{ color: #000; }


/*Brands*/
/*Florim Brand*/
.florim-brand-info-img
{
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.row-collections h5
{ text-align: center; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

.row-collections a h5
{ color: #000; transition: color 0.3s ease; }

.row-collections a:hover h5
{ color: #ffb903; }

.dropdown
{ position: relative; }

.dp-menu
{ display: flex; align-items: center; }

.dp-menu img
{ width: 14x; height: 14px; object-fit: contain; } 

.dropdown .submenu {
    display: none;
    position: absolute;
    background: #000000;
    z-index: 999;
    list-style: none !important;
    padding: 10px 35px;
    transition: display 0.6s ease;
    width: 100%;
}

.dropdown .submenu li
{ margin: 0px; margin-bottom: 10px; }

.dropdown .submenu a 
{ color: #fff; transition: color 0.3s ease; }

.dropdown .submenu a:hover 
{ color: #ffb903; }

li.dropdown.open > .submenu {
    display: block;
}

@media (max-width: 768px) {
    
    /* keep parent menus in one row */
    .dropdown {
        position: static;
        height: auto;
        transition: height 0.6s ease;
        
    }
    
    .dropdown.open
    { height: 400px; }

    /* submenu detaches from row */
    .dropdown .submenu {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background: #000;
        padding: 10px 0;
        z-index: 9999;
    }
    
    .navbar-nav > li > a, .navbar-nav > li > .dp-menu > a, .submenu li a
    { font-size: 13px !important; padding: 15px 25px !important; }

}

@media (max-width: 480px)
{
	.col-sm-12 { width: 100% !important; }
	body { min-width: 100% !important; }
	.mb-section { width: 100% !important; }
	.header-top .pull-right { float: none !important; display: flex; overflow: scroll; align-items: baseline; justify-content: space-between; }
	.navbar-nav > li > a { padding: 15px !important; text-align: center; }
	.navbar-brand img { width: 100%; padding: 20px 30px; }
	.container { width: 100% !important; }
	.section-inner { padding: 55px 10px 35px !important; }
	.brands .col-3 { width: 50% !important; }
	.brands .img-responsive { border: 1px solid #DDD; margin-bottom: 25px; padding: 10px; }
	.brand-hero-banner { height: 260px; }
	.row-flex { flex-wrap: wrap; }
	.row-flex > .col { flex-basis: 100%; }
	.row-flex .florim-brand-info-img { height: 260px !important; }
	.row-collections { grid-template-columns: repeat(1, 1fr) !important; }
	.brands-logos { grid-template-columns: repeat(2, 1fr); }
	.our-brands { grid-template-columns: repeat(1, 1fr) !important; gap: 40px; }
	.our-brands .col-3 a { min-height: 100% !important; }

}