/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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, menu, 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-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    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[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #4d4d4d;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #3186b9;
    text-decoration: none
}

a:focus, a:hover {
    color: #215a7d;
    text-decoration: none
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 2px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-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: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 21px;
    margin-bottom: 10.5px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

.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: 39px
}

.h2, h2 {
    font-size: 32px
}

.h3, h3 {
    font-size: 26px
}

.h4, h4 {
    font-size: 19px
}

.h5, h5 {
    font-size: 15px
}

.h6, h6 {
    font-size: 13px
}

p {
    margin: 0 0 10.5px
}

.lead {
    margin-bottom: 21px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 22.5px
    }
}

.small, small {
    font-size: 86%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #3186b9
}

a.text-primary:focus, a.text-primary:hover {
    color: #266991
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #3186b9
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #266991
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10.5px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 21px
}

dd, dt {
    line-height: 1.4
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.4
}

.container, .container-fluid {
    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
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.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: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .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: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .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: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .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: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #4d4d4d;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    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=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.4;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -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;
    -o-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(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 35px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 31px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 48px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 31px;
    line-height: 31px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 31px;
    min-height: 34px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5
}

.input-lg {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 2px
}

select.input-lg {
    height: 48px;
    line-height: 48px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 2px
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 40px;
    padding: 11px 16px;
    font-size: 19px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 43.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -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 .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    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 .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    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
}

.has-feedback label ~ .form-control-feedback {
    top: 26px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8c8c8c
}

@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 .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 28px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 19px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 13px
    }
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    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;
    background-color: #000;
    border-radius: 1px
}

.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;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -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;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.relative {
    position: relative
}

img {
    max-width: 100%
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 5px 0 #666
}

.wp-pagenavi {
    margin-top: 20px;
    font-size: 16px;
    text-align: center
}

.wp-pagenavi .pages {
    margin-right: 15px
}

.wp-pagenavi .current, .wp-pagenavi a {
    display: inline-block;
    margin-right: 12px;
    padding: 5px 12px;
    border-radius: 1px
}

.wp-pagenavi a {
    background: #ff9200;
    color: #fff;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.wp-pagenavi a:hover {
    background: #ddd;
    color: #4d4d4d
}

.wp-pagenavi .current {
    background: #ddd
}

#top-bar {
    /* border-top: solid 3px #ff9200; */
    border-bottom: solid 1px #ddd;
    /* background: #fafafa; */
    min-height: 36px;
    background: #060c20;
}

#top-bar .pull-left {
    font-size: 15px;
    line-height: 35px
}

@media screen and (max-width: 767px) {
    #top-bar .pull-right {
        width: 100%;
        text-align: center
    }

    #top-bar .pull-right #top-bar .pull-right ul {
        display: inline-block
    }

    #top-bar .pull-right #top-bar .pull-right ul form input {
        border: 1px solid #ddd !important
    }
}

#top-bar .pull-right ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none
}

@media screen and (max-width: 767px) {
    #top-bar .pull-right ul {
        display: inline-block
    }

    #top-bar .pull-right ul form input {
        border: 1px solid #ddd !important
    }

    #top-bar .pull-right ul form input:focus {
        box-shadow: none
    }
}

#top-bar .pull-right ul li {
    display: inline-block;
    padding: 0 5px;
    float: left
}

#top-bar .pull-right ul li.social-icon a {
    display: block;
    width: 25px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #999
}

#top-bar .pull-right ul li.social-icon a:hover {
    color: #4d4d4d
}

#top-bar .pull-right ul li.social-icon a i {
    font-size: 1.1em;
    margin-top: 10px;
}

#top-bar .pull-right ul li.li-search-form .search-form input {
    border: none;
    border-left: solid 1px #ddd;
    width: 90px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    float: left;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

#top-bar .pull-right ul li.li-search-form .search-form input:focus {
    width: 150px
}

#top-bar .pull-right ul li.li-search-form .search-form button {
    background: #ff9200;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    border: none;
    float: left
}

#header {
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    #header {
        text-align: center
    }

    #header .header-right {
        display: none
    }
}

#main-nav {
    background: #060c20;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300
}

#main-nav a {
    color: #fff;
    font-size: 16px
}

#main-nav .menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#main-nav .menu > li {
    display: inline-block;
    position: relative
}

#main-nav .menu > li > a {
    display: block;
    padding: 10px 20px
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #main-nav .menu > li > a {
        padding-left: 15px;
        padding-right: 15px
    }
}

#main-nav .menu > li.current-menu-item > a, #main-nav .menu > li:hover > a {
    color: #fea621
}

