@charset utf-8;
/*
Theme Name: Fluid Starter Theme
Theme URI: http://getfluid.com/
Author: Fluid
Author URI: http://getfluid.com/
Description: Framework for Wordpress, built to speed up the process of developing a Wordpress theme. Eliminates the time spent on Wordpress' backend PHP by including what is common to all Wordpress powered Web sites with nothing extra.
Version: 3.0
*/




/* RESET */

.hide {display: none;}
.clear {clear: both;}
.left {float: left;}
.alignleft {float: left;margin: 0 15px 15px 0;}
.right {float: right;}
.alignright {float: right;margin: 0 0 15px 15px;}
.aligncenter {display: block;margin: 0 auto;}
a:focus {outline: none;}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {border : 0px;}
h1, h2, h3, h4, h5, h6 {font-weight: 100;}
h1 {font-size: 27px;}
h2 {font-size: 25px;}
h3 {font-size: 23px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 17px;}





@font-face {
    font-family: 'Doomsday';
    src: url('/wp-content/themes/rmolding/fonts/layarbahtera_-_universal_doomsday_bold.eot');
    src: url('/wp-content/themes/rmolding/fonts/layarbahtera_-_universal_doomsday_bold.eot#iefix') format('embedded-opentype'),
         url('/wp-content/themes/rmolding/fonts/layarbahtera_-_universal_doomsday_bold.woff') format('woff'),
         url('/wp-content/themes/rmolding/fonts/layarbahtera_-_universal_doomsday_bold.ttf') format('truetype'),
         url('/wp-content/themes/rmolding/fonts/layarbahtera_-_universal_doomsday_bold.svg#Doomsday') format('svg');
    font-weight: normal;
    font-style: normal;

}






/* GENERAL STYLES */

html {
	background-color: #FFF;
	color: #333333;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 300;
}

#main {
	background-color: #e9e9e9;
}

.wrap {
	margin: 0 auto;
	position: relative;
	width: 1064px;
}

#content {
	 border-bottom: 15px solid #E75A28; 
	min-height: 200px;
}

a {
	color: #e75a28;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}







/* HEADER */

header {
	background-color: #FFFFFF;
    border-bottom: 5px solid #EE8A1D;
    border-top: 10px solid #E75A28;
    padding: 25px 0 0;
}

header #logo {
	background-image: url(/wp-content/themes/rmolding/images/logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 192px;
}










/* NAVIGATION */

nav {
	margin: 30px 0 0;
}

nav div {
	text-align: center;
}

nav div ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

nav div ul li {
	display: inline-block;
	font-family: 'Doomsday';
	font-size: 16px;
	list-style: none;
	margin: 0 20px;
	position: relative;
	text-transform: uppercase;
}

nav div ul li a {
	border-bottom: 4px solid #FFF;
	color: #808080;
    display: block;
    padding-bottom: 2px;
    text-decoration: none;
}

nav div ul li a:hover {
	border-bottom: 4px solid #EE8A1D;
	text-decoration: none;
}

nav div ul li.current-menu-item a,
nav div ul li.current_page_parent a,
nav div ul li.current-page-ancestor a {
    border-bottom: 4px solid #EE8A1D;
}

nav div ul.sub-menu li.current-menu-item a,
nav div ul.sub-menu li.current_page_parent a,
nav div ul.sub-menu li.current-page-ancestor a {
    border-bottom: none;
}

nav .sub-menu {
	background-color: #FFFFFF;
    border-bottom: 5px solid #EE8A1D;
    display: none;
    left: -34px;
    position: absolute;
    top: 23px;
    padding: 15px;
    width: 250px;
    z-index: 999;
}

nav .sub-menu > li {
	display: block;
	text-align: left;
}

nav .sub-menu > li a {
	display: block;
	font-family: 'Roboto';
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: none;
}

nav .sub-menu > li a,
nav .sub-menu > li a:hover {
	border: none;
}

nav li:hover > .sub-menu {
	display: block;
}










/* HOME */

.home #home-photo {
	border-bottom: 20px solid #EE8A1D;
	border-radius: 0 0 4px 4px;
	display: block;
	margin: 0 auto;
}

.home #intro {
	font-size: 25px;
	font-weight: 300;
    margin-bottom: 50px;
}

.home iframe {
	float: left;
	margin-right: 24px;
}

.home .content-area {
	float: left;
	width: 413px;
}

.home .content-area h1 {
	border-bottom: 4px solid #e75a28;
	color: #e75a28;
	font-family: 'Roboto Condensed';
	font-size: 24px;
	margin-top: 0;
	padding: 0 0 5px;
	text-transform: uppercase;
}

