ï»¿/*Startup Brands - Main CSS
Copyrights- trendywebstar.com
made by:trendyWebStarDecember - 2011
/*--------------------------TABLE OF CONTENT--------------------------*/
/*
							01-RESET CSS
							02-MAIN BODY CSS
							03-MAIN TYPOGRAPHY CSS
							04-TABLE CSS
							05-FORM STYLES
							06-SIMPLE NOTIFICATIONS & FANCY NOTIFICATIONS
							07-LAYOUT CSS 
							08-CONTENT DISPLAY CSS
							09-SOCIAL ICONS
							10-GRID CSS
							11-NAVIGATION CSS
							12-INTRO PAGES & SEARCH CSS
							13-SLIDERS CSS
							14-FOOTER CSS
							15-BLOG CSS
							16-PORTFOLIO CSS
							17-SIMPLE PAGINATION
							18-BUTTONS
							19-LISTS CSS
							20-RIBBONS
							21-BREADCRUMBS
							22-FANCY CIRCLES
							23-TITLE TIPSY DIV
							24-LOGIN & REGISTRATION FORM
							25-TABS & ACCORDIONS CSS
							26-PRICING BOXES CSS
							27-PRICING TAVLE CSS


*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*---------------01 - RESET CSS---------------*/
/*-------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/*-------------------------------------------------------*/
/*---------------02 - BODY CSS---------------*/
/*-------------------------------------------------------*/
body {
	background-color: #FFF;
	background-image: url(../images/background-patterns/body-bg-0.jpg);
	background-repeat: repeat;
	color: #888;
	font: 12px/20px 'Droid Sans',arial,serif;
	line-height: 20px;
	font-size: 12px;
	/* Prevents Mobile Safari from bumping up font sizes in landscape */
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgb(255,255,0);
	background-attachment: fixed;
}
::selection {
	background:#f26c4f;
	/* Safari */
	color:#fdfdfa;
}
::-moz-selection {
	background:#f26c4f;
	/* Firefox */
	color:#fdfdfa;
}
img::selection {
	background:transparent;
}
img::-moz-selection {
	background: transparent;
}
/*-------------------------------------------------------*/
/*---------------03 - MAIN TYPOGRAPHY CSS---------------*/
/*-------------------------------------------------------*/
a {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:none;
	color:#db1010;
}
a img {
	border:none;
}
strong {
	font-weight:bold;
	color:#252525;
}
p,ul,ol,pre,code {
	margin-bottom:10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Crimson Text',arial,serif;
	font-weight:normal;
	font-variant:normal;
	white-space:normal;
	color:#282828;
	margin-bottom:10px;
}
h1 {
	font-size:30px;
	line-height:35px;
}
h2 {
	font-size:28px;
	line-height:33px;
}
h3 {
	font-size:24px;
	line-height:29px;
}
h4 {
	font-size:20px;
	line-height:25px;
}
h5 {
	font-size:16px;
	line-height:21px;
}
h6 {
	font-size:14px;
	line-height:17px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#282828;
	font-family:'Crimson Text',arial,serif;
	font-size:100%;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color:#556074;
	font-family:'Crimson Text',arial,serif;
	font-size:100%;
	text-decoration:none;
}
.white {
	color:#FFF;
}
a img,img {
	border:none;
}
strong {
	font-weight:bold;
	color:#252525;
}
p,ul,ol,pre,code {
	margin-bottom:10px;
}
.colored {
	color:#b61c04;
}
ul {
	list-style-type:none;
}
ol {
	list-style-type:decimal;
	list-style-position:inside;
}
blockquote {
	padding:5px 20px 5px 55px;
	line-height:24px;
	background:url(../images/quote.png) no-repeat top left;
	color:#999999;
}
blockquote span {
	color:#666666;
}
pre,code {
	border:1px solid #efefef;
	border-left:5px solid #efefef;
	display:block;
	padding:10px;
	font-size:11px;
	font-family:monospace;
	background-color: #f5f5f5;
}
/*-------------------------------------------------------*/
/*------------------04 - TABLE STYLES------------------*/
/*-------------------------------------------------------*/
table {
	border-collapse:separate;
	border-spacing:0;
	border-top-width:5px;
	margin-bottom:10px;
	border:1px solid #efefef;
}
th {
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:bold;
	background:#bf0101;
	color:#FFF;
}
td {
	padding:10px 15px;
	border-top:1px solid #efefef
}
tbody.colorfull td:hover {
	background:#ebebeb;
	cursor: pointer;
}
/*------------------TABLE STYLES ENDS------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*------------------05 - FORMS STYLE------------------*/
/*-------------------------------------------------------*/
label {
	font-weight:normal;
	display:block;
	color:#7f7f7f;
}
input[type=text],input[type=password],input.text,input.title,textarea,select {
	background-color:#FFF;
	border:1px solid #ebebeb;
	font-size:11px;
}
input[type=text]:focus,input[type=password]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus {
	border-color:#898989;
	-moz-box-shadow:0 0px 3px #cccccc;
	-webkit-box-shadow:0 0px 3px #cccccc;
	box-shadow:0 0px 3px #cccccc;
}
input[type=text],input[type=password],input.text,input.title,textarea,select {
	margin:5px 0;
}
input.text,input.title,select {
	width:200px;
	padding:10px 5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:450px;
	height:180px;
	padding:10px 5px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
#round-form input,#round-form textarea,#round-form select {
	background:#FFF;
	text-shadow:#fff 0 1px 0;
	border:1px solid #CCC;
	color:#1e3966;
	padding:5px 10px;
	width:175px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
	-webkit-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
	box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
}
#round-form input:focus,#round-form textarea:focus,#round-form select:focus {
	outline:0;
	-moz-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px;
	-webkit-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px;
	box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px
}
#contact-form input,#contact-form textarea,#contact-form select {
	background:#ebebeb;
	text-shadow:#fff 0 1px 0;
	border:1px solid #c7c5c5;
	color:#1e3966;
	padding:6px 10px;
	width:320px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
	-webkit-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
	box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
}
#contact-form textarea {
	width:690px;
	resize:none;
}
#contact-form #Mysubmitted {
	width:auto;
}
#contact-form input:focus,#contact-form textarea:focus,#contact-form select:focus {
	outline:0;
	-moz-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px;
	-webkit-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px;
	box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px
}
#contact-form #Mysubmitted {
	text-shadow:none;
	background:#65b1f0;
	background:-moz-linear-gradient(top,#65b1f0 0%,#5799cc 49%,#1e6fca 53%,#1a6aaf 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#65b1f0),color-stop(49%,#5799cc),color-stop(53%,#1e6fca),color-stop(100%,#1a6aaf));
	background:-webkit-linear-gradient(top,#65b1f0 0%,#5799cc 49%,#1e6fca 53%,#1a6aaf 100%);
	background:-o-linear-gradient(top,#65b1f0 0%,#5799cc 49%,#1e6fca 53%,#1a6aaf 100%);
	background:-ms-linear-gradient(top,#65b1f0 0%,#5799cc 49%,#1e6fca 53%,#1a6aaf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#65b1f0',endColorstr='#1a6aaf',GradientType=0 );
	background:linear-gradient(top,#65b1f0 0%,#5799cc 49%,#1e6fca 53%,#1a6aaf 100%);
	border:1px solid #275682;
	-moz-box-shadow:0px 1px 2px rgba(000,000,000,0.3),inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:0px 1px 2px rgba(000,000,000,0.3),inset 0px 1px 0px rgba(255,255,255,0.6);
}
#contact-form #Mysubmitted:hover {
	color:#FFF;
	background: -webkit-gradient( linear,left top,left bottom,from(#246eab),to(#65b1f0));
}
/*-------------------------------------------------------*/ /*-------------------------------------------------------*/
/*---06 - SIMPLE NOTIFICATIONS & FANCY NOTIFICATIONS-----*/
/*-------------------------------------------------------*/
.required {
	color:#ed1c24;
	color:#e64135;
}
.required {
	color:#ed1c24;
}
.error {
	color:#e64135;
	text-align:right;
	font-size:11px;
}
.success {
	color:#acd373;
	text-align:right;
	font-size:11px;
}
.simple-error,.simple-alert,.simple-notice,.simple-success,.simple-info {
	padding:0.8em;
	margin-bottom:1em;
	border:1px solid #ddd;
}
.simple-error,.simple-alert {
	background:#fbe3e4;
	border-color:#fbc2c4;
	color:#e64135;
}
.simple-notice {
	background:#fff6bf;
	color:#514721;
	border-color:#ffd324;
}
.simple-success {
	background:#e6efc2;
	color:#264409;
	border-color:#c6d880;
}
.simple-info {
	background:#d5edf8;
	color:#205791;
	border-color:#92cae4;
}
.simple-error a,.simple-alert a {
	color:#8a1f11;
}
.simple-notice a {
	color:#514721;
}
.simple-success a {
	color:#264409;
}
.simple-info a {
	color: #205791;
}
/*--------FANCY NOTIFICATION BOXES*/
.fancy-error,.fancy-notice,.fancy-info,.fancy-success,.fancy-download,.fancy-secure-area {
	height:auto;
	width:auto;
	display:block;
	position:relative;
	padding:15px 10px;
	color:#111;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin-bottom:30px;
	cursor:pointer;
}
.fancy-error {
	border:1px solid #bf0101;
	color:#FFF;
	background:rgb(230,65,53);
	background:-moz-linear-gradient(top,rgba(230,65,53,1) 0%,rgba(211,19,19,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(230,65,53,1)),color-stop(100%,rgba(211,19,19,1)));
	background:-webkit-linear-gradient(top,rgba(230,65,53,1) 0%,rgba(211,19,19,1) 100%);
	background:-o-linear-gradient(top,rgba(230,65,53,1) 0%,rgba(211,19,19,1) 100%);
	background:-ms-linear-gradient(top,rgba(230,65,53,1) 0%,rgba(211,19,19,1) 100%);
	background:linear-gradient(top,rgba(230,65,53,1) 0%,rgba(211,19,19,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64135',endColorstr='#d31313',GradientType=0 );
}
.fancy-error a,.fancy-error p,.fancy-error strong {
	color:#FFF;
}
.fancy-info {
	border:1px solid #9dcedf;
	color:#111;
	background:rgb(222,239,255);
	background:-moz-linear-gradient(top,rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(222,239,255,1)),color-stop(100%,rgba(152,190,222,1)));
	background:-webkit-linear-gradient(top,rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background:-o-linear-gradient(top,rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background:-ms-linear-gradient(top,rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background:linear-gradient(top,rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff',endColorstr='#98bede',GradientType=0 );
}
.fancy-info a,.fancy-info p,.fancy-info strong {
	color:#111;
}
.fancy-notice {
	border:1px solid #fce482;
	color:#111;
	background:rgb(254,252,234);
	background:-moz-linear-gradient(top,rgba(254,252,234,1) 0%,rgba(252,228,130,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(254,252,234,1)),color-stop(100%,rgba(252,228,130,1)));
	background:-webkit-linear-gradient(top,rgba(254,252,234,1) 0%,rgba(252,228,130,1) 100%);
	background:-o-linear-gradient(top,rgba(254,252,234,1) 0%,rgba(252,228,130,1) 100%);
	background:-ms-linear-gradient(top,rgba(254,252,234,1) 0%,rgba(252,228,130,1) 100%);
	background:linear-gradient(top,rgba(254,252,234,1) 0%,rgba(252,228,130,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea',endColorstr='#fce482',GradientType=0 );
}
.fancy-notice a,.fancy-notice p,.fancy-notice strong {
	color:#111;
}
.fancy-success {
	border:1px solid #acd373;
	color:#111;
	background:rgb(205,235,142);
	background:-moz-linear-gradient(top,rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(205,235,142,1)),color-stop(100%,rgba(165,201,86,1)));
	background:-webkit-linear-gradient(top,rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
	background:-o-linear-gradient(top,rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
	background:-ms-linear-gradient(top,rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
	background:linear-gradient(top,rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e',endColorstr='#a5c956',GradientType=0 );
}
.fancy-success a,.fancy-success p,.fancy-success strong {
	color:#111;
}
.fancy-download {
	border:1px solid #e1e1e1;
	color:#111;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(47%,rgba(246,246,246,1)),color-stop(100%,rgba(237,237,237,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background:linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ededed',GradientType=0 );
}
.fancy-download a,.fancy-download p,.fancy-download strong {
	color:#111;
}
.fancy-secure-area {
	border:1px solid #556074;
	color:#FFF;
	background:rgb(96,108,136);
	background:-moz-linear-gradient(top,rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(96,108,136,1)),color-stop(100%,rgba(63,76,107,1)));
	background:-webkit-linear-gradient(top,rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
	background:-o-linear-gradient(top,rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
	background:-ms-linear-gradient(top,rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
	background:linear-gradient(top,rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88',endColorstr='#3f4c6b',GradientType=0 );
}
.fancy-secure-area a,.fancy-secure-area p,.fancy-secure-area strong {
	color: #FFF;
}
/*-------------------------------------------------------*/
/*---------------07 - LAYOUT CSS---------------*/
/*-------------------------------------------------------*/
.post-header-shadow {
	width:100%;
	float:left;
	height:20px;
	margin-bottom:10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 1%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(1%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 100%);
	background: linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 );
	*background:#FFF;
}
.pre-footer-shadow {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 99%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 99%,rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 99%,rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 99%,rgba(0,0,0,0.15) 100%);
	background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 99%,rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );
	width:100%;
	float:left;
	height:30px;
	margin-top:20px;
	border-bottom:1pt solid #f5f5f5;
	*background:#FFF;
}
.intro-header {
	height:40px;
	padding:20px 0 10px 0;
}
.find-us {
	width:35px;
	height:110px;
	background:url("../images/find-us.png") no-repeat;
	position:absolute;
	top:0;
	right:7%;
	text-indent: -9999px;
}
/*-------------------------------------------------------*/
/*---------------08 - CONTENT DISPLAY CSS---------------*/
/*-------------------------------------------------------*/
.contact-map-holder {
	width:711px;
	height:175px;
	background:url("../images/contact-map-holder.png") no-repeat;
	padding:10px 0 0 12px;
	float:left;
	margin-left:-5px;
	margin-bottom:20px;
}
#slideshow-bg {
	width:100%;
	float:left;
}
#slideshow-wrapper {
	width:960px;
	margin:0 auto;
}
#piecemaker-wrapper {
	width:960px;
	margin:0px auto 0 auto;
}
.slideshow-center,.slideshow {
	width:960px;
	margin:0 auto;
}
#slideshow-wrapper-pattern {
	float:left;
	width:100%;
	padding-top:30px;
	background:url("../images/header-footer-pattern.png") top center no-repeat;
	height:auto;
}
#slideshow-wrapper-colored {
	float:left;
	height:auto;
	width:100%;
	background:#bc1e04;
	background:-moz-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bc1e04),color-stop(44%,#b01a04),color-stop(100%,#a71603));
	background:-webkit-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-o-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-ms-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1e04',endColorstr='#a71603',GradientType=0 );
	border-bottom:1pt solid #f5f5f5;
	border-top:1pt solid #b61c04;
	margin-top:-1px;
}
#slideshow-wrapper-colored-2 {
	float:left;
	height:275px;
	width:100%;
	background:#bc1e04;
	background:-moz-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bc1e04),color-stop(44%,#b01a04),color-stop(100%,#a71603));
	background:-webkit-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-o-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-ms-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1e04',endColorstr='#a71603',GradientType=0 );
	border-bottom:1pt solid #f5f5f5;
	border-top:1pt solid #b61c04;
	margin-top:-1px;
}
#slider-holder {
	float:left;
	width:1100px;
	height:420px;
	margin:-4px 0 0px -71px;
	background:transparent url("../images/slider-bg.png") no-repeat;
	padding:14px 0 0 80px;
}
#page-bg {
	background:#efefef url("../images/body-bg-3.png") repeat;
	border-bottom:1pt solid #FFF;
	width:100%;
	height:323px;
	float:left;
}
#wrapper {
	height: auto;
	width: 100%;
}
#content-wrapper {
	height:auto;
	width:960px;
	padding:0 30px;
	text-align:left;
	margin:0 auto;
}
#content {
	height:auto;
	margin:0 auto;
	width:960px;
	padding:30px 0px;
}
#header-bg-top {
	background:url("../images/header-top-bg.png") top repeat-x;
	width:1020px;
	height:20px;
	margin-top:-10px;
	margin-left:-30px;
	float:left;
}
#header-intro-panel {
	background:rgb(17,17,17);
	border-bottom:1pt solid #333;
	float:left;
	height:auto;
	width:100%;
}
#header-container {
	float:left;
	height:auto;
	width:100%;
	background:rgb(17,17,17);
	border-bottom:1pt solid #f5f5f5;
}
#container{
	float: left;
	height: auto;
	width: 1020px;
	    -moz-box-shadow: -4px 5px 32px #000000;
    -webkit-box-shadow: -4px 5px 32px #000000;
    box-shadow: -4px 5px 32px #000000;
    

	text-align: left;
	margin-top: 20px;
	margin-bottom: 50px;
	background-color: #FFF;

}
.center-page {
	height: auto;
	width: 1020px;
	margin: auto;
	padding: 0px;
}
.header-center {
	height: 120px;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: url("../images/header-footer-pattern.png") top center no-repeat;
}
.center {
	height: auto;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	padding: 5px 0;
	height: 60px;
}
a#logo {
	background: transparent url("../images/logo.png") no-repeat;
	display: block;
	float: left;
	width: 360px;
	height: 100px;
	text-indent: -9999px;
}
.slideshow {
	padding:0px 0 30px 0;
}
.header-text-left {
	float:left;
	margin:30px 0px 10px 30px;
}
.header-text-left strong {
	color: #FFF!important;
}
/*-------------------------------------------------------*/
/*---------------09 -SOCIAL ICONS---------------*/
/*-------------------------------------------------------*/
ul#header-icons {
	float:right;
	margin:12px 0px 0px 0;
}
ul#header-icons li {
	opacity:1;
	list-style:none;
	float:left;
	margin:0px 3px;
	cursor:pointer;
}
ul#header-icons li:hover {
	opacity:1;
}
ul#header-icons li.icon-facebook {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/facebook.png) bottom no-repeat;
}
ul#header-icons li.icon-facebook:hover {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/facebook.png) top no-repeat;
}
ul#header-icons li.icon-rss {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/rss.png) bottom no-repeat;
}
ul#header-icons li.icon-rss:hover {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/rss.png) top no-repeat;
}
ul#header-icons li.icon-skype {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/skype.png) bottom no-repeat;
}
ul#header-icons li.icon-skype:hover {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/skype.png) top no-repeat;
}
ul#header-icons li.icon-vimeo {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/vimeo.png) bottom no-repeat;
}
ul#header-icons li.icon-vimeo:hover {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/vimeo.png) top no-repeat;
}
ul#header-icons li.icon-twitter {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/twitter.png) bottom no-repeat;
}
ul#header-icons li.icon-twitter:hover {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/twitter.png) top no-repeat;
}
ul#header-icons li.icon-dribbble {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/dribbble.png) bottom no-repeat;
}
ul#header-icons li.icon-dribbble:hover {
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/dribbble.png) top no-repeat;
}
ul#header-icons li.icon-google{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/google.png) bottom no-repeat;	
}
ul#header-icons li.icon-google:hover{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/google.png) top no-repeat;	
}
ul#header-icons li.icon-flickr{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/flickr.png) bottom no-repeat;	
}
ul#header-icons li.icon-flickr:hover{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/flickr.png) top no-repeat;	
}

