/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Sticky Header

–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sticky{
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #111111;
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    position: relative;
    width: 100%;
    max-width: 4600px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.container2 {
    position: relative;
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.container2b {
    position: relative;
    width: 100%;
    max-width: 3600px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.container2c {
    position: relative;
    width: 100%;
    max-width: 1640px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.container2sm {
    position: relative;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.container3 {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.container4 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.container5 {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.container6 {
    position: relative;
    width: 100%;
    max-width: 6400px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
    .container {
        width: 99%;
        padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
    .container {
        width: 99%; }
    .column,
    .columns {
        margin-left: 4%; }
    .column:first-child,
    .columns:first-child {
        margin-left: 0; }

    .one.column,
    .one.columns                    { width: 4.66666666667%; }
    .two.columns                    { width: 13.3333333333%; }
    .three.columns                  { width: 22%;            }
    .four.columns                   { width: 30.6666666667%; }
    .five.columns                   { width: 39.3333333333%; }
    .six.columns                    { width: 48%;            }
    .seven.columns                  { width: 56.6666666667%; }
    .eight.columns                  { width: 65.3333333333%; }
    .nine.columns                   { width: 74.0%;          }
    .ten.columns                    { width: 82.6666666667%; }
    .eleven.columns                 { width: 91.3333333333%; }
    .twelve.columns                 { width: 100%; margin-left: 0; }

    .one-third.column               { width: 30.6666666667%; }
    .two-thirds.column              { width: 65.3333333333%; }

    .one-half.column                { width: 48%; }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns          { margin-left: 8.66666666667%; }
    .offset-by-two.column,
    .offset-by-two.columns          { margin-left: 17.3333333333%; }
    .offset-by-three.column,
    .offset-by-three.columns        { margin-left: 26%;            }
    .offset-by-four.column,
    .offset-by-four.columns         { margin-left: 34.6666666667%; }
    .offset-by-five.column,
    .offset-by-five.columns         { margin-left: 43.3333333333%; }
    .offset-by-six.column,
    .offset-by-six.columns          { margin-left: 52%;            }
    .offset-by-seven.column,
    .offset-by-seven.columns        { margin-left: 60.6666666667%; }
    .offset-by-eight.column,
    .offset-by-eight.columns        { margin-left: 69.3333333333%; }
    .offset-by-nine.column,
    .offset-by-nine.columns         { margin-left: 78.0%;          }
    .offset-by-ten.column,
    .offset-by-ten.columns          { margin-left: 86.6666666667%; }
    .offset-by-eleven.column,
    .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

    .offset-by-one-third.column,
    .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

    .offset-by-one-half.column,
    .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    font-size: 62.5%; }
body {
	font-size: 15px;
	line-height: 29px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	color: #000000;
	letter-spacing: 1px;
}
@media(max-width: 600px) {
    body{
    font-size: 14px;
	line-height: 27px;
	letter-spacing: 1px;
    }
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400; }
h1 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #008066;
    text-transform: uppercase;
}
h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}
h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
h4 {
    font-size: 1.4rem;
    line-height: 1;
    color: #5B7A12;
    font-weight: 700;
}
h5 {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #FFFFFF;
}
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
    h1 { font-size: 5.0rem; }
    h2 { font-size: 3.9rem; }
    h3 { font-size: 3.6rem; }
    h4 { font-size: 3.0rem; }
    h5 { font-size: 2.4rem; }
    h6 { font-size: 1.5rem; }
}

p {
    margin-top: 0; }



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    text-decoration: none;
    color: #B8A88E;
    font-weight: 600;
}
a:hover {
    text-decoration: underline;

}

.linktext1 {
    font-weight: 600;
    color: #DF0C05;
    text-decoration: underline;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    height: 36px;
    padding: 29px 19px;
    margin-top: 10px;
    color: #555;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 0px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0px;
    border: 3px solid #bbb;
    cursor: pointer;
    box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #ffffff;
    background-color: #B8A88E;
    border-color: #B8A88E; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #B8A88E;
    background-color: #000000;
    border-color: #000000; }


.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff; }
.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    font-family: "Poppins", sans-serif;
    height: 38px;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    background-color: #fff;
    color: #002B55;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    color: #171695;
    -moz-appearance: none;
    appearance: none; }
textarea {
    min-height: 65px;
    padding-top: 6px;
    color: #171695;
    padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #33C3F0;
    color: #7f7f7f;
    outline: 0; }
label,
legend {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    display: block;
    color: #666;
    margin-bottom: .5rem;
    font-weight: 500; }
fieldset {
    padding: 0;
    color: #222;
    border-width: 0; }
input[type="checkbox"],
input[type="radio"] { }
label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    color: #222;
    font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style:  }
ol {
    list-style: decimal; }
ol, ul {
    padding-left: 30;
    margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 100%; }
li {
    margin-bottom: 0.2rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px; }
pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th {
    padding: 15px 15px 15px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background-color: #F0F0F0;
    color: #000000; }
td {
	padding: 15px 15px 15px 15px;
	text-align: left;
	font-size: 16px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ADADAD;
}
th:first-child,
td:first-child {
    padding-left: 15px; }
th:last-child,
td:last-child {
    padding-right: 15px; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1.0rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
    color: #666666;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    text-decoration: none;
}
.u-full-width-footer {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}
.u-full-width-footer2 {
    font-family: "Poppins", sans-serif;
    color: #F0F0F0;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: none;
    letter-spacing: 0px;
}
.u-full-width-footer-sm {
    font-family: "Poppins", sans-serif;
    color: #999999;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
}
.u-full-width-footer-headline {
    font-family: "Poppins", sans-serif;
    color: #27AAE2;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    text-transform: none;
}
.u-full-width-footer3 {
    font-family: "Poppins", sans-serif;
    color: #B8A88E;
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
}
.u-full-width-footer4 {
    font-family: "Poppins", sans-serif;
    color: #CCCCCC;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
}
.u-full-widthForm {
    width: 100%;
    box-sizing: border-box;
    color: #999;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    background-color: #FFFFFF;
}
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box; }
.u-pull-right {
    float: right; }
.u-pull-left {
    float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

#mybutton {
  position: fixed;
  bottom: 55px;
  right: 0px;
  z-index: 9999; 
}
#header {
    height: auto;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    z-index: 9999;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.0);
}
#KitchenBox1 {
	height: auto;
	width: auto;
	text-align: left;
	padding-top: 400px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(../images/kitchen-box1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media(max-width: 600px) {
    #KitchenBox1{
    padding-top: 300px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
    }
}
#KitchenBox2 {
	height: auto;
	width: auto;
	text-align: left;
	padding-top: 400px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(../images/kitchen-box2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media(max-width: 600px) {
    #KitchenBox2{
    padding-top: 300px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
    }
}
#KitchenBox3 {
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #B8A88E;
	border: 1px solid #B8A88E;
	background: #B8A88E;
