/*
    style.css
    
    Copyright (c)2016 Power Image Media, LLC. All rights reserved.
    
*/


/* -- Notes -- */
/*
 Theme Colors:
    Primary: (PIM Blue) #17325b

 Breakpoints:
     850px (Custom)
     768px (Custom and Bootstrap)
     400px (Custom)
     340px (Custom)
*/

/* -- Universal -- */
html, body{
    margin:0px;
    padding:0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    background: #FFF;
}

@viewport{
    zoom: 1.0;
    width: device-width;
}

.bounded{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-left:10px;
    padding-right:10px;
}

.bounded-wide{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left:10px;
    padding-right:10px;
}

.centered{
    text-align: center;
}

.container {
    max-width: 1000px;
}

.centered-sm{
    text-align: inherit;
}

.noscroll{
    position:relative !important;
    overflow:hidden !important;
}

.posrel{
    position: relative;
}

#wrapper{
    position:relative;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}

h2{
    font-size: 2.5em;
    text-align: center;
    font-weight: 300;
}

a:link, a:visited {
    color: #FFF;
    text-decoration: underline;
}

a:hover, a:active {
    color: #EEE;
    text-decoration: underline;
}

.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.clickable{
    cursor: pointer
}

/* -- Colors -- */
.text-primary{ color: #17325b; } /* PIM Blue */
.text-shade1{  color: #2B363D; } /* Dark Blue */
.text-accent1{ color: #E4E3E8; } /* Silver */
.text-accent2{ color: #94415E; } /* Dark Pink */
.text-accent3{ color: #739E5D; } /* Dark Lime Green */
.text-white{   color: #FFF; }    /* White */
.text-black{   color: #000; }    /* Black */

.text-primary a:link, a:visited, a:hover, a:active { color: #17325b; } /* PIM Blue  */
.text-shade1 a:link, a:visited, a:hover, a:active {  color: #2B363D; } /* Dark Blue */
.text-accent1 a:link, a:visited, a:hover, a:active { color: #E4E3E8; } /* Silver */
.text-accent2 a:link, a:visited, a:hover, a:active { color: #94415E; } /* Dark Pink */
.text-accent3 a:link, a:visited, a:hover, a:active { color: #739E5D; } /* Dark Lime Green */
.text-white a:link, a:visited, a:hover, a:active {   color: #FFF; }    /* White */
.text-black a:link, a:visited, a:hover, a:active {   color: #000; }    /* Black */

.bg-primary{ background-color: #17325b; } /* PIM Blue  */
.bg-shade1{  background-color: #2B363D; } /* Dark Blue */
.bg-accent1{ background-color: #E4E3E8; } /* Silver */
.bg-accent2{ background-color: #94415E; } /* Dark Pink */
.bg-accent3{ background-color: #739E5D; } /* Dark Lime Green */
.bg-offwhite{background-color: #F8F8F8}   /* Off White */
.bg-white{   background-color: #FFF; }    /* White */
.bg-black{   background-color: #000; }    /* Black */


/* ============= NEW ==========  */

/* navbar */
#navbar{
    position: fixed;
    height: 80px;
    z-index: 3; 
    background-color: rgba(255, 255, 255, 0.85);
    left:0px;
    right:0px;
    width: 100%;
}

#nav{
    position: absolute;
    right: 0px;
    top: 16px;
    line-height: 55px;
}

#nav li{
    display:inline-block;
    padding: 0px 20px;
}

#nav a{
    color:#333;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: 400;
    font-family:  'Lato', sans-serif;
}

#nav li.lastli{
    padding-right: 0px;
}

#nav li.selectedpage a{
    font-weight: 200;
    color:#555;
}

#navbar .container{
    position: relative;
    margin-left:auto;
    margin-right: auto;
}

.m-menubutton{
    width:48px;
    height:48px;
    display:none;
    position: absolute;
    right: 15px;
    top: 18px;
    opacity:0.8;
    visibility:hidden;
}

#m-menuopen{
    background: url(img/md/ic_menu_black_24dp.png) no-repeat;   
}

#m-menuclose{
    background: url(img/md/ic_close_black_24dp.png) no-repeat;
    display:none; 
}

#m-menu{
    position:absolute;
    top:80px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:rgba(255,255,255,0.9);
    padding-top:10px;
    z-index: 1001;
    display:none;   
    border-top: #474646 thin;
    visibility:hidden;
}

#m-menu li{
    display:block;
    width:100%;
    padding: 7px 20px;
    text-align:center;
}

#m-menu a{
    color:#222;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 400;
    font-family:  'Lato', sans-serif;
}

#m-menu li.selectedpage a{
    font-weight: 200;
    color:#666;
}

#m-menu li.selectedpage .rsaquo{
    display: none;
}

#logo{
    position: absolute;
    top: 12px;
    left: 0px;
}

#logo img{
    height: 57px;
}

/* home:services */

#homeservices{
    background: url(img/detailspagebg-50op.png) no-repeat;
    background-color:#f5f5f5;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; 
}

i.iconimg{
    width: 105px;
    height: 105px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    /* cursor: pointer; */
}

i.icon1{
    background: url(img/icons-spt.png)no-repeat -17px -11px;
}
i.icon1:hover{
    background: url(img/icons-spt.png)no-repeat -17px -121px;
}
i.icon2{
    background: url(img/icons-spt.png)no-repeat -144px -12px;
}
i.icon2:hover{
    background: url(img/icons-spt.png)no-repeat -144px -126px;
}
i.icon3{
    background: url(img/icons-spt.png)no-repeat -266px -12px;
}
i.icon3:hover{
    background: url(img/icons-spt.png)no-repeat -266px -123px;	
}
/*
#homeservices p{
    color: #424242;
    font-size: 0.95em;
    line-height: 1.7em;
    width: 90%;
    margin: 0.5em auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}*/


/* Home:tagline */

#tagline {
    background-color:#17325b;
    width:100%;
    /*
    -webkit-box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.81);
    -moz-box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.81);
    box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.81);
    */
    -webkit-box-shadow: 0px 0px 37px -6px rgba(0,0,0,0.81);
    -moz-box-shadow: 0px 0px 37px -6px rgba(0,0,0,0.81);
    box-shadow: 0px 0px 37px -6px rgba(0,0,0,0.81);

    z-index: 1;
    position: absolute;
}

#tagline .tagtext{
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-weight:100;
    font-size:30px;
    margin-top:25px;
    margin-bottom:25px;
    margin-left: 0px;
    padding-left: 0px;
    left:0px;
}

#tagline .tagtext img{
    display:none;   
}

.tagline-go{
    float:right;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    font-size:30px;
    margin-top:23px;
}

#tagline #overlayspan{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    display:none;
}


/* -- Home (Banner and Tag) -- */
#homebanner{
    background:url(img/banner2-web1.jpg);
    background-size:cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
}

