	
.work_overlay.b_colour_1{
	background-color: rgb(239,221,53) !important;
}

.work_item.colour_1 a:hover{
	color: rgb(239,221,53)  !important;
}

	
.work_overlay.b_colour_2{
	background-color: rgb(133,151,156) !important;
}

.work_item.colour_2 a:hover{
	color: rgb(133,151,156)  !important;
}

	
.work_overlay.b_colour_3{
	background-color: rgb(16,95,237) !important;
}

.work_item.colour_3 a:hover{
	color: rgb(16,95,237)  !important;
}

	
.work_overlay.b_colour_4{
	background-color: rgb(66,174,124) !important;
}

.work_item.colour_4 a:hover{
	color: rgb(66,174,124)  !important;
}

	
.work_overlay.b_colour_5{
	background-color: rgb(93,65,176) !important;
}

.work_item.colour_5 a:hover{
	color: rgb(93,65,176)  !important;
}


.home .page{
	
	background-color:rgb(16,95,237);
	
}

#header{
	
	background-image: none;
	background-color: rgb(16,95,237);	
	background: -moz-linear-gradient(top, rgba(16,95,237,1) 0%, rgba(16,95,237,1) 84%, rgba(16,95,237,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(16,95,237,1) 0%,rgba(16,95,237,1) 84%,rgba(16,95,237,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(16,95,237,1) 0%,rgba(16,95,237,1) 84%,rgba(16,95,237,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105fed', endColorstr='#105fed',GradientType=0 ); /* IE6-9 */
	transition : all 1s;
}
	
#nav{
	background: rgb(16,95,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(16,95,237,1) 0%, rgba(16,95,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(16,95,237,1) 0%,rgba(16,95,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(16,95,237,0,1) 0%,rgba(16,95,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105fed', endColorstr='#105fed',GradientType=0 ); /* IE6-9 */
	transition : all 200ms;
}

#nav a {
	color:#FFF;
}

#nav ul li a:hover{
	color:#000;
}

#header img{
	
	transition: all 250ms;
	
}

#header img:hover{
	-webkit-filter: invert(100%);
}

#header.scroll{
	
	background-image: none;
	background-color: rgb(237,236,236);
	background: -moz-linear-gradient(top, rgba(237,236,236,1) 0%, rgba(237,236,236,1) 84%, rgba(237,236,236,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,236,236,1) 0%,rgba(237,236,236,1) 84%,rgba(237,236,236,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,236,236,1) 0%,rgba(237,236,236,1) 84%,rgba(237,236,236,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecec', endColorstr='#edecec',GradientType=0 ); /* IE6-9 */
	
}
	
#nav.scroll{
	background: rgb(237,236,236); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,236,236,1) 0%, rgba(237,236,236,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,236,236,1) 0%,rgba(237,236,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,236,236,0,1) 0%,rgba(237,236,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecec', endColorstr='#edecec',GradientType=0 ); /* IE6-9 */

}

#nav.scroll a {
	color:#000;
}

#nav.scroll ul li a:hover{
	color:rgb(255,34,28);
}

#header.scroll img:hover{
	-webkit-filter: invert(0%);
}

