/*---------------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,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;
	font-size:16px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-image: url(../images/fdbl50.png);
	z-index:2000;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/*-------------------------------------------------------*/
/*---------------01 - BODY ---------------*/
/*-------------------------------------------------------*/
body {
	color:#555;
	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-image: url(../images/fd.jpg);
	background-repeat: no-repeat;
	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;
}
.search-input {
	background:#FFF url("../images/search-bg.png") right no-repeat;
	padding:6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:200px;
	color:#c6c6c6;
}
.search-input:focus {
	border-color:#CCC!important;
}
.search-place {
	margin-left: 0px;
}
/*-------------------------------------------------------*/
/*---------------02 - TYPOGRAPHY ---------------*/
/*-------------------------------------------------------*/
a {
	text-decoration:none;
	color:#898989;
	font-size:12px;
}
a:hover {
	text-decoration:none;
	color:#FF651D;
}
.blog-title {
	font-size:18px;
}
a img {
	border:none;
}
strong {
	font-weight:bold;
	color:#464646;
}
p,ul,ol,pre,code {
	margin-bottom:10px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-variant:normal;
	white-space:normal;
	margin-bottom:15px;
	font-family:'Terminal Dosis',arial,serif;
}
h1 {
	font-size:26px;
	line-height:28px;
}
h2 {
	font-size:20px;
	line-height:27px;
}
h3 {
	font-size:18px;
	line-height:23px;
}
h4 {
	font-size:17px;
	line-height:20px;
}
h5 {
	font-size:16px;
	line-height:20px;
}
h6 {
	font-size:14px;
	line-height:17px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#464646;
	font-family:'Terminal Dosis',arial,serif;
	font-size:100%;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color:#FF651D;
	font-family:'Terminal Dosis',arial,serif;
	font-size:100%;
	text-decoration: none;
}
/*-------------------------------------------------------*/
/*---------------03 - TABLES ---------------*/
/*-------------------------------------------------------*/
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:#e64135;
	color:#FFF;
}
td {
	padding:10px 15px;
	border-top:1px solid #efefef
}
tbody.colorfull td:hover {
	background:#e64135;
	cursor: pointer;
}
/*-------------------------------------------------------*/
/*---------------04 - FORMS ---------------*/
/*-------------------------------------------------------*/
label {
	font-weight:normal;
	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:#006600;
	-moz-box-shadow:0 0px 3px #006600;
	-webkit-box-shadow:0 0px 3px #006600;
	box-shadow:0 0px 3px #006600;
}
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;
}
.required {
	color:#ed1c24;
	color:#e64135;
}
.required {
	color:#FF651D;
}
.error {
	color:#e64135;
	text-align:left;
	font-size:11px;
}
.success {
	color:#acd373;
	text-align:left;
	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;
}
/*-------------------------------------------------------*/
/*---------------05 - LISTS & BLOCKQUOTE ---------------*/
/*-------------------------------------------------------*/
a img,img {
	border:none;
}
strong {
	font-weight:bold;
	color:#252525;
}
p,ul,ol,pre,code {
	margin-bottom:10px;
}
ul {
	list-style-type:none;
}
ol {
	list-style-type:decimal;
	list-style-position:inside;
}
blockquote {
	padding:0px 20px 5px 55px;
	line-height:24px;
	background:url(../images/fr150.png);
	color:#444;
}
blockquote span {
	color:#444;
}
pre,code {
	border:1px solid #efefef;
	border-left:5px solid #efefef;
	display:block;
	padding:10px;
	font-size:11px;
	font-family:monospace;
	background-color:#f5f5f5;
}
#round-form input,#round-form textarea,#round-form select {
	background:#fff;
	border-top:1px solid ##FF651D;
	border-bottom:1px solid #FF651D;
	border-left:1px solid #FF651D;
	border-right:1px solid #FF651D;
	color:#111;
	padding:10px;
	width:200px;
	resize:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset #202226 0 1px 3px;
	-webkit-box-shadow:inset #202226 0 1px 3px;
	box-shadow:inset 0px 1px 3px #006600;
	margin-right: 15px;
	margin-left: 5px;
}
#round-form input:focus,#round-form textarea:focus,#round-form select:focus {
	outline:0;
	-moz-box-shadow:#3d4753 0 0px 4px;
	-webkit-box-shadow:#3d4753 0 0px 4px;
	box-shadow:#3d4753 0 0px 4px;
}
#round-form textarea {
	width:400px;
	resize:none;
	height:120px;
}
#round-form #Mysubmitted,#round-form #Mycancel {
	width:auto;
	background:#FF651D;
	color:#FFF;
	text-shadow:none;
	padding:5px 10px;
	font-size:11px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-top:none;
	border-left:none;
	border-right:none;
	cursor:pointer;
}
#round-form #Mysubmitted:active,#round-form #Mycancel:active {
	border-bottom: 2pt solid #202328;
}
/*-------------------------------------------------------*/
/*---------------06 - MAIN LAYOUT ---------------*/
/*-------------------------------------------------------*/
#wrapper {
	height:auto;
	width:100%;
}
#container {
	float:left;
	width:100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#content {
	height:auto;
	float:left;
	width:960px;
	margin:0;
	background-image: url(../images/fdbl50.png);
	background-repeat: repeat;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
