    /* ----------------------------------------- */
    /*				CUSTOM COLOR
    /* ----------------------------------------- */

	/* selection */
    ::-moz-selection { background:#000000; color: #FF3600; text-shadow: none; }
	::selection { background:#000000; color: #FF3600; text-shadow: none; }

	/* General */
    body {
    	color: #ffffff;
    }

    h1, h2, h3, h4, h5, h6 {
    	color: #ffffff;
    }

    #loading-bg {
		background:#000000;
    }

	/* Header */
    header {height:30px;	}

    
    /* Footer */
    footer {height:120px;	}
	
    /* Logo */
    #logo a {
		width:539px;
		height:60px;
		background:url(http://www.laborie-creations.fr/wp-content/uploads/2013/02/Titre-2.png) no-repeat;
	}

        	#logo {
        	left:50%;
            margin-left: -269.5px;
            margin-top: 55px;
        }
    
    /* Menu */
    #navBg {
    	margin-top: 10px;
        background-color: #FF3600;
    }

    #nav a ,.portfolio-list-back a , .news-back a{
    	color: #ffffff;
    }

     #nav a:hover ,.portfolio-list-back a , .news-back a{
    	color: #ffffff;
    }

    #nav a.navActv {
    	color: #ffffff;
        background-color: #000000;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

    .nav-bg {
    	 background-color: #cc2b00;
    }

    /* Background */
        .bg-for-image {
    	background:#000000;
		opacity:0.6;
        filter:alpha(opacity=60); /* For IE8 and earlier */
	}
    
    /* Other */

    .item-image,.ps_slider .ps_album .albumCont ,.portfolio-list-item {
    	border: solid 1px #E8E8E8;
    }

    .item-image:hover,.ps_slider .ps_album .albumCont:hover, .portfolio-list-item:hover {
        border:solid 1px #FF3600;
    }

    .newsDate,.newsCategory, .site-info a {
    	color: #FF3600;
    }

    .portfolio-list-back a ,.news-back a {
    	background-color: #FF3600;
    }

    .ps_slider .albumCont:hover > .ps_desc h6  , .news-container h6:hover {
		color:#FF3600;
    }

    .single-post-content h6:hover {color: #ffffff;}

    /* Scroll bar */

    .jspTrack {
    	background-color: #000000;
    }

    .jspDrag {
    	background-color: #ffffff;
    }

    /* Social */
        	.social {
        	right:0px;
            margin-top: 0px;
        }
    
    #contact-form .error {
        color:#FF3600;
    }

    #contact-form .success {
        color:#0C0;
    }

    /* ----------------------------------------- */
    /*				CUSTOM FONT
    /* ----------------------------------------- */

	 /* general */
	body , p , input, select, textarea {
        font-family: Helvetica Neue, sans-serif;
        font-size: 12px    }

	/* h1 - h6 */
	h1,h2,h3,h4,h5,h6,.testimonials-content p,.testimonials2 .testimonials-details .testimonials-name {
        font-family: Ropa Sans, Arial, Helvetica, sans-serif;
    }

	/* menu */
	#nav a ,.portfolio-list-back a , .news-back a {
        font-family: Ropa Sans, Arial, Helvetica, sans-serif;
        font-size: 16px    }

    /* footer */
	.site-info, .site-info a {
        font-family: PF Tempesta Five Condensed, Arial, Helvetica, sans-serif;
        font-size: 8px    }
  .site-info a.secondary-link {
        color: #FFFFFF;
        transition: all 500ms ease 0s;
    }

/* Landscape phones and down */
@media (max-width: 568px) {

    .menu-select .menu-select-top {
    	background:#FF3600;
    }

    .menu-select ul li:hover , .menu-select ul li.active{
    	color:#FF3600;
    }

}
