



/* Mobile
--------------------------------------------------
------------------------------------------------*/
@media screen and (max-width : 480px) {

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

.button {
font-size: 1em;
margin: 2% 0;
padding: 2%;
}

#menu {
display: none;
}

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

/* navigation
--------------------------------*/
#navigation,
#navigation2 {
width: 100%;
height: 60px;
margin:0;
padding:0;
background: url(/uploads/prem01.seesites.biz_--_789736362.jpg) no-repeat;
background-size: auto;
background-position: right;
position: absolute;
top:0;
right: 0;
z-index: 9999;
}
#nav {
width: 96%;
top:-1000px;
float: none;
display: none;
margin: 60px auto 0;
padding: 2%;
position: relative;
z-index: 9999;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#nav li {
float: none;
margin:0;
}
#nav a {
padding: 5% 0;
font-size: 2em;
line-height: 1.5em;
text-align: center;
}
#nav ul {
position: static;
width: 92%;
padding: 4%;
margin: 0;
}
.nav-open {
top:0 !important;
display: block !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

/* header
--------------------------------*/
#header {
width: 100%;
height: 60px;
position: absolute;
padding: 0;
z-index: 9999;
background-size: 50% auto;
background-position: 4% center;
}
#header h5,
#header h6 {
display: none;
}
#header form {
display: none;
}

/* subfooter top - bottom
--------------------------------*/
.subfooter_box,
.subfooter_boxt {
width:92%;
margin: 2%;
padding: 2%;
line-height: 1.2em;
-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 {
padding-bottom: 10px;
font-size: 1em;
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;
}

/* Header 
-------------------------------*/
#header {
height: 80px;
margin: 40px 0 0;
padding: 0px;
text-align: right;
background-size: auto 80%;
background-position: 2% bottom;
position: relative;
z-index: 1;
width: 100%;
border-bottom: 2px solid #fff;
}
#main #header h5, #main #header h6 {
    font-size: 0;
    line-height: 0;
}
#header h5, #header h6 {
margin: 0;
position: absolute;
z-index: 10;
color: #fff;
font-family: 'Comfortaa', cursive;
padding: unset;
bottom: unset;
left: unset;
background: unset;
display: block !important;
float: right;
right: 10px;
position: absolute;
text-align: unset;
font-size: 0px;
line-height: 0px;
top: 0;
height: 30px;
width: 30px;
transform: translateY(-35px);
}
#header h5 img, #header h6 img {
width: 100%;
height: auto;
display: block;
}
#header h5 {
right: 50px;
}
#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: calc(100% + 32px);
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: 40px;
height: 40px;
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;
}
#main nav .current a {
color: #FF347B !important;
}
#nav {
width: 200px;
margin: 0;
background-color: #fff;
background-image: none;
right: -50px;
top: -50px!important;
display: block;
}
#nav li {
width: 100%;
display: block;
border: none;
}
#nav li.navArrow > a {
padding-left: 30px;
padding-right: 30px;
}
#main #nav a {
width: 100%;
margin: 0;
border: none;
font-size: 16px;
color: #111;
line-height: 30px;
text-align: center;
}
#nav ul {
width: 100%;
padding: 5px;
transform: translateX(0);
}
#nav a,
#nav .current a,
#nav li:hover > a {
background: none;
}
.navArrow.white:after {
top: 15px;
}

/* basic banner
---------------------------------------------------*/

#main .slider .slide img {
    width: 150%;
}

#main .slide .slide-outer-text {
    width: 100%;
    padding-bottom: 135%;
    border-right: none;
    border-bottom: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5) !important;
}

#main .slide .slide-inner-text {
    top: 25%;
    transform: translateY(25%);
}
#main .slide .slide-inner-text .slide-header h1 {
    color: #fff;
}
#main .slide .slide-inner-text .slide-header h1::before {
  display: none;
}

#main .slide .slide-inner-text .slide-header h1 {
    font-size: 1.1em !important;
    line-height: 1em !important;
}

#main .slide .slide-inner-text .slide-text p {
    font-size: 0.85em;
}

.button-outer {
    display: none;
}


@media screen and (max-width: 400px) {
    #main .slider .slide img {
    width: 200%;
}
}
@media screen and (max-width: 350px) {
#main .slide .slide-inner-text {
    transform: translateY(7%);
}
}