.home #bottom h2 {
	color: #e75a28;
	font-family: 'Roboto Condensed';
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.home #bottom img {
	border-bottom: 4px solid #e75a28;
	border-radius: 4px;
	border-top: 4px solid #e75a28;
	display: block;
}

.home #bottom p {
	font-size: 25px;
	font-weight: 300;
    margin-bottom: 50px;
}








/* ROTATIONAL MOLDING */

.rotate {
	padding: 45px 0;
}

.rotate #img1 {
	float: left;
}

.rotate #img2 {
	float: right;
}

.rotate p.intro-text {
	font-size: 25px;
	font-weight: 300;
}

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

.rotate #advantages {
	border-bottom: 4px solid #E75A28;
    border-top: 4px solid #E75A28;
    float: left;
    padding: 0 30px;
    width: 422px;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate #advantages h1 {
	color: #e75a28;
	font-family: 'Roboto Condensed';
	font-size: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.rotate #advantages ul {
	margin: 0;
	padding: 15px 0;
}

.rotate #advantages ul li {
	font-size: 21px;
	font-weight: 100;
	line-height: 30px;
	list-style: none;
}

.rotate #advantages ul li::before {
	color: #EE8A1D;
	content: "•";
	margin: 0 10px 0 -15px;
}

.rotate .lower {
	margin-top: 45px;
}

.rotate .more-text {
	float: left;
	width: 412px;
}

.rotate .more-text p {
	margin-top: 0;
}

.rotate .more-text .orange-text {
	color: #E75A28;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    line-height: 27px;
    width: 360px;
}

.rotate .img {
	float: left;
}

.rotate .img3 {
	margin: 0 14px 0 30px;
}








/* COMPRESS */

.compress {
	padding: 45px 0;
}

.compress #img1 {
	float: left;
}

.compress #img2 {
	float: right;
}

.compress p.intro-text {
	font-size: 25px;
	font-weight: 300;
}

.compress #advantages {
	border-bottom: 4px solid #E75A28;
    border-top: 4px solid #E75A28;
    float: left;
    margin-right: 15px;
    padding: 0 30px;
    width: 422px;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.compress #advantages h1 {
	color: #e75a28;
	font-family: 'Roboto Condensed';
	font-size: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.compress #advantages ul {
	margin: 0;
	padding: 15px 0;
}

.compress #advantages ul li {
	font-size: 21px;
	font-weight: 100;
	line-height: 30px;
	list-style: none;
}

.compress #advantages ul li::before {
	color: #EE8A1D;
	content: "•";
	margin: 0 10px 0 -15px;
}

.compress iframe {
	float: left;
}

.compress .lower {
	margin-top: 45px;
}

.compress .img {
	float: left;
}

.compress .more-text {
	float: left;
	margin: 0 24px;
	width: 407px;
}

.compress .more-text p {
	margin-top: 0;
}

.compress .more-text .orange-text {
	color: #E75A28;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    line-height: 27px;
}








/* TRASH TEMPLATE */

.trash .mainimage {
	margin: 30px 0 10px;
}

.trash p.introtext {
	border-bottom: 4px solid #E75A28;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.trash section {
	border-bottom: 4px solid #E75A28;
	padding: 30px 0;
}

.trash section:last-of-type {
	margin-bottom: 50px;
}

.trash section img {
	display: block;
	float: left;
	width: 400px;
}

.trash section .info {
float: right;
width: 634px;
}

.trash section .info h1 {
	color: #E75A28;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    margin: -7px 0 10px;
    text-transform: uppercase;
}

.trash section .info .left:first-of-type {
	border-top: 1px solid #BBB;
}

.trash section .info .left {
border-bottom: 1px solid #BBB;
font-size: 18px;
padding: 12px 0;
width: 350px;
}

.trash section .info .right:last-of-type {
	border-bottom: 1px solid #BBB;
}

.trash section .info .right {
	border-top: 1px solid #BBB;
	font-size: 18px;
	padding: 12px 0;
	width: 260px;
}

.trash section .info .cell1 {
	display: inline-block;
	margin-right: 15px;
	width: 215px;
}

.trash section .info .cell2 {
	display: inline-block;
	width: 110px;
}

.trash section .info .cell3 {
	display: inline-block;
	margin-right: 15px;
	width: 100px;
}

.trash section .info .cell4 {
	display: inline-block;
	width: 110px;
}

.trash section .info ul {
	margin: 20px 0;
	padding: 0;
	
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 110px;
	column-count: 2;
	column-gap: 20px;
}

.trash section .info ul li {
	font-size: 18px;
	list-style: none;
	margin-bottom: 7px;
}

.trash section .info ul li::before {
	color: #EE8A1D;
	content: "•";
	margin: 0 5px 0 0;
}

