/* Table of Content

==================================================

	#Basic Styles

	#Typography

	#Links

	#Lists

	#Images

	#Buttons and Pills

	#Alert Boxes

	#Tables

	#Dropcaps

	#Accordion (Toggle)

	#Pricing Tables

	#Pricing Lists

	#Forms

	#Misc */

	



/* #Basic Styles

================================================== */

html, body {height:100%;}



body {

	position: relative;

	background:#fcfdf9 url(../images/pattern.gif);

	font: 12px/20px 'MuseoSans500Regular', Arial, sans-serif;

	color: #444;

	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */

	-webkit-text-size-adjust: 100%;

	}





/* #Typography

================================================== */

h1, h2, h3, h4, h5, h6 {

	font-family: 'MuseoSans500Regular', Arial, sans-serif;

	font-weight: normal;

	line-height:1.2em;

	margin:0 0 1.5em 0;

	text-shadow:0 1px 0 #fff;

	}

h1 {

	

	}

h2 {

	font-size:24px;

	color:#88a919;

	margin-bottom:.8em;

	}

h3 {

	font-size:24px;

	color:#88a919;

	margin-bottom:.8em;

	}

h4 {

	font-size:1em;

	line-height:20px;

	margin:0;

	color:#88a919;

	text-transform:uppercase;

	}

h5 {

	font-size:1em;

	line-height:20px;

	margin:0;

	}

h6 {

	font-family:'MuseoSans500Italic', Arial, sans-serif;

	font-size:1em;

	line-height:20px;

	color:#88a919;

	}

.bordered {

	background:url(../images/hr-double.gif) 0 100% repeat-x;

	padding-bottom:.8em;

	margin-bottom:1.7em;

	}



/*	Blockquotes  */

blockquote,

blockquote p { 

	font-size: 16px;

	line-height: 26px;

	font-style:normal;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

	color: #444;

}

blockquote p:first-child  {

	display: inline;

}

blockquote { 

	margin: 0 0 20px;

	padding: 9px 20px 0 19px;

	border:none;

	position:relative;

	}

blockquote:before {

	position:relative;

	display:inline-block;

	content: open-quote;

	font-size:32px;

	font-style:normal;

	margin:0 3px 0 0;

	text-indent:0;

	}

blockquote:after {

	position:relative;

	display:inline-block;

	content: close-quote;

	font-size:32px;

	line-height:24px;

	vertical-align:bottom;

	text-indent:0;

	}

blockquote cite { 

	display: block; 

	font-size: 12px; 

	color: #555;

	}

blockquote cite:before { 

	content: "\2014 \0020";

	}

blockquote cite a,

blockquote cite a:visited,

blockquote cite a:visited { 

	color: #555;

	}

blockquote.left {

	float:left;

	width:40%;

	padding:30px 33px 30px 0;

	margin:0 20px 20px 0;

	background:url(../images/bq-bg.gif) 100% 0 repeat-y;

	}

blockquote.right {

	float:right;

	width:40%;

	padding:30px 0 30px 33px;

	margin: 0 0 20px 20px;

	background:url(../images/bq-bg.gif) 0 0 repeat-y;

	}

blockquote.none {

	padding:30px 0 30px 33px;

	margin: 0 0 20px 0;

	background:url(../images/bq-bg.gif) 0 0 repeat-y;

}

blockquote.fullwidth {

	padding: 0 0 20px 0;

}

.large-text {

	font-size:14px;

	line-height:24px;

}

	

blockquote.styled,

.format-quote blockquote {

	background:#f7f7f7;

	font-size:12px;

	line-height:24px;

	color:#444;

	padding:36px 36px 32px 46px;

	box-shadow:0 1px 1px rgba(0, 0, 0, .2);

	}

blockquote.styled:before,

blockquote.styled:after,

.format-quote blockquote:before,

.format-quote blockquote:after {

	font-family:Arial, Helvetica, sans-serif;

	font-weight:bold;

	vertical-align:middle;

	font-size:36px;

	}

.format-quote blockquote:after {

	display: none;

}

blockquote.styled:before,

.format-quote blockquote:before {

	margin-left:-7px;

	}

	

strong {

	font-weight:normal;

	color:#444;

	}

	

.grid_3 strong {

	font-weight:normal;

	color:#CCC;

	}

	

em {

	color:#a9a9a9;

	}

p {

	margin:0 0 1.5em 0;

	}

address {

	font-style:normal;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

	color:#444;

	line-height:24px;

}



.grid_3 address {

	font-style:normal;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

	color:#8899a1;

	line-height:24px;

}





iframe,

object,

embed {

	max-width: 100%;

}



/* #Links

================================================== */

a { 

	color: #84941A;

	text-decoration:none; 

	outline: 0;

	}

a:hover, 

a:focus { 

	text-decoration:underline;

	outline: 0;

	}

	

	

	span a { 

	color: #364603;

	text-decoration:none; 

	outline: 0;

	}

span a:hover, 

span a:focus { 

	text-decoration:underline;

	outline: 0;

	}







/* #Lists

================================================== */

ul, ol {

	margin:0 0 1.5em 0;

	padding:0;

	}

ul { list-style: none outside; }

ol { list-style: decimal; }

ol, 

ul.square, 

ul.circle, 

ul.disc { margin-left: 40px; }

ul.square { list-style: square outside; }

ul.circle { list-style: circle outside; }

ul.disc { list-style: disc outside; }

ul ul, ul ol,

ol ol, ol ul { margin: 4px 0 5px 30px; }

ul ul li, ul ol li,

ol ol li, ol ul li { margin-bottom: 6px; }

li { 

	margin:0 0 4px 0;

	padding:0;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

	}

ul li {

	background:url(../images/li-marker-dark.png) 0 4px no-repeat;

	padding:0 0 0 20px;

	color:#444;

	}

ol li {

	color:#444;

	}

	li a {

		color:#38667f;

		}

	li a:hover {

		color:#84941A;

		}



.unstyled li {

	background: none;

	padding-left: 0;

}

.styled2 li {

	background:url(../images/li-marker-2.png) 0 4px no-repeat;

	}

.styled3 li {

	background:url(../images/li-marker-3.png) 0 4px no-repeat;

	}

.styled4 li {

	background:url(../images/li-marker-4.png) 0 4px no-repeat;

	}

.styled5 li {

	background:url(../images/li-marker-5.png) 0 4px no-repeat;

	}

.styled6 li {

	background:url(../images/li-marker-6.png) 0 4px no-repeat;

	}

.styled7 li {

	background:url(../images/li-marker-7.png) 0 4px no-repeat;

	}

.styled8 li {

	background:url(../images/li-marker-8.png) 0 4px no-repeat;

	}

.styled9 li {

	background:url(../images/li-marker-9.png) 0 4px no-repeat;

	}

.styled10 li {

	background:url(../images/li-marker-10.png) 0 4px no-repeat;

	}





/* #Images

================================================== */

img {

  max-width: 100%;

  height: auto;

	}

.ie8 img {

  max-width: none !important;

	}



img.scale-with-grid {

	max-width: 100%;

	height: auto;

	}

.fullwidth {

	display:block;

	min-width:100%;

	max-width:100%;

	height:auto;

	}

img.fullwidth {

	image-rendering:optimizeQuality;

	-ms-interpolation-mode:bicubic;

	}



.alignleft {

	display: inline;

	float:left;

	margin:0 30px 10px 0;

}

.alignright {

	display: inline;

	float:right;

	margin:0 0 10px 30px;

}

.aligncenter {

	clear: both;

	display: block;

	margin: 0 auto 5px auto;

}

.alignnone {

	margin:0 0 10px 0;

}

.alignleft img,

.alignright img,

.aligncenter img,

.alignnone img {

	margin: 0;

}

	

/* Image Holder */

.img-holder.img-holder-respons {

	

	}

	.img-holder.img-holder-respons img {

		

		}

/* WP Captions */

.wp-caption {

	position: relative;

	background:#fff;

	padding:2px;

	height: auto;

	text-align: center;

	box-shadow:0 1px 2px 0 rgba(0, 0, 0, .25);

	-webkit-box-sizing:border-box;

	-moz-box-sizing:border-box;

	box-sizing:border-box;

}

	.wp-caption img {

		position:relative;

		z-index:1;

		vertical-align:top;

		border: 0 none;

		height: auto;

		margin: 0;

		padding: 0;

		width: auto;

		-webkit-transition: all 0.2s ease-out;

		-moz-transition: all 0.2s ease-out;

		transition: all 0.2s ease-out;

	}



.wp-caption.alignnone {

	margin: 5px 0 20px 0;

}

.wp-caption.alignleft {

	margin: 5px 20px 20px 0;

}

.wp-caption.alignright {

	margin: 5px 0 20px 20px;

}

.wp-caption p.wp-caption-text,

.gallery-caption {

	font-size: 11px;

	line-height: 17px;

	margin: 0;

	padding: 4px 4px 5px;

}

		





/* #Buttons and Pills

================================================== */

/* Default Button */

.button,

button,

input[type="submit"],

input[type="reset"],

input[type="button"] {

	background: #cee7f5; /* Old browsers */

	background: #cee7f5 -moz-linear-gradient(top, #cee7f5 0%, #c1dff2 100%); /* FF3.6+ */

	background: #cee7f5 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee7f5), color-stop(100%,#c1dff2)); /* Chrome,Safari4+ */

	background: #cee7f5 -webkit-linear-gradient(top, #cee7f5 0%,#c1dff2 100%); /* Chrome10+,Safari5.1+ */

	background: #cee7f5 -o-linear-gradient(top, #cee7f5 0%,#c1dff2 100%); /* Opera11.10+ */

	background: #cee7f5 -ms-linear-gradient(top, #cee7f5 0%,#c1dff2 100%); /* IE10+ */

	background: #cee7f5 linear-gradient(top, #cee7f5 0%,#c1dff2 100%); /* W3C */

	border-bottom:1px solid #9cc9e0;

	border-radius:3px;

	color: #1689c4;

	display: inline-block;

	font-size: 16px;

	text-transform:uppercase;

	text-decoration: none;

	text-shadow: 0 1px 0 #fff;

	cursor: pointer;

	line-height:32px;

	height:32px;

	padding:0 14px 0 14px;

}



.button:hover,

button:hover,

input[type="submit"]:hover,

input[type="reset"]:hover,

input[type="button"]:hover {

	color:#1689c4;

	text-decoration:none;

	background: #c1dff2; /* Old browsers */

	background: #c1dff2 -moz-linear-gradient(top, #c1dff2 0%, #cee7f5 100%); /* FF3.6+ */

	background: #cee7f5 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1dff2), color-stop(100%,#cee7f5)); /* Chrome,Safari4+ */

	background: #c1dff2 -webkit-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* Chrome10+,Safari5.1+ */

	background: #c1dff2 -o-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* Opera11.10+ */

	background: #c1dff2 -ms-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* IE10+ */

	background: #c1dff2 linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* W3C */ }



.button:active,

button:active,

input[type="submit"]:active,

input[type="reset"]:active,

input[type="button"]:active {

	color:#1689c4;

	text-decoration:none;

	background: #c1dff2; /* Old browsers */

	background: #c1dff2 -moz-linear-gradient(top, #c1dff2 0%, #cee7f5 100%); /* FF3.6+ */

	background: #cee7f5 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1dff2), color-stop(100%,#cee7f5)); /* Chrome,Safari4+ */

	background: #c1dff2 -webkit-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* Chrome10+,Safari5.1+ */

	background: #c1dff2 -o-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* Opera11.10+ */

	background: #c1dff2 -ms-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* IE10+ */

	background: #c1dff2 linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* W3C */

	}



.button.full-width,

button.full-width,

input[type="submit"].full-width,

input[type="reset"].full-width,

input[type="button"].full-width {

	width: 100%;

	padding-left: 0 !important;

	padding-right: 0 !important;

	text-align: center; }



/* Fix for odd Mozilla border & padding issues */

button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}



.btn-wrapper {

	float:left;

	position:relative;

	}

.btn-wrapper .btn-marker {

	display:block;

	width:21px;

	height:21px;

	position:absolute;

	right:12px;

	top:6px;

	background:url(../images/btn-marker-alt.png) 0 0 no-repeat;

	}

.btn-wrapper .button,

.btn-wrapper button,

.btn-wrapper input[type="submit"],

.btn-wrapper input[type="reset"],

.btn-wrapper input[type="button"] {

	padding-right:42px;

	}

.btn-wrapper .ajax-loader {

	position: absolute;

	right: -28px;

	top: 8px;

}



/* Normal Button */

.btn {

	display:inline-block;

	position:relative;

	padding:5px;

	border-radius:4px;

	border:1px solid rgba(255, 255, 255, .1);

	border-left:1px solid rgba(0, 0, 0, .2);

	border-top:1px solid rgba(0, 0, 0, .2);

	box-shadow:inset 0 0 4px 0 rgba(0, 0, 0, .5);

	}

.no-rgba .btn {

	background:url(../images/black-opacity-30.png);

	}

