



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

#st-2 {
    z-index: 99999!important;
    top: initial!important;
}

.seo-pin {
    display:none;
}
.button-outer {
    display: none;
}

.seo-pin {
    display: none;
}

#toTop {
    width: 70px;
    height: 110px;
    background-size: 70%;
    bottom: 57px;
}

.headernumbers {
    position: fixed;
    border: 0px;
    left: initial;
    font-size: 4vw;
    text-align: center;
    line-height: 5vw;
    top: initial;
    bottom: 48px;
    width: 100%;
    background: rgba(255,255,255,1);
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #bb0000;
}

.container,
#main {
left: 0;
-webkit-transition: all 1s 0.5s;
-moz-transition: all 1s 0.5s;
-ms-transition: all 1s 0.5s;
-o-transition: all 1s 0.5s;
transition: all 1s 0.5s;
overflow: hidden;
}
.mains {
height: 100%;
}

.bodyimgs img {
    width: 90%;
    border: 2px solid #bb0000;
    margin:5%;
}

#toTop {
width: 70px;
height: 120px;
background-size: 100%;
}

#header {
height: 43px;
background-size: auto 100%;
background-position: 5% center;
position: relative;
margin-top: 5vw;
}
#header h5,
#header h6 {
display: block;
position: absolute;
top: 0;
left: 0;
width: 50%;
text-align: center;
line-height: 5vw;
font-size: 3vw;
transform: translateY(-100%);
background: #eee;
border-bottom: 1px solid #bb0000;
height: 5vw;
padding: 0;
}
#header h5 a, #header h6 a {
text-decoration: none;
}
#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(-5vw);
-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(-5vw);
-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: 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%;
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: -50px;
top: -6px !important;
display: block;
}
#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;
padding: 3vw 0;
color: #fff;
border: none;
font-size: 4.5vw;
line-height: 6vw;
}
#nav ul {
width: 100%;
padding: 5px;
transform: translateX(0);
}
#main #nav ul a {
color: #333;
padding: 3vw 0;
}
#nav a,
#nav .current a,
#nav li:hover > a {
background: none;
}
#nav .current a::before,
#nav li:hover > a::before,
#navigation2::before,
#nav .current a::after,
#nav li:hover > a::after,
#navigation2::after {
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 .slide .slide-inner-text .slide-text {
font-size: 3vw;
line-height: 3.2vw;
}
.button-outer {
display: none;
}
#main .slide a .slide-inner-text .slide-text-button::before {
font-size: 4vw;
line-height: 4vw;
}

/* slider
-------------------------------------------*/
.header_banner img,
.nivoSlider,
#slider {
height: auto;
}
.slider { height: auto!important }

#main .slide .slide-inner-text {
    width: 90%;
    color: #fff;
    background: none;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}

#main .slide .slide-inner-text .slide-text {
    font-size: 3vw;
    line-height: 3.5vw;
}

/* subfooter top
--------------------------------------*/
.subfooter_box:nth-child(7) h5 {
    font-size: 35px;
    color: #FFF!important;
}

.subfooter_boxt:nth-child(7),
.subfooter_boxt:nth-child(1),
.subfooter_boxt:nth-child(4),
.subfooter_boxt:nth-child(6),
.subfooter_boxt:nth-child(2),
.subfooter_boxt:nth-child(3),
.subfooter_boxt:nth-child(5) {
width: 96%;
height: auto;
padding:5% 2%;
margin:1% 0;
}

.subfooter_boxt:nth-child(1) h5 {
    font-size: 20px!important;
    border-bottom: 1px solid;
}

.subfooter_boxt:nth-child(4),
.subfooter_boxt:nth-child(6),
.subfooter_boxt:nth-child(2),
.subfooter_boxt:nth-child(3),
.subfooter_boxt:nth-child(5) {
    background: #000;
}

.subfooter_boxt:nth-child(4) input,
.subfooter_boxt:nth-child(6) input,
.subfooter_boxt:nth-child(2) input,
.subfooter_boxt:nth-child(3) input,
.subfooter_boxt:nth-child(5) input {
    display: none;
}

.subfooter_boxt:nth-child(1) {
padding-top:0;
}

#body_text h1 {
    font-size: 5vw;
}
#body_text{
font-size: 4vw;
    
}
#body_text img {
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 30px!important;
}

/* subfooter bottom
--------------------------------------*/
.subfooter_boxt:nth-child(2) h5 a, .subfooter_boxt:nth-child(3) h5 a, .subfooter_boxt:nth-child(4) h5 a, .subfooter_boxt:nth-child(5) h5 a, .subfooter_boxt:nth-child(6) h5 a, .subfooter_boxt:nth-child(7) h5 a {
    border: solid 2px #b00000;
    padding: 10px 15px;
    background-color: rgba(255, 0, 33, 0.15);
    font-size: 5vw;
}

.subfooter_boxt h5, .subfooter_boxt p, .subfooter_box h5, .subfooter_box p {
    position: relative;
    z-index: 2;
    font-size: 3.5vw;
    line-height: 17px;
}
.subfooter_boxt,
.subfooter_box {
width: 96%;
padding:5% 2%;
margin:1% 0;
text-align: center;
position: relative;
overflow: hidden;
z-index: 2;
left: 0;
opacity: 1;
}
.subfooter_boxt img,
.subfooter_box img {
height: 100%;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #;
border: 0;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
.subfooter_boxt h5,
.subfooter_boxt p,
.subfooter_box h5,
.subfooter_box p {
position: relative;
z-index: 2;
}
.subfooter_box:nth-child(2),
.subfooter_box:nth-child(3),
.subfooter_box:nth-child(4),
.subfooter_box:nth-child(7) {
color: #fff;
font-size: 14px;
line-height: 25px;
}
.subfooter_box:nth-child(1),
.subfooter_box:nth-child(5),
.subfooter_box:nth-child(6),
.subfooter_box:nth-child(7) {
width: 96%;
padding:5% 2%;
margin:1% 0;
}
.subfooter_box:nth-child(2) section {
    padding: 10px;
}

.subfooter_box:nth-child(1),
.subfooter_box:nth-child(6) {
background: #b00;
}
.subfooter_box:nth-child(2) {
width: 96%;
padding:5% 2%;
margin:1% 0;
}
.subfooter_box:nth-child(3),
.subfooter_box:nth-child(4) {
width: 96%;
padding:5% 2%;
margin:1% 0;
}
.subfooter_box:nth-child(3) img,
.subfooter_box:nth-child(4) img {
margin-left: 0;
}
.subfooter_box:nth-child(7) {
background: none;
margin-bottom: 75px;
}
.subfooter_box p {
margin-top: 0;
}
.subfooter_box form input {
margin: 15px 0;
width: 80% !important;
}
.subfooter_box form textarea {
width: 81% !important;
}
#footer {
background-size: auto 100%;
position: absolute !important;
margin-bottom: 40px;
}
#footer_inner{
font-size: 3.4vw;
}
.subfooter_box:nth-child(7) h5 {
color: #BB0000!important;
}




img#captchaimg {
    width: initial;
    margin-bottom: 0px!important;
}

input, textarea {
    width: 95%!important;
}
#footer {
background: none!important;
height: 80px;
}

}