.trash section .info a {
	background-image: url(/wp-content/themes/rmolding/images/pdf.png);
	background-position: right center;
	background-repeat: no-repeat;
    color: #E75A28;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    width: 155px;
}






/* PALLET TEMPLATE */

.pallet .mainimage {
	margin: 30px 0 10px;
}

.pallet p.introtext {
	border-bottom: 4px solid #E75A28;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.pallet section {
	border-bottom: 4px solid #E75A28;
	padding: 30px 0;
}

.pallet section:last-of-type {
	margin-bottom: 50px;
}

.pallet section img {
	display: block;
	float: left;
}

.pallet section .info {
	float: right;
	width: 545px;
}

.pallet section .info h1 {
	color: #E75A28;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    margin: -7px 0 10px;
    text-transform: uppercase;
}

.pallet section .info .left:first-of-type {
	border-top: 1px solid #BBB;
}

.pallet section .info .left {
	border-bottom: 1px solid #BBB;
	font-size: 18px;
	padding: 12px 0;
	width: 240px;
}

.pallet section .info .right:last-of-type {
	border-bottom: 1px solid #BBB;
}

.pallet section .info .right {
	border-top: 1px solid #BBB;
	font-size: 18px;
	padding: 12px 0;
	width: 267px;
}

.pallet section .info .separate {
	border-bottom: 1px solid #BBB;
	margin: 0 0 12px;
    padding: 12px 0 0;
}

.pallet section .info .cell1 {
	display: inline-block;
	margin-right: 15px;
	width: 100px;
}

.pallet section .info .cell2 {
	display: inline-block;
	width: 115px;
}

.pallet section .info .cell3 {
	display: inline-block;
	margin-right: 15px;
	width: 100px;
}

.pallet section .info .cell4 {
	display: inline-block;
	width: 115px;
}

.pallet section .info .cell5 {
	display: inline-block;
	margin-right: 15px;
	width: 120px;
}

.pallet section .info .cell6 {
	display: inline-block;
	width: 100px;
}

.pallet section .info .cell7 {
	display: inline-block;
	margin-right: 15px;
	width: 120px;
}

.pallet section .info .cell8 {
	display: inline-block;
	width: 100px;
}

.pallet section .info ul {
	margin: 20px 0;
	padding: 0;
	
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	/*-webkit-column-gap: 20px;*/
	column-count: 2;
	column-gap: 20px;
}

.pallet section .info ul li {
	font-size: 18px;
	list-style: none;
	margin-bottom: 7px;
}

.pallet section .info ul li::before {
	color: #EE8A1D;
	content: "•";
	margin: 0 5px 0 0;
}

.pallet section .info a {
	background-image: url(/wp-content/themes/rmolding/images/pdf.png);
	background-position: right center;
	background-repeat: no-repeat;
    color: #E75A28;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    width: 155px;
}









/* CONTACT */

.contact {
	padding: 45px 0;
}

.contact iframe {
	box-shadow: 2px 2px 5px 0 #999;
	float: left;
	margin-right: 20px;
}

.contact p {
	float: left;
	font-size: 25px;
	font-weight: 300;
	margin-top: 0;
	width: 518px;
}











/* FOOTER */

footer {
	border-top: 15px solid #EE8A1D;
	color: #808080;
	padding: 20px 0;
}

footer .column {
	float: left;
}

footer .column h3 {
	margin-bottom: 10px;
	font-family: 'Doomsday';
	font-size: 21px;
}

footer .column1 {
	margin-right: 78px;
}

footer .column1 #footer-logo {
	background-image: url(/wp-content/themes/rmolding/images/logo-footer.png);
	background-repeat: no-repeat;
	display: block;
	height: 88px;
	text-indent: -9999px;
	width: 154px;
}

footer .column2 {
	margin-right: 55px;
}

footer .column3 {
	margin-right: 75px;
}

footer small {
	display: inline-block;
	font-size: 10px;
	margin: 65px 0 0;
}

footer .footer-nav {
	display: inline-block;
	margin: 0 0 0 170px;
}

footer .footer-nav div {
	text-align: center;
}

footer .footer-nav div ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

footer .footer-nav div ul li {
	display: inline-block;
	font-size: 12px;
	list-style: none;
}

footer .footer-nav div ul li a {
	color: #808080;
}
/*
     FILE ARCHIVED ON 08:42:30 Nov 11, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:03:13 Feb 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.612
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.053
  esindex: 0.008
  cdx.remote: 63.753
  LoadShardBlock: 690.586 (3)
  PetaboxLoader3.datanode: 720.041 (5)
  PetaboxLoader3.resolve: 140.57 (2)
  load_resource: 360.443
  loaddict: 202.444
*/