background: linear-gradient(180deg,rgba(184, 168, 142, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#CTA1 {
    height: auto;
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #081F2C;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
#CTA2 {
    height: auto;
    width: 100%;
    text-align: left;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #000000;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(../images/kitchen-cta-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
#CTA3 {
    height: auto;
    width: 100%;
    text-align: left;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #000000;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(../images/kitchen-cta-bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
#CTA4 {
    height: auto;
    width: 100%;
    text-align: left;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #000000;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(../images/kitchen-cta-bg4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
#Hero1 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero1{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero2 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero2{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero3 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero3{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero4 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero4{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero5 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero5{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero6 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero6{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero7 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero7{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero8 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero8.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero8{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero9 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero9.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero9{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero10 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero10.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero10{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero11 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero11.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero11{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero12 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero12.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero12{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero13 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero13.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero13{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero14 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero14.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero14{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero15 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero15.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero15{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero16 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero16.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero16{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero17 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero17.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero17{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero18 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero18.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero18{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero19 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero19.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero19{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero20 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero20.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero20{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero21 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero21.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero21{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero22 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero22.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero22{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero23 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero23.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero23{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero24 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero24.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero24{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero25 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero25.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero25{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero26 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero26.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero26{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero27 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero27.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero27{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero28 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero28.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero28{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero29 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero29.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero29{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero30 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero30.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero30{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero31 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero31.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero31{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero32 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero32.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero32{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero33 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero33.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero33{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero34 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero34.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero34{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero35 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero35.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero35{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero36 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero36.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero36{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero37 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero37.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero37{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero38 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero38.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero38{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero39 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero39.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero39{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero40 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero40.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero40{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero41 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero41.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero41{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Hero42 {
	height: auto;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 260px;
	padding-left: 0px;
	background-color: #000000;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/hero42.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 600px) {
    #Hero42{
    padding-top: 360px;
	padding-bottom: 260px;
    }
}
#Logo {
    height: auto;
    width: 100%;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #E9EAEB;
    margin-top: -10px;
}
#menu {
    height: auto;
    width: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.00);
    margin: 0px;
    padding-top: 20px;
}
@media only screen and (max-width: 900px) {
    #menu {
        padding-top: 0px;
    }
}
#footer {
    width: 100%;
    text-align: center;
    overflow: auto;
    margin: 0px;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 150px;
    padding-left: 0px;
    background-color: #000000;
    background: rgb(0,0,0);
