#img-logo {
    width: 148px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: rgb(0, 0, 0);
    color: #000
}

small {
    font-size: 80%
}

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
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    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 {
    line-height: normal
}

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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid rgb(0, 0, 0);
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

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: transparent !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^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid rgb(0, 0, 0);
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        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
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #000000;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2b5d00;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.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 #eaeaea
}

.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: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: #ee2c0a
}

a.text-warning:hover {
    color: #9c3313
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #2b5d00
}

a.bg-primary:hover {
    background-color: #2b5d00
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #2b5d00
}

.bg-info {
    background-color: #2b5d00
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #d11205
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #ec0b0b
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    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
}

dt,
dd {
    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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999
}

blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
    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: #050505;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    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-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        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-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        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-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        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
    }
}

.text-white {
    color: white;
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    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>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-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>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    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>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        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=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    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=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    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: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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);
    -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:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(5, 5, 5, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6)
}

.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
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    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
}

textarea.input-sm,
select[multiple].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
}

textarea.input-lg,
select[multiple].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 .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #76453c
}

.has-success .form-control {
    border-color: #76403c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.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 .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    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;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.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],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #161616
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #a18262;
    border-color: #0c0c0c
}

.btn-primary .badge {
    color: #2b5d00;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.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],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #000000;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #d73939;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    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:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.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],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.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],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    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=submit].btn-block,
input[type=reset].btn-block,
input[type=button].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(https://ramosmarbleandgraniteca.com/fonts/glyphicons-halflings-regular.eot);
    src: url(https://ramosmarbleandgraniteca.com/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(https://ramosmarbleandgraniteca.com/fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://ramosmarbleandgraniteca.com/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(https://ramosmarbleandgraniteca.com/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) 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;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px 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:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    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
}

@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>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.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 {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 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=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {
    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
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].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
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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 #ccc;
    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=radio],
.input-group-addon input[type=checkbox] {
    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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    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:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    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:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    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:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.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
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@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:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        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:hover,
.nav-pills>li.active>a:focus {
    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:hover,
.nav-tabs-justified>.active>a:focus {
    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:hover,
    .nav-tabs-justified>.active>a:focus {
        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: 100px;
    margin-bottom: 50px;
    border: 4px 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: 10px;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        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-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        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: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    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: 7.5px -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>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .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-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@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 .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        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;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .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: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@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: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #00406d
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.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:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    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:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    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:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        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: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.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:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    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
}

.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
}

.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:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.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]:hover,
.label[href]:focus {
    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]:hover,
.label-default[href]:focus {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    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:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    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>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca
}

.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
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@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;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ca4242;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -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;
    zoom: 1
}

.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:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2b5d00;
    border-color: #2b5d00
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .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:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    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:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    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:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    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:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    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;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.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: #f5f5f5;
    border-top: 1px solid #ddd;
    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:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th: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 th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th: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 th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.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 th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-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 #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.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
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.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;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

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;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    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;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.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 {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .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;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.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;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.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: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    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;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.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: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    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>img,
.carousel-inner>.item>a>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;
    filter: alpha(opacity=50);
    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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    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: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.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-prev,
    .carousel-control .icon-next {
        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
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.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
    }

    th.visible-sm,
    td.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
    }

    th.visible-md,
    td.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
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }

    #font-adjust {
        color: white;
        height: auto;
        font-size: 2vh;
        margin-top: 2%;
    }
}

@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
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.animated {
    -webkit-animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: .5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: .5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}

