/*
Theme Name: Azure Basic 
Theme URI: http://silverglass.net/2012/01/02/azure-basic-free-wordpress-blog-theme/
Author: C. A. Brown
Author URI: http://cabrown.net/
Description: A lightweight, two-column layout blog theme, with 6 widget areas and customizable header image. Valid HTML5 and CSS3 that can be modified. Compatiable with Wordpress 3.2 and above. Compatable IE7+, Opera 10+, Safari 5+, Firefox 3.5+.   
Tags: blue, white, two-columns, custom-menu, custom-background, custom-header, right-sidebar

Version: 2.6

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

 *
 *
 *
 * CSS resets and layout uses modified version of the Blueprint CSS Framework 1.0.1
 * http://blueprintcss.org
 * Copyright (c) 2007-Present. See LICENSE for more info.
 *
 *
 *
*/

/*    BlurePrint Reset and Framework        */
/*------------------------------------------*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
    background: none repeat 0 0 scroll #FFF;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

a { text-decoration: none; }

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary { float: left;
           overflow: hidden;
           width: 68%; }
#content {
width: 60%;
float: right;
display: block;
margin-right: 2%;
}
.home #content { width: 100%; }

#sidebar { overflow: hidden;
           float: right;
           width: 28%; }

#footer-bottom { clear: both;
                 width: 100%; }



/*    Framework Styles        */
/*---------------------------*/

#top-header { padding: 0 0 0 0; }

#main { padding: 0 0 20px 0; 
   }

#footer-bottom { padding: 0 0 10px 0; }

.entry-header { margin: 0 0 15px 0; }

article { padding: 0 0 20px 0; }




/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/
.menu-primary-menu-container, .menu-primary_de-container {
    float: left;
    display: block;
    width: 78%;
    padding-top: 4px;
}
#searchform {
float: left;
display: block;
}
#searchform input[type=text] {
background-color: rgba(255,255,255,.5);
border: none;
color: #fff;
border-radius: 15px;
padding: 5px 5px 5px 10px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
margin-right: 0 !important;
}
#searchsubmit {
  background-image: url('/wp-content/uploads/2015/03/searchicon.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  background-color: rgba(255,255,255,.5);
  border: none;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  padding: 5px 16px 5px 12px;
  margin: 7px 0 0 0;
  float: right;
  cursor: pointer;
}
#access {
padding: 8px 0px 9px 18px;
z-index: 500;
}
#access {
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
display: block;
}

