
/* custom css */
.logo-penmark img {
    width: 37%;
}.logo img {
    width: 35%;
}
#wpadminbar {
    display: none !important;
}
body {
    font-family: "Source Sans Pro", sans-serif;
}h1, h1 a {
    color: #252525;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2em;
    line-height: 1.27em;
    margin: 25px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}h2 {
    color: #252525;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.8em;
    line-height: 1.5rem;
    margin: 25px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}h3 {
    color: #252525;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6em;
    line-height: 1.5rem;
    margin: 25px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}h4 {
    font-family: "Source Sans Pro", sans-serif;
    color: #252525;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5rem;
    margin: 25px 0;
    text-transform: uppercase;
}p {
    font-family: "Source Sans Pro", sans-serif;
    color: #999;
    font-size: 15px;
    margin: 15px 0;
}ul {
    list-style-type: none;
    font-size: 15px;
}.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
}.page-wrapper {
    max-width: 75rem;
    clear: both;
}.fit-window-height{
    height: calc(100vh - 80px);  
}.animate{
    transition: all 700ms;  
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
}.padded{
    padding: 60px;  
}.strip-padding{
    padding-left: 0!important;
    padding-right: 0!important; 
}.equal-heights{
    display: block;
    float: left;    
}.ghost-button1{
    background: none;
    border: 1px solid #999; 
    color: #999;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 3;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
}.ghost-button1:hover{
    border: 1px solid #000; 
    color: #999;    
}.ghost-button2{
    background: none;
    border: 1px solid #ffffff;  
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 3;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
}.ghost-button2:hover{
    border: 1px solid #fdc058;  
    color: #fdc058; 
}.header-wrapper{
    width: 100%;
    background: #ffffff;
    height: 90px;
    position: relative;
    z-index: 1;
}.header-wrapper.fixed{
    position: fixed;    
}.header-wrapper::after {
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2017/11/nav-border.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
    background-position: 0;
    transition: background-position 700ms;  
    -webkit-transition: background-position 700ms;
    -moz-transition: background-position 700ms;
    -o-transition: background-position 700ms;
}.header-wrapper .logo{
    line-height: normal;
    padding: 5px;
    width: 100%;
}.header-wrapper .nav-company-info{
    float: left;
    width: 30%;
    height: 80px;
}.header-wrapper .nav-company-title{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 75px;
    padding-left: 20px;
}.company-wrapper{
    position: absolute;
    top: 0;
    z-index: 10;
    width:100%; 
}.company-title-wrapper{
    background: #ffffff;
    padding: 0;
    height: 135px;
}.logo{
    background: #FFF none repeat scroll 0 0;
    float: left;
    line-height: 135px;
    text-align: center;
    width: 145px;
}

.drop-animated{
  animation: drop-animated ease 6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/


  -webkit-animation: drop-animated ease 6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
   
  -moz-animation: drop-animated ease 6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/

  -o-animation: drop-animated ease 6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/  

  -ms-animation: drop-animated ease 6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/

     position:relative;
     top: -59px;
    left: 15.6em;
    visibility: hidden;
}


@keyframes drop-animated{
  0% {
    transform:  translate(-23px,-35px)  ;
    opacity:0.1;
    visibility: hidden;
  }
  8% {
    transform:  translate(-24px,35px)  ;
visibility: visible;
  }
  100% {
    transform:  translate(-24px,35px)  ;
visibility: visible;
  }
}

@-moz-keyframes drop-animated{
  0% {
    -moz-transform:  translate(-23px,-35px)  ;
     opacity:0.1;
  visibility: hidden;
  }
  8% {
    -moz-transform:  translate(-24px,35px)  ;
visibility: visible;
  }
  100% {
    -moz-transform:  translate(-24px,35px)  ;
visibility: visible;
  }
}

@-webkit-keyframes drop-animated {
  0% {
    -webkit-transform:  translate(-23px,-35px)  ;
     opacity:0.1;
  visibility: hidden;
  }
  8% {
    -webkit-transform:  translate(-24px,35px)  ;
visibility: visible;
  }
  100% {
    -webkit-transform:  translate(-24px,35px)  ;
visibility: visible;
  }
}

@-o-keyframes drop-animated {
  0% {
    -o-transform:  translate(-23px,-35px)  ;
    opacity:0.1; 
  visibility: hidden;
  }
  8% {
    -o-transform:  translate(-24px,35px)  ;
visibility: visible;
  }
  100% {
    -o-transform:  translate(-24px,35px)  ;
visibility: visible;
  }
}

@-ms-keyframes drop-animated {
  0% {
    -ms-transform:  translate(-23px,-35px)  ;
    opacity:0.1;
  visibility: hidden;
  }
  8% {
    -ms-transform:  translate(-24px,35px)  ;
visibility: visible;
  }
  100% {
    -ms-transform:  translate(-24px,35px)  ;
visibility: visible;
  }
}

