/*
Theme Name: Cando
Author: Christian Brown
Author URI: http://www.modeninecreative.co.uk/
Description: Wordpress theme for NRP
Version: 1.0
*/

/*
 *
 *
 */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  background-color:#FFF;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* HOME */


.plogos {
	margin:15px 0px 0px 0px;
}


.reds {
background:#cc0000;
	
}
.reds p {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:11px;
	line-height:18px;
	color: #fff;
	padding:5px 0px 25px 0px;
}
.reds a{
    color: #fff !important;
}
.reds .fa{
    padding-left: 10px!important;
}




.greyz {
background:#f5f4f4;	
}


.main-content h1, h2, h3, h4, h5, h6, p{
    font-family: 'Montserrat', sans-serif;
}
.main-content p{
    line-height:170%;
	margin-top:25px;
}

.main-content h1, h2, h3, h4, h5, h6{
    line-height:150%;
	margin-top:25px;
}

.slide h3 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:32px;
}
.slide h5 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	padding-right:0px;
	font-size:24px;
	line-height: 28px;
	color: #8a8f76;
	margin:15px 0px 25px 0px;
}
.slide p {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
	line-height:20px;
	color: #747474;
	margin:15px 0px 25px 0px;
}
.black {
	font-weight:bold;
	color:#000;	
}
.red {
	font-weight:bold;
	color:#cc0000;	
}

.logo-container {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 150;
    background: transparent;
}





.sfm-title h3 {
    margin-top: 20px;
    font-size: 12px;
    color: #d8d8d8;
    margin-bottom: 20px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 150%;
}







.home-header {
    position: absolute;
    left: 0;
    top: 25px;
    top: 38px;
    width: 100%;
    z-index: 100;
    background: transparent;
    border-bottom: 1px solid #CCC;
}
.contacts li:first-of-type {
    padding: 9px 8px 5px 0;
}
.home-header .contacts li, header .socials li {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0 0px;
    padding: 0px 0 10px;
    color: #65614e;
}
.disclaimer p{
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-style:italic;
	font-size:10px;
    margin: -70px 0px 40px 50px;
    padding: 0 27px 0 0;		
}


.contacts {
margin-left: 0px;
padding-left: 0px;
margin-bottom:0px;
padding-bottom: 0px;	
}
.contacts li {
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:12px;
    margin: 0;
    padding: 0 27px 0 0;
    color: #65614e !important;
}
.contacts li a {
    color: #65614e;
}
.contacts .fa {
    margin-right: 10px;
    margin-left: 10px;
}

.main-content {
margin-top:160px;
padding-bottom:80px;	
}

label {
	font-size: 14px;
	font-weight:300  !important;	
}

.sfm-title h4 {
	margin-top:20px;
    font-size: 11px;
    color: #d8d8d8;
    margin-bottom: 20px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 150%;
}
.sfm-logo {
margin-top:70px;
}

.sfm-has-child-menu>a, .sfm-pos-right .sfm-has-child-menu>a {
    padding-left: 0px!important;
}

#sfm-sidebar ul {
    margin-top: 20px ;
}



#sfm-sidebar li.sfm-active-class > a {
border-right: 3px solid #f6f5f7;
}

.sfm-menu li a  {
border-bottom: 0px solid #363a3f;
}
 
 .sfm-title {
	border: 0px solid white; 
	padding: 20px 0px 20px 0px;
 }
#sfm-sidebar.sfm-compact .sfm-logo {
	margin-top:10px;
}

.sfm-has-child-menu>a, .sfm-pos-right .sfm-has-child-menu>a {
    padding-left: 0px!important;
    padding-right: 28px!important;
}




.sfm-content-wrapper h1 {
  color: #CC4B72;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
}
.sfm-content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px 0 !important;
}
.sfm-content-wrapper .learn_more {
  background: #E34F7D;
  padding: 14px 20px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.sfm-menu-level-1 li{
  text-transform: uppercase !important;	
}




.sfm-content-wrapper input[type=submit] {
  background: #E34F7D;
  padding: 7px 20px;
  color: #FFF;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 50px;
  border:0px !important;
}




.slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}
 
.slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 5px;
}
 
.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: var(--hover);
	border-color: var(--hover);
}















.backing {
    background: url(img/header.jpg) no-repeat center center;
    padding-top: 30px;
	margin-top:-30px;
    width: 100%;
    position: relative;
    z-index: 56;
    height: auto;
    padding-bottom: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 111;
    min-height: 800px;
}
.slide {
margin-top:190px;
padding-left:15px;	
}
.social-container {
    padding: 0px;
	text-align:right;
}
.separator {
	margin-left:8px;
	color:#CCC;
	font-weight:300;	
}

.testimonials{
	margin:30px 0px 80px 0px !important;
}
.as-info p {
	font-family: 'Montserrat', sans-serif;
    margin: 0 0 0px;
    color: #62615e;
    text-align: center;
    padding: 0px 80px 0px 80px;
}
.as-info h3 {
	font-family: 'Montserrat', sans-serif;;
    color: #62615e;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.testimonials h2 {
	font-family: 'Montserrat', sans-serif;;
    color: #62615e;
    text-align: center;
    padding: 0px 0px 20px 0px;
}







