﻿/*
Theme Name: Climate Control
Theme URI: http://climatecontroldirectory.com
Author: Chris Lopez
Author URI: http://xpressidea.com/
Description: Theme prepared for climatecontroldirectory.com
Version: 1.0
*/

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

h1, h2, h3, h4 { margin-bottom: 20px; }

i.fa { padding:5px; }

p { line-height: 24px; margin-bottom: 20px; }

ul { margin-bottom: 20px; }

.pad-row {
    padding-top:40px;
    padding-bottom:40px;
}
.pad-bottom {
    padding-bottom:50px;
}

a, a:hover { text-decoration: none; }
a {
    color: #333;
}
a:hover, a:focus {color: #545454;}


/* =============================================================
   HEADER STYLES
============================================================ */

header#header-top_3 {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.header_set {
    margin: 27px 0 86px 0;
}
.header_set .col-md-10 {
    text-align: right;
}
.get-tuch.text-left {
    display: inline-block;
    margin-left: 40px;
}
.get-tuch.text-left ul {
    padding: 0;
}
a.navbar-brand {
    /*top: 0px;
    bottom: 0px;
    height: auto;
    padding: 5px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: solid 1px #333;
    border-top: none;*/
}

.navbar-fixed-top a img.logo-scrolled {
    display: none;
}
/*.navbar-pad-original a img.logo-display
{
  width:125px;
  height: 60px;
  transition: display 0.4s ease-out , height 0.5s ease-out , width 0.5s ease-out;
}*/
img.logo.logo-display {
    /*width: 300px;
    height: 160px;*/
    width: 300px;
    height: 210px;
    transition: display 0.4s ease-out , height 0.4s ease-out , width 0.4s ease-out;
    top: 0px;
    bottom: 0px;
    /* padding: 5px; */
    border-top: none;
}

/*a.navbar-brand {
    margin-bottom: -104px;
    margin-top: 0px;
    position: relative;
    zoom: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    background-color: #fff;
    overflow: hidden !important;
    z-index: 99999999;
}*/

li.current-menu-item a {
    color: #b0afaf!important;
}
.get-tuch i {
    display: inline-block;
    font-size: 34px;
    margin-right: 15px;
    vertical-align: text-bottom;
    color: #fff;
}
i.icon-alarmclock:before {
    content: "\e914";
}

#row02 i img {
    border-radius: 100%;
    display: inline-block;
    font-size: 36px;
    height: 106px;
    line-height: 98px;
    text-align: center;
    width: 106px;
}

.get-tuch ul {
    display: inline-block;
    list-style: none;
}
.get-tuch.text-left p {
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.get-tuch h4 {
    color: #fff !important;
    margin: 0;
    padding: 0;
}

.caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    font-weight: 700;
    margin-top: 200px !important;
    padding: 10px;
}
.menu-search-box {
    margin-top: 24px;
}
.menu-search-box form {
    position: relative;
}
.menu-search-box form input {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    height: 40px;
    padding-left: 9px;
    width: 98%;
}
#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
div.product-item {
    display:none;
}
.innercontent .companybox{
    display:none;
}
#loadMore:hover {
    background-color: #262261;
    color: #ffffff;
}
.pre-loader {
    text-align: center;
    margin:20px;
}
.pre-loader img {
    width: 40px;
    height: auto;
}
.map {
    min-width: 300px;
    min-height: 300px;
    width: 100%;
    height: 100%;
}
.menu-search-box form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #050505;
    height: 100%;
    line-height: 47px;
    position: absolute;
    right: 0;
    width: 50px;
    padding: 0px;
    margin: 0px;

}
/* =============================================================
   NAVIGATION STYLES
 ============================================================ */

/*.navbar-pad-original .navbar-collapse.collapse {
    margin-top: 16px;
}*/
.navbar-collapse.collapse {
    margin-top: 0px;
    transition: margin-top 0.4s ease-out;
    margin-bottom: -1px;
}

.navbar-inverse .navbar-nav > li > a {
    color:#fff;
}
ul.nav.navbar-nav li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
ul.nav.navbar-nav {
    float: none;
    display: inline-block;
    padding-bottom: 0px;
    padding-top: 5px;
}
/*.navbar-pad-original a.navbar-brand {
    margin-top: 0px;
}*/
/*.navbar-pad-original ul.nav li {
    color: #131313;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px !important;
    position: relative;
    text-transform: uppercase;
}*/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ccc;
}
.owl-carousel {
    z-index: 0;
}
ul.nav.navbar-nav li ul {
    background: #261c04 none repeat scroll 0 0;
    left: 0;
    padding: 5px 0px;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index: 111;
    text-align: left;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    visibility: hidden;
    transition: all .5s;
}
/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li ul.sub-menu li a {
    color: #fff;
}*/
ul.nav.navbar-nav li ul li:last-child{
    border-bottom: none;
}

ul.nav.navbar-nav li ul li {
    position: relative;
    padding: 7px 7px;
    border-bottom: solid 1px #555;
    display: block;
}
/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li ul.sub-menu li a:hover {
    background-color: #fff;
    color: #040404;
}*/

ul.nav.navbar-nav li ul li a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 2px 0px;
    
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
ul.nav.navbar-nav li ul.lastsubmenu {
    /* position: absolute; */
    /* z-index: 35; */
    /* width: 200px; */
    /* visibility: hidden; */
    /* top: 100%; */
    left: -154px;
}
.navbar-inverse .navbar-brand {
  color: #FFF;
}
/*.navbar-pad-original .icon-bar {
    background-color: #090909;
}*/
div.navbar-fixed-top .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #070707;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
a.dropdown-toggle:after {
    font-family: FontAwesome;
    content: "";
    margin-left: 5px;
    margin-top: 2px;
}
ul.nav.navbar-nav li a {
    font-weight: 600;
    position: relative;
    font-size: 14px;
    transition: font-size 0.5s ease-out;
    text-transform: uppercase;    
    padding: 10px 20px;
    border-right: solid 1px #543dab;
}
ul.nav.navbar-nav li:last-child a {
    border-right: none;
}
/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li a {
    font-size: 14px;
    transition: font-size 0.5s ease-out;
}*/
/*ul.nav.navbar-nav {
    margin-right: 200px;
}*/

.navbar-brand {
    padding: 0px;/*
    padding-top: 10px;*/
    margin: 0px;
}
.navbar {
    /*background-color:rgba(86, 61, 2, 0.95);*/
    background-color: #666;/*#00adee*/
    border-bottom: none;
    color: #ffffff;
    /*border: none;*/
    height: 50px;
    margin:0px;
    padding: 0px 0px  0px 0px;
     -webkit-transition: background .8s ease-out,padding .8s ease-out;
        -moz-transition: background .8s ease-out,padding .8s ease-out;
        transition: background .8s ease-out,padding .8s ease-out;
}
ul.nav.navbar-nav li ul li:hover {
    background-color: #c29528;
}
div#intro {
    top: 50px;
    position: fixed;
    z-index: 999;
    background-color: #262261;
    width: 100%;
    padding: 15px;
}s
/*
.navbar-pad-original {
      border-bottom: solid 1px #191919;
      padding:0px;
      background-color: #fff;
}
.navbar-pad-original ul.nav.navbar-nav.navbar-right li a {
    color: #000;
}*/
.row.text-center.pad-row .col-md-4 i.fa:hover img{
      transform: scale(1.1);
    /*background-color: #f19118;*/
   
}
.row.text-center.pad-row i.fa:hover h4{
   color:#f19118;
}