#main-nav .menu > li.menu-item-has-children > a:after {
    display: inline-block;
    /* content: "\f0d7"; */
    font-family: FontAwesome;
    font-weight: 400;
    font-size: .8333em;
    margin: 0 0 0 5px;
    line-height: 1
}

#main-nav .menu > li .sub-menu {
    position: absolute;
    display: none;
    top: 48px;
    left: -10px;
    z-index: 1000;
    background: #060c20;
    min-width: 200px;
    border-top: solid 3px #ff9200;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#main-nav .menu > li .sub-menu li a {
    border-bottom: solid 1px #333;
    display: block;
    padding: 8px 5px;
    font-size: 16px;
}

#main-nav .menu > li .sub-menu li a:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: .8333em;
    margin-right: 7px;
    -webkit-transition: margin-right .3s;
    -o-transition: margin-right .3s;
    transition: margin-right .3s
}

#main-nav .menu > li .sub-menu li.current-menu-item > a, #main-nav .menu > li .sub-menu li:hover > a {
    color: #fea621
}

#main-nav .menu > li .sub-menu li.current-menu-item > a:before, #main-nav .menu > li .sub-menu li:hover > a:before {
    margin-right: 10px
}

#main-nav .menu > li:not(:last-child) > a {
    background: url(/assets/images/menu-line.png) center right no-repeat
}

#main-nav #menu-main-menu-left > li > a {
    /* font-size: 20px */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #main-nav #menu-main-menu-left > li > a {
        /* font-size: 18px */
    }
}

#main-nav #menu-main-menu-right > li > a {
    padding-top: 11px;
    padding-bottom: 12px
}

#main-nav-mobile {
    display: none;
    background: #111;
    color: #fff;
    max-height: 400px;
    overflow-y: auto
}

#main-nav-mobile #mobile-menu-toggle {
    cursor: pointer;
    padding: 10px 15px
}

#main-nav-mobile #mobile-menu-toggle i {
    font-size: 21px
}

#main-nav-mobile #mobile-menu-wrapper {
    display: none;
    border-top: solid 1px #333
}

#main-nav-mobile #mobile-menu-wrapper ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#main-nav-mobile #mobile-menu-wrapper ul.menu li a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    border-bottom: solid 1px #333
}

#main-nav-mobile #mobile-menu-wrapper ul.menu li.current-menu-item a, #main-nav-mobile #mobile-menu-wrapper ul.menu li:hover a {
    color: #fea621
}

#main-nav-mobile #mobile-menu-wrapper ul.menu > li.menu-item-has-children {
    position: relative
}

#main-nav-mobile #mobile-menu-wrapper ul.menu > li.menu-item-has-children > i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    line-height: 41px;
    cursor: pointer
}

#main-nav-mobile #mobile-menu-wrapper ul.menu > li.menu-item-has-children .sub-menu {
    display: none;
    list-style: none
}

#main-nav-mobile #mobile-menu-wrapper ul.menu > li.menu-item-has-children .sub-menu a {
    color: #fff
}

#main-nav-mobile #mobile-menu-wrapper ul.menu > li.menu-item-has-children .sub-menu li.current-menu-item a, #main-nav-mobile #mobile-menu-wrapper ul.menu > li.menu-item-has-children .sub-menu li:hover a {
    color: #fea621
}

@media screen and (max-width: 767px) {
    #main-nav {
        display: none
    }

    #main-nav-mobile {
        display: block
    }
}

.title {
    margin-top: 0
}

.section {
    margin-bottom: 60px
}

.section .section-header {
    margin-bottom: 40px
}

.section .section-header .section-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px
}

.section .section-header .header-bottom-line {
    margin-top: -20px
}

.section .section-header .section-sub-title {
    font-size: 20px;
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300
}

.read-more {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    color: #666;
    padding: 6px 18px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.read-more:hover {
    background-color: #ff9200;
    color: #fff;
    border-color: #fff;
    outline: #ff9200 solid 1px
}

#main-slider {
    margin-bottom: 8px
}

#main-featured .section-content {
    max-width: 766px;
    margin: 0 auto;
    color: #fff
}

#main-featured .section-content > .row {
    margin-left: -4px;
    margin-right: -4px
}

#main-featured .section-content > .row > .col {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px
}

#main-featured .section-content > .row > .col > .wrapper {
    background: #db3737;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    height: 155px;
    overflow: hidden;
    padding: 20px 5px
}

#main-featured .section-content > .row > .col > .wrapper .img {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: margin-top .3s;
    -o-transition: margin-top .3s;
    transition: margin-top .3s
}

#main-featured .section-content > .row > .col > .wrapper .title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px
}

#main-featured .section-content > .row > .col > .wrapper .text {
    display: none
}

#main-featured .section-content > .row > .col > .wrapper:hover .img {
    margin-top: -95px
}