.topbanner{
    min-height: 400px;
}

#tag{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.75);
    font-size:1.2em;
    padding:10px;
}

#homebanner h1.hiddentitle{
    display:none;
}

#homebanner #backgroundalt{
   display: none;
}



/* -- Contact -- */
#contact {
    background: #333333;
    padding-bottom: 10px;
    padding-top:95px;
    z-index: -2;
    position: absolute;
    width:100%;
}

#contact .contacttitle{
    font-size:1.2em;
    font-weight:400;
}

#contact p{
    font-weight:300;
    font-size: 0.9em;
    margin-bottom: 0px;
}

#contact a{
    font-weight:300;
    font-size: 1em;
    text-decoration: none;
}

#contact .socialicon{
    width:45px;
    height: 45px;
    margin-right:5px;
    margin-bottom:5px;
}

#contact .contactinfoimg{
    height: 28px;
}

#contact .setoficons{
    padding:0px;
    display:inline-block;
    margin-bottom:10px;
}

#copyrightinfo{
    color: #666;
    text-align:left;
    padding:0px;
    font-size:0.8em;
}



/* Page:About - Background */
/*
.spreadpage#about-main{
    background:url(img/sk/sk10.jpg);
    background-size:cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height:1050px;
}*/

#about-background{
    background:url(img/skss/6.jpg);
    background-size:cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height:950px;
}

