/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 16px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background: 0 0;
}
a:active, a:hover {
    outline: 0;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@media print {
    * {
    text-shadow: none!important;
    color: #000!important;
    background: 0 0!important;
    box-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
select {
    background: #fff!important;
}
.navbar {
    display: none;
}
.table td, .table th {
    background-color: #fff!important;
}
.btn>.caret, .dropup>.btn>.caret {
    border-top-color: #000!important;
}

.table {
    border-collapse: collapse!important;
}
.table-borderless td, .table-borderless th {
    border: 0;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #86bce9!important;
}
}*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
#page-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: hidden;
}
#loader-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #2f4f5f;
    text-align: center;
}
#page-loader #loader-bg h1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #2babcf;
    text-decoration: none;
}
a:focus, a:hover {
    color: #2babcf;
    text-decoration: underline;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.shop-img {
    min-height: 170px;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
    font-size: 21px;
}
}.small, small {
    font-size: 85%}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd, dt {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
}abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'}
blockquote:after, blockquote:before {
    content: ""}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid {
    width: 80%;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1030px;
}
}.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: 0;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-1 {
    width: 8.33333333%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-pull-11 {
    right: 91.66666667%}
.col-sm-pull-10 {
    right: 83.33333333%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-8 {
    right: 66.66666667%}
.col-sm-pull-7 {
    right: 58.33333333%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-5 {
    right: 41.66666667%}
.col-sm-pull-4 {
    right: 33.33333333%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-2 {
    right: 16.66666667%}
.col-sm-pull-1 {
    right: 8.33333333%}
.col-sm-pull-0 {
    right: 0;
}
.col-sm-push-12 {
    left: 100%}
.col-sm-push-11 {
    left: 91.66666667%}
.col-sm-push-10 {
    left: 83.33333333%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-8 {
    left: 66.66666667%}
.col-sm-push-7 {
    left: 58.33333333%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-5 {
    left: 41.66666667%}
.col-sm-push-4 {
    left: 33.33333333%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-2 {
    left: 16.66666667%}
.col-sm-push-1 {
    left: 8.33333333%}
.col-sm-push-0 {
    left: 0;
}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666667%}
.col-sm-offset-10 {
    margin-left: 83.33333333%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666667%}
.col-sm-offset-7 {
    margin-left: 58.33333333%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.66666667%}
.col-sm-offset-1 {
    margin-left: 8.33333333%}
.col-sm-offset-0 {
    margin-left: 0;
}
}@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-md-pull-12 {
    right: 100%}
.col-md-pull-11 {
    right: 91.66666667%}
.col-md-pull-10 {
    right: 83.33333333%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-8 {
    right: 66.66666667%}
.col-md-pull-7 {
    right: 58.33333333%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-5 {
    right: 41.66666667%}
.col-md-pull-4 {
    right: 33.33333333%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-2 {
    right: 16.66666667%}
.col-md-pull-1 {
    right: 8.33333333%}
.col-md-pull-0 {
    right: 0;
}
.col-md-push-12 {
    left: 100%}
.col-md-push-11 {
    left: 91.66666667%}
.col-md-push-10 {
    left: 83.33333333%}
.col-md-push-9 {
    left: 75%}
.col-md-push-8 {
    left: 66.66666667%}
.col-md-push-7 {
    left: 58.33333333%}
.col-md-push-6 {
    left: 50%}
.col-md-push-5 {
    left: 41.66666667%}
.col-md-push-4 {
    left: 33.33333333%}
.col-md-push-3 {
    left: 25%}
.col-md-push-2 {
    left: 16.66666667%}
.col-md-push-1 {
    left: 8.33333333%}
.col-md-push-0 {
    left: 0;
}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666667%}
.col-md-offset-10 {
    margin-left: 83.33333333%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666667%}
.col-md-offset-7 {
    margin-left: 58.33333333%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666667%}
.col-md-offset-4 {
    margin-left: 33.33333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
.col-md-offset-0 {
    margin-left: 0;
}
}@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-pull-11 {
    right: 91.66666667%}
.col-lg-pull-10 {
    right: 83.33333333%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-8 {
    right: 66.66666667%}
.col-lg-pull-7 {
    right: 58.33333333%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-5 {
    right: 41.66666667%}
.col-lg-pull-4 {
    right: 33.33333333%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-2 {
    right: 16.66666667%}
.col-lg-pull-1 {
    right: 8.33333333%}
.col-lg-pull-0 {
    right: 0;
}
.col-lg-push-12 {
    left: 100%}
.col-lg-push-11 {
    left: 91.66666667%}
.col-lg-push-10 {
    left: 83.33333333%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-8 {
    left: 66.66666667%}
.col-lg-push-7 {
    left: 58.33333333%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-5 {
    left: 41.66666667%}
.col-lg-push-4 {
    left: 33.33333333%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-2 {
    left: 16.66666667%}
.col-lg-push-1 {
    left: 8.33333333%}
.col-lg-push-0 {
    left: 0;
}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666667%}
.col-lg-offset-10 {
    margin-left: 83.33333333%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666667%}
.col-lg-offset-7 {
    margin-left: 58.33333333%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0;
}
}table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.table-borderless>tbody>tr>td, .table-borderless>tbody>tr>th, .table-borderless>tfoot>tr>td, .table-borderless>tfoot>tr>th, .table-borderless>thead>tr>td, .table-borderless>thead>tr>th {
    border: 0;
}
.table-bordered {
    border: 1px solid #86bce9;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #2babcf;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    border-top-width: 2px;
}
.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 col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}
@media (max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}
}fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type=file] {
    display: block;
}
input[type=range] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.18;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type=search] {
    -webkit-appearance: none;
}
input[type=date] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.checkbox label, .radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm, textarea.input-sm {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg, textarea.input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 10px rgba(0, 0, 0, .175);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 0 10px rgba(0, 0, 0, .175);
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 10px rgba(0, 0, 0, .175);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 0 10px rgba(0, 0, 0, .175);
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 0 10px rgba(0, 0, 0, .175);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 0 10px rgba(0, 0, 0, .175);
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width:768px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .input-group>.form-control {
    width: 100%}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
}
}.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 10px rgba(0, 0, 0, .175);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
    -webkit-box-shadow: none 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: none 0 10px rgba(0, 0, 0, .175);
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #2babcf;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: none 0 10px rgba(0, 0, 0, .175);
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #2babcf;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    line-height: 1.33;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg) format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a"}
.glyphicon-plus:before {
    content: "\2b"}
.glyphicon-euro:before {
    content: "\20ac"}
.glyphicon-minus:before {
    content: "\2212"}
.glyphicon-cloud:before {
    content: "\2601"}
.glyphicon-envelope:before {
    content: "\2709"}
.glyphicon-pencil:before {
    content: "\270f"}
.glyphicon-glass:before {
    content: "\e001"}
.glyphicon-music:before {
    content: "\e002"}
.glyphicon-search:before {
    content: "\e003"}
.glyphicon-heart:before {
    content: "\e005"}
.glyphicon-star:before {
    content: "\e006"}
.glyphicon-star-empty:before {
    content: "\e007"}
.glyphicon-user:before {
    content: "\e008"}
.glyphicon-film:before {
    content: "\e009"}
.glyphicon-th-large:before {
    content: "\e010"}
.glyphicon-th:before {
    content: "\e011"}
.glyphicon-th-list:before {
    content: "\e012"}
.glyphicon-ok:before {
    content: "\e013"}
.glyphicon-remove:before {
    content: "\e014"}
.glyphicon-zoom-in:before {
    content: "\e015"}
.glyphicon-zoom-out:before {
    content: "\e016"}
.glyphicon-off:before {
    content: "\e017"}
.glyphicon-signal:before {
    content: "\e018"}
.glyphicon-cog:before {
    content: "\e019"}
.glyphicon-trash:before {
    content: "\e020"}
.glyphicon-home:before {
    content: "\e021"}
.glyphicon-file:before {
    content: "\e022"}
.glyphicon-time:before {
    content: "\e023"}
.glyphicon-road:before {
    content: "\e024"}
.glyphicon-download-alt:before {
    content: "\e025"}
.glyphicon-download:before {
    content: "\e026"}
.glyphicon-upload:before {
    content: "\e027"}
.glyphicon-inbox:before {
    content: "\e028"}
.glyphicon-play-circle:before {
    content: "\e029"}
.glyphicon-repeat:before {
    content: "\e030"}
.glyphicon-refresh:before {
    content: "\e031"}
.glyphicon-list-alt:before {
    content: "\e032"}
.glyphicon-lock:before {
    content: "\e033"}
.glyphicon-flag:before {
    content: "\e034"}
.glyphicon-headphones:before {
    content: "\e035"}
.glyphicon-volume-off:before {
    content: "\e036"}
.glyphicon-volume-down:before {
    content: "\e037"}
.glyphicon-volume-up:before {
    content: "\e038"}
.glyphicon-qrcode:before {
    content: "\e039"}
.glyphicon-barcode:before {
    content: "\e040"}
.glyphicon-tag:before {
    content: "\e041"}
.glyphicon-tags:before {
    content: "\e042"}
.glyphicon-book:before {
    content: "\e043"}
.glyphicon-bookmark:before {
    content: "\e044"}
.glyphicon-print:before {
    content: "\e045"}
.glyphicon-camera:before {
    content: "\e046"}
.glyphicon-font:before {
    content: "\e047"}
.glyphicon-bold:before {
    content: "\e048"}
.glyphicon-italic:before {
    content: "\e049"}
.glyphicon-text-height:before {
    content: "\e050"}
.glyphicon-text-width:before {
    content: "\e051"}
.glyphicon-align-left:before {
    content: "\e052"}
.glyphicon-align-center:before {
    content: "\e053"}
.glyphicon-align-right:before {
    content: "\e054"}
.glyphicon-align-justify:before {
    content: "\e055"}
.glyphicon-list:before {
    content: "\e056"}
.glyphicon-indent-left:before {
    content: "\e057"}
.glyphicon-indent-right:before {
    content: "\e058"}
.glyphicon-facetime-video:before {
    content: "\e059"}
.glyphicon-picture:before {
    content: "\e060"}
.glyphicon-map-marker:before {
    content: "\e062"}
.glyphicon-adjust:before {
    content: "\e063"}
.glyphicon-tint:before {
    content: "\e064"}
.glyphicon-edit:before {
    content: "\e065"}
.glyphicon-share:before {
    content: "\e066"}
.glyphicon-check:before {
    content: "\e067"}
.glyphicon-move:before {
    content: "\e068"}
.glyphicon-step-backward:before {
    content: "\e069"}
.glyphicon-fast-backward:before {
    content: "\e070"}
.glyphicon-backward:before {
    content: "\e071"}
.glyphicon-play:before {
    content: "\e072"}
.glyphicon-pause:before {
    content: "\e073"}
.glyphicon-stop:before {
    content: "\e074"}
.glyphicon-forward:before {
    content: "\e075"}
.glyphicon-fast-forward:before {
    content: "\e076"}
.glyphicon-step-forward:before {
    content: "\e077"}
.glyphicon-eject:before {
    content: "\e078"}
.glyphicon-chevron-left:before {
    content: "\e079"}
.glyphicon-chevron-right:before {
    content: "\e080"}
.glyphicon-plus-sign:before {
    content: "\e081"}
.glyphicon-minus-sign:before {
    content: "\e082"}
.glyphicon-remove-sign:before {
    content: "\e083"}
.glyphicon-ok-sign:before {
    content: "\e084"}
.glyphicon-question-sign:before {
    content: "\e085"}
.glyphicon-info-sign:before {
    content: "\e086"}
.glyphicon-screenshot:before {
    content: "\e087"}
.glyphicon-remove-circle:before {
    content: "\e088"}
.glyphicon-ok-circle:before {
    content: "\e089"}
.glyphicon-ban-circle:before {
    content: "\e090"}
.glyphicon-arrow-left:before {
    content: "\e091"}
.glyphicon-arrow-right:before {
    content: "\e092"}
.glyphicon-arrow-up:before {
    content: "\e093"}
.glyphicon-arrow-down:before {
    content: "\e094"}
.glyphicon-share-alt:before {
    content: "\e095"}
.glyphicon-resize-full:before {
    content: "\e096"}
.glyphicon-resize-small:before {
    content: "\e097"}
.glyphicon-exclamation-sign:before {
    content: "\e101"}
.glyphicon-gift:before {
    content: "\e102"}
.glyphicon-leaf:before {
    content: "\e103"}
.glyphicon-fire:before {
    content: "\e104"}
.glyphicon-eye-open:before {
    content: "\e105"}
.glyphicon-eye-close:before {
    content: "\e106"}
.glyphicon-warning-sign:before {
    content: "\e107"}
.glyphicon-plane:before {
    content: "\e108"}
.glyphicon-calendar:before {
    content: "\e109"}
.glyphicon-random:before {
    content: "\e110"}
.glyphicon-comment:before {
    content: "\e111"}
.glyphicon-magnet:before {
    content: "\e112"}
.glyphicon-chevron-up:before {
    content: "\e113"}
.glyphicon-chevron-down:before {
    content: "\e114"}
.glyphicon-retweet:before {
    content: "\e115"}
.glyphicon-shopping-cart:before {
    content: "\e116"}
.glyphicon-folder-close:before {
    content: "\e117"}
.glyphicon-folder-open:before {
    content: "\e118"}
.glyphicon-resize-vertical:before {
    content: "\e119"}
.glyphicon-resize-horizontal:before {
    content: "\e120"}
.glyphicon-hdd:before {
    content: "\e121"}
.glyphicon-bullhorn:before {
    content: "\e122"}
.glyphicon-bell:before {
    content: "\e123"}
.glyphicon-certificate:before {
    content: "\e124"}
.glyphicon-thumbs-up:before {
    content: "\e125"}
.glyphicon-thumbs-down:before {
    content: "\e126"}
.glyphicon-hand-right:before {
    content: "\e127"}
.glyphicon-hand-left:before {
    content: "\e128"}
.glyphicon-hand-up:before {
    content: "\e129"}
.glyphicon-hand-down:before {
    content: "\e130"}
.glyphicon-circle-arrow-right:before {
    content: "\e131"}
.glyphicon-circle-arrow-left:before {
    content: "\e132"}
.glyphicon-circle-arrow-up:before {
    content: "\e133"}
.glyphicon-circle-arrow-down:before {
    content: "\e134"}
.glyphicon-globe:before {
    content: "\e135"}
.glyphicon-wrench:before {
    content: "\e136"}
.glyphicon-tasks:before {
    content: "\e137"}
.glyphicon-filter:before {
    content: "\e138"}
.glyphicon-briefcase:before {
    content: "\e139"}
.glyphicon-fullscreen:before {
    content: "\e140"}
.glyphicon-dashboard:before {
    content: "\e141"}
.glyphicon-paperclip:before {
    content: "\e142"}
.glyphicon-heart-empty:before {
    content: "\e143"}
.glyphicon-link:before {
    content: "\e144"}
.glyphicon-phone:before {
    content: "\e145"}
.glyphicon-pushpin:before {
    content: "\e146"}
.glyphicon-usd:before {
    content: "\e148"}
.glyphicon-gbp:before {
    content: "\e149"}
.glyphicon-sort:before {
    content: "\e150"}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"}
.glyphicon-sort-by-order:before {
    content: "\e153"}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"}
.glyphicon-sort-by-attributes:before {
    content: "\e155"}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"}
.glyphicon-unchecked:before {
    content: "\e157"}
.glyphicon-expand:before {
    content: "\e158"}
.glyphicon-collapse-down:before {
    content: "\e159"}
.glyphicon-collapse-up:before {
    content: "\e160"}
.glyphicon-log-in:before {
    content: "\e161"}
.glyphicon-flash:before {
    content: "\e162"}
.glyphicon-log-out:before {
    content: "\e163"}
.glyphicon-new-window:before {
    content: "\e164"}
.glyphicon-record:before {
    content: "\e165"}
.glyphicon-save:before {
    content: "\e166"}
.glyphicon-open:before {
    content: "\e167"}
.glyphicon-saved:before {
    content: "\e168"}
.glyphicon-import:before {
    content: "\e169"}
.glyphicon-export:before {
    content: "\e170"}
.glyphicon-send:before {
    content: "\e171"}
.glyphicon-floppy-disk:before {
    content: "\e172"}
.glyphicon-floppy-saved:before {
    content: "\e173"}
.glyphicon-floppy-remove:before {
    content: "\e174"}
.glyphicon-floppy-save:before {
    content: "\e175"}
.glyphicon-floppy-open:before {
    content: "\e176"}
.glyphicon-credit-card:before {
    content: "\e177"}
.glyphicon-transfer:before {
    content: "\e178"}
.glyphicon-cutlery:before {
    content: "\e179"}
.glyphicon-header:before {
    content: "\e180"}
.glyphicon-compressed:before {
    content: "\e181"}
.glyphicon-earphone:before {
    content: "\e182"}
.glyphicon-phone-alt:before {
    content: "\e183"}
.glyphicon-tower:before {
    content: "\e184"}
.glyphicon-stats:before {
    content: "\e185"}
.glyphicon-sd-video:before {
    content: "\e186"}
.glyphicon-hd-video:before {
    content: "\e187"}
.glyphicon-subtitles:before {
    content: "\e188"}
.glyphicon-sound-stereo:before {
    content: "\e189"}
.glyphicon-sound-dolby:before {
    content: "\e190"}
.glyphicon-sound-5-1:before {
    content: "\e191"}
.glyphicon-sound-6-1:before {
    content: "\e192"}
.glyphicon-sound-7-1:before {
    content: "\e193"}
.glyphicon-copyright-mark:before {
    content: "\e194"}
.glyphicon-registration-mark:before {
    content: "\e195"}
.glyphicon-cloud-download:before {
    content: "\e197"}
.glyphicon-cloud-upload:before {
    content: "\e198"}
.glyphicon-tree-conifer:before {
    content: "\e199"}
.glyphicon-tree-deciduous:before {
    content: "\e200"}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 4px;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) 0 10px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #333;
    background-color: #f6f6f6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #fff;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #999;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    border-left-color: #ccc;
    margin-top: -10px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
}
}.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2;
}
.btn-group-vertical>.btn:focus, .btn-group>.btn:focus {
    outline: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group>.btn-group {
    float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 0 10px rgba(0, 0, 0, .175);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
    -webkit-box-shadow: none 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: none 0 10px rgba(0, 0, 0, .175);
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%}
.btn-group-justified>.btn-group .btn {
    width: 100%}
[data-toggle=buttons]>.btn>input[type=checkbox], [data-toggle=buttons]>.btn>input[type=radio] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #999;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #2babcf;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs>li {
    float: left;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #fff;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%}
.nav-tabs.nav-justified>li {
    float: none;
}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
}
}.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%}
.nav-justified>li {
    float: none;
}
.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd;
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff;
}
}.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 65px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width:768px) {
    .navbar {
    border-radius: 4px;
}
}@media (min-width:768px) {
    .navbar-header {
    float: left;
}
}.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width:768px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
}.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width:768px) {
    .navbar-static-top {
    border-radius: 0;
}
}.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 10.5px 15px;
    line-height: 20px;
    height: 65px;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
}@media (max-width:990px) {
    .navbar>.container .navbar-brand img, .navbar>.container-fluid .navbar-brand img {
    width: 115px;
    height: 34.43px;
}
}.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 15.5px;
    margin-bottom: 15.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 11.25px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
}
}@media (min-width:768px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
}
.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}
}@media (min-width:768px) {
    .navbar-left {
    float: left!important;
}
.navbar-right {
    float: right!important;
}
}.navbar-form {
    margin: 15.5px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 0 10px rgba(0, 0, 0, .175);
}
@media (min-width:768px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.navbar-form .input-group>.form-control {
    width: 100%}
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    float: none;
    margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}@media (max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
}@media (min-width:768px) {
    .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: none 0 10px rgba(0, 0, 0, .175);
}
.navbar-form.navbar-right:last-child {
    margin-right: -15px;
}
}.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 15.5px;
    margin-bottom: 15.5px;
}
.navbar-btn.btn-sm {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
}
.navbar-btn.btn-xs {
    margin-top: 21.5px;
    margin-bottom: 21.5px;
}
.navbar-text {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
}
@media (min-width:768px) {
    .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
    margin-right: 0;
}
}.navbar-default {
    background-color: #fff;
    border-color: #e4e4e4;
}
.navbar-default .navbar-brand {
    color: #999;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e4e4e4;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #333;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #999;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
}.navbar-default .navbar-link {
    color: #999;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
}.navbar-inverse .navbar-link {
    color: #999;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>.active {
    color: #999;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2babcf;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #2babcf;
    background-color: #f6f6f6;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    border-color: #2babcf;
    cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #f6f6f6;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label[href]:focus, .label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: grey;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.nav-pills>.active>a>.badge, a.list-group-item.active>.badge {
    color: #2babcf;
    background-color: #fff;
}
.nav-pills>li>a>.badge {
    margin-left: 3px;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron .h1, .jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.container .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%}