ul#header-icons li.icon-youtube{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/youtube.png) bottom no-repeat;	
}
ul#header-icons li.icon-youtube:hover{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/youtube.png) top no-repeat;	
}
ul#header-icons li.icon-digg{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/digg.png) bottom no-repeat;	
}
ul#header-icons li.icon-digg:hover{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/digg.png) top no-repeat;	
}
ul#header-icons li.icon-linkedin{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/linkedin.png) bottom no-repeat;	
}
ul#header-icons li.icon-linkedin:hover{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/linkedin.png) top no-repeat;	
}

ul#header-icons li.icon-delicious{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/delicious.png) bottom no-repeat;	
}
ul#header-icons li.icon-delicious:hover{
	height:24px;
	width:24px;
	background:transparent url(../images/icons/social/delicious.png) top no-repeat;	
}

ul.header-intro-list li {
	list-style:none;
	float:left;
	margin-right:10px;
	color:#FFF;
	margin-top:-5px;
	padding:2px 0 5px 0;
}
ul.header-intro-list-right {
	list-style:none;
	float:right;
	margin:0px;
	padding:0px;
}
ul.header-intro-list-right li {
	list-style:none;
	float:left;
	margin-right:10px;
	color:#FFF;
	margin-top:-5px;
	padding:2px 0 5px 0;
}
ul.header-intro-list li a,ul.header-intro-list-right li a {
	color:#FFF;
}
ul.header-intro-list li a:hover,ul.header-intro-list-right li a:hover {
	color:#FFF;
	text-decoration: underline;
}
/*-------------------------------------------------------*/
/*---------------10 - GRID CSS---------------*/
/*-------------------------------------------------------*/
.horizontal-line {
	width:100%;
	margin:30px auto;
	float:left;
	border-top:1px solid #efefef;
}
.fancy-divider {
	width: 960px;
	margin: 40px auto;
	float: left;
	height: 25px;
	background: url("../images/divider-fancy.png") no-repeat;
}
.fancy-divider-footer {
	width:960px;
	margin:20px auto;
	float:left;
	height:25px;
	background:url("../images/divider-fancy-2.png") no-repeat;
}
.clear-line {
	width:100%;
	margin:10px auto auto auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.one,.one-half,.two-third,.one-third,.one-fourth,.one-fifth,.one-sixth,.inner-content,.one-third-big {
	float:left;
}
.one-half,.two-third,.one-third,.one-fourth,.one-fifth,.one-sixth,.inner-content,.one-third-big {
	margin-right:30px;
}
.one {
	width:960px;
}
.one-half {
	width:465px;
}
.two-third {
	width:630px;
}
.one-third {
	width:300px;
}
.inner-content {
	width:712px;
}
.one-third-big {
	width:340px;
}
.one-fourth {
	width:217px;
}
.one-fifth {
	width:168px;
}
.one-sixth {
	width:135px;
}
.last {
	margin-right:0px!important;
}
.img-align-left {
	margin:5px 10px 0 0;
	float:left;
}
.img-article-left {
	margin:5px 10px 0 0;
	float:left;
	width:70px;
}
.text-article-left {
	margin:0;
	float:left;
	width:220px;
}
.img-align-right {
	margin:5px 0 0 10px;
	float:right;
}
.img-align-center {
	margin:5px 0;
	text-align:center;
}
.text-align-left {
	float:left;
}
.text-align-center {
	text-align:center;
}
.text-align-right {
	float:right;
}
.circles-center {
	text-align:center;
	margin-left:-50px;
	padding: 10px 0;
}
/*-------------------------------------------------------------------------------------*/
/*--------------------------------11 - MAIN NAVIGATION---------------------------------*/
/*--------------------------------------------------------------------------------------*/

.strapline {
	margin-top: 10px;
	width: 480px;
	float: left;
	color: #FFF;
	margin-left:40px;
}

#main_navigation {
	top: 25px;
	font-size: 11px;
	height: 50px;
	float: right;
	z-index: 1000;
}
.main-menu {
	position:relative;
	z-index:1000;
	font-family:'Droid Sans',arial,serif;
}
.main-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.main-menu ul li {
	position:relative;
	display:inline;
	float:left;
	font-size:14px;
	margin:0px 2px;
}
.main-menu ul li a,.main-menu ul li a:link {
	line-height:30px;
	color:#FFF;
	text-shadow:none;
	font-size:13px;
	text-transform:uppercase;
}
.main-menu ul li a span {
	display:block;
	color:#f5f5f5;
	font-size:10px;
	text-align:center;
	margin-top:-10px;
	text-transform:capitalize;
	text-shadow:none;
}
.main-menu ul li a:hover,.main-menu ul li:hover {
	color: #FFF!important;
	background: rgb(17,17,17);
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.main-menu ul li:hover a {
	color:#FFF!important;
}
.main-menu ul li a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	padding:0px 15px;
}
* html .main-menu ul li a {
	display:inline-block;
}
.main-menu ul li ul {
	position:absolute;
	left:0px;
	display:block;
	visibility:hidden;
	color:#FFF;
	width:187px;
}
.main-menu ul li ul li {
	display:list-item;
	float:none;
	border-right:none!important;
	color:#FFF;
}
.main-menu ul li ul li a {
	width:150px;
	padding:5px 0px;
	margin:0px 7px;
}
.main-menu ul ul li:hover,.main-menu ul ul li a:hover {
	border-top:none;
	margin-top:0!important;
}
.main-menu ul ul {
	background:#9b1804;
	z-index:101;
	color:#FFF;
	padding:10px 0;
	border-radius:0px 4px 4px 4px;
	-moz-border-radius:0 4px 4px 4px;
	-webkit-border-radius:0 4px 4px 4px;
	position:relative;
}
.main-menu ul ul li a,.main-menu ul ul li a:link,.main-menu ul ul li a:visited {
	height:100%;
	text-transform:capitalize;
	line-height:20px;
	margin-right:0px!important;
	padding:5px 10px!important;
	font-size:11px;
	color:#FFFF;
	z-index:1000;
}
.main-menuz ul li ul li a:hover,.main-menu ul ul li a:hover {
	text-decoration:none!important;
	color:#FFF!important;
	text-shadow:none;
	background:#333;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:0px 1px 0px #171717;
	-webkit-box-shadow:0px 0px 2px #171717;
	box-shadow:0px 1px 0px #171717;
}
.main-menuz ul ul li ul,.main-menu ul ul ul {
	text-decoration:none!important;
	color:#db1010!important;
	text-shadow:none;
	z-index:1000;
}
.main-menuz ul ul li ul li a:hover,.main-menu ul ul ul li a:hover {
	text-decoration:none!important;
	color:#FFF;
	text-shadow:none;
	background:#333;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
}
/*-------------------------------------------------------*/
/*---------------12 - INTRO PAGES CSS---------------*/
/*-------------------------------------------------------*/
.intro-pages span {
	color:#b61c04;
}
.intro-pages {
	padding:30px 0px 50px 0;
	height:auto;
	margin-bottom:30px;
	background:transparent url("../images/intro-pages-bg.png") no-repeat bottom;
	border-top:1px solid #efefef;
}
.intro-pages h1,.intro-pages h2,.intro-pages h3,.intro-pages h4 {
	text-align:center;
	margin-bottom:0;
	font-style:italic;
}
.intro-pages a {
	color:#b61c04;
}
.page-title {
	float:left;
	width:605px;
}
.inner-pages {
	width: 930px;
	height: 45px;
	padding: 10px 15px 5px 15px;
	background: #444;
	margin-bottom: 30px;
	float: left;
}
.inner-pages h3 {
	color:#FFF;
	margin-bottom:0px;
}
.search-input {
	background:#2f2f2f url("../images/search-bg.png") 190px 6px no-repeat!important;
	padding:6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:200px;
	color:#b7b7b7!important;
	border-color:#2b2b2b!important;
	-webkit-box-shadow:inset 0 0 15px #282828;
	-moz-box-shadow:inset 0 0 15px #282828;
	box-shadow: inset 0 0 15px #282828;
}
.search-input-header {
	margin:10px 0 0 0;
	background:#2f2f2f url("../images/search-bg.png") 190px 6px no-repeat!important;
	padding:6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:200px;
	color:#b7b7b7!important;
	border-color:#2b2b2b!important;
	-webkit-box-shadow:inset 0 0 15px #282828;
	-moz-box-shadow:inset 0 0 15px #282828;
	box-shadow: inset 0 0 15px #282828;
}
.header-search{margin:0;padding:5px 0;float:left;}
.header-intro-list-right{margin:10px 0 0 0 ;} 
 /*-------------------------------------------------------*/