div#slogan h1 {
    display: inline-block;
    font-size: 24px;
    margin: 0px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
/*---------Dropdown2 ---*/
ul.nav.navbar-nav li ul.sub-menu li.drop>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: 5px;
}
ul.nav.navbar-nav li ul.sub-menu li:hover ul.sub-menu {
    display: block;
}
ul.nav.navbar-nav li ul.sub-menu li ul.sub-menu {
    display: none;
}
ul.nav.navbar-nav li ul.sub-menu li ul.sub-menu {
    left: 100%;
    margin-top: -38px;
    /* display: none; */
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

/* =============================================================
   CAROUSEL STYLES
 ============================================================ */

.carousel-inner .item img {
    width: 100%;
    height: 550px;
}
.carousel-inner {
    width: 100%;
    height: 550px;
	background: #666666;
}
.back-light {
    background-color:rgba(0, 0, 0, 0.50);
    padding:10px;
}
.recent_project_3_slider.owl-carousel.owl-theme {
    position: relative;
}
.recent_project_3_slider .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.zzcarousel-control .icon-prev:before {
  content: '<<';
}

.zzcarousel-control .icon-next:before {
  content: '>>';
}
.bs-slider-overlay {
   background-image: url("images/dot.png");
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.carousel-caption {
    padding-bottom: 141px;
    z-index: 0;
    text-align: left;
}
.carousel-caption h1{
    font-weight: 700;
    font-size: 32px;
}
.carousel-caption h2 {
    font-weight: 700;
    font-size: 28px;
}
#home-slider {
    border-bottom: solid 1px #000000;
	margin-bottom: 30px;
}
.about-box {
    display: block;
    padding: 10px;
    margin: 0px;
    border: solid 1px #c49727;
}
.carousel-caption h1 { margin-bottom: 5px; font-weight: 300; }
.carousel-caption h2 { margin-top: 0px; font-weight: 300; }

.carousel-caption { padding-bottom: 171px; }
/* =============================================================
   MAIN CONTENT STYLES
 ============================================================ */

 h1.about-text {font-size: 30px;}

.home-content-box {
	padding: 40px 0 10px;
}

section.post_details h1{
  margin-bottom:30px;
}
section.page-content h1{
  margin-bottom:30px;
}
section.contact h1{
  margin-bottom:30px;
}
section#row03 h1 {
  margin-bottom:30px;
}
section#row02 h1{
  margin-bottom:30px;
}
section#new-section h1{
  margin-bottom:30px;
}
section.post_details p {
    text-align: justify;
}
section.page-content img {
    margin: 18px;
}
section.contact img {
    margin: 18px;
}
section.post_details img {
    margin: 18px;
}

section#row02 {
    border-bottom: solid 1px #e9e9e9;
    border-top: solid 1px #e9e9e9;
	background-color: #F8F8F8;
}

element.style {
}
.recent_project_3_slider .recent_box a:hover .image_s img{
    transform: scale(1.1);
}

.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: #ec0e0e;
    float: left;
}
section#row03 div.col-md-4 {
    padding-bottom: 20px;
}
.wpcf7-response-output.wpcf7-validation-errors {
    color: #ef0000;
}
.form-horizontal .control-label {
    color: #0e0e0e;
    text-align: center;
}
section#row03 .col-md-4.col-sm-4 {
    margin-bottom: 20px;
}
.wpf-demo-gallery img {
    width: 100%;
}
section#port-sec h1 {
    margin-bottom: 30px;
}
.m-b-90 {
    margin-bottom: 90px;
}
.p-t-90 {
    padding-top: 90px;
}
.p-b-60 {
    padding-bottom: 60px;
}

.recent_project_3_slider .owl-item {
    float: left;
}
/*.navbar-pad-original .icon-bar {
    background-color: #090909!important;
}*/
.recent_project_3_slider .item {
    margin: 11px 0px;
}
.recent_project_3_slider .recent_box {
    background: #fff;
    transition: all 0.7s ease 0s;
    background: #ae7f3a;
}
.recent_project_3_slider .image_s {
    overflow: hidden;
}
.recent_box img {
    transition: all 0.3s ease 0s;
    width: 100%;
}
.recent_box .recent_text {
    padding: 20px 15px 10px;
}
.recent_box a {
    text-decoration: none;
}
.recent_box a:hover div.recent_text {
    background-color: #f19118;
}
.recent_box .recent_text h3 {
    color: #FFFFFF;
	margin-top: 10px;
}
.recent_box .recent_text p {
    color: #FFFFFF;
}

.content-box { padding: 30px 0 70px; /*border-top: 7px solid #c29528;*/ text-align: justify; }

.content-box h1 { font-weight: 300; font-size: 42px;}

.content-box h3, .content-box h4 { font-weight: 600; }

.aligncenter { margin: 0 auto; }

.alignleft { margin: 0 20px 20px 0; }

.alignright { margin: 0 0 20px 20px; }

.note-sec {
     padding-bottom:50px;
     background: url("images/bg_1.jpg") no-repeat 50% 50%;
     background-attachment: fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
      background-size: cover;
      width: 100%;
      display: block;
      height: auto;
      min-height:300px;
      color:#fff;
}
span.color_red {
    color: #d7b740;
}

.icon_color { color: #d7b740 }

section.note-sec h2 {
    color: #fff;
    font-size: 42px;
}

inspector-stylesheet:1 .bg_text_box.p-t-80 h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 20px 0;
}

.bg_text_box.p-t-80 {
    display: inline-block;
    margin-right: 75px;
}

.pad-row img {
  float: right;  
}