@media screen and (min-width:768px) {
    .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
}
.container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
}
}.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail a>img, .thumbnail>img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #2babcf;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
    from {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) 0 10px rgba(0, 0, 0, .175);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15) 0 10px rgba(0, 0, 0, .175);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media, .media-body {
    overflow: hidden;
}
.media, .media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media>.pull-left {
    margin-right: 10px;
}
.media>.pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item>.badge {
    float: right;
}
.list-group-item>.badge+.badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) 0 10px rgba(0, 0, 0, .175);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title>a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #e9e9e9;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #e9e9e9;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #e9e9e9;
}
.panel-group>.panel>.panel-heading>a>span {
    float: right;
    text-transform: none;
    margin-right: 3%}
.panel-default {
    border-color: #e9e9e9;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f6f6f6;
    border-color: #e9e9e9;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #e9e9e9;
}
.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #e9e9e9;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc;
}
.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}
.panel .table-bordered {
    border-bottom: 0;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) 0 10px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
@media (min-width:768px) {
    .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5) 0 10px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5) 0 10px rgba(0, 0, 0, .175);
}
.modal-sm {
    width: 300px;
}
}@media (min-width:992px) {
    .modal-lg {
    width: 900px;
}
}.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
}
.tooltip.in {
    opacity: .9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #2a2a2a;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #2a2a2a;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #2a2a2a;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #2a2a2a;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #2a2a2a;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #2a2a2a;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2a2a2a;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2a2a2a;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2a2a2a;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #2babcf;
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    line-height: 18px;
    background-color: #fff;
}
.popover-content {
    padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow {
    border-width: 11px;
}
.popover>.arrow:after {
    border-width: 10px;
    content: ""}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #2babcf;
    bottom: -11px;
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #2babcf;
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #2babcf;
}
.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #2babcf;
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #2babcf;
    top: -11px;
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #2babcf;
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #2babcf;
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #2babcf;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039'}
.carousel-control .icon-next:before {
    content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: 20px;
}
}.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.affix {
    position: fixed;
}
.visible-lg, .visible-md, .visible-print, .visible-sm, .visible-xs {
    display: none!important;
}
@media (max-width:767px) {
    .visible-xs {
    display: block!important;
}
table.visible-xs {
    display: table;
}
tr.visible-xs {
    display: table-row!important;
}
td.visible-xs, th.visible-xs {
    display: table-cell!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
    display: block!important;
}
table.visible-sm {
    display: table;
}
tr.visible-sm {
    display: table-row!important;
}
td.visible-sm, th.visible-sm {
    display: table-cell!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
    display: block!important;
}
table.visible-md {
    display: table;
}
tr.visible-md {
    display: table-row!important;
}
td.visible-md, th.visible-md {
    display: table-cell!important;
}
}@media (min-width:1200px) {
    .visible-lg {
    display: block!important;
}
table.visible-lg {
    display: table;
}
tr.visible-lg {
    display: table-row!important;
}
td.visible-lg, th.visible-lg {
    display: table-cell!important;
}
}@media (max-width:767px) {
    .hidden-xs {
    display: none!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
    display: none!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
    display: none!important;
}
}@media (min-width:1200px) {
    .hidden-lg {
    display: none!important;
}
}@media print {
    .visible-print {
    display: block!important;
}
table.visible-print {
    display: table;
}
tr.visible-print {
    display: table-row!important;
}
td.visible-print, th.visible-print {
    display: table-cell!important;
}
}@media print {
    .hidden-print {
    display: none!important;
}
}.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: none;
    animation-delay: 300ms;
}
.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: none;
    animation-delay: 600ms;
}
.delay-3 {
    -webkit-animation-delay: 900ms;
    -moz-animation-delay: none;
    animation-delay: 900ms;
}
.delay-4 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: none;
    animation-delay: 1200ms;
}
.delay-5 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: none;
    animation-delay: 1500ms;
}
.delay-6 {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: none;
    animation-delay: 1800ms;
}
.delay-7 {
    -webkit-animation-delay: 2100ms;
    -moz-animation-delay: none;
    animation-delay: 2100ms;
}
.delay-8 {
    -webkit-animation-delay: 2400ms;
    -moz-animation-delay: none;
    animation-delay: 2400ms;
}
.box-shadow-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.first-child, .second-child {
    margin-top: 0;
}
@media (max-width:767px) {
    .second-child {
    margin-top: 20px;
}
}.list-style-none {
    list-style: none;
    padding-left: 0;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
hr.arrow-down {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 15px solid #f6f6f6;
}
hr.arrow-down:after {
    content: url(https://www.edaqua.com/assets/img/arrow.png);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -5px;
}
.browser {
    position: relative;
    border: 1px solid #b8b8b8;
    border-radius: 0 0 2px 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .175);
    box-shadow: 0 0 10px rgba(0, 0, 0, .175);
}
.browser:before {
    content: "";
    position: absolute;
    top: -29px;
    height: 28px;
    left: -1px;
    right: -1px;
    border: 1px solid #b8b8b8;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    background-image: -webkit-linear-gradient(top, #ededed 0, #d1d1d1 100%);
    background-image: -moz-linear-gradient(top, #ededed 0, #d1d1d1 100%);
    background-image: -o-linear-gradient(top, #ededed 0, #d1d1d1 100%);
    text-align: center;
    line-height: 28px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .175);
    box-shadow: 0 0 5px rgba(0, 0, 0, .175);
}
.video-container {
    position: relative;
    padding-bottom: 56.2%;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.google-maps {
    position: relative;
    padding-bottom: 90%;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.text-red {
    color: #0b8c8f;
}
.text-blue {
    color: #2babcf;
}
.bg-red {
    background: #0b8c8f;
}
.bg-blue {
    background: #2babcf;
}
.table>tbody>tr.yellow>td, .table>tbody>tr.yellow>th, .table>tbody>tr>td.yellow, .table>tbody>tr>th.yellow, .table>tfoot>tr.yellow>td, .table>tfoot>tr.yellow>th, .table>tfoot>tr>td.yellow, .table>tfoot>tr>th.yellow, .table>thead>tr.yellow>td, .table>thead>tr.yellow>th, .table>thead>tr>td.yellow, .table>thead>tr>th.yellow {
    background-color: #fbfbcb;
}
.table-hover>tbody>tr.yellow:hover>td, .table-hover>tbody>tr.yellow:hover>th, .table-hover>tbody>tr>td.yellow:hover, .table-hover>tbody>tr>th.yellow:hover {
    background-color: #f8f79b;
}
.btn-blue, .btn-blue:hover, .btn-red, .btn-red:hover {
    color: #fff!important;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 14px;
    border-radius: 4px;
}
.btn-red {
    background: #0b8c8f;
    background-image: -webkit-linear-gradient(top, #f05f68 0, #ed3e49 100%);
    background-image: -moz-linear-gradient(top, #f05f68 0, #ed3e49 100%);
    background-image: -o-linear-gradient(top, #f05f68 0, #ed3e49 100%);
    border-color: #e31522;
}
.btn-red:active, .btn-red:focus, .btn-red:hover {
    background: #0b8c8f;
    border-color: #cc131f;
}
.btn-blue {
    background-color: #2babcf;
    background-image: -webkit-linear-gradient(top, #45b8d8 0, #2babcf 100%);
    background-image: -moz-linear-gradient(top, #45b8d8 0, #2babcf 100%);
    background-image: -o-linear-gradient(top, #45b8d8 0, #2babcf 100%);
    border-color: #2288a5;
}
.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
    background-image: none;
    border-color: #1e7790;
}
.form-control, .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu {
    padding: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}
@media (min-width:768px) {
    .navbar-nav>li>.dropdown-menu {
    margin-top: 3px;
}
.navbar-nav>li>.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -3px;
    height: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #2babcf;
}
.dropdown-menu>li>a {
    padding: 7px 30px 7px 10px;
    border-bottom: 1px solid #eee;
    -webkit-transition: padding 300ms;
    -moz-transition: padding 300ms;
    transition: padding 300ms;
}
.dropdown-menu>li:last-child>a {
    border-bottom: 0;
}
.dropdown-menu>li>a:hover {
    padding: 7px 20px;
}
}.dropdown-menu>li>a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
    opacity: 0;
}
.dropdown-menu>li>a:hover:before {
    opacity: 1;
}
.navbar-default {
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .175);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .175);
}
.navbar-brand {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.navbar-brand>img {
    height: 45px;
    width: auto;
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
}
.capitalize, .menu>li>a {
    text-transform: capitalize!important;
}
@media (min-width:768px) {
    .navbar-default .navbar-nav>li>a: before {
    content: "";
    position: absolute;
    top: -3px;
    height: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #0b8c8f;
    -webkit-transition: top 100ms;
    -moz-transition: top 100ms;
    transition: top 100ms;
}
.navbar-default .navbar-nav>li>a:focus:before, .navbar-default .navbar-nav>li>a:hover:before {
    top: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    padding-top: 19.5px;
    border-top: 3px solid #0b8c8f;
}
.navbar-default .navbar-nav>.active>a:before, .navbar-default .navbar-nav>.active>a:focus:before, .navbar-default .navbar-nav>.active>a:hover:before {
    top: -3px;
}
}.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #bbb;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #aaa;
}
.navbar-nav>li #navbar-search-box {
    position: absolute;
    right: 0;
    bottom: -69px;
    width: 250px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 3px solid #2babcf;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}
.navbar-nav>#navbar-search>a>i.fa-times {
    margin: 0 1px;
}
.nav-tabs {
    border-bottom: 3px solid #2babcf;
    margin-bottom: 15px;
}
.nav-tabs>li {
    margin-bottom: 0;
}
.nav-tabs>li>a {
    border: 1px solid transparent;
    border-bottom: 0;
}
.nav-tabs>li>a:hover {
    border-color: #f6f6f6;
    background: #f6f6f6;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #2babcf;
    background-image: -webkit-linear-gradient(top, #3db5d7 0, #2babcf 100%);
    background-image: -moz-linear-gradient(top, #3db5d7 0, #2babcf 100%);
    background-image: -o-linear-gradient(top, #3db5d7 0, #2babcf 100%);
    color: #fff;
    border: 1px solid transparent;
    border-bottom: 0;
}
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    background: #2babcf;
    background-image: -webkit-linear-gradient(top, #3db5d7 0, #2babcf 100%);
    background-image: -moz-linear-gradient(top, #3db5d7 0, #2babcf 100%);
    background-image: -o-linear-gradient(top, #3db5d7 0, #2babcf 100%);
    color: #fff;
    border: 0;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified {
    border-bottom: 3px solid #2babcf;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 0;
}
}.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-image: -webkit-linear-gradient(top, #45b8d8 0, #2babcf 100%);
    background-image: -moz-linear-gradient(top, #45b8d8 0, #2babcf 100%);
    background-image: -o-linear-gradient(top, #45b8d8 0, #2babcf 100%);
}
.pagination>li>a, .pagination>li>span {
    margin: 0 1px;
    border-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2babcf;
    background-image: -webkit-linear-gradient(top, #45b8d8 0, #2babcf 100%);
    background-image: -moz-linear-gradient(top, #45b8d8 0, #2babcf 100%);
    background-image: -o-linear-gradient(top, #45b8d8 0, #2babcf 100%);
}
.tooltip-inner {
    padding: 7px;
    border-radius: 2px;
}
.popover {
    padding: 0;
    border-width: 3px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.popover-title {
    border-bottom: 1px solid #e9e9e9;
    border-radius: 4px 4px 0 0;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}
.panel-heading {
    text-transform: uppercase;
}
.panel-red {
    border-color: #0b8c8f;
}
.panel-red>.panel-heading {
    color: #fff;
    background-color: #ef555f;
    border-color: #ef555f;
}
.panel-red>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ef555f;
}
.panel-red>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ef555f;
}
.panel-red>.panel-footer {
    background-color: #ef555f;
    border-top: 1px solid #ef555f;
    color: #fff;
}
.panel-blue {
    border-color: #2babcf!important;
}
.panel-blue>.panel-heading {
    color: #fff;
    background-color: rgba(43, 171, 207, .6);
    border-color: #3db5d7;
}
.panel-blue>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #3db5d7;
}
.panel-blue>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #3db5d7;
}
.panel-blue>.panel-footer {
    background-color: #3db5d7;
    border-top: 1px solid #3db5d7;
    color: #fff;
}
.panel-group .panel-heading {
    position: relative;
    padding: 0;
}
.panel-group .panel-heading>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}
.panel-group .panel-heading>a:after {
    position: absolute;
    right: 10px;
    height: 20px;
    width: 20px;
    content: "\f107";
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-family: FontAwesome;
    color: #2babcf;
}
.panel-group .panel-heading>.collapsed:after {
    content: "\f105"!important;
}
.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a.carousel-arrow {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -25px;
    background: 0 0;
    color: transparent;
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: background 300ms, color 300ms;
    transition: background 300ms, color 300ms;
}
.carousel:hover a.carousel-arrow {
    background: rgba(0, 0, 0, .5);
    color: #FFF;
}
.carousel a.carousel-arrow:hover {
    background: rgba(0, 0, 0, .7);
}
a.carousel-arrow:active, a.carousel-arrow:hover {
    text-decoration: none;
}
a.carousel-arrow-prev {
    left: 10px;
    right: auto;
    padding-right: 5px;
}
a.carousel-arrow-next {
    right: 10px;
    left: auto;
    padding-left: 5px;
}
.info-board {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #e9e9e9;
}
.info-board h4 {
    margin-top: 0;
}
.info-board p:last-child {
    margin-bottom: 0;
}
.info-board-red {
    background-color: #fef9f9;
    border-color: #ef555f;
}
.info-board-blue {
    background-color: #eef9fc;
    border-color: #2babcf;
}
.topic {
    margin-top: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    background: #fbfbfb;
}
.topic h3 {
    display: inline-block;
    margin: 0;
    padding: 23px 0;
    font-size: 16px;
}
.topic .breadcrumb {
    margin-bottom: 0;
    padding: 21px 0;
    background: 0 0;
}
.headline {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.headline>span {
    display: inline-block;
    position: relative;
    background: #fff;
    padding-right: 15px;
}
.headline:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border: 0;
    border-top: 1px solid #e9e9e9;
    z-index: -1;
}
.backtotop {
    background: #d0d0d0;
    padding: 10px 15px;
    font-size: 18px;
    color: #FFF;
    border-radius: 3px;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    transition: background 300ms;
}
.backtotop:hover {
    background: #c3c3c3;
}
.social {
    margin-bottom: 15px;
}
.social>ul, .social>ul>li {
    margin: 0 0 10px;
    padding: 0;
}
.social li>a {
    display: inline-block;
    height: 34px;
    width: 34px;
    border-radius: 34px;
    line-height: 34px;
    text-align: center;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    color: #555;
    transition: background 300ms, color 300ms;
    -webkit-transition: background 300ms, color 300ms;
}
.social li:hover>a {
    color: #fff;
    border-color: transparent;
}
.social-lg li>a {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    line-height: 45px;
    text-align: center;
}
.social-sm li>a {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
}
.social li>a.rss:hover {
    background: #f90;
}
.social li>a.facebook:hover {
    background: #3B5998;
}
.social li>a.twitter:hover {
    background: #1dcaff;
}
.social li>a.plus:hover {
    background: #dd4b39;
}
.social li>a.vk:hover {
    background: #3f628a;
}
.social li>a.pinterest:hover {
    background: #c92026;
}
.social li>a.vimeo:hover {
    background: #446d82;
}
.social li>a.github:hover {
    background: #657e8c;
}
.social li>a.linkedin:hover {
    background: #0c7bb3;
}
.social li>a.dropbox:hover {
    background: #4fa3e3;
}
.social li>a.youtube:hover {
    background: #ed413e;
}
.bs-sidebar {
    margin-bottom: 50px;
}
.bs-sidebar.affix {
    position: static;
}
@media (min-width:992px) {
    .bs-sidebar .nav>.active>ul {
    display: block;
}
.bs-sidebar.affix, .bs-sidebar.affix-bottom {
    width: 213px;
}
.bs-sidebar.affix {
    position: fixed;
    top: 110px;
}
.bs-sidebar.affix-bottom {
    position: absolute;
}
}@media (min-width:1200px) {
    .bs-sidebar.affix, .bs-sidebar.affix-bottom {
    width: 220px;
}
}body, html {
    height: 100%}
.wrapper {
    min-height: 100%;
    height: auto!important;
    height: 100%;
    padding-top: 95px;
    padding-bottom: 379px;
    margin-bottom: -319px;
}
.home-slider {
    margin-top: -30px;
}
.home-slider .carousel-inner>.item {
    height: 500px;
    overflow: hidden;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover!important;
}
.home-slider .carousel-inner>.item .bg-img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%}
.home-slider .carousel-inner>.item .bg-img img {
    height: 100%;
    width: auto;
}
.home-slider .carousel-inner>.item .home-slider__content {
    padding-top: 80px;
}
.home-slider h3 {
    color: #0b8c8f;
}
.home-slider p {
    margin: 35px 0;
    line-height: 1.5;
}
.home-slider ul {
    list-style-type: none;
    padding: 0;
}
.home-slider #item-1 {
    background-image: url(https://www.edaqua.com/assets/img/image-2.png);
    background-position: bottom center;
}
.home-slider #item-2 {
    background-image: url(https://www.edaqua.com/assets/img/image-3.png);
}
.home-slider #item-2 ul {
    margin-top: 20px;
}
.home-slider #item-2 ul>li {
    text-align: right;
}
.home-slider #item-2 ul>li>span {
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 15px;
    background: rgba(11, 140, 143, .9);
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .175);
    box-shadow: 0 0 10px rgba(0, 0, 0, .175);
}
.home-slider #item-2 ul.string>li>span {
    background: rgba(43, 171, 207, .9);
}
.home-slider #item-3 {
    background-image: url(https://www.edaqua.com/assets/img/image-4.png);
}
.home-slider #item-3 ul {
    margin: 30px 0;
}
.home-slider #item-3 ul>li {
    font-size: 18px;
    padding: 5px 0;
}
.home-slider #item-3 ul>li>i {
    color: #0b8c8f;
}
@media (max-width:991px) {
    .home-slider .carousel-inner>.item .home-slider__content {
    padding-top: 50px;
}
}@media (max-width:767px) {
    .home-slider .carousel-inner>.item {
    text-align: center;
}
.home-slider .carousel-inner>.item .home-slider-content {
    padding-top: 50px;
}
.home-slider #item-2 ul>li {
    text-align: left;
}
.home-slider #item-2 ul>li>span {
    font-size: 22px;
    margin-bottom: 7px;
}
.home-slider #item-3 ul {
    text-align: left;
    margin-left: 50px;
}
}.products-showcase {
    margin-top: 40px;
    display: block;
}
.products-showcase img {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.main-services {
    border-top: 1px solid #ddd;
    padding: 50px 0;
}
.responsive-showcase {
    padding: 50px 0;
    background: #f6f6f6;
    background-image: -webkit-linear-gradient(top, #f6f6f6 0, #fff 150px);
    background-image: -moz-linear-gradient(top, #f6f6f6 0, #fff 150px);
    background-image: -o-linear-gradient(top, #f6f6f6 0, #fff 150px);
    border-top: 1px solid #ddd;
}
@media (min-width:768px) {
    .responsive-showcase {
    height: 480px;
    padding: 70px 0;
    overflow: hidden;
}
}.responsive-showcase .lead {
    margin: 20px 0 25px;
    font-size: 16px;
}
.responsive-showcase ul {
    margin-top: 20px;
}
.responsive-showcase ul>li>i {
    display: block;
    padding: 5px;
    font-size: 28px;
    cursor: pointer;
}
.responsive-showcase img {
    margin: 0 auto;
}
.responsive-showcase img#imac {
    max-width: 80%}
.responsive-showcase img#iphone {
    max-width: 60%}
.text-blue.inactive {
    color: #d0d0d0;
}
@media (min-width:768px) and (max-width:992px) {
    .responsive-showcase {
    height: 400px;
}
.responsive-showcase h2 {
    margin-top: 0;
}
}.portfolio-item {
    margin-bottom: 10px;
}
.portfolio-item>.portfolio-thumbnail {
    position: relative;
    overflow: hidden;
}
.portfolio-item>.portfolio-thumbnail img {
    border-radius: 4px;
}
.portfolio-item>.portfolio-thumbnail>.mask {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: #2babcf;
    background: rgba(43, 171, 207, .5);
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
}
.portfolio-item>.portfolio-thumbnail:hover>.mask {
    opacity: 1;
}
.portfolio-item>.portfolio-thumbnail>.mask a {
    color: #fff;
    margin: 0 3px;
}
.portfolio-item>.portfolio-thumbnail>.mask a:hover {
    text-decoration: none;
}
.portfolio-item>.portfolio-thumbnail>.mask>p {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -33px;
}
.portfolio-item>.portfolio-description {
    padding: 0 5px;
}
.feedbacks {
    margin: 0 0 20px;
    padding: 20px 0 50px;
    background: url(https://www.edaqua.com/assets/img/index-bg-1.jpg) center center no-repeat #f6f6f6;
    background-size: cover;
    border: 1px solid #ccc;
}
.feedback {
    margin: 40px 0 10px;
}
.feedback>i {
    float: left;
    margin-right: 15px;
}
.feedback>div {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 6px;
}
.feedback>div>p {
    padding: 10px 20px;
    background: #fff;
    border: #fff;
    border-radius: 0 4px 4px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .175);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .175);
}
.feedback>div>p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 30px solid transparent;
}
.blog {
    margin-top: 30px;
}
.blog>img {
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 70px;
}
@media (max-width:767px) {
    .blog>img {
    display: none;
}
}.blog-desc {
    overflow: hidden;
}
.blog-desc h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
}
.blog-desc p {
    line-height: 1.7;
}
.blog-desc img {
    border-radius: 3px;
    margin: 20px 0;
}
.team-member {
    margin-bottom: 10px;
}
.team-member>img {
    margin-bottom: 5px;
    border-radius: 4px 4px 0 0;
}
.team-member>.info {
    padding: 5px;
    background: #f6f6f6;
    border-radius: 0 0 5px 5px;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    transition: background 300ms;
}
.team-member:hover>.info {
    background: #e9e9e9;
}
.team-member>.info>p {
    margin-bottom: 0;
}
@media (max-width:767px) {
    .team-member>img {
    border-radius: 4px;
}
.team-member:hover>.info, .team-member>.info {
    background: #fff;
}
}.panel-body>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.panel-body>ul>li {
    border-bottom: 1px solid #e9e9e9;
}
.panel-body>ul>li:last-child {
    border-bottom: 0;
}
.panel-body>ul>li>a {
    display: block;
    padding: 7px 0;
    font-weight: 600;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
}
.panel-body>ul>li>a:hover {
    color: #333;
}
.help-questions {
    padding-left: 0;
    margin-left: 20px;
}
.help-questions>li {
    padding: 5px 0;
}
.help-questions>li>a {
    color: #333;
}
.resources>li {
    padding: 5px 0;
}
.pricign-box {
    margin-top: 20px;
    border: 1px solid #444;
    -webkitc-box-shadow: 3px 3px 8px 0 #ccc;
    -moz-box-shadow: 3px 3px 8px 0 #ccc;
    box-shadow: 3px 3px 8px 0 #ccc;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pricign-box:hover {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .39);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .39);
}
#basic>.pricing-box-header {
    border: 2px solid #43e72d;
}
#personal>.pricing-box-header {
    border: 2px solid #718cf1;
}
#professional>.pricing-box-header {
    border: 2px solid #cff85f;
}
#elite>.pricing-box-header {
    border: 2px solid #f05f68;
}
#master>.pricing-box-header {
    border: 2px solid #86bce9;
}
.pricing-box-header {
    color: #fff;
    background-color: #444;
    padding: 10px;
}
.pricing-box-header>h2 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 100%;
    font-size: 2.2em;
    text-align: center;
    color: #fff;
}
.pricing-box-header>p {
    font-size: .9em;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
.pricing-box-price {
    padding: 10px;
    background-color: #ededed;
    border-bottom: solid 1px #ddd;
}
.pricing-box-price h4 {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 1.8em;
    text-align: center;
}
.pricing-box-price h4>sub {
    font-size: .4em;
}
.pricing-box-content>ul {
    padding: 0;
}
.pricing-box-content>ul>li {
    list-style-type: none;
    padding: 7px 0;
    border-bottom: dotted 1px #ddd;
    vertical-align: top;
}
.pricing-box-content>ul>li>i {
    margin: 0 14px;
    font-size: 1.4em;
    list-style-position: inside;
}
.pricing-box-footer {
    margin: 10px auto;
    text-align: center;
}
.pricign-box-pro {
    border-color: #00708c;
}
.pricign-box-pro>.pricing-box-header {
    color: #fff;
    background-color: #00708c;
}
.section-title {
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}
.post-title a, .section-title a {
    text-decoration: none;
}
.plans {
    height: 480px;
    overflow: scroll;
}
#contracts-common .tab-content .tab-pane, #contracts-master .tab-content .tab-pane {
    height: 421px;
    overflow: scroll;
}
#contracts-common .tab-content h1, #contracts-master .tab-content h1 {
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}
#contracts-common .tab-content h3, #contracts-master .tab-content h3 {
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}
#contracts-common .tab-content p, #contracts-master .tab-content p {
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}
#contracts-common .tab-content blockquote, #contracts-master .tab-content blockquote {
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
#contracts-common .tab-content pre, #contracts-master .tab-content pre {
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.57px;
}
.contracts-btns {
    text-align: center;
    margin-top: 20px;
}
.contracts-btns button, .contracts-btns span {
    padding: 10px;
}
#plan-selection .selected {
    border: 1px solid #0091d9!important;
    position: relative;
}
#plan-selection .selected:before {
    display: block;
    position: absolute;
    content: "\f00c";
    color: #fff;
    right: 4px;
    top: 3px;
    font-family: FontAwesome;
    z-index: 2;
}
#plan-selection .selected:after {
    width: 0;
    height: 0;
    border-top: 35px solid #0091d9;
    border-left: 35px solid transparent;
    position: absolute;
    display: block;
    right: 0;
    content: "";
    top: 0;
    z-index: 1;
}
#plan-selection .active {
    -box-shadow: 5px 5px 8px 0 #2c539e;
    -moz-box-shadow: 5px 5px 8px 0 #2c539e;
    box-shadow: 5px 5px 8px 0 #2c539e;
}
#plan-selection ul {
    padding: 15px 20px 10px;
    list-style: none;
    margin: 0;
}
.agreements {
    text-align: center;
}
.agreements ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.agreements ul li {
    display: inline;
}
.agreements ul li a {
    text-decoration: underline;
}
.plan-buy {
    text-align: center;
    margin-top: 20px;
}
i.glow {
    border-radius: 50px;
    animation: glow 400ms linear 200ms 2 alternate;
    -moz-animation: glow 400ms linear 200ms 2 alternate;
    -webkit-animation: glow 400ms linear 200ms 2 alternate;
}
button.glow {
    animation: glow 200ms linear 200ms 4 alternate;
    -moz-animation: glow 200ms linear 200ms 4 alternate;
    -webkit-animation: glow 200ms linear 200ms 4 alternate;
}
@keyframes glow {
    0% {
    background: #ED3E49;
}
100%, 20% {
    box-shadow: 0 0 1px 4px rgba(237, 62, 72, .4), 0 0 1px 6px #FFF;
}
}.clearfix-annex {
    min-height: 40px;
}
#bonus .pricing-number {
    position: relative;
    border-bottom: 1px dashed #bbb;
}
#bonus .pricing-number>.fa-scissors {
    position: absolute;
    bottom: -10px;
    left: 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    transition: left 2s;
}
#bonus .pricing-body {
    position: relative;
}
#bonus .pricing-body p {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    z-index: -1;
}
.services {
    margin: 30px 0;
}
.service-item>i {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin-right: 15px;
    background: #0b8c8f;
    color: #fff;
    float: left;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.service-desc {
    overflow: hidden;
}
.service-desc>h4 {
    margin-top: 0;
    font-weight: 500;
}
.sign-form {
    border: 15px solid #f6f6f6;
}
.sign-inner {
    padding: 30px;
    border: 1px solid #e9e9e9;
}
.sign-form .popover {
    min-width: 200px;
}
#isotope-container .portfolio-item {
    margin-bottom: 20px;
}
.portfolio-slideshow {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}
.shop-product {
    margin: 10px 0 20px;
    text-align: center;
}
.shop-product img {
    max-height: 100px;
    margin: 0 auto;
}
.shop-product h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
.shop-product.featured:before {
    position: absolute;
    top: 0;
    left: 15px;
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 30px;
    color: #0b8c8f;
}
.shop-product.featured:after {
    position: absolute;
    top: 13px;
    left: 19px;
    content: "New";
    font-weight: 400;
    font-size: 10px;
    color: #fff;
}
.price {
    font-size: 20px;
}
.shop-product.featured .price .old {
    color: red;
    text-decoration: line-through;
}
.shop-product.featured .price .new {
    font-weight: 700;
}
.product-specs {
    list-style: none;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
#button-zip-shop {
    margin-top: 10px;
}
#cataloge-list-head {
    border-bottom: 1px solid #fff;
}
.affix {
    top: 100px;
    width: 227.5px;
}
#shop-filters {
    height: 100%}