/*---------------13 - SLIDERS CSS---------------*/
/*-------------------------------------------------------*/
/*VIDEO BLOCK */
#video-block {
	width:940px;
	height:360px;
	float: left;
}
/*NIVO SLIDERS*/
.nivoSlider {
	width:940px;
	height:360px;
	float:left;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
#slider3 .nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:99;
}
#slider3 .nivo-controlNav a {
	display:block;
	float:left;
	margin:0 5px 0px 0;
	background:url(../images/colors/default-red/slider-pag.png) top right;
	width:20px;
	height:19px;
	outline:none;
	text-indent:-9999px;
}
#slider3 .nivo-controlNav a.active {
	background:url(../images/colors/default-red/slider-pag.png) top left;
}
.nivo-directionNav a {
	display:block;
	width:45px;
	height:45px;
	background:url("../images/colors/default-red/slider-prev-next.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background:url("../images/colors/default-red/slider-prev-next.png") top right no-repeat;
	right:5px;
}
a.nivo-prevNav {
	background:url("../images/colors/default-red/slider-prev-next.png") top left no-repeat;
	left:5px;
}
a.nivo-nextNav:hover {
	background:url("../images/colors/default-red/slider-prev-next.png") bottom right no-repeat;
	right:5px;
}
a.nivo-prevNav:hover {
	background:url("../images/colors/default-red/slider-prev-next.png") bottom left no-repeat;
	left:5px;
}
a.nivo-nextNav:active {
	background:url("../images/colors/default-red/slider-prev-next.png") bottom right no-repeat;
	right:5px;
	margin-top:1px;
}
a.nivo-prevNav:active {
	background:url("../images/colors/default-red/slider-prev-next.png") bottom left no-repeat;
	left:5px;
	margin-top:1px;
}
.nivo-caption {
	text-shadow:none;
	font-size:12px;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}
.nivo-caption {
	text-shadow:none;
	font-family:Helvetica,Arial,sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration: underline;
}
/*-------------------------------------------------------*/
/*NIVO THUMB SLIDER*/
/*-------------------------------------------------------*/
#slider4 .nivo-controlNav {
	position:absolute;
	left:350px;
	bottom:50px;
}
#slider4 .nivo-controlNav a {
	display:inline;
}
#slider4 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #acacac;
	-webkit-box-shadow:0px 0px 5px #acacac;
	box-shadow:0px 0px 5px #acacac;
}
#slider4 .nivo-controlNav a.active img {
	border:1px solid #556074;
}
#cycle-slider-wrapper #prev,#cycle-slider-wrapper #next {
	width:45px;
	height:45px;
	display:block;
	float:left;
	margin-right:5px;
	text-indent:-999px;
	position:relative;
}
#cycle-slider-wrapper #prev {
	background:url(../images/colors/default-red/slider-prev-next.png) top left no-repeat;
	z-index:100;
	margin:-215px 0px 0 -100px;
}
#cycle-slider-wrapper #next {
	background:url(../images/colors/default-red/slider-prev-next.png) top right no-repeat;
	z-index:110;
	margin:-215px 0px 0 1000px;
}
#cycle-slider-wrapper #prev:hover {
	background:url(../images/colors/default-red/slider-prev-next.png) bottom left no-repeat;
}
#cycle-slider-wrapper #next:hover {
	background:url(../images/colors/default-red/slider-prev-next.png) bottom right no-repeat;
}
#cycle-slider-wrapper #next:active,#cycle-slider-wrapper #prev:active {
	margin-top:-214px;
}
.one-fourth-no-margin {
	float:left;
	width:235px;
}
#homepage-portfolio-prev,#homepage-portfolio-next {
	width:20px;
	height:20px;
	display:block;
	float:right;
	margin-right:5px;
	text-indent:-999px;
}
#homepage-portfolio-prev {
	background:url(../images/slider_portfolio_arrows.png) left no-repeat;
	z-index:100;
	margin:4px 0px 0 0px;
}
#homepage-portfolio-next {
	background:url(../images/slider_portfolio_arrows.png) right no-repeat;
	z-index:110;
	margin:5px 0px 0 0px;
}
#homepage-portfolio-prev:hover,#homepage-portfolio-next:hover {
	opacity:0.8;
}
.caption {
	z-index:99;
	position:absolute;
	bottom:15%;
	left:30px;
	height:auto;
	padding:30px;
	background:transparent url("../images/slider-txt-bg.png") repeat;
	width:320px;
	font-size:12px;
	color:#FFF;
	text-shadow:none;
}
.caption h4 {
	color:#FFF;
}
.caption p {
	font-style:normal;
	color:#FFF;
}
.slides_container {
	background:#FFF;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.slides_container a img {
	display:block;
	z-index:99;
}
.small-slider {
	background:url("../images/small-slider-bg.png") no-repeat;
	padding:14px 0 0 14px;
	height:350px;
	width:615px;
}
.big-slider {
	height:450px;
	width:1020px;
	margin-left:-30px;
	border-top:5px solid #121212;
}
.portfolio-details-slider {
	height:370px;
	width:711px;
	background:url(../images/portfolio-slider-bg.png) no-repeat;
	padding:6px 0 0 6px;
	margin-left:2px;
}
#simple-slider {
	margin-top:0px;
}
.portfolio-details-nav {
	float:right;
	width:100%;
	margin-bottom: 15px;
}
/*SLIDER TWO THIRD WIDTH ENDS*/
.pagination {
	position:relative;
	float:right;
	z-index:501;
	margin:-50px 20px 0 0px;
}
.pagination li {
	float:left;
	margin:0 5px 0 0;
}
.pagination li a {
	display:block;
	background:url(../images/colors/default-red/slider-pag-grey.png) right no-repeat;
	width:11px;
	float:left;
	height:10px;
	outline:none;
	text-indent:-9999px;
}
.pagination li.current a {
	background:url(../images/colors/default-red/slider-pag-grey.png) left no-repeat;
}
.slides-nav {
	position:relative;
	z-index:100;
	display:none;
}
.slides-nav a {
	position:absolute;
	display:block;
	text-indent:-9999px;
	width:50px;
	height:50px;
	cursor:pointer;
	background-image:url(../images/slide-next-prev.png);
}
.slides-nav a.prev {
	background-position:left;
	margin:-275px 0 0 -10px;
	-webkit-transition:all 0.3s ease,top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
}
.slides-nav a.prev:hover {
	background-position:left;
	margin:-275px 0 0 -15px;
}
.slides-nav a.next {
	background-position:right;
	margin:-275px 0 0 920px;
	-webkit-transition:all 0.3s ease,top 0ms linear;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	transition:all 0.3s ease;
}
.slides-nav a.next:hover {
	background-position:right;
	margin:-275px 0 0 925px;
}
.slide-item {
	text-align:center;
}
.kwicks-container {
	width:940px;
	height:360px;
	margin:0 auto 0px auto;
	overflow:hidden;
	position:relative;
	background: #FFF;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	background:#FFF;
	overflow:hidden;
}
.kwicks li {
	/* these are required,but the values are up to you (must be pixel) */
	width:210px;
	height:360px;
	/*do not change these */
	display:block;
	overflow:hidden;
	padding:0;
	/* if you need padding,do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script. However,it should be provided for non-JS enabled browsers. */
	margin-right:0px;
	/*Set to same as spacing option. */ float:left;
	background:#FFF;
}
.kwicks.vertical li {
	/* This is optional and will be disregarded by the script. However,it should be provided for non-JS enabled browsers. */
	margin-bottom:5px;
	/*Set to same as spacing option. */
}
.accordian-slider-image {
	float:left;
	padding:0;
	margin:0;
}
.slide-minicaption {
	bottom:0;
	right:0;
	position:absolute;
	color:#fff;
	text-shadow:2px 2px #111;
	padding:10px;
	font-size:12px;
	line-height:18px;
	width:195px;
	background:#111;
}
.slide-minicaptiontitle {
	font-size:13px;
	text-align:center;
	letter-spacing:0.5px;
	color:#fff;
	display:block;
	line-height:20px;
}
.accordian-slider-caption {
	top:60px;
	left:550px;
	position:absolute;
	color:#D1D1D1;
	padding:10px 20px;
	font-size:12px;
	line-height:22px;
	background:#111;
	-moz-border-radius:5px;
	-webkit-border:5px;
	border-radius:5px;
	width:300px;
	height:auto;
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	box-shadow:0px 3px 3px rgba(0,0,0,0.1);
}
.accordian-slider-caption a {
	color:#D1D1D1;
}
.accordian-slider-caption a:hover {
	text-decoration:none;
}
.accordian-slider-captiontitle {
	font-size:20px;
	color:#fff;
	display:block;
	line-height:26px;
	margin:0 0 5px 0;
}
.accordian-slider-captiontitle a {
	color:#FFF;
}
.accordian-slider-captiontitle a:hover {
	color:#db1010;
	text-decoration:none;
}
.kiwcks-container {
	height:360px;
	overflow:hidden;
}
.kiwcks-container {
	width:940px;
	margin-left:0px;
	margin-bottom:0px;
	overflow:hidden;
}
.kwicks li {
	width:235px;
	-moz-box-shadow:1px 3px 15px #252525;
	-webkit-box-shadow:1px 3px 15px #252525;
	box-shadow:1px 3px 15px #252525;
}
.kwicks li {
	height:360px;
}
.kwickshadow {
	height:360px;
}
.slideshowgallery {
	height:360px;
}
.slide-minicaption {
	width:235px;
}
#portfolio-prev,#portfolio-next {
	width:35px;
	height:35px;
	display:block;
	float:right;
	margin-right:5px;
	text-indent:-999px;
}
#portfolio-prev {
	background:url(../images/slideshow-nav.png) left top no-repeat;
	z-index:100;
	margin:-120px 1010px 0px 0px;
}
#portfolio-prev:hover {
	background:url(../images/slideshow-nav.png) left bottom no-repeat;
}
#portfolio-prev:active,#portfolio-next:active {
	margin-top:-119px;
}
#portfolio-next {
	background:url(../images/slideshow-nav.png) right top no-repeat;
	z-index:110;
	margin:-120px -85px 0 0px;
}
#portfolio-next:hover {
	background:url(../images/slideshow-nav.png) right bottom no-repeat;
}
#piecemaker {
	width:960px;
	height:430px;
	float:left;
	margin-bottom:30px;
	margin-top: -10px;
}
/*GRID PORTFOLIO*/
#portfolio-grid-slider-wrapper #portfolio-prev,#portfolio-grid-slider-wrapper #portfolio-next {
	width:45px;
	height:42px;
	display:block;
	float:right;
	margin-right:5px;
	text-indent:-999px;
}
#portfolio-grid-slider-wrapper #portfolio-prev {
	background:url(../images/cycle-slider_arrows.png) left no-repeat;
	z-index:100;
	margin:-325px 1005px 0 0px;
}
#portfolio-grid-slider-wrapper #portfolio-next {
	background:url(../images/cycle-slider_arrows.png) right no-repeat;
	z-index:110;
	margin:-325px -90px 0 0px;
}
#portfolio-grid-slider-wrapper #portfolio-prev:hover,#portfolio-grid-slider-wrapper #portfolio-next:hover {
	opacity:0.8;
}
.grid {
	width:960px;
	float:left;
	margin-top:6px;
	padding:0;
}
.grid .item-one-fourth {
	float:left;
	width:240px;
	margin-top:-6px;
	margin-bottom:0px;
	padding:0;
}
.grid.item-hover {
	margin:0!important;
	padding:0!important;
	height:300px;
	width:auto;
}
.grid .portfolio-thumbnail {
	position:absolute;
	display:none;
	width:240px;
	height:295px;
	background:url("../images/thumb-hover-bg.png") repeat;
	text-align:left;
	cursor:pointer;
	border-top:4pt solid #e64135;
}
.grid .thumb-text {
	padding:10px;
}
.grid .portfolio-thumbnainl p {
	color:#f5f5f5;
}
.grid .portfolio-thumbnail strong {
	color:#FFF;
}
.slider-down {
	position:relative;
	overflow:hidden;
	height:360px;
	float:left;
	cursor:pointer;
	-moz-box-shadow:1px 3px 5px #CCC;
	-webkit-box-shadow:1px 3px 5px #CCC;
	box-shadow:1px 3px 5px #CCC;
}
.slider-down .text_slider {
	position:absolute;
	width:100%;
	top:360px;
}
.slider-down .innertext {
	padding:10px 5px;
	background:#bf0101;
	border-top:4pt solid #a20000;
}
.slider-down .innertext:hover {
	padding:10px 5px;
}
.slider-down .innertext strong,.slider-down .innertext a {
	color:#FFF;
	margin:0;
}
.slider-down .innertext p {
	color:#FFF;
}
#homepage-slider-wrapper #homepage-prev,#homepage-slider-wrapper #homepage-next {
	width:45px;
	height:45px;
	display:block;
	float:left;
	margin-right:5px;
	text-indent:-999px;
	position: relative;
}
/*HOMEPAGE SIMPLE SLIDER CSS STYLE*/
#homepage-slider-wrapper #homepage-prev {
	background:url(../images/colors/default-red/slider-prev-next.png) top left no-repeat;
	z-index:100;
	margin:-225px 0px 0 -100px;
}
#homepage-slider-wrapper #homepage-next {
	background:url(../images/colors/default-red/slider-prev-next.png) top right no-repeat;
	z-index:110;
	margin:-225px 0px 0 1000px;
}
#homepage-slider-wrapper #homepage-prev:hover {
	background:url(../images/colors/default-red/slider-prev-next.png) bottom left no-repeat;
}
#homepage-slider-wrapper #homepage-next:hover {
	background:url(../images/colors/default-red/slider-prev-next.png) bottom right no-repeat;
}
#homepage-slider-wrapper #homepage-next:active,#homepage-slider-wrapper #homepage-prev:active {
	margin-top: -224px;
}
/* CSS for jQuery Orbit Plugin 1.2.1
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php


/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit a img {
    border: none }

.orbit div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 999; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../images/orbit-slider/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../images/orbit-slider/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/orbit-slider/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(../images/orbit-slider/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
     }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    color: #fff;
	text-align: left;
	padding: 10px 150px 10px 10px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 9px;
    width:780px; 
	margin-left:-9px;
	border-top:2pt solid #b61c04;
	}

.orbit-wrapper .orbit-caption span {
	color:#e64135;
	font-size:14px;
	text-shadow:1px 1px rgba(0,0,0,.6);
	}

	

/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    position: absolute;
    z-index: 999;
    top: 45%;
    cursor: pointer; 
	}

div.slider-nav span.right {
    background:url(../images/colors/default-red/slider-prev-next.png) top right no-repeat;
	right:20px;
     }
div.slider-nav span.right:hover{
    background:url(../images/colors/default-red/slider-prev-next.png) bottom right no-repeat;
	right:20px;
     }
div.slider-nav span.left {background:url(../images/colors/default-red/slider-prev-next.png) top left no-repeat;
	left:20px;}

div.slider-nav span.left:hover {background:url(../images/colors/default-red/slider-prev-next.png) bottom left no-repeat;
	left:20px;}

div.slider-nav span.left:active,div.slider-nav span.right:active{
	
	margin-top:1px;
}
/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 100;
    list-style: none;
    bottom: 25px;
    left: 85%;
	margin-right: -45px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/colors/default-red/slider-pag.png) no-repeat right;
    width: 20px;
    height: 19px;
    overflow: hidden; }


.orbit-bullets li.active {
    
    background-position:left; }

.orbit-bullets li.active.has-thumb {
     background-position:left; }

/*-------------------------------------------------------*/
/*---------------14 - FOOTER CSS---------------*/
/*-------------------------------------------------------*/
#footer-container {
	width:960px;
	margin:0 auto;
	padding:0px;
	margin-top:0px;
	line-height:20px;
}
#footer-wrapper {
	width:100%;
	float:left;
	background:#111111;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #070707;
}
#footer {
	width:960px;
	float:left;
	padding:30px 0px;
}
#footer ul {
	margin:0px;
	list-style-type:none;
	padding:0px;
	float:left;
}
#footer a {
	color:#e04644;
	text-decoration:none;
}
#footer a:hover {
	color:#e04644;
	text-decoration:underline;
}
#footer strong {
	color:#e04644;
}
#footer p,#footer span {
	color:#c7c7c7;
}
#footer ul li span,#footer ul li span a {
	display:block;
	text-transform:none;
}
#footer ul li span a {
	display:inline;
}
#footer .colored {
	color:#e04644;
}
#footer .bolder {
	font-weight:bold;
}
#footer .simple-nav li {
	color:#c7c7c7;
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #313131;
}
#footer .simple-nav li a {
	color:#c7c7c7;
	padding-left:5px;
	background:none;
}
#footer .simple-nav {
	list-style-type:none;
	list-style-position:outside;
	width:217px;
}
ul#footer-info li {
	margin-bottom:5px;
}
ul.social-links {
	float:left;
	margin:0px;
	padding:0px;
}
ul.social-links li {
	line-height:15px;
}
ul.social-links li img {
	margin-right:7px;
	float:left;
	margin-top:-1px;
}
#footer .tweet {
	width:auto;
}
#footer .tweet ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;
	
}
#footer .tweet li,.block .tweet li {
	margin-top:5px;
	
}
#footer .tweet li .tweet_text,.block .tweet li .tweet_text {
	list-style-type:none;
	padding:0 0 0px 30px;
	
	background:#2f2f2f;
	padding:6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:200px;
	color:#b7b7b7!important;
	border-color:#2b2b2b!important;
	-webkit-box-shadow:inset 0 0 15px #282828;
	-moz-box-shadow:inset 0 0 15px #282828;
	box-shadow: inset 0 0 15px #282828;
}
#footer .tweet a,.block .tweet a {
	text-transform:none;
	display:inline;
	padding:0px;
	font-style:normal;
	font-size:12px;
}
#footer .tweet .tweet_time a,.block .tweet .tweet_time a {
	background:transparent url(../images/twitter-feed.png) left top no-repeat;
	text-transform:none;
	display:block;
	font-style:normal;
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	padding:5px 0 5px 30px;
}
#copyright-wrapper {
	width:100%;
	padding:15px 0;
	float:left;
	background:#111111;
	border-top:1px solid #181818;
	line-height:20px;
	margin-left:0px;
}
a#logo-copyright {
	background:transparent url("../images/logo-bottom.png") no-repeat;
	display:block;
	float:left;
	width:150px;
	height:40px;
	text-indent:-9999px;
	margin-top:0px;
}
#copyright a {
	color:#FFF;
	text-decoration:none;
}
#copyright a:hover {
	color:#e04644;
	text-decoration:underline;
}
#copyright {
	width:960px;
	margin:0 auto;
}
#copyright p,#copyright span {
	margin-bottom:0px;
	color:#FFF;
}
#copyright .right {
	float:right;
	padding: 17px 0 0 0;
	margin:-2px 0 0 0;
	}