.company-title{
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    float: left;
    padding: 15px;
        width:100%;
        background-image: url('https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/banner-header-main.png');
        background-size: cover;

}.header-company-title a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 33px;
    color: #252525;
    text-decoration: none;
    width: 100%;
    text-align: left;
    margin: 5px 0 15px;
}h2.header-company-serviceorder{
    margin: 0;  
    font-size: 20px;
    padding-right: 3vw;
    font-weight: lighter;
        color: #8E6A35;
}.service-area-wrapper{
    display: block;
    padding: 3px 15px;
      display: block;
    background-image: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2017/11/banner-paint.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}.service-area-wrapper h2{
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 10px 0;
    text-align: center;
    color: #ffffff;
padding-top: 89px;
}.header-wrapper .top-bar{
    float: left;
    width: 70%;
    height: 75px;
    background: none;
}.header-wrapper .top-bar-section{
    float: right;
}.sticky-wrapper, .sticky-wrapper.fixed{
    background: #ffffff;
    height: 90px;
        border-bottom: 1px solid #004e68;
}.sticky-wrapper::after {
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2017/11/nav-border.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
    background-position: 0;
    transition: background-position 700ms;  
    -webkit-transition: background-position 700ms;
    -moz-transition: background-position 700ms;
    -o-transition: background-position 700ms;
}.sticky-wrapper.fixed::after{
    background-position: 1920px;    
}.sticky-wrapper .nav-company-info{
    opacity: 0;
    float: left;
    width: 0%;
    overflow: hidden;
    text-overflow: clip;
    height:90px;
}.sticky-wrapper.fixed .nav-company-info{
    opacity: 1;
    width: 30%;
}.sticky-wrapper .logo{
    line-height: normal;
        padding: 5px;
    width: 100%;
    background: white;
}.sticky-wrapper .nav-company-title{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 75px;
    padding-left: 20px;
}.sticky-wrapper .top-bar{
    float: none;
    width: 100%;
    background: none;
}.sticky-wrapper.fixed .top-bar{
    float: right;
    width: 70%;
}.dropdown.open-top{
    position: absolute;
    bottom: 75px;
}.sticky-wrapper.fixed .top-bar-section{
    float: right;
}.top-bar .top-bar-section{
    background: none;   
}.top-bar-section ul li, .top-bar.expanded .title-area{
    background: none;
}.top-bar-section li:not(.has-form) a:not(.button){
    background: none;   
    color: #004e68;
    line-height: 55px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 13px;
        font-weight:bold;
}.top-bar-section li:not(.has-form) a:not(.button):hover,
 .top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:not(.button):hover,
 .top-bar-section ul li:hover:not(.has-form) > a{
    color: #FFF;    
    background: #004e68;
    line-height: 55px;
    padding: 0 13px;
        font-weight:bold;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button){
    background: #000000;
    color: #ffffff;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button),
 .top-bar-section .dropdown li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section .dropdown li:not(.has-form) a:hover:not(.button){
    color: #ffffff;
    background: #004e68;
}.top-bar-section .has-dropdown > a::after{
    border-color: #808080 transparent transparent;  
    top: 50%;
}.top-bar-section .has-dropdown.active > a::after,
 .top-bar-section .has-dropdown.active > a:hover::after,
 .top-bar-section .has-dropdown > a:hover::after{
    border-color: #FFF transparent transparent;
}.sidebar {
    background: #131313 none repeat scroll 0 0;
    position: absolute;
    text-align: center;
    width: 90px;
    z-index: 11;
}.inner-sidebar {
    position: absolute;
    top: 25%;
    width: 100%;
}.sidebar a {
    display: block;
    margin: 0;
}.social-links a .fa {
    font-size: 24px;
    padding: 15px 0;
    text-align: center;
    color:#004e68;
    width: 100%;
        background:white;
}.social-links a:hover .fa{
    color: #ffffff;
}.social-links a:hover .fa.fa-facebook{
    background: #3765A3;    
}.social-links a:hover .fa.fa-google-plus{
    background: #ff4c3a;    
}.social-links a:hover .fa.fa-twitter{
    background: #00cbd5;    
}.contact-links{
    display: block; 
    margin-top: 0%;
}.inner-sidebar .contact-info{
    display: block; 
    white-space: nowrap;
    width: 90px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.contact-info:hover{
    overflow: visible;
}.inner-sidebar .contact-info i.fa{
    display: inline-block;
    width: 90px;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    color: #004e68;
    background: #ffffff;
}.contact-info:hover i.fa{
    color: #ffffff;
}.inner-sidebar .contact-info:hover .fa-phone{
    background: #004e68;
}.inner-sidebar .contact-info:hover .fa-fax{
    background: #004e68;
}
.inner-sidebar .contact-info:hover .fa-envelope{
    background: #004e68;
}.inner-sidebar .contact-info:hover .fa-map-marker{
    background: #004e68;
}.inner-sidebar .contact-info span{
    font-size: 18px;
    background: #ffffff;
    padding: 15px;  
    line-height: normal;
    position: absolute;
    left: -100%;
    z-index: -1;
}.inner-sidebar .contact-info.address span{
    padding: 15px 15px;
}.inner-sidebar .contact-info:hover span{
    left: 90px; 
}.fixed-sidebar {
    left: -45px;
    position: fixed;
    width: 45px;
    height: calc(100vh);
}.fixed .fixed-sidebar,
 .header-wrapper .fixed-sidebar {
    left: 0;
}.fixed-sidebar .fa {
    color: #fff;
    font-size: 18px;
    width: 45px;
    background: #202020;
}.fixed-sidebar  .contact-links{
    margin: 0;  
}.fixed-sidebar a, .fixed-sidebar .inner-sidebar .contact-info{
    width: 45px;
}.fixed-sidebar .inner-sidebar .contact-info i.fa{
    width: 45px;    
}.fixed-sidebar .inner-sidebar .contact-info:hover span{
    left: 45px; 
}.slider-wrapper{
    width: 100%;
    overflow: hidden;
    position: relative; 
}.slider-wrapper ul[id*="slider-"]{
    margin: 0;
    width: 1920px!important;
    min-width: 100%;
}.slider-wrapper ul[id*="slider-"] li.rhino-item{
    width: 100%!important;  
}.home-wrapper-top{
    width: 100%;
    background:rgb(251, 251, 251); 
}.home-wrapper-top h1{
    color: #004e68;
}.home-wrapper-top p{
    color: #000;
}.home-wrapper-top a.ghost-button1{
    width: 40%; 
    overflow: hidden;
        background-position: 700%;    
        background-color: #e6e6e6;
}.home-wrapper-top a:hover{
    color: #FFF;
        background-image: url('https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/button-roller.png');
        background-repeat: no-repeat;
        background-position: 97%;
}.home-content-wrapper h2{
    font-weight: bold;
    font-size: 20px;
}.home-content-wrapper span{
    color: #8E6A35; 
    font-weight: bold;
}.home-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2023/09/home-img01.jpg") no-repeat left center;
}.home-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2023/09/home-002.jpg") no-repeat center;
}.home-img-3{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/home-img-3.jpg") no-repeat center;
}.home-content-2{
    background: #111111;    
}.home-content-3{
    background: #202020;    
}.home-content-2 p{
    color: #d3d3d3; 
}.home-content-3 p{
    color: #d3d3d3; 
}.home-content-wrapper a.ghost-button1, .home-content-wrapper a.ghost-button2{
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 60px;
    min-width: 300px;
    font-size: 14px;
}.page-header{
    background: #F3F3F3;    
}.page-header h1{
    color: #004e68; 
    letter-spacing: 2.5px;
}.page-header h2{
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
    font-weight: lighter;
}.content-wrapper{
    display: block;
    float: left;
    width: 100%;    
    position: relative;
    z-index: 0;
}.content-wrapper.alt{
    background: #202020;
}.content-wrapper.sub-category{
    background: #111111;
}.content-wrapper.sub-category:nth-child(2n){
    background: #ffffff;
}.content-wrapper h2{
    color: #8E6A35; 
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}.content-wrapper h3{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin: 10px 0 0;
}.content-wrapper.alt h3{
    color: #999;
}.content-wrapper.alt p, .content-wrapper.alt ul{
    color: #999;
}.content-wrapper.sub-category .ghost-button1{
    margin-top: 20px;   
}.content-wrapper.sub-category:nth-child(2n) .ghost-button2{
    color: #004e68; 
    border-color: #004e68;
}.content-wrapper.sub-category:nth-child(2n) .ghost-button2:hover{
    color: #202020; 
    border-color: #202020;
}.about-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/sliders/slide1.jpg") no-repeat center center / cover;
}.about-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/about-img-2.jpg") no-repeat top left / cover;   
}.painting-services-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/residential-img.jpg") no-repeat scroll center center;   
}.painting-services-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/insulation-img.jpg") no-repeat scroll right bottom; 
}.residential-img{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/residential-img.jpg") no-repeat center center;  
}.residential-content{
    background: #fdc058;
    border-right: 1px solid rgba(0,0,0,.15);    
}.residential-content:last-child{
    border-right: none; 
}.residential-content h3{
    color: #202020!important;
    font-size: 14px;    
    letter-spacing: normal;
}.residential-content p{
    color: #202020!important;
}.drywall-contractor-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/drywall-contractor.jpg") no-repeat scroll center / cover;
}.drywall-repair-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/drywall-repair.jpg") no-repeat scroll center / cover;
}.wall-soundproofing-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/wall-soundproofing.jpg") no-repeat scroll center / cover;
}.pressure-washing-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/pressure-washing.jpg") no-repeat scroll center / cover;
}.commercial-drywall-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/commercial-drywall.jpg") no-repeat scroll center / cover;
}.construction-services-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/construction-services.jpg") no-repeat scroll center / cover;   
}.commercial-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/commercial-img-1.jpg") no-repeat top right / auto 100%; 
}.commercial-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/insulation-img.jpg") no-repeat bottom right/ cover; 
}.commercial-content{
    background: #004e68 ;   
}.commercial-content:nth-child(2n){
    background: #111111 ;   
}.additional-services-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/additional-services-img-1.jpg") no-repeat scroll center / 100%;   
}.remodeling-services-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/additional-services-img-3.jpg") no-repeat scroll center / 100%;
}.wall-soundproofing-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/wall-soundproofing-2.jpg") no-repeat scroll center / 100%;
}.construction-services-002{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/02-construction-services-683x10242.jpg") no-repeat scroll center / 100%;
}.drywall-contractor-002{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/drywall-contractor-2.jpg") no-repeat scroll center / 100%;
}.drywall-repair-002{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/drywall-repair-2.jpg") no-repeat scroll center / 100%;
}.commercial-drywall-002{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/commercial-drywall-2.jpg") no-repeat scroll center / 100%;
}.drywall-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/service-3.jpg") no-repeat scroll center / 100%;
}.metal-stud-framing-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/service-6.jpg") no-repeat scroll center / 100%;
}.specialty-ceilings-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/service-2.jpg") no-repeat scroll center / 100%;
}.frp-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/service-1.jpg") no-repeat scroll center / 100%;
}.wall-covering-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/service-4.jpg") no-repeat scroll center / 100%;
}.painting-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/service-5.jpg") no-repeat scroll center / 100%;
}.construction-services-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/02-construction-services.jpg") no-repeat scroll center / cover;
}.FRP-wall-protection-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/FRP-Wall-Protection.jpg") no-repeat scroll center bottom / cover;
}.metal-stud-framing-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/metal-stud-framing.jpg") no-repeat scroll center bottom / cover;
}.painting-services-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/painting-services-002.jpg") no-repeat scroll center bottom / cover;
}.pressure-washing-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/pressure-washing-002.jpg") no-repeat scroll center top / cover;
}.specialty-ceiling-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/specialty-ceiling.jpg") no-repeat scroll center bottom / cover;
}.wall-covering-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/wall-covering.jpg") no-repeat scroll center bottom / cover;
}.drywall-gypsum-board-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/Drywall-Gypsum-Board.jpg") no-repeat scroll center bottom / cover;
}.drywall-repair-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2024/08/drywall-repair-2-1.jpg") no-repeat scroll center bottom / cover;  
}.additional-services-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/additional-services-img-2.jpg") no-repeat scroll center bottom / cover;   
}.remodeling-img{
    background: url("https://paintmarkcontractors.com/wp-content/uploads/sites/4901/2016/02/remodeling-bg.jpg") no-repeat top center / contain;   
}.power-washing-img{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/power-washing-img.jpg") no-repeat bottom center / cover;    
}.tips-faq-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/commercial-img-1.jpg") no-repeat scroll left center / cover;    
}.tips-faq-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/home-img-3.jpg") no-repeat scroll center / 100%;    
}.tips-top{
    background: #111111;    
}.tips-img-1{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/tips-img-1.jpg") no-repeat center left / cover;
}.tips-img-2{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/tips-img-2.jpg") no-repeat left center / auto auto;
}.faq{
    border-top: 1px solid #fdc058;  
}.faq p:last-child{
    margin-bottom: 0;   
}.faq:hover{
    background: #fdc058;    
}.faq:hover h2{
    color: #202020; 
}