.spreadpage{
    position: relative;
    margin: 0px;
    padding: 0px;

    color:#222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    text-align: left;
}

.spreadpage .backgroundcover{
    min-height:1000px;
    position: static;
    margin: 0px;
    padding: 0px;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}

.spreadpage .content{
    position: absolute;
    left: 100px;
    top: 150px;
    width: 450px;
    background-color: rgba(250, 250, 250, 0.8);
    font-size: 0.8em;
}

.spreadpage h1{
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(220, 220, 220, 0.9);
    font-weight: 300;
    font-size: 2.5em;
    text-align: left;
    padding-left: 20px;
    margin-top: 0px;
    color: #17325b;
}

.spreadpage p{
    padding: 10px 20px;  
    margin: 0px;
}


#about-person{
    padding-top: 40px;
    padding-bottom: 40px;
}

#about-person h2{
    text-align: left;
    font-size: 2.4em;
}

#about-person h3{
    text-align: left;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0px;
}

#about-person h3 a{
    text-decoration: none;
    color: #17325b;
}

#about-person .persontitle{
    font-style: italic;
}

#about-person img{
    width: 160px;
}

#about-person .picside{
    text-align: center;
}


/* Contact */

#contact-background{
    background:url(img/skss/1.jpg);
    background-size:cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height:980px;
}

#contact-content h3{
    font-size: 1.5em;
    font-weight: 100;
    padding: 10px 20px;  
    margin-top: 15px;
    margin-bottom: 0px;
}

#contact-content p{
    text-decoration: none;
    color:#111;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: 400;
    padding-top:0px;
    padding-bottom: 0px;
}

#contact-content a{
    text-decoration: none;
    color:#111;
    font-size: 1.0em;
    line-height: 1.1em;
    font-weight: 400;
    padding-top:0px;
    padding-bottom: 0px;
}

#contact-socialicons{
    padding-left: 20px;
}

#contact-socialicons img{
    display: inline;
    width:40px;
    height: 40px;
    margin-right: 10px;
}

#contactform{
    text-align: center;
}

.contact-form input[type="text"] {
    width: 94%;
    background: #fff;
    padding: 0.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    color: #666;
    border: 1px solid #DADADA;
    outline: none;
    -webkit-appearance: none;
    margin-bottom: 14px;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.contact-form textarea {
    width:94%;
    min-height: 150px;
    resize: none;
    outline: none;
    background: #fff;
    padding: 0.8em;
    font-size: 1.3em;
    color: #666;
    border: 1px solid #DADADA;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.contact-form input[type="submit"] {
    width: 94%;
    font-size: 1em;
    margin: 4px 1px;
    padding: 9px 11px;
    
    outline: none;
    -webkit-appearance: none;
    font-size: 1.5em;
    background: #17325b;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-align: center;
    border: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.contact-form input[type="submit"]:hover{
    background: #112645;
    text-decoration: none;
}


/* Services */
#serbanner{
    background:url(img/skss/3.jpg);
    background-size:cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    position: relative;
}

#ser-main{
    background: url(img/detailspagebg.png) no-repeat;
    background-color:#f5f5f5;
    padding-top: 1px;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; 
}

#ser-main h1{
    text-align: center;
    color: #17325b;
    font-size: 3.3em;
    font-weight: 100;
}

.ser-heading h3{
    font-size:2em;
    color: #17325b;
}

.ser-heading .left{
    text-align: right;
}

.ser-heading .right{
    text-align: left;
}

.pd-content{
    margin-top: 30px;
}

.pd-content p{
    font-size: 0.8em;
}

.pd-content a{
    text-decoration: none;
    color:#000;
}

.pd-links{
    text-align: right;
}


/* wed */

#wed-banner{
    background:url(/img/skss/wed1.jpg);
    background-size:cover;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    position: relative;
}

#wed-main{
    background: url(/img/detailspagebg.png) no-repeat;
    background-color:#f5f5f5;
    padding-top: 1px;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; 
}

