@import url("../assets/fonts/font-awesome/css/font-awesome.min.css");

body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}


/*COMMON ELEMENTS*/
a:link img, a:visited img { border:none}
a:hover img { border:none}
a:link {text-decoration:none}
a:visited {text-decoration:none}
input[type=submit], input[type=button]{cursor:pointer; -webkit-appearance:none;}

.left{float:left;}
.right{float:right;}
.clear, p.clear{clear:both; height:0; margin:0; padding:0;}

.image-placeholder img{width:100%; height:auto;}

p{margin:0; padding:10px 0; line-height:130%;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; font-weight:normal;}

ul, ul li{margin:0 0 0 10px; padding:0;} 

h1{font-size:36px; font-weight:500;}
h2{font-size:24px; font-weight:700;}
h3{font-size:18px; font-weight:700;}

.blue{color:#0071be}
.green{color:#10b942}
.red{color:#ed1c24}

hr{
	border: 0;
	height: 1px;
	background: #ccc;
}

/*PAGE LAYOUT*/
.one-third{width:33%;}
.one-fourth{width:25%;}
.two-third{width:65%;}
.half{width:48%;}

.wrapper{
	margin:0 auto;
	width:100%;
	max-width:1000px;
}

#topbar{
	background:#00cc3c;
	line-height:35px;
	color:#fff;
	font-size:12px;
}


header{
	padding:30px 0;
}

#logo{margin-top:20px;}

header .phone{
	text-align:right;
	padding-right:15px;
	font-weight:300;
	font-size:24px;
}

.subheader{
	background:#0071bd;
	color:#fff;	
	padding:0;
	margin-bottom:30px;
}
.subheader h1{padding: 20px 0; font-weight:300;}


nav{
	display:block;
	text-align:right;
	margin-top:15px;
}

ul#nav{
	list-style:none;
}

ul#nav li{
	display:inline-block;
	margin:0 5px;
}

ul#nav li a{
	display:block;
	height:35px;
	line-height:35px;
	padding:0 10px;
	color:#111;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
}

ul#nav li a:hover, ul#nav li a.active{
	color:#fff;
	background:#00cc3c;
}

.slider{margin:10px 0 30px 0;}
.slider img{width:100%; height:auto;}

.content{
	/*min-height:450px;*/
}

.featured-content{}
.featured-content half{width:44%; margin:0 2%;}
.featured-content img{float:left; margin-right:5px;}
.featured-content h3{padding-top:30px;}
.featured-content p{margin:0; padding:0px; clear:both;}

.quick-contact{
	background:#10b942;
	/*background:#27aa4d;*/
	padding:5%;
	margin-bottom:40px;
}

.quick-contact h2{color:#fff;}

.quick-contact .txtbox{
	width:95%;
	height:30px;
	padding:5px 1.5%;
	margin:8px 0;	
}

.quick-contact .btn{
	outline:0;
	height:35px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	background:#fdf240;
	margin:10px 0;
	border:none;
}

.blue-bg{
	margin:30px 0;
	padding:30px 0;
	background:#e1eef4; 
}

#product-container{
	width:100%;
	margin:30px 0;	
	position:relative;
}

#btnNext, #btnPrev{
	position:absolute;
	font-size:42px;
	line-height:42px;
	height:42px;
	width:42px;
	top:50%;
	margin-top:-21px;	
}

#btnNext{right:0;}
#btnPrev{left:0;}

ul#products{
	width:90%;
	margin:0 auto;	
}

ul#products.gallery{
	width:100%;
	margin-bottom:30px;
	list-style:none;	
}

ul#products li{
	width:200px;
	padding:0 20px;
	margin:0;
	height:auto;	
}

ul#products.gallery li{
	float:left;	
	width:23%;
	padding:0;
	margin:0 2% 50px 0;
}

ul#products.gallery li p{
	padding:10px 5px;
}
ul#products.gallery li b{
	font-size:18px;
	line-height:24px;
}

ul#products.gallery li a{
	display:inline-block;
	margin-left:5px;
	background:#ccc;
	color:#fff;
	text-transform:uppercase;
	padding:5px 15px;
	font-size:16px;
	font-weight:bold;
	line-height:20px;	
}
ul#products.gallery li a:hover{
	background:	#00cc3c;
}

ul#products li img{
	max-width:200px;
	border:3px solid rgba(0,113,189,0.2);
}

ul#products li span{
	display:block;
	padding:10px 5px 0 5px;
	text-align:center;
}


footer{
	background:#0071bd;
	color:#fff;	
	margin-top:30px;
	padding-top:30px;
}

footer ul{
	margin:10px 0;
	padding:0;
}