#main-featured .section-content > .row > .col > .wrapper:hover .text {
    display: block
}

#main-featured .section-content > .row .col-2 > .wrapper {
    background: #8b4999
}

#main-featured .section-content > .row .col-3 > .wrapper {
    background: #3186b9
}

#main-featured .section-content > .row .col-4 > .wrapper {
    background: #ff9200
}

#main-featured .section-content > .row .col-5 > .wrapper {
    background: #4a9342
}

#main-featured .section-content > .row .col-6 > .wrapper {
    background: #e4007d
}

@media screen and (max-width: 767px) {
    #main-progress .section-content .progress-row .progress-box {
        margin-bottom: 20px
    }

    #main-progress .section-content .progress-row .progress-box .img {
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px
    }

    #main-progress .section-content .progress-row .progress-box .text {
        width: 100% !important;
        text-align: center !important
    }

    #main-progress .section-content .progress-row .progress-box .text .title {
        text-align: center !important
    }
}

#main-progress .section-content .progress-row .progress-box .text .title {
    font-size: 24px;
    margin-top: 10px
}

#main-progress .section-content .progress-row .progress-box .text p {
    color: #888
}

#main-progress .section-content .progress-row .progress-1 .img {
    width: 40%;
    padding-left: 8%
}

#main-progress .section-content .progress-row .progress-1 .text {
    width: 60%
}

#main-progress .section-content .progress-row .progress-2 .img {
    width: 30%;
    padding-left: 8%
}

#main-progress .section-content .progress-row .progress-2 .text {
    width: 60%
}

#main-progress .section-content .progress-row .progress-3 .img {
    width: 40%;
    padding-left: 8%;
    float: right !important
}

#main-progress .section-content .progress-row .progress-3 .text {
    width: 60%;
    text-align: right
}

#main-progress .section-content .progress-row .progress-4 .img {
    width: 35%;
    padding-left: 8%;
    float: right !important
}

#main-progress .section-content .progress-row .progress-4 .text {
    width: 65%;
    text-align: right
}

#main-progress .section-content .progress-row .progress-5 .img {
    width: 53%;
    margin-right: 2%;
    text-align: right
}

#main-progress .section-content .progress-row .progress-5 .text {
    width: 39%
}

@media screen and (max-width: 991px) {
    #main-progress .section-content .arrow-row {
        display: none
    }
}

#main-projects {
    background: url(/web/20170604064129im_/http://vifonic.vn/wp-content/themes/foxtail/img/bg-project.jpg);
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    color: #fff
}

#main-projects #main-featured-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/web/20170604064129im_/http://vifonic.vn/wp-content/themes/foxtail/img/grid-project.png);
    z-index: 1
}

#main-projects .foxtail-owl-control {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    z-index: 100;
    cursor: pointer;
    border: 1px solid #fff
}

#main-projects .foxtail-owl-control:hover {
    background: #000
}

#main-projects .foxtail-owl-control i {
    color: #fff
}

#main-projects .foxtail-owl-control.prev {
    left: 20px
}

#main-projects .foxtail-owl-control.next {
    right: 20px
}

#main-projects > .container {
    position: relative;
    z-index: 10
}

#main-projects .section-content {
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

#main-projects .section-content .project {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 1px
}

#main-projects .project-btn {
    margin-top: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    padding: 6px 18px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

#main-projects .project-btn:hover {
    background: #fff;
    color: #4d4d4d
}

#main-services .section-content .col {
    margin-bottom: 50px
}

#main-services .section-content .col .relative {
    width: 193px;
    height: 193px;
    margin-bottom: 20px;
    display: inline-block
}

#main-services .section-content .col .relative img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#main-services .section-content .col .relative img:last-child {
    opacity: 0
}

#main-services .section-content .col .relative:hover img:first-child {
    opacity: 0
}

#main-services .section-content .col .relative:hover img:last-child {
    opacity: 1
}

#main-services .section-content .col .title {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #F7911E
}

#main-services .section-content .col .description {
    margin-bottom: 20px;
    color: #888;
    min-height: 90px
}

#main-customers-say {
    position: relative;
    background: url(/web/20170604064129im_/http://vifonic.vn/wp-content/themes/foxtail/img/bg-customers-say.jpg);
    background-size: cover;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px
}

#main-customers-say #main-customers-say-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/web/20170604064129im_/http://vifonic.vn/wp-content/themes/foxtail/img/grid-project.png)
}

#main-customers-say > .container {
    z-index: 10;
    position: relative
}

#main-customers-say > .container .section-content .customers-say img {
    float: left;
    width: 90px !important;
    height: 90px !important;
    display: block;
    margin-right: 15px
}

