/* 
    Document   : styles.css
    Created on : Jul 2, 2013, 8:54:30 PM
    Author     : VIN
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

html, body{
    padding: 0; margin: 0;
}

body{
    background-color: #040e1e;
    color: #333; font-size: 120%; line-height: 1.5em;  font-family: 'Roboto', Arial; font-weight: 300;
}

section, article, aside, footer, header, nav, hgroup {
    display:block;
}

h1, h2, h3, h4, h5, h6{
    margin: 0 0 30px 0; font-weight: 100; font-family: 'Roboto', Arial;
    line-height: 1em; display: block; margin: 0; padding: 20px 0;
}

h1{
    font-size: 3.2em; padding: 100px 0 20px 0; 
}
h2{
    font-size: 2.2em; padding: 60px 0 20px 0;
}
h3{
    font-size: 2em; font-weight: 300;
}
h4{
    font-size: 1.8em; 
}

p{
    margin: 20px 0;
}

ul{
    margin: 20px 0;
}

ul li{
    margin-top: 15px; margin-bottom: 15px;
}

a, a:visited, a:active{
    color: #333; text-decoration: underline; outline: none;
}

a:hover{
    color: #333; text-decoration: none;
}

img, a img{
    border: 0;
}

input, textarea, select{
    font-family: arial; font-size: .85em;
}

.clear{
    clear: both; height: 1px; line-height: 1px; font-size: 1px; overflow: hidden; 
}

.break{
    clear: both; 
}

.auto-center{
    margin: 0 auto;
}

.center-text{
    text-align: center !important;
}

.left-text{
    text-align: left !important;
}

.right-text{
    text-align: right !important;
}

.fl{
    float: left;
}
.fr{
    float: right;
}


#toast_frame{
    position: fixed; width: 92%; max-width: 455px;  top: 120px; left: 50%; z-index: 99999;
    display: none;
}
#toast_frame div{
    position: relative; top: 0%; left: -50%;
    margin: 0 auto; width: 100%; text-align: center; background-color: #FFF; background-color: rgba(255,255,255,.9);
    border-radius: 5px; border: 1px solid #CCC;
    box-shadow: 0 0 15px #888888;
}
#toast_frame div span{
    padding:30px 10px; display: block;
}

.content-img{
    max-width: 100%;
}

.ps-frame{
    width: 92%; max-width: 1100px; margin: 0 auto;
}
.ps-right-panel{
    width: 50%;  max-width: 840px;
}

#ps-big-image-frame{
    position: relative;
}
#ps-big-image-frame.home{
    background: url('../images/home_bg.jpg') no-repeat center top;
}
#ps-big-image{
    overflow: hidden; vertical-align: middle; position: relative;
    margin: 0 auto; box-shadow: 0 0px 0px #333;
    padding: 150px 0 30px 0;
}
#ps-big-image-frame .scroll-down{
    display: block; position: absolute; bottom: 0; left: 50%; margin-left: -50px; z-index: 9999;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;

    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#ps-big-image-frame .ps-split-panel-l, #ps-big-image-frame .ps-split-panel-r{
    position: relative;
}
#ps-big-image-frame .enter_c{
    position: absolute; left: 50%; top: 250px; margin-left: 70px;
}
#ps-big-image-frame .enter_t{
    position: absolute; left: 50%; top: 250px; margin-left: 70px;
}
#ps-big-caption{
    position: relative;
}
#ps-big-caption span{
    display: block;
    font-size: 3.2em; position: absolute;
    color: white; line-height: 120%; bottom: 40px; right: 0;
    text-shadow: 0 0 2px #000; font-weight: 100;
}

.flasher{
    background-color: white;
    position: fixed; z-index: 99999; display: none;
    width: 100%; height: 100%; top: 0; left: 0;
}

#ps-page-header{
    display: block; width: 100%; position: absolute; top: 0; left: 0; z-index: 999;
    color: white; background-color: rgba(255,255,255,.5);
    font-family: 'Raleway', Arial; box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
#ps-page-header.compact{
    background-color: white !important;
}
#ps-page-header.compact #ps-logo-fr div{
    zoom: 85%;
}
#ps-page-header.compact #nav-main{
    margin-top: 60px; font-size: 14px;
}
#header-fix{
    height: 58px; background-color: white;
}

#ps-logo{
    cursor: pointer;
}
#ps-logo-fr{
    height: 100px; float: left;
}
#ps-logo-fr div{
    border: 0; position: absolute; bottom: 8px;
}
#ps-logo-fr img{
    float: left;
}
#ps-logo-fr a.sub{
    display: block; float: left; width: 125px; height: 36px; background: url(../images/logo_ct.png) no-repeat 5px;
    border-left: 8px solid; margin-top: 18px; margin-left: 15px; 
    transition: all .5s ease-in;
}
#ps-logo-fr a, #ps-logo-fr a:visited, #ps-logo-fr a:hover{
    text-decoration: none;
}
#ps-page-header div.ps-frame{
    position: relative;
}

#ps-head-main{
    position: relative; margin-left: 300px;
}



ul#nav-main, ul#nav-main li{
    margin: 0; padding: 0; display: block; list-style: none;
}

ul#nav-main{
    float: right; margin-top: 28px;
    font-size: .8em; z-index: 999;
}
ul#nav-main.home{
    margin-top: 15px !important;
}

ul#nav-main li{
    float: left; color: #000;
    text-align: center;
}

ul#nav-main li.title a:hover{
    opacity: 1 !important; background: none;
}

#nav-main a, #nav-main a:visited{
    display: block; color: #000; text-decoration: none; text-shadow: 0 0 8px white;
    padding: 20px 5px 10px 5px; transition: all .2s ease-in;
    line-height: 20px; 
}
#nav-main a span{
    display: block; border-bottom: 3px solid rgba(255,255,255,0);
}

#nav-main a:hover{
    color: black;
}
#nav-main a:hover span{
    border-bottom: 3px solid #fff;
    transition: all .2s ease-in-out; 
}
#nav-main a.active span{
    border-bottom: 3px solid; 
}
#nav-main a:active span{
    border-bottom: 3px solid;
}


section#ps-middle-frame{
    width: 100%; background-color: white;
}



#ps-content-frame{
    margin: 0 auto; padding: 50px 0; 
}


#ps-page-footer{
    display: block;
    font-size: .8em; color: #64676f; font-size: .6em;
    font-family: 'Roboto', Arial; padding: 10px 0 40px 0; 
}
#ps-page-footer a, #ps-page-footer a:visited{
    text-decoration: none; color: #64676f;
}
#ps-page-footer .center-text{
    padding: 30px 0;   
}

#ps-footer-logo{
    float: right; display: block; text-decoration: none; padding-top: 30px;
}

#ps-footer-logo img{
    width: 157px; height: 50px;
}

#ps-page-footer-main{
    color: #999; padding: 30px 0 20px 0; font-size: .75em;
    background-color: #101e34;
}
#ps-page-footer-main section{

}

#ps-page-footer-main h6{
    display: block; margin: 0 0 15px 0; font-size: 1.2em; font-family: 'Raleway', Arial; 
    padding: 20px 0 10px 0;
}

#ps-page-footer-main ul{
    margin: 0; padding: 0 0 0 25px;
}

#ps-page-footer-main li{
    margin: 0;
}

#ps-page-footer-main a, #ps-page-footer-main a:visited{
    text-decoration: none; color: #CCC;
    transition: all .5s ease-in; display: inline; padding: 0 5px;
}

#ps-page-footer-main a:hover{
    text-decoration: none; color: #FFF;
    transition: all .5s ease-out; 
}



#ps-slider {
    position: relative;
    width: 100%; text-align: center;
    overflow: hidden;
    color: rgba(255,255,255,.6);
    background: white; height: 550px;
}
#ps-slider ul {
    list-style: none; margin: 0; padding: 0;
}
#ps-slider ul li {
    display: block; margin: 0; padding: 0;
    width: 100%; position: absolute; background-position: center top;

    height: 580px;

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

#ps-slider h1, #ps-slider h2 {
    font-size: 2.5em; padding: 260px 20px 0 20px; font-family: Arial; font-weight: 300;
    text-shadow: 0 0 5px black;
    color: #fff; text-align: center;
}

#ps-slider p{
    margin: 10px 20px 60px 20px; text-align: center; font-family: Arial; font-size: 1.1em;
    text-shadow: 0 1px 2px black; color: white;
}


#ps-slider-nav-fr{
    position: absolute; width: 100%; left: 0; bottom: 60px; z-index: 499;
}
#ps-slider-nav-fr a,#ps-slider-nav-fr a:visited{
    color: white; display: block; text-align: right; text-decoration: none;
}
#ps-slider-nav{
    padding-top: 15px; text-align: right;
}
#ps-slider-nav span{
    display: inline-block; width: 12px; height: 12px; line-height: 8px; margin: 0 5px;
    list-style: none;
    border: 2px solid #00B1F0; background-color: white; border-radius: 3px; cursor: pointer;
}
#ps-slider-nav span.active {
    background: #00B1F0; border: 2px solid #004D71;

    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    -o-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;

    -webkit-filter: drop-shadow(0 1px 2px rgba(255,255,255,1));
    -moz-filter: drop-shadow(0 1px 2px rgba(255,255,255,1));
    -ms-filter: drop-shadow(0 1px 2px rgba(255,255,255,1));
    -o-filter: drop-shadow(0 1px 2px rgba(255,255,255,1));
    filter: drop-shadow(0 1px 2px rgba(255,255,255,1));
}

.gallery, .gallery li{
    list-style: none; margin: 0; padding: 0;display: block;
}
.gallery li{
    width: 25%; margin-left: 6%; float: left; margin-top: 20px;
}

.gallery li img{
    width: 100%; border: 5px solid #CCC; box-shadow: 0 4px 3px #888888;

    -webkit-transition: all .25s ease-in-out; /* Safari and Chrome */
    -moz-transition: all .25s ease-in-out; /* Firefox */
    -ms-transition: all .25s ease-in-out; /* IE 9 */
    -o-transition: all .25s ease-in-out; /* Opera */
    transition: all .25s ease-in-out;
}

.gallery li a:hover img{
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    box-shadow: 0 8px 8px #888888;
}