footer ul li{
	margin:0 15px 0 0;
	padding:3px 0;
	display: inline-block;
}

.social a img{
	margin:10px 3px;
}

#footer-bar{
	margin-top:30px;
	min-height:35px;
	line-height:35px;
	background:#00497a;
	color:#fff;
}

.cds{
	float:right;
	text-align:right;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	opacity:0.4;
}











/**
 * Form & Button Styles
 */ 
 
button{
  display: inline-block;
  padding: 4px 8px;
  background: #ebebeb;
  border: 0;
  margin: 5px;
  color: #000;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

button.active{
  background: #0071bd;
  color:#fff;
}

button:focus{
  outline: 0 none;
}

button:first-of-type{
  margin-left: 0;
}

button:last-of-type{
  margin-right: 0;
}
 
button:focus{
  outline: 0 none;
}
 
.controls{
  padding: 0;
}
 
fieldset{
  display: block;
  vertical-align: top;
  margin:0 0 20px 0;
  padding:10px;
	border:solid 2px #00497a;
}

h4.filter-heading{
	display:inline-block;
	background:	#00497a;
	color:#fff;
	padding:7px 10px 5px 10px;
	margin:0;
	font-size:16px;
	line-height:20px;
	width:110px;
}


/**
 * Container/Target Styles
 */

.container{
	margin-top:20px;
	padding: 0;
	text-align: justify;
}

.container .mix,
.container .gap{
	width: 22%;
	display: inline-block;
	margin: 0 2% 0 0;
}

.container .mix{
	width:22%;
	padding:0;
	margin:0 2% 50px 0;
	height:auto;	
	display:none;
}

.container .mix p{
	padding:10px 5px;
}
.container .mix b{
	font-size:14px;
}

.container .mix a{
	display:inline-block;
	margin-left:5px;
	background:#ccc;
	color:#fff;
	text-transform:uppercase;
	padding:5px 15px;
	font-size:16px;
	font-weight:bold;
	line-height:20px;	
}
.container .mix a:hover{
	background:	#00cc3c;
}

.container .mix img{
	max-width:200px;
	border:3px solid rgba(0,113,189,0.2);
}

.container .mix span{
	font-size:12px;
	margin-top:10px;
	display:block;
}

.container .mix span b{font-weight:normal; display:inline-block; width:40%; font-size:12px;}

.featured-content .one-third{width:30%; margin-right:3%;}
ul.products-range li{width:35%;}


/* added July, 2025 */

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 120px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 30px;
    background: #00cc3c;
}
.second-level-menu > li:hover { background: #0071bd; }

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 30px;
    width: 120px;
    background: none;
}
.top-level-menu > li:hover { background: #0071bd; }

.top-level-menu li:hover > ul
{
    display: inline;
    background: #00cc3c;
}


.top-level-menu a 
{
    color: #000000;
    text-decoration: none;
    padding: 0 0 0 10px;
    display: block;
    line-height: 30px;
}
.top-level-menu a:hover { color: #ffffff; }



/*

#nav ul {
  margin: 0;
  padding: 0;
}

#nav .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#nav input[type="checkbox"], 
#nav ul span.drop-icon {
  display: none;
}

#nav li, 
#toggle-menu, 
#nav .second-level-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#nav li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#nav .second-level-menu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#nav .second-level-menu li:last-child {
  border-width: 0;
}

#nav li, 
#toggle-menu, 
#nav a {
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#nav, 
#toggle-menu {
  background-color: #09c;
}

#toggle-menu, 
#nav a {
  padding: 1em 1.5em;
}

#nav a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#nav a:hover {
  background-color: white;
  color: #09c;
}

#nav .second-level-menu {
  display: none;
}

#nav input[type="checkbox"]:checked + .second-level-menu {
  display: block;
}

#nav .second-level-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon, 
#nav li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#nav label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#nav .drop-icon {
  line-height: 1;
}


@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #nav li {
    width: 33.333%;
  }

  #nav .second-level-menu li {
    width: auto;
  }
}

@media only screen and (min-width: 52em) {
  #nav .main-menu {
    display: block;
  }

  #toggle-menu, 
  #nav label.drop-icon {
    display: none;
  }

  #nav ul span.drop-icon {
    display: inline-block;
  }

  #nav li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #nav .second-level-menu li {
    float: none;
  }

  #nav .second-level-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #nav .second-level-menu, 
  #nav input[type="checkbox"]:checked + .second-level-menu {
    display: none;
  }

  #nav .second-level-menu li {
    border-width: 0 0 1px;
  }

  #nav .second-level-menu .second-level-menu {
    top: 0;
    left: 100%;
  }

  #nav li:hover > input[type="checkbox"] + .second-level-menu {
    display: block;
  }
}

*/
