.top_bar{background-color:#ebebeb;}
.top_bar_left{padding:12px 0;}
.top_bar_right{padding:12px 0;}
.top_bar_right a{color:#000; transition:all 0.3s;}
.top_bar_right a:hover{color:#029ef5; text-decoration:none; transition:all 0.3s;}




.sec_topbar_logo{padding:15px 0;}
.sec_topbar_icons{margin-top:33px;}
.sec_topbar_searchbox_custom{height:50px; border-top-left-radius:22px; border-bottom-left-radius:22px;}
.sec_topbar_btn_custom{height:50px; border-top-right-radius:22px; border-bottom-right-radius:22px; border-left:none; transition:all 0.3s;}
.sec_topbar_btn_custom:hover, .sec_topbar_btn_custom:focus{background-color:#029ef5; transition:all 0.7s;}
.sec_topbar_btn_custom:active{background-color:#FFF !important;}
.sec_topbar_btn_custom i{line-height:35px; color:#CCC;}
.sec_topbar_btn_custom i:hover{color:#FFF !important;}
.sec_topbar_basket{margin-top:32px;}
.sec_topbar_basket a{color:#ccc; transition:all 0.5s;}
.sec_topbar_basket a:hover{color:#029ef5; transition:all 0.5s;}
.sec_topbar_basket i{border:1px solid #ccc; border-top-left-radius:22px; border-bottom-right-radius:22px; max-height:50px; min-height:50px; max-width:50px; min-width:50px;line-height:50px; text-align:center; transition:all 0.3s;}
.sec_topbar_basket i:hover{background-color:#3f9bcf; color:#fff; transition:all 0.5s; transform:rotate(360deg);}






.top_navbar{background:url(../images/navbar_background.jpg) center top no-repeat;}
.mainNav{background-color:transparent !important; border:none; display:block; margin-bottom:0px; border-bottom:1px solid #ccc;}
.mainNav_ul li{padding:3px 22px; border-right:1px solid #CCC; display:inline-block;}
.mainNav_ul li a{color:#FFF !important;  transition:all 0.4s ease; }
.mainNav_ul li a:hover{color:#FFF !important; background-color:#029ef5 !important; transition:all 0.4s ease; }




.category_bg{background-color:#fff;}
.category_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:18px 0;}
.category_first_col{background-color:#efefef; padding:15px; margin-bottom:35px; position:relative;}
.category_first_text{color:#000; font-size:24px; font-weight:bold; text-transform:uppercase; padding-left:5px;}
.category_first_img img{padding:5px; margin-top:12px;}
.border_img{ position: absolute; z-index: 000; margin-top: -7px; margin-left: -7px}
.border_img_btm{position:static; z-index: 999; margin-top: -152px; margin-left: 194px; margin-bottom:30px;}





.product_bg{background:url(../images/prod_bg.jpg) center top no-repeat;}
.products_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:18px 0;}
.products_box{background-color:#FFF; padding:15px; border:1px solid #029ef5; text-align:center; margin-bottom:60px;}
.products_box_img img{ padding:10px;}
.products_box_desc{padding:35px 0 15px 0; font-weight:bold; font-size:16px;}




.news_update_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:18px 0;}
.our_video_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:18px 0;}
.news_content_col{background-color:#f4f6f8; padding:15px 1px; margin-bottom:35px;}
.news_content_heading{color:#000; font-size:24px; font-weight:bold; text-transform:uppercase; padding-left:5px;}
.news_content_img{margin:15px 0;}
.news_content_desc{text-align:justify; padding:12px 12px;}
.video_col img{height: 349px; width: 750px;}




.about_us_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:18px 0;}
.about_us_desc{margin-bottom:0px; text-align:justify;}
.about_us_btn{text-align:center;}
.button {
  border-radius: 22px;
  background-color:transparent;
  border: none;
  color: #000;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 140px;
  transition: all 0.8s;
  cursor: pointer;
  margin: 25px 0;
  border:1px solid #000;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}






.maaps_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:18px 0;}



.footer_bg{background-color:#1c232a;}
.footer_heading{font-size:24px; color:#FFF; font-weight:bold; padding:18px 0;}
.first_col li{padding-bottom:2px}
.first_col li a{color:#FFF; transition:all 0.4s; display:block;}
.first_col li a:hover{color:#029ef5; padding-left:15px; transition:all 0.4s; text-decoration:none;}

.footer_second_col ul{margin-bottom:16px; margin-top:5px}
.footer_second_col ul li{padding-top:0px; margin-bottom:2px;}
.footer_second_col ul li a{color:#FFF; display:block; transition:all 0.4s;}
.footer_second_col ul li a:hover{text-decoration:none; padding-left:15px; transition:all 0.4s; color:#029ef5;}

.footer_third_col p{color:#FFF; margin-top:5px;} 
.footer_third_col a{color:#FFF; transition: all 0.2s;}
.footer_third_col a:hover{color:#029ef5; text-decoration:none; transition: all 0.2s;}

.footer_certifi_body img{margin-bottom:15px;}
.copy_search{margin:12px 0 16px 0;}
.footer_searchbox{background-color:transparent; border-top:2px solid #fff; border-bottom:2px solid #fff; border-left:2px solid #fff; border-top-left-radius:22px; border-bottom-left-radius:22px; height:36px;}
.footerbtn_custom{background-color:transparent; color:#FFF; border-top-right-radius:22px; border-bottom-right-radius:22px; height:36px; border-top:2px solid #fff; border-bottom:2px solid #fff;  border-right:2px solid #fff;  border-left:2px solid #fff; }
.footerbtn_custom:hover, .footerbtn_custom:focus{background-color:#029ef5; color:#FFF; border:2px solid #fff;}
.footerbtn_custom:active{background-color:#029ef5; !important; color:#FFF !important; border:2px solid #fff !important;}







.footer_hr{border-bottom:1px solid #FFF; margin:12px 0;}
.copyright_left{color:#FFF; padding:18px 0; font-size:16px; font-weight:bold;}
.copyright_right{color:#FFF; padding:18px 0; font-size:16px;}
.copyright_right a{color:#FFF; transition:all 0.3s;}
.copyright_right a:hover{color:#029ef5; transition:all 0.3s; text-decoration:none;}


.left_menu_main a{ background:#0b6e98; font-family:'Roboto', sans-serif; font-size:16px; font-weight:500; color:#fff; text-transform:uppercase; display:block;padding:6px 10px; transition:all 0.3s; margin-bottom:5px;}
.left_menu_main a:hover{ background:#000; text-decoration:none; transition:all 0.3s; padding-left:20px;}

.left_sub_menu a{ background:#000; font-family:Myriad Pro; font-size:13px; color:#fff; display:block; padding:5px 12px;  transition:all 0.3s; margin-bottom:2px;}
.left_sub_menu a:hover{ background:#0b6e98; text-decoration:none; padding-left:15px; transition:all 0.3s;}


.baskets{padding:10px 20px 10px 20px; background:#0b6e98; border:1px #0b6e98 solid; border-radius:0; color:#fff; text-decoration:none;}
.baskets:hover{padding:10px 20px 10px 20px; background:#000; border:1px #000 solid; border-radius:0; color:#fff; text-decoration:none;}
.baskets a{padding:10px 20px 10px 20px; background:#0b6e98; border:1px #0b6e98 solid; border-radius:0; color:#fff; text-decoration:none;}
.baskets a:hover{padding:10px 20px 10px 20px; background:#000; border:1px #000 solid; border-radius:0; color:#fff; text-decoration:none;}

.brds{ font-family: 'Open Sans', sans-serif; font-size:24px; font-weight:bold; color:#000; border-bottom:solid 1px #000; padding:15px 0; margin-bottom:20px;}
.content_head{ font-family: 'Open Sans', sans-serif; font-size:24px; font-weight:bold; color:#000; border-bottom:solid 1px #000; padding:15px 0; margin-bottom:20px;}
.content_text{ font-family: 'Open Sans', sans-serif; font-size:14px; font-weight:normal; color:#000; margin-bottom:20px;}
.brds a{ color:#000;}
.brds a:hover{ text-decoration:none; color:#ea5206;}


.paging_con{ margin-bottom:20px;}
.paging{

	font-family:Arial;

	font-size:12px;

	font-weight:bold;

	color:#fff;

	text-valign:center;

	text-decoration:none;

	background:#000;

	PADDING-top:3px;

	PADDING-bottom:3px;

	PADDING-right: 7px;

	PADDING-left: 7px;

	width:25px;

	height:25px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border:solid 1px #000;

}

.paging:hover{

	font-family:Arial;

	font-size:12px;

	font-weight:bold;

	color:#fff;

	text-valign:center;

	text-decoration:none;

	background:#0b6e98;

	PADDING-top:3px;

	PADDING-bottom:3px;

	PADDING-right: 7px;

	PADDING-left: 7px;

	width:25px;

	height:25px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border:solid 1px #0b6e98;

}

.paging_act{

	font-family:Arial;

	font-size:11px;

	font-weight:bold;

	background-color:#0b6e98;

	color:#fff;

	text-valign:center;

	text-decoration:none;

	PADDING-top:3px;

	PADDING-bottom:3px;

	PADDING-right: 7px;

	PADDING-left: 7px;

	width:35px;

	height:20px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border:solid 1px #0b6e98;

}

.paging_act:hover{

	font-family:Arial;

	font-size:11px;

	font-weight:bold;

	background-color:#0b6e98;

	color:#fff;

	text-valign:center;

	text-decoration:none;

	PADDING-top:3px;

	PADDING-bottom:3px;

	PADDING-right: 7px;

	PADDING-left: 7px;

	width:35px;

	height:20px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border:solid 1px #0b6e98;

}
.pro_box{ text-align:center; padding:20px; background:#FFF; margin-bottom:20px;}
.p_img{ padding-bottom:10px;}
.featured_description{ font-family:Arial; font-size:14px; font-weight:bold; color:black;}
.article_custom{font-family:Arial; font-size:13px; font-weight:normal; color:black; padding:10px 0;}


.mg-image img {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    max-width: 100%;
	overflow:hidden;
}
.mg-image:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	 overflow:hidden;
}
.mg-image {
  overflow: auto;
  overflow:hidden;
}
.detail_box{ background:#FFF; padding:20px; text-align:center; border:solid 1px #000;}
.d_name{ font-family:'Roboto', sans-serif; font-size:22px; color:#0b6e98; font-weight:700;}
.d_art{ font-family:'Roboto', sans-serif; font-size:16px; color:#000; font-weight:700; padding:5px 0 15px 0; border-bottom:solid 1px #dfdfdf; margin-bottom:15px;}
.d_detail{ font-family:'Roboto', sans-serif; font-size:14px; color:#000; padding:5px 0 15px 0; border-bottom:solid 1px #dfdfdf;}
.d_qty{ font-family:'Roboto', sans-serif; font-size:22px; color:#0b6e98; font-weight:700; padding:15px 0; border-bottom:solid 1px #dfdfdf; margin-bottom:20px;}


@media (max-width:768px){
		
		.top_bar_left{padding:6px 0; text-align:center;}
		.top_bar_right{padding:6px 0; text-align:center;}
		.sec_topbar_logo{padding:12px 0; text-align:center;}
		.sec_topbar_icons{margin-top:5px; margin-bottom:15px;}
		.sec_topbar_basket{margin-top:0px; margin-bottom:14px; float:right;}
		.category_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:18px 0;}
		.category_first_col{background-color:#FFF; padding:15px; margin-bottom:15px; text-align:center; border-left:5px solid #009ef5; border-right:5px solid #009ef5;}
		.category_first_img{ text-align:center;}
		.border_img{ display:none;}
		.border_img_btm{display:none;}
		.top_navbar{background-color:#333;}
		.mainNav{background-color:#333; border:none; display:block; margin-bottom:0px;}
		.mainNav_ul li{padding:0px 2px; border-right:0px solid #CCc; display:inline;}
		.news_update_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:0px 0;}
		.our_video_heading{font-size:32px; font-weight:bold; text-align:center; color:#009ef5; padding:0px 0;}
		.news_content_col{background-color:#f4f6f8; padding:15px 1px; margin-bottom:35px; text-align:center;}
		.news_content_heading{color:#000; font-size:24px; font-weight:bold; text-transform:uppercase; padding-left:5px; text-align:center;}
		.news_content_img{margin:15px 0; text-align:center;}
		.news_content_desc{text-align:justify; padding:12px 12px; text-align:center;}
		.video_col img{height: 349px; width:100%; text-align:center;}
		.footer_heading{font-size:24px; color:#FFF; font-weight:bold; padding:18px 0; text-align:center;}
		.footer_certifi_body img{max-height:140px; min-height:140px; margin-right:6px; max-width:100px; min-width:100px; margin-bottom:15px; text-align:center;}
		.copyright_left{color:#FFF; padding:5px 0; font-size:16px; font-weight:bold; text-align:center;}
		.copyright_right{color:#FFF; padding:5px 0 10px 0; font-size:16px; text-align:center;}

			
	}