

/* Tablet
--------------------------------------------------
------------------------------------------------*/
@media screen and (min-width : 481px) and (max-width : 1024px) {


body {
font-size: 1.2em;
line-height: 1.4em;
}
.subfooter_box h5,
.subfooter_boxt h5,
#body h1,
#body h4,
h1, h2, h3, h4, h5, h6 {
font-size: 1.8em;
line-height: 1.8em;
}
.subfooter_box h5 a,
.subfooter_boxt h5 a {
font-size: 1.8em;
}

.button {
width: auto;
font-size: 1.8em;
margin: 2% 0;
padding: 2%;
}

#menu {
display: none;
}

/* slider
--------------------------------*/
.header_banner img,
.nivoSlider,
#slider {
height: 400px;
}

/* navigation
--------------------------------*/
#navigation,
#navigation2 {
width: 100px;
height: 80px;
margin:0;
padding:0;
background: url(/uploads/prem01.seesites.biz_--_839997548.png) center no-repeat #fff;
background-size: 60%;
position: absolute;
top:0;
right: 0;
z-index: 9999;
}
#nav {
width: 300px;
display: none;
margin-top: 80px;
float: right;
position: relative;
z-index: 9999;
}
#nav li {
float: none;
margin: 0;
}
#nav a {
padding: 5% 15%;
font-size: 1.4em;
text-align: center;
}
#nav ul {
width: 295px;
position: static;
z-index: 9999;
}
.nav-open {
display: block !important;
}

/* header
--------------------------------*/
#header {
width: 100%;
height: 80px;
position: absolute;
padding: 0;
z-index: 9999;
background-size: 50% auto;
background-position: 4% center;
}
#header h5 {
width: 100%;
height: 60px;
padding: 10px 0;
margin: 0;
position: fixed;
bottom: 0;
left:0;
background: #eee;
z-index: 999;
line-height: 1em;
font-size: 2.8em;
text-align:center;
}
#header h6 {
display: none;
}
#header form {
display: none;
}

/* subfooter top - bottom
--------------------------------*/
.subfooter_box,
.subfooter_boxt {
width:42%;
margin: 2%;
padding: 2%;
line-height: 1.4em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

/* content
------------------------------*/
#body {
line-height: 1.4em;
}
#body_text {
width: 100%;
margin: 0;
}
#body_text_inner {
padding: 4%;
}

/* footer
-------------------------------*/
#footer {
font-size: 0.6em;
line-height: 1.2em;
background-image: none;
}
#footer_inner {
width: 100%;
margin: 0;
text-align: center;
}

* {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, b {
font-family: 'Comfortaa', cursive;
}
#toTop {
right: 30px;
bottom: 0;
}
.button {
font-size: 1em;
}

/* Header 
-------------------------------*/
#header {
height: 120px;
margin: 40px 0 0;
padding: 0px;
text-align: right;
background-size: auto 65%;
background-position: 2% bottom;
position: relative;
z-index: 1;
width: 100%;
border-bottom: 2px solid #fff;
}
#header h5, #header h6 {
width: auto;
margin: 0;
text-align: center;
position: absolute;
top: 28px;
transform: translateY(-50px);
z-index: 10;
font-size: 18px;
line-height: 18px;
color: #fff;
font-family: 'Comfortaa', cursive;
height: unset;
padding: unset;
bottom: unset;
left: unset;
background: unset;
}
#header h5 {
right: calc(3vw + 320px);
}
#header h6 {
right: 1vw;
display: block;
}
#header h5 a, #header h6 a {
transition: all 300ms ease-in-out;
color: #fff;
text-decoration: none;
}
#dark-mode-button {
position: fixed;
right: 0;
top: 100%;
background: #f5f5f5;
padding: 15px;
max-width: 60px;
max-height: 60px;
border-radius: 40px 0px 0px 40px;
}
#dark-mode-button img {
width: 100%;
}
#dark-mode-button.On .dark {
display: none;
}
#dark-mode-button.Off .light {
display: none;
}