.cad-buttons {
    background-color: #fff !important;
	color: rgba(204, 0, 0, 1)!important;
    line-height: 15px;
    padding: 14px 32px 11px 32px;
	border: 1px #7e919f solid !important;
}
.cad-buttons:hover {
    background:#eeeded !important;
}
.printer {
	font-size:28px !important;
	margin: 0px 0px 15px 0px;
}
.mfps {
	font-size:14px !important;
	font-weight:300;
	line-height:18px;
white-space:normal !important;
word-wrap:break-word;
	margin: 0px 0px 10px 0px !important;	
}
.mfpbut {
	font-size:14px !important;
	font-weight:700 !important;
	margin: 0px 0px 10px 0px !important;
	padding:0 !important;	
}

.nemail {
	
    background: none !important;
	
}

.mfp {
margin-top:4px !important;
	width:97%;	
}
.butticons {
	font-size:18px !important;
	margin: 0px 10px 0px 0px;
	padding: 0;	
}
.price {
	width:48%;	
}
.info {
	width:48%;	
}


.social-icons a.fab::before {

}
.social-icons a.fa::before, .widget.widget_bloginfo .social-icons a.fab::before {

color:#65614e;
padding:3px;
}
.butt-cont {
	margin:45px 0px 0px 0px;	
}
.button {
   border-top: 1px solid #8a8f76;
   background: #e51b1b;
   background: -webkit-gradient(linear, left top, left bottom, from(#8a8f76), to(#bfc7a6));
   background: -webkit-linear-gradient(top, #8a8f76, #bfc7a6);
   background: -moz-linear-gradient(top, #8a8f76, #bfc7a6);
   background: -ms-linear-gradient(top, #8a8f76, #bfc7a6);
   background: -o-linear-gradient(top, #8a8f76, #bfc7a6);
   padding: 10.5px 35px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'pt_sansregular', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
	FONT-WEIGHT:BOLD;
   }
.button:hover {
   border-top-color: #65614e;
   background: #65614e;
   color: #ccc;
   text-decoration:none;
   }
.button:active {
   border-top-color: #b81212;
   background: #b81212;
   }
    
.secondrow {
margin-top:25px;	
}
	
	
	                              
.products h2  {
    font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:700;
    margin: 0;
    padding: 0 0 30px 0;
    color: #cc0000;
	text-align:center;
}
.products p  {
    font-family: 'Montserrat', sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:500;
	margin-top:0px;
    padding: 0 0 30px 0;
    color: #000;
	text-align:center;
}

.btn-default {
    margin-top: 0px;
    font-family: 'Montserrat', serif;
    color: #cc0000;
	font-weight:700;
    font-size: 11px;
    background-color: rgba(210, 207, 199, 0.0) !important;
    line-height: 15px;
    padding: 10px 14px 10px 14px;
    border-radius: 0px;
    border: 1px #cc0000 solid;
    transition: all 0.3s ease 0s;
}
.btn-default:hover {
    color: #ff9900;
}
.lines {
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
margin-bottom:30px;		
}
.why h3 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:26px;
	text-align:center;
	color:#88A5B3;
	margin:0px 0px 25px 0px;
}
.threebox  {
	padding:25px 0px 25px 25px;
}

.threebox h5 {
    font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:16px;
	color: #333;
	margin:0px 0px 25px 0px;
}
.dsss:before {
  content:url('img/one.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-10px;
  top:10px;
}
.esss:before {
  content:url('img/two.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-10px;
  top:10px;
}
.fsss:before {
  content:url('img/three.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-10px;
  top:10px;
  padding-bottom:25px;
}

.threebox p {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:14px;
	line-height:22px;
	color: #747474;
	padding:0px 50px 25px 35px;
}

.calls {
margin-top:80px;	
}

.redbox {
	padding-top:45px;
	background-color:#cc0000;
	text-align:center;	
}

.redbox h2 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:22px;
	color: #fff;
	text-transform: uppercase;
	margin:0px 0px 25px 0px;
}
.heavy {
	font-weight:700;		
}
.heavy1 {
	font-weight:700;
	color: #cc0000;		
}
.redbox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.redbox li {
    padding: 0px 0px 5px 20px;
    margin-left: 2.75em;
    font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:500;
    color: #fff;
	text-align:center;
    line-height: 150%;
}
.redbox li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #fa9e0c;
    font-size: 22px;
    -webkit-text-stroke: 3px #cc0000;
}
.phoneicon {
padding:25px;	
}
.about-divider {
    width: 75px;
    height: 2px;
    background: url(img/white-divider.png) no-repeat;
    display: table;
    margin: 20px auto 32px;
}
.large {
font-size:32px;
font-weight:700;

}


.lpho {
color:#fff !important;	
}
.cpho {
color:#000!important;
background: none !important;
}


.larger {
font-size:20px;
font-weight:700;
color:#cc0000;
}
.rigth {
color:#cc0000;	
}


.greybox {
	padding-top:45px;
	text-align:center;
	background-color:#e9e8e7;	
}
.greybox h2 {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size:22px;
	color: #000;
	text-transform: uppercase;
	margin:0px 0px 25px 0px;
}
.greybox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.greybox li {
    padding: 0px 0px 5px 20px;
    margin-left: 2.75em;
    font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:500;
    color: #333333;
	text-align:center;
    line-height: 150%;
}
.greybox li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #cc0000;
    font-size: 22px;
    -webkit-text-stroke: 3px #e9e8e7;
}

.greybox li.none:before {
    content: '';
    font-family: 'FontAwesome', sans-serif;
    margin-left: -5.1em;
	padding-right:5px;
    color: #cc0000;
    font-size: 22px;
    -webkit-text-stroke: 3px #e9e8e7;
}
.btn-success {
    margin: 40px 0px 0px 0px;
    font-family: 'Montserrat', serif;
    color: #fff;
	font-weight:700;
    font-size: 16px;
    background-color: rgba(204, 0, 0, 1) ;
    line-height: 15px;
    padding: 14px 32px 11px 32px;
    border-radius: 0px;
    border: 1px #cc0000 solid;
    transition: all 0.3s ease 0s;
}
.btn-success:hover {
    color: #000;
	background-color: #ff9900;
}
.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #ff9900 !important;
    border-color: #255625;
	    border-radius: 0px;
}
.rgt {
margin-top:15px !important;	
}






.homeimg {
border-left: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;


}

.forsaleband {
	background: #8a8f76;
margin-top:-15px;
}

.forsaleband p{
font-weight:bold;
	color:#fff;	
	padding:10px 0px 10px 10px;
}







.black-divider {
    width: 75px;
    height: 2px;
    background: url(img/black-divider.png) no-repeat;
    display: table;
    margin: 20px auto 32px;
}
.pgtitle {
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0 30px 0;
	text-transform:uppercase;
}
.news-divider {
    width: 75px;
    height: 2px;
    background: url(img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 40px 0px;
}

.pgtitle-divider {
    width: 75px;
    height: 2px;
    background: url(img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 40px 0px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 0px;
}

.content {
  height: 100%;
  padding: 0px 20px 0px 20px;
  color: #fff;
}
.content-r {
  height: 100%;
  padding: 0px 20px 30px 20px;
  color: #fff;
}

a {
color: #8a8f76;	
}

 
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

 
 
.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 15px 0 0 -25px;
    position: relative;
} 
 
#wpcf7-f18-p370-o1 textarea {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
 
#wpcf7-f18-p370-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}
#wpcf7-f18-p370-o1 input[type="text"],
#wpcf7-f18-p370-o1 input[type="email"] {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 50px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
#wpcf7-f18-p370-o1 input[type="submit"],
#wpcf7-f18-p370-o1 input[type="button"] { 
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
	text-transform:uppercase;
    color: #FFFFFF;
    background-color: #cc0000;
    float: right;
    width: 127px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

}

#wpcf7-f18-p370-o1 input[type="submit"]:hover,
#wpcf7-f18-p370-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}


#wpcf7-f18-p370-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    font-family: 'Montserrat', sans-serif;
}


#wpcf7-f18-p370-o1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
	float:left;
	margin-top: -20px !important;
	margin-bottom:10px;
}

#wpcf7-f18-p370-o1-list-item-label {
    color: #f00;
    font-size: 9px !important;
    font-weight: normal;
}

.wpcf7-list-item-label {
    color: #666;
    font-size: 13px;
    font-weight: normal;
	line-height:70%;
	margin:0px 0px 0px 5px;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    	border: none;
	    font-family: 'Montserrat', sans-serif;
		margin-top:10px !important;
		display:inline-block;
		margin: 0px 0px 0px 0px;
		float:left;
}
.wpcf7 form .wpcf7-response-output {

}
.wpcf7 form.sent .wpcf7-response-output {
    border:none;
	font-family: 'Montserrat', sans-serif;
	
}

.wpcf7 form .wpcf7-response-output {
	font-family: 'Montserrat', sans-serif;
	margin:-35px 0px 0px 15px !important;
	font-size: 13px !important;
	float:left;
	border: 0;
    background: #393;
    color: #fff;
    padding: 14px;
	display:inline;
	font-weight: bold !important;
}


div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color:#F00;
    border: 1px solid #f7e700;
} 

