/*  HTML5  Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none;font-weight:bold;font-style:italic;color:#078493;font-size:15px;text-align:center }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 verdana; *font-size:small;  -webkit-text-size-adjust: none; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h2 {padding-top:10px}
html { overflow-y: scroll; }

ul, ol { margin-left: 1.8em}
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: George Philip
 */
body {
  font-family: 'Roboto', arial, Helvetica, sans-serif;
  font-size:12px;
  background:#fff; 
}

a {
  color:#078493;
}

#container {
   width :100%; position: relative;
}

#header {
  margin-top:18px;
  max-width: 1440px;
   width: 100%;
   margin:auto;
}
#header .inner{
  padding: 20px 0 10px;
  padding: 0;
  display: inline-block;
  width: 100%;
}

#header h1 {
 /* background:url(../images/logo.gif);   */
  background:url(../images/fefco2017_logo.png);
  background-repeat:no-repeat;
  text-indent:-1234567px;
  position:relative;
   float:left;
   margin:20px 0 0 0;

 z-index: 99;
 position: absolute;
}

#header h1 a {
  display:block;
  width:232px;
  height:68px;
}

.navigation {
  width:100%;
  overflow:hidden;
  position: absolute;
  top: 325px;
}
.navigation h2{
display: none;
}
.navigation .nav-next   {
 padding: 23px 0px 0px 23px; font-size: 11px; text-transform: uppercase; color: #655f51; line-height: 22px; float:right; width: 152px; text-align: left;
}
.navigation .nav-next  a {
 background: url(../images/next.jpg) no-repeat 90px center; text-align: left; font-size: 11px; text-transform: uppercase; color: #43b3b3; line-height: 22px; float:right; padding-right :79px; text-decoration: none
}
.navigation .nav-previous   {
 padding: 23px 23px 0 0px; font-size: 11px; text-transform: uppercase; color: #655f51; line-height: 22px; float:left; width: 145px;
}
.navigation .nav-previous  a {
 background: url(../images/previous.jpg) no-repeat 23px center; text-align: right; font-size: 11px; text-transform: uppercase; color: #43b3b3; line-height: 22px; float:right; padding-left :43px; text-decoration: none
}

.post-title {
  display: none; font-size: 15px; line-height: 20px; color: #008eab; text-align: right; padding-top: 5px;
}
.navigation .nav-next .post-title {
  text-align: left;
}
.navigation .nav-previous:hover a {
     color :#655f51; background: none; padding-bottom: 60px;
}
.navigation .nav-previous:hover .post-title, .navigation .nav-next:hover .post-title {
  display: block;
}
.navigation .nav-previous:hover {
  background: #f2f2f2 url(../images/arrow-previous.png) no-repeat left bottom; /*padding-bottom: 60px;*/
}
.navigation .nav-next:hover {
  background: #f2f2f2 url(../images/arrow-next.png) no-repeat right bottom; /*padding-bottom: 60px;*/
}
.navigation .nav-next:hover a {
     color :#655f51; background: none; padding-right: 25px; padding-bottom: 60px;
}



.mainmenu .topmenu {
  text-align:center;
  position: absolute;
  bottom: 6%;
  left: 26.5%;
}

.mainmenu .topmenu  ul,
 .mainmenu  ul {
  list-style:none;
}

.mainmenu .topmenu  ul li{
  padding:0 94px 0 55px;
  background: url(../images/topmenubar.jpg) no-repeat right center;
  margin:0;
}
.mainmenu .topmenu  ul li:last-child{
  background: none;
}
.mainmenu .topmenu  ul li a {
  text-decoration:none;
 font-family: 'Roboto Slab'; font-size: 20px; line-height: 26px; color: #fff; font-weight: 100; text-transform: none;
  padding:0 5px 0 5px;
}

.mainmenu .topmenu  ul li#menu-item-6 a {
  border-right:0;
}
.mainmenu .topmenu  ul li a:hover     {
   color: #99d2dd;
}
.mainmenu .topmenu ul li.current-menu-item a {
      color: #99d2dd;
}
.mainmenu .topmenu  ul li.last a {
  border-right:0;
}

 .mainmenu {
   display: none;
   z-index: 10;
  position: absolute;
  width: 100%;
  left :0px;
  top: 0px;
  background: #008eab;
  padding-top: 4%;
}
 .mainmenu  ul  {
   text-align: center;
 }
.mainmenu  ul li{
  text-align:center; display: inline-block;
  padding:0;
  margin:0;
}
 .mainmenu  ul li.large{
  width: 100%;
}
 .mainmenu  ul li.large a{
 font-family: 'Roboto Slab'; font-size: 48px; line-height: 120px; color: #fff; font-weight: 300; text-transform: none; letter-spacing: normal; padding: 3px 40px 7px 40px;
}
.close  {
  background: url(../images/close.jpg) no-repeat right center; font-size: 16px; line-height: 20px; color: #fff; text-transform: uppercase; float:right; padding-right: 40px; margin-right :10%; cursor: pointer;
}


 .mainmenu  ul li a {
  text-decoration: none;
  cursor: pointer;
  color: #99d2dd;
  padding: 3px 15px 7px 15px;
  font-size: 19px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
 .mainmenu  ul li.large a:hover   {
   background: #1798b3; color: #fff;
 }
.menu-mainmenu-container {
    padding-top: 60px;
}


 .mainmenu  ul li.large.current-menu-item a {
  background: #1798b3;
}
 .mainmenu  ul li a:hover   {
   color: #fff;
 }

 .mainmenu  ul li.current-menu-item a {

}

#slider  {
    clear:both;
 	padding-top:10px;
 	padding-top:0;
    overflow: hidden;
}
#slider img {
    width: 100%;
}


.primary-content {
  clear:both;
  overflow:hidden;
  height:1%;

}


.featuredcontent {
  width:665px;
  background:#bbd2d6 url(../images/featuredbg.jpg);
  overflow:hidden;
  margin-top:12px;
}

#execphp-8 .featuredcontent {
	background: none;
	}
	