.btn.full-w {

	display:block;

	}

	.btn .btn-inner {

		display:inline-block;

		position:relative;

		padding:9px 75px 2px 30px;

		font-size:21px;

		line-height:1em;

		text-transform:uppercase;

		color:#35840a;

		text-shadow:0 1px 1px #fff;

		background:#7f9f3a url(../images/btn-bg.gif) 0 0 repeat-x;

		border-radius:3px;

		}

	.btn .btn-inner:before {

		content: "";

		display:block;

		-webkit-box-shadow: 0 6px 6px rgba(0,0,0, .5);

		-moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);

		box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);

		position: absolute;

		left: 0;

		bottom: 0;

		z-index:1;

		width: 100%;

		height: 12%;

		}

	.btn.full-w .btn-inner {

		display:block;

		}

		.btn .btn-inner em {

			display:block;

			font-size:12px;

			text-transform:none;

			font-style:normal;

			margin-top:-5px;

			color:inherit;

			}

		.btn i.marker {

			position:absolute;

			right:27px;

			top:9px;

			width:28px;

			height:28px;

			background:url(../images/btn-marker.png) 0 0 no-repeat;

			}

.btn .btn-inner:hover {

	background: #b2d038; /* Old browsers */

	background: #b2d038 -moz-linear-gradient(top, #a2c62c 0%, #c2da44 100%); /* FF3.6+ */

	background: #b2d038 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2c62c), color-stop(100%,#c2da44)); /* Chrome,Safari4+ */

	background: #b2d038 -webkit-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* Chrome10+,Safari5.1+ */

	background: #b2d038 -o-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* Opera11.10+ */

	background: #b2d038 -ms-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* IE10+ */

	background: #b2d038 linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* W3C */

	}



/* Large Button */

.btn.large .btn-inner {

	font-size:24px;

	letter-spacing:-1px;

	padding:10px 80px 2px 30px;

	font-weight:bold;

	background-image:url(../images/btn-large-bg.gif);

	min-height: 34px;

	}

.btn.large .btn-inner:hover {

	background: #b2d038; /* Old browsers */

	background: #b2d038 -moz-linear-gradient(top, #a2c62c 0%, #c2da44 100%); /* FF3.6+ */

	background: #b2d038 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2c62c), color-stop(100%,#c2da44)); /* Chrome,Safari4+ */

	background: #b2d038 -webkit-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* Chrome10+,Safari5.1+ */

	background: #b2d038 -o-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* Opera11.10+ */

	background: #b2d038 -ms-linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* IE10+ */

	background: #b2d038 linear-gradient(top, #a2c62c 0%,#c2da44 100%); /* W3C */

	}

	.btn.large .btn-inner em {

		font-weight:normal;

		font-size:14px;

		letter-spacing:0;

		}

	.btn i.marker {

		position:absolute;

		right:27px;

		top:9px;

		width:33px;

		height:33px;

		background:url(../images/btn-marker-large.png) 0 0 no-repeat;

		}





/* Ribbon Button */	

.ribbon-button {

	display:inline-block;

	width:325px;

	height:79px;

	background:url(../images/ribbon-button.png) 0 0 no-repeat;

	color:#4a5f03;

	text-align:center;

	font-size:18px;

	text-transform:uppercase;

	line-height:75px;

	text-indent:-20px;

	text-shadow:0 1px 0 rgba(255, 255, 255, .7);

	}	

	

/* Alt Button */

.button-alt,

.comment-reply-link {

	display:inline-block;

	padding:3px 14px 1px 14px;

	font-size:11px;

	text-transform:uppercase;

	color:#1689c4;

	text-shadow:0 1px 0 #fff;

	font-family: 'MuseoSans500Regular', Arial, sans-serif;

	border-bottom:1px solid #9cc9e0;

	border-radius:3px;

	background: #cee7f5; /* Old browsers */

	background: #cee7f5 -moz-linear-gradient(top, #cee7f5 0%, #c1dff2 100%); /* FF3.6+ */

	background: #cee7f5 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee7f5), color-stop(100%,#c1dff2)); /* Chrome,Safari4+ */

	background: #cee7f5 -webkit-linear-gradient(top, #cee7f5 0%,#c1dff2 100%); /* Chrome10+,Safari5.1+ */

	background: #cee7f5 -o-linear-gradient(top, #cee7f5 0%,#c1dff2 100%); /* Opera11.10+ */

	background: #cee7f5 -ms-linear-gradient(top, #cee7f5 0%,#c1dff2 100%); /* IE10+ */

	background: #cee7f5 linear-gradient(top, #cee7f5 0%,#c1dff2 100%); /* W3C */

	}

.button-alt:hover,

.comment-reply-link:hover {

	color:#1689c4;

	text-decoration:none;

	background: #c1dff2; /* Old browsers */

	background: #c1dff2 -moz-linear-gradient(top, #c1dff2 0%, #cee7f5 100%); /* FF3.6+ */

	background: #cee7f5 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1dff2), color-stop(100%,#cee7f5)); /* Chrome,Safari4+ */

	background: #c1dff2 -webkit-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* Chrome10+,Safari5.1+ */

	background: #c1dff2 -o-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* Opera11.10+ */

	background: #c1dff2 -ms-linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* IE10+ */

	background: #c1dff2 linear-gradient(top, #c1dff2 0%,#cee7f5 100%); /* W3C */

	}



	

/* Pills

---------------------------------------- */	

.pill {

	display:inline-block;

	position:relative;

	font-size:17px;

	line-height:1.2em;

	text-transform:uppercase;

	border-radius:3px;

	color:#1689c4;

	text-shadow:0 1px 0 rgba(255, 255, 255, .7);

	background: #cee6f5; /* Old browsers */

	background: #cee6f5 -moz-linear-gradient(top, #cee6f5 0%, #c1dff2 100%); /* FF3.6+ */

	background: #cee6f5 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee6f5), color-stop(100%,#c1dff2)); /* Chrome,Safari4+ */

	background: #cee6f5 -webkit-linear-gradient(top, #cee6f5 0%,#c1dff2 100%); /* Chrome10+,Safari5.1+ */

	background: #cee6f5 -o-linear-gradient(top, #cee6f5 0%,#c1dff2 100%); /* Opera11.10+ */

	background: #cee6f5 -ms-linear-gradient(top, #cee6f5 0%,#c1dff2 100%); /* IE10+ */

	background: #cee6f5 linear-gradient(top, #cee6f5 0%,#c1dff2 100%); /* W3C */

	box-shadow:inset 0 1px 1px rgba(255, 255, 255, .4), 0 1px 0 rgba(0, 0, 0, .2);

	border:1px solid rgba(0, 0, 0, .05);

	border-top:none;

	}

.pill .pill-inner {

	display:inline-block;

	padding:9px 25px 7px 25px;

	background:url(../images/pill-pattern-alt2.png) 0 -3px;

	border-radius:3px;

	}

.pill:hover {

	background: #cee6f5 -moz-linear-gradient(top, #c1dff2 0%, #cee6f5 100%); /* FF3.6+ */

	background: #cee6f5 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1dff2), color-stop(100%,#cee6f5)); /* Chrome,Safari4+ */

	background: #cee6f5 -webkit-linear-gradient(top, #c1dff2 0%,#cee6f5 100%); /* Chrome10+,Safari5.1+ */

	background: #cee6f5 -o-linear-gradient(top, #c1dff2 0%,#cee6f5 100%); /* Opera11.10+ */

	background: #cee6f5 -ms-linear-gradient(top, #c1dff2 0%,#cee6f5 100%); /* IE10+ */

	background: #cee6f5 linear-gradient(top, #c1dff2 0%,#cee6f5 100%); /* W3C */

	}

.pill:hover .pill-inner {

	background:none;

	}

	

/* Pill Sizes */

.pill-large {

	font-size:24px;

	}	

	.pill-large .pill-inner {

		padding:12px 35px 8px 35px;

		}	

.pill-small {

	font-size:11px;

	}	

	.pill-small .pill-inner {

		padding:5px 12px 3px 12px;

		background-position:0 0;

		}

		

/* Pill Styles */

.pill-style1 {

	background: #bdda38; /* Old browsers */

	background: #bdda38 -moz-linear-gradient(top, #bdda38 0%, #accf25 100%); /* FF3.6+ */

	background: #bdda38 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdda38), color-stop(100%,#accf25)); /* Chrome,Safari4+ */

	background: #bdda38 -webkit-linear-gradient(top, #bdda38 0%,#accf25 100%); /* Chrome10+,Safari5.1+ */

	background: #bdda38 -o-linear-gradient(top, #bdda38 0%,#accf25 100%); /* Opera11.10+ */

	background: #bdda38 -ms-linear-gradient(top, #bdda38 0%,#accf25 100%); /* IE10+ */

	background: #bdda38 linear-gradient(top, #bdda38 0%,#accf25 100%); /* W3C */

	color:#568d00;

	}

.pill-style1:hover {

	background: #bdda38 -moz-linear-gradient(top, #accf25 0%, #bdda38 100%); /* FF3.6+ */

	background: #bdda38 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#accf25), color-stop(100%,#bdda38)); /* Chrome,Safari4+ */

	background: #bdda38 -webkit-linear-gradient(top, #accf25 0%,#bdda38 100%); /* Chrome10+,Safari5.1+ */

	background: #bdda38 -o-linear-gradient(top, #accf25 0%,#bdda38 100%); /* Opera11.10+ */

	background: #bdda38 -ms-linear-gradient(top, #accf25 0%,#bdda38 100%); /* IE10+ */

	background: #bdda38 linear-gradient(top, #accf25 0%,#bdda38 100%); /* W3C */

	}

	

.pill-style2 {

	background: #f0f1ee; /* Old browsers */

	background: #f0f1ee -moz-linear-gradient(top, #f0f1ee 0%, #ebece8 100%); /* FF3.6+ */

	background: #f0f1ee -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f1ee), color-stop(100%,#ebece8)); /* Chrome,Safari4+ */

	background: #f0f1ee -webkit-linear-gradient(top, #f0f1ee 0%,#ebece8 100%); /* Chrome10+,Safari5.1+ */

	background: #f0f1ee -o-linear-gradient(top, #f0f1ee 0%,#ebece8 100%); /* Opera11.10+ */

	background: #f0f1ee -ms-linear-gradient(top, #f0f1ee 0%,#ebece8 100%); /* IE10+ */

	background: #f0f1ee linear-gradient(top, #f0f1ee 0%,#ebece8 100%); /* W3C */

	color:#848484;

	}

.pill-style2:hover {

	background: #ebece8; /* Old browsers */

	background: #ebece8 -moz-linear-gradient(top, #ebece8 0%, #f0f1ee 100%); /* FF3.6+ */

	background: #ebece8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebece8), color-stop(100%,#f0f1ee)); /* Chrome,Safari4+ */

	background: #ebece8 -webkit-linear-gradient(top, #ebece8 0%,#f0f1ee 100%); /* Chrome10+,Safari5.1+ */

	background: #ebece8 -o-linear-gradient(top, #ebece8 0%,#f0f1ee 100%); /* Opera11.10+ */

	background: #ebece8 -ms-linear-gradient(top, #ebece8 0%,#f0f1ee 100%); /* IE10+ */

	background: #ebece8 linear-gradient(top, #ebece8 0%,#f0f1ee 100%); /* W3C */

	}

	

.pill-style3 {

	background: #f5e1ce; /* Old browsers */

	background: #f5e1ce -moz-linear-gradient(top, #f5e1ce 0%, #f2d8c1 100%); /* FF3.6+ */

	background: #f5e1ce -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5e1ce), color-stop(100%,#f2d8c1)); /* Chrome,Safari4+ */

	background: #f5e1ce -webkit-linear-gradient(top, #f5e1ce 0%,#f2d8c1 100%); /* Chrome10+,Safari5.1+ */

	background: #f5e1ce -o-linear-gradient(top, #f5e1ce 0%,#f2d8c1 100%); /* Opera11.10+ */

	background: #f5e1ce -ms-linear-gradient(top, #f5e1ce 0%,#f2d8c1 100%); /* IE10+ */

	background: #f5e1ce linear-gradient(top, #f5e1ce 0%,#f2d8c1 100%); /* W3C */

	color:#e58059;

	}

.pill-style3:hover {

	background: #f2d8c1; /* Old browsers */

	background: #f2d8c1 -moz-linear-gradient(top, #f2d8c1 0%, #f5e1ce 100%); /* FF3.6+ */

	background: #f5e1ce -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2d8c1), color-stop(100%,#f5e1ce)); /* Chrome,Safari4+ */

	background: #f2d8c1 -webkit-linear-gradient(top, #f2d8c1 0%,#f5e1ce 100%); /* Chrome10+,Safari5.1+ */

	background: #f2d8c1 -o-linear-gradient(top, #f2d8c1 0%,#f5e1ce 100%); /* Opera11.10+ */

	background: #f2d8c1 -ms-linear-gradient(top, #f2d8c1 0%,#f5e1ce 100%); /* IE10+ */

	background: #f2d8c1 linear-gradient(top, #f2d8c1 0%,#f5e1ce 100%); /* W3C */

	}	

	

.pill-style4 {

	background: #f9f5ba; /* Old browsers */

	background: #f9f5ba -moz-linear-gradient(top, #f9f5ba 0%, #f5f198 100%); /* FF3.6+ */

	background: #f9f5ba -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f5ba), color-stop(100%,#f5f198)); /* Chrome,Safari4+ */

	background: #f9f5ba -webkit-linear-gradient(top, #f9f5ba 0%,#f5f198 100%); /* Chrome10+,Safari5.1+ */

	background: #f9f5ba -o-linear-gradient(top, #f9f5ba 0%,#f5f198 100%); /* Opera11.10+ */

	background: #f9f5ba -ms-linear-gradient(top, #f9f5ba 0%,#f5f198 100%); /* IE10+ */

	background: #f9f5ba linear-gradient(top, #f9f5ba 0%,#f5f198 100%); /* W3C */

	color:#aea826;

	}