@-webkit-keyframes swing {

    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0deg)
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }

    40% {
        -o-transform: rotate(-10deg)
    }

    60% {
        -o-transform: rotate(5deg)
    }

    80% {
        -o-transform: rotate(-5deg)
    }

    100% {
        -o-transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }

    80% {
        -moz-transform: translateY(10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }

    80% {
        -o-transform: translateY(10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }

    80% {
        -o-transform: translateY(-10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: 'flexslider-icon';
    src: url(https://ramosmarbleandgraniteca.com/fonts/flexslider-icon.eot);
    src: url(https://ramosmarbleandgraniteca.com/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(https://ramosmarbleandgraniteca.com/fonts/flexslider-icon.woff) format("woff"), url(https://ramosmarbleandgraniteca.com/fonts/flexslider-icon.ttf) format("truetype"), url(https://ramosmarbleandgraniteca.com/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 120%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.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;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.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-page,
.owl-controls .owl-buttons div {
    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: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(https://ramosmarbleandgraniteca.com/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.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: empty 1ms both ease;
    -moz-animation: empty 1ms both ease;
    animation: empty 1ms 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 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)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        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)
    }
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    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;
    *display: inline
}

.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://ramosmarbleandgraniteca.com/AjaxLoader.gif) no-repeat center center
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

#container {
    border: 1px solid #666;
    padding: 5px;
    margin-bottom: 20px
}

.element {
    width: 110px;
    height: 110px;
    margin: 5px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #888;
    color: #222;
    -webkit-border-top-right-radius: 1.2em;
    -moz-border-radius-topright: 1.2em;
    border-top-right-radius: 1.2em
}

.element.alkali {
    background: red;
    background: hsl(0, 100%, 50%)
}

.element.alkaline-earth {
    background: #F80;
    background: hsl(36, 100%, 50%)
}

.element.lanthanoid {
    background: #FF0;
    background: hsl(72, 100%, 50%)
}

.element.actinoid {
    background: #0F0;
    background: hsl(108, 100%, 50%)
}

.element.transition {
    background: #0F8;
    background: hsl(144, 100%, 50%)
}

.element.post-transition {
    background: #0FF;
    background: hsl(180, 100%, 50%)
}

.element.metalloid {
    background: #08F;
    background: hsl(216, 100%, 50%)
}

.element.other.nonmetal {
    background: #00F;
    background: hsl(252, 100%, 50%)
}

.element.halogen {
    background: #F0F;
    background: hsl(288, 100%, 50%)
}

.element.noble-gas {
    background: #F08;
    background: hsl(324, 100%, 50%)
}

.element * {
    position: absolute;
    margin: 0
}

.element .symbol {
    left: .2em;
    top: .4em;
    font-size: 3.8em;
    line-height: 1em;
    color: #FFF
}

.element.large .symbol {
    font-size: 4.5em
}

.element.fake .symbol {
    color: #000
}

.element .name {
    left: .5em;
    bottom: 1.6em;
    font-size: 1.05em
}

.element .weight {
    font-size: .9em;
    left: .5em;
    bottom: .5em
}

.element .number {
    font-size: 1.25em;
    font-weight: 700;
    color: hsla(0, 0%, 0%, .5);
    right: .5em;
    top: .5em
}

.variable-sizes .element.width2 {
    width: 230px
}

.variable-sizes .element.height2 {
    height: 230px
}

.variable-sizes .element.width2.height2 {
    font-size: 2em
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
    font-size: 3em;
    width: 350px;
    height: 350px;
    z-index: 100
}

.clickable .element:hover {
    cursor: pointer
}

.clickable .element:hover h3 {
    text-shadow: 0 0 10px white, 0 0 10px #fff
}

.clickable .element:hover h2 {
    color: #fff
}

@font-face {
    font-family: 'custom-icons';
    src: url(../font-icons/custom-icons/font/custom-icons.eot);
    src: url(../font-icons/custom-icons/font/custom-icons.eot) format("embedded-opentype"), url(../font-icons/custom-icons/font/custom-icons.woff) format("woff"), url(../font-icons/custom-icons/font/custom-icons.ttf) format("truetype"), url(../font-icons/custom-icons/font/custom-icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "custom-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-quote-left:before {
    content: '\e928'
}

.icon-deviantart:before {
    content: '\e81d'
}

.icon-down-open:before {
    content: '\e92c'
}

.icon-up-open:before {
    content: '\e92d'
}

.icon-down-open-mini:before {
    content: '\e92b'
}

.icon-left-open-mini:before {
    content: '\e804'
}

.icon-right-open-mini:before {
    content: '\e805'
}

.icon-up-open-mini:before {
    content: '\e92a'
}

.icon-down-open-big:before {
    content: '\e92e'
}

.icon-left-open-big:before {
    content: '\e765'
}

.icon-right-open-big:before {
    content: '\e766'
}

.icon-up-open-big:before {
    content: '\e92f'
}

.icon-music-outline:before {
    content: '\e800'
}

.icon-music:before {
    content: '\e801'
}

.icon-search-outline:before {
    content: '\e802'
}

.icon-search:before {
    content: '\e803'
}

.icon-mail:before {
    content: '\e806'
}

.icon-heart:before {
    content: '\e807'
}

.icon-heart-filled:before {
    content: '\e80e'
}

.icon-star:before {
    content: '\e812'
}

.icon-star-filled:before {
    content: '\e818'
}

.icon-user-outline:before {
    content: '\e814'
}

.icon-user:before {
    content: '\e81b'
}

.icon-users-outline:before {
    content: '\e823'
}

.icon-users:before {
    content: '\e828'
}

.icon-user-add-outline:before {
    content: '\e829'
}

.icon-user-add:before {
    content: '\e82a'
}

.icon-user-delete-outline:before {
    content: '\e82b'
}

.icon-user-delete:before {
    content: '\e82c'
}

.icon-video:before {
    content: '\e82d'
}

.icon-videocam-outline:before {
    content: '\e82e'
}

.icon-videocam:before {
    content: '\e82f'
}

.icon-picture-outline:before {
    content: '\e80d'
}

.icon-picture:before {
    content: '\e80c'
}

.icon-camera-outline:before {
    content: '\e80b'
}

.icon-camera:before {
    content: '\e80a'
}

.icon-th-outline:before {
    content: '\e809'
}

.icon-th:before {
    content: '\e808'
}

.icon-th-large-outline:before {
    content: '\e80f'
}

.icon-th-large:before {
    content: '\e810'
}

.icon-th-list-outline:before {
    content: '\e813'
}

.icon-th-list:before {
    content: '\e817'
}

.icon-ok-outline:before {
    content: '\e822'
}

.icon-ok:before {
    content: '\e824'
}

.icon-cancel-outline:before {
    content: '\e825'
}

.icon-cancel:before {
    content: '\e836'
}

.icon-cancel-alt:before {
    content: '\e835'
}

.icon-cancel-alt-filled:before {
    content: '\e834'
}

.icon-cancel-circled-outline:before {
    content: '\e833'
}

.icon-cancel-circled:before {
    content: '\e832'
}

.icon-plus-outline:before {
    content: '\e831'
}

.icon-plus:before {
    content: '\e830'
}

.icon-minus-outline:before {
    content: '\e837'
}

.icon-minus:before {
    content: '\e838'
}

.icon-divide-outline:before {
    content: '\e839'
}

.icon-divide:before {
    content: '\e83a'
}

.icon-eq-outline:before {
    content: '\e83b'
}

.icon-eq:before {
    content: '\e83c'
}

.icon-info-outline:before {
    content: '\e83d'
}

.icon-info:before {
    content: '\e83e'
}

.icon-home-outline:before {
    content: '\e83f'
}

.icon-home:before {
    content: '\e840'
}

.icon-link-outline:before {
    content: '\e841'
}

.icon-link:before {
    content: '\e842'
}

.icon-attach-outline:before {
    content: '\e843'
}

.icon-attach:before {
    content: '\e844'
}

.icon-lock:before {
    content: '\e845'
}

.icon-lock-filled:before {
    content: '\e846'
}

.icon-lock-open:before {
    content: '\e847'
}

.icon-lock-open-filled:before {
    content: '\e848'
}

.icon-pin-outline:before {
    content: '\e849'
}

.icon-pin:before {
    content: '\e84a'
}

.icon-eye-outline:before {
    content: '\e84b'
}

.icon-eye:before {
    content: '\e84c'
}

.icon-tag:before {
    content: '\e84d'
}

.icon-tags:before {
    content: '\e84e'
}

.icon-bookmark:before {
    content: '\e84f'
}

.icon-flag:before {
    content: '\e850'
}

.icon-flag-filled:before {
    content: '\e851'
}

.icon-thumbs-up:before {
    content: '\e852'
}

.icon-thumbs-down:before {
    content: '\e853'
}

.icon-download-outline:before {
    content: '\e854'
}

.icon-download:before {
    content: '\e855'
}

.icon-upload-outline:before {
    content: '\e856'
}

.icon-upload:before {
    content: '\e857'
}

.icon-upload-cloud-outline:before {
    content: '\e858'
}

.icon-upload-cloud:before {
    content: '\e859'
}

.icon-reply-outline:before {
    content: '\e85a'
}

.icon-reply:before {
    content: '\e85b'
}

.icon-forward-outline:before {
    content: '\e85c'
}

.icon-forward:before {
    content: '\e85d'
}

.icon-code-outline:before {
    content: '\e85e'
}

.icon-code:before {
    content: '\e85f'
}

.icon-export-outline:before {
    content: '\e860'
}

.icon-export:before {
    content: '\e861'
}

.icon-pencil:before {
    content: '\e862'
}

.icon-pen:before {
    content: '\e863'
}

.icon-feather:before {
    content: '\e866'
}

.icon-edit:before {
    content: '\e865'
}

.icon-print:before {
    content: '\e864'
}

.icon-comment:before {
    content: '\e867'
}

.icon-chat:before {
    content: '\e868'
}

.icon-chat-alt:before {
    content: '\e869'
}

.icon-bell:before {
    content: '\e86a'
}

.icon-attention:before {
    content: '\e86b'
}

.icon-attention-filled:before {
    content: '\e86c'
}

.icon-warning-empty:before {
    content: '\e86d'
}

.icon-warning:before {
    content: '\e86e'
}

.icon-contacts:before {
    content: '\e86f'
}

.icon-vcard:before {
    content: '\e870'
}

.icon-address:before {
    content: '\e871'
}

.icon-location-outline:before {
    content: '\e872'
}

.icon-location:before {
    content: '\e885'
}

.icon-map:before {
    content: '\e884'
}

.icon-direction-outline:before {
    content: '\e883'
}

.icon-direction:before {
    content: '\e882'
}

.icon-compass:before {
    content: '\e881'
}

.icon-trash:before {
    content: '\e880'
}

.icon-doc:before {
    content: '\e87f'
}

.icon-doc-text:before {
    content: '\e87e'
}

.icon-doc-add:before {
    content: '\e87d'
}

.icon-doc-remove:before {
    content: '\e87c'
}

.icon-news:before {
    content: '\e87b'
}

.icon-folder:before {
    content: '\e87a'
}

.icon-folder-add:before {
    content: '\e879'
}

.icon-folder-delete:before {
    content: '\e878'
}

.icon-archive:before {
    content: '\e877'
}

.icon-box:before {
    content: '\e876'
}

.icon-rss-outline:before {
    content: '\e875'
}

.icon-rss:before {
    content: '\e73a'
}

.icon-phone-outline:before {
    content: '\e874'
}

.icon-phone:before {
    content: '\e873'
}

.icon-menu-outline:before {
    content: '\e886'
}

.icon-menu:before {
    content: '\e887'
}

.icon-cog-outline:before {
    content: '\e888'
}

.icon-cog:before {
    content: '\e889'
}

.icon-wrench-outline:before {
    content: '\e88a'
}

.icon-wrench:before {
    content: '\e88b'
}

.icon-basket:before {
    content: '\e88c'
}

.icon-calendar-outlilne:before {
    content: '\e88d'
}

.icon-calendar:before {
    content: '\e88e'
}

.icon-mic-outline:before {
    content: '\e88f'
}

.icon-mic:before {
    content: '\e890'
}

.icon-volume-off:before {
    content: '\e891'
}

.icon-volume-low:before {
    content: '\e892'
}

.icon-volume-middle:before {
    content: '\e893'
}

.icon-volume-high:before {
    content: '\e894'
}

.icon-headphones:before {
    content: '\e895'
}

.icon-wristwatch:before {
    content: '\e896'
}

.icon-stopwatch:before {
    content: '\e897'
}

.icon-lightbulb:before {
    content: '\e898'
}

.icon-block-outline:before {
    content: '\e899'
}

.icon-block:before {
    content: '\e89a'
}

.icon-quote-right:before {
    content: '\e929'
}

.icon-resize-full:before {
    content: '\e89c'
}

.icon-resize-normal-outline:before {
    content: '\e89d'
}

.icon-resize-normal:before {
    content: '\e89e'
}

.icon-move-outline:before {
    content: '\e89f'
}

.icon-move:before {
    content: '\e8a0'
}

.icon-popup:before {
    content: '\e8a1'
}

.icon-zoom-in-outline:before {
    content: '\e8a2'
}

.icon-zoom-in:before {
    content: '\e8a3'
}

.icon-zoom-out-outline:before {
    content: '\e8a4'
}

.icon-zoom-out:before {
    content: '\e8a5'
}

.icon-popup-1:before {
    content: '\e8a6'
}

.icon-left-open-outline:before {
    content: '\e8a7'
}

.icon-left-open:before {
    content: '\e8a8'
}

.icon-right-open-outline:before {
    content: '\e8a9'
}

.icon-right-open:before {
    content: '\e8aa'
}

.icon-down:before {
    content: '\e8ab'
}

.icon-left:before {
    content: '\e8ac'
}

.icon-right:before {
    content: '\e8ad'
}

.icon-up:before {
    content: '\e8ae'
}

.icon-down-outline:before {
    content: '\e8af'
}

.icon-left-outline:before {
    content: '\e8b0'
}

.icon-right-outline:before {
    content: '\e8b1'
}

.icon-up-outline:before {
    content: '\e8b2'
}

.icon-down-small:before {
    content: '\e8b3'
}

.icon-left-small:before {
    content: '\e8b4'
}

.icon-right-small:before {
    content: '\e8b5'
}

.icon-up-small:before {
    content: '\e8b6'
}

.icon-cw-outline:before {
    content: '\e8b7'
}

.icon-cw:before {
    content: '\e8b8'
}

.icon-arrows-cw-outline:before {
    content: '\e8b9'
}

.icon-arrows-cw:before {
    content: '\e8ba'
}

.icon-loop-outline:before {
    content: '\e8bb'
}

.icon-loop:before {
    content: '\e8bc'
}

.icon-loop-alt-outline:before {
    content: '\e8bd'
}

.icon-loop-alt:before {
    content: '\e8be'
}

.icon-shuffle:before {
    content: '\e8bf'
}

.icon-play-outline:before {
    content: '\e8c0'
}

.icon-play:before {
    content: '\e8c1'
}

.icon-stop-outline:before {
    content: '\e8c2'
}

.icon-stop:before {
    content: '\e8c3'
}

.icon-pause-outline:before {
    content: '\e8c4'
}

.icon-pause:before {
    content: '\e8c5'
}

.icon-fast-fw-outline:before {
    content: '\e8c6'
}

.icon-fast-fw:before {
    content: '\e8c7'
}

.icon-rewind-outline:before {
    content: '\e8c8'
}

.icon-rewind:before {
    content: '\e8c9'
}

.icon-record-outline:before {
    content: '\e8ca'
}

.icon-record:before {
    content: '\e8cb'
}

.icon-eject-outline:before {
    content: '\e8cc'
}

.icon-eject:before {
    content: '\e8cd'
}

.icon-eject-alt-outline:before {
    content: '\e8ce'
}

.icon-eject-alt:before {
    content: '\e8cf'
}

.icon-bat1:before {
    content: '\e8d0'
}

.icon-bat2:before {
    content: '\e8d1'
}

.icon-bat3:before {
    content: '\e8d2'
}

.icon-bat4:before {
    content: '\e8d3'
}

.icon-bat-charge:before {
    content: '\e8d4'
}

.icon-plug:before {
    content: '\e8d5'
}

.icon-target-outline:before {
    content: '\e8e0'
}

.icon-target:before {
    content: '\e8e5'
}

.icon-wifi-outline:before {
    content: '\e8e6'
}

.icon-wifi:before {
    content: '\e8e7'
}

.icon-desktop:before {
    content: '\e8f5'
}

.icon-laptop:before {
    content: '\e8f4'
}

.icon-tablet:before {
    content: '\e8f6'
}

.icon-mobile:before {
    content: '\e8f7'
}

.icon-contrast:before {
    content: '\e8f8'
}

.icon-globe-outline:before {
    content: '\e90a'
}

.icon-globe:before {
    content: '\e90b'
}

.icon-globe-alt-outline:before {
    content: '\e90c'
}

.icon-globe-alt:before {
    content: '\e90d'
}

.icon-sun:before {
    content: '\e90e'
}

.icon-sun-filled:before {
    content: '\e90f'
}

.icon-cloud:before {
    content: '\e910'
}

.icon-flash-outline:before {
    content: '\e911'
}

.icon-flash:before {
    content: '\e912'
}

.icon-moon:before {
    content: '\e913'
}

.icon-waves-outline:before {
    content: '\e8d6'
}

.icon-waves:before {
    content: '\e8df'
}

.icon-rain:before {
    content: '\e8e4'
}

.icon-cloud-sun:before {
    content: '\e8e8'
}

.icon-drizzle:before {
    content: '\e8e9'
}

.icon-snow:before {
    content: '\e8f2'
}

.icon-cloud-flash:before {
    content: '\e8f3'
}

.icon-cloud-wind:before {
    content: '\e8f9'
}

.icon-wind:before {
    content: '\e8fa'
}

.icon-plane-outline:before {
    content: '\e8fb'
}

.icon-plane:before {
    content: '\e902'
}

.icon-leaf:before {
    content: '\e905'
}

.icon-lifebuoy:before {
    content: '\e906'
}

.icon-briefcase:before {
    content: '\e907'
}

.icon-brush:before {
    content: '\e908'
}

.icon-pipette:before {
    content: '\e909'
}

.icon-power-outline:before {
    content: '\e914'
}

.icon-power:before {
    content: '\e915'
}

.icon-check-outline:before {
    content: '\e916'
}

.icon-check:before {
    content: '\e917'
}

.icon-gift:before {
    content: '\e8d7'
}

.icon-temperatire:before {
    content: '\e8de'
}

.icon-chart-outline:before {
    content: '\e8e3'
}

.icon-chart:before {
    content: '\e8ea'
}

.icon-chart-alt-outline:before {
    content: '\e8eb'
}

.icon-chart-alt:before {
    content: '\e8f1'
}

.icon-chart-bar-outline:before {
    content: '\e8f0'
}

.icon-chart-bar:before {
    content: '\e8fc'
}

.icon-chart-pie-outline:before {
    content: '\e8fd'
}

.icon-chart-pie:before {
    content: '\e8fe'
}

.icon-credit-card:before {
    content: '\e904'
}

.icon-clipboard:before {
    content: '\e918'
}

.icon-key-outline:before {
    content: '\e919'
}

.icon-key:before {
    content: '\e91a'
}

.icon-flow-split:before {
    content: '\e91b'
}

.icon-flow-merge:before {
    content: '\e91c'
}

.icon-flow-parallel:before {
    content: '\e91d'
}

.icon-flow-cross:before {
    content: '\e91e'
}

.icon-certificate-outline:before {
    content: '\e8d8'
}

.icon-certificate:before {
    content: '\e8dd'
}

.icon-scissors-outline:before {
    content: '\e8e2'
}

.icon-scissors:before {
    content: '\e8e1'
}

.icon-flask:before {
    content: '\e8ec'
}

.icon-wine:before {
    content: '\e8ed'
}

.icon-coffee:before {
    content: '\e8ef'
}

.icon-beer:before {
    content: '\e8ff'
}

.icon-anchor-outline:before {
    content: '\e900'
}

.icon-anchor:before {
    content: '\e901'
}

.icon-puzzle-outline:before {
    content: '\e903'
}

.icon-puzzle:before {
    content: '\e91f'
}

.icon-tree:before {
    content: '\e920'
}

.icon-calculator:before {
    content: '\e921'
}

.icon-infinity-outline:before {
    content: '\e922'
}

.icon-infinity:before {
    content: '\e923'
}

.icon-pi-outline:before {
    content: '\e924'
}

.icon-pi:before {
    content: '\e925'
}

.icon-at:before {
    content: '\e926'
}

.icon-at-circled:before {
    content: '\e927'
}

.icon-looped-square-outline:before {
    content: '\e8d9'
}

.icon-looped-square-interest:before {
    content: '\e8dc'
}

.icon-sort-alphabet-outline:before {
    content: '\e8da'
}

.icon-sort-alphabet:before {
    content: '\e8db'
}

.icon-sort-numeric-outline:before {
    content: '\e8ee'
}

.icon-gplus-1:before {
    content: '\e815'
}

.icon-reddit:before {
    content: '\e821'
}

.icon-dribbble:before {
    content: '\e816'
}

.icon-flickr:before {
    content: '\e820'
}

.icon-linkedin-1:before {
    content: '\e81c'
}

.icon-rss-3:before {
    content: '\e81f'
}

.icon-youtube:before {
    content: '\e81e'
}

.icon-vimeo:before {
    content: '\e819'
}

.icon-yahoo:before {
    content: '\e811'
}

.icon-tumblr-1:before {
    content: '\e81a'
}

.icon-facebook-1:before {
    content: '\e826'
}

.icon-twitter-bird:before {
    content: '\e827'
}

.icon-resize-full-outline:before {
    content: '\e89b'
}

@font-face {
    font-family: 'oswaldbold';
    src: url('../font/oswald-bold-webfont.woff2') format('woff2'), url('../font/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../font/oswald-light-webfont.woff2') format('woff2'), url('../font/oswald-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../font/oswald-regular-webfont.woff2') format('woff2'), url('../font/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.navbar {
    margin-bottom: 0
}

.navbar-default {
    background: none;
    border: none
}

.navbar>.container .navbar-brand {
    margin-left: 15px
}

.nav.nav-tabs {
    margin-bottom: 22px
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d98300 !important;
    text-decoration: none
}

.container .jumbotron {
    border-radius: 0
}

.jumbotron h1 {
    text-align: left
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.error {
    padding: 5px;
    margin-bottom: 20px;
    display: block
}

.panel-default>.panel-heading {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.panel-default {
    border: none
}

.navbar-default .navbar-toggle {
    margin-top: 22px;
    margin-right: 40px;
}

.accordion-toggle i {
    margin-right: 10px
}

.label {
    text-transform: uppercase
}

.navbar-nav {
    margin-left: 0;
    margin-right: 0
}

.navbar-collapse {
    padding: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: auto;
    width: auto;
}

li.Nactive>ul,
li.Nactive .nekoMegaMenu,
li.Nactive .nekoMegaMenu ul {
    display: block !important
}

.navbar-nav .Nactive .subMenu {
    margin-left: 10px
}

ul.dropdown-menu {
    position: static;
    clear: both;
    float: none;
    display: none;
    width: auto;
    background: none;
    border: none;
    box-shadow: none
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12 {
    margin-bottom: 22px
}

pre code {
    white-space: pre-line
}

.img-circle {
    width: 140px;
    height: 140px
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: 0
    }

    .navbar-collapse {
        padding-right: 0
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        margin-bottom: 0
    }
}

.iconList li:before {
    content: '\e818';
    font-family: 'custom-icons';
    font-size: 10px;
    text-align: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 10px;
    line-height: 1em
}

.iconList li {
    padding: 5px
}

.borderList li {
    border-bottom: 1px solid rgba(125, 125, 125, 0.5)
}

.iconRounded {
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px
}

.iconRounded:before {
    margin: auto;
    text-align: center;
    line-height: 40px
}

.iconBig {
    font-size: 66px
}

.iconBig.iconRounded {
    width: 130px;
    height: 130px
}

.iconBig.iconRounded:before {
    line-height: 130px
}

.iconMedium {
    font-size: 44px
}

.iconMedium.iconRounded {
    width: 75px;
    height: 75px
}

.iconMedium.iconRounded:before {
    line-height: 75px
}

.iconSmall {
    font-size: 14px
}

.iconSmall.iconRounded {
    width: 33px;
    height: 33px
}

.iconSmall.iconRounded:before {
    line-height: 33px
}

.iconBlocHeading {
    position: relative;
    padding-left: 50px
}

.iconBlocHeading i {
    position: absolute;
    left: 0
}

.iconBlocHeading h2 {
    display: block
}

.iconBlocHeading h3 {
    display: block
}

.boxFeature {
    margin-bottom: 33px
}

.boxContent {
    padding: 22px
}

.boxFocus {
    padding: 22px
}

.boxIconServices {
    text-align: center
}

.boxIconServices i {
    margin: 0 auto 22px
}

.boxIconServices .boxContent {
    padding: 0
}

.boxIcon a {
    padding: 33px;
    text-align: center;
    display: block;
    border-radius: 11px;
    margin-bottom: 9px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.boxIcon a span {
    display: none
}

.boxIcon i {
    margin: 0 auto 22px;
    display: block;
    border-radius: 50%
}

.boxIcon h2 {
    font-size: 18px
}

.boxIcon p {
    margin: 0
}

.boxIcon a:hover {
    text-decoration: none;
    border-bottom-width: 4px;
    margin-bottom: 0;
    margin-top: 5px
}

.boxIcon a:hover p {
    display: none
}

.boxIcon a:hover span {
    display: block
}

.boxIconV2 a {
    padding: 33px;
    text-align: center;
    display: block;
    margin-bottom: 9px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.boxIconV2 a,
.boxIconV2 a:hover {
    text-decoration: none
}

.boxIconV2 i {
    margin: 0 auto 22px;
    display: block;
    border-radius: 50%
}

.boxIconV2 a:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.boxIconV2 h2 {
    font-size: 18px
}

.boxIconV2 p {
    margin: 0 0 22px
}

.boxTestimonial blockquote {
    padding: 33px 33px 44px;
    font-size: 22px;
    line-height: 33px;
    position: relative
}

.boxTestimonial blockquote:after {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-width: 11px;
    margin-left: -11px
}

.boxTestimonial .clientIcon img {
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.clientIcon span {
    font-weight: 300
}

.clientIcon span,
.clientIcon span strong {
    vertical-align: bottom;
    font-size: 14px
}

hr.lineDouble {
    border-top: 4px double #EEE
}

hr.lineStar {
    text-align: center
}

hr.lineStar:after {
    content: '\e818';
    font-family: 'custom-icons';
    display: inline-block;
    font-size: 1.5em;
    padding: 0 .25em;
    position: relative;
    top: -.6em;
    background: #FFF;
    width: 44px;
    color: #eee
}

hr.lineSmall {
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

.mb15 {
    margin-bottom: .75em
}

.mb30 {
    margin-bottom: 1.5em
}

.mb40 {
    margin-bottom: 2em
}

.mt15 {
    margin-top: .75em
}

.mt30 {
    margin-top: 1.5em
}

.mt40 {
    margin-top: 2em
}

.pb15 {
    padding-bottom: .75em
}

.pb30 {
    padding-bottom: 1.5em
}

.pb40 {
    padding-bottom: 2em
}

.pt15 {
    padding-top: .75em
}

.pt30 {
    padding-top: 1.5em
}

.pt40 {
    padding-top: 2em
}

.noMargin {
    margin: 0 !important
}

.noPaddingBottom {
    padding-bottom: 0 !important
}

.noPaddingTop {
    padding-top: 0
}

.noBorder {
    border: none !important
}

.utilities_demo {
    padding-left: 1.5em;
    padding-right: 1.5em
}

#nekoToTop {
    position: fixed;
    bottom: 0;
    right: 20px;
    background: #333;
    padding: 5px;
    color: #fff;
    font-size: 2em;
    display: none;
    border-radius: 4px 4px 0 0;
    z-index: 5
}

#nekoToTop:hover {
    background: #eee;
    color: #555
}

@media(min-width:768px) {
    #boxedLayout {
        background: #e2e2e2;
        padding-top: 22px
    }

    #boxedLayout #globalWrapper {
        width: 768px;
        margin: auto;
        background: #fefefe;
        border: 1px solid #ccc
    }

    #boxedLayout .navbar-fixed-top {
        position: static
    }

    .mb15 {
        margin-bottom: 1.5em
    }

    .mb30 {
        margin-bottom: 3em
    }

    .mb40 {
        margin-bottom: 4em
    }

    .mt15 {
        margin-top: 1.5em
    }

    .mt30 {
        margin-top: 3em
    }

    .mt40 {
        margin-top: 4em
    }

    .pb15 {
        padding-bottom: 1.5em
    }

    .pb30 {
        padding-bottom: 3em
    }

    .pb40 {
        padding-bottom: 4em
    }

    .pt15 {
        padding-top: 4.5em
    }

    .pt30 {
        padding-top: 4.5em
    }

    .pt40 {
        padding-top: 4em
    }

    .boxIconServices h2 {
        font-size: 20px
    }

    .boxIconServices i {
        float: left
    }

    .boxIconServices.posLeft i {
        float: left
    }

    .boxIconServices .boxContent {
        padding: 0 0 0 152px;
        text-align: left
    }

    .boxIconServices.posLef .boxContent {
        padding: 0 0 0 152px
    }
}

@media(min-width:992px) {
    #boxedLayout #globalWrapper {
        width: 992px
    }

    #img-logo {
        width: 128px;
        margin-top: -7%;
    }

    .boxIconServices.posLeft i {
        float: right
    }

    .boxIconServices.posLeft .boxContent {
        padding: 0 152px 0 0;
        text-align: right
    }

    .boxIconServices i {
        float: left
    }

    .boxIconServicest .boxContent {
        padding: 0 0 0 152px
    }
}

@media(min-width:1200px) {
    #boxedLayout #globalWrapper {
        width: 1200px
    }
}

body {
    font-size: 14px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    padding-top: 87px
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
    margin: 0;
    font-weight: 300;
    font-family: 'Oswald', sans-serif
}

h1 {
    font-size: 33px;
    line-height: 33px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 11px
}

.bigTitle,
h1.bigTitle,
h2.bigTitle,
h3.bigTitle,
.page-header h1.bigTitle {
    font-weight: 400;
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: white;
}

.paralaxText h2 {
    font-size: 3.21em;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    padding: .5em 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.paralaxText blockquote {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    padding-left: 0;
    border: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: .075em
}

.paralaxText .testimonialCarousel blockquote {
    text-transform: none;
    letter-spacing: normal;
    font-size: 22px;
    line-height: 22px
}

.paralaxText .iconBig {
    font-size: 22px
}

.testimonialCarousel i.iconRounded {
    display: inline-block
}

.title {
    padding: 22px 11px;
    text-align: center
}

.title h1 {
    font-size: 28px
}

.title h1:after,
.title h1:before {
    font-family: 'custom-icons';
    content: '\e818';
    font-size: 16px;
    margin: 0 11px;
    line-height: 44px;
    vertical-align: middle
}

.title h2,
.title p {
    margin-bottom: 0
}

h2 {
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 300;
    font-style: normal;
    padding: 0;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: .075em
}

h2.subTitle {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 300;
    font-style: normal;
    padding: 0;
    text-align: center
}

h1.bigTitle:after,
.boxWrapper h1:after,
.pricingBloc h1:after,
.team h1:after,
.iconBoxV3 h1:after,
#sliderWrapper h1:after,
.fullwidthbanner-container h1:after,
.camera_caption h1:after,
.caption h1:after,
.bulle h1:after,
.iconBoxV2 .iconBox-body h1:after {
    content: none
}

h3,
legend {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 14px;
    font-weight: 300;
    letter-spacing: .075em;
    text-transform: uppercase
}

h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
    font-style: bold;
    font-weight: 300
}

h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 6px
}

h6 {
    font-weight: 300;
    font-style: italic;
    margin-bottom: 2em;
    font-size: 12px;
    line-height: 1.1em
}

h1 small,
h2 small,
h3 small,
h4 small {
    text-transform: none;
    font-size: .5em;
    font-weight: 400;
    color: inherit
}

p,
ul {
    margin-top: 0;
    margin-bottom: 12px
}

strong {
    font-weight: 700
}

h1 strong,
h2 strong {
    font-weight: 400
}

li {
    line-height: inherit
}

a:link,
a:visited {
    text-decoration: none
}

a:hover,
a:active {
    text-decoration: underline
}

ul.iconsList li a:hover {
    text-decoration: none
}

a.readMore {
    font-style: italic
}

blockquote {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 22px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    padding: 0;
    border: none;
    text-align: left
}

blockquote h1 {
    display: inline
}

blockquote p {
    font-size: inherit;
    display: inline
}

blockquote small,
.ctaBox blockquote small {
    font-size: 50%;
    display: inline-block;
    line-height: 1em
}

blockquote:before {
    content: '\e928';
    font-family: 'custom-icons';
    margin-right: .5em
}

blockquote:after {
    content: '\e929';
    font-family: 'custom-icons';
    margin-left: .5em
}

blockquote.pull-right {
    border: none
}

.quoteRow blockquote:before,
.quoteRow blockquote:after {
    content: none
}

hr {
    padding: 0;
    margin: 1.5em 0
}

.hero-unit blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic
}

@media(min-width:768px) {
    body {
        padding-top: 127px
    }

    h1 {
        font-size: 44px;
        line-height: 44px
    }

    .paralaxText blockquote {
        font-size: 33px;
        line-height: 33px
    }

    .paralaxText .iconBig {
        font-size: 66px
    }

    .title {
        padding: 66px 11px
    }

    .title h1 {
        font-size: 44px
    }
}

.btn {
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: none
}

.btn-lg {
    padding: 18px 23px;
    font-size: 22px
}

.btn-sm {
    padding: 10px 13px;
    font-size: 12px;
    border-radius: 4px
}

.btn-xs {
    padding: 4px 7px;
    font-size: 10px;
    border-radius: 4px;
    border-bottom-width: 2px !important
}

.btn-link {
    text-transform: none;
    text-shadow: none;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400
}

.btn i:before {
    text-align: left
}

.ctaBox {
    padding: 33px 11px
}

.ctaBoxFullwidth {
    padding: 0
}

.ctaBox a {
    margin-top: 22px
}

.ctaBox h1 {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    padding: 0;
    border: none;
    text-align: left;
    letter-spacing: normal;
    text-transform: none
}

.ctaBox blockquote {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 0
}

a.btnRight {
    float: right
}

.ctaBox.ctaBoxCentered h1,
.ctaBox.ctaBoxCentered blockquote {
    text-align: center
}

.ctaBox.ctaBoxCentered a {
    float: none;
    margin-top: 1.5em
}

@media(max-width:767px) {
    .btn-lg {
        padding: 14px 18px;
        font-size: 18px
    }
}

@media(min-width:992px) {
    .ctaBox a {
        float: right;
    }

    a.btnLeft {
        float: left
    }
}

#paralaxSlice1,
#paralaxSlice2,
#paralaxSlice4,
#paralaxSlice5,
#paralaxSlice6,
#paralaxSlice7,
#paralaxSlice8,
#paralaxSlice9,
#paralaxSlice10,
#paralaxSlice11,
#paralaxSlice12,
#homeFullScreen {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: 0 0
}

