* {
    margin:0;
    padding:0;
    
}


body {
    font-family: 'Raleway', sans-serif;
    font-size:14px;
    color: #545454;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* close commented backslash hack */

a:active
{
    outline: none;
}

a:focus
{
    -moz-outline-style: none;
    outline: none;
}

a {
    text-decoration:none;

}

html,
body {
   margin:0;
   padding:0;
}
/*#wrapper{
     min-height:100%;
     position:relative;
     }*/

     #content {
       padding-bottom:100px; /* Height of the footer element */
   }


   #footer {
       background:#003466;
       width:100%;
       min-height:320px;
       padding:50px 0; 
   }

   .container{
       max-width: 1200px;
       min-width: 320px;
   }

   .footer{

   }

   .description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px 0px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 10px 0;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: none;
    padding: 0;
    margin: 0;
}

.banner{

    height:310px;
    width:100%;
}




/*.breadcrumb{
    margin-top:9% !important;
    }*/

    .menu > ul > li a {
        text-decoration: none;
        padding: 1.5em 3em;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        color:#003465;
    }

    .menu ul li a:hover{
        color:#545454;
    }

    @media screen and (min-width: 992px){
       .menu > ul > li a {
        text-decoration: none;
        padding: 30px 2.9em;
        display: block;
    }
}