nav[role="navigation"] ul li {
  height: auto;
  clear: both;
  display: inline-block;
  padding: 6px 0;
}
nav[role="navigation"] ul li:hover {
  background-image: url('/wp-content/uploads/2015/06/hoverbg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
nav[role="navigation"] ul li a {
padding: 4px 28px;
}

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { font-size: 2.5em; }

#container-full { padding: 0; width: 100%; clear:both; float:left; }

#top-header {  padding: 0; width: 100%; clear:both; float:left;  }
			  
.tophead {
  width: 79%;
  margin: 0 auto;
}
.logo {
float: left;
margin: 19px 0 19px 0;
width: auto;
}
.topright {
width: auto;
float: right;
display: block;
}
.topright ul li {
  display: block;
  width: auto;
  float: left;
  clear: none;
  font-size: 13px;
  padding-top: 5px;
  margin-top: 12px;
  padding-bottom: 16px;
  margin-right: 31px;
}
.topright ul li.icon1 {
  background-image: url('/wp-content/uploads/2015/03/phone-icon.jpg');
  background-position: left 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.topright ul li.icon2 {
background-image: url('/wp-content/uploads/2015/03/email-icon.jpg');
background-position: left 10px;
background-repeat:no-repeat;
padding-left: 40px;	
padding-top: 11px;
display: block;	
}
.topright ul li.icon2 a {
color: #000;
padding-top: 10px;
display: block;
}
.topright ul li.icon3 {
background-image: url('/wp-content/uploads/2015/03/direction-icon.jpg');
background-position: left 10px;
background-repeat:no-repeat;
padding-left: 40px;		
}
.topright ul li.icon4 {
background-image: url('/wp-content/uploads/2018/05/impressum_icon2.jpg');
background-position: left 10px;
background-repeat:no-repeat;
padding-left: 40px;		
}
.topright ul li.icon4 a {
color: #000;
padding-top: 10px;
display: block;
}
#mysticky-nav {
  float: left;
  width: 100%;
  display: block;
  background-color: #222222;
  /*border-bottom: 7px solid #CC0000;*/
}
/* Top Navigation */
	  
#access {      }
		  
#access a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
#access a:hover { color: #F0F0F0; }

#access ul li:hover ul  {  background-color: #0F5880; }


/* Header Title Section */

#top-header-section { width: 100%; }

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */
 #header-image {
width: 100%;
height: auto;
position: relative;
/* min-height: 490px; */
float: left;
display: block;
}
.home #header-image {
width: 100%;
height: auto;
position: relative;
/* min-height: 490px; */
float: left;
display: block;
}
#secnav {
    position: absolute;
    top: 40px;
    left: 170px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 4px 7px 12px 4px rgba(0, 0, 0, 0.8);
    width: 250px;
    height: auto;
    display: block;
}
.home #secnav {
  position: absolute;
  top: 80px;
  left: 170px;
  z-index: 1000;
  background-color: rgba(255,255,255, 0.95);
  box-shadow: 4px 7px 12px 4px rgba(0,0,0,.8);
  width: 250px;
  height: auto;
  display: block;
}
#secnav ul li {
  width:100%;
}
#secnav ul li a {
  color: #CC0000;
  font-size: 17px;
  padding: 10px 0;
  font-weight: 300;
  display: block;
  padding-bottom: 11px;
  margin-bottom: 0px;
  border-bottom: 2px dotted #888;
  width: 100%;
}
#secnav ul li:last-child a {
border-bottom: none;
padding-bottom: 0px;
}
#secnav ul li a:hover {
  color:#555;
}
#secnav .menu-primary-menu-container {
float: left;
display: block;
width: 99%;
padding-top: 4px;
}
.belowhead {
  background-color: #E8E9EA;
  position: relative;
  float: left;
  width: 77%;
  display: block;
  padding-left: 23%;
  padding-top: 20px;
  color: #9D9FA3;
  font-size: 33px;
  padding-bottom: 25px;
}
.belowimg {
  position: absolute;
  top: 8px;
  left: 12%;
  width: 170px;
  height: 170px;
}
.lgtbl {
  color: #CC0000;
  font-size: 37px;
  float: left;
  display: block;
  padding-left: 23%;
  font-weight: 300;
}
/* Main Content Section */
#main {
  background: none repeat scroll 0 0 #fff;
  width: 74%;
  margin: 0 auto;
  padding-top: 40px;
}

.featured-thumb { margin-bottom: 10px; }
 
article { margin-bottom: 25px;
	      padding-top: 10px;
	      padding-left: 25px; }
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom {
  background-color: #222222;
  float: left;
  display: block;
  width: 100%;
}
.column { float: left;
          margin: 0 80px 0 0;
          width: 170px; }

.column.last { margin: 0; }

#footer-content {
  padding-top: 25px;
  padding-left: 13%;
  padding-right: 0px;
  width: 80%;
  float: left;
}
#footer-content .column h4 { color: #fff;
          
                         }

#footer-content .column ul {  
                             padding-left: 0 !important;}

#footer-content .column ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

#footer-content .column ul li a:hover { color: #fff; }

#site-credits {
  color: #fff;
  padding: 7px 0 0 0;
  float: left;
  clear: both;
  width: 100%;
  background-color: #333;
}
ul.socialicons li {
display: inline-block;
}
ul.socialicons {
margin: 0;
padding: 0 0 3px 0;
}
#theme-credit {
padding: 0 0 0px 0;
}
#theme-credit p { margin: 0 0 0 0; }
h1 {
  font-size: 2.7em;
  color: #CC0000;
  font-weight: 300;
}
p, dl {
margin: 0 0 1.5em;
font-size: 14px;
}
.footlogo {
  float: left;
  display: block;
}
  .column {
float: left;
margin: 0;
width: 163px;
}
#sidebar-widget-title {
  color: #CC0000; 
  font-size: 2.7em;
