/* 
Author: Ortus IT Group
Description: Gradient background  CSS styles for Ultimate WP Counter
Version: 1.3
Website: http://www.OrtusIT.com
*/

.oBackground-black {
	background: #959595; /* Old browsers */
	background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 68%, #010101 73%, #0a0a0a 82%, #111111 100%, #1b1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(68%,#0d0d0d), color-stop(73%,#010101), color-stop(82%,#0a0a0a), color-stop(100%,#111111), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 68%,#010101 73%,#0a0a0a 82%,#111111 100%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #959595 0%,#0d0d0d 68%,#010101 73%,#0a0a0a 82%,#111111 100%,#1b1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #959595 0%,#0d0d0d 68%,#010101 73%,#0a0a0a 82%,#111111 100%,#1b1b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 68%,#010101 73%,#0a0a0a 82%,#111111 100%,#1b1b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
	}

.oBackground-gray {
	background: #686868; /* Old browsers */
	background: -moz-linear-gradient(top,  #686868 0%, #adadad 47%, #a5a5a5 53%, #515151 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(47%,#adadad), color-stop(53%,#a5a5a5), color-stop(100%,#515151)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #686868 0%,#adadad 47%,#a5a5a5 53%,#515151 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #686868 0%,#adadad 47%,#a5a5a5 53%,#515151 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #686868 0%,#adadad 47%,#a5a5a5 53%,#515151 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #686868 0%,#adadad 47%,#a5a5a5 53%,#515151 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#515151',GradientType=0 ); /* IE6-9 */
	}

.oBackground-dark-gray {
	background: #959595; /* Old browsers */
	background: -moz-linear-gradient(top,  #959595 0%, #222222 0%, #0d0d0d 0%, #7c7c7c 50%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(0%,#222222), color-stop(0%,#0d0d0d), color-stop(50%,#7c7c7c), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #959595 0%,#222222 0%,#0d0d0d 0%,#7c7c7c 50%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #959595 0%,#222222 0%,#0d0d0d 0%,#7c7c7c 50%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #959595 0%,#222222 0%,#0d0d0d 0%,#7c7c7c 50%,#222222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #959595 0%,#222222 0%,#0d0d0d 0%,#7c7c7c 50%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	}

.oBackground-white {
	background: #d5d5d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #ffffff 40%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(40%,#ffffff), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#ffffff 40%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d5d5 0%,#ffffff 40%,#d5d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#ffffff 40%,#d5d5d5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d5d5 0%,#ffffff 40%,#d5d5d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
	}

.oBackground-green {
	background: #398235; /* Old browsers */
	background: -moz-linear-gradient(top,  #398235 0%, #88db5c 28%, #70bf70 58%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#398235), color-stop(28%,#88db5c), color-stop(58%,#70bf70), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #398235 0%,#88db5c 28%,#70bf70 58%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #398235 0%,#88db5c 28%,#70bf70 58%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #398235 0%,#88db5c 28%,#70bf70 58%,#398235 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #398235 0%,#88db5c 28%,#70bf70 58%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#398235', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
	}

.oBackground-green-yellow {	
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top,  #bfd255 0%, #458200 68%, #549923 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(68%,#458200), color-stop(100%,#549923)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bfd255 0%,#458200 68%,#549923 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bfd255 0%,#458200 68%,#549923 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bfd255 0%,#458200 68%,#549923 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bfd255 0%,#458200 68%,#549923 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#549923',GradientType=0 ); /* IE6-9 */
	}
	
.oBackground-blue {
	background: #066dab; /* Old browsers */
	background: -moz-linear-gradient(top,  #066dab 0%, #8abbd7 41%, #066dab 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066dab), color-stop(41%,#8abbd7), color-stop(100%,#066dab)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #066dab 0%,#8abbd7 41%,#066dab 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #066dab 0%,#8abbd7 41%,#066dab 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #066dab 0%,#8abbd7 41%,#066dab 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #066dab 0%,#8abbd7 41%,#066dab 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */
	}
	
.oBackground-light-blue {	
	background: #e0f3fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0f3fa 0%, #d8f0fc 40%, #b8e2f6 60%, #85cbfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fa), color-stop(40%,#d8f0fc), color-stop(60%,#b8e2f6), color-stop(100%,#85cbfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0f3fa 0%,#d8f0fc 40%,#b8e2f6 60%,#85cbfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0f3fa 0%,#d8f0fc 40%,#b8e2f6 60%,#85cbfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0f3fa 0%,#d8f0fc 40%,#b8e2f6 60%,#85cbfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0f3fa 0%,#d8f0fc 40%,#b8e2f6 60%,#85cbfc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#85cbfc',GradientType=0 ); /* IE6-9 */
	}

.oBackground-red {
	background: #c63113; /* Old browsers */
	background: -moz-linear-gradient(top,  #c63113 0%, #ef877a 35%, #ef9b8f 51%, #c63113 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c63113), color-stop(35%,#ef877a), color-stop(51%,#ef9b8f), color-stop(100%,#c63113)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c63113 0%,#ef877a 35%,#ef9b8f 51%,#c63113 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c63113 0%,#ef877a 35%,#ef9b8f 51%,#c63113 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c63113 0%,#ef877a 35%,#ef9b8f 51%,#c63113 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c63113 0%,#ef877a 35%,#ef9b8f 51%,#c63113 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c63113', endColorstr='#c63113',GradientType=0 ); /* IE6-9 */
	}

.oBackground-pink {
	background: #fcecfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcecfc 0%, #fba6e1 50%, #fd89d7 62%, #ff7cd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(50%,#fba6e1), color-stop(62%,#fd89d7), color-stop(100%,#ff7cd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 62%,#ff7cd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 62%,#ff7cd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 62%,#ff7cd8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcecfc 0%,#fba6e1 50%,#fd89d7 62%,#ff7cd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=0 ); /* IE6-9 */
	}
	
.oBackground-brown {
	background: #72412d; /* Old browsers */
	background: -moz-linear-gradient(top,  #72412d 0%, #f0b7a1 50%, #72412d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72412d), color-stop(50%,#f0b7a1), color-stop(100%,#72412d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72412d 0%,#f0b7a1 50%,#72412d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72412d 0%,#f0b7a1 50%,#72412d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72412d 0%,#f0b7a1 50%,#72412d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #72412d 0%,#f0b7a1 50%,#72412d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72412d', endColorstr='#72412d',GradientType=0 ); /* IE6-9 */
	}
	
.oBackground-orange {
	background: #f2bf48; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2bf48 0%, #f2e9d2 28%, #e88617 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2bf48), color-stop(28%,#f2e9d2), color-stop(100%,#e88617)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2bf48 0%,#f2e9d2 28%,#e88617 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2bf48 0%,#f2e9d2 28%,#e88617 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2bf48 0%,#f2e9d2 28%,#e88617 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2bf48 0%,#f2e9d2 28%,#e88617 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bf48', endColorstr='#e88617',GradientType=0 ); /* IE6-9 */
	}

.oBackground-crystal {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 35%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 35%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 35%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 35%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 35%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	}