.maskParent {
    position: relative;
    height: 100%;
    width: 100%
}

.paralaxText {
    padding-top: 66px;
    padding-bottom: 66px;
    text-align: center;
    position: relative
}

.paralaxMask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0, 0, 0, 0.15)
}

@media(min-width:1200px) {

    #paralaxSlice1,
    #paralaxSlice2,
    #paralaxSlice3,
    #paralaxSlice4,
    #paralaxSlice5,
    #homeFullScreen {
        background-attachment: fixed;
        background-position: 50% 0;
        background-size: cover
    }
}

#preHeader .socialNetwork,
.contactPhone {
    display: inline-block;
    float: right
}

.contactPhone {
    padding-right: 11px;
    margin-top: 10px
}

#preHeader .socialNetwork {
    margin-bottom: 0
}

#preHeader .socialNetwork .iconRounded {
    width: 22px
}

#preHeader .socialNetwork .iconRounded:before {
    font-size: 12px
}

ul.quickMenu {
    margin: 10px 0 0;
    padding: 0;
    display: flex;
}

ul.quickMenu li {
    display: inline-block;
    padding-right: 11px
}

ul.quickMenu li a {
    font-size: 3vh;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif
}

ul.quickMenu li a:hover {
    text-decoration: none
}

ul.quickMenu li a.linkLeft {
    margin-left: 0
}

