

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

#toTop,
.seo-pin {
display: none !important;
}
#main {
width: 100%;
overflow: hidden;
}
body {
font-size: 100%;
}
#main #body_text fieldset form .button, 
#main #body_text #feedback .button, 
#main #body_text .products .button, 
#menu_box .button, 
.subfooter_boxt .button, 
.subfooter_box .button {
font-size: 1.2em;
line-height: 1em;
padding: 1.8vw 2.3vw;
}
#body_text h1 {
font-size: 2em;
}
#body_text h2,
#body_text h3,
#body_text h4,
#body_text h5,
#body_text h6,
#menu_box h4,
#body .subfooter_boxt:first-child h5,
.subfooter_box h5 {
font-size: 1.5em;
line-height: 1.2em;
}
.subfooter_box h5 a, .subfooter_boxt h5 a {
font-size: 1em;
}
/* header
-----------------------------------*/
#main #header {
width: 100%;
margin: 2em 0 0;
background-size: auto 100%;
position: relative;
z-index: 9;
}
#header::before {
display: none;
}
#main #header h6,
#main #header h5 {
width: 50%;
height: 1.666em;
padding: 0;
display: block;
position: absolute;
top: 0;
left: 0;
background: #193d7b;
font-size: 1.2em;
line-height: 1.666em;
text-align: center;
transform: translateY(-1.666em);
visibility: visible;
}
#main #header h6 {
left: 50%;
}
#header h5 a,
#header h6 a {
color: #111;
color: #fff;
}
#header h5 a::before,
#header h6 a::before {
top: 1px;
left: 12vw;
}
.social_media_header {
top: 50%;
right: 80px;
transform: translateY(-50%);
}
.social_media_inner_header img {
width: 40px;
}
.header-text,
.home .header-text { 
display: none;
}

/* navigation open / close
---------------------------------------*/
#header,
#navigation,
.header_banner,
.slider,
#body,
.social_media,
.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 .header_banner,
html.nav-open #main .slider,
html.nav-open #main .social_media,
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: 50%;
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: -35px;
display: block;
}
#nav li {
width: 100%;
display: block;
}
#nav li.navArrow > a {
padding-left: 30px;
padding-right: 30px;
}
#main #nav a {
width: 100%;
margin: 0;
color: #ddd;
border: none;
}
#nav ul {
width: 100%;
padding: 5px;
transform: translateX(0);
}
#main #nav ul a {
color: #333;
}
#main #nav .current ul a,
#main #nav li:hover ul > a {
    color: #193d7b;
}
#nav a,
#nav .current a,
#nav li:hover > a {
background: none;
}
#nav .current a::before,
#nav li:hover > a::before,
#navigation2::before {
display: none;
}
#main #nav .current a,
#main #nav li:hover > a {
border: none;
color: #fff;
}
.navArrow.white:after {
  top: 15px;
  width: 10px;
  height: 10px;
  transform: translatey(-50%) rotate(45deg);
  right: 10px;
}
#header.scroll-down #navigation2 {
right: 10px;
transform: translateY(20px);
}

/* Basic Banner
-----------------------*/
#main .slider {
border: none;
padding: 0;
width: 100%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
#main .slider .slide {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
#main .slider .slide img {
width: 150%;
left: 50%;
transform: translateX(-50%);
}
.header_banner img {
width: auto;
height: 325px !important;
}
#main .slide .slide-outer-text {
width: 100%;
}
#main .slide .slide-inner-text .slide-header h1 {
font-size: 2.5em;
}
#main .slide .slide-inner-text .slide-text {
font-size: 1em;
line-height: 1.2em;
margin: 1vw auto;
}
#main .slide a .slide-inner-text .slide-text-button::before {
font-size: 1em;
line-height: 1em;
padding: 1.5vw 2vw;
}
.button-outer {
width: 100% !important;
}

/* top subfooter
-------------------------------------------------*/
.subfootert {
width: 100%;
padding: 0;
margin-bottom: 0;
order: 1;
}
.subfooter_innert {
padding: 4%;
}
.subfooter_boxt {
width: 100%;
margin: 0;
padding: 4%;
}
.subfooter_boxt:first-child {
padding: 4%;
}
.subfooter_boxt:first-child img {
float: right;
margin: 0 0 0 4%;
}

/* sidebar
-------------------------------------------------*/
#menu {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
order: 3;
padding: 4%;
}
#menu_box {
padding: 0;
width: 48%;
float: none;
height: auto;
margin: 0;
}
#menu_box:nth-child(odd) {
margin-right: 2%;
}
#menu_box:nth-child(even) {
margin-left: 2%;
}

/* content
-------------------------------------------------*/
#body {
width: 100%;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
#body_text {
padding: 0;
order: 2;
}
#main #body_text form #captchaimg {
display: block;
clear: both;
margin: 0 auto;
}
#main #body_text form b {
width: 100%;
}

/* product cart
---------------------------------------*/
#top_cart {
left: auto;
right: 0;
top: auto;
transform: translate(0px, 47px);
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;
}

/* contact
-------------------------------------------------*/
#body_text_inner fieldset form textarea,
#body_text_inner fieldset form input {
width: 90% !important;
}
#body_text form .disclaimer #policy_accept, #body_text form .disclaimer #mailing_list, #body_text form #policy_accept,
#body_text form #mailing_list {
width: inherit !important;
}
#body_text_inner fieldset form #captchaimg {
margin: 0;
}
#body_text_inner fieldset form .button {
width: auto !important;
margin: 20px auto !important
}

/* Gallery
-----------------------------------------------*/
.ad-gallery .ad-image-wrapper {
height: 40vw;
}

/* bottom subfooter
----------------------------------------*/
.subfooter {
padding: 4vw;
}
.subfooter_inner {
padding: 1vw 0;
}
.subfooter_box {
width: calc(50% - 80px );
padding: 1vw;
margin: 0 0 4vw;
}

.subfooter_box:last-child{
margin-left: 20px;
}

.subfooter_box:nth-child(3) {
width: 100%;
}
.subfooter_box:nth-child(3) {
clear: left;
}
.subfooter_box a {
color: #fff;
}
.subfooter_box form textarea,
.subfooter_box form input {
width: 100% !important;
}
.subfooter_box form #captchaimg {
margin: 0 auto;
}
.subfooter_box form .button {
margin: 20px auto !important
}

/* footer
----------------------------------------*/
#footer {
font-size: 0.8em;
line-height: 1.8em;
}
}