/*.menu > ul > li:hover {
    background: #f0f0f0;
    }*/

    .menu > ul > li > ul {
        display: none;
        width: 100%;
        background: #fff;
        padding: 20px;
        position: absolute;
        z-index: 99;
        left: 0;
        margin: 0;
        list-style: none;
        box-sizing: border-box;
        border-top: 4px solid #053869;
        -moz-box-shadow:0px 0px 10px #ccc; -webkit-box-shadow:0px 0px 10px #ccc; box-shadow:0px 0px 10px #ccc;
    }

    .menu > ul > li > ul:before,
    .menu > ul > li > ul:after {
        content: "";
        display: table;
    }

    .menu > ul > li > ul:after {
        clear: both;
    }

    .menu > ul > li > ul > li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        width: 25%;
        background: none;
        float: left;
        border-bottom: 1px solid #e1e1e1;
    }

    .menu > ul > li > ul > li a {
        color: #777;
        padding: .2em 0;
        width: 95%;
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .menu > ul > li > ul > li > ul {
        display: block;
        padding: 0;
        margin: 10px 0 0;
        list-style: none;
        box-sizing: border-box;
    }

    .menu > ul > li > ul > li > ul:before,
    .menu > ul > li > ul > li > ul:after {
        content: "";
        display: table;
    }

    .menu > ul > li > ul > li > ul:after {
        clear: both;
    }

    .menu > ul > li > ul > li > ul > li {
        float: left;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        font-size: .8em;
    }

    .menu > ul > li > ul > li > ul > li a {
        border: 0;
    }

    .menu > ul > li > ul.normal-sub {
        width: 250px;
        left: auto;
        padding: 10px 20px;
    }


    @media screen and (min-width: 992px){
        .menu > ul > li > ul.normal-sub {
            top: 80px;
        }
    }



    .menu > ul > li > ul.normal-sub > li {
        width: 100%;
    }

    .menu > ul > li > ul.normal-sub > li a {
        border: 0;
        padding: 1em 0;
    }


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 992px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 10px 0;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

.head_pos{
   position: relative;
}

.menu_rg{
  float: right;
  width: 66% !important;
  margin-top:10px !important;

}
@media screen and (max-width: 1200px){
    .menu_rg{
      float: right;
      width: 80% !important;
      /*          margin-top:15px !important;*/

  }
}

@media screen and (max-width: 992px){
   .logo_left{
    /*          display: none;*/
    float: left;
    margin-top:15px;
}
.menu_rg{
    width: 100% !important;
}
}


@media screen and (min-width: 1200px){
   .menu_rg{
      float: right;
      width: 66% !important;
      margin-top:10px !important;

  }

/*     .banner{
          position: relative;
          top: -95px;
          }*/
      }

      header{
       width: 100%;
       min-width: 320px;
       background: rgba(255,255,255, 0.85);
       padding: 0px 0;
       z-index: 999;
       -moz-box-shadow:2px 2px 5px #ccc; -webkit-box-shadow:2px 2px 5px #ccc; box-shadow:2px 2px 5px #ccc;
   }

   @media screen and (max-width: 992px){
    header{
        padding: 0px 0 10px 0;
    }
}



.social a{
   display: inline-block !important;
   margin-left: 15px;
   padding: 0px !important;
   font-size: 20px !important;
   width: auto !important;
}

.mar70{
    margin-top:70px
}

@media screen and (max-width: 992px){
    .mar70{
        margin-top:30px
    }
}
@media screen and (max-width: 992px){
   .banner{
       margin-bottom: 0px;
   }
}


header{
 position: fixed;
 top: 0px;
 left: 0px;
}


.pd_tit{
   font-size: 25px;
   text-transform: uppercase;
}

.pd_left h1{
   margin-bottom: 30px;
}

.pd_left p{
   margin-bottom: 20px;
   font-size: 13px;
   line-height: 20px;
}

.more_btn{
   text-align: center;
   padding: 8px 20px;
   font-size: 12px;
   border: 1px solid #000;
   color: #545454;
   display: inline-block;
   text-transform:uppercase;
}

@media screen and (max-width:767px){
    .more_btn{
        margin-bottom:40px;
    }
}

@media screen and (min-width:992px){
    .pd_left{
        padding-right:30px !important;
    }
    
    .pad_lf{
        padding-left:30px !important;
        padding-right:0px !important;
    }
}

.foot_rg{
    text-align:center;
}


foot_ctleft, .foot_ctleft a{
    font-size:12px;
}


.breadcrumb > li + li:before {
    content: ">";
}


.prod {
    float: left;
    width: 100%;
    min-height: 100%;
    border: 1px solid #CDCDCD;
        margin-right: -1px;
    /*    padding: 10px;*/
    box-sizing: border-box;
    display: block;
    margin-bottom: 8.5px;
}

.list_box .prod{
    margin-bottom:0px;
}

.prod, .prod img {
    width: 100%;
    display: block;
    position: relative;
}



.prod img{
    display: block;
    margin: 0 auto;
    /* Point */
/*    width: 190px;
height: 190px;   */
object-fit: contain; 
/* Point */
width: 100%;
      /*-webkit-transform: scale(.5);
      -webkit-transition: 1s;*/
  }
/*
.prod:hover img{
    -webkit-transform: scale(.6);
    }*/

    @media screen and (min-width: 992px){
       .re_row{
          margin-right: -5px;
          margin-left: -5px;
      }
      .re_pad{
          padding-left: 5px;
          padding-right: 5px;
      }
  }


/*@media screen and (max-width: 992px){
     .mobile{
          display: none;
     }
     }*/


     .re_mar{
       margin-top: 50px;
       margin-bottom: 50px;
       border-top: 1px solid #d0d0d0;
   }

   .hover_box{
       position: absolute;
       width: 100%;
       height: 100%;
       background: rgba(0,0,0,0.7);
       top: 0;
       left: 0;
   }

   .hover_box{
       display: none;
       text-align: center;
       color: #fff;
       font-size: 15px;
       height: 100%;
   }



   .hover_box div{
       position: relative;
       height: 100%;
       min-height: 100%;
   }

   .hover_box div i{
       display: block;
       margin-top: 10px;
   }

   .hover_box div p{
       position: absolute;
       top: 50%;
       margin-top: -33px;
       width: 100%;
       left: 0px;
   }





   .hover_box span{
       display: block;
   }


   .prod:hover .hover_box{
       display: block;
   }

/*.hover_box span.old {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: #fff;
    padding: 10px;
}
*/

.foot_box{
   text-align: center;
   color: #fff;
   font-size: 13px;
}

.foot_box b{
   margin-bottom: 20px;
   display: block;
}

.foot_rg a{
   font-size: 15px;
   color: #fff;
   margin-bottom: 10px;
   display: block;

}

.foot_ctleft a{
   color: #fff;
   display: inline-block;
   margin-right:15px;
}

.foot_ctleft a i{
   font-size: 15px;
   margin-right: 4px;
}

.box_heigth{
   height: 0px;
}

.breadcrumb li a{
    color:#545454;
}

.breadcrumb li.active a{
    color:#898989;
}

.banner{
   position: relative;
   text-transform: uppercase;
}

.cn_pos{
   position: absolute;
   bottom: 20px;
   left: 0px;
   color: #fff;
   width: 100%;
}

.pd_slider #bx-pager a{
    margin-right:10px;
}

.pd_slider #bx-pager img{
    max-width: 91px;

}

.breadcrumb{
   background: none;
}