.formz {
	margin-top:20px;
}
.forms-bot {
	margin:30px 0px 50px 0px;
}
.forms-bot h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #000;
	text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 25px 0px;
}
.forms-bot-singles h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #000;
	text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 25px 0px;
}





.butpad {
	margin: 30px 0px 60px 0px !important;
}
.btn-fomrs {
    margin-top: 0px;
    font-family: 'Montserrat', serif;
    color: #cc0000;
    font-weight: 700;
    font-size: 14px;
    background-color: rgba(210, 207, 199, 0.0) !important;
    line-height: 15px;
    padding: 10px 14px 10px 14px;
    border-radius: 0px;
    border: 1px #cc0000 solid;
    transition: all 0.3s ease 0s;
}
/* contact form on wide format printer pages */


#wpcf7-f1756-o1 textarea {
    font-family: 'Montserrat', sans-serif;
	line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
 
#wpcf7-f1756-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}
#wpcf7-f1756-o1 input[type="text"],
#wpcf7-f1756-o1 input[type="email"] {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 50px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
#wpcf7-f1756-o1 input[type="submit"],
#wpcf7-f1756-o1 input[type="button"] { 
    font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
    color: #FFFFFF;
    background-color: #cc0000;
    float: right;
    width: 127px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

}

#wpcf7-f1756-o1 input[type="submit"]:hover,
#wpcf7-f1756-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}