#header-container {
	height:auto;
	margin: 0px;
	padding: 0px;
	position: fixed;
	width: 1000px;
	right: 100px;
}
#intro-header {
	float:left;
	height:auto;
	width:780px;
	padding:0px 0px;
	border-bottom:1pt dotted #e7e7e7;
}
.center {
	height:auto;
	width:1000px;
	margin:0 auto;
}





#header .center #espas {
	color: #000;
	float: left;
}

.header-wrapp {
	width:100%;
	float:left;
}
.colored {
	color:#FF651D;
	text-shadow: 0px 1px 0px #005826;
	text-transform: uppercase;
}
.colored-bg {
	background:#FF651D;
	color:#FFF;
	padding:0px 5px 2px 5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #D24400;
}
a.colored-bg:hover {
	color:#FFF;
	text-decoration:underline;
	background:#403933;
	border-bottom:2pt solid #322b25;
}
.portfolio-thumbnail strong {
	color:#FFF;
}
a.portfolio-item-preview {
	display:block;
	background:url(../images/bg-fade.png) no-repeat center!important;
	z-index:9999;
}
.portfolio-img {
}
a#logo {
	display:block;
	float:left;
	position:relative;
	width:250px;
	height:127px;
	margin-right:10px;
	text-indent:-9999px;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 500;
}
a#logo:active {
	margin-top:1px;
}
.intro-header {
	width:850px;
	float:left;
	height:auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.intro-header h1 {
	line-height:35px;
	color: #E9E9E9;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	text-shadow: 0px 1px 0px #005826;
}
.intro-page-inner h1 {
	line-height:20px;
	color: #333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 17px;
}
/*-------------------------------------------------------*/
/*---------------07 - NAVIGATION ---------------*/
/*-------------------------------------------------------*/

ul#header-icons {
	float:right;
	margin:-3px 0px 0px 0px;
}
ul#header-icons li {
	list-style:none;
	float:left;
	margin:0px 3px;
	cursor:pointer;
}
ul#header-icons li:hover {
	opacity:1;
}

 .tipsy {
	padding:5px;
	font-size:10px;
	opacity:0.7;
	filter:alpha(opacity=70);
	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;
}
/*-------------------------------------------------------*/
/*---------------09 - SLIDERS ---------------*/
/*-------------------------------------------------------*/
.nivoSlider {
	width:960px;
	height:380px;
	margin-bottom:30px;
	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 3px 0 0;
	background:url(../images/nivo-pag.png) top no-repeat;
	width:22px;
	height:22px;
	outline:none;
	text-indent:-9999px;
}
#slider3 .nivo-controlNav a.active {
	background:url(../images/nivo-pag.png) bottom no-repeat;
}
.nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	background:url(../images/slideshow-nav.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background:url(../images/slide-next-prev.png) right no-repeat;
	right:5px;
}
a.nivo-prevNav {
	background:url(../images/slide-next-prev.png) left no-repeat;
	left:5px;
}
.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;
}
#grid {
	width:960px;
	height:auto;
	float:left;
}
#grid .item-hover {
	margin:0!important;
	padding:0!important;
	height:150px;
}
#grid .grid-read-more-btn {
	background:url("../images/read-more-btn.png") no-repeat;
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:0;
}
#grid .grid-view-more-btn {
	background:url("../images/view-more-btn.png") no-repeat;
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:0;
	bottom:0;
}
#grid .grid-view-more-btn:hover {
	background:url("../images/view-more-btn-hover.png") no-repeat;
}
#grid .grid-read-more-btn:hover {
	background:url("../images/read-more-btn-hover.png") no-repeat;
}
#grid .portfolio-thumbnail {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	height:100%;
	width:100%;
	background:url("../images/thumb-hover-bg.png") repeat;
	text-align:left;
	cursor:pointer;
}
#grid .thumb-text {
	padding:10px;
}
#grid .portfolio-thumbnail h4 {
	color:#FF651D!important;
}
#grid .portfolio-thumbnail h3 {
	color:#e64135!important;
}
#grid .portfolio-thumbnail h5 {
	color:#e64135!important;
}
#grid .portfolio-thumbnail p {
	color:#FFF;
}
#grid .one-half,#grid .one-third,#grid .one-fourth,#grid .one-fifth {
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0!important;
	margin-left:0!important;
}
#grid .one-half {
	width:480px;
	float:left;
	position:relative;
}
#grid .one-third {
	width:320px;
	float:left;
	position:relative;
}
#grid .one-fourth {
	width:240px;
	float:left;
	position:relative;
}
#grid .one-fifth {
	width:120px;
	float:left;
	position:relative;
}
#grid .last-grid {
	margin-right: 0px;
}
/*-------------------------------------------------------*/
/*---------------10 - GRID CSS ---------------*/
/*-------------------------------------------------------*/
.horizontal-line {
	width:100%;
	float:left;
	height:5px;
	background:url("../images/hr-bg.png") repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.blog-line {
	width:710px;
	margin:30px auto;
	float:left;
	height:30px;
	background:url("../images/hr-blog.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,.one-nineth {
	float:left;
}
.one-half,.two-third,.one-third,.one-fourth,.one-fifth,.one-sixth,.inner-content,.one-third-big,.one-nineth {
	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;
}
.one-nineth {
	width:80px;
}
.last {
	margin-right:0px!important;
	float: right;
}

/*-------------------------------------------------------*/
/*---------------11 - LAYOUT EXTRAS ---------------*/
/*-------------------------------------------------------*/
.img-align-left {
	margin:5px 10px 0 0;
	float:left;
}
.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;
}
.img-article-left {
	margin:5px 10px 0 0;
	float:left;
}
.text-article-left {
	margin:0;
	float:left;
	width:237px;
}
.text-article-left h3 {
	margin-bottom:10px!important;
}
.item-hover {
	margin:0!important;
	padding:0!important;
	height:140px;
	width:auto;
}
.portfolio-thumbnail {
	position:absolute;
	display:none;
	width:207px;
	height:140px;
	background:url("../images/thumb-hover-bg.png") repeat;
	text-align:left;
	cursor:pointer;
	margin:px 0 0 0px;
	z-index:9999;
}
.thumb-read-more {
	background:#e64135 url("../images/read-more-arrow.png") 6px 5px no-repeat;
	display:block;
	text-indent:-9999px;
	height:20px;
	width:20px;
	position:absolute;
	bottom:0;
	right:-2px;
}
.google-map {
	border:5pt solid #FF651D;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.thumb-read-more:hover {
	padding:0px 15px 0 0;
	-webkit-transition:all 0.1s ease,top 0ms linear;
	-moz-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	transition:all 0.1s ease;
}
.thumb-text {
	padding:10px;
}
.thumb-text h3 {
	color:#FFF;
	margin-bottom:10px;
}
.thumb-text p {
	color:#FFF;
}
.pretty-box {
	position:relative;
	display:block;
	padding:5px;
	background:#ebebeb;
}
.pretty-box:hover {
	background:#e64135;
}
.pretty-portfolio {
	position:relative;
	display:block;
	padding:5px;
	background:#ebebeb;
}
.pretty-portfolio:hover {
	background:#ebebeb;
}
.blog-box,.blog-image {
	display:block;
	padding:5px;
	margin-bottom:15px;
	background:#ffffff url("../images/pretty-box-bg.png") repeat;
}
.blog-box:hover {
	background:#ebebeb;
}
.pretty-blog-post {
	background:#FFF url("../images/body-bg-54.png") repeat;
	padding:5px;
}

/*-------------------------------------------------------*/
/*---------------12 - FOOTER ---------------*/
/*-------------------------------------------------------*/
#footer-container {
	float:left;
	width:940px;
	line-height:20px;
	border-bottom:4pt solid #d7d7d7;
	background-image: url(../images/fdbl50.png);
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#footer {
	padding-left:0px;
	
	padding:30px 0;
}
#footer ul {
	list-style-type:none;
	float:left;
}
#footer a,#footer p {
	color:#898989;
	text-decoration:none;
}
#footer strong {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FF651D;
	text-decoration:underline;
}
#footer ul li span,#footer ul li span a {
	display:block;
	text-transform:none;
}
#footer ul li span a {
	display:inline;
}
#footer .colored {
	color:#FF651D;
}
#footer .bolder {
	font-weight:bold;
}

