﻿/**************************************************************************/
    /*	Footer                                                                */
    /**************************************************************************/
    
    div.footer
    {
        margin-bottom:30px;
    }
    
        div.footer h5.footer-header-column-1,
        div.footer h5.footer-header-column-2,
        div.footer h5.footer-header-column-3
        {
            padding-left:23px;
            margin-bottom:35px;
            background-repeat:no-repeat;
            background-position:left 5px;
        }
        
        div.footer h5.footer-header-column-1 { background-image:url('../image/icon_chat.png');  }
        div.footer h5.footer-header-column-2 { background-image:url('../image/icon_notes.png'); }
        div.footer h5.footer-header-column-3 { background-image:url('../image/icon_pin.png');   }
    
        /**********************************************************************/
        /*	Footer / News list                                                */
        /*  Footer / Testimonials list                                        */
        /**********************************************************************/
    
        div.footer ul.news-list,
        div.footer ul.testimonials-list
        {

        }
        
        div.footer .bx-window
        {
            height:170px !important;
        }
        
            div.footer ul.news-list li,
            div.footer ul.testimonials-list li
            {
                clear:both;
                height:110px;
                overflow:hidden;
            }
				
			div.footer ul.testimonials-list li
			{
				padding-left:40px;
				background-repeat:no-repeat;
				background-position:0px 0px;
				background-image:url('../image/icon_quote.png');
			}
   
                div.footer ul.news-list li div.news-list-date
                {
                    width:40px;
                    float:left;
                    color:#FFFFFF;
                    font-size:13px;
                    text-align:center;
                    text-transform:uppercase;
                    font-family:'Noticia Text',Serif;
                }
                
                    div.footer ul.news-list li div.news-list-date span
                    {
                        clear:both;
                        display:block;
                    }

                div.footer ul.news-list li div.news-list-content
                {
                    width:250px;
                    float:right;
                    padding-left:15px;
                    border-left:solid 1px #5D514B;
                }

				div.footer ul.testimonials-list li p,
				div.footer ul.news-list li div.news-list-content p
				{
					margin:0px;
					padding:0px;
					margin-top:10px;
				}
                    
            /******************************************************************/
            /*	Footer / BX slider navigation                                 */
            /******************************************************************/
                    
            div.footer .bx-prev,
            div.footer .bx-next
            {
                top:-53px;
                right:0px;
                width:15px;
                height:15px;
                display:block;
                position:absolute;
                background-position:0px 0px;
                background-repeat:no-repeat;
            }
            
            div.footer .bx-prev
            {
                right:20px;
            }
            
            div.footer .bx-prev:hover,
            div.footer .bx-next:hover
            {
                background-position:0px -15px;
            }

            div.footer .bx-prev { background-image:url('../image/icon_navbar_up.png');      }
            div.footer .bx-next { background-image:url('../image/icon_navbar_down.png');    }
            
        /**********************************************************************/
        /*	Footer / Legal list                                               */
        /**********************************************************************/
    
        div.footer ul.legal-links
        {
            margin-top:-6px;
        }
        
            div.footer ul.legal-links li
            {
                width:130px;
                height:100%;
                overflow:hidden;
                padding:7px 0px 7px 20px;
                background-repeat:no-repeat;
                background-position:center left;
                border-bottom:solid 1px #5D514B;
                background-image:url('../image/bullet_small.png');
            }
            
            div.footer ul.legal-links li.left
            {
                float:left;
                clear:both;
            }
            
            div.footer ul.legal-links li.right
            {
                float:right;
            }
            
    /**************************************************************************/
    /*	Footer bottom                                                         */
    /**************************************************************************/
    
    div.footer-bottom
    {
        background:#241F1D;
        padding:1px 0px 15px 0px;
    }
        
        /**********************************************************************/
        /*	Footer bottom / Line                                              */
        /**********************************************************************/
    
        div.footer-bottom hr
        {
            border:0;
            height:1px;
            margin:0px;
            padding:0px;
			line-height:1;
            font-size:1px;
			color:#3A322F;
            background:#3A322F;
            margin-bottom:15px;
			#margin-top:-7px;
			#margin-bottom:10px;
        }
        
        /**********************************************************************/
        /*	Footer bottom / Menu                                              */
        /**********************************************************************/
        
        div.footer-bottom ul.footer-bottom-menu
        {
            float:right;
        }
        
            div.footer-bottom ul.footer-bottom-menu li
            {
                float:left;
                margin-left:15px;
            }