.head-main-img {
	padding-bottom: 0px;
	background: #464749 url("images/slider04.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	display: block;
	height: auto;
	min-height: 410px;
	color: #fff;
    background-attachment: fixed;
    border-bottom: solid 5px #BE1E2D;
    /* background-attachment: fixed; */
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.inner-head-main-img {
    min-height: 400px;
    padding-bottom: 0px;
    background: #464749 url(images/slider04.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    height: auto;
    /* min-height: 600px; */
    color: #fff;
}
.head-main-img h1 {
/*    background-color: #1b75bb;
    border-bottom: 1px solid #000000;*/
    border-radius: 0px;
    font-weight: 500;
    text-shadow: 2px 2px 1px black;
    padding: 5px;
    color: #fff;
    background-color: #1b75bb;
    /* font-weight: 700; */
    display: block;
    font-size: 29px;
    margin: 0px;
    /* padding: 10px; */
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.inner-head-main-img h1 {
/*    background-color: #1b75bb;
    border-bottom: 1px solid #000000;*/
    border-radius: 7px;
    font-weight: 500;
    text-shadow: 2px 2px 1px black;
    padding: 5px;
    color: #fff;
    /* font-weight: 700; */
    display: block;
    font-size: 29px;
    margin: 0px;
    /* padding: 10px; */
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.btn-search {
    display: none;
}
.search-box {
    background-color:rgba(23, 23, 23, 0.68);
    /* border: 1px solid #666666; */
    margin: 20px auto 0;
    border-radius: 7px;
    font-weight: 500;
    text-shadow: 2px 2px 1px black;
    padding: 5px;
    height: auto;
    width: 100%;
    padding: 10px;
    margin-top: 180px;
}
.inner-search-box {
    margin-top: 180px;
}
ul.navbar-nav.navbar-right:last-child{
    margin-right:30px;
}
button#topsearchbtn{
    border-radius: 0px;
    padding: 10px 19px;
    height: 46px;
}

.search-box span.input-group-btn {
    top: 24px;
}
.right-ad {
    margin-bottom: 30px;
}
.right-ad:first-child{
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}

.right-ad img {
    width: 100%;
    height: auto;
    border: 1px solid #CCCCCC;
}
.modal-dialog.modal-lg {
    width: 500px;
    height: 550px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: none;
    position: relative;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.closebox.closebox2 {
    color: #fff;
    text-align: center;
    display: block;
}
.modal-header .close {
    color: #fff;
    opacity: 5.5;
}
.close:hover, .close:focus {
    color: #fff;
    opacity: 2.5;
}
.modal-body {
    padding: 0px;
}

.modal-header {
    padding: 0px;
    border-bottom: none; 
}
section#news-section .input-append {
    border: 1px solid #d5dadf;
    display: block;
    height: 47px;
    line-height: 43px;
    width: 100%;
    border-radius: 0px;
    background: #fff;
}

#news-section input.input-medium.search-query {
    background: transparent;
    border: 0 none;
    display: inline-block;
    padding-left: 15px;
    width: 80%;
}

section.page-content .pad-row {
    text-align: justify;
}

section.contact .pad-row {
    text-align: justify;
}

#news-section button.add-on {
    background: transparent;
    border: medium none;
    float: right;
    font-size: 18px;
    padding-right: 15px;
    padding-top: 3px;
}

i.icon-icons185:before {
    content: "\e911";
}

.icon-icons185 {
    font-size: 24px;
    color: #1c1c1c;
}

section#news-section {
    padding-top: 90px;
    margin-bottom:50px;
}

edia-body p {
    margin-top: -7px;
    margin-bottom: 10px;
    font-size: 15px;
}
h4.media-heading a {
    font-size: 16px;
    color: #111111;
}
.p-t-60 {
    padding-top: 60px;
}
.media {
    border-bottom: 1px solid #cfcfcf;
}
.p-b-20 {
    padding-bottom: 20px;
}
style.css:141
.p-t-20 {
    padding-top: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
}
.latest_page_box .btn-dark:hover {
    color: #fff;
}
.have_qus {
    border-radius: 0px;
    padding: 30px 25px;
    background: #f19118;
}
.have_qus h3 {
    color: #fff;
    margin-bottom: 25px;
}
.have_qus > p {
    color: #fff;
}
.latest_page_box .btn-dark:hover {
    background: #f19118;
}
.media-body p {
    margin-top: -7px;
    margin-bottom: 10px;
    font-size: 15px;
}
.latest_page_box news_image {
    margin-bottom: 30px;
    position: relative;
}
.latest_page_box img {
    vertical-align: middle;
    margin-right: 10px;
    width:80%;
}
.cat-name a {
  padding:10px;
  height:60px;
  border: 1px solid #CCCCCC ;
  display: block;
  margin-bottom: 20px;
   font-size: 12px;
  text-transform: uppercase;
  font-weight:600;
}
.cat-name a:hover {
    background-color: #f8f8f8;
}
.latest_page_box p {
    display: inline-block;
    font-size: 15px;
    margin-right: 30px;
}
.latest_page_box h2 {
    margin: 30px 0 20px;
}
a.btn-dark.button-black {
    border: 1px solid transparent;
    padding: 15px 36px;
    border-radius: 0px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: 0;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    background: #0a0a0a;
    color: #fff;
}
.news_border {
    background: #cfcfcf;
    height: 1px;
    margin: 80px 0;
    width: 100%;
}
.mobile-alpha{
    display:none;
}
p.m-b-30 {
    margin-bottom: 30px;
}

.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {
  width: 33%;
}

.portfolio-item .item-main {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border:1px solid #E8EAEE;
  
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
  padding-bottom: 65%;
}
.portfolio-item .item-main p{
    /* margin: 0 10px 10px 0; */
    height: 190px;
    text-align: justify;
}
.portfolio-item h2 {
	margin: 0;
	padding: 30px 0 30px 0;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	height: 140px;
}
.portfolio-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	opacity: 0;
	background-color: rgb(228, 228, 228);
	text-align: center;
	vertical-align: middle;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.portfolio-item h2 a {
    text-decoration: none;
    color: #fff;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

.cnt {
	width: 100%;
	min-height: 350px;
	border: 1px solid #e1e1e1;
}
.add {
    font-size:20px;
    font-weight:800;
    padding:30px;
}
#contact-sec {
	padding-top:0px;
}

.prjbox {
	background-color: #f8f8f8;
}
.prjbox h4 {
	background: #1f5d8a;
	height: 100px;
	color: #FFFFFF;
	padding: 10px;
	margin: 0;
	font-size: 17px;
	line-height: 23px;
}

.prjbox p {
	margin: 0;
	padding: 10px;
	font-size: 13px;
}
.alplist {
    float: none;
    display: inline-block;
    padding-bottom: 0px;
    margin: 0;
    padding: 0px;
}
div#introbox h1 {
    /* text-align: justify; */
       font-size: 14px;
    padding-top: 0px;
    color: #ffffff;
    padding-bottom: 10px;
    line-height: 26px;
}
.home-list{
    margin-bottom:10px;
}

div#introbox {
    display: block;
    text-align: justify;
    font-size: 210px;
    border: 2px solid #666666;
    padding: 15px;
    background-color: #333;
}
div#introbox h1:after , div#introbox h1:before {
    content: '';
    display: inherit;
    /* margin-top: 18px; */
    width: 50%;
    margin: 10px auto;
    border-top: 1px solid #FFFFFF;
}
ul.menu li.register-link {
    background-color: #610f0f;
    font-weight: 600;
}
em.mm-counter+a.mm-next {
    width: 100%;
}
div.innercontent .search-box {
    background-color: #e0e0e0;
    margin-top: 0px;
}
.alplist li {
    list-style-type: none;
    float: left;
}
.alplist li a {
    font-weight: 600;
    position: relative;
    font-size: 15px;
    transition: font-size 0.5s ease-out;
    text-transform: uppercase;
    padding: 6px 8px;
    /* padding: 3px; */
    border-right: 1px solid #CCCCCC;
}
.alplist li:last-child a {
    border-right: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}


.vdivide {
        position: relative;
        padding: 0;
    }
    .vdivide>[class*='col-'] {
        position: static;
    }
    .vdivide>[class*='col-']:nth-child(n+2):before {
        content: "";
       /* border-left: 1px solid #DDD;*/
        position: absolute;
        top: 0;
        bottom: 0;
    }
    div.alphabets div.col-md-4 h3 {
        padding: 15px 15px;
    }

/* Form */