#main-customers-say > .container .section-content .customers-say .say {
    color: #ccc;
    font-size: 14px;
    margin-top: 6px;
    padding-right: 30px
}

#main-customers-say > .container .section-content .customers-say a:hover {
    color: #fff
}

#main-support {
    padding-top: 50px
}

#main-support .support .avatar {
    margin-bottom: 20px
}

#main-support .support .avatar img {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 1px;
    background: #fff
}

#main-support .support .avatar:hover img {
    box-shadow: 0 0 8px -3px #999
}

#main-support .support .name {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500
}

#main-support .support .phone {
    margin-bottom: 6px;
    color: #999;
    font-size: 16px
}

#main-support .support .contact a {
    margin-right: 3px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #4769A5;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

#main-support .support .contact a.email {
    background-color: #ea4335
}

#main-support .support .contact a.skype {
    background-color: #65ccef
}

#main-support .support .contact a:last-child {
    margin-right: 0
}

#main-support .support .contact a:hover {
    background-color: #999
}

#main-support .support .contact i {
    color: #fff
}

#main-banner {
    background: url(/web/20170604064129im_/http://vifonic.vn/wp-content/themes/foxtail/img/main-banner.jpg);
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 0 !important
}

#main-banner .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

#main-banner .sub-title {
    margin-top: 0;
    font-weight: 300
}

#main-banner .phone {
    color: #ff9200;
    font-size: 30px;
    font-weight: 600
}

@media screen and (max-width: 991px) {
    #main-banner .title {
        font-size: 26px
    }

    #main-banner .phone {
        font-size: 22px
    }
}

#main-blog {
    background: #fafafa;
    margin: -60px 0 0;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ececec
}

.post-thumbnail {
    overflow: hidden
}

.post-thumbnail img {
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.post-thumbnail img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.small-thumbnail-left {
    margin-bottom: 30px
}

.small-thumbnail-left .post-thumbnail {
    float: left;
    display: block;
    margin-right: 15px
}

.small-thumbnail-left .post-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    margin-bottom: 2px;
    display: block
}

.small-thumbnail-left .post-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 4px
}

.small-thumbnail-left .post-excerpt {
    font-size: 14px;
    color: #666
}

.home-post .post-thumbnail {
    float: left;
    margin-right: 15px;
    display: block;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #ddd
}

.home-post .post-thumbnail figure {
    overflow: hidden
}

.project a {
    display: block;
    max-width: 360px;
    margin: 0 auto
}

.project a .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 15px
}

.project a .caption .wrapper {
    background: rgba(255, 255, 255, 0.85);
    border-left: solid 3px #ff9200;
    padding: 8px 10px;
}

.project a:hover .caption .wrapper {
    background: #fff;
}
.project .content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.project a:hover .content {
    max-height: 500px;
}

.project .content p {
    color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin: 0 !important;
}

.project a .caption .wrapper .title {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    margin-bottom: 5px
}

.project a .caption .wrapper .link {
    color: #3186b9
}

.project a .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.project a .plus {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    text-align: center;
    margin-left: -20px;
    margin-top: -40px;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.project a:hover .hover {
    opacity: .4
}

.project a:hover .plus {
    opacity: 1;
    margin-top: -20px
}

.project2 { margin-bottom: 50px }
.project2 > a {
    display: block;
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 15px;
}
.project2 > a img { width: 100% }
.project2 > a .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.project2 > a:hover .hover {
    opacity: .6;
}
.project2 > a .hover-inner {
    position: absolute;
    top: 50%; margin-top: -45px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.project2 > a:hover .hover-inner {
    opacity: 1;
    margin-top: -25px;
}
.project2 > a .hover-inner .link {
    color: #fff;
}
.project2 > a .plus {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
    line-height: 36px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.project2 .caption .title {
    font-size: 18px;
    border-left: solid 3px #ff9200;
    padding-left: 8px;
}
.project2 .content p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0px;
}

main {
    margin-bottom: 60px
}

#breadcrumbs-wrapper {
    background: url(/web/20170604064129im_/http://vifonic.vn/wp-content/themes/foxtail/img/main-banner.jpg);
    color: #fff;
    margin-bottom: 40px
}

#breadcrumbs-wrapper > .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px
}

#breadcrumbs-wrapper > .container .archive-title {
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}

#breadcrumbs-wrapper > .container .archive-description {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0
}

#breadcrumbs-wrapper > .container #breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 15px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, .7);
    color: #4d4d4d
}

.main-archive .content article, .main-index .content article, .main-search .content article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ddd
}

.main-archive .content article .post-thumbnail, .main-index .content article .post-thumbnail, .main-search .content article .post-thumbnail {
    float: left;
    margin-right: 15px;
    display: block;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #ddd
}