/*-------------------------------------------------------*/
/*---------------15 - BLOG CSS---------------*/
/*-------------------------------------------------------*/
.sidebar-nav {
	list-style-type:none;
	list-style-position:outside;
	width:217px;
}
.sidebar-nav li {
	color:#898989;
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #e4e4e4;
}
.sidebar-nav li a {
	color:#898989;
	padding-left:15px;
	background:url(../images/simple-nav-arrow.png) no-repeat 0px 2px;
}
.sidebar-nav li a:hover {
	color:#346699;
	text-decoration:underline;
}
.sidebar-nav li a.current {
	color:#346699;
}
ul.tags {
	list-style:none;
	float:left;
}
ul.tags li {
	float:left;
}
ul.tags li a {
	background:#bc1e04;
	background:-moz-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bc1e04),color-stop(44%,#b01a04),color-stop(100%,#a71603));
	background:-webkit-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-o-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-ms-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1e04',endColorstr='#a71603',GradientType=0 );
	margin:5px 5px 0 0;
	padding:5px 7px;
	float:left;
	border-left:4px solid #9b1500;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	color:#FFF;
}
ul.tags li a:hover {
	background:#bc1e04;
	background:-moz-linear-gradient(top,#a71603 0%,#b01a04 44%,#bc1e04 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bc1e04),color-stop(44%,#b01a04),color-stop(100%,#bc1e04));
	background:-webkit-linear-gradient(top,#a71603 0%,#b01a04 44%,#bc1e04 100%);
	background:-o-linear-gradient(top,#a71603 0%,#b01a04 44%,#bc1e04 100%);
	background:-ms-linear-gradient(top,#a71603 0%,#b01a04 44%,#bc1e04 100%);
	background:linear-gradient(top,#a71603 0%,#b01a04 44%,#bc1e04 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71603',endColorstr='#bc1e04',GradientType=0 );
}
.blog-image-holder {
	width:711px;
	height:175px;
	background:url("../images/blog-image-holder.png") no-repeat;
	padding:10px 0 0 12px;
	float:left;
	margin-left:-5px;
	margin-bottom:20px;
}
.blog-image-holder img {
	z-index:100;
}
.sidebar-image-holder {
	width:217px;
	height:150px;
	background:url("../images/sidebar-img-holder.png") no-repeat;
	padding:9px 0 0 7px;
	float:left;
}
.post-date {
	width:50px;
	height:40px;
	background:#bc1e04;
	background:-moz-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bc1e04),color-stop(44%,#b01a04),color-stop(100%,#a71603));
	background:-webkit-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-o-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-ms-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1e04',endColorstr='#a71603',GradientType=0 );
	padding:5px 0;
	position:absolute;
	margin:-56px 0px 0 650px;
	z-index:101;
}
.post-date h4 {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:-2px 0 0px 0px!important;
}
.right-comment {
	float:right;
	background:url("../images/icons/content/comment.png") left no-repeat;
	padding:0 0 0 20px;
}
.tag-icon{
	display:block;
	text-indent:-9999px;
	float:left;
	background:url("../images/icons/content/tag.png") left no-repeat;
	padding:0 5px 0 20px;
}
.about-author{
	float:left;
	border:1pt solid #e1e1e1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 1%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(1%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 1%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 1%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 1%,rgba(0,0,0,0) 100%);
	background: linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 1%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
	padding:20px;
	width:671px;

}
.pretty-borderd-img{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	border:1px solid #ebebeb !important;
	padding:4px;
}
ul.blog-category li a{color:#898989;}
ul.blog-category li a:hover{color:#346699;text-decoration:underline;}
.post-tags a {
	color:#898989;
}
.post-tags a:hover {
	color:#b61c04;
	text-decoration:underline;
}
.post-tags {
	padding:20px 0 10px 0;
	border-top:1pt solid #e1e1e1;
	border-bottom:1pt solid #e1e1e1;
	margin:30px 0;
}
.search-place {
	float:right;
	margin:-15px 0 0 0;
	background:url("../images/colors/default-red/search-place-border.jpg") left repeat-y;
	padding:11px 0 11px 15px;
}
.contact-info {
	padding:0 20px 0 0;
	text-align:right;
}
.bordered-img {
	border: 5px solid #f8f8f8;
}
/*-------------------------------------------------------*/
/*---------------16 - PORTFOLIO CSS---------------*/
/*-------------------------------------------------------*/
.pretty-box {
	width:214px;
	height:150px;
	background:url("../images/portfolio/four-columns/img-holder.png") no-repeat;
	padding:6px 0px 15px 6px;
}
.pretty-box-2 {
	width:214px;
	height:350px;
	background:url("../images/portfolio/four-columns/img-holder-2.png") no-repeat;
	padding:9px 0px 15px 6px;
}
.one-third-image-holder-2 {
	width:300px;
	height:335px;
	background:url("../images/portfolio/three-columns/img-holder-2.png") no-repeat;
	padding:6px 0px 15px 6px;
}
.one-half-image-holder-2 {
	width:470px;
	height:305px;
	background:url("../images/portfolio/two-columns/img-holder-2.png") no-repeat;
	padding:6px 0px 15px 6px;
}
.one-third-img-holder {
	width:300px;
	height:175px;
	background:url("../images/portfolio/three-columns/img-holder.png") no-repeat;
	padding:7px 0px 15px 6px;
}
.two-third-img-holder {
	width:630px;
	height:330px;
	background:url("../images/two-third-img-holder.png") no-repeat;
	padding:6px 0px 15px 6px;
}
.one-third-gallery-holder {
	width:300px;
	height:175px;
	background:url("../images/portfolio/gallery/img-holder.png") no-repeat;
	padding:6px 0px 15px 5px;
}
.one-fourth-gallery-holder {
	width:235px;
	height:235px;
	background:url("../images/portfolio/gallery/img-holder-3.png") no-repeat;
	padding:8px 0px 0px 6px;
}
.one-fourth-gallery-holder img {
	border-radius:99px;
	-webkit-border-radius:99px;
	-moz-border-radius:99px;
}
.one-big-gallery-holder {
	width:713px;
	height:235px;
	background:url("../images/portfolio/gallery/img-holder-2.png") no-repeat;
	padding:8px 0px 15px 6px;
}
.portfolio-one-img-holder {
	width:713px;
	height:235px;
	background:url("../images/portfolio/one-column/img-holder-1.png") no-repeat;
	padding:8px 0px 15px 6px;
}
.portfolio-one-img-holder-big {
	width:963px;
	height:330px;
	background:url("../images/portfolio/one-column/img-holder-2.png") no-repeat;
	padding:6px 0px 15px 6px;
}
.img-block {
	width:100%;
	height:auto;
	background:#f7f7f7;
}
.portfolio-two-img-holder {
	width:465px;
	height:260px;
	background:url("../images/portfolio/two-columns/img-holder.png") no-repeat;
	padding:6px 0px 15px 6px;
}
.img-block:hover {
	background:#ebebeb;
	cursor:pointer;
}
.img-block-content {
	padding:0px 10px 15px 10px;
}
.portfolio-container ul li a.hide {
	display:none;
}
.portfolio-container {
	padding:0px;
	display:block;
	width:990px;
	float:left;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:-30px;
}
.portfolio-container ul {
	list-style-type:none;
	margin:0px;
	padding-left:0px;
	padding-top:10px;
}
.portfolio-container ul li {
	padding-bottom:30px;
}
.portfolio-text {
	padding-left:2px;
}
.popup-portfolio ul li {
	-webkit-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	-ms-transition:all 0.15s ease;
	transition:all 0.15s ease;
}
#portfolio {
	width:960px;
	float:left;
}
#filterable {
	display:inline;
	float:left;
}
#filterable li {
	float:left;
	margin:-15px 0 0 0;
	background:url("../images/colors/default-red/search-place-border.jpg") left repeat-y;
	padding:18px 15px 0px 15px;
}
#filterable li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	width:100%;
	height:100%;
	padding:20px 15px;
	margin:-19px 0 0 -13px;
}
#filterable li.current a {
	color:#FFF;
	background:#9d1503;
	background:-moz-linear-gradient(top,#9d1503 0%,#a71904 44%,#c52205 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9d1503),color-stop(44%,#a71904),color-stop(100%,#c52205));
	background:-webkit-linear-gradient(top,#9d1503 0%,#a71904 44%,#c52205 100%);
	background:-o-linear-gradient(top,#9d1503 0%,#a71904 44%,#c52205 100%);
	background:-ms-linear-gradient(top,#9d1503 0%,#a71904 44%,#c52205 100%);
	background:linear-gradient(top,#9d1503 0%,#a71904 44%,#c52205 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d1503',endColorstr='#c52205',GradientType=0 );
	padding:19px 15px 20px 15px;
	margin:-18px 0 0 -13px;
}
#filterable li h5 {
	float:left;
}
.portfolio-details-nav {
	float:right;
	width:100%;
	margin-bottom:15px;
}
.portfolio-details-nav #prev,.portfolio-details-nav #next {
	display:block;
	float:right;
	padding:4px 9px;
	margin-right:5px;
	color:#898989!important;
	text-shadow:none;
	background:#f9f9f9;
	background:-moz-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f9f9f9),color-stop(44%,#f1f1f1),color-stop(100%,#eaeaea));
	background:-webkit-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-o-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-ms-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',endColorstr='#eaeaea',GradientType=0 );
	border:1pt solid #d8d8d8;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
}
.portfolio-details-nav #prev:hover,.portfolio-details-nav #next:hover {
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	border:1pt solid #e5e5e5;
	border-top:1pt solid #f1f1f1;
	text-decoration:none!important;
}
.portfolio-details-nav #prev:active,.portfolio-details-nav #next:active {
	background:#eaeaea;
	background:-moz-linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(56%,#f1f1f1),color-stop(99%,#f9f9f9));
	background:-webkit-linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	background:-o-linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	background:-ms-linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	background:linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea',endColorstr='#f9f9f9',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f5f5f5;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f5f5f5;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f5f5f5;
	border:1pt solid #dfdfdf;
}
.slide-down-gallery {
	position:relative;
	overflow:hidden;
	height:140px;
	float:left;
	cursor:pointer;
}
.slide-down-gallery .text_slider {
	position:absolute;
	width:100%;
	top:100px;
}
.slide-down-gallery .innertext {
	padding:10px 5px;
	background:#bf0101;
}
.slide-down-gallery .innertext:hover {
	padding:10px 5px;
}
.slide-down-gallery .innertext strong,.slide-down .innertext a {
	color:#FFF;
	margin:0;
}
.item-hover {
	margin:0!important;
	padding:0!important;
	cursor:pointer;
}
.portfolio-thumbnail {
	position:absolute;
	left:6px;
	top:6px;
	display:none;
	width:207px;
	height:140px;
	background:url("../images/thumb-hover-bg.png") repeat;
	text-align:left;
	cursor:pointer;
}
.portfolio-hover-three {
	position:absolute;
	left:6px;
	top:7px;
	display:none;
	width:288px;
	height:163px;
	background:url("../images/thumb-hover-bg.png") repeat;
	text-align:left;
	cursor:pointer;
}
.portfolio-hover-two {
	position:absolute;
	left:6px;
	top:6px;
	display:none;
	width:453px;
	height:219px;
	background:url("../images/thumb-hover-bg.png") repeat;
	text-align:left;
	cursor:pointer;
}
.thumb-text {
	padding:5px;
}
.portfolio-thumbnail h4,.portfolio-hover-three h4,.portfolio-hover-two h4 {
	color:#FFF!important;
}
.portfolio-thumbnail h3,.portfolio-hover-three h3,.portfolio-hover-two h3 {
	color:#FFF!important;
}
.portfolio-thumbnail h5,.portfolio-hover-three h5,.portfolio-hover-two h5 {
	color:#FFF!important;
}
.portfolio-thumbnail p,.portfolio-thumbnail a,.portfolio-hover-three p,.portfolio-hover-three a,.portfolio-hover-two p,.portfolio-hover-two a {
	color:#FFF;
}
.portfolio-thumbnail a:hover,.portfolio-hover-three a:hover,.portfolio-hover-two a:hover {
	color:#bf0101;
}
a.portfolio-item-preview {
	display:block;
	background:url(../images/bg-fade.png) no-repeat center center;
	z-index: 9999;
}
/*-------------------------------------------------------*/
/*---------------17 - SIMPLE PAGINATION CSS---------------*/
/*-------------------------------------------------------*/
#pagination-contianer {
	width:100%;
	height:auto;
	padding:10px 0;
	float:left;
}
ul.page-pagination {
	list-style:none;
}
.page-pagination li {
	display:inline;
}
.page-pagination li a {
	color:#556074;
	display:block;
	float:left;
	padding:4px 9px;
	margin-right:7px;
	border:1px solid #CCC;
	background:#ffffff;
}
.page-pagination li a:hover {
	border:1px solid #898989;
}
.page-pagination li a:active,.page-pagination li.active a {
	background:#ebebeb;
}
.portfolio-details-nav {
	float:right;
	width:100%;
	margin-bottom:0px;
}
#portfolio-slider .slice {
	width:960px;
	padding-right: 5px;
}
/*-------------------------------------------------------*/
/*---------------18 - BUTTONS CSS---------------*/
/*-------------------------------------------------------*/
.button {
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#ffffff!important;
	text-decoration:none!important;
	text-shadow:0px -1px 0px rgba(000,000,000,0.4),0px 0px 0px rgba(255,255,255,0);
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
}
.button:hover {
	text-decoration:none;
}
.button:active {
	text-decoration:none;
	position:relative;
	top:1px;
}
.button.round {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.button.cube {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.button.small {
	padding:5px 12px;
}
.button.big {
	padding:8px 20px;
}
.button.huge {
	padding:15px 30px;
	font-size: 16px;
}
/*/*-----------BUTTON COLORS ---------------*/
ul.buttons li {
	display:list;
	margin:25px 0;
}
ul.buttons-huge li {
	display:list;
	margin: 35px 0;
}
/*BLUE*/
.button.blue {
	background-color:#1e6fca;
	background:-moz-linear-gradient( top,#65b1f0 0%,#246eab);
	background:-webkit-gradient( linear,left top,left bottom,from(#65b1f0),to(#246eab));
	border:1pt solid #1e6fca;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #6fa2ee;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #6fa2ee;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #6fa2ee;
}
.button.blue:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8dbafd;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8dbafd;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8dbafd;
	border:1pt solid #1d6ac1;
	border-top:1pt solid #5294de;
}
.button.blue:active {
	background:#246eab;
	background:-moz-linear-gradient(top,#246eab 0%,#3398eb 56%,#4d9cde 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#246eab),color-stop(56%,#3398eb),color-stop(99%,#4d9cde));
	background:-webkit-linear-gradient(top,#246eab 0%,#3398eb 56%,#4d9cde 99%);
	background:-o-linear-gradient(top,#246eab 0%,#3398eb 56%,#4d9cde 99%);
	background:-ms-linear-gradient(top,#246eab 0%,#3398eb 56%,#4d9cde 99%);
	background:linear-gradient(top,#246eab 0%,#3398eb 56%,#4d9cde 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#246eab',endColorstr='#4d9cde',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8dbafd;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8dbafd;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8dbafd;
	border: 1pt solid #1d6ac1;
}
/*ORANGE*/
.button.orange {
	background-color:#f27a2a;
	background:-moz-linear-gradient( top,#f27a2a 0%,#ea512d);
	background:-webkit-gradient( linear,left top,left bottom,from(#f27a2a),to(#ea512d));
	border:1pt solid #9f2f03;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #ff9a56;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #ff9a56;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #ff9a56;
}
.button.orange:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff9a56;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff9a56;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff9a56;
	border:1pt solid #e97f39;
	border-top:1pt solid #fd5028;
}
.button.orange:active {
	background:#c13a05;
	background:-moz-linear-gradient(top,#c13a05 0%,#d34a15 56%,#e45e29 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c13a05),color-stop(56%,#d34a15),color-stop(99%,#e45e29));
	background:-webkit-linear-gradient(top,#c13a05 0%,#d34a15 56%,#e45e29 99%);
	background:-o-linear-gradient(top,#c13a05 0%,#d34a15 56%,#e45e29 99%);
	background:-ms-linear-gradient(top,#c13a05 0%,#d34a15 56%,#e45e29 99%);
	background:linear-gradient(top,#c13a05 0%,#d34a15 56%,#e45e29 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c13a05',endColorstr='#e45e29',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff9a56;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff9a56;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff9a56;
	border: 1pt solid #e97f39;
}
/*GREEN*/
.button.green {
	background-color:#a6df57;
	background:-moz-linear-gradient( top,#a6df57 0%,#75a633);
	background:-webkit-gradient( linear,left top,left bottom,from(#a6df57),to(#75a633));
	border:1pt solid #61931f;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #b5da69;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #b5da69;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #b5da69;
}
.button.green:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #b5da69;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #b5da69;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #b5da69;
	border:1pt solid #61931f;
	border-top:1pt solid #7fb239;
}
.button.green:active {
	background:#75a633;
	background:-moz-linear-gradient(top,#7db236 0%,#72a32f 56%,#75a633 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7db236),color-stop(56%,#72a32f),color-stop(99%,#75a633));
	background:-webkit-linear-gradient(top,#7db236 0%,#72a32f 56%,#75a633 99%);
	background:-o-linear-gradient(top,#7db236 0%,#72a32f 56%,#75a633 99%);
	background:-ms-linear-gradient(top,#7db236 0%,#72a32f 56%,#75a633 99%);
	background:linear-gradient(top,#7db236 0%,#72a32f 56%,#75a633 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db236',endColorstr='#75a633',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #b5da69;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #b5da69;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #b5da69;
	border: 1pt solid #598a17;
}
/*PINK*/
.button.pink {
	background-color:#f3546e;
	background:-moz-linear-gradient( top,#f3546e 0%,#c72b5d);
	background:-webkit-gradient( linear,left top,left bottom,from(#f3546e),to(#c72b5d));
	border:1pt solid #841e31;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c94c63;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c94c63;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c94c63;
}
.button.pink:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ef5c77;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ef5c77;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ef5c77;
	border:1pt solid #cc2b5f;
	border-top:1pt solid #d53d6d;
}
.button.pink:active {
	background:#f3546e;
	background:-moz-linear-gradient(top,#c72b5d 0%,#b92655 56%,#f3546e 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c72b5d),color-stop(56%,#b92655),color-stop(99%,#f3546e));
	background:-webkit-linear-gradient(top,#c72b5d 0%,#b92655 56%,#f3546e 99%);
	background:-o-linear-gradient(top,#c72b5d 0%,#b92655 56%,#f3546e 99%);
	background:-ms-linear-gradient(top,#c72b5d 0%,#b92655 56%,#f3546e 99%);
	background:linear-gradient(top,#c72b5d 0%,#b92655 56%,#f3546e 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72b5d',endColorstr='#f3546e',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c94c63;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c94c63;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c94c63;
	border: 1pt solid #cc2b5f;
}
/*BLACK*/
.button.black {
	background-color:#5e5a56;
	background:-moz-linear-gradient( top,#5e5a56 0%,#0a0809);
	background:-webkit-gradient( linear,left top,left bottom,from(#5e5a56),to(#0a0809));
	border:1pt solid #252424;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #494848;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #494848;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #494848;
}
.button.black:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #555555;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #555555;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #555555;
	border:1pt solid #252424;
	border-top:1pt solid #3a3939;
}
.button.black:active {
	background:#5e5a56;
	background:-moz-linear-gradient(top,#0a0809 0%,#0a0e0a 56%,#5e5a56 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0a0809),color-stop(56%,#0a0e0a),color-stop(99%,#5e5a56));
	background:-webkit-linear-gradient(top,#0a0809 0%,#0a0e0a 56%,#5e5a56 99%);
	background:-o-linear-gradient(top,#0a0809 0%,#0a0e0a 56%,#5e5a56 99%);
	background:-ms-linear-gradient(top,#0a0809 0%,#0a0e0a 56%,#5e5a56 99%);
	background:linear-gradient(top,#0a0809 0%,#0a0e0a 56%,#5e5a56 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0809',endColorstr='#5e5a56',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #494848;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #494848;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #494848;
	border: 1pt solid #252424;
}
/*YELLOW*/
.button.yellow {
	background-color:#f5eb34;
	background:-moz-linear-gradient( top,#f5eb34 0%,#dcbb29);
	background:-webkit-gradient( linear,left top,left bottom,from(#f5eb34),to(#dcbb29));
	border:1pt solid #d8b42f;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #eac84b;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #eac84b;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #eac84b;
}
.button.yellow:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f7d453;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f7d453;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f7d453;
	border:1pt solid #d8b42f;
	border-top:1pt solid #ecc947;
}
.button.yellow:active {
	background:#f5eb34;
	background:-moz-linear-gradient(top,#dcbb29 0%,#d8b42f 56%,#f5eb34 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dcbb29),color-stop(56%,#d8b42f),color-stop(99%,#f5eb34));
	background:-webkit-linear-gradient(top,#dcbb29 0%,#d8b42f 56%,#f5eb34 99%);
	background:-o-linear-gradient(top,#dcbb29 0%,#d8b42f 56%,#f5eb34 99%);
	background:-ms-linear-gradient(top,#dcbb29 0%,#d8b42f 56%,#f5eb34 99%);
	background:linear-gradient(top,#dcbb29 0%,#d8b42f 56%,#f5eb34 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcbb29',endColorstr='#f5eb34',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #eac84b;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #eac84b;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #eac84b;
	border: 1pt solid #d8b42f;
}
/*RED*/
.button.red {
	background-color:#f26c4f;
	background:-moz-linear-gradient( top,#f26c4f 0%,#d33232);
	background:-webkit-gradient( linear,left top,left bottom,from(#f26c4f),to(#d33232));
	border:1pt solid #e64135;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e77d65;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e77d65;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e77d65;
}
.button.red:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #fa917b;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #fa917b;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #fa917b;
	border:1pt solid #e64135;
	border-top:1pt solid #f26c4f;
}
.button.red:active {
	background:#f26c4f;
	background:-moz-linear-gradient(top,#d33232 0%,#e64135 56%,#f26c4f 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d33232),color-stop(56%,#e64135),color-stop(99%,#f26c4f));
	background:-webkit-linear-gradient(top,#d33232 0%,#e64135 56%,#f26c4f 99%);
	background:-o-linear-gradient(top,#d33232 0%,#e64135 56%,#f26c4f 99%);
	background:-ms-linear-gradient(top,#d33232 0%,#e64135 56%,#f26c4f 99%);
	background:linear-gradient(top,#d33232 0%,#e64135 56%,#f26c4f 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33232',endColorstr='#f26c4f',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e77d65;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e77d65;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e77d65;
	border: 1pt solid #e64135;
}
/*PURPLE*/
.button.purple {
	background-color:#d08dd6;
	background:-moz-linear-gradient( top,#d08dd6 0%,#9e6fa8);
	background:-webkit-gradient( linear,left top,left bottom,from(#d08dd6),to(#9e6fa8));
	border:1pt solid #a5629c;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c580bc;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c580bc;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c580bc;
}
.button.purple:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #dc8fd2;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #dc8fd2;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #dc8fd2;
	border:1pt solid #a5629c;
	border-top:1pt solid #dd7ed1;
}
.button.purple:active {
	background:#d08dd6;
	background:-moz-linear-gradient(top,#9f5a96 0%,#9e6fa8 56%,#d08dd6 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9f5a96),color-stop(56%,#9e6fa8),color-stop(99%,#d08dd6));
	background:-webkit-linear-gradient(top,#9f5a96 0%,#9e6fa8 56%,#d08dd6 99%);
	background:-o-linear-gradient(top,#9f5a96 0%,#9e6fa8 56%,#d08dd6 99%);
	background:-ms-linear-gradient(top,#9f5a96 0%,#9e6fa8 56%,#d08dd6 99%);
	background:linear-gradient(top,#9f5a96 0%,#9e6fa8 56%,#d08dd6 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f5a96',endColorstr='#d08dd6',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c580bc;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c580bc;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c580bc;
	border: 1pt solid #a5629c;
}
/*DARK BLUE*/
.button.dark-blue {
	background-color:#748095;
	background:-moz-linear-gradient( top,#748095 0%,#3d4753);
	background:-webkit-gradient( linear,left top,left bottom,from(#748095),to(#3d4753));
	border:1pt solid #556074;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #6f7d98;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #6f7d98;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #6f7d98;
}
.button.dark-blue:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8794ad;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8794ad;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #8794ad;
	border:1pt solid #556074;
	border-top:1pt solid #667186;
}
.button.dark-blue:active {
	background:#748095;
	background:-moz-linear-gradient(top,#4d5868 0%,#737f93 56%,#748095 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d5868),color-stop(56%,#737f93),color-stop(99%,#748095));
	background:-webkit-linear-gradient(top,#4d5868 0%,#737f93 56%,#748095 99%);
	background:-o-linear-gradient(top,#4d5868 0%,#737f93 56%,#748095 99%);
	background:-ms-linear-gradient(top,#4d5868 0%,#737f93 56%,#748095 99%);
	background:linear-gradient(top,#4d5868 0%,#737f93 56%,#748095 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5868',endColorstr='#748095',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #6f7d98;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #6f7d98;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #6f7d98;
	border: 1pt solid #556074;
}
/*LIGHT BLUE*/
.button.light-blue {
	background-color:#83efef;
	background:-moz-linear-gradient( top,#83efef 0%,#4fd8ea);
	background:-webkit-gradient( linear,left top,left bottom,from(#83efef),to(#4fd8ea));
	border:1pt solid #6dbad2;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #72c2e7;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #72c2e7;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #72c2e7;
}
.button.light-blue:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #94e0f8;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #94e0f8;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #94e0f8;
	border:1pt solid #6dbad2;
	border-top:1pt solid #8ad5ec;
}
.button.light-blue:active {
	background:#83efef;
	background:-moz-linear-gradient(top,#4fd8ea 0%,#7ce2d7 56%,#83efef 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4fd8ea),color-stop(56%,#7ce2d7),color-stop(99%,#83efef));
	background:-webkit-linear-gradient(top,#4fd8ea 0%,#7ce2d7 56%,#83efef 99%);
	background:-o-linear-gradient(top,#4fd8ea 0%,#7ce2d7 56%,#83efef 99%);
	background:-ms-linear-gradient(top,#4fd8ea 0%,#7ce2d7 56%,#83efef 99%);
	background:linear-gradient(top,#4fd8ea 0%,#7ce2d7 56%,#83efef 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fd8ea',endColorstr='#83efef',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #72c2e7;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #72c2e7;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #72c2e7;
	border: 1pt solid #6dbad2;
}
/*DARK GREEN*/
.button.dark-green {
	background-color:#099d51;
	background:-moz-linear-gradient( top,#099d51 0%,#02441c);
	background:-webkit-gradient( linear,left top,left bottom,from(#099d51),to(#02441c));
	border:1pt solid #08722c;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #14a746;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #14a746;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #14a746;
}
.button.dark-green:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #1dbb53;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #1dbb53;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #1dbb53;
	border:1pt solid #08722c;
	border-top:1pt solid #12933e;
}
.button.dark-green:active {
	background:#099d51;
	background:-moz-linear-gradient(top,#02441c 0%,#02521d 56%,#099d51 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#02441c),color-stop(56%,#02521d),color-stop(99%,#099d51));
	background:-webkit-linear-gradient(top,#02441c 0%,#02521d 56%,#099d51 99%);
	background:-o-linear-gradient(top,#02441c 0%,#02521d 56%,#099d51 99%);
	background:-ms-linear-gradient(top,#02441c 0%,#02521d 56%,#099d51 99%);
	background:linear-gradient(top,#02441c 0%,#02521d 56%,#099d51 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02441c',endColorstr='#099d51',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #14a746;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #14a746;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #14a746;
	border: 1pt solid #08722c;
}
/*DARK ORANGE*/
.button.dark-orange {
	background-color:#ffae00;
	background:-moz-linear-gradient( top,#ffae00 0%,#d9600e);
	background:-webkit-gradient( linear,left top,left bottom,from(#ffae00),to(#d9600e));
	border:1pt solid #d76010;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e96c18;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e96c18;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e96c18;
}
.button.dark-orange:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f57b29;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f57b29;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f57b29;
	border:1pt solid #d76010;
	border-top:1pt solid #e96c18;
}
.button.dark-orange:active {
	background:#ffae00;
	background:-moz-linear-gradient(top,#d9600e 0%,#f2bd00 56%,#ffae00 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d9600e),color-stop(56%,#f2bd00),color-stop(99%,#ffae00));
	background:-webkit-linear-gradient(top,#d9600e 0%,#f2bd00 56%,#ffae00 99%);
	background:-o-linear-gradient(top,#d9600e 0%,#f2bd00 56%,#ffae00 99%);
	background:-ms-linear-gradient(top,#d9600e 0%,#f2bd00 56%,#ffae00 99%);
	background:linear-gradient(top,#d9600e 0%,#f2bd00 56%,#ffae00 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9600e',endColorstr='#ffae00',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e96c18;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e96c18;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e96c18;
	border: 1pt solid #d76010;
}
/*RED CHERRY*/
.button.red-cherry {
	background-color:#e02a3f;
	background:-moz-linear-gradient( top,#e02a3f 0%,#b2001a);
	background:-webkit-gradient( linear,left top,left bottom,from(#e02a3f),to(#b2001a));
	border:1pt solid #a73056;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c63e69;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c63e69;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #c63e69;
}
.button.red-cherry:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #db507c;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #db507c;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #db507c;
	border:1pt solid #a73056;
	border-top:1pt solid #c63e69;
}
.button.red-cherry:active {
	background:#e02a3f;
	background:-moz-linear-gradient(top,#b2001a 0%,#db2932 56%,#e02a3f 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b2001a),color-stop(56%,#db2932),color-stop(99%,#e02a3f));
	background:-webkit-linear-gradient(top,#b2001a 0%,#db2932 56%,#e02a3f 99%);
	background:-o-linear-gradient(top,#b2001a 0%,#db2932 56%,#e02a3f 99%);
	background:-ms-linear-gradient(top,#b2001a 0%,#db2932 56%,#e02a3f 99%);
	background:linear-gradient(top,#b2001a 0%,#db2932 56%,#e02a3f 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2001a',endColorstr='#e02a3f',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c63e69;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c63e69;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #c63e69;
	border: 1pt solid #a73056;
}
/*DEEP RED */
.button.deep-red {
	background-color:#bf0101;
	background:-moz-linear-gradient( top,#bf0101 0%,#b2001a);
	background:-webkit-gradient( linear,left top,left bottom,from(#bf0101),to(#b2001a));
	border:1pt solid #b61c04;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #cc240a;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #cc240a;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #cc240a;
}
.button.deep-red:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f64226;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f64226;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f64226;
	border:1pt solid #b61c04;
	border-top:1pt solid #cc240a;
}
.button.deep-red:active {
	background:#bf0101;
	background:-moz-linear-gradient(top,#b2001a 0%,#d0372c 56%,#bf0101 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b2001a),color-stop(56%,#d0372c),color-stop(99%,#bf0101));
	background:-webkit-linear-gradient(top,#b2001a 0%,#d0372c 56%,#bf0101 99%);
	background:-o-linear-gradient(top,#b2001a 0%,#d0372c 56%,#bf0101 99%);
	background:-ms-linear-gradient(top,#b2001a 0%,#d0372c 56%,#bf0101 99%);
	background:linear-gradient(top,#b2001a 0%,#d0372c 56%,#bf0101 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2001a',endColorstr='#bf0101',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #cc240a;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #cc240a;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #cc240a;
	border: 1pt solid #b61c04;
}
/*SIMPLE Pink */
.button.simple-pink {
	background-color:#f06eaa;
	background:-moz-linear-gradient( top,#f06eaa 0%,#e43b7f);
	background:-webkit-gradient( linear,left top,left bottom,from(#f06eaa),to(#e43b7f));
	border:1pt solid #ea4f80;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e64b7c;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e64b7c;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #e64b7c;
}
.button.simple-pink:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff7db1;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff7db1;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ff7db1;
	border:1pt solid #ea4f80;
	border-top:1pt solid #e64b7c;
}
.button.simple-pink:active {
	background:#f06eaa;
	background:-moz-linear-gradient(top,#e43b7f 0%,#e5538e 56%,#f06eaa 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e43b7f),color-stop(56%,#e5538e),color-stop(99%,#f06eaa));
	background:-webkit-linear-gradient(top,#e43b7f 0%,#e5538e 56%,#f06eaa 99%);
	background:-o-linear-gradient(top,#e43b7f 0%,#e5538e 56%,#f06eaa 99%);
	background:-ms-linear-gradient(top,#e43b7f 0%,#e5538e 56%,#f06eaa 99%);
	background:linear-gradient(top,#e43b7f 0%,#e5538e 56%,#f06eaa 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43b7f',endColorstr='#f06eaa',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e64b7c;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e64b7c;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #e64b7c;
	border: 1pt solid #ea4f80;
}
/*GREY BUTTON*/
.button.grey {
	color:#898989!important;
	text-shadow:none;
	background:#f9f9f9;
	background:-moz-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f9f9f9),color-stop(44%,#f1f1f1),color-stop(100%,#eaeaea));
	
	
	background:-webkit-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-o-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-ms-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',endColorstr='#eaeaea',GradientType=0 );
	border:1pt solid #d8d8d8;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
}
.button.grey:hover {
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	border:1pt solid #e5e5e5;
	border-top: 1pt solid #f1f1f1;
}
/*PINEAPPLE BUTTON*/
.button.pineapple {
	background-color:#a3d39c;
	background:-moz-linear-gradient( top,#a3d39c 0%,#7cc576);
	background:-webkit-gradient( linear,left top,left bottom,from(#a3d39c),to(#7cc576));
	border:1pt solid #61a95b;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #7ed177;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #7ed177;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #7ed177;
}
.button.pineapple:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #95e68f;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #95e68f;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #95e68f;
	border:1pt solid #61a95b;
	border-top:1pt solid #7ed177;
}
.button.pineapple:active {
	background:#a3d39c;
	background:-moz-linear-gradient(top,#7cc576 0%,#70bf6a 56%,#a3d39c 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#7cc576),color-stop(56%,#70bf6a),color-stop(99%,#a3d39c));
	background:-webkit-linear-gradient(top,#7cc576 0%,#70bf6a 56%,#a3d39c 99%);
	background:-o-linear-gradient(top,#7cc576 0%,#70bf6a 56%,#a3d39c 99%);
	background:-ms-linear-gradient(top,#7cc576 0%,#70bf6a 56%,#a3d39c 99%);
	background:linear-gradient(top,#7cc576 0%,#70bf6a 56%,#a3d39c 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cc576',endColorstr='#a3d39c',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #7ed177;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #7ed177;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #7ed177;
	border: 1pt solid #61a95b;
}
/*DEEP BLUE BUTTON*/
.button.deep-blue {
	background-color:#556074;
	background:-moz-linear-gradient( top,#556074 0%,#37404b);
	background:-webkit-gradient( linear,left top,left bottom,from(#556074),to(#37404b));
	border:1pt solid #3d4753;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #556074;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #556074;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #556074;
}
.button.deep-blue:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #6b7689;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #6b7689;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #6b7689;
	border:1pt solid #3d4753;
	border-top:1pt solid #556074;
}
.button.deep-blue:active {
	background:#556074;
	background:-moz-linear-gradient(top,#37404b 0%,#515b6d 56%,#556074 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#37404b),color-stop(56%,#515b6d),color-stop(99%,#556074));
	background:-webkit-linear-gradient(top,#37404b 0%,#515b6d 56%,#556074 99%);
	background:-o-linear-gradient(top,#37404b 0%,#515b6d 56%,#556074 99%);
	background:-ms-linear-gradient(top,#37404b 0%,#515b6d 56%,#556074 99%);
	background:linear-gradient(top,#37404b 0%,#515b6d 56%,#556074 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37404b',endColorstr='#556074',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #556074;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #556074;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #556074;
	border: 1pt solid #3d4753;
}
/*SKY BLUE BUTTON*/
.button.sky-blue {
	background-color:#72c2e7;
	background:-moz-linear-gradient( top,#72c2e7 0%,#00aeef);
	background:-webkit-gradient( linear,left top,left bottom,from(#72c2e7),to(#00aeef));
	border:1pt solid #039dd7;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #72c2e7;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #72c2e7;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #72c2e7;
}
.button.sky-blue:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #7adbff;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #7adbff;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #7adbff;
	border:1pt solid #039dd7;
	border-top:1pt solid #72c2e7;
}
.button.sky-blue:active {
	background:#72c2e7;
	background:-moz-linear-gradient(top,#00aeef 0%,#6bb9d6 56%,#72c2e7 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00aeef),color-stop(56%,#6bb9d6),color-stop(99%,#72c2e7));
	background:-webkit-linear-gradient(top,#00aeef 0%,#6bb9d6 56%,#72c2e7 99%);
	background:-o-linear-gradient(top,#00aeef 0%,#6bb9d6 56%,#72c2e7 99%);
	background:-ms-linear-gradient(top,#00aeef 0%,#6bb9d6 56%,#72c2e7 99%);
	background:linear-gradient(top,#00aeef 0%,#6bb9d6 56%,#72c2e7 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef',endColorstr='#72c2e7',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #72c2e7;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #72c2e7;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #72c2e7;
	border: 1pt solid #039dd7;
}
/*DEEP ORANGE BUTTON*/
.button.deep-orange {
	background-color:#ffcc33;
	background:-moz-linear-gradient( top,#ffcc33 0%,#da7a07);
	background:-webkit-gradient( linear,left top,left bottom,from(#ffcc33),to(#da7a07));
	border:1pt solid #da7a07;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #ffcc33;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #ffcc33;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #ffcc33;
}
.button.deep-orange:hover {
	color:#FFF;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f79826;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f79826;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f79826;
	border:1pt solid #da7a07;
	border-top:1pt solid #e7850e;
}
.button.deep-orange:active {
	background:#ffcc33;
	background:-moz-linear-gradient(top,#da7a07 0%,#f7941d 56%,#ffcc33 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#da7a07),color-stop(56%,#f7941d),color-stop(99%,#ffcc33));
	background:-webkit-linear-gradient(top,#da7a07 0%,#f7941d 56%,#ffcc33 99%);
	background:-o-linear-gradient(top,#da7a07 0%,#f7941d 56%,#ffcc33 99%);
	background:-ms-linear-gradient(top,#da7a07 0%,#f7941d 56%,#ffcc33 99%);
	background:linear-gradient(top,#da7a07 0%,#f7941d 56%,#ffcc33 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#da7a07',endColorstr='#ffcc33',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ffcc33;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ffcc33;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #ffcc33;
	border: 1pt solid #da7a07;
}
/*-------------------------------------------------------*/
/*---------------19 - LISTS CSS---------------*/
/*-------------------------------------------------------*/ .simple-nav {
	list-style-type:none;
	list-style-position:outside;
	width:200px;
}
.simple-nav li {
	color:#346699;
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #e4e4e4;
}
.simple-nav li a {
	color:#346699;
	padding-left:15px;
	background:url(../images/simple-nav-arrow.png) no-repeat 0px 2px;
}
.simple-nav li a:hover {
	color:#346699;
	text-decoration:underline;
}
.simple-nav li a.current {
	color:#272727;
}
.round-list {
	list-style-type:none;
	list-style-position:outside;
	border-top:1px dotted #efefef;
	width:200px;
}
.round-list li {
	border-bottom:1px dotted #efefef;
	color:#666666;
	display:block;
	padding:6px 0 6px 25px;
	background:url(../images/icons/content/marked.png) no-repeat 5px 7px;
}
.check-list {
	list-style-type:none;
	list-style-position:outside;
	border-top:1px dotted #efefef;
	width:200px;
}
.check-list li {
	border-bottom:1px dotted #efefef;
	color:#666666;
	display:block;
	padding:6px 0 6px 25px;
	background:url(../images/icons/content/check.png) no-repeat 5px 7px;
}
.cancel-list {
	list-style-type:none;
	list-style-position:outside;
	border-top:1px dotted #efefef;
	width:200px;
}
.cancel-list li {
	border-bottom:1px dotted #efefef;
	color:#666666;
	display:block;
	padding:6px 0 6px 25px;
	background:url(../images/icons/content/cancel.png) no-repeat 5px 7px;
}
.checklist-list {
	list-style-type:none;
	list-style-position:outside;
	border-top:1px dotted #efefef;
	width:200px;
}
.checklist-list li {
	border-bottom:1px dotted #efefef;
	color:#666666;
	display:block;
	padding:6px 0 6px 25px;
	background:url(../images/icons/content/checklist-icon.png) no-repeat 5px 9px;
}
.star-list {
	list-style-type:none;
	list-style-position:outside;
	border-top:1px dotted #efefef;
	width:200px;
}
.star-list li {
	border-bottom:1px dotted #efefef;
	color:#666666;
	display:block;
	padding:6px 0 6px 25px;
	background:url(../images/icons/content/checklist-star.png) no-repeat 5px 9px;
}
.cancel-colored-list {
	list-style-type:none;
	list-style-position:outside;
	border-top:1px dotted #efefef;
	width:200px;
}
.cancel-colored-list li {
	border-bottom:1px dotted #efefef;
	color:#666666;
	display:block;
	padding:6px 0 6px 25px;
	background:url(../images/icons/content/checklist-icon-no.png) no-repeat 5px 9px;
}
.combined-list {
	list-style-type:none;
	list-style-position:outside;
	border-top:1px dotted #efefef;
	width:200px;
}
.combined-list li {
	border-bottom:1px dotted #efefef;
	color:#666666;
	display:block;
	padding:6px 0 6px 5px;
}
.combined-list img {
	padding:0px 5px 0 0;
	float: left;
}
/*-------------------------------SIMPLE BLOG NAVIGATION------------------------------------------------------------------*/
.blog-pagination {
	list-style:none;
}
.blog-pagination li {
	display:inline;
}
.blog-pagination li a {
	display:block;
	float:left;
	padding:4px 9px;
	margin-right:7px;
}
.blog-pagination li.active a {
}
.blog-tags {
	font-size:12px;
}
.blog-pagination li a {
	color:#898989!important;
	text-shadow:none;
	background:#f9f9f9;
	background:-moz-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f9f9f9),color-stop(44%,#f1f1f1),color-stop(100%,#eaeaea));
	background:-webkit-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-o-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:-ms-linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	background:linear-gradient(top,#f9f9f9 1%,#f1f1f1 44%,#eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9',endColorstr='#eaeaea',GradientType=0 );
	border:1pt solid #d8d8d8;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 7px #FFF;
}
.blog-pagination li a:hover {
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #FFF;
	border:1pt solid #e5e5e5;
	border-top:1pt solid #f1f1f1;
}
.blog-pagination li a:active,.blog-pagination li.active a {
	background:#eaeaea;
	background:-moz-linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(56%,#f1f1f1),color-stop(99%,#f9f9f9));
	background:-webkit-linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	background:-o-linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	background:-ms-linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	background:linear-gradient(top,#eaeaea 0%,#f1f1f1 56%,#f9f9f9 99%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea',endColorstr='#f9f9f9',GradientType=0 );
	color:#898989;
	-webkit-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f5f5f5;
	-moz-box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f5f5f5;
	box-shadow:0 1px 2px #e5e5e5,inset 0 0 25px #f5f5f5;
	border:1pt solid #dfdfdf;
	margin-top:1px;
}
ul.blog-category li {
	padding:10px 0 5px 0;
	border-bottom:1px dotted #efefef;
}      

.inner-comment {
	padding-left:75px;
}
.blog-title {
	font-size:18px;
}
.team-social-icons ul {
	list-style-type:none;
}
.team-social-icons li {
	list-style-type:none;
	min-height:1%
}
.team-social-icons li img {
	display:block;
	float:left;
	margin-right:5px;
}
.team-social-icons li a {
	display:block;
	float:left;
	margin-right:7px;
	line-height:18px;
}
.pdf {
	background:url(../images/icons/pdf-icon.png) no-repeat 5px 12px;
	padding:15px 10px 10px 65px;
	width:125px;
	min-height:48px
}
.tipsy {
	padding:5px;
	font-size:10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	background-image:url(../images/tipsy.gif);
}
.tipsy-inner {
	padding:5px 8px 4px 8px;
	background-color:black;
	color:white;
	max-width:200px;
	text-align:center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position:top center;
}
.tipsy-south {
	background-position:bottom center;
}
.tipsy-east {
	background-position:right center;
}
.tipsy-west {
	background-position:left center;
}
#headline_container {
	padding:30px 0px 50px 0;
	height:auto;
	margin-bottom:30px;
	background:url("../images/intro-pages-bg.png") no-repeat bottom;
	border-top:1px solid #efefef;
}
.headline {
	width:960px;
	margin:0 auto;
	padding:27px 0px;
}
.headline_inner_center {
	width:100%;
	float:left;
	padding:0;
	margin-top:-30px;
	text-align:center;
}
.headline_inner {
	width:800px;
	float:left;
	padding:0;
	margin-top:-30px;
	text-align:center;
	font-family:"Crimson Text",Georgia,"Times New Roman",Times,serif;
	font-style:normal;
	color:#666666;
}
.headline_inner h3 {
	color:#666;
}
.headline_inner .colored,.headline_inner_center .colored {
	color:#bf0101;
}
.headline_button {
	float:left;
	margin-top:-10px;
	height:40px;
	padding-right:0px;
	margin-right:30px;
}
.headline_button-2 {
	float:left;
	margin-top:-10px;
	height:40px;
	padding-right:0px;
	margin-left: 30px;
}
/*-------------------------------------------------------*/
/*---------------20 - RIBBONS CSS---------------*/
/*-------------------------------------------------------*/
.label-new {
	position:absolute;
	left:0px;
	top:0px;
	height:48px;
	width:48px;
	background:url(../images/label-new.png) no-repeat;
	z-index:10;
}
.label-popular {
	position:absolute;
	left:0px;
	top:0px;
	height:48px;
	width:48px;
	background:url(../images/label-popular.png) no-repeat;
	z-index:10;
}
.label-free {
	position:absolute;
	left:0px;
	top:0px;
	height:48px;
	width:48px;
	background:url(../images/label-free.png) no-repeat;
	z-index: 10;
}
/*-------------------------------------------------------*/
/*---------------21 - BREADCRUMBS CSS---------------*/
/*-------------------------------------------------------*/
ul#breadcrumbs {
	float:left;
	text-transform:capitalize;
	color:#808080;
	list-style:none;
	margin-top:-20px;
	margin-bottm:20px;
}
ul#breadcrumbs li {
	float:left;
}
ul#breadcrumbs li a {
	color:#808080;
	text-decoration:none;
}
ul#breadcrumbs li a:hover {
	color:#e64135;
	text-decoration: none;
}
/*-------------------------------------------------------*/
/*---------------22 - FANCY CIRCLES CSS---------------*/
/*-------------------------------------------------------*/
.circle-red,.circle-blue,.circle-green,.circle-orange {
	padding:30px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border:5pt solid #FFF;
	-webkit-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	-ms-transition:all 0.15s ease;
	transition:all 0.15s ease;
}
.circle-red {
	background:#b41d04;
	background:-moz-linear-gradient(top,#b41d04 0%,#a71904 44%,#9d1503 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b41d04),color-stop(44%,#a71904),color-stop(100%,#9d1503));
	background:-webkit-linear-gradient(top,#b41d04 0%,#a71904 44%,#9d1503 100%);
	background:-o-linear-gradient(top,#b41d04 0%,#a71904 44%,#9d1503 100%);
	background:-ms-linear-gradient(top,#b41d04 0%,#a71904 44%,#9d1503 100%);
	background:linear-gradient(top,#b41d04 0%,#a71904 44%,#9d1503 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b41d04',endColorstr='#9d1503',GradientType=0 );
}
.circle-red:hover,.circle-blue:hover,.circle-green:hover,.circle-orange:hover {
	border:5pt solid #d3d3d3;
	cursor:pointer;
	margin-top:-10px;
}
.circle-green {
	background:rgb(141,198,63);
	background:-moz-linear-gradient(top,rgba(141,198,63,1) 0%,rgba(138,186,86,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(141,198,63,1)),color-stop(100%,rgba(138,186,86,1)));
	background:-webkit-linear-gradient(top,rgba(141,198,63,1) 0%,rgba(138,186,86,1) 100%);
	background:-o-linear-gradient(top,rgba(141,198,63,1) 0%,rgba(138,186,86,1) 100%);
	background:-ms-linear-gradient(top,rgba(141,198,63,1) 0%,rgba(138,186,86,1) 100%);
	background:linear-gradient(top,rgba(141,198,63,1) 0%,rgba(138,186,86,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f',endColorstr='#8aba56',GradientType=0 );
}
.circle-blue {
	background:rgb(79,133,187);
	background:-moz-linear-gradient(top,rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(79,133,187,1)),color-stop(100%,rgba(79,133,187,1)));
	background:-webkit-linear-gradient(top,rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
	background:-o-linear-gradient(top,rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
	background:-ms-linear-gradient(top,rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
	background:linear-gradient(top,rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb',endColorstr='#4f85bb',GradientType=0 );
}
.circle-orange {
	background:rgb(255,175,75);
	background:-moz-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,175,75,1)),color-stop(100%,rgba(255,146,10,1)));
	background:-webkit-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	background:-o-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	background:linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
	filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b',endColorstr='#ff920a',GradientType=0 );
}
/*-------------------------------------------------------*/
/*---------------23 - TITLE TIPSY DIV CSS---------------*/
/*-------------------------------------------------------*/
/*INTRO PANEL*/
.intro-panel {
	width:960px;
	margin:0 auto;
}
#titles-des {
	height:80px;
	width:100%;
	float:left;
	background:#bc1e04;
	background:-moz-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bc1e04),color-stop(44%,#b01a04),color-stop(100%,#a71603));
	background:-webkit-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-o-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:-ms-linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	background:linear-gradient(top,#bc1e04 0%,#b01a04 44%,#a71603 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1e04',endColorstr='#a71603',GradientType=0 );
	border-bottom:1pt solid #f5f5f5;
	border-top:1pt solid #9c1804;
	margin-top: -1px;
}
/*INTRO PANEL*/
#titles-des ul li {
	text-decoration:none;
	width:168px;
	padding:0px 0px 0 0px;
	margin:2px 30px 0 0px;
	overflow:hidden;
	float:left;
}
#titles-des a {
	text-decoration:none;
	font-size:20px;
	color:#111;
	padding:7px 0 5px 0px;
	margin-top:10px;
	display:block;
}
#titles-des span {
	text-decoration:none;
	font-size:12px;
	color:#f26c4f;
	font-weight:normal;
}
#titles-des li span:hover {
	color:#e64135;
	cursor:pointer;
}
.tipsy {
	padding:5px;
	font-size:10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	background-image:url(../images/tipsy.gif);
}
.tipsy-inner {
	padding:5px 8px 4px 8px;
	background-color:black;
	color:white;
	max-width:200px;
	text-align:center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position:top center;
}
.tipsy-south {
	background-position:bottom center;
}
.tipsy-east {
	background-position:right center;
}
.tipsy-west {
	background-position: left center;
}
/*-------------------------------------------------------*/
/*---------24 - LOGIN & REGISTRATION FORM CSS-----------*/
/*-------------------------------------------------------*/ #login-form {
	float:left;
	padding:20px 10px;
	margin:0 0 20px 0;
	background:#fafafa;
	-moz-border-radius:4px;
	border-radius:4px;
	border-top:5px solid #bf0101;
	-webkit-box-shadow:inset 0 0 25px #fafafa,0 1px 0 #cecece,0 2px 0 #c9c9c9,0 2px 3px #4a4a4a;
	-moz-box-shadow:inset 0 0 25px #fafafa,0 1px 0 #cecece,0 2px 0 #c9c9c9,0 2px 3px #4a4a4a;
	box-shadow:inset 0 0 25px #fafafa,0 1px 0 #cecece,0 2px 0 #c9c9c9,0 2px 3px #4a4a4a;
	text-shadow:0px 1px 0px #f5f5f5;
}
#login-entry input {
	background:#FFF;
	text-shadow:#fff 0 1px 0;
	border:1px solid #CCC;
	color:#1e3966;
	padding:5px 10px;
	width:175px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
	-webkit-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
	box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.4) 0 1px 0;
}
#login-entry input:focus {
	outline:0;
	-moz-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px;
	-webkit-box-shadow:inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px;
	box-shadow: inset rgba(0,34,85,0.3) 0 1px 3px,rgba(255,255,255,0.1) 0 1px 0,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px,#e1e1e1 0 0 9px
}
/*-------------------------------------------------------*/
/*---------25 - TABS & ACCORDIONS CSS-----------*/
/*-------------------------------------------------------*/ .menu {
	padding:0;
	clear:both;
}
.menu li {
	display:inline;
}
.menu li a {
	background:#f5f5f5;
	border:1pt solid #CCC;
	border-bottom:2pt solid #CCC;
	padding:5px 10px;
	float:left;
	margin-right:2px;
	text-decoration:none;
	color:#333;
	font-weight:normal;
	border-radius:4px 4px 0px 0px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
}
.menu li.active a {
	background:#ebebeb;
	color:#333;
	border:1pt solid #CCC;
	border-bottom:2pt solid #bf0101;
}
.content {
	float:left;
	clear:both;
	border-top:none;
	border-left:none;
	background:#f5f5f5;
	padding:25px 20px 20px;
	width:auto;
	border:1pt solid #CCC;
}
#accordion {
	list-style:none;
	padding:0 0 0 0;
	width:170px;
}
#accordion-menu div {
	display:block;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(47%,rgba(246,246,246,1)),color-stop(100%,rgba(237,237,237,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background:linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ededed',GradientType=0 );
	font-weight:bold;
	margin:1px 1px 5px 1px;
	cursor:pointer;
	padding:10px 5px;
	list-style:circle;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1pt solid #CCC;
}
#accordion-menu div:hover {
	background:#bf0101;
	background:-moz-linear-gradient(top,#bf0101 0%,#aa0701 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bf0101),color-stop(100%,#aa0701));
	background:-webkit-linear-gradient(top,#bf0101 0%,#aa0701 100%);
	background:-o-linear-gradient(top,#bf0101 0%,#aa0701 100%);
	background:-ms-linear-gradient(top,#bf0101 0%,#aa0701 100%);
	background:linear-gradient(top,#bf0101 0%,#aa0701 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0101',endColorstr='#aa0701',GradientType=0 );
	color:#FFF;
	border:1pt solid #CCC;
}
#accordion-menu ul {
	list-style:none;
	padding:0 0 0 0;
}
#accordion-menu ul {
	display:none;
}
#accordion-menu ul li {
	font-weight:normal;
	cursor:auto;
	background-color:#fff;
	padding:0 0 0 7px;
}
#accordion-menu a {
	text-decoration:none;
}
#accordion-menu a:hover {
	text-decoration: underline;
}
/*-------------------------------------------------------*/
/*---------26 - PRICING BOXES CSS-----------*/
/*-------------------------------------------------------*/ ul.list-box {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.list-box>li {
	background:#FFF;
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow:inset 0 0 25px #e4e4e4,0 0 3px #333;
	-moz-box-shadow:inset 0 0 25px #e4e4e4,0 0 3px #333;
	box-shadow:inset 0 0 25px #e4e4e4,0 0 3px #333;
}
ul.list-box li:hover {
	position:relative;
	z-index:100;
	top:-15px;
	-webkit-box-shadow:inset 0 0 25px #e4e4e4,0 0 3px #333,0 0 3px #333;
	-moz-box-shadow:inset 0 0 25px #e4e4e4,0 0 3px #333,0 0 3px #333;
	box-shadow:inset 0 0 25px #e4e4e4,0 0 3px #333,0 0 3px #333;
	cursor:pointer;
	-webkit-transition:all 0.15s ease;
	-moz-transition:all 0.15s ease;
	-o-transition:all 0.15s ease;
	-ms-transition:all 0.15s ease;
	transition:all 0.15s ease;
}
.title-box {
	text-align:center;
}
.box-header {
	padding-top:5px;
	border-radius:4px 4px 0px 0px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
}
.box-header h4,.box-footer h4 {
	color:#FFF;
	text-shadow:0px 1px 0px #005826;
}
.box-footer {
	padding-top:5px;
	border-radius:0px 0px 4px 4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
}
.box-des {
	text-align:left;
}
.pricing-box-container {
	background:#FFF;
	text-align:left;
}
.list-box-content {
	margin:0px 0px;
	padding:10px 25px 25px 25px;
	text-align:center
}
.list-box-content ul {
	margin:0px auto;
	padding:0;
	list-style-type:none;
}
.list-box-content ul li {
	margin:0 0 0 -25px;
	padding:7px 0 7px 55px;
	list-style-type:none;
	text-align:left;
	width:162px;
}
.one-fifth .list-box-content ul li {
	margin:0 0 0 -25px;
	padding:7px 0 7px 55px;
	list-style-type:none;
	text-align:left;
	width:110px;
}
.one-third .list-box-content ul li {
	margin:0 0 0 -25px;
	padding:7px 0 7px 55px;
	list-style-type:none;
	text-align:left;
	width:245px;
}
.list-box-content ul li:hover {
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	webkit-box-shadow:none!important;
	left:0px!important;
	top:0px!important;
}
.list-box-content ul li.zebra-pricing {
	background-color:#f7f7f7;
}
.list-box .one-fifth {
	width:165px;
}
.text-price {
	text-align:center;
	padding:10px 0 5px 0;
}
.text-price h4 {
	color:#FFF;
	text-shadow: 0px 1px 0px #005826;
}
/*RICING BOX COLORS*/
/*RED*/
.text-price.red {
	border-bottom:1px solid #ad0303;
	background-color:#d81f27;
	background-image:linear-gradient(top,#d81f27,#bf0101);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81f27',endColorstr='#bf0101');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81f27',endColorstr='#bf0101');
	background:-ms-linear-gradient(top,#d81f27,#bf0101);
	background:-moz-linear-gradient(top,#d81f27,#bf0101);
	background:-o-linear-gradient(top,#d81f27,#bf0101);
	background:-webkit-linear-gradient(top,#d81f27,#bf0101);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d81f27),color-stop(1,#bf0101));
}
.box-header.red,.box-footer.red {
	border-bottom:1px solid #a30101;
	border-top:1px solid #bf0101;
	background-color:#d81f27;
	background-image:linear-gradient(top,#d81f27,#bf0101);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81f27',endColorstr='#bf0101');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81f27',endColorstr='#bf0101');
	background:-ms-linear-gradient(top,#d81f27,#bf0101);
	background:-moz-linear-gradient(top,#d81f27,#bf0101);
	background:-o-linear-gradient(top,#d81f27,#bf0101);
	background:-webkit-linear-gradient(top,#d81f27,#bf0101);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d81f27),color-stop(1,#bf0101));
}
.pricing-box-container {
	background:#FFF;
	text-align:left;
}
.pricing-table-list-box-content {
	margin:0px 0px;
	padding:10px 25px 25px 25px;
	text-align:center
}
.pricing-table-list-box-content ul {
	margin:0px auto;
	padding:0;
	list-style-type:none;
}
.pricing-table-list-box-content ul li {
	margin:0 0 0 -25px;
	padding:7px 0 7px 55px;
	list-style-type:none;
	text-align:left;
	width:137px;
}
.included {
	background:url(../images/icons/content/checklist-icon.png) no-repeat 30px 8px;
}
.not-included {
	background:url(../images/icons/content/checklist-icon-no.png) no-repeat 30px 8px;
}
.star-included {
	background:url(../images/icons/content/checklist-star.png) no-repeat 30px 8px;
}
.pricing-table-list-box-content ul li {
	margin:0 0 0 -25px;
	padding:7px 0 7px 55px;
	list-style-type:none;
	text-align:left;
	width:137px;
}
.one-fourth .pricing-table-list-box-content ul li {
	margin:0 0 0 -25px;
	padding:7px 0 7px 55px;
	list-style-type:none;
	text-align:left;
	width:185px;
}
.one-third .pricing-table-list-box-content ul li {
	margin:0 0 0 -25px;
	padding:7px 0 7px 55px;
	list-style-type:none;
	text-align:left;
	width:265px;
}
.pricing-table-list-box-content ul li:hover {
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	webkit-box-shadow:none!important;
	left:0px!important;
	top:0px!important;
}
.pricing-table-list-box-content ul li.zebra-pricing {
	background-color:#f7f7f7;
}
.text-price {
	text-align:center;
	padding:10px 0 5px 0;
}
.text-price h4 {
	color:#FFF;
	text-shadow: 0px 1px 0px #005826;
}
/*DARK PRICING BOX*/
.dark-pricing-box {
	width:187px;
	height:auto;
	text-align:center!important;
	background:rgb(69,72,77);
	background:-moz-linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(69,72,77,1)),color-stop(100%,rgba(0,0,0,1)));
	background:-webkit-linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background:-o-linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background:-ms-linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	background:linear-gradient(top,rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d',endColorstr='#000000',GradientType=0 );
	-moz-box-shadow:0px 1px 2px rgba(000,000,000,0.3),inset 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:0px 1px 2px rgba(000,000,000,0.3),inset 0px 1px 0px rgba(255,255,255,0.6);
	padding:15px;
}
.dark-pricing-box .head {
	border-bottom:1pt solid #000;
	width:217px;
	margin-left:-15px;
	padding-bottom:10px;
}
.dark-pricing-box .body {
	border-top:1pt solid #4f4f4f;
	width:217px;
	margin-left:-15px;
	border-bottom:1pt solid #212121;
}
.dark-pricing-box .pricing-footer {
	width:217px;
	margin-left:-15px;
	padding:15px 0 0 0;
}
.dark-pricing-box strong {
	color:#FFF;
	font-size:18px;
}
.dark-pricing-box .list {
	list-style-type:none;
	list-style-position:outside;
	width:197px;
	margin-left:20px;
}
.dark-pricing-box .list li {
	text-align:left!important;
	color:#e1e1e1;
	display:block;
	padding:6px 0 6px 25px;
	background: url(../images/icons/content/marked.png) no-repeat 5px 7px;
}
/*PAPER PRICING BOX*/
.paper-pricing-box {
	width:185px;
	height:auto;
	text-align:center!important;
	background:#FFF url(../images/paper-bg.png) repeat;
	-moz-box-shadow:0px 1px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow:0px 1px 2px rgba(000,000,000,0.3);
	box-shadow:0px 1px 2px rgba(000,000,000,0.3);
	padding:15px 15px 25px 15px;
	border:1pt solid #ebebeb;
	-webkit-font-smoothing:antialiased
}
.paper-pricing-box .head {
	margin-left:-25px;
	padding:10px 0;
	width:235px;
	background:rgb(73,192,240);
	background:-moz-linear-gradient(top,rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(73,192,240,1)),color-stop(100%,rgba(44,175,227,1)));
	background:-webkit-linear-gradient(top,rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
	background:-o-linear-gradient(top,rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
	background:-ms-linear-gradient(top,rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
	background:linear-gradient(top,rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0',endColorstr='#2cafe3',GradientType=0 );
	border:1pt solid #6499e7;
}
.paper-pricing-box .body {
	width:217px;
	margin-left:-15px;
}
.paper-pricing-box .pricing-footer {
	width:217px;
	margin-left:-15px;
	padding:15px 0 0 0;
}
.paper-pricing-box strong {
	color:#FFF;
	font-size:22px;
}
.paper-pricing-box .list {
	list-style-type:none;
	list-style-position:outside;
	width:197px;
	margin-left:20px;
}
.paper-pricing-box .list li {
	text-align:left!important;
	color:#111;
	display:block;
	padding:6px 0 6px 25px;
	background:url(../images/icons/content/marked.png) no-repeat 5px 7px;
}
.paper-pricing-box .pricing-footer .blue-price {
	color: #6499e7;
}
/*-------------------------------------------------------*/
/*---------27 - PRICING TABLE CSS-----------*/
/*-------------------------------------------------------*/ .pricing-pricing-table-box-container {
	width:960px;
}
.pricing-table-box-container ul {
	margin:0px;
	border-bottom:1px solid #dcdcdc;
	float:left;
}
.pricing-table-box-container ul li {
	float:left;
	list-style-type:none;
	padding:15px 0px 10px 0px;
	line-height:normal;
	color:#707070 !important;
	min-height:22px;
}
.pricing-table-box-container ul li h4 {
	margin:0px;
	font-size:14px;
}
.pricing-table-box-container ul li.one {
	width:465px;
	padding-left:20px;
}
.pricing-table-box-container ul li.one:hover,ul.pricing-table-grey:hover,ul.pricing-table-white:hover {
	background:#bf0101;
	color:#FFF!important;
	cursor:pointer;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.pricing-table-box-container ul li.two {
	width:155px;
	text-align:center;
	border-left:1px solid #dcdcdc;
}
.pricing-table-box-container ul li.three {
	width:155px;
	text-align:center;
	border-left:1px solid #dcdcdc;
}
.pricing-table-box-container ul li.four {
	width:155px;
	text-align:center;
	border-left:1px solid #dcdcdc;
}
ul.pricing-table-header li {
}
ul.pricing-table-white {
	background-color:#FFF;
	float:left;
}
ul.pricing-table-white li.one {
	width:475px;
	padding-left:10px;
}
ul.pricing-table-grey {
	background-color:#fafafa
}
ul.pricing-table-grey li:hover,ul.pricing-table-white li:hover {
	color:#FFF!important;
}
ul.pricing-table-grey li.one {
	width:475px;
	padding-left:10px;
}
ul.tbl-price {
	border:0px;
	font-size:18px;
}
.icontable {
	width:25px;
	margin-right:10px;
}
.icontable img {
	vertical-align: middle;
}
