.green2-grad-back{
	background: #4092c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #4092c9 52%, #7db9e8 52%, #4fa3e2 52%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#4092c9), color-stop(52%,#7db9e8), color-stop(52%,#4fa3e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4092c9 52%,#7db9e8 52%,#4fa3e2 52%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4092c9 52%,#7db9e8 52%,#4fa3e2 52%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4092c9 52%,#7db9e8 52%,#4fa3e2 52%); /* IE10+ */
	background: linear-gradient(to bottom,  #4092c9 52%,#7db9e8 52%,#4fa3e2 52%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4092c9', endColorstr='#4fa3e2',GradientType=0 ); /* IE6-9 */
}
.green3-grad-back{
    background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.gray-grad-back{
	background-image: linear-gradient(bottom, rgb(232,232,232) 10%, rgb(255,255,255) 62%);
	background-image: -o-linear-gradient(bottom, rgb(232,232,232) 10%, rgb(255,255,255) 62%);
	background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 10%, rgb(255,255,255) 62%);
	background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 10%, rgb(255,255,255) 62%);
	background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 10%, rgb(255,255,255) 62%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(232,232,232)),
		color-stop(0.62, rgb(255,255,255))
	);
}
.brown-grad-back{
    background-image: linear-gradient(bottom, rgb(191,16,10) 8%, rgb(232,39,39) 82%, rgb(255,156,156) 100%) !important;
    background-image: -o-linear-gradient(bottom, rgb(191,16,10) 8%, rgb(232,39,39) 82%, rgb(255,156,156) 100%) !important;
    background-image: -moz-linear-gradient(bottom, rgb(191,16,10) 8%, rgb(232,39,39) 82%, rgb(255,156,156) 100%) !important;
    background-image: -webkit-linear-gradient(bottom, rgb(191,16,10) 8%, rgb(232,39,39) 82%, rgb(255,156,156) 100%) !important;
    background-image: -ms-linear-gradient(bottom, rgb(191,16,10) 8%, rgb(232,39,39) 82%, rgb(255,156,156) 100%) !important;

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.08, rgb(191,16,10)),
            color-stop(0.82, rgb(232,39,39)),
            color-stop(1, rgb(255,156,156))
    ) !important;
}   
.opacity-back{
    background: rgba(255, 255, 255, 0.5);
}
.bg-white{
    background: white;
}
.fnt-white{
    color: white !important;
}
.fnt-brown{
    color: brown;
}