#wed-main h1{
    text-align: center;
    color: #17325b;
    font-size: 3.3em;
    font-weight: 100;
}

#wed-main a{
    color: #17325b;
}

#wed-main hr{
    border: 1px solid #d8d6d6;
}


/* Other */

.video-container {
    position: relative;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    width:100%;
}

.video-container.widescreen-ratio{
    /* For 16:9 videos */
    padding-bottom: 56.25%;
}

.video-container.traditional-ratio{
    /* For 4:3 videos */
    padding-bottom: 75%;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    padding:0;
    margin:0;
    width: 100%;
    height: 100%;
}


/* -- Footer -- */
#footer{
    background-color: #222;
    color: #666;
    text-align:right;
    padding:10px;
    font-size:0.8em;
}



/* --|| Responsive CSS ||-- */

/* Screens <992px */
@media screen and (max-width: 992px){
       #tagline .tagtext{
            font-size:20px;   
       }
       
       .tagline-go{
            font-size:20px;   
       }
}

/* Screens <850px */
@media screen and (max-width: 850px){
    html, body{
        font-size: 1.0em;
    }
    
    .bounded{
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
    
    .bounded-wide{
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
    
    #homebanner{
        min-height: 250px;
    }
    
    .topbanner{
        min-height: 250px;
    }
    
    #tag{
        font-size:1.0em;
    }
    
    #navbar{
        position:absolute;   
    }
    
}

/* Screens <768px */
@media screen and (max-width: 767px) {
    .centered-sm{
        text-align: center;
    }
    
    #homeservices{
        background: url(img/detailspagebg.png) no-repeat;

        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%; 
    }
    
    #tagline .tagtext{
        font-size:18px;   
    }
    
    #tagline .tagtext img{
        display:inline;
    }
    
    #tagline #overlayspan{
        display:block;
    }
    
    .tagline-go{
        display:none;
    }
    
    #copyrightinfo{
        text-align:center;   
    }
    
    .spreadpage{
        min-height: 400px;  
        position: relative;
        background: none;
    }
    
    .spreadpage .backgroundcover{
        position: static;
        height:300px;
        min-height: inherit;
    }
    
    .spreadpage .content{
        width: 100%;
        top:0;
        left:0;
        position: relative;
        background: url(img/detailspagebg.png) no-repeat;
        background-color:#f5f5f5;
    }
    
    #about-background{
        min-height:initial;
    }
    
    #about-content{
        background-color: transparent;
        background-image: none;
    }
    
    #about-person{
        background-color: transparent;
        background-image: none;
    }
    
    #about-holder{
        background: url(img/detailspagebg.png) no-repeat;
        background-color:#f5f5f5;
    }
    
    #contact-background{
        min-height:initial;
        height: 250px;
    }
    
    .ser-heading .left{
        text-align: center;
    }

    .ser-heading .right{
        text-align: center;
    }
    
    
    /* Start Mobile Menu navigation */
    #nav{
        display:none;   
    }
    
    .m-menubutton{
        display:block;   
        visibility:visible;
    }
    
    #m-menu{
        visibility:visible;   
    }
    
    #logo{
        left:20px;   
    }
    
}

/* Large Smartphone (Screens <=400px) */
@media screen and (max-width: 450px) {
    #navbar{
        position:relative;   
    }
    #homebanner{
        min-height: 130px;
    }
    .topbanner{
        min-height: 130px;
    }
    #tag{
        font-size:0.85em;
    }
    #tagline .tagtext{
        font-size:15px;   
    }
    #logo img{
        margin-left: -5px;
    }
    .spreadpage .backgroundcover{
        height:200px;
    }
    .tagtext{
        text-align: center;
    }
}

/* Small Smartphone (Screens <=340px) */
@media screen and (max-width: 340px) {
    #homebanner{
        min-height: 80px;
    }
    .topbanner{
        min-height: 80px;
    }
    #tag{
        font-size:0.8em;
    }
    #logo img{
        height:auto;
        width:70%; 
        padding-top:10px;  
    }
}