.featuredcontentinside {
  overflow:hidden;
  height:1%;
  background:url(../images/hdr-featuredcontentbg.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}
.featuredcontentinsideMrCorrugated {
  overflow:hidden;
  height:1%;
  background:url(../images/MrCorrugated-featuredcontentbg.jpg);
  background-repeat:no-repeat;
  background-position:top left;
}

.content-wrap {
   width:100%;
   background: #fff;
}
.content-wrap.tags {
   background: #fafafa; display: inline-block; padding-bottom: 65px;
}
.content_page    {
background: #fafafa;
}


.single .content-wrap{
  background: #fafafa; border-bottom: 2px dashed #ccc;
}
.errorpage   {
 background: #fafafa; padding: 20px 0 90px 0; min-height: 500px;
}


.content_tags  h2, .category_content h1{
 color: #333;
    font-family: "Roboto Slab";
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 46px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 39px;
}


.content_index{
  width:1000px;
   margin: 0 auto;
   padding: 110px 0 135px 0;
   font-family: 'Roboto'; font-size: 26px; line-height: 40px; color: #655f51; text-align: left;
}

.page-id-2500 .content_index {
 display: none;
}


.content-wrap.author{
 background: #fafafa;
}
.content_tags{
  max-width:1620px;
  width: 100%;
   margin: 0 auto;
   font-family: 'Roboto'; font-size: 25px; line-height: 40px; color: #655f51; text-align: left;
}
.not-foound  {
width:1620px;
   margin: 0 auto;
   font-family: 'Roboto'; font-size: 25px; line-height: 40px; color: #655f51; text-align: left;
}


.content_index h1{
  font-family: 'Roboto Slab'; font-size: 44px; line-height: 52px; color: #333; text-align: center; font-weight: 300; margin-bottom: 58px;
}
.title_index{
  font-family: 'Roboto Slab'; font-size: 44px; line-height: 52px; color: #333; text-align: center; font-weight: 300; margin-bottom: 58px;letter-spacing: 2px;
}


.featuredcontent h2 {
  margin-top:0px;
  margin-left:23px;
  color:#078493;
  font-size:16px;
}

.featuredcontent img {
  float:left;
  margin-left:23px;
  margin-top:10px;
  margin-bottom:10px;
}

.featuredcontent p {
  float:left;
  margin:30px 10px 10px 10px;
  width:400px;
  font-size:14px;
  color:#fff;
}

.featuredcontent p.learnmore {
  margin:10px;
  float:right;
  width:111px;
  height:25px;
  background:url(../images/learn-more.gif);
  background-repeat:no-repeat;
  color:#fff;
  
}

.featuredcontentinsideMrCorrugated p.learnmore {
  margin:10px;
  float:right;
  width:211px;
  height:25px;
  background:url(../images/learn-more_mrc.gif);
  background-repeat:no-repeat;
  color:#fff;
  
}

.featuredcontent p.learnmore a {
  color:#fff;
  font-size:12px;
  text-decoration:none;
  margin-left:20px;
  display:block;
  margin-top:5px;
  background:url(../images/learnmore-arrow.gif);
  background-position:right;
  background-repeat:no-repeat;
  margin-right:20px;
}

h2.latest-news {
  margin-top:0px;
  padding-top:26px;
  padding-left:0px;
  background:url(../images/latest-news-bg.gif);
  background-repeat:no-repeat;
  width:667px;
  height:33px;
  font-size:18px;
  font-weight:normal;
  color:#078493;
  margin-bottom: 25px;
}

h2{
  margin-top:10px;
 /* padding-top:26px; */
  padding-left:0px;
  font-size:18px;
  color:#078493;
}
.content_page h2{
  margin-top:10px;
 /* padding-top:26px; */
  padding-left:0px;
  font-size:28px;
  line-height: 32px;
  font-weight: 300;
  font-family: 'Roboto Slab';
  color:#078493;
  padding-bottom: 10px;
}

.article {
  margin-top:10px;
  clear:both;
  margin-bottom:30px;
  overflow:hidden;
  height:1%;
}
.single .article {
  margin-bottom: 60px;
}


.article h3 {
  font-size:16px;
  color:#078493;
  padding-top: 4px;
}
.single-article .article h3 {
  /*border-bottom: 2px solid #078493;*/
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.single-article .article .post h3 {
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 16px;
   font-size: 16px;
}
.single-article .article .tags  {
  text-align:right; float:right; margin: 10px 0; font-size: 12px; color: #655f51; text-transform: uppercase; clear: left;
}
.single-article .article .tags span {
  display: inline-block; float: left;
}
.single-article .article .tags a {
font-size: 12px; color: #008eab; line-height: 21px; background :#f2f2f2; text-transform: uppercase; padding: 15px 15px 15px 15px; text-decoration: none; margin-right: 11px;
}
.homehide .sociable   {
    float:right; margin-top: 10px;
}


.single-article .article h3 a{
    font-size: 18px;
}


.article h3 a {
  font-size:16px;
  color:#078493;
  text-decoration:none;  
}

.article .meta {
/* //  width:385px;
//  float:left; */
}

.article .story {
  clear:both;
  padding-top:10px;
  font-size:24px;
  line-height: 40px;
  color :#655f51;
  text-align: justify;
}

.article .story .picholder {
  float:left;
}

.article .story p.readmore {
  float: right;
  clear: both;
  /*margin-top:10px;*/
  padding-right:10px;
}

.article .story p.readmore a {
  text-decoration:none;
  /*background:url(../images/readmore-arrow.gif); */
  background-position:right;
  background-repeat:no-repeat;
  font-size: 13px;
  /*padding-right:15px; */
}
.article .story p.readmore a:hover  {
  color: #a6a6a6
}
.sidebar {
  width:235px;
  float:right;
  margin-top:2px;
}

.sidebar .extra {
  margin-top:14px;
}

.sidebar .followus {
  overflow:hidden;
  height:1%;
}

.sidebar .followus ul {
  list-style:none;
  margin-left:0;
}

.sidebar .followus ul li{
  float:left;
  padding:8px 7px 3px 7px;
  margin:0;
}

.sidebar .extra h3 {
  background:#98cbd2;
  padding: 7px 0 6px 9px;
  color:#fff;
  text-transform: uppercase;
}

.sidebar .twitterhdr h3,
.sidebar #execphp-10 h3,
.sidebar #execphp-7 h3
 {
  background:transparent url(../images/twitter-bg.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding:0;
  height:18px;
  color:#fff;
  margin-top:-10px;
  padding-top:38px;
  padding-left:10px;
}

.sidebar #execphp-7 .twitter ul {
  list-style:none;
  margin-left:0;
}

.sidebar #execphp-7 .twitter ul li{
  padding:5px 0 5px 0;
}

.sidebar #execphp-7 .twitter ul li a {
  color:#b3ad9c;
 } 

.sidebar ul {
  margin-top:10px;
}

.sidebar ul li a {
  color:#444444;
  text-decoration:none;
}
.sidebar ul li a:hover  {
  color: #98cbd2;
}

#footer {
  clear:both;
  background: url(../images/footer.jpg) repeat-x left top;
  background: #008EAB;
  overflow:hidden;
  height:1%;
}
#footer .inner{
  width: 1420px; margin: 0 auto;

  width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.copyright {
  width:100%;
  float:left;
  padding: 20px 0 18px 0;
padding: 38px 0 39px;
}

.copyright ul {
  list-style:none;
  font-size:11px;
}

.copyright ul  li {
   float:left;
   padding:5px 0;
   font-weight: 100;
   font-weight: 300 !important;

   display: inline-block;
   float: none;
}
.copyright ul  li a{
  font-size: 12px; line-height: 22px; color: #fff;
  text-transform: uppercase;
}

.copyright .menu_footer li a{
  letter-spacing: 0.05em;
  font-weight: 400;
}


.copyright ul  li.sitemap {
   background:none;
}

.copyright ul  li.global a {

  padding-left:18px;
}

.copyright ul  li.contact a {

  padding-left:18px;
}

.copyright ul.firstrow {
    float:left; font-size: 12px; line-height: 22px; color: #fff;

    width: 25%;
    margin-left: 0;
    font-weight: 300 !important;
}
.copyright ul.menu_footer {
   float:left;
   width: 50%;
   text-align: center;
   margin-left: 0;
}

.copyright ul.menu_footer li {
  padding-left: 11px;
  padding-right: 11px;
  box-sizing: border-box;
}


.copyright ul li a {
  text-decoration:none;
}


.label-social {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-social {
  float: left;
  width: 25%;
  text-align: right;
  padding-top: 6px !important;
}

.social.footer-social a {
  margin-right: 0;
  margin-left: 10px;
  background: none !important;
  color: #ffffff;
  font-size: 15px;
}

.copyright a:hover  {
  opacity: 0.7 !important;
}







.bottomlogo {
  padding:20px 0 0 0px;
}


.homehide img {
  display:none;
}

.alignleft {
  float:left;
  margin-right:15px;
}

.alignright {
  float:right;
  margin-left:5px;
}

.article p {
  padding:0px 0 10px 0;
  margin:0px 0 3px 0;
}
.article p.details  {
  float: left;
  padding-top: 5px;
}
.single-article .article p.details  {
  float: left; padding-top: 1px;
}

.article ul {
  padding:0px 0 13px 0;
  margin-left: 1.8em
}

h4#comments {
   color:#636363 !important;;
}