background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
}
#footer2 {
    width: 100%;
    text-align: center;
    overflow: auto;
    margin: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    background-color: #111111;
}
#OurTeam {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0px;
    background-color: #F0F0F0;
    background-image: linear-gradient(to bottom, #F0F0F0, #ffffff);
    padding-top: 90px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
}
#About {
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 150px;
    padding-left: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#AboutGrey {
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #F8F8F8;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 150px;
    padding-left: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#AboutNoBottom {
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#AboutNoTop {
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 150px;
    padding-left: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
#AboutWhiteBox {
    height: auto;
    width: 100%;
    background-color: #ffffff;
    padding-top: 90px;
    padding-right: 90px;
    padding-bottom: 0px;
    padding-left: 90px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: -320px;
}
@media only screen and (max-width: 900px) {
    #AboutWhiteBox {
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
    }
}
#About2 {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0px;
    background-color: #1D7B9F;
    background-image: linear-gradient(to bottom right, #1D7B9F, #6CC9E8);
    padding-top: 90px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
}
#About3 {
    position: absolute;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding-top: 250px;
    padding-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
    z-index: 9998;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 600px) {
    #About3 {
        padding-top: 300px;
        padding-bottom: 50px;
    }
}
#About4 {
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    padding-top: 200px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#Products {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding-top: 200px;
    padding-right: 0px;
    padding-bottom: 200px;
    padding-left: 0px;
    background-color: #F3F3F3;
}
#Portfolio {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0px;
    padding-top: 120px;
    padding-right: 0px;
    padding-bottom: 120px;
    padding-left: 0px;
    background: rgb(54,75,84);
    background: linear-gradient(180deg, rgba(54,75,84,1) 0%, rgba(40,95,125,1) 85%);
}
#Find {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0px;
    padding-top: 120px;
    padding-right: 0px;
    padding-bottom: 120px;
    padding-left: 0px;
    background-color: #364B54;
}
#Accreditations {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0px;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    background-color: #FFFFFF;
}
#Reviews {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0px;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 150px;
    padding-left: 0px;
    background-color: #E9EAEB;
}
#Services1 {
    height: 100%;
    min-height: 70vh;
    width: 100%;
    background-color: #364B54;
    background-attachment: scroll;
    background-image: url(../images/monty.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
#Sustainable {
    height: auto;
    width: 100%;
    margin: 0px;
    padding-top: 175px;
    padding-right: 0px;
    padding-bottom: 175px;
    padding-left: 0px;
    background-color: #000000;
    background-attachment: fixed;
    background-image: url(../images/sustainable.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
img {
    max-width:100%;
    margin: 0px;
    padding: 0px;
}
.telephone1 {
    font-family: "Poppins", sans-serif;
    color: #DF0C05;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}
.telephone2 {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0px;
}
#MainBody {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0px;
    background-color: #F0F0F0;
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.Banner1Text {
    font-family: "Poppins", sans-serif;
    font-size: 110px;
    line-height: 130px;
    color: #ffffff;
    font-weight: 200;
    text-transform: uppercase;
	letter-spacing: 38px;
}
@media(max-width: 600px) {
    .Banner1Text {
        font-size: 30px;
        line-height: 50px;
		letter-spacing: 5px;
    }
}
.Banner2Text {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 12px;
}
@media(max-width: 600px) {
    .Banner2Text {
        font-size: 14px;
        line-height: 34px;
		letter-spacing: 3px;
    }
}
.H1Text {
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    line-height: 56px;
    color: #364B54;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
}
@media(max-width: 1400px) {
    .H1Text {
        font-size: 60px;
        line-height: 70px;
    }
}
@media(max-width: 800px) {
    .H1Text {
        font-size: 50px;
        line-height: 60px;
    }
}
.H2Text {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #000000;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 5px;
}
@media(max-width: 800px) {
    .H2Text {
        font-size: 30px;
        line-height: 50px;
		letter-spacing: 3px;
    }
}
.H2SaleText {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	line-height: 60px;
	color: #C90E29;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 5px;
}
@media(max-width: 800px) {
    .H2SaleText {
        font-size: 30px;
        line-height: 50px;
		letter-spacing: 3px;
    }
}
.H2SmallText {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	line-height: 48px;
	color: #000000;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.H2bText {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 58px;
    color: #081F2C;
    font-weight: 500;
    text-transform: none;
}
.H2cText {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 46px;
    color: #081F2C;
    font-weight: 600;
    text-transform: none;
}
.H3Text {
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    line-height: 56px;
    color: #FFFFFF;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.H4Text {
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    line-height: 56px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: none;
}
.H4bText {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: none;
}
.H5Text {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #364B54;
    font-weight: 700;
    text-transform: uppercase;
}
.H5smText {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.H5bText {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 56px;
    color: #364B54;
    font-weight: 700;
    text-transform: uppercase;
}
.H5bsmText {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.H5csmText {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.H5dsmText {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.H6Text {
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
.LinkText {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: normal;
    color: #1BA29C;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
}
.LinkText2 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #DF0C05;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
}
#iefix {
    position:relative;
    z-index:1000;
    width: 100%;
    text-align: center;
    background-color: #14A5DC;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

/* Multi Menu
--------------------------------------------- */


.toggle, [id^=drop] {
    display: none;
    color: #ffffff;
}


nav {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.00);
    align: left;
    text-align: center;
    display: inline-block;
}

#logo {
    display: block;
    padding: 0 18px;
    float: center;
    font-size: 13px;
    line-height: 30px;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

@media(min-width: 961px) {
    nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        text-align: left;
    }

    nav ul li {
        margin: 0px;
        display: inline-block;
        float: left;
        background-color: rgba(0, 0, 0, 0.00);
        z-index:1000;
    }

    nav a {
        font-family: "Poppins", sans-serif;
        display: block;
        padding: 0 18px;
        color: #ffffff;
        font-size: 13px;
        line-height: 30px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

}

@media(max-width: 1200px) {
    nav a {
        font-size: 13px;
        padding: 0 10px;
    }
}

nav ul li ul li:hover { background: rgba(0, 0, 0, 0.00); }

nav a:hover { background-color: rgba(0, 0, 0, 0.00); }

@media(min-width: 961px) {
    nav ul ul {
        display: none;
        position: absolute;
        top: 30px;
    }
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
    width: 300px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

li > a:after {
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 600 !important;
    content: '  \f078';
}

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 960px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav { margin: 0;}

    .toggle + a,
    .menu { display: none; }

    .toggle {
        font-family: "Poppins", sans-serif;
        display: block;
        background-color: rgba(255, 255, 255, 0.00);
        padding: 0 18px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        line-height: 30px;
        text-decoration: none;
        border: none;
        letter-spacing: 3px;
        text-transform: none;
    }

    .toggle:hover { background-color: rgba(0, 0, 0, 0.00); }

    [id^=drop]:checked + ul { display: block; }

    nav ul li {
        display: block;
        width: 100%;
    }

    nav ul ul .toggle,
    nav ul ul a { padding: 0 18px; }

    nav ul ul ul a { padding: 0 36px; }

    nav a:hover,
    nav ul ul ul a { background-color: rgba(0, 0, 0, 0.00); }

    nav ul li ul li .toggle,
    nav ul ul a { background-color: rgba(0, 0, 0, 0.00); color: #ffffff; font-weight: 400; }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover > ul,
    nav ul li:hover > ul { display: none; }

    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li { position: static;

    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

#PageSlider {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #FFFFFF;
}
@media(max-width: 800px) {
    #PageSlider {
        padding-top: 0px;
    }
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 30px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.captur3d-3d-tour { text-align: center; }
      .captur3d-3d-tour iframe {
        min-height: 360px;
        width: 100%;
        margin: 24px 0px;
      }
      @media screen and (min-width: 992px) {
        .captur3d-3d-tour iframe {
          height: 675px;
          max-width: 1200px;
          margin: 0 auto 24px;
        }
      }

/* myVideo
--------------------------------------------- */
* {
    box-sizing: border-box;
}
.myVideooverlay {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

@media(max-width: 600px) {
    .myVideooverlay {
        padding: 60% 32px;
        h1 {font-size: 35px; line-height:55px;}
    }
}
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(201, 14, 41, 0.99);
    opacity: 0.6;
    z-index: 2;
}



.container0009 {
    position: relative;
    z-index: 3;
    padding: 15% 32px;
}

@media(max-width: 600px) {
    .container0009 {
        padding: 5% 32px;
    }
}

.myVideocontent {

    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

#myVideoBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myVideoBtn:hover {
    background: #ddd;
    color: black;
}
.overlayText {
    position: absolute;
    top: 30%;
    left: 20%;
    z-index: 1;
}
@media(max-width: 600px) {
    .overlayText{
        left: 10%;
    }
}
#topText {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    font-weight: 500;
    align-self: center;
}
@media(max-width: 600px) {
    #topText{
        font-size: 18px;
        line-height: 28px;
    }
}
/* Back-to-top-button
--------------------------------------------- */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #B8A88E; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 1px; /* Rounded corners */
    font-size: 16px;
}

#myBtn:hover {
    background-color: #999; /* Add a dark-grey background on hover */
}
#SpaceBox1 {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0px;
    padding-top: 300px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
}
#BlueBox1 {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0px;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-color: #1710AB;
    top: 0px;
    left: 0px;
    border-radius: 0px 0px 20px 20px;
}
@media only screen and (max-width: 500px) {
    #BlueBox1 {
        width: 75%;
    }
}
#BlueBox2 {
    height: auto;
    width: auto;
    text-align: left;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background: rgba(23, 16, 171, 0.75);
    bottom: 0px;
    left: 0px;
    border-radius: 20px 20px 20px 20px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
@media only screen and (max-width: 500px) {
    #BlueBox2 {
        width: 75%;
    }
}
.WhiteParaText1 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: none;
}
.WhiteParaText2 {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 37px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.WhiteParaText3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: none;
}
.WhiteParaText4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: none;
}
.FramingParaText1 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #364B54;
    font-weight: 400;
    text-transform: none;
}
.LgParaText1 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
}
@media(max-width: 600px) {
    .LgParaText1 {
        font-size: 15px;
        line-height: 28px;
    }
}
.LgParaText1b {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: none;
}
.LgParaText2 {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.LgParaText2b {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #27AAE2;
    font-weight: 300;
    text-transform: uppercase;
}
.LgParaText3 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
}
.LgParaText4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #CE78D8;
    font-weight: 500;
    text-transform: none;
}
.LgParaText5 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
}
.LgParaText6 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
}
/* Parallax Effect
--------------------------------------------- */