.pill-style4:hover {

	background: #f5f198; /* Old browsers */

	background: #f5f198 -moz-linear-gradient(top, #f5f198 0%, #f9f5ba 100%); /* FF3.6+ */

	background: #f5f198 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f198), color-stop(100%,#f9f5ba)); /* Chrome,Safari4+ */

	background: #f5f198 -webkit-linear-gradient(top, #f5f198 0%,#f9f5ba 100%); /* Chrome10+,Safari5.1+ */

	background: #f5f198 -o-linear-gradient(top, #f5f198 0%,#f9f5ba 100%); /* Opera11.10+ */

	background: #f5f198 -ms-linear-gradient(top, #f5f198 0%,#f9f5ba 100%); /* IE10+ */

	background: #f5f198 linear-gradient(top, #f5f198 0%,#f9f5ba 100%); /* W3C */

	}	

	

.pill-style5 {

	background: #19525d; /* Old browsers */

	background: #19525d -moz-linear-gradient(top, #19525d 0%, #0e3b45 100%); /* FF3.6+ */

	background: #19525d -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19525d), color-stop(100%,#0e3b45)); /* Chrome,Safari4+ */

	background: #19525d -webkit-linear-gradient(top, #19525d 0%,#0e3b45 100%); /* Chrome10+,Safari5.1+ */

	background: #19525d -o-linear-gradient(top, #19525d 0%,#0e3b45 100%); /* Opera11.10+ */

	background: #19525d -ms-linear-gradient(top, #19525d 0%,#0e3b45 100%); /* IE10+ */

	background: #19525d linear-gradient(top, #19525d 0%,#0e3b45 100%); /* W3C */

	color:#010d0f;

	text-shadow:0 1px 0 rgba(255, 255, 255, .14);

	}

	.pill-style5 .pill-inner {

		background:url(../images/pill-pattern-alt3.png) 0 -2px;

		}

.pill-style5:hover {

	background: #0e3b45; /* Old browsers */

	background: #0e3b45 -moz-linear-gradient(top, #0e3b45 0%, #19525d 100%); /* FF3.6+ */

	background: #0e3b45 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e3b45), color-stop(100%,#19525d)); /* Chrome,Safari4+ */

	background: #0e3b45 -webkit-linear-gradient(top, #0e3b45 0%,#19525d 100%); /* Chrome10+,Safari5.1+ */

	background: #0e3b45 -o-linear-gradient(top, #0e3b45 0%,#19525d 100%); /* Opera11.10+ */

	background: #0e3b45 -ms-linear-gradient(top, #0e3b45 0%,#19525d 100%); /* IE10+ */

	background: #0e3b45 linear-gradient(top, #0e3b45 0%,#19525d 100%); /* W3C */

	}	

	

.pill-style6 {

	background: #155d85; /* Old browsers */

	background: #155d85 -moz-linear-gradient(top, #155d85 0%, #0b456e 100%); /* FF3.6+ */

	background: #155d85 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#155d85), color-stop(100%,#0b456e)); /* Chrome,Safari4+ */

	background: #155d85 -webkit-linear-gradient(top, #155d85 0%,#0b456e 100%); /* Chrome10+,Safari5.1+ */

	background: #155d85 -o-linear-gradient(top, #155d85 0%,#0b456e 100%); /* Opera11.10+ */

	background: #155d85 -ms-linear-gradient(top, #155d85 0%,#0b456e 100%); /* IE10+ */

	background: #155d85 linear-gradient(top, #155d85 0%,#0b456e 100%); /* W3C */

	color:#cae5f4;

	text-shadow:0 1px 0 rgba(0, 0, 0, .5);

	}

	.pill-style6 .pill-inner {

		background:url(../images/pill-pattern-alt3.png) 0 -2px;

		}

.pill-style6:hover {

	background: #0b456e; /* Old browsers */

	background: #0b456e -moz-linear-gradient(top, #0b456e 0%, #155d85 100%); /* FF3.6+ */

	background: #0b456e -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b456e), color-stop(100%,#155d85)); /* Chrome,Safari4+ */

	background: #0b456e -webkit-linear-gradient(top, #0b456e 0%,#155d85 100%); /* Chrome10+,Safari5.1+ */

	background: #0b456e -o-linear-gradient(top, #0b456e 0%,#155d85 100%); /* Opera11.10+ */

	background: #0b456e -ms-linear-gradient(top, #0b456e 0%,#155d85 100%); /* IE10+ */

	background: #0b456e linear-gradient(top, #0b456e 0%,#155d85 100%); /* W3C */

	}

		

.pill-style7 {

	background: #8aa30f; /* Old browsers */

	background: #8aa30f -moz-linear-gradient(top, #8aa30f 0%, #738e08 100%); /* FF3.6+ */

	background: #8aa30f -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8aa30f), color-stop(100%,#738e08)); /* Chrome,Safari4+ */

	background: #8aa30f -webkit-linear-gradient(top, #8aa30f 0%,#738e08 100%); /* Chrome10+,Safari5.1+ */

	background: #8aa30f -o-linear-gradient(top, #8aa30f 0%,#738e08 100%); /* Opera11.10+ */

	background: #8aa30f -ms-linear-gradient(top, #8aa30f 0%,#738e08 100%); /* IE10+ */

	background: #8aa30f linear-gradient(top, #8aa30f 0%,#738e08 100%); /* W3C */

	color:#e5f3a5;

	text-shadow:0 1px 0 rgba(0, 0, 0, .5);

	}

	.pill-style7 .pill-inner {

		background:url(../images/pill-pattern-alt3.png) 0 -2px;

		}



.pill-style7:hover {

	background: #738e08; /* Old browsers */

	background: #738e08 -moz-linear-gradient(top, #738e08 0%, #8aa30f 100%); /* FF3.6+ */

	background: #738e08 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#738e08), color-stop(100%,#8aa30f)); /* Chrome,Safari4+ */

	background: #738e08 -webkit-linear-gradient(top, #738e08 0%,#8aa30f 100%); /* Chrome10+,Safari5.1+ */

	background: #738e08 -o-linear-gradient(top, #738e08 0%,#8aa30f 100%); /* Opera11.10+ */

	background: #738e08 -ms-linear-gradient(top, #738e08 0%,#8aa30f 100%); /* IE10+ */

	background: #738e08 linear-gradient(top, #738e08 0%,#8aa30f 100%); /* W3C */

	}

		

.pill-style8 {

	background: #a0a0a0; /* Old browsers */

	background: #a0a0a0 -moz-linear-gradient(top, #a0a0a0 0%, #8b8b8b 100%); /* FF3.6+ */

	background: #a0a0a0 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#8b8b8b)); /* Chrome,Safari4+ */

	background: #a0a0a0 -webkit-linear-gradient(top, #a0a0a0 0%,#8b8b8b 100%); /* Chrome10+,Safari5.1+ */

	background: #a0a0a0 -o-linear-gradient(top, #a0a0a0 0%,#8b8b8b 100%); /* Opera11.10+ */

	background: #a0a0a0 -ms-linear-gradient(top, #a0a0a0 0%,#8b8b8b 100%); /* IE10+ */

	background: #a0a0a0 linear-gradient(top, #a0a0a0 0%,#8b8b8b 100%); /* W3C */

	color:#edeeeb;

	text-shadow:0 1px 0 rgba(0, 0, 0, .5);

	}

	.pill-style8 .pill-inner {

		background:url(../images/pill-pattern-alt3.png) 0 -2px;

		}

.pill-style8:hover {

	background: #8b8b8b; /* Old browsers */

	background: #8b8b8b -moz-linear-gradient(top, #8b8b8b 0%, #a0a0a0 100%); /* FF3.6+ */

	background: #8b8b8b -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b8b8b), color-stop(100%,#a0a0a0)); /* Chrome,Safari4+ */

	background: #8b8b8b -webkit-linear-gradient(top, #8b8b8b 0%,#a0a0a0 100%); /* Chrome10+,Safari5.1+ */

	background: #8b8b8b -o-linear-gradient(top, #8b8b8b 0%,#a0a0a0 100%); /* Opera11.10+ */

	background: #8b8b8b -ms-linear-gradient(top, #8b8b8b 0%,#a0a0a0 100%); /* IE10+ */

	background: #8b8b8b linear-gradient(top, #8b8b8b 0%,#a0a0a0 100%); /* W3C */

	}

	

.pill-style9 {

	background: #db7b56; /* Old browsers */

	background: #db7b56 -moz-linear-gradient(top, #db7b56 0%, #d06440 100%); /* FF3.6+ */

	background: #db7b56 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db7b56), color-stop(100%,#d06440)); /* Chrome,Safari4+ */

	background: #db7b56 -webkit-linear-gradient(top, #db7b56 0%,#d06440 100%); /* Chrome10+,Safari5.1+ */

	background: #db7b56 -o-linear-gradient(top, #db7b56 0%,#d06440 100%); /* Opera11.10+ */

	background: #db7b56 -ms-linear-gradient(top, #db7b56 0%,#d06440 100%); /* IE10+ */

	background: #db7b56 linear-gradient(top, #db7b56 0%,#d06440 100%); /* W3C */

	color:#fae7d6;

	text-shadow:0 1px 0 rgba(0, 0, 0, .5);

	}

	.pill-style9 .pill-inner {

		background:url(../images/pill-pattern-alt3.png) 0 -2px;

		}

.pill-style9:hover {

	background: #d06440; /* Old browsers */

	background: #d06440 -moz-linear-gradient(top, #d06440 0%, #db7b56 100%); /* FF3.6+ */

	background: #d06440 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d06440), color-stop(100%,#db7b56)); /* Chrome,Safari4+ */

	background: #d06440 -webkit-linear-gradient(top, #d06440 0%,#db7b56 100%); /* Chrome10+,Safari5.1+ */

	background: #d06440 -o-linear-gradient(top, #d06440 0%,#db7b56 100%); /* Opera11.10+ */

	background: #d06440 -ms-linear-gradient(top, #d06440 0%,#db7b56 100%); /* IE10+ */

	background: #d06440 linear-gradient(top, #d06440 0%,#db7b56 100%); /* W3C */

	}

		

.pill-style10 {

	background: #bfbb47; /* Old browsers */

	background: #bfbb47 -moz-linear-gradient(top, #bfbb47 0%, #a1992f 100%); /* FF3.6+ */

	background: #bfbb47 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbb47), color-stop(100%,#a1992f)); /* Chrome,Safari4+ */

	background: #bfbb47 -webkit-linear-gradient(top, #bfbb47 0%,#a1992f 100%); /* Chrome10+,Safari5.1+ */

	background: #bfbb47 -o-linear-gradient(top, #bfbb47 0%,#a1992f 100%); /* Opera11.10+ */

	background: #bfbb47 -ms-linear-gradient(top, #bfbb47 0%,#a1992f 100%); /* IE10+ */

	background: #bfbb47 linear-gradient(top, #bfbb47 0%,#a1992f 100%); /* W3C */

	color:#f8f4b3;

	text-shadow:0 1px 0 rgba(0, 0, 0, .5);

	}

	.pill-style10 .pill-inner {

		background:url(../images/pill-pattern-alt3.png) 0 -2px;

		}

.pill-style10:hover {

	background: #a1992f; /* Old browsers */

	background: #a1992f -moz-linear-gradient(top, #a1992f 0%, #bfbb47 100%); /* FF3.6+ */

	background: #a1992f -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1992f), color-stop(100%,#bfbb47)); /* Chrome,Safari4+ */

	background: #a1992f -webkit-linear-gradient(top, #a1992f 0%,#bfbb47 100%); /* Chrome10+,Safari5.1+ */

	background: #a1992f -o-linear-gradient(top, #a1992f 0%,#bfbb47 100%); /* Opera11.10+ */

	background: #a1992f -ms-linear-gradient(top, #a1992f 0%,#bfbb47 100%); /* IE10+ */

	background: #a1992f linear-gradient(top, #a1992f 0%,#bfbb47 100%); /* W3C */

	}	

	

.pill-style11 {

	background: #082c33; /* Old browsers */

	background: #082c33 -moz-linear-gradient(top, #082c33 0%, #041b21 100%); /* FF3.6+ */

	background: #082c33 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#082c33), color-stop(100%,#041b21)); /* Chrome,Safari4+ */

	background: #082c33 -webkit-linear-gradient(top, #082c33 0%,#041b21 100%); /* Chrome10+,Safari5.1+ */

	background: #082c33 -o-linear-gradient(top, #082c33 0%,#041b21 100%); /* Opera11.10+ */

	background: #082c33 -ms-linear-gradient(top, #082c33 0%,#041b21 100%); /* IE10+ */

	background: #082c33 linear-gradient(top, #082c33 0%,#041b21 100%); /* W3C */

	color:#517d86;

	text-shadow:0 1px 0 rgba(0, 0, 0, .5);

	}

	.pill-style11 .pill-inner {

		background:url(../images/pill-pattern-alt3.png) 0 -2px;

		}