#shop-filters h5 {
    color: #333;
    font-weight: 900;
    line-height: 1.4;
    font-size: 1.4rem;
    padding-top: 5px;
}
#shop-filters .nav li a {
    padding: 2px;
    text-indent: 1.5em;
    color: #333;
}
#shop-filters .nav li a i {
    line-height: 20px;
}
#shop-filters .nav li a.selected, #shop-filters .nav li a:hover {
    background-color: #45b8d8;
}
#catalogue-list {
    background: #e5e5e5;
}
#catalogue-list hr {
    border: 1.5px solid #e5e5e5;
}
#catalogue-header {
    padding-left: 10px;
    overflow: hidden;
}
#filters-wrapper {
    background: #fff;
    padding: 0 10px;
}
#catalogue-listing {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: -15px;
    padding: 20px;
    background: #fff;
}
.productitem-desc, .productitem-img, .productitem-price {
    padding: -30px;
}
.productitem-img img {
    margin-left: auto;
    margin-right: auto;
}
.shop-item .product-img {
    margin-bottom: 20px;
}
.shop-item .product-img img {
    max-height: 70px;
    opacity: .5;
    margin: 0 auto;
}
.shop-item .product-img img:hover {
    opacity: 1;
}
.shop-item .product-img img.main {
    max-height: 100%;
    margin-bottom: 20px;
    opacity: 1;
}
.shop-item .product-img .row {
    padding: 0 12px;
}
.shop-item .product-img .col-xs-4 {
    padding-left: 2px;
    padding-right: 2px;
}
.rating {
    display: inline-block;
    margin-left: 0;
}
.rating li {
    margin: 0;
    padding: 0;
    color: #F7C41F;
    font-size: 14px;
}
.shop-item .reviews {
    font-size: 12px;
    margin-left: 10px;
}
.shop-item .price-block {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px;
    background: #eee;
    border-radius: 3px;
}
.shop-item .price-block .form-control {
    display: inline-block;
    width: 60px;
}
.shop-item .price-block .price {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}
.shopping-cart table>thead>tr>th {
    border-bottom-width: 1px;
}
.shopping-cart table>tbody>tr>td {
    vertical-align: middle;
}
.shopping-cart table img {
    float: left;
    max-width: 100px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
}
.shopping-cart table .item {
    overflow: hidden;
}
@media (max-width:767px) {
    .shopping-cart table img {
    float: none;
    max-width: 100%;
    margin: 0 0 10px;
}
.shopping-cart table .item {
    overflow: visible;
}
}.shopping-cart .form-control {
    width: 60px;
}
.shopping-cart .checkout {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.shopping-cart .checkout>li {
    margin: 10px 0;
}

.label-notice {
  line-height: 12px !important;
  padding: 0px 3px !important;
  position: absolute !important;
  margin-left: -10px !important;
  top: 2px !important;
  font-size: 9px;
}


.label-notice-blue {
  background-color: #1ab394 !important;
  color: #FFFFFF !important;
}


.user-avatar {
    position: relative;
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.user-avatar>img {
    margin-bottom: 10px;
    border-radius: 3px;
}
.user-avatar:after, .user-avatar:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.user-avatar:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.user-social {
    margin-top: 15px;
}
.user-cart>h4 {
    margin-bottom: 20px;
}
.user-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}
.user-info>li {
    padding: 3px 0;
}
.not-found {
    height: 38px;
    background: #f6f6f6;
    margin-bottom: 5px;
}
.not-found>span {
    display: inline-block;
    padding-right: 10px;
    background: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.error-page p {
    margin-bottom: 30px;
}
.error-page>.text-muted {
    text-transform: uppercase;
}
.error-page>a {
    font-weight: 600;
    font-size: 16px;
}
.error-page .divider {
    margin: 0 10px;
    color: #999;
}
.divider {
    margin-top: -1px!important;
}
.coming-soon {
    background: url(https://www.edaqua.com/assets/img/index-bg-main-overlay.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
.coming-soon h1 {
    font-size: 54px;
    text-shadow: 1px 1px 2px #505050;
}
.coming-soon .lead {
    margin: 40px 0 50px;
    font-weight: 400;
    text-shadow: 1px 1px 2px #505050;
}
.coming-soon form .form-control {
    height: 45px;
    width: 300px;
    padding: 12px 24px;
    border-radius: 45px 0 0 45px;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.coming-soon form button {
    height: 45px;
    border-radius: 0 45px 45px 0;
    margin-left: -4px;
}
@media (max-width:767px) {
    .coming-soon {
    padding: 30px 0;
}
.coming-soon form .form-control {
    border-radius: 45px;
    width: 100%}
.coming-soon form button {
    display: block;
    width: 100%;
    border-radius: 45px;
}
}.is-countdown {
    margin-top: 50px;
    text-shadow: 1px 1px 2px #505050;
}
.countdown-row {
    display: block;
    text-align: center;
}
.countdown-section {
    display: inline-block;
    margin: 0 2px;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 24px;
}
.countdown-period {
    display: block;
    font-size: 16px;
}


.popover-test button, .tooltip-test button {
    margin-bottom: 10px;
}
.pagination-example ul {
    margin: 10px 0;
}
.carousel-example {
    border-radius: 4px;
    overflow: hidden;
}
.comments {
    margin: 20px 0;
}
.cmt {
    margin-bottom: 15px;
}
.cmt>img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
}
.cmt>.cmt-block {
    overflow: hidden;
}
.cmt>.cmt-block .profile-link {
    color: #333;
    font-weight: 700;
}
.cmt>.cmt-block .time {
    margin-left: 10px;
    font-size: 13px;
}
.cmt>.cmt-block textarea {
    border-radius: 0;
}
.cmt>.cmt-block>.cmt-body {
    margin-top: 5px;
}
.rating {
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.rating>i {
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    color: #555;
}
.rating .up {
    color: green;
}
.rating .up:before {
    content: "+"}
.rating .down {
    color: #0b8c8f;
}
.rating .down:before {
    content: "-"}
footer {
    margin-top: 50px;
    padding: 30px 0;
    background: #2f4f5f;
    color: #fff;
}
footer h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
@media (max-width:767px) {
    footer {
    padding-top: 20px;
}
footer h4 {
    margin-top: 20px;
}
}footer .form-control {
    border-color: #ccc;
}
.copyright {
    text-align: center;
    min-height: 30px;
}
.tweet>i {
    float: left;
    margin-right: 15px;
    color: #2babcf;
}
.tweet>p {
    overflow: hidden;
}
.tweet>p>a {
    display: block;
}
.top-header {
    border-bottom: 1px solid #eee;
    background: #fff;
    max-height: 30px;
    font-size: 12px;
    position: relative;
    z-index: 10;
}
.top-header .aux-text {
    padding: 5px 0;
    color: #999;
    font-size: 11px;
    line-height: 20px;
    float: left;
}
.top-header .top-header-menu {
    float: right;
}
.top-header .top-header-menu>ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-header .top-header-menu>ul.menu>li {
    position: relative;
    float: left;
    display: inline-block;
    border-right: 1px solid #eee;
}
.top-header .top-header-menu>ul.menu>li:last-child {
    border: 0;
}
.top-header .top-header-menu>ul.menu>li>a {
    display: block;
    padding: 5px 15px;
    color: #333;
}
.top-header .top-header-menu>ul.menu>li.dropdown>a:after {
    margin-left: 6px;
    font-family: FontAwesome;
    position: relative;
    float: right;
}
.top-header .top-header-menu ul.menu>li>a>i {
    margin-right: 6px;
}
.top-header .top-header-menu ul.menu>li ul.sub-menu {
    display: none;
    min-width: 160px;
    position: absolute;
    right: -1px;
    z-index: 1500;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.top-header .top-header-menu ul.menu>li:hover ul.sub-menu {
    opacity: 1;
    display: block;
}
.top-header .top-header-menu ul.menu>li ul.sub-menu>li {
    border-bottom: 1px solid #eee;
}
.top-header .top-header-menu ul.menu>li ul.sub-menu>li:last-child {
    border: 0;
}
.top-header .top-header-menu ul.menu>li ul.sub-menu>li>a {
    display: block;
    padding: 6px 15px;
}
.top-header .top-header-menu ul.menu>li ul.sub-menu>li>.language-active {
    display: block;
    padding: 6px 15px;
    background: #f8f8f8;
    cursor: default;
}
.top-header .top-header-menu ul.menu>li.dropdown:hover .sub-menu {
    display: block;
}
.top-header.top-header-dark {
    border-bottom: 1px solid #222;
    background: #020202;
}
.top-header.top-header-dark .aux-text {
    color: #fff;
}
.top-header.top-header-dark .top-header-menu>ul.menu>li {
    border-color: #222;
}
.top-header.top-header-dark .top-header-menu>ul.menu>li>a {
    color: #fff;
}
.dropdown-form {
    min-width: 300px;
    z-index: 500;
}
.dropdown-cart-empty {
    min-width: 150px;
    width: auto;
    padding: 15px;
    text-align: center;
}
.dropdown-cart {
    min-width: 400px;
    padding: 15px;
}
.dropdown-cart-empty .cart-items {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.dropdown-cart .cart-items {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}
.dropdown-menu h4 {
    font-size: 14px;
    color: #4c4c4c;
}
.dropdown-profile {
    padding: 15px;
}
.dropdown-profile img {
    width: 60px;
}
.sign-inner .first-child {
    text-align: center;
}
#thumbnail-login {
    background-color: #eee;
    border: 1px solid #e4e4e4;
}
#recaptcha_image {
    margin: 0 auto;
    padding: 0;
}
.table, .table td, .table th {
    border-color: #86bce9!important;
    margin-bottom: 20px;
}
.table-unilevel {
    margin-bottom: 0!important;
}
.dataTables_filter {
    line-height: 30px;
    margin-right: 10px;
    float: right;
}
.dataTables_filter>label>input {
    border: 1px solid #CCC;
    color: #888;
    height: 30px;
    line-height: 15px;
    margin-bottom: 16px;
    margin-right: 0;
    margin-top: 2px;
    outline: 0;
    padding: 5px 0 5px 5px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.dataTables_filter, .dataTables_length {
    display: inline-block;
}
.dataTables_length {
    height: 30px;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 30px;
}
.dataTables_wrapper .dataTables_info {
    color: #888;
    line-height: 29px;
    float: left;
    font-size: 12px;
}
.dataTables_paginate {
    float: right;
}
.dataTables_paginate>a, .dataTables_paginate>span>a {
    position: relative;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2babcf;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    cursor: pointer;
    display: inline;
    padding: 5px 10px;
    font-size: 12px;
}
.dataTables_paginate>.first {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.dataTables_paginate>.last {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.dataTables_paginate>a:focus, .dataTables_paginate>a:hover, .dataTables_paginate>span>a:focus, .dataTables_paginate>span>a:hover {
    color: #fff;
    background-color: #2babcf;
    background-image: -webkit-linear-gradient(top, #45b8d8 0, #2babcf 100%);
}
.dataTables_paginate>span>.current, .dataTables_paginate>span>.current:focus, .dataTables_paginate>span>.current:hover {
    z-index: 2;
    color: #fff;
    border-color: #2babcf;
    cursor: default;
    background-color: #2babcf;
    background-image: -webkit-linear-gradient(top, #45b8d8 0, #2babcf 100%);
}
.dataTables_paginate>.disabled, .dataTables_paginate>.disabled:focus, .dataTables_paginate>.disabled:hover {
    z-index: 2;
    color: #999!important;
    background-color: #fff!important;
    border-color: #ddd!important;
    cursor: not-allowed;
    background-image: none;
}
#statement_info {
    margin-left: 10px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
#loggedOut, #sessionWarning {
    text-align: center;
}
#loggedOut {
    color: red;
}
.b_buttons {
    float: right;
    display: inline-block;
    position: relative;
}
#tree_view {
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    height: 480px;
    position: relative;
}
.tree_level {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 120px;
}
.lvl_0, .lvl_1, .lvl_2, .lvl_3 {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    float: left;
}
.lvl_0 {
    width: 100%;
    height: 120px;
}
.lvl_1 {
    width: 50%;
    height: 120px;
}
.lvl_2 {
    width: 25%;
    height: 120px;
}
.lvl_3 {
    width: 12.5%;
    height: 120px;
}
.display_lvl0, .display_lvl1, .display_lvl2, .display_lvl3 {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(rgba(106, 83, 211, .1)));
    background-image: -webkit-linear-gradient(top, #fdfdfd 0, rgba(106, 83, 211, .1) 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0, rgba(106, 83, 211, .1) 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0, rgba(106, 83, 211, .1) 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0, rgba(106, 83, 211, .1) 100%);
    background-image: -linear-gradient(top, #fdfdfd 0, rgba(106, 83, 211, .1) 100%);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(147, 138, 197, .8);
    -moz-box-shadow: 0 1px 2px rgba(147, 138, 197, .8);
    box-shadow: 0 1px 2px rgba(147, 138, 197, .8);
    display: inline-block;
    text-align: center;
    position: relative;
    color: #333;
    text-shadow: none;
    font-size: .7em;
    z-index: 999;
}
.display_lvl0:hover, .display_lvl1:hover, .display_lvl2:hover, .display_lvl3:hover {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(147, 138, 197, .3)), to(#fdfdfd));
    background-image: -webkit-linear-gradient(top, rgba(147, 138, 197, .3) 0, #fdfdfd 100%);
    background-image: -moz-linear-gradient(top, rgba(147, 138, 197, .3) 0, #fdfdfd 100%);
    background-image: -ms-linear-gradient(top, rgba(147, 138, 197, .3) 0, #fdfdfd 100%);
    background-image: -o-linear-gradient(top, rgba(147, 138, 197, .3) 0, #fdfdfd 100%);
    background-image: -linear-gradient(top, rgba(147, 138, 197, .3) 0, #fdfdfd 100%);
}
.display_lvl0 {
    width: 85px;
    height: 60px;
    margin-top: 10px;
    margin-left: 45.1171875%}
.display_lvl1 {
    width: 85px;
    height: 60px;
    margin-top: 10px;
    margin-left: 40.234375%}
.display_lvl2 {
    width: 85px;
    height: 60px;
    margin-top: 10px;
    margin-left: 30.078125%}
.display_lvl3 {
    width: 85px;
    height: 60px;
    margin-top: 10px;
    margin-left: 10.15625%}
.binary_disabled {
    opacity: .2;
}
.panel-body {
    background: #fcfcfc;
}
.tree-button, .tree-button .btn-xs {
    display: none;
}
.type-color-1 {
    border-bottom: 3px solid #43e72d;
}
.type-color-2 {
    border-bottom: 3px solid #718cf1;
}
.type-color-3 {
    border-bottom: 3px solid #cff85f;
}
.type-color-4 {
    border-bottom: 3px solid #f05f68;
}
.type-color-5 {
    border-bottom: 3px solid #86bce9;
}
@font-face {
    font-family: notific8;
    src: url(../fonts/notific8.eot);
    src: url(../fonts/notific8.eot#iefix) format("embedded-opentype"), url(../fonts/notific8.woff) format("woff"), url(../fonts/notific8.ttf) format("truetype"), url(../fonts/notific8.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    font-family: notific8!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*=" notific8-fontastic-"]:before, [class^=notific8-fontastic-]:before {
    font-family: notific8!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jquery-notific8-container {
    display: block;
    padding: 0;
    margin: 0;
    position: fixed;
}
.jquery-notific8-container.top {
    top: 0;
}
.jquery-notific8-container.bottom {
    bottom: 0;
}
.jquery-notific8-container.bottom.right, .jquery-notific8-container.top.right {
    right: 0;
}
.jquery-notific8-container.bottom.left, .jquery-notific8-container.top.left {
    left: 0;
}
.jquery-notific8-notification {
    border-style: solid;
    border-width: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 5.625em;
    max-height: 5.625em;
    overflow: hidden;
    padding: .625em;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 24.375em;
}
.jquery-notific8-notification:hover .jquery-notific8-close {
    display: block;
}
.jquery-notific8-notification.has-icon {
    width: 27.1875em;
}
.jquery-notific8-icon {
    font-size: 4.375em;
    line-height: 1em;
    margin-top: -1px;
}
.jquery-notific8-heading {
    font-weight: 700;
    margin-bottom: .3125em;
}
.jquery-notific8-message {
    font-size: .875em;
}
.jquery-notific8-close {
    position: absolute;
    padding: 0 .25em;
    cursor: pointer;
    top: 0;
    display: none;
}
.jquery-notific8-close-sticky {
    text-align: center;
    position: absolute;
    width: 5.5625em;
    padding: .125em 0;
    cursor: pointer;
    text-transform: uppercase;
}
.jquery-notific8-close-sticky span {
    font-size: .625em;
}
.right .jquery-notific8-notification {
    float: right;
    clear: right;
    margin-right: -24.375em;
    padding-right: 2.0625em;
}
.right .jquery-notific8-notification.open {
    margin-right: 0;
}
.right .jquery-notific8-notification.has-icon {
    padding-left: 90px;
}
.right .jquery-notific8-icon {
    float: left;
    margin-left: -1.15714em;
}
.right .jquery-notific8-close {
    right: -2px;
}
.right .jquery-notific8-close-sticky {
    top: 1.9375em;
    right: -2.375em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.left .jquery-notific8-notification {
    float: left;
    clear: left;
    margin-left: -24.375em;
    padding-left: 2.0625em;
}
.left .jquery-notific8-notification.open {
    margin-left: 0;
}
.left .jquery-notific8-notification.has-icon {
    padding-right: 90px;
}
.left .jquery-notific8-icon {
    float: right;
    margin-right: -1.15714em;
}
.left .jquery-notific8-close {
    left: -2px;
}
.left .jquery-notific8-close-sticky {
    top: 31px;
    left: -2.375em;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.top .jquery-notific8-notification {
    margin-top: .625em;
}
.bottom .jquery-notific8-notification {
    margin-bottom: .625em;
}
.jquery-notific8-notification.teal {
    border-color: #09c;
    background-color: #069;
    color: #fff;
}
.jquery-notific8-notification.teal .jquery-notific8-close, .jquery-notific8-notification.teal .jquery-notific8-close-sticky {
    background-color: #09c;
    color: #fff;
}
.jquery-notific8-notification.amethyst {
    border-color: #915faa;
    background-color: rgba(43, 171, 207, 1);
    color: #fff;
}
.jquery-notific8-notification.amethyst:hover {
    border-color: #915faa;
    background-color: rgba(43, 171, 207, .7);
    color: #fff;
}
.jquery-notific8-notification.amethyst .jquery-notific8-close, .jquery-notific8-notification.amethyst .jquery-notific8-close-sticky {
    background-color: #915faa;
    color: #fff;
}
.jquery-notific8-notification.ruby {
    border-color: #d10;
    background-color: #a10;
    color: #fff;
    opacity: .75;
}
.jquery-notific8-notification.ruby:hover {
    border-color: #d10;
    background-color: #a10;
    color: #fff;
    opacity: 1;
}
.jquery-notific8-notification.ruby .jquery-notific8-close, .jquery-notific8-notification.ruby .jquery-notific8-close-sticky {
    background-color: #d10;
    color: #fff;
}
.jquery-notific8-notification.tangerine {
    border-color: #ffb23f;
    background-color: #e88f00;
    color: #fff;
}
.jquery-notific8-notification.tangerine .jquery-notific8-close, .jquery-notific8-notification.tangerine .jquery-notific8-close-sticky {
    background-color: #ffb23f;
    color: #fff;
}
.jquery-notific8-notification.lemon {
    border-color: #ffde00;
    background-color: #fc0;
    color: #333;
}
.jquery-notific8-notification.lemon .jquery-notific8-close, .jquery-notific8-notification.lemon .jquery-notific8-close-sticky {
    background-color: #ffde00;
    color: #333;
}
.jquery-notific8-notification.lime {
    border-color: #38d315;
    background-color: #32b512;
    color: #fff;
}
.jquery-notific8-notification.lime .jquery-notific8-close, .jquery-notific8-notification.lime .jquery-notific8-close-sticky {
    background-color: #38d315;
    color: #fff;
}
.jquery-notific8-notification.ebony {
    border-color: #666;
    background-color: #121212;
    color: #fff;
}
.jquery-notific8-notification.ebony .jquery-notific8-close, .jquery-notific8-notification.ebony .jquery-notific8-close-sticky {
    background-color: #666;
    color: #fff;
}
.jquery-notific8-notification.smoke {
    border-color: #ababab;
    background-color: #efefef;
    color: #333;
}
.jquery-notific8-notification.smoke .jquery-notific8-close, .jquery-notific8-notification.smoke .jquery-notific8-close-sticky {
    background-color: #ababab;
    color: #fff;
}
canvas {
    width: 100%!important;
    max-width: 1010px;
    height: auto!important;
}
.balance-select, .bonuses-select {
    color: #000;
    float: right;
}
.balance-table td, .balance-table th {
    text-align: center!important;
}
.balance-tables {
    margin-bottom: 20px;
}
.final-amount {
    display: inline-block;
    float: right;
}
#getuserzip {
    display: none;
}
#selectref1 .radio, .checkbox {
    display: block;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
#form-fields-next, #form_button {
    float: right;
}
div#pt-wrapper {
    background-color: #fff;
}
ol.progress-tracker {
    margin: 0;
    padding: 0;
    :list-style-type none;
    width: 100%;
    text-align: center;
}
ol.progress-tracker li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}
ol.progress-tracker[data-progress-tracker-steps="2"] li {
    width: 49%}
ol.progress-tracker[data-progress-tracker-steps="3"] li {
    width: 33%}
ol.progress-tracker[data-progress-tracker-steps="4"] li {
    width: 24%}
ol.progress-tracker[data-progress-tracker-steps="5"] li {
    width: 19%}
ol.progress-tracker[data-progress-tracker-steps="6"] li {
    width: 16%}
ol.progress-tracker[data-progress-tracker-steps="7"] li {
    width: 14%}
ol.progress-tracker[data-progress-tracker-steps="8"] li {
    width: 12%}
ol.progress-tracker[data-progress-tracker-steps="9"] li {
    width: 11%}
ol.progress-tracker .progress-tracker-done {
    color: #000;
    border-bottom: 4px solid #2babcf;
}
ol.progress-tracker .progress-tracker-todo {
    color: #666;
    border-bottom: 4px solid #666;
}
ol.progress-tracker li:after {
    content: "\00a0\00a0"}
ol.progress-tracker li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progress-tracker .progress-tracker-done:before {
    content: "\2713";
    color: #fff;
    background-color: #2babcf;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progress-tracker .progress-tracker-todo:before {
    content: "\039F";
    color: #666;
    background-color: #fff;
    font-size: 1.5em;
    bottom: -1.6em;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: url(../img/jquery-ui/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x #f2f5f7;
    color: #362b36;
}
.ui-widget-content a {
    color: #362b36;
}
.ui-widget-header {
    border: 1px solid #aed0ea;
    background: url(../img/jquery-ui/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x #deedf7;
    color: #222;
    font-weight: 700;
}
.ui-widget-header a {
    color: #222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #aed0ea;
    background: url(../img/jquery-ui/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x #d7ebf9;
    font-weight: 700;
    color: #2779aa;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #2779aa;
    text-decoration: none;
}
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #74b2e2;
    background: url(../img/jquery-ui/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x #e4f1fb;
    font-weight: 700;
    color: #0070a3;
}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #0070a3;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #2694e8;
    background: url(../img/jquery-ui/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x #3baae3;
    font-weight: 700;
    color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #f9dd34;
    background: url(../img/jquery-ui/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x #ffef8f;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(../img/jquery-ui/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x #cd0a0a;
    color: #fff;
}
.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
    color: #fff;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(../img/jquery-ui/ui-icons_72a7cf_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(../img/jquery-ui/ui-icons_3d80b3_256x240.png);
}
.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(../img/jquery-ui/ui-icons_2694e8_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(../img/jquery-ui/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(../img/jquery-ui/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../img/jquery-ui/ui-icons_ffffff_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 6px;
}
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 6px;
}
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 6px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 6px;
}
.ui-widget-overlay {
    background: url(../img/jquery-ui/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% #eee;
    opacity: .8;
    filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
    margin: -7px 0 0 -7px;
    padding: 7px;
    background: url(../img/jquery-ui/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x #000;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}
.ui-datepicker-next, .ui-datepicker-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}
#find-sponsor-wrapper {
    background: url(../img/find-sponsor.jpg) right no-repeat;
    background-size: 90% 75%;
    margin-bottom: -249px;
}
#confirm-sponsor-wrapper {
    background: url(../img/confirm-sponsor.jpg) right no-repeat;
    background-size: 90% 75%;
    margin-bottom: -249px;
}
.error {
    padding: 8px 0;
    width: 100%;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #f2dede;
    border-color: #eed3d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #b94a48;
    font-size: 12px;
    text-align: center;
}
#pwstrengthbox {
    border: 1px solid #ccc;
    line-height: 18px;
    text-align: center;
    background-color: #fff;
    color: #9A9A9A;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#pwstrengthbox.strong {
    background-color: #3C0;
    border: 1px solid #289F00;
    color: #fff;
    font-weight: 700;
}
#pwstrengthbox.moderate {
    background-color: #f60;
    border: 1px solid #C44F00;
    color: #fff;
    font-weight: 700;
}
#pwstrengthbox.weak {
    background-color: #c00;
    border: 1px solid #9D0000;
    color: #fff;
    font-weight: 700;
}
.founders-img {
    line-height: 15px;
}
.dropcap {
    background: #fcfcfc;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 23px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    margin: -4px 0 0;
    text-align: center;
    width: 26px;
    border: 1px solid #f6f6f6;
}
.dropcap.dark {
    background: #3a3a3a;
    color: #fff;
}
.dropcap.color {
    background: #63B6AE;
    color: #fff;
}
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: .9;
}
#index-links a:hover {
    text-decoration: none;
}
#follow-us a {
    font-size: 30px;
    padding: 10px;
}
.form-control:focus {
    border: 1px solid #2babcf;
    box-shadow: inset 0 1px 1px rgba(33, 83, 255, .4), 0 0 4px rgba(33, 83, 137, .3);
}
.notific8-fontastic-check-mark-2:before {
    content: "p"}
.notific8-fontastic-minus-circle:before {
    content: "\e013"}
.event-carousel h2 {
    margin: 0;
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;
}
.event-carousel .item {
    background: #333;
    text-align: center;
    height: 300px!important;
}
.event-carousel .carousel {
    margin-top: 20px;
}
.event-carousel .bs-example {
    margin: 20px;
}
#event-heading {
    background: url(../img/find-sponsor.jpg) left no-repeat;
}
.clearfix {
    padding: 12px;
}
.event-features li {
    list-style: none;
}
.event .countdown-container {
    height: 130px;
    font-size: 1.4em;
}
.event .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.event .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 2em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}
.event .count.top {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%}
.event .count.bottom {
    background-image: linear-gradient(rgba(255, 255, 255, .1), transparent);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), transparent);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .1), transparent);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, .1), transparent);
    background-image: -o-linear-gradient(rgba(255, 255, 255, .1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.event .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
    color: #000;
}
.event .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}
.event .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}
.event .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.event .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.grabbing {
    cursor: url(https://www.edaqua.com/assets/css/grabbing.png) 8 8, move;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(https://www.edaqua.com/assets/css/AjaxLoader.gif) center center no-repeat;
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
    0% {
    opacity: 1;
}
}@-moz-keyframes empty {
    0% {
    opacity: 1;
}
}@keyframes empty {
    0% {
    opacity: 1;
}
}@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-moz-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@-moz-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@-webkit-keyframes backSlideOut {
    25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
}
100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
}
}@-moz-keyframes backSlideOut {
    25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
}
100%, 75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
}
}@keyframes backSlideOut {
    25% {
    opacity: .5;
    transform: translateZ(-500px);
}
100%, 75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
}
}@-webkit-keyframes backSlideIn {
    0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
}
75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
}
}@-moz-keyframes backSlideIn {
    0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
}
75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
}
100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
}
}@keyframes backSlideIn {
    0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
}
75% {
    opacity: .5;
    transform: translateZ(-500px);
}
100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
}
}@-webkit-keyframes scaleToFade {
    to {
    opacity: 0;
    -webkit-transform: scale(.8);
}
}@-moz-keyframes scaleToFade {
    to {
    opacity: 0;
    -moz-transform: scale(.8);
}
}@keyframes scaleToFade {
    to {
    opacity: 0;
    transform: scale(.8);
}
}@-webkit-keyframes goDown {
    from {
    -webkit-transform: translateY(-100%);
}
}@-moz-keyframes goDown {
    from {
    -moz-transform: translateY(-100%);
}
}@keyframes goDown {
    from {
    transform: translateY(-100%);
}
}@-webkit-keyframes scaleUpFrom {
    from {
    opacity: 0;
    -webkit-transform: scale(1.5);
}
}@-moz-keyframes scaleUpFrom {
    from {
    opacity: 0;
    -moz-transform: scale(1.5);
}
}@keyframes scaleUpFrom {
    from {
    opacity: 0;
    transform: scale(1.5);
}
}@-webkit-keyframes scaleUpTo {
    to {
    opacity: 0;
    -webkit-transform: scale(1.5);
}
}@-moz-keyframes scaleUpTo {
    to {
    opacity: 0;
    -moz-transform: scale(1.5);
}
}@keyframes scaleUpTo {
    to {
    opacity: 0;
    transform: scale(1.5);
}
}