.navbar-brand {
    padding: 22px 0
}

.navbar {
    min-height: 87px
}

.navbar-header {
    padding-bottom: 20px
}

.fixedHeader {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.fixedHeader #mainMenu li a {
    padding-bottom: .5em;
    padding-top: .5em
}

.fixedHeader .nav-brand {
    margin-top: .6em;
    width: 100px
}

body.header1 {
    padding-top: 85px
}

.header1 .navbar-nav ul ul {
    top: 0
}

.header1 ul.quickMenu li,
.header1 .contactPhone {
    margin-right: 11px
}

.header1 .sep {
    display: none
}

.header1 .navbar-nav>li#lastMenu>a {
    padding-right: 15px
}

.header1 .navbar-nav ul {
    border-top: none;
    top: 88px
}

body.header2 {
    padding-top: 64px
}

.header2 #preHeader {
    display: none !important
}

.header2 .navbar-nav ul ul {
    top: -4px
}

.header2 .navbar-brand {
    padding: 11px 0
}

.header2 .navbar-nav>li>a,
.header2 .navbar-nav>li.sep:before {
    line-height: 1em
}

.header2 .navbar-nav>li.sep:before {
    content: ' | '
}

.header2 .navbar-nav ul {
    top: 58px
}

.header2 .navbar-nav ul li a {
    text-transform: none
}

.header3 .navbar-default .navbar-nav>li>a {
    text-transform: none;
    font-weight: 300
}

.header3 .sep {
    display: none
}

#headerShadows {
    z-index: 2;
    position: relative;
    top: 27px
}

.header4 #preHeader {
    display: none !important
}

.header4 .navbar-nav ul ul {
    top: 0
}

.header4 .navbar-default .navbar-nav>li>a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: none;
    font-weight: 300
}

.header4 .sep {
    display: none !important
}

.header4 .navbar-nav>li#lastMenu>a {
    padding-right: 15px
}

.header4 .navbar-nav ul {
    border-top: none;
    top: 91px
}

.header4 .navbar-nav ul li a {
    text-transform: none
}

body.header5 {
    padding-top: 87px
}

#boxedLayout.header5 #mainHeader {
    box-shadow: none
}

.header5 #preHeader {
    display: none !important
}

.header5 .navbar {
    min-height: 87px
}

.header5 .navbar-nav ul ul {
    top: -12px
}

.header5 #mainHeader {
    border: none
}

.header5 .navbar-nav>li#lastMenu>a {
    padding-right: 10px
}

.header5 .sep {
    display: none !important
}

.header5 .navbar-nav ul li a {
    text-transform: none
}

.header5 .navbar-nav>li.sep:before {
    display: none
}

@media(min-width:768px) {
    body.header1 {
        padding-top: 100px;
    }

    .header1 .navbar-nav>li.sep {
        display: none
    }

    .header2 .navbar-nav {
        margin-top: 4px
    }

    .header3 .navbar-nav>li.sep {
        display: none
    }

    body.header4 {
        padding-top: 88px
    }

    .header5 .navbar-default .navbar-nav>li>a {
        text-transform: none;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        border-radius: 4px;
        padding: 10px;
        margin: 27px 0 27px 11px;
        line-height: 1em
    }

    .header5 .navbar-nav ul {
        border-top: none;
        top: 60px;
        padding: 11px 0;
        width: 150px;
        border-radius: 11px
    }

    .header5 .navbar-nav ul li a {
        margin: 0 11px;
        border-radius: 4px
    }

    .header2 .navbar-nav .nekoMegaMenu {
        top: 66px
    }

    .header4 .navbar-nav .nekoMegaMenu {
        top: 91px
    }

    .header5 .navbar-nav .nekoMegaMenu {
        top: 60px;
        border-radius: 11px
    }

    .header5 .navbar-nav .nekoMegaMenu ul li a {
        margin-left: 0
    }
}

#mainMenu {
    overflow-x: hidden
}

.navbar-nav>li>a {
    display: block;
    padding: 11px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.navbar-nav>li.sep {
    display: none
}

.navbar-nav>li#lastMenu>a {
    padding-right: 0
}

#mainHeader .pull-right {
    float: none !important
}

.navbar-nav ul li {
    position: relative
}

.navbar-nav ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.navbar-nav ul ul {
    top: -4px
}

.navbar-nav ul li a {
    display: block;
    padding: 11px 0;
    font-size: 12px
}

.navbar-nav ul li a:hover {
    text-decoration: none
}

#mainMenu .navbar-nav li a.hasSubMenu:after {
    font-family: "custom-icons";
    display: block;
    content: "\e92c";
    float: right;
    margin-right: 15px
}

#mainMenu .navbar-nav i {
    float: right;
    padding-top: 2px;
    padding-left: 2px;
}

.navbar-nav .nekoMegaMenu {
    display: none;
    -webkit-backface-visibility: hidden
}

.navbar-nav .nekoMegaMenu>div>div {
    -webkit-backface-visibility: hidden
}

.navbar-nav ul li.megaMenuTitle {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 6px
}

.navbar-nav .nekoMegaMenu ul {
    width: auto
}

@media(min-width:768px) {
    #mainHeader .pull-right {
        float: right !important
    }

    .nav>li.nekoMegaMenuTrigger {
        position: static !important
    }

    .navbar-nav ul li a {
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    #mainMenu {
        overflow-x: visible
    }

    .navbar-nav ul li a:hover {
        text-decoration: none;
        padding-left: 14px;
        padding-right: 8px
    }

    .navbar-nav>li>a {
        font-size: 1.15em;
        font-weight: 400;
        padding: 22px 11px;
        line-height: 44px;
        vertical-align: middle
    }

    .navbar-nav>li>a i {
        display: block
    }

    .navbar-nav ul {
        position: absolute;
        top: 88px;
        left: 0;
        z-index: 1024
    }

    .navbar-nav .nekoMegaMenu ul {
        position: static;
        float: left;
        border: none;
        background: none;
        display: block;
        width: 100%
    }

    #mainMenu .navbar-nav ul li.megaMenuTitle {
        display: block;
        width: 100%
    }

    .navbar-nav .nekoMegaMenu {
        width: 100%;
        position: absolute;
        right: 0;
        top: 88px;
        z-index: 1024;
        padding: 10px
    }

    .navbar-nav .nekoMegaMenu ul {
        padding: 11px
    }

    .navbar-nav .nekoMegaMenu ul li a {
        padding: 5px 10px
    }

    .navbar-nav ul {
        width: 160px
    }

    .navbar-nav>li.sep {
        display: block
    }

    .navbar-nav>li.sep:before {
        content: '\e818';
        font-family: 'custom-icons';
        display: block;
        font-size: 10px;
        text-align: center;
        padding: 0;
        margin-top: 22px;
        margin-bottom: 22px;
        line-height: 44px
    }

    #mainMenu .navbar-nav li a.hasSubMenu:after {
        display: none
    }

    #mainMenu .navbar-nav ul li a.hasSubMenu:after {
        content: '\e805';
        display: block
    }

    .navbar-nav ul li a {
        padding: 11px;
        display: block;
        text-transform: uppercase;
        font-size: 12px
    }

    .navbar-nav ul li {
        padding: 0
    }
}

#home,
#owlSlider {
    padding-top: 44px
}

#mapWrapper {
    height: 350px
}