.formbox { background-color: #F8F8F8; padding: 10px; border-left: 1px #CCCCCC; }
.wpcf7-form { padding: 20px; }
.wpcf7-form p { margin: 0 0 10px 0;}
.wpcf7-form label { margin: 0;}
.wpcf7-form input { border-radius: 0 !important; }

/* homepage division */

.division-box { border: 1px solid #CCCCCC; margin-bottom: 10px; background-color: #d6b744; color: #FFFFFF; }
.division-box img { display: block; width: 100%; height: 220px; }
.division-box h3 { font-size:18px; font-weight: 600; margin: 0px; padding: 10px; }
.division-box h3 a{ font-size:18px; font-weight: 600; text-decoration:none; margin-bottom: 10px; padding: 0;    text-align: left; }
.division-box h2 a{ font-size:18px; font-weight: 600; text-decoration:none; margin-bottom: 10px; padding: 0;    text-align: left; }

.division-box p { margin-bottom: 10px !important; padding: 0 10px; }
.division-box a { color: #FFFFFF; }
.division-box:hover  { background-color: #f0d678; }

/* Category */

.category-box-item {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}

.prodtitle {
	font-size: 14px;
	padding: 12px;
	font-weight: bold;
	background-color: #d6b744; /* #d8bd6d #37783c*/
	color: #FFFFFF;
	text-align: left;
}

.prodimg img { display: block; width: 100%; height: 220px;}

.prod-image {overflow: hidden;}
.division-box img {transition: all 0.3s ease 0s;}
.division-box img:hover { transform: scale(1.1);}
.category-box-item img:hover {transform: scale(1.1);}
.category-box-item img {transition: all 0.3s ease 0s;}
.prodimg {overflow: hidden;margin-bottom: 10px;}

.prodcta { padding: 10px; }


section#row03 .owl-next {
    right: -14px;
}
section#row03 .owl-prev {
    left: -14px;
}
section#row03 .owl-next,section#row03 .owl-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    margin-top: -50px;
    text-align: center;
    background-color: #5d460d;
    color: #fff;
    /* font-size: 20px; */
    border: solid 1px #909090;
    border-radius: 0px;
    padding: 4px;
}



section#row03 .owl-nav {
    /*
}*/
    border-radius: 0px;
    padding: 5px;
}
section#row03 .owl-next:hover, section#row03 .owl-prev:hover {
    background-color: #261c04;
    color: #fff;
}
section#row03 .owl-item .col-md-12 {
    padding: 0px;
}

.boximg img {
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-bottom: 10px;
}


.btn-primary {
    background-color: #ffa500;
    width: 100%;
    margin-bottom: 5px;
    border: none;
    color: #ffffff;
    border-radius: 0 !important;
}

.btn-primary:hover { 
    background-color: #c49727;
}

.page-title h1 {
    margin-top: 190px;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    padding: 10px;
    display: inline-block;
}

.content-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.homecaptxt  {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: inline-block;
}
section.product-page .owl-next, section.product-page .owl-prev {
    position: absolute;
    top: 0px;
    width: 30px;
    margin-top: -50px;
    text-align: center;
    background-color: #5d460d;
    color: #fff;
    /* font-size: 20px; */
    border: solid 1px #909090;
    padding: 4px;
}
 section.product-page .owl-prev{
    right: 50px;
}
section.product-page .owl-next{
    right: 15px;
}
.division-box h3 a {
    font-size: 16px;
    text-align: left;
}
div.packing-materials .division-box h3{
    margin-top:10px;
    height: 45px;
}
div.packing-materials .building-prod h3.packing-title {
    text-align: center;
    font-size: 18px;
}
div.packing-materials .building-prod h3.packing-title {
    margin-bottom: 10px;
}
p.prod-code span {
    font-weight: 700;
}
div.packing-materials .division-box {
    height: 360px!important;
}
div.packing-materials .division-box img {
   margin-bottom: 10px;
}
 
div.more-btn{
   padding-bottom: 10px;
   padding-top: 20px;
   vertical-align: middle;
   margin:0px;
}
.modal-backdrop {
    z-index: 0;
}
.modal-body img {
    width: 100%;
    height: auto;
}
a.adbox {
    display: block;
    height: 100px;
    background: #EEEEEE;
    margin: 30px auto;
    width: 138px;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
}
.modal-body p.prod-code {
    margin-top: 20px;
}
.modal-body p.more-btn {
    padding-bottom: 0px;
    padding-top: 0px;
}
.modal-footer {
    margin-top: 5px;
}
h3.modal-title{
    text-decoration: none;
    color: #333;
}
.modal {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.frmlistprod {
	padding: 20px;
	background-color: #FFEEAE;
	border: 1px solid #333333;
	margin-bottom: 30px;
}

.frmlistprod select {
	display: block;
	width: 100%;
	padding: 7px;
	background-color: #fefde2;
}

.frmlistprod label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px; 
	text-transform: uppercase;
}


h1.pg-prod-title { font-size: 35px; }

/* =============================================================
   FOOTER STYLES
 ============================================================ */

.footer-sec {
    ssbackground-color: #f8f8f8;
	background: #f8f8f8;
    color:#333;
	padding: 30px 0;
    border-top: solid 2px #262261;/* #c29528 */
}

.footer-sec h4 {
	text-transform:uppercase;
	color:#fff;
}

.social-icons ul li {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    margin-right: 2px;
    text-align: center;
    width: 29px;
}

.social-icons ul li a {
    color: #3a3a3a;
    display: block;
}

#sftrlogo {
	background-color: rgba(82, 26, 26, 0.5);
	border: 1px solid #a33b3b;
	padding: 10px;
	text-align: center;
}

.ftrbox h4, .ftrbox p, .ftrbox a { color: #333;}
.ftrbox a:hover {color: #040404;text-decoration: none;font-weight: bold;}
.ftrbox .btn-abt a:hover {     color: #fff;text-decoration: none;background-color: #59caf5; text-decoration: none;}
.ftrbox h4 { font-weight: bold; }
.ftrbox p { line-height: 22px !important;}

.ftrbox ul { padding: 0; margin: 0; }
.ftrbox ul li {
    border-bottom: 1px dotted #666666;
    list-style-type: none;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: uppercase;
}

.ftrbox ul li:last-child { border-bottom: none; }

.copy { 
	padding: 10px; 
	font-size: 12px; 
	background-color: #262261; /* #1d1e1f */
	text-transform: uppercase; 
	color: #ffffff; 
	border-top: 1px solid #816969; 
}

div#footer-main-bottom {
    padding: 10px;
    border-top: 1px solid #d1c2c2;
    /* font-size: 12px; */
    /* text-transform: uppercase; */
    /* color: #89c540; */
    background-color: #28b24b;
    /* border-top: 1px solid #816969; */
}
div#footer-bottom ul.nav.navbar-nav li a {
    padding: 10px 10px;
    color:#ffffff;
}
div#footer-bottom ul.nav.navbar-nav li a:hover {
    color: #ccc;
    background-color: #262261;
}
div#footer-bottom ul.nav.navbar-nav {
    padding-bottom: 0px;
    padding-top: 0px;
}
div#footer-bottom p {
    padding-top: 10px;
    margin-bottom: 0px;
}
div#ftrlinks {
    display: none;
}