.pill-style11:hover {

	background: #041b21; /* Old browsers */

	background: #041b21 -moz-linear-gradient(top, #041b21 0%, #082c33 100%); /* FF3.6+ */

	background: #041b21 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#041b21), color-stop(100%,#082c33)); /* Chrome,Safari4+ */

	background: #041b21 -webkit-linear-gradient(top, #041b21 0%,#082c33 100%); /* Chrome10+,Safari5.1+ */

	background: #041b21 -o-linear-gradient(top, #041b21 0%,#082c33 100%); /* Opera11.10+ */

	background: #041b21 -ms-linear-gradient(top, #041b21 0%,#082c33 100%); /* IE10+ */

	background: #041b21 linear-gradient(top, #041b21 0%,#082c33 100%); /* W3C */

	}



		

/* #Alert boxes

================================================== */

.alert,

.wpcf7-response-output {

	padding:8px 20px 8px 54px !important;

	border-radius:3px;

	background-position:24px 8px;

	background-repeat:no-repeat;

	border-width: 1px !important;

	border-style:solid;

	margin-bottom:30px;

	}

.alert-error,

.wpcf7-not-valid-tip,

.wpcf7-mail-sent-ng {

	background-color:#f4c9c9 !important;

/*	background-image:url(../images/ico-alert-error.png);*/

	border-color:#ed9d9d !important;

	color:#de6666;

	}

.alert-warning,

.wpcf7-validation-errors,

.wpcf7-spam-blocked {

	background-color:#f6f1d2 !important;

	background-image:url(../images/ico-alert-warning.png);

	border-color:#e3ce4b !important;

	color:#d2b715;

	}

.alert-info {

	background-color:#d1e8f5 !important;

	background-image:url(../images/ico-alert-info.png);

	border-color:#6bbeed !important;

	color:#3d9cd2;

	}

.alert-success,

.wpcf7-mail-sent-ok {

	background-color:#deef90 !important;

	background-image:url(../images/ico-alert-success.png);

	border-color:#adc92a !important;

	color:#6d9b0a;

	}

	

	

/* #Tables

================================================== */

table.default-table {

	border: medium none;

	border-collapse: separate;

	border-spacing: 0;

	margin-bottom: 15px;

	width: 100%;

	background-color: #f7f7f7;

	box-shadow:0 1px 1px rgba(0, 0, 0, .2);

	}

table.default-table th {

	border-style: none solid none solid;

	border-width: 0 1px 0 1px;

	border-color: #e4e4e4 #fff #e4e4e4 #e4e4e4; 

	color: #444;

	font-size: 11px;

	font-weight:normal;

	text-transform:uppercase;

	padding: 16px 0;

	text-align:center;

	vertical-align: top;

	}

table.default-table tbody tr th:first-child {

	border-width: 0 1px 0 0;

	}

table.default-table td {

	border-style: none solid none solid;

	border-width: 0 1px 0 1px;

	border-color: #e4e4e4 #fff #e4e4e4 #e4e4e4; 

	text-align:center;

	font-size:12px;

	color:#444;

	padding:5px 0;

	}

table.default-table tbody tr:nth-child(even) {

	background:#f1f1f1;

	}

table.default-table tbody tr td:first-child {

	border-width: 0 1px 0 0;

	}

	

/* #Dropcaps

================================================== */

.dropcap {

	float:left;

	width:40px;

	height:40px;

	font-size:20px;

	line-height:40px;

	text-align:center;

	margin:-5px 10px 0 0;

	}

.dropcap-style1 {

	background:#f7f7f7;

	color:#444;

	}

.dropcap-style2 {

	background:#115b87;

	color:#f7f7f7;

	}

.dropcap-style3 {

	background:#444;

	color:#f7f7f7;

	}

	

/* #Accordion (Toggle)

================================================== */

.accordion-wrapper {

	background:#f7f7f7;

	padding:20px 38px 20px 38px;

	box-shadow:0 1px 1px rgba(0, 0, 0, .2);

	margin:0;

	}

	.accordion-wrapper .acc-head {

		margin:0 -38px;

		padding:0 38px;

		font-size:11px;

		text-transform:uppercase;

		background:url(../images/dotted-window.png) 2px 100% repeat-x;

		}

	.accordion-wrapper .acc-head.active,

	.accordion-wrapper .acc-head.last	{

		background:none;

		}

		.accordion-wrapper .acc-head a {

			display:block;

			color:#115b87;

			text-decoration:none;

			padding:15px 0;

			}

		.accordion-wrapper .acc-head a:before {

			content:"+";

			display:inline-block;

			position:relative;

			padding-right:10px;

			width:12px;

			overflow:hidden;

			text-align:center;

			font-size:18px;

			vertical-align:text-bottom;

			}

		.accordion-wrapper .acc-head.active a:before {

			content:"-";

			}

		.accordion-wrapper .acc-head a:hover,

		.accordion-wrapper .acc-head.active a		{

			color:#96b123;

			}

	.acc-body {

		margin:0;

		padding:0 0 15px 0;

		}



		

/* #Pricing Tables

================================================== */

.pricing-tables {

	padding-bottom:18px;

	margin-bottom:34px;

	position:relative;

	}

.pricing-column {

	display:block;

	position:relative;

	float:left;

	}



/* Single Pricing Cell */

.single-pricing-table {

	background:#f7f7f7;

	border:1px solid #e8e8e8;

	position:relative;

	text-align:center;

	-webkit-transition: box-shadow 0.3s ease-out;

	-moz-transition: box-shadow 0.3s ease-out;

	transition: box-shadow 0.3s ease-out;

	}

.single-pricing-table:before {

	content:"";

	display:block;

	position:absolute;

	left:-2px;

	right:-2px;

	bottom:-2px;

	top:-2px;

	border:1px solid #fff;

	z-index:-1;

	}

	

/* Pricing Header */

.single-pricing-table .pr-head {

	color:#fff;

	position:relative;

	overflow:hidden;

	margin:-2px -2px 0 -2px;

	border-radius:2px 2px 0 0;

	}

	.single-pricing-table .pr-head h3,

	.single-pricing-table .pr-head h4 {

		font-family: 'Oswald', sans-serif;

		color:#fff;

		text-shadow:none;

		font-weight:normal;

		}

	.single-pricing-table .pr-head .circle-bg {

		display:block;

		position:absolute;

		width:260px;

		height:260px;

		background:#a7bf20 url(../images/pricing-table-bg.gif) 0 100% repeat-x;

		border-radius:130px;

		left:50%;

		top:0;

		margin:-140px 0 0 -130px;

		z-index:1;

		box-shadow:0 1px 0 rgba(0, 0, 0, .3);

		}

	.single-pricing-table .pr-head .circle-bg:before {

		content:"";

		display:block;

		position:absolute;

		right:0;

		top:0;

		bottom:0;

		left:0;

		background:url(../images/pricing-texture.png) 0 100% repeat-x;

		border-radius:inherit;

		}

	.single-pricing-table .pr-head .circle-line {

		display:block;

		position:absolute;

		width:260px;

		height:260px;

		border:1px solid rgba(0, 0, 0, .3);

		border-radius:130px;

		left:50%;

		top:0;

		margin:-152px 0 0 -131px;

		z-index:2;

		}

	.single-pricing-table .pr-head h3.price {

		font-size:42px;

		line-height:1.2em;

		padding:25px 0 50px 0;

		margin:0;

		position:relative;

		z-index:3;

		}

		.single-pricing-table .pr-head h3.price sup {

			font-size:.6em;

			 top: -.6em

			}

	.single-pricing-table .pr-head h4 {

		font-size:18px;

		color:#115b87;

		padding:35px 0;

		}

	

/* Pricing Features */

.single-pricing-table .pr-features {

	

	}

	.single-pricing-table .pr-features ul {

		margin:0;

		padding:0;

		}

		.single-pricing-table .pr-features ul li {

			list-style-type:none;

			margin:0;

			padding:13px 0 12px 0;

			background:none;

			color:#444;

			font-family: 'MuseoSans500Regular', Arial, sans-serif;

			}

		.single-pricing-table .pr-features ul li:nth-child(odd) {

			background:#f1f1f1;

			}

		.single-pricing-table .pr-features ul li.odd {

			background:#f1f1f1;

			}



/* Pricing Footer */

.single-pricing-table .pr-foot {

	padding:40px 0;

	}

	

	/* Pill custom styles */

	.single-pricing-table .pr-foot .pill .pill-inner {

		padding-left:16px;

		padding-right:16px;

		}

		

/* Pricing Grid 

-------------------------------------------------- */

.pricing-tables.five-cols .pricing-column:first-child {

	margin-left:0 !important;

	}

/* 5 cols */

.pricing-tables.five-cols .pricing-column {

	width:180px;

	margin-left:10px;

	}

/* 4 cols */

.pricing-tables.four-cols .pricing-column {

	width:232px;

	margin-left:4px;

	}

.pricing-tables.four-cols .pricing-column:first-child {

	margin-left:0;

	}

.pricing-tables.four-cols .single-pricing-table .pr-head .circle-bg {

	width:320px;

	height:320px;

	border-radius:160px;

	margin:-190px 0 0 -160px;

	}

.pricing-tables.four-cols .single-pricing-table .pr-head .circle-line {

	width:320px;

	height:320px;

	border-radius:160px;

	margin:-205px 0 0 -161px;

	}

/* 3 cols */

.pricing-tables.three-cols .pricing-column {

	width:300px;

	margin-left:20px;

	}

.pricing-tables.three-cols .pricing-column:first-child {

	margin-left:0;

	}

.pricing-tables.three-cols .single-pricing-table .pr-head .circle-bg {

	width:440px;

	height:440px;

	border-radius:220px;

	margin:-293px 0 0 -220px;

	}

.pricing-tables.three-cols .single-pricing-table .pr-head .circle-line {

	width:440px;

	height:440px;

	border-radius:220px;

	margin:-310px 0 0 -220px;

	}

.pricing-tables.three-cols .single-pricing-table .pr-head h3.price {

	font-size:46px;

	padding:33px 0 61px 0;

	}



@media only screen and (min-width: 960px) { /* We disable hover effect for mobile devices */		

/* Pricing Active and Hover */

.single-pricing-table.active,

.single-pricing-table:hover {

	margin:-20px;

	z-index:3;

	box-shadow:0 2px 20px rgba(0, 0, 0, .14);

	}

	.single-pricing-table.active .pr-head h3.price,

	.single-pricing-table:hover .pr-head h3.price	{

		padding:35px 0 60px 0;

		color:#506301;

		}

	.single-pricing-table.active .pr-head .circle-bg,

	.single-pricing-table:hover .pr-head .circle-bg	{

		width:300px;

		height:300px;

		border-radius:150px;

		margin:-150px 0 0 -150px;

		}

	.single-pricing-table.active .pr-head .circle-line,

	.single-pricing-table:hover .pr-head .circle-line	{

		width:300px;

		height:300px;

		border:1px solid rgba(0, 0, 0, .3);

		border-radius:150px;

		margin:-164px 0 0 -150px;

		}

	.single-pricing-table.active .pr-head h4,

	.single-pricing-table:hover .pr-head h4	{

		color:#96b123;

		padding:35px 0;

		}

	.single-pricing-table.active .pr-foot,

	.single-pricing-table:hover .pr-foot	{

		padding:40px 0 58px 0;

		}

		

	/* 4 cols */

	.pricing-tables.four-cols .single-pricing-table.active .pr-head .circle-bg,

	.pricing-tables.four-cols .single-pricing-table:hover .pr-head .circle-bg	{

		width:400px;

		height:400px;

		border-radius:200px;

		margin:-248px 0 0 -201px;

		}

	.pricing-tables.four-cols .single-pricing-table.active .pr-head .circle-line,

	.pricing-tables.four-cols .single-pricing-table:hover .pr-head .circle-line	{

		width:400px;

		height:400px;

		border:1px solid rgba(0, 0, 0, .3);

		border-radius:200px;

		margin:-265px 0 0 -200px;

		}

	/* 3 cols */

	.pricing-tables.three-cols .single-pricing-table.active .pr-head .circle-bg,

	.pricing-tables.three-cols .single-pricing-table:hover .pr-head .circle-bg	{

		width:500px;

		height:500px;

		border-radius:250px;

		margin:-335px 0 0 -251px;

		}

	.pricing-tables.three-cols .single-pricing-table.active .pr-head .circle-line,

	.pricing-tables.three-cols .single-pricing-table:hover .pr-head .circle-line	{

		width:500px;

		height:500px;

		border:1px solid rgba(0, 0, 0, .3);

		border-radius:250px;

		margin:-355px 0 0 -250px;

		}

	.pricing-tables.three-cols .single-pricing-table.active .pr-head h3.price,

	.pricing-tables.three-cols .single-pricing-table:hover .pr-head h3.price	{

		padding:43px 0 71px 0;

		}

}





/* #Pricing Lists

================================================== */

.pricing-list {

	margin:0;

	padding:0;

	list-style-type:none;

	}

	.pricing-list li {

		list-style-type:none;

		margin:0 0 10px 0;

		padding:0;

		background:url(../images/hr-dotted.png) 0 100% repeat-x;

		overflow:hidden;

		}

		.pricing-list li .name {

			float:left;

			background:url(../images/pattern.gif);

			padding-right:2px;

			}

		.pricing-list li .price {

			float:right;

			background:url(../images/pattern.gif);

			color:#96b123;

			padding:0 0 0 11px;

			}



		