.main-archive .content article .post-thumbnail figure, .main-index .content article .post-thumbnail figure, .main-search .content article .post-thumbnail figure {
    overflow: hidden
}

.main-archive .content article .post-title, .main-index .content article .post-title, .main-search .content article .post-title {
    font-size: 18px;
    margin-top: 2px !important
}

.main-archive .content article .post-meta, .main-index .content article .post-meta, .main-search .content article .post-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px
}

.main-archive .content article .post-excerpt, .main-index .content article .post-excerpt, .main-search .content article .post-excerpt {
    text-align: justify;
    color: #777
}

.main-archive .content article .post-excerpt p, .main-index .content article .post-excerpt p, .main-search .content article .post-excerpt p {
    margin: 0
}

main .search-form {
    position: relative
}

main .search-form button {
    position: absolute;
    top: 0;
    right: 0
}

body.page .main-page .content article, body.page .main-single .content article, body.single .main-page .content article, body.single .main-single .content article {
    margin-bottom: 40px
}

body.page .main-page .content article .post-title, body.page .main-single .content article .post-title, body.single .main-page .content article .post-title, body.single .main-single .content article .post-title {
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 32px
}

body.page .main-page .content article .post-meta-like-share, body.page .main-single .content article .post-meta-like-share, body.single .main-page .content article .post-meta-like-share, body.single .main-single .content article .post-meta-like-share {
    padding-bottom: 5px;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    body.page .main-page .content article .post-meta-like-share .pull-left, body.page .main-single .content article .post-meta-like-share .pull-left, body.single .main-page .content article .post-meta-like-share .pull-left, body.single .main-single .content article .post-meta-like-share .pull-left {
        width: 100%;
        margin-bottom: 10px
    }

    body.page .main-page .content article .post-meta-like-share .pull-right, body.page .main-single .content article .post-meta-like-share .pull-right, body.single .main-page .content article .post-meta-like-share .pull-right, body.single .main-single .content article .post-meta-like-share .pull-right {
        float: none !important
    }

    body.page .main-page .content article .post-meta-like-share .pull-right .foxtail-social-share, body.page .main-single .content article .post-meta-like-share .pull-right .foxtail-social-share, body.single .main-page .content article .post-meta-like-share .pull-right .foxtail-social-share, body.single .main-single .content article .post-meta-like-share .pull-right .foxtail-social-share {
        top: 0
    }
}

body.page .main-page .content article .post-meta, body.page .main-single .content article .post-meta, body.single .main-page .content article .post-meta, body.single .main-single .content article .post-meta {
    font-size: 13px;
    color: #999
}

body.page .main-page .content article .post-content, body.page .main-single .content article .post-content, body.single .main-page .content article .post-content, body.single .main-single .content article .post-content {
    line-height: 1.7em;
    margin-bottom: 40px;
    text-align: justify;
    font-size: 15px
}