font-weight: 300;
padding: 0 0 28px 0;
margin: 0 0 18px 0;
background-image: url('/wp-content/uploads/2014/10/maindots.jpg');
background-position: left bottom;
background-repeat: no-repeat;
width: 100%;
}
.newsdiv {
background-image: url('/wp-content/uploads/2014/10/maindots.jpg');
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom: 1px;
}
.newsdiv ul li a {
color: #757476;
font-size: 14px;
font-weight: 600;
padding-bottom: 20px;
display: block;
}
#leftsidebar {
background-color: #F0F0F0;
box-shadow: 4px 7px 12px 4px rgba(0,0,0,.8);
width: 34%;
height: auto;
display: block;
float: left;
}
#leftsidebar ul li {
  width:100%;
}
#leftsidebar ul li a {
  color: #0F5880;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 300;
  display: block;
  padding-bottom: 11px;
  margin-bottom: 0px;
  border-bottom: 2px dotted #888;
  width: 100%;
}
#leftsidebar ul li:last-child a {
border-bottom: none;
padding-bottom: 0px;
}
#leftsidebar .menu-primary-menu-container {
float: left;
display: block;
width: 99%;
padding-top: 4px;
}
#leftsidebar ul li a {
  color: #CC0000;
}
#getquoteheader {
  padding-left: 74px;
  background-image: url('/wp-content/uploads/2015/03/getquote-icon.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}
#gform_wrapper_1 label {
  display: none !important;
} 
#gform_wrapper_1 .ginput_container {
  float: left !important;
  padding-left: 74px !important;
  width: 76% !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 97.5% !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] { 
  float: right !important;;
  margin-right: 22px !important;;
  background-color: #CC0001 !important;;
  color: #fff !important;;
  font-size: 15px !important;;
  padding: 5px 30px !important;;
  border: none !important;;
  border-radius: 18px !important;;
  margin-top: -9px !important;;
}
 #access a:hover {
	text-shadow: 2px 3px 2px rgba(204,0,1,0.3);	
 }
#searchform {
  float: left;
  display: block;
  background-color: rgba(255,255,255,.5);
  border: none;
  color: #fff;
  border-radius: 15px;
  margin-top: 7px;
}
#searchform input[type=text] {
  background-color: rgba(255,255,255,.0);
  border: none;
  color: #fff;
  /* border-radius: 15px; */
  padding: 0px 5px 0px 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 0 !important;
}
#searchsubmit {
  background-image: url('/wp-content/uploads/2015/03/searchicon.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  background-color: rgba(255,255,255,.0);
  border: none;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  padding: 6px 16px 4px 12px;
  margin: 3px 0 0 0;
  float: right;
  cursor: pointer;
}
.newsdiv ul li a:hover {
  color: #CC0000; 
}
	.gform_wrapper .gform_footer input.button {
  cursor:pointer;
		}
	.gform_wrapper .gform_footer input.button:hover {
			opacity:.7;
		  }
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  margin-right: 5px !Important;
}
.footlogo img {
  width: 64%;
  padding-bottom: 2px;
}
  #footer-content .column ul li a:hover {
  color: #888;
}
.copyright {
  display: block;
  padding: 5px 0 10px 0;
}
.copyright a {
  color: #FF0000;
}
 .copyright a:hover {
	  text-decoration:underline;
 }