/* #Forms

================================================== */

input {

	border:0;

	background:none;

	outline:none;

	color:#444;;

	-moz-background-clip: padding;

	-webkit-background-clip: padding-box;

	background-clip: padding-box; 

	}



textarea {

	background:none;

	border:0;

	min-height:100px;

	overflow:hidden;

	color:#444;

	outline:none;

	resize:none;

	-moz-background-clip: padding;

	-webkit-background-clip: padding-box;

	background-clip: padding-box; 

	}

	

/* Form defaults */

input[type="text"],

input[type="password"],

input[type="email"],

textarea,

select { 

	border: 1px solid #ccc;

	padding: 6px 4px;

	outline: none;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	border-radius: 2px;

	font-family: 'MuseoSans500Regular', Arial, sans-serif;

	color: #777;

	margin: 0;

	width: 210px;

	max-width: 100%;

	display: block;

	background: #fff;

	-webkit-transition: all 0.2s ease-out;

	-moz-transition: all 0.2s ease-out;

	transition: all 0.2s ease-out;

	-webkit-box-sizing:border-box;

	-moz-box-sizing:border-box;

	box-sizing:border-box;

	}

select { padding: 0; }



input[type="text"],

input[type="password"],

input[type="email"],

textarea {

	background:#fff;

	background:rgba(255, 255, 255, .4);

	border-top:1px solid #c9c9c8;

	border-left:1px solid #dfe0de;

	border-right:1px solid #dfe0de;

	border-bottom:1px solid #fff;

	padding:7px 9px;

	border-radius:3px;

	color:#444;

	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .1);

	}

input[type="text"]:focus,

input[type="password"]:focus,

input[type="email"]:focus,

textarea:focus {

	color: #444;

	box-shadow:inset 0 0 0 rgba(0, 0, 0, .1), 0 0 3px rgba(102, 185, 227, 1);

	}

label,

legend {

	display: block;

	font-weight: normal;

	}

input[type="checkbox"] {

	display: inline;

	}

/* Field Holder */

.field {

	margin-bottom:15px;

	position:relative;

}



/* === DROPKICK CSS === */

/* One container to bind them... */

.dk_container {

	font-size: 1em;					/*changed to ems*/

	border-radius: 3px;				/*changed to ems*/

	white-space: nowrap;				/*added this so that everything stays neatly on one line*/

}



.dk_container:focus {

	outline: 0;

}



.dk_container a {

	cursor: pointer;

	text-decoration: none;

}



/* Opens the dropdown and holds the menu label */

.dk_toggle {

	background:#fff;

	background:rgba(255, 255, 255, .4);

	border-top:1px solid #c9c9c8;

	border-left:1px solid #dfe0de;

	border-right:1px solid #dfe0de;

	border-bottom:1px solid #fff;

	padding: 0 3em 0 1em;

	color:#444;

	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .1);

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	display: block;

	line-height: 2.4em;					/*added this  instead of the padding top/bottom. we can now calculate it exactly */



	-webkit-transition: border-color .5s;

	-moz-transition: border-color .5s;

	-o-transition: border-color .5s;

	-ms-transition: border-color .5s;

	transition: border-color .5s;

	

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}



.dk_toggle:after {

	font-size: 1em;						/*changed to ems*/

	line-height: 2.5em;					/*exactly the same as the parent - so everything aligns vertically*/

	content: "";

	float: right;

	margin: -0.1em -3.1em 0 0;

	width: 33px;

	height: 33px;

	background: url(../images/form-select1.png) 0 0 no-repeat;

	/*margin-top: 4px;					won't need this, we've specified the lineheight for vertical aligning*/

	}

.custom-select-2 .dk_toggle:after {

	background: url(../images/form-select2.png) 0 0 no-repeat;

}

.custom-select-3 .dk_toggle:after {

	background: url(../images/form-select3.png) 0 0 no-repeat;

}

.custom-select-4 .dk_toggle:after {

	background: url(../images/form-select4.png) 0 0 no-repeat;

}

.custom-select-5 .dk_toggle:after {

	background: url(../images/form-select5.png) 0 0 no-repeat;

}

.custom-select-6 .dk_toggle:after {

	background: url(../images/form-select6.png) 0 0 no-repeat;

}



/* Applied whenever the dropdown is open */

.dk_open {

z-index: 10;

}



.dk_open .dk_toggle {

	z-index: 30;

}



.dk_open .dk_toggle:after {

	/*I've removed a load of styles here, as they're all inherited from .dk_toggle:after */

		

}



/* The outer container of the options */

.dk_options {

	background: #f7f7f5;

	border-radius: 0 0 .4em .4em;				/*changed to ems*/

}

.ie8 .dk_options {

	background: #fff;

}



.dk_options a {

	color: #999;

	padding: 0 1em;

	line-height: 2.5em;					/*added this instead of the padding top/bottom. we can now calculate it exactly */

	-webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.dk_options li {

	background-image: none !important;

	border: none !important;

	padding: 0 !important;

	margin: 0 !important;

	font-size: 11px !important;

}



.dk_options li:first-child {

	display: none;

}



.dk_options #divider {

	width: 90%;							/*flexible value - leave as it is!*/

	height: 1px;						/*rounded to a neat ems value*/		

	margin: auto;

	background-color: #eee;

}



.dk_options li:last-child #divider {

	display: none;

}



.dk_options a:hover,.dk_option_current a {

	color: #444;

	text-decoration: none;

}



/* Inner container for options, this is what makes the scrollbar possible. */

.dk_options_inner {

	border: 1px solid #dfe0de;		/*change to ems*/

	border-bottom-width: .1em;			/*chamge to ems*/

	border-bottom-color: #dfe0de;

	color: #a2a8ad;

	max-height: 250px;

	text-shadow: #dfe0de 0 .05em 0;		/*change to ems*/

	border-radius: 0 0 .4em .4em;		/*change to ems*/

	margin: 0;

	padding: 0;

}



/* Set a max-height on the options inner */

.dk_options_inner,.dk_touch .dk_options {

	/*max-height: 250px;	*/

}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container {

	display: none;

	float: none;

	position: relative;

}



.dk_container a {

	/*width: auto!important;		I don't like using !important, but this needs to override a fixed pixel width which is added inline by the dropkick script - or comment out line 116 in the js*/

	outline: 0;

}



.dk_toggle {

	display: -moz-inline-stack;

	display: block;

	position: relative;

	zoom: 1;

}



.dk_open {

	position: relative;

}



.dk_open .dk_options {

	display: block;

}



.dk_open .dk_label {

	color: inherit;

}



.dk_options {

	display: none;

	margin-top: -.05em;

	position: absolute;

	right: 0;

	width: 100%;

}



.dk_options a,.dk_options a:link,.dk_options a:visited {

	display: block;

}



.dk_options_inner {

	overflow: auto;

	position: relative;

}



.dk_touch .dk_options {

	overflow: hidden;

}



.dk_touch .dk_options_inner {

	max-height: none;

	overflow: visible;

}



.dk-select {

	position: relative;

	top: -99999em;

	visibility: hidden;

}

/***** End Critical to the continued enjoyment of working dropdowns ******/



/* Custom Radio buttons and checkboxes */

.radio {

	height: 16px;

	width: 17px;

	clear:left;

	float:left;

	margin: 1px 6px 0 0;

	background: url("../images/radio1.png");

	background-repeat:no-repeat;

	cursor: default;

	position:relative;

	overflow:hidden;

}

.radio2 {

	height: 16px;

	width: 17px;

	clear:left;

	float:left;

	margin: 1px 6px 0 0;

	background: url("../images/radio2.png");

	background-repeat:no-repeat;

	cursor: default;

	position:relative;

	overflow:hidden;

}

.radio3 {

	height: 16px;

	width: 17px;

	clear:left;

	float:left;

	margin: 1px 6px 0 0;

	background: url("../images/radio3.png");

	background-repeat:no-repeat;

	cursor: default;

	position:relative;

	overflow:hidden;

}

.radio4 {

	height: 16px;

	width: 17px;

	clear:left;

	float:left;

	margin: 1px 6px 0 0;

	background: url("../images/radio4.png");

	background-repeat:no-repeat;

	cursor: default;

	position:relative;

	overflow:hidden;

}

.radio5 {

	height: 16px;

	width: 17px;

	clear:left;

	float:left;

	margin: 1px 6px 0 0;

	background: url("../images/radio5.png");

	background-repeat:no-repeat;

	cursor: default;

	position:relative;

	overflow:hidden;

}

.radio6 {

	height: 16px;

	width: 17px;

	clear:left;

	float:left;

	margin: 1px 6px 0 0;

	background: url("../images/radio6.png");

	background-repeat:no-repeat;

	cursor: default;

	position:relative;

	overflow:hidden;

}

.radio.disabled,

.radio2.disabled,

.radio3.disabled,

.radio4.disabled,

.radio5.disabled,

.radio6.disabled{

	opacity:0.5;

	filter:Alpha(opacity="50");

}

/* .checkbox {

	position:relative;

	height: 18px;

	width: 18px;

	clear:left;

	float:left;

	margin: 0 7px 0 0;

	background: url("../images/checkbox1.png") no-repeat;

	cursor: default;

	text-align:left;

	overflow:hidden;

} */

.checkbox2 {

	position:relative;

	height: 18px;

	width: 18px;

	clear:left;

	float:left;

	margin: 0 7px 0 0;

	background: url("../images/checkbox2.png") no-repeat;

	cursor: default;

	text-align:left;

	overflow:hidden;

}

.checkbox3 {

	position:relative;

	height: 18px;

	width: 18px;

	clear:left;

	float:left;

	margin: 0 7px 0 0;

	background: url("../images/checkbox3.png") no-repeat;

	cursor: default;

	text-align:left;

	overflow:hidden;

}

.checkbox4 {

	position:relative;

	height: 18px;

	width: 18px;

	clear:left;

	float:left;

	margin: 0 7px 0 0;

	background: url("../images/checkbox4.png") no-repeat;

	cursor: default;

	text-align:left;

	overflow:hidden;

}

.checkbox5 {

	position:relative;

	height: 18px;

	width: 18px;

	clear:left;

	float:left;

	margin: 0 7px 0 0;

	background: url("../images/checkbox5.png") no-repeat;

	cursor: default;

	text-align:left;

	overflow:hidden;

}

.checkbox6 {

	position:relative;

	height: 18px;

	width: 18px;

	clear:left;

	float:left;

	margin: 0 7px 0 0;

	background: url("../images/checkbox6.png") no-repeat;

	cursor: default;

	text-align:left;

	overflow:hidden;

}

.checkbox input, 

.checkbox2 input,

.checkbox3 input,

.checkbox4 input,

.checkbox5 input,

.checkbox6 input,

.radio input, 

.radio2 input,

.radio3 input,

.radio4 input,

.radio5 input,

.radio6 input {position:absolute; left:-400px;top:0px;}

	



/* Newsletter */

#mc_signup_form {

	position:relative;

	margin:0;

	padding:0;

	}

	#mc_signup_form .mc_var_label {

		display: none;

	}

	#mc_signup_form input[type="text"] {

		background:rgba(80, 80, 80, .5);

		border:none;

		border-radius:3px;

		padding:7px 50px 7px 10px;

		width:100%;

		color:#798354;

		box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)

		}

	.no-rgba #mc_signup_form input[type="text"] {

		background:#3b3b3c;

		}

	#mc_signup_form input[type="text"]::-webkit-input-placeholder{

		color:#798354;

		}

	#mc_signup_form .mc_signup_submit {

		width:44px;

		height:28px;

		display:block;

		position:absolute;

		right:0;

		bottom:0;

		background:url(../images/divider.png) 0 0 no-repeat;

		}

	#mc_signup_form input[type="submit"] {

		display:block;

		width:35px;

		height:28px;

		text-indent:-999px;

		background:url(../images/newsletter-submit.png) 50% 50% no-repeat;

		border:none;

		padding:0;

		margin:0 0 0 6px;

		border-radius:0;

		-webkit-box-shadow: none;

		-moz-box-shadow: none;

		box-shadow: none;

		-webkit-transition: all 0.2s ease-out;

		-moz-transition: all 0.2s ease-out;

		transition: all 0.2s ease-out;

	}

	#mc_signup_form input[type="submit"]:hover {

		opacity:.5;

		}

		

	#mc_signup_form input[type="text"]:focus:-moz-placeholder{

		color:#51573b;

		}

	#mc_signup_form input[type="text"]:focus::-webkit-input-placeholder{

		color:#51573b;

		}

		

		

/* Search Form */

.search-form {

	position:relative;

	margin:67px 0 0 0;

	}

	.search-form .sl_label {

		font-size:14px;

		font-weight:normal;

		color:#4e9bc6;

		}

	.search-form input[type="text"] {

		background:rgba(0, 0, 0, .1);

		border:1px solid rgba(0, 0, 0, .1);

		border-bottom:none;

		font-size:14px;

		color:#4e9bc6;

		border-radius:3px;

		width:100%;

		padding:13px 55px 14px 20px;

		box-shadow:0 1px 1px 0 rgba(255, 255, 255, .1), inset 0 2px 1px 0 rgba(0, 0, 0, .1);

		}

	.no-opacity .search-form input[type="text"] {

		border:none;

		background:url(../images/black-opacity-10.png);

		}

	.search-form input[type="text"]::-webkit-input-placeholder{

		color:#4e9bc6;

		}

	.search-form input[type="submit"] {

		display:block;

		position:absolute;

		right:1px;

		top:1px;

		width:47px;

		height:41px;

		border:none;

		background:url(../images/search-button.gif) 0 0 no-repeat;

		border-radius:0;

		}

	.search-form input[type="submit"]:hover {

		background-position:0 -41px;

		opacity:1;

		}

	.search-form input[type="text"]:focus:-moz-placeholder{

		color:#0e6596;

		}

	.search-form input[type="text"]:focus::-webkit-input-placeholder{

		color:#0e6596;

		}



