* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #315508;
	font-weight:700;
    outline: 0;
}
a:active {
    color: inherit;
}
a img {
    border: 0;
}
a [class^=icon-] {
    color: inherit;
    text-decoration: none;
}
b, strong {
    color: #005d29;
    font-weight: 700;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
hr {
    clear: both;
    border-bottom: 0;
    border-top:1px solid #315508;
    border-right: 0;
    border-left: 0;
    margin: 30px 0;
    min-height: 0;
    height: 1px;
}
hr.alt1 {
    border-style: solid;
}
hr.alt2 {
    border-style: solid;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 140%}
h1 {
    font-size: 3.5em;
    margin: 10px 0;
}
h2 {
    font-size: 3em;
    margin: 10px 0;
}
h3 {
    font-size: 2.5em;
    margin: 10px 0;
    line-height: 130%}
h4 {
    font-size: 2em;
    margin: 10px 0;
}
h5 {
    font-size: 1.5em;
    margin: 10px 0;
}
h6 {
    font-size: 1.2em;
    margin: 10px 0 5px;
}
p {
    margin: 10px 0;
}
blockquote {
    font-size: 1.5em;
    line-height: 1.5em;
    font-style: italic;
    margin: 30px 30px 30px 0;
    padding: 0 0 0 20px;
    border-left:1px solid #315508;
}
blockquote span {
    font-size: .7em;
    display: block;
}
blockquote.small {
    font-size: 1.2em;
}
ol, ul {
    padding: 0;
    margin: 0 0 20px 25px;
}
li {
    padding: 5px 0;
    margin: 0;
}
ul.list-unstyled {
    padding: 0;
    margin: 0 0 20px;
}
ul.list-unstyled li {
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
}
ul.alt {
    padding: 0;
    margin: 0 0 20px;
}
ul.alt li {
    list-style-type: none;
    border-top:1px solid #315508;
    border-bottom: 1px solid #315508;
    margin: 0 0 -1px;
    background: url(img/icon-arrow-right.png) 5px .7em no-repeat;
    padding-left: 20px;
}
ul.icons {
    margin: 0 0 20px;
    padding: 0;
}
ul.icons li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}
code {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-size: .9em;
    border:1px solid #315508;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #518BAB;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap!important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
    padding: 10px;
    margin: 0;
    border: 1px solid #ddd;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    font-size: .9em;
}
table {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    border-collapse: collapse;
}
tbody, thead {
    margin: 0;
    padding: 0;
}
td, th {
    padding: 7px 10px;
    font-size: .9em;
    border-bottom: 1px solid #315508;
    text-align: left;
}
thead th {
    font-size: .9em;
    padding: 3px 10px;
    border-bottom: 1px solid #315508;
}
tbody tr.last td, tbody tr.last th {
    border-bottom: 0;
}
table.striped tr.alt {
    background: #f5f5f5;
}
table.striped thead th {
    background: #fff;
}
table.striped tbody th {
    background: #f5f5f5;
    text-align: right;
    padding-right: 15px;
    border-right: 1px solid #315508;
}
table.striped tbody tr.alt th {
    background: #efefef;
}
.tight td, table.tight th {
    padding: 2px 10px;
}
table.sortable {
    border: 1px solid #315508;
}
table.sortable thead th {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    border-right: 1px solid #315508;
}
table.sortable thead th:hover {
    background: #efefef;
}
table.sortable span.arrow {
    border-style: solid;
    border-width: 5px;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 0;
    border-color: #315508 transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}
table.sortable span.arrow.up {
    border-color: transparent transparent #315508;
    margin-top: -7px;
}
ul.tabs {
    margin: 10px 0 -1px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #315508;
    float: left;
    font-size: 0;
}
ul.tabs.left {
    text-align: left;
}
ul.tabs.center {
    text-align: center;
}
ul.tabs.right {
    text-align: right;
}
ul.tabs.right li {
    margin: 0 0 0 -2px;
}
ul.tabs li {
    font-size: 14px;
    list-style-type: none;
    margin: 0 -2px 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
}
ul.tabs li a {
    text-decoration: none;
    color: #666;
    display: inline-block;
    padding: 9px 15px;
    position: relative;
    top: 0;
    left: 0;
    line-height: 100%;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .03);
    -moz-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .03);
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .03);
    border: 1px solid #315508;
    border-bottom: 0;
    font-size: .9em;
    zoom: 1;
}
ul.tabs li a:hover {
    background: #fff;
}
ul.tabs li.current a {
    position: relative;
    top: 1px;
    left: 0;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #222;
}
.tab-content {
    border: 1px solid #315508;
    border: 1px solid #315508;
    background: #fff;
    clear: both;
    padding: 20px;
    margin: 0 0 40px;
}
ul.breadcrumbs {
    margin: 10px 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}
