/*
Theme Name: wp-pbc-bootstrap
Theme URI: 
Description: Custome Styles for Coffee Cart King
Version: 1.0.1
Author: George Yap
Author URI: 

All rights reserved.
*/

@import url("css/bootstrap.min.css");
@import url("css/font-awesome.min.css");
@font-face {font-family:Franklin; src: url(fonts/FranklinGothicDemiCondRegular.ttf);}
@font-face {font-family:FranklinBook; src:url(fonts/FranklinGothicBook.TTF);}
@font-face {font-family:'RobotoSlabBold'; src: url(fonts/RobotoSlab-Bold.ttf);}
@font-face {font-family:'RobotoSlab'; src: url(fonts/RobotoSlab-Regular.ttf);}

@font-face {font-family:ArtBrush; src: url(fonts/artbrush.ttf);}
@font-face {font-family:HandOfSean; src: url(fonts/Hand_Of_Sean.ttf);}
@font-face {
  font-family: 'GoboldBold';
  src: url('fonts/goboldbold/GoboldBold.eot?#iefix') format('embedded-opentype'),  url('fonts/goboldbold/GoboldBold.woff') format('woff'), url('fonts/goboldbold/GoboldBold.ttf')  format('truetype'), url('fonts/goboldbold/GoboldBold.svg#GoboldBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
	
body {
		background:url(images/background_new_3.png) no-repeat top center fixed; 
		-webkit-background-size:cover; 
		-moz-background-size:cover; 
		-o-background-size:cover; 
		background-size:cover;
		font-family: 'Open Sans', sans-serif;
		list-style:none !important;
		margin:0; 
		padding:0; 
	}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
a:hover, a:focus {text-decoration: none;}
.text-center {text-align: center;}

.modalform {
	text-transform: uppercase;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    background: #5cb85c;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #333;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    max-width: 100%;
    margin: 5px auto 10px;
    line-height: 1.42857143;
    width: auto;
    display: inline-block;
    white-space: normal;
}
.modalform:hover {
    color: #fff;
    background: #6bdf6b;
    text-decoration: none;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
	
/*Header Section*/
header {
	background-color:#fff; 
	height:155px;
	padding: 10px 0 0;
	position:relative;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.logo {
	position:absolute;
	top:14px;
	left:40px;
	z-index:10;
}
.portable-building-cash {
	position:absolute;
	top:10px;
	left:300px;
	z-index:10;
}
.phone-header {
	position:absolute; 
	top:46px; 
	right:40px; 
	z-index:10; 
	-webkit-transition:all 0.6s ease 0s; 
	-moz-transition:all 0.6s ease 0s; 
	-o-transition: all 0.6s ease 0s; 
	transition: all 0.6s ease 0s;
	font-size:30px; 
	text-align: right;
	font-weight:600 !important;
}
.phone-header a.phone{
	color:#000; 
	font-family:'RobotoSlabBold';
	font-size:30px; 
	z-index:10;
}
.phone-header a.phone:hover {
	color:#fff; 
	cursor:pointer;
	text-transform: none;
	text-decoration: none;
}
.header-title {
	position:absolute; 
	top:60px; 
	right:40px; 
	z-index:10; 
}
.header-title h1 {
	color:#553a20;
	font-family:'RobotoSlabBold'; 
	font-size:19px;
	font-weight:bold;
	letter-spacing:1px;
}

/* Header Menu */
.menu-holder {background-color: #f7cc12; border-bottom: 1px solid #492525;}
.menu-holder .container{padding:0;}
.menu-holder .nav-menu{padding-left:0;padding-right:0;}
.nav-menu {padding-top: 5px;}
.nav-menu ul {margin: 0px; padding: 0px;text-align:center;}
.nav-menu ul li {display: inline-block; font-size: 13px; position: relative;}
.nav-menu ul li a {background-color: #492525; color: #fff; font-weight: 600; padding: 6px 24px 8px; display: block; border-radius: 15px 15px 0 0; border: 1px solid #492525; border-bottom: none;}
.nav-menu ul li a:hover {background-color: #ffffff; color: #f7cc12; text-decoration: none;}

.page-id-751 .content-bottom{
	display: none;
}
.page-id-1360 .rightcol {
  max-width: 1102px;
}
.page-id-11 .rightcol {
    max-width: 1020px;
}
.page-id-2967 .rightcol ol {
	counter-reset: item
}
.page-id-2967 .rightcol ol li {
    background-image: none;
    padding-left: 0px;
    list-style: inherit;
	display: block;
	position: relative;
}
.page-id-2967 .rightcol ol li:before { content: counters(item, ".") " "; counter-increment: item;font-weight: bold;}
.page-id-2967 .rightcol ol li.lower-alpha ol{counter-reset: list;position: relative;margin-left: 5px;}
.page-id-2967 .rightcol ol li.lower-alpha li:before{
    counter-increment: list;
    content:  "("counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
	font-weight:normal;
    left: -1.6em;}
.page-id-2967 .rightcol ol > li > ol > li > ol {counter-reset: list;position: relative;margin-left: 20px; }
.page-id-2967 .rightcol ol > li > ol > li > ol > li:before {
    counter-increment: list;
    content:  "("counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
	font-weight:normal;
    left: -1.6em;
}

/* Banner */
.banner {background-color: #fff;}
.banner h2 {color: #f7cc12; font-family: 'RobotoSlabBold'; font-size: 16px; text-align: center; margin-bottom: 5px;}

/* Locations */
.locations {background-color: #deb507; padding-top: 16px; padding-bottom: 16px;display:none;}
.locations h2 {font-family: 'GoboldBold'; font-size: 35px; color: #fff; line-height: 1.25; text-transform: uppercase; text-align: center;}

/*Form Section*/
.form-section {}
.form-section .form-left {background-image: url(images/form-img.jpg); background-repeat: no-repeat; background-size: cover; height: 300px;}
.form-section .form-right {padding-top: 5px; padding-bottom: 5px;}
.form-section form {padding: 0 7px;}
.form-control {font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 0 !important;
    margin-bottom: 3px;
    border: 1px solid #555 !important;
    height: 24px;}
select.form-control {padding: 0 12px;}
.form-control::placeholder {color: #636363;}
.form-section .btn {border-radius: 25px; padding: 6px 24px; text-transform: uppercase;}
.formbox {background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFE2A8)); background: -webkit-linear-gradient(top, #FFE2A8, #FFFFFF); background: -moz-linear-gradient(top, #FFE2A8, #FFFFFF); background: -ms-linear-gradient(top, #FFE2A8, #FFFFFF); background: -o-linear-gradient(top, #FFE2A8, #FFFFFF); border:3px dashed #D2A54A; margin:20px auto; padding:10px 20px 0;}
.formbox p {color:#a00;	font-family:Tahoma, Geneva, sans-serif !important; font-size:16px; font-weight:600; line-height:20px; margin-bottom:10px; text-align:center;}    
.formbox-input, .formbox-select {border:1px solid #ccc !important; border-radius:0 !important; height:25px; margin-top:3px; margin-bottom:8px; padding:5px; width:100%;}
.formbox-select {padding:3px !important;}
.label-text {font-size:13px !important;}
.boxform {margin-bottom:-2px !important;}
.form, .form-footer {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFCD)); 
	background: -webkit-linear-gradient(top, #FFFFCD, #FFFFFF); 
	background: -moz-linear-gradient(top, #FFFFCD, #FFFFFF); 
	background: -ms-linear-gradient(top, #FFFFCD, #FFFFFF); 
	background: -o-linear-gradient(top, #FFFFCD, #FFFFFF);
	border:2px dashed #730b0a; 
	margin:90px auto 0; 
    position:relative; 
	padding:20px;
}
.form-footer {margin-top:20px !important;}	
.form-content {
	position:absolute; 
	top:20px; 
	left:40px; 
	width:680px;
}
.form-content h1 {
	font-family:'RobotoSlabBold'; 
	font-size:30px; 
	color:#990f0f !important;  
	margin-bottom:5px;
}
.form-content p {font-size:12px;}
.form-box {
	position:absolute; 
	top:195px; 
	left:40px; 
	width:500px; 
	padding:0 0 0 70px;
}
.padlock {
	position:absolute; 
	bottom:20px; 
	left:40px; 
	padding:0; 
	z-index:10;
}
.portable-with-cash {
	position:absolute; 
	top:30px; 
	right:15px; 
	padding:0; 
	z-index:10;
}
.guy-smiling {
	position:absolute; 
	bottom:0; 
	right:0; 
	padding:0; 
	z-index:15;
}
.watch-a-free-online-video {
	position:absolute; 
	top:20px; 
	right:230px; 
	padding:0; 
	z-index:20;
}
.amazing-business-opportunities {
	position:absolute; 
	top:-8px; 
	right:-16px; 
	padding:0; 
	z-index:25;
}
	
.as-seen-on {margin-top:10px;}
.as-seen-on h3 {font-size:16px; font-weight:bold;}

/*Content Section*/
.content, .content-address {
  	padding:0;
  	background-color: #fff;
}
.content-address {
	border-radius:0 0 8px 8px !important;
    margin-top:0 !important;
}
.rightcol {
	padding:30px 30px 15px;
    margin: 0 auto;
}
.rightcol h1 {
	color: #f7cc12;
	font-family:'RobotoSlabBold'; 
	font-size:30px; 
	font-weight:bold;
	line-height:1.25; 
	margin-bottom:15px; 
	text-align:center;
}
.rightcol h2 {
	color: #000;
	font-family:'RobotoSlabBold'; 
	font-size:25px;
	line-height:1.25; 
	margin-bottom:20px; 
	text-align:center;
	text-transform: uppercase;
}

.rightcol h3 {
	color:#CB0303;
	font-family:'Open Sans', sans-serif;
	font-size:25px;
	font-weight: 600;
	line-height:24px;
	margin-top:20px; 
	margin-bottom:20px; 
	text-align: center;
}
.rightcol h3 span {
	color: #1b1b1b;
}
	
.rightcol h4 {
	color:#000;
	font-family:'RobotoSlabBold';  
	font-size:18px; 
	font-weight:580;
	line-height:24px;
	margin-bottom:25px; 	
}
	
.rightcol p {
	font-size:14px; 
	line-height:18px; 
	margin-bottom:10px;
}
.rightcol ul {
	margin-left:-20px;
	list-style: none;
}
.rightcol li {
	font-size:14px; 
	margin-bottom:8px;
	padding-left: 20px; 
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left;
}
.rightcol ol {margin-left:-20px;}
.rightcol ol li  {list-style:decimal outside; }
.rightcol li {
	font-size:14px; 
	margin-bottom:8px; 
}
	
.content-address .rightcol li {margin-left:-20px !important;} 

.rightcol #gallry1 #gallery-1 .gallery-item { width: 25% !important; }

.trailer-content {
	padding: 45px 0;
}
.trailer-content-inner {
    margin-bottom: 50px;
    padding-bottom: 30px;
    background-image: url(images/divider-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.trailer-content-inner:last-child {
    background: none;
    margin: 0;
    padding: 0;
}
.trailer-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.trailer-content .text-center {
	margin-top: 15px;
}
.trailer-content p {
	font-size: 16px;
	color: #000;
	margin-top: 15px;
}
.trailer-content p span {
	text-align: center;
	font-style: italic;
	font-size: 13px;
}
.trailer-content h3 {
	margin-top: 100px;
}

/* Trailer Page Template */
.page-trailer {
	padding: 0;
}
.page-trailer .rightcol {
	padding: 0;
}
.trailer-product-top {
	padding: 60px 45px;
}
.trailer-product-mid {
	padding: 0;
}
.trailer-product-bottom {
	padding: 60px 45px;
}
.trailer-product-page h3 {
	font-family:'RobotoSlabBold'; 
	text-align: left;
}
.trailer-product-page img {
	max-width: 100%;
}
.trailer-product-bottom-content {
	padding-left: 60px;
}
.product-filter {
	position: relative;
	display: block;
	margin-top: 50px;
	min-height: 290px;
}
.product-filter ul.tabs li {
	background: none;
	padding: 0;
	border-radius: 0;
}
.product-filter ul.tabs li.selected a {
	color: #f7cc12;
	background: #fff;
	border-bottom: 1px solid #f7cc12 !important;
	border: none;
	border-radius: 0;
}
.product-filter ul.tabs li a {
	color: #fff;
	font-family:'RobotoSlabBold'; 
	font-size:25px;
	text-transform: uppercase;
	background: #000;
	border: none;
	padding: 15px 50px;
	border-bottom: 1px solid #000;
	border-radius: 0;
}
.product-filter ul.tabs li a:hover {
	background: #000;
	border: none !important;
	color: #fff;
}
.product-filter .tabcontents {
	border: none;
}
.product-filter ul.tabs li.selected a:hover {
	color: #f7cc12;
}

/* Optional Page */
.page-id-2585 .rightcol h2 {
	font-size: 30px;
}

.page-id-2585 .rightcol h4 {
    color: #ed1b24;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
.page-id-2585 .rightcol .wp-container-4 a{
    font-size: 20px;
}


/*Footer Section*/
footer {
	padding-top: 40px;
	padding-bottom: 40px;
   	font-size:13px; 
	text-align:center;
}
.footernav {margin-bottom:10px;}
.footernav a {
	color:#000; 
	padding:0 15px;
	text-decoration:none;  
	-webkit-transition:all 0.6s ease 0s; 
	-moz-transition:all 0.6s ease 0s; 
	-o-transition: all 0.6s ease 0s; 
	transition: all 0.6s ease 0s;
}
.footernav a:hover {color:#FFCC00;} 
.copyright p {
	font-size:13px; 
	text-align:center;
}
.copyright a {
	color:#000;
    text-decoration:none; 
	-webkit-transition:all 0.6s ease 0s; 
	-moz-transition:all 0.6s ease 0s; 
	-o-transition: all 0.6s ease 0s; 
	transition: all 0.6s ease 0s;
}
.copyright a:hover {color:#ea2627;}

/*Misc*/
.clearfix, .clear {clear:both;}
.highlight {
		background-color:#ffff00; 
		padding:1px 3px;
	}
	.widgettitle {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d0b0b), to(#ea2627)); 
		background: -webkit-linear-gradient(top, #ea2627, #7d0b0b); 
		background: -moz-linear-gradient(top, #ea2627, #7d0b0b); 
		background: -ms-linear-gradient(top, #ea2627, #7d0b0b); 
		background: -o-linear-gradient(top, #ea2627, #7d0b0b); 
		color:#fff; 
		font-family:'RobotoSlabBold'!Important; 
		font-size:20px; 
		font-weight:600;
		margin-bottom:10px; 
		padding:5px 0; 
		text-align:center; 	
	}
	.center-block {
		margin:0 auto; 
		display:block;
	}
	.video {
		display:block; 
		margin:10px auto 20px;
		width:560px; 
	}
	.dotted {
		clear:both;
		border-bottom:1px dotted #ccc; 
		height:15px; 
		margin-bottom:15px; 	
	}
	.left, .right{
		float:left; 
		margin-right:10px;
	}
	.right {float:right; }
.top-input, .top-textarea, .top-select {  
		border:1px #ccc solid; 
		height:20px; 
		padding:0 0 0 5px; 
		width:230px;
	}
	.top-select {
		height:25px;
		padding:1px 0 1px 5px; 
		width:192px; 
	}	
	.top-textarea { margin-top:8px;}
.next-step {
		border:2px dashed #336699;
	        margin:20px 0;
        	padding:10px 10px 5px; 
        }
	.next-step h4 {
		color:#CB0303;
		font-weight:700;
	}
	.watch-video-below {
		color:#F00; 
		font-family:HandOfSean; 
		font-size:22px; 
		font-weight:normal;
		text-align:center; 
	}


.text-cap {text-transform: capitalize;}

/*Step 3 Page*/
.step3-video { 
	    margin:10px 0 20px;
    	text-align:center;
	}
	.step3-video h3 {
		color:#ff0000; 
		font-family:Tahoma, Geneva, sans-serif; 
		font-size:18px; 
		font-weight:600;
		letter-spacing:1px;
		margin-bottom:10px;
	}
	.step3-video p {margin-top:10px;}
.step3-form {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFE2A8)); 
		background: -webkit-linear-gradient(top, #FFE2A8, #FFFFFF); 
		background: -moz-linear-gradient(top, #FFE2A8, #FFFFFF); 
		background: -ms-linear-gradient(top, #FFE2A8, #FFFFFF); 
		background: -o-linear-gradient(top, #FFE2A8, #FFFFFF); 
		border:3px dashed #D2A54A;  
		margin-top:20px; 
		margin-bottom:20px;
		padding:20px 40px; 
		position:relative;
	}
	.step3-headline h1, .step3-headline h3 { 
		color:#CB0303; 
		font-family:Impact;
		font-size:32px; 
		text-align:center;
	} 
	.step3-headline h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:26px; 
	}
	.step3-content {margin-top:15px;}
.step3-box-title {
		background-color:#336799; 
	    color:#FFF; 
    	font-family:Tahoma, Geneva, sans-serif; 
		font-size:26px; 
		font-weight:bold; 
		margin-top:10px; 
		margin-bottom:10px;
		padding:5px 0;
		text-align:center;	 
	}
	.step3-box p {
		font-size:13px; 
		line-height:15px;
	}
	.form-input {
		border:1px solid #ccc !important; 
		border-radius:0 !important;
		margin-top:3px; 
		margin-bottom:8px; 
		padding:5px; 
		width:100%; 
	}
	.step3-content label {
		font-size:13px; 
		font-weight:normal; 
		margin-bottom:5px;
	}
	.small-text {
		font-family: "Times New Roman", Times, serif; 
		font-size:10px; 
		font-style:italic; 
		margin-top:10px;
	}
	.required {
		font-family: "Times New Roman", Times, serif; 
		font-size:11px; 
		font-weight:600;
		padding:0; 
		position:absolute; 
		bottom:-25px; 
		left:20px; 
		z-index:50;
	}
	
.btn-modal,.pi_cancel_request_form,.pi-cancel-request-submit-button
{
	    border-top-width: 1px;
        border-right-width-value: 1px;
        border-bottom-width: 1px;
        border-left-width-value: 1px;
        border-top-style: solid;
        border-right-style-value: solid;
        border-bottom-style: solid;
        border-left-style-value: solid;
        border-top-color:#EDBB00;
        border-right-color-value:#EDBB00;
        border-bottom-color:#EDBB00;
        border-left-color-value:#EDBB00;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        color: #000000;
        text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
        background-color: #FDCA00;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding-top:10px;
        padding-right:15px;
        padding-bottom:10px;
        padding-left:15px;
        margin-top: 10px;
        text-align: center;
        vertical-align: middle;
        font-size:18px;
        width:60%;
        border:1px solid #EDBB00 !important;
    }
    
.btn-modal:hover,.pi_cancel_request_form:hover,.pi-cancel-request-submit-button:hover
{
	  border-top-width: 1px;
    border-right-width-value: 1px;
    border-bottom-width: 1px;
    border-left-width-value: 1px;
    border-top-style: solid;
    border-right-style-value: solid;
    border-bottom-style: solid;
    border-left-style-value: solid;
    border-top-color: #2f5bb7;
    border-right-color-value: #2f5bb7;
    border-bottom-color: #2f5bb7;
    border-left-color-value: #2f5bb7;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    color: #000000;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
    background-color:#EDBB00;
}
  
.modal-body {
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFE2A8)); 
        background: -webkit-linear-gradient(top, #FFE2A8, #FFFFFF); 
        background: -moz-linear-gradient(top, #FFE2A8, #FFFFFF); 
        background: -ms-linear-gradient(top, #FFE2A8, #FFFFFF); 
        background: -o-linear-gradient(top, #FFE2A8, #FFFFFF);}
        
.modal-body h3 {
	    font-size:20px !important;
        font-weight:700 !important;
        color:#d80000;
        margin-bottom:15px;
        font-family:Tahoma, Geneva, sans-serif; 
    }
    
.modal-body p {}

.modal-body .label-text {font-size:12px !important; text-align:left !important;}

/*Light Page*/

.bg-light {
		background:url(images/light.jpg) no-repeat top center;
		-webkit-background-size:cover; 
		-moz-background-size:cover; 
		-o-background-size:cover; 
		background-size:cover;  
	}
	
.light-video { 
	    margin:10px 0 20px;
    	text-align:center;
	}
	
.light-video h3 {
		color:#fff; 
		font-family:FranklinBook; 
		font-size:24px; 
		font-weight:600;
		letter-spacing:1px;
		margin-bottom:10px;
	}
	.light-video img {
		margin-top:20px !important;
		margin-bottom:20px !important;
	}
	
.light-form {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFDD75)); 
		background: -webkit-linear-gradient(top, #FFDD75, #FFFFFF); 
		background: -moz-linear-gradient(top, #FFDD75, #FFFFFF); 
		background: -ms-linear-gradient(top, #FFDD75, #FFFFFF); 
		background: -o-linear-gradient(top, #FFDD75, #FFFFFF); 
		border:1px solid #D2AE34;  
		margin-top:20px; 
		padding:20px 40px; 
		position:relative;
	}
	
.light-headline h1, .light-headline h3 { 
		color:#0759A7; 
		font-family:Impact;
		font-size:40px; 
		text-align:center;
	} 
	.light-headline h3 {
		font-family:FranklinBook; 
		font-size:34px;
		color:#B20000 !important; 
	}
	
.light-content {margin-top:15px;}

.light-box-title {
		background-color:#0859A8; 
	     color:#FFF; 
     	font-family:Tahoma, Geneva, sans-serif; 
		font-size:26px; 
		font-weight:bold; 
		margin-top:10px; 
		margin-bottom:10px;
		padding:5px 0;
		text-align:center;	 
	}
	.light-box p {
		font-size:13px; 
		line-height:15px;
	}
	.form-input {
		border:1px solid #ccc !important; 
		border-radius:0 !important;
		margin-top:3px; 
		margin-bottom:5px; 
		padding:3px 5px; 
		width:100%; 
	}
	
.form-select {
		border:1px solid #ccc !important; 
		border-radius:0 !important;
		margin-top:3px; 
		margin-bottom:10px; 
		padding:5px 5px; 
		width:100%; 
	}
	

.light-content label {
		font-size:13px; 
		font-weight:normal; 
		margin-bottom:5px;
	}
	
.small-text {
		font-family: "Times New Roman", Times, serif; 
		font-size:10px; 
		font-style:italic; 
		margin-top:10px;
	}
	
.tickbox {line-height:15px !important;}

.required {
		font-family: "Times New Roman", Times, serif; 
		font-size:11px; 
		font-weight:600;
		padding:0; 
		position:absolute; 
		bottom:-25px; 
		left:20px; 
		z-index:50;
	}
	
.light-shadow {background:url(images/light-shadow.png) no-repeat top center; height:80px;}

.footer-light p {
		font-size:14px; 
		text-align:center;
		color:#fff !important; 
	}
	.footer-light a {
		color:#fff; 
	        font-weight:normal;
        	text-decoration:none; 
		-webkit-transition:all 0.6s ease 0s; 
		-moz-transition:all 0.6s ease 0s; 
		-o-transition: all 0.6s ease 0s; 
		transition: all 0.6s ease 0s;
	}
	.footer-light a:hover {color:#ea2627;}

/*Address 2*/

.bg-address2 {
		background:#458AFF url(images/address2-bg2.jpg) repeat-x top !important; 
		margin-top:10px;
	}
	.address2 h2 {
		font-family:Tahoma, Geneva, sans-serif; 
		font-size:26px; 
		font-weight:800;
		line-height:32px; 
		margin-bottom:15px; 
		text-align:center;
	}
	.content-address2 {background-color:#FFF; /*border:1px solid #f9f9f9;*/ padding:20px 20px 40px; 
	-webkit-box-shadow: 0px 0px 10px 5px #b1b1b1;
	-moz-box-shadow: 0px 0px 10px 5px #b1b1b1;
box-shadow: 0px 0px 10px 5px #b1b1b1;
}
.content-address2 h1 {font-family:Tahoma, Geneva, sans-serif; font-weight:800; margin-bottom:15px; text-align:center;}
.content-address2 h3 {font-size:22px; margin-bottom:15px; text-align:center;}
.content-address2 h4 {font-size:18px; margin-bottom:15px; text-align:center;}
.content-address2 ul {margin-bottom:20px;}
.content-address2 li {list-style:none !important; margin-bottom:10px;}
.content-address2 .red {color:#F00 !important;}
.content-address2 .btn-modal {width:auto;}
.content-address2-formbox {border:3px dashed #D2A54A; padding:10px 15px 20px;}
.content-address2-formbox-input {border:1px solid #ccc !important; border-radius:0 !important; margin-top:3px; margin-bottom:5px; padding:5px; width:100%; }
.footer-address2 p {font-size:14px; text-align:center;}
.footer-address2 a {color:#000;  font-weight:normal; text-decoration:none; -webkit-transition:all 0.6s ease 0s; -moz-transition:all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s;}
.footer-address2 a:hover {color:#FFCC00;}
.display-blk-lg {display:block;}
.postal1 {background-color:#ffff00; border:1px solid #ff0000 !important;}

/*Buttons*/
.btn-warning a, a.btn-warning {color:#fff !important; font-weight:normal !important;}

/* Modal Form */
#pum-2181 {
	background-color: rgba( 0, 0, 0, .4 );
}
#pum-2181 h2 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: normal;
    color: #dc1f26;
    text-align: center;
    line-height: 1.25;
}
#pum-2181 .form-control {
	border-radius: 0;
    margin-bottom: 8px;
}
button.pum-close.popmake-close {
    top: 10px !important;
    right: 10px !important;
    background: #000 !important;
    height: 25px !important;
    width: 25px !important;
    border-radius: 25px;
    line-height: 1 !important;
    padding: 0 !important;
}

/*New Form Layout*/
.new_form_content {padding:0 10px;}
.new_form_content h1 {color:#ea2627;  font-family:'RobotoSlabBold';  font-size:26px; margin-bottom:5px; text-align:center;}
.new_form_content P {font-size:13px;}
.new_form_content .form-control {margin-bottom:10px !important;}
.new_form_content .new-form-control  {border:1px solid #cbcbf6; border-radius:0 !important; height:25px; margin-bottom:20px !important; padding:2px 2px 2px 5px; width:100%;}
.new_form_content_lock {font-size:9px; text-align:center;}
.new_form_content_lock .fa-lock {color:#E3C836; padding-right:3px;}
.new_form_content .submit {font-size:10px; font-weight:bold; text-align:center; text-transform:uppercase; }
.new-form-control option {
	    color: #999 !important;
    }
    
.img_left {float:left; margin-right:20px; margin-bottom:20px;}
.img_right {float:right; margin-left:20px; margin-bottom:20px;}

.table > thead:first-child > tr:first-child > th {border-top-color:#000 !important;}
.table > thead:first-child > tr:first-child > th {background-color:#5cb85c; color:#fff !important;}
.table-bordered {border-color:#000 !important;}
.table > thead:first-child > tr:first-child > th {border-color:#000 !important; border-bottom-color:transparent !important;}
.table-bordered > tbody > tr > td {background-color:#fff; border-color:#000 !important; text-transform:capitalize !important;}
.table-bordered .fa-check-square-o {color:#5cb85c;}

#fancybox-title { display: none!important; }
.photo_gallery_box {clear:both; margin:50px 0;  padding-top:30px; padding-bottom:30px; -webkit-box-shadow: 0 8px 6px -6px #333; -moz-box-shadow: 0 8px 6px -6px #333; box-shadow: 0 8px 6px -6px #333;}
.photo_gallery_box {background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#FFFFCD));background: -webkit-linear-gradient(top, #FFFFCD, #FFFFFF); background: -moz-linear-gradient(top, #FFFFCD, #FFFFFF); background: -ms-linear-gradient(top, #FFFFCD, #FFFFFF); background: -o-linear-gradient(top, #FFFFCD, #FFFFFF);}
.photo_gallery_box p {font-family:'RobotoSlab'; line-height:150%; margin-bottom:10px;}
.photo_gallery_box img {border:6px solid #fff; /*-webkit-box-shadow: 0 8px 6px -6px #333; -moz-box-shadow: 0 8px 6px -6px #333; box-shadow: 0 8px 6px -6px #333;*/ margin-bottom:20px;}
.photo_gallery_box a[title]{ color:#000 !important;}
.alert .alert-danger {color:#000 !important;}
.turnkey_gallery_box {margin-bottom:10px;}
.sitemap {margin-bottom:5px; margin-left:-40px;}
.sitemap h4 {margin-bottom:10px; text-align:center; text-transform:uppercase;}
.sitemap ul {padding: 0;}
.sitemap li {display:inline-block; list-style:none; margin-bottom:10px; padding:0 8px;}
.sitemap li a {color:#1b1b1b;}
.sitemap li a:hover {color:#f7cc12; text-decoration:none;}
.fa-check {color:#5cb85c;}

.tpackage {max-width: 80%; margin: 0 auto; background: rgb(113,18,18); background: linear-gradient(180deg, rgba(113,18,18,1) 0%, rgba(212,11,11,1) 60%, rgba(113,18,18,1) 100%);padding: 40px;}
.tpackage table {width: 100%; background: #fff; border: 5px solid #111; font-family: 'Montserrat', sans-serif; color: #000;}
.tpackage tr {border: 1px solid #111;}
.tpackage td, .tpackage th {border: 1px solid #111; font-size: 14px; font-weight: 500;}
.tpackage th {padding: 10px;}
.tpackage td {padding: 5px 10px;}
.tpackage h2 {font-size: 30px;}
.tpackage img {max-width: 54px;}
.tpackage .tsilver h2, .tpackage .tsilver .fa {color: #8e8e8e;}
.tpackage .tgold h2, .tpackage .tgold .fa {color: #dbb242;}
.tpackage .tplatinum h2, .tpackage .tplatinum .fa {color: #334460;}
.tpackage .semibold {font-weight: 600;}

/* Media Queries */
@media (min-width: 1200px) { 
	
}

@media (min-width: 980px) and (max-width: 1199px) {
	.header-title {right:40px;}
	.header-title h1 {font-size:28px;}
.form, .form-footer {height:400px;}
.form-content {width:450px;}
.form-box {top:180px; left:30px;}
.portable-with-cash {top:120px; right:120px;}
.portable-with-cash img {width:90%;}
.guy-smiling img {width:90%;}
.watch-a-free-online-video {top:50px; right:200px;}
.watch-a-free-online-video img {width:80%;}
.form, .form-footer {height:auto;}
}

@media (min-width: 768px) and (max-width: 979px) {
	header {height:auto; padding-bottom:30px;}
	.logo, .portable-building-cash, .phone-header, .header-title {position:static;}
.logo, .header-title {margin-bottom:10px;}
.phone-header {text-align:center;}
.header-title h1 {
		font-size:28px !important; 
		text-align:center;
	}
.form-section {height:auto !important;}
.form, .form-footer {margin-top:20px; padding-left:10px;}
.form-content {width:400px; left:20px;}
.form-content h1 {font-size:26px;}
.form-content p {font-size:12px;}
.formbox {top:180px; left:20px;}
.portable-with-cash {top:20px; right:-60px;}
.portable-with-cash img {width:60%;}
.guy-smiling {right:-30px;}
.guy-smiling img {width:80%;}
.watch-a-free-online-video {top:200px; right:80px;}
.watch-a-free-online-video img {width:60%;}
.top-input, .top-textarea, .top-select { width:200px;}
.content {background:transparent !important;}
.leftcol {
		background:transparent !important; 
		padding:10px;
	}
	.leftcol li {
		margin-bottom:5px;
		text-align:center; 
	}
	.leftcol li a {
		background-color:#FFF; 
		color:#000; 
		display:block; 
		padding:5px 0; 
		-webkit-transition:all 0.6s ease 0s; 
		-moz-transition:all 0.6s ease 0s; 
		-o-transition: all 0.6s ease 0s; 
		transition: all 0.6s ease 0s;
	}
	.leftcol li a:hover {
		background-color:#FFCC00; 
		color:#000;
	}
	.rightcol {
		background: url(images/rightcol-bg.png) repeat; 
		padding:10px 15px;
	}
}
/*WooCommerce*/
.woocommerce .rightcol li {
    list-style: decimal outside;
    background-image: none;
    padding-left: 0px;
}
.woocommerce-checkout #payment ul.payment_methods li{
    background-image: none;
    padding: 1em 2em 1em 3.5em;
}
.woocommerce ul.products li.product a img {
    margin: 0px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0.2em 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 0.2em;
}
.woocommerce ul.products li {
    text-align: center;
}
.woocommerce .date-time-picker {
    width: 50%;
    float: left;
}
.woocommerce .date-time-picker .pick-up-date-picker,.woocommerce  .date-time-picker .drop-off-date-picker {
    width: 100%;
}
.woocommerce .rnb-component-wrapper {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0.2em;
}
.woocommerce .cart.rnb-cart {
    margin-top: 10px;
}
.woocommerce .cart h5 {
    margin-bottom: 7px;
}
.woocommerce form.cart .redq_add_to_cart_button {
    margin-top: 5px !important;
}
.woocommerce .cart.rnb-cart label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 700;
}
.woocommerce div.product form.cart {
    margin-bottom: 0.2em;
}
.rightcol .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0px;
    border: none;
    background-color: transparent;
    margin-left: 10px;
}
.rightcol .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.5em;
}
.woocommerce-Tabs-panel h2{
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
	display:none;
}
.price-showing .range-days{
	display:none;
}
.rightcol .woocommerce div.product div.images {
    margin-bottom: 10px;
}
.rightcol .woocommerce-tabs.wc-tabs-wrapper {
    position: relative;
    margin: 10px 0;
}
.rightcol .woocommerce div.product .woocommerce-tabs .panel{
    padding: 10px 20px 0px;
}
.rightcol .item-arrtributes ul, .item-extras ul {
    margin-left: -20px !important;
}
.woocommerce ul.order_details li,.woocommerce-MyAccount-navigation li,.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
    background-image: none;
}
.pi-corw-container .mt-5 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.pi-corw-container table{
    width:100%;
}
.pi-corw-container th {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    padding: 0.5em 0em;
}
.pi-corw-container label{
    font-weight: none;
    margin-bottom: 0px;
}
.pi-corw-container .mb-10 {
    margin-bottom: 0px;
}
.rnb-cart .date-time-picker .pick-up-time-picker,.rnb-cart .date-time-picker .drop-off-time-picker {
    width: 50%;
    margin-top: 5px;
}
.date-time-picker h5{
	display:none;
}
.wc_payment_method label[for=payment_method_eway]{
	display:block;
}
#eway-secure-field-card, #eway-secure-field-name,
#eway-secure-field-expiry, #eway-secure-field-cvn{
	height:25px !important;
}
#wc-eway-credit-card-fields .form-row.form-row-wide,
#wc-eway-credit-card-fields .form-row.form-row-first,
#wc-eway-credit-card-fields .form-row.form-row-last{
    padding: 3px !important;
    margin: 0 0 6px !important;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox{
    margin: 7px 8px 0 !important;
}
.woocommerce-terms-and-conditions-wrapper label.checkbox{
    padding-left: 0px !important;
}

@media only screen and (max-width: 979px) {
	.trailer-content h3 {margin-top: 20px;}
	.locations h2 {font-size: 26px;}
}

@media only screen and (max-width: 767px) {
	header {height:auto; padding-bottom:0;}
	.logo, .portable-building-cash, .phone-header, .header-title {position:static;}
	.logo, .header-title {margin-bottom:10px;}
	.phone-header {text-align:left; display:none;}
	.header-title h1 {font-size:28px !important; text-align:center;}

	.navbar-toggle {background: #000;}
	.navbar-header {position: absolute; top: -45px; right: 15px;}
	.navbar-toggle .icon-bar {height: 3px; background: #fff;}
	.nav-menu {position: absolute; top: 8px; width: 94%; z-index: 999;}
	.nav-menu ul li {display: block; text-align: left; border-bottom: 1px solid #000;}
	.nav-menu ul li:last-child {border-bottom: none;}

	.form-section {height:auto !important; margin-bottom:0;}
	.form, .form-footer {padding:20px 20px; height:auto; margin-top:0;}
	.form-content {width:100%; position:static;}
	.form-content h1 {font-size:30px; text-align:center;}
	.form-content p {font-size:14px;}
	.form-box {background:none !important; position:static; width:auto; padding-left:0; }
	.guy-smiling, .amazing-business-opportunities {display:none;}
	.watch-a-free-online-video {position:static; margin-top:-180px; margin-bottom:30px;}
	.watch-a-free-online-video img {width:40%;}
	.portable-with-cash {position:static;}
	.padlock {position:static;}
	.content {background:transparent !important;}
	.leftcol {background:transparent !important; padding:10px;}
	.leftcol li {margin-bottom:5px;	text-align:center;}
	.leftcol li a {background-color:#FFF; color:#000; display:block; padding:5px 0;	-webkit-transition:all 0.6s ease 0s; -moz-transition:all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s;}
	.leftcol li a:hover {background-color:#FFCC00; color:#000;}
	.rightcol {
		background: url(images/rightcol-bg.png) repeat; 
		border-radius: 0 !important;
		padding:10px 15px;
	}
	.footernav a {
		background-color:#FFF; 
		display:block !important; 
		margin-bottom:5px; 
		padding:5px 0; 
		-webkit-transition:all 0.6s ease 0s; 
		-moz-transition:all 0.6s ease 0s; 
		-o-transition: all 0.6s ease 0s; 
		transition: all 0.6s ease 0s;
	}
	.footernav a:hover {
		background-color:#FFCC00;
		color:#000;
	}
	.video {
		width:100% !important; 
		height:100% !important;
	}
	.top-input {width:100%;}
	.display-block {display:block;}
	.tpackage {
	    padding: 5px;
	}
	.tpackage h2 {
	    font-size: 21px;
	}
	.tpackage th {
	    padding: 5px;
	}
	.tpackage td, .tpackage th {
	    font-size: 14px;
	}
	.nav-menu ul li a {
		border-radius: 0;
	}
}

@media (max-width: 480px) {	
	.logo, .header-title {
		width: 80%;
	}
	.form-section {margin-bottom:10px; padding:10px !important;}
	.form, .form-footer {padding:20px 20px; height:auto;}
.form-content {width:auto; position:static;}
.form-content h1 {font-size:22px; text-align:center;}
.form-content p {font-size:12px;}
.form-box {padding-left:0;} 
.guy-smiling, .amazing-business-opportunities  {display:none;}
.watch-a-free-online-video {position:static; margin-top:-160px; margin-bottom:30px;}
.watch-a-free-online-video img {width:60%;}
.padlock {position:static;}
.step3-video h3 {font-size:20px;}
.step3-video iframe {height:300px !important;}
footer p {font-size:11px !important;}
.sitemap ul {margin-left:-40px; text-align:center;}
.sitemap li {display:block;}
.sitemap li a {color:#000;}
.sitemap li a:hover {color:#ea2627; text-decoration:none;}
}