/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
	margin: 0;
	padding: 0;
	text-decoration: none
}
html {
	color: #1B191A;
	font-size: 20px;
	line-height: 34px;
}
body {
	font-family: 'lato', sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#Facebook a {
	display: block;
	float: right;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	height: 30px;
	width: 40px;
	background-image: url(../img/sm-icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#Facebook a:hover {
	text-decoration: none;
	background-image: url(../img/sm-icons.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#Twitter a {
	display: block;
	float: left;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	height: 30px;
	width: 40px;
	background-image: url(../img/sm-icons.png);
	background-repeat: no-repeat;
	background-position: -40px 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#Twitter a:hover {
	text-decoration: none;
	background-image: url(../img/sm-icons.png);
	background-repeat: no-repeat;
	background-position: -40px -30px;
}
.cleaner {
	height: 0;
	line-height: 0;
	clear: both;
}
.box-title {
	display: block;
	margin-top: 80px;
	background-color: #FFFFFF;
	background-image: url(../img/box-title.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
	box-shadow: 0px 8px 8px #686868;
}
.box-title h2 {
	display: block;
	color: #FFFFFF;
	padding: 24px;
	font-size: 36px;
	line-height: 56px;
	font-family: 'Roboto', sans-serif;
}
.home-box ul {
	display: block;
	list-style-position: inside;
	list-style-type: square;
	font-size: 110%;
	line-height: 180%;
	margin-bottom: 6%;
}
.home-box ul a {
	color: #1A1819;
}

label {
	outline: 0;
	float: none;
	padding-right: 2.4%;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
	display: block;
}
input:focus, textarea:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	border-color: rgba(0,145,69,0.8);
	outline: 0;
}
button, .Quote {
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	outline: 0;
	display: block;
	margin-top: 0;
	margin-bottom: 10%;
	margin-right: 2.4%;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	background-color: #009145;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 24px;
}
button:hover, .Quote:hover {
	background-color: #49E493;
	cursor: pointer;
}
.rent-online-trigger {
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0), 0 1px 2px rgba(0,0,0,0.0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0), 0 1px 2px rgba(0,0,0,0.0);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0), 0 1px 2px rgba(0,0,0,0.0);
	color: #FFF;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.25);
	-moz-text-shadow: 0px 3px 3px rgba(0,0,0,0.25);
	-webkit-text-shadow: 0px 3px 3px rgba(0,0,0,0.25);
	outline: 0;
	display: block;
	font-size: 170%;
	background-color: transparent;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
	width: 100% !important;
	float: left;
}
.rent-online-trigger:hover {
	background-color: transparent;
	cursor: pointer;
	color: #49E493;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}


input[type=button], input[type=submit] {
	cursor: pointer !important;
}
*:hover, *:active, *:focus {
	outline: 0;
}
input, textarea, select {
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-ms-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-size: 20px;
}
.packing-table {
	margin-top: 3%;
	border-color: #D7D7D7;
	border-width: 1px;
	overflow: scroll;
	position: relative;
	visibility: visible;
	height: auto;
	width: 100%;
	display: table;
}
.packing-table td {
	border-color: #D7D7D7;
	border-width: 1px;
	padding: 4px;
}
.packing-table b {
	white-space: nowrap;
}
.unit {
	display: block;
	border: 1px solid #73A886;
	background-color: #FFFFFF;
}
.rate-box {
	display: inline-block;
	width: 40%;
	background-color: #73A886;
	padding: 5%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 300;
	float: left;
}
.price {
	display: block;
	font-weight: 700;
	font-size: 3em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.unit-size {
	display: inline-block;
	width: 40%;
	text-align: center;
	font-weight: 300;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #73A886;
	margin-right: -1px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 4%;
	padding-left: 5%;
}
.size {
	display: block;
	font-weight: 700;
	font-size: 3em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cd-primary-nav {
	/* by default it's hidden - on top of the viewport */
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
	text-align: center;
	padding: 50px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	background-color: rgba(0,0,0,0.7);
}
.cd-primary-nav {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	text-transform: uppercase;
}
.cd-primary-nav p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	max-width: 332px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0 !important;
	line-height: 150%;
}
.cd-primary-nav a {
	display: inline-block;
	border-radius: 0.25em;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	color: #FFFFFF !important;
	background-image: url(../img/close-btn-contact.png);
	background-repeat: no-repeat;
	background-position: 80px center;
	outline: none;
	padding-top: 0.7em;
	padding-right: 3.2em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
	font-weight: 300 !important;
	text-decoration: none;
}
.no-touch .cd-primary-nav a:hover {
	background-color: rgba(0,227,223,0.75);
	text-decoration: none;
}
.cd-primary-nav .cd-label {
	color: rgba(0,204,97,1);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.275em;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	letter-spacing: 2px;
}
.cd-primary-nav.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
@media only screen and (min-width: 768px) {
.cd-primary-nav {
	padding: 80px 0;
}
}
@media only screen and (min-width: 1170px) {
.cd-primary-nav {
	font-size: 1.875em;
}
.cd-primary-nav .cd-label {
	font-size: 1em;
}
.cd-primary-nav a {
	background-position: 136px center;
	padding-right: 2.4em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	background-image: url(../img/close-btn-contact.png) !important;
}
}



#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background-image: url(../img/ui.totop.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 999;
}
#toTopHover {
	background: url(../img/ui.totop.png) no-repeat left -50px;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}

/*
|--------------------------------------------------------------------------
Form
*/

.form-signin {
	max-width: 332px;
	padding: 15px;
	margin: 0 auto;
	font-weight: normal;
}
.form-signin .form-control {
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: 5px;
	color: #555;
	font-family: 'lato', sans-serif;
}
.form-signin input[type="name"] {
	margin-bottom: 5px;
	color: #555;
	font-family: 'lato', sans-serif;
}
.form-signin input[type="budget"] {
	margin-bottom: 5px;
}
.form-signin input[type="date"] {
	margin-bottom: 5px;
	color: #737373;
	font-family: 'lato', sans-serif;
}
.form-signin input[type="phone"] {
	margin-bottom: 5px;
	color: #555;
	font-family: 'lato', sans-serif;
}
.form-signin textarea[name="comment"] {
	margin-bottom: 5px;
	color: #555;
	font-family: 'lato', sans-serif;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
 cursor: pointer;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active, .btn-primary.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #27761F;
	border-color: #12411B;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	background-color: #00AC52;
	border-color: #009145;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 0.25em;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #009145;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0.25em;
	text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn-lg, .btn-group-lg > .btn {
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0.25em;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}


/*
End Form
|--------------------------------------------------------------------------
*/



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (min-width: 768px) {
.cd-primary-nav {
	padding: 80px 0;
}
}
@media only screen and (min-width: 1170px) {
.cd-primary-nav {
	font-size: 1.275em !important;
}
.cd-primary-nav .cd-label {
	font-size: 1em;
}
.cd-primary-nav a {
	background-position: 126px center;
	padding-right: 2.4em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	background-image: url(../img/close-btn-contact.png) !important;
}
}