ol.commentlist li {
  padding:8px 0 8px 0 !important;;
}

ol.commentlist li a {
  text-decoration:none !important;;
  color:#E50000!important;;
}

div.comment-body {
  padding:5px 0 5px 0 !important;;
  line-height:1.4em !important;;
}

div.comment-body div.reply {
  padding-top:5px !important;;
}

#commentform p {
   padding:5px 0 5px 0;
}

.primary-content .search,
.primary-content .author,
.primary-content .page,
.primary-content .single {
  padding-top:10px;
}

.story,
.post {
  position:relative !important;
}

.social4i {
  width: 100% !important;
  overflow:hidden;
}
.content_index .social4i {
display: none;
}
.single-article .sociable  {
    width :348px; float:right
}


.social4i .s4fblike {
  width:50px !important;
  z-index:99;
  overflow:hidden;
}

.social4i .s4twitter {
  width:90px !important;
}

.social4i .s4plusone {
   width:60px !important;
   z-index:100;
   float:right;
}

.navpaged, .navboth {
  padding-bottom:0 !important;
}

.cform {
  margin:0 !important;
  width:600px !important;
}

.cform .single,
.cform .area {
  top:0 !important;
  width:200px;
}

.cform label  {
   text-align:left !important;
}

p.cf-sb {
    margin: 0 0 0 95px !important;
    padding: 0 !important;
    text-align: left !important;;
}



.linklove {
  display:none;
}

.curvebox {
  -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius:8px;
 border:1px solid #e0dfdf;
}

.author .author-pic {
  float:left;
width :80px;
}
.author_page .entry_author_image img {
    width: 100%; height: auto;
}
.author_page .article h3.name {
    float: left;
    font-family: 'Roboto Slab';
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    font-weight: 300;
}


.author img {
  width:150px;
  height:150px;
}


.authorcontent {
  float:left;
  width: 100%;
   font-size: 20px;
    line-height: 26px;
}
.author_list li   {
          font-size: 20px;
    line-height: 26px;
    text-decoration: none;
}
.author_list li a   {
          font-size: 20px;
    line-height: 26px;
    text-decoration: none;
}
.author_list li a:hover   {
    text-decoration: underline;
}

.authorcontent p {
  padding:3px 0 3px 0;
  margin:3px 0 3px 0;
}

.cpp_form   {
    text-align: center !important;
}
.cpp_form label  {
    font-size:20px;
}
.cpp_form .pbSubmit  {
    font-size:20px; background: #008eab; color: #fff; display: inline-block; float:none;
}

.author h3.posts {
   clear:both;
   padding-top:10px;
}

.inputblur {
  width:155px;
}
#header .searchform {
 float:right;
 margin: 0px 20px 0 0;
 position: relative;
 width : 39px;
 height :39px;
/* background:url(../images/search.png) no-repeat center center;  */
}
#header .searchform input.inputblur  {
padding: 0px;
 border-radius: 0px;
 font-size: 16px;
    width: 0;
 border: 1px solid #fff;
 float: left;
 line-height: 21px;
 color: #655f51;
 margin-left: 230px;
 right: 0px;
 position:absolute;
 -webkit-transition:all 1s ease-in-out;
 -moz-transition:all 1s ease-in-out;
 -o-transition:all 1s ease-in-out;
 transition:all 1s ease-in-out;
 outline:none;
 -webkit-appearance:none;
 z-index: 9999;

}
.error-404 .searchform input.inputblur  {
 padding: 13px 5px 10px 10px;
 border: 1px solid #018eac;
 border-radius: 0px;
 font-size: 16px;
 width: 200px;
 float: left;
 line-height: 21px;
 color: #655f51;
   z-index: 9999;

}
#header .searchform:hover input.inputblur {
  width:200px;
  margin-left:0;
  padding: 8px 5px 8px 10px;
  border: 1px solid #018eac;
  right :45px;
  z-index: 9999;
}

/*#header .searchform input.inputblur  {
padding: 13px 5px 10px 10px;
 border-radius: 0px;
 font-size: 16px;
 width: 200px;
 border: none;
 float: left;
 line-height: 21px;
 color: #655f51;
} */
.searchform input.btn_submit  {
 float:left; border-radius: 0;  border: 0 none;
 font-size: 16px;
 background:url(../images/search.jpg) no-repeat center center;
 color: #fff; font-weight: normal; font-family: 'Roboto';
 padding: 0;
 height: 39px;
 width: 39px; cursor: pointer;
}
#header .searchform input.btn_submit  {
/* display: none  */
}
/*#header .searchform input.btn_submit  {
  float:left; border-radius: 0px;  border: none; font-size: 16px; background: #008eab; color: #fff; font-weight: normal; font-family: 'Roboto'; padding: 4px 8px 4px 8px; height: 46px; width: 44px; cursor: pointer;
}*/
.searchform input.btn_submit:hover  {
  opacity: 0.8
}


.breadcrumbs {
     clear:both;
	 color:#078493;
   }
   
   .breadcrumbs ul {
     list-style:none;
	 margin:0px;
	 padding:10px 0 0px 0;
   }
   
   .breadcrumbs ul li {
     padding:8px 5px 0px 10px;
	 background:url(../images/breadcrumbs-arrow.gif);
	 background-repeat:no-repeat;
	 background-position:0 13px;
	 float:left;
	 
   }
   
   .breadcrumbs ul li a {
     color:#078493;
	 text-decoration:none;
   }
   
   breadcrumbs ul li a:active, breadcrumbs ul li a:visited { color: #000; }
   
   .breadcrumbs ul li.home {
     background:none;
	 padding-left:0;
   }
   
   .breadcrumbs ul li.home a {
     color:#078493;
   }
   
   
@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}


@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

.related_post_title {
	font-size:14px;
	color: #000000;
}


/* added by Nico */

.flickrGallery img {
	padding: 5px;
}

/* ECR form */

#cforms2form.cform {
	padding: 10px;
	border: #e9e9e9 solid 1px;
	background: #f7f7f7;
	width:550px !important;
}

#cforms2form.cform label {
	width:130px;
/* //	display:inline;   */
}

#cforms2form.cform #li-2-8 label {
	width:500px;
	display: inline;
}

#cforms2form.cform #cf2_field_8.single {
	display:inline;
	margin-left:150px;
}

#cforms2form.cform label span {
	width:500px;
	font-weight:bold;
}

#cforms2form.cform span.reqtxt, #cforms2form.cform span.emailreqtxt {
	font-size:9px;
	display: inline;
}

#cforms2form.cform #li-2-8.li span.reqtxt {
	color:red;
}

#cforms2form.cform p.cf-sb {
	text-align:center !important;
	margin:0px 0px 0px 30px !important

}

#cforms2form.cform .single {
	padding-top:5px;
	height:14px;
}

#cforms2form.cform  ol.cf-ol li.cf-box-title {
	font-weight: bold;
	text-align:left;
	padding: 10px 0px 0px 0px;
	letter-spacing:0px;
}

#cforms2form.cform ol.cf-ol li.textonly {
	font-size:11px;
	font-style:italic;
	background: #F0F0F0 !important;
	letter-spacing: 0px;
	margin: 0px 20px;
	padding: 0px;
	text-align: left;
}