/*********** products page  ************/


/* floating menu */
#fl_menu{position:absolute; top:50px; left:0px; z-index:9999; width:150px; height:50px;}
#fl_menu .label{padding-left:20px; line-height:50px; font-family:"Arial Black", Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; background:#000; color:#fff; letter-spacing:7px;}
#fl_menu .menu{display:none;}
#fl_menu .menu .menu_item{display:block; background:#000; color:#bbb; border-top:1px solid #333; padding:10px 20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none;}
#fl_menu .menu a.menu_item:hover{background:#333; color:#fff;}




/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

.products-page-wrapper,
input,
select,
textarea {
    color: #222;
}

.products-page-wrapper {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   One Page Scroll with Animations styles
   ========================================================================== */
/* Code Samples */

.section-text ul li {
    font-weight: 300;
    font-size: 1.1875em;
    line-height: 1.6316;
    color: #363636;
    list-style: none;
    
}

code {
 display: block;
 padding: 0.5em 1em;
 border: 1px solid #bebab0;
}

.products-page-wrapper {
    height: 100%;
    min-height: 100%;
}
.loading {
    background: url('../img/loading.gif') no-repeat center center;
}


section {
    min-width: 960px;
    opacity: 0;
    -webkit-transition:opacity .6s;
    -webkit-transition-delay:.2s;
    -moz-transition:opacity .6s;
    -moz-transition-delay:.2s;
    -o-transition:opacity .6s;
    -o-transition-delay:.2s;
    transition: opacity .6s;
    transition-delay:.2s;
}
.loaded section {
    opacity: 1;
}
section h2 {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
section p {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 1.1875em;
    line-height: 1.6316;
    color: #363636;
}
.section-content,
.fake-content {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px #707070 solid;
}
.section-text {
    position: absolute;
    top: 50%;
    margin-top: -292px;
    width: auto;
    z-index: 1;
}

.section-text-wrapper {
    background: url("../img/products_page/bg.png") repeat;
    font-size: 14px;
    height: 100%;
    padding:20px;
}

#edaqua-section-1 {
    margin-top: -152px;
    left: 45%;
    max-width: 555px;
    border-width: 10px;
    border-radius: 10px;
}

#edemar-section-1 {
    margin-top: -192px;
    left: 50%;
    max-width: 505px;
}

