/* global ----------------------- */
.row {
  max-width: 1300px; 
}

body {
    background-image: url(../img/bodybg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* fonts ---------- */
h1, h2, h3, h4, h5, h6, p, a, span, li {
    font-family: 'Poppins', sans-serif;
}

h1, .title_span  {
    font-size: 28px;
    margin: 0px;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.whitetext, .whitetext .title_small, .whitetext .title_large {
    color: #ffffff;
}



#pagebanner h1 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 900;
    margin: 0px;
    text-shadow: 1px 1px 2px #000000;
}

.title_large {
    font-weight: bold;
    color: #cb373c;
    width: 100%;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0px;
    margin-bottom: 20px;
}

.title_small {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 20px;
}



.button {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
    border: 1px solid #ffffff;
    margin-right: 20px;
    width: 220px;
    max-width: 100%;
}

.button:hover {
    background: #ffffff;
    color: #cb373c;    
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0px;
}

img.aligncenter {
    margin: 0px auto;
}

/* header ----------------------- */
#fixedheader {
    position: fixed;
    width: 100%;
    z-index: 99999; 
    padding: 20px 0px;
    background: #ffffff;
}

#headerpadding {
    float:left;
    width: 100%;
    height: 106px;
    background-color: #ffffff;
}

#headerlogo {
    width: 30%;
    float:left;
}

#navheadermenucontainer {
    width: 70%;
    float:left;
}

/* nav menu -----------------------*/

#navheadermenu li:nth-child(1) { width: 12%; }
#navheadermenu li:nth-child(2) { width: 14%; }
#navheadermenu li:nth-child(3) { width: 22%; }
#navheadermenu li:nth-child(4) { width: 14%; }
#navheadermenu li:nth-child(5) { width: 13%; }
#navheadermenu li:nth-child(6) { width: 13%; }
#navheadermenu li:nth-child(7) { width: 12%; }

#navheadermenu {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  position: relative; 
}


#navheadermenu li {
    float:left;
	display:block;
}

#navheadermenu li a {
    display: block;
    float:left;
    text-align: center;
    padding: 0px 12px;
    margin: 0px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 48px;
}

#navheadermenu li:hover .submenu {
    display: block;
    opacity: 1;
}

#navheadermenu .submenu {
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    transition: all 0.5s ease;
    z-index: 999;
}

#navheadermenu .submenu li {
    width: 50%;
    float:left;
    transition: all 0.5s ease;

}

#navheadermenu .submenu li:hover a{
    background: #ffffff;
    color: #000000;
}

#navheadermenu .submenu li a{
    line-height: 48px;
    transition: all 0.5s ease;

}

#showmobilemenu {
    display: none;
}

/* footer ----------------------- */
footer.full-width {
    float:left;
    width: 100%;

    padding: 60px 0px;
    border: 0px;
    background: none;
}

.footerpanel {
    float:left;
}

footer.full-width .footerpanel a {
    color: #000000;
}

footer.full-width  .footerpanel p {
    color: #000000;
}

footer.full-width  .footerpanel li {
    color: #000000;
}

footer.full-width  .title_small {
    color: #cb373c;
}

.footerpanel  ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footerpanel1 { width: 30%;}
#footerpanel2 { width: 30%;}
#footerpanel3 { width: 40%;}

.footerphone {
    padding-left: 40px;
    background-image: url(../img/phoneicon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    margin-bottom: 10px;
}


.footeremail {
    padding-left: 40px;
    background-image: url(../img/mailicon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}


#endfooter {
    float:left;
    width: 100%;
    padding: 20px;
    text-align: center;
}

#endfooter p {
    color: #000000;
    margin: 0px;
}

#endfooter a {
    color: #000000;
    font-weight: bold;
}


/* page blocks */
.contentblock_full {
    float:left;
    width: 100%;
    padding: 0px;
    padding-bottom: 60px;
}


.contentblock_full:first-of-type {
    padding-top: 60px;
}

.contentblock_left {
    float:left;
    width: 50%;
    padding: 60px 0px;
    padding-right: 30px;
}

.contentblock_right {
    float:left;
    width: 50%;
    padding: 60px 0px;
    padding-left: 30px;
}


.contentblock_70 {
    float:left;
    width: 70%;
    padding: 60px 0px;
    padding-right: 30px;
}

.contentblock_30 {
    float:left;
    width: 30%;
    padding: 60px 0px;
    padding-left: 30px;
}

.absolutebg {
    content: ""; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    
    transition: all 2.0s ease;
 
}

.fadeinbg {
    transform: scale(1.2);
    opacity: 0;
}