#cforms2form.cform ol.cf-ol li.cf-box-group {
	margin: 10px 0pt 0px !important;
	padding-left: 10px;
}

#cforms2form.cform #li-2-6items label span {
	font-weight:normal;
	width: 150px;
}

div.success {
	background: #98CBD2 none repeat scroll 0% 50%;
	color: #fff;
	display: block;
}

#cforms2form.cform input.sendbutton{
	width: 100px;
	height:30px;
	margin: 10px 0 0 5px;
	font-size: 14px;
	background: #98CBD2;
	color: #FFF;
	border: 1px solid #98CBD2!important;
	border-left-color: #ECECEC!important;
	border-top-color: #ECECEC!important;

}


.addthis_toolbox, .addthis_default_style {
	align:right;  
	overflow:hidden;
	text-align: right;
}

/* added by Nico */

.ad-wrap {
	clear: both;
	padding-top: 20px;
	margin-left: 0px;
}

.ad-item {
/* // float: left;  */
margin-left: 15px;
width: 205px;
/* // padding-bottom: 20px; */
/* // height: 300px; */
display: inline-table;
}

.ad-item-single {
/* // margin-left: 15px;  */
width: 200px;
padding-bottom: 20px;
/* // height: 300px;  */
text-align:left;
}

.ad-item h3 {
font-weight: bold;
}

.ad-image img {
	-webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
}

.sharefacebook-twitter {
padding-top: 0px;
}

.sharefacebook-twitter .twitter {
float: left;
width: 100px;
}

.sharefacebook-twitter .facebook {
float: left;
width: 100px;
}

.homeslider .meteor-clip{
       height: 262px; overflow: hidden;
     }


 #why   {
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
    display: inline-block;
    padding: 78px 0% 61px 0%;
 }
  #why .inner  {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
 }
  #why ul {
  margin: 0
}
#why .text_whycorrugated{
  font-size: 26px; line-height: 40px; color: #655f51; max-width :1000px; width: 100%; margin:0 auto 70px;
}
 #why ul li {
  width: 32%; padding: 0 0px 0 0px; float:left; height: 520px; overflow: hidden; position: relative; text-align: center; margin-right: 2%; margin-bottom: 25px;
}
#why ul li .text{
  display: none;
}
#popup_container .btn{
  background: #1a9ab4; border: none; color: #fff; padding: 8px 20px;
}
#popup_container button{
border: none;
}
#popup_container .btn:hover{
  background: #cce8ee; color : #008eab;
}
#why ul li a {
  position: relative; display: inline-block; width :100%; height :100%
}
#why ul li div.title {
      font-family: 'Roboto Slab';
    font-size: 61px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100% !important;
    background: #008eab;
    position: absolute;
    bottom: 0;
    left :0px;
    z-index: 20;
    height: 190px;
    padding: 10px 0 0 0;
   /* display: inline-table;*/  overflow: hidden;
}
#why ul li div.title.words div{
   padding-top: 36px;
}


#why ul li div.title span{
      font-weight: 300; display: inline-block;
}
 #why ul li.last {
  margin-right: 0
}
#why img {
  width: 100%;
 /* transition:all 0.3s ease;   */
}
#why li .black {
/*  height: 100%;
  width: 100%; display: block; position: absolute; background: rgba(130,130,130,0.5); top: 0px; left: 0px; z-index: 10;   */
}
#why li:hover .black {
  /* background: rgba(26,154,180,0.5);   height: 420px;  */
}
#why li img {
/*position:absolute;
  left:0;
 /* -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;  */
}
#why li:hover .title{
/* padding: 0; width: 33%;  height: 420px;  */
 padding-bottom: 40px;
}
#why li:hover .title.words{
/* padding: 0; width: 33%;  height: 420px;  */
 padding-bottom: 18px;
}
#why li:hover .title div{
/* padding: 0; width: 33%;  height: 420px;  */
background: #008eab url(../images/arrow_down.png) no-repeat center bottom; padding-bottom: 40px;
}
#why li:hover .small {
/* opacity:0;*/
}
#why li img.big {
/* opacity:0;  */
}
#why li:hover img.big {
/* opacity:1; */
}
/*#why li .title .arrow  {
    background: url(../images/arrow_down.png) no-repeat center center; width: 100%; height: 30px; clear: both; display: none;
}
#why li:hover .arrow  {
    display: table-row;
}   */
#why li .border  {
    height: 10px; width: 100%; background: #008eab; position: absolute; top: 0px; left: 0px; z-index: 50; display: none
}
#why li:hover .border  {
    display: block;
}
/*#why li:hover .small {
 display: none;
}
#why li:hover .big {
 display: block;
}*/
.why_corrugated_op {
font-size: 46px; line-height: 46px; color: #333; text-align: center; font-weight :300; font-family: 'Roboto Slab'; width: 100%; display: inline-block; top: 10%; position: absolute;
}


#latest_news {
  background: #f2f2f2; width :100%; display: inline-block; clear: both;/* margin-top: 68px; */padding-top: 20px; font-family: 'Roboto'; position: relative; padding-bottom: 120px;

padding-bottom: 0;
padding-top: 70px;
}
#latest_news .inner  {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
 }

#latest_news .title {
 font-size: 44px; line-height: 46px; color: #333; text-align: center; font-weight :300; font-family: 'Roboto Slab'; padding-bottom: 97px; letter-spacing: 2px;

}
#latest_news.article_page .title {
 font-size: 52px; line-height: 52px; color: #333; text-align: center; font-weight :300; font-family: 'Roboto Slab'; padding-bottom: 97px; padding-top: 23px; letter-spacing: 2px;

}
.filter {
float:left; color: #655f51; font-size: 16px; line-height: 22px; text-align: right; width: 6.5%; padding: 13px 2% 21px 0; letter-spacing: 1px; border-right: 1px solid #999488;
}
.view_all   {
  font-size: 18px; line-height: 24px; color: #078493; text-decoration: none; padding-bottom: 22px; display: inline-block;
}
#latest_news.article_page .view_all   {
color: #333;
}
.view_all:hover   {
  opacity: 0.7;
}


#source {
  float:left; width: 91%; margin: 0px; padding: 0;
}
#source li{
  float:left; list-style: none; font-size: 18px; color: #655f51; text-transform: uppercase; /*background: url(../images/sep.jpg) no-repeat right center;*/ text-align: center; width: 20%;
}
#source li.last{
  background: none;
}
#source li a{
 font-size: 18px; color: #008eab;/* font-weight: bold;*/ text-transform: uppercase; text-decoration: none; padding: 51px 0; width: 75%; /*border-radius: 36px;*/ display: inline-block; letter-spacing: 1px;
 -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#source li.protection a, #source li.cost a{
padding: 40px 0;
}
#source li:hover a{
  background: #008eab; color: #fff;
}
#source li.active a{
  background: #008eab; color: #fff;
}
#source li.all_products {
 position: absolute; right: 8%; top: 52px; background: url(../images/blue_line.jpg) no-repeat left center; width: auto; padding-left: 35px;
}
#source li.all_products a{
 width :auto; color :#078493;
}
#source li.all_products:hover a, #source li.all_products.active a{
  background: none;
}
.ourHolder   {
    clear: both; margin: 0px; padding: 74px 0px; display: inline-block;

padding: 50px 0;
}
#latest_news.article_page .ourHolder  {
    padding: 108px 30px 74px;
}