#edaqua-section-2 {
    left: 45%;
    max-width: 555.5px;
}

#edemar-section-2 {
    margin-top: -140px;
    left: 45%;
    max-width: 555.5px;
}

#img-edemar-section-2 {
    margin-top: 30px;
    margin-left: -100px;
}

#momentum-section-2 {
    margin-top: -180px;
    left: 45%;
    max-width: 555.5px;
}

#img-momentum-section-2 {
    margin-left: -505px;
    margin-top: -170px;
}

#edaqua-section-3 {
    left: 40%;
    width: 606px;
}

#edemar-section-3,
#edemar-section-4,
#momentum-section-3 {
    margin-top: -250px;
    left: 40%;
    width: 606px;
}


#img-edemar-section-3 {
    margin-left: 505px;
    margin-top: 170px;
}

#img-momentum-section-3 {
    margin-left: 590px;
    margin-top: 120px;
}

#img-edemar-section-4 {
    margin-left: -535px;
    margin-top: -230px;
}

#momentum-section-4 {
    margin-top: -190px;
    left: 50%;
    width: 505px;
}


#img-momentum-section-4 {
    margin-left: -405px;
    margin-top: -130px;
}

#momentum-section-5 {
    left: 50%;
    margin-left: -505px;
    width: 1010px;
    margin-top: -220px;
}