#Banner2 {
    height: 70vh;
    position: relative;
    /*width: auto;*/
    /*text-align: left;*/
    /*background-color: #000000;*/
    /*padding-top: 400px;*/
    /*padding-right: 0px;*/
    /*padding-bottom: 0px;*/
    /*padding-left: 0px;*/
    /*background-attachment: local;*/
    /*background-image: url(../images/banner2.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
}

.parallax-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    background-image: url("../images/parallax1.jpg");
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width: 1025px) {
    .parallax-bg {
        background-attachment: fixed;
    }
}

/* Menu Dropdowns*/
.menu li ul {
    font-family: "Poppins", sans-serif;
    background-color: #B8A88E;
    font-size: 12px;
    padding: 2px 5px;
}

.menu li ul li a {
    font-size: 12px;
}
/* Product Page Sub Menus*/
.SubMenuText1 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    line-height: 39px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.SubMenuText2 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
}
.SubMenuText3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.HighlightText1 {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.HighlightText2 {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 80px;
    color: #081F2C;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.HighlightText3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #27AAE2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.WhiteServiceText1 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 800;
}
.WhiteServiceText2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
}
.WhiteServiceText3 {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 29px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 1px;
}
.WhiteServiceText4 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
}
.WhiteServiceText5 {
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	line-height: 58px;
	color: #ffffff;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 10px;
}
@media(max-width: 600px) {
    .WhiteServiceText5 {
   font-size: 32px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
    }
}
#ServiceBox1 {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 0.4);
}
#ServiceBox2 {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0px;
    background-color: #F4F5F5;
    padding: 60px;
}
.ReviewText1 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 29px;
    color: #666666;
    font-weight: 300;
}
.ReviewText2 {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    line-height: 31px;
    color: #666666;
    font-weight: 500;
}
.ReviewText3 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #666666;
    font-weight: 300;
}
.ReviewText4 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 46px;
    color: #27AAE2;
    font-weight: 400;
}
.SaleText10 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #C90E29;
	width: auto;
	padding: 5px;
}
.SaleText1 {
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
}
.SaleText2 {
	font-family: 'Poppins', sans-serif;
	font-size: 70px;
	line-height: 80px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
}
.SaleText2b {
	font-family: 'Poppins', sans-serif;
	font-size: 70px;
	line-height: 80px;
	color: #C90E29;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-text-stroke: 2px white;
}
.SaleText3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 58px;
	color: #ffffff;
	font-weight: 500;
	text-transform: none;
}
.SaleText4 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	line-height: 42px;
	color: #C90E29;
	font-weight: 600;
	text-transform: uppercase;
}
.SaleText5 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
.SaleText6 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #C90E29;
	width: auto;
	padding: 5px;
}
.SaleText7 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #B5A687;
	font-weight: 400;
	text-transform: none;
}
.SaleText8 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #C90E29;
	font-weight: 800;
	text-transform: uppercase;
}
.SaleText9 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 42px;
	color: #000000;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.SaleText9b {
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	line-height: 66px;
	color: #C90E29;
	font-weight: 700;
	text-transform: uppercase;
}
.SaleText10 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #C90E29;
	width: auto;
	padding: 5px;
}
.SaleText11 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #C90E29;
	font-weight: 400;
	text-transform: uppercase;
}
.SaleText11b {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #C90E29;
	font-weight: 700;
	text-transform: uppercase;
}
.SaleText12 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 36px;
	color: #C90E29;
	font-weight: 400;
	text-transform: uppercase;
}
.SaleText13 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	font-weight: 400;
	text-transform: none;
}
.SaleText14 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.SaleText15 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 1px;
}
/* Overlay
--------------------------------------------- */
.hoverimage {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 98%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.4);
}