div#footer-main-bottom {
    padding: 10px;
    border-top: 1px solid #6d5ab1;
   background-color: #422d8e; 
}
#scroll {
    position:fixed;
    right:20px;
    bottom:60px;
    cursor:pointer;
    outline: none;
    width:50px;
    height:50px;
    z-index: 999;
    background-color:#422d8e;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#614bb3;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.form-control {
    height: 46px;
    padding: 10px 18px;
}/*
.search-box button#search_concept > input[type="radio"], .search-box .dropdown-menu > li > input[type="radio"], .search-box .dropdown-menu > li > input[type="checkbox"] {
                            display: none;
                            position: absolute;
                            top: -9999em;
                            left: -9999em;
                        }
                        .search-box input[type=checkbox],.search-box input[type=radio] {
                            margin: 4px 0 0;
                            margin-top: 1px\9;
                            line-height: normal;
                        }
                        .search-box .dropdown-menu > li > input:checked ~ label, .search-box .dropdown-menu > li > input:checked ~ label:hover, .search-box .dropdown-menu > li > input:checked ~ label:focus, .search-box .dropdown-menu > .active > label, .search-box .dropdown-menu > .active > label:hover, .search-box .dropdown-menu > .active > label:focus {
                            color: #ffffff;
                            text-decoration: none;
                            outline: 0;
                            background-color: #428bca;
                        }
                        .search-box .dropdown-menu > li > label {
                            margin-bottom: 0;
                            cursor: pointer;
                        }
                        .search-box .btn-group.open .dropdown-toggle {
                            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                            box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                        }
                        .search-box .btn-group .dropdown-toggle:active, .search-box .btn-group.open .dropdown-toggle {
                            outline: 0;
                        }
                        .search-box .dropdown-menu > li > label {
                            display: block;
                            padding: 3px 20px;
                            clear: both;
                            font-weight: normal;
                            line-height: 1.42857143;
                            color: #333333;
                            white-space: nowrap;
                        }*/
.search-box ul li {
    display: block;
    padding: 10px 5px;
    float: left;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
}
.search-box ul{
    padding:0px;
}
.mobile-search{
    display:none;
}
.home-list a:hover {
    font-weight: 700;
}
div.alphabets div.col-md-4 h3 a {
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    /* height: 61px; */
}
.dropdown select {
    display: none;
    width: 100%;
    padding: 10px;
    font-size:18px;
}
.mobile-alpha {
    display: none;
}
.btn {  border-radius: 0px;}
.mobile-panel-group {display: none;}
/* =============================================================
   JM MENU STYLES
 ============================================================ */

nav:not(.mm-menu)
{
  display: none;
}

.header {
  text-align: center;
}

.header {
  zbackground: #777;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  width: 100%;
  zheight: 40px;
  padding: 0 50px;
}

.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
}

section.page-content ul li {
    font-weight: 300;
    line-height: 30px;
}

section.contact ul li {
    font-weight: 300;
    line-height: 30px;
}

.header a {
    display: block;
    width: 43px;
    height: 35px;
    padding: 10px;
    position: absolute;
    top: 5px;
    transition: top 0.5s ease-out;
    right: 95px;
}
.contactlist {
    display: block;
    margin: 10px;
    padding: 20px 10px 52px 10px;
    width: 222px;
    float: left;
    height: 175px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
}
.main-home-product p{
    font-weight:normal;
}
.main-home-product h1{
    font-weight: bold;
    text-transform: uppercase;    
}
.innercontent h1 {
    display: block;
    font-size: 33px;
    padding: 10px 0 20px;
    margin-bottom: 30px;
}
.home-innercontent h1{margin-bottom: 0px;}

.profile-records {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 2px solid #65DD6F;
    margin-bottom: 15px;
    /* height: 100px; */
    overflow: hidden;
}
button.dropbtn {
    display: none;
}
a.viewprofile {
    background-color: #65DD6F;
    border-radius: 0px;
    display: inline;
    margin: 10px 0;
    padding: 5px 10px;
    text-align: center;
    width: 65px;
    color: #FFFFFF;
}
a.abt-readmore{
    background-color: #0D9ACF;
    border-radius: 0px;
    display: inline;
    margin: 10px 0;
    padding: 5px 10px;
    text-align: center;
    width: 65px;
    color: #FFFFFF;
}
.btn-abt{
    margin-top:20px;
}
img.coproflogo {
    float: right;
    margin: 0 10px;
}
.catgroup {
    padding: 0px;
    padding-right: 15px;
    /* padding-bottom: 50px; *//*
    border: 1px solid #ccc;*/
    /* width: 100%; */
    /* margin: 0px; */
}
.catgroup .row {
    margin: 0px;
}
p.coprofname {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.catlist div a {
    display: block;
    /* padding: 10px; */
    padding: 15px 15px;
    font-size: 14px;
    /* border: 1px solid #CCCCCC; */
    margin: 5px;
    /* height: 65px; */
}
div.catlist  div.pro-cat {
    border: 1px solid #CCCCCC;
    margin: 5px;
    height: 65px;
}
.copro a {
    display: block;
    margin: 10px 5px;
    padding: 5px 3px 3px;
    float: left;
    border: 1px solid #CCCCCC;
}
 h2.profile-head{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0 20px;
    color: #0D9ACF;
    margin-bottom: 30px;
    border-bottom: 1px dotted #CCCCCC;
}
h1.profile-head{
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0 20px;
    color: #0D9ACF;
    margin-bottom: 30px;
    border-bottom: 1px dotted #CCCCCC;
}
.adco {
    background-color: #FFFACC;
    display: block;
    margin: 20px 0;
    border: 1px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #666666;
    border-top: 3px solid #666666;
}
.btn-mkenq span {
    background-color: orange;
    padding: 5px 10px;
    margin: 3px;
    float: right;
    color: white;
    text-transform: uppercase;
}
.cologo {
    border: 1px solid #DDDDDD;
    width: 100%;
    height: auto;
}
.catlist div .pro-cat:hover {
    text-decoration: none;
    background: #EEEEEE;
}
div.catlist.col-md-6 {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
/*.navbar-pad-original .header a {
    top: 16px;
}*/
.colisting {
    margin: 50px 0;
    border: 1px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    padding: 10px;
    font-size: 13px;
}
.innercontent h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
a.backto {
    background-color: #0D9ACF;
    display: block;
    padding: 10px;
    color: #ffffff;
    text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

a.backto:hover {
    background-color: #8D910E;
}

div.tab {
    background-color: #f1f1f1;
    /* padding-left: 11px; */
    margin: 0px;
}


/* Style the buttons inside the tab */
div.tab button {
    float: left;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    padding: 9px 14px;
    background-color: #422d8e;
    border: 1px solid #262261;
    color: #ffffff;
    transition: 0.3s;
}
div.tab button:hover {
    background-color: #00adee;
}
.tab.dektop-tabs .tablinks:last-child {
    border-right: none;
    padding-right: 12px;
}
/*.main-border {
    border: 1px solid #ccc;
}*/
/* Change background color of buttons on hover */


/* Create an active/current tablink class */
div.tab button.active {
    background-color: #00adee;
}
div.alphabets div.col-md-4 {
    padding: 0px 0px;
    /* margin-bottom: 0px; */
    height: 70px;
}
div.alphabets div.col-md-4 h3 a:hover {
    color: #b1b619;
}
div.alphabets div.col-md-4 h3{
    margin:0px;
}
.innercontent {
    padding-bottom: 50px;
}
/* Style the tab content */
.tabcontent {
    padding: 0px;
    margin-top: 0px;
    display: none;
    min-height: 200px;
    border-top: none;
    background-color: #F8F8F8;
}
.header a:before, .header a:after {
  content: '';
  display: block;
  background: #ffffff;
  height: 2px;
}

.header a span {
    background: #ffffff;
  display: block;
  height: 2px;
  margin: 6px 0;
}

.mm-navbar.mm-navbar-top.mm-navbar-top-2.mm-navbar-size-1.mm-hasbtns .mm-title {
    display: none;
}

ul.menu.mm-listview a {
    font-size: 16px;
    transition: font-size 0.3s ease-out;
    text-transform: uppercase;
    padding: 11px 21px;
}
ul.sub-menu.mm-listview li a{
  text-transform: uppercase;
}
.mm-search { }

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 40px;
}
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 0px;
}
.mm-navbar-top-1 {
    /* top: 199px; */
    display: none;
}
.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1 {
    display: none;
}
.mm-menu.mm-offcanvas {
    max-width: 304px;
}
html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-303px,0);
    -ms-transform: translate(-303px,0);
    /* transform: translate(-440px,0); */
    /* -webkit-transform: translate3d(-440px,0,0); */
    /* transform: translate3d(-440px,0,0); */
}
.mm-menu {
    background: #180e3b;
    color: #fff;
}
html.mm-opening .mm-slideout {
    transform: translate3d(70%,0,0);
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}
.mm-menu em.mm-counter {
    color: #fff;
}
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}