.fadeinbg.visible {
    opacity: 1;
    transform: scale(1.0)
}

/* home */
#homerow1, #homerow2, #homerow3, #homerow4 {
    position: relative;
    float:left;
    width: 100%;
    overflow: hidden;
}

#homerow2 p, #homerow4 p {
    color: #ffffff;
}

#homerow1 .title_large {
    text-align: center;
}


/* contact us row */
#contactusrow {
    float:left;
    width: 100%;
    padding: 60px 0px;
    background-color: rgba(0,0,0,0.7);
}

#contactusrow .title_small {
    color: #ffffff;
    text-align: center;
    width: 100%;
}


#contactusrow input, #contactusrow .wpcf7-submit {
    width: 25%;
    float:left;
    margin: 0px;
    line-height: 40px;
    height: auto;
    padding: 0px 10px;
}

/* page banner */
#pagebanner {
    float:left;
    width: 100%;
    position: relative;
    padding: 60px 0px;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.pagebanner_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;

    background: -moz-linear-gradient(left, rgba(203,55,60,1) 0%, rgba(203,55,60,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(203,55,60,1) 0%,rgba(203,55,60,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(203,55,60,1) 0%,rgba(203,55,60,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb373c', endColorstr='#00cb373c',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}

#pagebanner .row {
    z-index: 5;
    position: relative;
}

#pagerow0 {
    background: #ffffff;
}


/* process row */ 

#processesrow {
    background: #CB373C;
}

.processlink {
    display: block;
    width: 30%;
    float:left;
    position: relative;
    
    background: rgb(203,55,60); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(203,55,60,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(203,55,60,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(203,55,60,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb373c', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.processlink .title_small {
    line-height: 60px;
    padding-left: 80px;
    display: block;
    margin: 0px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    
    transition: all 0.5s ease;
}

.processlink .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;

    border-left: 60px solid #000000;

    position: absolute;
    right: -60px;
    top: 0px;
    z-index: 99;
}

.processlink:hover {
    background: rgb(203,55,60);
}

.processlink:hover .title_small { 
    transform: scale(0.95);
}


.processlink:hover  .arrow-right {
    border-left: 60px solid rgb(203,55,60);
}


#pagerow1, #pagerow2, #pagerow3, #pagerow4 {
    position: relative;
    float:left;
    width: 100%;
    overflow: hidden;
}


#addresslist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.wpcf7-submit {
    width: 100%;
    padding: 20px;
    border: 1px solid #cb373c;
    background: #cb373c;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor:pointer;
    transition: all 0.5s ease;
}

.wpcf7-submit:hover {
    background: #ffffff;
    color: #cb373c;    
}

#plantlist .machineblock {
    float:left;
    width: 32%;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
#plantlist .machineblock:nth-child(3n+2){
    margin-left: 2%;
    margin-right: 2%;
}

#plantlist .plantlist_sectiontitle {
    padding: 20px;
    background: rgba(203,55,60,1);
    width: 100%;
    float:left;
    margin: 20px 0px;
}

#plantlist .plantlist_sectiontitle h3 {
    margin: 0px;
    color: #ffffff;
}


#pagegallery {
    background: #ffffff;
    padding: 20px 0px;
}

#pagegallery ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


#pagegallery li {
    float:left;
    width: 20%;
    text-align: center;
}




#homebanner {
    padding: 140px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

#homebanner:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}



#homebanner h1 {
    width: 100%;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 2px #000000
}

#homebanner h1 span:first-child {
    font-size: 68px;
    color: #cb373c;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
}

#homebanner h1 span:last-child {
    font-size: 30px;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
}
#contactpageblocks .footerphone {
    margin-top: 40px;
}

#contactpageblocks .footeremail {
    margin: 10px 0px;
}

#contactpageblocks .footerphone a, #contactpageblocks .footeremail a {
       color: #cb373c;
    text-decoration: none;
}

div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: #ffffff;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background: #f7e700;
    color: #000000;
}


@media only screen and (max-width: 90em) {  
    .contentblock_30 {
        text-align: center;
    }
}