/* Search Form in Footer */

#widgets .widget_search .search {

	position:relative;

	margin:0;

	padding:0;

	}

	#widgets .widget_search .search .mc_var_label {

		display: none;

	}

	#widgets .widget_search .search input[type="text"] {

		background:rgba(80, 80, 80, .5);

		border:none;

		border-radius:3px;

		padding:7px 50px 7px 10px;

		width:100%;

		color:#798354;

		box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)

		}

	.no-rgba #widgets .widget_search .search input[type="text"] {

		background:#3b3b3c;

		}

	#widgets .widget_search .search input[type="text"]::-webkit-input-placeholder{

		color:#798354;

		}

	#widgets .widget_search .search input[type="submit"] {

		display:block;

		position: absolute;

		right: 0;

		top: 0;

		width:35px;

		height:28px;

		text-indent:-999px;

		background:url(../images/ico-search.png) 50% 50% no-repeat;

		border:none;

		padding:0;

		margin:0 0 0 6px;

		border-radius:0;

		-webkit-box-shadow: none;

		-moz-box-shadow: none;

		box-shadow: none;

		-webkit-transition: all 0.2s ease-out;

		-moz-transition: all 0.2s ease-out;

		transition: all 0.2s ease-out;

	}

	#widgets .widget_search .search input[type="submit"]:hover {

		opacity:.5;

		}

		

	#widgets .widget_search .search input[type="text"]:focus:-moz-placeholder{

		color:#51573b;

		}

	#widgets .widget_search .search input[type="text"]:focus::-webkit-input-placeholder{

		color:#51573b;

		}

		

/* Comment Form */

#commentform {

	padding-bottom: 20px;

}

	#commentform .field {

		margin-bottom:18px;

	}

	#commentform input[type="text"] {

		float:left;

		margin:0 30px 0 0;

		width:200px;

	}

	#commentform textarea {

		width:640px;

		height:100px;

	}

	#commentform input[type="text"]:focus:-moz-placeholder,

	#commentform textarea:focus:-moz-placeholder{

    color:#ccc;

	}

	#commentform input[type="text"]:focus::-webkit-input-placeholder,

	#commentform textarea:focus::-webkit-input-placeholder{

    color:#ccc;

	}

	#commentform #submit {

		font-family: 'MuseoSans500Regular', Arial, sans-serif;

	}

		

/* Contact Form */

.contact-form {

	

	}

	.contact-form .field {

		position: relative;

	}

	.wpcf7-form-control-wrap {

		display: block;

	}

	.wpcf7-not-valid-tip {

		position: absolute;

		left: 0 !important;

		top: -10px !important;

		padding: 0px 5px !important;

		font-size: 10px !important;

		line-height: 16px !important;

		width: 200px !important;

		-webkit-border-radius: 3px;

		-moz-border-radius: 3px;

		border-radius: 3px;

		-webkit-box-sizing:border-box;

		-moz-box-sizing:border-box;

		box-sizing:border-box;

	}

	.wpcf7-validation-errors {

		margin-left: 0 !important;

		margin-right: 20px !important;

	}

	.contact-form input[type="text"],

	.contact-form input[type="email"],

	.contact-form input[type="tel"] {
		
		padding-top: 10px;

		float:left;

		margin:0 30px 0 0;

		width:200px;

		}

	.contact-form textarea {

		width:400px;

		height:167px;

		}

	.contact-form input[type="text"]:focus:-moz-placeholder,

	.contact-form input[type="email"]:focus:-moz-placeholder,

	.contact-form input[type="tel"]:focus:-moz-placeholder,

	.contact-form textarea:focus:-moz-placeholder{

    color:#ccc;

		}

	.contact-form input[type="text"]:focus::-webkit-input-placeholder,

	.contact-form input[type="email"]:focus::-webkit-input-placeholder,

	.contact-form input[type="tel"]:focus::-webkit-input-placeholder,

	.contact-form textarea:focus::-webkit-input-placeholder{

    color:#ccc;

		}

.loaderIcon {

	margin:-23px 20px 0 0;

	float:right;

	}

#response {

	clear: both;

	color:red;

	padding: 10px 0 0 0;

	}

#response .success {

	color:green;

	}





/* #Misc

================================================== */

.clear {clear:both;}

.ovh {overflow:hidden;}

.fleft {float:left;}

.fright {float:right;}

.nomargin {margin:0;}

.full-width {width: 100%;}





/* Services Icons */

.icon {

	display:block;

	width:50px;

	height:50px;

	overflow:hidden;

	background:url(../images/icons-sprite.png) 0 0 no-repeat;

	}

.icon.i-clock {

	background-position:0 0;

	}

.icon.i-book {

	background-position:0 -50px;

	}

.icon.i-bag {

	background-position:0 -100px;

	}

.icon.i-docs {

	background-position:0 -150px;

	}

.icon.i-diagram {

	background-position:0 -200px;

	}

.icon.i-light {

	background-position:0 -250px;

	}

.icon.i-money {

	background-position:0 -300px;

	}

.icon.i-cloud {

	background-position:0 -350px;

	}

.icon.i-pointer {

	background-position:0 -400px;

	}

.icon.i-talk {

	background-position:0 -450px;

	}

	

/* Pagination */

.page_nav {

	margin:0;

	padding:0;

	text-align:center;

	}

	.page_nav li {

		display:inline-block;

		background:none;

		padding:0;

		margin:0 8px;

		font-style:normal;

		font-size:14px;

		position:relative;

		font-family:Arial, Helvetica, sans-serif;

		}

		.page_nav li a,

		.page_nav li span	{

			display:inline-block;

			vertical-align:top;

			color:#444;

			width:22px;

			height:22px;

			line-height:22px;

			overflow:hidden;

			position:relative;

			border-radius:11px;

			-webkit-transition: all 0.2s ease-out;

			-moz-transition: all 0.2s ease-out;

			transition: all 0.2s ease-out;

			}

		.page_nav li a:hover,

		.page_nav li .active {

			color:#1689c4;

			text-decoration:none;

			box-shadow:inset 0 1px 1px 0 rgba(0, 0, 0, .3);

			}

		.page_nav li .active {

			cursor: default;

			color: #333 !important;

			box-shadow:inset 0 1px 1px 0 rgba(0, 0, 0, .3) !important;

			background: none !important;

		}

		.page_nav li a:hover {

			background: rgba(22, 137, 196, .1);

		}

		.page_nav li .prev,

		.page_nav li .next,

		.page_nav li .first,

		.page_nav li .last {

			border:0;

			font: 0/0 a;

			text-shadow: none;

			color: transparent;

			background-color: transparent;

			}

		.page_nav li .prev:before,

		.page_nav li .next:before {

			content:"";

			display:block;

			position:absolute;

			left:50%;

			top:50%;

			margin:-4px 0 0 -2px;

			width:5px;

			height:9px;

			background-image:url(../images/pagnav.gif);

			background-repeat: no-repeat;

			background-position: 0 0;

			}

		.page_nav li .current {

			color: #333;

		}

			

		.page_nav li .prev {

			margin-right:30px;

			}

		.page_nav li .prev:hover {

			background-color: rgba(22, 137, 196, .1);

		}	

		.page_nav li .prev:hover:before {

			background-position:0 -9px;

			}	

		.page_nav li .next {

			margin-left:30px;

			}		

		.page_nav li .next:before {

			background-position:-5px 0;

			}

		.page_nav li .next:hover {

			background-color: rgba(22, 137, 196, .1);

		}

		.page_nav li .next:hover:before {

			background-position:-5px -9px;

		}



		/* First, Last */

		.page_nav li .first {

			

		}

		.page_nav li .last {

			

		}

		.page_nav li .first:before,

		.page_nav li .last:before {

			content:"";

			display:block;

			position:absolute;

			left:50%;

			top:50%;

			margin:-4px 0 0 -3px;

			width:9px;

			height:9px;

			background-image:url(../images/pagnav-double.gif);

			background-repeat: no-repeat;

			background-position: 0 0;

		}

		.page_nav li .first:before {

			margin-left: -5px;

		}

		.page_nav li .first:hover {

			background-color: rgba(22, 137, 196, .1);

		}	

		.page_nav li .first:hover:before {

			background-position:0 -9px;

		}

		.page_nav li .last:before {

			background-position:-9px 0;

		}

		.page_nav li .last:hover {

			background-color: rgba(22, 137, 196, .1);

		}

		.page_nav li .last:hover:before {

			background-position:-9px -9px;

		}



/* Native Pagination */

.pagination {

	clear: both;

	padding: 10px 0 0 0;

}

	.pagination a {

		display: inline-block;

		margin: 0 8px;

	}

	.pagination a:first-child {

		margin-left: 0;

	}



/* Tabs */

.tabs {

  margin: 1px 0 20px 0;
  
  font-size:14px;

	}



.tabs .tab-wrapper {

	background-color: #f7f7f7;

	border: 1px solid #e8e8e8;

	margin: -2px 0 0 0;

	position:relative;

	z-index:1;

	}

.tabs .tab-wrapper:before {

	content: " ";

	position: absolute;

	z-index: -1;

	top: -3px;

	left: -3px;

	right: -3px;

	bottom: -3px;

	border:2px solid #f7f7f7;

	border-bottom:none;

	}

.tabs .tab-wrapper:after {

	content: " ";

	position: absolute;

	z-index: -1;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	border:1px solid #fff;

	}





.tabs .tab-menu ul {

	list-style: none;

	margin: 0 !important;

	padding: 0 !important;

	}



.tabs .tab-menu li {

	display: inline;

	float: left;

	margin: 0;

	background:none;

	font-family: 'MuseoSans500Regular', Arial, sans-serif;

	padding:0;

	}

.tabs.full-w .tab-menu li {

	padding: 0;

	width:33%;

	}



.tabs .tab-menu a {

	position:relative;

	border: 1px solid transparent;

	border-bottom:none;

	color: #115b87;

	display: block;

	font-size: 16px;

	margin:0;

	padding: 19px 20px;

	text-align:center;

	text-shadow:0 1px 0 #fff;

	-webkit-box-sizing:border-box;

	-moz-box-sizing:border-box;

	box-sizing:border-box;
	
	font-size:23px;
	
	line-height: 1.3;

	}

.tabs.full-w .tab-menu a {

	width:100%;

	padding:19px 0;
	
	background-color: #EBEBEE;

	}

.tabs .tab-menu a:hover {

	color: #88a919;

	text-decoration:none;

	}

.tabs .tab-menu a.active {

	position:relative;

	background-color: #f7f7f7;

	border: 1px solid #e8e8e8;

	border-bottom:none;

	color: #88a919;

	text-decoration:none;

	z-index:2;

	}

.tabs .tab-menu a.active:before {

	content: " ";

	position: absolute;

	z-index: -1;

	top: -3px;

	left: -3px;

	right: -3px;

	bottom: -3px;

	border:2px solid #f7f7f7;

	border-bottom:none;

	}

.tabs .tab-menu a.active:after {

	content: " ";

	position: absolute;

	z-index: -1;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	border:1px solid #fff;

	border-bottom:none;

	}

.tabs .tab-menu a .l-tab-shad {

	display:block;

	position:absolute;

	left:-15px;

	top:0;

	width:15px;

	height:54px;

	}

.tabs .tab-menu a .r-tab-shad {

	display:block;

	position:absolute;

	right:-15px;

	top:0;

	width:15px;

	height:54px;

	}

.tabs .tab-menu a.active .r-tab-shad {

	background:url(../images/r-tab-shadow.png) 0 0 no-repeat;

	}

.tabs .tab-menu a.active .l-tab-shad {

	background:url(../images/l-tab-shadow.png) 0 0 no-repeat;

	}

.tabs .tab-menu li:first-child a.active .l-tab-shad {

	display:none;

	}

.tabs .tab-menu li.first-child a.active .l-tab-shad {

	display:none;

	}

.tabs .tab-menu li:last-child a.active .r-tab-shad {

	display:none;

	}

.tabs .tab-menu li.last-child a.active .r-tab-shad {

	display:none;

	}



.tabs .tab {

	padding: 40px;

	position:relative;

	width:100%;

	-webkit-box-sizing:border-box;

	-moz-box-sizing:border-box;

	box-sizing:border-box;

	}

.tabs .tab ul {

	margin-left:22px;

	}





/* Progress Bar */

.progress-bar {

	position: relative;

	overflow: hidden;

	margin-bottom: 25px;

	width: 100%;

	height: 10px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	background: #ececec;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);

	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);

}

	.progress-title {

		margin-bottom: 10px;

		color: #444;

	}

	.progress-inner {

		overflow: hidden;

		height: 10px;

		-webkit-border-radius: 5px 0 0 5px;

		-moz-border-radius: 5px 0 0 5px;

		border-radius: 5px 0 0 5px;

		background: #88A919;

		-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);

		-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);

		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);

	}

	