#wpcf7-f1756-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }

#wpcf7-f1756-o1 textarea {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
#wpcf7-f1756-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}

#wpcf7-f1756-o1  input[type="submit"], #wpcf7-f18-p370-o1 input[type="button"] {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #cc0000;
    float: right;
    width: 127px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


#wpcf7-f1756-o1 input[type="submit"]:hover,
#wpcf7-f1756-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}

#wpcf7-f1756-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }

#wpcf7-f1756-o1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    position: relative;
	padding:0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom:10px;
}
#wpcf7-f1756-o1 form .wpcf7-response-output {
	font-family: 'Montserrat', sans-serif;

	font-size: 12px !important;
	background: #C30;
	float:left;
	border: 0;
    color: #fff;
    padding: 14px;
	font-weight: bold !important;
}
#wpcf7-f1756-o1-list-item-label {
    color: #f00;
    font-size: 9px !important;
    font-weight: normal;
}



/* End contact form on wide format printer pages */



/* contact form on all individual product pages */
.forms-bot-singles {
    margin: -70px 0px 50px 0px !important;
}

#wpcf7-f1783-o1 textarea {
    font-family: 'Montserrat', sans-serif;
	line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
 
#wpcf7-f1783-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}
#wpcf7-f1783-o1 input[type="text"],
#wpcf7-f1783-o1 input[type="email"] {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 50px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
#wpcf7-f1783-o1 input[type="submit"],
#wpcf7-f1783-o1 input[type="button"] { 
    font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
    color: #FFFFFF;
    background-color: #cc0000;
    float: right;
    width: 127px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

}

#wpcf7-f1783-o1 input[type="submit"]:hover,
#wpcf7-f1783-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}

#wpcf7-f1783-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }

#wpcf7-f1783-o1 textarea {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
#wpcf7-f1783-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}

#wpcf7-f1783-o1  input[type="submit"], #wpcf7-f18-p370-o1 input[type="button"] {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #cc0000;
    float: right;
    width: 127px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


#wpcf7-f1783-o1 input[type="submit"]:hover,
#wpcf7-f1783-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}

#wpcf7-f1783-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }

#wpcf7-f1783-o1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    position: relative;
	padding:0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom:10px;
}
#wpcf7-f1783-o1 form .wpcf7-response-output {
	font-family: 'Montserrat', sans-serif;

	font-size: 12px !important;
	background: #C30;
	float:left;
	border: 0;
    color: #fff;
    padding: 14px;
	font-weight: bold !important;
}
#wpcf7-f1783-o1-list-item-label {
    color: #f00;
    font-size: 9px !important;
    font-weight: normal;
}


/* End contact form on all printer pages */

























/* Newsletter form */



#wpcf7-f19-o1 textarea {
    font-family: 'Montserrat', sans-serif;
	line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
 
#wpcf7-f19-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}
#wpcf7-f19-o1 input[type="text"],
#wpcf7-f19-o1 input[type="email"] {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 70%;
    height: 50px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
#wpcf7-f19-o1 input[type="submit"],
#wpcf7-f19-o1 input[type="button"] { 
    font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
    color: #FFFFFF;
    background-color: #cc0000;
    float: right;
    width: 127px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;

}

#wpcf7-f19-o1 input[type="submit"]:hover,
#wpcf7-f19-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}

#wpcf7-f19-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }

#wpcf7-f19-o1 textarea {
    font-family: 'Montserrat', sans-serif;
	  line-height:36px !important;
    background-color: #fff;
    margin: 0px 0px 25px 0px;
    float: left;
    width: 100%;
    height: 198px;
    color: #6e6d6d;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 15px;
    font-size: 13px;
    border: 1px solid #bcbbbb;    
}
 
#wpcf7-f19-o1 { 
border: 0px solid #f28f27;
margin-left:0px !important;
}

#wpcf7-f19-o1  input[type="submit"], #wpcf7-f19-o1 input[type="button"] {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #cc0000;
    float: right;
    width: 127px;
    height: 36px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


#wpcf7-f19-o1 input[type="submit"]:hover, #wpcf7-f19-o1 input[type="button"]:hover { 
    color: #FFFFFF;
}

#wpcf7-f19-o1 input:hover[type="submit"] {
     background: #CCC;
     transition: all 0.4s ease 0s;
	 color: #512d6d;
 }

#wpcf7-f19-o1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    position: relative;
	padding:0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom:10px;
}
#wpcf7-f19-o1 form .wpcf7-response-output {
	font-family: 'Montserrat', sans-serif;
	margin-bottom:15px !important;
	margin-left: 0px !important;
	font-size: 12px !important;
	background: #C30;
	float:left;
	border: 0;
    color: #fff;
    padding: 14px;
	font-weight: bold !important;
}
#wpcf7-f19-o1-list-item-label {
    color: #f00;
    font-size: 9px !important;
    font-weight: normal;
}