/* Social Media Header
----------------------------*/
.social_media_header {
position: absolute;
margin: 0 !important;
z-index: 3;
top: -40px;
width: 100%;
padding: 7.5px;
}
.social_media_inner_header {
float: left !important;
}
.social_media_inner_header img {
transition: all 300ms ease-in-out;
}
.social_media_inner_header img:hover {
transform: scale(1.1);
}

/* navigation open / close
---------------------------------------*/
#header,
#navigation,
.slider,
.header_banner,
#body,
.subfooter,
#footer {
transform: translateX(0);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}
html.nav-open #main #header,
html.nav-open #main #navigation,
html.nav-open #main .slider,
html.nav-open #main .header_banner,
html.nav-open #main #body,
html.nav-open #main .subfooter,
html.nav-open #main #footer {
transform: translateX(-200px);
}
#main::before {
content: "";
width: 200px;
background: #fff;
position: absolute;
top: -40px;
right: 0;
bottom: 0;
transform: translateX(200px);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}
html.nav-open #main::before {
transform: translateX(0);
}

/* navigation
----------------------------------*/
#navigation,
#navigation2 {
width: 60px;
height: 60px;
background: url(https://cms.pm/uploads/prem02-v2.seesite.biz_--_612353780.png) center no-repeat rgba(0, 0, 0, 0.9);
background-size: 40%;
right: 10px;
top: 50%;
transform: translateY(-50%);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#nav {
width: 200px;
margin: 0;
background-color: #fff;
background-image: none;
right: -210px;
top: -69px;
display: block;
}
#nav li {
width: 100%;
display: block;
border: none;
padding: 0;
}
#nav li.navArrow > a {
padding-left: 30px;
padding-right: 30px;
}
#main #nav a {
width: 100%;
margin: 0;
border: none;
font-size: 12px;
color: #111;
line-height: 28px;
text-align: center;
}
#main nav .current a {
color: #b5c385 !important;
}
#nav ul {
width: 100%;
padding: 5px;
transform: translateX(0);
}
#nav a,
#nav .current a,
#nav li:hover > a {
background: none;
}
.navArrow.white:after {
top: 22px;
}

/* basic banner
--------------------------------------------------*/
#main .slider .slide.active::before,
#main .slider .slide.slideone::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 56.2222%;
    z-index: 1 !important;
}
#main .slide .slide-inner-text {
padding: 25% 0;
left: unset;
top: unset;
transform: none;
bottom: unset;
}

#main .slide .slide-outer-text {
    width: 80%;
    left: 10%;
    border: none;
    top: unset;
    right: unset;
    bottom: unset;
    padding: 0;
    background: none !important;
}

#main .slider .slide img {
  width: 100%;
}

#main #prev {
    left: 5%;
}
#main .slide .slide-inner-text .slide-header h1 {
    font-size: 20px !important;
color: #fff;
}

#main .slide .slide-inner-text .slide-header h1::before {
  display: none;
}

#main .slide .slide-inner-text .slide-text p {
    font-size: 0.8em;
    line-height: 1.2em;
}

a.bannerbtn-1, a.bannerbtn-2 {
    font-size: 0.9em;
    line-height: 1.2em;
}



@media screen and (max-width: 700px) and (min-width: 481px) {
#main .slide .slide-inner-text {
    padding: 17% 0;
}
a.bannerbtn-1, a.bannerbtn-2 {
    font-size: 0.7em;
    line-height: 1em;
}

#main .slide .slide-inner-text .slide-header h1 {
    font-size: 18px !important;
}
#main .slide .slide-inner-text .slide-text p {
    font-size: 0.65em;
    line-height: 1.2em;
}
}