ul.breadcrumbs li {
    background: transparent;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    zoom: 1;
    line-height: 100%;
    font-size: 14px;
	font-weight:700;
}
ul.breadcrumbs li a {
    display: inline-block;
    position: relative;
    padding: 5px 15px 5px 5px;
    font-size: .9em;
    zoom: 1;
    margin: 0;
    background: url(img/icon-arrow-right.png) right center no-repeat;
}
ul.breadcrumbs li.last a {
    color: #005d29;
    cursor: default;
    text-decoration: none;
    background: 0 0;
}
ul.breadcrumbs li.last a:hover {
    text-decoration: none;
}
ul.breadcrumbs.alt1 {
    border: 1px solid transparent;
    font-size: 0;
}
ul.breadcrumbs.alt1 li a {
    padding: 10px 25px 10px 15px;
    background: url(img/breadcrumbs-bg.png) right center no-repeat;
    text-decoration: none;
	font-weight:700;
    border-top: 1px solid #315508;
    border-bottom:1px solid #315508;
    font-size: 12px;
}
ul.breadcrumbs.alt1 a:hover {
    text-decoration: underline;
}
ul.breadcrumbs.alt1 li.first a {
    border-left: 1px solid #315508;
}
ul.breadcrumbs.alt1 li.last a {
    background: 0 0;
    border-right: 1px solid #315508;
}
img {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    zoom: 1;
    vertical-align: bottom;
}
.img-wrap.align-left, img.align-left {
    float: left;
    margin: 0 10px 5px 0;
}
.img-wrap.align-right, img.align-right {
    float: right;
    margin: 0 0 5px 10px;
}
img.full-width {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}
div.caption {
    background: #f5f5f5;
    border: 1px solid #315508;
    padding: 3px;
    max-width: 100%;
    display: inline-block;
    height: auto;
}
div.caption img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
div.caption span {
    display: block;
    margin-top: 3px;
    font-size: .8em;
    color: #666;
    padding: 0 5px;
}
.gallery a {
    display: inline-block;
    position: relative;
    border: 1px solid #315508;
    background: #fff;
    padding: 3px;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.gallery a img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.slideshow-wrap {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    clear: both;
}
.slideshow-inner {
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #315508;
}
.slideshow img {
    vertical-align: bottom;
}
.slideshow-buttons {
    text-align: right;
    margin: 3px 0 0;
    padding: 0;
}
.slideshow-buttons li {
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
.slideshow-buttons li.current a {
    background: #ddd;
}
.slideshow-buttons a {
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    padding: 1px 3px;
    margin: 0 1px;
    line-height: 100%;
    border: 1px solid #315508;
    text-decoration: none;
    font-size: .8em;
}
a.btn, a.btn:visited, a.button, a.button:visited, button, input[type=submit], input[type=reset], input[type=button] {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 15px;
    line-height: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    font-weight: 400;
    font-size: 14px;
    text-shadow: 0 1px 0 #0d1f17;
    color: #315508;
    text-decoration: none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    zoom: 1;
    border: 1px solid #0d1f17;
    background: #bfe290;
    background: -moz-linear-gradient(top, rgba(191, 226, 144, 1) 0, rgba(180, 225, 120, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(191, 226, 144, 1)), color-stop(100%, rgba(180, 225, 120, 1)));
    background: -webkit-linear-gradient(top, rgba(191, 226, 144, 1) 0, rgba(180, 225, 120, 1) 100%);
    background: -o-linear-gradient(top, rgba(191, 226, 144, 1) 0, rgba(180, 225, 120, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfe290',  endColorstr='#b4e178',  GradientType=0);
    background: linear-gradient(top, rgba(191, 226, 144, 1) 0, rgba(180, 225, 120, 1) 100%);
}
a.btn:active, a.btn:visited:active, a.button:active, a.button:visited:active, button:active, input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2), inset 0 -10px 20px rgba(0, 0, 0, .07);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2), inset 0 -10px 20px rgba(0, 0, 0, .07);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2), inset 0 -10px 20px rgba(0, 0, 0, .07);
}
.disabled:active, button[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a.btn.small, a.button.small, button.small {
    font-size: .8em;
    padding: 5px 10px;
}
a.btn.large, a.button.large, button.large {
    font-size: 1.3em;
    padding: 10px 20px;
}
a.btn.disabled, a.button.disabled, button.disabled {
    color: #ccc;
    cursor: default;
    background: #efefef;
}
a.btn.disabled:hover, a.button.disabled:hover, button.disabled:hover {
    border: 1px solid #0d1f17;
    background: #efefef;
}
a.btn:hover, a.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    border: 1px solid #0d1f17;
    background: #8cc63f;
}
ul.button-bar {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    border: 0;
    background: 0;
}
ul.button-bar li {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    margin: 0 -1px 0 0;
    padding: 0;
    line-height: 100%;
    font-size: 0;
    border: 1px solid #0d1f17;
    background: #8cc63f !important;
}
ul.button-bar li a {
    margin: 0;
    display: inline-block;
    padding: 7px 10px;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    font-weight: 900;
    font-size: 14px;
    text-shadow: 0 1px 0 #0d1f17;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    line-height: 100%;
    border-left: 1px solid #0d1f17;
}
ul.button-bar li.first, ul.button-bar li.first a {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-background-clip: content-box;
    -webkit-background-clip: border;
    background-clip: content-box;
}
ul.button-bar li.last, ul.button-bar li.last a {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-background-clip: content-box;
    -webkit-background-clip: border;
}
ul.button-bar li a:hover {
    background: #a3d55f;
	text-decoration:underline;
}
ul.button-bar li a:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2), inset 0 -10px 20px rgba(0, 0, 0, .07);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2), inset 0 -10px 20px rgba(0, 0, 0, .07);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2), inset 0 -10px 20px rgba(0, 0, 0, .07);
    border-left: 1px solid #0d1f17;
}
.pill {
    -webkit-border-radius: 200em;
    -moz-border-radius: 200em;
    border-radius: 200em;
}
.pop {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.inset {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
}
.square {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
a.btn.orange, a.button.orange, button.orange, input[type=button].orange, input[type=reset].orange, input[type=submit].orange {
    text-shadow: 0 -1px 0 #FC730A;
    color: #fff;
    border: 1px solid #FC730A;
    background: #ffa84c;
    background: -moz-linear-gradient(top, rgba(255, 168, 76, 1) 0, rgba(255, 123, 13, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 168, 76, 1)), color-stop(100%, rgba(255, 123, 13, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 168, 76, 1) 0, rgba(255, 123, 13, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 168, 76, 1) 0, rgba(255, 123, 13, 1) 100%);
    background: linear-gradient(top, rgba(255, 168, 76, 1) 0, rgba(255, 123, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c',  endColorstr='#ff7b0d',  GradientType=0);
}
a.btn.orange:hover, a.button.orange:hover, button.orange:hover {
    text-shadow: 0 1px 0 #FC730A;
    border: 1px solid #FC730A;
    background: #f9bf4a;
    background: -moz-linear-gradient(top, rgba(249, 191, 74, 1) 0, rgba(249, 181, 9, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(249, 191, 74, 1)), color-stop(100%, rgba(249, 181, 9, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 191, 74, 1) 0, rgba(249, 181, 9, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 191, 74, 1) 0, rgba(249, 181, 9, 1) 100%);
    background: linear-gradient(top, rgba(249, 191, 74, 1) 0, rgba(249, 181, 9, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9bf4a',  endColorstr='#f9b509',  GradientType=0);
}
a.btn.blue, a.button.blue, button.blue, input[type=button].blue, input[type=reset].blue, input[type=submit].blue {
    text-shadow: 0 -1px 0 #1D6DC1;
    color: #fff;
    border: 1px solid #1D6DC1;
    background: #7abcff;
    background: -moz-linear-gradient(top, rgba(122, 188, 255, 1) 0, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(122, 188, 255, 1)), color-stop(44%, rgba(96, 171, 248, 1)), color-stop(100%, rgba(64, 150, 238, 1)));
    background: -webkit-linear-gradient(top, rgba(122, 188, 255, 1) 0, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
    background: -o-linear-gradient(top, rgba(122, 188, 255, 1) 0, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff',  endColorstr='#4096ee',  GradientType=0);
    background: linear-gradient(top, rgba(122, 188, 255, 1) 0, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
}
a.btn.blue:hover, a.button.blue:hover, button.blue:hover {
    text-shadow: 0 1px 0 #1D6DC1;
    border: 1px solid #1D6DC1;
    background: #9bcdff;
    background: -moz-linear-gradient(top, rgba(155, 205, 255, 1) 0, rgba(134, 192, 250, 1) 44%, rgba(110, 176, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(155, 205, 255, 1)), color-stop(44%, rgba(134, 192, 250, 1)), color-stop(100%, rgba(110, 176, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(155, 205, 255, 1) 0, rgba(134, 192, 250, 1) 44%, rgba(110, 176, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(155, 205, 255, 1) 0, rgba(134, 192, 250, 1) 44%, rgba(110, 176, 242, 1) 100%);
    background: linear-gradient(top, rgba(155, 205, 255, 1) 0, rgba(134, 192, 250, 1) 44%, rgba(110, 176, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcdff',  endColorstr='#6eb0f2',  GradientType=0);
}
a.btn.pink, a.button.pink, button.pink, input[type=button].pink, input[type=reset].pink, input[type=submit].pink {
    text-shadow: 0 -1px 0 #EF0251;
    color: #fff;
    border: 1px solid #EF0251;
    background: #ff5db1;
    background: -moz-linear-gradient(top, rgba(255, 93, 177, 1) 0, rgba(239, 1, 124, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 93, 177, 1)), color-stop(100%, rgba(239, 1, 124, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 93, 177, 1) 0, rgba(239, 1, 124, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 93, 177, 1) 0, rgba(239, 1, 124, 1) 100%);
    background: linear-gradient(top, rgba(255, 93, 177, 1) 0, rgba(239, 1, 124, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5db1',  endColorstr='#ef017c',  GradientType=0);
}
a.btn.pink:hover, a.button.pink:hover, button.pink:hover {
    text-shadow: 0 1px 0 #EF0251;
    border: 1px solid #EF0251;
    background: #ffa9d5;
    background: -moz-linear-gradient(top, rgba(255, 169, 213, 1) 0, rgba(254, 112, 185, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 169, 213, 1)), color-stop(100%, rgba(254, 112, 185, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 169, 213, 1) 0, rgba(254, 112, 185, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 169, 213, 1) 0, rgba(254, 112, 185, 1) 100%);
    background: linear-gradient(top, rgba(255, 169, 213, 1) 0, rgba(254, 112, 185, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9d5',  endColorstr='#fe70b9',  GradientType=0);
}
a.btn.green, a.button.green, button.green, input[type=button].green, input[type=reset].green, input[type=submit].green {
    text-shadow: 0 -1px 0 #467202;
    color: #0d1f17;
    border: 1px solid #467202;
    background: #8cc63f;
    background: -moz-linear-gradient(top, rgba(140, 198, 63, 1) 0, rgba(198, 243, 139, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(140, 198, 63, 1)), color-stop(100%, rgba(198, 243, 139, 1)));
    background: -webkit-linear-gradient(top, rgba(140, 198, 63, 1) 0, rgba(198, 243, 139, 1) 100%);
    background: -o-linear-gradient(top, rgba(140, 198, 63, 1) 0, rgba(198, 243, 139, 1) 100%);
    background: linear-gradient(top, rgba(140, 198, 63, 1) 0, rgba(198, 243, 139, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc63f',  endColorstr='#c6f38b',  GradientType=0);
}
a.btn.green:hover, a.button.green:hover, button.green:hover {
    text-shadow: 0 1px 0 #467202;
    border: 1px solid #467202;
    background: #315508;
    background: -moz-linear-gradient(top, rgba(49, 85, 8, 1) 0, rgba(139, 205, 64, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(49, 85, 8, 1)), color-stop(100%, rgba(139, 205, 64, 1)));
    background: -webkit-linear-gradient(top, rgba(49, 85, 8, 1) 0, rgba(139, 205, 64, 1) 100%);
    background: -o-linear-gradient(top, rgba(49, 85, 8, 1) 0, rgba(139, 205, 64, 1) 100%);
    background: linear-gradient(top, rgba(49, 85, 8, 1) 0, rgba(139, 205, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#315508',  endColorstr='#8bcd40',  GradientType=0);
}
a.btn.red, a.button.red, button.red, input[type=button].red, input[type=reset].red, input[type=submit].red {
    text-shadow: 0 -1px 0 #467202;
    color: #0d1f17;
    border: 1px solid #467202;
    background: #8cc63f;
    background: -moz-linear-gradient(top, rgba(140, 198, 63, 1) 0, rgba(198, 243, 139, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(140, 198, 63, 1)), color-stop(100%, rgba(198, 243, 139, 1)));
    background: -webkit-linear-gradient(top, rgba(140, 198, 63, 1) 0, rgba(198, 243, 139, 1) 100%);
    background: -o-linear-gradient(top, rgba(140, 198, 63, 1) 0, rgba(198, 243, 139, 1) 100%);
    background: linear-gradient(top, rgba(140, 198, 63, 1) 0, rgba(198, 243, 139, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc63f',  endColorstr='#c6f38b',  GradientType=0);
}
a.btn.red:hover, a.button.red:hover, button.red:hover {
    text-shadow: 0 1px 0 #467202;
    border: 1px solid #467202;
    background: #315508;
    background: -moz-linear-gradient(top, rgba(49, 85, 8, 1) 0, rgba(139, 205, 64, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(49, 85, 8, 1)), color-stop(100%, rgba(139, 205, 64, 1)));
    background: -webkit-linear-gradient(top, rgba(49, 85, 8, 1) 0, rgba(139, 205, 64, 1) 100%);
    background: -o-linear-gradient(top, rgba(49, 85, 8, 1) 0, rgba(139, 205, 64, 1) 100%);
    background: linear-gradient(top, rgba(49, 85, 8, 1) 0, rgba(139, 205, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#315508',  endColorstr='#8bcd40',  GradientType=0);
}
form {
    padding: 0;
    margin: 0;
}
fieldset {
    margin: 30px 0 20px;
    padding: 5px 15px 15px;
    border: 1px solid #315508;
    background: #f5f5f5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: 0;
    left: 0;
}
legend {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #315508;
    background: #f5f5f5;
    padding: 2px 10px;
    margin: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
.msie fieldset {
    padding-top: 25px;
}
.msie legend {
    position: absolute;
    top: -.7em;
    left: 10px;
}
label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
label.inline {
    display: inline;
    margin: 0;
}
label span {
    color: #999;
    font-size: .9em;
}
label span.right {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    display: inline-block;
}
label.disabled {
    color: #ccc;
}
input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    zoom: 1;
    margin: 0;
    border: 1px solid #005d29;
    font-size: 1em;
    padding: 5px 0;
    text-indent: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -moz-box-shadow: inset 0 0 6px #a1d784;
    -webkit-box-shadow: inset 0 1px 6px #a1d784;
    box-shadow: inset 0 1px 6px #a1d784;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.placeholder, input:-moz-placeholder, input::-webkit-input-placeholder {
    color: #bbb;
}
input::-moz-focus-inner {
    border: 0;
}
input.disabled, input[disabled=disabled] {
    color: #999;
    background: #f5f5f5;
    -moz-box-shadow: inset 0 0 2px #ddd;
    -webkit-box-shadow: inset 0 1px 2px #ddd;
    box-shadow: inset 0 1px 2px #ddd;
}
a.button:focus, button:focus, input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, select:focus, textarea:focus {
    -webkit-box-shadow: 0 0 7px #6DB9FF;
    -moz-box-shadow: 0 0 7px #6DB9FF;
    box-shadow: 0 0 7px #6DB9FF;
    border: 1px solid #50B1FE;
    outline: 0;
}
a, a.button, button, input[type=text], input[type=file], textarea {
    -moz-transition: -moz-box-shadow .5s, border .5s, background .5s;
    -webkit-transition: -webkit-box-shadow .5s, border .5s, background .5s;
    -o-transition: box-shadow .5s, border .5s, background .5s;
    transition: box-shadow .5s, border .5s, background .5s;
}
input.checkbox, input.radio, input[type=checkbox], input[type=radio] {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    vertical-align: center;
}
input[type=checkbox]:focus, input[type=radio]:focus {
    -webkit-box-shadow: 0 0 5px #6DB9FF;
    -moz-box-shadow: 0 0 5px #6DB9FF;
    box-shadow: 0 0 5px #6DB9FF;
    outline-color: #6DB9FF;
}
input.file, input[type=file] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
select {
    display: inline;
    width: auto;
    margin: 0;
    border: 1px solid #315508;
    line-height: 100%;
    padding: 3px;
    vertical-align: middle;
}
select.disabled, select[disabled=disabled] {
    color: #999;
    background: #f5f5f5;
    -moz-box-shadow: inset 0 0 2px #ddd;
    -webkit-box-shadow: inset 0 1px 2px #ddd;
    box-shadow: inset 0 1px 2px #ddd;
}
textarea {
    width: auto;
    height: 200px;
    margin: 0;
    border: 1px solid #315508;
    padding: 5px;
    vertical-align: middle;
    font-family: inherit;
    font-size: .9em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 6px #315508;
    -webkit-box-shadow: inset 0 1px 6px #315508;
    box-shadow: inset 0 1px 6px #315508;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[class*=col_], label[class*=col_], select[class*=col_] {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
form.vertical label {
    display: block;
}
form.vertical input, form.vertical select, form.vertical textarea {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
form.vertical .chzn-choices, form.vertical .chzn-container {
    display: block;
    margin-bottom: 10px;
}
form.vertical input.checkbox, form.vertical input.radio, form.vertical input[type=checkbox], form.vertical input[type=radio], form.vertical label.inline {
    display: inline;
    width: auto;
    margin: 0;
}
label.error {
    color: red;
}
input.error, select.error {
    border: 1px solid red;
}
.notice {
    border: 1px solid gold;
    background: #ffffe0;
    padding: 10px 20px 10px 40px;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #DEAE00;
    line-height: 120%;
    vertical-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, .5);
    position: relative;
    top: 0;
    left: 0;
    clear: both;
}
.notice.error {
    border: 1px solid red;
    background: linen;
    color: red;
}
.notice.success {
    border: 1px solid green;
    background: #90ee90;
    color: green;
}
.notice i[class*=fa-] {
    position: absolute;
    top: 50%;
    left: .8em;
    margin-top: -.6em;
}
.notice a[class*=fa-remove], .notice a[class*=fa-remove]:active, .notice a[class*=fa-remove]:visited {
    text-decoration: none;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: inherit;
    margin-top: 0;
    left: auto;
}
.grid {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 2em;
}
.grid.flex {
    width: 100%;
    max-width: 100%;
    padding: 2em;
}
.row {
    display: block;
    overflow: hidden;
    clear: both;
}
[class*=col_].alpha {
    margin-left: 0;
}
[class*=col_].omega {
    margin-right: 0;
}
.col_1 {
    width: 6.6666666666667%}
.col_2 {
    width: 15%}
.col_3 {
    width: 23.333333333333%}
.col_4 {
    width: 31.666666666667%}
.col_5 {
    width: 40%}
.col_6 {
    width: 48.333333333333%}
.col_7 {
    width: 56.666666666667%}
.col_8 {
    width: 65%}
.col_9 {
    width: 73.333333333333%}
.col_10 {
    width: 81.666666666667%}
.col_11 {
    width: 90%}
.col_12 {
    width: 98.333333333333%}
[class*=col_] {
    margin: .5em .83333333333333%;
    float: left;
    display: block;
}
.grid img {
    max-width: 100%;
    height: auto;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
[class*=col_].visible {
    background: transparent;
    border: 1px solid #315508;
}
@media all and (min-width:1024px) and (max-width:1280px) {
    .grid {
    max-width: 1024px;
}
.show-desktop {
    display: block;
}
.hide-desktop, .show-tablet {
    display: none;
}
.hide-tablet {
    display: block;
}
.show-phone {
    display: none;
}
.hide-phone {
    display: block;
}
}@media all and (min-width:768px) and (max-width:1024px) {
    .grid {
    max-width: 768px;
}
.show-desktop {
    display: none;
}
.hide-desktop, .show-tablet {
    display: block;
}
.hide-tablet, .show-phone {
    display: none;
}
.hide-phone {
    display: block;
}
}@media all and (min-width:480px) and (max-width:768px) {
    .grid [class*=col_] {
    float: none;
    width: auto;
    clear: both;
    display: block;
}
.grid [class*=col_] [class*=col_] {
    margin-left: 0;
    margin-right: 0;
    width: 100%}
.grid {
    max-width: 480px;
}
.show-desktop {
    display: none;
}
.hide-desktop, .show-tablet {
    display: block;
}
.hide-tablet, .show-phone {
    display: none;
}
.hide-phone {
    display: block;
}
}@media all and (max-width:480px) {
    .grid [class*=col_] {
    float: none;
    width: auto;
    clear: both;
    display: block;
}
.grid [class*=col_] [class*=col_] {
    margin-left: 0;
    margin-right: 0;
    width: 100%}
.grid {
    max-width: 100%}
.show-desktop {
    display: none;
}
.hide-desktop {
    display: block;
}
.show-tablet {
    display: none;
}
.hide-tablet, .show-phone {
    display: block;
}
.hide-phone {
    display: none;
}
}.menu {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 0;
    position: relative;
}
.menu:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    position: relative;
    zoom: 1;
    line-height: inherit;
    top: 0;
    left: 0;
    font-size: 16px;
}
.menu li a {
    margin: 0;
    display: block;
    display: inline;
    display: inline-block;
    position: relative;
    zoom: 1;
    line-height: 100%;
    top: 0;
    left: 0;
}
.menu ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 150px;
    max-width: 150%}
.menu ul li {
    display: block;
    width: 100%}
.menu ul li a {
    display: block;
}
.menu ul ul {
    top: 0;
    left: 100%}
.menu li.right {
    float: right;
}
.menu li.has-menu a {
    padding-right: 25px;
}
.menu li.has-menu span.arrow {
    border-style: solid;
    border-width: 5px;
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
}
.menu li li.has-menu span.arrow {
    margin-top: -4px;
}
.menu.vertical li, .menu.vertical li a {
    display: block;
}
.menu.vertical ul {
    top: 0;
    left: 100%}
.menu.vertical li.has-menu span.arrow {
    margin-top: -4px;
}
.menu.vertical.right {
    text-align: left;
}
.menu.vertical.right ul {
    top: 0;
    right: 100%;
    left: auto;
}
.menu.vertical.right li a {
    padding-left: 25px;
    padding-right: 20px;
}
.menu.vertical.right li.has-menu span.arrow {
    right: auto;
    left: 5px;
    margin-top: -4px;
}
.menu {
    border: 1px solid #0d1f17;
    background: #bfe290;
    background: -moz-linear-gradient(top, rgba(191, 226, 144, 1) 0, rgba(180, 225, 120, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(191, 226, 144, 1)), color-stop(100%, rgba(180, 225, 120, 1)));
    background: -webkit-linear-gradient(top, rgba(191, 226, 144, 1) 0, rgba(180, 225, 120, 1) 100%);
    background: -o-linear-gradient(top, rgba(191, 226, 144, 1) 0, rgba(180, 225, 120, 1) 100%);
    background: linear-gradient(top, rgba(191, 226, 144, 1) 0, rgba(180, 225, 120, 1) 100%);
    z-index: 600;
}
.menu li a {
    text-shadow: 0 1px 1px #fff;
    padding: 15px 20px;
    text-decoration: none;
    font-size: .9em;
    color: #315508;
}
.menu li.current.hover>a, .menu li.current>a, .menu li.current>a:hover {
    background: #7abcff;
    background: -moz-linear-gradient(top, rgba(70, 114, 2, 1) 0, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(122, 188, 255, 1)), color-stop(44%, rgba(96, 171, 248, 1)), color-stop(100%, rgba(64, 150, 238, 1)));
    background: -webkit-linear-gradient(top, rgba(122, 188, 255, 1) 0, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
    background: -o-linear-gradient(top, rgba(122, 188, 255, 1) 0, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff',  endColorstr='#4096ee',  GradientType=0);
    background: linear-gradient(top, rgba(122, 188, 255, 1) 0, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    cursor: default;
}
.menu li a:hover, .menu li.hover>a {
    background: #e5fbcc;
	color:#8cc63f !important;
}
.menu ul {
    background: #efefef;
    border: 1px solid #315508;
}
.menu li.has-menu span.arrow {
    border-color-top: #315508;
    border-color: #315508 transparent transparent;
}
.menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow {
    border-color-left: #315508;
    border-color: transparent transparent transparent #315508;
}
.menu.vertical.right li.has-menu span.arrow {
    border-color-right: #315508;
    border-color: transparent #315508 transparent transparent;
}
.menu ul li.divider {
    border-top: 1px solid #315508;
}
.menu ul li.divider a {
    border-top: 1px solid #fff;
}
.menu li.menu-toggle {
    display: none;
}
@media all and (max-width:768px) {
    .grid .menu li, .grid .menu.vertical li, .grid .menu.vertical.right li {
    display: block;
    display: none;
}
.grid .menu li.menu-toggle, .grid .menu.vertical li.menu-toggle, .grid .menu.vertical.right li.menu-toggle, .grid .menu.vertical.right:hover li, .grid .menu.vertical:hover li, .grid .menu:hover li {
    display: block;
}
.grid .menu li li.has-menu span.arrow, .grid .menu li.has-menu span.arrow, .grid .menu.vertical li.has-menu span.arrow, .grid .menu.vertical.right li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow {
    border-color-top: #315508;
    border-color: #315508 transparent transparent;
}
.grid .menu.vertical.right li.has-menu span.arrow {
    right: 5px;
    left: auto;
}
.grid .menu li a {
    display: block;
}
.grid .menu ul, .grid .menu ul ul, .grid .menu.vertical ul, .grid .menu.vertical.right ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 10px;
}
}.slideshow {
    clear: both;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
}
.slideshow li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}
.bx-wrapper, .bx-wrapper * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bx-wrapper {
    position: relative;
    margin: 0 0 60px;
    padding: 0;
}
.bx-wrapper img {
    width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 10px #a1d784 inset;
    -webkit-box-shadow: 0 0 10px #a1d784 inset;
    box-shadow: 0 0 10px #a1d784 inset;
    border: 5px solid #fff;
    left: 0;
    background: #fff;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #a1d784;
    padding-top: 20px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #6bc04b;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #9fd9b4;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(img/controls.png) 0 -32px no-repeat;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(img/controls.png) -43px -32px no-repeat;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, .75);
    width: 100%}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
    padding-top: 5px;
}
#tiptip_holder.tip_right {
    padding-left: 5px;
}
#tiptip_holder.tip_left {
    padding-right: 5px;
}
#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: #212121;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000)) rgba(25, 25, 25, .92);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
    box-shadow: 0 0 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, .35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, .35);
}
#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255, 255, 255, .35);
}
#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, .35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #191919;
    border-top-color: rgba(25, 25, 25, .92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #191919;
    border-bottom-color: rgba(25, 25, 25, .92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #191919;
    border-right-color: rgba(25, 25, 25, .92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #191919;
    border-left-color: rgba(25, 25, 25, .92);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
    padding: 4px 8px 5px;
    background-color: rgba(45, 45, 45, .88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, .88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, .92);
}
}