.ourHolder li  {
    list-style: none; float:left; width: 49%; margin-right: 2%; margin-bottom: 30px; background: #fff; min-height: 360px; height: 374px; position: relative;
}
/*.ourHolder li.right  {
    margin-right: 0;
}*/
.ourHolder li:nth-child(2n+0)  {
    margin-right: 0;
}
.ourHolder .left_side  {
    float:left; width :49%; margin-right: 3.5%; height :100%; position: relative;
}
.ourHolder .right_side  {
    float:left; width :45%; min-height :200px; background: #fff; padding: 41px 2.5% 21px 0;
}
.ourHolder .title_article  {
    font-size: 28px; line-height: 32px; color: #008eab; font-weight: 300; text-decoration: none; font-family: 'Roboto Slab'; display: inline-block; margin-bottom: 15px; height: 97px; overflow: hidden;
}
.ourHolder .title_article:hover, .ourHolder .more:hover   {
  opacity: 0.7;
}
.ourHolder .image .title_article   {
    padding: 122px 0 0 22px;
}
.ourHolder .text  {
    font-size: 20px; line-height: 30px; color: #655f51; font-weight: normal; text-decoration: none; display: inline-block; margin-bottom: 15px; font-family: 'Roboto';
}
.ourHolder .text.no-image  {
    padding-top: 81px;
}
.ourHolder .more  {
    font-size: 18px; line-height: 24px; color: #008eab; font-weight: 500; text-decoration: none; float:right; font-family: 'Roboto'; letter-spacing: 1px; bottom: 20px; right: 20px; position: absolute;
}
.ourHolder .left_side .date {
position: absolute; left: 0px; top: 0px; background: #fff; color: #999999; font-size: 16px; line-height: 18px; font-family: 'Roboto'; padding: 13px 22px;
}
.ourHolder .left_side .image {
width: 100%; height: 100%; float :left; overflow: hidden;
}
.ourHolder .left_side .image img {
width: 100%; height: auto;
}
#documents  {
  background: #cccccc url(../images/men.png) no-repeat 100px center; /*height: 640px;*/ width: 100%; background-size: 10%;
}
#documents .inner {
  background: url(../images/lady.png) no-repeat right center; height: 100%; width: 100%; background-size: 14%;
}
#documents .title {
  font-size: 44px; line-height: 46px; color: #333; text-align: center; font-weight: 300; font-family: 'Roboto Slab'; padding-top: 80px; letter-spacing: 2px;
}
#documents .text {
  font-size: 26px; line-height: 40px; color: #655f51; text-align: left; padding-top: 80px; width: 100%; max-width: 1000px; margin:0 auto 48px;
}
#documents ul {
  text-align: center; margin: 0px; padding: 30px 1% 65px 1%;
}
#documents ul li{
  display: inline-block; width: 22%; margin-right: 1.5%; background: #f2f2f2; padding: 20px 1%;
}
#documents ul li .title_doc{
font-family: 'Roboto Slab'; font-size: 28px; line-height: 34px; color: #333; text-align: left; font-weight: 300; padding: 11px 0 15px 0;
}
#documents ul li .text_doc{
font-size: 20px; line-height: 30px; color: #655f51; text-align: left; height: 60px; overflow: hidden;
}
#documents ul li:last-child{
  margin-right: 0%
}
#documents a {
  border: 2px solid #008eab; color: #008eab; font-size: 18px; line-height: 22px; background: url(../images/pdf.png) no-repeat right center; display: block; text-decoration: none; margin-top: 50px;
}
#documents a:hover   {
  opacity: 0.7;
}
#documents a span {
color: #008eab; border-right: 2px solid #008eab; width :75%; display: block; padding: 17px 0;
}
#block_text {
 background: #cce8ee; width: 100%; height: 545px;
}
#block_text .left{
height: 100%; width: 40%; float:left; background: url(../images/fefco.png) no-repeat center center;
}
#block_text .right{
width: 60%; float:left; padding-top: 100px; font-family: 'Roboto'; font-size: 20px; line-height: 30px; color: #655f51;
}
#block_text .right div{
width: 60%; float:left; clear: both;
}
#block_text .right a{
float:left; clear: both; text-decoration: none; border: 2px solid #008eab; padding: 13px 47px; color: #008eab; font-size: 18px; margin-top: 40px;
}
#block_text .right a:hover{
opacity: 0.7;
}
.detail_wrap {
 width :996px;
 margin:0 auto;
 padding-top: 34px;
}
.detail_wrap h1{
font-family: 'Roboto Slab'; font-size: 55px; line-height: 60px; color: #333333; font-weight: 300; text-align:center; width :100%; text-decoration: none; margin-top: 30px; margin-bottom: 44px;
}
.detail_wrap h1 a{
text-decoration: none; color: #333333;
}
.detail_wrap .date{
width: 100%; text-align: center; color: #655f51; font-size: 16px; line-height: 20px; text-transform: uppercase;
}
.detail_wrap .date sup{
font-size: 10px; margin-top: 40px;
}
.detail_wrap .image{
width: 100%; margin-top: 37px; margin-bottom: 45px;
}
.detail_wrap .image img{
width: 100%; height: auto !important;
}
.details_author  {
 text-align: center
}
.details_author .name  {
 display: inline-block; font-size: 18px; line-height: 20px; text-decoration: none; text-align :left; vertical-align: top; padding-top: 11px; color: #008eab;
}
.author-pic {
  width:50px;
  margin-right: 15px;
  display: inline-block;
}
.entry_author_image  {
  width:60px;
  height:60px;
  border-radius: 50%;
  overflow: hidden;
}
.entry_author_image img {
  width:100%
}
#related_posts   {
    width : 1320px; margin: 0 auto 96px; display: table; padding-top: 54px; background: #fff;
}
#related_posts .title  {
    font-size :46px; line-height: 48px; color: #333333; text-align: center; margin-bottom: 21px; font-family: 'Roboto Slab'; font-weight: 300;
}
#related_posts ul  {
  margin: 0px;
}
#related_posts ul li {
width: 30%; margin-right: 5%; float:left; list-style: none
}
#related_posts ul li.third {
margin-right: 0;
}
#related_posts ul li .image{
width: 100%; position: relative; overflow: hidden; height: 378px;
}
#related_posts ul li .image.no-image    {
    background: #fafafa;padding: 80px 6% 45px 6%; overflow: hidden; height: 255px; width: 88%
}
#related_posts ul li .image img{
width: 100% !important; height: auto !important;
}
#related_posts ul li .image .date{
position: absolute; top: 0px; left: 0px; background: rgba(255,255,255,0.9); color: #655f51; font-size: 16px; line-height: 18px;padding: 13px 28px;
}
#related_posts ul li .name {
font-family: 'Roboto Slab'; font-size: 26px; line-height: 30px; color: #008eab; font-weight: 300; text-decoration: none; padding-top: 25px; display: inline-block; margin-bottom: 14px; height: 62px; overflow: hidden;
}

#related_posts ul li .text{
  background: #fafafa; font-size: 20px; line-height: 28px; color: #655f51; height: 100%; overflow: hidden;
}


.menu_resp   {
  display: block; width: 144px; height: 46px; float:right; background: url(../images/menu.jpg) no-repeat left top; cursor: pointer;
}
.menu_resp:hover   {
  opacity: 0.7;
}
.social-media   {
  text-align: center; width : 144px; background: #ffffff; padding: 12px 20px 16px 20px; position: absolute; right: 0px; top: 560px;
}
.social-media a {
 /* width :100%;*/ width: 26px; height: 26px; display: inline-block; color: #008eab; font-size: 14px; line-height: 24px; text-transform: uppercase; font-weight: 300; margin: 0 8px 18px 8px;  text-decoration: none; letter-spacing: 1px;
}
.social-media a.facebook {
  background: url(../images/facebook.jpg) no-repeat center center;
}