#wpcf7-f19-o1 input[type="submit"], #wpcf7-f19-o1 input[type="button"] {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: rgba(204, 0, 0, 1);
    float: left;
    position: absolute;
    width: 75px;
    height: 50px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


#wpcf7-f19-o1  span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    padding: 10px 0px 0px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    float: left;
    margin-top: -20px !important;
    margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}





.revs {padding:80px 0px 0px 0px;}
.revs h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 0px;
    padding: 0 20px 20px 20px;
    color: #999999;
    text-align: center;
}
.revs p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 0px;
    padding: 0 20px 20px 20px;
    color: #9cb227;
    text-align: center;
}

.products h3  {
    font-family: 'Montserrat', sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:500;
	margin-top:0px;
    padding: 0 0px 10px 0px;
    color: #333333;
	text-align:left;
	text-transform: uppercase;
}
.products h5  {
    font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	margin-top:0px;
    padding: 0 20px 10px 20px;
    color:#424242;
	text-align:center;
	font-style:italic;
}
.products {
margin-top:0px;
margin-bottom:50px;
}

.products a  {
    color:#424242;
}

.products p  {
    font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	margin-top:0px;
    padding: 0 0px 30px 0px;
		text-align:left;
    color: #999;
}
.products h2  {
    font-family: 'Montserrat', sans-serif;
	font-size:26px;
	line-height:20px;
	font-weight:700;
	margin-top:0px;
    padding: 0 20px 30px 20px;
    color: #592650;
	text-align:center;
}
.featdividers {
    width: 100px;
    height: 5px;
    background: url(img/black-divider.png) repeat-y;
    display: table;
    margin: 20px auto 30px;
}
.feats {
    padding: 45px 0px 25px 0px;
}

.facs {
	height:30px;
	border: 0px solid black;
	margin-bottom:30px;
}

.facs p {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}
.beds p{
	border-right: 1px solid #333;
	height:20px;
	padding: 0px 0px 0px 0px;
}
.bed {
	border-right: 1px solid #333;
	height:20px;
	padding: 0px 0px 0px 15px;
}

.beds::before {
	content: '';
	display:inline-block;
	width:25px;
	height:25px;
	background: url(img/bad.png) no-repeat;
	background-size: contain;
	float:left;
	margin-right:10px;
}

.sleep {
	border-right: 0px solid #333;
	height:20px;
	padding: 0px 0px 0px 10px;
}

.sleeps::before {
	content: '';
	display:inline-block;
	width:30px;
	height:30px;
	background: url(img/couple.png) no-repeat;
	background-size: contain;
	float:left;
	margin-right:0px;
}

.dog {
	border-left: 1px solid #333;
	height:20px;
	padding: 0px 0px 0px 10px;

}

.dogs::before {
	content: '';
	display:inline-block;
	width:30px;
	height:30px;
	background: url(img/dog.png) no-repeat;
	background-size: contain;
	float:left;
	margin-right:5px;
}
.car {
	border-left: 1px solid #333;
	height:20px;
	padding: 0px 0px 0px 10px;

}

.cars::before {
	content: '';
	display:inline-block;
	width:30px;
	height:30px;
	background: url(img/parking.png) no-repeat;
	background-size: contain;
	float:left;
	margin-right:5px;
}

.grey {
    background-color: #f2f2f4;
    margin: 50px 0px 50px 0px;
}

.text-section {padding:80px 0px 60px 0px;}
.text-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 0px;
    padding: 0 20px 10px 20px;
    color: #999999;
    text-align: center;
}
.text-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 0px;
    padding: 0 20px 20px 20px;
    color: #333333;
    text-align: center;
}

.btn-feats {
    margin: -50px 0px 0px 0px;
    font-family: 'Montserrat', serif;
    color: #fff !important;	
	font-weight:500;
    font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #9cb227;
    line-height: 15px;
    padding: 12px 22px 11px 22px;
    border-radius: 22px;
    border: 0px #cc0000 solid;
    transition: all 0.3s ease 0s;
	float: right;
}
.btn-feats:hover {
    color: #fff;
	background-color: #9e7537;;
}

.btn-book {
    margin: 40px 0px 0px 0px;
    font-family: 'Montserrat', serif;
    color: #9e7537;
	font-weight:700;
    font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: rgba(208, 207, 215, 1) ;
    line-height: 15px;
    padding: 14px 22px 11px 22px;
    border-radius: 22px;
    border: 0px #cc0000 solid;
    transition: all 0.3s ease 0s;
}
.btn-success:hover {
    color: #000;
	background-color: #ff9900;
}
.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #ff9900 !important;
    border-color: #255625;
}

.for-sale {
	border: 0px solid #333;
}










 
.updates {
	font-size: 13px;
	margin-bottom: 25px;
	font-family: 'Montserrat', serif  !important;
	line-height: 22px;
	font-weight:500;
} 
.updates1 {
	font-size: 12px;
	margin-top: 25px;
	font-family: 'Montserrat', serif  !important;
	line-height: 22px;
	font-weight:500;
} 
.updated {
	font-family: 'Montserrat', serif;
	font-weight: 500;
	text-transform:uppercase;
    font-size: 26px;
    color: #bfc7a6;
    margin: 25px 0px 20px 0px !important;
}


