.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;  object-fit: contain;
margin: 0;
max-height: none;
max-width: none;
padding: 0; -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
} .fancybox-caption {
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -44px;
z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-caption {
padding: 12px;
}
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} .fancybox-container.fancybox-is-open {
z-index:99999;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.fancybox-content {
height: auto!important;
}.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container {
width: 940px;
}
.span12 {
width: 940px;
}
.span11 {
width: 860px;
}
.span10 {
width: 780px;
}
.span9 {
width: 700px;
}
.span8 {
width: 620px;
}
.span7 {
width: 540px;
}
.span6 {
width: 460px;
}
.span5 {
width: 380px;
}
.span4 {
width: 300px;
}
.span3 {
width: 220px;
}
.span2 {
width: 140px;
}
.span1 {
width: 60px;
}
.offset12 {
margin-left: 980px;
}
.offset11 {
margin-left: 900px;
}
.offset10 {
margin-left: 820px;
}
.offset9 {
margin-left: 740px;
}
.offset8 {
margin-left: 660px;
}
.offset7 {
margin-left: 580px;
}
.offset6 {
margin-left: 500px;
}
.offset5 {
margin-left: 420px;
}
.offset4 {
margin-left: 340px;
}
.offset3 {
margin-left: 260px;
}
.offset2 {
margin-left: 180px;
}
.offset1 {
margin-left: 100px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.127659574468085%;
*margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.48936170212765%;
*width: 91.43617021276594%;
}
.row-fluid .span10 {
width: 82.97872340425532%;
*width: 82.92553191489361%;
}
.row-fluid .span9 {
width: 74.46808510638297%;
*width: 74.41489361702126%;
}
.row-fluid .span8 {
width: 65.95744680851064%;
*width: 65.90425531914893%;
}
.row-fluid .span7 {
width: 57.44680851063829%;
*width: 57.39361702127659%;
}
.row-fluid .span6 {
width: 48.93617021276595%;
*width: 48.88297872340425%;
}
.row-fluid .span5 {
width: 40.42553191489362%;
*width: 40.37234042553192%;
}
.row-fluid .span4 {
width: 31.914893617021278%;
*width: 31.861702127659576%;
}
.row-fluid .span3 {
width: 23.404255319148934%;
*width: 23.351063829787233%;
}
.row-fluid .span2 {
width: 14.893617021276595%;
*width: 14.840425531914894%;
}
.row-fluid .span1 {
width: 6.382978723404255%;
*width: 6.329787234042553%;
}
.row-fluid .offset12 {
margin-left: 104.25531914893617%;
*margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
margin-left: 102.12765957446808%;
*margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
margin-left: 95.74468085106382%;
*margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
margin-left: 93.61702127659574%;
*margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
margin-left: 87.23404255319149%;
*margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
margin-left: 85.1063829787234%;
*margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
margin-left: 78.72340425531914%;
*margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
margin-left: 76.59574468085106%;
*margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
margin-left: 70.2127659574468%;
*margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
margin-left: 68.08510638297872%;
*margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
margin-left: 61.70212765957446%;
*margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
margin-left: 59.574468085106375%;
*margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
margin-left: 53.191489361702125%;
*margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
margin-left: 51.063829787234035%;
*margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
margin-left: 44.68085106382979%;
*margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
margin-left: 42.5531914893617%;
*margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
margin-left: 36.170212765957444%;
*margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
margin-left: 34.04255319148936%;
*margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
margin-left: 27.659574468085104%;
*margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
margin-left: 25.53191489361702%;
*margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
margin-left: 19.148936170212764%;
*margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
margin-left: 17.02127659574468%;
*margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
margin-left: 10.638297872340425%;
*margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
margin-left: 8.51063829787234%;
*margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
.container-fluid {
padding-right: 20px;
padding-left: 20px;
*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: "";
line-height: 0;
}
.container-fluid:after {
clear: both;
} table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table th,
.table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table th {
font-weight: bold;
}
.table thead th {
vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
padding: 4px 5px;
}
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapse;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
display: table-cell;
float: none;
margin-left: 0;
}
.table td.span1,
.table th.span1 {
float: none;
width: 44px;
margin-left: 0;
}
.table td.span2,
.table th.span2 {
float: none;
width: 124px;
margin-left: 0;
}
.table td.span3,
.table th.span3 {
float: none;
width: 204px;
margin-left: 0;
}
.table td.span4,
.table th.span4 {
float: none;
width: 284px;
margin-left: 0;
}
.table td.span5,
.table th.span5 {
float: none;
width: 364px;
margin-left: 0;
}
.table td.span6,
.table th.span6 {
float: none;
width: 444px;
margin-left: 0;
}
.table td.span7,
.table th.span7 {
float: none;
width: 524px;
margin-left: 0;
}
.table td.span8,
.table th.span8 {
float: none;
width: 604px;
margin-left: 0;
}
.table td.span9,
.table th.span9 {
float: none;
width: 684px;
margin-left: 0;
}
.table td.span10,
.table th.span10 {
float: none;
width: 764px;
margin-left: 0;
}
.table td.span11,
.table th.span11 {
float: none;
width: 844px;
margin-left: 0;
}
.table td.span12,
.table th.span12 {
float: none;
width: 924px;
margin-left: 0;
}
.table tbody tr.success td {
background-color: #dff0d8;
}
.table tbody tr.error td {
background-color: #f2dede;
}
.table tbody tr.warning td {
background-color: #fcf8e3;
}
.table tbody tr.info td {
background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
background-color: #c4e3f3;
}  button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
border:0;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
} form {
margin: 0 0 20px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 15px;
color: #999999;
}
label,
input,
button,
select,
textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
input,
button,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
display: block;
margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
display: inline-block;
height: 18px;
padding: 2px 6px;
margin-bottom: 10px;
font-size: 12px;
line-height: 18px;
color: #555555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
vertical-align: middle;
}
input,
textarea {
width: 206px;
}
textarea {
height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
background-color: #ffffff;
border:1px solid #d7d7dc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
border-color: rgba(152, 157, 161, 0.8);
outline: 0;
outline: thin dotted \9; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 157, 161,.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 157, 161,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 157, 161,.6);
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
*margin-top: 0; margin-top: 1px \9; line-height: normal;
cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}
select,
input[type="file"] {
height: 30px; *margin-top: 4px; line-height: 30px;
}
select {
width: 220px;
border: 1px solid #cccccc;
background-color: #ffffff;
}
select[multiple],
select[size] {
height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999999;
} .radio,
.checkbox {
min-height: 20px;
padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
display: inline-block;
padding-top: 5px;
margin-bottom: 0;
vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
margin-left: 10px;
} .input-mini {
width: 60px;
}
.input-small {
width: 90px;
}
.input-medium {
width: 150px;
}
.input-large {
width: 210px;
}
.input-xlarge {
width: 270px;
}
.input-xxlarge {
width: 530px;
}
.controls-row {
*zoom: 1;
}
.controls-row:before,
.controls-row:after {
display: table;
content: "";
line-height: 0;
}
.controls-row:after {
clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
padding-top: 5px;
}
.help-inline {
display: inline-block;
*display: inline; *zoom: 1;
vertical-align: middle;
padding-left: 5px;
color: #595959;
}
.input-append {
margin-bottom: 5px;
font-size: 0;
white-space: nowrap;
}
.input-append input,
.input-append select {
font-size: 14px;
}
.input-append input,
.input-append select {
position: relative;
margin-bottom: 0;
*margin-left: 0;
vertical-align: top;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus {
z-index: 2;
}
.input-append .btn {
vertical-align: top;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.input-append .active{
background-color: #a9dba9;
border-color: #46a546;
}
.input-prepend .btn {
margin-right: -1px;
}
.input-append input,
.input-append select {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn {
margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
} .form-search .input-append .search-query{
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.form-search .input-append .search-query {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.form-search .input-append .btn {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
display: inline-block;
*display: inline; *zoom: 1;
margin-bottom: 0;
vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
display: inline-block;
}
.form-search .input-append,
.form-inline .input-append {
margin-bottom: 0;
}
.control-group {
margin-bottom: 10px;
}
legend + .control-group {
margin-top: 20px;
-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
margin-bottom: 20px;
*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
display: table;
content: "";
line-height: 0;
}
.form-horizontal .control-group:after {
clear: both;
}
.form-horizontal .control-label {
float: left;
width: 160px;
padding-top: 5px;
text-align: right;
}
.form-horizontal .controls {
*display: inline-block;
*padding-left: 20px;
margin-left: 180px;
*margin-left: 0;
}
.form-horizontal .controls:first-child {
*padding-left: 180px;
}
.form-horizontal .form-actions {
padding-left: 180px;
}
p.form-submit {
clear:both;
}
.btn {
display: inline-block;
*display: inline; *zoom: 1;
padding: 3px 20px;
margin-bottom: 0;
font:italic 12px/16px "Open Sans", trebuchet, sans-serif;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
*background-color: #e6e6e6; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border:1px solid #d7d7dc;
-webkit-border-radius: 22px 0 22px 0;
-moz-border-radius: 22px 0 22px 0;
border-radius: 22px 0 22px 0;
*margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.btn:focus {
outline: thin dotted #333;
outline: 3px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.active,
.btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-large {
padding: 8px 24px;
font-size: 17px;
-webkit-border-radius: 30px 0 30px 0;
-moz-border-radius: 30px 0 30px 0;
border-radius: 30px 0 30px 0;
}
.btn-small {
padding: 2px 16px;
font-size: 11px;
-webkit-border-radius: 20px 0 20px 0;
-moz-border-radius: 20px 0 20px 0;
border-radius: 20px 0 20px 0;
}
.btn-mini {
padding: 0 12px 1px;
font-size: 10px;
-webkit-border-radius: 16px 0 16px 0;
-moz-border-radius: 16px 0 16px 0;
border-radius: 16px 0 16px 0;
}
.btn-default {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #618b9b;
background-image: -moz-linear-gradient(top, #78a5b6, #618b9b);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#618b9b), to(#78a5b6));
background-image: -webkit-linear-gradient(top, #78a5b6, #618b9b);
background-image: -o-linear-gradient(top, #78a5b6, #618b9b);
background-image: linear-gradient(to bottom, #78a5b6, #618b9b);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78a5b6', endColorstr='#ff618b9b', GradientType=0);
border:1px solid #78a5b6;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-default:hover {
color: #ffffff;
background-color: #618b9b;
*background-color: #003bb3;
}
.btn-grey {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #828d95;
background-image: -moz-linear-gradient(top, #c2c4c5, #828d95);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c2c4c5), to(#828d95));
background-image: -webkit-linear-gradient(top, #c2c4c5, #828d95);
background-image: -o-linear-gradient(top, #c2c4c5, #828d95);
background-image: linear-gradient(to bottom, #c2c4c5, #828d95);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc2c4c5', endColorstr='#ff828d95', GradientType=0);
border:1px solid #9fa6aa;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-grey:hover{
color: #ffffff;
background-color: #828d95;
*background-color: #859097;
}
.btn-amber {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #cc9f34;
background-image: -moz-linear-gradient(top, #e2bc61, #cc9f34);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2bc61), to(#cc9f34));
background-image: -webkit-linear-gradient(top, #e2bc61, #cc9f34);
background-image: -o-linear-gradient(top, #e2bc61, #cc9f34);
background-image: linear-gradient(to bottom, #e2bc61, #cc9f34);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2bc61', endColorstr='#ffcc9f34', GradientType=0);
border:1px solid #d9b04f;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-amber:hover{
color: #ffffff;
background-color: #cc9f34;
*background-color: #cda036;
}
.btn-purple {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #b284ad;
background-image: -moz-linear-gradient(top, #d0a6cb, #b284ad);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0a6cb), to(#b284ad));
background-image: -webkit-linear-gradient(top, #d0a6cb, #b284ad);
background-image: -o-linear-gradient(top, #d0a6cb, #b284ad);
background-image: linear-gradient(to bottom, #d0a6cb, #b284ad);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0a6cb', endColorstr='#ffb284ad', GradientType=0);
border:1px solid #c79cc3;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-purple:hover {
color: #ffffff;
background-color: #b284ad;
}
.btn-red {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #d05e5e;
background-image: -moz-linear-gradient(top, #e08484, #d05e5e);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e08484), to(#d05e5e));
background-image: -webkit-linear-gradient(top, #e08484, #d05e5e);
background-image: -o-linear-gradient(top, #e08484, #d05e5e);
background-image: linear-gradient(to bottom, #e08484, #d05e5e);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe08484', endColorstr='#ffd05e5e', GradientType=0);
border-color: #d05e5e #d05e5e #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #d05e5e; border:1px solid #da7575;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red:hover {
color: #ffffff;
background-color: #d05e5e;
}
button.btn,
input[type="submit"].btn {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
} .navbar {
overflow: visible;
margin-bottom: 20px;
*position: relative;
*z-index: 2;
}
.navbar .container {
width: auto;
}
.nav-collapse.collapse {
height: auto;
overflow: visible;
}
.navbar .btn {
margin-top: 3.5px;
}
.navbar .btn-navbar {
display: none;
float: right;
padding: 7px 10px;
margin-left: 5px;
margin-right: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #cedce0;
background-image: -moz-linear-gradient(top, #f2f2f2, #99bac6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#99bac6));
background-image: -webkit-linear-gradient(top, #f2f2f2, #99bac6);
background-image: -o-linear-gradient(top, #f2f2f2, #99bac6);
background-image: linear-gradient(to bottom, #f2f2f2, #99bac6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ff99bac6', GradientType=0);
border-color: #99bac6 #99bac6 #6899aa;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #99bac6; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
color: #ffffff;
background-color: #99bac6;
*background-color: #88afbd;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
background-color: #78a4b4 \9;
} .collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.collapse.in {
height: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important ;
}
.visible-tablet {
display: inherit !important;
}
.hidden-tablet {
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important;
}
.visible-phone {
display: inherit !important;
}
.hidden-phone {
display: none !important;
}
}
@media (max-width: 767px) {
body {
padding-left: 20px;
padding-right: 20px;
}
.container-fluid {
padding: 0;
}
.dl-horizontal dt {
float: none;
clear: none;
width: auto;
text-align: left;
}
.dl-horizontal dd {
margin-left: 0;
}
.container {
width: auto;
}
.row-fluid {
width: 100%;
}
.row {
margin-left: 0;
}
[class*="span"],
.row-fluid [class*="span"] {
float: none;
display: block;
width: 100%;
margin-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.span12,
.row-fluid .span12 {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*="offset"]:first-child {
margin-left: 0;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
display: block;
width: 100%;
min-height: 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.input-append input,
.input-append input[class*="span"] {
display: inline-block;
width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0;
}
}
@media (max-width: 480px) {
.nav-collapse {
-webkit-transform: translate3d(0, 0, 0);
}
input[type="checkbox"],
input[type="radio"] {
border: 1px solid #ccc;
}
.form-horizontal .control-label {
float: none;
width: auto;
padding-top: 0;
text-align: left;
}
.form-horizontal .controls {
margin-left: 0;
}
.form-horizontal .control-list {
padding-top: 0;
}
.form-horizontal .form-actions {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container {
width: 724px;
}
.span12 {
width: 724px;
}
.span11 {
width: 662px;
}
.span10 {
width: 600px;
}
.span9 {
width: 538px;
}
.span8 {
width: 476px;
}
.span7 {
width: 414px;
}
.span6 {
width: 352px;
}
.span5 {
width: 290px;
}
.span4 {
width: 228px;
}
.span3 {
width: 166px;
}
.span2 {
width: 104px;
}
.span1 {
width: 42px;
}
.offset12 {
margin-left: 764px;
}
.offset11 {
margin-left: 702px;
}
.offset10 {
margin-left: 640px;
}
.offset9 {
margin-left: 578px;
}
.offset8 {
margin-left: 516px;
}
.offset7 {
margin-left: 454px;
}
.offset6 {
margin-left: 392px;
}
.offset5 {
margin-left: 330px;
}
.offset4 {
margin-left: 268px;
}
.offset3 {
margin-left: 206px;
}
.offset2 {
margin-left: 144px;
}
.offset1 {
margin-left: 82px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.7624309392265194%;
*margin-left: 2.709239449864817%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.7624309392265194%;
}
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.43646408839778%;
*width: 91.38327259903608%;
}
.row-fluid .span10 {
width: 82.87292817679558%;
*width: 82.81973668743387%;
}
.row-fluid .span9 {
width: 74.30939226519337%;
*width: 74.25620077583166%;
}
.row-fluid .span8 {
width: 65.74585635359117%;
*width: 65.69266486422946%;
}
.row-fluid .span7 {
width: 57.18232044198895%;
*width: 57.12912895262725%;
}
.row-fluid .span6 {
width: 48.61878453038674%;
*width: 48.56559304102504%;
}
.row-fluid .span5 {
width: 40.05524861878453%;
*width: 40.00205712942283%;
}
.row-fluid .span4 {
width: 31.491712707182323%;
*width: 31.43852121782062%;
}
.row-fluid .span3 {
width: 22.92817679558011%;
*width: 22.87498530621841%;
}
.row-fluid .span2 {
width: 14.3646408839779%;
*width: 14.311449394616199%;
}
.row-fluid .span1 {
width: 5.801104972375691%;
*width: 5.747913483013988%;
}
.row-fluid .offset12 {
margin-left: 105.52486187845304%;
*margin-left: 105.41847889972962%;
}
.row-fluid .offset12:first-child {
margin-left: 102.76243093922652%;
*margin-left: 102.6560479605031%;
}
.row-fluid .offset11 {
margin-left: 96.96132596685082%;
*margin-left: 96.8549429881274%;
}
.row-fluid .offset11:first-child {
margin-left: 94.1988950276243%;
*margin-left: 94.09251204890089%;
}
.row-fluid .offset10 {
margin-left: 88.39779005524862%;
*margin-left: 88.2914070765252%;
}
.row-fluid .offset10:first-child {
margin-left: 85.6353591160221%;
*margin-left: 85.52897613729868%;
}
.row-fluid .offset9 {
margin-left: 79.8342541436464%;
*margin-left: 79.72787116492299%;
}
.row-fluid .offset9:first-child {
margin-left: 77.07182320441989%;
*margin-left: 76.96544022569647%;
}
.row-fluid .offset8 {
margin-left: 71.2707182320442%;
*margin-left: 71.16433525332079%;
}
.row-fluid .offset8:first-child {
margin-left: 68.50828729281768%;
*margin-left: 68.40190431409427%;
}
.row-fluid .offset7 {
margin-left: 62.70718232044199%;
*margin-left: 62.600799341718584%;
}
.row-fluid .offset7:first-child {
margin-left: 59.94475138121547%;
*margin-left: 59.838368402492065%;
}
.row-fluid .offset6 {
margin-left: 54.14364640883978%;
*margin-left: 54.037263430116376%;
}
.row-fluid .offset6:first-child {
margin-left: 51.38121546961326%;
*margin-left: 51.27483249088986%;
}
.row-fluid .offset5 {
margin-left: 45.58011049723757%;
*margin-left: 45.47372751851417%;
}
.row-fluid .offset5:first-child {
margin-left: 42.81767955801105%;
*margin-left: 42.71129657928765%;
}
.row-fluid .offset4 {
margin-left: 37.01657458563536%;
*margin-left: 36.91019160691196%;
}
.row-fluid .offset4:first-child {
margin-left: 34.25414364640884%;
*margin-left: 34.14776066768544%;
}
.row-fluid .offset3 {
margin-left: 28.45303867403315%;
*margin-left: 28.346655695309746%;
}
.row-fluid .offset3:first-child {
margin-left: 25.69060773480663%;
*margin-left: 25.584224756083227%;
}
.row-fluid .offset2 {
margin-left: 19.88950276243094%;
*margin-left: 19.783119783707537%;
}
.row-fluid .offset2:first-child {
margin-left: 17.12707182320442%;
*margin-left: 17.02068884448102%;
}
.row-fluid .offset1 {
margin-left: 11.32596685082873%;
*margin-left: 11.219583872105325%;
}
.row-fluid .offset1:first-child {
margin-left: 8.56353591160221%;
*margin-left: 8.457152932878806%;
}
input,
textarea {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.row {
margin-left: -30px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 30px;
}
.container {
width: 1170px;
}
.span12 {
width: 1170px;
}
.span11 {
width: 1070px;
}
.span10 {
width: 970px;
}
.span9 {
width: 870px;
}
.span8 {
width: 770px;
}
.span7 {
width: 670px;
}
.span6 {
width: 570px;
}
.span5 {
width: 470px;
}
.span4 {
width: 370px;
}
.span3 {
width: 270px;
}
.span2 {
width: 170px;
}
.span1 {
width: 70px;
}
.offset12 {
margin-left: 1230px;
}
.offset11 {
margin-left: 1130px;
}
.offset10 {
margin-left: 1030px;
}
.offset9 {
margin-left: 930px;
}
.offset8 {
margin-left: 830px;
}
.offset7 {
margin-left: 730px;
}
.offset6 {
margin-left: 630px;
}
.offset5 {
margin-left: 530px;
}
.offset4 {
margin-left: 430px;
}
.offset3 {
margin-left: 330px;
}
.offset2 {
margin-left: 230px;
}
.offset1 {
margin-left: 130px;
}
.row-fluid {
width: 100%;
*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
display: table;
content: "";
line-height: 0;
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*="span"] {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.564102564102564%;
*margin-left: 2.5109110747408616%;
}
.row-fluid [class*="span"]:first-child {
margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
margin-left: 2.564102564102564%;
}  
.row-fluid .span12 {
width: 100%;
*width: 99.94680851063829%;
}
.row-fluid .span11 {
width: 91.45299145299145%;
*width: 91.39979996362975%;
}
.row-fluid .span10 {
width: 82.90598290598291%;
*width: 82.8527914166212%;
}
.row-fluid .span9 {
width: 74.35897435897436%;
*width: 74.30578286961266%;
}
.row-fluid .span8 {
width: 65.81196581196582%;
*width: 65.75877432260411%;
}
.row-fluid .span7 {
width: 57.26495726495726%;
*width: 57.21176577559556%;
}
.row-fluid .span6 {
width: 48.717948717948715%;
*width: 48.664757228587014%;
}
.row-fluid .span5 {
width: 40.17094017094017%;
*width: 40.11774868157847%;
}
.row-fluid .span4 {
width: 31.623931623931625%;
*width: 31.570740134569924%;
}
.row-fluid .span3 {
width: 23.076923076923077%;
*width: 23.023731587561375%;
}
.row-fluid .span2 {
width: 14.52991452991453%;
*width: 14.476723040552828%;
}
.row-fluid .span1 {
width: 5.982905982905983%;
*width: 5.929714493544281%;
}
.row-fluid .offset12 {
margin-left: 105.12820512820512%;
*margin-left: 105.02182214948171%;
}
.row-fluid .offset12:first-child {
margin-left: 102.56410256410257%;
*margin-left: 102.45771958537915%;
}
.row-fluid .offset11 {
margin-left: 96.58119658119658%;
*margin-left: 96.47481360247316%;
}
.row-fluid .offset11:first-child {
margin-left: 94.01709401709402%;
*margin-left: 93.91071103837061%;
}
.row-fluid .offset10 {
margin-left: 88.03418803418803%;
*margin-left: 87.92780505546462%;
}
.row-fluid .offset10:first-child {
margin-left: 85.47008547008548%;
*margin-left: 85.36370249136206%;
}
.row-fluid .offset9 {
margin-left: 79.48717948717949%;
*margin-left: 79.38079650845607%;
}
.row-fluid .offset9:first-child {
margin-left: 76.92307692307693%;
*margin-left: 76.81669394435352%;
}
.row-fluid .offset8 {
margin-left: 70.94017094017094%;
*margin-left: 70.83378796144753%;
}
.row-fluid .offset8:first-child {
margin-left: 68.37606837606839%;
*margin-left: 68.26968539734497%;
}
.row-fluid .offset7 {
margin-left: 62.393162393162385%;
*margin-left: 62.28677941443899%;
}
.row-fluid .offset7:first-child {
margin-left: 59.82905982905982%;
*margin-left: 59.72267685033642%;
}
.row-fluid .offset6 {
margin-left: 53.84615384615384%;
*margin-left: 53.739770867430444%;
}
.row-fluid .offset6:first-child {
margin-left: 51.28205128205128%;
*margin-left: 51.175668303327875%;
}
.row-fluid .offset5 {
margin-left: 45.299145299145295%;
*margin-left: 45.1927623204219%;
}
.row-fluid .offset5:first-child {
margin-left: 42.73504273504273%;
*margin-left: 42.62865975631933%;
}
.row-fluid .offset4 {
margin-left: 36.75213675213675%;
*margin-left: 36.645753773413354%;
}
.row-fluid .offset4:first-child {
margin-left: 34.18803418803419%;
*margin-left: 34.081651209310785%;
}
.row-fluid .offset3 {
margin-left: 28.205128205128204%;
*margin-left: 28.0987452264048%;
}
.row-fluid .offset3:first-child {
margin-left: 25.641025641025642%;
*margin-left: 25.53464266230224%;
}
.row-fluid .offset2 {
margin-left: 19.65811965811966%;
*margin-left: 19.551736679396257%;
}
.row-fluid .offset2:first-child {
margin-left: 17.094017094017094%;
*margin-left: 16.98763411529369%;
}
.row-fluid .offset1 {
margin-left: 11.11111111111111%;
*margin-left: 11.004728132387708%;
}
.row-fluid .offset1:first-child {
margin-left: 8.547008547008547%;
*margin-left: 8.440625568285142%;
}
input,
textarea {
margin-left: 0;
}
}
@media (max-width: 679px) {
body {
padding-top: 0;
}
.navbar .container {
width: auto;
padding: 0;
}
.nav-collapse {
clear: both;
}
.nav-collapse .nav {
float: none;
margin: 0 0 10px;
}
.nav-collapse .nav > li {
float: none;
}
.nav-collapse .nav > li > a {
margin-bottom: 2px;
}
.nav-collapse .nav > li > a{
padding: 9px 15px;
font-weight: bold;
color: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.nav-collapse .btn {
padding: 4px 10px 4px;
font-weight: normal;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.nav-collapse .nav > li > a:hover {
background-color: #a9c5cf;
}
.nav-collapse,
.nav-collapse.collapse {
overflow: hidden;
height: 0;
}
.navbar .btn-navbar {
display: block;
}
}
@media (min-width: 680px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}@font-face {
font-family: 'oxygenlight';
src: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/oxygen-light-webfont.eot);
src: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/oxygen-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/oxygen-light-webfont.woff) format('woff'),
url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/oxygen-light-webfont.ttf) format('truetype'),
url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/oxygen-light-webfont.svg#oxygenlight) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sans';
src: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/opensans-regular-webfont.eot);
src: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/opensans-regular-webfont.woff) format('woff'),
url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/opensans-regular-webfont.ttf) format('truetype'),
url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/fonts/opensans-regular-webfont.svg#open_sans) format('svg');
font-weight: normal;
font-style: normal;
} html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
article, aside,details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
} html {
font-size: 100%;
font-family: "PT Sans", Arial, Helvetica, sans-serif;
color:#747474;
}
body {
font-size:13px;
font-size: 0.813rem;
line-height:21px;
line-height:1.313rem;
} embed,
iframe,
object,
video {
max-width: 100%;
}
svg:not(:root) {
overflow: hidden;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
} #page-top-bg {
width:100%;
height:353px;
position:fixed;
background-color:#fff;
border-top:6px solid #595a67;
border-bottom:1px solid #bcbcbc;
}
#centered-wrapper {
max-width:1200px;
margin:auto;
position:relative;
top:6px;
}
#logo-wrapper {
min-height:60px;
padding:30px 0;
text-align:center;
}
#logo img {
margin:auto;
}
#content-wrapper {
min-height:200px;
background-color:#f8f8f8;
border-bottom:5px solid #595a67;
border-radius:60px 60px 0 0;
-webkit-border-radius: 60px 60px 0px 0px;
-webkit-box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, .2);  
box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, .2);	
}
#footer-wrapper {
padding:20px 0 0;
bottom:0;
background-color:#78a5b6;
border-top:1px solid #fff;
color:#fff;
line-height:17px;
line-height:1.063rem;
}
#page-footer-wrapper {
text-align:center;
padding:20px 0;
font-size:12px;
font-size: 0.75rem;
line-height:19px;
line-height:1.125rem;
color:#747474;
} #nav-wrapper {
background-color:#78a5b6;
border-radius:60px 60px 0 0;
-webkit-border-radius: 60px 60px 0px 0px;
height:37px;
text-align:center;
font:normal 14px open_sans, Arial, sans-serif;
font-size: 0.875rem;
color:#fff;
}
#showcase-wrapper {
border-bottom:1px solid #B2C1CC;
}
#showcase-footer {
height:5px;
border-bottom:1px solid #D7DFE6;
}
#showcase-shadow {}
#showcase-shadow  img {
display:block;
}
#showcase img {
margin: auto;
}
#breadcrumbs {
margin-top:8px;
font:italic 11px verdana, sans-serif;
font-size: 0.688rem;
color:#9da2a9;
}
#content {
min-height:120px;
padding:40px 15px;
border-bottom:1px solid #8faeb8;
color:#676869;
}
#right-column {
padding-top:5px;
}
#bottom-wrapper {
margin-top:25px;
} p {
margin-bottom:20px;
margin-bottom: 1.250rem;
}
h1, h2, h3, h4, h5, h6{
font-family: open_sans, sans-serif;
font-weight:400;
color:#333;
margin-bottom:16px;
margin-bottom:1rem;
}
h4, h5, h6 {
margin-bottom:11px;
margin-bottom:0.688rem;
}
h1 {
font-size:24px; 
font-size:1.5rem;
}
h2 {
font-size:21px; 
font-size:1.313rem;
}
h3 {
font-size:18px; 
font-size:1.125rem;
}
h4 {
font-size:16px; 
font-size:1rem;
}
h5 {
font-size:14px; 
font-size: 0.875rem;
}
h6 {
font-size:12px; 
font-size: 0.750rem;
}
h1.entry-title {
margin-bottom:15px;
line-height: 28px;
line-height: 1.750rem;
}
h1.entry-title a,
h1.intro-title a {
display:block;
min-height:22px;
}
h1.intro-title {
font-size:20px; 
font-size:1.250rem;
line-height:22px;
line-height:1.375rem;
}
aside h3 {
font-size:16px; 
font-size:1rem;
}
aside h4{
font-size:14px; 
font-size: 0.875rem;
}
#footer-wrapper aside h4 {
color:#fff;
}
h1.entry-title-status,
h2.status-date {
margin-bottom:8px;
} .colour-default {color:#5e97ad;}
.colour-grey {color:#828d95;}
.colour-red {color:#d05e5e;}
.colour-amber {color:#cc9f34;}
.colour-purple {color:#ba8cb5;}
.colour-mycustom {color:#000;} h1#site-title {
font:normal 40px oxygenlight,arial,sans-serif;
font-size:2.500rem;
margin-bottom:0px;
}
h2#site-description {
font:normal 14px arial,sans-serif; 
font-size: 0.875rem;
margin-bottom:0;
}
h2.aside-title {
font-style:italic;
font-size:20px;
color:#d6d7d8;
}
.sticky span.featured-post{
vertical-align: 5px;
font-size: 16px;
font-size: 1rem;
font-style: italic;
color: #cc9f34;
}
address {
margin:20px 0;
}
kbd {
font-size:14px;
font-size: 0.875rem;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
color:#333;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
.dropcap:first-letter,
.dropcap-grey:first-letter,
.dropcap-red:first-letter,
.dropcap-amber:first-letter,
.dropcap-purple:first-letter {
display:block;
margin:7px 8px 0px 0px;
float:left;
font-size:44px;
font-family:"Dancing Script", Georgia,Times,serif;
color:#5e97ad;
}
.dropcap-grey:first-letter {
color:#828d95;
}
.dropcap-red:first-letter {
color:#d05e5e;
}
.dropcap-amber:first-letter {
color:#cc9f34;
}
.dropcap-purple:first-letter {
color:#ba8cb5;
}
.drop-default,
.drop-red,
.drop-grey,
.drop-amber,
.drop-purple	{
display:block;
height:37px;
width:37px;
float:left;
text-align:center;
font:normal 25px open_sans, sans-serif;
font-size:1.563rem;
background: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/images/dropcap.png) 0 0 no-repeat;
margin:0 9px 0 0;
color:#fff;
overflow:hidden;
}
.drop-default {
background-color:#78a5b6;
}
.drop-red {
background-color:#d05e5e;
}
.drop-grey	{
background-color:#828d95;
}
.drop-amber  {
background-color:#cc9f34;
}
.drop-purple  {
background-color:#ba8cb5;
}
blockquote {
min-height:44px;
width:85%;
background: transparent url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/images/blockquote.png) 0 9px no-repeat;
margin:0 auto 10px;
padding:20px 0 20px 32px;
font-style:italic;
font-size:15px;
font-size: 0.938rem;
}
blockquote p {
margin:0;
}
blockquote.quote-right {
float:right;
margin:0 0 20px 24px;
padding-top:12px;
}
blockquote.quote-left {
float:left;
margin:0 24px 20px 0;
padding-top:12px;	
}
blockquote small,
cite{
font-size:11px;
font-size: 0.688rem;
color:#79a5b4;
}
cite {
font-style:normal;
} a:link, 
a:visited {	 
text-decoration:none;
}
a:hover {
}
a:focus {
outline:none;
}
h1 a:link,
h1 a:visited,
#right-column a:link,
#right-column a:visited {}
h1 a:hover,
#right-column a:hover {	}
#footer-wrapper aside a {} ol#comment-list,
ol.children {
margin-left: 0;
list-style: none;
}
ol.children {
margin-left: 24px;
margin-left: 1.5rem;
} ol#comment-list,
ol.children {
margin-left: 0;
list-style: none;
}
ol.children {
margin-left: 24px;
margin-left: 1.5rem;
}
header.comment-meta {
margin-bottom: 0.75rem;
padding: 6px 5px;
background-color: #f2f2f2;
font-style: italic;
}
p.comment-awaiting-moderation {}
.reply {
margin-bottom: 20px;
margin-bottom: 1.250rem;
} ul,
ol ,
dl {
margin: 10px 0 12px 30px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin:7px 0 7px 23px;
}
li {
line-height: 18px;
line-height: 1.125rem;
} dl {
margin-left:0;
}
dt {
text-transform:uppercase;
}
dd {
background:none no-repeat left top;
margin:10px 10px 10px 30px;
padding-left:10px;
font-style:italic;
}
dd.dl-line {
border-left:1px solid #e1e1e1;
} ul.square {
list-style-type: square;
}
ol.upper-alpha {
list-style-type: upper-alpha;
}
ol.lower-alpha {
list-style-type: lower-alpha;
}
ol.upper-roman {
list-style-type: upper-roman;
}
ol.lower-roman {
list-style-type: lower-roman;
}
ol.decimal-leading-zero {
list-style-type: decimal-leading-zero;
} aside ul,
aside ul.list-arrow1,
aside ul.list-arrow2,
aside ul.list-arrow3,
aside ul.list-arrow4 {
list-style: none;
margin: 15px 0;
}
aside ul li {
border-bottom: 1px solid #dedede;
line-height: 18px;
line-height: 1.125rem;
} ul.list-arrow1,
ul.list-arrow2,
ul.list-arrow3,
ul.list-arrow4 {
list-style: none; 
margin: 18px;
}
aside ul.list-arrow1 li,
aside ul.list-arrow2 li,
aside ul.list-arrow3 li,
aside ul.list-arrow4 li {
line-height: 18px;
line-height: 1.125rem;
border-bottom: none;
}
ul.list-arrow1 li,
ul.list-arrow2 li,
ul.list-arrow3 li,
ul.list-arrow4 li {
line-height: 18px;
line-height: 1.125rem;
margin-bottom: 10px;
padding: 0 0 0 30px;
background-image: none;
}
ul.list-arrow1 li{
background: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/images/list-styles.png) -120px -1px no-repeat;
}	
ul.list-arrow2 li {
background: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/images/list-styles.png) -100px -21px no-repeat;
}
ul.list-arrow3 li {
background: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/images/list-styles.png) -80px -41px no-repeat;
}
ul.list-arrow4 li {
background: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/images/list-styles.png) -60px -61px no-repeat;
} ul.list-arrow1.list-amber li {
background-position: -120px -161px;
}	
ul.list-arrow2.list-amber  li {
background-position: -100px -181px;
}
ul.list-arrow3.list-amber  li {
background-position: -80px -201px;
}
ul.list-arrow4.list-amber  li {
background-position: -60px -221px;
} ul.list-arrow1.list-purple li {
background-position: -120px -321px;
}	
ul.list-arrow2.list-purple  li {
background-position: -100px -341px;
}
ul.list-arrow3.list-purple  li {
background-position: -80px -361px;
}
ul.list-arrow4.list-purple  li {
background-position: -60px -381px;
} ul.list-arrow1.list-red li {
background-position: -120px -481px;
}	
ul.list-arrow2.list-red  li {
background-position: -100px -501px;
}
ul.list-arrow3.list-red  li {
background-position: -80px -521px;
}
ul.list-arrow4.list-red  li {
background-position: -60px -541px;
} ul.list-arrow1.list-grey li {
background-position: -120px -641px;
}	
ul.list-arrow2.list-grey  li {
background-position: -100px -661px;
}
ul.list-arrow3.list-grey  li {
background-position: -80px -681px;
}
ul.list-arrow4.list-grey  li {
background-position: -60px -701px;
} .comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
max-width: 100%;
} .comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
height: auto;
max-width: 100%;
} embed,
iframe,
object,
video {
margin-bottom: 24px;
max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
margin-bottom: 0;
} img {
display:inline-block; max-width: 100%;  height: auto; vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
} .img-intro img,
.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.img-full-left img,
.img-full-right img,
.img-full-none img,
.imageborder,
.contact-image img,
.entry-attachment img,
img.alignnone,
img.alignright,
img.alignleft,
img.aligncenter,
div.wp-caption img {
border-bottom:8px solid #78a5b6;
}
.entry-attachment img {
border-width:12px; 
margin-bottom:15px;
}
.img-intro img,
.img-intro-left img, 
.img-full-left img,
div.wp-caption.alignleft,
img.alignleft {
float:left; 
margin:5px 30px 20px 0;
}
.img-intro-right img,
.img-full-right img,
div.wp-caption.alignright,
img.alignright {
float:right; 
margin:8px 0 20px 30px;
}
.img-intro-none img,
.img-full-none img,
div.wp-caption.alignnone,
img.alignnone {
float:none; 
margin:8px 0 20px;
}
div.wp-caption.aligncenter,
img.aligncenter {
margin:8px auto 20px;
}
.wp-caption-text {
text-align:center;
margin-top:4px;
margin-bottom:6px;
}
.wp-caption {
max-width: 100%; } .attachment-details {
font:normal 14px arial,helvetica, sans-serif;
color:#a6a8a5;
text-transform:uppercase;
margin:0 auto 14px;
}
span.mini {
font-size:11px;
text-transform:normal;
}
.entry-caption {
font-size:18px;
}
.entry-description {
width:40%;
margin:auto;
} .gallery {
display: block;
clear: both;
overflow: hidden;
margin: 0 auto;
}
.gallery .gallery-row {
display: block;
clear: both;
overflow: hidden;
margin: 0;
}
.gallery .gallery-item {
overflow: hidden;
float: left;
margin: 20px .85% 0 .85%;
text-align: center;
list-style: none;
padding: 0;	
}
.gallery .gallery-icon img.attachment-thumbnail {
border-bottom:8px solid #78a5b6;
}
.gallery .gallery-item .gallery-icon img {
width: auto;
height: auto;
margin: 0 auto;	
}
.gallery-caption {
margin-left: 0;
}
.gallery-columns-0 dl { width: 100%; }
.gallery-columns-1 dl { width: 100%; }
.gallery-columns-2 dl { width: 48.3%; }
.gallery-columns-3 dl { width: 31.63%; }
.gallery-columns-4 dl { width: 23.3%; }
.gallery-columns-5 dl { width: 18.3%; }
.gallery-columns-6 dl { width: 14.96%; }
.gallery-columns-7 dl { width: 12.58%; }
.gallery-columns-8 dl { width: 10.80%; }
.gallery-columns-9 dl { width: 9.41%; }
.gallery-columns-10 dl { width: 8%; } .gj-intro {}	
.gj-article-details {}
.gj-actions,
.gj-actions li,
.article-info,
.article-info dd {
display:inline;
}
.article-info dd {
margin:0 12px 0 0;
padding:0;
}
.article-info dd:first-child {
margin-left:0;
}
.gj-article-details {
margin:12px 0 18px;
font:normal 11px verdana, helvetica, sans-serif;
font-size:0.688rem;
}
.gj-item-separator {
height:56px;
}
.category-description{
margin-bottom:40px;
}
hr {
margin: 30px 0;
border: 0;
}
.entry-footer {
font-style: italic;
margin: 30px 0;
margin: 1.875rem 0;	
clear:both;
}
.page-links,
.cat-links,
.tag-links,
.modified-date {
font-weight: bold;
font-style: normal;
}
aside#author-info,
nav.nav-single {
margin-bottom: 48px;
margin-bottom: 3rem;
}
.bypostauthor {}
.aside-post {
border-left:5px solid #e7e9ea;
padding-left:12px;
}
.aside-entry-meta {
font:italic 11px verdana, arial, helvetica, sans-serif;
}
.status-date {
font-size:12px;
}
#author-avatar {
background-color:#c4c4c4;
}
#author-link {
font-size:.688rem;
padding:6px 0;
font-style:italic;
}
#author-description,
nav.nav-single {
padding:7px;
background-color:#f2f2f2;
}
#author-title,
#comments-title {
font-size: 16px;
font-size: 1rem;
}
.assistive-text {
margin-bottom: 0;
}
#comments-title {
margin-bottom: 16px;
margin-bottom: 1rem;
}
cite {
font-size: 11px;
font-size: 0.688rem;
}
cite.fn {
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
}
cite.fn span,
.comment-date {
font-size: 11px;
font-size: 0.688rem;
font-weight: normal;
}
blockquote cite:after {
content: ' \2014 \00A0';
}
span.edit-link,
.reply {
font-size: 11px;
font-size: 0.688rem;
} .form-horizontal .control-label {
width:60px;
}
.form-horizontal .controls {
margin-left:60px;
}
#commentform p.form-submit {
text-indent:90px;
}
p.help-inline,
span.required {
font-size:11px;
font-size:0.688rem;
font-style:italic;
} .display-limit {
margin-bottom:20px;
}
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table th,
.table td {
padding:6px;  
text-align: left;
vertical-align: top;
}
.table th {
font-size:16px;
letter-spacing:1px;
}
.table-striped thead tr {
background-color: #78a5b6;
color:#fff;
}
.table-striped thead tr a {
color:#fff;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
background-color: #e9e9e9;
}
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
background-color: #fff;
}
.alignright,
.pull-right {
float:right;
}
.alignleft,
.pull-left {
float:left;
}
.aligncenter {
margin-left:auto;
margin-right:auto;
} .module {
margin-bottom:25px;
margin-bottom:1.563rem;
} .modline-outer {
height:2px;
border-top:1px solid #78a5b6;
border-bottom:1px solid #78a5b6;
margin-bottom:18px;
}
.modline-inner {
width:25%;
height:2px;
background-color:#78a5b6;
} #gj-menu a {
color:#fff;
text-decoration:none;
} aside ul li {
margin:0;
padding:6px 0;
border-bottom:1px solid #dadddf;
}
aside ul li:hover,
aside ul.menu li:hover {
border-bottom:1px solid #ededed;
}
aside ul li a:link {
}
aside ul li:hover a {
}
aside ul.list-arrow1 li:hover,
aside ul.list-arrow2 li:hover,
aside ul.list-arrow3 li:hover,
aside ul.list-arrow4 li:hover,
aside .thumbnails > li:hover  {
border: none;
}
#footer-wrapper li,
.wk-twitter-list article {
border-color:#afc7cf;
}
#footer-wrapper li:hover {
border-color:#84a2ab;
}
aside .thumbnails {
margin-top:4px;
margin-left:0;
}
aside .thumbnails > li {
padding:0;
border:none;
}
aside .thumbnails img {
border-width:4px;
} aside ul.menu li {
list-style:none;
margin-left:0;
}
aside ul.menu li {
margin:0;
padding:6px 0;
border-bottom:1px solid #dadddf;
}
aside ul.menu li.current a:link,
aside ul.menu li a:hover	{}
aside ul.sub-menu {
margin:3px 0 0 12px;
}
aside ul.sub-menu li:last-child {
border:none;
padding-bottom:0;
} aside ul.menu li .current > a,
aside ul.menu li .active > a,
aside ul.menu li .current-menu-item > a,
aside ul.menu li .current-menu-ancestor > a,
aside ul.menu li .current_page_item > a,
aside ul.menu li .current_page_ancestor > a {
} #s.span2 {
margin-left: 0;
} #footer-wrapper .module.menu li {
border:none;
}
#footer-wrapper .module.menu ul li a {
background:#84a2ab;
color:#fff;
}
#footer-wrapper .module.menu ul li.current a:link,
#footer-wrapper .module.menu ul li a:hover	{
background-color:#c6d8dd;
color:#747474;
} code, pre {
padding: 0 3px 2px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
code {
margin:0 1px;
padding: 2px 7px;
color: #cc9834;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block; 
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background: url(//antiquewhite-skunk-151588.hostingersite.com/wp-content/themes/preference-lite/images/pre.png) repeat #f6f6f6;
border: 1px solid #dfe0e3;
font: 12px/18px Monaco, Consolas, "Courier News", monospace;
padding: 17px;
margin:15px 0;
} .wk-twitter .image {
padding:0;
border-color:#b8c9ce;
} .form-horizontal .control-group {
margin:12px 0;
}  .menu-toggle {
padding: 3px 30px;
margin:8px 15px 0;
color: #ffffff;
font-size:12px;
-webkit-border-radius: 22px 22px 0 0;
-moz-border-radius: 22px 22px 0 0;
border-radius: 22px 22px 0 0 ;
line-height: 1.428571429;
font-weight: normal;
color: #fff;
background-color: #e6e6e6;
background-repeat: repeat-x;
background-color: #618b9b;
background-image: -moz-linear-gradient(top, #8db9c9, #618b9b);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#618b9b), to(#8db9c9));
background-image: -webkit-linear-gradient(top, #8db9c9, #618b9b);
background-image: -o-linear-gradient(top, #8db9c9, #618b9b);
background-image: linear-gradient(to bottom, #8db9c9, #618b9b);
box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle {
cursor: default;
}
.menu-toggle:hover {
color: #fff;
background-color: #618b9b;
background-image: -moz-linear-gradient(top, #8db9c9, #618b9b);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8db9c9), to(#618b9b));
background-image: -webkit-linear-gradient(top, #618b9b, #8db9c9);
background-image: -o-linear-gradient(top, #618b9b, #8db9c9);
background-image: linear-gradient(to bottom, #618b9b, #8db9c9);
cursor: pointer;
}
.menu-toggle:active,
.menu-toggle.toggled-on {
color: #fff;
background-color: #618b9b;
background-image: -moz-linear-gradient(top, #8db9c9, #618b9b);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8db9c9), to(#618b9b));
background-image: -webkit-linear-gradient(top, #618b9b, #8db9c9);
background-image: -o-linear-gradient(top, #618b9b, #8db9c9);
background-image: linear-gradient(to bottom, #618b9b, #8db9c9);
border: none;
} .main-navigation {
margin-top: 0;
text-align: center;
}
.main-navigation li {
background-image:none;
margin-top: 0;
padding-left:0;
}
.main-navigation a {
color: #fff;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
display: inline-block;
} @media screen and (min-width: 600px) {
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
display: inline-block !important;
text-align: center;
width: 100%;
}
.main-navigation ul {
margin: 0;
text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
display: inline-block;
text-decoration: none;
}
.main-navigation li a {
border-bottom: 0;
padding:10px 13px 9px;
white-space: nowrap;
}
.main-navigation li a:hover {
}
.main-navigation li {
position: relative;
}
.main-navigation ul.sub-menu li {
margin-right:0;
text-align:left;
}
.main-navigation li ul {
display: none;
margin: -6px;
padding:0 5px 12px 5px;
position: absolute;
top: 100%;
left:0; z-index: 9999; -webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,.5);
box-shadow: 0 8px 10px 0 rgba(0,0,0,.5);
}
.main-navigation li ul ul {
top: 0;
left: 90%; }
.main-navigation ul li:hover > ul {
display: block;
padding:12px 5px 12px 5px;
border-radius:12px;
}
.main-navigation li ul li a {
display: block;
font-size: 12px;
line-height: 12px;
line-height: 1.7;
padding: 4px 16px;
width: 160px;
white-space: normal;
}
.main-navigation li ul li a:hover {	
-webkit-border-radius:6px;
border-radius:6px;
} .main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
} .main-navigation ul.sub-menu li.current-menu-item > a,
.main-navigation ul.sub-menu li.current-menu-ancestor > a,
.main-navigation ul.sub-menu li.current_page_item > a,
.main-navigation ul.sub-menu li.current_page_ancestor > a {
-webkit-border-radius:6px;
border-radius:6px;
}
.menu-toggle {
display: none;
}
}	
@media (min-width: 320px) and (max-width: 599px) {
.main-navigation {
margin-bottom: 20px;
}
.main-navigation li {
margin-top:12px;
font-size: 12px;
line-height: 1;
}
.main-navigation ul {
margin:0;
padding:10px 20px;
list-style:none;
text-align: left;
border-radius:12px;
position: relative;
z-index:9999;
-webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,.5);
box-shadow: 0 8px 10px 0 rgba(0,0,0,.5);
}
.main-navigation ul.sub-menu {
border:none;
margin:0;
padding-top:0;
padding-bottom:0;
-webkit-box-shadow: none;
box-shadow: none;
}
.main-navigation ul.sub-menu li {
width: 100%;
font-size: 12px;
font-style: italic;
}
.main-navigation li ul li a {
width: 100%;
}
.main-navigation li ul li a:hover {
background: none!important;
} .main-navigation ul.sub-menu li.current-menu-item > a,
.main-navigation ul.sub-menu li.current-menu-ancestor > a,
.main-navigation ul.sub-menu li.current_page_item > a,
.main-navigation ul.sub-menu li.current_page_ancestor > a {
background: none!important;
}
} #st-footer-menu.menu {
margin:0;
}
#st-footer-menu li {
display:inline;
margin:0 4px 0 0;
}
#st-footer-menu li:before { 
content:"\00B7";
padding-right:7px;
}
#st-footer-menu li:first-child:before {
content:"";
}
#st-footer-menu li a:hover {
text-decoration:underline;
} @media (max-width: 767px) {
#centered-wrapper {
margin:0 10px;
}
#footer-wrapper {
padding-left:10px;
padding-right:10px;
}
#breadcrumbs {
padding-left:15px;
padding-right:15px;
}
.wk-slideshow-preference .caption,
.wk-slideshow-preference .next,
.wk-slideshow-preference .prev { display: none; }
}