body.page .main-page .content article .post-content .h1, body.page .main-page .content article .post-content h1, body.page .main-single .content article .post-content .h1, body.page .main-single .content article .post-content h1, body.single .main-page .content article .post-content .h1, body.single .main-page .content article .post-content h1, body.single .main-single .content article .post-content .h1, body.single .main-single .content article .post-content h1 {
    font-size: 22px;
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body.page .main-page .content article .post-content .h2, body.page .main-page .content article .post-content h2, body.page .main-single .content article .post-content .h2, body.page .main-single .content article .post-content h2, body.single .main-page .content article .post-content .h2, body.single .main-page .content article .post-content h2, body.single .main-single .content article .post-content .h2, body.single .main-single .content article .post-content h2 {
    font-size: 20px;
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body.page .main-page .content article .post-content .h3, body.page .main-page .content article .post-content h3, body.page .main-single .content article .post-content .h3, body.page .main-single .content article .post-content h3, body.single .main-page .content article .post-content .h3, body.single .main-page .content article .post-content h3, body.single .main-single .content article .post-content .h3, body.single .main-single .content article .post-content h3 {
    font-size: 18px;
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body.page .main-page .content article .post-content .h4, body.page .main-page .content article .post-content .h5, body.page .main-page .content article .post-content .h6, body.page .main-page .content article .post-content h4, body.page .main-page .content article .post-content h5, body.page .main-page .content article .post-content h6, body.page .main-single .content article .post-content .h4, body.page .main-single .content article .post-content .h5, body.page .main-single .content article .post-content .h6, body.page .main-single .content article .post-content h4, body.page .main-single .content article .post-content h5, body.page .main-single .content article .post-content h6, body.single .main-page .content article .post-content .h4, body.single .main-page .content article .post-content .h5, body.single .main-page .content article .post-content .h6, body.single .main-page .content article .post-content h4, body.single .main-page .content article .post-content h5, body.single .main-page .content article .post-content h6, body.single .main-single .content article .post-content .h4, body.single .main-single .content article .post-content .h5, body.single .main-single .content article .post-content .h6, body.single .main-single .content article .post-content h4, body.single .main-single .content article .post-content h5, body.single .main-single .content article .post-content h6 {
    font-size: 15px;
    font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body.page .main-page .content article .post-content figure, body.page .main-page .content article .post-content img, body.page .main-single .content article .post-content figure, body.page .main-single .content article .post-content img, body.single .main-page .content article .post-content figure, body.single .main-page .content article .post-content img, body.single .main-single .content article .post-content figure, body.single .main-single .content article .post-content img {
    margin-bottom: 10px
}

body.page .main-page .content article .post-content figure figcaption, body.page .main-single .content article .post-content figure figcaption, body.single .main-page .content article .post-content figure figcaption, body.single .main-single .content article .post-content figure figcaption {
    text-align: center;
    font-size: 14px;
    font-style: italic
}

body.page .main-page .content article .tags, body.page .main-single .content article .tags, body.single .main-page .content article .tags, body.single .main-single .content article .tags {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: dotted 1px #ddd;
    border-bottom: dotted 1px #ddd
}

body.page .main-page .content article .tags i, body.page .main-single .content article .tags i, body.single .main-page .content article .tags i, body.single .main-single .content article .tags i {
    color: #ff9200;
    font-size: 1.2em
}

.aligncenter {
    display: block;
    margin: 0 auto
}

.main-single {
    margin-bottom: 0
}

.foxtail-social-share {
    position: relative;
    top: -8px;
    margin: 0 -3px
}

.foxtail-social-share li {
    float: left;
    padding: 0 3px
}

.foxtail-social-share li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #E6E3E4;
    text-align: center;
    color: #4d4d4d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.foxtail-social-share li a:hover {
    background: #ff9200;
    color: #fff
}

.related-posts {
    margin-bottom: 30px
}

.related-posts li {
    list-style: disc inside
}

.related-posts li a {
    display: inline-block;
    padding: 6px 0;
    border-bottom: dotted 1px #3186b9
}

.random-posts {
    border-top: solid 1px #ddd;
    padding-top: 30px;
    background: #fafafa
}

.random-posts .random-posts-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase
}

.random-posts .random-posts-title:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 100px;
    height: 3px;
    background: #ff9200
}

.main-404 {
    font-size: 20px;
    margin-bottom: 50px
}

.main-404 img, .main-404 p {
    margin-bottom: 20px
}

.main-404 .page-title {
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: uppercase
}

.main-404 .search-form {
    display: inline-block;
    margin-bottom: 20px
}

.main-404 .search-form input {
    width: 300px
}

main .content .no-results {
    font-size: 20px
}

main .content .no-results .page-title {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase
}

main .content .no-results p {
    margin-bottom: 20px
}

main .content .no-results .search-form {
    display: inline-block;
    margin-bottom: 20px
}

main .content .no-results .search-form input {
    width: 300px
}

.main-project .project, .sidebar .widget {
    margin-bottom: 40px
}

.sidebar .widget .widget-title, .theme-tag .title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase
}

.sidebar .widget .widget-title:after, .theme-tag .title:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 100px;
    height: 3px;
    background: #ff9200
}

.sidebar .widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar .widget_categories ul li {
    border-bottom: dotted 1px #ddd
}

.sidebar .widget_categories ul li a {
    display: inline-block;
    padding: 8px 0;
    font-family: "Roboto Condensed", sans-serif
}

.sidebar .widget_categories ul li a:before {
    font-family: FontAwesome;
    content: "\f05d";
    color: #ff9200;
    margin-right: 7px
}

.sidebar .widget_categories ul li:last-child {
    border-bottom: none
}

.sidebar .widget_recent_comments ul, .sidebar .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar .widget_recent_comments ul li, .sidebar .widget_recent_entries ul li {
    padding: 7px 0;
    border-bottom: dotted 1px #ddd
}

.sidebar .widget_recent_comments ul li .post-date, .sidebar .widget_recent_entries ul li .post-date {
    color: #999;
    display: block;
    font-size: 13px
}

.sidebar .foxtail-recent-posts-widget ul {
    background: #fafafa;
    padding: 10px;
    border: 1px dotted #ddd
}

.sidebar .foxtail-recent-posts-widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ddd
}

.sidebar .foxtail-recent-posts-widget li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.sidebar .foxtail-recent-posts-widget li a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-right: 10px
}