.news-box {
    border: 1px solid #c7c6c6;
    padding: 0px;
	margin-bottom:25px;
}
.newspic {
	object-fit: cover;
}
.hntextcon {
	padding:20px 20px 0px 20px;
	font-family: 'Montserrat', serif;
}
.hnhead {
	font-weight: 700;
	text-transform:uppercase;
    font-size: 14px;
	line-height:18px;
	margin-bottom:15px;
    color: #8a8f76 !important;
}
.hndate {
	font-weight: 500;
    font-size: 14px;
	line-height:18px;
	margin-bottom:15px;
	color:#666;	
}
.hnconread {
	font-weight: 500;
    font-size: 14px;
	line-height:18px;
	margin-top:15px !important;
	color: #cc0000;	
	display:inline-block;
}
.newsex {
	margin-bottom:15px !important;
	display:inline-block;	
}


.one {
  background: url(img/one-fade.png) right 75px bottom no-repeat;
  object-fit: none;
  object-position: right bottom;
}
.two {
  background: url(img/two-fade.png) right 65px bottom no-repeat;
  object-fit: none;
  object-position: right bottom;
}
.three {
  background: url(img/three-fade.png) right 65px bottom no-repeat;
  object-fit: none;
  object-position: right bottom;
}


/* News */

.pads {
	margin-top: 50px;	
	
}
.posts {
margin-top: 142px;	
}
.navimgs {
	margin-right:6px;

  image-rendering: crisp-edges;

}
.wp-block-image img  {
margin:25px 0px
max-width: 100% !important;
height: auto !important;
display:block !important;	
}



.post-meta {
    margin: 25px 0px 0px 0px;
}
.post-meta span {
    color: #666;
    font-size: 15px;
	font-family: 'Montserrat', serif;
    text-transform: uppercase ;
}
.posts p {
    line-height: 22px;
    margin-bottom: 20px;
    color: #858385;
	font-family: 'Montserrat', serif;
	font-weight:500;
}
.post-share-ports em {
	font-family: 'Montserrat', serif;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .075em;
    float: left;
    padding-left: 0;
	margin-right:15px;
}
.shares {
	margin-right:8px !important;
}

/* End News */



/* Archives */

.arc-products {
margin:140px 10px 0px 0px;	
}

.product-page-header p{
font-size: 16px;
margin:0 0 50px 0;
line-height:23px;
}
.laminator-page-header p{
font-size: 16px;
margin:0 0 20px 0;
line-height:23px;
}

.laminator-page-header h1{
font-size: 32px;
font-weight:700;
margin:50px 0 30px 0;
}


.sub-titles {
line-height:23px;	
}

.product-page-header h1{
font-size: 32px;
font-weight:700;
margin:50px 0 30px 0;
}

.cad-printers {
border:0px solid black;
min-height:700px;
margin-bottom:35px;
}
.mfp-printers {
border:0px solid black;
min-height:780px;
margin-bottom:0px;
}
.mfpimg {
margin-top:25px;	
}


.prefer, .included, .lease, .arc-titles, .product-page-header {
font-family: 'Montserrat', sans-serif;
}
.arc-titles {
font-size: 24px;
font-weight:700;
padding: 0 0 20px 0;
line-height:30px;
text-transform:uppercase;	
}
.lease {
font-size: 17px;
line-height: 24px;
font-weight:500;
padding: 0 0 0px 0;	
}
.lease-r {
font-size: 20px;
line-height:26px;
font-weight:500;
padding: 0 0 0px 0;	
color: #cc0000;
}


.prefer {
text-transform:uppercase;
font-size: 20px;
font-weight:700;
padding: 0 0 0px 0;	
}
.included {
font-size:14px;
padding: 0 0 -20px 0;	
}
.pullup {
margin-top:15px;	
}

/* Single post types */

.page-header {
border:1px solid black;
margin:190px 0px 0px 0px;	
}

.nav-band {
    background-color: #333;
    padding: 10px 0px 10px 0px;
}
.post-names a {
    line-height: 100%;
    margin: 0px 0px 0px 10px;
    color: #FFF !important;
    text-transform: uppercase;
}

