/* Google Roboto Font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');



/************ Site General Css ************/

body {
	font-family: 'Quicksand', sans-serif;
	color: #4D5165!important;
	margin:0!important;
	padding:0!important;
}


#s {
	font-size: 0.8em;
    padding: 1px;
    border: 0;
    text-indent: 5px;
    border-radius: 3px;
}
#searchsubmit {
	    width: 20px;
    padding: 0px;
    margin-bottom: -4px;
    margin-left: 9px;
}

#searchform {
	margin-top:10px;
}

#logo {
	display: table;
	height: 135px;
	margin-top:5px;
}

#logo img {
	float:left;
}

#logo span {
	display: table;
	width: 125px;
	margin-top:30px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #858585;
	font-weight: 300;
	font-size: 16px;
	border-left: 1px solid #858585;
	padding-left: 10px;

}

.site-nav {
	background: #F94D21;
	padding:2px 0 2px 0;
}

/* product menu */

.product-sub-menu {
	background: #e6e6e6;
    padding: 20px;
    border-radius: 20px;
}
.product-sub-menu h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
}

.product-sub-menu ul {
	list-style: none;
    padding: 0;
}

.product-sub-menu ul li {
	padding-top:4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #EFEFEF;
	color: #4D5165!important;

}
.product-sub-menu ul li a {
	display: block;
	color: #4D5165!important;
	
}
.product-sub-menu ul li a:hover{

text-decoration: none;
background-color: #EFEFEF;
font-weight: 600;
	
}

/* menu */
.drop {
margin-top:7px;
margin-right:0px;
margin-left:0px;
float:left
width:100%;
display:table;
font:0.8em 'Open Sans', arial, sans-serif;
font-weight: 600!important;
}
.drop_menu {

background:#F94D21;
padding:0;	list-style-type:none;
height:30px;

}
.drop_menu ul {
margin: 0!important;
padding:0!important;
z-index: 999999;
}
.drop_menu li {
float:left;
}
.drop_menu li a {
padding:1.1em 1em;
display:block;
color:#fff;
text-decoration:none;
font:0.8em 'Open Sans', arial, sans-serif;
font-weight: 600!important;
}
/* Submenu */
.drop_menu ul {
position:absolute;
left:-9999px;
top:-9999px;
list-style-type:none;
}
.drop_menu li:hover {

position:relative;
background:#B43818;
}
.drop_menu li:hover ul {
left:0px;
top:40px;
background:#B43818;
padding:0px;}

.drop_menu li:hover ul li a {

padding:1em;
display:block;
width:350px;
text-indent:5px;
background-color:#B43818;
}
.drop_menu li:hover ul li a:hover {
background:#A4371B;
}

.social {
	margin-top:10px;
}

.footer-line {
	background-color: #F94D21;
	height: 8px;
	max-height: 8px;
	display: block;
	width: 100%;
	margin-bottom:1px;
}

.footer-content {
	font-family: 'Open Sans', sans-serif;
	background-color: #444B4F;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-content-2 {
	font-family: 'Open Sans', sans-serif;
	background-color: #646C71;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	font-size: 12px;
	color:#FFF;
	display: block;
	font-weight: 200;
}

.footer-content address {
	font-size: 12px;
	color:#FFF;
	letter-spacing:1px;
	margin-top:20px;
}

.footer-content h2 {
	font-size: 12px;
	color:#FFF;
	letter-spacing:1px;
}

#footer-product {
	text-decoration: none;
	font-size:12px;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#FFF;
}

#footer-menu {
	text-decoration: none;
	font-size:12px;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#FFF;
}


#footer-product a{
	text-decoration: none;
	color: #FFF;
	letter-spacing:1px;
}

#footer-menu a{
	text-decoration: none;
	color: #FFF;
	letter-spacing:1px;
}

#footer-product a:hover{
	text-decoration: none;
	color: #FF9191;
}

#footer-menu a:hover{
	text-decoration: none;
	color: #FF9191;
}

.social-footer a {
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.social-footer a:hover {
	 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.social-footer img {
	 width: 18px;
}

/******* media aqueries ******* /

/* Desktop */
@media screen and (min-width: 993px) {

.content {
	max-width: 1100px;
	margin:auto!important;
	font-family: 'Open Sans', sans-serif;
	padding-top:10px!important;
	text-align: justify;

}

.responsive-menu-button {
	display: none!important;
}


  

}

/* Tablet */
@media screen and (max-width: 992px) {

#footer-conntent img {
	margin:auto!important;
}

.content {
	width: 100%;
	padding: 5px;
}
.social a {
	display: none!important;
}

.header-row {
	display: none!important;
}

}

/* Phone */
@media screen and (max-width: 600px) {

	#footer-conntent .col-md-4{
	text-align: center!important;
}

.content {
	width: 100%;
	padding:5px;
}
.social a {
	display: none!important;
}

.header-row {
	display: none!important;
}
  

}

