body { background-color: #FFF; background-repeat: no-repeat; background-position:top center;  }

a { text-decoration: underline; }
/* Header */
header { z-index: 9000; background: /*url(/template/images/bg_header.png) repeat-x bottom left;*/ }

#header_logo {
	margin-top: 10px;
}
#header_toolbar {
	color: #666;
	float: right;
	margin-top: 10px;
}
#header_contact {
	margin-top: 30px;
	float: right;
}
#header_menu {
	font-size: 1em;
	color: #006179;
	margin-top: 10px;
	text-align: left;
}

#header_menu a { color: #006179; }
#header_menu a:visited { color: #006179; }
#header_menu a:hover { color: #006179; }

.navwrap { background-color: #00abec; }
/* Footer */

footer {
	padding-top: 20px;
	font-size: 0.9em;
	background-color: #243A4D;
	color: #FFF;
}
footer a { color: #00ABEC; text-decoration: underline; }
footer h3 { color: #FFF; font-size: 1.6em; font-weight: bold;}
footer .fa { font-size: 60px; color: #00ABEC; }
footer .box_1 { text-align: center; padding: 15px 10px 15px 10px; border-right: 1px solid #00ABEC; }
footer .box_1_f {  border-left: 1px solid #00ABEC; }
footer .box_1:hover { background-color: #EEE; }
footer .box_2_f { padding-top: 10px; }
.social_icons { text-align: right; }
.social_icons .fa { font-size: 2.5em; color: #666; }
.med_blue { color: #00abec; font-family: "Open Sans",sans-serif; font-weight: 600; font-size: 1.3em; line-height: 1em;}
.fa_med { font-size: 26px !important; }

/* Main content */

h1 { margin-top: 30px !important; margin-bottom: 30px; color: #666; font-size: 42px; line-height: 1.1em; font-weight: 600; font-family: "Open Sans",sans-serif;}
h2 { font-size: 24px; color: #00ABEC;  font-family: "Open Sans",sans-serif; margin-top: 30px; margin-bottom: 20px;}
h3 { font-size: 22px; margin-bottom: 25px; }

.white { color: #FFF; }
.red { color: #F00000; }
.blue { color: #31308A !important; }
.yellow { color: #FCED05; }

.pad_30TB { padding-top: 30px; padding-bottom: 30px; }
.pad_15B { padding-bottom: 15px; }
.mar_fb_i { margin-left: 65px; }
.mar_30T { margin-top: 30px; }
.mar_10L { margin-left: 10px; }

.main-container {background-color: rgba(255,255,255,0.9); margin-top: 30px; }

#content_path { margin: 15px 0px 0px 0px; font-size: 12px;}

#page_content h1 { margin-top: 0px !important; }
#page_content p { text-align: justify; }
#page_content a { text-decoration: underline !important; }
#links_list a { text-decoration: underline !important; }
#links_list div { margin-bottom: 10px }
.h_contacts { font-size: 26px;}

.box_ind_cent { margin-left: 90px; margin-right: 90px; }

/* TABLES */
.tbl_1 {
	border-left: 1px dotted #999999;
	margin-bottom: 25px;
}
.tbl_1 td {
	padding: 5px 10px 5px 3px;
	border-bottom: 1px dotted #999999;
	text-align: left;
	border-right: 1px dotted #999999;
	vertical-align: top;
}
.tbl_1 th {
	font-weight: bold;
	background: #6B6B6B;
	text-align: left;
	padding: 8px 10px 10px 3px;
	color: #FFFFFF;
	border-right: 1px dotted #999999;
}

.tbl_1 td .fa-check { color: #00B22D; }
.tbl_1 td .fa-times { color: #FF0000; }

.tbl_2 {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.tbl_2 td {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;

}

.tbl_2 th {
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #EA0000;
	font-size: 16px;
	color: #FFF;
	text-align: left;
}
.tbl_2 td p {
	margin-top: 0px;
	padding-top: 0px;
}

/* IMAGES */
.p_img {
	margin: 2px 20px 5px 0px;
}
.p_img_1 {
	margin: 2px 10px 5px 0px;
}

.p_img_r {
	margin: 2px 0px 5px 20px;
	float: right;
}
.p_img_r_top {
	margin: 20px 0px 5px 20px;
	float: right;
}
.cat_img {
	margin: 10px 20px 5px 0px;
}
.carousel-caption {
	color: #000;
	text-align: left;
	bottom: 140px;
	left: 760px;
	width: 360px;
	height: 300px;
	text-shadow: none;
}

.capt-txt {	
	height: 240px;
	width: 360px;
	margin-top: 30px;
}

.carousel-caption > div > h1 { color: #F00000; margin-top: 0px !important; line-height: 1em; font-size: 36px; font-weight: normal; font-family: "Helvetica Neue", Helvetica, sans-serif;}
.carousel-caption > div > h2 { color: #F00000;}
.carousel-title-r-box {
	width: 360px;
	float: right;
	position: absolute;
	top: 20px;
	right: 0px;
	}
.carousel-title-r-box > h2 {
	margin: 0px 0px 10px 0px;
	background-color: #F00000;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #FFF;
	padding: 6px;
}
.carousel-title-r-box > h2:hover { background-color:#31308A; }
.carousel-title-r-box > h2 a {
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: auto;
}

/* News */
.news_img_b {
    float: left;
    height: 133px;
	width: 200px;
    margin: 0 11px 11px 0;
    overflow: hidden;
}
.news_img_b:hover { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); }
.news_img_b img { width: 100%; }
.img_news_i {
	float: left;
	height: 161px;
	margin: 0px 30px 0px 0px;
	border: 1px solid #CCC;
	padding: 10px;
}

.glyphicon-large { margin-left: 15px; font-size: 28px; }
.btn-povprasevanje { border-color: #000; margin-bottom: 8px; font-size: 14px; font-weight: bold; padding: 3px 10px 3px 10px; margin-left: 20px;}
.fa { font-size: 2em; }

.btn-to-shop { border-color: #FF7F01; background-color: #FF7F01 !important;; margin-bottom: 8px; font-size: 18px; font-weight: bold; padding: 5px 10px 5px 10px; }
.btn-to-shop .fa { font-size: 22px; margin-right: 10px; }
#map_canvas { width: "100%"; height: 450px;  }

/* Forms */

#frm_enquiry {}
#frm_enquiry .fld {
	width: 400px;
	padding: 2px 4px 4px 5px;
	font-size: 12px;
	border: 1px solid #999;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#frm_enquiry .fld_fw { width: 800px; height: 200px; }
#frm_enquiry fieldset {
	border: none;
	padding: 0px;
}

#frm_enquiry .btn { background-color:#F60; color: #FFF; font-weight: bold; font-size: 16px; padding:10px; border: none; }
#frm_enquiry .btn:hover {background-color:#000; }

#frm_enquiry label {
	width: 400px;
	display: block;
	padding-bottom: 2px;
}
.fld_sc { width: 178px !important; }

#frm_enquiry label.error { 
color: red; 
padding-bottom: 10px;
}

#frm_enquiry .fld.error { 
border: 1px solid #FF6633;
background-color: #FEECEB;
}

#frm_enquiry label.error { 
color: red; 
padding-bottom: 10px;
}

#msg_ok {
	font-size: 14px;
	border: 2px solid #0C3;
	padding: 20px;
}
.msg_res_err {
	font-size: 14px;
	border: 2px solid #F00;
	color: #F00;
	padding: 20px;
	margin-top: 20px;
}
.msg_res_ok {
	font-size: 14px;
	border: 2px solid #00B22D;
	color: #00B22D;
	padding: 20px;
	margin-top: 20px;
}

#loaderDiv { display: none; margin-bottom: 10px; width: 188px; text-align: center; }

#bann_bottom { padding: 20px 20px 0px 20px; text-align: center; }
#bann_bottom img { margin: 0px 10px 20px 10px; }


#article_images { margin-bottom: 25px; }

#article_images .article_image {
    float: left;
    margin: 10px 7px 7px 0;
}

/* TITRO */

.top_bar { background-color: #EEE; padding: 5px 0px 5px; color: #006179; font-size: 12px;}
.top_bar .cont { color: #00ABEC; font-family: "Open Sans",sans-serif; font-size: 22px; border-right: 1px solid #00ABEC; padding-right: 20px; }
.dropdown { z-index: 9000; border-radius: 0px; }
.dropdown-menu { border-radius: 0px; border: 1px solid #00ABEC; }
.dropdown-menu .fa { font-size: 16px; margin-right: 5px; }
.dropdown-menu > li > a { font-size: 16px; color: #00ABEC;  }
.header_contact { box-sizing:border-box;  width: 760px; padding: 25px; }
.header_contact h2 { margin-top: 0px !important; }
.header_contact a { text-decoration: underline !important; }
.header_links { box-sizing:border-box;  width: 360px; }
.dropdown-header { color: #3276B1; }
.btn { border-radius: 0px; }
.btn-primary { background-color: #00ABEC; border-color: #FFF;  }
.btn-default { color: #FFF; background-color: #128FD3; border-color: #128FD3; }
.btn-default > a  { color: #FFF; text-decoration: none !important; }
a.btn-default  { color: #FFF; text-decoration: none !important; }
#page_content a.btn-primary { text-decoration: none !important;  }
.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition:         all 0.2s  ase;
  -moz-transition:    all 0.2s  ease;
  -webkit-transition: all 0.2s  ease;
  -o-transition:      all 0.2s  ease;
  -ms-transition:     all 0.2s  ease;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.dropdown {
  display: inline-block;
}
.h_shop { color: #00ABEC; font-family: "Open Sans",sans-serif; font-size: 22px; border-right: 1px solid #00ABEC; border-left: 1px solid #00ABEC; padding-left: 10px; padding-right: 10px; margin-left: 10px; }
.h_shop a:link {  color: #00ABEC !important; }
.h_shop a:visited {  color: #00ABEC !important; }
.h_shop a:hover {  color: #00ABEC !important; }

#page_intro {  margin: 60px 0px 0px 60px; float: left; box-sizing: border-box; width: 580px;}
#page_intro_txt { 
	padding: 15px;
	font-size: 22px;
	line-height: 1.1em;
	background-color: rgba(255,255,255,0.85); 
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#666666,Positive=true)";
}
#page_intro_txt h1 { margin-top: 0px !important; color: #000; padding-top: 0px; font-weight: normal; font-size: 2.3em; }

#page_intro_gallery { margin: 60px 60px 0px 0px; float: right; background-color: rgba(255,255,255,0.9); 
	box-sizing: border-box; 
	padding: 1px 1px 5px 1px; width: 292px; font-size: 12px;
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#666666,Positive=true)";
}
.pi_1 { border: none; background-color: #FF0000; font-size: 16px; text-transform: uppercase; font-weight: bold;}
.pi_2 { border: none; background-color: #FC0; color: #000; font-size: 16px; text-transform: uppercase; font-weight: bold;}
.page_slog { font-family: "Open Sans",sans-serif; font-size: 50px; font-weight: bold; color: #00ABEC; text-align: center; margin-bottom: 15px; border-bottom: 1px solid #999;}
.top_bg { height: 390px; }
#products_box { float: left; margin-bottom: 30px; display: block;}
#product_imges { margin: 25px 0px 25px 0px; }
#slideTo { font-size: 1.3em; text-align: center; border-bottom: 2px solid #00ABEC; width: 260px; margin: 10px auto 20px auto; display: block; color:#00ABEC; text-decoration: none;  }
#slideTo:hover { color: #FF0000; border-bottom: 2px solid #FF0000; }

#product_desc {
	/* border-bottom: 1px dotted #ccc; */
	margin-bottom: 10px;
}
#product_desc h1{
	margin: 25px 0px 10px 0px;
	font-size: 32px;
}

.text-center p { text-align: center !important; }
p.text-center { text-align: center !important; }
.image-table {  color: #007EAE; }
/*
.image-table img {	padding: 5px; -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color=#666666,Positive=true)";}
*/
.image-table-1 { padding: 0px; border: none; font-size: 0.9em; line-height: 1.2em; padding-top: 0px; color: #FFF !important; }
.image-table-1 h2 { margin-bottom: 15px; }
.image-table-1 .col-md-4 { padding-left: 2px !important; padding-right: 2px !important; text-align: center; }
.b-wrapper h2 { color: #FFF !important; }
.b-wrapper { color: #FFF !important; }
.b-wrapper p { text-align: center !important; padding: 10px; }
.res-table { border-top: 1px solid #666;  border-left: 1px solid #666;  }
.res-table > div { border-right: 1px solid #666;  border-bottom: 1px solid #666; }
.glej_tudi { border: 1px solid #999; padding: 15px; margin-top:30px;  }

.trgovina { border: 1px solid #999; padding: 15px; margin-top:30px; margin-bottom: 30px; }

.img-thumbnail { border-radius: 0px; }

.page_content a:link { text-decoration: underline;}





/* simple */
		.flip-container {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d; 

		}

			/*
			.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
				-webkit-transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
				transform: rotateY(180deg);
				filter: FlipH;
    			-ms-filter: "FlipH";
			}
			*/


			/* START: Accommodating for IE */
			.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
		/* END: Accommodating for IE */

		.flip-container, .front, .back {
			width: 250px;
			height: 250px;
		}

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			z-index: 2;
		}

		.back {
			background: lightblue;
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
		}

		.front .name {
			font-size: 2em;
			display: inline-block;
			background: rgba(33, 33, 33, 0.9);
			color: #f8f8f8;
			font-family: Courier;
			padding: 5px 10px;
			border-radius: 5px;
			bottom: 60px;
			left: 25%;
			position: absolute;
			text-shadow: 0.1em 0.1em 0.05em #333;
			display: none;

			-webkit-transform: rotate(-20deg);
			-moz-transform: rotate(-20deg);
			-ms-transform: rotate(-20deg);
			transform: rotate(-20deg);
		}

		.back-logo {
			position: absolute;
			top: 40px;
			left: 90px;
			width: 160px;
			height: 117px;
			background: url(logo.png) 0 0 no-repeat;
		}

		.back-title {
			font-weight: bold;
			color: #00304a;
			position: absolute;
			top: 180px;
			left: 0;
			right: 0;
			text-align: center;
			text-shadow: 0.1em 0.1em 0.05em #acd7e5;
			font-family: Courier;
			font-size: 22px;
		}

		.back p {
			position: absolute;
			bottom: 40px;
			left: 0;
			right: 0;
			text-align: center;
			padding: 0 20px;
			font-size: 18px;
		}

		/* vertical */
		.vertical.flip-container {
			position: relative;
		}

			.vertical .back {
				-webkit-transform: rotateX(180deg);
				-moz-transform: rotateX(180deg);
				-ms-transform: rotateX(180deg);
				transform: rotateX(180deg);
			}

			.vertical.flip-container .flipper {
				-webkit-transform-origin: 100% 213.5px;
				-moz-transform-origin: 100% 213.5px;
				-ms-transform-origin: 100% 213.5px;
				transform-origin: 100% 213.5px;
			}

			/*
			.vertical.flip-container:hover .flipper {
				-webkit-transform: rotateX(-180deg);
				-moz-transform: rotateX(-180deg);
				-ms-transform: rotateX(-180deg);
				transform: rotateX(-180deg);
			}
			*/

			/* START: Accommodating for IE */
			.vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
			    -webkit-transform: rotateX(0deg);
			    -moz-transform: rotateX(0deg);
			    -o-transform: rotateX(0deg);
			    -ms-transform: rotateX(0deg);
			    transform: rotateX(0deg);
			}

			.vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
			    -webkit-transform: rotateX(180deg);
			    -moz-transform: rotateX(180deg);
			    -o-transform: rotateX(180deg);
			    transform: rotateX(180deg);
			}
		/* END: Accommodating for IE */






.b-wrapper { box-sizing: border-box; padding: 15px; }
.b-wrapper { padding: 0px; }


/* Sitemap */
.sm_lev_1 { padding-left: 0px; font-size: 1.8em; margin-top: 15px; }
.sm_lev_2 { padding-left: 25px; font-size: 1.1em; font-weight: bold;}
.sm_lev_3 { padding-left: 50px;}
.sm_lev_4 { padding-left: 75px;}


/* Products list */
#product_list {
	margin: 0px 0px 0px 0px ; 
	padding: 0px;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc !important;
}
		
#product_list > div {
	margin-bottom: 0px;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

#product_list h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 10px;
}

#product_list h2 a {
	color: #000;
	text-decoration: none;
}

#product_list h2 a:visited {
	color: #000;
	text-decoration: none;
}

#product_list h2 a:hover {
	color: #000;
	text-decoration: underline;
}

#product_list .d_img {
	float: left;
	max-height: 190px;
	overflow: hidden;
	border-bottom: 1px dotted #CCC; 
	padding-bottom: 5px;
}
#product_list .d_info {
	float: left;
	line-height: 1.2em;
	margin-left: 0px;
	min-height: 110px;
}


.cat_list_menu {
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	font-size: 1.1em;
}
		
.cat_list_menu li {
	float: left;
	list-style-type: none;
	border: 1px solid #CCC; 
	margin-right: 15px;
	margin-bottom: 15px;
	width: 196px;
	height: 200px;
	padding-top: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow:3px 3px 4px rgba(187,187,187,0.2);
	text-align: center;
}

.cat_list_menu li:hover { box-shadow:3px 3px 4px rgba(187,187,187,0.8); }

.cat_list_menu li h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #E0821B;
	border: none;
	padding: 10px;
	margin-top: 10px;
}

.cat_list_menu li h2 a {
	color: #00425B;
	text-decoration: none;
}

.cat_list_menu li h2 a:visited {
	color: #00425B;
	text-decoration: none;
}

.cat_list_menu li h2 a:hover {
	color: #00425B;
	text-decoration: none;
}

.cat_list_menu li .d_img {
	text-align: center;
}
.cat_list_menu li .d_info {
	padding: 5px;
	text-align: center;
	line-height: 14px;
}

#product_thumbs {
	list-style-type: none;
	margin: 0px ; 
	padding: 0px;
}
		
#product_thumbs > li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px 15px 15px 0px;
	width: 405px;
	height: 237px;
	overflow: hidden;
	box-sizing: border-box;
}
#product_thumbs > li > img  { width: 100%; }

.cat-desc-box { margin-top: 10px; background-color: #00ADEE; }
.cat-desc { background-color: #00ADEE; color: #FFF; min-height: 250px; }
.cat-desc h1 { color: #FFF; }

.megamenu .menu-img  {display: none;}

#bann_left { display: block; }
#bann_left img { margin-bottom: 15px; }
/* --- TITRO --*/

.bon-aaa { display: inline-block; margin: -10px 30px 0px 0px; }


.navbar {
	min-height: 35px;
	margin-bottom: 0px;	
	margin-top: 10px;
}
.navbar-default {
    background: none !important;
    border: none !important;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	font-family: 'PT Sans Narrow', sans-serif;
}

.navbar-default a { text-decoration: none !important; text-transform: uppercase; padding: 10px 20px 10px 0px !important; }
.navbar-default .navbar-nav > li > a { color: #000; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #CCC;
}

.navbar .navbar-nav {
    /*display: inline-block;
    float: none;*/
	background-color: transparent;

}
.navbar .navbar-collapse {
    text-align: center;
}

.cat-img { border-bottom: 1px solid #00ADEE; }

.fa-file-pdf-o { color:#F00; }

.col-img { padding: 5px; text-align: center; text-transform: uppercase; }

@media (min-width: 320px) {
	footer .box_1 {  border-right: none; }
	footer .box_1_f {  border-left: none; }
	header .dropdown { display: none; }
	#bann_left { display: none; }
	#page_intro_gallery { display: none; }
	#page_intro {  margin: 0px 0px 0px 0px; float: left; box-sizing: border-box; width: 100%;}
	.bon-aaa { display: none; }
}

@media (min-width: 360px) {
	footer .box_1 {  border-right: none; }
	footer .box_1_f {  border-left: none; }	
	header .dropdown { display: none; }
	#bann_left { display: none; }
}

@media (min-width: 384px) {
	footer .box_1 {  border-right: none; }
	footer .box_1_f {  border-left: none; }
	header .dropdown { display: none; }
	#bann_left { display: none; }
}
	
	

@media (min-width: 480px) {
	footer .box_1 {  border-right: none; }
	footer .box_1_f {  border-left: none; }
	header .dropdown { display: none; }
	#bann_left { display: none; }
}

@media (min-width: 640px) {
	footer .box_1 {  border-right: none; }
	footer .box_1_f {  border-left: none; }
	header .dropdown { display: none; }
	#bann_left { display: none; }
}

@media (min-width: 768px) {
	header .dropdown { display: none; }
	#bann_left { display: none; }
	#page_intro {  margin: 10px 0px 0px 10px; float: left; box-sizing: border-box; width: 740px;}
	.bon-aaa { display: inline-block; }
}
@media (min-width: 992px) {
	header .dropdown { display: block; }
	#bann_left { display: block; }
	#header_menu { font-size: 1.2em; text-align: right; }
	#page_intro {  margin: 60px 0px 0px 60px; float: left; box-sizing: border-box; width: 580px;}
}
@media  (min-width: 1200px) {
	header .dropdown { display: block; }
	.megamenu .menu-img  {display: block;}
	#bann_left { display: block; }
	#page_intro_gallery { display: block; }
	.navbar-default { font-size: 18px; }
}
@media  (min-width: 1600px) {
	.container { width: 1320px; }
	#product_list .d_img { max-height: 220px; }
	.navbar-default { font-size: 20px; }
}
.bg-cat-box-1 { background: #00ADEE url(/template/images/bg/bg-cat-box-1.jpg) no-repeat top center; }
.bg-cat-box-2 { background: #00ADEE url(/template/images/bg/bg-cat-box-2.jpg) no-repeat top center; }
.bg-cat-box-3 { background: #00ADEE url(/template/images/bg/bg-cat-box-3.jpg) no-repeat top center; }
.bg-cat-box-6 { background: #00ADEE url(/template/images/bg/bg-cat-box-6.jpg) no-repeat top center; }
.bg-cat-box-7 { background: #00ADEE url(/template/images/bg/bg-cat-box-7.jpg) no-repeat top center; }
.bg-cat-box-8 { background: #00ADEE url(/template/images/bg/bg-cat-box-8.jpg) no-repeat top center; }
.bg-cat-box-9 { background: #00ADEE url(/template/images/bg/bg-cat-box-9.jpg) no-repeat top center; }
.bg-cat-box-11 { background: #00ADEE url(/template/images/bg/bg-cat-box-11.jpg) no-repeat top center; }
.bg-cat-box-17 { background: #00ADEE url(/template/images/bg/bg-cat-box-17.jpg) no-repeat top center; }