#noSliderWrapper {
    padding-top: 44px
}

@media(min-width:768px) {
    #home {
        padding-top: 54px
    }
}

.newsText {
    padding: 20px
}

.newsText h3 {
    margin-bottom: 8px
}

.date {
    font-size: 12px;
    line-height: 12px;
    font-style: italic
}

.newsText p {
    font-size: 12px
}

footer {
    padding: 44px 0 0
}

#footerLogo {
    margin-bottom: 5px;
    max-width: 50%;
    margin-left: 15%;
}

#imgAbout {
    height: 50vh;
    width: 60%;
    margin-left: 15%;
    margin-top: 7%;
}

#imgServices {
    height: 48vh;
    width: 100%;
}

.page-header {
    height: 18vh;
}

#footerRights {
    padding: 22px;
    margin-top: 22px;
    text-align: center;
    font-size: 10px
}

.footerWidget {
    margin-bottom: 22px
}

.worksList li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.footer4 #footerRights {
    text-align: left;
    background: #333
}

.bigTitle.bigTitleFooter {
    font-size: 2em;
    margin-bottom: 0
}

@media(min-width:992px) {
    .footer4 #footerRights .quickMenu {
        float: right
    }

    .footer5 #footerRights p {
        float: left
    }

    .footer5 #footerRights .socialNetwork {
        float: right
    }
}

#superSizedSlider {
    text-align: center
}

#superSizedSlider h1 {
    font-size: 22px;
    margin-top: 20%;
    display: inline-block;
    padding: 44px 33px 33px;
    line-height: 1.1em
}

#superSizedSlider h1 a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-decoration: none;
    font-size: 22px;
    text-transform: none;
    margin-top: 1em
}

#nextslide,
#prevslide {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFF;
    font-family: 'custom-icons';
    text-align: center;
    font-size: 1em;
    height: 1em;
    line-height: 2em;
    width: 1em
}

#prevslide:before {
    content: '\e765'
}

#nextslide:before {
    content: '\e766'
}

a#nextslide:hover,
a#prevslide:hover {
    text-decoration: none
}

.flexslider {
    overflow: hidden;
    border: none;
    border-radius: 0
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
    content: ''
}

.flex-direction-nav .flex-prev {
    left: 0 !important
}

.flex-direction-nav .flex-next {
    right: 0 !important
}

.flexslider .flex-direction-nav a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFF;
    font-family: 'custom-icons';
    font-size: 1.5em;
    height: 4em;
    text-align: center;
    width: 2em
}

.flexslider .flex-direction-nav a i {
    line-height: 4em
}

.flexslider .flex-direction-nav a:hover {
    text-decoration: none
}

.flexslider {
    margin: 0
}

.flexslider .slides li {
    margin: 0;
    position: relative
}

.flexslider .logoSlider img {
    width: auto
}

.flexslider .caption {
    position: absolute;
    top: 0;
    width: 48%
}

.flexslider .caption p {
    font-size: 10px;
    line-height: 1.5em;
    margin: 0;
    padding: 1em 0
}

.flexslider h1 {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    padding: .25em;
    text-transform: uppercase;
    line-height: 1em
}

.flexslider h2 {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 0;
    padding: 10px;
    text-transform: uppercase;
    line-height: 1em
}

.flexslider .caption.left {
    left: 50px;
    width: 55%
}

.flexslider .caption.right {
    left: auto;
    right: 0
}

.flexslider .caption,
.flexslider .caption div {
    display: none
}

.flexiShadow img {
    margin-bottom: 3em;
    vertical-align: top
}

.flexslider .caption .element1-1,
.flexslider .caption .element1-2,
.flexslider .caption .element1-3,
.flexslider .caption .element1-4 {
    margin-left: 2%
}

.flexslider .caption .element1-1 {
    margin-top: 30%;
}

.flexslider .caption .element1-2 {
    margin-top: 2%
}

.flexslider .caption .element1-3 {
    margin-top: 2%;
    width: 70%
}

.flexslider .caption .element1-4 {
    margin-top: 2%
}

.flexslider .caption .element2-1,
.flexslider .caption .element2-2,
.flexslider .caption .element2-3,
.flexslider .caption .element2-4 {
    margin-top: 2%;
    margin-left: 2%
}

.flexslider .caption .element2-1 {
    margin-top: 30%;
    margin-left: 2%
}

.flexslider .caption .element2-3 p {
    width: 320px
}

.flexslider .caption .element3-1,
.flexslider .caption .element3-2,
.flexslider .caption .element3-3 {
    margin-left: 2%
}

.flexslider .caption .element3-1 {
    margin-top: 30%
}

.flexslider .caption .element3-2 {
    margin-top: 2%
}

.flexslider .caption .element3-3 {
    margin-top: 2%
}

#homeCarousel {
    text-align: center
}

#homeCarousel h1 {
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
    display: inline-block
}

#homeCarousel h1:after {
    content: ''
}

#homeCarousel h2 {
    text-align: center;
    display: block;
    margin-bottom: 11px
}

#homeCarousel .btn {
    margin-top: 11px
}

#homeCarousel .owl-pagination {
    text-align: center
}

.owl-carousel .imgWrapper {
    margin-right: 15px;
    margin-left: 15px
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 30%;
    background: none;
    font-family: 'custom-icons';
    font-size: 22px;
    text-align: center;
    color: #fff;
    opacity: 1;
    border-radius: 4px;
    padding: 0
}

#carouselWorks1.owl-theme .owl-controls .owl-buttons div {
    top: 42%
}

#clients .owl-carousel img {
    background-size: 100%
}

.noOwlButtons .owl-buttons {
    display: none
}

.owl-next {
    right: 0
}

.owl-prev {
    left: 0
}

.owl-next i,
.owl-prev i {
    display: block;
    padding: 10px 5px
}

.owl-theme .owl-controls {
    margin-top: 22px
}

.owl-theme.centerOwlButtons .owl-controls .owl-buttons div {
    position: static
}

.nekoDataOwl img {
    width: 100%
}

.camera_caption h1 {
    font-size: 22px;
    margin-bottom: 11px;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
    text-align: left;
    display: inline-block
}

.camera_caption h2 {
    font-size: 11px
}

.camera_caption p {
    display: none
}

.camera_caption {
    bottom: 10%;
    width: 60%;
    left: 44px
}

.camera_caption>div {
    padding: 22px
}

.camera_wrap .camera_pag .camera_pag_ul {
    text-align: center
}

#layerslider h2 i:before {
    font-size: 16px;
    vertical-align: .5em
}

.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next,
.ls-borderlesslight .ls-nav-prev,
.ls-borderlesslight .ls-nav-next {
    z-index: 100 !important;
    display: none
}

@media(max-width:460px) {
    #blackText {
        color: white;
    }

    .flexslider h1 {
        font-size: 2vh !important;
    }

    #imgAbout {
        height: 45vh;
        width: 100%;
        margin-left: 0;
    }

    #imgServices {
        height: auto;
        width: 100%;
    }

    .flexslider .caption .element1-1,
    .flexslider .caption .element2-1 {
        margin-top: -10px;
    }

    .flexslider .caption .element3-1 {
        margin-top: -10%;
    }

    #homeCarousel h2 {
        font-size: 12px
    }

    .paralaxText h2 {
        font-size: 2.21em;
    }

    .flexslider .caption.right,
    .flexslider .caption.left {
        left: auto;
        right: 26%;
        text-align: center;
        margin-top: 2em;
    }

    .flexslider h2 {
        margin-top: 0 !important;
    }

    .btn-group-sm>.btn,
    .btn-sm {
        width: auto !important;
    }
}

@media(min-width:768px) {
    #homeCarousel h1 {
        font-size: 40px;
        text-align: left
    }

    #homeCarousel h2 {
        text-align: left
    }

    #homeCarousel {
        margin-top: 44px;
        text-align: left
    }

    #homeCarousel .owl-pagination {
        text-align: left
    }

    .flex-control-nav {
        display: block !important
    }

    .flexslider .caption p {
        font-size: 14px
    }

    .flexslider h1 {
        font-size: 33px
    }

    .flexslider h2 {
        font-size: 16px
    }

    .camera_caption {
        width: 40%
    }

    .camera_caption h1 {
        font-size: 27px
    }

    .camera_caption h2 {
        font-size: 16px
    }

    .camera_caption p {
        display: block;
        line-height: 1.5em
    }

    #superSizedSlider h1 {
        font-size: 88px
    }

    #nextslide,
    #prevslide {
        font-size: 4em;
        height: 4em;
        line-height: 4em;
        width: 2em
    }

    .ls-fullwidth .ls-nav-prev,
    .ls-fullwidth .ls-nav-next,
    .ls-borderlesslight .ls-nav-prev,
    .ls-borderlesslight .ls-nav-next {
        display: block
    }
}

@media(min-width:992px) {
    #homeCarousel h1 {
        font-size: 50px
    }

    #homeCarousel {
        margin-top: 66px
    }

    .flexslider .caption p {
        font-size: 14px
    }

    .flexslider h1 {
        font-size: 44px
    }

    .flexslider h2 {
        font-size: 22px
    }

    .camera_caption h1 {
        font-size: 33px
    }

    .camera_caption h2 {
        font-size: 22px
    }

    .camera_caption p {
        font-size: 12px
    }
}

@media(min-width:1200px) {
    #homeCarousel h1 {
        font-size: 80px
    }

    #homeCarousel {
        margin-top: 55px
    }

    .flexFullScreen {
        min-height: 600px;
        max-height: 700px
    }
}

article.post {
    margin-bottom: 22px
}

.post h2 a:hover {
    text-decoration: none
}

.postMeta {
    background: red;
    text-align: center;
    padding: 2px
}

.postDate {
    padding: 11px 0
}

.postDate span {
    text-align: center;
    display: block
}

.dateDay {
    font-size: 33px;
    font-weight: 400;
    padding: 11px 0;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    line-height: 22px
}

.formatIcon {
    padding: 11px 0;
    border-top: 1px solid #fff
}

.formatIcon i {
    font-size: 22px
}

ul.entry-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 11px;
    font-size: 11px
}

ul.entry-meta li {
    display: inline-block
}

.widget {
    margin-bottom: 22px;
    padding-bottom: 22px
}

.tagCloud a:link,
.tagCloud a:visited {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 3px 14px 0;
    padding: 7px;
    border-radius: 2px;
    line-height: 1em
}

.page-header .col-sm-6 {
    margin-bottom: 0
}

.page-header {
    padding: 33px 0;
    margin: 0
}

.page-header.bigHeader {
    padding-bottom: 0
}

.page-header h1 {
    padding: 0;
    margin: 0;
    font-size: 23px;
    line-height: 23px
}

.page-header p {
    margin: 5px 0 0
}

.page-header.bigHeader h1 {
    margin-bottom: 17px
}

.page-header.bigHeader p {
    margin-bottom: 12px
}

ul#navTrail {
    padding: 0;
    margin-bottom: 0
}

ul#navTrail li {
    display: inline-block;
    font-size: 12px
}

ul#navTrail li a {
    text-decoration: none
}

ul#navTrail li a:after {
    content: " / "
}

nav#subnav {
    margin-bottom: 22px
}

nav#subnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

nav#subnav ul li a {
    margin: 0;
    padding: 11px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

nav#subnav ul li a:hover {
    text-decoration: none
}

nav#subnav ul li a i {
    float: right;
    display: none;
    margin-top: 4px
}

nav#subnav ul li a:hover i,
nav#subnav ul li a.active i {
    display: block
}

nav#subnav {
    padding: 0
}

@media(min-width:768px) {
    ul#navTrail {
        float: right
    }

    .formatIcon i {
        font-size: 33px
    }
}

nav#filter {
    margin-bottom: 22px
}

nav#filter ul {
    padding: 0
}

nav#filter li {
    display: inline-block;
    list-style: none
}

.isotopeItem {
    margin-bottom: 22px
}

.minimalBox.isotopeItem {
    margin-bottom: 0
}