.about_text p{
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.about_info{
    margin-top: 30px;
}

.img_mar img{
    margin-bottom: 15px;
}

/*- -*/
/*- FILTER OPTIONS -*/
ul#filterOptions {
    width: 100%;
    margin: 0px 0 30px;
    /*    overflow: hidden;*/
}
ul#filterOptions li { height: 30px; margin-right: 10px; float: left; }
ul#filterOptions li a {
    height: 30px;
    padding: 0 20px;
    border: 1px solid #000;
    background: transparent;
    color: #545454;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    display: block;
}
ul#filterOptions li a:hover { background: #003466; color: #fff; }
ul#filterOptions li.active a { background: #003466; color: #fff;}
/*- -*/
/*- OUR DATA HOLDER -*/
#ourHolder { width: 100%;}
#ourHolder div.item {
    width: 270px;
    height: 270px;
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
}
#ourHolder div.item h3 { margin-top: 10px; font-size: 16px; line-height: 20px; }
/*- -*/

.ct_info{
    text-align: center;
}

.ct_info b, .ct_info p{
    margin-bottom: 20px;
    display: block;
}

.ct_info a{
    display: block;
    color: #545454;
    font-weight: bold;
}

.ct_info a i{
    color: #003366;
    margin-right: 4px;
}


.sd_email{
    text-align: center;
    margin: 0px auto;
}

@media screen and (min-width: 992px){
    .sd_email{
        max-width: 56%;
    }
}

.sd_email a{
    max-width: 210px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    display: inline-block;
    color: #545454;
    margin-top: 40px;
}

.sd_email p{
    margin-top: 40px;
}

.sd_email form{
    text-align: left;
    margin-top: 40px;
}

.sd_email input, .sd_email textarea{
    border-radius: 0px;
}

.sd_email textarea{
    resize: none;
}

.sd_btn{
    padding: 10px 20px;
    background: #003466;
    color: #fff;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
}

.pd_slider #bx-pager a, .pf_slider #bx-pager a{
    /* border: 1px solid #ccc; */
    display: inline-block;
}

.pd_slider #bx-pager a.active img, .pd_slider #bx-pager a.active{
    /* border: 4px solid #D0D633; */
}



.pd_slider .bx-wrapper{
    margin: 0 auto 10px;
}



@media (min-width: 768px){
    .pd_info .dl-horizontal dt {
        float: left;
        width: 100px;
        overflow: hidden;
        clear: left;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight:normal;
    }
}


@media (min-width: 768px){
    .pd_info .dl-horizontal dd {
        margin-left: 110px;
    }

}

.pd_info dl{
    margin-bottom: 30px;
}


.other_pd h2{
    padding: 10px;
    border: 1px solid #ADADAD;
    border-bottom: 3px solid #FFFFFF;
    display: inline-block;
    position: relative;
    bottom: -2px;
    text-transform:uppercase;
}

.pd_have{
    width: 100%;
    padding: 3% 2%;
    border: 1px solid #adadad;
}


@media screen and (max-width: 767px){
    .pd_have{
        padding: 11% 2%;
    }
}


.other_pd{
    margin-top: 40px;
}

.other_pd .bx-wrapper{
    margin: 0px auto 10px;
}

.other_pd .prod {
    width: 170px;
    min-height: 170px;
    border: 1px solid #CDCDCD;
    margin-right: 10px;
    padding: 0px;
    box-sizing: border-box;
}

@media screen and (max-width: 480px){
    .other_pd .prod {
        width: 120px;
        min-height: auto;
        border: 1px solid #CDCDCD;
        margin-right: 10px;
        padding: 0px;
        box-sizing: border-box;
    }
}

.slider_pos a img:hover{
    border: 1px solid #D0D633;
}

.pd_have a{
    float: left;
    display: block;
    /*    text-align: center;*/
    color: #545454;
}

.banner_bg .owl-controls{
    bottom:10px !important;
}
.other_pd .prod img{
    display: block;
    margin: 0 auto;  
    object-fit: contain; 
}

.other_pd .prod{
    position: relative;
    margin-bottom:0px;
}

.pd_slider .bx-wrapper img{
    width:100%;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #003466;
    border: solid 1px #003466;
    opacity: 1;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.list_name h1{
    font-size: 20px;
    color: #003466;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.pf_slider{
    position: relative;
}

.pf_slider ul li a img{
    border: 0px solid #D5D5D5;
}

.pf_slider .bx-wrapper{
    margin: 0 auto 10px;
}

@media screen and (max-width: 992px){
    .pf_slider .pd_area img{
        min-width: 100%;
    }
}

@media screen and (min-width: 992px){
    .pf_slider #bx-pager a{
        display: block;
        margin-bottom: 10px;
    }

    .pd_area .bx-wrapper{
        max-width: 82% !important;
        margin:0px !important;
    }

    .slider_pos ul li{
        float: none;
    }

    .slider_pos .bx-viewport{
        height: 452px;
    }
    .slider_pos{
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 25px 0;
    }

    .pd_area .bx-controls-direction{
        display: none;
    }


    .slider_pos a{
        display: block;
        width: 150px;
    }
}