.column.last {
  width: auto;
  color:#fff;
}
.footeraddress { 
  padding-left: 20px;
  float: left;
  display: block;
  width: auto;
  margin-bottom: 15px;
  background-image: url('/wp-content/uploads/2015/06/smicon-map.png');
  background-repeat: no-repeat;
  background-position: left 2px;
}
.footphone {
    padding-left: 20px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background-image: url('/wp-content/uploads/2015/06/phoneicon.png');
    background-repeat: no-repeat;
    background-position: left 2px;
}
.footemail { 
  padding-left: 20px;
  float: left;
  display: block;
  width: auto;
  margin-bottom: 15px;
  background-image: url('/wp-content/uploads/2015/06/emailicon.png');
  background-repeat: no-repeat;
  background-position: left 2px;
}
.footemail a {
	color:#fff;
 }
.footemail a:hover {
   text-decoration:underline;
 }
ul.socialfootlinks li {
   display:inline;
}
ul.socialfootlinks {
  margin-left: 15px;
}
 #footer-content .column ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.logo img {
  width: 80%;
  height: auto;
}
#access li:hover {
  background-image:none;
}
#access a:hover {
  text-shadow: none;
  color: #FF0000;
}
#leftsidebar {
    background-color: #F0F0F0;
    box-shadow: 4px 7px 12px 4px rgba(0,0,0,.8);
    width: 19%;
    height: auto;
    left: 40px;
    top: 60px;
    display: block;
    float: none;
    position: absolute;
    z-index: 1000;
    padding-top: 10px;
}
#leftsidebar ul li a { 
    font-size: 15px;
    padding: 5px 0;
    font-weight: 300;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 0px;
    border-bottom: 2px dotted #888;
    width: 100%;
}
#content {
    width: 98%;
    float: right;
    display: block;
    margin-right: 2%;
}
#content table {
  width:100% !important;
}
article ul {
    list-style: disc;
}
article ol {
    list-style: decimal;
}
article ul li, article ol li {
    font-size: 14px;
    margin-bottom: 4px;
}
h4 { 
    font-weight: 700;
}
#headslider {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}
#headslider img {
    width: 100%;
    height: auto;
}
#content table.producttable {
    width: 95% !important;
    border: 1px solid #ccc;
    word-break: break-word;
    border-right: none;
   border-bottom: none;
}
#content table.producttable tr:first-child {
    background-color: #fdfdfd;
}
#content table.producttable td {
    background-color: #fdfdfd;
    border-right: 1px solid #ccc;
}
#content table.producttable td {
    background-color: #fdfdfd;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.popup-content { 
    height: 540px !important; 
}
.sticky-popup .popup-header {
    background-color: #fff !important;
    box-shadow: -4px 0 6px 1px rgba(0,0,0,0.3) !important;
}
.sticky-popup-right .popup-header { 
    height: 172px !important; 
}
.sticky-popup .popup-header { 
    border: 1px solid #ccc !important; 
}
.popup-title {
    color: #DD0000 !Important;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif !Important; 
}
#getquotediv #gform_confirmation_wrapper_1 {
    position: fixed !Important;
    top: 0 !Important;
    left: 0 !Important;
    background-color: #DD0000 !Important;
    z-index: 1000000 !Important;
    font-size: 25px !Important;
    font-weight: 400 !Important;
    color: #fff !Important;
    width: 100% !Important;
    text-align: center !Important;
    padding: 2px !Important;
 
 
}
.popup-content #gform_confirmation_wrapper_1 {
  display:none !Important;	  
 }
 .page-id-16 #headslider img { 
    min-height: 420px;
   float: right;
}
#footer-content .column ul.socialfootlinks li a { 
    margin-left: 15px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
    background: transparent;
}
.sticky-popup-right .popup-title {
    writing-mode: tb-rl;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !Important;
    white-space: nowrap;
    display: block;
    padding: 5px;
    color: transparent !important;
    background: url('/wp-content/uploads/2015/12/getquoteimg-1.jpg') left top no-repeat !Important;
    height: 150px !Important;
}
.popup-image img {
    max-width: 20px;
    max-height: 20px;
    display: none !Important;
}
.single #headslider {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    max-height: 400px;
    overflow: hidden;
}
.page-template-fullwidth #secnav { 
    display: none;
}
.page-template-fullwidth #primary {
    float: left;
    overflow: hidden;
    width: 100%;
}
ul.imgblklist {
  padding:0;
  margin:0;
  float:left;
  display:block;
  width:100%;
}
 
 
ul.imgblklist li span.linktitle {
  width:100%;
  float:left;
  display:block;
  text-align:center;
  margin:0;
  padding:5px 0;
  font-weight:bold;
  background:#fff;
}
.proddiv {
    float: left;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.proddivinner {
    display: block;
    padding: 10px 30px;
}
	ul.imgblklist li {
  padding:0;
  margin:0 1%;
  float:left;
  display:inline-block;
  width:23%;
      
    
}
	ul.imgblklist li a {
  width:100%;
  float:left;
  display:block;
		  color:#000;
  border:1px solid #f0f0f0;
		   padding-bottom: 192px;
		   background-size: 100% auto;
}
#produtabs .su-tabs-nav span, #produtabs .su-tabs-nav span.su-tabs-current {
    width: 24.5%;
    text-align: center;
    height: 180px;
    background: url('/wp-content/uploads/2016/04/imgblk1a.jpg') left bottom no-repeat #fff;
    background-size: 100% auto;
    border: 1px solid #ccc;
}
#produtabs .su-tabs-nav span:hover, #produtabs .su-tabs-nav span.su-tabs-current, #produtabs .su-tabs-nav span.su-tabs-current:hover  {
  background: url('/wp-content/uploads/2016/06/hydraulic_icon.png') left bottom no-repeat #fff;
  background-size: 100% auto;
}
#produtabs .su-tabs-nav span:nth-child(2), #produtabs .su-tabs-nav span.su-tabs-current:nth-child(2)   {
    background: url('/wp-content/uploads/2016/04/imgblk2a.jpg') left bottom no-repeat #fff;
     background-size: 100% auto;
}
#produtabs .su-tabs-nav span:nth-child(2):hover,#produtabs .su-tabs-nav span:nth-child(2).su-tabs-current, #produtabs .su-tabs-nav span.su-tabs-current:nth-child(2):hover   {
  background: url('/wp-content/uploads/2016/06/heat_icon.png') left bottom no-repeat #fff;
  background-size: 100% auto;
}
#produtabs .su-tabs-nav span:nth-child(3), #produtabs .su-tabs-nav span.su-tabs-current:nth-child(3) {
    background: url('/wp-content/uploads/2016/04/imgblk3a.jpg') left bottom no-repeat #fff;
     background-size: 100% auto;
}
#produtabs .su-tabs-nav span:nth-child(3):hover,#produtabs .su-tabs-nav span:nth-child(3).su-tabs-current, #produtabs .su-tabs-nav span.su-tabs-current:nth-child(3):hover {
  background: url('/wp-content/uploads/2016/06/umbilical_icon.png') left bottom no-repeat #fff;
  background-size: 100% auto;
}
#produtabs .su-tabs-nav span:nth-child(4), #produtabs .su-tabs-nav span.su-tabs-current:nth-child(4)  {
    background: url('/wp-content/uploads/2016/04/imgblk4a.jpg') left bottom no-repeat #fff;
     background-size: 100% auto;
}
#produtabs .su-tabs-nav span:nth-child(4):hover, #produtabs .su-tabs-nav span:nth-child(4).su-tabs-current, #produtabs .su-tabs-nav span.su-tabs-current:nth-child(4):hover  {
  background: url('/wp-content/uploads/2016/06/fertilizer_icon.png') left bottom no-repeat #fff;
  background-size: 100% auto;
}
 .verytop {
    background-color: #222222 !Important;
    float: left;
    display: block;
    width: 100%;
}
.verytopinner {
    width: 87%;
    margin: 0 auto;
    display: block;
}
.verytop  #lang_sel_click li {
    float: right;
    width: 149px;
    position: relative;
}

/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/oswald-v49-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/oswald-v49-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/oswald-v49-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/open-sans-v35-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