@media only screen and (max-width: 70em) {  
   
    #pagegallery li { 
        width: 100%;
    }
    
    #navmenu {
        width: 100%;
        display: none;
    }

	.hasdropdownarrow {
		display:block;
		float:right;
		margin-top: 0px; 
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #ffffff;
	}
	
	#navheadermenu .is-hover .hasdropdownarrow,  #navheadermenu li a:hover .hasdropdownarrow {
		border-color: transparent transparent transparent #ffffff;
	}


	
	#showmobilemenu {
		cursor: pointer;
		display: block;
		position: relative;
        text-align: center;
        position: absolute;
        top: 20px;
        right: 16px;
	}
	
	#showmobilemenu .bar1, #showmobilemenu .bar2, #showmobilemenu .bar3 {
		width: 35px;
		height: 5px;
		background-color: #cb373c;
		margin: 6px 0;
		transition: 0.4s;
	}
	
	
        /* nav menu -----------------------*/
        #navheadermenu li:nth-child(1) { width: 100%; }
        #navheadermenu li:nth-child(2) { width: 100%; }
        #navheadermenu li:nth-child(3) { width: 100%; }
        #navheadermenu li:nth-child(4) { width: 100%; }
        #navheadermenu li:nth-child(5) { width: 100%; }
        #navheadermenu li:nth-child(6) { width: 100%; }
        #navheadermenu li:nth-child(7) { width: 100%; }

	
	#navheadermenu {
		position:relative;		
	}
	

	#navheadermenu li a {
		line-height: 12px;
		height: auto;
		padding: 20px 12px;
		margin: 0px;
        color: #ffffff;
	}
    
    
    #navheadermenu li a.hasdropdown {
        padding-left: 40px;
    }
	
	#navheadermenu .submenu {
		width: 100%;
		padding: 0px;
		margin-left: 100%;
		top: 0;
		position:absolute;
		display:none;
	}

	#navheadermenu .submenu li {
		width: 100%;
	}
	
	#navheadermenu .subsubmenu {
		width: 100%;
		padding: 0px;
		margin-left: 100%;
		top: 0px;
		left: 0px;
		position:absolute;
		display:none;
		
	}

	#navheadermenu .subsubmenu li {
		width: 100%;
	}

	#navheadermenucontainer {
		overflow:hidden;
		width: 100%;
		background: #cb373c;
        display:none;
        margin: 0px;
	}
	
	#navheadermenu .closedrop,  #navheadermenu .closedroptwo {
		display:block;
	}
    
    footer.full-width {
        padding: 30px 0px;
    }
    
    #footerpanel1 { width: 100%; padding: 20px; text-align: center; }
    #footerpanel2 { width: 100%; padding: 20px; text-align: center; }
    #footerpanel3 { width: 100%; padding: 20px; text-align: center; }
    
    #footerpanel3 .title_small {
        font-size: 20px;
    }
    
    .footerphone, .footeremail{
        padding: 0px;
        background: none;
    }
    
    .contentblock_full {
        padding: 0px 20px;
        padding-bottom: 20px;
    }


    .contentblock_full:first-of-type {
        padding: 0px 20px;
        padding-top: 20px;
    }

    .contentblock_left {
        width: 100%;
        padding: 20px;
    }

    .contentblock_right {
        width: 100%;
        padding: 20px;
    }
    
    #contactpageblocks  .contentblock_left,  #contactpageblocks .contentblock_right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contentblock_70 {
        width: 100%;
        padding: 20px;
    }

    .contentblock_30 {
        width: 100%;
        padding: 20px;
    }
    
    #headerlogo {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 80px;
    }
    
    
    .fadeinbg, .absolutebg {
        display: none;
    }
    
    #homerow3 {
        background: rgb(0, 0, 0, 0.6);
    }
    
    #homerow3 p {
        color: #ffffff;
    }
    
    #homerow4 p {
        color: #000000;
    }
    .title_small {
        text-align: center;
    }
    
    .title_large {
        text-align: center;
    }
    
    #fixedheader {
        padding-bottom: 0px;
    }
    
    #contactusrow {
        padding: 20px;
        padding-top: 60px;
    }
    
    #contactusrow .title_small {
        font-size: 18px;
    }
    
    #contactusrow input, #contactusrow .wpcf7-submit {
        width: 100%;
        margin-bottom: 10px;
    }
    
    #homebanner {
        padding: 80px 30px;
        background-position: bottom right;
    }
    
    #homebanner h1 span:first-child {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #homebanner h1 span:last-child {
        font-size: 18px;
    }
    
    #headerpadding {
        height: 80px;
    }
    
    #pagebanner {
        background-position: bottom right;
    }
    
    #pagebanner h1 {
        font-size: 28px;
        width: 100%;
        text-align: center;
    }
    
    
     .processlink {
        width: 100%;
    }
    
    .processlink .arrow-right {
        display: none;
    }
    
    .processlink .title_small {
        font-size: 20px;
        padding: 0px 20px;
    }
    
    #addresslist {
        text-align: center;
    }
}

.machineblock_desc {
	min-height: 180px;
}