/*-------------------------------------------------------*/
/*---------------15 - FOOTER PHOTOS ---------------*/
/*-------------------------------------------------------*/
ul#our-photos-footer {
	float:left;
	list-style:none;
}
ul#our-photos-footer li {
	margin-right:15px;
	margin-bottom:15px;
	margin-top:0px;
	float:left;
}
ul#our-photos-footer li img {
	background:#FFF url("../images/pretty-box-bg.png") repeat;
	padding:6px;
}
ul#our-photos-footer li img:hover {
	background:#ebebeb url("../images/pretty-box-bg.png") repeat;
	-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;
	-webkit-box-shadow:inset 0 0 25px #d7d7d7;
	-moz-box-shadow:inset 0 0 25px #d7d7d7;
	box-shadow: inset 0 0 25px #d7d7d7;
}
/*-------------------------------------------------------*/
/*---------------16 - BUTTONS ---------------*/
/*-------------------------------------------------------*/
.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:inset 0 0 7px #6fa2ee;
	-moz-box-shadow:inset 0 0 7px #6fa2ee;
	box-shadow:inset 0 0 7px #6fa2ee;
}
.button.blue:hover {
	color:#FFF;
	-webkit-box-shadow:inset 0 0 25px #8dbafd;
	-moz-box-shadow:inset 0 0 25px #8dbafd;
	box-shadow: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:inset 0 0 25px #8dbafd;
	-moz-box-shadow:inset 0 0 25px #8dbafd;
	box-shadow: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;
}
.button.red:hover {
	color:#FFF;
	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;
	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:inset 0 0 7px #FFF;
	-moz-box-shadow:inset 0 0 7px #FFF;
	box-shadow:inset 0 0 7px #FFF;
}
.button.grey:hover {
	color:#898989;
	-webkit-box-shadow:inset 0 0 25px #FFF;
	-moz-box-shadow:inset 0 0 25px #FFF;
	box-shadow: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;
}
/*-------------------------------------------------------*/
/*---------------17 - EXTRA LISTS ---------------*/
/*-------------------------------------------------------*/
.simple-nav {
	list-style-type:none;
	list-style-position:outside;
	width:200px;
}
#footer .simple-nav li {
	color:#346699;
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #e1e1e1;
}
.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;
}
.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/check-box.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/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/checklist-icon-no.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/checklist-icon.png) no-repeat 5px 9px;
}