#img-edemar-section-5 {
    padding-left: 30px;
    top: 260px;
}

#edaqua-section-4 {
    margin-top: -192px;
    left: 50%;
    margin-left: -222.5px;
    width: 505px; 
}


.composition {
    margin-top: -0px;
    width: 400px;
    margin-left: 120px;
}

#edaqua-section-5 {
    left: 50%;
    margin-left: -505px;
    width: 1010px;
}

#edemar-section-5,
#edemar-section-6 {
    left: 50%;
    margin-left: -505px;
    width: 1010px;
}
.edaqua-section-5-left,
.edemar-section-5-left,
.edemar-section-6-left {
    float: left;
    width: 48%;
}

.edaqua-section-5-right,
.edemar-section-5-right,
.edemar-section-6-right {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.section-edemar-6 {
    background: #f0f2f4 url("../img/products_page/sunset.jpg") no-repeat bottom;
}

#edaqua-section-6a {
    left: 70%;
    margin-left: -260px;
    width: 363px;
}

#edaqua-section-6b {
    left: 50%;
    margin-left: -505px;
    width: 1010px;
    margin-top: 100px;
}


#momentum-section-6 {
    left:50%;
    width: 505px;
    margin-top: -240px;
}

#table-momentum-section-6 {
    left: 50%;
    margin-left: -505px;
    max-width: 415px;
    width: auto;
    margin-top: -220px;
}