/* Box */

.box {

	background-color: #f7f7f7;

	border: 1px solid #e8e8e8;

	position:relative;

	z-index:1;

	padding:40px;

	margin:2px;

	}

.box:before {

	content: " ";

	position: absolute;

	z-index: -1;

	top: -3px;

	left: -3px;

	right: -3px;

	bottom: -3px;

	border:2px solid #f7f7f7;

	}

.box:after {

	content: " ";

	position: absolute;

	z-index: -1;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	border:1px solid #fff;

	}



/* Spacer */

.spacer {

	overflow:hidden;

	height:30px;

	line-height:0;

	}	

	

/* Colborder */

.colborder {

	}



/* Hide Text */

.hide-text {

	border:0;

	font: 0/0 a;

	text-shadow: none;

	color: transparent;

	background-color: transparent;

	}



/* Horizontal Rule */

.hr {

	display:block;

	height:2px;

	overflow:hidden;

	margin:30px 10px;

	background:url(../images/hr-double.gif) 0 0 repeat-x;

	}

.hr-double {

	height:7px;

	margin-top:50px;

	margin-bottom:50px;

}

.hr-dotted {

	height: 1px;

	margin: 45px 10px;

	background:url(../images/hr-dotted.gif) 0 0 repeat-x;

}

.grid_1 .hr,

.grid_2 .hr,

.grid_3 .hr,

.grid_4 .hr,

.grid_5 .hr,

.grid_6 .hr,

.grid_7 .hr,

.grid_8 .hr,

.grid_9 .hr,

.grid_10 .hr,

.grid_11 .hr,

.grid_12 .hr {

	margin-left:0 !important;

	margin-right:0 !important;

}





/* Tags

---------------------------------------- */	

.tag-link,

.tagcloud a {

	display: inline-block;

	background:url(../images/tag1-bg.png) 0 0 repeat-x;

	font-size: 11px !important;

	color: #115b87;

	text-shadow: 0 1px 0 #fff;

	padding: 0 12px 0 12px;

	margin: 0 16px 4px 4px;

	line-height: 26px;

	position: relative;

	z-index: 3;

}

.tag-link:before,

.tagcloud a:before {

	content:'';

	display: block;

	position: absolute;

	left: -4px;

	top: 0;

	float: left;

	width: 4px;

	height: 26px;

	background: url(../images/tag1-left.png) 0 0 no-repeat;

}

.tag-link:after,

.tagcloud a:after {

	content:'';

	display: block;

	position: absolute;

	right: -14px;

	top: 0;

	float: left;

	width: 14px;

	height: 26px;

	background: url(../images/tag1-arrow.png) 0 0 no-repeat;

}

.tag-link:hover,

.tagcloud a:hover {

	text-decoration: none;

	opacity: 0.70;

}



/* Tag color2 */

.tag-link.tag-color2,

.tagcloud.tag-color2 a {

	background:url(../images/tag2-bg.png) 0 0 repeat-x;

	color: #698e06;

}

.tag-link.tag-color2:before,

.tagcloud.tag-color2 a:before {

	background: url(../images/tag2-left.png) 0 0 no-repeat;

}

.tag-link.tag-color2:after,

.tagcloud.tag-color2 a:after {

	background: url(../images/tag2-arrow.png) 0 0 no-repeat;

}

/* Tag color3 */

.tag.tag-color3,

.tagcloud.tag-color3 a {

	background:url(../images/tag3-bg.png) 0 0 repeat-x;

	color: #7a7a7a;

}

.tag-link.tag-color3:before,

.tagcloud.tag-color3 a:before {

	background: url(../images/tag3-left.png) 0 0 no-repeat;

}

.tag-link.tag-color3:after,

.tagcloud.tag-color3 a:after {

	background: url(../images/tag3-arrow.png) 0 0 no-repeat;

}

/* Tag color4 */

.tag-link.tag-color4,

.tagcloud.tag-color4 a{

	background:url(../images/tag4-bg.png) 0 0 repeat-x;

	color: #d26742;

}

.tag-link.tag-color4:before,

.tagcloud.tag-color4 a:before {

	background: url(../images/tag4-left.png) 0 0 no-repeat;

}

.tag-link.tag-color4:after,

.tagcloud.tag-color4 a:after {

	background: url(../images/tag4-arrow.png) 0 0 no-repeat;

}

/* Tag color5 */

.tag-link.tag-color5,

.tagcloud.tag-color5 a {

	background:url(../images/tag5-bg.png) 0 0 repeat-x;

	color: #11292f;

	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);

}

.tag-link.tag-color5:before,

.tagcloud.tag-color5 a:before {

	background: url(../images/tag5-left.png) 0 0 no-repeat;

}

.tag-link.tag-color5:after,

.tagcloud.tag-color5 a:after {

	background: url(../images/tag5-arrow.png) 0 0 no-repeat;

}

/* Tag color6 */

.tag-link.tag-color6,

.tagcloud.tag-color6 a{

	background:url(../images/tag6-bg.png) 0 0 repeat-x;

	color: #aca745;

}

.tag-link.tag-color6:before,

.tagcloud.tag-color6 a:before {

	background: url(../images/tag6-left.png) 0 0 no-repeat;

}

.tag-link.tag-color6:after,

.tagcloud.tag-color6 a:after {

	background: url(../images/tag6-arrow.png) 0 0 no-repeat;

}





/* Tooltips (tipsy)

---------------------------------------- */

/* Default tooltip*/

.tipsy { 

	font-size: 12px; 

	position: absolute; 

	padding: 5px; 

	z-index: 100000; 

}

.tipsy-inner { 

	color: #115b87; 

	text-shadow: 0 1px 0 #fff;

	max-width: 200px; 

	padding: 10px 38px 10px 38px; 

	text-align: center;

	background: #e2f1f9; /* Old browsers */

	background: #e2f1f9 -moz-linear-gradient(top, #e2f1f9 0%, #dfeff8 100%); /* FF3.6+ */

	background: #e2f1f9 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#dfeff8)); /* Chrome,Safari4+ */

	background: #e2f1f9 -webkit-linear-gradient(top, #e2f1f9 0%,#dfeff8 100%); /* Chrome10+,Safari5.1+ */

	background: #e2f1f9 -o-linear-gradient(top, #e2f1f9 0%,#dfeff8 100%); /* Opera11.10+ */

	background: #e2f1f9 -ms-linear-gradient(top, #e2f1f9 0%,#dfeff8 100%); /* IE10+ */

	background: #e2f1f9 linear-gradient(top, #e2f1f9 0%,#dfeff8 100%); /* W3C */

	border: 1px solid #c5e4f6; 

	border-bottom: 1px solid #afd8ef;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	border-radius: 3px; 

	-moz-border-radius: 3px; 

	-webkit-border-radius: 3px; 

}

.tipsy-arrow { 

	position: absolute; 

	z-index: 100001;

	left: 50%;

	margin-left: -7px;

	bottom: 0;

	width: 14px; 

	height: 14px; 

	-webkit-box-shadow: 1px 1px 0 0 #afd8ef;

	-moz-box-shadow: 1px 1px 0 0 #afd8ef;

	box-shadow: 1px 1px 0 0 #afd8ef;

	background: #dfeff8; 

	-webkit-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-o-transform:rotate(45deg);

	transform:rotate(45deg); 

}

.ie8 .tipsy-arrow {

	width: 14px;

	height: 9px;

	background: url(../images/tooltip1-arrow.png) 0 0 no-repeat;

	bottom: -3px;

}



/* Tooltip color 2 */

.tipsy-color2 { 

	font-size: 12px; 

	position: absolute; 

	padding: 5px; 

	z-index: 100000; 

}

.tipsy-inner-color2 { 

	color: #698e06; 

	text-shadow: 0 1px 0 #fff;

	max-width: 200px; 

	padding: 10px 38px 10px 38px; 

	text-align: center;

	background: #e6efba; /* Old browsers */

	background: #e6efba -moz-linear-gradient(top, #e6efba 0%, #e3edb4 100%); /* FF3.6+ */

	background: #e6efba -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6efba), color-stop(100%,#e3edb4)); /* Chrome,Safari4+ */

	background: #e6efba -webkit-linear-gradient(top, #e6efba 0%,#e3edb4 100%); /* Chrome10+,Safari5.1+ */

	background: #e6efba -o-linear-gradient(top, #e6efba 0%,#e3edb4 100%); /* Opera11.10+ */

	background: #e6efba -ms-linear-gradient(top, #e6efba 0%,#e3edb4 100%); /* IE10+ */

	background: #e6efba linear-gradient(top, #e6efba 0%,#e3edb4 100%); /* W3C */

	border-top: 1px solid #d8e797; 

	border-bottom: 1px solid #bbd44a;

	border-left: 1px solid #d8e797;

	border-right: 1px solid #d8e797;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	border-radius: 3px; 

	-moz-border-radius: 3px; 

	-webkit-border-radius: 3px; 

}

.tipsy-arrow-color2 { 

	position: absolute; 

	z-index: 100001;

	left: 50%;

	margin-left: -7px;

	bottom: 0;

	width: 14px; 

	height: 14px; 

	-webkit-box-shadow: 1px 1px 0 0 #bbd44a;

	-moz-box-shadow: 1px 1px 0 0 #bbd44a;

	box-shadow: 1px 1px 0 0 #bbd44a;

	background: #e3edb4; 

	-webkit-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-o-transform:rotate(45deg);

	transform:rotate(45deg); 

}

.ie8 .tipsy-arrow-color2 {

	width: 14px;

	height: 9px;

	background: url(../images/tooltip2-arrow.png) 0 0 no-repeat;

	bottom: -3px;

}



/* Tooltip color 3 */

.tipsy-color3 { 

	font-size: 12px; 

	position: absolute; 

	padding: 5px; 

	z-index: 100000; 

}

.tipsy-inner-color3 { 

	color: #7a7a7a; 

	text-shadow: 0 1px 0 #fff;

	max-width: 200px; 

	padding: 10px 38px 10px 38px; 

	text-align: center;

	background: #f1f1f1; /* Old browsers */

	background: #f1f1f1 -moz-linear-gradient(top, #f1f1f1 0%, #efefef 100%); /* FF3.6+ */

	background: #f1f1f1 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#efefef)); /* Chrome,Safari4+ */

	background: #f1f1f1 -webkit-linear-gradient(top, #f1f1f1 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */

	background: #f1f1f1 -o-linear-gradient(top, #f1f1f1 0%,#efefef 100%); /* Opera11.10+ */

	background: #f1f1f1 -ms-linear-gradient(top, #f1f1f1 0%,#efefef 100%); /* IE10+ */

	background: #f1f1f1 linear-gradient(top, #f1f1f1 0%,#efefef 100%); /* W3C */

	border-top: 1px solid #ececec; 

	border-bottom: 1px solid #c5c5c5;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	border-radius: 3px; 

	-moz-border-radius: 3px; 

	-webkit-border-radius: 3px; 

}

.tipsy-arrow-color3 { 

	position: absolute; 

	z-index: 100001;

	left: 50%;

	margin-left: -7px;

	bottom: 0;

	width: 14px; 

	height: 14px; 

	-webkit-box-shadow: 1px 1px 0 0 #c5c5c5;

	-moz-box-shadow: 1px 1px 0 0 #c5c5c5;

	box-shadow: 1px 1px 0 0 #c5c5c5;

	background: #efefef; 

	-webkit-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-o-transform:rotate(45deg);

	transform:rotate(45deg); 

}

.ie8 .tipsy-arrow-color3 {

	width: 14px;

	height: 9px;

	background: url(../images/tooltip3-arrow.png) 0 0 no-repeat;

	bottom: -3px;

}



/* Tooltip color 4 */

.tipsy-color4 { 

	font-size: 12px; 

	position: absolute; 

	padding: 5px; 

	z-index: 100000; 

}

.tipsy-inner-color4 { 

	color: #d26742; 

	text-shadow: 0 1px 0 #fff;

	max-width: 200px; 

	padding: 10px 38px 10px 38px; 

	text-align: center;

	background: #f9ede2; /* Old browsers */

	background: #f9ede2 -moz-linear-gradient(top, #f9ede2 0%, #f8ebdf 100%); /* FF3.6+ */

	background: #f9ede2 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9ede2), color-stop(100%,#f8ebdf)); /* Chrome,Safari4+ */

	background: #f9ede2 -webkit-linear-gradient(top, #f9ede2 0%,#f8ebdf 100%); /* Chrome10+,Safari5.1+ */

	background: #f9ede2 -o-linear-gradient(top, #f9ede2 0%,#f8ebdf 100%); /* Opera11.10+ */

	background: #f9ede2 -ms-linear-gradient(top, #f9ede2 0%,#f8ebdf 100%); /* IE10+ */

	background: #f9ede2 linear-gradient(top, #f9ede2 0%,#f8ebdf 100%); /* W3C */

	border-top: 1px solid #f5e5d6; 

	border-bottom: 1px solid #e3b891;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	border-radius: 3px; 

	-moz-border-radius: 3px; 

	-webkit-border-radius: 3px; 

}