/* Sidebar
---------------------------*/
#menu {
width: 35%;
float: right;
margin: 0;
padding: 0;
display: none;
}
#menu_box {
padding: 4vw 8vw;
border: 0;
border-radius: 0;
margin: 0;
}
#menu_box:nth-child(2) {
padding: 1vw 8vw 4vw 0;
}
#menu_box h4 {
background: linear-gradient(253.73deg,#b5c385,#b5c385);
font-size: 22px;
line-height: 22px;
margin: 0;
padding: 20px;
border-radius: 0;
position: relative;
text-transform: uppercase;
font-family: 'Comfortaa', cursive;
}
#menu_box h4::before {
display: none;
}
.sidecontainer {
  position: relative;
  width: 100%;
}
.sideimage {
  display: block;
  width: 100%;
  height: auto;
}
.sideoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e7954687;
}
.sidecontainer:hover .sideoverlay {
  opacity: 1;
}
.sidetext {
color: white;
line-height: 30px;
font-size: 26px;
font-family: 'Comfortaa', cursive;
text-transform: uppercase;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}

/* Subfooter Top
-------------------------------*/
.subfootert {
width: 100%;
margin-bottom: 0;
}
.subfooter_innert {
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
background: #1d1e18;
border-bottom: 2px solid #fff;
}
.subfooter_boxt {
float: unset;
width: 50%;
padding: 0;
margin: 0;
line-height: 0;
}
.subfooter_boxt h5 {
display: none;
}
.subfooter_boxt img {
margin: 0;
}
.subfooter_boxt:nth-child(1) {
width: 100%;
background: #1d1e18;
color: #fff;
position: relative;
padding: 50px;
border-right: none !Important;
}
.homecss .subfooter_boxt:last-child {
padding: 4vw 8vw;
width: 100%;
background: #1d1e18;
color: #fff;
font-family: 'Comfortaa', cursive;
border-top: 2px solid #fff;
}
.subfooter_boxt:nth-child(1) p, 
.homecss .subfooter_boxt:last-child p {
display: block;
font-size: 14px;
line-height: 20px;
position: relative;
}
.subfooter_boxt:nth-child(1) .topsolidblock {
position: relative;
top: 0;
padding: 0;
transform: unset;
font-family: 'Comfortaa', cursive;
}
.subfooter_boxt:nth-child(1) .topsolidblock h1,
.subfooter_boxt:nth-child(1) .topsolidblock h2, 
.homecss .subfooter_boxt:last-child h2 {
color: #FFC857;
text-transform: uppercase;
position: relative;
margin-bottom: 10px !important;
}
.subfooter_boxt:nth-child(1) .topsolidblock h2::before {
display: none;
}
.subfooter_boxt:nth-child(1) .topsolidblock .topsolidblockbutton {
margin-right: 10px;
}
.topsolidblockbutton {
padding: 10px 20px;
width: auto;
float: left;
transition: all 300ms ease-in-out;
}
.topsolidblockbutton p {
margin: 0;
color: #fff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: -1px;
}
.topsolidblockbutton:hover {
transform: translateY(-2px);
box-shadow: 0 0 20px rgba(0,0,0,0.2), 0 0 20px rgba(0,0,0,0.2);
}

/* Content
-------------------------------*/
#main {
width: 100%;
margin: 0 auto;
position: relative;
padding: 0px;
overflow: hidden;
}
#body {
width: 100%;
padding: 0;
background: #ffffff;
color: #1d1e18;
}
#body_text {
width: 100%;
margin: 0;
}
#body_text_inner {
padding: 4vw 8vw;
}
#body_text_inner h1 {
font-family: 'Comfortaa', cursive;
font-size: 2em !important;
line-height: 1.5em !important;
position: relative;
color: #111;
}
#body_text_inner h1::before {
content: "";
position: absolute;
width: 32%;
bottom: 0;
}
.contactpage #body_text_inner h1::before {
    width: 50%;
    left: 25%;
}

img.responsive-image {
    display: block;
    width: 50%;
    float: right;
    margin: 0 0 10px 25px;
}

.flex-inner {
    width: 100%;
}

.length-width-inner {
    width: 48%;
    margin: 1%;
}
.length-width-inner:nth-child(3) {
    width: 100%;
}

button.btn-button {
    width: 49%;
}
.crane-inner {
    width: 48%;
}