#edaqua-section-7 {
    left: 50%;
    margin-left: -505px;
    width: 1010px;
    margin-top: -225px;
}

#img-edaqua-section-7 {
    position: absolute;
    top: 100px;
    left: 50%;
    padding: 20px;
}

#momentum-section-7 {
    left: 50%;
    margin-left: -505px;
    max-width: 1010px;
    width: auto;

}

#edaqua-section-8 {
    left: 50%;
    margin-left: -505px;
    width: 1010px;
    margin-top: -325px;
}

#momentum8  {
    background: url("../img/products_page/loose_caps.png") no-repeat 85% 80px !important;
}

#momentum-section-8 {
    left: 50%;
    margin-left: -505px;
    width: 680px;
    margin-top: -275px;
}

.momentum-section-8-extended {
    width: 850px !important;
}

#momentum-section-9,
#momentum-section-11 {
    left: 50%;
    margin-left: -505px;
    width: 505px;
    margin-top: -225px;
}

#momentum9 img {
    margin-left: 30px;
    margin-top: -200px;
}


#momentum-section-10 {
    left: 50%;
    margin-left: 202px;
    width: 303px;
    margin-top: -255px;
}

#momentum10 .image-container {
    position: absolute;
    left: 50%;
    margin-left: -505px;
    margin-top: 140px;
    max-width: 1010px;
    width: auto;
} 

#momentum10 .image-container img {
    padding-bottom: 30px;
}

#momentum11  {
 background: url("../img/products_page/coffee_branch.jpg") no-repeat 85% 100px !important;
}

#momentum-section-12,
#momentum-section-14 {
    left: 50%;
    max-width: 505px;
    width: auto;
}

#momentum12 .image-container,
#momentum14 .image-container {
    position: absolute;
    left: 50%;
    margin-left: -505px;
    margin-top: 185px;
}

#momentum-section-13 {
    left: 50%;
    margin-left: -505px;
    max-width: 505px;
    width: auto;
}

#momentum13 .image-container {
    position: absolute;
    left: 50%;
    margin-left: 25px;
    margin-top: 185px;
}


.section-text h2 {
    margin: 10px;
}

.section-text-wrapper h1,
.section-text-wrapper h2 {
    margin: 10px;
    color: #17a1c4;
    text-shadow: 1px 1px 2px #000;
}