.isotopeItem .boxContent {
    margin-top: 22px;
    padding: 0
}

.page-header .projectTitle {
    text-align: right
}

header#project {
    padding: 22px 0
}

#project h1 {
    text-align: left
}

.centerBtn {
    display: inline-block !important
}

#fullWidthImageProject img {
    width: 100%
}

#portfolioFullWidth #shareme {
    float: right
}

ul.starRating {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 22px
}

ul.starRating li {
    display: inline-block;
    color: #FFA300;
    font-size: 22px
}

ul.starRating li .starOff {
    color: #ddd
}

.pinBox {
    padding: 15px;
    position: relative
}

.pinBox .boxContent {
    margin-top: 11px
}

.pinInfo {
    padding: 11px 0 0;
    margin: 0
}

.pinInfo li {
    display: inline-block
}

.pinInfo li a {
    text-decoration: none;
    font-size: 12px
}

.portfolioMosaic article {
    float: left
}

.portfolioMosaic.mosaic5 article,
.portfolioMosaic.mosaic4 article,
.portfolioMosaic.mosaic3 article,
.portfolioMosaic.mosaic2 article {
    width: 50%
}

textarea#comments {
    height: 87px
}

#verify {
    width: auto;
    display: inline-block;
    margin-top: 11px
}

.securityCheck h3 {
    margin-bottom: 7px
}

@media(min-width:768px) {
    .page-header .projectTitle {
        text-align: left
    }

    .securityCheck {
        margin-top: 25px
    }

    #verify {
        width: 100%
    }

    .portfolioMosaic.mosaic5 article {
        width: 20%
    }

    .portfolioMosaic.mosaic4 article {
        width: 25%
    }

    .portfolioMosaic.mosaic3 article {
        width: 33.333333333333%
    }

    .portfolioMosaic.mosaic2 article {
        width: 50%
    }
}

.timeline h3 {
    color: #fff
}

.timeline img {
    margin: auto
}

.timeline {
    margin: 0 auto;
    max-width: 1140px;
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0;
    list-style-type: none;
    background: url(https://ramosmarbleandgraniteca.com/images/theme-pics/timeline.png);
    background-repeat: repeat-y;
    background-position: 50% 0
}

.timeline *,
.timeline :after,
.timeline:after,
.timeline :before,
.timeline:before,
.timeline.v1 *,
.timeline.v1 :after,
.timeline.v1:after,
.timeline.v1 :before,
.timeline.v1:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.timeline .year {
    font-family: 'Oswald', sans-serif;
    background: #D34932;
    border: 11px solid #eee;
    font-size: 3em;
    width: 150px;
    height: 150px;
    clear: both;
    margin: 1em auto;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: 50px;
    line-height: 128px
}

.timeline .year:first-of-type,
.timeline.v1 .year:first-of-type {
    margin-top: 0 !important
}

.timeline .event {
    position: relative;
    text-align: center;
    float: right;
    clear: right;
    width: 45%;
    margin: 22px 2.5%;
    border-radius: 5px;
    list-style-type: none;
    display: block;
    padding: 33px;
    background: #333;
    z-index: 15;
    color: #fff;
    text-decoration: none
}

.timeline .event.offset-first {
    margin-top: -1.5em
}

.timeline .event:nth-of-type(2n) {
    float: left;
    clear: left
}

@media(max-width:767px) {
    .timeline .event {
        width: 85%
    }

    #mainMenu .navbar-nav i {
        float: right;
        padding-top: 3px;
        padding-left: 2px;
        margin-right: 65%;
    }
}

@media(min-width:768px) {
    .timeline .event:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(51, 51, 51, 0);
        border-right-color: #333;
        border-width: 15px;
        margin-top: -15px
    }

    .timeline .event:nth-of-type(2n):after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(51, 51, 51, 0);
        border-left-color: #333;
        border-width: 15px;
        margin-top: -15px
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000
}

#status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    border-radius: 11px
}

#status p {
    margin-top: 11px
}

#preloaderPortfolio {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    height: 1000px
}

#preloaderPortfolio #status {
    top: 200px
}

.highlight {
    margin-bottom: 44px
}

.bs-docs-section .btn {
    margin-bottom: 11px
}

body#comingSoon {
    padding-top: 0;
    background: #4B4A4A
}

#comingSoon .bgComingSoon {
    text-align: center
}

#comingSoon h1 {
    color: #fff
}

.comingSoonLogo {
    margin: 22px auto
}

.bgComingSoon {
    padding-top: 10%;
    padding-bottom: 10%
}

.countdown_amount {
    display: block;
    font-size: 44px;
    padding-top: 35px;
    line-height: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #fff
}

.countdown_section {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 10px;
    border-radius: 50%;
    border: 3px solid #fff
}

#switcherContent {
    padding: 0 15px 15px
}

.styleSwitcher {
    background: #333;
    position: fixed;
    top: 200px;
    width: 170px;
    left: -170px;
    z-index: 9999;
    display: none
}

.switcher.dark {
    background: #555
}

.styleSwitcher ul li {
    display: inline-block
}

.styleSwitcher ul {
    display: block;
    padding: 0;
    margin: 0
}

.styleSwitcher ul.switcher li a {
    display: block;
    text-indent: -3000px;
    overflow: hidden;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0
}

.styleSwitcher h1 {
    padding: 0 0 6px;
    line-height: 44px;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ddd;
    border: none;
    margin: 0;
    text-align: left
}

.styleSwitcher h1:after {
    content: none
}

.styleSwitcher #showHideSwitcher {
    outline: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    background: #333;
    top: 0;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #555
}

.styleSwitcher #showHideSwitcher:hover i {
    color: #999
}

.styleSwitcher select {
    font-size: 11px;
    margin: 0 0 15px 15px;
    background: #222;
    border: 1px solid #444;
    width: 120px;
    padding: 4px;
    color: #fff
}

a.btnSwitcher {
    display: block;
    width: 120px;
    border: 1px solid #444;
    background: #222;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 10px;
    color: #777;
    text-decoration: none;
    text-align: center
}

.btnSwitcher.active,
.btnSwitcher:hover {
    border-color: #666;
    background: #333;
    color: #ddd
}

ul.iconsTest {
    margin: 0 0 22px
}

.iconsTest li {
    display: block;
    float: left;
    margin-right: 22px
}

.ico1 {
    color: #0CF;
    font-size: 1em
}

.ico2 {
    color: #36F;
    font-size: 3em
}

.ico3 {
    color: #66C;
    font-size: 6em
}

.ico4 {
    color: #FFF;
    font-size: 6em;
    text-shadow: 0 2px 2px #777
}

.imgHover article {
    position: relative
}

.mask {
    position: absolute;
    top: 0;
    left: 15px;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 0
}

.iconLinks {
    display: none;
    position: relative
}

.iconLinks a {
    display: inline-block;
    text-decoration: none
}

.iconLinks a:hover i {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.iconLinks a span {
    position: relative;
    top: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.mediaHover {
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.ie8 .mask {
    bacground: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

ul.socialNetwork {
    padding: 0;
    display: block
}

ul.socialNetwork li {
    display: inline-block;
    list-style-type: none
}

.pricingBloc {
    text-align: center;
    margin-top: 22px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.pricingBloc:hover {
    margin-top: 18px
}

.pricingBloc ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px
}

.pricingBloc ul li {
    padding: 11px 0
}

.pricingBloc h2 {
    font-size: 14px;
    margin-bottom: 0;
    padding: 11px;
    font-weight: 300
}

.pricingBloc h3 {
    font-size: 28px;
    font-weight: 400;
    display: block;
    padding: 22px;
    margin-bottom: 0
}

.pricingBloc h3 span {
    font-size: 14px;
    font-weight: 300;
    margin: 11px 0 0;
    display: block;
    letter-spacing: normal
}

.pricingBloc p {
    margin-bottom: 0;
    padding: 1.5em
}

.pricingBloc.focusPlan {
    margin-top: 0
}

.pricingBloc.focusPlan h3 {
    font-size: 44px;
    padding: 22px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.videoWrapper {
    position: relative;
    padding-bottom: 54%;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videoWrapper.video1 {
    padding-bottom: 39.6%
}

p.credits {
    padding: 1.5em;
    margin-bottom: 1.5em
}

.sharrre .button {
    float: left;
    width: 60px
}

#shareme h4 {
    margin-top: 22px;
    font-size: 16px
}

#shareme.noMargin h4 {
    margin-top: 0
}

#shareme a {
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    padding-top: 10px;
    float: left
}

#shareme i {
    color: #fff
}

#shareme .facebook {
    background: #3b5998
}

#shareme .twitter {
    background: #55ACEE
}

#shareme .googleplus {
    background: #d34836
}

@media(min-width:768px) {
    .styleSwitcher {
        display: block
    }
}

.panel-default>.panel-heading {
    background: #d98300
}

.panel-default>.panel-heading:hover,
.nav>li>a:hover,
.nav>li>a:focus {
    background: #555
}

.panel-default>.panel-heading:hover a,
.nav>li>a:hover {
    color: #fff
}

.panel-title>a {
    color: #fff
}

.panel-title>a:hover {
    text-decoration: none
}

.panel-body {
    background: #efefef
}

.pagination>li>a {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 3px solid rgba(150, 150, 150, 0.25);
    color: #111
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: none repeat scroll 0 0 #d98300;
    border-bottom: 3px solid #8faa44
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: none repeat scroll 0 0 #d98300;
    border-color: #d98300;
    border-bottom: 3px solid #8faa44;
    color: #fff
}

.pager li>a,
.pager li>span {
    border-radius: 4px
}

.pager li>a:hover,
.pager li>a:focus {
    background: #d98300;
    color: #fff;
    border-color: #d98300
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #00406d
}

.progress-bar {
    background-color: #d98300
}

.progress-bar-success {
    background-color: #5BB75B
}

.progress-bar-info {
    background-color: #49AFCD
}

.progress-bar-warning {
    background-color: #FAA732
}

.progress-bar-danger {
    background-color: #DA4F49
}

body {
    color: #0c0c0c;
    font-size: 2vh !important;
}

blockquote small {
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b
}

h2 i {
    color: #999
}

h2.subTitle {
    color: #555
}

.title {
    background-color: #fff;
    border-bottom: 2px solid rgba(1, 1, 1, 0.075);
    border-top: 1px solid rgba(1, 1, 1, 0.05)
}

.title h1:after,
.title h1:before {
    color: #ccc
}

.paralaxText blockquote:before,
.paralaxText blockquote:after {
    color: #fff
}

#home,
#paralaxSlice1,
#paralaxSlice2,
#paralaxSlice3,
#paralaxSlice4 {
    background-color: #d98300
}

#home,
#noSliderWrapper {
    background: url(https://ramosmarbleandgraniteca.com/images/theme-pics/textures/green.jpg) no-repeat #d98300
}

#paralaxSlice1 {
    background-image: url(https://ramosmarbleandgraniteca.com/images/theme-pics/textures/green-2.jpg)
}

#paralaxSlice2 {
    background-image: url(https://ramosmarbleandgraniteca.com/images/theme-pics/textures/green-2.jpg)
}

#paralaxSlice3 {
    background-image: url(https://ramosmarbleandgraniteca.com/images/theme-pics/textures/green-2.jpg)
}

#paralaxSlice4 {
    background-image: url(https://ramosmarbleandgraniteca.com/images/theme-pics/cats.jpg)
}

#paralaxSlice5 {
    background-image: url(https://ramosmarbleandgraniteca.com/images/slider/super/supersized-1.jpg)
}

#paralaxSlice6 {
    background-image: url(https://ramosmarbleandgraniteca.com/images/slider/super/supersized-2.jpg)
}

#paralaxSlice7 {
    background-image: url(https://ramosmarbleandgraniteca.com/images/slider/layer-slider/layer-slide2.jpg)
}

.paralaxText blockquote,
.paralaxText h1,
.paralaxText h2,
.paralaxText h3,
.paralaxText p,
.paralaxText i {
    color: #fff
}

.paralaxMask {
    display: none
}