.social-media a.twitter {
  background: url(../images/twitter.jpg) no-repeat center center;
}
.social-media a.google {
  background: url(../images/google.jpg) no-repeat center center;
}
.social-media a.print {
  background: url(../images/print.jpg) no-repeat left center; margin-top: 28px; display: block; width :89%; margin-left: 11%; margin-bottom: 0px;
}
.social-media a.more {
  background: url(../images/more.jpg) no-repeat left center;  margin-top: 20px; width :89%; display: block; margin-left: 11%; margin-bottom: 0px;
}
.social-media .share {
  font-size :12px; line-height: 22px; color: #655f51; text-align:center; width :100%; padding-bottom: 20px;
}
.sep    {
height :1px; background: #655f51; clear: both
}
.social  {
    float:right; padding-top: 11px;
    padding-right: 12px;
    box-sizing: border-box;
}
.social a {
    float:right; width :27px; height: 22px; margin-right: 35px;
}
.social a:hover,#header h1:hover   {
  opacity: 0.7;
}
.social a.facebook {
  background: url(../images/facebook.jpg) no-repeat center center;
}
.social a.twitter {
  background: url(../images/twitter.jpg) no-repeat center center;
}
.social a.youtube {
  background: url(../images/youtube.jpg) no-repeat center center;
}
.social a.rss {
  background: url(../images/rss.jpg) no-repeat center center;
}
.social a.in {
  background: url(../images/in.jpg) no-repeat center center;
}
.load  {
  width :100%; text-align:center;
}
.load-btn   {
  font-size: 18px; line-height: 20px; color: #008eab; border: 2px solid #008eab; display: inline-block; clear: both; text-decoration: none; padding: 16px 63px; margin-top: 68px;
}
.load-listing {
  margin-top: 0;
  margin-bottom: 108px;
}


.load-btn:hover   {
  opacity: 0.8
}
.elm-button  {
 font-size: 18px !important; line-height: 20px !important; color: #008eab !important; border: 2px solid #008eab !important; display: inline-block !important; clear: both !important; text-decoration: none !important; padding: 16px 63px !important; margin-top: 68px !important; background: none !important;
}
.elm-button:hover   {
  opacity: 0.8
}
.cat_desc   {
  display: inline-block; width: 100%;
}
.cat_desc div  {
    display: none;
    font-size: 26px;
    line-height: 40px;
    color: #655f51;
    max-width: 980px;
    width: 100%;
    margin: 84px auto 7px;
    text-align:center;

}
.cat_desc div.active  {
    display: block;
}
.btn_share   {
 height:38px; width: 38px; float: left; display: block; background: #008eab url(../images/share.png) no-repeat center center; display: none
}
.category_description    {
 font-size: 20px; line-height: 24px; padding-top: 20px; max-width: 980px; width: 100%; margin:0 auto; text-align: center;
}
.why_corrug  {
 clear:both; width: 100%; display: block;
}
.image_category  {
    width :100%; display: block;
}
.image_category img  {
    width :100%;
}
.page-id-34 .content_page a    {
    text-decoration: none;
}
.blueimp-gallery > .title  {
    height:600px; overflow-y: scroll;
}


/* header external menus */

#header {
  max-width: 100%;
}

.navigation-top {
  background: #EFEEEC;
  position: relative;
  text-align: right;
}

.wrap1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.wrap1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.wrap1400.no-padding {
  padding: 0;
}


#header .searchform {
  margin-right: 0;
}

#header .searchform input.inputblur {
  border: 1px solid #EFEEEC;
}

#container {
    overflow: hidden;
}

.wrap-top-menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

#menu-extern-top {
  text-align: right;
}

.navigation-top li {
  display: inline-block;
  padding: 12px 0;
  position: relative;
}

.navigation-top li a {
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #57524e;
    letter-spacing: 0.05em;
    padding: 0 16px;
    border-right: 1px solid #D5D2D0;
    text-decoration: none;
}

.navigation-top li a:hover {
  color: #DF6838;
}



.navigation-top .sub-menu {
  display: none;
  width: 300px;
  background: #DF6838;
  float: right !important;
  position: absolute !important;
  left: auto;
  right: 2px;
  top: 100%;
  height: auto;
  padding: 30px 0;
  opacity: 1 !important;
  z-index: 9999 !important;
  overflow: auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.navigation-top li:hover .sub-menu {
  display: block;
}

.navigation-top .sub-menu li {
  display: block;
  padding: 10px 0px;
  position: relative;
  text-align: left;
}

.navigation-top .sub-menu li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0px 30px;
  border: 0 none;
}

.navigation-top .sub-menu li:hover a {
  color: #333333;
}







/* external main menu */
.wrap-external-menu {
/*    padding: 0 10px;   */
    position: relative;
    z-index: 3;
}

.wrap-external-menu ul.nice-menu {
    text-align: right;
    position: relative;
    z-index: 5;
}

.wrap-external-menu ul.nice-menu li {
    display: inline-block;
    padding: 0;
    position: static;
}

ul.nice-menu a {
    display: block;
    color: #027ac6;
}

.wrap-external-menu ul.nice-menu > li > a {
    color: #57524e;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    padding: 46px 24px;
    padding: 46px 24px 46px 25px;
    text-decoration: none;
}

.wrap-external-menu ul.nice-menu > li:last-child > a {
  padding-right: 0;
}


.wrap-external-menu ul.nice-menu > li > a:hover {
    color: #008EAB;
}

.wrap-external-menu ul.nice-menu > li:hover > a {
  position:relative;
  z-index:2;
  color: #008EAB;
}

.wrap-external-menu ul.nice-menu > li.menu-item-has-children:hover > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
    margin-left: -10px;
    z-index:2;
}

/* fffffefco */


.wrap-external-menu ul.nice-menu > li > ul {
    width:auto;
    top:100%;
    left:0;
    right:0;
	background : rgb(0,142,171);
	box-shadow : 0px 45px 20px 20px rgba(0,142,171,1);
    min-height: 100px;
    margin: 0 -20%;
    table-layout:fixed;
    z-index:1;

    text-align:left;
    padding:35px 19% 20px 29%;
    position: absolute;
}

.wrap-external-menu ul.nice-menu > li > ul a {
  color:#fff;
  display: block;
  visibility: visible;
  font-weight:500;
  font-size:14px;
  padding:8px 0;
  text-decoration: none;
  }

.wrap-external-menu ul.nice-menu > li > ul a.active { opacity: 0.5; }
.wrap-external-menu ul.nice-menu > li > ul a:hover { opacity: 0.5; }

.wrap-external-menu ul.nice-menu > li > ul ul {
  display:block !important;
  visibility: visible !important;
  position:static !important;
  opacity: 1 !important;
  }


.wrap-external-menu ul.nice-menu > li > ul > li {
  float:left;
  width: 20%;
}

.wrap-external-menu ul.nice-menu > li.menu-item-3305 > ul > li {
  width: 20%;
}

.wrap-external-menu ul.nice-menu > li.menu-item-3336 > ul > li,
.wrap-external-menu ul.nice-menu > li.menu-item-3355 > ul > li {
  width: 25%;
}

.wrap-external-menu ul.nice-menu > li.menu-item-3364 > ul > li {
  width: 50%;
  text-align: center;
}

.wrap-external-menu ul.nice-menu > li > ul > li > a { font-size:14px; text-transform:uppercase; font-weight:700; padding: 12px 5px; }
.wrap-external-menu ul.nice-menu > li > ul > li > ul > li > a {padding: 12px 5px; }

