

/* 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;
}

.seo-pin {
display: none;
}
#main {
overflow: hidden;
}

/* header
-----------------------------------*/
#main #header {
margin-top: 35px;
background-size: auto 65%;
position: relative;
}
#header::before {
height: 35px;
top: -35px;
}
#main #header h6,
#main #header h5 {
width: 50%;
height: 35px;
padding: 0;
display: block;
position: absolute;
top: 0;
left: 0;
background: transparent;
font-size: 1.2em;
line-height: 35px;
text-align: center;
transform: translateY(-35px);
}
#main #header h6 {
left: 40%;
}
.social_media_header {
width: 210px;
top: 0;
left: auto;
right: -200px;
text-align: center;
padding: 0px 0 0 3vw;
background: transparent;
transform: translateY(-50%);
}
.social_media_inner_header img {
width: 30px;
}
/* navigation open / close
---------------------------------------*/
#header,
#navigation,
.header_banner,
.slider,
#body,
.subfooter,
#footer {
transform: translateX(0);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}
#body {
transform: translateX(0) translateY(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 .subfooter,
html.nav-open #main #footer {
transform: translateX(-200px);
}
html.nav-open #main #body {
transform: translateX(-200px) translateY(0);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}
#main::before {
content: "";
width: 200px;
background: #333;
position: absolute;
top: 0;
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%;
top: 50%;
right: 10px;
transform: translateY(-50%);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
overflow: visible;
}
#nav {
width: 200px;
margin: 0;
padding: 0;
background-color: #333;
background-image: none;
right: -210px;
top: 15px;
display: block;
}
#nav::after {
display:none;
}
#nav li {
width: 100%;
display: block;
}
#nav li.navArrow > a {
padding-left: 30px;
padding-right: 30px;
}
#main #nav a {
width: 100%;
margin: 0;
padding: 10px;
color: #fff;
border: none;
}
#nav ul {
width: 100%;
padding: 5px;
transform: translateX(0);
}
#main #nav ul a {
color: #333;
}
#nav a,
#nav .current a,
#nav li:hover > a {
background: none;
}
#nav .current a::before,
#nav li:hover > a::before,
#navigation2::before,
#navigation2 #nav::before {
display: none;
}
#main #nav .current a,
#main #nav li:hover > a {
border: none;
}
.navArrow.white:after {
top: 22px;
}
#header.scroll-down #navigation2 {
right: 10px;
transform: translateY(20px);
}

/* Basic Banner
-----------------------*/
.slider {

}
#main .slider .slide img {
width: 150%;
left: 50%;
transform: translateX(-50%);
}
.header_banner img {
width: 100%;
height: 300px !important;
}
#main .slide .slide-inner-text .slide-text {
padding:0 6vw;
}

#main .slide .slide-inner-text .slide-header h1 {
    font-size: 1.6em;
    line-height: 1.4em;
}

.header_banner::after {
font-size: 2em;
top: 60%;
width: 90%;
}

/* subfooter top
-----------------------------------*/
.subfooter_boxt {
width: 100%;
margin: 0;
}
.subfooter_boxt:first-child {
padding-bottom: 8vw;
}
.subfooter_boxt:nth-child(2),
.subfooter_boxt:nth-child(3) {
width: calc(100% - 4vw);
margin: 2vw;
}
.subfooter_boxt:nth-child(2) {
margin-bottom: 0;
}
.subfooter_boxt:first-child::after {
right: 0;
}
.subfooter_boxt:first-child > a:first-of-type {
display: none;
}
.subfooter_boxt:nth-child(2)::after,
.subfooter_boxt:nth-child(3)::after,
.subfooter_boxt:nth-child(2)::before,
.subfooter_boxt:nth-child(3)::before {
width: calc(50% - 1vw);
}
#main .subfooter_boxt h5 a,
#main .subfooter_boxt h5 {
}
#main .subfooter_boxt:first-child h5,
.subfooter_boxt:first-child p {
padding-left: 1vw;
}
.subfooter_boxt:first-child p,
.subfooter_boxt p {
}
.subfooter_boxt:first-child p {
width: 100%;
padding: 10vw 5vw 5vw;
text-align: center;
}
#main .subfooter_boxt:first-child .button,
#main .subfooter_box .button,
#main .subfooter_box form .button {
font-size: 0.8em;
line-height: 1em;
transform: skew(-15deg) translateX(-50%) !important;
border: 2px solid #124D5E;
width: 70%;
}
.subfooter_boxt:nth-child(2) p,
.subfooter_boxt:nth-child(3) p {
padding:0 6vw;
}
.subfooter_boxt p span.sub-icon {
width: 7vw;
}
.subfooter_boxt:nth-child(2) img,
.subfooter_boxt:nth-child(3) img {
width: calc(50% - 2vw);
}
.subfooter_boxt:nth-child(3) .red-crane {
left: 1%;
}
.subfooter_boxt:first-child .button {
left: 50%;
transform: translateX(-50%);
}