a {
    color: #ffffff
}

a:hover,
.scrollspyNav .active a {
    color: #d98300
}

ul.iconsList li a {
    color: #555
}

ul.iconsList li a:hover,
ul.iconsList i {
    color: #d98300
}

.btn {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 2px solid rgba(150, 150, 150, 0.25);
    color: #111
}

.btn:hover {
    background: none repeat scroll 0 0 #0a4eee;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
    color: #FFF
}

.btn-inverse {
    color: #ffffff !important;
    background: #2b5d00;
    border-radius: 10px;
    width: 30%;
}

.btn-inverse:hover {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 2px solid rgba(150, 150, 150, 0.25);
    color: #111 !important
}

.btn-primary {
    background: #d98300;
    border-bottom-color: #8faa44;
    color: #FFF !important
}

.btn-info {
    background: #49AFCD;
    border-bottom-color: #3D93AC;
    color: #FFF
}

.btn-success {
    background: #5BB75B;
    border-bottom-color: #4C9C4C;
    color: #FFF
}

.btn-warning {
    background: #FAA732;
    border-bottom-color: #EF9B25;
    color: #FFF
}

.btn-danger {
    background: #DA4F49;
    border-bottom-color: #C64741;
    color: #FFF
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
.btn-link:hover {
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #49AFCD
}

.btnWrapper {
    border: 1px solid #ccc
}

#preHeader {
    background-color: #b1cd62
}

ul.quickMenu li a,
.contactPhone {
    color: white !important;
}

ul.quickMenu li a:hover {
    color: #555
}

#preHeader .socialNetwork .iconRounded {
    background: none;
    border: none
}

#preHeader .socialNetwork a:hover .iconRounded {
    color: #555
}

#mainHeader {
    background-color: #333;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26)
}

#mainHeader .navbar-inner {
    background: #444;
    filter: none !important
}

#mainMenu .navbar-nav li {
    border-bottom: 1px solid #555
}

#mainMenu .navbar-nav li:last-child,
#mainMenu .navbar-nav li:last-child a {
    border-bottom: none !important
}

.navbar-nav>li>a>i,
.navbar-default .navbar-nav>li>a {
    color: #ccc
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
#resMainMenu li.active>a {
    background: none;
    color: #fff
}

.navbar-nav>li.sep:before {
    color: #eee
}

.navbar-default .navbar-nav>li>a.active {
    color: #fff
}

.navbar-nav ul li a,
.navbar-nav li.hover>a {
    color: #fff
}

.btn-group-sm>.btn,
.btn-sm,
.btn {
    font-size: 3vh !important;
    width: 50%;
}

.header1 #preHeader {
    background: linear-gradient(0deg, #165506 0%, #165506 80%, #165506 50%);
}

.header1 ul.quickMenu li a:hover,
.header1 #preHeader .socialNetwork .iconRounded:hover {
    color: #165506
}

.header1 ul.quickMenu li,
.header1 .contactPhone {
    border-right: 1px solid #555
}

.header1 #mainHeader {
    background: #ffffff
}

.header1 #mainMenu .navbar-nav li {
    border-color: #eee
}

.header1 .navbar-default .navbar-nav>li>a {
    color: #4B525C;
    /*text-shadow: 0 1px 1px #151515*/
    ;
    font-weight: 700;
}

.header1 .navbar-default .navbar-nav>li>a.active,
.header1 .navbar-default .navbar-nav>li.Nactive>a,
.header1 .navbar-default .navbar-nav>li>a:hover,
.header1 .navbar-default .navbar-nav>li.hover>a,
.header1 .navbar-default .navbar-nav li.Nactive>a {
    color: #a18262;
}

.header1 .navbar-nav ul li a {
    color: #555
}

.header2 .navbar-nav ul {
    border-top-color: #d98300
}

.header2 .navbar-nav ul li a {
    border-color: #eee
}

.header2 .navbar-nav li {
    border-bottom-color: #eee
}

.header2 .navbar-nav ul li a:hover,
.header2 .navbar-nav ul li.hover>a,
.header2 li.Nactive>a {
    color: #fff
}

.header3 #preHeader {
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.header3 #mainMenu .navbar-nav li {
    border-bottom-color: #eee
}

.header3 .navbar-nav ul.subMenu a {
    color: #999
}

.header3 ul.quickMenu li a,
.header3 .contactPhone,
.header3 #preHeader .socialNetwork .iconRounded {
    color: #999
}

.header3 ul.quickMenu li a:hover,
.header3 #preHeader .socialNetwork .iconRounded:hover {
    color: #d98300
}

.header3 #mainHeader {
    background: #fff
}

.header3 .navbar-default .navbar-nav>li>a {
    color: #999
}

.header3 .navbar-default .navbar-nav>li>a.active,
.header3 .navbar-default .navbar-nav>li>a:hover,
.header3 .navbar-default .navbar-nav>li.hover>a,
.header3 .navbar-default .navbar-nav li.Nactive>a,
.header3 #resMainMenu li.active>a {
    color: #d98300
}

.header3 .navbar-nav>ul {
    top: 88px
}

.header4 #mainHeader {
    background: #fff
}

.header4 #mainMenu .navbar-nav li {
    border-bottom-color: #eee
}

.header4 .navbar-default .navbar-nav>li>a {
    color: #999;
    border-top: 3px solid #fff
}

.header4 .navbar-default .navbar-nav>li>a.active,
.header4 .navbar-default .navbar-nav>li>a:hover,
.header4 .navbar-default .navbar-nav>li.hover>a,
.header4 .navbar-default .navbar-nav li.Nactive>a,
.header4 #resMainMenu li.active>a {
    color: #d98300
}

.header4 .navbar-nav>li#lastMenu>a {
    padding-right: 15px
}

.header4 .navbar-nav ul li a {
    color: #999
}

.header5 #mainHeader {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25)
}

.header5 #mainMenu .navbar-nav li {
    border-bottom-color: #eee
}

.header5 .navbar-default .navbar-nav>li>a {
    color: #555
}

.header5 .navbar-default .navbar-nav>li>a.active,
.header5 .navbar-default .navbar-nav>li>a:hover,
.header5 .navbar-default .navbar-nav>li.hover>a,
.header5 .navbar-default .navbar-nav>li.Nactive>a {
    color: #d98300
}

.header5 .navbar-nav ul li a {
    color: #555;
    border-bottom: 1px solid #eee
}

#mainMenu .navbar-nav ul li.megaMenuTitle {
    color: #fff
}

.header1 #mainMenu .navbar-nav ul li.megaMenuTitle {
    color: #555
}

.header2 #mainMenu .navbar-nav ul li.megaMenuTitle {
    color: #555
}

.header5 #mainMenu .navbar-nav ul li.megaMenuTitle {
    color: #555
}

@media(min-width:768px) {
    .navbar-nav ul {
        background: #4b4a4a;
        border-top: 4px solid #fff
    }

    .navbar-nav ul li a:hover,
    .navbar-nav ul li.hover>a {
        background: #d98300
    }

    .navbar-nav ul {
        background: rgba(50, 50, 50, 0.75)
    }

    #mainMenu .navbar-nav li {
        border-bottom: none
    }

    .header1 .navbar-default .navbar-nav>li>a.active,
    .header1 .navbar-default .navbar-nav>li>a:hover,
    .header1 .navbar-default .navbar-nav>li.hover>a,
    .header1 #resMainMenu li.active>a {
        background: #fbfafa;
        color: #137601;
        border-bottom: 3px solid #137601;
    }

    .header1 .navbar-nav ul {
        background: #f7f7f7;
        top: 88px
    }

    .header1 .navbar-nav ul li a:hover,
    .header1 .navbar-nav ul li.hover>a,
    .header1 .navbar-nav ul li.Nactive>a {
        background: #eee
    }

    .header2 .navbar-nav ul {
        border-top-color: #d98300;
        background: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25)
    }

    .header2 .navbar-nav ul li a {
        color: #555;
        border-bottom: 1px solid #eee
    }

    .header3 .navbar-default .navbar-nav>li>a {
        border-left: 1px solid #eee
    }

    .header3 .navbar-nav>li>a {
        padding: 22px
    }

    .header3 .navbar-nav ul.subMenu a {
        color: #fff
    }

    .header4 .navbar-default .navbar-nav>li>a.active,
    .header4 .navbar-default .navbar-nav>li>a:hover,
    .header4 .navbar-default .navbar-nav>li.hover>a,
    .header4 #resMainMenu li.active>a {
        border-top-color: #d98300;
        background: #f7f7f7
    }

    .header4 .navbar-nav ul {
        background: #555
    }

    .header4 .navbar-nav ul li a {
        border-top: 1px solid #444
    }

    .header4 .navbar-nav ul li a:hover,
    .header4 .navbar-nav ul li.hover a {
        color: #fff
    }

    .header5 .navbar-nav ul {
        background: #fff;
        border: 1px solid #eee;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25)
    }

    .header5 .navbar-default .navbar-nav>li>a.active,
    .header5 .navbar-default .navbar-nav>li>a:hover,
    .header5 .navbar-default .navbar-nav>li.hover>a,
    .header5 #resMainMenu li.active>a {
        background-color: #d98300;
        color: #fff
    }

    .header5 .navbar-nav ul li a:hover,
    .header5 .navbar-nav ul li.hover>a {
        color: #fff
    }

    .header5 .navbar-nav ul li a {
        border: none
    }

    #mainMenu .navbar-nav ul li.megaMenuTitle {
        border-bottom: 1px solid #555
    }

    .navbar-nav .nekoMegaMenu {
        background: rgba(50, 50, 50, 0.95);
        border-top: 4px solid #fff
    }

    .header1 #mainMenu .navbar-nav ul li.megaMenuTitle {
        border-bottom: 1px solid #eee
    }

    .header1 .navbar-nav .nekoMegaMenu {
        background: #f7f7f7
    }

    .header2 #mainMenu .navbar-nav ul li.megaMenuTitle {
        border-bottom: 1px solid #eee
    }

    .header2 .navbar-nav .nekoMegaMenu {
        background: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25)
    }

    .header2 .navbar-nav .nekoMegaMenu ul {
        box-shadow: none
    }

    .header4 .navbar-nav .nekoMegaMenu {
        background: #555;
        border-top: none
    }

    .header5 #mainMenu .navbar-nav ul li.megaMenuTitle {
        border-bottom: 1px solid #eee
    }

    .header5 .navbar-nav .nekoMegaMenu {
        background: #fff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
        border: 1px solid #EEE
    }

    .header5 .navbar-nav .nekoMegaMenu ul {
        box-shadow: none;
        border: none
    }
}

footer {
    color: white !important;

    background: white;

    border-top: 1px solid #2b2b2b
}

footer h1,
footer h2,
footer h3,
footer h4 {
    color: #fff;
    font-weight: 300
}

#footerRights {
    background-color: rgb(0, 0, 0);
    color: #eee
}

#home h1,
#home h2,
#home p,
#noSliderWrapper h1,
#noSliderWrapper h2,
#noSliderWrapper p {
    color: #FFF
}

#noSliderWrapper {
    background-color: #d98300
}

.page-header {
    background: url(../img/banner.jpg);
    background-size: cover;
}

.page-header h1 {
    color: #777
}

.page-header.bigHeader,
.page-header.bigHeader h1,
.page-header.bigHeader h2 {
    background-color: #b1cd62;
    color: #fff
}

ul#navTrail li a {
    color: #fbfafa
}

ul#navTrail li a:hover {
    color: #d98300
}

nav#subnav {
    background: #eee;
    border-bottom: 4px solid #ddd
}

nav#subnav ul li a.active,
nav#subnav ul li a:hover {
    background: #d98300;
    color: #fff
}

#superSizedSlider h1 {
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5)
}

.flexslider {
    box-shadow: none
}

.slides .txt div {
    background: none repeat scroll 0 0 #444;
    color: #FFF
}

.flexslider .flex-direction-nav a {
    background-color: #757575
}