.post-names {
	margin:0px !important;
	padding:0px !important;

}
.backto a{
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	font-size:25px;
    font-weight: 300;
	color:#FFF; 
}
.backto:before {
  content:url('img/left-white.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-10px;
  top:5px;
}
.backto a:hover {
	font-weight:700;
	text-decoration:none;
	color: #F00;
}

.bread a{
	margin:5px 0px 0px 10px;
	padding:0px 0px 5px 0px;
	font-size:15px;
    font-weight: 300;
	color:##cc0000; 
}
.bread:before {
	content: '\f060 '; /* fa-star */
	font-family: 'FontAwesome';
	float: left;
	margin-left: 0em;
	color:#ffd51d;
   -webkit-text-stroke: 1px #fff;
	font-size:16px;
	padding-top:-2px;
}
.bread a:hover {
	text-decoration:none;
	color: #000;
}

.sub-titles-b {
font-weight:700;
font-size:18px;	
}


.details {
    margin: 0px 0px 60px 0px;
}

.details ul {
    list-style-type: none;
    padding: 0;
    margin-top: 25px;
}
.details li {
    padding: 0px 0px 5px 15px;
    margin-left: 1.75em;
    font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:500;
    color: #333333;
    line-height: 150%;
}
.details li:before {
    content: '\f061 ';
    font-family: 'FontAwesome', sans-serif;
    color: #cc0000;
    font-size: 22px;
    margin-left: -1.55em;
    padding: 0 15px 0 0;
}
.details h4 {
    font-family: 'Montserrat', sans-serif;
	font-size:20px;
	margin-bottom: 25px;
	font-weight:700;
    color: #333333;
	text-transform:uppercase;	
}
.details h5 {
    font-family: 'Montserrat', sans-serif;
	font-size:16px;
	margin-top:30px;
	margin-bottom: 25px;
	font-weight:700;
    color: #333333;
	text-transform:uppercase;	
}



.details p {
    font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
    color: #333333;	
}

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

.faqs li {
	margin: 10px 0px 0px 20px ;
	color: #666;
	line-height:140%;
	font-size:16px;	
}

.faqs li:before {
	content: '\f061 '; /* fa-star */
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.25em;
	color:#ffd51d;
   -webkit-text-stroke: 1px #fff;
	font-size:16px;
}

.padcont {
padding:0px 15px 0px 25px;
    font-family: 'Montserrat', sans-serif;	
}
.prodheads {
	margin-top: 190px;	
	margin-bottom: 20px;
}
.prodtitles {
	color: #cc0000;
	margin-top:45px;
	margin-bottom:25px;
	font-weight:700;
}

/* footer */


.hooklane-widget li {
    line-height: 280%;
    border-bottom: 1px solid #dd5757;
	    padding: 5px 0 5px 0;
}


.hook-list li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #dd5757;
    padding: 18px 0 18px 0;
	line-height:24px;
}

.icon-wpforms{
  position: relative;
  /* Adjust these values accordingly */
  top: 5px;
  left: 5px;
  }

.foot-list li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
	margin-left:-20px;
    border-bottom: 1px solid #dd5757;
    padding: 18px 0 18px 20px !important;
	line-height:20px;
	margin:-25px 0px 0px 40px;
}



.hooklane-widget li a {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 15px 20px 15px 0px;
    background: url(img/foot-arrow.png) right center no-repeat;
}
.hooklane-widget ul {
    margin-top: -15px;
    font-weight: bold;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.lg {
    font-size: 22px;
    margin: 0 10px 0px 0px;
}

.coninfo{
margin-top:50px;	
}

.cons {
margin-top:20px;	
}
.hook-list {
    padding: 0;
    margin: 20px 0px 0px 0px;
    list-style: none;
}

.hook-list-black  {
    padding: 0;
    margin: 50px 0px 0px 0px;
    list-style: none;
}
.hook-list-black li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    border-bottom: 1px solid #dd5757;
    padding: 18px 0 18px 0;
	line-height:24px;
}


.pullup2  {
    margin-top:0px !important;
}





.hooklane-widget ul {
    margin-top: -15px;
    font-weight: bold;
}
.sep-side {
    width: 100%;
    height: 6px;
    background: url(img/foot-line.png) repeat-x;
    display: table;
    margin: 5px 0px 28px 0px;
}
.sep-side-right {
    width: 75px;
    height: 2px;
    background: url(img/aboutnrp-divider.png) no-repeat;
    display: table;
    margin: 26px 0px 56px 0px;
}



.mainservices .widg-title {
font-size:30px !important;
text-transform:uppercase;
}
.mainservices .widg-title:after {
    width: 100%;
    height: 6px;
    background: url(img/aboutnrp-divider.png) repeat-x !important;
    display: table;
    margin: 5px 0px 28px 0px;
}



/* widget title text */
.widget-title > .widget_name {
  position: relative;
  background: #ffffff;
  padding: 5px 15px 5px 0px;
  z-index: 1;
}

/* widget underline beside the title */
.widget_dash:after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  top: 25px;
  border-bottom: 1px solid #cccccc;
  z-index: 0;
}



.footer-con h2 {
	font-family: "Montserrat", sans-serif;
	color:#FFF;
	font-weight:600;
	font-size:24px;
	margin-bottom:20px;
	margin-top:0px;
}
.footer-con p {
	font-family: "Montserrat", sans-serif;
	color:#FFF;
	font-size:14px;
}

.padds {
	border-left:#CCC 1px solid;
	padding-left:35px;
}
.padds-last {
	padding-left:35px;
}

.foot-red {
	padding:40px 0px 30px 0px;
    width: 100%; 
	min-height:400px;
    background-repeat: no-repeat;	
}
.foot-red h3{
	color:#fff;	
}

.footlast {
margin-left:45px;
margin-top:-30px	
}

.footer-outer {
	background:#8a8f76;	
    width: 100%;
	padding: 0px;
}




