/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}
a {
	color: #00e;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #06e;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* ===== Primary Styles ========================================================
   Author: Camilo A. Lopez B.
   Author: DesignPlus S.A.S.
   =============================================================================

1. Brand ToolKit 
2. Shared Styles 
3. Page Styles
4. Helpers
5. Plugin styles
6. Media Queries
7. Print styles


*/

/* --------------------------------------------------
	:: 1. Brand ToolKit
---------------------------------------------------*/

/*
Brand color: #da1f26
Dark grey : #666666
Dark grey Headings: #4D4D4D
Light grey: #BFC1C4
Light grey menu: #BFBFBF

*/

/* --------------------------------------------------
	:: 2. Shared Styles
---------------------------------------------------*/
.chromeframe {
	background: #cecece;
	color: rgb(255, 255, 255);
	font-size: 1.1em;
	margin: 0.2em 0;
	padding: 0.2em 0;
	text-align: center;
}
.chromeframe a {
	text-decoration: underline;
	color: #00F;
}
html {
	background: url(../img/layout/bg.png) repeat scroll 0 0 transparent;
}
body {
	color: #666
}
h2, h4 {
	font-family: 'Mako', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 2.5em !important;
	font-weight: lighter;
	background: url(../img/layout/title-up.png) left top no-repeat;
	width: 350px;
	padding-top: 5px;
}
#content h2 {
	margin-left: 20px;
	line-height: 120%;
	margin-bottom: 10px;
	padding-top: 10px;
}
#content p {margin-left: 20px;}
.mako {
	font-family: 'Mako', sans-serif;
}
.box_rgba {
	background-color: transparent;
	background-color: rgba(162, 187, 56, .2);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CA2BB38, endColorstr=#4CA2BB38);
	zoom: 1;
}
h2, h3, h4 {
	color: #A2BB38;
	font-weight: normal;
}
#brand {
	margin: 10px 0px;
}
.bar_top {
	border-top: #A2BB38 solid 1px;
	padding-top: 5px;
	margin-bottom: 15px;
}
form label, form input, form textarea {
	color: #666;
	margin: 3px 0px;
}
form input {
	border: 1px #CCC solid;
	background-color: transparent;
	background-color: rgba(0, 0, 40, .1);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000028, endColorstr=#19000028);
	zoom: 1;
}
button {
	margin-top: 5px;
	display: block;
}
#message label, #message input, #message textarea {
	float: left;
	clear: both;
	padding: 2px;
}
#message button {
	float: left;
	clear: both;
}
#message input, #message textarea {
	border: 1px #808080 solid;
	background-color: transparent;
	background-color: rgba(243, 243, 243, .4);
}
.form_error {
	float: left;
	background: #E00000;
	color: #FFF;
	padding: 2px;
	font-size: .9em
}
nav a {
	color: #485324;
	text-decoration: none;
	font-size: 1.3em;
}
nav a:hover {
	color: #A2BB38;
}
nav ul, nav li {
	margin: 0px;
	padding: 0px;
}
ul#main-nav a {
	display: block;
	text-decoration: none;
}
ul#main-nav li a, ul#main-nav ul#main-nav li a {
	color: #485324;
}
ul#main-nav li a:hover, ul#main-nav ul#main-nav li a:hover {
	border-left: 2px solid #A2BB38;
	margin-left: 0px;
	padding-left: 5px;
	color: #A2BB38;
}
ul#main-nav li ul li a, ul#main-nav ul#main-nav li ul li a {
	color: #666666;
	padding-left: 7px;
	font-size: 1.2em;
}
ul#main-nav li ul li a:hover, ul#main-nav ul#main-nav li ul li a:hover {
	padding-left: 5px;
	color: #485324;
	text-decoration: underline;
	border-left: none;
}
ul#main-nav ul#main-nav li a:hover {
	border-left: 0;
	padding-left: 0.5em;
}
ul#main-nav ul#main-nav {
	border-left: 5px #f00 solid;
}
ul#main-nav a.active, ul#main-nav ul#main-nav li a.active, ul#main-nav a.active:hover, ul#main-nav ul#main-nav li a.active:hover {
	border-left: 2px solid #A2BB38;
	margin-left: 0px;
	padding-left: 8px;
	color: #A2BB38;
}
div.panel {
	border: 1px #000 solid;
	padding: 5px;
	margin-top: 1px;
}
ul#main-nav div.panel a, ul#main-nav div.panel li a:hover {
	display : inline;
	color: #666;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
}
footer {
	font-size: .9em !important;
	color: #808080;
}
.designplus {
	font-size: .9em;
	margin-top: 20px;
	display: block;
}
.designplus a {
	color: #E80C7A;
	text-decoration: none;
}
.btn {
	background: #222 url(../img/layout/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	border: none;
}
.medium.btn {
	font-size: 12px;
}
.green.btn {
	background-color: #94a626;
}
.green.btn:hover {
	background-color: #b9d02f;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.9);
}
#content {
	padding: 50px 40px 140px 40px;
}
/* --------------------------------------------------
	:: 5. Plugin Styles
---------------------------------------------------*/