.@media screen and (max-width: 1200px){
    .pd_area .bx-wrapper{
        max-width: 80% !important;
    }
}

@media screen and (max-width: 992px){
    .slider_pos{
        display: none;
    }
    .pd_area ul li img{
        width: 100%;
    }
}


/* @media screen and (min-width: 992px){
    .pd_slider #bx-pager a{
        display: block;
        margin-bottom: 10px;
    }

    .pd_area_pf .bx-wrapper{
        max-width: 82% !important;
        margin:0px !important;
    }

    .slider_pos_pf ul li{
        float: none;
    }


    .pd_area_pf .bx-controls-direction{
        display: none;
    }

}

.@media screen and (max-width: 1200px){
    .pd_area_pf .bx-wrapper{
        max-width: 80% !important;
    }
}

@media screen and (max-width: 992px){
    .slider_pos_pf{
        display: none;
    }
    .pd_area_pf ul li img{
        width: 100%;
    }
} */


.pad0{
    padding:0px;
}

.pd_more h2{
    font-size: 20px;
    color: #003466;
    margin-bottom: 10px;
    text-transform:uppercase;
    font-weight:bold;
}

.pd_more ul{
    min-height: 115px;
    height: 100%;
}

.pd_more a{
    padding: 6px 20px;
    display: inline-block;
    border: 1px solid #545454;
    color: #545454;
    text-transform:uppercase;
}

.pd_more a:hover{
    text-decoration:none;
    color:#003466;
}

.row_mar{
    margin-bottom: 40px;
}

.print{
    color: #003466;
}

.print i{
    margin-right: 4px;
}

.pd_info h1{
    font-size: 20px;
    text-transform: uppercase;
    color: #003466;
    font-weight:bold;
}

.pd_table{
    background: #f9f9f9;
}



.right_bd{
    border-right: 1px solid #d9d9d9;
}

.pd_table p{
    padding:4px 0px 4px 15px;
}

.even_bg{
    background: #EEEEEE;
}

.social{
    width: 100%;
}

@media screen and (min-width: 992px){
	.logo_left, .social{
		margin-top:30px;
	}
}


.slider_pos .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    outline: 0;
    width: 17px;
    height: 10px;
    text-indent: -9999px;
    z-index: 9;
}

.slider_pos .bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -8px;
    background: url(../images/up_btm.png) no-repeat 0 0px;
}

.slider_pos .bx-wrapper .bx-next {
    left: 50%;
    margin-left:-8px;
    bottom: -20px;
    top: initial !important;
    background: url(../images/down_btn.png) no-repeat 0px 0px;
}

.bx-wrapper .bx-controls-direction a{
    z-index: 99;
}



#captcha-wrap{
    border:solid #870500 1px;
    width:270px;
    -webkit-border-radius: 10px;
    float:left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#870500;
    text-align:left;
    padding:3px;
    margin-top:3px;
    height:100px;
    margin-left:80px;
}
#captcha-wrap .captcha-box{
    -webkit-border-radius: 7px;
    background:#fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:center;
    border:solid #fff 1px;
}
#captcha-wrap .text-box{
    -webkit-border-radius: 7px;
    background:#ffdc73;
    -moz-border-radius: 7px;
    width:140px;
    height:43px;
    float:left;
    margin:4px;
    border-radius: 7px;
    text-align:center;
    border:solid #ffdc73 1px;
}

#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
   color:#000000;
   font-family: helvetica,sans-serif;
   font-size:12px;    
   width:150px;
   padding-top:3px; 
   padding-bottom:3px; 
}
#captcha-wrap .captcha-action{
    float:right; width:117px; 
    background:url(logos.jpg) top right no-repeat; 
    height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
    margin-top:9px;
    border:solid #333333 1px;
    margin-right:6px;
    cursor:pointer;
}


.errorStyle{
  color:red;
  display: none;
}

@media screen and (min-width: 992px){
.banner_bg
}

@media screen and (max-width: 992px){
    #filterOptions li{
        margin-bottom:15px;
    }
}

.img-mobile{
    display:none !important;
}

.img-dasktop{
    display:none !important;
}

.img-dasktop{
    display:block !important;
}

@media screen and (max-width: 767px){
    .img-mobile{
        display:block !important;
    }

    .img-dasktop{
        display:none !important;
    }
}

@media screen and (max-width: 767px){   
    .banner_bg .owl-controls {
        bottom: 0px !important;
    }

}