.flex-control-paging li a {
    box-shadow: none;
    width: 12px;
    height: 12px
}

.flexslider .flex-control-paging li a.flex-active {
    background: #d98300
}

.flexslider .flex-control-paging li a:hover {
    background: #d98300
}

.flexslider .flex-control-paging li a {
    background: #b1cd62;
    border: none
}

.flexslider .flex-control-nav {
    background: none
}

.flexslider h1 {
    color: #FFF;
    background: #2b5d00;
}

.flexslider h2 {
    background-color: #2b5d00;
    color: #ffffff !important
}

.flexslider .caption p {
    color: #FFF;
    font-weight: 700
}

#flexHome h1 {
    color: #fff;
    background: none;
    border: none
}

#flexHome h2 {
    color: #fff;
    background: none
}

.flexslider#flexHome {
    box-shadow: none
}

.flexslider#flexHome h2 {
    padding-left: 0
}

.owl-theme .owl-controls .owl-buttons div {
    background: #d98300
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #b1cd62
}

.owl-theme .owl-controls .owl-page span {
    background: #b1cd62
}

#homeCarousel.owl-theme .owl-controls .owl-page span {
    background: #fff
}

.camera_caption>div {
    background: rgba(0, 0, 0, 0.5)
}

.camera_caption h1,
.camera_caption h2 {
    color: #fff
}

.camera_caption .camera_wrap a {
    background: inherit
}

.postMeta {
    background: #b1cd62;
    color: #fff
}

.post h2 a {
    color: #555
}

.post h2 a:hover {
    color: #d98300
}

.tagCloud a:link,
.tagCloud a:visited {
    background-color: #fff;
    color: #ccc;
    border: 1px solid #eee
}

.tagcloud a:hover {
    background-color: #d98300;
    color: #FFF
}

p.credits {
    color: #555;
    background: #eee
}

p.credits a {
    color: #d98300
}

.widget {
    border-bottom: 1px solid #eee
}

nav#filter a {
    background-color: #EEE;
    color: #555
}

nav#filter a:hover,
nav#filter a.current {
    background-color: #d98300;
    color: #fff
}

li.filterTitle {
    color: #4F6266
}

section#projectDescription {
    background-color: #F8F8F8
}

.mfp-bg {
    background-color: #0c0c0b
}

.pinBox {
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25)
}

.pinInfo li a {
    color: #ccc
}

.pinInfo li a:hover {
    color: #777
}

#preloader {
    background-color: #104f00
}

#status {
    color: #555;
    background-color: #fff
}

::-moz-selection {
    background: #d98300;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #104f00;
    color: #fff;
    text-shadow: none
}

.iconLinks a span {
    color: #999
}

.iconLinks a:hover span {
    color: #d98300
}

.pricingBloc {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.pricingBloc ul li {
    border-bottom: 1px solid #eee;
    color: #444 !important
}

.pricingBloc ul li:last-child {
    border-bottom: none
}

.pricingBloc h2 {
    background-color: #555;
    color: #888 !important;
    border: none
}

.pricingBloc h3 {
    background-color: #777;
    color: #fff !important
}

.pricingBloc p {
    background-color: #eee;
    color: #444 !important
}

.pricingBloc.focusPlan {
    margin-top: 0;
    border-color: #D1D1D1
}

.pricingBloc.focusPlan h2 {
    background-color: #333;
    color: #fff !important
}

.pricingBloc.focusPlan h3 {
    background-color: #d98300;
    padding: 1.25em;
    color: #fff !important
}

.form-control:focus {
    border-color: #777;
    background-color: #f7f7f7;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.form-control {
    color: #444;
    background-color: #ededed;
    border-color: #ccc
}

.error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7
}

label.error {
    color: #fff;
    background-color: #B94A48;
    border: none
}

#projectQuote,
#projectQuote h3 {
    background: #ddd;
    color: #444
}

.imgBorder {
    border: 1px solid #ededed;
    background: #fff
}

.boxFeature i {
    color: #d98300
}

.boxFocus {
    border: 1px solid #ddd
}

.boxIcon a:hover {
    background: #3f444c;
    color: #fff
}

.boxIcon a:hover h2 {
    color: #fff !important;
}

.boxIconV2 a:hover h2 {
    color: #8faa44
}

.boxIconV2 a p {
    color: #555
}

.boxTestimonial blockquote {
    background: #f7f7f7
}

.boxTestimonial blockquote:after {
    border-color: rgba(247, 247, 247, 0);
    border-top-color: #F7f7f7
}

.footerWidget .boxTestimonial blockquote:after {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333
}

.footerWidget .boxTestimonial blockquote {
    background: #333;
    color: #eee
}

.ctaBox {
    border: 2px solid rgba(0, 0, 0, 0.05)
}

.ctaBoxFullwidth {
    border: none
}

.ctaBox blockquote {
    color: #fff
}

.color0 {
    background-color: #fff
}

.color1,
.slice.color1,
.bulle.color1,
.ctaBox.color1 {
    background-color: #101010;
    color: #c5c5c5
}

.color1 h1,
.color1 h2,
.color1 h3,
.color1 h4,
.color1 blockquote,
.color1 a {
    color: #d98300
}

.color1 a.btn {
    color: #111
}

.color1 a.btn:hover {
    color: #fff
}

.color2,
.slice.color2,
.bulle.color2,
.ctaBox.color2 {
    background-color: #d98300;
    color: #fff
}

.color2 h1,
.color2 h2,
.color2 h3,
.color2 h4,
.color2 blockquote,
.color2 a {
    color: #fff
}

.color2 a.btn {
    color: #111
}

.color2 a.btn:hover {
    color: #fff
}

.color2 .ctaBox {
    border-color: rgba(255, 255, 255, 0.5)
}

.color2 h1:before,
.color2 h1:after {
    color: #8faa44
}

.iconRounded {
    background-color: #4B525C;
    color: #FFFFFF
}

.iconRounded:hover,
.color1 .iconRounded:hover,
.iconLinks a:hover i {
    background-color: #0b38a1;
    color: #fff
}

.color1 .iconRounded {
    color: #fff
}

.color2 .iconRounded {
    background-color: #FFF;
    color: #d98300
}

@media(max-width: 768px) {
    .navbar-brand img {
        width: 28% !important;
        margin-top: -1%;
        position: absolute;
    }

    .bg-3 {
        background: url(../img/portfolio/6.jpg) center center !important;
    }

    .serv1 {
        background: url(img/services/1.jpg) right center no-repeat !important;
        background-size: cover !important;
    }

    .serv3 {
        background: url(img/services/3.jpg) right center no-repeat !important;
        background-size: cover !important;
    }

    .bg-opacite-50 {
        background: rgb(0, 0, 0, 0.65) !important;
    }
}

.text-size {
    font-size: 2vh;
}

@media (min-width: 769px) and (max-width: 997px) {
    .navbar-brand img {
        width: 20%
    }

}

.navbar-brand {
    padding: 0px 0
}

.texture1 {
    background: linear-gradient(90deg, #2b5d00 30%, #050505 70%);
}

.imgServhome img {
    width: 130px;
    border-radius: 8px;
    box-shadow: 0 5px 15px -5px #000;
    border: 2px solid #b5b5b5
}

.imgServ2home img {
    width: 175px;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px #000;
    border: 7px solid #4B525C;
    height: 174px;
}

.imgServ2home img:hover {
    border: 7px solid #0b38a1
}

.imgServices img {
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px #000;
    border: 2px solid #b5b5b5;
    margin: 0 auto;
    display: block
}

.bgColor1 {
    background: #4B525C
}

.bg-1 {
    background: url(../img/portfolio/9.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-2 {
    background: url(../img/portfolio/8.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-3 {
    background: url(../img/portfolio/5.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-4 {
    background: url(../img/slider/3.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
}

.textColorServ h2 {
    color: #071441
}

.t-Color1 {
    color: #ffffff !important;
}

.t-Color2 {
    color: #4B525C !important
}

.t-Color3 {
    color: #4B525C !important
}

.t-Color4 {
    color: #000 !important
}

.width100 {
    width: 100%
}

.padding {
    padding: 14% 0
}

.mazk2 {
    width: 272px;
    height: 210px;
    margin-top: 210px;
    display: block;
    opacity: .39808125
}

.heightPortfolio {
    height: 210px
}

.marTop {
    margin-top: 72px
}

.ImgFooter {
    width: 8vh;
    border-radius: 10%;
    border: 1px solid green;
    height: 8vh;
}

.bgFacebook {
    background: #0859a0
}

.bgtwitter {
    background: #28ade2
}

.bgGoogle {
    background: #ce0c0b
}

.googlemap {
    width: 100%;
    height: 350px
}

.landingImg1 {
    float: left;
    border: 3px solid #6bab5f;
    margin-right: 12px
}

.borderDashed {
    border: 3px dashed #bcff14;
    margin: -5% 1%
}

.text-center {
    text-align: center
}

.paddin {
    padding: 7% 0
}

.texture2 {
    background: url(../img/portfolio/6.jpg);
    background-size: cover;
}

.texture3 {
    background: url(../img/portfolio/7.jpg);
    background-size: cover;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: absolute !important;
}

/* HTML BODY h1, HTML BODY h2, HTML BODY h3, HTML BODY h4, HTML BODY h5, HTML BODY h6{
    font-family:'oswaldbold'!important;
} */
.borderImg {
    border: 4px solid #361e0e;
    box-shadow: 0 15px 6px -10px #000000, 0 0 1px 1px #1b0602;
}

.borderText {
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.bigSect {
    padding: 13% 0;
}

@media (min-width: 320px) {
    .negative-margin {
        margin-top: 0px;
        z-index: 9000 !important;
    }
}

@media (min-width: 1170px) {
    .negative-margin {
        margin-top: -117px;
        z-index: 9000 !important;
    }
}

.maxWidthPortfolio {
    max-width: 1400px;
    margin: 0 auto;
}

.logo-margin {
    margin-top: -48px;
}

.text-shad {
    text-shadow: 0 1px 1px #000;
}

.slide-mobile {
    width: 100%;
}

.box-serv-home {
    background: transparent;
    padding: 26px 8px 11px 8px;
}

.bord-box {
    border: 4px solid #4B525C;
    box-shadow: 0 15px 6px -10px #000000, 0 0 1px 1px #1d0e05;
}

.b_color {
    background: linear-gradient(#c35704, #7b3403, #4c1f01);
}

.slider-shadow {
    box-shadow: 0 10px 55px #000;
}

.box-bg1 {
    background: url(../img/services/1.jpg) no-repeat right, #110705;
    background-size: cover;
}

.box-bg2 {
    background: url(../img/services/2.jpg) no-repeat right, #110705;
    background-size: cover;

}

.box-bg3 {
    background: url(../img/services/3.jpg) no-repeat right, #110705;
    background-size: cover;
}

.bg_color2 {
    background: url(../images/elements/texture1.jpg) center center;
    background-size: contain;
}

.serv1 {
    background: url(../images/elements/serv1.jpg) left center no-repeat;
    background-size: cover;
}

.serv2 {
    background: url(../images/elements/serv2.jpg) left center no-repeat;
    background-size: cover;
}

.serv3 {
    background: url(../images/elements/serv3.jpg) left center no-repeat;
    background-size: cover;
}

.img2 {
    position: absolute;
    bottom: -300px;
    width: 255px;
    border-radius: 3px;
    border: 5px solid #ececec;
    box-shadow: 2px 3px 6px;
    left: 51%;
}

.img1 {
    position: absolute;
    width: 307px;
    border-radius: 3px;
    border: 5px solid #ececec;
    box-shadow: 2px 3px 6px;
    left: 9%;
}

.bg-opacite-50 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.78) 50%);
}

.bg-opacite {
    background: rgba(0, 0, 0, 0.53)
}

.margin_right {
    margin-right: 10px
}

@media (max-width: 768px)and (min-width: 415px) {
    .navbar-brand img {
        width: 24% !important;
    }
}

/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}
.justificado {
    text-align: justify;
}