*{
	margin:0; 
	padding:0;
    border:none;
}	

html,body{
	height:100%;
	width:100%;
} 

body{
    font-family: Lato, Helvetica, sans-serif;
    background: url(../images/bright_squares.png) #f2f2f2 repeat;
    background-size: 16%;
}

.clearFloat{clear:both;}

.fix_ul{
	list-style:none;
}

header{
    background: #349e30;
    height: 60px;
	overflow:hidden;
}

footer{
	background-color: #000;
    height: 20px;
    padding: 10px 0;
    color: #ccc;
    text-align: center;
    font-size: 11px;
}

footer a{
	color: #ccc;
}

.bebas_f{
	font-family: 'BebasNeu', Open Sans, sans-serif;
    font-weight: 300;
}

.bg_white{
	background:#FFFFFF;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.30);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.30);	
}

.sp_page_height{
	height:calc(100% - 100px);
	background:#ffffff;
}

.min_height{
	min-height:calc(100% - 100px);
}

.padding30_aside{
	padding:30px 0 30px 30px;
}

.top_menu li{
	display:inline-block;
	margin-left:-4px;
}

.top_menu li a,
.top_menu li span{
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'BebasNeu', Open Sans, sans-serif;
    padding: 10px;
    font-weight: 300;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
	text-align: center;
    line-height: 95%;	
	cursor:pointer;	
	-webkit-transition: background 0.5s; 
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.nav_group .top_menu li a{
    padding: 22px 10px;	
}

.sp_log{
    background-image: url(../images/sp_login.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 80px;
    vertical-align: middle;
    height: 80px;
    background-size: 100%;
    margin-right: 8px;
    margin-top: -9px;
}

.sp_log span{
	font-size: 15px !important;
    margin: 7px 0;
}

.sp_log_sm{
	margin: 14px 0 !important;
}
.top_menu li a:hover{
	background:#000;
}

.deco_kompa{
	display:block;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
	margin-right: 8px;
}

.top_menu,
.social {
	display:inline-block;
	vertical-align: middle;
}



.social {
	margin: 15px 0 0;
}

.social a {
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding: 6px;
    width: 16px;
    text-align: center;
}

.log_menu{
	text-align:right;
}

#search_box{
    width: 360px;
    margin: auto;
    padding: 140px 0 50px;
}

.sp_logo{
    display: block;
    margin: auto;
    width: 360px;
}

.s_form input[type=text],
.s_form input[type=submit] {
    padding: 10px 15px;
    color: #303030;
    outline: none;
    display: inline-block;
    margin-left: -4px;
	text-transform:uppercase;
	font-size: 18px;
    font-family: 'BebasNeu', Open Sans, sans-serif;
}

.s_form{
	margin: 10px 0;
}

.s_form input[type=text]{
	background:#fff;
	border:1px solid #000;
	width: 210px;
	border-radius: 3px 0 0 3px;
}

.s_form input[type=submit] {
	border:1px solid #000;
	background:#000000;
	color:#ffffff;
	width:120px;
	cursor:pointer;
	border-radius: 0 3px 3px 0;
}

.adv_search{
	font-size: 18px;
	color: #000000;
	display: block;
	margin: auto;
	text-align: center;
}

.sp_wrap{
	width:728px;
	margin:auto;
}

.sp_providers{
    margin: 20px auto 0;
    position: absolute;
    width: 100%;
    bottom:20px;
}

.sp_providers h3{
    font-size: 45px;
}

.spv_wrap{
    padding: 0 5px;
}

.prvdr {
    display: block;
    height: 105px;
    overflow: hidden;
    margin: 10px 5px;
    border: 1px solid rgba(0, 0, 0, 0.65);
}

/*Pages*/
.top_group{
	padding:15px 0 5px;
}

.sec_ttl{
	font-size: 36px;
	display: inline-block;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85)
}