/*-------------------------------------------------------*/
/*---------------19 - PORTFOLIO ---------------*/
/*-------------------------------------------------------*/
#portfolio {
	width:960px;
	float:left;
}
.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;
}
.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;
}

/*-------------------------------------------------------*/
/*---------------20 - PAGINATION LIST ---------------*/
/*-------------------------------------------------------*/
#pagination-contianer {
	width:100%;
	height:auto;
	padding:0px;
	float:left;
}
ul.page-pagination {
	list-style:none;
}
.page-pagination li {
	display:inline;
}
.page-pagination li a {
	color:#556074;
	display:block;
	position:relative;
	float:left;
	padding:4px 11px;
	margin-right:7px;
	border:1px solid #CCC;
	border-bottom:2px solid #CCC;
	background:#ffffff;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	-webkit-box-shadow:inset 0 0 25px #f3f3f3;
	-moz-box-shadow:inset 0 0 25px #f3f3f3;
	box-shadow:inset 0 0 25px #f3f3f3;
}
.page-pagination li a:hover {
	border:1px solid #898989;
	border-bottom:2px solid #898989;
}
.page-pagination li a:active,.page-pagination li.active a {
	border:1px solid #898989;
	margin-top:1px;
	-webkit-box-shadow:inset 0 0 25px #eaeaea;
	-moz-box-shadow:inset 0 0 25px #eaeaea;
	box-shadow:inset 0 0 25px #eaeaea;
}
.portfolio-details-nav {
	float:right;
	width:100%;
	margin-bottom:15px;
}
.intro-page-inner {
	height:auto;
	float:left;
	width:960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0;
	text-align: right;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #FF651D;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #005826;
}