.wrap-external-menu ul.nice-menu > li > ul li{ display:block !important;}

.wrap-external-menu ul.nice-menu ul {
  display: none;
  visibility: hidden;
}

.wrap-external-menu ul.nice-menu li:hover ul {
  display: block;
  visibility: visible;
}


.menu-toggle.btn-main {
  display: none;
}


.wrap-btn-all {
  text-align: center;
  margin-bottom: 70px;
}

.wrap-btn-all a {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  background: #008eab;
  border: 2px solid #008eab;
  display: inline-block;
  clear: both;
  text-decoration: none;
  padding: 16px 63px;
  margin-bottom: 20px;
}

.wrap-btn-all a:hover {
  opacity: 0.8;
}







/* responsive*/

@media screen and (min-width: 2000px) {
   #documents, #documents .inner   {
     background-size: contain;
   }


}

@media screen and (max-width: 1442px) {
  .mainmenu .topmenu    {
    position:relative; bottom: auto; left: auto;
  }


#why ul li  {
  height: 480px
}
.ourHolder .text    {
  height: 120px; overflow: hidden;
}
#block_text .right  {
 width :55%; margin-left: 5%
}
#block_text .right div {
 width :85%;
}
#footer .inner  {
  width: 100%;
}
.copyright ul.menu_footer   {
  margin-right: 20px; margin-left: 0px;
}
.navigation {
  top: 180px;
}
#related_posts  {
  width: 98%;
}
.filter {
    margin-left: 2%; width: 8.5%;
}
#source {
  width: 87%;
}

.copyright ul.menu_footer {
  margin-right: 0;
}

.footer-social {
  padding-right: 15px;
  box-sizing: border-box;
}


}

@media screen and (max-width: 1200px){
  .wrap-external-menu ul.nice-menu > li > a {
    padding: 28px 10px;
  }

  #header h1 {
    background-size: 100%;
    margin-top: 10px;
  }

  #header h1 a {
    width: 160px;
  }


}

@media screen and (max-width: 1280px){
  #why ul li{
    height: 400px;
  }
  #why ul li div.title    {
  font-size :42px; line-height: 44px; height: 150px;
}

#documents ul li    {
  width: 30%;
}
.btn_share   {
 display: block; cursor: pointer;
}
.social-media .share    {
  cursor: pointer; background: url(../images/share-back.png) no-repeat left 4px;
}
.social-media   {
  width:auto; background: transparent; padding: 0px; top: 380px;
}
.share_div   {
float:left; background :#fff; padding: 10px; display: none
}
.blueimp-gallery > .title  {
    height:500px;
}
}


@media screen and (max-width: 1024px) {

  .blueimp-gallery > .slides img    {
    padding-left: 52% !important;
  }


.content_index  {
  width: 98%; font-size: 18px; padding: 50px 0 50px;
}
#why .text_whycorrugated    {
 font-size: 18px;
}
#why ul li div.title.words div {
    padding-top: 16px;
}
#why ul li{
    height: 350px;
  }
#why .inner, #latest_news .inner {
  width: 98%;
}
 #why ul li div.title    {
  font-size :30px; line-height: 32px; height: 108px;
}

.content_index h1, .title_index, #latest_news .title, #documents .title{
font-size: 30px;
}
#why img    {
  width: auto; height: 100%;
}
#documents ul li    {
  width: 40%;
}
.detail_wrap    {
  width: 98%
}
#related_posts ul li .text  {
  height: 196px;
}
#related_posts ul li .image.no-image    {
  height: auto
}


.copyright ul.firstrow,
.copyright ul li a,
.label-social {
   font-size: 16px;
}


.wrap-external-menu ul.nice-menu > li > a {
  padding: 28px 6px;
}




}

@media screen and (max-width: 1023px) {
  #header .searchform {
    margin-top: 10px;
    margin-top: 0;
    width :auto;
    background: none;
  }
  #header .searchform input.inputblur {
    position: relative;
    width: 230px;
    margin-left :0px;
    padding: 8px 5px 8px 10px !important;
    border: 1px solid #018eac;
    right :auto;

  }
  #header .searchform:hover input.inputblur {width:230px; margin-left:0px; padding: 13px 5px 10px 10px; border: 1px solid #018eac; right :auto; }
  #header .searchform input.btn_submit{
    display: block;
  }


  .view_all   {
  width :100%;
}
  .filter {
  width: 10%
}
#source {
  width: 75%; margin-left: 5%
}
#source li  {
  width: 100%; text-align: left;
}
#source li a    {
  padding: 1px 0 2px 0 !important;
}

.navigation-top li:last-child a {
  border-right: 0 none;
}



}

@media screen and (max-width: 979px) {

#header h1 {
  position: static;
}

#header .inner {
  padding-bottom: 0;
}

.menu-toggle.btn-main {
  display: block;
}

.menu-toggle {
  position: absolute;
  right: 40px;
  z-index: 9999;
  font-size: 30px;
  text-decoration: none;
  top: 20px;
  color: #57524E;
}

.menu-toggle .fa-close {
  display: none;
}

.menu-toggle.open .fa-close {
  display: block;
  color: #fff;
}

.menu-toggle .fa-bars {
  display: block;
}

.menu-toggle.open .fa-bars {
  display: none;
}

.menu-external-menu-main-container {
  display: none;
}


.wrap-external-menu ul.nice-menu {
    text-align: left;
    position: absolute;
    z-index: 5;
    background: #008eab;
    width: 100%;
    top: 0;
    padding: 50px 30px 40px;
    box-sizing: border-box;
}

.wrap-external-menu ul.nice-menu ul {
    display: block;
    visibility: visible;
    padding-left: 30px;
    box-sizing: border-box;
}

.wrap-external-menu ul.nice-menu li {
  display: block;
  float: left;
  width: 100%;
}

.wrap-external-menu ul.nice-menu > li > a {
  color: #57524e !important;
  padding: 5px;
  box-sizing: border-box;
}

.wrap-external-menu ul.nice-menu > li > ul > li > a {
  padding: 5px;
  box-sizing: border-box;
}

.wrap-external-menu ul.nice-menu > li > ul > li > ul > li > a {
  padding: 5px;
  box-sizing: border-box;
}

.wrap-external-menu ul.nice-menu > li:hover > a::after {
  display: none;
}

.wrap-external-menu ul.nice-menu > li.menu-item-3364 > ul > li {
  text-align: left;
}


.wrap-external-menu ul.nice-menu > li > ul {
  position: static;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 30px;
  min-height: auto;
  box-sizing: border-box;
}

.wrap-external-menu ul.nice-menu > li > ul li {
  display: block;
  width: 100% !important;

box-sizing: border-box;
float: left;
max-width: 100%;
}





}