/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/


.theme-orman.slider-wrapper {
	background: url(../img/orman/slider.png) no-repeat;
	width: 780px;
	height: 460px;
	margin: 0 auto;
	padding-top: 16px;
	position: relative;
	left: -30px;
}
.theme-orman.slider-wrapper {
	margin-top: 50px;
}
.theme-orman .nivoSlider {
	position: relative;
	width: 680px;
	height: 430px;
	margin-left: 40px;
	background: url(../img/orman/loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 680px; /* Make sure your images are the same size */
	height: 430px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
	border: 0;
	display: block;
}
.theme-orman .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -30px; /* Tweak this to center bullets */
}
/*.theme-orman .nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/orman/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 7px;
	float: left;
}*/
.theme-orman .nivo-controlNav a.active {
	background-position: 0 -10px;
}
.theme-orman .nivo-directionNav a {
	display: block;
	width: 25px;
	height: 200px;
	background: url(../img/orman/arrows.png) no-repeat 0% 50%;
	text-indent: -9999px;
	border: 0;
	top: 105px;
}
.theme-orman a.nivo-nextNav {
	background-position: 100% 50%;
	right: -40px;
	padding-right: 20px;
}
.theme-orman a.nivo-prevNav {
	left: -40px;
	padding-left: 20px;
}
.theme-orman .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-orman .nivo-caption a:hover {
	color: #fff;
}
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #A2BB38;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 8;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
/* Showcase
-------------*/

#awOnePageButton .view-slide {
	display: none;
}
/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load {
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}
/* Container when content is shown as one page */
.showcase-onepage {
/**/
}
/* Container when content is shown in slider */
.showcase {
	position: relative;
	margin: auto;
}
.showcase-content-container {
	background-color: #485324;
}
/* Navigation arrows */
.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	background: url('../img/layout/aw-showcase/arrows.png');
	width: 33px;
	height: 33px;
	top: 220px;
	cursor: pointer;
}
.showcase-arrow-previous {
	left: -35px;
}
.showcase-arrow-previous:hover {
	background-position: 0px -34px;
}
.showcase-arrow-next {
	right: -35px;
	background-position: -34px 0;
}
.showcase-arrow-next:hover {
	background-position: -34px -34px;
}
/* Content */
.showcase-content {
	background-color: rgba(235, 239, 225, .9);
	text-align: center;
}
.showcase-content-wrapper {
	text-align: center;
	height: 470px;
	width: 700px;
	display: table-cell;
	vertical-align: middle;
}
/* Styling the tooltips */
.showcase-plus-anchor {
	background-image: url('../img/layout/aw-showcase/plus.png');
	background-repeat: no-repeat;
}
.showcase-plus-anchor:hover {
	background-position: -32px 0;
}
div.showcase-tooltip {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 5px 8px;
	background-image: url(../img/layout/aw-showcase/white-opacity-80.png);
}
/* Styling the caption */
.showcase-caption {
	color: #000;
	padding: 8px 15px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: none;
	background-image: url(../img/layout/aw-showcase/white-opacity-80.png);
}
.showcase-onepage .showcase-content {
	margin-bottom: 10px;
}
/* Button Wrapper */
.showcase-button-wrapper {
	clear: both;
	margin-top: 10px;
	text-align: center;
}
.showcase-button-wrapper span {
	margin-right: 3px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 12px;
	color: #444444;
}
.showcase-button-wrapper span.active {
	color: #fff;
}
/* Thumbnails */
.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */ {
	background-color: #485324;
}
.showcase-thumbnail-wrapper {
	overflow: hidden;
}
.showcase-thumbnail {
	width: 120px;
	height: 90px;
	cursor: pointer;
	border: solid 1px #333;
	position: relative;
}
.showcase-thumbnail-caption {
	position: absolute;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.showcase-thumbnail-content {
	padding: 10px;
	text-align: center;
	padding-top: 25px;
}
.showcase-thumbnail-cover {
	background-image: url(../img/layout/aw-showcase/black-opacity-40.png);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.showcase-thumbnail:hover {
	border: solid 1px #999;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail.active {
	border: solid 1px #999;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
	display: none;
}
.showcase-thumbnail-wrapper-horizontal {
	padding: 10px;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right: 10px;
	width: 107px;
}
.showcase-thumbnail-wrapper-vertical {
	padding: 10px;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
	margin-bottom: 10px;
}
.showcase-thumbnail-button-backward,  .showcase-thumbnail-button-forward {
	padding: 7px;
	cursor: pointer;
}
.showcase-thumbnail-button-backward {
	padding-bottom: 0px;
	padding-right: 0px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,  .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,  .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,  .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image: url(../img/layout/aw-showcase/arrows-small.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position: 0 -51px;
	margin-left: 55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
	background-position: -17px -51px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position: 0 -34px;
	margin-left: 55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
	background-position: -17px -34px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position: 0 -17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
	background-position: -17px -17px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position: 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
	background-position: -17px 0;
}
/* Hide button text */
.showcase-thumbnail-button-forward span span,  .showcase-thumbnail-button-backward span span {
	display: none;
}
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