.sidebar .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar .menu > li > a {
    border-bottom: dotted 1px #ddd
}

.sidebar .menu > li:last-child > a {
    border-bottom: none
}

.sidebar .menu li a {
    display: block;
    padding: 8px 0
}

.sidebar .menu li a:before {
    font-family: FontAwesome;
    content: "\f05d";
    margin-right: 8px;
    color: #ff9200;
    -webkit-transition: margin-right .3s;
    -o-transition: margin-right .3s;
    transition: margin-right .3s
}

.sidebar .menu li a:hover:before {
    margin-right: 12px
}

.sidebar .menu li .sub-menu {
    margin: 0;
    list-style: none;
    padding: 0 0 0 15px;
    border-bottom: dotted 1px #ddd
}

.sidebar .menu li .sub-menu a {
    border-bottom: dotted 1px #ddd
}

.sidebar .menu li .sub-menu a:before {
    content: "\f105"
}

.sidebar .menu li .sub-menu li:last-child a {
    border-bottom: none
}

.tagcloud a, .tagcloud span {
    font-size: 14px !important;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 2px 6px 0;
    background-color: #E6E3E4;
    color: #4d4d4d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.tagcloud span {
    margin-right: 6px;
    font-size: 16px !important;
    padding-left: 15px; padding-right: 15px;
}

.tagcloud a:hover, .tagcloud span:hover {
    background-color: #ff9200;
    color: #fff
}

#show-maps {
    background: #ffb546;
    color: #fff;
    line-height: 58px;
    font-size: 20px;
    cursor: pointer
}

footer {
    background: #222;
    color: #fff
}

footer .footer {
    padding-top: 50px;
    padding-bottom: 30px
}

footer .footer a {
    color: #ccc
}

footer .footer a:hover {
    color: #ff9200
}

footer .footer .footer-title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px
}

footer .footer .footer-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: url(/web/20170604064129im_/http://vifonic.vn/wp-content/themes/foxtail/img/footer-line.png) no-repeat;
    margin-top: 8px
}

footer .footer .col.info {
    padding-left: 50px
}

footer .footer .col.info i {
    font-size: 18px;
    margin-left: -37px;
    padding-left: 2px;
    width: 35px
}

footer .footer .col.info .block {
    margin-bottom: 25px
}

footer .footer .col.info .phone {
    font-size: 20px
}

footer .footer .col.menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .footer .col.menu ul li a {
    display: block;
    padding: 8px 0;
    border-bottom: dashed 1px #333;
    font-size: 17px;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif
}

footer .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #333;
    color: #ccc
}

@media screen and (max-width: 480px) {
    footer .footer .col {
        width: 100% !important
    }
}

#up-to-top {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 20px;
    bottom: 20px;
    overflow: hidden;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff9200;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 1px
}

#up-to-top i {
    color: #fff;
    font-size: 1.2em
}

#up-to-top:hover {
    background-color: #3186b9
}

@media (min-width: 768px) {
    .content.col-md-9 {
        padding-right: 40px
    }

    .sidebar.col-md-3 {
        padding-left: 0
    }
}


.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
    cursor: pointer;
}

/** theme, template */
.main-theme {
    background: #f5f5f5;
    border-top: solid 1px #ddd;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 30px;
}
#featured-theme .theme-cat {
    margin-top: 15px; color: #999;
}
#featured-theme .theme-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0px 0 10px 0;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}
#featured-theme .price {
    font-size: 20px;
    color: #f44336;
    margin-bottom: 15px
}
#featured-theme .theme-excerpt { margin-bottom: 15px }
#featured-theme .theme-action { margin-bottom: 15px }
#featured-theme .theme-action a {
    display: inline-block;
    margin-right: 15px;
    border-radius: 1px;
    font-size: 16px;
    padding: 9px 27px;
    border: solid 1px transparent;
}
#featured-theme .theme-action a.demo, #featured-theme .item .theme-action a.detail:hover {
    background: #ff9200;
    color: #fff;
    border-color: transparent;
}
#featured-theme .theme-action a.demo:hover, #featured-theme .item .theme-action a.detail {
    background: #fff;
    color: #4d4d4d;
    border-color: #ccc;
}
#featured-theme { position: relative }
#featured-theme .section-header { margin-bottom: 30px }

#featured-theme .theme-thumbnail img {
    height: auto;
}
#featured-theme .foxtail-owl-control {
    position: absolute;
    bottom: 20px;
    right: 0px;
    width: 36px;
    height: 36px;
    background: #08c;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 100;
    cursor: pointer;
}
#featured-theme .foxtail-owl-control:hover {
    background-color: #007ebd;
}
#featured-theme .foxtail-owl-control.prev {
    right: 45px;
}
@media (max-width: 991px) and (min-width: 768px) {
    #featured-theme .item .theme-excerpt { display: none }

}