.top_group_txt{
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.b_select{
    background: #000000;
    color: #FFFFFF;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'BebasNeu', Open Sans, sans-serif;
    padding: 7px 9px;
    width: 140px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-position-x: right 9px;
    background-position-y: center;
    border-radius: 3px;
}

.prm_btn{
	background: #000000;
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'BebasNeu', Open Sans, sans-serif;
	padding: 7px 9px;
	max-width: 200px;
	border-radius: 3px;
	border: 1px solid #000;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}

.sel_bg{
	background:#000000;
	color:#ffffff;
	width:80px;
	text-align:center;
}

.prod_grHeight{
    min-height: 210px;
}

.sel_bg_line{
    height: 18px;
    padding: 10px 0;
}

.prod_gr{
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 140px);
    margin: 0 30px;
}

.prod_gr_sep{
	border-bottom: 1px solid #000;
	padding: 15px 0;
}

.prod_wrap{
    margin-left: 30px;
}

.sub_ttl{
    color: #349e30;
    font-size: 30px;
}

.f_btn{
	display:block;
	text-decoration:none;
	margin:10px 0 0;
}

.cnt_lik{
	color: #000000;
	font-style:italic;
	text-decoration:none;
	font-weight:500;
}

.reg_txt{
	font-weight: 300;
    line-height: 140%;
    margin: 10px 0;
    font-size: 15px;
}

.prod_img{
	height:160px;
	overflow:hidden;	
}

/*Advanced search*/
.search_cat{
    margin-right: 15px;
    margin-bottom: 15px;
}

.search_cat .b_select{
	width:100%;
	border-radius:0 0 3px 3px;
}

.advs_img{
	height:180px;
	overflow:hidden;
}

.advs_img img{
	height: 100%;
	margin: auto;
	display: block;
}

.u_link{
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    margin: 10px 0;
}

.list_dwn{
	display: block;
	background: #349e30;
	color: #fff;
	padding: 24px 0;
	width: 50%;
	text-align: center;
	min-width: 180px;
	font-size: 18px;
	text-decoration: none;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.list_dwn:hover{
	background:#000000;
}

.chl_form input[type=text], 
.chl_form input[type=submit] {
    padding: 10px 15px;
    color: #303030;
    outline: none;
    display: inline-block;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'BebasNeu', Open Sans, sans-serif;
}

.chl_form input[type=text] {
    background: #fff;
    width: 210px;
    border-radius: 3px 0 0 3px;
	border: 1px solid #DEDEDE;
}
.chl_form input[type=submit] {
    border: 1px solid #000;
    background: #000000;
    color: #ffffff;
    width: 120px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

/*Supplier*/
.sup_logo{
	width:100%;
	height:180px;
	overflow:hidden;	
}

.sup_logo img{
    height: 100%;
    display: block;
    margin: auto;
}

.cnt_supplier{
	margin:10px 0 20px;
}

.fill_form {
    padding: 10px;
    border: 1px solid #000;
    width: calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    margin-bottom: 10px;
    font-family:Lato;
}

.b_hours p{
    clear: both;
    margin-bottom: 5px;
    font-size: 14px;
}

.mapFrame{
	width:100%;
	height:400px;
	overflow:hidden;
}
.mapFrame iframe{
	width:100%;
	height:100%;
}

.fb_commentsFrame{
    width: calc(100% - 20px);
    margin-right: 20px;
}

.fb_commentsFrame .fb-comments,
.fb_commentsFrame .fb-comments span,
.fb_commentsFrame .fb-comments span iframe{
	width:100% !important;
}

.reg_cnt,
.emer_cnt{
    margin-right: 20px;
    border: 1px solid #E3E3E3;
    background-color: rgba(242, 242, 242, 0.36);
    height: 180px;
}

.reg_cnt h3,
.emer_cnt h3{ 
	text-align:center;
	padding:20px 0;
}

.reg_cnt p,
.emer_cnt p{
	    font-weight: 300;
    font-size: 15px;
	
}
.reg_cnt h3{
	background:#349e30;
	color:#FFFFFF;
}

.emer_cnt h3{
	background:#d60431;
	color:#FFFFFF;
}
/*End Supplier*/

/*Blog*/
.art_wrapper{
    border: 1px solid rgba(204, 204, 204, 0.39);
}

.bl_data{
    color: #7F7D7D;
    font-size: 15px;
    margin-bottom: 10px;
}

.bl_data span{
	font-style:italic;
}

.m_bl_img{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.m_bl_img img{width:100%;}

.bl_info{
	font-size: 18px;
    margin-bottom: 20px;
}

.bl_info span span{
	margin-left:15px;
}

.bl_link{
	color:#000;
	text-decoration:none
}

.art_gallery {
	width: 360px;
	margin: 0 20px 0 0;
}

.gallery_items{
	margin: 10px 0 0;	
}

.art_img{
    max-height: 300px;
    overflow: hidden;
}

.gallery_img {
	width: calc(25% - 8px);
    display: inline-block;
    height: 55px;
    overflow: hidden;
    padding: 0 2px;
    margin-bottom: 7px;
}

.art_scr{
    display: block;
    background: #349e30;
    color: #fff;
    padding: 24px 0;
    text-align: center;
    min-width: 230px;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.art_nav{
    background: rgba(204, 204, 204, 0.35);
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    font-size: 18px;
}

.fb_commentsFrameArticle,
.fb_commentsFrameArticle .fb-comments,
.fb_commentsFrameArticle .fb-comments span,
.fb_commentsFrameArticle .fb-comments span iframe{
	width:100% !important;
}

/*End Blog*/

/* ColorBox*/
/*  Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered. */
	
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:rgba(255, 255, 255, 0.81); opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(/themes/'.$themeName.'/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(/themes/'.$themeName.'/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(/themes/'.$themeName.'/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(/themes/'.$themeName.'/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(/themes/'.$themeName.'/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(/themes/'.$themeName.'/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(/themes/'.$themeName.'/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(/themes/'.$themeName.'/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; border: 10px solid #fff;  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.58);  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.58);}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:-5px; left:0; text-align:center; width:100%; color:#000;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(/themes/'.$themeName.'/images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute;   bottom: -5px; right:20px; color:#444;  font-size: 20px;}
        #cboxNext{position:absolute;   bottom: -5px;  right: 0; color:#444; font-size: 20px;}
        #cboxClose{
			position: absolute;
			top: -10px;
			right: -10px;
			display: block;
			color: #444;
			background-color: #fff;
			padding: 9px;
			width: 34px;
			font-size: 16px;
			
		}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG\'s alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media (max-width:1024px){

}

@media (max-width:640px){
	
}

@media (max-width:320px){
	
}