.images-container {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 670px;
    height: 600px;
}



#be-healthy {
    margin-left: -650px;
    position: relative;
    margin-top: 360px;
}

/* Fade in animation - Slide 1 */
#fadeInAnim {
    background-color: #f0f2f4;
    overflow: hidden;
}
    #fadeInAnim .copy-container {
        margin-top: -162px;
        margin-left: 200px;
        width: 300px;
    }
    #fadeInAnim img {
        position: absolute;
        left: 50%;
        bottom: -230px;
        margin-left: -530px;
    }
    .fadeIn {
        
    }


#edemar-wrapper-section-1 {
    background: url(../img/products_page/deep_sea_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#momentum-wrapper-section-1 {
    background: url(../img/products_page/momentum_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

#img-edemar-section-1 {
    top: 50%;
    margin-top: -158px;
    left: 50%;
    margin-left: -460px;
    position: absolute;
}

/* Reveal animation - Slide 2 */
#revealAnim .copy-container {
    width: 320px;
    margin-left: 50px;
    margin-top: -130px;
}
    #revealAnim .images-container {
        margin-top: -245px;
        margin-left: -507px;
    }
    #revealAnim .images-container img {
        float: left bottom;
        position: relative;
        z-index: 1;
        -webkit-transition: -webkit-transform .6s .9s;
        -moz-transition: -moz-transform .6s .9s;
        transition: transform .6s .9s;
    }
    #revealAnim .images-container .back { z-index:2;
        -webkit-transform:translate3d(-40%, 0, 0);
           -moz-transform:translate3d(-40%, 0, 0);
                transform:translate3d(-40%, 0, 0);
    }
    #revealAnim .images-container .front {
        -webkit-transform:translate3d(61.6%, 0, 0);
           -moz-transform:translate3d(61.6%, 0, 0);
                transform:translate3d(61.6%, 0, 0);
    }
    #revealAnim .images-container .side {

        
        -webkit-transform:translate3d(-1578%, 0, 0);
           -moz-transform:translate3d(-1578%, 0, 0);
                transform:translate3d(-1578%, 0, 0);
    }

    .viewing-page-2 #revealAnim .images-container img {
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }


/* Reveal animation - Slide 2 */
#momentum-wrapper-section-1 .copy-container {
    width: 320px;
    margin-left: 50px;
    margin-top: -130px;
}
#momentum-wrapper-section-1 .images-container {
    margin-top: 115px;
    margin-left: -303px;
}
#momentum-wrapper-section-1 .images-container img {
    float: left bottom;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform 1.6s 1.9s;
    -moz-transition: -moz-transform 1.6s 1.9s;
    transition: transform 1.6s 1.9s;
}
#momentum-wrapper-section-1 .images-container .back { 
    z-index:2;
    -webkit-transform:translate3d(-40%, 0, 0);
       -moz-transform:translate3d(-40%, 0, 0);
            transform:translate3d(-40%, 0, 0);
}
#momentum-wrapper-section-1 .images-container .front {
    -webkit-transform:translate3d(61.6%, 0, 0);
       -moz-transform:translate3d(61.6%, 0, 0);
            transform:translate3d(61.6%, 0, 0);
}
#momentum-wrapper-section-1 .images-container .side {
    -webkit-transform:translate3d(-1578%, 0, 0);
       -moz-transform:translate3d(-1578%, 0, 0);
            transform:translate3d(-1578%, 0, 0);
}

.viewing-page-1 #momentum-wrapper-section-1 .images-container img {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

/* Between Slides Animation - Slide 3-4 */
#betweenSlidesAnimStart {
    
}
    #betweenSlidesAnimStart .copy-container {
        width: 430px;
        margin-left: -40px;
        margin-top: -220px;
    }
    #betweenSlidesAnimStart .images-container {
        margin-top: -325px;
        margin-left: -1098px;
        width: 1140px;
    }
    #betweenSlidesAnimStart .images-container img,
    #betweenSlidesAnimEnd .images-container img {
        overflow: hidden;
        float: left;
        position: relative;
        z-index: 1;
        -webkit-transition: -webkit-transform .9s 0;
        -moz-transition: -moz-transform .9s 0;
        transition: transform .9s 0;
    }
    #betweenSlidesAnimStart .pink {
        -webkit-transform: translate3d(0, 460px, 0);
        -moz-transform: translate3d(0, 460px, 0);
        transform: translate3d(0, 460px, 0);
    }
    #betweenSlidesAnimStart .yellow {
        -webkit-transform: translate3d(0, 260px, 0);
        -moz-transform: translate3d(0, 260px, 0);
        transform: translate3d(0, 260px, 0);
    }
    #betweenSlidesAnimStart .blue {
        margin-top: 30px;
        -webkit-transform: translate3d(0, 200px, 0);
        -moz-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    .viewing-page-3 #betweenSlidesAnimStart .pink {
        -webkit-transform: translate3d(0, -160px, 0) !important;
        -moz-transform: translate3d(0, -160px, 0) !important;
        transform: translate3d(0, -160px, 0) !important;
    }
    .viewing-page-3 #betweenSlidesAnimStart .yellow {
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .viewing-page-3 #betweenSlidesAnimEnd .copy-container {
        opacity: 0;
        -webkit-transition:opacity .3s;
        -moz-transition:opacity .3s;
        -o-transition:opacity .3s;
        transition: opacity .3s;
        -webkit-transition-delay:.0s;
        -moz-transition-delay:.0s;
        -o-transition-delay:.0s;
        transition-delay:.0s;
    }








#betweenSlidesAnimEnd .images-container {
    width: 860px;
    margin-top: -10px;
    margin-left: -96px;
}
    #betweenSlidesAnimEnd .copy-container {
        width: 760px;
        text-align: center;
        margin-left: -340px;
        opacity: 0;
        -webkit-transition:opacity .6s;
        -webkit-transition-delay:.8s;
        -moz-transition:opacity .6s;
        -moz-transition-delay:.8s;
        -o-transition:opacity .6s;
        -o-transition-delay:.8s;
        transition: opacity .6s;
        transition-delay:.8s;
    }
    #betweenSlidesAnimEnd .fake-content .images-container {
        margin-top: -10px;
        margin-left: -376px;
    }
    .viewing-page-3 .fake-content {
        top: -100%;
        -webkit-transition:top .9s;
        -moz-transition:top .9s;
        -o-transition:top .9s;
        transition: top .9s;
    }
    .viewing-page-3 .fake-content .green {
        -webkit-transform: translate3d(0, 200px, 0) !important;
        -moz-transform: translate3d(0, 200px, 0) !important;
        transform: translate3d(0, 200px, 0) !important; 
    }
    .viewing-page-4 .fake-content {
        top: 0;
        -webkit-transition:top .9s;
        -moz-transition:top .9s;
        -o-transition:top .9s;
        transition: top .9s;
    }
    .viewing-page-4 .fake-content .green {
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important; 
    }

    .viewing-page-4 #betweenSlidesAnimStart .pink,
    .viewing-page-4 #betweenSlidesAnimStart .yellow {
        -webkit-transform: translate3d(0, -160px, 0) !important;
        -moz-transform: translate3d(0, -160px, 0) !important;
        transform: translate3d(0, -160px, 0) !important;
    }
    .viewing-page-4 #betweenSlidesAnimEnd .copy-container {
        opacity: 1;
    }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





#edaqua_carousel {

    background-color: #fff;
    border: 3px solid #ddd;
    border-radius: 4px;
}

.product-heading-h1 {
    font-size: 5em;
    color: #1e6b87;
    background: #fff;
    text-shadow: 2px 2px 3px #33383a;
    padding-bottom: 20px;
}

.product-pages p {
    font-size: 1.4em;
}

.product-pages p.small-text {
    font-size: 0.9em;
}

#product_momentum p,
#product_momentum ul li {
    font-size: 1.3em;
}






.products-page-wrapper {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

.products-page-wrapper, .onepage-wrapper {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}


.fullscreen, .index-video  {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding-top: 175px;
  margin-bottom: 0;
  padding-bottom: 50px;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 6.8s;
  -webkit-animation-interation-count: infinite;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 6.8s;
  -moz-animation-interation-count: infinite;
    animation-duration: 1s;
   animation-delay: 6.8s;
   animation-interation-count: infinite;
}


.fullscreen h1 {
  margin-top: 70px;
  font-size: 9em;
  text-shadow: 3px 2px 7px #000;
  -webkit-animation-duration: 7s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 7s;
  -moz-animation-delay: 4s;
  -moz-animation-iteration-count: 1;
  animation-duration: 7s;
  animation-delay: 4s;
  animation-iteration-count: 1;
}

.fullscreen h3 {
  font-size: 3em;
  text-shadow: 1px 1px 5px #000;
  -webkit-animation-duration: 7s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 7s;
  -moz-animation-delay: 4s;
  -moz-animation-iteration-count: 1;
  animation-duration: 7s;
  animation-delay: 4s;
  animation-iteration-count: 1;
}
.fullscreen .btn-default {
  background: transparent;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 30px;
  -webkit-transition: background 300ms, color 300ms;
  -moz-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
.fullscreen .btn-default:hover {
  background: white;
  color: #333333;
  text-shadow: none;
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  .fullscreen h1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .fullscreen {

  }
}


/* ===== Homepage transitionscreen ===== */
.halfscreen {
  position: relative;
  min-height: 70%;
  height: auto !important;
  height: 100%;
  padding-top: 175px;
  margin-bottom: 0;
  padding-bottom: 50px;
  background-size: cover;
  color: white;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
  -webkit-transition: min-height 200ms ease-out 0.5s, background-image .5s ease-in 1s;
    -moz-transition: min-height 200ms ease-out 0.5s, background-image .5s ease-in 0.5s;
    -o-transition: min-height 200ms ease-out 0.5s, background-image .5s ease-in 1s;
    transition: min-height 200ms ease-out 0.5s, background-image .5s ease-in 1s;

  -webkit-animation-duration: .5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-interation-count: infinite;
  -moz-animation-duration: .5s;
  -moz-animation-delay: 0s;
  -moz-animation-interation-count: infinite;
    animation-duration: .5s;
   animation-delay: 0s;
   animation-interation-count: infinite;
}

.halfscreen h1 {
  margin-top: 70px;
  font-size: 9em;
  text-shadow: 3px 2px 7px #000;
  -webkit-animation-duration: 7s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 7s;
  -moz-animation-delay: 4s;
  -moz-animation-iteration-count: 1;
  animation-duration: 7s;
  animation-delay: 4s;
  animation-iteration-count: 1;

}

.halfscreen h3 {
  font-size: 3em;
  text-shadow: 1px 1px 5px #000;
  -webkit-animation-duration: 7s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 7s;
  -moz-animation-delay: 4s;
  -moz-animation-iteration-count: 1;
  animation-duration: 7s;
  animation-delay: 4s;
  animation-iteration-count: 1;
}
.halfscreen .btn-default {
  background: transparent;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 30px;
}
.halfscreen .btn-default:hover {
  background: white;
  color: #333333;
  text-shadow: none;
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  .halfscreen h1 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .halfscreen {
  }
}


#quote h2,
#quote h4 {
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -webkit-animation-interation-count: infinite;
  -moz-animation-duration: 3s;
  -moz-animation-delay: 2s;
  -moz-animation-interation-count: infinite;
    animation-duration: 3s;
   animation-delay: 2s;
   animation-interation-count: infinite;
}


/* ===== Home Services ===== */
.home-services {
  margin-bottom: 20px;
  background: #0b8c8f;
  color: white;
}
.home-services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-services li {
  float: left;
  width: 24%;
  padding: 20px 3px;
  border-right: 1px solid #007b7e;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  /* to avoid cell breaking during expanding on hover */
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  transition: width 300ms;
}
.home-services li:first-child {
  border-left: 1px solid #007b7e;
}
.home-services ul:hover li {
  width: 20%;
}
.home-services ul:hover > li:hover {
  width: 36%;
}
.home-services li i {
  font-size: 22px;
}
.home-services li p {
  margin: 10px 0 0;
  text-transform: uppercase;
}
.home-services li span {
  display: none;
}%
.home-services li:hover span {
  display: inline-block;
}
.home-services .lead {
  margin: 0;
  line-height: 93px;
}
@media (max-width: 992px) {
  /* Adjusting for small devices */
  .home-services ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .home-services li {
    display: block;
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #007b7e;
  }
  .home-services li:first-child {
    border-left: 0;
  }
  .home-services ul:hover li {
    width: 100%;
  }
  .home-services ul:hover > li:hover {
    width: 100%;
  }
}