.container3:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
/* Mobile Menu
--------------------------------------------- */

.hc-offcanvas-nav {
    z-index: 99999 !important;
}

@media(max-width: 960px) {
    .menu {
        display: none;
    }
}

@media(min-width: 961px) {
    #mob-menu-container {
        display: none;
    }
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul,
.hc-offcanvas-nav a.nav-next,
.hc-offcanvas-nav .nav-back a {
    /* Mobile menu background colour */
    background-color: #000000;
    background: #000000;
}

.hc-offcanvas-nav .nav-back a {
    border-top: none;
}

.hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6 {
    /* Top Level Title Text Colour */
    color: #ddd
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    /* separation border between title and menu items */
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav a.nav-next {
    /* menu items separation border */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
}

.hc-offcanvas-nav .nav-item-link {
    /* Menu Items Font Size */
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.hc-nav-trigger {
    /* Hamburger menu icon */
    right: 5%;
    font-size: 21px;
}

@media(min-width: 550px) and (max-width: 960px) {
    .full-mob {
        width: 52% !important;
    }

    .full-mob #menu {
        margin-top: 4px;
    }

    .menu-col {
        width: 30% !important;
        margin: auto;
    }

    .hc-nav-trigger {
        left: 50%;
        transform: translateX(-50%);
    }
}
