

/* 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;
}

body,
body #body {
  font-size: 1.5vw;
  line-height: 2vw;
}

#body h5,
#body h1 {
    font-size: 3.5vw;
    line-height: 4vw;
}

#main {
  width: 100%;
  overflow: hidden;
}

/* header
-----------------------------------*/
#main #header {
  width: 100%;
  height: 2%;
  padding: 0 10vw;
  margin: 3vw auto 0;
  background-color: rgb(255, 255, 255);
  background-position: 10vw center;
  background-size: auto 60%;
  border-top: 15px solid rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

#header::before {
  display: none;
}

#main #header h6,
#main #header h5 {
  width: 50%;
  height: 5vw;
  padding: 0.5% 0 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #8d678c;
  font-size: 2.5vw;
  line-height: 5vw;
  text-align: center;
  transform: translateY(calc(-4vw - 15px));
    letter-spacing: 0;
}

#main #header h6 {
  left: 50%;
}

/* navigation open / close
---------------------------------------*/
#header,
#navigation,
.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 .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: #fff;
  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: 50px;
  height: 50px;
  background: url(https://cms.pm/uploads/prem02-v2.seesite.biz_--_612353780.png) center no-repeat rgb(32, 32, 32);
  background-size: 40%;
  top: 40%;
  right: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: visible;
  transform: translateY(-50%);
  cursor: pointer;
}

#nav {
  width: 200px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: none;
  right: -210px;
  top: -35px;
  display: block;
    margin-top: -31%;
}

#nav li {
  width: 100%;
  display: block;
  font-size: 1vw;
}

#nav li.navArrow>a {
  padding-left: 30px;
  padding-right: 30px;
}

#main #nav a {
  width: 100%;
  margin: 0;
  color: #fff;
  border: none;
  font-size: 2vw;
  line-height: 3vw;
}

#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 {
  display: none;
}

#main #nav .current a,
#main #nav li:hover>a {
  border: none;
}

.navArrow:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://cms.pm/uploads/files/prem03.seesites.biz_--_568688134.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navArrow.white:after {
  top: 22px;
}

#header.scroll-down #navigation2 {
  right: 10px;
  transform: translateY(20px);
}

/* Basic Banner
-----------------------*/
#main .slider {
  border: none;
  padding: 0;
}

#main .slide .slide-inner-text {
  top: 55%;
}

#main .slide .slide-inner-text .slide-text {
    font-size: 4vw;
    line-height: 4vw;
  margin: 0px 30px;
}
#main .slide .slide-inner-text .slide-text p {
    margin: 0;
    font-size: 2.5vw;
    line-height: 4vw;
}
#main .slide a .slide-inner-text .slide-text-button::before {
    font-size: 2.5vw;
    line-height: 4vw;
}

#main .slide .slide-inner-text .slide-header h1 {
    font-size: 4vw;
    line-height: 1.5vw;
    margin-bottom: 3%;
    font-weight: bold;
}

#main .slide .slide-outer-text {
    padding-top: 12%;
}

#main .slider .slide img {
    width: 175%;
    right: 50%;
}

#main .button-outer {
    display: none;
}


/* top subfooter
-------------------------------------------------*/
.subfootert {
  width: 100%;
  padding: 0;
}

.subfooter_innert {
  padding: 0;
    overflow: hidden;
}

#body .subfooter_boxt {
  width: 50%;
  margin: 0;
  padding: 5vw;
    font-size: 2.5vw;
    line-height: 3vw;
}
#main .subfooter_boxt h2 {
    font-size: 3.5vw;
    line-height: 4vw;
}
#main .subfooter_boxt h5 {
    font-size: 3.5vw;
    line-height: 4vw;
}

#body .subfooter_boxt:nth-child(3) {
  clear: left;
}

#body .subfooter_boxt:first-child {
  margin: 0;
}

#body .subfooter_boxt:last-child {
  width: 100%;
  padding: 5vw 5vw;
  margin-top: 30px;
  height: auto;
}

.subfooter_boxt .custom-button {
    font-size: 2.5vw;
}

/* Custom Subfooter
----------------*/
.sub-para {
    font-size: 2.5vw;
    line-height: 3.5vw;
  transform: translateY(-50%) scale(1);
  color: #fff;
}

.overlay::before {
  bottom: 0.6vw;
  transform: scale(1);
}

/* sidebar
-------------------------------------------------*/
#menu {
  display: none;
}

#menu_box {
  padding: 0;
}

/* content
-------------------------------------------------*/
#main #body_text_inner>h1 {
    font-size: 4vw;
    line-height: 4.5vw;
}
#body {
  width: 100%;
  margin: 0;
}

#body_text {
  padding: 0;
    font-size: 3vw !important;
    line-height: 4vw;
}

#main #body_text form #captchaimg {
  display: block;
  clear: both;
  margin: 0 auto;
}

#main #body_text form b {
  width: 100%;
  display: block;
}

#body_text img {
  width: 35%;
  margin: 10px 0 15px 15px;
  box-shadow: none;
}

.home-statements {
    font-size: 3vw;
    line-height: 4vw;
}

.solar-img {
    width: 100% !important;
}

/* Custom Bottom Subfooter
-------------------------------------------------*/
.sub-fig {
width: 100%;
margin: 0;
}
.sub-fig figcaption {
top: 0;
height: 100%;
background-color: rgba(141, 103, 140, 0.7);
text-align: center;
padding: 15px 40px 65px;
}
.sub-fig p {
font-size: 1.8vw;
line-height: 2.3vw;
}
.sub-fig:hover figcaption,
.sub-fig.hover figcaption {
top: 0;
}
.sub-fig h5 {
border-bottom: 2px solid #afcb06;
font-size: 2.5vw !important;
line-height: 3vw !important;
}

/* contact
-------------------------------------------------*/
#body_text_inner fieldset form textarea,
#body_text_inner fieldset form input {
  width: inherit;
}

#body_text_inner fieldset form #captchaimg {
  margin: 0;
}

#body_text_inner fieldset form .button {
  margin: 20px auto !important
}

/* Gallery
-----------------------------------------------*/
.ad-gallery .ad-image-wrapper {
  height: 40vw;
}

/* products
---------------------------------------------*/
.products .button {
  font-size: 1.5vw;
}

/* testimonials
--------------------------------*/
.reviews p {
    font-size: 4vw;
    line-height: 4vw !important;
}

/* news
----------------------------------------*/
#feedback .button {
  font-size: 1.5vw;
}

/* bottom subfooter
----------------------------------------*/
.subfooter {
  padding: 0;
}

.subfooter_inner {
  padding: 1vw 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.subfooter_box {
  width: 50%;
  padding: 3vw;
  margin: 0;
    font-size: 2.5vw;
    line-height: 4.5vw;
padding-bottom: 70px;
}

#main .subfooter_box h5 {
    font-size: 4vw;
    line-height: 5vw;
}

.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
}
.subfooter_box:last-child {
    width: 50%;
}

.subfooter_box:first-child, .subfooter_box:nth-child(2) {
    position: relative;
    height: auto;
}

.subfooter_box button {
    position: absolute;
 bottom: 19px;
}
/* footer
----------------------------------------*/
#footer {
    padding: 3vw 2vw;
    font-size: 1.5vw;
    line-height: 2vw;
}

#footer_inner {
  text-align: center;
}
}