.thumbnail {
position:absolute;
}

.gallery-black {background:black;}

.gallery{
    display: block;
    float: left;    
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-size: 100% auto;
    padding: 0px;
    height: 403px;
}.gallery:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;  
    transition: all 700ms;  
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
}.gallery:hover:after{
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border-color: #004e68;  
}.gallery-1{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/gallery/residential.jpg") no-repeat center; 
}.gallery-2{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/gallery/commercial.jpg") no-repeat center;  
}.gallery-3{
    background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/gallery/spray-foam.jpg") no-repeat center;  
}.gallery-inner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3); 
}.gallery:hover .gallery-inner{
    background: rgba(0,0,0,.8); 
}.gallery-content {
    display: block;
    opacity: 0;
    position: relative;
    text-align: center;
    width: 100%;
    top: 50%;
    padding: 50% 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -mos-transform: translateY(-50%);
}.gallery:hover .gallery-content{
    opacity: 1;
}.gallery-content h3{
    color: #fff;
    letter-spacing: -5px;   
    margin: 0;
}.gallery:hover .gallery-content h3{
    letter-spacing: 5px;
}.gallery-content .fa{
    color: #004e68;
    font-size: 16px;
    padding: 5px;
    border: 1px solid;
    border-radius: 25px;    
    width: 30px;
    height: 30px;
}.footer-wrapper {
    width: 100%;
    background: #8E6A35;
    color: #a4a4a4;
    display: block;
    float: left;
    padding: 20px;
}.footer-wrapper h1{
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 5px;
}.footer-wrapper p, .footer-wrapper span, .footer-wrapper .contact-info{
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}.footer-wrapper a{
    color: #fff;    
}.footer-wrapper a.ghost-button1{
    line-height: 6;
    font-size: 14px
}.disclaimer p {
    font-size: 12px;
    line-height: normal;
    margin: 0;
}.disclaimer img{
    width: 100px;
}.contactForm  {
    margin: 0;
}::-webkit-input-placeholder{
    text-transform: uppercase;
}::-moz-placeholder{
    text-transform: uppercase;
}::-ms-input-placeholder{
    text-transform: uppercase;
}.contactForm input, .contactForm textarea, .contactForm span.submit{
    border-color: #202020;
    box-shadow: none;
    letter-spacing: 2px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
}.contactForm input:focus, .contactForm textarea:focus{
    background: #202020;
    box-shadow: none;
    border-color: #202020;
    color: #aaaaaa;
    font-family: "Source Sans Pro", sans-serif;
}.contactForm input {
    height: 50px;
}.contactForm textarea {
    height: 160px;
}.contactForm .captchaWrapper {
    margin-top: 10px;
}.contactForm .captchaRefresh {
    vertical-align: top;
}.contactForm .submitWrapper {
    text-align: center;
    margin-top: 30px;
}.contactForm .submitWrapper span.submit {
    cursor: pointer;
    border: 1px solid #ff4c3a;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px;
    color: #ff4c3a;
    margin: 0;
}.contactForm .submitWrapper span.submit:hover {
    color: #fdc058;
    border-color: #fdc058;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}p.contact-title {
    font-family: "Calibri", sans-serif;
    color: #151515;
    font-size: inherit;
    margin: 15px 0;
}p.contact-info, p.contact-phone, p.contact-fax, p.contact-email {
    font-family: "Calibri", sans-serif;
    color: #151515;
    font-size: inherit;
    margin: 15px 0;
}
/**/
.subnav {
  background: none repeat scroll 0 0 #e0e0e0;
  display: block;
  float: left;
  height: 80px;
  margin: 0 3px;
  padding: 20px 40px;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.midbar-wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    margin-top: 20px;
}.midbar {
    clear: none;
}.midbar:last-child {
    margin-right: 0px;
}.midbar img {
    margin: 1px 0 0 0;
    border: 2px solid #fff;
    width: 100%;
    -moz-box-shadow: 0 0 2px #aaa;
    -webkit-box-shadow: 0 0 2px #aaa;
    box-shadow: 0 0 2px #aaa;
}.midbar img:hover {
    -moz-box-shadow: 0 0 2px #333;
    -webkit-box-shadow: 0 0 2px #333;
    box-shadow: 0 0 2px #333;
}.midbar h1 {
    padding: 20px 0;
    margin: 0;
    clear: both;
    font-size: 18px;
}.fc-header-left, .fc-header-center, .fc-header-right {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}#preloader {
    background: none repeat scroll 0 0 #fff;
    display: block;
    padding: 20% 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999999;
    top: 0;
}.slick-background-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 101% !important;
    overflow: hidden;
}.spinner {
    margin: 100px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}.spinner > div {
    background-color: #444;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}@keyframes stretchdelay {
    0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@media only screen and (min-width: 800px) and (max-width:1280px) {

.gallery {
height:271px;
}

}

@media only screen and (max-width: 1024px){
    h2.header-company-serviceorder{
        padding-right: 5vw;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px){
    .fit-window-height{
        height: auto;   
    }.header-wrapper .animate,
     .sticky-wrapper .animate,
     .header-wrapper:after .animate,
     .sticky-wrapper:after .animate{
        transition: all 0ms;    
        -webkit-transition: all 0ms;
        -moz-transition: all 0ms;
        -o-transition: all 0ms;
    }.header-wrapper,
     .sticky-wrapper, .sticky-wrapper.fixed{
        height: auto;   
        overflow: inherit;
        display: block;
        float: left;
        z-index: 1;
    }.sticky-wrapper{
        position: relative; 
    }.sticky-wrapper.fixed{
        position: fixed;    
    }.header-wrapper::after{
        background-position: 0; 
        background-size: contain;
        bottom: 0;
    }.sticky-wrapper::after{
        bottom: -45;    
        background-position: 0; 
        background-size: contain;
    }.sticky-wrapper.fixed::after{
        bottom: 0;
        background-position: 100%;  
    }.company-wrapper{
        position: relative;
        left: 0;
        width: 100%;
                top:0px;
    }
        .service-area-wrapper h2 {
                padding-top: 0px;
                margin: 4px 0;
        }


.company-title-wrapper{
        height: auto;   
    }.logo{
        width: 20%; 
        line-height: 100px;
    }.company-title{
        width: 100%;
        display: block;
        padding: 15px;  
    }.header-company-title a{
        font-size: 25px;
    }h1.header-company-serviceorder{
        font-size: 20px;
    }.service-area-wrapper{
        float: left;
        width: 100%;
                 background-size: 100% 99%;
    }.header-wrapper .nav-company-info,
     .sticky-wrapper.fixed .nav-company-info{
        width: 100%;
        float: left;
    }.header-wrapper .top-bar,
     .sticky-wrapper .top-bar,
     .sticky-wrapper.fixed .top-bar{
        width: 100%;    
        background: #004e68;
        float: left;
        z-index: 2;
    }.top-bar.open{
        height: auto;   
    }.top-bar .title-area{
        float: none;
    }.top-bar .toggle-topbar.menu-icon a span::after, 
     .top-bar .toggle-topbar.menu-icon a span:hover::after {
      box-shadow: 0 0 0 1px #202020, 0 7px 0 1px #202020, 0 14px 0 1px #202020;
    }.top-bar .toggle-topbar.menu-icon a {
      color: #202020;
      height: 34px;
      line-height: 33px;
      padding: 0 40px 0 15px;
      position: relative;
    }.top-bar-section ul li .js-generated{
        display: none!important;    
    }.header-wrapper .top-bar-section,
     .sticky-wrapper .top-bar-section,
     .sticky-wrapper.fixed .top-bar-section{
        float: none; 
        text-align: center;
    }.top-bar-section ul li{
        float: left;
        width: 100%;    
    }.top-bar-section .has-dropdown > a{
        padding-right: 15px!important;  
    }.top-bar-section .has-dropdown.hover > .dropdown, 
     .top-bar-section .has-dropdown.not-click:hover > .dropdown{
        position: relative!important;
        top: 0;
    }.top-bar-section li:not(.has-form) a:not(.button){
        line-height: 45px;  
        color: #ffffff;
        display: block;
        width: 100%;
        background-size: #ff4c3a!important;
    }.top-bar-section li:not(.has-form) a:not(.button):hover,
     .top-bar-section li.active:not(.has-form) a:not(.button),
     .top-bar-section li.active:not(.has-form) a:not(.button):hover,
     .top-bar-section ul li:hover:not(.has-form) > a,
     .top-bar-section .dropdown li:not(.has-form) a:not(.button){
        line-height: 45px;  
        background: #ffffff;
        color: #202020;
    }.top-bar-section .has-dropdown > a::after{
        border-color: #ffffff transparent transparent;  
    }.top-bar-section .has-dropdown.active > a::after{
        border-color: #202020 transparent transparent;
        color: #202020;
    }.slider-wrapper ul[id*="slider-"]{
        width: 100%!important;
        min-height: 400px;
        max-height: 600px;
        height: 100%!important;
    }.sticky-wrapper .nav-company-info{
        height: 0;
    }.sticky-wrapper.fixed .nav-company-info{
        height: auto;
    }.sticky-wrapper .logo{
        width: 15%;
        padding: 15px;  
    }.sticky-wrapper .nav-company-title{
        white-space: nowrap;    
        width: 85%;
        text-align: center;
        line-height: 100px;
        float: left;
    }.fixed-sidebar a{
        display: inline-block;
        margin: 0;
        width: 45px;
    }.fixed-sidebar a .fa{
        color: #808080;
        font-size: 24px;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }.fixed-sidebar .inner-sidebar .contact-info{
        width: 45px;    
    }.social-links a .fa.fa-facebook{
        background: #3765A3;    
        color: #ffffff;
    }.social-links a .fa.fa-google-plus{
        background: #004e68;    
        color: #ffffff;
    }.social-links a .fa.fa-twitter{
        background: #00cbd5;    
        color: #ffffff;
    }.fixed-sidebar .contact-info .fa-phone{
        background: #dddddd;
        color: #202020;
    }.fixed-sidebar .contact-info .fa-envelope{
        background: #00cbd5;
        color: #ffffff;
    }.home-img-1{
        background-position: center left;
        background-size: auto 100%;
    }.home-content-wrapper a.ghost-button1, .home-content-wrapper a.ghost-button2 {
        min-width: 200px;
        bottom: 4%;
    }.about-img-1 {
        background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/about-img-2.jpg") no-repeat scroll center top / auto 100%;
    }.residential-content{
        border-top: 1px solid rgba(0, 0, 0, 0.15);  
    }.commercial-img-1{
        height: 400px!important;
        background-position: center center;
        background-size: 100% auto; 
    }.power-washing-img{
        background-position: left center;
        background-size: auto 100%; 
    }.insulation-img{
        height: 400px!important;    
    }.tips-faq-img-1{
        background-position: right center;
        background-size: auto 100%; 
    }.tips-faq-img-2{
        background-position: right center;
        background-size: auto 100%; 
    }.faq{
        width: 100%;
        display: block;
        float: left;
        height: auto!important; 
    }.gallery{
        height: 163px;
    }.gallery:after{
        content: "";
        position: absolute;
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        border: 1px solid #fdc058;  
    }.gallery-1{
        background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/gallery/residential.jpg") no-repeat center / auto 100%; 
    }.gallery-2{
        background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/gallery/commercial.jpg") no-repeat center / auto 100%;  
    }.gallery-3{
        background: url("https://paintmarkcontractors.com/wp-content/themes/rpai4/images/gallery/spray-foam.jpg") no-repeat center / auto 100%;  
    }.gallery-inner{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.8); 
    }.gallery-content {
        opacity: 1;
    }.gallery-content h3{
        letter-spacing: 5px;
        margin: 0;  
    }#gmap2{
        margin-top: 30px;   
    }.work-hours{
        padding: 0;
        margin-bottom: 10px;    
    }.work-hours:last-child{
        margin-bottom: 20px;    
    }.footer-wrapper a.ghost-button1{
        line-height: 3;
    }#lightbox, 
     #outerImageContainer, 
     #imageContainer, 
     #lightboxImage, 
     #imageDataContainer {
        height: auto !important;
        max-width: 100% !important;
    }#lightbox{
        position: fixed!important;
        top: 0!important;   
        margin: 0 auto;
    }#imageContainer > #hoverNav a {
        bottom: 20px;
    }#prevLink, #nextLink {
        height: 90% !important;
        width: 50%;
    }#nextLink{
        background: url("./images/next.png") no-repeat 100% 50% !important;
        opacity: .6;
    }#prevLink{
        background: url("./images/prev.png") no-repeat 0 50% !important;
        opacity: .6;
    }#imageDataContainer{
        position: absolute;
        bottom: 0;
        padding-top: 5px;
    }.logo-penmark {
    width: 50%;
    text-align: center;
    display: inline-block;
    }.logo-penmark img {
    width: 85%;
    }
}
@media only screen and (max-width:767px){
    h1{
        font-size: 1rem;    
    }h2{
        font-size: 20px 
    }h3{
        font-size: 18px 
    }a{
        color: #fdc058; 
    }.padded{
        padding: 0px;   
    }.fit-window-height{
        height: auto;   
    }.header-wrapper,
     .sticky-wrapper, .sticky-wrapper.fixed{
        height: auto;   
        display: block;
        float: left;
    }.header-wrapper.fixed{
        z-index: 2; 
    }.sticky-wrapper{
        position: relative; 
    }.sticky-wrapper.fixed{
        position: fixed;    
        z-index: 10;
    }.header-wrapper::after{
        background-position: 0; 
        background-size: contain;
        bottom: 0;
    }.sticky-wrapper::after{
        bottom: -45;    
        background-position: 0; 
        background-size: contain;
    }.sticky-wrapper.fixed::after{
        bottom: 0;
        background-position: 100%;  
    }.company-wrapper{
        left: 0;
        position: relative;
top:0px;    
    }.company-title-wrapper{
        height: auto;   
    }.logo img {
    width: 71%;
}.logo-penmark {
    width: 80%;
    text-align: center;
    display: inline-block;
}
    

.drop-animated {
    top: -56px;
    width: 1.8%;
    left: 15.5em;
}

.service-area-wrapper h2 {
    margin-bottom: 0px;
}

.service-area-wrapper {
    background-size: 100% 22%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 15px
}
.company-title{
        width: 100%;
        text-align: center; 
        padding: 15px 0;
    }.header-company-title a{
        font-size: 16px;    
        text-align: center;
        width: 100%;
    }h1.header-company-serviceorder{
        font-size: 14px;
        text-align: center; 
    }.sticky-wrapper .nav-company-info{
        display: none;  
    }.header-wrapper .nav-company-info,
     .sticky-wrapper.fixed .nav-company-info{
        width: 100%;
        float: left;
        height: auto;
        display: block;
    }.sticky-wrapper .logo{
        display: none;  
    }.header-wrapper .nav-company-title,
     .sticky-wrapper .nav-company-title{
        font-size: 16px;
        line-height: 45px;
        padding: 0;
        text-align: center;
        width: 100%;
        display: block;
    }.sticky-wrapper .nav-company-title{
        white-space: nowrap;    
    }.header-wrapper .top-bar{
        height: 45px;   
    }.header-wrapper .top-bar.expanded{
        height: auto;
    }.header-wrapper .top-bar,
     .sticky-wrapper .top-bar,
     .sticky-wrapper.fixed .top-bar{
        width: 100%;    
        background: #004e68;
        float: left;
    }.fixed.expanded:not(.top-bar) .title-area{
        position: relative; 
    }.top-bar .toggle-topbar.menu-icon a span::after, 
     .top-bar .toggle-topbar.menu-icon a span:hover::after {
      box-shadow: 0 0 0 1px #202020, 0 7px 0 1px #202020, 0 14px 0 1px #202020;
    }.top-bar .toggle-topbar.menu-icon a {
      color: #202020;
      height: 34px;
      line-height: 33px;
      padding: 0 40px 0 15px;
      position: relative;
    }.fixed.expanded:not(.top-bar) .top-bar-section{
        margin-top: 0;  
    }.header-wrapper .top-bar-section,
     .sticky-wrapper .top-bar-section,
     .sticky-wrapper.fixed .top-bar-section{
        float: none; 
        text-align: center;
    }.top-bar-section li:not(.has-form) a:not(.button){
        line-height: 45px;  
        color: #ffffff;
    }.top-bar-section li:not(.has-form) a:not(.button):hover,
     .top-bar-section li.active:not(.has-form) a:not(.button),
     .top-bar-section li.active:not(.has-form) a:not(.button):hover,
     .top-bar-section ul li:hover:not(.has-form) > a{
        line-height: 45px;  
        background: #ffffff;
        color: #202020;
    }.top-bar-section .dropdown li:not(.has-form) a:not(.button){
        line-height: 45px;  
    }.top-bar-section .has-dropdown > a::after{
        border-color: #ffffff transparent transparent;  
    }.top-bar-section .has-dropdown.active > a::after{
        border-color: #202020 transparent transparent;
        color: #202020;
    }.fixed-sidebar{
        left: 0;    
        width: auto;
        z-index: 9999;
    }.inner-sidebar {
      bottom: 0;
      position: inherit;
      top: auto;
      width: 100%;
    }.contact-links {
      display: block;
      margin-top: 0;
      width: 100%;
    }.fixed-sidebar a, .fixed-sidebar .inner-sidebar .contact-info {
      float: left;
      width: 20%;
    }.fixed-sidebar .inner-sidebar .contact-info i.fa, 
     .fixed-sidebar .inner-sidebar .contact-info a {
      width: 100%;
      font-size: 23px;
    }.social-links a .fa.fa-facebook{
        background: #3765A3;    
        color: #ffffff;
    }.social-links a .fa.fa-google-plus{
        background: #004e68;    
        color: #ffffff;
    }.social-links a .fa.fa-twitter{
        background: #00cbd5;    
        color: #ffffff;
    }.inner-sidebar .contact-info .fa-phone{
        background: #dddddd;
        color: #202020;
    }.inner-sidebar .contact-info .fa-envelope{
        background: #00cbd5;
        color: #ffffff;
    }.slider-wrapper{
        width: 100%;
        height: 200px;  
    }.slider-wrapper ul[id*="slider-"],
     .slider-wrapper ul[id*="slider-"] li.rhino-item{
        width: 100%!important;
        left: 0!important;
        height: 200px!important;    
    }.home-wrapper-top a.ghost-button1{
        width: 100%;
    }.home-content-wrapper a.ghost-button1, .home-content-wrapper a.ghost-button2{
        position: relative;
        width: 100%;
        min-width: 100%;
        bottom: auto;   
        right: auto;
        left: auto;
    }.painting-services-img-1,
     .painting-services-img-2{
        height: 200px;  
        background-size: 100% auto; 
    }.residential-img{
        height: 200px;  
        background-size: 100% auto;
    }.commercial-img-1{
        background-position: left top;
        background-size: 100% auto;
        height: 200px;  
    }.additional-services-img-1,
     .additional-services-img-2{
        height: 200px;  
        background-size: 100% auto; 
    }.power-washing-img{
        height: 200px;
        background-position: center center; 
    }.insulation-img{
        height: 200px;  
    }.tips-faq-img-1,
     .tips-faq-img-2{
        height: 200px;  
        background-size: 100% auto;
    }.gallery{
        height: 200px;
    }.gallery:after{
        content: "";
        position: absolute;
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        border: 1px solid #fdc058;  
    }.gallery-inner{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.6); 
    }.gallery-content {
        opacity: 1;
    }.gallery-content h3{
        letter-spacing: 5px;
        margin: 0;  
    }#gmap2{
        height: 350px!important;
        margin-top: 20px;
    }.footer-wrapper{
        margin-bottom: 54px;
        text-align: center;
    }.location{
        padding: 0;
    }.work-hours{
        padding: 0;
        margin-bottom: 10px;
    }.work-hours:last-child{
        margin-bottom: 20px;    
    }.footer-wrapper a.ghost-button1{
        line-height: 3;
        width: 100%;
    }#lightbox, 
    #outerImageContainer, 
    #imageContainer, 
    #lightboxImage, 
    #imageDataContainer {
        height: auto !important;
        max-width: 100% !important;
    }#lightbox{
        position: fixed!important;
        top: 0!important;   
    }#imageContainer > #hoverNav a {
        bottom: 20px;
    }#imageData #caption{
        text-align: left !important;    
    }#prevLink, #nextLink {
        height: 100% !important;
        width: 50%;
    }#nextLink{
        background: url("./images/next.png") no-repeat 100% 50% !important;
        opacity: .6;
    }#prevLink{
        background: url("./images/prev.png") no-repeat 0 50% !important;
        opacity: .6;
    }.logo-penmark img {
    width: 85%;
    }
}

@media only screen and (max-width: 320px) {
.drop-animated {
    top: 16px;
    width: 2.4%;
    left: 4px;
}
}