/* custom blog tablet
-----------------------------------*/
.blog-item {
width: calc(50% - 10px);
margin: 0 20px 20px 0;
padding: 15px 15px 55px;
font-size: 2.2vw;
line-height: 2.7vw;
}
.blog-item:nth-child(2n) {
	margin-right: 0px;
}
#body .blog-item h2, #body .blog-item h2 a {
    font-size: 1.2em;
    line-height: 1.2em;
}

/* Feedback
--------------------------*/
#feedback {
padding: 15px 25px !important;
border: 0 !important;
box-shadow: 0 0 10px rgba(0,0,0,0.2), 0 0 20px rgba(0,0,0,0.4);
position: relative;
}
#feedback .button {
position: absolute;
bottom: 20px;
right: 30px;
background: linear-gradient(253.73deg,#b5c385,#b5c385);
padding: 10px 25px;
width: auto;
border-radius: 0;
cursor: pointer;
text-transform: uppercase;
font-size: 14px;
line-height: 14px;
transition: all 300ms ease-in-out;
text-shadow: none;
}
#feedback .button:hover {
transform: translateY(-2px);
}
.reviews {
width: 100%;
background: linear-gradient(253.73deg,#b5c385,#b5c385);
border: 1px solid #dfa046;
padding: 25px 40px;
margin-bottom: 10px;
color: #fff;
}
.reviews h5 {
font-weight: bold !important;
text-transform: uppercase;
}

/* product cart
---------------------------------------*/
#top_cart {
top: auto;
transform: translate(-50%, 50px);
bottom: 0px;
}
.simpleCart_total,
.simpleCart_quantity {
display: none;
}
.simpleCart_items table {
flex-wrap: wrap;
}
.simpleCart_items table tr,
.simpleCart_items table tbody,
.simpleCart_items table thead,
.simpleCart_items table,
.simpleCart_items {
width: 100%;
display: flex;
}
.simpleCart_items table tr th,
.simpleCart_items table tr td {
width: 20%;
padding: 10px;
text-align: center;
}