/* sidebar
-------------------------------------------------*/
#menu {
display: none;
}

/* content
-------------------------------------------------*/
#body {

}
#body::before {
height: 40px;
}
#body_text {
padding: 2vw 4vw;
}
#main #body_text_inner {
width: 100%;
}

.list-inner {
    width: 100%;
}

.areas, .map {
    width: 100%;
}

.blog-item {
    width: calc(50% - 20px);
}

.blog-item:nth-child(3n) {
    margin: 0 20px 20px 0;
}

.blog-item:nth-child(2n) {
    margin-right: 0;
}

#main #body_text fieldset input,
#main #body_text fieldset textarea {
width: 70% !important;
}

#main #body_text fieldset input#policy_accept, 
#main #body_text fieldset input#mailing_list {
width: inherit !important;
}

/* Gallery
-----------------------------------------------*/
.ad-gallery .ad-image-wrapper {
height: 40vw;
}

/* products
---------------------------------------------*/
#main #body_text .products {
width: 48%;
}
#main #body_text .prods {
    width: 42%;
}
#main #body_text #prod_description {
    width: 55%;
}
#main #body_text .products {
    min-height: 400px;
}
#main #body_text .products img {
    width: 200%;
}
#main #prod_description .ad-gallery {
background: #5e5e5f !important;
}

/* product cart
---------------------------------------*/
#top_cart {
left: auto;
right: 0;
top: auto;
transform: translate(0px, 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;
}

/* testimonials
--------------------------------*/
.reviews {
}

/* news
----------------------------------------*/
#feedback .button {
}

/* subfooter bottom
-----------------------------------*/
.subfooter_box {
width: 50%;
margin: 0vw;
padding: 4% !important;
}
.subfooter_box:first-child::after {
left:0;
}
.subfooter_box:nth-child(2) {
width: 100%;
}
.subfooter_box:nth-child(3) {
padding: 2%;
}
.subfooter_box:nth-child(4) {
padding-right: 4%;
}
#main .subfooter_box h5 a,
#main .subfooter_box h5 {
font-size: 1em;
line-height: 1.5em;
}
.subfooter_box:first-child > a:first-of-type {
display: none;
}
#main .subfooter_box:first-child h5,
.subfooter_box:first-child p {
padding-right: 6vw;
}
.subfooter_box:first-child p {
width: 100%;
padding: 5vw 5vw 10vw;
text-align: center;
}
.subfooter_box:first-child .button {
right: auto;
left: 50%;
transform: translateX(-50%);
}
#main .subfooter_box form::before {
}
#main .subfooter_box form textarea,
#main .subfooter_box form input {
}
#main .subfooter_box p.disclaimer {
    width: 90%;
}
#main .subfooter_box form .button {
}

/* footer
-----------------------------------*/
#main #footer_inner {
padding-left: 40px;
text-align: right;
}
footer#footer::before {
display: none;
}
}
@media screen and (max-width: 649px) and (min-width: 481px) {
#main #header h5 {
width: 100%;
}
#main #header h6 {
display: none;
}
}
}