@media screen and (max-width: 950px) {
  .filter   {
    width: 20%
  }
  #source   {
    width: 65%;
  }


     #container {
      /* width:98%; margin: 0 1%;   */
     }
     .content-wrap  {

     }
     .sidebar   {
       width: 23%
     }
     .featuredcontent, .featuredcontentinsideFreshProduce   {
       width:100% !important; background : transparent !important; height: auto !important
     }
	 .featuredcontentinsideFreshProduce img	{
	 width :100%; }
     h2.latest-news {
       width :100%;
     }
     #header    {
       float: left;
     }
     .topmenu    {
        margin-top: 18px;
     }
     .inputblur {
       width: 70%;
     }
     .searchform {
      clear: both; width:100%
     }


     .searchform input[type="image"]{
        width: 26%; float:right;
     }
     #block_text    {
       height:auto; float:left;
     }
     #block_text .left  {
       min-height: 400px; background-size: contain; width: 38%; margin-left: 2%;
     }
     #block_text .right a   {
       margin-bottom: 20px;
     }


}
@media screen and (max-width: 968px) {
.homeslider .meteor-clip    {
    height: auto !important;
}
.social4i .s4plusone, .social4i .s4twitter {
   width: auto !important;
}
.social4i .s4fblike   {
width :90px !important
}


.social4i   {
  width :100% !important;
}
     .inputblur {
       width: 65%;
     }
     .searchform input[type="image"]{
         height :21px
     }
     .article .story img.resp    {
        width: 100%; height: auto;
     }
     .article .story iframe    {
        width: 100%;
     }
     .maxbutton-3.maxbutton-corrugated-of-course.maxbutton   {
       margin-bottom: 10px;
     }
     .post table    {
       width: 100% !important
     }
     .post table td    {
       width: 25% !important
     }


.copyright ul.firstrow,
.copyright ul li a,
.label-social {
   font-size: 14px;
}

 }
@media screen and (max-width: 800px) {
  #documents ul li    {
  width: 45%;
}
#footer {
  background-repeat: repeat;
}

.blueimp-gallery > .slides > .slide > .slide-content    {
  max-height :60% !important; top: 43% !important
}
.blueimp-gallery > .slides img {
    padding-left: 55% !important;
}



}


@media screen and (max-width: 767px) {
    .ourHolder li   {
      width: 100%; margin-right: 0px !important;
    }
     #documents ul li    {
  width: 98%; margin: 0px 0 20px 0 !important;
}
#documents a    {
  display: inline-block; width: 240px; padding-left :10px; background-position: 204px center;
}
#documents a span   {
 text-align: left;
}
#block_text .left  {
       display: none
}
#block_text .right   {
      width :96%; margin: 0px; padding: 50px 2% 0 2%;
}
#block_text .right div  {
  width: 100%;
}


.copyright ul.firstrow,
.copyright ul.menu_footer,
.footer-social {
  width: 100%;
  text-align: center;
}

.social.footer-social a {
  float: none;
}

.footer-social {
  padding-right: 0;
}


.copyright ul li.contact a {
    padding-left: 0;
}



}

 @media screen and (max-width: 640px) {
    #why ul li  {
      width: 46%; margin-right: 2%; margin-left: 2%;
    }
    #why ul li.last {
      margin-right: 2%;
    }


        .mainmenu  {
       display: none; width:100%;
     }
     .mainmenu ul li    {
       width: 100%;  margin-bottom: 5px;
     }
     .mainmenu .topmenu ul li   {
       padding: 0px; background: none;
     }


     .mainmenu ul li a{
       padding: 0px;
     }
     .social-media  {
       top: 244px;
     }
 #related_posts ul li    {
  width : 100%; margin: 0px !important;
}
.mainmenu ul li.large a {
  font-size: 26px; line-height: 44px;
}
.mainmenu ul    {
  margin-left: 0px;
}
.why_corrugated_op  {
  font-size: 26px; line-height: 30px;
}
.blueimp-gallery > .title span  {
  font-size: 24px !important; line-height: 30px !important;
}
.blueimp-gallery > .title   {
  font-size: 16px !important; line-height :20px !important; height: 233px;
}
.blueimp-gallery > .prev    {
  width :20px !important;
}
.blueimp-gallery > .next    {
  width :20px !important; background-position: right top !important
}


#header .searchform {
  display: none;
}

#menu-extern-top {
    text-align: center;
}

.wrap-top-menu {
  display: block;
}

.navigation-top .sub-menu {
  left: 0;
  right: auto;
  max-width: 300px;
}


 }
@media screen and (max-width: 600px) {
  .filter    span    {
   display: none
  }
   .filter     {
   border:none; width :95%; margin-left: 5%; text-align:left; padding-bottom: 0px;
  }
  .view_all {
    padding-bottom: 5px;
  }


  .mainmenu ul li.large a   {
    width :100%; padding-left: 0px; padding-right: 0px;
  }


  #header h1    {
    width: 35%; background-size: contain;
  }


  ul.sitemap {
    width: 100%; float: left;
  }
  .social4i  {
    float:right; width: 100% !important
  }


  .searchform input[type="image"]   {
    width: 60px;
  }


     .content-wrap  {
       width: 100%
     }
     .sidebar   {
       width: 100%
     }



     .sidebar .twitterhdr h3, .sidebar #execphp-10 h3, .sidebar #execphp-7 h3   {
       float:right; padding-right: 10px;
     }
     .copyright ul.firstrow {
       margin: 0px; width: 100%; text-align: center;
     }


     .copyright ul.menu_footer  {
       margin: 0px; text-align :center; width: 100%
     }
     .copyright ul li  {
      width: 100%;
     }
     .navigation {
       display: none
     }
     .social-media {
    top: 178px;
}
.content_index  {
  padding: 20px 0;
}
#why    {
  padding: 20px 0;
}
#latest_news .title {
  padding-bottom: 0px;
}
#latest_news    {
  padding-bottom: 0px;
}
#documents .title   {
  padding-top: 20px;
}
#documents ul   {
  padding-bottom:   20px;
}
.content_index h1, .title_index, #latest_news .title, #documents .title, .detail_wrap h1, #related_posts .title {
  margin-bottom: 20px; font-size: 24px; line-height :26px;
}
.content_index{
  font-size: 20px; line-height: 26px;
}
#why .text_whycorrugated  {
  font-size: 20px; line-height: 26px; margin-bottom: 40px;
}
.ourHolder  {
  padding: 20px 0
}
/* .detail_wrap h1. #related_posts .title {
 font-size: 24px; line-height :26px;
} */
.article .story {
font-size: 20px; line-height: 26px;
}
.cpp_form #fbuilder .medium   {
  width: 80% !important;
}
.single-article .article .tags a    {
  margin-bottom: 10px; float: right
}


}


@media screen and (max-width: 480px) {
  .blueimp-gallery > .title {
    height: 400px;
}
  #header .inner    {
    padding: 20px 0;
  }


  #why ul li  {
      width: 100%; margin-right: 0%; margin-left: 0%;
    }
    #why ul li.last {
      margin-right: 0;
    }
  .mainmenu .topmenu    {
    bottom: 2%; left: auto; right: 0px;
  }
    .mainmenu .topmenu ul li    {
      padding-left: 0px; padding-right: 0px; background: none;
    }


  .size-large    {
      height: auto;  width :100%;
      }
    #header {
      width:100%;
    }
    /*.menu_resp  {
      float:left; clear :none; margin-top: 10px
    }*/
    .mainmenu   {

    }
    .mainmenu ul    {
      margin-left :0px;
    }
    .mainmenu ul li    {

     }
	 .post-password-form input[type="password"]	{
		width: 150px;
	 }
     .ourHolder li  {
       height: auto
     }
     .ourHolder li .left_side, .ourHolder .right_side  {
      width: 100%; margin-right: 0px !important;
    }
    .ourHolder .right_side  {
      width: 96%; padding: 15px 2% 35px 2% !important;
    }
    #header .searchform{
      margin-top: 20px;
    }


 }


 @media screen and (max-width: 360px) {

.wrap-external-menu ul.nice-menu ul,
.wrap-external-menu ul.nice-menu > li > ul,
.wrap-external-menu ul.nice-menu {
  padding-left: 20px;
}


 }
 
 
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto; 
	}
 




/* responsive*/