.mm-clear::before, .mm-close::before {
	right: 18px;
}

.mm-clear::after, .mm-clear::before, .mm-close::after, .mm-close::before {
    height: 7px;
    width: 7px;
}
ul.menu.mm-listview li:hover {
    background-color: #18b2e7;
}
ul.lastsubmenu.mm-listview li:hover {
    background-color: #0ca6dc;
}
.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: #0ca6dc;
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
    background: #0ca6dc;
}

/*---- END  Of JMMENU -----*/


/* CHRIS CSS - 20 June 17 */
.btn-prem {
  background-color: orange !important;
  color: #FFFFFF !important;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-top: 20px;
}

.nco-cta, .nco-dets { padding-top: 10px; }

.btn-bactoproduct{
	display: block;
	margin-top: 30px;
}

.ftrbox h3 {
	margin-top: 5px;
	font-weight: 300;
}


/* Autocomplete */
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

.downbox h4 {
	display: block;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	background-color: #333;
	color: #FFF;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}


/* =============================================================
   MEDIA QUERY STYLES
 ============================================================ */

@media only screen and (min-width: 360px) and (max-width: 700px) {

	.portfolio-item h2 { font-size: 14px; height: 111px; } 
	.portfolio-item .item-main p { height: auto; padding: 10px 10px 10px 10px; }
	.navbar-nav .open .dropdown-menu { padding-left: 29px; background-color: #dfd9d9; }
	.carousel-caption { bottom: 0px; padding-bottom: 8px; }   
	.back-light { font-size: 14px; }
	img.logo.logo-display {width: 209px;height: 115px;}
	section.page-content ul li { font-size: 16px; font-weight: 300; line-height: 30px; }
	section.contact ul li { font-size: 16px; font-weight: 300; line-height: 30px; }
	.footer-sec .row { padding-top: 20px; }
    div.tab button {width: 16%;}
	ol.carousel-indicators { display: none; }
	.carousel-inner .item img{ width: 100%; height: 250px; }
	.carousel-inner { width: 100%; height: 250px; }
	.zrecent_box .recent_text { padding: 4px 15px; height: 130px; }
	.header a { height: 35px; top: 14px; }
	.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1 { display: none; }
	.mm-menu.mm-offcanvas { max-width: 256px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
	section.page-content img { margin: 0px; padding-bottom: 8px; }
	section.contact img { margin: 0px; padding-bottom: 8px; }
	.carousel-control { top: 70px; }
    .header {display: block;}
    .about-box {margin-bottom: 10px;}
    .carousel-caption h1 {font-size: 18px;}
    .carousel-caption h2 {font-size: 13px;}
    .head-main-img {min-height: 280px;height: 280px;background-position: center top, -550px 50px;background-size: 100% 100%;}
    .inner-head-main-img {min-height: 280px;height: 280px;background-position: center top, -550px 50px;background-size: 100% 100%;}
    section#row03 .owl-item .col-md-12 {padding-left: 21px;}
    section#row03 .owl-next {right: -17px;}
    section#row03 .owl-prev {left: 3px;}
    .navbar-header {padding-left: 16px;}
    #scroll {bottom: 70px;}
    .about-box h1 {font-size: 30px;}
    .heading h1 {font-size: 30px;}
    .page-title h1 {font-size: 31px;}
    div.packing-materials .division-box {height: auto!important;}
    section.product-page .owl-next {right: 0px;}
    section.product-page .owl-next, section.product-page .owl-prev {top: 50%;}
    section.product-page .owl-prev {left: 0px;}
    .packing-materials div.heading h2.packing-title {font-size: 26px;}
    div#ftrlogo {text-align: center;}
    .navbar { height: 70px;}
    .left-ad {margin-bottom: 10px;text-align: center;}
    .search-box {margin-bottom: 10px;}
    .navbar-brand {padding-top: 100px;}
    .head-main-img {min-height: 230px;height: 230px;}
    .inner-head-main-img {min-height: 230px;height: 230px;}
    .search-box {    margin-top: 90px;margin-bottom: 18px;}
    .navbar-brand {padding-top: 0px;position: fixed;z-index: 09099;}
    img.logo.logo-display {width: 155px;height: 86px;}
    .holder {padding: 6px 0px 6px 0px;}
    a.navbar-brand {height: 85px;}
    .search-box ul li {padding: 0px;margin: 0px;}
    .head-main-img h1 {margin: 0px;padding: 2px;}
    .inner-head-main-img h1 {margin: 0px;padding: 2px;}
    .search-box {padding: 0px;margin: 0px;}
    .search-box ul{padding: 0px;}
    .holder a {margin: 0 2px;}
    .alplist li {margin-bottom: 10px;}
    .alplist li a { padding: 0px 3px;}
    .colisting { margin: 20px 6px; font-size: 12px; }
    .prod-collisting{margin: 20px 12px;}
    section#home .search-box {display: none;}
    .mobile-search {display: block;position: relative;width: 100%;top: 20px;border-bottom: 1px solid #ccc;}
    .btn-search {float: right;}
    .mobile-search .dropdown-menu {width: 100%;left: 80px;}
    .main-search {display: block;}
    .mobile-search .input-group {padding: 10px;}
    .mobile-search ul {padding: 0px;margin-left: 10px;}
    .mobile-search ul li {float: left;display: block;padding: 0px;}
    .mobile-search button#searchbtn {top: 14px;}
    .btn-search {display:none;float: right;padding: 1px;background-color: #333;}
    .mobile-search label {color: #333;padding-right: 10px;}
    .categories {width: 100%;}
    select#co_country {width: 100%;}
    .home-list {border-bottom: 1px dotted #eee;margin-bottom: 25px;}
    .mobile-home {display: flex;flex-direction: column;}
    .mobile-left-box {order: 2;}
    .mobile-order-details {order: 1;}
    .mobile-right-box {order: 3;}
    .mobile-alpha{display:block;text-align: center;}
    .alpha-main{display:none}
    ul.mobil-drop-alpha li a.alpitem {padding: 10px;border-bottom: dotted 1px #cccccc;text-transform: capitalize;font-weight: 600;}
    ul.mobil-drop-alpha{width:100%;}
    .dropdown select {display: block;}
    .dektop-tabs{display:none}
    div.alphabets {display: none!important;}
    .dropdown select option {font-size: 18px;}
    div.dropdown select optgroup {font-size: 18px;}
    .contactlist {width: 100%;height: auto;margin: 0px;margin-bottom: 10px;}
    .profile-records {margin: 6px;}
    .mobile-search form#searchform {margin: 0px;padding: 0px;}
    .main-search {display: block;top: 100%;left: 0;min-width: 160px;padding:0px;margin: 0px;font-size: 14px;list-style: none;background-color: #fff;}
    div#pgnos {display: none;}
    form#searchform div.btn-group ul li input {margin-right: 8px;}
    div#introbox {border: none;}
    section#about-main .innercontent h1 {padding: 0px;margin-bottom: 20px;}
    section#about-main div#introbox {border-bottom: 1px solid #ccc;}
    .mobile-order-details   {border-bottom: solid 1px #ccc;margin-bottom: 12px;}
    .innercontent h1 {border-bottom: none;}
    div#ftroff {display: none;}
    .holder.hbottom {display: none;}
    .mobile-alpha select option.alpitem{text-transform: uppercase;}
    .mobile-search input#search {box-shadow: none;border-radius: 0px;-webkit-box-shadow: none;}
    div.cat-name a {border: 1px solid #CCCCCC;margin: 5px;padding: 10px;height:auto;}
    form#searchform button {padding: 10px 19px;height: 46px;}
    .nco-log img {width: 100%;height: 100px;}
    .left-ad {margin-bottom: 10px;}
    .right-ad img {width: 100%;}
    .mobile-panel-group {display: block;}
    .desktop-panel-group{display:none}
    div.mobile-panel-group h4 a {display: block;padding: 10px 10px;text-align: center;width: 100%;margin-bottom: 5px;border: none;color: #ffffff;border-radius: 0 !important;font-weight: bold;}
    .panel-default > .panel-heading {padding: 1px;background-color: #b1b614;}
    .panel-default > .non-pre-head {padding: 1px;background-color: #c3c1c1;color: #333;}
    .premium-panel { background-color: #fffacc;}
    div.mobile-panel-group .panel{border:none}
    .panel-group .panel {border-radius: 0px;}
    .panel-heading {border-top-left-radius: 0px;border-top-right-radius: 0px;}
    .modal-dialog.modal-lg {margin: 0px;width: 100%;}
    .navbar {/* background-color: rgba(86, 61, 2, 0.95); */background-color: #180e3b;}
    div#ftrlinks {display: block;}
    div#footer-bottom .navbar-right {display: none;}
}
@media only screen and (min-width: 320px) and (max-width: 700px) {
.desktop-panel-group {
    display: none;
}
}

@media ( max-width:480px ) {

	.portfolio-item h2 { font-size: 14px; height: 111px; } 
	.portfolio-item .item-main p { height: auto; padding: 10px 10px 10px 10px; }
	.carousel-inner .item img { width: 100%; height: 250px; }
	section.page-content ul li { font-size: 16px; font-weight: 300; line-height: 30px; }
	section.contact ul li { font-size: 16px; font-weight: 300; line-height: 30px; }
	ol.carousel-indicators { display: none; }
	.footer-sec .row { padding-top: 20px; }
    .categories {width: 100%;}
    select#co_country {width: 100%;}
    div.tab button {width: 16%;}
    .search-box {margin-top: 90px;margin-bottom: 18px;}
	section.page-content img { margin: 0px; padding-bottom: 8px; }
	section.contact img { margin: 0px; padding-bottom: 8px; }
	.carousel-control { top: 70px; } 
	.carousel-caption { bottom: 0px; padding-bottom: 8px; }   
	.back-light { font-size: 14px; }   
    .holder {padding: 6px 0px 6px 0px;} 
	.zrecent_box .recent_text { padding: 4px 15px; height: 130px; }
	.carousel-inner { width: 100%; height: 250px; }
	.header a { height: 35px; top: 0px;right: 8px; }
	.mm-menu.mm-offcanvas { max-width: 256px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
	.carousel-control { top: 70px; }
	#row02 h4 { font-size: 14px; }
    .header {display: block;}
    .about-box {margin-bottom: 10px;}
    .carousel-caption h1 {font-size: 18px;}
    .carousel-caption h2 {font-size: 13px;}
    .head-main-img {min-height: 160px;height: 160px;background-position: center top, -550px 50px;background-size: 100% 100%;}
    .inner-head-main-img {min-height: 160px;height: 160px;background-position: center top, -550px 50px;background-size: 100% 100%;}
    section#row03 .owl-item .col-md-12 {padding-left: 21px;}
    section#row03 .owl-next {right: -17px;}
    section#row03 .owl-prev {left: 3px;}
    .navbar-header {padding-left: 16px;}
    #scroll {bottom: 105px;}
    .about-box h1 {font-size: 30px;}
    .heading h1 {font-size: 30px;}
    .page-title h1 {font-size: 24px;}
    div.packing-materials .division-box {height: auto!important;}
    section.product-page .owl-next {right: 0px;}
    section.product-page .owl-next, section.product-page .owl-prev {top: 50%;}
    section.product-page .owl-prev {left: 0px;}
    .packing-materials div.heading h2.packing-title {font-size: 26px;}
    div#ftrlogo {text-align: center;}
    .navbar { height: 40px;}
    div#intro {padding: 18px;top: 28px;display: none;}
    .head-main-img {min-height: 140px;height: 140px;}
    .inner-head-main-img {min-height: 140px;height: 140px;}
    .search-box span.input-group-btn {top: 27px;}
    .search-box {margin-bottom: 30px;}
    .navbar-brand {padding-top: 0px;position: fixed;z-index: 09099;}
    img.logo.logo-display {width: 140px;height: 85px;}
    a.navbar-brand {height: 85px;}
    .holder a {margin: 0 2px;}
    .alplist li {margin-bottom: 10px;}
    .modal-dialog.modal-lg {margin: 0px;width: 100%;padding: 10px 10px;}
    .alplist li a { padding: 0px 3px;}
    .colisting {margin: 20px 5px; padding: 6px 6px; font-size: 12px;}
    .prod-collisting{margin: 20px 5px;}
    section#home .search-box {display: none;}
    .mobile-search {display: block;position: relative;width: 100%;top: 10px;border-bottom: 1px solid #ccc;}
    .mobile-search input#search {box-shadow: none;border-radius: 0px;-webkit-box-shadow: none;}
    .mobile-search form#searchform {margin: 0px;padding: 0px;}
    .btn-search {float: right;}
    .main-search {display: block;top: 100%;left: 0;min-width: 160px;padding:0px;margin: 0px;list-style: none;background-color: #fff;}
    .mobile-search .dropdown-menu {width: 100%;}
    .mobile-search .input-group {    padding: 0px 17px;padding-bottom: 10px;}
    .mobile-search ul {padding: 0px;margin-left: 15px;padding-bottom: 15px;}
    .mobile-search ul li {float: left;display: block;padding: 0px;color: #333;margin-right: 5px;}
    .mobile-search button#searchbtn {top: 26px;}
    .btn-search {float: right;padding: 1px;background-color: #333;display:none;}
    .home-list {border-bottom: 1px dotted #eee;margin-bottom: 25px;}
    .mobile-home {display: flex; flex-direction: column;}
    .mobile-left-box {order: 2;}
    .mobile-order-details {order: 1;}
    .mobile-right-box {order: 3;}
    .mobile-alpha{display:block;text-align: center;}
    .alpha-main{display:none}
    ul.mobil-drop-alpha li a.alpitem {padding: 10px;border-bottom: dotted 1px #cccccc;text-transform: capitalize;font-weight: 600;}
    ul.mobil-drop-alpha{width:100%;}
    .dropdown select {display: block;width: 100%;padding: 10px;font-size:18px;text-transform: uppercase;}
    .dektop-tabs{display:none}
    div.alphabets {display: none!important;}
    div.dropdown select optgroup option{font-size: 18px;}
    div.dropdown select optgroup {font-size: 18px;}
    .contactlist {width: 100%;height: auto;margin: 0px;margin-bottom: 10px;}
    .profile-records {margin: 6px;}
    div#pgnos {display: none;}
    form#searchform div.btn-group ul li input {margin-right: 8px;}
    div#introbox {border: none;}
    section#about-main .innercontent h1 {padding: 0px;margin-bottom: 20px;}
    section#about-main div#introbox {border-bottom: 1px solid #ccc;}
    .mobile-order-details{border-bottom: solid 1px #ccc;margin-bottom: 12px;}
    .innercontent h1 {border-bottom: none;}
    div#ftroff {display: none;}
    .holder.hbottom {display: none;}
    .mobile-alpha select option.alpitem {text-transform: uppercase;}
    div.cat-name a {border: 1px solid #CCCCCC;margin: 5px;padding: 10px;height:auto;}
    form#searchform button {padding: 10px 19px;height: 46px;}
    .nco-log img {width: 100%;height: 100px;}
    .left-ad {margin-bottom: 10px;}
    .right-ad img {width: 100%;}
    .mobile-panel-group {display: block;}
    div.mobile-panel-group h4 a {display: block;padding: 10px 10px;text-align: center;width: 100%;margin-bottom: 5px;border: none;color: #ffffff;border-radius: 0 !important;font-weight: bold;}
    .panel-default > .panel-heading {padding: 1px;background-color: #19b6eb;}
    .panel-default > .non-pre-head {padding: 1px;background-color: #c3c1c1;color: #333;}
    div.mobile-panel-group .panel{border:none}
    .premium-panel { background-color: #fffacc;}
    .panel-group .panel {border-radius: 0px;}
    .panel-heading {border-top-left-radius: 0px;border-top-right-radius: 0px;}
    .navbar {/* background-color: rgba(86, 61, 2, 0.95); */background-color: #180e3b;}
    div#ftrlinks {display: block;}
    div#footer-bottom .navbar-right {display: none;}
}

@media( min-width: 768px ) and ( max-width: 1023px ){ 

	/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li a { font-size: 13px; }*/
	ul.nav.navbar-nav { display: none; }
	.header a { right: 7px; }
	ul.nav.navbar-nav li a { padding: 11px 4px; font-size: 12px; }
	section.page-content div.col-md-12 p { font-size: 16px; line-height: 30px; }
	section.contact div.col-md-12 p { font-size: 16px; line-height: 30px; }
	.carousel-inner .item img { width: 100%; height: 450px; }
	section.page-content img { margin: 46px; }
	section.contact img { margin: 46px; }
	.latest_page_box img { width: 100%; }
	section#row03 div.col-md-4 { padding-bottom: 20px; }
	.zrecent_box .recent_text { padding: 1px 12px; height: 124px; }
	.carousel-inner { width: 100%; height: 450px; }
	.recent_box div.image_s img { height: 200px; width: auto; }
	.footer-sec div.col-md-4 { padding-top: 30px; }
	.mm-menu.mm-offcanvas { max-width: 265px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
	.portfolio-item h2 {    height: 175px;}
	.portfolio-item .item-main p { height: 260px;}
    .header {display: block;}
    h1.about-text {font-size: 24px;}
    .carousel-caption {padding-bottom: 30px;}
    .head-main-img {background-position: center top, -550px 50px;background-size: 100% 100%;}
    .inner-head-main-img {background-position: center top, -550px 50px;background-size: 100% 100%;}
    img.logo.logo-display {width: 200px;height: 114px;}
    div#slogan {display: none;}    
    .right-ad img {width: 100%;height: auto;}
    .mobile-home {display: flex; flex-direction: column;}
    .mobile-left-box {order: 2;}
    .mobile-order-details {order: 1;}
    .mobile-right-box {order: 3;}
    .left-ad img {width: 50%;margin-bottom: 15px;}
    div.tab {height: 40px;margin-bottom: 20px;}
    div.tab button {padding: 10px;}
    .mobile-panel-group {display: block;}
    .desktop-panel-group{display:none}
    div.mobile-panel-group h4 a {display: block;padding: 10px 10px;text-align: center;width: 100%;margin-bottom: 5px;border: none;color: #ffffff;border-radius: 0 !important;font-weight: bold;}
    .panel-default > .panel-heading {padding: 1px;background-color: #b1b614;}
    .premium-panel { background-color: #fffacc;}
    div.mobile-panel-group .panel{border:none}
    .panel-group .panel {border-radius: 0px;}
    .panel-heading {border-top-left-radius: 0px;border-top-right-radius: 0px;}
    .navbar {height: 50px;}
    .header a {top: 6px;}
    div#intro{display:none;}
}


@media( min-width:1024px ) and ( max-width:1030px ) {

	.mm-menu.mm-offcanvas { max-width: 304px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
	ul.nav.navbar-nav {display: block;padding-right: 70px; }
	section.page-content div.col-md-12 p { font-size: 16px; line-height: 30px; }
	section.contact div.col-md-12 p { font-size: 16px; line-height: 30px; }
	.latest_page_box img { width: 100%; }
	.recent_box div.image_s img { height: 200px; width: auto; }
	.zrecent_box .recent_text { padding: 1px 12px; height: 124px; }
	section#row03 div.col-md-4 { padding-bottom: 30px; }
	/*.navbar-pad-original ul.nav.navbar-nav.navbar-right li a { font-size: 16px; }*/
	ul.nav.navbar-nav li a {     padding: 11px 4px;font-weight: 500;font-size: 11px; }
	.carousel-inner .item img{ width: 100%; height: 450px; }
	.carousel-inner { width: 100%; height: 450px; }
	.mm-menu.mm-offcanvas { max-width: 256px; }
	.footer-sec div.col-md-4 { padding-top: 30px; }
	html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-256px,0); -ms-transform: translate(-256px,0); }
    .header {display: block;}
    .head-main-img {background-position: center top, -550px 50px;background-size: 100% 100%;}
    .inner-head-main-img {background-position: center top, -550px 50px;background-size: 100% 100%;}
    ul.nav.navbar-nav.navbar-right {display: none;}
    div#slogan h1 {font-size: 15px;}
    .header a {right: 30px;}
    iv.tab button {padding:10px 8px 7px 5px;;display: block;}
    .right-ad img {width: 100%;}
    div.tab button {font-size: 13px;padding: 9px 7px;}
    .alplist li a {padding: 6px 5px;}
}