#theme-cat-menu ul {
    list-style: none;
    display: inline-block;
    margin-bottom: -1px
}
#theme-cat-menu ul li {
    display: inline-block;
    padding: 0 10px
}
#theme-cat-menu ul li a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    border-bottom: solid 2px transparent
}
#theme-cat-menu ul li a:hover, #theme-cat-menu ul li.current-menu-item a {
    font-weight: 500;
    border-bottom-color: #FF9200
}

.theme { margin-bottom: 40px }
.theme .wrap {
    overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 2px
}
.theme:hover .wrap {
    box-shadow: 0px 0px 15px -5px #999;
}
.theme .wrap img {
    width: 100%; height: auto
}
.theme .wrap .hover {
    position: absolute;
    top: 0; left: 0;
    border-radius: 2px;
    width: 100%; height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.theme:hover .wrap .hover {
    opacity: .5;
}
.theme .wrap .action {
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    width: 136px;
    margin-left: -68px;
    z-index: 1;
}
.theme .wrap .action a {
    display: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 1px;
    padding: 6px 0;
    width: 100px;
    background: #ff9200;
    color: #fff
}
.theme:hover .wrap .action a {
    display: block;
}
.theme .wrap .action a:hover {
    background-color: #08c
}
.theme .demo { margin-bottom: 10px }
.theme .theme-title {
    margin: 15px 0 3px 0;
    font-size: 17px;
    color: #4d4d4d
}
.theme .theme-title:hover {
    color: #08c
}
.theme .price {
    color: #f44336;
    font-size: 14px
}

.in-cat-themes {
    background: #f0f0f0;
}
.in-cat-themes .title {
    margin-bottom: 30px;
}

#view-demo { width: 100%; height: 100%; background: #ddd; }
#demo-header {
    width: 100%; height: 46px;
    background: #111; color: #fff;
    font-size: 16px;
}
#demo-header .pull-left { padding-top: 1px; }
#demo-header a {
    color: #fff;
    position: relative;
    top: -6px;
}
#demo-header a:hover {
    color: #ff9200;
}
#demo-main {
    position: relative;
    width: 100%;
    height: calc(100% - 46px);
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
#demo-main > iframe {
    width: 100%; height: 100%;
    border: none; margin: 0; padding: 0;
}
html { height: 100% }
body.page-template-template-demo { height: 100%; overflow: hidden }
#responsive-demo span {
    font-size: 32px;
    color: #666;
    cursor: pointer;
}
#responsive-demo span.active, #responsive-demo span:hover {
    color: #fff;
}
#pc-demo {
    margin-left: 40px;
}
#mobile-demo, #tablet-demo {
    margin-left: 15px;
}
.in-tablet {
    max-width: 767px; max-height: 1000px;
    margin-top: 40px;
}
.in-mobile {
    max-width: 410px; max-height: 730px;
    margin-top: 40px;
}
.main-single-theme { padding-bottom: 50px }

.theme-tag { margin-top: 40px }

@media (max-width: 767px) {
    #responsive-demo {
        display: none;
    }
}
@media (max-width: 500px) {
    #demo-header .pull-right { display: none }
    .col-mb-12 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    #main-nav .menu > li.long-menu .sub-menu {
        min-width: 580px;
        left: -80px
    }
    .long-menu > ul.sub-menu > li {
        width: 50%; float: left;
    }
    .long-menu > ul.sub-menu > li:nth-child(odd) {
        border-right: solid 1px #333;
    }
}
.vf-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px !important;
    font-family: "Roboto Condensed", sans-serif !important;
    text-transform: uppercase;
}
.vf-heading:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 60px;
    height: 3px;
    background: #ff9200;
}
.vf-heading.text-center:after {
    margin-left: auto; margin-right: auto;
}
.ult_pricing_table .ult_price_features ul li {
    margin-left: 0 !important; margin-right: 0 !important;
}
.ult_price_body .ult_price .ult_price_term { font-size: 18px !important }
.ult_price_body .ult_price .ult_price_figure { font-size: 24px !important }
.vc_single_image-wrapper img { margin-bottom: 0 !important }
.wpb_single_image .wpb_wrapper.vc_figure { margin-bottom: 0 !important }
/*
     FILE ARCHIVED ON 06:41:29 Jun 04, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:18:52 Jun 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.777
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.053
  esindex: 0.011
  cdx.remote: 25.768
  LoadShardBlock: 221.252 (3)
  PetaboxLoader3.datanode: 134.798 (4)
  PetaboxLoader3.resolve: 160.847 (2)
  load_resource: 156.049
*/