/*-------------------------------------------------------*/
/*---------------22 - TABS ---------------*/
/*-------------------------------------------------------*/
.menu {
	padding:0;
	clear:both;
}
.menu li {
	display:inline;
}
.menu li a {
	background:#FFF;
	padding:5px 10px;
	float:left;
	border-right:1px solid #FFF;
	border-bottom:1pt solid #ebebeb;
	text-decoration:none;
	color:#898989;
	font-weight:normal;
}
.menu li.active a {
	background:#FFF;
	color:#e64135;
	border-bottom:1pt solid #e64135;
}
.content {
	float:left;
	clear:both;
	border-top:none;
	border-left:none;
	background:#FFF;
	padding:0px;
	width:auto;
}


/*-------------------------------------------------------*/
/*---------------24 - BLOG EXTRA STYLE ---------------*/
/*-------------------------------------------------------*/
.comment-number {
	width:30px;
	height:auto;
	background:#e64135;
	padding:25px 5px 15px 5px;
	float:left;
	margin:5px 10px 0 0;
}
.comment-number h4 {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	margin:-7px 0 0px 0px!important;
}
.post-date {
	width:100px;
	height:180px;
	background:#e64135;
	padding:25px 10px 15px 10px;
	position:absolute;
}
.blog-post-intro {
	float:left;
	width:617px;
}
.post-date:hover {
	cursor:pointer;
}
.post-comment {
	width:100%;
	float:left;
	padding:15px 0 15px 0;
	text-align:center;
	border-top:solid 1pt #d32518;
	margin-top:10px;
	border-bottom:solid 1pt #d32518;
}
.post-comment:hover {
	text-decoration:underline;
}
.post-comment a {
	color:#FFF;
}
.post-date h4 {
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	margin:-10px 0 0px 0px!important;
}
.blog-image-holder {
	width:330px;
	height:175px;
	float:left;
	margin-bottom:20px;
}
.blog-image-holder img {
	z-index:100;
}
.post-tags a {
	color:#FFF;
}
.post-tags a:hover {
	color:#FFF;
	text-decoration:underline;
}
.post-tags {
	color:#FFF;
	width:100%;
	float:left;
	padding:10px 0 0px 0;
	margin:10px 0 10px 2px;
}
.tag-icon {
	color:#FFF!important;
	font-weight:bold;
	padding:0 5px 0 0;
}
ul.blog-category li {
	padding:10px 0 5px 0;
	border-bottom:1px dotted #efefef;
}
.blog-category span {
	font-family:"Crimson Text" Arial;
	font-style:italic;
	font-size:14px;
	color: #a1a1a1;
}
/*-------------------------------------------------------*/
/*---------------25 - PRICING TABLES ---------------*/
/*-------------------------------------------------------*/
/*PRICING BOX STYLE*/
ul.pricing-box-list-box {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.pricing-box-list-box>li {
	background:#FFF;
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
ul.pricing-box-list-box li:hover {
	position:relative;
	z-index:100;
	top:-15px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	-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;
}
.best-plan {
	position:relative;
	z-index:100;
	top:-15px;
	cursor:pointer;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3)!important;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3)!important;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.3)!important;
}
.pricing-box-list-box .one-fifth {
	width:192px;
	margin:0px!important;
	box-shadow:none;
	-moz-box-shadow:none;
	webkit-box-shadow:none;
}
.pricing-box-list-box .one-fourth {
	width:240px;
	margin:0px!important;
	box-shadow:none;
	-moz-box-shadow:none;
	webkit-box-shadow:none;
}
.pricing-box-list-box .one-third {
	width:320px;
	margin:0px!important;
	box-shadow:none;
	-moz-box-shadow:none;
	webkit-box-shadow:none;
}
.pricing-box-list-box .one-fifth:hover,.pricing-box-list-box .one-fourth:hover,.pricing-box-list-box .one-third:hover {
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.title-box {
	text-align:center;
}
.box-header {
	padding-top:5px;
	border-radius:8px 8px 0px 0px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-topleft:8px;
}
.box-header h2,.pricing-box-footer h2 {
	color:#333;
	text-shadow:0px 1px 0px #c0c0c0;
	margin-top:7px;
}
.pricing-box-footer {
	padding-top:5px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
}
.box-des {
	text-align: left;
}
/*LIST STYLES*/
.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/checklist-icon.png) no-repeat 30px 8px;
}
.not-included {
	background:url(../images/checklist-icon-no.png) no-repeat 30px 8px;
}
.star-included {
	background:url(../images/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;
}
/*LIST STYLES*/
/*COLUMNS SIZE (DEFAULT IS FIVE COLUMNS)*/
.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 h2 {
	color:#FFF;
	text-shadow:0px 1px 0px #005826;
	margin-top: 7px;
}
/*PRICING TABLES COLORS*/
/*RED*/
.text-price.red {
	background-color:#e64135;
	border-top:1px solid #f26c4f;
}
.box-header.red,.pricing-box-footer.red {
	border-bottom:1px solid #d4271b;
	background-color:#FF651D;
	color: #FFF;
}
.pricing-box-footer.red {
	border-bottom: 4pt solid #d4271b;
}
/*GREEN*/
.text-price.green {
	background-color:#59a839;
	border-top:1px solid #69bf46;
}
.box-header.green,.pricing-box-footer.green {
	border-bottom:1px solid #3a831c;
	background-color:#DAF341;
	color: #000;
}
.pricing-box-footer.green {
	border-bottom: 4pt solid #3a831c;
}
/*GREEN*/
/*BLUE*/
.text-price.blue {
	background-color:#6499e7;
	border-top:1px solid #8ab8fd;
}
.box-header.blue,.pricing-box-footer.blue {
	border-bottom:1px solid #3977d2;
	background-color:#6499e7;
}
.pricing-box-footer.blue {
	border-bottom: 4pt solid #3977d2;
}
/*BLUE*/
/*DARK*/
.text-price.dark {
	background-color:#556074;
	border-top:1px solid #707c93;
}
.box-header.dark,.pricing-box-footer.dark {
	border-bottom:1px solid #3d4753;
	background-color:#556074;
}
.pricing-box-footer.dark {
	border-bottom: 4pt solid #3d4753;
}
/*-------------------------------------------------------*/
/*---------------25 - TAGS ---------------*/
/*-------------------------------------------------------*/
.tags a:hover {
	border:1px solid #d63227;
	background:#e64135;
	color:#FFF;
}
.tags a {
	color:#556074;
	display:block;
	float:left;
	padding:4px 11px;
	margin-right:2px;
	margin-top:2px;
	border:1px solid #CCC;
	background:#ffffff;
}
}
.tags,.block div {
float:left;
width: 100%;
}
/*-------------------------------------------------------*/
/*---------------26 - SLIDE JS ---------------*/
/*-------------------------------------------------------*/
.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 h3 {
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 {
display:block;
background:#ffffff url("../images/pretty-box-bg.jpg") repeat;
height:320px;
width:620px;
}
.big-slider {
height:350px;
width:960px;
margin-bottom:30px;
}
.portfolio-details-slider {
height:340px;
width:711px;
}
#simple-slider {
margin-top: 0px;
}
/*SLIDER TWO THIRD WIDTH ENDS*/
.pagination {
position:relative;
float:right;
z-index:10;
margin:-65px 20px 0 0px;
}
.pagination li {
float:left;
margin:10px 5px 0 0;
}
.pagination li a {
display:block;
background:url(../images/slideshow-nav.png) right top no-repeat;
width:11px;
height:11px;
outline:none;
text-indent:-9999px;
}
.pagination li.current a {
background:url(../images/slideshow-nav.png) left top 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:url(../images/slide-next-prev.png);
}
.slides-nav a.prev {
background-position:left;
margin:-230px 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:-230px 0 0 0px;
}
.slides-nav a.next {
background-position:right;
margin:-230px 0 0 890px;
-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:-230px 0 0 900px;
}
.inner-comment {
padding-left:75px;
}
.big-line-height {
line-height:35px;
}
.image_slider {
overflow: hidden;
}
/*GALLERY SLIDER*/
#gallery-slider {
float:left;
width:960px;
height:auto;
overflow:hidden;
}
#gallery-slider-wrapper #next,#gallery-slider-wrapper #prev {
width:40px;
height:80px;
display:block;
float:right;
-webkit-transition:all 0.1s ease,top 0ms linear;
-moz-transition:all 0.1s ease;
-o-transition:all 0.1s ease;
-ms-transition:all 0.1s ease;
transition:all 0.1s ease;
}
#gallery-slider-wrapper #next:hover,#gallery-slider-wrapper #prev:hover {
opacity:0.8;
}
#gallery-slider-wrapper #prev {
background:url("../images/prev-next-default.png") left no-repeat;
margin:-235px 1030px 0 0px;
}
#gallery-slider-wrapper #next {
background:url("../images/prev-next-default.png") right no-repeat;
margin:125px -110px 0 0px;
}
#gallery-slider-wrapper #next:hover {
margin:125px -120px 0 0px;
}
#gallery-slider-wrapper #prev:hover {
margin: -235px 1040px 0 0px;
}
/*GALLERY SLIDER*/

.puss {
	height: 30px;
}

.petital {
	font-size: 0.8em;
	font-style: italic;
}
#header .center #header-icons h2 {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	width: 100%;
}
#content .one #round-form fieldset {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-left: 15px;
}

#container .center #content .one .one-fourth #footer-info li .color2 {
	color: #FF651D;
}

.simple-nav li .color2 {
	color: #FF651D;
}

.simple-nav li .color2 a:hover {
	color: #F60;
}

.color2 {
	color: #FF651D;
}

#container .center #content .one .one-fourth .simple-nav .color2 {
	color: #FF651D;
}

.cap {
	text-transform: uppercase;
}

#container .center .planHead {
	width: 120px;
	float: right;
	background-image: url(../images/fdbl50.png);
	margin-top: 40px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.color3 {
	color: #5D97C8;
}

#container .center #footer-wrapper #footer-container #footer .one .one-halfF {
	width: 465px;
	float: left;
}

#container .center #footer-wrapper #footer-container #footer .one .one-halfF2 {
	text-align: right;
}
.encar {
	background-image:url(../images/fdbl50.png);
	padding:8px;