.tipsy-arrow-color4 { 

	position: absolute; 

	z-index: 100001;

	left: 50%;

	margin-left: -7px;

	bottom: 0;

	width: 14px; 

	height: 14px; 

	-webkit-box-shadow: 1px 1px 0 0 #e3b891;

	-moz-box-shadow: 1px 1px 0 0 #e3b891;

	box-shadow: 1px 1px 0 0 #e3b891;

	background: #f8ebdf; 

	-webkit-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-o-transform:rotate(45deg);

	transform:rotate(45deg); 

}

.ie8 .tipsy-arrow-color4 {

	width: 14px;

	height: 9px;

	background: url(../images/tooltip4-arrow.png) 0 0 no-repeat;

	bottom: -3px;

}



/* Tooltip color 5 */

.tipsy-color5 { 

	font-size: 12px; 

	position: absolute; 

	padding: 5px; 

	z-index: 100000; 

}

.tipsy-inner-color5 { 

	color: #11292f; 

	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);

	max-width: 200px; 

	padding: 10px 38px 10px 38px; 

	text-align: center;

	background: #518b95; /* Old browsers */

	background: #518b95 -moz-linear-gradient(top, #518b95 0%, #4b838d 100%); /* FF3.6+ */

	background: #518b95 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#518b95), color-stop(100%,#4b838d)); /* Chrome,Safari4+ */

	background: #518b95 -webkit-linear-gradient(top, #518b95 0%,#4b838d 100%); /* Chrome10+,Safari5.1+ */

	background: #518b95 -o-linear-gradient(top, #518b95 0%,#4b838d 100%); /* Opera11.10+ */

	background: #518b95 -ms-linear-gradient(top, #518b95 0%,#4b838d 100%); /* IE10+ */

	background: #518b95 linear-gradient(top, #518b95 0%,#4b838d 100%); /* W3C */

	border-top: 1px solid #447982; 

	border-bottom: 1px solid #295057;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	border-radius: 3px; 

	-moz-border-radius: 3px; 

	-webkit-border-radius: 3px; 

}

.tipsy-arrow-color5 { 

	position: absolute; 

	z-index: 100001;

	left: 50%;

	margin-left: -7px;

	bottom: 0;

	width: 14px; 

	height: 14px; 

	-webkit-box-shadow: 1px 1px 0 0 #295057;

	-moz-box-shadow: 1px 1px 0 0 #295057;

	box-shadow: 1px 1px 0 0 #295057;

	background: #4b838d; 

	-webkit-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-o-transform:rotate(45deg);

	transform:rotate(45deg); 

}

.ie8 .tipsy-arrow-color5 {

	width: 14px;

	height: 9px;

	background: url(../images/tooltip5-arrow.png) 0 0 no-repeat;

	bottom: -3px;

}



/* Tooltip color 6 */

.tipsy-color6 { 

	font-size: 12px; 

	position: absolute; 

	padding: 5px; 

	z-index: 100000; 

}

.tipsy-inner-color6 { 

	color: #aca745; 

	text-shadow: 0 1px 0 #fff;

	max-width: 200px; 

	padding: 10px 38px 10px 38px; 

	text-align: center;

	background: #fcfbe2; /* Old browsers */

	background: #fcfbe2 -moz-linear-gradient(top, #fcfbe2 0%, #fcfbdf 100%); /* FF3.6+ */

	background: #fcfbe2 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbe2), color-stop(100%,#fcfbdf)); /* Chrome,Safari4+ */

	background: #fcfbe2 -webkit-linear-gradient(top, #fcfbe2 0%,#fcfbdf 100%); /* Chrome10+,Safari5.1+ */

	background: #fcfbe2 -o-linear-gradient(top, #fcfbe2 0%,#fcfbdf 100%); /* Opera11.10+ */

	background: #fcfbe2 -ms-linear-gradient(top, #fcfbe2 0%,#fcfbdf 100%); /* IE10+ */

	background: #fcfbe2 linear-gradient(top, #fcfbe2 0%,#fcfbdf 100%); /* W3C */

	border: 1px solid #eeecbf; 

	border-bottom: 1px solid #dad89b;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 1px rgba(0, 0, 0, .08);

	border-radius: 3px; 

	-moz-border-radius: 3px; 

	-webkit-border-radius: 3px; 

}

.tipsy-arrow-color6 { 

	position: absolute; 

	z-index: 100001;

	left: 50%;

	margin-left: -7px;

	bottom: 0;

	width: 14px; 

	height: 14px; 

	-webkit-box-shadow: 1px 1px 0 0 #dad89b;

	-moz-box-shadow: 1px 1px 0 0 #dad89b;

	box-shadow: 1px 1px 0 0 #dad89b;

	background: #fcfbdf; 

	-webkit-transform:rotate(45deg);

	-moz-transform:rotate(45deg);

	-o-transform:rotate(45deg);

	transform:rotate(45deg); 

}

.ie8 .tipsy-arrow-color6 {

	width: 14px;

	height: 9px;

	background: url(../images/tooltip6-arrow.png) 0 0 no-repeat;

	bottom: -3px;

}





/* Popup

---------------------------------------- */

.reveal-modal {

	background: #f7f7f7;

	left: 50%;

	margin-left: -285px;

	position: absolute;

	top: 170px;

	visibility: hidden;

	width: 570px;

	z-index: 101;

	box-shadow:0 0 5px rgba(0, 0, 0, .4);

	border-radius:6px;

	}



.reveal-modal .close-reveal-modal {

	width: 58px;

	height: 72px;

	background: url("../images/sprite.png") no-repeat 0 -387px;

	position: absolute;

	top: 0;

	right: 16px;

	text-indent: -999em;

	cursor: pointer;

}



.reveal-modal .close-reveal-modal:hover {

	background: url("../images/sprite.png") no-repeat -62px -387px;	

}



.reveal-modal-bg {

	background: url("../images/overlay.png");

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 100;

	display: none;

}



/* Modal Header */

.reveal-modal .reveal-modal-header {

	padding:23px 20px;

	text-transform: uppercase;

	color: #323334;

	font-size: 16px;

	font-family: 'Oswald', sans-serif;

	background: url("../images/dotted-window.png") repeat-x 0 100%;

}



/* Modal Body */

.reveal-modal .cont {

	padding: 25px 0;

	width:350px;

	margin:0 auto;

	}



.reveal-modal form input[type="submit"] {

	width: 138px;

	height: 48px;

	border: none;

	cursor: pointer;

	padding: 0;

}



.reveal-modal form input[type="text"],

.reveal-modal form input[type="password"] {

	background: none;

	border: 1px solid #d8d8d8;

	width: 220px;

	float: right;

	border-radius:3px;

	box-shadow:none;

}

.reveal-modal form input[type="text"]:focus,

.reveal-modal form input[type="password"]:focus {

	border-color:#66b9e3;

	box-shadow:inset 0 0 0 rgba(0, 0, 0, .1), 0 0 3px rgba(102, 185, 227, 1);

	}



.reveal-modal form p {

	margin-bottom: 11px;

}



.reveal-modal form label {

	float: left;

	line-height: 27px;

	color: #444;

	width: 128px;

	font-size: 14px;

	font-weight:normal;

}



.reveal-modal form .checkboxes {

	font-size: 12px;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

	padding: 0;

}



.reveal-modal #registerform .checkboxes {

	padding: 16px 0 12px;

}



.reveal-modal #registerform em {

	font-size: 11px;

}



.reveal-modal form .checkboxes a {

	color: #bdd236;

	text-decoration: underline;

	margin-left: 14px;

}



.reveal-modal form .checkboxes a:hover {

	text-decoration: none;

	color: #bdd236;	

}

.reveal-modal em {

	font-size:12px;

	color:#aaa;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

	font-style:normal;

	}

.reveal-modal abbr {

	color: #fe6666;

}



/* Signin Form */

.reveal-modal #loginform label {

	width: 77px;

	padding-left: 25px;

	font-size: 14px;

	font-weight:normal;

}



.reveal-modal #loginform input[type="text"],

.reveal-modal #loginform input[type="password"] {

	margin-right: 27px;

}



.reveal-modal #loginform p.login-remember,

.reveal-modal #loginform p.login-submit {

	padding-left: 103px;

}

.reveal-modal #loginform p.login-remember label {

	padding: 0 !important;

	width: auto !important;

	display: inline !important;

	font-size: 12px;

	float: left;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

}

#wp_lostpass {

	float: left;

	margin-left: 14px;

	padding-top: 3px;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

}



.reveal-modal #loginform p:before,

.reveal-modal #loginform p:after {

	content: '\0020';

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}

.reveal-modal #loginform p:after {

	clear: both;

}

.reveal-modal #loginform p {

	zoom: 1;

}



.reveal-modal #registerform p.without-label {

	padding-left: 104px;

}



.reveal-modal #loginform {

	margin-bottom: 50px;

}



.reveal-modal #loginform input[type="submit"] {

	background: url("../images/sprite.png") no-repeat -2px -4px;

}



.reveal-modal #loginform input[type="submit"]:hover {

	background: url("../images/sprite.png") no-repeat -2px -55px;	

}



.reveal-modal #registerform {

	padding: 19px 0 28px;

}



.reveal-modal #registerform input[type="submit"] {

	background: url("../images/sprite.png") no-repeat -2px -111px;

}



.reveal-modal #registerform input[type="submit"]:hover {

	background: url("../images/sprite.png") no-repeat -2px -162px;	

}



.reveal-modal .captcha {

	float: right;

	width: 221px;

	height: 88px;

	padding-top: 8px;

}



.reveal-modal .indication {

	background: url("../images/indication.jpg") no-repeat 50% 100%;

	padding: 0 0 15px;

	text-align: center;

	color: #115b87;

	margin-bottom: 18px;

	text-transform: lowercase;

	font-family:'MuseoSans500Italic', Arial, sans-serif;

	font-size:14px;

}



ul.socials-login {

	list-style: none;

	margin: 0;

}

ul.socials-login li {

	margin-top: 8px;

	text-align: center;

	padding:0;

	background:none;

}



ul.socials-login li:first-child {

	margin-top: 0;

}



ul.socials-login li a {

	display: inline-block;

	width: 219px;

	height: 37px;

}



ul.socials-login li a.fb {

	background: url("../images/sprite.png") no-repeat 0 -298px;

}



ul.socials-login li a.fb:hover {

	background: url("../images/sprite.png") no-repeat 0 -337px;	

}



ul.socials-login li a.tw {

	background: url("../images/sprite.png") no-repeat 0 -216px;	

}



ul.socials-login li a.tw:hover {

	background: url("../images/sprite.png") no-repeat 0 -255px;	

}



.niceCheck {

	width: 10px;

	height: 10px;

	display: inline-block;

	cursor: pointer;

	background: url("../images/checkbox.png") no-repeat;

	margin-right: 5px;

}

.niceCheck input {

	display: none;

}

/* END POPUP */





/* Unnecessary styles for demo */

.demo-pills .pill {

	margin-bottom:32px;

	}

.demo-list-styles ul {

	margin-bottom:0;

	}







/* WooCommerce Styles

---------------------------------------- */

/* Buttons */

.woocommerce .button,

.woocommerce button,

.woocommerce input[type="submit"],

.woocommerce input[type="reset"],

.woocommerce input[type="button"],

.woocommerce-page .button {

	line-height: auto;

	height: auto;

	padding-top: 8px;

	padding-bottom: 8px;

}

li.product .add_to_cart_button {

	font-weight: normal !important;

	text-transform: none;

}



.product_title {

	margin-bottom: 1em;

}

div.product span.price,

#content div.product span.price, 

div.product p.price, 

#content div.product p.price {

	font-size:22px;

	line-height:1.2em;

	padding: 0;

	margin:0 0 1.5em 0;

	position:relative;

}





/* Shop */

ul.products li.product {

	background: none;

}

/* #Mobile (Portrait) 

	Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {

	ul.products li.product{

		width: 100%;

		margin: 0 0 1.5em;

		padding: 0;

		background: none;

		float: none;

	}

}



/* Reviews */

#reviews #comments ol.commentlist li .comment-text {

	padding-top: 0;

}



/* Woo Filter */

.woocommerce_ordering {

	max-width: 300px;

}

.orderby,

#calc_shipping_country {

	padding: 6px 8px;

}



/* Checkout */

.woocommerce-checkout h3 {

	font-size: 18px;

}

#order_review_heading {

	padding-top: 20px;

}



form .form-row label {

	color: #444;

}

form .form-row {

	margin: 0 0 18px 0;

}

.woocommerce-page #shiptobilling {

	background-color: #F7F6F7;

	background-image: linear-gradient(to bottom, #F7F6F7, #F0EEF0);

	border-radius: 2px 2px 2px 2px;

	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);

	color: #5E5E5E;

	font-size: 14px;

	list-style: none outside none;

	padding: 1em;

	padding: 2px 5px;

	position: relative;

	text-shadow: 0 1px 0 #FFFFFF;

	width: auto;

}

#payment ul.payment_methods {

	margin: 0;

	padding: 20px;

}

	#payment ul.payment_methods li {

		background: none;

		padding: 0;

		margin: 0 0 1.5em 0;

	}

		#payment ul.payment_methods li label {

			display: inline-block !important;

		}



/* #Mobile (Portrait) 

	Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {

	form.checkout .col-1,

	form.checkout .col-2{

		width: 100%;

		margin-right: 0;

		float: none;

		margin-bottom: 20px;

	}

}



.cap{

	margin-top:-25px;

}

