/* 
    Document   : orbit_custom
    Created on : Jul 2, 2013, 3:57:33 PM
    Author     : mniemi
    Description:
        Purpose of the stylesheet follows.
*/

            /* ORBIT CUSTOM ELEMENTS */
            .orbit-container {
            	max-height:400px;
            }
            .orbit-container .orbit-prev, .orbit-container .orbit-next {
                position: absolute;
                top: 50%;
                margin-top: -28px;
                /*background-color: black;
                background-color: rgba(0, 0, 0, 0.6);*/
                width: 42px;
                height: 42px;
                line-height: 42px;
                color: white;
                
                text-indent: -9999px !important;
                background: url(../img/orbit-arrow-prev.png) 0 0 no-repeat; 
            }
            
            .orbit-container .orbit-next {
                background: url(../img/orbit-arrow-next.png) 0 0 no-repeat; 
            }

            .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
                background-position: 0 -42px;
            }
            
            .orbit-container .orbit-prev > span,
            .orbit-container .orbit-next > span {

              display: none;
            }

                .orbit-caption {
                              /*  background-color: rgba(255, 128, 255, 0.6);
                                top:0;
                                width:300px;
                                left:0;*/
                              top: 0;
                              background-color: white;
                              background-color: rgba(255, 255, 255, 0.4);
                              color: #e75272;
                              width: 300px;
                              height: 300px;
                } 
                
                .slide-caption {
                              top: 0;
                              background-color: white;
                              background-color: rgba(255, 250, 139, 0.8);
                              color: #e75272;
                              width: 405px;
                              height: 387px;
                              position: absolute;
                              padding: 85px 24px 20px 60px;
                }
                
                .slide-caption  h2{
                    font-weight:400;
                    color: #333;
                    line-height: 1.1em;
                    margin-bottom:25px;
                    
                }
                .slide-caption  p{
                    font-size:15px;
                    font-weight:normal;
                    color: #333;
                    padding-left: 4px;
                    padding-right: 48px;
                    line-height: 1.5em;
                }
                
                .slide-caption.white {
                              background-color: white;
                              background-color: rgba(255, 255, 255, 0.6);
                              color: #e75272;
                              width: 405px;
                              height: 387px;
                              padding: 60px 24px 20px 60px;
                }
                
                .slide-caption.white  h2 {
                    font-weight:400;
                    color: #e75272;
                }
                
                .slide-caption.white  p{
                    font-size:15px;
                    font-weight:normal;
                    color: #e75272;
                }
                
                .orbit-bullets {
                            position: relative;
                            z-index:99;
                            top: -42px;
                            left: 44.5%;
                            line-height: 36px;
                            color: white;
                            text-indent: -9999px !important;
                }
                .orbit-bullets li {
                    width: 24px;
                    height: 24px;
                    background: url(../img/orbit-bullets.png) 0 0 no-repeat;
                    border: none;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    margin-right:10px;
                }
                
                .orbit-bullets li.active  {
                    background: url(../img/orbit-bullets.png) 0 -24px no-repeat;
                      background-position: 0 -24px;
                }
                .orbit-bullets li:hover {
                      background-position: 0 -24px;
                }
                
                .orbit-slide-number,
                .orbit-timer { opacity:0;/*display:none;*/} 
         