.blacked {
	background:#000;
    width: 100%;
	padding:10px 0px 10px 0px;
	text-align:center;
}
.foot a {
	color:#F90;	
}
.foot-red p {
	color:#fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 22px;	
}
.foot p {
	color:#fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 22px;	
}

.fullw {
	background: #F00;
    width: 100%;
	padding:30px 0px 10px 0px;
	margin:0 !important;
}



.up {
text-align:right;
float:right;
}
.up img{
padding-left:2px;
display: inline-block;
}
.foot {
	padding-bottom:0px;
	font-size:12px;
}

.cases {
	float:left !important;	
}


/* End footer */













/* Blog styles */



/* End Sidebar */


/* CONTACT FORM */


/* END CONTACT FORM */


	
 /* Large screens ----------- */
@media only screen  and (max-width : 1920px) {



}


@media (max-width:1350px) {
	
.sfm-child-menu {
padding-top:50px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
border: 1px solid #fff !important;	
}


#sfm-sidebar ul {
    margin-top: 30px !important;
	margin-bottom:90px;
}



}



@media (min-width: 1200px) {
  .container-custom {
    width: 1300px;
	  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  }
	
	
	
}



@media (max-width:1200px) {


		.btn-feats {
  margin: -20px 0px 0px 0px;
  float: left;
}
	
		
.redbox li {
    padding: 0px 0px 5px 40px;
}

.sfm-child-menu {
padding-top:50px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;
}


#sfm-sidebar ul {
    margin-top: 40px !important;
	margin-bottom:90px ;	
}

}






@media (max-width:990px) {

	
	
.sleep {
  padding: 0px 0px 0px 10px;
}
	
		.consmall {
		width:100%;
		padding:20px 35px 0px 35px;
	}	
	

	.cents {
	 margin: 0 auto;
		padding: 0px 25px 0px 25px;
	}		
	
	
	
	
.threebox p {
	padding:0px ;
}

.slide {
margin-top:140px;

}

.sfm-child-menu {
padding-top:50px !important;
margin-bottom:0px !important;
padding-bottom:0px !important;	
}


#sfm-sidebar ul {
    margin-top: 40px !important;
	margin-bottom:90px;

}	




.content {
  height: 100%;
  padding: 0px 36px 30px 36px;
  color: #fff;
}

.content-r {
  padding: 0px 20px 40px 20px;
}

.one {
  background: none;
}
.two {
  background: none;
}
.three {
  background: none;
}
.prods {
margin-bottom:50px;	
}


	
.social-container {
	text-align:center;
	padding-bottom:10px;
}		

.slide h5 {
    padding-right: 0px;
}

.homeimg {
margin-top:50px;	
}	
.leftcol {
text-align:center;	
}




}



@media (max-width:767px) {
	


		.consmall {
		width:100%;
	    margin: 0 auto;
		padding:20px 35px 0px 35px;
			 text-align: center !important;
	}
	
	
	
.btn-feats {
  margin: -20px 0px 0px 0px;
  float: none;
}
	
	
	
.lft {
	text-align:center;	
	}
	.team-names {
	text-align:center !important;
}
.team-names a{
	text-align:center !important;		
}
	
	.right {
	text-align:center;	
}





}


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

	

}






@media only screen
and (max-width : 538px) {
	
	
	.butticons {
  font-size: 18px !important;
  margin: 0px 10px 0px -20px;
  padding: 0;
}	
	.btn-success {
  margin-top: 40px;
  font-family: 'Montserrat', serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 11px 32px 11px 32px;
}
	
	.as-info p {
    padding: 0px 15px 0px 15px;
}
	
	
	.slide {
margin-top:190px;

}	
	

.logo-container {
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    z-index: 150;
    background: transparent;
}

.sfm-navicon-button {
    top: 110px !important;
}


.heado {
display:none;	
}

}



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

	
	
.price {
  width: 97%;
}	
	
	
#wpcf7-f18-p370-o1 span.wpcf7-not-valid-tip {
  margin-top: 0px !important;
}		
#wpcf7-f1756-o1 span.wpcf7-not-valid-tip {
  margin-top: 0px !important;
}	

.formz {
		margin-top:65px !important;
}	
.forms-bot {
	margin:0px 0px 30px 0px;
}	
	
	.butticons {
  font-size: 14px !important;
  margin: 0px 10px 0px -25px;
  padding: 0;
}	
	.btn-success {
  margin-top: 10px;
  margin-bottom:5px;
  font-family: 'Montserrat', serif;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  padding: 11px 32px 11px 32px;
}	
	
	
.details ul {
  margin-bottom: 25px;
}
	
.mfp {
  margin-top: 10px !important;
  width: 97%;
}	
	

.redbox ul {
    width: 80%;
    margin: auto;
}

.redbox li {
    margin-left: 0px !important;
}
.redbox li:before {
    margin-left: -0.7em;
}

}






@media only screen
and (max-width : 360px) {
	
	
.content {
  padding: 0px 0px 0px 10px !important;
  border:0px solid black;
}	
	
	
.logo-container {
    position: absolute;
    left: 0;
    top: 170px;
	margin-bottom:5px;
}
.logo-screen {

}
}




/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {



}