/* Sidebar
---------------------------*/
#menu {
width: 35%;
float: right;
margin: 0;
padding: 0;
display: none;
}
#menu_box {
padding: 4vw 8vw 4vw 0;
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,#FF347B,#FF347B);*/
background: #FF347B;
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 {
content: "";
background: url(https://cms.pm/uploads/files/jackgymcms03.seesite.biz_--_912633575.png);
background-size: 30px;
bottom: 50%;
right: 0;
transform: translate(-50%, 50%);
width: 30px;
height: 30px;
display: block;
position: absolute;
}
.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: #232532;
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: #232532;
color: #fff;
position: relative;
padding: 50px 8vw;
border-right: none !Important;
}
.homecss .subfooter_boxt:last-child {
padding: 4vw 8vw;
width: 100%;
background: #2d303e;
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;
padding: unset;
font-family: 'Comfortaa', cursive;
transform: unset;
top: 0;
}
.subfooter_boxt:nth-child(1) .topsolidblock h1,
.subfooter_boxt:nth-child(1) .topsolidblock h2, 
.homecss .subfooter_boxt:last-child h2 {
font-size: 18px !important;
line-height: 24px;
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: #232532;
}
#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,
.contactpage #body_text_inner h1::before {
content: "";
position: absolute;
width: 65%;
bottom: 0;
transform: translateY(50%);
}
#body_text_inner img {
width: 100% !important;
margin: 20px 0 !important;
padding: 1% !important;
display: block !important;
}

.flex-inner {
    width: 100%;
}
.flex-inner a {
    font-size: 0.8em;
}

.column1, .column2, .column3 {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(
90deg
, #35b3ef, #35b3ef) 10;
}

#prod_description {
    width: 100%;
}

.vacancies a.btn4 {
    display: none;
}

/* custom blog mobile
-----------------------------------*/
.blog-item {
    width: calc(100% - 20px);
    margin: 0 10px 40px;
    padding: 15px 15px 55px;
    font-size: 4.2vw;
    line-height: 4.9vw;
}
#body .blog-item h2, #body .blog-item h2 a {
    font-size: 1.2em;
    line-height: 1.2em;
}
.blog-item:nth-child(4n) {
	margin-right: 10px;
}

/* Gallery
------------------------*/
.gal_thumbs {
width: 45.5%;
height: 120px;
}


/* 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,#FF347B,#FF347B);*/
background: #FF347B;
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%;
border: 1px solid #f0539f;
padding: 25px 40px;
margin-bottom: 10px;
color: #fff;
}
.reviews h5 {
font-weight: bold !important;
text-transform: uppercase;
}
.reviews:nth-child(4n),
.reviews:nth-child(4n+1) {
/*background: linear-gradient(to left,#35b3ef,#f0539f);*/
background: #35b3ef;
border-color: #333;
}
.reviews:nth-child(2n) {
/*background: linear-gradient(to left,#35b3ef,#f0539f);*/
background: #f0539f;
border-color: #333;
}

/* product cart
---------------------------------------*/
#top_cart {
width: 100%;
top: auto;
bottom: 0;
transform: translate(-50%, 40px);
}
.simpleCart_total,
.simpleCart_quantity {
}
.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: 5px;
text-align: center;
font-size: 11px;
}
.simpleCart_items table tr th.item-decrement,
.simpleCart_items table tr th.item-increment,
.simpleCart_items table tr td.item-decrement,
.simpleCart_items table tr td.item-increment {
width: 20px;
}
#body_text_inner .simpleCart_empty,
#body_text_inner .simpleCart_checkout {
width: 48%;
margin: 20px 1% !important;
text-align: center;
}
tr.simpleCart_shelfItem {
margin: 10px 0;
padding: 10px;
display: flex;
flex-wrap: wrap;
}
tr.simpleCart_shelfItem:nth-child(even) {
background: #f1f1f1;
}
tr.simpleCart_shelfItem td {
width: 50%;
padding: 5px !important;
display: flex;
align-items: center;
}
tr.simpleCart_shelfItem td:nth-child(3),
tr.simpleCart_shelfItem td:nth-child(4),
tr.simpleCart_shelfItem td:nth-child(5) {
display: none;
}
tr.simpleCart_shelfItem td:nth-child(6),
tr.simpleCart_shelfItem td:last-child {
width: 100%;
}
tr.simpleCart_shelfItem td:last-child .btn4 {
width: 100%;
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: #FF347B;
}
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,#FF347B,#FF347B);
}




/* Subfooter Bottom
------------------------------*/
.subfooter_inner {
width: 100%;
padding: 0;
display: flex;
flex-wrap: wrap;
flex-direction: row;
background: linear-gradient(33.73deg,#232532,#2d303e);
}
.subfooter_box {
position: relative;
width: 100%;
height: auto;
z-index: 0;
font-size: 14px;
line-height: 20px;
border-bottom: 1px solid #2d303e;
color: #fff;
overflow: hidden;
padding: 6vw !important;
margin: 0;
font-family: 'Comfortaa', cursive;
}
.subfooter_box a {
color: #fff;
}
.subfooter_box:nth-child(1) {
padding: 4vw 8vw !important;
}
.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 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: #2d303e;
color: #fff;
height: auto;
}
#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;
}

}