/* Home Page Accordion
----------------------------------*/
#accordian-wrapper {
position: relative;
top: 1px;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.02), 0 0 30px rgba(0,0,0,0.04);
-moz-box-shadow: 0 0 20px rgba(0,0,0,0.02), 0 0 30px rgba(0,0,0,0.04);
-ms-box-shadow: 0 0 20px rgba(0,0,0,0.02), 0 0 30px rgba(0,0,0,0.04);
-o-box-shadow: 0 0 20px rgba(0,0,0,0.02), 0 0 30px rgba(0,0,0,0.04);
box-shadow: 0 0 20px rgba(0,0,0,0.02), 0 0 30px rgba(0,0,0,0.04);
height: auto;
}
button.homeAccordion {
background-color: #fff;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
outline: none;
font-size: 20px;
transition: 0.4s;
border: none;
font-family: 'Comfortaa', cursive;
}
button.homeAccordion.active,
button.homeAccordion:hover {
color: #b5c385;
}
button.homeAccordion.active {
background: #e8e8e8;
color: #e79346;
}
button.homeAccordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
button.homeAccordion.active:after {
content: "\2212";
}
div.homePanel {
padding: 0 18px;
background-color: #e8e8e8;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
div.homePanel a {
text-decoration: none;
}
.accordian-button-link {
margin-bottom: 20px;
transition: all 300ms ease-in-out;
float: left;
}
.accordian-button-link:hover {
transform: translateY(-1px);
}
.accordian-button-link p {
color: #ffffff;
transition: all 300ms ease-in-out;
text-transform: uppercase;
font-weight: bold;
display: inline;
padding: 7.5px 20px;
background: linear-gradient(253.73deg,#b5c385,#b5c385);
}




/* Subfooter Bottom
------------------------------*/
.subfooter_inner {
width: 100%;
padding: 0;
display: flex;
flex-wrap: wrap;
flex-direction: row;
background: linear-gradient(33.73deg,#1d1e18,#1d1e18);
}
.subfooter_box {
position: relative;
width: 33.33333%;
height: auto;
z-index: 0;
font-size: 14px;
line-height: 20px;
border-bottom: 1px solid #1d1e18;
color: #fff;
overflow: hidden;
padding: 2vw 0vw;
margin: 0;
font-family: 'Comfortaa', cursive;
}
.subfooter_box a {
color: #fff;
}
.subfooter_box:nth-child(1) {
padding: 3vw 6vw;
}
.subfooter_box:nth-child(1) .button {
color: #ffffff;
transition: all 300ms ease-in-out;
text-transform: uppercase;
font-weight: bold;
padding: 10px 25px;
border: 0;
border-radius: 0;
font-size: 15px;
line-height: 15px;
font-family: 'Comfortaa', cursive;
cursor: pointer;
z-index: 1;
}
.subfooter_box:nth-child(1) .button:hover {
transform: translateY(-2px);
box-shadow: 0 0 20px rgba(0,0,0,0.2), 0 0 20px rgba(0,0,0,0.2);
}
.subfooter_box:nth-child(2), .subfooter_box:nth-child(3) {
width: 50%;
padding: 2% 6% 4% !important;
}
.subfooter_box:nth-child(4) {
padding: 2% 6%;
width: 100%;
}
.subfooter_box h5 {
font-size: 16px;
line-height: 40px;
margin-bottom: 20px;
font-family: 'Comfortaa', cursive;
text-transform: uppercase;
font-weight: bold;
padding-left: 50px;
position: relative;
}
.subfooter_box h5 a {
font-size: 16px;
}

/* Footer
--------------------------*/
#footer {
background: #1d1e18;
color: #fff;
}
#footer a {
color: #fff;
}

/* DARK MODE
-----------------------------*/

#dark-mode .social_media_header {
background: #000;
}
#dark-mode #nav li {
border: none;
}
#dark-mode .subfooter_boxt {
background: #252525;
}
#dark-mode .homecss .subfooter_boxt:last-child {
border-bottom: 2px solid #fff;
}
#dark-mode #body {
background: #252525;
color: #ffffff;
}
#dark-mode #body_text_inner h1 {
color: #fff;
}
#dark-mode .sideoverlay {
background-color: #54545487;
}
#dark-mode button.homeAccordion.active, 
#dark-mode div.homePanel, 
#dark-mode button.homeAccordion {
background: #252525;
color: #fff;
}
#dark-mode .subfooter_inner {
background: #252525;
border-top: 2px solid #fff;
}
#dark-mode .topsolidblockbutton, 
#dark-mode .accordian-button-link p, 
#dark-mode #menu_box h4, 
#dark-mode .subfooter_box:nth-child(1) .button {
background: linear-gradient(253.73deg,#505050,#7d7d7d);
}
#dark-mode #body_text_inner h1::before {
border-color: #747474;
}
#dark-mode .reviews {
background: linear-gradient(253.73deg,#404040,#4c4c4c);
}
#dark-mode footer {
background: #111111;
}
#dark-mode #main::before {
background: #111;
}
#dark-mode #nav {
background: #111;
}
#dark-mode #main #nav a {
color: #d0d0d0;
}
}
@media screen and (max-width: 716px) and (min-width: 481px) {
.chimnee {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 80%;
}

.chimnee img {
width: 48%;
margin: 1%;
}
}
@media screen and (max-width: 690px) and (min-width: 481px) {
#main #header h6, #main #header h5 {
    font-size: 0px;
    line-height: 0px;
    top: 0;
    height: 40px;
    width: 40px;
    transform: translateY(-35px);
}
#main #header h6 img, #main #header h5 img {
    display: block;
    width: 100%;
    height: auto;
}
#main #header h5 {
    right: 80px;
}
.length-width-inner {
    width: 100%;
}
}
@media screen and (max-width: 580px) and (min-width: 481px) {
.accreditations {
    width: 100%;
}
.subfooter_box:nth-child(2),
.subfooter_box:nth-child(3) {
width: 100%;
}
}
}